/*
 Theme Name:   Twenty Seventeen Child v2
 Description:  Twenty Seventeen Child v2 Theme
 Author:       Workhorse
 Author URI:   https://www.workhorsemkt.com/
 Template:     twentyseventeen
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Responsive, Cross browser support, Workhorse theme
 Text Domain:  twenty-seventeen-child
*/

/*Fonts*/
/*
font-family: 'FFDIN-Bold', sans-serif;
font-family: arial, sans-serif;
*/

/*
@font-face {
  font-family: var(--body-font);
  src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf')  format('truetype'), url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueRegular';
  src: url('fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeueRegular.woff') format('woff'), url('fonts/HelveticaNeueRegular.ttf')  format('truetype'), url('fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

@font-face {
    font-family: 'FFDIN-Bold';
    src: url('fonts/FFDINProBold.woff') format('woff'), url('fonts/FFDINProBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root{
    --heading-font: 'FFDIN-Bold', sans-serif;
    --body-font: arial, sans-serif;
}

/*Fonts*/

body {
    font-family: var(--body-font);
    font-size: 14px;
    line-height: 1.21428571429;
    font-weight: normal;
    /*color: #666666;*/
    color: #585656;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
}

a,
a:hover,
a:active,
a:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0 !important;
}

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

.ptzero {
    padding-top: 0 !important;
}

/*****header top****/

.utility-nav {
    background: #004987;
    text-align: right;
    padding: 0 45px;
}

.utility-nav .utility-menu {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0;
}

.search-bar {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    max-width: 300px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.utility-menu li a {
    color: #fff;
    padding: 20px 19px;
}

.utility-menu li a:hover,
.utility-menu li a:focus {
    background: transparent;
    color: #458845;
}

.utility-menu li.active a,
.footer-menu ul li.current_page_item a {
    /*color: #458845;*/
}

.search-bar .search-form-inner {
    position: relative;
    overflow: hidden;
}

.search-bar .search-form-inner #searchsubmit {
    position: absolute;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: none;
    border: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 22px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.search-bar .search-form-inner input[type="text"] {
    padding: 0 15px;
    color: #231F20;
    height: 30px;
    border: 1px solid transparent;
    background: transparent;
    /*color: #fff;*/
    max-width: 300px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search-bar.open #searchsubmit i {
    color: #333;
}

.search-bar.open .search-form-inner input[type="text"] {
    background-color: #fff;
}

.search-bar.open .search-form-inner input[type="text"] {
    padding: 0 30px 0 15px;
    border-color: #fff;
}

.search-bar.open {
    width: 300px;
}

.search-bar.open .search-form-inner #searchsubmit {
    right: 5px;
}

.search-bar.open .search-form-inner #searchsubmit {
    right: 5px;
}

.search-bar .search-form-inner input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-bar .search-form-inner input[type="text"]:focus:-moz-placeholder {
    color: transparent;
}

.search-bar .search-form-inner input[type="text"]:focus::-moz-placeholder {
    color: transparent;
}

.search-bar .search-form-inner input[type="text"]:focus:-ms-input-placeholder {
    color: transparent;
}

.search-bar .search-form-inner input[type="text"]::-webkit-input-placeholder {
    /*color:white;*/
    opacity: 1;
}

.search-bar .search-form-inner input[type="text"]:-moz-placeholder {
    /*color:white;*/
    opacity: 1;
}

.search-bar .search-form-inner input[type="text"]::-moz-placeholder {
    /*color:white;*/
    opacity: 1;
}

.search-bar .search-form-inner input[type="text"]:-ms-input-placeholder {
    /*color:white;*/
    opacity: 1;
}

/***header top***/

/***header***/

.navbar-header .site-logo {
    width: 382px;
    height: auto;
    float: left;
}

.container-header {
    padding: 0 45px;
}

.siteHeader .main-site-menu {
    float: right;
    padding: 0;
}

.siteHeader .navbar-default {
    background: none;
    margin: 0;
    border: none;
}

.siteHeader .headerInner {
    padding: 22px 0;
}

.siteHeader .main-site-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #231F20;
    padding-left: 37px;
    padding-right: 37px;
}

.siteHeader .main-site-menu ul {
    margin-right: -37px;
}

.siteHeader .main-site-menu ul li a .caret {
    display: none;
}

.siteHeader .main-site-menu ul li a:hover {
    color: #458845;
    background: transparent;
}

.siteHeader .main-site-menu ul li:last-child a {
    padding-right: 0;
}

.siteHeader .main-site-menu ul li.active > a {
    background: transparent;
    /*color: #458845;*/
}

.siteHeader .main-site-menu ul li.active a:hover {
    background: transparent;
    color: #458845;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent !important;
}

.supports-no-touch .hidden-desktop {
    display: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: transparent !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.siteHeader.fixed-header {
    background-color: #fff;
    /*z-index: 9999;*/
    z-index: 1040;

}

nav {
    width: 100%;
    /* height:60px;*/
    background: #292f36;
    position: fixed;
    z-index: 10;
}

/***header***/

/******Banner section*****/

.home-banner .banner-slide-wrapper img {
    width: 100%;
}

.home-banner .banner-slide-wrapper {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.home-banner .banner-slide-wrapper .banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 580px;
    padding: 0 15px;
    right: 11.81%;
    text-align: right;
}

.banner-content .banner-content-inner h2 {
    font-size: 35px;
    line-height: 1.3142;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #fff;
    margin: 0 0 15px;
}

.banner-content .banner-content-inner p {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.5555;
    color: #fff;
    padding-left: 60px;
    margin-bottom: 0;
}

.banner-content .banner-content-inner a {
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    margin-top: 24px;
    background: #458845;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.banner-content .banner-content-inner a:hover {
    background: #004987;
    text-decoration: none;
}

.home-slider-section {
    overflow: hidden;
}

.home-slider-section .slick-arrow {
    height: 36px;
    width: 19px;
    z-index: 9;
}

.home-slider-section .slick-next {
    background: url(images/arrow-right.png);
    right: 37px !important;
}

.home-slider-section .slick-prev {
    background: url(images/arrow-left.png);
    left: 37px !important;
}

.home-slider-section .slick-next:before,
.home-slider-section .slick-prev:before {
    display: none;
}

/******Banner section*****/

/*****Request a Quote*****/

.request-quote-section {
    background: #458845;
    text-align: center;
    color: #fff;
    padding: 29px 0;
}

.request-quote-section h2 {
    margin: 0;
    display: inline-block;
    padding: 10px 35px;
    font-size: 35px;
    line-height: 1.3142;
    font-weight: 400;
    font-family: var(--heading-font);
}

.request-quote-section a {
    margin: 10px 29px;
    width: 160px;
    border: 1px solid #fff;
    height: 51px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.request-quote-section a:hover {
    background: #fff;
    color: #458845;
}

/*****Request a Quote*****/

/*****quick link section*****/

.quick-links-section {
    padding: 101px 0 104px;
    overflow: hidden;
}

.quick-links-section .container {
    max-width: 1430px;
    width: 100%;
}

.quick-link-grid .quick-link-grid-inner {
    display: table;
}

.quick-link-grid .quick-link-grid-inner .home-link-icon,
.quick-link-grid .quick-link-grid-inner .home-link-content {
    display: table-cell;
    vertical-align: middle;
}

.quick-link-grid .quick-link-grid-inner .home-link-icon {
    padding-right: 25px;
    min-width: 103px;
}

.quick-link-grid .quick-link-grid-inner .home-link-icon img {
    width: 100%;
}

.home-link-content h3 {
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.3333;
    color: #231F20;
    margin: 0 0 15px;
}

.home-link-content p {
    font-size: 16px;
    line-height: 1.625;
    color: #231F20;
    font-weight: 400;
}

.home-link-content a,
.subpage-grid .subpage-grid-inner a {
    font-size: 16px;
    width: 128px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 400;
    background: #458845;
    display: inline-block;
    margin-top: 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.home-link-content a:hover,
.subpage-grid .subpage-grid-inner a:hover {
    background: #004987;
}

/*****quick link section*****/

/****About us section****/

.about-us-sec {
    padding: 60px 0 60px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-us-sec .about-us-sec-content {
    padding-left: 11.875%;
}

.about-us-sec-content-inner,
.main-interior-header-inner {
    max-width: 460px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.about-us-sec-content h2,
.main-interior-header-content h2 {
    font-size: 35px;
    line-height: 1.3142;
    font-weight: 400;
    font-family: var(--heading-font);
    margin: 0 0 30px;
}

.about-us-sec-content p,
.main-interior-header-content p {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.5555;
    color: #fff;
}

.about-us-sec-content a.BtnLearnMore {
    margin-top: 24px;
}

a.BtnLearnMore {
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #fff !important;
    background: #458845;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a.BtnLearnMore:hover {
    background: #004987;
    text-decoration: none;
}

.member-popup {
    max-width: 800px;
    margin: 15px;
}

.member-popup .member-popup-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 280px;
}

.member-popup p {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 15px;
}

.member-popup p:last-of-type {
    margin-bottom: 0;
}

.page-template-page-about .fancybox-show-nav .fancybox-arrow:after {
    background-color: rgb(107, 177, 169);
}

.page-template-page-about .fancybox-arrow--left {
    left: 10px;
}

.page-template-page-about .fancybox-arrow--right {
    right: 10px;
}

/****About us section****/

/****Bottom box section****/

.home-bottom-box {
    padding: 50px 0 60px;
}

.bottom-box-grid {
    padding: 0 23px;
}

.bottom-box-grid img {
    width: 100%;
}

.bottom-box-grid-inner {
    position: relative;
}

.bottom-box-img-wrapper h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #458845;
    padding: 12px 15px 15px;
    color: #fff;
    font-size: 24px;
    font-family: var(--heading-font);
    font-weight: 400;
    margin: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.bottom-box-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 36, 36, 0.93);
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    overflow-y: hidden;
}

.bottom-box-content.extraContent {
    overflow-y: auto;
}

.bottom-box-grid-inner:hover .bottom-box-content {
    opacity: 1;
}

.bottom-box-grid-inner:hover .bottom-box-img-wrapper h2 {
    opacity: 0;
}

.bottom-box-img-wrapper {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bottom-box-img-wrapper img {
    opacity: 0;
}

.bottom-box-content .bottom-box-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bottom-box-content h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.3333;
    font-family: var(--heading-font);
    font-weight: 400;
}

.bottom-box-content p {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.3333;
    margin-bottom: 25px;
}

.bottom-box-grid-inner a {
    cursor: pointer;
}

.bottom-box-content a,
span.view-more-btn {
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    background: #458845;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    cursor: pointer;
}

span.view-more-btn {
    width: auto !important;
    height: auto !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
}

.bottom-box-content a:hover,
span.view-more-btn:hover {
    background: #004987;
    text-decoration: none;
}

/****Bottom box section****/

/****Footer****/

.site-footer {
    background: #004987;
    color: #fff;
    padding: 42px 0 45px;
}

.site-footer .footer-inner {
    padding: 0 45px;
}

.footer-bottom-section {
    background: #428547;
    color: #fff;
    text-align: center;
}

.footer-bottom-section {
    padding: 10px 0;
}

.footer-bottom-section .footer-bottom-text {
    font-size: 24px;
    line-height: 1.333;
    font-family: var(--heading-font);
    font-weight: 400;
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom-section a {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    width: 182px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #fff;
    margin: 10px;
    display: inline-block;
    color: #fff;
}

.footer-copyright-section {
    background: #004987;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 46px;
    margin-top: 26px;
}

.footer-copyright-section p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.21428571429;
    margin: 0;
}

.footer-widget1 .footer-logo {
    margin-bottom: 20px;
}

.footer-widget1 .footer-logo img {
    width: 240px;
    height: 33px;
}

.footer-widget1 .desc-sec p {
    font-weight: 500;
    font-weight: 16px;
    line-height: 1.625;
}

.footer-menu ul {
    padding: 0;
}

.footer-menu ul li {
    margin-bottom: 14px;
    display: block;
    float: none;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    padding: 0;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus,
.footer-menu ul li.active a {
    background: transparent;
    color: #458845;
}

.footer-widget3 h3 {
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    margin: 0 0 15px;
}

.footer-widget3 .ctct-form-defaults h2.ctct-form-header {
    font-size: 16px !important;
    font-family: var(--heading-font) !important;
    font-weight: 400 !important;
    margin: 0 0 13px !important;
    line-height: 20px !important;
}

.footer-widget3 .ctct-form-embed .ctct-form-defaults {
    background-color: transparent !important;
    padding: 0 !important;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-field label.ctct-form-label {
    display: none !important;
}

.footer-widget3 .ctct-form-field label,
.footer-widget3 .ctct-button {
    display: none;
}

.footer-widget3 .ctct-form-field input[type="email"],
div.ctct-form-embed form.ctct-form-custom .ctct-form-field input[type="email"] {
    color: #666666;
    font-weight: 400;
    padding: 0 65px 0 15px;
    height: 32px;
    border: none;
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-widget3 .ctct-form-field input[type="email"]::-webkit-input-placeholder,
div.ctct-form-embed form.ctct-form-custom .ctct-form-field input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: var(--body-font);
    color: #666;
    opacity: 1;
}

.footer-widget3 .ctct-form-field input[type="email"]::-moz-placeholder,
div.ctct-form-embed form.ctct-form-custom .ctct-form-field input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    font-family: var(--body-font);
    color: #666;
    opacity: 1;
}

.footer-widget3 .ctct-form-field input[type="email"]:-ms-input-placeholder,
div.ctct-form-embed form.ctct-form-custom .ctct-form-field input[type="email"]::-ms-input-placeholder {
    /* IE 10+ */
    font-family: var(--body-font);
    color: #666;
    opacity: 1;
}

.footer-widget3 .ctct-form-field input[type="email"]:-moz-placeholder,
div.ctct-form-embed form.ctct-form-custom .ctct-form-field input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    font-family: var(--body-font);
    color: #666;
    opacity: 1;
}

.footer-widget3 .ctct-form-field {
    margin: 0;
}

.footer-widget3 .ctct-form {
    position: relative;
    overflow: hidden;
}

.footer-widget3 .ctct-form-embed .ctct-form-custom .ctct-form-button,
.footer-widget3 .ctct-form .ctct-form-field-submit {
    position: absolute;
    top: 33px;
    right: 0;
    /*    bottom: 0;*/
    height: 32px !important;
    background: #458845 !important;
    width: 54px !important;
    font-size: 30px;
    text-indent: -1000em !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 0px !important;
}

.footer-widget3 div.ctct-form-defaults p.ctct-form-footer {
    display: none !important;
}

.footer-widget3 form.ctct-form-custom .ctct-form-errorMessage {
    position: absolute;
    bottom: -30px;
}

.footer-widget3 .ctct-form-embed .ctct-form-custom .ctct-form-button:after,
.footer-widget3 .ctct-form .ctct-form-field-submit:after {
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: cover !important;
    content: "";
    display: inline-block;
    background: url(images/newsletter-arrow.png) no-repeat;
}

.footer-widget3 div.ctct-form-embed form.ctct-form-custom {
    position: relative;
    min-height: 32px;
}

.footer-widget3 div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0;
}

.footer-widget3 .ctct-form .ctct-form-field-submit input[type="submit"],
.footer-widget3 .ctct-form-embed .ctct-form-custom .ctct-form-button {
    color: #fff;
    font-family: var(--body-font);
    border: none;
    background: none;
    width: 100%;
    line-height: normal;
    height: 32px;
    z-index: 9;
    text-indent: 999em;
}

.social-links ul {
    list-style: none;
    padding: 30px 0 0;
}

.social-links ul li {
    display: inline-block;
    /*margin-right: 3px;*/
    margin-right: 15px;
}

.social-links ul li:last-child {
    margin-right: 0;
}

.social-links ul li a i {
    color: #fff;
    /*font-size: 24px;*/
    font-size: 32px;
}

.footer-copyright-section a {
    color: #fff;
}

/****Footer****/

/****Main Interrior Pages*****/

.main-interior-header .main-interior-header-content {
    padding-left: 0;
    padding-right: 11.875%;
}

.main-interior-header .main-interior-header-inner {
    text-align: right;
    margin-left: auto;
    max-width: 500px;
}

.main-interior-header .main-interior-header-inner h2 {
    margin-bottom: 18px;
    color: #fff;
}

.main-interior-header {
    padding: 111px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.MainBannerOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    /*padding: 111px 0;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.interior-subpage-section {
    /*padding: 94px 0 54px;*/
    padding: 50px 0 54px;
}

.interior-subpage-section .container {
    max-width: 1330px;
    width: 100%;
}

.subpage-grid {
    text-align: center;
    margin-bottom: 40px;
}

.subpage-grid .subpage-icon {
    text-align: center;
}

.subpage-grid .subpage-icon img {
    height: 50px;
    width: auto;
    margin: 0 auto;
}

.subpage-grid h3 {
    font-size: 24px;
    font-family: var(--heading-font);
    line-height: 1.33333;
    color: #231F20;
}

.subpage-grid p {
    font-size: 16px;
    line-height: 1.625;
    font-family: var(--body-font);
    color: #585656;
}

.subpage-grid .subpage-grid-inner {
    padding: 43px 56px 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.subpage-grid .subpage-grid-inner:hover {
    background: rgba(36, 39, 42, 0.96);
}

.subpage-grid .subpage-grid-inner:hover h3,
.subpage-grid .subpage-grid-inner:hover p {
    color: #fff !important;
}

.subpage-icon .hover-icon {
    display: none;
}

.subpage-grid .subpage-grid-inner:hover .hover-icon {
    display: block;
}

.subpage-grid .subpage-grid-inner:hover .normal-icon {
    display: none;
}

.interior-service-section {
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.interior-service-section .container {
    width: 100%;
    max-width: 1250px;
}

.interior-service-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 39, 42, 0.75);
    content: "";
}

.interior-service-section .left-section h2 {
    font-size: 35px;
    line-height: 1.3142;
    font-weight: 400;
    font-family: var(--heading-font);
    color: #fff;
    margin: 0 0 24px;
}

.interior-service-section .left-section p {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
}

.interior-service-section .right-section {
    padding-top: 10px;
}

.interior-service-section .right-section p {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 35px;
}

.interior-service-section .right-section a.s-btn {
    height: 40px;
    line-height: 40px;
    background: #458845;
    color: #fff;
    display: inline-block;
    font-family: var(--heading-font);
    padding: 0 22px;
    margin-bottom: 15px;
    margin-right: 30px;
}

.interior-service-section .right-section a:last-of-type {
    margin-right: 0;
}

/****Main Interrior Pages*****/

/*******Sub Interior Pages******/

.sub-interior-header img {
    width: 100%;
}

.subinterior-content-section {
    padding: 68px 0;
    text-align: center;
}

.subinterior-content-section .container {
    max-width: 710px;
    margin: 0 auto;
}

.subinterior-content-section h2 {
    font-size: 35px;
    line-height: 1.31428;
    color: #231F20;
    margin: 0 0 15px;
    font-family: var(--heading-font);
}

.subinterior-content p {
    font-size: 18px;
    line-height: 1.44444444444;
    color: #585656;
    font-family: var(--body-font);
}

.interior-subpage-interior-section .container {
    max-width: 1520px;
    width: 100%;
}

.subpage-img-wrapper {
    position: relative;
}

.subpage-img-wrapper img {
    width: 100%;
}

.subpage-img-wrapper h3 {
    background: #458845;
    font-family: var(--heading-font);
    padding: 11px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.3333;
    width: 100%;
    margin: 0;
}

.subpage-grid-content {
    text-align: center;
}

.subpage-grid-content p {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.625;
    color: #585656;
    margin-top: 34px;
}

.interior-subpage-interior-section .subpage-interior-grid {
    margin-bottom: 57px;
    display: inline-block;
    margin-right: -4px;
    float: none;
    vertical-align: top;
}

.whyuse-us-sec {
    padding: 16px 0 76px;
}

.whyuse-us-sec .container {
    max-width: 1250px;
    width: 100%;
}

.whyuse-us-sec .cms-layout-row {
    margin-bottom: 80px;
}

.whyuse-us-sec .cms-layout-row:last-child {
    margin-bottom: 0;
}

.page-id-1265 .whyuse-us-sec section.SectionBorderTop:last-of-type {
    padding-bottom: 15px;
}

.why-left img {
    width: 100%;
}

.why-right h2 {
    font-size: 24px;
    line-height: 1.33333;
    font-family: var(--heading-font);
    color: #231F20;
    margin: 8px 0 27px;
}

.whyuse-us-sec.section4ImgGrid .why-right.full-width {
    padding-left: 15px;
}

.why-right ul li,
.why-right p {
    font-size: 16px;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.625;
    color: #585656;
}

.why-right ul li {
    margin-bottom: 15px;
}

.why-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-right .why-us-content ul {
    padding-left: 20px;
    list-style: disc;
}

.secion-events-pavilion ul {
    padding-left: 20px;
    margin-left: 0;
}

.secion-events-pavilion ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.625;
    font-family: var(--body-font);
}

/*******Sub Interior Pages******/

/****about****/

.download-pdf-section {
    padding: 26px 0;
}

.download-pdf-section .footer-bottom-text {
    font-size: 35px;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 3px;
    margin: 5px 0;
}

.download-pdf-section .footer-bottom-cta {
    font-size: 22px;
    width: 212px;
    height: 51px;
    vertical-align: middle;
    line-height: normal;
    padding: 8px 0px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.about-content-section {
    padding: 35px 0 66px;
    /*padding: 66px 0;*/
}

.about-content-section .container,
.about-history-section .container {
    /*max-width: 1195px;*/
    max-width: 1250px;
    width: 100%;
}

.AboutUsContent h2,
.about-history-section .about-history-right h2,
.team-member-section h2 {
    font-size: 24px;
    font-family: var(--heading-font);
    line-height: 1.33333;
    color: #231F20;
    margin: 0 0 26px;
}

.community-section .about-history-right h2 {
    margin-top: 8px;
}

.whyuse-us-sec.section4ImgGrid .why-right .AboutUsContent p,
.about-history-section .about-history-right p {
    font-size: 16px;
    font-family: var(--body-font);
    line-height: 1.625;
    margin-bottom: 24px;
}

.about-history-section {
    padding-bottom: 70px;
}

.community-section {
    padding-top: 60px;
}

.community-section .container {
    max-width: 1230px;
}

.team-member .member-image-wrapper {
    position: relative;
}

.team-member .member-image-wrapper .member-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35, 36, 36, 0.93);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
    -ms-transition: all 0.5s;
}

.team-member .member-image-wrapper .member-content .member-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
}

.team-member .member-image-wrapper:hover .member-content {
    opacity: 1;
    z-index: 1;
}

.team-member .member-image-wrapper .member-content .member-content-inner h4 {
    font-size: 24px;
    line-height: 1.33333;
    font-family: var(--heading-font);
    margin: 0 0 10px;
}

.team-member .member-image-wrapper img {
    width: 100%;
}

.team-member .member-image-wrapper .member-content .member-content-inner .designation {
    line-height: 1.57142;
    font-size: 14px;
    font-family: var(--body-font);
    display: block;
}

.team-member .member-image-wrapper .member-content .member-content-inner .read-more {
    width: 125px;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    background: #458845;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: var(--heading-font);
}

.team-member .member-image-wrapper .member-content .member-content-inner .read-more:hover {
    background: #004987;
}

.team-member-section {
    padding: 44px 0 21px;
}

.team-member-section .container {
    max-width: 1510px;
    width: 100%;
}

.fancybox-container .fancybox-close-small:focus::after {
    outline: 0 !important;
}

/***about*****/

/***404 page***/

.error404 .siteHeader {
    box-shadow: 1px 5px 11px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 5px 11px -5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 5px 11px -5px rgba(0, 0, 0, 0.5);
}

.not-found {
    padding: 80px 0;
}

.not-found .big-text {
    font-family: var(--heading-font);
    font-size: 138px;
    line-height: 1;
    color: rgb(207, 10, 44);
    font-weight: 700;
}

.not-found p {
    margin: 10px 0 10px;
    color: #000;
    font-size: 18px;
}

.not-found h2 {
    font-size: 28px;
    margin: 0;
    color: #000000;
}

.not-found a {
    color: #004987;
}

.not-found a:hover {
    color: rgb(207, 10, 44);
}

/***404 page***/

/*============ 27-09-2017==========
========= Page Game Ranch =========*/

.section-exotic-banner {
    height: 415px;
    background-position: center center;
    background-size: cover;
}

.section4ImgGrid .div-img-grid-inner .divImgContainer {
    width: 49.5%;
    display: inline-block;
}

.section4ImgGrid .div-img-grid-inner .divImgContainer {
    padding-bottom: 13px;
}

.section4ImgGrid .div-img-grid-inner .divImgContainer:nth-child(even) {
    padding-left: 5px;
}

.section4ImgGrid .div-img-grid-inner .divImgContainer:nth-child(odd) {
    padding-right: 5px;
}

.section4ImgGrid .div-img-grid-inner .divImgContainer .divBgImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.subinterior-content-section.section-exotic-intro h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.subinterior-content-section.section-exotic-intro p {
    margin-bottom: 0px;
}

.subinterior-content-section.section-exotic-intro p,
.secion-events-pavilion .about-us-sec-content p {
    font-size: 16px;
    line-height: 26px;
}

.subinterior-content-section.section-exotic-intro .container {
    max-width: 835px;
}

.page-template-page-exotic-game-ranch .subinterior-content-section.section-exotic-intro .container {
    max-width: 1266px;
}

.about-us-sec.secion-events-pavilion {
    padding: 115px 0 112px;
}

.secion-events-pavilion .about-us-sec-content-inner {
    max-width: 616px;
}

.secion-events-pavilion .about-us-sec-content h2 {
    font-size: 24px;
    margin-bottom: 11px;
}

.secion-events-pavilion .about-us-sec-content a {
    margin-top: 3px;
    text-decoration: none;
    color: #fff;
}

.secion-events-pavilion.about-us-sec .about-us-sec-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1266px;
    margin: 0 auto;
}

.whyuse-us-sec.section4ImgGrid .container {
    max-width: 1250px;
}

.whyuse-us-sec.section4ImgGrid {
    /*padding: 75px 0 62px;*/
    padding: 0px 0 0;
}

.additional-copy-section.whyuse-us-sec.section4ImgGrid {
    padding-top: 30px;
}

.page-template-page-main_interior .additional-copy-section.whyuse-us-sec.section4ImgGrid {
    padding-top: 0;
}

.whyuse-us-sec.section4ImgGrid .why-right .why-us-content p {
    font-family: var(--body-font);
    font-weight: 400;
    color: #585656;
    word-wrap: break-word;
}

.whyuse-us-sec.section4ImgGrid .why-right h2 {
    margin-top: -5px;
    margin-bottom: 11px;
}

.whyuse-us-sec.section4ImgGrid .why-right p {
    margin-bottom: 27px;
    font-family: var(--heading-font);
    font-weight: 400;
}

.whyuse-us-sec.section4ImgGrid .why-right p:last-child {
    margin-bottom: 0px;
}

.divEventReqBtn a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 23px;
    font-size: 16px;
    font-family: var(--heading-font);
    font-weight: 400;
    color: #fff;
    margin-top: 17px;
    background: #458845;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.divEventReqBtn a:hover {
    background: #004987;
}

.subinterior-content-section.section-divTitleIntroTwoCol .container {
    max-width: 1100px;
    width: 100%;
}

.divTitleIntroTwoCol {
    display: table;
}

.TitleIntroColLeft {
    display: table-cell;
    width: 36%;
    vertical-align: top;
    padding-right: 15px;
    text-align: left;
}

.subinterior-content.TitleIntroColRight {
    display: table-cell;
    width: 64%;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
}

.subinterior-content.TitleIntroColRight p {
    font-family: var(--body-font);
    font-weight: 400;
    color: #585656;
}

.AboutUsContent {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
}

.about-us-sec.secion-events-pavilion {
    padding: 0;
}

.about-us-sec.secion-events-pavilion .divInnerOverlay {
    padding: 118px 0 111px;
    background: rgba(0, 0, 0, 0.4);
}

.subpage-img-wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*===============================
        Careers Page
================================*/

.container.CareersModifyContainer {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

h2.h2TitleFont,
.FeaturedJobGrid .DivFeaturedJobTitle h3,
.FeaturedJob-grid-inner a,
.DivAllOpeningBtn a,
.BenefitTitle h3 {
    font-family: var(--heading-font);
    color: #231F20;
}

.SectionFeaturedJob {
    padding-top: 70px;
    padding-bottom: 65px;
}

.SectionFeaturedJob h2 {
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 66px;
}

.FeaturedJobGrid .DivFeaturedJobTitle h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.subinterior-content-section.section-career-intro {
    padding: 68px 0 60px;
}

.subinterior-content-section.section-career-intro .container {
    max-width: 700px;
}

.section-career-intro .container h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.section-career-intro .Careers-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.subinterior-exotic p {
    font-weight: 400;
}

.secion-events-pavilion .about-us-sec-content p {
    font-family: var(--body-font);
    font-weight: 400;
}

.DividerLine {
    height: 1px;
    background-color: #585656;
    width: 100%;
}

.FeaturedJobGrid .DivFeaturedJobTitle span {
    font-size: 12px;
    font-weight: 400;
    color: #95989A;
    margin-bottom: 16px;
    display: inline-block;
}

.FeaturedJob-content p {
    color: #95989A;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
}

.FeaturedJob-grid-inner a {
    display: inline-block;
    color: #458845;
    text-decoration: none;
    line-height: 20px;
    padding-top: 14px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    cursor: pointer;
}

.FeaturedJob-grid-inner a:hover {
    color: #004987;
}

.FeaturedJob-grid-inner {
    padding-bottom: 35px;
}

.DivAllOpeningBtn {
    text-align: center;
    padding-top: 35px;
}

.DivAllOpeningBtn a {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background-color: #458845;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    font-size: 16px;
}

.DivAllOpeningBtn a:hover {
    background-color: #004987;
}

.SectionTDSbenifetsTitle {
    text-align: center;
}

.BenefitTitle h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.SectionTDSbenefits {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.SectionTDSbenefitsInner {
    padding: 80px 0px 70px;
    background-color: rgba(0, 0, 0, 0.5);
}

.SectionTDSbenefitsInner p,
.SectionTDSbenefitsInner h2,
.SectionTDSbenefitsInner h3 {
    color: #fff;
}

.BenefitContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.SectionTDSbenifetsTitle h2 {
    margin-top: 0px;
    padding-bottom: 50px;
    font-size: 24px;
}

.BenefitContent p {
    margin-bottom: 28px;
}

.TDSbenefitContainer:last-child .BenefitContent p:last-child {
    margin-bottom: 10px;
}

/*===================================   
        Locations Page
==================================*/

.SectionFeaturedJob.SectionContactUs {
    padding-bottom: 60px;
    text-align: center;
}

.SectionFeaturedJob.SectionContactUs .container.CareersModifyContainer {
    max-width: 1180px;
}

.SectionFeaturedJob.SectionContactUs h2 {
    margin-bottom: 47px;
}

.SectionFeaturedJob.SectionContactUs .FeaturedJob-grid-inner a {
    color: #95989A;
    padding-top: 0px;
}

.SectionFeaturedJob.SectionContactUs .FeaturedJobGrid .DivFeaturedJobTitle h3 {
    margin-bottom: 5px;
}

.SectionFeaturedJob.SectionContactUs .FeaturedJob-content p {
    margin-bottom: 0;
    line-height: 19px;
    word-break: break-all;
}

.SectionFeaturedJob.SectionContactUs .FeaturedJob-grid-inner a:hover {
    color: #458845;
}

.SectionFeaturedJob.SectionContactUs a.DownMediaBtn {
    background-color: #458845;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    margin-top: 30px;
}

.SectionFeaturedJob.SectionContactUs a.DownMediaBtn:hover {
    color: #fff;
    background-color: #004987;
}

.custom-tool-tip {
    background-color: #282425;
}

/*============================
    location Map 
============================*/

.acf-map {
    height: 878px;
}

/*style the box*/

.gm-style-iw + div {
    display: none;
}

.gm-style .gm-style-iw {
    background-color: #282425 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-width: 300px;
    height: 100% !important;
    min-height: 250px !important;
    padding: 30px 40px 30px;
    display: block !important;
    color: #fff;
    overflow-y: auto;
}

.gm-style .gm-style-iw h4 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: var(--heading-font);
}

.gm-style .gm-style-iw p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 26px;
}

.gm-style .gm-style-iw a {
    text-decoration: none;
    color: #fff;
}

.gm-style .gm-style-iw a:hover {
    color: #458845;
}

/*style the p tag*/

.gm-style .gm-style-iw #google-popup p {
    padding: 10px;
}

.gm-style .gm-style-iw .cluster-marker h4 {
    margin-bottom: 10px;
    font-family: var(--heading-font);
}

/*style the arrow*/

.gm-style div div div div div div div div {
    background-color: #282425 !important;
    padding: 0;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}

.gm-style div div div div div div div div div img {
    display: none;
}

/*style the link*/

.gm-style div div div div div div div div a {
    color: #f1f1f1;
    font-weight: bold;
}

/*===================================   
        Page Current Events.
===================================*/

.sectionCurrentEvents {
    padding-top: 54px;
    padding-bottom: 75px;
}

.subinterior-content-section.section-career-intro.sectionNewsRoom {
    padding-top: 61px;
    padding-bottom: 75px;
}

.section-career-intro.sectionNewsRoom .container h2 {
    margin-bottom: 40px;
    line-height: 29px;
}

.subinterior-content-section.section-career-intro.sectionNewsRoom .container {
    max-width: 770px;
}

.knowledgehub-right-bar .checkbox-field input[type="checkbox"],
.knowledgehub-right-bar .previous-months input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: none;
}

.knowledgehub-right-bar .checkbox-field input[type="checkbox"] + label,
.knowledgehub-right-bar .previous-months input[type="checkbox"] + label {
    padding-left: 38px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    /*font-size: 16px;*/
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    color: #666666;
}

.knowledgehub-right-bar .checkbox-field input[type="checkbox"] + label:before,
.knowledgehub-right-bar .previous-months input[type="checkbox"] + label:before {
    /*background: url(images/chk-sprite.jpg) no-repeat;*/
    background: url("images/check-unckeck.png");
    background-position: 0 0px;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    background-size: cover;
}

.knowledgehub-right-bar .checkbox-field,
.knowledgehub-right-bar .previous-months input[type="checkbox"] + label {
    padding-bottom: 15px;
}

.knowledgehub-right-bar .checkbox-field input[type="checkbox"]:checked + label:before,
.knowledgehub-right-bar .previous-months input[type="checkbox"]:checked + label:before {
    background-position: -28px 0;
}

.knowledgehub-right-bar .previous-months {
    margin-left: 0px/*30px*/
    ;
}

.toggle_view_list {
    cursor: pointer;
    color: #428547;
    font-weight: 400;
    font-size: 20px/*16px*/
    ;
    padding-bottom: 15px;
    padding-left: 0px;
    /*33px*/
}

.checkbox-field.previous-years {
    padding-left: 0px/*33px*/
    ;
    font-size: 20px;
}

.CurrEvntLeftContainer {
    display: table;
    width: 100%;
    padding-bottom: 60px;
}

.CurrEvntLeftContLeft {
    display: table-cell;
    width: 32%;
    padding-right: 20px;
}

.LeftColThumb {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.CurrEvntLeftContRight {
    display: table-cell;
    width: 68%;
    vertical-align: top;
}

.CurrentEventLeftCol h2 {
    font-family: var(--heading-font);
    font-size: 24px;
    margin-bottom: 31px;
    line-height: 29px;
    color: #231F20;
}

.CurrEvntLeftContRight .right-inner {
    max-width: 466px;
    width: 100%;
}

.CurrEvntLeftContRight .right-inner span {
    font-weight: 400;
    font-size: 16px;
    color: #054C89;
}

.CurrEvntLeftContRight .right-inner h3 {
    font-size: 20px;
    font-family: var(--heading-font);
    line-height: 24px;
    margin-bottom: 45px;
    color: #231F20;
}

.CurrEvntLeftContRight .right-inner .archive-readmore,
.archive_loadmore.container a {
    line-height: 40px;
    display: inline-block;
    background-color: #458845;
    color: #fff;
    font-family: var(--heading-font);
    padding: 0 24px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}

.CurrEvntLeftContRight .right-inner .archive-readmore:hover,
.archive_loadmore.container a:hover {
    background-color: #004987;
}

.archive_loadmore.container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;

}

.CurrentEventRightCol .knowledgehub-right-bar .topic_container h2,
.CurrentEventRightCol .knowledgehub-right-bar .type_container h2 {
    font-family: var(--heading-font);
    font-size: 22px;
    margin-bottom: 21px;
    line-height: 24px;
    color: #231F20;
}

.no-posts-message {
    color: #458845;
    font-weight: 500;
    font-size: 20px;
}

/*============= 19-01-2018 ===========*/

.container.CurrentEventModifyContainer {
    max-width: 1100px;
    width: 100%;
}

.previous-years > a {
    color: #054C89;
}

/*=================================
            11-10-2017
===================================*/

.PlaceHolderImg {
    visibility: hidden;
}

.history-img-wrapper,
.MemberImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-template-page-sub_interior .sub-interior-header,
.page-template-page-about .sub-interior-header,
.main-interior-header {
    min-height: 414px;
    background-position: center center;
    background-size: cover;
}

/*======================================    
        My Account Page
=====================================*/

.container.myaccount-container {
    max-width: 1215px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.waste-wizard-header h2 {
    padding-top: 68px;
    padding-bottom: 65px;
    text-align: center;
    margin: 0;
    line-height: 1.31428;
    font-size: 35px;
    color: #231F20;
    font-family: var(--heading-font);
}

iframe body#rCw .page-section-rows button.page-row-content span.btn-label {
    display: none !important;
}

#rCw .nav-pills li.active a,
#rCw .nav-pills li.active a:active,
#rCw .nav-pills li.active a:focus,
#rCw .nav-pills li.active a:hover {
    border: 2px solid #3B5998 !important;
}

#rCw .btn-success {
    color: #FFF !important;
    background-color: #4E69A2 !important;
    border-color: #3B5998 !important;
}

#rCw .btn-success.active,
#rCw .btn-success:active,
#rCw .btn-success:focus,
#rCw .btn-success:hover,
#rCw .open .dropdown-toggle.btn-success {
    color: #FFF !important;
    background-color: #415786 !important;
    border-color: #2a3f6c !important;
}

.waste-wizard-div .example a {
    color: #3B5998 !important;
}

#rCw a,
.page-row-content.rc-has-icon.icon-game a {
    color: #3B5998 !important;
}

#rCw .nav-pills li a {
    color: #000 !important;
}

#rCw .nav-pills li .tab-name {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 500;
}

#rCw .widget-header,
.rC-footer {
    display: none;
}

#rCw .widget-box {
    border: 0;
}

.waste-wizard-div {
    padding-bottom: 45px;
}

#rCw .rC-inside-footer .rC-terms {
    font-family: var(--heading-font);
    padding-right: 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

#rCw .rC-inside-footer .rC-terms {
    color: #000 !important;
}

#rCw ul.nav-pills,
iframe #rCw .title-bar {
    border-left: 2px solid #e9e7dc;
    border-right: 2px solid #e9e7dc;
    background-color: #eae8e8;
}

#rCw iframe,
.recollect_content.recollect_form,
.clearfix {
    background-color: #eae8e8;
}

#rCpage-calendar_search ul.typeahead.dropdown-menu li.active a:hover,
#rCpage-wizard_search ul.typeahead.dropdown-menu li.active a:hover {
    color: #000;
}

.footer-copyright-section a:hover {
    color: #428547;
}

/*============================
    Tearms of use
=============================*/

.PageContent h1,
.PageContent h2,
.PageContent h3,
.PageContent h4,
.PageContent h5 {
    color: #231F20;
    font-family: var(--heading-font);
    line-height: 1;
}

.PageContent p {
    line-height: 1.65;
    font-family: var(--body-font);
    font-weight: 400;
    color: #585656;
    word-wrap: break-word;
    margin-bottom: 27px;
    font-size: 16px;
}

.PageContent ul li,
.PageContent ol li {
    margin-bottom: 10px;
    line-height: 1.65;
    font-size: 16px;
}

.ulListStyleNone li {
    list-style: none;
}

/*footer#colophon {
    margin-bottom: 82px;
}*/

/*
turn off display none late
*/

.footer-bottom-section {
    /*display: none !important;*/
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

section.footer-bottom-section.download-pdf-section {
    position: relative;
    display: block !important;
    margin-top: 60px;
}

span#searchsubmit:hover i.fa.fa-search {
    color: #428547;
}

/*============================
    FAQ Page
============================*/

/*
.breadc-crum-section {
    padding-top: 35px;
}
*/

.breadc-crum-section .breadc-crum-section-inner {
    padding: 27px 50px 20px;
}

.breadc-crum-section .breadc-crum-section-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadc-crum-section .breadc-crum-section-inner ul li {
    display: inline-block;
}

.breadc-crum-section .breadc-crum-section-inner ul li,
.breadc-crum-section .breadc-crum-section-inner span {
    font-size: 14px;
    color: #666;
    line-height: 1.85714285714;
    font-family: var(--body-font);
    font-weight: 400;
}

.breadc-crum-section .breadc-crum-section-inner span {
    display: inline;
}

.breadc-crum-section .breadc-crum-section-inner ul li a,
.breadc-crum-section .breadc-crum-section-inner span a {
    color: #666666;
}

.breadc-crum-section .breadc-crum-section-inner ul li a:hover,
.breadc-crum-section .breadc-crum-section-inner span a:hover {
    color: #428547;
}

.breadc-crum-section .breadc-crum-section-inner ul li span,
.breadc-crum-section .breadc-crum-section-inner span a {
    padding: 0 13px;
}

.breadc-crum-section .breadc-crum-section-inner span > a {
    padding-left: 0;
}

.breadc-crum-section .breadc-crum-section-inner span.breadcrumb_last {
    padding-left: 13px;
}

.breadc-crum-section .breadc-crum-section-inner ul li.current-page,
.breadc-crum-section .breadc-crum-section-inner span.breadcrumb_last {
    font-family: var(--body-font);
    font-weight: 700;
    color: #458845;
}

.breadc-crum-section .breadc-crum-section-inner p {
    margin-bottom: 0px;
}

.faq-detail-header-section {
    padding-bottom: 50px;
}

.faq-detail-header-section .container,
.faq-listing .container {
    max-width: 890px;
    width: 100%;
}

.faq-detail-header-section .container {
    text-align: center;
}

.faq-icon img {
    max-width: 135px;
    max-height: 129px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.faq-detail-header-section h2 {
    font-size: 24px;
    font-family: var(--heading-font);
    line-height: 1.23076923077;
    color: #231F20;
    margin: 35px 0 30px;
}

.faq .accordion-body {
    display: none;
}

.faq-short-content p {
    line-height: 1.625;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.faq-listing h3 {
    font-size: 20px;
    color: #231F20;
    margin: 0;
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    cursor: pointer;
    padding-left: 57px;
    padding-top: 34px;
    margin-top: 37px;
}

.faq-listing h3:focus {
    outline: none !important;
}

.faq-listing h3:first-child {
    padding-top: 29px;
    margin-top: 0;
}

.faq-listing h3:first-child:before {
    display: none;
}

.faq-listing h3 .plus-minus-icon {
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    font-family: var(--body-font);
    font-weight: 400;
    width: 33px;
    font-size: 16px;
    height: 33px;
    line-height: 30px;
    padding-left: 2px;

    background: #428547;
    text-align: center;
    display: inline-block;
    border: 1px solid #95989a;
}

.faq-listing h3:first-child .plus-minus-icon {
    top: 25px;
}

.faq-listing h3 .plus-minus-icon:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.faq-listing h3:before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: calc(100% - 58px);
    left: 58px;
    height: 1px;
    background: #95989A;
}

.faq-listing h3.ui-state-active .plus-minus-icon:before {
    content: "-";
    font-size: 22px;
}

.faq-listing .answer p {
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 1.625;
    margin-bottom: 20px;
    font-size: 16px;
}

.faq-listing .answer {
    padding-left: 58px;
    padding-top: 30px;
}

.faq-listing .answer p:last-of-type {
    margin-bottom: 0;
}

.faq-listing .answer ul,
.faq .answer ol {
    padding: 0 0 0 16px;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 1.625;
    margin-bottom: 20px;
    font-size: 16px;
}

.faq-listing .answer p a {
    color: #458845;
    font-family: var(--body-font);
    font-weight: 700;
    word-wrap: break-word;
}

.faq-listing {
    padding: 0 0 80px;
}

.faq-hover-icon {
    display: none;
}

.faq-main-header-section {
    padding: 67px 0 50px;
}

.faq-main-header-section .container {
    max-width: 780px;
}

.faq-main-header-section h2 {
    margin: 0 0 28px;
}

.faq-cat-listing {
    padding: 20px 0 65px;
}

.faq-cat-listing .faq-grid {
    float: none;
    margin-right: -4px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.faq-grid .faq-grid-inner h3,
.faq-grid .faq-grid-inner h3 a {
    font-size: 24px;
    color: #231f20;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin: 30px 0 0;
    line-height: 1.37;
    font-family: var(--heading-font);
    font-weight: 400;
}

.faq-grid .faq-grid-inner {
    text-align: center;
    padding: 45px 15px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: relative;
}

.faq-cat-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.supports-no-touch .faq-grid .faq-grid-inner:hover {
    background: #231f20;
}

.supports-no-touch .faq-grid .faq-grid-inner:hover h3 a {
    color: #fff;
}

.faq-grid .faq-grid-inner img {
    margin: 0 auto;
    text-align: center;
    max-width: 135px;
    max-height: 129px;
}

.supports-no-touch .faq-grid .faq-grid-inner:hover .faq-icon {
    display: none;
}

.supports-no-touch .faq-grid .faq-grid-inner:hover .faq-hover-icon {
    display: block;
}

.faq-cat-listing .container {
    max-width: 1230px;
}

/*=====================================
        Resource page
======================================*/

section.home-bottom-box.resources-section {
    padding: 20px 0 52px;
}

body.ie #isotope-list,
body.edge #isotope-list {
    max-width: 100%;
    overflow-x: hidden;
}

.page-template-page-resource section.subinterior-content-section.section-career-intro.sectionNewsRoom {
    /*padding: 70px 0 64px;*/
    padding: 15px 0 64px;
}

.page-template-page-resource .section-career-intro.sectionNewsRoom .container h2 {
    margin-bottom: 30px;
}

.resources-section .bottom-box-grid {
    padding-top: 23px;
    padding-bottom: 23px;
}

.resources-section .bottom-box-content a {
    display: block;
    margin: 15px auto 0;
}

.section-checkbox-filter .container.modified-container {
    width: 100%;
    padding: 0 25px;
}

section.section-checkbox-filter {
    padding: 0px 0 0;
}

.div-filter-list {
    text-align: center;
}

.div-filter-list ul {
    padding-left: 25px;
    display: inline-block;
}

.div-filter-list ul {
    margin-left: 0;
    margin-bottom: 0;
}

.div-filter-list ul li {
    position: relative;
    padding-left: 35px;
    padding-right: 30px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
}

.div-filter-list ul li:last-child {
    padding-right: 0px;
}

.div-filter-list ul li input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    height: 28px;
    position: absolute;
    width: 28px;
    z-index: 99999;
    left: 0px;
    cursor: pointer;
}

.div-filter-list ul li input[type=checkbox] + label {
    background: url("images/check-unckeck.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 100%;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    cursor: pointer;

}

.div-filter-list ul li input[type=checkbox]:checked + label {
    background-position: 100% 100%;
}

.resources-section .resource-video .modal-body .video-frame iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
}

.resources-section .resource-video .modal-body .video-frame {
    padding-bottom: 45%;
    position: relative;
}

.resource-video .modal-dialog {
    width: 100%;
}

.resource-video .modal-dialog .modal-content {
    background-color: transparent;
}

.resource-video .modal-dialog .close {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 50px;
    z-index: 9999;
    opacity: 0.85;
    top: 8px;
}

ul.gallery-ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*====================================
            29-11-2017
=====================================*/

.SectonSearch {
    padding-top: 50px;
    padding-bottom: 50px;
}

.search-text-title h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
}

.result-title h4 a {
    color: #333;
    font-size: 18px;
    line-height: 27px;
}

.result-title h4 a:hover {
    color: #458845;
}

.result-title h4 a,
.result-content p a {
    transition: color 0.3s ease 0s;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

.result-content p a,
.back-link a {
    color: #004987;
    font-size: 14px;
    line-height: 20px;
}

.result-content p a:hover,
.back-link a:hover {
    color: #458845;
}

.result-content p {
    margin-bottom: 0;
}

.back-link {
    padding-top: 20px;
}

.back-link a {
    font-weight: 700;
}

.result-content {
    padding-bottom: 20px;
}

.noSearchTitle h3 {
    font-weight: 700;
    padding-bottom: 23px;
    font-size: 30px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}

.search-query-text h3 {
    color: #333;
    font-size: 20px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.NoResultSearchform form label {
    font-size: 14px;
    line-height: 20px;
}

.NoResultSearchform form label {
    color: #333;
}

.NoResultSearchform form input[type="search"] {
    height: 35px;
    padding-left: 10px;
    padding-right: 50px;
    margin: 0 5px;
    border: 1px solid #333;
}

.NoResultSearchform form button[type="submit"] {

    height: 35px;
    width: 35px;
    padding: 5px;
    color: #fff;
    border: 2px solid #004987;
    border-radius: 0px;
    background-color: #004987;
    transition: background-color 0.5s ease 0s;
    line-height: 20px;
    text-decoration: none;
    font-weight: 700;
}

.NoResultSearchform form button[type="submit"]:hover {
    background-color: #458845;
    border: 2px solid #458845;
}

.NoResultSearchform form button[type="submit"] span {
    color: #fff;
}

.NoResultSearchform form button[type="submit"] svg {
    max-width: 100%;
    max-height: 100%;
    fill: #fff;
}

.NoResultSearchform {
    padding-bottom: 30px;
}

.single-featured-image-header {
    text-align: center;
    height: 500px;
    background-size: cover;
    background-position: center center;
}

.blog-title h2 {
    padding-bottom: 20px;
    padding-top: 30px;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.blog-date p {
    padding-bottom: 10px;
    font-size: 14px;
    color: #333333;
}

.blog-detail-parent .blog-content p {
    padding-bottom: 10px;
    line-height: 1.5;
    color: #808080;
    margin-bottom: 0;
}

.blog-detail-parent {
    padding-bottom: 70px;
}

.footer-bottom-section a.footer-bottom-cta {
    transition: background-color 0.4s ease 0s;
    cursor: pointer;
}

.footer-bottom-section a.footer-bottom-cta:hover {
    border: 1px solid #428547;
    color: #428547;
    background-color: #fff;
}

.blog-home-pagination a.prev,
.blog-home-pagination a.next,
.blog-home-pagination a {
    color: #004987;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.5s ease 0s;
    padding: 0 5px;
}

.blog-home-pagination a:hover {
    color: #428547;
}

.blog-home-pagination a.prev,
.blog-home-pagination a.next {
    font-size: 20px;
}

.blog-home-pagination span.page-numbers.current {
    color: #428547;
    font-size: 18px;
    font-weight: 700;
}

.SectionBorderTop {
    padding-bottom: 75px;
}

section.subinterior-content-section.section-divTitleIntroTwoCol.mainInteriorPageSec {
    padding-bottom: 20px;
}

section.subinterior-content-section.section-divTitleIntroTwoCol.ExoticPageSec {
    /*padding-bottom: 65px;*/
    padding-bottom: 20px;
}

.subinterior-content-section.section-divTitleIntroTwoCol.DefaultIntro {
    padding-bottom: 30px;
}

.MemImgCaption {
    background-color: #004987;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    transition: all 0.4s ease 0s;
}

.MemImgCaption h4 {
    margin-top: 0;
    font-family: var(--heading-font);
}

.MemImgCaption span {
    font-family: var(--body-font);
}

.member-image-wrapper:hover .MemImgCaption {
    opacity: 0;
}

.scrollup {
    position: fixed;
    right: 10px;
    padding: 10px 15px;
    background-color: #004987;
    bottom: 100px;
    transition: background-color 0.5s ease 0s;
}

.scrollup:hover {
    background-color: #428547;
}

.scrollup i {
    color: #fff;
    font-size: 20px;
}

.HeaderIDs {
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}

.PageContent h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.PageContent a {
    transition: color 0.5s ease 0s;
    color: #004987;
}

.PageContent a:hover {
    color: #458845;
}

/*===============================   
        29-01-2018
================================*/

.gform_wrapper .gform_footer input[type="submit"] {
    width: 110px !important;
    height: 42px;
    line-height: 40px;
    border: none;
    background: #428547;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 16px;
    margin: 0;
    font-family: var(--heading-font);
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #004987;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}

.gform_wrapper .LV_validation_message {
    display: block !important;
    color: #790000;
    display: block;
    position: absolute;
}

.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: 4px !important;
}

.gform_wrapper form .gform_body .gfield {
    min-height: 60px;
    /*margin-bottom: 20px !important;*/
    padding-bottom: 10px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.name_first > label,
.name_last > label,
.ginput_left > label,
.ginput_full > label {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-top: 0px !important;
    padding-right: 0px !important;
}

.gform_wrapper .top_label .gfield_error {
    width: calc(100%-0) !important;
}

.contact-form-section .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 15px !important;
}

/*====================================
        01-02-2018
====================================*/

section.whyuse-us-sec.section4ImgGrid.no-cta-bar {
    padding-bottom: 0;
}

/*.whyuse-us-sec .cms-layout-row:last-child .last-child-padding{
    padding-bottom: 80px;
}*/

.about-us-sec-content-inner h2 a {
    text-decoration: none;
    color: #fff;
}

.location-grid-inner a address p {
    color: #95989a;
}

.uploadFileLink span {
    display: inline-block;
    vertical-align: bottom;
}

span.uploadButton {
    padding-right: 15px;
}

a[href^=tel]:focus,
a[href^=tel]:active,
a[href^=tel]:hover,
.l-phone a[href^=tel]:focus,
.l-phone a[href^=tel]:hover {
    color: #428547 !important;
}

.footer-widget3 .ctct-form-field input[type="email"],
div.ctct-form-embed form.ctct-form-custom .ctct-form-field input[type="email"] {
    font-family: var(--body-font) !important;
    color: #95989a !important;
    padding-bottom: 3px !important;
}

.ctct-form-success .ctct-form-text {
    font-family: var(--body-font) !important;
    font-size: 14px !important;
}

.gform_wrapper .gform_body .gfield textarea {
    background-color: #fff !important;
}

div#ctct_recaptcha_0 {
    display: none;
}

.SectionFeaturedJob.SectionContactUs.noBannerPadding {
    padding-top: 20px;
}

.faq-detail-header-section.faqSectionPadding {
    padding-bottom: 20px;
}

.cms-layout-row.bgPaddingSection {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.whyuse-us-sec .cms-layout-row:last-child .why-left .div-img-grid-inner {
    /*padding-bottom: 40px;*/
    margin-bottom: -13px;
}

.why-left .div-img-grid-inner {
    margin-bottom: -13px;
}

/*.whyuse-us-sec .cms-layout-row:last-child .why-right .divEventReqBtn{
	margin-bottom: 40px;
}*/

section.interior-subpage-section.customPadding,
.page-template-page-main_interior .interior-subpage-section {
    padding-bottom: 0px;
}

.AboutIntroPadd {
    padding-top: 35px;
}

h1.entry-title {
    margin-top: 14px;
    /*
    margin-bottom: 15px;
    color: #231F20    ;
    font-family: var(--heading-font);
    font-size: 35px;
    line-height: 46px;
*/
}

.page-template-page-about .whyuse-us-sec.section4ImgGrid {
    padding-top: 35px;
}

.cms-layout-row.removeMargin {
    margin-bottom: 0;
}

/*===================================
        Case Study page
====================================*/

.right-inner .btnMarginRight {
    display: inline-block;
}

.right-inner .btnMarginRight:last-child {
    margin-left: 20px;
}

.btnMarginRight.leftPaddNone {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.grammarly-disable-indicator {
    opacity: 1 !important;
}


/*========================================
    css iframe and js widget
========================================*/

.clickdform.mainDiv .responsiveRow .responsiveCell {
    width: 50%;
    padding-right: 15px;
}

.clickdform.mainDiv .responsiveRow .responsiveCell:nth-child(even) {
    padding-right: 0;
}

.clickdform.mainDiv .responsiveRow .responsiveCell.responsiveCellSize2 {
    width: 100%;
}

.clickdform.mainDiv .responsiveCell div.alignTop {
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
}

.clickdform.mainDiv .responsiveCell div.alignTop div input {
    border: 1px solid #95989a !important;
    height: 38px;
    padding: 5px;
    max-width: 100%;
    font-size: 16px;
    font-family: var(--body-font) !important;
    font-weight: 400 !important;
    color: #585656 !important;
}

.clickdform.mainDiv .responsiveCell div.alignTop div input[type="file"] {
    border: 0px !important;
    display: inline-block;
    width: auto;
}

.clickdform.mainDiv .buttonContainer {
    margin-right: 0;
    width: 100%;
    text-align: left;
}

.clickdform.mainDiv .buttonContainer input#btnSubmit {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    height: 42px;
    line-height: 40px;
    border: none;
    background: #428547 !important;
    text-align: center;
    color: #fff !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 16px !important;
    margin: 0;
    font-family: var(--heading-font) !important;
    padding: 0 15px;
}

.clickdform.mainDiv h2,
.clickdform.mainDiv h3 {
    color: #585656;
}

.clickdform.mainDiv .buttonContainer input#btnSubmit:hover {
    background-color: #004987 !important;
}

.clickdform.mainDiv .responsiveRow .responsiveCell span {
    font-size: 16px !important;
    font-family: var(--body-font) !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    padding-bottom: 2px;
    color: #585656 !important;
}

.clickdform.mainDiv .requiredInfo {
    font-size: 16px !important;
}

div.clickdform.mainDiv {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    /*max-width: 700px;
    margin: 0 auto !important;*/
    overflow: hidden;
}

div.clickdform.mainDiv .minSize2,
div.clickdform.mainDiv .minSize1 {
    width: 100%;
    max-width: 100%;
}

/*==================================
        03-05-2018
=================================*/

section.thankyouSection {
    padding-top: 280px;
    padding-bottom: 295px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.thankyouTextContainer {
    max-width: 550px;
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.thankyouTextContainer h2 {
    font-size: 34px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--heading-font);
    margin: 0 0 30px;

}

.thankyouTextContainer h3 {
    font-family: var(--body-font);
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
}

.getQuoteLeft .h2FontgetQuote {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 0;
}

.getQuoteLeft ul li,
.getQuoteLeft p {
    font-size: 18px;
    line-height: 30px;
}

.getQuoteLeft .h3subTitleFont {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
    color: #231F20;
}

.getQuoteLeft .h3subTitleFont a {
    color: #458845;
}

.getQuoteLeft p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.getQuoteLeft ul {
    margin-top: 10px;
    padding-left: 22px;
}

.getQuoteLeft ul li {
    margin-top: 11px;
    margin-bottom: 12px;
}

.getQuoteCopy {
    padding-bottom: 23px;
}

.h3getQuotefont {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--heading-font);
}

/*=====================================
        For responsive
=====================================*/

@media (min-width:1520px) {
    .interior-subpage-interior-section .row {
        margin: 0 -23px;
    }
    .interior-subpage-interior-section .subpage-interior-grid,
    .interior-subpage-interior-section .container {
        padding: 0 23px;
    }
    .team-member-section .row {
        margin: 0 -22px;
    }
    .team-member {
        padding: 0 22px;
        margin-bottom: 44px;
    }
}

@media (max-width:1509px) {
    .team-member {
        margin-bottom: 30px;
    }
}

@media (min-width:1430px) {
    .quick-links-section .row {
        margin: 0 -50px;
    }
    .quick-link-grid {
        padding: 0 50px;
    }
    .footer-widget1 .desc-sec {
        padding-right: 3%;
    }
    .home-bottom-box .container-fluid {
        padding: 0 25px;
    }
}

@media (max-width:1429px) {
    .quick-links-section .container {
        max-width: 1200px;
    }
    .siteHeader .main-site-menu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .siteHeader .main-site-menu ul {
        margin-right: -15px;
    }
    .bottom-box-grid {
        padding: 0 15px;
    }
    .site-footer .footer-inner {
        padding: 0 30px;
    }
}

@media (max-width:1280px) {
    .footer-menu2 {
        padding: 0;
    }
    .footer-menu2 .navbar-collapse {
        padding: 0;
    }
}

@media (min-width:1230px) {
    .interior-service-section .left-section {
        padding-right: 80px;
    }
    .why-right {
        padding-left: 42px;
        padding-right: 30px;
    }
    .about-content-section .row,
    .about-history-section .row {
        margin: 0 -50px;
    }
    .about-con-grid {
        padding: 0 50px;
    }
    .community-section .row {
        margin: 0 -15px;
    }
    .community-section .about-con-grid {
        padding: 0 15px;
    }
    .community-section .community-left.about-con-grid {
        padding-right: 0;
    }
    .community-section .community-right.about-con-grid {
        padding-left: 110px;
    }
    .community-section .community-right.about-con-grid.full-width {
        padding-left: 15px;
    }
    /*============== exotic page========*/
    .whyuse-us-sec.section4ImgGrid .why-right {
        padding-left: 47px;
    }
    .subinterior-content-section.section-divTitleIntroTwoCol {
        /*padding: 65px 0 101px;*/
        padding: 35px 0 101px;
    }
    .page-template-page-Roll-Off-sub_interior .subinterior-content-section.section-divTitleIntroTwoCol {
        /*padding: 65px 0;*/
        padding: 35px 0 65px;
    }
    .AboutUsContent {
        -webkit-column-gap: 100px;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 100px;
        /* Firefox */
        column-gap: 100px;
    }
    .FeaturedJobGrid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .CareersModifyContainer .col-sm-6:first-child {
        padding-right: 75px;
        padding-left: 30px;
    }
    .CareersModifyContainer .col-sm-6:last-child {
        padding-left: 75px;
        padding-right: 30px;
    }
    .CurrentEventRightCol {
        /*padding-left: 77px;*/
        padding-right: 77px;
    }

    .siteHeader .main-site-menu > ul > li > ul > li > a {
        line-height: 2;
    }
}

@media(max-width: 1229px) {
    .subinterior-content-section.section-divTitleIntroTwoCol {
        padding-top: 35px;
    }
}

@media(min-width: 1300px) {
    .whyuse-us-sec.section4ImgGrid .why-right {
        padding-right: 0;
    }
}

@media(min-width: 641px) {
    .gform_wrapper .LV_validation_message {
        width: auto !important;
    }
}

@media(min-width: 1200px) {
    .siteHeader .main-site-menu > ul > li > a:after {
        width: 85px;
    }
    .PageContent {
        padding: 20px 0;
    }

    .policy-list{
       padding: 0 !important;
    }
}

@media (max-width:1200px) {
    .home-banner .banner-slide-wrapper .banner-content {
        right: 4%;
    }
    .home-slider-section .slick-prev {
        left: 20px !important;
    }
    .home-slider-section .slick-next {
        right: 20px !important;
    }
    .banner-content .banner-content-inner p {
        padding-left: 90px;
    }
    .subpage-grid .subpage-grid-inner {
        padding: 30px 25px;
    }
}

@media (max-width:1199px) {
    .bottom-box-grid {
        margin-bottom: 30px;
    }
    .home-bottom-box {
        padding: 50px 0 25px;
    }
    .utility-nav {
        padding: 0 30px;
    }
    .container-header {
        padding: 0 30px;
    }
    .siteHeader .main-site-menu ul li a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .siteHeader .main-site-menu ul {
        margin-right: -8px;
    }
    .navbar-header .site-logo {
        width: 310px;
        padding-top: 5px;
    }
    /*===================   Location Page ===============*/
    .acf-map {
        height: 500px;
    }
    .resource-video .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important;
        margin-left: 0;
    }
}

@media (min-width:1025px) {
    a[href^=tel] {
        pointer-events: none;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .section4ImgGrid .div-img-grid-inner .divImgContainer {
        width: 49.4%;
    }
    .siteHeader .main-site-menu ul li a {
        font-size: 14px;
    }
}

@media (min-width:992px) {
    /*.siteHeader .main-site-menu ul li.customer-service a {
        padding-right: 0;
    }*/
    /*============02-11-2017===========*/
    .siteHeader .main-site-menu > ul > li > a:after {
        content: "";
        height: 14px;
        width: 65px;
        background-image: url('images/DropDownBorder1.png');
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-position: 50% 50%;
        visibility: hidden;
    }
    .siteHeader .main-site-menu > ul > li.menu-item-has-children:hover > a:after {
        visibility: visible;
    }
    .siteHeader .main-site-menu > ul > li:last-child:hover > a:after {
        left: 70%;
        transform: translateX(-70%);
    }
    .siteHeader .headerInner {
        padding: 22px 0 0;
    }
    .siteHeader .main-site-menu ul li a {
        padding-bottom: 40px;
    }
    /*================== end here ==========*/
    #menu-main-menu .dropdown-menu {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        /*border: none;*/
        left: 20px;
        /*background: #004987;*/
    }
    /*#menu-main-menu .dropdown-menu li a {
        color: #fff;
    }*/
    /*#menu-main-menu .dropdown-menu li.active a,*/
    #menu-main-menu .dropdown-menu li a:hover {
        color: #458845;
    }
    #menu-main-menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .siteHeader .main-site-menu ul li ul.dropdown-menu {
        padding: 15px 5px 13px;
        border: 1px solid #95989A;
    }
    .siteHeader .main-site-menu ul li ul li a {
        padding: 4px 18px !important
    }
    .TitleIntroColLeft h2 {
        margin-top: -5px;
    }

    #menu-utility-nav {
        margin-right: -4px;
    }
}

@media (max-width:991px) {
    .page-template-page-about .whyuse-us-sec.section4ImgGrid {
        padding-top: 10px;
    }
    .home-link-content .eqheight {
        height: auto !important;
    }
    .home-banner .banner-slide-wrapper img {
        display: none;
    }
    .home-banner .banner-slide-wrapper {
        padding-bottom: 40%;
    }
    .quick-link-grid {
        margin-bottom: 30px;
    }
    .quick-links-section {
        padding: 60px 0 40px;
    }
    .request-quote-section a {
        margin: 10px 20px;
    }
    .bottom-box-grid {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .home-bottom-box {
        padding: 50px 0 20px;
    }
    /*****Mobile menu css****/
    .siteHeader .navbar-default.fixed-header {
        padding: 10px 0px 15px;
    }
    .siteHeader .main-site-menu {
        float: none;
    }
    .navbar-header .site-logo {
        width: 260px;
        padding-top: 8px;
    }
    .siteHeader .main-site-menu .navbar-nav {
        margin: 0;
    }
    .container-header {
        padding: 0;
    }
    .siteHeader .main-site-menu {
        background: #004987;
    }
    .siteHeader .main-site-menu ul li a {
        padding-left: 0;
        padding-right: 0;
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: transparent !important;
    }
    .siteHeader .navbar-header .navbar-toggle {
        margin: 18px 0 0;
        border: none;
        padding: 0;
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    .siteHeader .navbar-header .navbar-toggle .icon-bar {
        background-color: #666;
        height: 3px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    .siteHeader .navbar-header .navbar-toggle.menu-open .icon-bar {
        background-color: #CF0A2C;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 3px;
    }
    .siteHeader .navbar-header {
        padding: 0 30px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #CF0A2C;
    }
    .siteHeader .main-site-menu {
        background: #004987;
        margin-top: 0;
        /*position: absolute;*/
        position: relative;
        /*top: 69px;*/
        top: 20px;
        width: 100%;
        z-index: 999;
        padding: 32px;
    }
    #menu-main-menu {
        margin: 0 auto;
        text-align: center;
    }
    #menu-main-menu > li > a {
        font-family: var(--heading-font);
        font-weight: normal;
        font-weight: 100;
        padding: 28px 15px 28px 82px;
        text-align: left;
        font-size: 18px;
        color: #fff !important;
    }
    #menu-main-menu > li > a.dropdown-toggle {
        position: relative;
    }
    #menu-main-menu > li > a.dropdown-toggle:before {
        background: url(images/menu-arrow.svg) no-repeat;
        height: 10px;
        position: absolute;
        width: 19px;
        content: "";
        top: 34px;
        left: 42px;
        display: block;
        background-size: cover !important;
    }
    #menu-main-menu li ul li {
        padding: 0;
    }
    #menu-main-menu li ul li a {
        font-weight: 300;
        font-family: var(--body-font);
        font-size: 14px;
        color: #fff;
        padding-left: 82px;
        padding-top: 0;
        padding-bottom: 15px;
    }
    #menu-main-menu li.dropdown.open > a {
        padding-bottom: 15px;
        font-weight: 700;
    }
    #menu-main-menu li.dropdown.open > a.dropdown-toggle:before {
        top: 34px;
    }
    #menu-main-menu li ul li {
        border: none;
    }
    #menu-main-menu {
        text-align: left;
    }
    ul#menu-main-menu li.square-item {
        display: inline-block !important;
        margin-right: -4px;
        vertical-align: top;
        border-bottom: none;
        margin-top: 20px;
        margin-bottom: 4px;
    }

    ul#menu-main-menu li.square-item a {
        border: solid 1px #fff;
        padding: 7px 13px;
        font-family: var(--heading-font);
        font-weight: 100;
        margin: 0 13px;
    }
    ul#menu-main-menu li.square-item a:hover,
    ul#menu-main-menu li.square-item a:focus {
        background: #458845;
        color: #fff;
        border: solid 1px #458845;
    }
    #menu-main-menu li {
        border-bottom: solid 1px #fff;
    }
    #menu-main-menu li:last-child {
        border-bottom: none;
    }
    /****Mobile menu****/
    .bottom-box-content p {
        margin-bottom: 5px;
    }
    .bottom-box-content h2 {
        margin-bottom: 10px;
    }
    .bottom-box-content {
        padding: 15px;
    }
    .newsletter-section {
        text-align: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .home .newsletter-section {
        padding-top: 0px;
    }
    .newsletter-section .newsletter-section-inner {
        padding: 0 30px;
    }
    .newsletter-section.footer-widget3 .ctct-form-field input[type="email"] {
        border: 1px solid #E7E8E8;
        max-width: 310px;
    }
    .footer-widget3 div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
        max-width: 310px;
        margin: 0 auto;
    }
    .footer-widget3 div.ctct-form-embed form.ctct-form-custom div.ctct-form-field input[type="email"] {
        border: 1px solid #E7E8E8;
    }
    .newsletter-section.footer-widget3 .ctct-form .ctct-form-field-submit {
        position: relative;
        width: auto;
        height: auto;
        top: auto;
        right: auto;
        margin-top: 25px;
        background: none;
        display: inline-block;
    }
    .newsletter-section.footer-widget3 .ctct-form .ctct-form-field-submit input[type="submit"] {
        text-indent: inherit;
        height: 40px;
        width: 94px;
        background: #458845;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        margin: 0 auto;
        font-size: 16px;
        font-family: var(--heading-font);
    }
    .newsletter-section.footer-widget3 .ctct-form .ctct-form-field-submit:after {
        display: none;
    }
    .footer-widget3 h3,
    .footer-widget3 h2.ctct-form-header {
        font-size: 18px;

    }
    .footer-widget3 .ctct-form-embed .ctct-form-custom .ctct-form-button {
        position: relative;
        margin: 25px auto 0;
        text-indent: inherit !important;
        height: 40px !important;
        width: 94px !important;
        font-size: 16px;
        font-family: var(--heading-font);
        padding: 0;
        line-height: 40px;
    }
    .footer-widget3 form.ctct-form-custom .ctct-form-errorMessage {
        bottom: 36px;
        width: 100%;
        text-align: center !important;
        max-width: 310px;
    }
    .footer-widget3 .ctct-form-embed .ctct-form-custom .ctct-form-button:after {
        display: none;
    }
    .footer-widget3 .ctct-form-defaults h2.ctct-form-header {
        color: #231f20 !important;
    }
    .site-footer .footer-widget {
        text-align: center;
    }
    .site-footer .footer-widget .footer-menu ul li {
        display: block;
    }
    .footer-bottom-section .footer-bottom-text {
        font-size: 18px;
        margin: 5px 0;
        display: inline-block;
    }
    .home .footer-bottom-section {
        display: none;
    }
    .footer-menu ul li a {
        font-size: 18px;
    }
    .footer-widget1 .footer-logo img {
        width: 295px;
    }
    .footer-widget1 .footer-logo {
        margin-bottom: 34px;
    }
    .social-links ul li a i {
        font-size: 33px;
    }
    .social-links ul {
        padding: 17px 0 0;
    }
    .footer-copyright-section {
        border-top: none;
        padding-top: 26px;
        margin-top: 0;
    }
    .footer-copyright-section p {
        font-size: 16px;
    }
    .footer-copyright-section p span {
        display: block;
    }
    .footer-copyright-section a {
        color: #fff;
    }
    .site-footer {
        padding: 42px 0 40px;
    }
    .bottom-box-img-wrapper h2 {
        font-size: 18px;
    }
    .interior-subpage-section {
        padding: 50px 0 24px;
    }
    .interior-subpage-section.customPadding {
        padding-top: 0;
    }
    .subpage-grid {
        margin-bottom: 20px;
    }
    .subpage-grid .subpage-grid-inner {
        padding: 40px;
    }
    .interior-service-section {
        padding: 60px 0;
    }
    .sub-interior-header {
        padding-top: 40%;
    }
    .sub-interior-header {
        padding-top: 40%;
        background-position: center center;
        background-size: cover;
    }
    .sub-interior-header img {
        display: none;
    }
    .team-member .member-image-wrapper .member-content .member-content-inner h4 {
        font-size: 20px;
    }
    .team-member .member-image-wrapper .member-content .member-content-inner .read-more {
        width: 100px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .about-content-section {
        padding: 60px 0 30px;
    }
    .about-history-section .about-history-left {
        margin-bottom: 30px;
    }
    .about-history-section {
        padding-bottom: 30px;
    }
    .community-section {
        padding-top: 20px;
    }
    .why-left {
        margin-bottom: 30px;
    }
    .history-img-wrapper {
        text-align: center;
    }
    /*=========== exotic page ==========*/
    .section-exotic-banner {
        height: auto;
    }
    .about-us-sec.secion-events-pavilion .divInnerOverlay {
        padding: 65px 0 60px;
    }
    .whyuse-us-sec.section4ImgGrid .why-right h2 {
        margin-top: 8px;
    }
    .AboutUsContent {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
    .whyuse-us-sec .row.cms-layout-row {
        margin-bottom: 60px;
    }
    .single-featured-image-header {
        height: 350px;
    }
    .SectionBorderTop {
        padding-bottom: 40px;
    }
    .whyuse-us-sec .cms-layout-row {
        margin-bottom: 35px;
    }
    .cms-layout-row.bgPaddingSection {
        margin-bottom: 0px !important;
    }
    .whyuse-us-sec .cms-layout-row:last-child .last-child-padding {
        padding-bottom: 35px;
    }
    .ctct-form-errorMessage + input#email_address_0 {
        margin-bottom: 20px !important;
    }
    .whyuse-us-sec .cms-layout-row:last-child .why-left .div-img-grid-inner {
        padding-bottom: 0px;
    }
    .subinterior-content-section.section-divTitleIntroTwoCol {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .subinterior-content-section h2 {
        font-size: 30px;
    }
    .AboutIntroPadd {
        padding-top: 10px;
    }
    .breadc-crum-section .breadc-crum-section-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.interior-subpage-interior-section {
        padding-top: 40px;
    }
    /*--------- 03-05-2018 ----------*/
    section.thankyouSection {
        padding-top: 25%;
        padding-bottom: 25%;
    }
}

@media(min-height:800px) {
    .not-found {
        padding: 120px 0;
    }
}

@media(min-width: 768px) {
    .col-sm-4.CurrentEventRightCol {
        width: 36%;
    }
    .col-sm-8.CurrentEventLeftCol {
        width: 64%;
        padding-left: 20px;
    }
    .archive_loadmore.container .col-sm-8.CurrentEventLeftCol {
        margin-left: 36%;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .right-inner .btnMarginRight:last-child {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .home-bottom-box-inner {
        text-align: center;
    }
    .bottom-box-grid {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -4px;
    }
    #menu-main-menu .dropdown-menu {
        left: 10px;
    }
    .section-exotic-banner {
        min-height: 414px;
    }
}

@media (max-width:767px) {
    .siteHeader .headerInner {
        padding: 10px 0;
    }
    .home-banner .banner-slide-wrapper {
        padding-bottom: 53.6%;
    }
    .home-banner .banner-slide-wrapper .banner-content {
        right: 20px;
        max-width: 250px;
    }
    .home-slider-section .slick-arrow {
        display: none !important;
    }
    .banner-content .banner-content-inner h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .banner-content .banner-content-inner p,
    .banner-content .banner-content-inner a {
        display: none;
    }

    .request-quote-section {
        padding: 15px;
    }
    .request-quote-section h2 {
        display: block;
        font-size: 18px;
        padding-bottom: 5px;
    }
    .request-quote-section a {
        height: 36px;
        font-size: 16px;
        line-height: 34px;
        width: auto;
        padding: 0 20px;
        margin-left: 17px;
        margin-right: 17px;
    }

    .quick-links-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .quick-link-grid {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .quick-link-grid .quick-link-grid-inner .home-link-icon,
    .quick-link-grid .quick-link-grid-inner .home-link-content {
        display: block;
        text-align: center;
    }
    .quick-link-grid .quick-link-grid-inner .home-link-icon {
        padding-right: 0;
    }

    .quick-link-grid .quick-link-grid-inner .home-link-icon img {
        max-width: 116px;
    }
    .home-link-content h3 {
        color: #666;
        font-size: 18px;
        margin-top: 13px;
        margin-bottom: 10px;
    }
    .home-link-content p {
        color: #585656;
        font-size: 16px;
        line-height: 19px;
    }
    .home-link-content a {
        margin-top: 5px;
    }
    .about-us-sec {
        padding: 45% 0 0;
        position: relative;
    }
    .about-us-sec .about-us-sec-content {
        padding-left: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .about-us-sec-content h2 {
        margin: 0;
    }
    .footer-bottom-section .footer-bottom-text {
        font-size: 18px;
    }
    .bottom-box-img-wrapper h2 {
        font-size: 18px;
    }
    .main-interior-header-content h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .main-interior-header-content {
        padding-left: 0;
        padding-right: 5%;
        max-width: 230px;
        margin-left: auto;
        text-align: right;
    }
    .main-interior-header {
        padding: 16% 0;
        min-height: 250px;
    }
    .interior-service-section .right-section p {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .interior-service-section .left-section h2 {
        font-size: 26px;
    }
    .interior-service-section .right-section a {
        margin-top: 5px;
    }
    .subpage-grid p br {
        display: none;
    }
    .interior-subpage-interior-section .subpage-interior-grid {
        margin: 0 auto 30px;
        max-width: 550px;
    }
    .subpage-img-wrapper h3 {
        font-size: 18px;
    }
    .interior-subpage-interior-section .row {
        text-align: center;
    }
    .full-width.why-right {
        padding-left: 0;
    }
    .why-right ul li {
        margin-bottom: 15px;
    }
    .why-right h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .subinterior-content-section {
        /*padding: 50px 0;*/
        padding: 10px 0 30px;
    }
    .subinterior-content-section h2 {
        font-size: 32px;
    }
    .subinterior-content p {
        font-size: 16px;
    }
    .whyuse-us-sec {
        padding: 16px 0 50px;
    }
    .download-pdf-section .footer-bottom-cta {
        font-size: 16px;
        width: 180px;
        height: 40px;
    }
    /*============ Exotic Page =====*/
    .about-us-sec.secion-events-pavilion .about-us-sec-content {
        position: relative;
        transform: translate(0, 0);
        top: auto;
        left: auto;
    }
    .TitleIntroColLeft,
    .subinterior-content.TitleIntroColRight {
        width: 100%;
        display: block;
        text-align: center;
    }
    /*================= Career page==============*/
    .SectionTDSbenefitsInner {
        padding: 50px 0px 50px;
    }
    .BenefitTitle h3 {
        margin-bottom: 15px;
    }

    .SectionTDSbenifetsTitle h2 {
        padding-bottom: 30px;
    }
    .subinterior-content-section.section-career-intro {
        padding: 40px 0 30px;
    }
    .SectionFeaturedJob {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .SectionFeaturedJob h2 {
        margin-bottom: 40px;
    }
    .DivAllOpeningBtn {
        padding-top: 15px;
    }
    .BenefitContent p {
        font-size: 14px;
    }
    .BenefitContent p {
        margin-bottom: 15px;
    }
    .col-benefitLeft .TDSbenefitContainer:last-child .BenefitContent p:last-child {
        margin-bottom: 15px;
    }
    .SectionFeaturedJob.SectionContactUs .FeaturedJobGrid {
        text-align: center;
    }
    .subpage-grid-inner p,
    .FeaturedJob-content {
        height: auto !important;
    }
    /*============================= Location ===========*/
    .acf-map {
        height: 450px;
    }
    .gm-style .gm-style-iw p {
        font-size: 14px;
        line-height: 22px;
    }
    .gm-style .gm-style-iw h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .gm-style .gm-style-iw {
        min-width: 250px;
    }
    /*=============== current news =========*/
    .section-career-intro.sectionNewsRoom .container h2 {
        margin-bottom: 20px;
    }
    .subinterior-content-section.section-career-intro.sectionNewsRoom {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .CurrEvntLeftContainer {
        display: block;
    }
    .CurrEvntLeftContLeft {
        display: block;
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    .CurrEvntLeftContRight {
        width: 100%;
        display: block;
    }
    .CurrEvntLeftContRight .right-inner h3 {
        margin-bottom: 30px;
    }
    .CurrEvntLeftContainer {
        padding-bottom: 30px;
    }
    .CurrEvntLeftContRight .right-inner {
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
    }
    .sectionCurrentEvents {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .CurrentEventLeftCol h2 {
        text-align: center;
    }
    .archive_loadmore.container {
        text-align: center;
        padding-bottom: 40px;
    }
    .CurrentEventRightCol .knowledgehub-right-bar {
        max-width: 190px;
        margin: 0 auto;
    }
    .no-posts-message {
        text-align: center;
    }
    /*================ My Account Page =============*/
    .waste-wizard-header h2 {
        padding-top: 35px;
        padding-bottom: 24px;
    }
    #rCw .nav-pills li .tab-name {
        font-size: 18px;
    }
    .waste-wizard-div {
        padding-bottom: 10px;
    }
    .whyuse-us-sec .row.cms-layout-row {
        margin-bottom: 50px;
    }
    /***For FAQ***/
    .breadc-crum-section .breadc-crum-section-inner {
        padding: 27px 15px 20px;
    }
    .faq-detail-header-section h2 {
        margin: 20px 0 15px;
    }
    .faq h3 a::before {
        left: -45px;
        height: 30px;
        width: 30px;
        line-height: 27px;
        font-size: 15px;
    }
    .faq .faq-inner {
        padding-left: 45px;
    }
    .faq .faq-inner::after {
        width: calc(100% - 45px);
        left: 45px;
    }
    .faq .answer .accordion-inner {
        padding-top: 10px;
    }
    .faq .answer p {
        font-size: 15px;
    }
    .faq .faq-inner {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }
    .faq h3 a {
        min-height: 30px;
    }
    .faq-grid .faq-grid-inner {
        padding: 30px 15px 25px;
    }
    .faq-grid .faq-grid-inner h3,
    .faq-grid .faq-grid-inner h3 a {
        font-size: 20px;
    }
    .breadc-crum-section .breadc-crum-section-inner ul li span {
        padding: 0 5px;
    }
    /*======== 28-11-2017 ==========*/
    .div-filter-list ul li {
        width: 49%;
        text-align: left;
        font-size: 16px;
        margin: 6px 0;
        line-height: 26px;
    }
    .div-filter-list ul {
        padding-left: 0;
    }
    .div-filter-list ul li input[type=checkbox] + label {
        width: 25px;
        height: 25px;
    }
    .resources-section .bottom-box-grid {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .resources-section .bottom-box-grid .bottom-box-grid-inner {
        max-width: 420px;
        margin: 0 auto;
    }
    section.home-bottom-box.resources-section {
        padding-bottom: 20px;
    }
    .resource-video .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important;
        margin-left: 0;
    }
    body.menu-open {
        overflow: hidden;
    }
    .knowledgehub-right-bar .checkbox-field input[type="checkbox"] + label,
    .knowledgehub-right-bar .previous-months input[type="checkbox"] + label,
    .toggle_view_list,
    .checkbox-field.previous-years {
        font-size: 16px;
    }
    .knowledgehub-right-bar .checkbox-field input[type="checkbox"] + label:before,
    .knowledgehub-right-bar .previous-months input[type="checkbox"] + label:before {
        width: 25px;
        height: 25px;
    }
    .knowledgehub-right-bar .checkbox-field input[type="checkbox"]:checked + label:before,
    .knowledgehub-right-bar .previous-months input[type="checkbox"]:checked + label:before {
        background-position: -25px 0;
    }
    .CurrentEventRightCol .knowledgehub-right-bar .topic_container h2,
    .CurrentEventRightCol .knowledgehub-right-bar .type_container h2 {
        font-size: 20px;
    }
    h1.entry-title {
        margin-top: 8px;
    }
}

@media(max-width: 640px) {
    .clickdform.mainDiv .responsiveRow .responsiveCell {
        width: 100%;
        padding-right: 0px;
    }
}

@media (max-width:567px) {
    .bottom-box-grid {
        padding: 0;
        margin-bottom: 15px;
    }
    .bottom-box-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .bottom-box-content a {
        width: 115px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .bottom-box-content h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .team-member {
        margin-bottom: 30px;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .member-popup .member-popup-image {
        float: none;
        margin-right: auto;
        display: block;
        margin-left: auto;
    }
    /*================== exotic page ==============*/
    .section4ImgGrid .div-img-grid-inner .divImgContainer:nth-child(odd),
    .section4ImgGrid .div-img-grid-inner .divImgContainer:nth-child(even) {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .faq-grid.col-xxs-12 {
        width: 100%;
        margin-right: 0;
    }
    .faq-grid .faq-grid-inner .faq-cat-icon {
        height: inherit !important;
    }
    /*========== search ==============*/
    .NoResultSearchform form label {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }
    .NoResultSearchform form input[type="search"] {
        display: block;
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
        margin-left: 0px;
        padding-right: 10px;
    }
    .NoResultSearchform form button[type="submit"] {
        margin: 0 auto;
    }
}

@media (max-width:420px) {
    .home-banner .banner-slide-wrapper .banner-content {
        right: 0;
    }
    .about-us-sec {
        padding: 54% 0 0;
    }
    .siteHeader .main-site-menu {
        padding: 30px 15px;
    }
    #menu-main-menu > li > a {
        font-size: 16px;
    }
    ul#menu-main-menu li.square-item a {
        margin: 0 10px;
    }
    .right-inner .btnMarginRight {
        display: block;
    }
    .right-inner .btnMarginRight:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width:360px) {
    .siteHeader .navbar-header {
        padding: 0 15px;
    }
    .request-quote-section a:first-of-type {
        margin-left: 0;
    }
    .request-quote-section a:last-of-type {
        margin-right: 0;
    }
    .navbar-header .site-logo {
        width: 240px;
        padding-top: 11px;
    }
    .banner-content .banner-content-inner h2 {
        font-size: 22px;
    }
    #menu-main-menu > li > a.dropdown-toggle::before {
        left: 10px;
    }
    #menu-main-menu > li > a,
    #menu-main-menu li ul li a {
        padding-left: 40px;
    }
}

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

#rCw .form-control,
#rCw output {
    color: #000 !important;
    font-weight: 400 !important;
}


.inner-wrapper {
    max-width: 854px;
}

.news_section {
    margin-top: 10px;
}

.news_section-title {
    font-family: var(--heading-font);
    font-size: 24px;
    line-height: 32px;
    color: #231F20;
    margin-top: 0;
    margin-bottom: 28px;
}

.news_section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_section-thumb {
    margin-right: 40px;
}

.news_section-date {
    display: block;
    font-family: var(--heading-font);
    font-size: 16px;
    line-height: 19px;
    color: #004987;
    margin-bottom: 20px;
}

.news_section-subtitle {
    font-family: var(--heading-font);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    color: #231f20;
}

.news_section-content {
    max-width: 467px;
}

.policy-section {
    margin-top: 80px;
}

.other-issues .policy-section {
    margin-top: 37px;
}

.policy-btn{
    margin-bottom: 21px;
}

.policy-col {
    padding: 25px;
    border: 1px solid #707070;
    position: relative;
}

.policy-title {
    margin-top: 0;
    font-family: var(--heading-font);
    color: #231f20;
}

.policy-col p {
    font-size: 16px;
    line-height: 26px;
}

a.BtnLearnMore,
span.BtnLearnMore {
    /*    font-family: var(--heading-font);*/
}

span.BtnLearnMore {
    /*    width: 135px;*/
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.policy-column {
    margin-bottom: 30px;
}

.section01 {
    margin-top: 30px;
}

.section01 a {
    text-decoration: underline;
    font-size: 24px;
    line-height: 33px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 33px;
}

.PageContent .section01 p {
    margin-bottom: 0;
}

.more-info {
    padding-top: 30px;
}

.more-info h3 {
    margin-top: 0;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

.more-info-content {
    padding-left: 10px;
    padding-top: 18px;
}

.more-info-content h4 {
    margin: 35px 0 0;
}

.more-info h4 {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}

.more-info ul {
    padding-left: 20px;
}

.more-info p,
.more-info ul li {
    font-family: var(--heading-font);
    font-size: 16px;
    line-height: 33px;
}

.more-info a,
.more-info ul li a {
    text-decoration: underline;
}

.other-info-col {
    padding-top: 50px;
}

.other-info-wrap {
    max-width: 365px;
}

.other-info-col h3 {
    margin-top: 0;
    line-height: 32px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

.other-info-col ul li a {
    text-decoration: underline;
}

/*
.PageContent ul {
    padding-left: 20px;
}
*/

/*
.PageContent ul li {
    font-family: var(--heading-font);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    list-style: disc;
    color: #231F20;
}
*/

.mt-0 {
    margin-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.section01.mt-0 h3 {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .policy-section .row {
        margin-left: -23px;
        margin-right: -23px;
    }

    .policy-section .policy-column {
        padding-left: 23px;
        padding-right: 23px;
        margin-bottom: 46px;
    }

    .policy-col {
        padding: 25px 50px 45px;
    }
    .policy-col .btnbtm {
        bottom: 45px;
    }

    /*
    .container {
        padding-left: 23px;
        padding-right: 23px;
        width: 100%;
        max-width: 1386px;
    }
*/
}

@media (max-width: 767px) {
    .news_section-wrapper {
        flex-direction: column;
    }
    .news_section-content {
        margin-top: 25px;
    }
}

@media (max-width: 580px) {
    .policy-column {
        width: 100%;
    }
}

@media (min-width: 581px) {
    .policy-col {
        height: 448px;
    }
    .policy-col .btnbtm {
        position: absolute;
        /*    bottom: 45px;*/
        bottom: 25px;
    }
    .ellipsis {
        overflow: hidden;
        height: 130px;
    }
    .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 130px;
    }
    .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }
    .ellipsis:after {
        content: "\02026";
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -22px;
        left: 100%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    }
}
.has_map_pin a,.has_map_pin a:hover {
    background-image: url(images/map_marker.svg)!important;
    background-size: 19px!important;
    background-position-x: -3px!important;
    background-position: left center!important;
    background-repeat: no-repeat!important
}