/*
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;
}

.container {
	min-width: 90vw;
}

@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;
}

/*** 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;
}

.gform_button {
	white-space: break-spaces;

}

.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-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;

}


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

}

.page-content .btn{
  margin-top: 20px;
}
@media (max-width: 768px){
  .btn, .gform_button{
    display: block;
    width: 100%;
    font-size: 16px;
  }
}

/*** GLOBALS ***/

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

.text-white {
    color: #fff;
}

.text-white a{
    color: #a0a0a0;
}

.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: 300px;
    margin-top: 30px;
}

header {
  background: #f8f9fa;
}


@media(max-width: 991.9px){
  header{
    text-align: center;
  }
}
/*** NAV BAR ***/

.dropdown-item::before {
    display: none !important;
}

.dropdown-toggle::after {
    display: none;
}


.dropdown-menu {
	left: unset;
    right: 0 !important;
	width: auto !important;
    box-shadow: rgb(0 0 0 / 19%) 0 0 8px 0;
}

 .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;
}
}

@media(max-width: 991.9px){
  .login-items{
    text-align: center;
  }
  nav.navbar.navbar-expand-md.main-menu.pr-0.justify-content-end {
    text-align: center;
    justify-content: center!important;
  }
}

@media(max-width: 768px){
  
  nav.navbar.navbar-expand-md.main-menu.pr-0.justify-content-end {
    text-align: left;
    justify-content: flex-start!important;
}
header .flex-wrap, button.navbar-toggler.navbar-light{
  width: 100%;
  text-align: left;
}
}


/*** 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.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.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;
  color: #173557;
}

.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/propane-delivery.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.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

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

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

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

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

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

/*** PAGES ***/

.faq strong {
    color:#9bb63c;
    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;
}
footer ul.list-inline img {
    max-width: 120px;
}

@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 ****/

.applicant-17,.applicant-332, .applicant-678, .applicant-677, .applicant-886, .applicant-264,.applicant-885 {
	display: none;
}

#users {
    padding: 0;
    list-style: none;
}

.applicant-heading {
    display: flex;
    justify-content: space-between;
}

/*** USERS ***/

.user {
    margin-bottom: 4rem;
	/*max-width: 700px;*/
}

.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;
    }
}

@media (max-width: 768px) {
    .user-body{
      font-size: 1.1rem;
      overflow-wrap: anywhere;
    }
    .user-heading{
      text-align: center;
      display: block;
    }
}

.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;
}
.search-heading {
 padding-bottom: 20px;
    font-weight:  bold;
    font-size: 20px;
}
@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;
}


.desktop-sortx label {
    background: #fff;
    color: initial;
    border-color: transparent;
}

#prox-search .prepend {
	display: none;
}

/*** 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.7;
    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%;
}

.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {max-width: 15px;}

.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a {display: block}


/** 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;
	color: inherit;
}


/*** GRAVITY VIEWS ***/

/* Base Table */

#gv-field-5-9 {
    overflow:hidden;
    text-overflow:ellipsis;
}

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;
}

.single-gravityview .gv-field-label {
			font-weight: 700;
		}


.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;
}

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 .update-roles select {
    border: 1px solid #173557;
    background-color: inherit;
    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;
}



.well {
    background: #173557;
    color: #fff;
    text-align: center;
    padding: 1rem;
}


/** BLOG **/

a.blog-link {
    color: inherit;
}

.post-content h1 {
    margin-bottom: 2rem;
}

/*** TESTIMONIALS ***/

blockquote {
    padding: 5px 20px;
    margin: 0 0 40px;
    border-left: 5px solid #173557;
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
}


.testimonial-name {
    font-weight: 700;
    margin-top: 5px;
}


/***EMPLOYERS***/

ul.list-inline.social-icons {
    padding: 0;
	margin: 0;
}

ul.social-icons > li:hover {
    filter: brightness(0.5);
}


/**** JOBS ****/

.gv-button-delete {
    display: none;
}

/*** JOBS - GENERAL ***/

.admin-hide {
	color: #900;
}

/*** JOBS - profile ***/

#menu-profile {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#menu-profile li {
    flex: 1 1 50%;
    text-align: center;
}

#menu-profile li > a {
    display: block;
    padding: 5rem;
    background: #f3f3f3;
    margin: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}


#menu-profile li > a:hover {
    text-decoration: none;
    background: #173557;
    color: #fff;

}



/*** JOBS - APPLY FORM ***/

.gform_fileupload_rules {
    font-style: italic;
    font-size: small !important;
}


table.wp-list-table.widefat.fixed.striped.table-view-list.entries {
    width: 100%;
}

table.wp-list-table tr:nth-child(even){
    background: #ddd;
}



table.wp-list-table.widefat.fixed.striped.table-view-list.entries thead,
table.wp-list-table.widefat.fixed.striped.table-view-list tfoot
{
    background: #173557;
    color: #fff;
}

.tablenav.top, .tablenav.bottom, .tablenav-pages.one-page {
    display: none;
}



td#cb label, td.manage-column.column-cb.check-column label {
    margin-right: .5rem;
    margin-bottom: 0;
    padding-left: 1rem;
}



table.wp-list-table td:first-child, table.wp-list-table th:first-child {
    display: none;
}

table.wp-list-table td.id.column-id {
    padding-left: 1rem;
}

table.wp-list-table thead tr th, table.wp-list-table tfoot tr th {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

table.wp-list-table tr td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/*

.manage-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    background: #f3f3f3;
}*/

.navigate-header {
    color: #555;
    text-align: left;
    padding: 0 0 0.25rem;
    border-bottom: 0.5px solid #b1b1b1;
    margin: 0 0 0.5rem;
    flex: 0 0 100%;
}

.navigate-header a {
    pointer-events: none;
}

.manage-menu img {
    width: 25px;
    margin-right: .5rem;
}

.manage-menu li > a {
    display: flex;
    align-items: center;
	    line-height: 1;
}

.manage-menu li {
    padding-right: .5rem;
    padding-left: .5rem;
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: .5rem;

}

.manage-menu {
    padding: 0;
    height: 100%;
    padding: 1rem;
}

.manage-menu .active {
    filter: unset;
    background: #173557;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.manage-menu .active a, .manage-menu .active img {
    color: #fff;
}




/**** APPLICANTS ***/

.applicant .employer-only {
    display: none;
}

.employer .applicant-only {
    display: none;
}

/*** SINGLE JOBS ***/

.single-jobs h2 {
    font-size: 1.25rem;
    font-weight: 900;
}

.job-well h2 {
	font-size: 2rem;
	margin-top: 1rem;
}

#field_42_14 {
    display: flex;
    font-style: italic;
}

#field_42_14 input {
    all:  unset;
}

#field_42_14 label{
    padding-right: .25rem;
}


/*.manage-menu img {
    max-height: 30px;
    display: block;
    margin: auto auto 1rem;
}

.manage-menu .nav-link {
    font-weight: 900;
    text-transform: uppercase;
    font-size: .9rem;
    padding-bottom: 1rem;
}

.manage-menu li {
    border-right: 1px solid #bbb;
    width: 33.33%;
    text-align: center;
}

.manage-menu li:last-child {
    border: none;
}

.manage-menu li:hover {
    background: #ddd;
}*/



/*** FORM ***/

.gv-search input {
    height: 30.59px;
    border-right: none;
    border: 1px solid #333;
    border-right: none;
}

form.gv-widget-search.gv-search-horizontal {
    background: none;
    margin: 0;
    padding: 0;
}

.gv-search-box.gv-search-box-submit {
    float: left;
}

form.gv-widget-search.gv-search-horizontal p {
    margin-bottom: 0;
}

.gv-search-box.gv-search-field-text.gv-search-field-search_all {
    margin: 0;
    /* max-width: 75%; */
}

.applicant .gv-search-box.gv-search-field-text.gv-search-field-search_all {
    float: left;
    width: 85%;
    margin-bottom: 2rem;
}

.gv-search-box.gv-search-box-submit {
    margin: 0;
}

.gv-search-box.gv-search-box-submit input {
    border: 1px solid #333;
    height: 30.5px;
    width: 100%;
    text-transform: uppercase;
    background: #be1d2d;
    color: #fff;
    font-weight: 700;
}

.gv-search label {
    display: none;
}

.gv-search-box.gv-search-box-submit {
    width: 15% !important;
	margin: 0 !important;
}


.gv-search-box.gv-search-box-submit input:hover {
    background: #173557;
}


.small-headline {
	font-size: 1.25rem;
    font-weight: 900;
}


/*** JOB LISTINGS ***/

.salary-listing img, .experience-listing img, .toggle-locations img {
    max-width: 25px;
    max-height: 20px;
    margin-right: .5rem;
}

.job-listing-meta {
    font-size: small;
}

.job-listing-indvidual {
	background: #f3f3f3;
    padding: 1rem 1rem 1.5rem;
    border-top: 4px solid #173557;
}

.experience-locations {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-evenly;
}

.salary-listing, .experience-listing, .toggle-locations {
    display: flex;
    line-height: 1.5;
	min-width: 25%;
}

.salary-listing img, .experience-listing img, .toggle-locations img {
    max-width: 25px;
    max-height: 20px;
    margin-right: .5rem;
}

.locations-listing img {
    height: 15px;
}

.locations-listing {
    list-style-position: inside;
}

#collapseLocations p {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.toggle-locations {
    cursor: pointer;
}


/*** VIEW EMPLOYER APPLICANTS ***/

.postid-1867 .gv-container-1867 {
    background: #f8f9fa;
    padding: 2rem;
}


.postid-1867 .gv-container-1867 tr:not(.gv-field-42-custom), .view-address {
    background: #eee;
    margin: .5rem;
    flex-direction: column;
    flex-basis: 45% !important;
    flex: 1;
    padding: .5rem 1rem;
    border-top: 4px solid #ddd;
}

.postid-1867 .gv-container-1867 .gv-table-view-content tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.postid-1867 .gv-container-1867 .small-headline {
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.postid-1867 .gv-container-1867 .view-100 {
    flex-basis: 100%;
    border-top: none !important;
    background: none !important;
    margin: 0 !important;
}

.postid-1867 .gv-container-1867 #gv-field-42-14 {
    flex-basis: 100% !important;
    width: 100% !important;
}

.postid-1867 .gv-container-1867 .locations .bulleted {
    padding: 0;
    list-style-position: inside;
}


.search-wrapper .button-group {display: none;}
/* Container on homepage */
.propane-jobs-container {
	margin-bottom: 40px;
}
/*** Banner at top of page ***/
#heading-banner {
	background: #173557;
	width: 100%;
	text-align: center;
	z-index: 99999;
	position: relative;
	display: block;
}
#heading-banner .heading-banner-text {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 20px;
	text-align:center;
}
#heading-banner .heading-banner-text a {
	color: #be1d2d;
}
.heading-banner-container {
	padding: 0;
}
.heading-banner-container p:first-child {
	margin-bottom: 0;
}


/***** JOBS *****/

.applicant .employer-only {
    display: none;
}

.employer .applicant-only {
    display: none;
}


/*** JOBS - profile ***/

#menu-dashboard {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#menu-dashboard li {
    flex: 1 1 50%;
    text-align: center;
}

#menu-dashboard li > a {
    display: block;
    padding: 5rem;
    background: #f3f3f3;
    margin: 1rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}


#menu-dashboard li > a:hover {
    text-decoration: none;
    background: #173557;
    color: #fff;

}



/*** JOBS - APPLY FORM ***/

.gform_fileupload_rules {
    font-style: italic;
    font-size: small !important;
}

table.wp-list-table.widefat.fixed.striped.table-view-list.entries {
    width: 100%;
}

table.wp-list-table tr:nth-child(even){
    background: #ddd;
}

table.wp-list-table.widefat.fixed.striped.table-view-list.entries thead,
table.wp-list-table.widefat.fixed.striped.table-view-list tfoot
{
    background: #173557;
    color: #fff;
}

.tablenav.top, .tablenav.bottom, .tablenav-pages.one-page {
    display: none;
}



td#cb label, td.manage-column.column-cb.check-column label {
    margin-right: .5rem;
    margin-bottom: 0;
    padding-left: 1rem;
}

table.wp-list-table td:first-child, table.wp-list-table th:first-child {
    display: none;
}

table.wp-list-table td.id.column-id {
    padding-left: 1rem;
}

table.wp-list-table thead tr th, table.wp-list-table tfoot tr th {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

table.wp-list-table tr td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navigate-header {
    color: #555;
    text-align: left;
    padding: 0 0 0.25rem;
    border-bottom: 0.5px solid #b1b1b1;
    margin: 0 0 0.5rem;
    flex: 0 0 100%;
}

.navigate-header a {
    pointer-events: none;
}

.manage-menu img {
    width: 25px;
    margin-right: .5rem;
}

.manage-menu li > a {
    display: flex;
    align-items: center;
	    line-height: 1;
}

.manage-menu li {
    padding-right: .5rem;
    padding-left: .5rem;
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: .5rem;

}

.manage-menu {
    padding: 0;
    height: 100%;
    padding: 1rem;
}

.manage-menu .active {
    filter: unset;
    background: #173557;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}

.manage-menu .active a, .manage-menu .active img {
    color: #fff;
}

/*** SINGLE JOBS ***/

.single-jobs h2 {
    font-size: 1.25rem;
    font-weight: 900;
}

.job-well h2 {
    font-size: 2rem;
    margin-top: 1rem;
}


/*** FIND AN EMPLOYER ***/

.user-1032 {
    display: none;
}
.user-1064 {
    display: none;
}
.user-1063 {
    display: none;
}
/* waltondemo location */
.user-1726 {
    display: none; 
}

/*** Find an Applicant ***/
/* Jennifer Clark Demo Applicant - JL */
.applicant-3250 {
    display: none;
}


/*** Find a Job ***/
/* waltondemo job */
.job-3248 {
	/*display: none;*/
}
