/**************************************
Hicaliber Child Theme - Stylesheets
**************************************/
/*************************************
#GENERAL STYLING - START
*************************************/
.header .top-bar .menu a,
.footer .menu a {
    text-transform: uppercase;
}
.leaf-icon .section-title {
  position: relative;
}
.body-content .aligncenter {
    display: block;
    margin: 0 auto;
}
.leaf-icon .section-title:before {
  content: '';
  background-image: url(../images/leaves.png);
  background-size: contain;
  height: 50px;
  width: 80px;
  display: block;
  margin: 0 auto 15px;
  background-repeat: no-repeat;
}

/* .image-above-content .hic-box { height: 100%; } */

.image-above-content .hic-box,
.white-boxes .hic-box,
.grey-boxes .hic-box {
    height: 100%;
}
.image-above-content:not(.grey-section) .hic-box,
.grey-boxes .hic-box {
    background-color: #f2f2f2;
}

.image-above-content:not(.light-section):not(.default-section) .hic-box {
    background-color: #FFF;
}

body .second-theme-section .slick-arrow:before {
  color: #000;
}
.theme-section .button {
    border: 2px solid #FFF;
}

.page-element.has-bg-img.no-overlay .bg-image:before {
  display: none;
}

.page-element.image-above-content .hic-box .hic-button-wrap .button {
  display: block;
}

.image-above-content .hic-box .hic-button-wrap {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  margin: auto;
}
.image-above-content .hic-title h3 {
    margin-bottom: 8px;
}

.background-parallax .bg-image {
  background-attachment: fixed;
}
.hidden { display: none !important; }

.page-element.with-border-bottom .section-body .cell:not(:last-child) .hic-box {
    padding-bottom: 30px; 
}
.page-element.with-border-bottom:not(.dark-section):not(.theme-section):not(.second-theme-section) .section-body .cell:not(:last-child) .hic-box {
    border-bottom: 1px solid #CCC;
}
.page-element.with-border-bottom:not(.default-section):not(.light-section) .section-body .cell:not(:last-child) {
    border-bottom: 1px solid #FFF;
}
.image-scale .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
}
/*.image-scale .hic-image:before {*/
/*    padding-top: 100%;*/
/*}*/

.gfield_checkbox li,
.gfield_radio li {
    position: relative;
    padding-left: 24px;
}
.hic-pagination-page.pagination {
    justify-content: center;
}
.default-section .wp-block-group,
.light-section .wp-block-group {
     background-color: #F2F2F2;
}
.wp-block-group {
    padding: 16px 1px 16px 16px;
    margin-bottom: 17px;
}
.modal-element .gform_confirmation_message h4 + br { display: none; }
tbody td, tbody th {
    border: 1px solid #F2F2F2;
}
.black-section {
    background-color: #1B1B1B;
    color: #fff;
}
.navy-section {
    background-color: #092C41;
}

.navy-section .hic-title h3{
    color: #fff;
}

.gold-heading .section-title,
.gold-heading .hic-title h3 {
    color: #bca263 !important;
}
.gold-section {
    background-color: #bca263;
}
.gold-section a:not(.button) {
    color: #FFF;
    text-decoration: underline;
}
.gold-section .button,
.navy-section .button {
    background-color: transparent;
    border: 1px solid #FFF;
}
.gold-section .button:hover,
.gold-section .button:focus {
    background-color: #FFF;
    color: #bba264; 
    border: 1px solid #bba264;
}

.navy-section .button:hover {
     background-color: #FFF;
    color: #092C41; 
    border: 1px solid #092C41;
}

.gold-section,
.navy-section,
.gold-section.page-element:not(.has-bg-img):not(.theme-section) .section-title span,
.navy-section.page-element:not(.has-bg-img):not(.theme-section) .section-title span {
    color: #FFF;
}

.checklist.award  > li:before {
    content: '\f336';
    color: #bba264;
}

.overlay-style-1 .bg-float:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.banner-dark-button .hero .button {
    background-color: #235128;
    border: 1px solid #235128;
}
.banner-light-button .hero .button {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #7ea618;
    text-shadow: none;
    transition: all .25s ease;
}
.banner-light-button .hero .button:hover,
.banner-light-button .hero .button:focus,
.banner-dark-button .hero .button:hover,
.banner-dark-button .hero .button:focus {
    background-color: #80a61b;
}
.banner-light-button .hero .button:hover,
.banner-light-button .hero .button:focus {
    border: 1px solid #80a61b;
}

.banner-light-button .hero .button:hover,
.banner-light-button .hero .button:focus {
    color: #FFF;
}
.default-alignment .section-header.sub-heading-only .sub-heading { 
    text-align: left;
}
.section-header.sub-heading-only .sub-heading {
    font-size: 16px;
}
.cta-element .hic-button-wrap .button {
    margin-top: 0;   
}
.hero blockquote {
    padding: 16px;
    background-color: rgba(68, 68, 68, 0.9);
    color: #FFF;
}
.hero blockquote, .hero blockquote p {
    color: #FFF;
}

.wp-pager {
    text-align: center;
    margin-top: 24px;
}
.pagination a,
.wp-pager .page-numbers {
    border-radius: 0;
    color: #80a61b;
    display: inline-block;
    min-width: 28px;
    line-height: 1;
    padding: 8px;
    border: 1px solid #80a61b;
    opacity: .4;
    transition: all .25s ease;
    background-color: transparent;
    font-size: 14px;
}
.wp-pager .page-numbers,
.pagination li {
    margin-right: 6px;
}

.wp-pager .page-numbers.current,
.wp-pager .page-numbers:hover,
.hic-pagination-page a.current,
.hic-pagination-page a:hover {
    opacity: 1;
}
.hic-pagination-page a:hover {
    background-color: transparent;
}
.wp-pager .page-numbers:hover {
    color: #80a61b;
}

.filter-form ul {
    list-style: none;
    margin: 0;
}

.filter-form select {
    color: #1B1B1B;
}

.filter-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1B1B1B;
}
.filter-form ::-moz-placeholder { /* Firefox 19+ */
  color: #1B1B1B;
}
.filter-form :-ms-input-placeholder { /* IE 10+ */
  color: #1B1B1B;
}
.filter-form :-moz-placeholder { /* Firefox 18- */
  color: #1B1B1B;
}
.filter-form .clear-filter {
    font-size: 14px;
}
.hic-category .hic-seperator:after {
    content: "|";
}
.hic-category .hic-seperator:last-child {
    display: none;
}
.banner-text-no-shadow .hero-banner-message {
    text-shadow: none;
}

.ginput_recaptcha {
    margin-bottom: 16px;
}

.grecaptcha-badge {
    z-index: 999;
}

.search-result-listing article {
    border-bottom: 1px solid #EEE;
    padding-bottom: 24px;
}

.search-form-inline-fields .filter-form #search_filters {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 640px) {
    .page-element.carousel.text-left {
        text-align: center;
    }
}
@media(min-width: 641px) {
    .listing-element.grid .section-body {
        justify-content: center;
    }
    
    .section-search-form {
        margin-bottom: 34px;
    }
    
 
  
}

@media (max-width: 1023px) {
    .image-above-content .hic-content {
        padding: 15px;
    }
}
@media(min-width: 1024px) {
    .with-top-header .hero.full-screen-banner {
        height: calc(100vh - (88px + 32px + 37px));
        min-height: 600px !important;
    }
    body .slick-prev:before,
    body .slick-next:before {
        font-size: 36px;
    }
    .page-element.text-center:not(.small-header) .section-header .cell,
    .page-element.default-alignment:not(.small-header) .section-header .cell {
        max-width: 850px;
        margin: 0 auto;
    }
    .small-header .section-header .cell {
        max-width: 850px;
        margin: 0 auto;
    }
    .cta-element .cta-blurb {
        font-size: 20px;
    }
    .checklist.award  > li:before {
       font-size: 21px;
        top: -2px;
    }
    
    .image-above-content .hic-content {
        padding: 20px;
    }
    .page-element.default-alignment:not(.small-header) .section-header.sub-heading-only>.cell {
        max-width: 100%;    
    }
    .section-header.sub-heading-only .sub-heading {
        font-size: 28px;
    }
    .pagination {
        justify-content: center;
    }
    .pagination .current {
        min-height: 24px;
        max-height: 48px;
    }
    
    .pagination a,
    .pagination span,
    .pagination .current,
    .wp-pager .page-numbers {
        font-size: 18px;
        min-width: 46px;
        padding: 14px;
    }
    
       .search-form-inline-fields .filter-form ul {
        display: flex;
        height: 48px;
    }
    .search-form-inline-fields .filter-form li {
        flex: 1 1 0;
        height: 100%;
    }
    .search-form-inline-fields .filter-form li:not(:last-child) {
        margin-right: 25px;
    }
    .search-form-inline-fields .filter-form input,
    .search-form-inline-fields .filter-form select,
    .search-form-inline-fields .filter-form .field-group{
        margin-bottom: 0;
        height: 100%;
    }
    
    .filter-form ul {
        padding-right: 80px;    
    }
    
    .filter-form .clear-filter { 
        color: #FFF;   
    }

    
    .mb-80, .mtb-80 {
        margin-bottom: 80px !important;
    }
}
@media(min-width: 1400px) {
    .wide-container .grid-container {
        max-width: 1440px;
    }
    .wide-container .hic-title h3 {
        margin-bottom: 24px;
    }
    .overlay-style-1 .grid-container {
        padding: 50px;
    }
    .overlay-style-1 .bg-float:before {
        display: none;
    }
    .overlay-style-1 .grid-container {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 30px;
    }
}
/*************************************
#GENERAL STYLING - END
*************************************/
/*************************************
#TYPOGRAPHY - START
*************************************/
@font-face {
  font-family: Viva;
  src: url(../fonts/viva-beautiful.ttf);
}
@font-face {
  font-family: "Aileron Light";
  src: url("../fonts/Aileron-Light.ttf") format('truetype');
}
@font-face {
  font-family: "Aileron Regular";
  src: url("../fonts/Aileron-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Aileron Semibold";
  src: url("../fonts/Aileron-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: "Aileron Bold";
  src: url("../fonts/Aileron-Bold.ttf") format('truetype');
}
body, 
.default-section .box-link,
.page-element.dark-section.white-boxes .hic-content,
.page-element.has-bg-img.light-section,
.cta-element.default-cta-layout.has-bg-img {
  color: #1B1B1B;
}
body {
  font-size: 16px;
  font-family: "Aileron Regular", "Times New Roman", serif;
}
a:focus, a:hover {
    color: #5c7618;
}
h1, .h1 { font-size: 32px; line-height: 1.2; }
h2, .h2 { font-size: 26px; line-height: 1.2;  }
h3, .h3 { font-size: 20px; line-height: 1.2; }
h4, .h4 { font-size: 18px; line-height: 1.2;  }
h5, .h5 { font-size: 16px; line-height: 1.2; }
h6, .h6 { font-size: 14px; line-height: 1.2; }
h2:not(.section-title), .h2, :not(.hic-title) > h3, .h3 {margin-bottom: 20px;}

h4, .h4 {margin-bottom: 15px;}
.underline, ul.underline li a {text-decoration: underline !important; color: inherit;}
.large-titles .hic-title h3 {font-size: 200% !important; }

a {
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}
a:hover, a:focus {
  outline: 0;
}
.top-header .menu li:before,
.header .contact-info div:before,
.hic-post-widget .widget-post-title,
.team-element .member-name,
.accordion-element .accordion-title,
.section-header.sub-heading-only .sub-heading {
    font-family: 'Bree Serif', Georgia, "Times New Roman", serif;
}
.hero-banner-message em,
.section-title span {
    font-family: Viva, "Times New Roman", serif; line-height: 1.1;
    
}
.section-header .sub-heading,
.cta-element .cta-blurb,
.image-above-content .hic-blurb,
.location-element .hic-category,
.team-element .hic-blurb,
.team-element .member-position,
.certification-date,
.thin-font {
    font-family: "Aileron Light", "Times New Roman", serif;
}
.lead {
  font-size: 20px;
  font-weight: 600;
}

.header .menu a,
.button {
    letter-spacing: 1px;
}

.page-element:not(.has-bg-img):not(.dark-section):not(.theme-section):not(.gold-section):not(.navy-section) h1,
.page-element:not(.has-bg-img):not(.dark-section):not(.theme-section):not(.gold-section):not(.navy-section) h2,
.light-section h3, .grey-section h3, .default-section h3, .default-section.cb-form.image-overlay-content .section-body .cell:nth-child(2) h3,
.page-element:not(.has-bg-img):not(.dark-section):not(.theme-section):not(.gold-section):not(.navy-section) h4,
.page-element:not(.has-bg-img):not(.dark-section):not(.theme-section):not(.gold-section):not(.navy-section) h5,
.page-element:not(.has-bg-img):not(.dark-section):not(.theme-section):not(.gold-section):not(.navy-section) h6,
.dark-theme-font {
    color: #234228;
}
/*body .image-right-content.then-left.default-section .hic-title h3,*/
/*body .image-left-content.then-right.default-section .hic-title h3 {*/
/*    color: #FFF !important;*/
/*}*/
.default-section.image-overlay-content h3,
.light-section.image-overlay-content h3,
.default-section.has-bg-img h3,
.default-section .navy-section h3,
.default-section .gold-section h3{
    color: #FFF;
}

@media (min-width: 641px) {
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }

  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 24px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 14px;
  }
  
  h2:not(.section-title), .h2, :not(.hic-title) > h3, .h3 {margin-bottom: 25px;}
  h4, .h4 {margin-bottom: 20px;}
}

/*************************************
5.TYPOGRAPHY - END
*************************************/
/**************************
#BUTTONS - START
**************************/
.button {
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*************************
BUTTONS - END
**************************/
/*************************
#HELPERS - START
**************************/
.header .top-bar .menu a,
.header .site-search button,
 .page-element:not(.dark-section):not(.navy-section):not(.image-overlay-content) .hic-title a,
body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after,
.cb-form.image-overlay-content .section-body .cell:nth-child(2) .hic-title,
.team-element .member-name {
    color: #234228;
}
.post-byline,
.post-byline a,
.sidebar .widget-meta,
.sidebar li a,
.cb-form.image-overlay-content .section-body .cell:nth-child(2) .hic-content,
.team-element .member-position {
    color: #939598;
}
.post-byline a:hover {
    color: #80a61b;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    font-weight: 400;
}
/*Lists - START*/
.checklist li, .page-element.checklist ul li {
  padding-left: 26px;
}

.checklist li:before, .page-element.checklist ul li:before {
  font-weight: 900;
}

ol.steps-list, .page-element.steps-list ol {
  padding: 0;
}

ol.steps-list li, .page-element.steps-list ol li {
  padding: 20px 15px 20px 75px;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-top: -3px;
  font-weight: bold;
  text-align: center;
}

.section-title span {
  font-size: 28px;
  display: block;
  margin-bottom: -16px;
}
.section-header .sub-heading {
  font-size: 13px;
}

/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border {
  margin: 0 0 32px;
}

.page-element table.no-border th {
  padding: 2px 14px 2px 0;
}

.page-element table.no-border td {
  padding: 2px 8px;
}

/*No Border Table - END*/
/*Slope - START*/
.slope-top-left-right, .slope-top-right-left, .slope-bottom-left-right, .slope-bottom-right-left {
  position: relative;
}

.slope-top-left-right:before, .slope-top-right-left:before, .slope-bottom-left-right:after, .slope-bottom-right-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 85px solid transparent;
  border-bottom: 85px solid transparent;
}

.slope-top-left-right:before, .slope-top-right-left:before {
  top: -85px;
}

.slope-bottom-left-right:before, .slope-bottom-right-left:after {
  bottom: -85px;
}

.slope-top-left-right:before, .slope-bottom-right-left:after {
  border-right: 100vw solid #fff;
}

.slope-top-right-left:before, .slope-bottom-left-right:after {
  border-left: 100vw solid #fff;
}


@media(min-width: 641px) {
   .section-header .sub-heading {
      font-size: 16px;
    }
}
@media(min-width: 1024px) {
    .section-title span {
        font-size: 60px;
        margin-bottom: -24px;
    }
}

/*Slope - END*/
/*************************
HELPERS - END
**************************/
/**************************
#HEADER - START
**************************/
.top-header {
    background-color: #234228;
    color: #80a61b;
}
.top-header a {
    color: #FFF;
}

.header-default-color .header {
    background-color: #F2F2F2;
}
.header .top-header {
  font-size: 13px;
}
.header-layout-1.header .top-bar {
    padding: 8px 0;
}
.header .top-header .menu a {
  font-size: 12px;
  padding: 0;
  display: inline-block;
}
.header .contact-info div:before {
    margin-right: 4px;
}
.header .contact-info i { display: none; }
.header .menu a { font-size: 13px; }
.header .top-header ul li.social-icon {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
}
.header .top-header ul li.social-icon a {
  padding: 5px 0;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}
.header .button {
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
}
.header .top-bar .top-bar-right.hide-for-large {
  margin-top: 10px;
}
.header .top-bar .top-bar-right.hide-for-large .menu a {
  padding: 5px;
  margin-right: 10px;
}
.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
  font-size: 22px;
}
.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
  display: none;
}
/* Default & Light Header - START*/
.header-default .header, .header-light .header {
  background-color: #fff;
  color: #1b1b1b;
}
.header-default .header .top-header, .header-light .header .top-header {
  background-color: #fff;
  color: #1b1b1b;
}
.header-default .header .top-header a, .header-light .header .top-header a {
  color: #1b1b1b;
}
.header-default .header .menu .is-dropdown-submenu li a, 
.header-light .header .menu .is-dropdown-submenu li a {
  background-color: #fff;
}

.header .top-bar .menu .active>a,
.dropdown-menu>li.is-active>a,
.header .menu li.is-active>a,
body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-active>a:after,
body:not(.header-light) .dropdown.menu.medium-horizontal>li.active.is-dropdown-submenu-parent>a::after,
.header .top-bar .menu>a:hover, 
.header .top-bar .menu>a:focus {
    color: #80a61b;
}

/* Default & Light Header - END*/
/* Dark & Theme Header - START*/
.header-dark .header .menu .is-dropdown-submenu li a {
  background-color: #000;
}

/* Dark & Theme Header - END*/
/* Transparent Header - START*/
.header-transparent .top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Transparent Header - END*/
/* Sticky Header - START*/
.sticky-header.scrolled .header {
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .35);
  background-color: #000;
}

.sticky-header .header .logo-wrap {
  width: 100%;
  transition: all 1s;
}

.sticky-header.scrolled .header .logo-wrap {
  width: 80%;
  transition: all 1s;
}
/* Sticky Header - END*/
.header .logo-wrap {width: 65px;}

.submenu.is-dropdown-submenu:not(.first-sub) {
    margin-top: 0;
}
@media(max-width: 640px) {
    
    .top-header .phone-number,
    .top-header .email-address {
        width: 23px;
    }
    .top-header .phone-number {
        transform: translate(0, 2px);
    }
    
    .top-header .phone-number a:before {
        content: '\f879';
    }
    .top-header .email-address a:before {
        content: '\f0e0';
    }
    
    .header .top-header .phone-number a,
    .header .top-header .email-address a {
        font-size: 0;
    }
    .top-header .phone-number a:before,
    .top-header .email-address a:before {
        font-family: 'Font Awesome 5 Pro';
        font-size: 14px;
        font-weight: 900;
    }
        
    .header .top-header ul.contact-info li {
        display: block;
    }
    .header .top-header ul.contact-info li:not(:last-child) {
        margin-right: 0;
    }
    
   
    
}

@media (max-width: 1023px) {
    .top-bar-right .phone {
        display: none;
    }
    .header .top-bar .top-bar-right.hide-for-large {
      margin-top: 27px;
    }
     .top-bar-right .site-search {
        margin-right: 20px;
    }
    .menu-icon {
        width: 40px;
        height: 30px;
    }
    .menu-icon:after {
        height: 5px;
        background: #244228;
        box-shadow: 0 12px 0 #244228, 0 24px 0 #244228;
    }
    .menu-icon:hover:after {
        background: #cacaca;
        box-shadow: 0 12px 0 #cacaca, 0 24px 0 #cacaca;
    }
    
    .top-bar-right .site-search button {
        font-size: 30px;
    }
}

@media (min-width: 641px) {
     .header .phone-number:before {
        content: 'Call Us:';
    }
    .header .email-address:before {
        content: 'Email:';
    }
    .top-header .menu li:before {
        margin-right: 8px;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .top-header .grid-padding-x>.cell:first-child {
        width: 20%;
    }
    .top-header .grid-padding-x>.cell:last-child {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    
    
    .header .logo-wrap { width: 80px; }
    .header .contact-info div:before,
    .header.header-layout-1 .top-bar .top-bar-right {
        margin-top: 30px;
    }
    .header.header-layout-3 .top-header .cell:first-child,
    .header.header-layout-3 .top-header .cell:last-child {
        top: 60px;
    }
    .header.header-layout-3 .top-header .cell:first-child {
        left: 0;
    }
    .header.header-layout-3 .top-header .cell:last-child {
        right: 0;
        left: auto;
    }
    .header.header-layout-3 .logo-wrap {
        margin: 0 auto;
    }
    
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        margin-right: 8px;
    }
    
   
    .header .top-header .contact-info li:not(:last-child),
    .header .top-header .menu li:not(:last-child) {
        margin-right: 24px;
    }

  .header.header-layout-3 .top-bar .top-bar-left {
    padding: 16px 0 20px;
  }

  .header.header-layout-3 .contact-info {
    font-size: 14px;
  }

  .header.header-layout-3 .contact-info li:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    display: block;
  }
  
    .header.header-layout-3 .top-bar .top-bar-left, .header.header-layout-3 .top-bar .top-bar-right {
        text-align: left;
    }
    .header.header-layout-3 .top-header .social-media-container a {
        font-size: 16px;
        color: #fff;
        background-color: #7ea618;
        width: 34px;
        height: 34px;
        display: inline-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-radius: 50%;
    }
    
    .header .top-bar-right .top {
        display: flex;
        justify-content: center;
    }
    
    .header .site-search {
       z-index: 1; 
       margin-left: 12px;
       position: relative;
    }
    
    .header .site-search button {
        cursor: pointer;
        font-size: 22px;
        margin-top: 8px;
    }
}

@media(min-width: 1600px) {
    .header .menu a { font-size: 16px; }
    .header .site-search {
       margin-left: 24px;
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        margin-right: 14px;
    }
}
/**************************
HEADER - END
**************************/
/**************************
MOBILE MENU - START
**************************/
.off-canvas .menu li.is-accordion-submenu-item a {
  padding-left: 30px;
}
.off-canvas .menu a {
  color: #fff
}
.off-canvas .menu-button {
  margin-left: 0;
}
/**************************
MOBILE MENU - END
**************************/
/****************************************
#HERO START
****************************************/
.hero .article-header,
.hero .hero-banner-message {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.hero.text-center .hero-banner-message {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.hero.text-center .hero-banner-message img {display: inline-block;}
.hero-banner-message {
  text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
}
.hero-banner-message h1 em {
    display: block;
}
.hero-banner-message .button {
    background-color: transparent;
    border: 1px solid #FFF;
}
.hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {
  font-size: 32px;
}
.hero .hero-banner-message {
  font-size: 18px;
  line-height: 1.2;
}
.hero-form {
  text-align: left;
}
.hero-form input[type="submit"],
.hero-form button[type="submit"] {
  border: 1px solid #FFF;
  background-color: transparent;
}
.hero-form header {
  margin-bottom: 24px;
}

.hero .slick-dots {
  z-index: 1;
  bottom: 0;
}

.hero .slick-dots li button:before {
  color: #fff;
  font-size: 15px;
  opacity: .35;
}

.hero.form-layout-1.form-side .hero-form {
  border-radius: 10px;
}

.hero.form-layout-2.form-inline .gform_wrapper input,
.hero.form-layout-2.form-inline .gform_wrapper select {
  height: 50px;
}

.hero.form-layout-2.form-inline .gform_wrapper textarea[rows] {
  height: 80px;
}
.hero-banner-message h1 em {
    margin-bottom: -20px;
    color: #80a61b;
}
.hero-banner-message .hic-button-wrap .button:hover {
    border: 1px solid #719e00;
}

.hero .hero-banner-message h1.h2 {    font-family: 'Bree Serif', serif;}

@media (max-width: 640px) {
    .default-alignment .hero-banner-message .hic-button-wrap .button {
        margin-left: 0;
    }
    .hero-text-center-mobile .hero .hero-banner-message,
    .hero-text-center-small .hero .hero-banner-message {text-align: center;}
    .hero-text-center-mobile .hero .hero-banner-message img,
    .hero-text-center-small .hero .hero-banner-message img {display: inline-block;}
	.hero-text-center-mobile .hero.default-alignment .hero-banner-message .hic-button-wrap .button,
	.hero-text-center-small .hero.default-alignment .hero-banner-message .hic-button-wrap .button {margin-left: auto;}
}
@media (min-width: 641px) {
  .default-width .header.default-header-layout .top-bar .top-bar-left, .default-width .header.header-layout-1 .top-bar .top-bar-left {width: 120px;}
  .hero.slider-carousel-banner.default-alignment .hero-banner-message, .hero.slider-carousel-banner.text-left .hero-banner-message {
    max-width: 600px;
  }

  .hero .article-header h1, .hero .hero-banner-message h1, .hero .hero-banner-message h2.h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .hero.page-banner.default-height,
  body:not(.home) .hero:not(.page-banner).default-height { min-height: 300px; }    
  .hero .article-header h1, 
  .hero .hero-banner-message h1, 
  .hero .hero-banner-message .h1 {
    font-size: 46px;
    margin-bottom: 24px;
  }
  .hero-banner-message h1 em {
      font-size: 38px;
  } 
  .hero .article-header h1, 
  .hero .hero-banner-message h1, 
  .hero .hero-banner-message .h1
  .hero .hero-banner-message h4 {
      line-height: 1;
  }
  .hero .hero-banner-message {
      max-width: 850px;
  }
}
@media (min-width: 1400px) {
     .hero .article-header h1, 
      .hero .hero-banner-message h1, 
      .hero .hero-banner-message .h1 {
        font-size: 60px;
      }
      .hero-banner-message h1 em {
          font-size: 46px;
      }
      .hero .hero-banner-message h1.h2 {font-size: 50px;}
}
@media (min-width: 1600px) {
    

  .home .hero .hero-banner-message h1 {
    font-size: 80px;
  }
  .hero .hero-banner-message {
      font-size: 24px;
    }
  .hero-banner-message h1 em {
      font-size: 65px;
  } 
}

/****************************************
HERO END
****************************************/
/**************************
#PAGE ELEMENTS - START
**************************/
.home .page-elements {
	background-color: #EEE;
}
.light-section {
	background-color:#FFF;
}

.hic-blurb p:last-child {
  margin-bottom: 0;
}
.white-titles .hic-title h3 {
  color: #fff !important;
}
.page-element.box-shadow .hic-box {
  box-shadow: 2px 2px 8px rgba(10, 10, 10, .10)
}
.page-element.white-boxes .hic-image, .page-element.grey-boxes .hic-image, .page-element.box-shadow .hic-image {
  margin-bottom: 0;
}
.image-above-content .hic-box {
    position: relative;
}
.image-above-content.carousel.box-equal-height .hic-box,
.content-box-element.image-above-content .button-link .hic-box,
.post-element.image-above-content .hic-box,
.events-element.image-above-content .hic-box {
   padding-bottom: 90px;
}
.white-boxes:not(.image-left-content):not(.image-right-content) .hic-content,
.grey-boxes:not(.image-left-content):not(.image-right-content) .hic-content,
.page-element.box-shadow .hic-content {
  padding: 15px;
}

.image-overlay-content .hic-box {
  position: relative;
  border: 0;
}

.page-element.portrait-images .hic-image:before {
    padding-top: 358px;
}

.image-overlay-content .hic-content {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .25);
  margin-bottom: 0;
  padding: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background .25s ease-in-out;
}
.image-overlay-content .hic-box:hover .hic-content {
    background-color: rgba(35, 66, 40, 0.9);
}
.image-overlay-content .hic-box .button {
    background-color: transparent;
    border: 1px solid #FFF;
}


.image-overlay-content .hic-title h3 {
  margin-bottom: 0;
  text-shadow: 0 2px 3px rgba(0,0,0, .6);
  line-height: 1.2;
}

.image-overlay-content .section-body .hic-blurb,
.image-overlay-content .section-body .hic-button-wrap {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: all .5s ease-in-out;
    height: 0;
}

.image-overlay-content .hic-box:hover .hic-blurb,
.image-overlay-content .hic-box:hover .hic-button-wrap {
   visibility: visible;
    opacity: 1;
    margin-top: 10px;
    height: auto;
}
.image-overlay-content .hic-blurb {
    font-size: 14px;
}

.image-overlay-content.bottom-content .hic-box:after {
    -webkit-box-shadow: inset 0px -200px 117px -84px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 0px -200px 117px -84px rgba(0,0,0,0.65);
    box-shadow: inset 0px -200px 117px -84px rgba(0,0,0,0.65);
}
.image-overlay-content.bottom-content .hic-box:before,
.image-overlay-content.bottom-content .hic-box:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom:0;
    left: 0;
    z-index: 2;
}
.image-overlay-content.bottom-content .hic-box:before{
    transition: all .25s ease-in-out;
}
.image-overlay-content.bottom-content .hic-content {
    background-color: transparent;
    height: auto;
    top: 260px;
    bottom: auto;
    z-index: 3;
    transition: all .95s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.image-overlay-content.bottom-content .hic-box:hover .hic-content {
    background-color: transparent;
    height: 100%;
    top: 0;
}
.image-overlay-content.bottom-content .hic-box:hover:before {
    background-color: rgba(35, 66, 40, 0.9);
}
.image-overlay-content.bottom-content .hic-content div {
    position: relative;
}

.hic-button-wrap .button {
  margin: 1rem 0 0;
}
.row-fluid.grid .section-body {
    margin-bottom: 0;
}
.image-right-content.then-left.default-section .hic-content,
.image-right-content.then-left.default-section .hic-title h3 {
    color: #FFF;
}
.image-right-content.then-left.default-section .section-body .cell:nth-child(odd) .hic-box {
    background-color: #7ea618;
}
.image-right-content.then-left.default-section .section-body .cell:nth-child(odd) a {
	color: #FFF;
	text-decoration: underline;
}
.image-right-content.then-left.default-section .section-body .cell:nth-child(even) .hic-box {
    background-color: #092C41;
}

.image-right-content.then-left.default-section .hic-image-container {
    background-color: #000;
}
.image-right-content.then-left.default-section .read-more-trigger {
    color: #FFF;
}

.image-right-content.then-left.row-fluid .hic-content,
.image-right-content.then-left.row-fluid .cell:nth-child(2n) .hic-content,
.image-left-content.then-right.row-fluid .hic-content,
.image-left-content.then-right.row-fluid .cell:nth-child(2n) .hic-content,
.image-left-content.white-boxes .hic-box{
    padding: 15px;
}

.default-width .page-content-element.text-center .grid-container {max-width: 900px;}
.checklist > li:before, .page-element.checklist ul li:before {
    color: #80a61b;
}
.image-above-content.text-center .hic-box .hic-button-wrap .button {text-align: center;}
.black-section.image-overlay-content .hic-content {background-color: transparent;}
.hic-button-wrap .button i {margin-right: 3px;}
.dark-links .hic-blurb a:not(.button) {color: inherit;}

.white-boxes .hic-box {background-color: #fff;}
.grey-boxes .hic-title h3 {color: #235228;}
.featured-boxes.image-overlay-content .hic-content {padding: 10px 15px 12px; top: auto; height: auto; min-height: 70px; background-color: rgba(35, 66, 40, 0.7);}
.featured-boxes.image-overlay-content .hic-box:hover .hic-content {min-height: 100px;}
.featured-boxes.image-overlay-content .hic-title h3 {font-size: 20px; color: #fff;}
.benefits-boxes .hic-box {background-color: #f2f2f2;}
.benefits-boxes .hic-title {    background-color: #80a61b; padding: 10px 15px;}
.benefits-boxes .hic-title h3 {margin-bottom: 0; color: #FFF !important; }
.benefits-boxes .hic-blurb {padding: 15px;}
.default-section.icon-above-content .hic-box {background-color: #f2f2f2; padding: 15px; height: 100%; }

@media(min-width: 641px) {
    .hic-title h3 {
      font-size: 24px;
      line-height: 1.2;
    }
    .image-right-content .hic-image,
    .image-left-content.row-fluid .hic-image {
        height: 100%;
    }
    
    .default-section.icon-above-content .hic-box {padding: 24px;}
	.box-button-right .hic-box .hic-content {position: relative; padding-right: 180px;}
	.box-button-right .hic-box .hic-button-wrap {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: center;
		position: absolute; 
		right: 20px; 
		top: 0;
	}
	.box-button-right .hic-box .hic-button-wrap .button {
		margin-top: 0;
		padding: 10px 15px;
	}
}
@media(min-width: 1024px) and (max-width: 1279px) { 
    [data-item-col="medium-6 large-3"] .hic-blurb {
        font-size: 14px;
    }
}
@media(min-width: 1024px) {
    
    .image-right-content.then-left.row-fluid .hic-content,
    .image-right-content.then-left.row-fluid .cell:nth-child(2n) .hic-content,
    .image-left-content.then-right.row-fluid .hic-content,
    .image-left-content.then-right.row-fluid .cell:nth-child(2n) .hic-content,
    .image-left-content.white-boxes .hic-box{
        padding: 24px;
    }
    
    .white-boxes:not(.image-left-content):not(.image-right-content) .hic-content,
    .grey-boxes:not(.image-left-content):not(.image-right-content) .hic-content,
    .page-element.box-shadow .hic-content {
      padding: 24px;
    }

    .image-right-content.then-left.row-fluid .hic-content,
    .image-right-content.then-left.row-fluid .cell:nth-child(2n) .hic-content,
	.image-left-content.then-right.row-fluid .hic-content,
	.image-left-content.then-right.row-fluid .cell:nth-child(2n) .hic-content {
        padding: 40px;
    }
	
    .image-right-content.then-left.row-fluid .hic-image {
        height: 100%;
    }
    
    .image-right-content.then-left.row-fluid .hic-title h3,
	.image-left-content.then-right.row-fluid .hic-title h3{
        font-size: 28px;
		margin-bottom: 24px;
    }
}   
@media(min-width: 1400px) {
    .image-right-content.then-left.row-fluid .hic-content,
    .image-right-content.then-left.row-fluid .cell:nth-child(2n) .hic-content,
	.image-left-content.then-right.row-fluid .hic-content,
	.image-left-content.then-right.row-fluid .cell:nth-child(2n) .hic-content {
        padding: 80px;
    }
    .image-right-content.then-left.row-fluid .hic-title h3,
	.image-left-content.then-right.row-fluid .hic-title h3{
        font-size: 42px;
    }
	
}



/* HIC VIDEO BOX */
.hic-video-box .hic-image::before {
  content: '';
  display: block;
  padding-top: 60%;
}

.hic-video-box .hic-image {
  height: auto;
  position: relative;
}

.hic-video-box {
  position: relative;
  margin-bottom: 30px;
}

.hic-video-box .hic-content * {
  color: #fff;
}

.hic-video-box .hic-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 30px;
}

.video-play-container .video-play-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-play-container {
  width: 50px;
  height: 50px;
  background-color: rgba(26, 26, 26, .75);
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.has-video .hic-image {
  position: relative;
  height: 100% !important;
}

.has-video .hic-image::before {
  background-color: rgba(10, 0, 0, 0.1);
  transition: all .25s ease-in-out;
  height: 100%;
}

.has-video:hover .hic-image .video-play-button {
  transform: scale(1.15);
}

.has-video:hover .hic-image::before {
  background-color: rgba(10, 0, 0, 0.4);
}

.hic-image>* {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.hic-video-container {
  height: 280px;
  position: relative;
}

.hic-video-container .hic-image {
  height: 100%;
}

.page-element.has-excerpt .hic-blurb strong {
  font-weight: normal;
}

@media (max-width: 640px) {
   .image-left-content .hic-content,
   .image-right-content .hic-content{
    padding-top: 15px;
  }
}

@media (min-width: 641px) {
  .page-element {
    padding: 50px 0;
  }
  
  .image-left-content .hic-content {
    padding-left: 14px;
  }

  /*.section-title {*/
  /*  font-size: 36px;*/
  /*}*/

  .image-left-content .hic-content {
    padding-left: 24px;
  }

  .image-right-content .hic-content {
    padding-right: 24px;
  }

  .page-element.image-left-content.then-right .grid .hic-box, .page-element.image-right-content.then-left .grid .hic-box {
    margin-bottom: 0;
  }

  .image-left-content.then-right .grid .hic-content, .image-right-content.then-left .grid .hic-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: left;
  }

  .page-element.split-50-50 .hic-content {
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .page-element {
    padding: 50px 0;
  }
 
  .image-overlay-content .hic-title h3 {
    font-size: 28px;    
  }
  .image-overlay-content .hic-content {
      padding: 24px;
  }
  .image-overlay-content.bottom-content .hic-content {
        top: 200px;
    }
}

@media (min-width: 1280px) {
    .page-element {
        padding: 80px 0;
      }
}

/*General - END*/
/*Icon Layouts - START*/
.icon-above-content.default-alignment .hic-box {
  text-align: center;
}

.icon-above-content .hic-icon {
  font-size: 60px;
  width: 100%;
  display: inline-block;
}

.icon-above-content .hic-icon img {
  height: 75px;
  max-width: 75px;
  margin: 0 auto 20px;
}

/*Icon Layouts - END*/
/*Grid Layouts - START*/
.page-element.grid-layout-1 .section-body.grid .cell:not(:last-child) .hic-box {
  margin-bottom: 12px;
}

.page-element.grid-layout-1 .section-body.grid .hic-image {
  height: 300px;
}

@media (min-width: 641px) {
  .grid-layout-1 .grid-x>.large-4:first-child {
    width: 66.66667%;
  }

  .grid-layout-1 .grid-x>.large-3:first-child {
    width: 50%;
  }

  .page-element.grid-layout-1 .section-body.grid {
    padding-left: 9px;
    padding-right: 9px;
  }

  .page-element.grid-layout-1 .section-body.grid .cell {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 12px;
  }
}

/*Grid Layouts - END*/
/**************************
PAGE ELEMENTS - END
**************************/
/**************************
#TESTIMONIAL ELEMENT - START
**************************/
.testimonial-element.content-only .hic-content {
  position: relative;
}

.testimonial-element.content-only .hic-content {
  padding-top: 70px;
}

.testimonial-element.content-only .hic-content:before {
  content: "\f10d";
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 28px;
}

.testimonial-element .client-details {
  margin-top: 20px;
}

.testimonial-element .client-name {
  font-weight: 600;
}

.testimonial-element .client-name {
  font-weight: 600;
}

/**************************
TESTIMONIALS ELEMENT - END
**************************/
/**************************
#ACCORDION - START
**************************/
.accordion-element .accordion-title {
  font-size: 20px;
}

.accordion-title:hover, .is-active .accordion-title {
  color: #fff !important;
}

.accordion-title {color: #234228;}
.has-step-numbers .accordion-title {padding-left: 55px;}
.has-step-numbers .accordion-title span {background-color: #7ea618; border-radius: 50%; width: 25px; height: 25px;
position: absolute; text-align: center;
line-height: 20px; color: #fff; left: 1rem;}
.accordion-title:hover span, .is-active .accordion-title span {background-color: #fff; color: #7ea618;}
.accordion-content ul {margin-bottom: 1rem;}

@media(min-width: 1024px) {

  .accordion-element.layout-1 .section-body .cell,
  .accordion-element.layout-2 .section-body .cell {
    width: 50%;
  }

  .accordion-element.layout-2 .section-body .feature-image {
    order: 2;
  }
}

/**************************
ACCORDION - END
**************************/
/**************************
#FORMS - START
**************************/
.gfield_required {
    color: #9a0000;
}

.charleft,.gfield_description {
    font-size: 14px;
    margin-top: -12px;
    margin-bottom: 14px;
}
.ginput_container_radio,
.ginput_container_checkbox,
.ginput_container_consent {
    margin-bottom: 16px;
}

.map-form-element.grey-section .gform_wrapper {
    background-color: #FFF;
    padding: 40px;
}
.contact-layout-2 .gform_footer {
    text-align: center;
}
.contact-layout-2 .gform_footer .button {
    min-width: 200px;
}
.gfield .clear-multi {
    display: flex;
}
.clear-multi .ginput_container_date {
    margin-right: 4px;
}
input[type]:focus {
    box-shadow: none;
}

@media(max-width: 640px) {
  .input-group {
    flex-flow: column;
  }
}
@media(min-width: 641px) {
    .input-group input {
        margin-bottom: 0;
    }
    .gfield.inline-item ul li {
        display: inline-block;
        margin-right: 24px;
    }
}
@media(min-width: 1024px) {
  .modal-element .input-group {
    height: 50px;
  }
  .modal-element .input-group input {
      height: 100%;
  }
}

/**************************
FORMS - END
**************************/
/*********************
#General Form Styling
*********************/
.general-form .gform-wrapper {
  margin: 0 !important;
}

.general-form .gform_body {
  display: table;
  width: 100%;
}

.general-form .gform_footer {
  text-align: center;
}

.general-form .gfield {
  margin-bottom: 18px;
}

.general-form .gfield input, .general-form .gfield select, .general-form .gfield textarea {
  margin-bottom: 0 !important;
}

.general-form .gfield .gfield_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.general-form .gfield select:focus {
  outline: none !important;
}

.general-form .gfield.gfield_html ul {
  list-style: disc;
  font-size: 16px;
  margin-left: 36px;
}

.general-form .gfield.inline-price-field .gfield_label,
.general-form .gfield.inline-price-field .ginput_container_product_price {
  display: inline-block;
}

.general-form .gfield_required {
  color: #A90000;
}

.general-form .gform_fields .gfield.gfield_total {
  border: 2px dashed #ccc;
  padding: 8px;
  text-align: center;
}

.general-form .gform_fields .gfield.gfield_total .ginput_total {
  margin-left: 8px;
  font-weight: 700;
}

.general-form .gform_fields .gfield.gfield_total .gfield_label,
.general-form .gform_fields .gfield.gfield_total .ginput_container_total {
  font-size: 18px;
  display: inline-block;
}

.general-form .gform_confirmation_message {
  text-align: center;
  font-weight: 700;
}

.general-form .charleft, .general-form .gfield_description, .general-form .screen-reader-text {
  font-style: italic;
  margin-top: 4px;
  color: #666;
  padding: 0px 8px;
}

.general-form .gfield_price .ginput_container_singleproduct span,
.general-form .charleft, .general-form .gfield_description, .general-form .screen-reader-text,
.general-form .gfield, .general-form .ginput_container_creditcard label {
  font-size: 12px;
}

.general-form .ginput_container_date img {
  display: none !important;
}

.general-form .datepicker {
  background-image: url(../images/calendar-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 13px;
}

.general-form .gform_drop_area {
  position: relative;
  border: 2px dashed #CCC;
  text-align: center;
  padding: 24px;
}

.hidden_sub_label {
    display: none;
}

.general-form .ginput_container_fileupload .validation_message {
  margin-top: 0 !important;
}

.ginput_container_fileupload,
.ginput_container_fileupload + .gfield_description{
    text-align: left;
    font-style: italic;
}

.general-form .gform_fileupload_multifile .gform_button_select_files {
  font-size: 12px !important;
  background-color: #fff !important;
  color: #585858;
  border-radius: 6px !important;
  padding: 4px;
  height: auto;
  font-weight: 600;
  margin-left: 12px !important;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc !important;
}

.general-form .ginput_container_creditcard label {
  margin-left: 12px;
  margin-bottom: 16px;
}

.general-form .ginput_card_security_code_icon {
  transform: translateX(12px);
}

.general-form .gfield_description.validation_message {
  color: #A90000;
  margin: -10px 0 0;
}

.general-form .gf_progressbar_wrapper {
  margin-bottom: 24px;
}

.general-form .gf_progressbar_title {
  font-size: 16px;
  text-align: center;
}

.general-form .gf_progressbar_percentage {
  background-color: #333;
}

.general-form .gf_progressbar {
  background-color: #FFF;
  border-radius: 40px;
  overflow: hidden;
}

.general-form .gf_progressbar span {
  color: #FFF;
  font-weight: 700;
  padding-left: 16px;
  font-size: 16px;
}

.general-form .gform_page_footer .button {
  margin: 4px 0;
  min-width: 160px;
}

.general-form .gform_page_footer input:not([type=submit]) {
  background-color: #444;
}

.general-form .gform_page_footer input:not([type=submit]):hover {
  background-color: #000;
}

.general-form .gform_page_footer input[type="Submit"]:hover {
  background-color: #000;
  color: #FFF;
}

.general-form .center-buttons .gform_page_footer {
  text-align: center;
}

.general-form .gsection {
  border-bottom: 1px solid #CCC;
}

.general-form .gsection_title {
  font-size: 18px;
}

.general-form .ginput_quantity {
  display: inline-block;
  width: 100px;
}

.general-form .gfield_checkbox,
.general-form .gfield_radio {
  margin-left: 14px;
}

.general-form .gfield_checkbox li label,
.general-form .gfield_radio li label {
  font-size: 12px;
  line-height: 1.9;
  vertical-align: bottom;
}

.general-form .gfield_checkbox li {
  display: block;
  width: 100%;
}

.general-form .gform_card_icon {
  display: inline-block;
  font-size: 0;
  margin-right: 16px;
}

.general-form .gform_card_icon:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 40px;
  opacity: .6;
}

.general-form .gform_card_icon.gform_card_icon_selected:before {
  opacity: 1;
}

.general-form .gform_card_icon_amex:before {
  content: '\f1f3';
}

.general-form .gform_card_icon_visa:before {
  content: '\f1f0';
}

.general-form .gform_card_icon_mastercard:before {
  content: '\f1f1';
}

.general-form .ginput_card_security_code_icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  content: '\f023';
  font-weight: 900;
}

.general-form .ginput_card_security_code_icon+label,
.general-form .ginput_card_security_code_icon {
  display: inline-block;
}

.general-form.main-contact-form .gform_wrapper {
  margin-bottom: 0;
}

.general-form.general-form-style-1 .gform_wrapper .cell {
  padding: 0 16px;
}

.general-form.general-form-style-1 .gform_footer input[type="submit"]:hover {
  background-color: #000;
  color: #FFF;
}

.general-form.general-form-style-1 .inner-section>.grid-container {
  background-color: #f2f2f2;
  padding-top: 24px;
  padding-bottom: 24px;
}

body .general-form .gform_wrapper .gfield input, body .general-form .gform_wrapper .gfield select, body .general-form .gform_wrapper .gfield textarea {
  border: 1px solid #eaeaea;
  font-size: 12px;
  background-color: #fff;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

body .general-form .gform_wrapper .gfield input[type="file"] {
  font-size: 14px;
  line-height: 1;
  background-color: transparent !important;
  border: none;
  height: auto;
}

body .general-form .gform_wrapper .gfield.disabled-input input.ginput_amount {
  background-color: transparent !important;
  border: none;
  font-weight: 700;
  color: #a90000;
}

/**************************
#MAP CONTACT FORM - START
**************************/
.map-form-element.contact-layout-2 .grid-x>.medium-5, .map-form-element.contact-layout-2 .grid-x>.medium-7 {
  width: 100%;
}

/*.map-form-element.contact-layout-2:not(.inline-form) .gform_wrapper {*/
/*  max-width: 900px;*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

.map-form-element.contact-layout-2 .section-header .sub-heading {max-width: 700px; margin-left: auto; margin-right: auto;}
.map-form-element.contact-layout-2 .gform_wrapper {max-width: 900px; margin-left: auto; margin-right: auto;}

.form-featured-image .featured-image {
  height: 100%;
}

.pe-form-column:only-child {
  width: 100%;
}

@media (min-width: 641px) {
  .default-contact-layout.default-alignment .section-header {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .map-form-element.has-bg-img .bg-float:before {
    background: rgba(27, 31, 42, 0.8);
  }
}

@media (max-width: 640px) {
  .map-form-element.image-contain .featured-image {
    height: auto;
  }

  .map-form-element.image-contain .featured-image::before {
    content: '';
    width: 100%;
    height: auto;
    display: block;
    padding-top: 60%;
  }
}

/**************************
#MAP CONTACT FORM - END
**************************/
/*************************
#LOCATION - START
**************************/
.location-map {
  height: 700px;
}

.location-element .contact-details div a {color: inherit; border-bottom: 1px dotted;}
.location-element .contact-details div a:before, .location-element .contact-details .location:before {color: #7ea618;}

@media(min-width: 1024px) {
     .location-element:not(.dark-theme) .filter-form {
        padding: 24px;
        background-color: #80a61b;
    }
}
/**************************
#LOCATION - END
**************************/
/****************************************
#POST LISTING START
****************************************/
.image-above-content .hic-box .hic-button-wrap .button:hover:after {
     margin-left: 14px;
}
.image-above-content .hic-box .hic-button-wrap .button:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    margin-left: 10px;
    transition: all .25s ease-in-out;
}
.image-above-content .hic-box .hic-button-wrap {
    width: calc(100% - 48px);
    border-top: 1px solid #CCC;
}
.image-above-content .hic-box .hic-button-wrap .button {
    text-align: left;
    background-color: transparent;
    color: #80a61a;
    padding-left: 0;
    text-transform: none;
}
.post-element .section-body {
    justify-content: center;
}

.post-element.podcast .post-byline {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #FFFF;
    border-radius: 4px;
    margin-bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0, .2);
}
.post-element.podcast .post-byline a:before {
    content: '\f8dd';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 7px;
}
.post-element.podcast .post-byline .category {
     padding-left: 14px;
    margin-right: 0;
    padding-right: 14px;
    font-weight: 700;
}
.post-element.podcast .post-byline a {
    color: #1B1B1B;
}


.post-element.image-above-content .hic-content,
.events-element.image-above-content .hic-content{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
   
@media(max-width: 640px) {
    .post-element.image-above-content .hic-box .hic-button-wrap .button {
        text-align: center;
    }
}
@media(min-width: 641px) {

  .hic-simple-select-element .input-group {
    align-items: center;
    justify-content: center;
  }

  .hic-simple-select-element h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .hic-simple-select-element select {
    background-position: right 0 center;
    max-width: 300px;
    margin-bottom: 0;
  }
}

@media(min-width: 1024px) {
    
  
    .post-element.image-above-content .hic-content {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
    }
    
    .hic-simple-select-element h4 {
        font-size: 24px;
    }

  .hic-simple-select-element select {
    max-width: 450px;
    padding: 12px 16px;
    height: auto;
  }
}

/****************************************
#POST LISTING END
****************************************/
/**************************
SINGLE PAGE - START
**************************/
.page-element .single-title {
  font-size: 26px;
}

.post-byline li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  line-height: 1;
}

.post-byline li:last-child {
  border-right: none;
}

.entry-content .wp-post-image {
  margin-bottom: 20px;
}

.body-content {
  margin-left: auto;
  margin-right: auto;
}

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

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

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

@media (min-width: 641px) {
  .page-element .single-title {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .page-element .single-title {
    font-size: 34px;
  }
}

/**************************
ENTRY CONTENT - END
**************************/
/**************************
TEAM MEMBER PAGE - START
**************************/
.single-team .hero {
  height: 398px;
}

.agent-sinlge-header .grid-x {
  width: 100%;
}

.single-team.subpage .main-content {
  padding-bottom: 0;
}

.agent-sinlge-header {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.agent-sinlge-header .inner {
  height: 100%
}

.agent-sinlge-header .ash-container {
  max-width: 650px;
  width: 90%;
  margin: 80px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 34px;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .4);
}

.agent-sinlge-header .agent-avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #1b1f2a;
}

.agent-sinlge-header .agent-details {
  color: #1b1b1b;
}

.agent-sinlge-header .agent-name {
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
}

.agent-sinlge-header .agent-position {
  color: #FFF;
  margin-bottom: 12px;
}

.agent-sinlge-header .agent-address {
  margin-bottom: 0;
}

.single-team .agent-bio-col, .single-team .agent-bio-col+.cell {
  padding-bottom: 50px;
  padding-top: 50px;
}

.single-team .secondary-text {
  font-weight: 700;
}

.single-team .agent-phone, .single-team .agent-email, .single-team .agent-alternative-number {
  margin-bottom: 10px;
}

.single-team .agent-phone .accent-text, .single-team .agent-email .accent-text, .single-team .agent-alternative-number .accent-text {
  margin-right: 5px;
}

.agent-listing-section {
  padding: 50px 0;
  background-color: #F7F7F7;
}

.agent-listing-section .section-title {
  text-align: center;
}

.single-team .agent-bio-col+div> :last-child {
  margin-bottom: 50px;
}

@media (min-width: 641px) {
  .agent-listing-section {
    padding: 80px 0;
  }

  .agent-listing-section .section-title {
    text-align: left;
  }

  .agent-sinlge-header .ash-container {
    width: 70%;
  }

  .agent-sinlge-header .agent-avatar {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .agent-sinlge-header .agent-name {
    font-size: 28px;
  }

  .agent-sinlge-header .agent-avatar {
    height: 200px;
    width: 200px;
  }

  .agent-sinlge-header .ash-container {
    width: auto;
  }
}

/**************************
TEAM MEMBER PAGE - END
**************************/
/**************************
#SIDEBAR - START
**************************/
.sidebar .widget {
  background-color: #F2F2F2;
  margin-bottom: 25px;
  padding: 24px;
}

.sidebar .widgettitle {
    border-bottom: 1px solid #CCC;
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.sidebar li {
  border-bottom: 1px solid #e9e9e9;
  padding: 6px 15px 6px 0;
}

.sidebar li a {
  display: block;
  font-size: 14px;
    font-family: "Aileron Bold", "Times New Roman", serif;
    text-transform: uppercase;
}
.hic-post-widget .widget-post-title {
     text-transform: none;
}

.sidebar .button-group .button {
  border-radius: 0;
  margin: 0;
  height: auto;
  padding: 0 15px;
}

.custom-mobile-menu {
    background-color: #7ea618;
    color: #fff;
    padding: 12px 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-mobile-menu .menu-icon:after {
  background: #fff;
  box-shadow: 0 11px 0 #FFF, 0 22px 0 #FFF;
}

.sidebar .widget-meta {
    font-size: 12px;
    margin-top: 8px;
}
@media(max-width: 1024px) {
    .section-search-form {
        margin-bottom: 24px;
    }
    .widget-form-inner-wrap {
        background-color: #FFF;
        padding: 16px;
        margin-top: 0;
    }
    .filter-form select {
        margin-bottom: 0;
    }
    .filter-form input[type="submit"] {
        width: 100%;
    }
     .filter-form li:last-child {
        text-align: center;
    }
}
@media(min-width: 1024px) {
    .sidebar .widget {
        padding: 28px;
    }
    .has-sidebar-left .main-content {
        padding-left: 0;
    }
    .has-sidebar-right .main-content {
        padding-right: 0;
    }
    .has-sidebar-left .main-content, .has-sidebar-right .main-content {
        width: calc(100% - 350px);
    }
    .sidebar {
        width: 350px;
    }
    
    .has-sidebar-right .listing-element .hic-blurb,
    .has-sidebar-left .listing-element .hic-blurb {
        font-size: 16px;
    }
    
    .has-sidebar-left .image-above-content .hic-box,
    .has-sidebar-right .image-above-content .hic-box{
        padding-bottom: 60px;
    }
    
    .filter-form #search_filter_field {
        min-width: 306px;
    }
   

    .filter-form input[type="submit"] {
        background-image: url(../images/search-icon.png);
        font-size: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        z-index: 2;
        height: 50px;
        margin: 0 auto;
    }
    .filter-form li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #235128;
        width: 107px;
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
    }
    .filter-form {
        position: relative;
    }
}

/**************************
SIDEBAR - END
**************************/
/**************************
PRODUCT - START
**************************/
.description-gallery .button i {
  margin-right: 12px;
}

/**************************
PRODUCT - END
**************************/
/**************************
MODAL - START
**************************/
.reveal {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 8px;
  padding: 35px;
}

.reveal .button {
  margin-bottom: 0;
}

/**************************
MODAL - END
**************************/

/*************************************
#SEARCH RESULT LISTING - START
*************************************/

@media(min-width: 1024px) {
    .search-result-listing .hic-image {
        height: 100%;
    }
}

/*************************************
#SEARCH RESULT LISTING - END
*************************************/

/**************************************
#TEAM LISTING - START
**************************************/
.team-element .hic-image {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto 16px !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0, .4);
}
.team-element .member-position,
.team-element .hic-blurb {
    font-size: 16px;
}
.team-element .hic-blurb {
    margin-top: 24px;
}
.team-element .hic-box {
    padding: 24px;
}
/**************************************
#TEAM LISTING - END
**************************************/

/**************************
#LOCATION ELEMENT - START
**************************/
.location-element.image-left-content .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
}

/**************************
#LOCATION ELEMENT - END
**************************/


/**************************
#TIMELINE - START
**************************/
.timeline .grid-container {
    max-width: 950px;
}
.timeline .hic-blurb {
    font-size: 16px;
}
.timeline .hic-box {
    max-width: 350px;
    position: relative;
}
.timeline .hic-box:before {
    content: '';
    width: 26px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 24px;
}
.timeline .section-body .cell:nth-child(odd) .hic-box {
    margin-right: 0;
    margin-left: auto;
}
.timeline .section-body {
    position: relative;
    margin-top: 80px;
    margin-bottom: 0;
}
.timeline .section-body:before {
   content: '';
    background-image: url(../images/aol-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 14px;
    top: -60px;
}
.timeline .section-body:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ddd;
    display: block;
    left: 42px;
    position: absolute;
    top: 0;
}
.timeline .hic-title h3 {
   color: #7ea618; 
   font-weight: 700;
}
.timeline .section-body .cell:nth-child(1) {
    margin-top: 40px;
}

.timeline .section-body .cell:nth-child(odd) li {
    border-left: 3px solid;
}


.timeline:not(.grey-section) .section-body .cell:nth-child(odd) li,
.timeline:not(.grey-section) .section-body .cell:nth-child(even) li{
    border-color: #F2F2F2;
}

.timeline li {
    list-style: none;
    padding: 10px;
}
.timeline li:not(last-child) {
    margin-bottom: 12px;
}

@media(max-width: 640px) {
    .timeline .section-body .cell {
        padding-left: 80px;
    }
    .timeline .section-body .cell .hic-box:before {
        left: -37px;
    }
     .timeline .section-body .cell:nth-child(even) li  {
        border-left: 3px solid;
    }
}
@media(min-width: 641px) {
    
    .timeline .section-body .cell:nth-child(even) li  {
        border-right: 3px solid;
    }
    .timeline .section-body .cell:nth-child(even) {
      text-align: right;
    }
    .timeline .hic-box:before {
        content: '';
        width: 100px;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 24px;
        right: -110px;
    }
    .timeline .section-body .cell:nth-child(odd) .hic-box:before {
        left: -110px;
    }
    .timeline .section-body:before {
        right: 0;
        left: 0;
        margin: auto;
    }
    .timeline .section-body:after {
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media(min-width: 1024px) {
    .timeline .hic-title h3 {
        font-size: 32px;
    }
    .timeline .section-body .cell:nth-child(1) {
        margin-top: 80px;
    }
}
/**************************
#TIMELINE - END
**************************/

/**************************
#DIRECTORY LISTING - START
**************************/
.location-element.default-section.image-left-content .hic-box {
    background-color: #F2F2F2;
    height: 100%;
    padding: 24px 16px;
}
.location-element.image-left-content .hic-content {
    font-size: 16px;
}
.location-element.split-40-60 [data-item-col="medium-6 large-4"] .hic-title h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.location-element .contact-details {
    margin-top: 16px;
}
.location-element .contact-details div {
    position: relative;
    padding-left: 24px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.location-element .contact-details div:last-child {
    margin-bottom: 0;
}
.location-element .contact-details div:before,
.location-element .contact-details a:before{
    font-family: 'Font Awesome 5 Pro';
     position: absolute;
    left: 0;
    top: 0;
}
.location-element .contact-details .location:before {
    content: '\f041';
}
.location-element .contact-details .email a:before {
    content: '\f0e0';
}
.location-element .contact-details .phone a:before {
    content: '\f879';
}
.location-element .contact-details .site a:before {
    content: '\f0ac';
}
.location-element .certifications {
    margin-top: 24px;
}
@media (min-width: 641px) and (max-width: 1023px){
    .image-left-content.split-40-60 .hic-box {
        display: flex;
    }
}
@media(max-width: 1023px) {
    .single-post.podcast .image-left-content.split-40-60 .hic-box iframe{
        width: 100% !important;
    }
}


/**************************
#DIRECTORY LISTING - END
**************************/

/**************************
#CB FORM - START
**************************/
.ginput_container_consent {
    position: relative;
}

.no-label .gfield_label { display: none; }

.cb-form.image-overlay-content .gform_wrapper {
    margin-top: 34px;
}
.cb-form.image-overlay-content .hic-title h3 {
    text-shadow: none;
}
.cb-form.image-overlay-content .section-body .cell:nth-child(2) .hic-title {
    margin-bottom: 24px;
}

.directory-registration-form .field-file-upload {
    display: table;
    width: 100%;
    padding: 12px;
    border: 2px dashed #CCC;
    background-color: #f6f6f6;
    color: #333;
}
.directory-registration-form .field-file-upload label {
    margin-bottom: 4px;
    text-align: left;
}
.cb-form.image-overlay-content .directory-registration-form .field-file-upload input {
      height: auto;
    margin-bottom: 0; 
}
 
.gfield_consent_label {
    font-size: 12px;
    text-align: left;
    padding-left: 26px;
    line-height: 1.4;
}

/*
.gfield input[type=checkbox] + label, 
.gfield input[type=radio] + label {
    margin-left: 0;
    margin-right: 0;
}

.gfield input[type=checkbox] + label:before, 
.gfield input[type=radio] + label:before {
   position: absolute; 
    left: 0;
    top: 7px;
}
*/

.cb-form.image-overlay-content .hic-blurb, 
.cb-form.image-overlay-content .hic-button-wrap {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.cb-form.image-overlay-content .section-body .cell:nth-child(2) .hic-content {
    position: relative;
    background-color: #F2F2F2;
}

.cb-form.image-overlay-content .hic-box,
.cb-form.image-overlay-content .hic-image,
.cb-form.image-overlay-content .hic-image-container {
    height: 100%;   
}
.cb-form.image-overlay-content .hic-image:before {
    padding-top: 100%;
}

.cb-form.image-overlay-content .gform_footer {
    margin-top: 24px;
}
.cb-form.image-overlay-content .gform_button {
    margin-bottom: 0;
    background-color: #80a61b;
    min-width: 250px;
    border: none;
}

.cb-form.image-overlay-content .hic-box:hover .hic-content,
.cb-form.image-overlay-content .hic-box .hic-content{
    background-color: rgba(0, 0, 0, 0.60);    
}
.cb-form.image-overlay-content .hic-box:hover .hic-blurb, 
.cb-form.image-overlay-content .hic-box:hover .hic-button-wrap {
    margin-top: 0;
}

.cb-form .gfield_label{
    text-align: left;
}

.ginput_container.ginput_container_multiselect{
  position:relative;
  overflow:hidden;
  margin: 0 auto 15px;
  height:100px;
  width:100%;
  max-width: 300px;
  background:#ddd;
  border: 1px solid #ddd
}
.ginput_container_multiselect select[multiple="multiple"]{
  overflow-y:scroll; 
  position:absolute;
  padding:.5rem;
  width: calc(100% + 17px);
  height:100%;
  border:0;
  left: 0;
}
.ginput_container_multiselect .selectbox-scrollbar-rail { 
  position:absolute;
  overflow:auto;
  top:0px;
  right:0px;
  bottom:0;
  z-index:2;
  background:#ddd;
  width:5px;
  border-radius:0px;
}
.ginput_container_multiselect .selectbox-scrollbar{
  cursor:n-resize;
  position:absolute;
  overflow:auto;
  top:0px;
  right:0px;
  z-index:3;
  background:#444;
  width:5px;
  border-radius:8px;
}

@media (max-width: 1023px){
    .cb-form.image-overlay-content select[multiple="multiple"] {
        height: 100px;
    }
}

@media(min-width: 1024px) {
    .cb-form.image-overlay-content .section-body .cell:nth-child(1){
        padding-right: 0;
        width: 450px;
    }
    .cb-form.image-overlay-content .section-body .cell:nth-child(2) {
        padding-left: 0;
        width: calc(100% - 450px);
    }
    .cb-form.image-overlay-content .section-body .cell:nth-child(2) .hic-content  {
        padding: 32px;
    }
    .cb-form.image-overlay-content input,
    .cb-form.image-overlay-content select,
    .cb-form.image-overlay-content textarea {
        border: none;
    }
    .cb-form.image-overlay-content input,
    .cb-form.image-overlay-content select {
        height: 45px;
        margin-bottom: 11px;
    }
    .cb-form.image-overlay-content select[multiple="multiple"] {
        height: 100%;
    }
}

/**************************
#CB FORM - END
**************************/


.gallery-element.grid [data-item-col="medium-6 large-4"] .hic-image:before {
	padding-top: 85%;
}

/**************************
SINGLE POST - START
**************************/
.single-post.podcast .image-left-content .hic-image {
    height: 100%;
}

/**************************
SINGLE POST - END
**************************/

/**************************
#EVENTS - START
**************************/
.events-element .post-byline .date:before{
    content: '\f073';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    border: none;
    margin-right: 8px;
}

.events-element .post-byline .date {
    display: block;
    margin-top: 14px;
    margin-bottom: 12px;
    padding-right: 0;
    color: #1B1B1B;
}
.events-element .post-byline .date {
    border-right: 0;
}
.event-has-ended .event-booking {display: none !important;}
.event-has-ended .event-booking.show-booking {display: block !important;}

@media(min-width: 641px) {
    .has-sidebar-left .event-booking.default-alignment .section-header,
    .has-sidebar-right .event-booking.default-alignment .section-header {
        text-align: left;
    }
}



/**************************
#EVENTS - END
**************************/

/**************************
#MARKET-REPORT - START
**************************/
.market-report-section-1 .hic-image:before,
.gallery-icon-style-1 .hic-image:before {
    padding-top: 100%;
}

.gallery-icon-style-1 .image-list {
    border: 1px solid #ebebeb;
    margin-bottom: 0;
    margin-left: -1px;
    margin-top: -1px;
    padding: 20px;
}    
.gallery-icon-style-1.disable-carousel-large .section-body .cell {
    margin-bottom: 0;
}
.gallery-icon-style-1 .section-body {
    margin-bottom: 0;    
}

/**************************
#MARKET-REPORT - END
**************************/
/**************************
#CONTENT-MORE-OR-LESS - START
**************************/
.content-more-less {
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}
.read-more-trigger.enable {
    display: block !important;
}
.read-more-trigger {
    cursor: pointer;
    font-weight: 700;
}
.read-more-trigger {
    position: relative;
    margin-top: 20px;
}
.read-more-trigger {
    display: none;
}
.read-more-state ~ .read-more-trigger:before {
    content: attr(data-label);
}
.read-more-trigger::before {
    z-index: 1;
    position: relative;
}
.read-more-trigger::after {
    /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );*/
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 1;
    transition: all .5s ease-in-out;
}
/**************************
#CONTENT-MORE-OR-LESS - START
**************************/
/**************************
#FOOTER - START
**************************/
.footer {
  position: relative;
}
.footer,
.bottom-footer {
    font-size: 14px;
}
.footer-dark .bottom-footer {background-color: #fff; color: #235228;}
.footer-dark .bottom-footer a {color: #235228;}
.footer .footer-col h4 { font-size: 18px;}
.contact-details i {
  width: 18px;
  margin-right: 6px;
  text-align: center;
}
.footer-layout-1 .contact-details>div, .footer-layout-1 .menu li a {
  padding: 8px 0;
}
.footer-layout-1 .contact-details i {
  position: absolute;
  left: -20px;
  top: 12px;
}
.footer-col-1 .footer-blurb img,
.footer .logo-wrap { width: 100px; }
@media(max-width: 640px) {
    .footer {
        text-align: center;
    }
    .footer .menu a {
        padding: 4px 1rem;
    }
    .footer .logo-wrap { margin: 0 auto; }
    .footer .footer-col:last-child,
    .footer .contact-details div:last-child {
        margin-bottom: 0;
    }
    .footer .contact-details i {
        position: static;
    }
    .footer .contact-details div {
        padding: 0;
    }
    
    .bottom-footer {
        padding-bottom: 78px;
    }
    
}
@media (min-width: 641px) {
  .footer-layout-1 .footer-col {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer-layout-1 .contact-details div {
    padding-left: 25px;
  }

  .footer-layout-1 .contact-details i {
    left: 0px;
  }

  .bottom-footer .inner-content {
    text-align: left;
  }

  .bottom-footer .inner-content .copyright {
    display: inline-block;
  }
}

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

@media (min-width: 641px) and (max-width: 1023px) {
    .footer .footer-col:not(.footer-col-1) {
        width: 33.33%;
        margin-bottom: 0;
    }
    .footer-col-1 .footer-blurb {
        max-width: 480px;
        margin: 0 auto;
        text-align: center;
    }
    
}

@media(min-width: 1024px) {
    .footer-col-1 .footer-blurb img { width: 120px; margin-bottom: 16px; }
}
/**************************
#FOOTER - END
**************************/


/*Site Settings - START*/
/*.header.header-layout-3 .top-bar .top-bar-right::before,*/
/*body .bottom-footer {background-color: #7ea618;}*/
/*Site Settings - END*/


/*Hicaliber Base - START*/
.page-element.hide-content .hic-content {display: none !important;}
.grid-x>.large-2_4 {
    width: 50%;
}

@media (min-width: 1024px) {
.grid-x>.large-2_4 {
    width: 20%;}
}

.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    left: -25px;
    padding-top: 10px;
}
.header .menu .submenu {
    box-shadow: none;
}
.header .menu .is-dropdown-submenu li a {
    background-color: #234228;
    color: #FFF;
    padding: 10px 14px;
}
.header .menu .is-dropdown-submenu li {
    border-bottom: 1px #666 solid;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
    border-color: transparent;
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    right: 16px;
    border: none;
    top: 16px;
    transition: right .25s ease-in-out;
}
.is-dropdown-submenu .is-dropdown-submenu-parent:hover.opens-right>a:after {
    right: 14px;
}
.header .menu .submenu li a:hover { padding-left: 16px; }

.top-header.one-column .grid-padding-x>.cell {width: 100%;}

/*Header Layout 3 - START*/

.header.header-layout-3 .top-bar .top-bar-right::before {height: 100%;}
.header.header-layout-3 .top-bar .top-bar-right .menu :not(.menu-button) > a {color: #fff;}
.header.header-layout-3 .top-bar .menu-container>ul {
    justify-content: center;
}
.header.header-layout-3 .menu-container>ul>li.is-dropdown-submenu-parent {
    padding-right: 34px;
}
.header.header-layout-3 .menu-container>ul>li {
    border-right: 1px solid rgba(204, 204, 204, 0.5);
    padding-right: 24px;
    margin-right: 24px;
}
.header.header-layout-3 .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    right: -6px;
}
.header.header-layout-3 .menu-container>ul>li:not(:last-child)>a {
    margin-right: 0;
}

@media (min-width: 1440px) {
.wide-layout .header.header-layout-3 .top-bar .top-bar-right::before {
    left: calc((100vw - 1440px + 43px) * -1 / 2);
    right: calc((100vw - 1440px + 43px) * -1 / 2);}
}
/*Header Layout 3 - END*/
/*Hicaliber Base - END*/
/*Child Theme - START*/
.page-elements>.page-element.default-section:not(.has-bg-img):not(.navy-section):not(.gold-section)+.page-element.default-section:not(.has-bg-img):not(.navy-section):not(.gold-section), 
.page-elements>.page-element.light-section+.page-element.light-section, 
.page-elements>.page-element.grey-section+.page-element.grey-section, 
.page-elements>.page-element.dark-section+.page-element.dark-section, 
.page-elements>.page-element.theme-section+.page-element.theme-section {
    padding-top: 0;
}
.widget-post-title {font-size: 14px;}
.featured-boxes .section-body, .featured-boxes.image-above-content .hic-image {margin-bottom: 0;}
.featured-boxes.row-fluid .section-body {padding-left: 5px; padding-right: 5px;}
.featured-boxes.row-fluid .hic-box {padding: 10px 5px;}
.post-byline li {font-size: 14px;}
.grid.section-body .cell {
    margin-bottom: 30px;
}

.default-section .slick-arrow:before,
.light-section .slick-arrow:before,
.grey-section .slick-arrow:before {color: #80a61a;}


.footer .contact-details i {color: #7ea618;}

.cta-element.default-cta-layout.theme-section {
    color: #1b1b1b;
}
.cta-element.default-cta-layout.theme-section .button {
    border: none;
}
.cta-element.default-cta-layout.default-alignment .section-header {
    text-align: left;
}
.cta-element.default-cta-layout.default-alignment.page-element:not(.small-header) .section-header .cell {
    margin-left: 0;
}
.cta-element.default-cta-layout .bg-image{
    z-index: 4;
    max-width: 1170px;
	margin: auto;
    background-color: #f2f2f2;
}
.cta-element.default-cta-layout .grid-container {
    padding: 30px 16px;
    position: relative;
}
.cta-element.default-cta-layout .section-title {
	font-size: 30px;
}
.cta-element.default-cta-layout .section-header{
	margin-bottom:0;
}
.cta-element.default-cta-layout .bg-image:before{
	display: none !important;
}
.cta-element.default-cta-layout .inner-section {
	z-index: 5;
	position: relative;
}

.cta-element.default-cta-layout.dark-section:not(.has-bg-img) .grid-container {background-color: #f2f2f2 !important; color: #1B1B1B;}
@media(min-width: 641px) {
    .cta-element.default-cta-layout {
        margin-top: 170px;
        padding: 0;
    }
    .cta-element.default-cta-layout .bg-image,
    .cta-element.default-cta-layout .inner-section {
        transform: translate(0, -160px);
    }
    .cta-element.default-cta-layout .inner-section {
    	margin-bottom: -155px;
    }
    .cta-element.default-cta-layout.has-bg-img .section-body {
        max-width: 550px;
    }
    
    .cta-element.default-cta-layout .grid-container {
        padding: 60px 0;
        position: relative;
    }
    
}
@media(min-width: 1024px) {
    .cta-element.default-cta-layout .grid-container {
        padding: 80px;
    }
}


/*Child Theme - END*/

/*WP Editor Blocks - START*/
.wp-block-buttons {margin-top: 25px;}
.wp-block-buttons .wp-block-button__link {border-radius: 0; padding: 12px 18px; text-transform: uppercase; font-size: 18px; font-weight: 600; margin-bottom: 1rem;}
.wp-block-table {margin-top: 30px; margin-bottom: 30px;}
.wp-block-table table {margin-bottom: 0;}
@media (max-width: 640px){
    .wp-block-table.is-style-stripes table {
        overflow-x: scroll;
    }
}
/*WP Editor Blocks - END*/


/*Pricing Tables - START*/
.pricing-tables .hic-content {padding: 20px;}
.pricing-tables .section-footer .hic-button-wrap .button, .simple-footer-button .section-footer .hic-button-wrap .button {background: transparent; text-transform: none; color: #234228;     font-size: 18px;}

@media (min-width: 641px) {
	.pricing-tables .hic-content {padding: 30px;}
}
/*Pricing Table - END*/

/*Team - START*/
.team-element.image-overlay-content .hic-image {height: 100%; width: 100%; border-radius: 0; margin: 0 !important;}
.team-element.image-overlay-content .hic-box {padding: 0; overflow: hidden;}
.team-element.page-element.portrait-images .hic-image:before {padding-top: 400px;}
.team-element.image-overlay-content.bottom-content .hic-content {top: 290px;}
.team-element.image-overlay-content .member-name {color: #fff; font-size: 22px;}
.team-element.image-overlay-content  .member-position {color: #fff;}

/*Team - END*/

@media(min-width: 1024px) {
	.category .page-element.archive-content article  {
	    width: calc(50% - 24px);
    display: inline-block;
    margin-right: 20px;
		margin-bottom: 30px;
}
}
.category article .hic-box .hic-content {
	    background-color: #f2f2f2;
	padding: 16px
}

/*Events - START*/
.has-sidebar-right .event-booking.default-section.has-form .inner-section {background-color: #eee; padding: 20px;}
.has-sidebar-right .event-booking {padding-right: 15px; padding-left: 15px;}


@media (min-width: 641px) {
.has-sidebar-right .event-booking.default-alignment {text-align: left;} 
}

.location-element .company-type {
	margin-top: 24px;
}

/*Child Theme - END*/

/*#Wine Entry Award*/
.wine-wards-form .gf_progressbar_wrapper {
    text-align: center;
    margin-bottom: 34px;
}

.wine-wards-form .gf_progressbar {
    max-width: 650px;
    margin: 0 auto;
    border-radius: 28px;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    background-color: #e8e8e8;
}
.wine-wards-form .gf_progressbar_percentage {
    padding: 0 12px;
    text-align: left;
}
.wine-wards-form .gform_page_footer {
    text-align: center;
    margin-top: 24px;
}
.wine-wards-form .gform_page_footer .button {
    min-width: 160px;
}   
.StripeElement {
    margin-bottom: 24px;
}
.hidden-price {
    opacity: 0;
    position: absolute;
    left: -99999px;
}
.hidden_label .gfield_label {
    display: none;
}

@media(min-width: 1024px) {
    .default-section .wine-wards-form,
    .tc-section .section-body {
        background-color: #f2f2f2;            
    }
    .wine-wards-form,
    .tc-section .section-body {
        max-width: 950px;
        margin: 0 auto;
        padding: 60px;
    }
    .tc-section .grid-container:not(.full)>.grid-padding-x.section-body {
        margin: 0 auto;
    }
    .wine-wards-form .gfield_consent_label {
        font-size: 16px;
    }
}


/*#Wine Entry Award*/

.wp-block-image .aligncenter>figcaption {display: block; text-align: center;}
.wp-block-image figcaption {
    font-size: 16px;
}
