/*
Theme Name: Next Gen 
Theme URI: 
Author: Consumer Focus Marketing
Author URI: https://consumerfocusmarketing.com
Description: Theme for 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TAGS
Text Domain: #
*/




html {
    font-size: calc(10px + 0.5vw); 
}

body { 
    font-size: 1rem; /** 15px **/
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
    color: #333333;
    margin: 0;
}

@media (max-width: 768px) {
    body {
        font-size: 1.25rem;
    }
}

* {
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

blockquote {
    margin-bottom: 25px;
    border-left: 8px solid #9bb63c;
    padding-left: 20px;
    margin-left: 20px;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 5px;
}
.center {
	text-align: center;
}
.orange, .orange a[href^="tel:"] {color: #c25700;}
/*** HEADINGS ***/

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.25rem;
}

h1,h2,h3,h4,h5,h6 { 
  font-weight: 700;
  margin: 0 0 .5rem;
  line-height: 1.2;
}

p {
  padding: 0;
}

a {
    text-decoration: none;
    color: #173557;
}

/*** BUTTONS ***/

.btn, .gform_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.btn:hover,.gform_button:hover {
    transition: all 0.2s ease 0s;
}

.btn-primary, .gform_button {
    color: #fff !important;
    background-color: #9bb63c;
    border-color: #9bb63c;  text-transform: uppercase;
    font-size: 0.9375rem;
}

.btn-primary:hover, .gform_button:hover {
    text-decoration: none;
    background-color: #173557;
    border-color: #0062cc;
}

.btn-default {
  background: #1b06c0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

.btn-default:hover {
    text-decoration: none;
    color: #fff;
    background: #0d0360;
}

.btn-mega {
    font-size: 22px;
    padding: 20px 40px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}


/*** GLOBALS ***/

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.font-weight-light {
    font-weight: 300;
}

.text-muted {
    color: #6c757d;
}

.list-inline-item {
    display: inline-block;
}

small {
    font-size: 80%;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

/*** LOGIN ITEMS ***/

.login-items {
    text-align: right;
}



/*** HEADER ***/

.logo {
    max-width: 200px;
    margin-top: 15px;
}

header {
  background: #f8f9fa;
}

/*** NAV BAR ***/

 .admin-menu .dropdown:hover > .dropdown-menu {
    display: block !important;
  }

  .admin-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .admin-menu .nav-link {
    color: #fff;
  }

  .admin-menu .nav-link:hover {
    text-decoration: none;
  }

  .admin-menu .nav-item {
    margin-right: 15px !important;
  }



@media (min-width: 768px) {

    .main-menu {
      padding: 0;
    }

    .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        line-height: .30rem;
    }

    .main-menu ul>li>a:before {
        content: '·';
        display: inline-block;
        padding: .5rem;
    }
    .main-menu ul>li:first-child a::before {
        content: '';
    }

    .main-menu ul>li:first-child {
        display: block;

    }

}

.nav-link {
    color: #173557;
}

.nav-link:hover {
    text-decoration: underline;
}


@media(max-width: 768px) {
    img.logo {
    margin: 1rem auto 2rem;
    display: block;
}

.login-message {
    display: none;
}

.login-items .btn {
    display: block;
    margin-bottom: .5rem;
}


nav.navbar.navbar-expand-md.main-menu.pr-0.justify-content-end {
    display: flex;
    justify-content: flex-start !important;
}



header .flex-wrap {text-align: left;}
header ul.list-inline.list-unstyled {
    display: none;
}
}




/*** FRONT PAGE ***/

.masthead {
  position: relative;
  background-color: #343a40;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.masthead .overlay {
  position: absolute;
  background: rgba(25, 42, 74, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.masthead p {
  margin: 0;
}

@media (min-width: 768px) {
  .masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .masthead h1 {
    font-size: 3rem;
  }
}


.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: #f8f9fa;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("img/main.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background: rgba(25, 42, 74, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.text-box p.small {
    margin-top: 0;
    font-size: 80%;
}

.carousel-inner {
    margin: 0 auto;
    width: 70%;
}

/*** PAGES ***/

.faq strong, .faq h3 {
    color: #9cb60e;
    font-size: 18px;
}

/*** FOOTER ***/

footer {
  background: #f8f9fa;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

footer .list-inline {
    padding: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

@media (min-width: 992px) {
  footer .right-half {
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}

@media (max-width: 992px) {
  footer {
    text-align: center;
  }
}

/**** USER STUFF ****/


/*** USERS ***/

.user {
    margin-bottom: 4rem;
}

.user ul {
	  margin-top: 0;
    padding: 0 1rem;
}


.user .job-positions {
    column-count: 2;
    margin: auto .5rem;
}

.user-heading {
    border-bottom: 2px solid #eee;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}

.user-heading h2 {
	margin-bottom: 0;
  text-transform: capitalize;

}

.user-body {
    padding: 1rem 1rem 2rem;
    background: #f8f9fa;
}

.user h4 {
	margin-bottom: .5rem;
	margin-top: 1rem;
}

.user p {
	margin-bottom: 0;
}

.user-footer {
    padding: 1rem;
    background: #eee;
    display: flex;
    justify-content: space-between;
}

.user-footer .distance {
	text-transform: lowercase;
}

.additional-info p {
    margin: 0;
}


@media (max-width: 992px) {
    .user .company-logo {
        max-width: 150px;
        margin-bottom: 1rem;
    }
}

.search-pagination {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}


/*** FORM ***/

#prox-search {
    background: #173557;
    color: #fff;
}

#prox-search a {
  color: inherit;
}

#prox-search input, #prox-search select {
    border-color: transparent;
}

input.prox {
    max-width: 50px;
}

#job_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin: 1rem auto;
    cursor: pointer;
}

#job_filter p {
    margin: 0;
}

.sorting {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
}

.displaying-users, .sorting {
    margin: 1.5rem 0 2rem;
}

#prox-search h3 {
	border-bottom: 1px solid;
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: auto 1rem;
}

.job-list-search {
    font-size: 13px;
    font-style: italic;
    color: #f0b629;
}

span.searching-for {
    text-decoration: underline;
    font-weight: 700;
}

@media (max-width: 992px) {
    .mobile-order {
        order: 2;
    }
}

@media(min-width: 992px) {
    .mobile-sort {
        display: none;
    }
}

@media(max-width: 992px) {
    .desktop-sort {
        display: none;
    }
    .extra-info {
        display: flex;
        justify-content: space-between;
        margin-top: 2.5rem;
    }

}

.form-group.top {
    display: flex;
    align-items: center;
}

.form-group.top input {
    margin-right: 5px;
    margin-left: 5px;
    max-height: 25px;
}

.form-group.top select {
    min-height: 25px;
    margin-right: 5px;
}


/*** FORMS ***/

input[type="text"]:disabled {
  background: #dddddd;
  border-color: transparent;
}

form {
    background: #eee;
    padding: 25px;
    border-radius: 0;
    border-color: transparent;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
	padding: 0 .25rem;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

input#input_5_11_5,
span#input_1_2_5_container,
span#input_5_11_5_container,
span#input_6_11_5_container {
    width: 100%;
}


.consent-field label#label_1_21_1,
.consent-field label#label_5_14_1 {
    line-height: 1.2;
}

.consent-field li.gchoice_1_21_1,
.consent-field li.gchoice_5_14_1 {
    display: flex;
        line-height: 1.2;
}

.consent-field input#choice_1_21_1,
.consent-field input#choice_5_14_1 {
    margin-right: 5px;
    margin-top: 3px !important;
}


/*** LOGIN FORMS ***/

#loginform {
    background: #173557;
    color: #fff;
}

#loginform input {
    border-color: transparent;
}

/*** POPUP LOGIN ***/

.popup-login p.status {
    color: red;
}

.popup-login input {
    border-color: transparent;
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    border-radius: .25rem;
}

.popup-login h2 {
    color: #fff;
    text-align: center;
    margin: 1.5rem 0 2rem;
}

.popup-login label {
    color: #fff;
}
form#login {
    display: none;
    background-color: #173557;
    position: fixed;
    left: 0;
    right: 0;
    top: 25%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    padding: 40px 25px 25px 25px;
    z-index: 10000;
    background: #173557;
    padding: 30px 20px;
    width: 100%;
    max-width: 500px;
    box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
    border-radius: .25rem;
}

form#login p.status{
    display: none;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}

.login-logo {
    width: 75px;
    display: block;
    margin: 0 auto;
}

p.login-msg-sub {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

p.login-msg-sub a {
    color: #9bb63c;
    text-decoration: none;
}

p.login-msg-sub a:hover {

    text-decoration: underline;
}

a.lost {
    color: #9bb63c;
}

a.lost:hover {
    text-decoration: underline;
}

.popup-login .submit_button {
    margin: .75rem auto 2rem;
}
.popup-login .submit_button:hover {
    background-color: #6c7f2a;
    border-color: #6c7f2a;
}

@media (max-width: 525px) {
    form#login {
        margin-left: -45%;
        width: 90%
    }
}

/*** GRAVITY FORMS ***/

.gf_login_form form {
    background-color: #173557;
    color: #fff;
    /* border-color: transparent; */
}

input#gform_submit_button_0 {
    color: #fff !important;
    background-color: #9bb63c;
    border-color: #9bb63c;
    text-transform: uppercase;
    font-size: 0.9375rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.gf_login_form form input {
    border-color: transparent;
    width: 100%;
}


/** TOOL TIPS **/

a.tool-tip {
    color: #fff;
    font-size: 12px;
    vertical-align: text-top;
    margin-right: 5px;
}

/* add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eee;
  color: #000;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
   
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #f8f9fa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* shows tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


span#input_2_2_5_container {
    width: 100%;
}


/*** MODAL ***/

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* padding: 15px; */
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.modal-header {
    background: #173557;
    color: #fff;
}

.modal-footer {
    color: #fff;
    background: #173557;
}



@media (min-width:992px) {
  .modal-dialog {
    min-width: 900px;
  }
}

/*** LANDING ***/

.full-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 100px;
    z-index: 0;
}

.full-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(25, 42, 74, 0.8);
}

.full-img h2 {
  color: #9ab63d;
  font-size: 32px;
  margin-top: 15px;
}
.full-img h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
.full-img p {
  color: #fff;
}

.pad80 {
	padding-top: 80px; 
	padding-bottom: 80px;
}


/*** MANAGE PROFILE ***/

table.profile-tables {width: 100%;}

table.profile-tables td, table.profile-tables th {
  border: 1px solid #ddd;
  padding: 8px;
}

table.profile-tables tr:nth-child(even){background-color: #f8f9fa;}

table.profile-tables tr:hover {background-color: #ddd;}

table.profile-tables th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #173557;
  color: #fff;
  text-align: center;
}

.manage-template h2 {
    margin: 1rem 0;
}

.manage-locations {
    margin-top: 3rem;
}

form.update {
    background: transparent;
}

input[readonly^="readonly"] {
    background: #ddd;
    border-color: transparent;
}

.address_zip {
    width: 100% !important;
}

@media (min-width: 768px) {
  .manage-template .buttons, .update-profile .buttons {
    text-align: right;
  }
  
}

@media (min-width: 768px) {
    .profile-btns-right {
        text-align: right;
    }
}

.profile-btns-right .btn {
    background: white;
    color: #333 !important;
    font-weight: 600;
}

.profile-btns-right .btn, .profile-btns-left .btn {
    margin: 5px 0;
}

/*** INSTRUCTOR PAGE ***/

.instructors-callout img {
    max-width: 100px;
    margin-bottom: 1rem;
}

.instructors-callout .well {
    font-size: 24px;
    font-weight: 700;
    margin: 1.5rem auto 2rem;
    background: #f8f9fa;
    padding: 2rem 0;
}


/*** GRAVITY VIEWS ***/

/* Base Table */

table.gv-table-view {
    width: 100%;
    background: #f8f9fa;
    margin: 2rem auto;
}

table.gv-table-view thead, table.gv-table-view tfoot {
    background: #173557;
    color: #fff;
    font-size: 18px;
}


table.gv-table-view tbody {
    font-size: .90rem;
}


table.gv-table-view th {
    padding: 1rem .5rem;
    white-space: nowrap;
}

.gv-table-view tr.alt {
    background: #eee;
}

.multi, .gv-single {
    padding: 1rem 1rem !important;
}


.gv-icon-sort-desc:before,
.gv-icon-caret-up-down:before {
    color: #fff;
}


/** search widget **/

form.gv-widget-search.gv-search-horizontal {
    max-width: 100%;
    margin: 2rem 0 3rem;
}

.gv-widgets-header .gv-left {
    padding: 0;
}




form.update-roles {
    padding: 0;
    background: none;
}



.approval-status .active {
    color: green;
}

.approval-status .pending {
    color: darkorange;
}

.approval-status .deactivated {
    color: red;
}


/** single view **/

.single-gravityview h1 {
    margin-bottom: 2.5rem;
}

.gv-table-single-container .gv-table-view-content {
    background: #f8f9fa;
    width: 100%;
}

.gv-table-single-container .gv-btn,
.gv-table-single-container .gv-btn td,
.gv-table-single-container .update-roles select, 
.gv-table-single-container .approval-status, 
.gv-table-single-container .update-roles {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    font-size: .9rem;
    min-height: 36.22px;
}

.gv-table-single-container .update-roles select {
    border: 1px solid #173557;
    background-color: inherit;
    margin-right: 1.5rem;
}

a.gv-btn.btn-activate {
    border: 1px solid #173557;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
}

.pending-btn td {
    margin-right: 1.5rem;
}

.gv-table-single-container .activate-user th,
.gv-table-single-container .gv-btn th,
.gv-table-single-container .approval-status th {
    display: none;
}

.gv-table-single-container .gv-btn td, 
.gv-table-single-container .activate-user td, 
.gv-table-single-container .approval-status td {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    min-height: 36.22px;
}

.gv-table-single-container .gv-btn td:hover a{
    text-decoration: none;
    color: #fff;
}

.gv-table-single-container .gv-btn td:hover {
    background: #173557;
    color: #fff;
}


.gv-table-single-container .approval-status td {
    margin: 2rem 1.25rem 1rem 1rem;
}



.gv-table-single-container .gv-btn td, 
.gv-table-single-container .activate-user td {
    margin-left: 1.5rem;
    margin-top: 2rem;
}

.gv-table-single-container form.update-roles,
.gv-table-single-container .activate-user td {
    padding: 0 !important;
}

.gv-table-single-container .gv-btn td {
      border: 1px solid #173557;
}

.gv-table-single-container .company-name th,
.gv-table-single-container .person-name th  {
    display: none;
}

.gv-table-single-container .company-name,
.gv-table-single-container .person-name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1rem;
}

.gv-table-single-container .company-description {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 1rem;
}

.gv-table-single-container .gv-btn, 
.gv-table-single-container .activate-user, 
.gv-table-single-container .approval-status {
  margin: 0;
  padding: 0;
}



.gv-table-single-container .gv-btn ,
.gv-table-single-container .activate-user,
.gv-table-single-container .approval-status  {
  float: right;
}

.gv-table-single-container .gv-table-view-content tr {
    display: flex;
    flex-direction: column;
}


.postid-926 .date-reg {
  width: 100%;
  border-top: 1px solid #ddd;
}

.postid-926 .approval-status td,
.postid-926 .gv-btn td {
  margin-top: 1rem;
}



.gv-button-cancel {
    border: 1px solid gray;
    color: gray;
    font-size: inherit;
}

.gv-button-cancel:hover {
    color: #fff;
    background: gray;
    text-decoration: none;
}


.gv-button-delete {
    color: darkred;
    border: 1px solid darkred;
    font-size: inherit;
}

.gv-button-delete:hover {
    color: #fff;
    background: darkred;
    text-decoration: none;
}

.gv-button-update {
    color: #173557;
    border: 1px solid #173557;
    font-size: inherit;
}

.gv-button-update:hover {
    color: #fff;
    background: #173557;
}


h2.gv-edit-entry-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 992px) {
    .single-gravityview #primary .container {
        max-width: 800px;
    }
}

.single-gravityview .person-username {
    word-break: break-all;
}

.single-gravityview .gv-field-label {
    font-size: .95rem;
}

/*** GF - USER REGISTRATION ***/

.widecolumn {
    padding: 50px;
}



ul.resumetips li{
	padding-bottom:10px;
}
