  /************************************/
 /*  Document Styling                */
/************************************/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html:not(.hero-type--slider) .wrap-all-the-things {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}
html:not(.hero-type--slider) .main-head,
html:not(.hero-type--slider) .main-torso,
html:not(.hero-type--slider) .main-foot {
    display: table-row
}
html:not(.hero-type--slider) .main-torso {
    height: auto
}

html,
body {
    height: 99.99999%
}

body {
    margin: 0;
    font-size: 16px;
    color: #2c2c2c;
    font-family: "raleway", sans-serif;
    font-weight: 200;
    /* letter-spacing: 0.035em */
}

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

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



  /************************************/
 /*  Universal User Interface        */
/************************************/


.modal_alert{
    background-image: url(https://cdn.golftec.com/images/modules/dot-slider/OvalG-Background.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}

.modal_alert h2{
    font-size: 1.5em;
}

.modal-wrap{
    padding: 15px;
    max-width: 950px;
}

.modal-top{
    float:left;
}

.modal-top-head{
    font-weight: 800;
    color: #007833;
    letter-spacing:0;
    font-size: 2em;
}

@media only screen and (max-width: 640px) {
    .modal-top-head{
        font-size: 1.5em;
    }
}

.modal-top-subhead{
    font-size: 1em;
    font-weight: 600;
    max-width:640px;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .modal-top-subhead{
        max-width:none;
        margin-top: 8px;
        line-height: 1.25em;
    }
}

.modal-bottom{
    clear:both;
    padding:0px;
    padding-top: 30px;
    margin:0px;
    font-weight:600;
}

.modal-bottom .btn{
    font-size: 1.5em;
    width: 250px;
    margin-top: 5px;
    margin-left: 0px!important;
    margin-bottom: 10px;
}

.modal-tri{
 	display: block;
	float:left;
	margin: 1% 0 1% 1%;
    font-style:italic;
}

.grayBtn { background-color: gray!important; }
.greenBtn { background-color: #007833!important; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.modal-tri {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.back_button{
    margin-top: 10px!important;
    font-size: 12px!important;
    margin-bottom: 0!important;
    padding-top: 8px!important;
    margin-left: 0!important;
}
.back_button:hover {
    outline: 0;
    color:white!important;
}

a {
    background: transparent;
    text-decoration: none;
    color: #e45415
}
a:hover {
    outline: 0;
    text-decoration: underline
}
a:focus {
    outline: 0;
}
a.text-link {
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 0.75em;
    font-weight: 200;
    letter-spacing: 0.065em
}
a.text-link:after {
    content: '>';
    margin-left: 5px;
    position: relative;
    top: -1px;
    -webkit-transition: margin 400ms;
    transition: margin 400ms
}
a.text-link:hover {
    outline: 0;
    text-decoration: none
}
a.text-link:hover:after {
    margin-left: 15px
}
a.text-link.text-link--icon img {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: relative;
    top: 4px;
    border: none
}

a.vidmodalplay{
    background-image: url("https://cdn.golftec.com/images/global/play-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.75;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.2);
    width: 95px;
    height: 95px;
    display:inline-block;
}

a.vidmodalplay{
    text-decoration:none;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}
button {
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border:0;
}
button:hover {
    background-color: #e45415
}

.btn,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border:0;
}

.btn:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.btnGray {
    background-color: darkgray;
}

.btnSelect{
  background:url('data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTQuODczIDM3MS4xNTMiIGhlaWdodD0iMzcxLjE1M3B4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjU0Ljg3MyAzNzEuMTUzIiB3aWR0aD0iMjU0Ljg3M3B4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNODMuNTQ4LDM1Ni44OThsMC4wMDMsMC4wMDNsMC4xMDEtMC4xMDJsMTcxLjIyMS0xNzEuMjIzTDgzLjY1LDE0LjM1MWwtMC4xMDEtMC4wOThsLTAuMDAyLDAuMDAxICBDNjQuNDAzLTQuNzgzLDMzLjQ1NC00Ljc1MiwxNC4zNTIsMTQuMzUxQy00Ljc1MiwzMy40NTUtNC43ODMsNjQuNDA1LDE0LjI1NSw4My41NDlsLTAuMDAyLDAuMDAybDAuMDk4LDAuMDk4bDEwMS45MjksMTAxLjkyOGwwLDAgIEwxNC4zNTMsMjg3LjUwNWwtMC4wOTgsMC4wOTlsMC4wMDEsMC4wMDJjLTE5LjAzNSwxOS4xNDQtMTkuMDA4LDUwLjA5NSwwLjA5Niw2OS4xOTdDMzMuNDU1LDM3NS45MDUsNjQuNDA2LDM3NS45MzcsODMuNTQ4LDM1Ni44OTggIHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right 11px;
    padding-right: 1rem!important;
    border-right: 10px solid transparent!important;
    margin: 0px!important;
    font-size: .7em!important;
    margin-right: 3px!important;
    padding-left: .9rem!important;
}

.btnNext {
  background:url('data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTQuODczIDM3MS4xNTMiIGhlaWdodD0iMzcxLjE1M3B4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjU0Ljg3MyAzNzEuMTUzIiB3aWR0aD0iMjU0Ljg3M3B4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNODMuNTQ4LDM1Ni44OThsMC4wMDMsMC4wMDNsMC4xMDEtMC4xMDJsMTcxLjIyMS0xNzEuMjIzTDgzLjY1LDE0LjM1MWwtMC4xMDEtMC4wOThsLTAuMDAyLDAuMDAxICBDNjQuNDAzLTQuNzgzLDMzLjQ1NC00Ljc1MiwxNC4zNTIsMTQuMzUxQy00Ljc1MiwzMy40NTUtNC43ODMsNjQuNDA1LDE0LjI1NSw4My41NDlsLTAuMDAyLDAuMDAybDAuMDk4LDAuMDk4bDEwMS45MjksMTAxLjkyOGwwLDAgIEwxNC4zNTMsMjg3LjUwNWwtMC4wOTgsMC4wOTlsMC4wMDEsMC4wMDJjLTE5LjAzNSwxOS4xNDQtMTkuMDA4LDUwLjA5NSwwLjA5Niw2OS4xOTdDMzMuNDU1LDM3NS45MDUsNjQuNDA2LDM3NS45MzcsODMuNTQ4LDM1Ni44OTggIHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right 15px;
    padding-right: 1.5rem!important;
    border-right: 15px solid transparent!important;
}

.btnPrev {
  background:url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI1NC45IDM3MS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTQuOSAzNzEuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I2ZmZjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI0MC41LDM1Ni44YzE5LjEtMTkuMSwxOS4xLTUwLjEsMC4xLTY5LjJsMCwwbC0wLjEtMC4xTDEzOC42LDE4NS42bDAsMEwyNDAuNSw4My42bDAuMS0wLjFsMCwwDQoJYzE5LTE5LjEsMTktNTAuMS0wLjEtNjkuMmMtMTkuMS0xOS4xLTUwLjEtMTkuMS02OS4yLTAuMWwwLDBsLTAuMSwwLjFMMCwxODUuNmwxNzEuMiwxNzEuMmwwLjEsMC4xbDAsMA0KCUMxOTAuNSwzNzUuOSwyMjEuNCwzNzUuOSwyNDAuNSwzNTYuOHoiLz4NCjwvc3ZnPg==');
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: left 15px;
    padding-left: 1.5rem!important;
    border-left: 15px solid transparent!important;
}

.ppcwindow textarea {
    border:1px solid gray;
}

.waiting {
    background-color: #e45415!important;
    opacity: .6;
    cursor:wait;
}

.waiting:hover {
    -webkit-transform: none!important;
    transform: none!important;
    text-decoration: none;
    cursor:wait;
}

.video-block__text a.vidmodalplay{
    margin-top:.75em;
}

.hero-block__btn:after,
.hero-block__redbtn:after,
.cta-bar__btn:after,
.cta-bar__redbtn:after {
    content: "";
    position: absolute;
    top: -110px;
    left: -180%;
    width: 140%;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.btn:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none
}

.hero-block__btn:hover:after,
.hero-block__redbtn:hover:after,
.cta-bar__btn:hover:after,
.cta-bar__redbtn:hover:after {
    left: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: left 1400ms, background-color 700ms;
    transition: left 1400ms, background-color 700ms
}

.btn,
.cta-bar__hvr-grow,
.hero-block__hvr-grow{
    margin-left: 0.5em!important;
}

.wcms_full_select{
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 500;
    padding-left: 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance:none;
    text-indent:0.01px;
    text-overflow:'';
    -webkit-border-radius: 0px;
    background: url(https://cdn.golftec.com/images/down-arrow-48.png) no-repeat right #fff;
    background-position-x: 98%;
    opacity:100;
    -ms-expand { display: none; }
}

.hasError{
    color:orangered!important;
}

.label-alt{
    padding-bottom: 0.75em;
    margin-top: 0.75em;
    color: #FFF;
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: 0.095em;
}

#datepicker {
    background: url(https://cdn.golftec.com/images/calendar.png) no-repeat right #fff;
    background-position-x: 98%;
    background-size: 30px 30px;   
}

  /************************************/
 /*  Hero Page Element               */
/************************************/


.center-services__text-wrap,
.center-services__promo-wrap
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.basic-slider__slide,
.blog-feed__box .box__image,
.cta-bar,
.dot-carousel__image-wrap,
.dot-slider__image-wrap,
.fitting-ctas__box,
.fitting-info,
.half-half__image,
.hero-block--landing,
.hero-block__slide,
.hero-block__slide--video,
.hero-block__image,
.hover-boxes__box .box__image,
.hover-callouts__box,
.lessons-cta__promo-wrap,
.tab-slider__slide,
.video-block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.cta-bar__overlay,
.hero-block__slide-overlay,
.hero-block__overlay {
    background-color: rgba(0, 0, 0, 0.3)
}

.basic-slider__overlay,
.hero-block--landing .hero-block__overlay {
    background-color: rgba(0, 0, 0, 0.47)
}

.basic-slider__overlay .froala-element{
    height:100%;
}

.hero-placeholder {
    height: 950px;
    width: 100%;
    margin-bottom: 2800px;
    z-index: 1;
    background-image: url("images/placeholders/hero-placeholder.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.hero-type--none .main-foot,
.hero-type--static .main-foot {
    height: 1px
}

.hero-block__slide-content h1{
    color:#fff;
}

.hero-block--landing {
    margin-top: 104px;
    overflow: hidden
}
@media only screen and (max-width: 767px) {
    .hero-block--landing {
        margin-top: 64px
    }
}
.hero-block--landing .hero-block__overlay {
    text-align: left
}
.hero-block--landing .hero-block__inner {
    padding: 0 1.875rem
}
@media only screen and (max-width: 900px) {
    .hero-block--landing .hero-block__inner {
        padding: 0
    }
}
.hero-block--landing .hero-block__main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.hero-block--landing .hero-block__text-wrap {
    width: 50%;
    position: relative;
    padding-right: 1.875rem
}
@media only screen and (max-width: 900px) {
    .hero-block--landing .hero-block__text-wrap {
        width: 100%;
        padding: 1.40625rem 0 1.40625rem 2.8125rem;
        padding-top: 0;
    }
}
@media only screen and (max-width: 640px) {
    .hero-block--landing .hero-block__text-wrap {
        padding: 1.40625rem 1.25rem 1.40625rem;
        padding-bottom: 0;
    }
}
.hero-block--landing .hero-block__text {
    /*
    position: absolute!important;
    bottom: 4em
    */
}
@media only screen and (max-width: 900px) {
    .hero-block--landing .hero-block__text {
        bottom: 1em;
        padding-right: 20px;
        line-height: 1em;
    }
}
.hero-block--landing .hero-block__text h4 {
    margin: 0 0 1em;
    color: #FFF
}
.hero-block--landing .hero-block__text p {
    margin: 0;
    color: #FFF;
    font-size: 0.9em;
    max-width: 475px
}
@media only screen and (max-width: 640px) {
    .hero-block--landing .hero-block__text p {
        max-width: none
    }
}
.hero-block--landing .hero-block__text a {
    display: inline-block;
    margin-top: 1em;
    color: #FFF;
    font-size: 1.75em;
    font-family: "roboto", sans-serif;
    -webkit-transition: color 400ms;
    transition: color 400ms
}
.hero-block--landing .hero-block__text a:hover {
    color: #e12127;
    text-decoration: none
}
.hero-block--landing .hero-block__form-wrap {
    width: 50%;
    margin-top: 1.5em;
    padding-left: 1.875rem
}
@media only screen and (max-width: 900px) {
    .hero-block--landing .hero-block__form-wrap {
        width: 100%;
        padding-left: 0
    }
}
.hero-block--landing .hero-block__form-wrap form {
    padding: 0.46875rem 0.9375rem 1.40625rem;
    background-color: rgba(44, 41, 45, 0.7);
    overflow: hidden
}
@media only screen and (max-width: 900px) {
    .hero-block--landing .hero-block__form-wrap form {
        padding: 0.46875rem 2.8125rem 1.40625rem
    }
}
@media only screen and (max-width: 640px) {
    .hero-block--landing .hero-block__form-wrap form {
        padding: 0.46875rem 0.9375rem 1.40625rem
    }
}
.hero-block--landing .hero-block__form-wrap form label {
    display: inline-block;
    padding-bottom: 0.75em;
    margin-top: 0.75em;
    color: #FFF;
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: 0.095em
}
.hero-block--landing .hero-block__form-wrap form .lock-icon {
    height: 13px;
    width: 13px;
    margin-right: 8px
}
.hero-block--landing .hero-block__form-wrap form .field-wrap--half {
    width: 48%;
    margin-right: 4%
}
.hero-block--landing .hero-block__form-wrap form .field-wrap--halfwithor {
    width: 48%;
    margin-right: 4%;
    height:110px;
}
@media only screen and (max-width: 500px) {
    .hero-block--landing .hero-block__form-wrap form .field-wrap--halfwithor {
        height:140px;
        width:40%!important;
    }
    .field-wrap--halfwithor div{
        position:relative!important;
    }
}

.shortBtn{
    margin-top:1.9em;
    margin-bottom:0!important;
    width:100%!important;
    height:45px;
    padding-left:5px;
    margin-top: .25em;
}

@media only screen and (max-width: 500px) {
    .shortBtn{
        font-size:13px!important;
        padding-left:7px!important;
    }
}

.field-wrap--or{
    float:left;
    width:10%;
    color:white;
    text-align:center;
    padding-top: 40px;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 900px) {
    
}

@media only screen and (max-width: 700px) {
}

@media only screen and (max-width: 500px) {
    .field-wrap--or{
        width:20%;
        padding-top: 35px;
    }

}

@media only screen and (max-width: 400px) {
    .hero-block--landing .hours-of-operation{
        letter-spacing: 0.025em;
    }

}

@media only screen and (max-width: 320px) {
.hero-block--landing .lesson-block{
        font-size: 13px;
    }
    .hero-block--landing .hours-of-operation{
        font-size: 11px;
    }
    .hero-block--landing .your-selected{
        font-size:14px;
    }
    h4{
        line-height:1.2em;
    }
}

.hero-block--landing .hero-block__form-wrap form .field-wrap--last {
    width: 48%;
    margin-right: 0
}
@media only screen and (max-width: 900px) {
    .hero-block--landing .hero-block__form-wrap form .field-wrap--tablet-half {
        width: 48%;
        margin-right: 4%
    }
}
@media only screen and (max-width: 500px) {
    .hero-block--landing .hero-block__form-wrap form .field-wrap--tablet-half {
        width: 100%;
        margin-right: 0
    }
}
@media only screen and (max-width: 900px) {
    .hero-block--landing .hero-block__form-wrap form .field-wrap--tablet-half-last {
        width: 48%;
        margin-right: 0
    }
}
@media only screen and (max-width: 500px) {
    .hero-block--landing .hero-block__form-wrap form .field-wrap--tablet-half-last {
        width: 100%
    }
}
.hero-block--landing .hero-block__form-wrap form input[type="submit"] {
    width: 100%;
    margin: .5em 0 0
}
body.landing-page-b .hero-block--landing {
    margin-top: 0
}
body.landing-page-b .hero-block--landing .hero-block__overlay {
    padding-top: 225px
}
@media only screen and (max-width: 1024px) {
    body.landing-page-b .hero-block--landing .hero-block__overlay {
        padding-top: 100px
    }
    .hours-of-operation{
        line-height: .5em;
    }
}
@media only screen and (max-width: 800px) {
    body.landing-page-b .hero-block--landing .hero-block__overlay {
        padding-top: 100px
    }
}
@media only screen and (max-width: 320px) {
    body.landing-page-b .hero-block--landing .hero-block__overlay {
        padding-top: 40px
    }
}

html.hero-type--slider,
html.hero-type--slider body,
html.hero-type--slider .main-torso,
html.hero-type--slider .wrap-all-the-things {
    display: inline;
    height: 100%
}
@media only screen and (max-width: 960px) {
    html.hero-type--slider,
    html.hero-type--slider body,
    html.hero-type--slider .main-torso,
    html.hero-type--slider .wrap-all-the-things {
        height: auto
    }
}
.hero-block--slider {
    height: 100%
}
@media only screen and (max-width: 960px) {
    .hero-block--slider .owl-carousel {
        height: auto;
    }
    .hero-block--slider {
        margin-top: 96px;
        position: relative
    }
}
@media only screen and (max-width: 767px) {
    .hero-block--slider .owl-carousel {
        height: auto;
    }
    .hero-block--slider {
        margin-top: 65px
    }
}
.hero-block__slide {
    height: 100vh;
    width: 100%;
    min-height: 500px
}
@media only screen and (max-width: 960px) {
    .hero-block__slide {
        min-height: 0;
        height: 495px
    }
}
@media only screen and (max-width: 640px) {
    .hero-block__slide {
        height: 450px
    }
}
.hero-block__slide-overlay {
    width: 100%;
    height: 100%;
    text-align: center
}
.hero-block__slide-overlay:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.hero-block__slide-content {
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    vertical-align: middle
}
.hero-block__slide-content h2 {
    margin: 0 0 0.65em 0;
    color: #FFF;
    font-size: 2.9em;
    font-weight: 200
}
@media only screen and (max-width: 960px) {
    .hero-block__slide-content h2 {
        margin: 0 0 0.45em 0;
        font-size: 2.5em
    }
}
@media only screen and (max-width: 640px) {
    .hero-block__slide-content h2 {
        font-size: 7vw
    }
}
@media only screen and (max-width: 400px) {
    .hero-block__slide-content h2 {
        max-width: 250px;
        margin: 0 auto 0.45em;
        font-size: 34px
    }
}
.hero-block__slide-content p {
    margin: 0 0 0.30em 0;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 1.45em;
    font-style: italic;
    font-weight: 200
}
@media only screen and (max-width: 960px) {
    .hero-block__slide-content p {
        margin: 0 0 0.2em 0;
        font-size: 1.3em
    }
}
@media only screen and (max-width: 640px) {
    .hero-block__slide-content p {
        font-size: 4vw;
        margin-bottom: 1.5em
    }
}
@media only screen and (max-width: 400px) {
    .hero-block__slide-content .hero-block__btn {
        font-size: 4vw
    }
}
.hero-block__cta-wrap {
    width: 100%;
    position: absolute;
    bottom: 4em;
    left: 0;
    right: 0;
    text-align: center
}
.half-hero-block__cta-wrap {
    width: 100%;
    position: absolute;
    top: 650px;
    left: 0;
    right: 0;
    text-align: center
}
@media only screen and (max-width: 960px) {
    .hero-block__cta-wrap {
        bottom: 2em
    }
}
.hero-block__ctas {
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden
}
@media only screen and (max-width: 640px) {
    .hero-block__ctas {
        display: none
    }
}
.hero-block__ctas>li {
    float: left;
    min-width: 200px;
    list-style-type: none
}
.hero-block__slide--video {
    position: relative;
    background-color: #000
}
.hero-block__slide--video .hero-block__video-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}
.hero-block__slide--video .hero-block__frame {
    padding-bottom: 45.7%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: 100vw;
    width: 157vw;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
@media only screen and (max-width: 1500px) {
    .hero-block__slide--video .hero-block__frame {
        width: 195vw
    }
}
@media only screen and (max-width: 1200px) {
    .hero-block__slide--video .hero-block__frame {
        width: 245vw
    }
}
@media only screen and (max-width: 960px) {
    .hero-block__slide--video .hero-block__frame {
        width: 120vw
    }
}
@media only screen and (max-width: 768px) {
    .hero-block__slide--video .hero-block__frame {
        width: 140vw
    }
}
@media only screen and (max-width: 640px) {
    .hero-block__slide--video .hero-block__frame {
        width: 167vw
    }
}
@media only screen and (max-width: 480px) {
    .hero-block__slide--video .hero-block__frame {
        width: 200vw
    }
}
@media only screen and (max-width: 400px) {
    .hero-block__slide--video .hero-block__frame {
        width: 250vw
    }
}

.herovid {
    min-height: 100%;
    min-width: 100%;
    position: absolute!important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0

}

.hero-block__slide--video iframe {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}
.hero-block__slide--video .hero-block__slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}
.hero-block__slide--video .hero-block__slide-content .hero-block__btn:nth-of-type(2) {
    margin-left: 0.5em
}
@media only screen and (max-width: 640px) {
    .hero-block__slide--video .hero-block__slide-content .hero-block__btn {
        width: 75%;
        margin: 0 auto
    }
    .hero-block__slide--video .hero-block__slide-content .hero-block__btn:nth-of-type(2) {
        margin-left: 0;
        margin-top: 0.65em
    }
}
@media only screen and (max-width: 480px) {
    .hero-block__slide--video .hero-block__slide-content .hero-block__btn {
        width: 95%
    }
}
.hero-block--slider .owl-carousel {
    z-index: auto;
    height: 100%
}
.hero-block--slider .owl-wrapper-outer {
    height: 100%
}
.hero-block--slider .owl-wrapper {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.hero-block--slider .owl-item {
    overflow: hidden;
    cursor: pointer
}
.hero-block--slider .owl-prev,
.hero-block--slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.75;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
.hero-block--slider .owl-prev:hover,
.hero-block--slider .owl-next:hover {
    opacity: 1
}
@media only screen and (max-width: 700px) {
    .hero-block--slider .owl-prev,
    .hero-block--slider .owl-next {
        display: none
    }
}
.hero-block--slider .owl-prev {
    left: 1.875rem
}
.hero-block--slider .owl-next {
    right: 1.875rem
}
.hero-block--slider .owl-pagination {
    width: 100%;
    position: absolute;
    bottom: 9em;
    right: 0;
    left: 0;
    text-align: center
}
@media only screen and (max-width: 960px) {
    .hero-block--slider .owl-pagination {
        bottom: 5.5em
    }
}
@media only screen and (max-width: 640px) {
    .hero-block--slider .owl-pagination {
        bottom: 3.5em
    }
}
.hero-block--slider .owl-pagination .owl-page {
    display: inline-block;
    margin-right: 0.75em
}
.hero-block--slider .owl-pagination .owl-page:last-of-type {
    margin-right: 0
}
.hero-block--slider .owl-pagination .owl-page span {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid #FFF;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms
}
.hero-block--slider .owl-pagination .owl-page.active span {
    background-color: #fff
}
.hero-block--slider .owl-pagination .owl-page:hover span {
    background-color: rgba(255, 255, 255, 0.6)
}
.hero-block--static {
    position: relative;
    overflow: hidden
}
@media only screen and (max-width: 960px) {
    .hero-block--static {
        margin-top: 96px
    }
}
@media only screen and (max-width: 767px) {
    .hero-block--static {
        margin-top: 65px
    }
}
.hero-block__image {
    height: 47em;
    width: 100%
}
@media only screen and (max-width: 960px) {
    .hero-block__image {
        height: 31em
    }
}
@media only screen and (max-width: 640px) {
    .hero-block__image {
        height: 23.5em
    }
}
.hero-block__overlay {
    width: 100%;
    height: 100%;
    text-align: center
}
.hero-block__overlay:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.hero-block__content {
    display: inline-block;
    width: 95%;
    margin: 17.5% auto 0;
    vertical-align: middle
}
@media only screen and (max-width: 960px) {
    .hero-block__content {
        margin: 0 auto
    }
}
.hero-block__content h1 {
    margin: 0;
    color: #FFF;
    font-size: 2.9em;
    font-weight: 200
}
@media only screen and (max-width: 960px) {
    .hero-block__content h1 {
        margin: 0 0 0.45em 0;
        font-size: 2.5em
    }
}
@media only screen and (max-width: 640px) {
    .hero-block__content h1 {
        font-size: 7.5vw
    }
}
@media only screen and (max-width: 400px) {
    .hero-block__content h1 {
        max-width: 250px;
        margin: 0 auto 0.45em;
        font-size: 34px
    }
}
@media only screen and (max-width: 960px) {
    .hero-block__content .hero-block__btn {
        margin-top: 0
    }
}
@media only screen and (max-width: 400px) {
    .hero-block__content .hero-block__btn {
        font-size: 4vw
    }
}
.hero-block__cta-wrap {
    width: 100%;
    position: absolute;
    bottom: 4em;
    left: 0;
    right: 0;
    text-align: center
}
@media only screen and (max-width: 960px) {
    .hero-block__cta-wrap {
        bottom: 2em
    }
}
.hero-block__ctas {
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden
}
@media only screen and (max-width: 640px) {
    .hero-block__ctas {
        display: none
    }
}
.hero-block__ctas>li {
    float: left;
    min-width: 200px;
    list-style-type: none
}

.hero-block__btn {
    background-color: #FF6C2C;
}

.hero-block__redbtn {
    background-color: #e12127;
}

.hero-block__hvr-grow {
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}
.hero-block__hvr-grow:hover,
.hero-block__hvr-grow:focus,
.hero-block__hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.videoPlayer {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

  /************************************/
 /*  Two Columns                     */
/************************************/

.newtwo .content-block__inner {
    padding:0;
    margin:0;
    overflow: hidden;
}

/************************************/
 /*  Center Pages                    */
/************************************/


.center-services__column .services-left h5:first-of-type {
    margin-top: 0;
}

.center-services__column .services-right h5:first-of-type {
    margin-top: 0;
}

.center-services__column .services-left h4:first-of-type {
    margin-top: 0;
}

.center-services__column .services-right h4:first-of-type {
    margin-top: 0;
}

  /************************************/
 /*  HOVER BOXES                     */
/************************************/

.hover-boxes {
    background-color: #FFF
}
.hover-boxes__inner {
    padding: 2.25em 0.9375rem 0
}
@media only screen and (max-width: 960px) {
    .hover-boxes__inner {
        padding: 1.25em 0.9375rem 0
    }
}
.hover-boxes__wrap {
    width: 100%;
    margin-bottom: 3.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}
@media only screen and (max-width: 960px) {
    .hover-boxes__wrap {
        margin-bottom: 2.2em
    }
}
.hover-boxes__box {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    position: relative
}
.hover-boxes__box:last-of-type {
    margin-right: 0
}
@media only screen and (max-width: 1000px) {
    .hover-boxes__box {
        font-size: 1.5vw
    }
}
@media only screen and (max-width: 700px) {
    .hover-boxes__box {
        width: 90%;
        margin: 0 auto 2.5em;
        font-size: 16px
    }
    .hover-boxes__box:last-of-type {
        margin: 0 auto 0
    }
}
@media only screen and (max-width: 400px) {
    .hover-boxes__box {
        width: 95%;
        font-size: 4.45vw
    }
}
.hover-boxes__box .box__image-wrap {
    overflow: hidden
}
.hover-boxes__box .box__image {
    height: 18.15em;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms
}
@media only screen and (max-width: 700px) {
    .hover-boxes__box .box__image {
        height: 55vw
    }
}
@media only screen and (max-width: 400px) {
    .hover-boxes__box .box__image {
        height: 65vw
    }
}
.hover-boxes__box .box__title {
    display: inline-block;
    padding: 0.9375rem;
    width: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(18, 129, 65, 0.74);
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms
}

.hover-boxes__box .box__title .froala-element{
    min-height: auto;
}

.hover-boxes__box .box__title p{
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.hover-boxes__box .box__title .froala-element p{
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.hover-boxes__box .box__caption {
    margin: 0;
    padding: 1.7em 0.9375rem;
    border-bottom: 1px solid #ff6c2c;
    color: #2c2c2c;
    font-family: "roboto", sans-serif;
    font-weight: bold;
    text-align: center
}

.hover-boxes__box .box__caption p{
    margin: 0;
    color: #2c2c2c;
    font-family: "roboto", sans-serif;
    font-weight: bold;
    text-align: center
}

.hover-boxes__box:hover {
    text-decoration: none
}
.hover-boxes__box:hover .box__title {
    background-color: #ff6c2c
}
.hover-boxes__box:hover .box__image {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


  /************************************/
 /*  TAB SLIDER                      */
/************************************/

.tab-slider__button{
    position:relative;
    bottom: 40%;
}

.tab-slider__button img{
    opacity: 0.75;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.2);
    max-width: 100%;
    height: auto;
}

.tab-slider__nav .froala-element{
    overflow-x:visible;
    overflow-y:visible;
}
.tab-slider__slide:hover img {
    opacity: 1
}

.tab-slider {
    position: relative;
    overflow: visible;
    background-color: #FFF;
}

@media only screen and (max-width: 1024px) {
    .tab-slider__slide {
        height: 25em
    }
}

.tab-slider__slide {
    display: block;
    height: 38.25em;
    width: 100%;
    text-decoration: none
}
@media only screen and (max-width: 1024px) {
    .tab-slider__slide {
        height: 25em
    }
}
.tab-slider__slide:hover {
    text-decoration: none
}
.tab-slider__slide-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, 0.56);
    text-align: center
}
.tab-slider__slide-overlay:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.tab-slider__slide-text {
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    vertical-align: middle
}

@media only screen and (max-width: 320px) {
    .tab-slider__slide-text {
        margin-top: -60px!important;
    }
}

@media only screen and (max-width: 640px) {
    .tab-slider__slide-text {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 1024px) {
    .tab-slider__slide-text {
        margin-top: -40px;
    }
}

.tab-slider__slide-text h3 {
    margin: 0;
    color: #FFF;
    font-size: 1.9em;
    font-style: italic
}
@media only screen and (max-width: 1024px) {
    .tab-slider__slide-text h3 {
        font-size: 1.5em
    }
}
@media only screen and (max-width: 640px) {
    .tab-slider__slide-text h3 {
        font-size: 1.25em
    }
}
.tab-slider__slide-text h5 {
    margin: 0.9em 0 0 0;
    color: #FFF;
    font-size: 1em;
    font-weight: normal
}
@media only screen and (max-width: 1024px) {
    .tab-slider__slide-text h5 {
        font-size: 15px
    }
}
.tab-slider__slide-text img {
    margin-top: 3em;
    opacity: 0.75;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2)
}
@media only screen and (max-width: 640px) {
    .tab-slider__slide-text img {
        margin-top: 2em;
        height: 65px;
        width: 65px
    }
}
.tab-slider__nav-wrap {
    width: 100%;
    position: absolute;
    bottom: -88px;
    text-align: center
}
@media only screen and (max-width: 640px) {
    .tab-slider__nav-wrap {
        bottom: -77px
    }
}
@media only screen and (max-width: 500px) {
    .tab-slider__nav-wrap {
        bottom: -64px
    }
}
@media only screen and (max-width: 400px) {
    .tab-slider__nav-wrap {
        bottom: -74px
    }
}
@media only screen and (max-width: 320px) {
    .tab-slider__nav-wrap {
        bottom: -78px
    }
}
.tab-slider__nav {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0
}
@media only screen and (max-width: 500px) {
    .tab-slider__nav {
        width: 100%
    }
}
.tab-slider__nav li {
    display: inline-block;
    height: 135px;
    width: 135px;
    margin: 0 1em 0 0
}
@media only screen and (max-width: 640px) {
    .tab-slider__nav li {
        height: 105px;
        width: 105px;
        margin: 0 0.75em 0 0
    }
}
@media only screen and (max-width: 500px) {
    .tab-slider__nav li {
        height: 105px;
        width: 23.5%;
        margin: 0;
        font-size: 4vw
    }
}
.tab-slider__nav li:last-of-type {
    margin-right: 0
}
.tab-slider__nav li a {
    display: block
}
.tab-slider__nav li p {
    font-family: "roboto", sans-serif;
    font-weight: normal
}
@media only screen and (max-width: 500px) {
    .tab-slider__nav li p {
        display: none
    }
}
.tab-slider__nav li img {
    height: 90px;
    width: 90px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms
}
@media only screen and (max-width: 640px) {
    .tab-slider__nav li img {
        height: 75px;
        width: 75px
    }
}
@media only screen and (max-width: 500px) {
    .tab-slider__nav li img {
        height: 4em;
        width: 4em
    }
}
.tab-slider__nav li:hover a,
.tab-slider__nav li.active a {
    text-decoration: none
}
.tab-slider__nav li:hover img,
.tab-slider__nav li.active img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}


  /************************************/
 /*  HALF & HALF REGIONAL            */
/************************************/

/*
.content-block.regional .content__group{
    padding-left: 0!important;
}
*/
.content-block.regional h2{
    color: #007833;
    font-weight:600;
    margin-bottom:10px;
    margin-top: 0;
    line-height: 40px;
}

.content-block.regional h3{
    font-size: 1.4em;
    margin-top: 0px;
}

.content-block.regional .btn{
    margin-top: .5em;
    margin-left:0!important;
    margin-bottom:0;
}

.content-block.regional .content__group{
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

.content-block.regional .content-block__align-wrap{
    display: inline-block;
    width: 98%;
    margin: 0;
    vertical-align: middle;
}

.content-block.regional .content__group--2:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle;
}

.content-block.regional .content__group--1:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle;
}


/************************************/
 /*  HALF & HALF                     */
/************************************/

.half-half {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7
}
@media only screen and (max-width: 500px) {
    .half-half {
        background-color: #FFF
    }
}

.half-half .btn{
    margin-left: 0!important;
    
}

/* Image on right side */

.half-half__image-right {
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 25
}
.half-half__image-right:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.half-half__image-content.regional{
    max-width: 500px;
}

@media only screen and (max-width: 960px) {
    .half-half__image-right {
        float: left;
        height: 400px;
        width: 100%;
        margin-bottom: 48px;
        position: relative;
        text-align: center
    }
}
@media only screen and (max-width: 640px) {
    .half-half__image-right {
        height: 320px
    }
}
@media only screen and (max-width: 500px) {
    .half-half__image-right {
        height: 300px;
        margin-bottom: 0
    }
    .half-half__image-right.hide-mobile {
        display: none
    }
}
.half-half__image-content-right {
    display: inline-block;
    width: 99%;
    max-width: 430px;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle
}
.half-half__image-content-right h2 {
    margin: 0;
    line-height: 1.15em
}
.half-half__image-content-right h2 strong {
    color: #e12127
}
@media only screen and (max-width: 500px) {
    .half-half__image-content-right h2 {
        max-width: 300px
    }
}
.half-half__image-content-right .half-half__btn {
    margin-bottom: 0
}
@media only screen and (max-width: 960px) {
    .half-half__image-content-right {
        width: 98%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 1.875rem
    }
    .half-half__image-content-right h2 {
        max-width: 400px
    }
}
@media only screen and (max-width: 500px) {
    .half-half__image-content-right {
        padding: 0 0.9375rem
    }
    .half-half__image-content-right h2 {
        max-width: 270px;
        font-size: 1.75em
    }
}

/* default image, on left */

.half-half__image {
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 25
}
.half-half__image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
@media only screen and (max-width: 960px) {
    .half-half__image {
        float: left;
        height: 400px;
        width: 100%;
        margin-bottom: 48px;
        position: relative;
        text-align: center
    }
}
@media only screen and (max-width: 640px) {
    .half-half__image {
        height: 320px
    }
}
@media only screen and (max-width: 500px) {
    .half-half__image {
        height: 300px;
        margin-bottom: 0
    }
    .half-half__image.hide-mobile {
        display: none
    }
}
.half-half__image-content {
    display: inline-block;
    width: 99%;
    max-width: 430px;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle
}
.half-half__image-content h2 {
    margin: 0;
    line-height: 1.15em
}
.half-half__image-content h2 strong {
    color: #e12127
}
@media only screen and (max-width: 500px) {
    .half-half__image-content h2 {
        max-width: 300px
    }
}
.half-half__image-content .half-half__btn {
    margin-bottom: 0
}
@media only screen and (max-width: 960px) {
    .half-half__image-content {
        width: 98%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 1.875rem
    }
    .half-half__image-content h2 {
        max-width: 400px
    }
}
@media only screen and (max-width: 500px) {
    .half-half__image-content {
        padding: 0 0.9375rem
    }
    .half-half__image-content h2 {
        max-width: 270px;
        font-size: 1.75em
    }
}
html .half-half__inner {
    max-width: 1440px;
    /* position: relative; */
    z-index: 10
}
.half-half__text-content {
    float: right;
    width: 50%;
    padding: 5.55em 3em
}
.half-half__text-content>*:first-child {
    margin-top: 0
}
.half-half__text-content>*:last-child {
    margin-bottom: 0
}
.half-half__text-content h4 {
    margin-bottom: 2.3em;
    color: #545056;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.25em;
    margin-top:0;
}
.half-half__text-content h4 strong {
    color: #128141
}
.half-half__text-content h4 span {
    color: #545056;
    font-family: "roboto", sans-serif;
    font-weight: normal
}
.half-half__text-content h5 {
    float: left;
    width: 100%;
    margin-bottom: 1em
}
.half-half__text-content h5 strong {
    color: #e12127;
    font-size: 1.5em
}
.half-half__text-content ul li {
margin: 0 0 1em 0;
    position: relative;
    padding-left: 2.75em;
    list-style: none;
}
.half-half__text-content ul li:before {
    content: '';
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0.25em;
    left: 0;
    background: url(https://golftec-cms.s3.amazonaws.com/6/images/global/bullet-image.png) no-repeat left top;
}
.half-half__text-content ul{
    padding: 0;
}

.half-half__text-content p,
.half-half__text-content li,
.half-half__text-content li p,
.half-half__text-content span {
    font-size: 0.9em
}
@inlcude bp($max:1175px) {
    .half-half__text-content {
        padding: 3em 1.5em
    }
}
@media only screen and (max-width: 1024px) {
    .half-half__text-content {
        padding: 3em 1.875rem
    }
}
@media only screen and (max-width: 960px) {
    .half-half__text-content {
        float: none;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 1.5em 1.875rem 3.15em
    }
    .half-half__text-content h4 {
        max-width: 55%;
        margin-bottom: 1.75em;
        font-size: 1.15em
    }
}
@media only screen and (max-width: 700px) {
    .half-half__text-content h4 {
        max-width: 100%
    }
}
@media only screen and (max-width: 500px) {
    .half-half__text-content {
        padding: 1.5em 1.875rem 3.15em
    }
    .half-half__text-content>*:first-child {
        margin-top: 25px
    }
    .half-half__text-content h4 {
        float: left;
        margin-bottom: 0;
        font-size: 1.65em
    }
    .half-half__text-content h4 span {
        display: none
    }
    .half-half__text-content ul {
        display: none
    }
    .half-half__text-content .checklist {
        display: none
    }
}
.half-half.half-half--image-right .half-half__image {
    position: absolute;
    left: auto;
    right: 0
}
@media only screen and (max-width: 960px) {
    .half-half.half-half--image-right .half-half__image {
        float: left;
        height: 400px;
        width: 100%;
        margin-bottom: 35px;
        position: relative;
        text-align: center
    }
}
@media only screen and (max-width: 640px) {
    .half-half.half-half--image-right .half-half__image {
        height: 320px
    }
}
@media only screen and (max-width: 500px) {
    .half-half.half-half--image-right .half-half__image {
        height: 280px;
        margin-bottom: 0
    }
}
.half-half.half-half--image-right .half-half__text-content {
    float: left
}
@media only screen and (max-width: 960px) {
    .half-half.half-half--image-right .half-half__text-content {
        float: none
    }
}
.half-half.half-half--reduce-pad .half-half__text-content {
    padding: 3em 3em
}
@inlcude bp($max:1175px) {
    .half-half.half-half--reduce-pad .half-half__text-content {
        padding: 3em 1.5em
    }
}
@media only screen and (max-width: 1024px) {
    .half-half.half-half--reduce-pad .half-half__text-content {
        padding: 3em 1.875rem
    }
}
@media only screen and (max-width: 960px) {
    .half-half.half-half--reduce-pad .half-half__text-content {
        padding: 1.5em 1.875rem 3.15em
    }
}

.half-half__image-content a,
.half-half__image-content p a,
.half-half__image-content .froala-element a,
.half-half__image-content .froala-element p a
{
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}

.half-half__image-content a:hover,
.half-half__image-content p a:hover,
.half-half__image-content .froala-element a:hover,
.half-half__image-content .froala-element p a:hover
{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

  /************************************/
 /*  ICON CALLOUT                    */
/************************************/

.icon-callouts {
    background-color: #FFF;
    text-align: center;
}
.icon-callouts .icon-callouts__inner .froala-element{
    background-color: #FFF;
    text-align: center;
}

.icon-callouts__inner {
    padding: 3.9em 0.9375rem;
}
@media only screen and (max-width: 700px) {
    .icon-callouts__inner {
        padding: 40px 0.9375rem 45px;
    }
}
.icon-callouts__section-title {
    margin: 0 0 1em;
    font-size: 2.35em;
}
.icon-callouts__section-title strong {
    font-size: 1.02em;
}

.icon-callouts__inner h2 {
    margin: 0 0 1em;
    font-size: 2.35em;
}

.icon-callouts__inner h2 strong{
    font-size: 1.02em;
}

@media only screen and (max-width: 1120px) {
    .icon-callouts__section-title {
        font-size: 2.55em;
    }
	.icon-callouts__inner h2 {
        font-size: 2.55em;
	}
}
@media only screen and (max-width: 700px) {
    .icon-callouts__section-title {
        font-size: 28px;
    }
    .icon-callouts__section-title strong {
        display: block;
    }
	.icon-callouts__inner h2 {
        font-size: 28px;
	}

	.icon-callouts__inner h2 strong{
        display: block;
	}
}
@media only screen and (max-width: 500px) {
    .icon-callouts__section-title {
        font-size: 21px;
    }
	.icon-callouts__inner h2 {
        font-size: 21px;
	}
}

.icon-callouts__bottom {
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
}

.icon-callouts__bottom a{
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}

.icon-callouts__bottom a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.icon-callouts__inner p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
}

.icon-callouts__intro {
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
}
@media only screen and (max-width: 700px) {
    .icon-callouts__intro {
        max-width: 95%;
    }
	.icon-callouts__inner p {
        max-width: 95%;
    }
}
.icon-callouts__wrap {
    margin-top: 1.6em
}
@media only screen and (max-width: 700px) {
    .icon-callouts__wrap {
        margin-top: 6.2em;
    }
}
.icon-callouts__icon {
    display: inline-block;
    height: 5em;
    width: 14em;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon-callouts__icon:nth-of-type(1) {
    margin-right: 2em
}
.icon-callouts__icon:nth-of-type(2) {
    margin-right: 4.35em
}
.icon-callouts__icon:nth-of-type(3) {
    margin-right: 4.2em
}
@media only screen and (max-width: 700px) {
    .icon-callouts__icon {
        min-height: 85px;
        width: 49%;
        margin-bottom: 3em;
        text-align: center
    }
    .icon-callouts__icon:nth-of-type(1),
    .icon-callouts__icon:nth-of-type(2),
    .icon-callouts__icon:nth-of-type(3) {
        margin-right: 0
    }
    .icon-callouts__icon:nth-of-type(3),
    .icon-callouts__icon:nth-of-type(4) {
        margin-bottom: 0
    }
    .icon-callouts__icon img {
        display: inline-block;
        height: auto;
        min-height: 0;
        width: 26em
    }
}
@media only screen and (max-width: 500px) {
    .icon-callouts__icon {
        min-height: 11em;
        margin-bottom: 2em
    }
    .icon-callouts__icon:nth-of-type(3),
    .icon-callouts__icon:nth-of-type(4) {
        margin-bottom: 0
    }
    .icon-callouts__icon img {
        width: 30em
    }
}
.icon-callouts__btn {
    font-size: 16px
}
@media only screen and (max-width: 1120px) {
    .icon-callouts {
        font-size: 1.38vw
    }
}
.icon-callouts.visible .icon-callouts__icon {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1600ms;
    animation-duration: 1600ms
}

  /************************************/
 /*  CTA BAR                         */
/************************************/

.cta-bar__btn {
    background-color: #FF6C2C;
}

.cta-bar__redbtn {
    background-color: #e12127;
}

.cta-bar__hvr-grow {
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}
.cta-bar__hvr-grow:hover,
.cta-bar__hvr-grow:focus,
.cta-bar__hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}



.center-services__column .services-left h5:first-of-type {
    margin-top: 0;
}

.center-services__column .services-right h5:first-of-type {
    margin-top: 0;
}

  /************************************/
 /*  Unsorted Below                  */
/************************************/


.blog-feed__box .box__image:after {
    background-color: rgba(2, 3, 6, 0.68)
}

.module-separator {
    width: 100%;
    padding: 1.5em 0.9375rem;
    background-color: #128141
}
.module-separator h3 {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    line-height: 1.15em
}
.module-separator--header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}
.hide {
    display: none
}
.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px
}
@media only screen and (max-width: 960px) {
    .hide-tablet {
        display: none
    }
}
@media only screen and (max-width: 500px) {
    .hide-mobile {
        display: none
    }
}
.header-example {
    background-color: #FFF
}

@font-face {
    font-family: 'roboto';
    src: url("fonts/roboto/Roboto-Regular-webfont.eot");
    src: url("fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("fonts/roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'roboto';
    src: url("fonts/roboto/Roboto-Light-webfont.eot");
    src: url("fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("fonts/roboto/Roboto-Light-webfont.svg#robotoregular") format("svg");
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: 'roboto';
    src: url("fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto/roboto-medium-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: 'roboto';
    src: url("fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto/roboto-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'roboto';
    src: url("fonts/roboto/roboto-black-webfont.woff2") format("woff2"), url("fonts/roboto/roboto-black-webfont.woff") format("woff");
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: 'raleway';
    src: url("fonts/raleway/Raleway-Regular-webfont.woff2") format("woff2"), url("fonts/raleway/Raleway-Regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'raleway';
    src: url("fonts/raleway/raleway-medium-webfont.woff2") format("woff2"), url("fonts/raleway/raleway-medium-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: 'raleway';
    src: url("fonts/raleway/Raleway-SemiBold-webfont.woff2") format("woff2"), url("fonts/raleway/Raleway-SemiBold-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'raleway';
    src: url("fonts/raleway/Raleway-Bold-webfont.woff2") format("woff2"), url("fonts/raleway/Raleway-Bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'raleway';
    src: url("fonts/raleway/Raleway-ExtraBold-webfont.woff2") format("woff2"), url("fonts/raleway/Raleway-ExtraBold-webfont.woff") format("woff");
    font-weight: 800;
    font-style: normal
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
form.form-dark {
    padding: 0.46875rem 0.9375rem 1.40625rem;
    background-color: rgba(44, 41, 45, 0.7);
    overflow: hidden
}
label {
    display: inline-block;
    padding-bottom: 0.75em;
    margin-top: 0.75em;
    color: #FFF;
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: 0.095em
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
select,
textarea {
    float: left;
    height: 45px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid gray;
    border-radius: 0;
    color: #2c2c2c;
    outline: 0
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c8c6c7
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c8c6c7
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c8c6c7
}
input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #c8c6c7
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: inset 0px 0px 1px 2px #c8c6c7
}
textarea {
    padding: 15px;
    height: 8em;
    border:1px solid gray;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    color: #FFF
}
.radio-label,
.checkbox-label {
    margin: 0 1em
}
select {
    -webkit-appearance: menulist-button;
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 500;
    opacity: 0
}
.select-box__styled {
    height: 45px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 2px;
    right: 0;
    z-index: 400;
    background-color: #FFF
}
.select-box__styled .select-box__wrap {
    position: relative
}
.select-box__styled .dropdown-text {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    font-size: 0.65em;
    line-height: 46px;
    color: #c8c6c7
}
.select-box__styled .arrow-down {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 15px
}
.select-box__styled .arrow-down svg {
    height: 20px;
    width: 20px;
    fill: #454046;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.lock-icon {
    height: 13px;
    width: 13px;
    margin-right: 8px
}
.field-wrap {
    float: left;
    position: relative
}
.field-wrap.field-wrap--full {
    width: 100%
}
.field-wrap.field-wrap--half {
    width: 49.25%;
    margin-right: 1.5%
}
.field-wrap.field-wrap--half.field-wrap--last {
    width: 49.25%;
    margin: 0
}
@media only screen and (max-width: 500px) {
    .field-wrap.field-wrap--half {
        width: 100%;
        margin-right: 0
    }
    .field-wrap--halfwithor {
        width: 100%;
        margin: 0;
        height: 150px!important;
    }
}
.field-wrap.field-wrap--third {
    width: 32.333333%;
    margin-right: 1.5%
}
.field-wrap.field-wrap--third.field-wrap--last {
    margin: 0
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
ul li,
ol li {
    margin-bottom: 0.5em
}
ul li:last-of-type,
ol li:last-of-type {
    margin-bottom: 0
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0.5em
}
ul.checklist {
    padding: 0
}
ul.checklist li {
    margin: 0 0 1em 0;
    position: relative;
    padding-left: 2.75em;
    list-style: none
}
ul.checklist li:last-of-type {
    margin-bottom: 0
}
ul.checklist li:before {
    content: '';
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0.25em;
    left: 0;
    background: url("images/global/bullet-image.png") no-repeat left top
}
.wrap-all-the-things {
    overflow: hidden
}
.main-torso {
    overflow: hidden
}
.main-torso__group {
    width: 100%;
    overflow: hidden
}
[class*="__inner"] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1140px
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: translate3d(0, 0, 0)
    }
}

.gm-style-iw {
    max-width: 250px
}
@media only screen and (max-width: 400px) {
    .gm-style-iw {
        max-width: 225px
    }
}
.map__marker {
    width: 100%;
    padding: 1em 0 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (max-width: 640px) {
    .map__marker {
        padding-top: 0
    }
}
#map-block__center_results_count {
    color: white;
    font-size: 12px;
    width: 100%;
    max-width: 575px;
    margin: 0;
    padding: .3em 1.875rem 0;
    text-align: right;
}

.wcms_center_list p {
    line-height: inherit!important;
    color:#2c2c2c;
    font-weight: 200;
    letter-spacing: 0.035em;
}

.map__marker .marker__distance {
    display: inline-block;
    width: 25%;
}
.map__marker .marker__distance span {
    display: inline-block;
    font-family: "roboto", sans-serif;
    line-height: 1em;
    text-transform: uppercase;
    text-align:center;
    margin-right: 15px;
    text-decoration:none;
    padding-top:2px;
}
@media only screen and (max-width: 640px) {
    .map__marker .marker__distance {
        display: none
    }
}
.map__marker .marker__details {
    display: inline-block;
    width: 75%;
    padding: 0 0em 0.5em 1em;
    border-left: 1px solid #000
}
.map__marker .marker__details h5 {
    margin: 0;
    color: #128141
}
.map__marker .marker__details a {
    display: inline-block;
    margin: 0.5em 0;
    color: #000;
    font-family: "roboto", sans-serif;
    font-weight: bold
}
.map__marker .marker__details p {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.9em;
    font-weight: 100;
    text-transform: uppercase
}
@media only screen and (max-width: 640px) {
    .map__marker .marker__details {
        border-left: none;
        padding-left: 0
    }
    .map__marker .marker__details h5 {
        font-size: 1.15em
    }
    .map__marker .marker__details a {
        margin: 0.4em 0;
        font-size: 1em
    }
}
.map__marker .btn {
    width: 100%;
    margin: 1em 0 0 0
}
@media only screen and (max-width: 640px) {
    .map__marker .btn {
        margin: 0;
        padding: 0;
        text-align: left;
        background-color: transparent;
        color: #e12127;
        font-size: 0.9em;
        font-weight: 200;
        text-transform: none
    }
    .map__marker .btn:after {
        display: none
    }
    .map__marker .btn:hover {
        text-decoration: underline
    }
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}
.grabbing {
    cursor: url("images/owl/grabbing.png") 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}
@keyframes empty {
    0% {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}
@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}
@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}
@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}
@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
body {
    letter-spacing: 0.075em
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c2c;
    font-family: "roboto", sans-serif;
    font-weight: 200;
    letter-spacing: 0.035em
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: bold
}
h1 {
    margin: 0.67em 0;
    font-size: 3.25em;
    line-height: 1.25em
}
@media only screen and (max-width: 500px) {
    h1 {
        font-size: 1.75em
    }
}
h2 {
    font-size: 2.75em
}
h2 strong {
    font-size: 1.05em
}
h3 {
    font-size: 2.25em
}
h3 strong {
    font-size: 1.05em
}
h4 {
    font-size: 1.75em;
    line-height: 1.4em
}
h4 strong {
    font-size: 1.01em
}
h5 {
    font-size: 1.25em
}
h5 strong {
    font-size: 1.05em
}
h6 {
    font-size: 1em
}
h6 strong {
    font-size: 1.05em
}
/*
p,
span,
li {
    color: #2c2c2c;
    font-family: "raleway", sans-serif;
    font-weight: 200;
    letter-spacing: 0.035em
}
*/
p,
span {
    line-height: 1.45em
}
blockquote {
    font-style: italic
}
hr {
    height: 1px;
    border: 0;
    background-color: #bcbbba
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    left: 2px;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    font-size: 0.6em;
    bottom: -0.35em
}


.main-foot {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #2f2931
}
.main-foot__inner {
    padding: 0
}
@media only screen and (max-width: 1175px) {
    .main-foot__inner {
        padding: 0 0.9375rem
    }
}
.main-foot__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.main-foot__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
    padding: 2.75em 0 1.75em;
    position: relative;
    z-index: 10;
    overflow: hidden
}
@media only screen and (max-width: 1024px) {
    .main-foot__left {
        width: 100%;
        padding: 2.25em 0 0
    }
}
/*
.main-foot__left:after {
    content: '';
    height: 1000px;
    width: 1000px;
    position: absolute;
    top: 0;
    right: -763px;
    z-index: 5;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
    background-color: #413943
}
@media only screen and (max-width: 1024px) {
    .main-foot__left:after {
        display: none
    }
}
*/
.main-foot__logo-wrap {
    width: 24%;
    position: relative;
    z-index: 50
}
@media only screen and (max-width: 1024px) {
    .main-foot__logo-wrap {
        width: 100%;
        text-align: center
    }
}
.main-foot__logo {
    display: inline-block
}
.main-foot__logo svg {
    height: auto;
    max-height: 65px;
    width: 100%;
    max-width: 150px;
    fill: #FFF
}
@media only screen and (max-width: 1024px) {
    .main-foot__logo svg {
        height: auto;
        max-height: 85px;
        width: 100%;
        max-width: 195px
    }
}
.main-foot__contact {
    margin-top: 1em
}
.main-foot__contact p {
    margin: 0;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0.075em;
    text-transform: uppercase
}
.main-foot__contact p a {
    color: #FFF;
    -webkit-transition: color 400ms;
    transition: color 400ms
}
.main-foot__contact p a:hover {
    color: #128141;
    text-decoration: none
}
.main-foot__contact span {
    display: block;
    margin-top: 0.25em;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 0.7em;
    font-weight: 200;
    letter-spacing: 0.075em;
    text-transform: uppercase
}
@media only screen and (max-width: 1024px) {
    .main-foot__contact {
        margin-top: 1.5em
    }
    .main-foot__contact p {
        font-size: 1.15em
    }
    .main-foot__contact span {
        font-size: 0.8em
    }
}
.main-foot__right {
    width: 35%;
    padding: 2.75em 0 1.75em;
    position: relative;
    z-index: 50;
    /* background-color: #413943 */
}
@media only screen and (max-width: 1024px) {
    .main-foot__right {
        width: 100%;
        padding: 0 0 1.5em;
        background-color: transparent;
        text-align: center
    }
}
.main-foot__right:after {
    content: '';
    width: 200%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 50;
    /* background-color: #413943 */
}
@media only screen and (max-width: 1024px) {
    .main-foot__right:after {
        display: none
    }
}
.main-foot__social-feed {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (max-width: 1024px) {
    .main-foot__social-feed {
        display: none
    }
}
.main-foot__feed-image {
    width: 35%;
    min-height: 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}
.main-foot__social-text {
    width: 65%
}
.main-foot__social-text h3 {
    margin: 0 0 0.75em 1em;
    color: #FFF;
    font-size: 0.9em;
    font-style: italic;
    letter-spacing: 0.065em;
    text-transform: uppercase
}
.main-foot__social-text p {
    margin: 0 0 1em 1.3em;
    color: #FFF;
    font-size: 0.7em
}
.main-foot__social-text p a {
    color: #ff6c2c;
}
.home-tweet-date a{
    color:white!important;
}

.main-foot__social-text span {
    display: inline-block;
    margin-top: 1.3em;
    color: #FFF;
    font-family: "roboto", sans-serif;
    /* font-size: 0.7em; */
    font-weight: bold
}
.main-foot__social-links {
    width: 100%
}
.main-foot__social-links ul {
    margin: 1em 0;
    padding: 0;
    position: relative;
    left: -3px;
    overflow: hidden;
    text-align: center
}
.main-foot__social-links ul li {
    float: left;
    margin: 0 1em 0 0;
    padding: 0;
    list-style-type: none
}
.main-foot__social-links ul li:last-of-type {
    margin-right: 0
}
.main-foot__social-links ul a {
    display: block
}
.main-foot__social-links ul a img,
.main-foot__social-links ul a svg {
    height: 23px;
    width: 23px;
    border: none;
    fill: #FFF;
    -webkit-transition: fill 400ms;
    transition: fill 400ms
}
.main-foot__social-links ul a:hover svg {
    fill: #128141
}
@media only screen and (max-width: 1024px) {
    .main-foot__social-links {
        text-align: center
    }
    .main-foot__social-links ul {
        display: inline-block;
        margin: 1.5em 0 0
    }
    .main-foot__social-links ul a img,
    .main-foot__social-links ul a svg {
        height: 20px;
        width: 20px
    }
}
.main-foot__nav {
    width: 76%;
    position: relative;
    z-index: 50
}
@media only screen and (max-width: 1024px) {
    .main-foot__nav {
        display: none
    }
}
.main-foot__nav .foot-nav {
    width: 100%
}
.main-foot__nav .menu {
    margin: 0;
    padding: 0;
    overflow: hidden
}
@media only screen and (max-width: 1150px) {
    .main-foot__nav .menu {
        font-size: 1.35vw
    }
}
.main-foot__nav .menu>li {
    float: left;
    width: 17%;
    padding-right: 3%;
    list-style-type: none
}
.main-foot__nav .menu>li:first-of-type {
    width: 25%;
    margin-left: 3%
}
.main-foot__nav .menu>li:nth-of-type(2) {
    width: 19%
}
.main-foot__nav .menu>li:nth-of-type(3) {
    width: 20%
}
.main-foot__nav .menu>li:nth-of-type(4) {
    width: 19%;
    padding-right: 0
}
.main-foot__nav .menu>li:nth-of-type(4) .sub-menu {
    padding-right: 1.75em
}
.main-foot__nav .menu>li:last-of-type {
    width: 14%;
    margin-right: 0
}
.main-foot__nav .menu>li>a {
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 0.85em;
    letter-spacing: 0.085em;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
.main-foot__nav .menu>li>a:hover {
    opacity: 0.65;
    text-decoration: none
}
.main-foot__nav .sub-menu {
    margin: 1.05em 0 0 0;
    padding: 0;
    overflow: hidden;
    line-height:.95;
}
.main-foot__nav .sub-menu>li {
    width: 100%;
    margin-bottom: 0.75em
}
.main-foot__nav .sub-menu>li>a {
    color: #FFF;
    font-size: 0.7em;
    font-weight: 200;
    line-height: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
.main-foot__nav .sub-menu>li>a:hover {
    text-decoration: none;
    opacity: 0.65
}
.main-head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8000;
    background: rgba(48, 42, 50, 0);
    -webkit-transition: background 400ms, top 400ms;
    transition: background 400ms, top 400ms
}
@media only screen and (max-width: 1024px) {
    .main-head {
        height: 5.95em;
        background: #FFF;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45)
    }
}
@media only screen and (max-width: 767px) {
    .main-head {
        height: 4em
    }
}
.main-head__inner {
    position: relative;
    z-index: 500
}
.main-head__logo {
    display: block;
    position: absolute;
    top: 2.3em;
    left: 0.9375rem
}

.blinders{
    top: 1.75em!important;
}

.main-head__logo svg {
    height: auto;
    max-height: 95px;
    width: 100%;
    max-width: 235px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    fill: #FFF
}
.blinders svg{
    max-width: 250px;
}

@media only screen and (max-width: 1100px) {
    .main-head__logo svg {
        width: 85%
    }
}
@media only screen and (max-width: 1024px) {
    .main-head__logo {
        top: 1.9em;
        left: 1.875rem
    }
    .main-head__logo svg {
        max-height: 60px;
        width: 100%;
        max-width: 175px;
        fill: #020306
    }
    .main-head__logo svg .st0 {
        fill: #020306
    }
    .blinders svg .st0 {
        fill: #FFFFFF!important;
    }
    .main-head__logo svg .golf {
        fill: #128141
    }
    .main-head__logo svg .swoosh {
        fill: #e12127
    }
}
@media only screen and (max-width: 767px) {
    .main-head__logo {
        top: 1.3em
    }
    .main-head__logo svg {
        max-height: 95px;
        max-width: 125px
    }
    .main-head__logo svg .st0 {
        fill: #020306;
    }

}
@media only screen and (max-width: 400px) {
    .main-head__logo {
        left: 0.9375rem
    }
    .main-head__logo svg .st0 {
        fill: #020306;
    }
}
@media only screen and (max-width: 375px) {
    .main-head__logo {
        top: 1.45em
    }
    .main-head__logo svg {
        max-height: 95px;
        max-width: 95px
    }
    .main-head__logo svg .st0 {
        fill: #020306;
    }
}
.main-head__phone {
    display: none
}
@media only screen and (max-width: 1024px) {
    .main-head__phone {
        display: block;
        position: absolute;
        top: 1.77em;
        right: 6.75em;
        cursor: pointer;
        font-family: "roboto", sans-serif;
        font-size: 1.15em;
        font-weight: bold;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    .main-head__phone img,
    .main-head__phone svg {
        height: 15px;
        width: 15px;
        margin-right: 0.25em;
        position: relative;
        top: 1px;
        fill: #e12127
    }
    .main-head__phone:hover {
        text-decoration: none
    }
}
@media only screen and (max-width: 767px) {
    .main-head__phone {
        top: 1.3em;
        right: 5.5em;
        font-size: 1em
    }
    .main-head__phone img,
    .main-head__phone svg {
        height: 14px;
        width: 14px
    }
}
@media only screen and (max-width: 375px) {
    .main-head__phone {
        top: 1.7em;
        right: 5.75em;
        font-size: 0.85em;
        letter-spacing: 0.025em
    }
    .main-head__phone img,
    .main-head__phone svg {
        height: 12px;
        width: 12px
    }
}
.main-head__trigger {
    display: none;
    position: absolute;
    top: 2.055em;
    right: 1.875rem;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.main-head__trigger span {
    color: #e45415;
    font-family: "roboto", sans-serif;
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: 0.035em
}
.main-head__trigger:hover {
    text-decoration: none
}
@media only screen and (max-width: 1024px) {
    .main-head__trigger {
        display: block
    }
}
@media only screen and (max-width: 767px) {
    .main-head__trigger {
        top: 1.3em;
        right: 0.9375rem
    }
    .main-head__trigger span {
        font-size: 1em
    }
}
@media only screen and (max-width: 375px) {
    .main-head__trigger {
        top: 1.4em
    }
    .main-head__trigger span {
        font-size: 0.9em
    }
}
.main-head.main-head--landing-page {
    height: 6.5em;
    width: 100%;
    overflow: hidden;
    background-color: #241f25
}
@media only screen and (max-width: 767px) {
    .main-head.main-head--landing-page {
        height: 4em
    }
}
.main-head.main-head--landing-page .main-head__inner {
    position: relative;
    z-index: 500
}
.main-head.main-head--landing-page .main-head__logo {
    display: block;
    position: absolute;
    top: 1em;
    left: 1.875rem
}
.main-head.main-head--landing-page .main-head__logo svg {
    height: auto;
    max-height: 70px;
    width: 100%;
    max-width: 200px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    fill: #FFF
}
@media only screen and (max-width: 767px) {
    .main-head.main-head--landing-page .main-head__logo {
        top: 0.7em
    }
    .main-head.main-head--landing-page .main-head__logo svg {
        max-height: 95px;
        max-width: 115px
    }
}
@media only screen and (max-width: 500px) {
    .main-head.main-head--landing-page .main-head__logo {
        left: 0.9375rem
    }
}
@media only screen and (max-width: 375px) {
    .main-head.main-head--landing-page .main-head__logo {
        top: 0.95em
    }
    .main-head.main-head--landing-page .main-head__logo svg {
        max-height: 95px;
        max-width: 90px
    }
}
.main-head.main-head--landing-page .main-head__phone {
    display: block;
    position: absolute;
    top: 1.77em;
    right: 1.875rem;
    color: #FFF;
    cursor: pointer;
    font-family: "roboto", sans-serif;
    font-size: 1.15em;
    font-weight: bold;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.main-head.main-head--landing-page .main-head__phone img,
.main-head.main-head--landing-page .main-head__phone svg {
    height: 15px;
    width: 15px;
    margin-right: 0.25em;
    position: relative;
    top: 1px;
    fill: #FFF;
    -webkit-transition: fill 400ms;
    transition: fill 400ms
}
@media only screen and (max-width: 767px) {
    .main-head.main-head--landing-page .main-head__phone {
        top: 1.3em;
        font-size: 1em
    }
    .main-head.main-head--landing-page .main-head__phone img,
    .main-head.main-head--landing-page .main-head__phone svg {
        height: 14px;
        width: 14px
    }
}
@media only screen and (max-width: 375px) {
    .main-head.main-head--landing-page .main-head__phone {
        top: 1.7em;
        right: 5.75em;
        font-size: 0.85em;
        letter-spacing: 0.025em
    }
    .main-head.main-head--landing-page .main-head__phone img,
    .main-head.main-head--landing-page .main-head__phone svg {
        height: 12px;
        width: 12px
    }
}
.main-head.main-head--landing-page .main-head__phone:hover {
    color: #e12127;
    text-decoration: none
}
.main-head.main-head--landing-page .main-head__phone:hover img,
.main-head.main-head--landing-page .main-head__phone:hover svg {
    fill: #e12127
}
@media only screen and (min-width: 1025px) {
    .main-head__nav {
        float: left;
        height: auto;
        width: 100%
    }
    .main-head__nav .head-nav {
        float: right;
        width: 80%;
        position: relative
    }
    .main-head__nav .head-nav a {
        display: block;
        text-decoration: none;
        -webkit-transition: font-weight 400ms;
        transition: font-weight 400ms
    }
    .main-head__nav .menu {
        float: right;
        margin: 0;
        padding: 2.1em 0.9375rem 0 0;
        position: relative;
        z-index: 500
    }
    .main-head__nav .menu>li {
        float: left;
        margin: 0 1.45em 0 0;
        position: relative;
        list-style-type: none
    }
    .main-head__nav .menu>li>a {
        height: 3.75em;
        padding: 0 0.9375rem;
        color: #FFF;
        font-family: "roboto", sans-serif;
        font-size: 0.8em;
        font-weight: 200;
        letter-spacing: 0.1em;
        line-height: 4em;
        text-transform: uppercase;
        -webkit-transition: text-shadow 400ms;
        transition: text-shadow 400ms
    }
    .main-head__nav .menu>li:hover>a {
        text-shadow: 0.003em 0px 0.003em #FFF, -0.003em 0px 0.003em #FFF, 0px -0.003em 0.003em #FFF, 0px 0.003em 0.003em #FFF
    }
    .main-head__nav .menu>li:hover .sub-menu {
        visibility: visible;
        height: auto;
        max-height: 500px;
        opacity: 1;
        overflow: visible
    }
    .main-head__nav .menu>li:nth-of-type(1) {
        max-width: 140px
    }
    .main-head__nav .menu>li:nth-of-type(2) {
        max-width: 130px
    }
    .main-head__nav .menu>li:nth-of-type(3) {
        max-width: 110px
    }
    .main-head__nav .menu>li:nth-of-type(4) {
        max-width: 78px
    }
    .main-head__nav .menu>li:nth-of-type(5) {
        max-width: 67px
    }
    .main-head__nav .menu>li:nth-of-type(6) {
        margin-right: 0
    }
    .main-head__nav .menu>li:nth-of-type(6)>a {
        padding: 0
    }
    .main-head__nav .menu>li:nth-of-type(6)>a span {
        display: inline-block;
        height: 2.95em;
        padding: 0 0.9375rem;
        background-color: transparent;
        border: 2px solid #FFF;
        color: #FFF;
        line-height: 2.75em;
        letter-spacing: 0.085em;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    .main-head__nav .menu>li:nth-of-type(6)>a:hover span {
        background-color: #ff6c2c;
        border: 2px solid #ff6c2c;
        text-shadow: 0.003em 0px 0.003em #ff6c2c, -0.003em 0px 0.003em #ff6c2c, 0px -0.003em 0.003em #ff6c2c, 0px 0.003em 0.003em #ff6c2c
    }
    .main-head__nav .sub-menu {
        max-height: 0;
        width: 250px;
        margin: 0;
        padding: 0;
        position: relative;
        left: 0.9375rem;
        overflow: hidden;
        z-index: 9999;
        background-color: transparent;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: max-height 800ms, opacity 400ms;
        transition: max-height 800ms, opacity 400ms
    }
    .main-head__nav .sub-menu>li {
        width: 100%;
        list-style-type: none
    }
    .main-head__nav .sub-menu>li>a {
        height: 1.25em;
        padding: 5px 0;
        color: #FFF;
        font-family: "raleway", sans-serif;
        font-size: 0.8em;
        font-weight: 200;
        letter-spacing: 0.085em;
        text-shadow: none;
        -webkit-transition: text-shadow 400ms;
        transition: text-shadow 400ms;
        white-space: nowrap
    }
    .main-head__nav .sub-menu>li>a:hover {
        text-shadow: 0.003em 0px 0.003em #FFF, -0.003em 0px 0.003em #FFF, 0px -0.003em 0.003em #FFF, 0px 0.003em 0.003em #FFF
    }
}
@media only screen and (max-width: 1024px) {
    .main-head__nav .head-nav {
        width: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 95px;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.92);
        -webkit-transition: width 400ms;
        transition: width 400ms
    }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
    .main-head__nav .head-nav {
        top: 65px
    }
}
@media only screen and (max-width: 1024px) {
    .main-head__trigger.active ~ .main-head__nav .head-nav {
        width: 60%;
        bookmark: bookmark;
        overflow-y: scroll
    }
}
@media only screen and (max-width: 1024px) and (max-width: 750px) {
    .main-head__trigger.active ~ .main-head__nav .head-nav {
        width: 100%
    }
}
@media only screen and (max-width: 1024px) {
    .main-head__nav .head-nav ul,
    .main-head__nav .head-nav li {
        list-style-type: none;
        list-style-image: none
    }
    .main-head__nav .head-nav a {
        text-decoration: none;
        -webkit-transition: color 400ms;
        transition: color 400ms;
        white-space: nowrap;
        font-family: "raleway", sans-serif;
        text-transform: uppercase
    }
    .main-head__nav .menu {
        margin: 0;
        padding: 0 2.34375rem 1.5em
    }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
    .main-head__nav .menu {
        padding: 0 1.40625rem
    }
}
@media only screen and (max-width: 1024px) {
    .main-head__nav .menu>li {
        width: 100%;
        margin-bottom: 1.25em;
        padding: 0
    }
    .main-head__nav .menu>li>a {
        display: inline-block;
        width: auto;
        height: 45px;
        letter-spacing: 0.035em;
        line-height: 45px;
        color: #7ec154;
        font-size: 1.15em;
        font-weight: 400;
        letter-spacing: 0.065em;
        text-align: right;
        text-transform: uppercase;
        white-space: nowrap;
        -webkit-transition: color 400ms;
        transition: color 400ms
    }
    .main-head__nav .menu>li>a:hover {
        color: #FFF
    }
    .main-head__nav .menu>li:last-of-type {
        display: none
    }
    .main-head__nav .sub-menu {
        margin: 0;
        padding: 0
    }
    .main-head__nav .sub-menu>li {
        width: 100%
    }
    .main-head__nav .sub-menu>li>a {
        width: auto;
        color: #FFF;
        font-size: 0.75em;
        white-space: nowrap
    }
    .main-head__nav .sub-menu>li>a.active {
        color: #cbb457
    }
    .main-head__nav .sub-menu>li>a:hover {
        color: #ff6c2c
    }
}
@media only screen and (min-width: 1025px) {
    .main-head--sticky {
        height: auto;
        top: -46px;
        background: -webkit-linear-gradient(top, rgba(48, 42, 50, 0.9) 0px, rgba(48, 42, 50, 0.9) 135px, rgba(48, 42, 50, 0.8) 136px, rgba(48, 42, 50, 0.8) 100%);
        background: linear-gradient(to bottom, rgba(48, 42, 50, 0.9) 0px, rgba(48, 42, 50, 0.9) 135px, rgba(48, 42, 50, 0.8) 136px, rgba(48, 42, 50, 0.8) 100%)
    }
    .main-head--sticky .main-head__logo {
        top: 1.9em
    }
    .main-head--sticky .main-head__logo svg {
        height: auto;
        max-height: 60px;
        width: 100%;
        max-width: 155px;
        -webkit-transition: width 400ms;
        transition: width 400ms
    }
    .main-head--sticky .main-head__nav .menu {
        padding: 0 0.9375rem 0 0
    }
    .main-head--sticky .main-head__nav .menu>li>a {
        height: 7em;
        line-height: 7em
    }
    >li:hover ~ .main-head--sticky .main-head__nav .menu .main-head--sticky {
        height: auto
    }
    .main-head--sticky .main-head__nav .sub-menu {
        overflow: hidden
    }
    .main-head--sticky .main-head__nav .sub-menu li:first-of-type {
        margin-top: 0.65em
    }
    .main-head--sticky .main-head__nav .sub-menu li:last-of-type {
        margin-bottom: 1.75em
    }
}
.utility-nav__desktop {
    height: 45px;
    width: 100%;
    position: relative;
    z-index: 1000;
    background-color: #FFF
}
@media only screen and (max-width: 1024px) {
    .utility-nav__desktop {
        display: none
    }
}
.utility-nav__desktop .utility-nav__inner {
    height: 100%;
    padding: 0 0.9375rem
}
.utility-nav__desktop ul {
    float: right;
    margin: 0;
    padding: 0
}
.utility-nav__desktop ul li {
    margin: 0 0 0 2em;
    display: inline-block;
    list-style-type: none
}
.utility-nav__desktop ul li a {
    display: block;
    height: 45px;
    width: auto;
    color: #453a48;
    font-family: "roboto", sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase
}
.utility-nav__desktop ul li a img,
.utility-nav__desktop ul li a svg {
    height: 14px;
    width: 14px;
    margin-right: 0.6em;
    position: relative;
    top: 2px;
    fill: #453a48
}
.utility-nav__desktop ul li a:hover {
    color: #e45415
}
.utility-nav__desktop ul li a:hover svg {
    fill: #b91c21
}
.utility-nav__desktop .utility-nav__phone {
    margin-left: 0
}
.utility-nav__desktop .utility-nav__phone a {
    font-size: 0.85em
}
.utility-nav__desktop .utility-nav__phone a img,
.utility-nav__desktop .utility-nav__phone a svg {
    margin-right: 0.25em;
    top: 3px
}
.utility-nav__desktop .utility-nav__country {
    position: relative;
    top: -1px
}
.utility-nav__desktop .utility-nav__country a img,
.utility-nav__desktop .utility-nav__country a svg {
    height: 17px;
    width: 17px;
    margin-right: 0.6em;
    position: relative;
    top: 4px;
    border: none
}
.utility-nav__desktop .utility-nav__country a span {
    height: 45px;
    width: auto;
    color: #453a48;
    font-family: "roboto", sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 400ms;
    transition: color 400ms
}
.utility-nav__desktop .utility-nav__country .sub-menu {
    padding: 0.5em 0.9375rem;
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #f7f7f7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.utility-nav__desktop .utility-nav__country .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0
}
.utility-nav__desktop .utility-nav__country .sub-menu li a {
    height: 25px;
    color: #453a48;
    line-height: 25px;
    text-transform: none;
    -webkit-transition: color 400ms;
    transition: color 400ms
}
.utility-nav__desktop .utility-nav__country .sub-menu li a:hover {
    color: #b91c21
}
.utility-nav__desktop .utility-nav__country:hover .sub-menu {
    opacity: 1;
    visibility: visible
}
.utility-nav__desktop .utility-nav__chat a img,
.utility-nav__desktop .utility-nav__chat a svg {
    top: 3px
}
.utility-nav__desktop .utility-nav__contact a img,
.utility-nav__desktop .utility-nav__contact a svg {
    margin-right: 0.3em
}
.utility-nav__mobile {
    display: none
}
@media only screen and (max-width: 1024px) {
    .utility-nav__mobile {
        display: block;
        width: 100%;
        padding: 0 2.15625rem;
        overflow: hidden
    }
}
@media only screen and (max-width: 1024px) and (max-width: 400px) {
    .utility-nav__mobile {
        padding: 0 1.40625rem
    }
}
@media only screen and (max-width: 1024px) {
    .utility-nav__mobile ul {
        margin: 3.5em 0 2.5em;
        padding: 0;
        white-space: nowrap
    }
    .utility-nav__mobile ul>li {
        display: inline-block;
        margin: 0 1.17188rem 0 0
    }
    .utility-nav__mobile ul>li:last-of-type {
        margin-right: 0
    }
    .utility-nav__mobile ul>li>a {
        color: #FFF;
        font-family: "raleway", sans-serif;
        font-size: 0.8em;
        font-weight: 200;
        letter-spacing: 0.085em;
        -webkit-transition: color 400ms;
        transition: color 400ms
    }
    .utility-nav__mobile ul>li>a img,
    .utility-nav__mobile ul>li>a svg {
        height: 12px;
        width: 12px;
        margin-left: 0.25em;
        fill: #FFF;
        -webkit-transition: fill 400ms;
        transition: fill 400ms
    }
    .utility-nav__mobile ul>li>a.active {
        color: #cbb457
    }
    .utility-nav__mobile ul>li>a.active svg {
        fill: #cbb457
    }
    .utility-nav__mobile ul>li>a:hover {
        color: #e3d7a5
    }
    .utility-nav__mobile ul>li>a:hover svg {
        fill: #e3d7a5
    }
}
@media only screen and (max-width: 1024px) and (max-width: 465px) {
    .utility-nav__mobile ul {
        margin: 1.75em 0 1em
    }
    .utility-nav__mobile ul>li {
        display: block;
        width: 100%;
        margin-bottom: 0.55em
    }
}
.basic-slider__slide {
    height: 32.75em
}
@media only screen and (max-width: 767px) {
    .basic-slider__slide {
        font-size: 2.1vw
    }
}
@media only screen and (max-width: 640px) {
    .basic-slider__slide {
        height: 28em;
        font-size: 16px
    }
}
.basic-slider__overlay {
    height: 100%;
    width: 100%;
    font-size: 16px
}
.basic-slider__inner {
    width: 100%;
    height: 100%;
    padding: 0 0.9375rem
}
.basic-slider__content-wrap {
    width: 100%;
    height: 100%;
    text-align: right
}
.basic-slider__content-wrap:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.basic-slider__content-wrap.basic-slider--content-left {
    text-align: left
}
@media only screen and (max-width: 960px) {
    .basic-slider__content-wrap {
        text-align: center
    }
    .basic-slider__content-wrap.basic-slider--content-left {
        text-align: center
    }
}
.basic-slider__content {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: left
}
.basic-slider__content h5 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #FFF
}
.basic-slider__content p {
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-weight: 100
}
@media only screen and (max-width: 960px) {
    .basic-slider__content {
        width: 70%
    }
}
@media only screen and (max-width: 768px) {
    .basic-slider__content {
        width: 90%
    }
}
@media only screen and (max-width: 640px) {
    .basic-slider__content {
        width: 95%
    }
    .basic-slider__content h5 {
        margin-bottom: 0.5em
    }
    .basic-slider__content a {
        margin-top: 0.5em
    }
}
.basic-slider .owl-carousel {
    z-index: auto;
    height: 100%
}
.basic-slider .owl-wrapper-outer {
    height: 100%
}
.basic-slider .owl-wrapper {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.basic-slider .owl-item {
    overflow: hidden;
    cursor: pointer
}
.basic-slider .owl-prev,
.basic-slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: tran.basic-slider__overlayslateY(-50%);
    opacity: 0.75;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
.basic-slider .owl-prev:hover,
.basic-slider .owl-next:hover {
    opacity: 1
}
@media only screen and (max-width: 960px) {
    .basic-slider .owl-prev,
    .basic-slider .owl-next {
        display: none
    }
}
.basic-slider .owl-prev {
    left: 1.875rem
}
.basic-slider .owl-next {
    right: 1.875rem
}
.basic-slider .owl-pagination {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 6em;
    right: 0;
    left: 0;
    text-align: center
}
@media only screen and (max-width: 960px) {
    .basic-slider .owl-pagination {
        display: block;
        bottom: 3.9em
    }
}
@media only screen and (max-width: 767px) {
    .basic-slider .owl-pagination {
        bottom: 6.5vw
    }
}
@media only screen and (max-width: 640px) {
    .basic-slider .owl-pagination {
        bottom: 2.25em
    }
}
.basic-slider .owl-pagination .owl-page {
    display: inline-block;
    margin-right: 0.75em
}
.basic-slider .owl-pagination .owl-page:last-of-type {
    margin-right: 0
}
.basic-slider .owl-pagination .owl-page span {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid #FFF;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms
}
.basic-slider .owl-pagination .owl-page.active span {
    background-color: #fff
}
.basic-slider .owl-pagination .owl-page:hover span {
    background-color: rgba(255, 255, 255, 0.6)
}
.blog-feed {
    background-color: #f0f0f0
}
.blog-feed__inner {
    padding: 5em 0.9375rem 5em
}
@media only screen and (max-width: 960px) {
    .blog-feed__inner {
        padding: 1.7em 0 3em
    }
}
@media only screen and (max-width: 480px) {
    .blog-feed__inner {
        padding: 2em 0 2.5em
    }
}
.blog-feed__wrap,
.blog-feed__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (max-width: 960px) {
    .blog-feed__wrap {
        padding: 0 0.9375rem
    }
}
.blog-feed__head {
    margin-bottom: 3.75em
}
@media only screen and (max-width: 480px) {
    .blog-feed__head {
        margin-bottom: 2.65em
    }
}
.blog-feed__text {
    width: 50%
}
.blog-feed__text h4 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold
}
.blog-feed__text h6 {
    margin: 0.5em 0 0.6em;
    font-style: italic;
    font-weight: bold
}
.blog-feed__text p {
    max-width: 28.5em;
    margin: 0;
    font-size: 0.8em;
    font-weight: 400
}
@media only screen and (max-width: 960px) {
    .blog-feed__text {
        width: 100%;
        margin-bottom: 2em;
        text-align: center
    }
    .blog-feed__text h4 {
        font-size: 1.8em
    }
    .blog-feed__text h6 {
        margin: 0.5em 0 0.5em;
        font-size: 1.35em
    }
    .blog-feed__text p {
        margin: 0 auto;
        padding: 0 0.9375rem;
        font-size: 1em
    }
}
@media only screen and (max-width: 480px) {
    .blog-feed__text h4 {
        max-width: 75%;
        margin: 0 auto;
        font-size: 1.6em
    }
    .blog-feed__text h6 {
        font-size: 1em
    }
    .blog-feed__text p {
        display: none
    }
}
.blog-feed__form {
    width: 50%;
    padding: 0.9375rem 1.40625rem;
    overflow: hidden;
    border: 1px solid #c0c0c0;
    box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.2);
    text-align:center;
}
.blog-feed__form h6 {
    /* float: left; */
    margin: 0 0 1em;
    color: #ff6c2c;
    font-style: italic
}
.blog-feed__form input {
    /* float: left; */
    width: 48%;
    margin: 0 4% 0 0
}
.blog-feed__form input:last-of-type {
    margin-right: 0
}
.blog-feed__form input[type="email"] {
    height: 47px;
    padding: 0 0.9375rem;
    font-family: "raleway", sans-serif;
    font-size: 0.85em;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.075em
}
.blog-feed__form input[type="email"]::-webkit-input-placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.85em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}
.blog-feed__form input[type="email"]::-moz-placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.85em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}
.blog-feed__form input[type="email"]:-ms-input-placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.85em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}
.blog-feed__form input[type="email"]::placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.85em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}
.blog-feed__form input[type="email"]:focus {
    outline: none
}
@media only screen and (max-width: 960px) {
    .blog-feed__form {
        width: 100%;
        padding: 1.17188rem 1.40625rem;
        text-align: center;
        border-left: none;
        border-right: none;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2)
    }
    .blog-feed__form h6 {
        width: 100%
    }
    .blog-feed__form input {
        float: none;
        display: inline-block;
        max-width: 250px;
        margin-right: 1.5em
    }
}
@media only screen and (max-width: 600px) {
    .blog-feed__form input {
        max-width: 190px
    }
}
@media only screen and (max-width: 479px) {
    .blog-feed__form h6 {
        font-style: normal
    }
    .blog-feed__form input {
        display: block;
        max-width: none;
        margin: 0 auto
    }
    .blog-feed__form input[type="email"] {
        width: 80%
    }
    .blog-feed__form input[type="submit"] {
        width: 100%;
        max-width: 250px;
        margin: 1.25em auto 0.4em
    }
}
.blog-feed__box {
    width: 31%;
    margin-right: 3.5%
}
.blog-feed__box:last-of-type {
    margin-right: 0
}
@media only screen and (max-width: 1000px) {
    .blog-feed__box {
        font-size: 1.5vw
    }
}
@media only screen and (max-width: 700px) {
    .blog-feed__box {
        width: 90%;
        margin: 0 auto 2.5em;
        font-size: 16px
    }
    .blog-feed__box:last-of-type {
        margin: 0 auto 0
    }
}
@media only screen and (max-width: 400px) {
    .blog-feed__box {
        width: 95%;
        font-size: 4.45vw
    }
}
.blog-feed__box .box__image {
    height: 18.15em;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.3)
}
.blog-feed__box .box__image:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.blog-feed__box .box__image:after {
    content: '';
    height: 600px;
    width: 600px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
@media only screen and (max-width: 700px) {
    .blog-feed__box .box__image {
        height: 55vw;
        background-size: 100% 55vw
    }
}
@media only screen and (max-width: 400px) {
    .blog-feed__box .box__image {
        height: 65vw;
        background-size: 100% 65vw
    }
}
.blog-feed__box .box__content {
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    z-index: 15;
    opacity: 1;
    text-align: center;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, transform 400ms
}
.blog-feed__box .box__content span {
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-weight: bold
}
.blog-feed__box .box__content span:last-of-type {
    margin-left: 1.05em
}
.blog-feed__box .box__content span img {
    height: 17px;
    width: 17px;
    margin-right: 0.45em
}
.blog-feed__box .box__content .box__btn {
    margin-top: 0.75em
}
.blog-feed__box .box__caption {
    margin: 0;
    padding: 1.7em 0.9375rem;
    border-bottom: 1px solid #e12127;
    color: #2c2c2c;
    font-family: "roboto", sans-serif;
    font-weight: bold;
    text-align: center
}
.blog-feed__box:hover {
    text-decoration: none
}
.blog-feed__box:hover .box__image:after {
    opacity: 1
}
.blog-feed__box:hover .box__content {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
.button-slider {
    background-color: #f7f7f7
}
.button-slider__inner {
    position: relative
}
.button-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain
}
@media only screen and (max-width: 960px) {
    .button-slider__slide {
        background-position: top center;
        background-size: auto
    }
}
@media only screen and (max-width: 640px) {
    .button-slider__slide {
        height: 22em
    }
}
.button-slider__left {
    height: 35em;
    width: 48%;
    margin-right: 4%
}
.button-slider__left:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
@media only screen and (max-width: 960px) {
    .button-slider__left {
        height: 30em;
        width: 100%;
        margin-right: 0
    }
}
@media only screen and (max-width: 640px) {
    .button-slider__left {
        height: 100%;
        text-align: center
    }
}
.button-slider__content {
    display: inline-block;
    width: 97%;
    max-width: 470px;
    margin: 0 auto;
    padding: 0 0.9375rem;
    text-align: left;
    vertical-align: middle
}
.button-slider__content h2 {
    margin: 0;
    line-height: 1.15em
}
.button-slider__content h2 strong {
    color: #e12127
}

.button-slider__content a,
.button-slider__content h2 a,
.centered-cta__content a,
.hover-callouts__box .box__text-wrap a,
.fitting-ctas__box .box__text-wrap a
{
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}

.button-slider__content a:hover,
.button-slider__content h2 a:hover,
.centered-cta__content a:hover,
.hover-callouts__box .box__text-wrap a:hover,
.fitting-ctas__box .box__text-wrap a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    .button-slider__content {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 3.75rem
    }
    .button-slider__content h2 {
        max-width: 450px
    }
}
@media only screen and (max-width: 640px) {
    .button-slider__content {
        max-width: 400px;
        margin: 0 auto;
        padding: 0 0.9375rem;
        -webkit-transform: translateY(-1.5em);
        transform: translateY(-1.5em)
    }
    .button-slider__content h2 {
        max-width: 330px;
        font-size: 1.75em
    }
}
.button-slider__right {
    width: 48%;
    padding-top: 3.5em
}
.button-slider__right>*:first-child {
    margin-top: 0
}
.button-slider__right .froala-element>*:first-child {
    margin-top: 0
}
.button-slider__right p {
    max-width: 460px;
    font-size: 0.9em
}
@media only screen and (max-width: 960px) {
    .button-slider__right {
        width: 100%;
        padding: 3.5em 4.6875rem 2em;
        background-color: #FFF
    }
    .button-slider__right p {
        max-width: 550px;
        font-size: 1em
    }
}
@media only screen and (max-width: 640px) {
    .button-slider__right {
        display: none
    }
}
.button-slider__nav-wrap {
    width: 48%;
    padding-right: 0.9375rem;
    position: absolute;
    bottom: 4em;
    right: 0;
    overflow: hidden
}
@media only screen and (max-width: 960px) {
    .button-slider__nav-wrap {
        width: 100%;
        padding: 0 4.6875rem 2.5em;
        position: static;
        background-color: #FFF;
        border-bottom: 1px solid #e12127
    }
}
@media only screen and (max-width: 640px) {
    .button-slider__nav-wrap {
        width: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(48, 42, 50, 0.2);
        border: none;
        text-align: center
    }
}
.button-slider__nav {
    display: inline-block;
    width: auto;
    min-width: 320px
}
@media only screen and (max-width: 640px) {
    .button-slider__nav {
        padding: 0.75em 0
    }
}
.button-slider__nav-btn {
    display: block;
    float: left;
    height: 47px;
    width: 48%;
    margin: 0 4% 1em 0;
    border: 2px solid #2f2931
}
.button-slider__nav-btn .button-slider__hover-wrap {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-transition: border 300ms;
    transition: border 300ms
}
.button-slider__nav-btn .button-slider__hover-wrap:after {
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ff6c2c;
    -webkit-transition: width 300ms;
    transition: width 300ms
}
.button-slider__nav-btn img,
.button-slider__nav-btn svg {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 0 0.75em;
    position: relative;
    top: 7px;
    fill: #2f2931;
    -webkit-transition: fill 300ms;
    transition: fill 300ms
}
.button-slider__nav-btn span {
    color: #2f2931;
    font-weight: normal;
    font-size: 0.85em;
    -webkit-transition: color 300ms;
    transition: color 300ms
}
.button-slider__nav-btn:nth-of-type(even) {
    margin-right: 0
}
.button-slider__nav-btn:hover,
.button-slider__nav-btn.active {
    text-decoration: none;
    border: 2px solid #ff6c2c
}
.button-slider__nav-btn:hover .button-slider__hover-wrap:after,
.button-slider__nav-btn.active .button-slider__hover-wrap:after {
    width: 100%
}
.button-slider__nav-btn:hover svg,
.button-slider__nav-btn.active svg {
    fill: #FFF
}
.button-slider__nav-btn:hover span,
.button-slider__nav-btn.active span {
    color: #FFF
}
@media only screen and (max-width: 1200px) {
    .button-slider__nav-btn span {
        font-size: 1.075vw;
        font-weight: bold
    }
}
@media only screen and (max-width: 960px) {
    .button-slider__nav-btn {
        max-width: 285px
    }
    .button-slider__nav-btn span {
        font-size: 0.7em;
        font-weight: bold
    }
}
@media only screen and (max-width: 640px) {
    .button-slider__nav-btn {
        display: inline-block;
        float: none;
        max-width: none;
        margin: 0 3.5% 0 0;
        width: auto
    }
    .button-slider__nav-btn span {
        display: none
    }
    .button-slider__nav-btn:nth-of-type(even) {
        margin-right: 3.5%
    }
    .button-slider__nav-btn:last-of-type {
        margin-right: 0
    }
}
.center-callouts {
    background-color: #FFF
}
.center-callouts__inner {
    padding: 3.8em 0.9375rem
}
.center-callouts__col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.center-callouts__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 0.9375rem;
    -webkit-transition: width 400ms;
    transition: width 400ms
}
@media only screen and (max-width: 960px) {
    .center-callouts__column {
        width: 80%;
        margin: 0 auto 3em
    }
    .center-callouts__column:last-of-type {
        margin-bottom: 0
    }
}
@media only screen and (max-width: 768px) {
    .center-callouts__column {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 3em
    }
}
.center-callouts__img-wrap {
    width: 50%;
    -webkit-transition: width 400ms;
    transition: width 400ms
}
@media only screen and (max-width: 768px) {
    .center-callouts__img-wrap {
        width: 100%
    }
}
.center-callouts__text-wrap {
    width: 50%;
    padding: 0 0 0 1.40625rem;
    -webkit-transition: width 400ms;
    transition: width 400ms
}
.center-callouts__text-wrap h5 {
    margin: 0 0 0.75em 0;
    padding: 0
}
.center-callouts__text-wrap ul {
    margin: 0;
    padding: 0 0 0 0.9375rem
}
.center-callouts__text-wrap li {
    font-size: 0.8em;
    line-height: 1.25em
}
@media only screen and (max-width: 960px) {
    .center-callouts__text-wrap {
        padding: 0 0 0 3.75rem
    }
    .center-callouts__text-wrap h5 {
        font-size: 1.5em
    }
    .center-callouts__text-wrap li {
        font-size: 0.95em
    }
}
@media only screen and (max-width: 768px) {
    .center-callouts__text-wrap {
        width: 100%;
        padding: 0 0.9375rem
    }
    .center-callouts__text-wrap h5 {
        margin-top: 1em
    }
}
.center-details {
    background-color: #f7f7f7
}
.center-details__inner {
    padding: 3em 1.875rem
}
@media only screen and (max-width: 960px) {
    .center-details__inner {
        padding: 2em 1.875rem
    }
}
@media only screen and (max-width: 500px) {
    .center-details__inner {
        padding: 1em 0.9375rem
    }
}
.center-details__map-wrap {
    position: relative;
    z-index: 10;
    border: 1px solid #a1a1a1
}
@media only screen and (max-width: 500px) {
    .center-details__map-wrap {
        /* height: 370px */
    }
}
.center-details__map-wrap .center-details__map {
    height: 390px;
    width: 100%
}
@media only screen and (max-width: 960px) {
    .center-details__map-wrap .center-details__map {
        height: 320px
    }
}
@media only screen and (max-width: 500px) {
    .center-details__map-wrap .center-details__map {
        height: 270px
    }
}
.center-details__map-wrap .directions__link,
.center-details__map-wrap .regional__link {
    display: inline-block;
    height: 49%;
    width: 150px;
    padding: 0.9375rem;
    position: absolute;
    right: 0;
    z-index: 15;
    background-color: rgba(255, 108, 44, 0.85);
    -webkit-transition: background-color 400ms, width 400ms;
    transition: background-color 400ms, width 400ms
}
.center-details__map-wrap .directions__link div,
.center-details__map-wrap .regional__link div {
    position: absolute;
    bottom: 0.9375rem
}
.center-details__map-wrap .directions__link img,
.center-details__map-wrap .directions__link svg,
.center-details__map-wrap .regional__link img,
.center-details__map-wrap .regional__link svg {
    height: 50px;
    width: 50px;
    fill: #FFF
}
.center-details__map-wrap .directions__link p,
.center-details__map-wrap .regional__link p {
    margin: 0.25em 0 0 0;
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.25em;
    vertical-align: bottom
}
@media only screen and (max-width: 500px) {
    .center-details__map-wrap .directions__link,
    .center-details__map-wrap .regional__link {
        height: 95px;
        width: 49%;
        -webkit-transition: height 400ms;
        transition: height 400ms
    }
    .center-details__map-wrap .directions__link div,
    .center-details__map-wrap .regional__link div {
        -webkit-transition: padding 400ms;
        transition: padding 400ms
    }
    .center-details__map-wrap .directions__link img,
    .center-details__map-wrap .directions__link svg,
    .center-details__map-wrap .regional__link img,
    .center-details__map-wrap .regional__link svg {
        height: 28px;
        width: 28px
    }
    .center-details__map-wrap .directions__link p,
    .center-details__map-wrap .regional__link p {
        margin: 0.5em 0 0 0;
        font-size: 0.8em
    }
}
.center-details__map-wrap .directions__link:hover,
.center-details__map-wrap .regional__link:hover {
    width: 165px;
    background-color: #ff6c2c
}
@media only screen and (max-width: 500px) {
    .center-details__map-wrap .directions__link:hover,
    .center-details__map-wrap .regional__link:hover {
        height: 115px;
        width: 49%
    }
    .center-details__map-wrap .directions__link:hover div,
    .center-details__map-wrap .regional__link:hover div {
        padding-bottom: 15px
    }
}
.center-details__map-wrap .directions__link {
    top: 0
}
@media only screen and (max-width: 500px) {
    .center-details__map-wrap .directions__link {
        top: auto;
        bottom: 0;
        left: 0
    }
}
.center-details__map-wrap .regional__link {
    bottom: 0
}
.center-details__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.05em
}
.center-details__hours {
    width: 30%;
    padding-right: 0.9375rem
}
.center-details__hours h1 {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 1.25em;
    line-height:normal;
}
.center-details__hours a {
    display: inline-block;
    margin-top: 1em;
    font-size: 1.5em;
    font-weight: bold
}
.center-details__hours ul {
    margin: 1.55em 0 0 0;
    padding: 0;
    list-style-type: none
}
.center-details__hours li {
    margin-bottom: 0.4em;
    font-family: "roboto", sans-serif;
    font-size: 0.85em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase
}
.center-details__hours li strong {
    color: #128141
}
@media only screen and (max-width: 960px) {
    .center-details__hours a {
        font-size: 2.5vw
    }
    .center-details__hours li {
        font-size: 1.65vw
    }
}
@media only screen and (max-width: 640px) {
    .center-details__hours {
        width: 100%
    }
    .center-details__hours a {
        font-size: 1.25em
    }
    .center-details__hours li {
        font-size: 0.9em
    }
}
.center-details__details-wrap {
    width: 70%;
    text-align: right
}
@media only screen and (max-width: 640px) {
    .center-details__details-wrap {
        width: 100%;
        text-align: left
    }
}
.center-details__details {
    display: inline-block;
    max-width: 725px;
    padding: 0 0.9375rem
}
.center-details__details h5 {
    margin: 0;
    text-align: left
}
.center-details__details p {
    font-size: 0.9em;
    text-align: left
}
@media only screen and (max-width: 640px) {
    .center-details__details {
        width: 100%;
        margin-top: 1.75em;
        padding: 0
    }
    .center-details__details h5 {
        font-size: 1.05em
    }
}
.center-services {
    background-color: #FFF
}
.center-services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5em 0.9375rem
}
@media only screen and (max-width: 960px) {
    .center-services__inner {
        padding: 3em 0.9375rem
    }
}
@media only screen and (max-width: 500px) {
    .center-services__inner {
        padding: 2.5em 1.875rem 0
    }
}
.center-services__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 66.666666%;
}
.center-services__text-wrap h3 {
    margin-top: 0;
    padding: 0 0.9375rem;
    font-size: 1.75em!important;
    line-height: 1.4em;
}

@media only screen and (max-width: 960px) {
    .center-services__text-wrap {
        width: 100%;
        max-width: 640px;
        margin: 0 auto
    }
    .center-services__text-wrap h3 {
        width: 100%;
        margin-bottom: 1.25em;
        padding: 0 0.9375rem;
        font-size: 1.5em
    }
}
@media only screen and (max-width: 700px) {
    .center-services__text-wrap {
        max-width: calc(95% - 0.9375rem*2);
        background-size: 650px 650px
    }
}
@media only screen and (max-width: 640px) {
    .center-services__text-wrap {
        width: 100%;
        max-width: none
    }
}
@media only screen and (max-width: 500px) {
    .center-services__text-wrap {
        background-image: none !important
    }
    .center-services__text-wrap h3 {
        padding: 0
    }
}
.center-services__column {
    width: 50%;
    padding: 0 0.9375rem
}
.center-services__column>*:first-child {
    margin-top: 0
}
.center-services__column h4 {
    font-size: 1.25em;
    margin-bottom: 0;
    line-height: normal;
}
.center-services__column h5 {
    margin-bottom: 0
}

.center-services__column p {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.35em
}
@media only screen and (max-width: 960px) {
    .center-services__column {
        width: 100%;
        max-width: 640px;
        margin: 0 auto
    }
}
@media only screen and (max-width: 700px) {
    .center-services__column {
        width: 95%;
        max-width: none;
        padding: 0
    }
    .center-services__column h5 {
        margin-top: 0
    }
    .center-services__column h4 {
        margin-top: 0
    }
}
@media only screen and (max-width: 500px) {
    .center-services__column h5 {
        margin-bottom: 0.75em;
        padding-left: 40px;
        position: relative
    }
     .center-services__column h4 {
        margin-bottom: 0.75em;
        padding-left: 40px;
        position: relative
    }
   .center-services__column h4:before {
        content: '';
        height: 22px;
        width: 22px;
        position: absolute;
        top: 2px;
        left: 0;
        background-image: url("images/global/bullet-image.png")
    }
   .center-services__column h5:before {
        content: '';
        height: 22px;
        width: 22px;
        position: absolute;
        top: 2px;
        left: 0;
        background-image: url("images/global/bullet-image.png")
    }
    .center-services__column p {
        display: none
    }
}
.center-services__column:last-of-type h5:last-of-type {
    margin-bottom: 0
}
.center-services__column:last-of-type h4:last-of-type {
    margin-bottom: 0
}

.center-services__promo-wrap {
    display: block;
    width: 33.333333%;
    max-width: calc(33.333333% - 0.9375rem*2);
    margin: 0 auto
}
@media only screen and (max-width: 960px) {
    .center-services__promo-wrap {
        height: 76px;
        width: 100%;
        max-width: calc(640px - 0.9375rem*2);
        margin: 1.5em auto 0;
        padding: 0;
        background-image: url("images/promos/center-promo-hor.jpg") !important;
        background-size: contain
    }
}
@media only screen and (max-width: 700px) {
    .center-services__promo-wrap {
        max-width: calc(95% - 0.9375rem*4)
    }
}
@media only screen and (max-width: 640px) {
    .center-services__promo-wrap {
        width: 100%;
        max-width: none
    }
}
@media only screen and (max-width: 500px) {
    .center-services__promo-wrap {
        height: 100vw;
        width: 100%;
        margin: 1em auto 0;
        padding: 0;
        background-image: url("images/promos/center-promo-sqr.jpg") !important;
        background-size: contain
    }
}
.centered-cta {
    height: 31em;
    max-height: 450px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    background-color: #FFF;
    background-position: -100% 0;
    background-repeat: no-repeat;
    background-size: 35em;
    -webkit-transition: background-position 1200ms;
    transition: background-position 1200ms
}
.centered-cta.visible {
    background-position: 0 0
}
.centered-cta__wrap {
    height: 100%;
    width: 100%;
    background-position: 200% 0;
    background-repeat: no-repeat;
    background-size: 35em;
    -webkit-transition: background-position 1200ms;
    transition: background-position 1200ms
}
.centered-cta__wrap.visible {
    background-position: 100% 0
}
.centered-cta__wrap:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.centered-cta__content {
    display: inline-block;
    width: 99%;
    max-width: 500px;
    margin: 7em auto 0;
    vertical-align: middle;
    -webkit-transition: margin 400ms;
    transition: margin 400ms
}
.centered-cta__content h4 {
    margin: 0;
    font-size: 1.65em;
    line-height: 1.25em
}
.centered-cta__content p {
    max-width: 400px;
    margin: 1.65em auto 0
}
.centered-cta__content .centered-cta__btn {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 2.1em
}
@media only screen and (max-width: 1320px) {
    .centered-cta {
        font-size: 1.25vw
    }
}
@media only screen and (max-width: 1024px) {
    .centered-cta {
        height: 430px;
        font-size: 16px;
        background-image: none !important
    }
    .centered-cta__wrap {
        background-image: none !important
    }
    .centered-cta__content {
        margin-top: 6em
    }
}
@media only screen and (max-width: 500px) {
    .centered-cta {
        height: 25em;
        font-size: 3.2vw
    }
    .centered-cta__content {
        max-width: none;
        margin-top: 12vw;
        padding: 0 0.9375rem
    }
    .centered-cta__content p {
        margin-top: 15px;
        font-size: 15px
    }
    .centered-cta__content .centered-cta__btn {
        min-width: 225px;
        margin-top: 20px
    }
}
@media only screen and (max-width: 400px) {
    .centered-cta {
        height: 32em;
        font-size: 3.5vw
    }
    .centered-cta__content {
        margin-top: 14vw
    }
}
.coaches-block {
    background-color: #f7f7f7
}
.coaches-block__inner {
    padding: 3em 0.9375rem
}
.coaches-block h2 {
    margin: 0;
    text-align: center
}
@media only screen and (max-width: 960px) {
    .coaches-block h2 {
        font-size: 2.25em
    }
}
@media only screen and (max-width: 600px) {
    .coaches-block h2 {
        font-size: 1.8em
    }
}
.coaches-block__main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em
}
.coaches-block .coach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: 2.5em;
    padding: 0 0.9375rem
}

/*.coaches-block .coach:nth-of-type(3),
.coaches-block .coach:nth-of-type(4) {
    margin-bottom: 0
}
*/
@media only screen and (max-width: 960px) {
    .coaches-block .coach {
        width: 100%;
        max-width: 640px;
        margin: 0 auto 3.25em
    }
    .coaches-block .coach:nth-of-type(3),
    .coaches-block .coach:nth-of-type(4) {
        margin-bottom: 3.25em
    }
}
@media only screen and (max-width: 600px) {
    .coaches-block .coach {
        margin: 0 auto 2.25em
    }
    .coaches-block .coach:nth-of-type(3),
    .coaches-block .coach:nth-of-type(4) {
        margin-bottom: 2.25em
    }
}
.coaches-block .coach__img-wrap {
    width: 40%;
    text-align: center;
    padding: 1.875rem 0.9375rem 0 0
}
.coaches-block .coach__img-wrap img {
    display: inline-block
}
.coaches-block .coach__img-wrap .coach__image {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    opacity: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}
.coaches-block .coach__img-wrap .coach__icon {
    height: 65px;
    width: 65px;
    margin-top: 0.9375rem;
    opacity: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}
@media only screen and (max-width: 600px) {
    .coaches-block .coach__img-wrap {
        width: 100%;
        padding: 0
    }
    .coaches-block .coach__img-wrap .coach__icon {
        margin-top: 0
    }
}
.coaches-block .coach__text-wrap {
    width: 60%;
    padding: 0 1.40625rem
}
.coaches-block .coach__text-wrap h6 {
    margin: 0 0 1em 0;
    color: #128141;
    font-size: 1.1em;
    font-weight: bold
}
.coaches-block .coach__text-wrap strong {
    font-size: 0.8em
}
.coaches-block .coach__text-wrap p {
    font-size: 0.9em
}
.coaches-block .coach__text-wrap p:last-of-type {
    margin-bottom: 0
}
@media only screen and (max-width: 600px) {
    .coaches-block .coach__text-wrap {
        width: 100%;
        margin-top: 1.75em;
        padding: 0
    }
}
.coaches-block.visible .coach .coach__image {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    opacity: 1
}
.coaches-block.visible .coach .coach__icon {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    opacity: 1
}
.column-callout {
    background-color: #FFF
}
.column-callout__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto
}
.column-callout__text-wrap {
    width: 50%;
    padding: 3.5em 0 4.5em 1.875rem
}
.column-callout__text-wrap>*:first-child {
    margin-top: 0
}
.column-callout__text-wrap p {
    max-width: 450px
}
.column-callout__text-wrap .btn {
    margin-bottom: 0
}
@media only screen and (max-width: 767px) {
    .column-callout__text-wrap {
        width: 100%;
        padding: 3.5em 1.875rem 4.5em;
        text-align: center
    }
    .column-callout__text-wrap h5 {
        color: #128141
    }
    .column-callout__text-wrap p {
        margin: 0 auto
    }
}
@media only screen and (max-width: 375px) {
    .column-callout__text-wrap h5 {
        font-size: 1.2em
    }
}
.column-callout__image {
    width: 50%;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateX(250%);
    transform: translateX(250%);
    -webkit-transition: -webkit-transform 1200ms;
    transition: transform 1200ms
}
@media only screen and (max-width: 767px) {
    .column-callout__image {
        display: none
    }
}
.column-callout.visible .column-callout__image {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.column-callout.column-callout--img-left .column-callout__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.column-callout.column-callout--img-left .column-callout__image {
    background-position: top right;
    -webkit-transform: translateX(-250%);
    transform: translateX(-250%)
}
.column-callout.column-callout--img-left.visible .column-callout__image {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.column-callout.column-callout--icon-bullets {
    background-position: -250% 0;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background-position 1200ms;
    transition: background-position 1200ms
}
@media only screen and (max-width: 767px) {
    .column-callout.column-callout--icon-bullets {
        background-image: none !important
    }
}
@media only screen and (max-width: 959px) {
    .column-callout.column-callout--icon-bullets .column-callout__image {
        display: none
    }
}
@media only screen and (max-width: 1024px) {
    .column-callout.column-callout--icon-bullets .column-callout__text-wrap {
        width: 45%;
        margin-right: 1.875rem
    }
}
@media only screen and (max-width: 959px) {
    .column-callout.column-callout--icon-bullets .column-callout__text-wrap {
        margin-left: 55%;
        padding: 2em 0
    }
}
@media only screen and (max-width: 767px) {
    .column-callout.column-callout--icon-bullets .column-callout__text-wrap {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 2.75em 0.9375rem;
        text-align: left
    }
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap h4 {
    margin: 0
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap h6 {
    margin: 1em 0 2em;
    color: #128141;
    font-style: italic
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap p {
    position: relative;
    padding-left: 60px;
    font-size: 0.8em
}
@media only screen and (max-width: 767px) {
    .column-callout.column-callout--icon-bullets .column-callout__text-wrap p {
        margin-bottom: 0.9375rem
    }
}
/*.column-callout.column-callout--icon-bullets .column-callout__text-wrap p:before {
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 0
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap p:first-of-type:before {
    content: url("images/modules/column-callout/g-icon.svg")
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap p:nth-of-type(2):before {
    top: 5px;
    content: url("images/modules/column-callout/trophy-icon.svg")
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap p:nth-of-type(3):before {
    content: url("images/modules/column-callout/ball-icon.svg")
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap p:last-of-type {
    margin-bottom: 0
}
.column-callout.column-callout--icon-bullets .column-callout__text-wrap p:last-of-type:before {
    height: 50px;
    width: 50px;
    top: 5px;
    left: -5px;
    content: url("images/modules/column-callout/swing-icon.svg")
}
*/
@media only screen and (max-width: 959px) {
    .column-callout.column-callout--icon-bullets .column-callout__text-wrap p {
        padding-left: 0
    }
    .column-callout.column-callout--icon-bullets .column-callout__text-wrap p:before {
        display: none
    }
}
.column-callout.column-callout--icon-bullets.visible {
    background-position: 20vw 0
}
@media only screen and (max-width: 2300px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: 16vw 0
    }
}
@media only screen and (max-width: 2000px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: 10vw 0
    }
}
@media only screen and (max-width: 1700px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: 2vw 0
    }
}
@media only screen and (max-width: 1450px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: -5vw 0
    }
}
@media only screen and (max-width: 1250px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: -12vw 0
    }
}
@media only screen and (max-width: 1100px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: -170px 0
    }
}
@media only screen and (max-width: 1024px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: -270px 0
    }
}
@media only screen and (max-width: 959px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-size: auto;
        background-position: -270px 0
    }
}
@media only screen and (max-width: 885px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-position: -340px 0
    }
}
@media only screen and (max-width: 767px) {
    .column-callout.column-callout--icon-bullets.visible {
        background-image: none !important
    }
}
.content-block {
    width: 100%;
    background-color: #FFF
}
.content-block__inner {
    padding: 4em 0.9375rem 4em;
    overflow: hidden
}
@media only screen and (max-width: 960px) {
    .content-block__inner {
        padding: 2em 0.9375rem 2em
    }
}
@media only screen and (max-width: 500px) {
    .content-block__inner {
        padding: 2em 0 2em
    }
}
.content-block__title {
    margin: 0 0 1.5em;
    padding: 0 0.9375rem;
    text-align: center
}
@media only screen and (max-width: 960px) {
    .content-block__title {
        font-size: 1.65em
    }
}
@media only screen and (max-width: 500px) {
    .content-block__title {
        font-size: 1.35em
    }
}
.content__group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.content__group>*:first-child {
    margin-top: 0
}
.content__group>*:last-child {
    margin-bottom: 0
}
@media only screen and (max-width: 1024px) {
    .content__group>*:last-child {
        margin-bottom: 0.9375rem
    }
}
.content__group h1,
.content__group h2,
.content__group h3,
.content__group h4,
.content__group h5,
.content__group h6 {
    margin: 15px 0
}
.content__group p {
    font-size: 0.9em
}
@media only screen and (max-width: 960px) {
    .content__group img {
        display: block;
        margin: 0 auto
    }
}
.content--1 .content__group--1 {
    padding: 0 0.9375rem
}
@media only screen and (max-width: 480px) {
    .content--1 .content__group--1 {
        max-width: 100%;
        margin: 0 auto
    }
}
.content--2.content__two-col--half .content__group {
    float: left;
    width: 50%;
    padding: 0 0.9375rem
}
.content--2.content__two-col--two .content__group--1 {
    float: left;
    width: 66.666667%;
    padding: 0 0.9375rem
}
.content--2.content__two-col--two .content__group--2 {
    float: left;
    width: 33.333333%;
    padding: 0 0.9375rem
}
.content--2.content__two-col--one .content__group--1 {
    float: left;
    width: 33.333333%;
    padding: 0 0.9375rem
}
.content--2.content__two-col--one .content__group--2 {
    float: left;
    width: 66.666667%;
    padding: 0 0.9375rem
}
@media only screen and (max-width: 960px) {
    .content--2 [class*=" content__group--"].content__group {
        width: 100%
    }
    .content--2 [class*=" content__group--"].content__group[class*="no-prev"] {
        width: 91.6667%;
        margin-left: auto;
        margin-right: auto
    }
    .content--2 .content__group--2 {
       /*  margin-top: 2em */
    }
}
@media only screen and (max-width: 480px) {
    .content--2 [class*=" content__group--"].content__group {
        width: 100%
    }
    .content--2 [class*=" content__group--"].content__group[class*="no-prev"] {
        margin-left: 0
    }
}
.content--3 .content__group {
    float: left;
    width: 33.333333%;
    padding: 0 0.9375rem
}
.content--3 .content__group.content__group--no-prev {
    margin-left: 33.33333%
}
.content--3 .content__group.content__group--no-prev-2 {
    margin-left: 66.66667%
}
@media only screen and (max-width: 960px) {
    .content--3 .content__group {
        width: 100%
    }
    .content--3 .content__group img {
        max-width: 500px;
        margin: 18px auto 10px
    }
}
@media only screen and (max-width: 960px) and (max-width: 500px) {
    .content--3 .content__group img {
        width: 100%;
        max-width: none
    }
}
@media only screen and (max-width: 960px) {
    .content--3 .content__group--1>*:first-child {
        margin-top: 0
    }
    .content--3 .content__group--1>*:first-child img {
        margin-top: 0
    }
}
.content-block--valign-left .content__group--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.content-block--valign-left .content__group--1 .content-block__align-wrap {
    width: 95%;
    margin: 0;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center
}
.content-block--valign-left .content__group--1 .content-block__align-wrap h3 {
    margin: 0;
    line-height: 1.1em
}
.content-block--valign-left .content__group--1 .content-block__align-wrap h3 strong {
    color: #e12127
}

.content-block--valign-left .content__group--1 .content-block__align-wrap h3 a{
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    position: relative;
    background-color: #ff6c2c;
    border: none;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}


.content-block--valign-right .content__group--2:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.content-block--valign-right .content__group--2 .content-block__align-wrap {
    display: inline-block;
    width: 98%;
    margin: 0;
    vertical-align: middle
}
.content-block--valign-right .content__group--2 .content-block__align-wrap h3 {
    margin: 0;
    line-height: 1.1em
}
.content-block--valign-right .content__group--2 .content-block__align-wrap h3 strong {
    color: #e12127
}
.cta-bar__overlay {
    height: 100%
}
.cta-bar__inner {
    padding: 4.35em 0.9375rem
}
@media only screen and (max-width: 767px) {
    .cta-bar__inner {
        padding: 2.75em 1.875rem
    }
}
@media only screen and (max-width: 400px) {
    .cta-bar__inner {
        padding: 0
    }
}
.cta-bar__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (max-width: 400px) {
    .cta-bar__wrap {
        display: block
    }
}
.cta-bar__text-wrap {
    width: 75%
}
.cta-bar__text-wrap h3 {
    margin: 0;
    color: #FFF
}
.cta-bar__text-wrap h4 {
    margin: 0;
    color: #FFF
}
@media only screen and (max-width: 767px) {
    .cta-bar__text-wrap {
        width: 100%
    }
}
@media only screen and (max-width: 640px) {
    .cta-bar__text-wrap h3 {
        font-size: 5.5vw
    }
    .cta-bar__text-wrap h4 {
        font-size: 4.75vw
    }
}
@media only screen and (max-width: 400px) {
    .cta-bar__text-wrap {
        max-width: 85%;
        margin: 0 auto
    }
    .cta-bar__text-wrap h3 {
        padding-top: 3em
    }
}
.cta-bar__btn-wrap {
    width: 25%;
    text-align: right
}
.cta-bar__btn-wrap .cta-bar__btn {
    display: inline-block;
    margin-bottom: 0
}
@media only screen and (max-width: 767px) {
    .cta-bar__btn-wrap {
        width: 100%;
        text-align: left
    }
}
@media only screen and (max-width: 400px) {
    .cta-bar__btn-wrap .cta-bar__btn {
        width: 100%;
        position: relative;
        top: 4px
    }
}
.dot-carousel {
    background-color: #FFF;
    position: relative;
    padding: 3em 1.875rem 5.5em
}
@media only screen and (max-width: 1024px) {
    .dot-carousel {
        padding: 3em 5.625rem 5.25em
    }
}
@media only screen and (max-width: 850px) {
    .dot-carousel {
        padding: 3em 2.8125rem 5.25em
    }
}
@media only screen and (max-width: 700px) {
    .dot-carousel {
        padding: 2em 1.875rem 4.25em
    }
}
@media only screen and (max-width: 500px) {
    .dot-carousel {
        padding: 2em 0.9375rem 4.25em
    }
}
.dot-carousel__title {
    margin: 0;
    text-align: center
}
@media only screen and (max-width: 960px) {
    .dot-carousel__title {
        font-size: 1.6em
    }
}
@media only screen and (max-width: 700px) {
    .dot-carousel__title {
        width: 100%;
        margin: 0 auto;
        padding: 0 0.9375rem;
        font-size: 1.4em;
        text-align: left
    }
    .dot-carousel__title strong {
        display: block;
        width: 100%
    }
}
.dot-carousel__subtitle {
    margin: 1em 0 0;
    color: #128141;
    text-align: center;
    font-style: italic
}
@media only screen and (max-width: 700px) {
    .dot-carousel__subtitle {
        width: 100%;
        margin: 1em auto 0;
        padding: 0 0.9375rem;
        text-align: left
    }
}
.dot-carousel__slides {
    margin: 3em 0 0
}
@media only screen and (max-width: 640px) {
    .dot-carousel__slides {
        margin: 2em 0 0
    }
}
.dot-carousel__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2.8125rem 0 0
}
@media only screen and (max-width: 700px) {
    .dot-carousel__slide {
        padding: 0 0.9375rem 1em
    }
}
.dot-carousel__image-wrap {
    height: 18vw;
    max-height: 245px;
    width: 38%
}
@media only screen and (max-width: 1024px) {
    .dot-carousel__image-wrap {
        height: 24vw;
        max-height: 325px
    }
}
@media only screen and (max-width: 700px) {
    .dot-carousel__image-wrap {
        display: none
    }
}
.dot-carousel__text-wrap {
    width: 56%;
    margin-left: 6%
}
@media only screen and (max-width: 700px) {
    .dot-carousel__text-wrap {
        width: 100%;
        margin: 0 auto
    }
}
.dot-carousel__text h6 {
    margin: 0
}
.dot-carousel__text h6 .dot-carousel__number {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 0.8em;
    border: 4px solid #128141;
    border-radius: 50%;
    color: #e12127;
    font-size: 1.15em;
    font-weight: 800;
    line-height: 32px;
    text-align: center
}
.dot-carousel__text p {
    margin-bottom: 0;
    font-size: 0.85em
}
@media only screen and (max-width: 640px) {
    .dot-carousel__text {
        width: 100%
    }
}
.dot-carousel__slides .owl-carousel {
    z-index: auto;
    height: 100%
}
.dot-carousel__slides .owl-wrapper-outer {
    height: 100%
}
.dot-carousel__slides .owl-wrapper {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.dot-carousel__slides .owl-buttons {
    max-width: 170px;
    margin: 0 auto;
    position: relative
}
@media only screen and (max-width: 1024px) {
    .dot-carousel__slides .owl-buttons {
        max-width: 220px
    }
}
.dot-carousel__slides .owl-item {
    overflow: hidden;
    cursor: pointer
}
.dot-carousel__slides .owl-prev,
.dot-carousel__slides .owl-next {
    height: 24px;
    width: 10px;
    position: absolute;
    bottom: -3.95em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
.dot-carousel__slides .owl-prev:hover,
.dot-carousel__slides .owl-next:hover {
    opacity: 0.7
}
@media only screen and (max-width: 640px) {
    .dot-carousel__slides .owl-prev,
    .dot-carousel__slides .owl-next {
        bottom: -3em
    }
}
.dot-carousel__slides .owl-prev {
    left: 0.9375rem
}
.dot-carousel__slides .owl-next {
    right: 0.9375rem
}
.dot-carousel__slides .owl-pagination {
    width: 100%;
    position: absolute;
    bottom: -3em;
    right: 0;
    left: 0;
    text-align: center
}
@media only screen and (max-width: 640px) {
    .dot-carousel__slides .owl-pagination {
        bottom: -2em
    }
}
.dot-carousel__slides .owl-pagination .owl-page {
    display: inline-block;
    margin-right: 0.75em
}
.dot-carousel__slides .owl-pagination .owl-page:last-of-type {
    margin-right: 0
}
.dot-carousel__slides .owl-pagination .owl-page span {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid #2f2931;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms
}
.dot-carousel__slides .owl-pagination .owl-page.active span {
    background-color: #2f2931
}
.dot-carousel__slides .owl-pagination .owl-page:hover span {
    background-color: rgba(47, 41, 49, 0.6)
}
.dot-slider {
    background-color: #FFF;
    position: relative;
    background-position: 27.5%;
    background-repeat: no-repeat;
    background-size: contain
}
@media only screen and (max-width: 1825px) {
    .dot-slider {
        background-position: 12%
    }
}
@media only screen and (max-width: 1450px) {
    .dot-slider {
        background-position: 3%
    }
}
@media only screen and (max-width: 1200px) {
    .dot-slider {
        background-position: -135px
    }
}
@media only screen and (max-width: 640px) {
    .dot-slider {
        background-image: none !important
    }
}
.dot-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 1.875rem
}
@media only screen and (max-width: 640px) {
    .dot-slider__slide {
        padding: 0 0.9375rem 1em
    }
}
.dot-slider__text-wrap {
    height: 100%;
    width: 43%;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center
}
@media only screen and (max-width: 640px) {
    .dot-slider__text-wrap {
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }
}
.dot-slider__text {
    width: 95%;
    margin: 0 auto
}
.dot-slider__text h5 {
    margin-top: 0
}
@media only screen and (max-width: 640px) {
    .dot-slider__text h5 {
        margin-top: 1.5em
    }
}
.dot-slider__text p {
    max-width: 385px;
    margin-bottom: 0
}
@media only screen and (max-width: 640px) {
    .dot-slider__text p {
        max-width: none
    }
}
@media only screen and (max-width: 640px) {
    .dot-slider__text {
        width: 100%
    }
}
.dot-slider__image-wrap {
    height: 28em;
    width: 57%
}
@media only screen and (max-width: 1024px) {
    .dot-slider__image-wrap {
        background-size: contain
    }
}
@media only screen and (max-width: 640px) {
    .dot-slider__image-wrap {
        height: 60vw;
        width: 100%;
        max-width: 550px;
        margin: 1.5em auto 0
    }
}
@media only screen and (max-width: 480px) {
    .dot-slider__image-wrap {
        height: 70vw
    }
}
.dot-slider__slides .owl-carousel {
    z-index: auto;
    height: 100%
}
.dot-slider__slides .owl-wrapper-outer {
    height: 100%
}
.dot-slider__slides .owl-wrapper {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
.dot-slider__slides .owl-item {
    overflow: hidden;
    cursor: pointer
}
.dot-slider__slides .owl-prev,
.dot-slider__slides .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.75;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
.dot-slider__slides .owl-prev:hover,
.dot-slider__slides .owl-next:hover {
    opacity: 1
}
@media only screen and (max-width: 960px) {
    .dot-slider__slides .owl-prev,
    .dot-slider__slides .owl-next {
        display: none
    }
}
.dot-slider__slides .owl-prev {
    left: 0;
    /* left: 0.9375rem */
}
.dot-slider__slides .owl-next {
    right: 0;
    /* right: 0.9375rem */
}
.dot-slider__slides .owl-pagination {
    width: 100%;
    position: absolute;
    bottom: 2.5em;
    right: 0;
    left: 0;
    text-align: center
}
@media only screen and (max-width: 640px) {
    .dot-slider__slides .owl-pagination {
        bottom: 1.5em
    }
}
.dot-slider__slides .owl-pagination .owl-page {
    display: inline-block;
    margin-right: 0.75em
}
.dot-slider__slides .owl-pagination .owl-page:last-of-type {
    margin-right: 0
}
.dot-slider__slides .owl-pagination .owl-page span {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid #2f2931;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms
}
.dot-slider__slides .owl-pagination .owl-page.active span {
    background-color: #2f2931
}
.dot-slider__slides .owl-pagination .owl-page:hover span {
    background-color: rgba(47, 41, 49, 0.6)
}
.fitting-ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.fitting-ctas__box {
    height: 38em;
    width: 50%;
    position: relative;
    overflow: hidden
}
@media only screen and (max-width: 767px) {
    .fitting-ctas__box {
        height: 28em;
        width: 100%
    }
}
@media only screen and (max-width: 500px) {
    .fitting-ctas__box {
        height: 31em;
        width: 100%
    }
}
.fitting-ctas__box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms
}
@media only screen and (max-width: 960px) {
    .fitting-ctas__box:after {
        opacity: 1
    }
}
.fitting-ctas__box .box__title {
    display: inline-block;
    padding: 0.9375rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(18, 129, 65, 0.74);
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 600ms;
    transition: background-color 600ms
}
.fitting-ctas__box .box__text-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    position: absolute;
    bottom: -100%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom 600ms, opacity 900ms;
    transition: bottom 600ms, opacity 900ms;
    opacity: 1
}
.fitting-ctas__box .box__text-wrap p {
    color: #FFF;
    font-style: italic
}
@media only screen and (max-width: 1024px) {
    .fitting-ctas__box .box__text-wrap {
        max-width: none;
        left: 0;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding: 0 1.875rem
    }
}
@media only screen and (max-width: 960px) {
    .fitting-ctas__box .box__text-wrap {
        bottom: 1em
    }
}
@media only screen and (max-width: 500px) {
    .fitting-ctas__box .box__text-wrap .box__btn {
        font-size: 0.9em
    }
}
.fitting-ctas__box:hover:after {
    opacity: 1
}
.fitting-ctas__box:hover .box__title {
    background-color: #128141
}
.fitting-ctas__box:hover .box__text-wrap {
    bottom: 2em;
    opacity: 1
}
@media only screen and (max-width: 960px) {
    .fitting-ctas__box:hover .box__text-wrap {
        bottom: 1em
    }
}
.fitting-info__overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(47, 41, 49, 0.87)
}
.fitting-info__inner {
    padding: 3.5em 1.875rem
}
@media only screen and (max-width: 500px) {
    .fitting-info__inner {
        padding: 2.75em 0.9375rem
    }
}
.fitting-info__inner h3 {
    margin: 0;
    padding: 0 0.9375rem;
    color: #FFF;
    font-size: 1.75em;
    text-align: center
}
@media only screen and (max-width: 575px) {
    .fitting-info__inner h3 {
        font-size: 1.5em
    }
}
@media only screen and (max-width: 400px) {
    .fitting-info__inner h3 {
        font-size: 1.3em
    }
}
.fitting-info__main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.4em;
    padding-bottom: 3.4em;
    border-bottom: 1px solid #686967
}
@media only screen and (max-width: 767px) {
    .fitting-info__main-wrap {
        margin-top: 2.5em;
        padding-bottom: 2.5em
    }
}
.fitting-info__stat-col {
    width: 33.333333%;
    padding: 0
}
@media only screen and (max-width: 767px) {
    .fitting-info__stat-col {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 2.5em
    }
}
.fitting-info__stat-col h6 {
    width: 100%;
    margin: 0;
    color: #FFF;
    font-size: 0.925em;
    text-align: center
}
@media only screen and (max-width: 767px) {
    .fitting-info__stat-col h6 {
        font-size: 1.1em
    }
}
.fitting-info__stat-col .fitting-info__stat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5em
}
@media only screen and (max-width: 767px) {
    .fitting-info__stat-col .fitting-info__stat-wrap {
        margin-top: 2em
    }
}
.fitting-info__stat-col .fitting-info__stat {
    width: 20%;
    margin-right: 5%;
    color: #FFF;
    text-align: center;
    text-transform: uppercase
}
@media only screen and (max-width: 960px) {
    .fitting-info__stat-col .fitting-info__stat {
        width: 26%;
        margin-right: 5%
    }
}
@media only screen and (max-width: 767px) {
    .fitting-info__stat-col .fitting-info__stat {
        text-align: right
    }
}
.fitting-info__stat-col .fitting-info__stat strong {
    display: inline-block;
    height: 45px;
    width: 100%;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 41px
}
.fitting-info__stat-col .fitting-info__stat strong span {
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-weight: bold
}
@media only screen and (max-width: 767px) {
    .fitting-info__stat-col .fitting-info__stat strong {
        height: 45px;
        width: auto;
        padding: 0 0.9375rem
    }
}
.fitting-info__stat-col .fitting-info__text {
    width: 75%;
    margin: 0;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 0.8em;
    font-weight: 100
}
@media only screen and (max-width: 960px) {
    .fitting-info__stat-col .fitting-info__text {
        width: 69%;
        max-width: 265px
    }
}
.fitting-info__stat-col:nth-of-type(2) {
    padding: 0 1.875rem
}
@media only screen and (max-width: 767px) {
    .fitting-info__stat-col:nth-of-type(2) {
        padding: 0
    }
}
.fitting-info__testimonial {
    text-align: center
}
.fitting-info__testimonial h5 {
    color: #FFF
}
.fitting-info__testimonial p {
    max-width: 715px;
    margin: 0 auto;
    color: #FFF;
    font-size: 0.85em;
    font-style: italic;
    line-height: 1.65em
}
.fitting-info__testimonial .btn {
    margin-top: 3em;
    margin-bottom: 0
}
@media only screen and (max-width: 767px) {
    .fitting-info__testimonial h5,
    .fitting-info__testimonial p {
        padding: 0 0.9375rem
    }
}

.hover-callouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.hover-callouts__box {
    float: left;
    height: 25em;
    width: 25%;
    position: relative;
    overflow: hidden
}
@media only screen and (max-width: 960px) {
    .hover-callouts__box {
        width: 50%
    }
}
@media only screen and (max-width: 700px) {
    .hover-callouts__box {
        width: 100%
    }
}
.hover-callouts__box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms
}
@media only screen and (max-width: 960px) {
    .hover-callouts__box:after {
        opacity: 1
    }
}

.hover-callouts-head .froala-element{
    height:53px;
}
.hover-callouts-head p{
    display: inline-block;
    padding: 0.9375rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(18, 129, 65, 0.74);
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 600ms;
    transition: background-color 600ms;
    margin:0px;
}
.hover-callouts__box .box__text-wrap {
    width: 100%;
    padding: 0 1.875rem;
    position: absolute;
    bottom: -100%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom 600ms, opacity 900ms;
    transition: bottom 600ms, opacity 900ms;
    opacity: 0
}
@media only screen and (max-width: 960px) {
    .hover-callouts__box .box__text-wrap {
        bottom: 2em;
        opacity: 1
    }
}
.hover-callouts__box .box__text-wrap p {
    color: #FFF;
    font-size: 0.85em;
    font-style: italic
}
@media only screen and (max-width: 960px) {
    .hover-callouts__box .box__text-wrap p {
        max-width: 275px;
        font-size: 0.9em
    }
}
@media only screen and (max-width: 700px) {
    .hover-callouts__box .box__text-wrap p {
        max-width: 310px
    }
}
@media only screen and (max-width: 400px) {
    .hover-callouts__box .box__text-wrap p {
        max-width: none
    }
}
.hover-callouts__box:hover:after {
    opacity: 1
}
.hover-callouts__box:hover .box__title {
    background-color: #128141
}
.hover-callouts__box:hover .box__text-wrap {
    bottom: 2em;
    opacity: 1
}
@media only screen and (max-width: 960px) {
    .hover-callouts__box:hover .box__text-wrap {
        bottom: 1em
    }
}

.lessons-cta {
    background-color: #f7f7f7
}
.lessons-cta__img-wrap {
    height: 100%;
    width: 100%;
    max-width: 2050px;
    margin: 0 auto;
    background-position: right center;
    background-repeat: no-repeat
}
@media only screen and (max-width: 1850px) {
    .lessons-cta__img-wrap {
        background-position: 125% -180px;
        background-repeat: no-repeat
    }
}
@media only screen and (max-width: 1575px) {
    .lessons-cta__img-wrap {
        background-position: 140% -180px
    }
}
@media only screen and (max-width: 1450px) {
    .lessons-cta__img-wrap {
        max-width: none;
        background-position: 150% -180px
    }
}
@media only screen and (max-width: 1375px) {
    .lessons-cta__img-wrap {
        background-position: 170% -180px
    }
}
@media only screen and (max-width: 1275px) {
    .lessons-cta__img-wrap {
        background-position: 180% -180px
    }
}
@media only screen and (max-width: 1175px) {
    .lessons-cta__img-wrap {
        background-position: 235% -180px
    }
}
@media only screen and (max-width: 1075px) {
    .lessons-cta__img-wrap {
        max-width: 1375px;
        background-position: 670px -180px
    }
}
@media only screen and (max-width: 960px) {
    .lessons-cta__img-wrap {
        background-position: 570px -180px
    }
}
@media only screen and (max-width: 768px) {
    .lessons-cta__img-wrap {
        background-position: 470px -180px
    }
}
@media only screen and (max-width: 700px) {
    .lessons-cta__img-wrap {
        background-image: none !important
    }
}
.lessons-cta__inner {
    height: 100%;
    padding: 0 1.875rem
}
.lessons-cta__content-wrap {
    height: 100%;
    min-height: 450px;
    width: 100%;
    position: relative
}
@media only screen and (max-width: 850px) {
    .lessons-cta__content-wrap {
        height: auto;
        min-height: 0
    }
}
@media only screen and (max-width: 700px) {
    .lessons-cta__content-wrap {
        max-width: 500px;
        margin: 0 auto
    }
}
.lessons-cta__promo-wrap {
    width: 100%;
    max-width: 245px;
    position: absolute;
    top: 2em;
    bottom: 2em;
    left: 0;
    background-color: #666;
    background-image: url("images/modules/lessons-cta/vertical-promo.jpg")
}
@media only screen and (max-width: 959px) {
    .lessons-cta__promo-wrap {
        display: block;
        height: 75px;
        max-width: 575px;
        width: 100%;
        margin: 1.75em 0 2.75em;
        position: static;
        background-image: url("images/modules/lessons-cta/horizontal-promo.jpg")
    }
}
@media only screen and (max-width: 767px) {
    .lessons-cta__promo-wrap {
        max-width: 520px
    }
}
.lessons-cta__text {
    width: 35vw;
    max-width: 395px;
    padding-top: 4em;
    margin-left: 280px
}
@media only screen and (max-width: 1850px) {
    .lessons-cta__text {
        max-width: 485px
    }
}
@media only screen and (max-width: 1850px) {
    .lessons-cta__text {
        max-width: 465px
    }
}
@media only screen and (max-width: 959px) {
    .lessons-cta__text {
        width: 100%;
        max-width: 550px;
        margin: 0;
        padding-top: 2.75em
    }
}
@media only screen and (max-width: 875px) {
    .lessons-cta__text {
        width: 60vw
    }
}
@media only screen and (max-width: 767px) {
    .lessons-cta__text {
        width: 55vw
    }
}
@media only screen and (max-width: 700px) {
    .lessons-cta__text {
        width: 100%
    }
}
.lessons-cta__text h3 {
    margin: 0;
    font-size: 1.75em;
    line-height: 1.1em
}
.lessons-cta__text h3 strong {
    color: #e12127
}
.lessons-cta__text p {
    margin: 1.75em 0 0;
    font-size: 0.9em
}
.lessons-cta__text .btn {
    margin-bottom: 0
}
.map-block {
    height: 44.5em;
    position: relative;
    overflow: hidden;
    background-color: #71706e
}
@media only screen and (max-width: 1024px) {
    .map-block {
        height: 41.5em
    }
}
@media only screen and (max-width: 640px) {
    .map-block {
        height: 30em
    }
}
.map-block__head {
    height: 165px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: hidden
}
@media only screen and (max-width: 1024px) {
    .map-block__head {
        height: 155px
    }
}
@media only screen and (max-width: 640px) {
    .map-block__head {
        height: auto
    }
}
.map-block__head-left {
    float: left;
    height: 85px;
    width: 60%;
    padding: 0 1.40625rem;
    overflow: hidden;
    background-color: #128141;
    text-align: center
}
.map-block__head-left span {
    display: inline-block;
    height: 100%;
    padding-right: 2em;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 85px
}
@media only screen and (max-width: 1185px) {
    .map-block__head-left span {
        font-size: 1.25vw
    }
}
@media only screen and (max-width: 1045px) {
    .map-block__head-left span {
        padding-right: 1.5em
    }
}
.map-block__head-left a {
    display: inline-block;
    margin: 0;
    padding: 0.4em 1.17188rem 0.7em;
    font-size: 0.93em;
    text-transform: none;
    vertical-align: middle
}
.map-block__head-left a img {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 1em;
    position: relative;
    top: 3px
}
@media only screen and (max-width: 1024px) {
    .map-block__head-left {
        height: 100%;
        width: 40%;
        padding: 1em 0.9375rem 1.25em;
        text-align: left
    }
    .map-block__head-left span {
        height: auto;
        width: 100%;
        margin-top: 5px;
        font-size: 1.2em;
        line-height: 1.25em
    }
    .map-block__head-left a {
        display: block;
        height: 49px;
        width: 100%;
        margin-top: 17px;
        padding: 0.7em 1.17188rem 0.7em
    }
}
@media only screen and (max-width: 805px) {
    .map-block__head-left span {
        font-size: 2.3vw
    }
}
@media only screen and (max-width: 640px) {
    .map-block__head-left {
        height: auto;
        width: 100%;
        text-align: center
    }
    .map-block__head-left span {
        max-width: 400px;
        margin: 0.25em auto;
        padding: 0 0.9375rem;
        font-size: 1.5em;
        line-height: 1.05em
    }
    .map-block__head-left a {
        width: 95%;
        max-width: 400px;
        margin: 1em auto 0
    }
}
@media only screen and (max-width: 400px) {
    .map-block__head-left span {
        font-size: 20px
    }
}
.map-block__head-right {
    float: left;
    height: 100%;
    width: 40%;
    background-color: transparent
}
@media only screen and (max-width: 1024px) {
    .map-block__head-right {
        width: 60%;
        background-color: #71706e
    }
}
@media only screen and (max-width: 640px) {
    .map-block__head-right {
        height: auto;
        width: 100%;
        background-color: #128141
    }
}
.map-block__legend {
    width: 100%;
    max-width: 575px;
    padding: 0 1.875rem;
    overflow: hidden;
    text-align: center
}
@media only screen and (max-width: 805px) {
    .map-block__legend {
        padding: 0 0.9375rem
    }
}
@media only screen and (max-width: 640px) {
    .map-block__legend {
        display: none
    }
}
.map-block__legend .map-block__marker {
    float: left;
    width: 50%;
    max-width: 250px;
    margin-top: 1em;
    color: #FFF;
    text-align: center;
    overflow: hidden
}
.map-block__legend .map-block__marker img {
    float: left;
    display: inline-block;
    height: auto;
    max-height: 60px;
    width: 3.25em
}
@media only screen and (max-width: 1225px) {
    .map-block__legend .map-block__marker img {
        font-size: 1.2vw
    }
}
@media only screen and (max-width: 1024px) {
    .map-block__legend .map-block__marker img {
        font-size: 16px
    }
}
@media only screen and (max-width: 805px) {
    .map-block__legend .map-block__marker img {
        font-size: 1.9vw
    }
}
.map-block__legend .map-block__marker span {
    float: left;
    display: inline-block;
    max-width: 85px;
    position: relative;
    top: 9px;
    color: #FFF;
    font-size: 0.9em;
    text-align: left;
    padding-left:4px;
}
@media only screen and (max-width: 1225px) {
    .map-block__legend .map-block__marker span {
        font-size: 0.9vw
    }
}
@media only screen and (max-width: 1024px) {
    .map-block__legend .map-block__marker span {
        max-width: 95px;
        font-size: 0.65em
    }
}
@media only screen and (max-width: 805px) {
    .map-block__legend .map-block__marker span {
        font-size: 1.4vw
    }
}
.map-block__search {
    width: 100%;
    max-width: 575px;
    padding: 1.5em 1.875rem 0;
    overflow: hidden
}
@media only screen and (max-width: 1024px) {
    .map-block__search {
        padding: 0.65em 1.875rem 0
    }
}
@media only screen and (max-width: 960px) {
    .map-block__search {
        padding: 0.65em 0.9375rem 0
    }
}
@media only screen and (max-width: 640px) {
    .map-block__search {
        display: block;
        margin: 0 auto;
        padding: 0 0.9375rem 1.5em;
        text-align: center
    }
}
.map-block__search span {
    display: inline-block;
    float: left;
    height: 100%;
    width: 30%;
    color: #FFF;
    font-size: 1em;
    line-height: 40px
}
@media only screen and (max-width: 1365px) {
    .map-block__search span {
        font-size: 1.1vw
    }
}
@media only screen and (max-width: 1024px) {
    .map-block__search span {
        display: none
    }
}
.map-block__search form {
    float: left;
    width: 68%;
    margin-left: 2%;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 1px 8px 1px rgba(0, 0, 0, 0.2)
}
@media only screen and (max-width: 1024px) {
    .map-block__search form {
        width: 100%;
        margin-left: 0
    }
}
@media only screen and (max-width: 640px) {
    .map-block__search form {
        float: none;
        display: inline-block;
        width: 95%;
        max-width: 400px
    }
}
.map-block__search form input[type="text"] {
    float: left;
    height: 40px;
    width: 82%;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    font-family: "raleway", sans-serif;
    font-size: 0.85em;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.075em;
    color:#000;
}
.map-block__search form input[type="text"]::-webkit-input-placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.75em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}
.map-block__search form input[type="text"]::-moz-placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.75em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}
.map-block__search form input[type="text"]:-ms-input-placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.75em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}
.map-block__search form input[type="text"]::placeholder {
    font-family: "raleway", sans-serif;
    font-size: 0.75em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.075em
}

.like-placeholder {
    font-family: "raleway", sans-serif!important;
    font-size: 0.75em!important;
    font-style: italic!important;
    font-weight: 100!important;
    letter-spacing: 0.075em!important;
    color:silver!important;
}

.map-block__search form input[type="text"]:focus {
    outline: none
}
@media only screen and (max-width: 1024px) {
    .map-block__search form input[type="text"] {
        height: 48px;
        width: 90%;
        font-size: 0.9em
    }
    .map-block__search form input[type="text"]::-webkit-input-placeholder {
        font-size: 0.95em
    }
    .map-block__search form input[type="text"]::-moz-placeholder {
        font-size: 0.95em
    }
    .map-block__search form input[type="text"]:-ms-input-placeholder {
        font-size: 0.95em
    }
    .map-block__search form input[type="text"]::placeholder {
        font-size: 0.95em
    }
}
@media only screen and (max-width: 805px) {
    .map-block__search form input[type="text"] {
        width: 80%
    }
}
@media only screen and (max-width: 400px) {
    .map-block__search form input[type="text"] {
        font-size: 0.8em
    }
    .map-block__search form input[type="text"]::-webkit-input-placeholder {
        font-size: 0.85em
    }
    .map-block__search form input[type="text"]::-moz-placeholder {
        font-size: 0.85em
    }
    .map-block__search form input[type="text"]:-ms-input-placeholder {
        font-size: 0.85em
    }
    .map-block__search form input[type="text"]::placeholder {
        font-size: 0.85em
    }
}
.map-block__search form .find-icon {
    float: right;
    height: 40px;
    width: 18%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 15;
    background-color: #ff6c2c;
    background-image: url("images/modules/map-block/find-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    color: rgba(255, 255, 255, 0)
}
.map-block__search form .find-icon:hover {
    background-color: #e45415;
}
@media only screen and (max-width: 1024px) {
    .map-block__search form .find-icon {
        height: 48px;
        width: 10%
    }
}
@media only screen and (max-width: 805px) {
    .map-block__search form .find-icon {
        width: 20%
    }
}
.map-block__left {
    float: left;
    height: 100%;
    width: 60%;
    padding-top: 85px
}
@media only screen and (max-width: 1024px) {
    .map-block__left {
        padding-top: 155px;
        width: 100%
    }
}
@media only screen and (max-width: 640px) {
    .map-block__left {
        padding-top: 235px
    }
}
@media only screen and (max-width: 400px) {
    .map-block__left {
        padding-top: 225px
    }
}
@media only screen and (max-width: 320px) {
    .map-block__left {
        padding-top: 235px
    }
}

.map-block__map {
    height: 100%;
    width: 100%;
    z-index:105;
}
.map-block__map img {
    display: block;
    max-width: none
}
.map-block__right {
    float: left;
    height: 100%;
    width: 40%;
    padding-top: 160px
}
@media only screen and (max-width: 1024px) {
    .map-block__right {
        display: none
    }
}
.map-block__outerwrap{
    float:left;
    height:100%;
    display:table;
    margin: 0 0.75em 0 .5em;
}
.map-block__innerwrap{
    height:100%;
    /* vertical-align:middle; */
    display:table-cell;
    padding-top: 5px;
}
.map-block__innerwrap p{
    font-family: "roboto", sans-serif;
    font-size: 0.65em;
}

.map-block__locations-wrap {
    height: 100%;
    max-height: 515px;
    width: 100%;
    max-width: 575px;
    margin: 0;
    padding: 1em 1.875rem 0;
    overflow: hidden
}
.map-block__locations {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-Y: scroll;
    box-shadow: 2px 0px 20px 1px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    background-color: rgb(242, 236, 236);
}
.map-block__locations li {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 1.1em 1.6875rem;
    overflow: hidden;
    background-color: #f2ecec;
    border-bottom: 1px solid #cec9c9;
    padding-top: 1.5em;
    padding-bottom: 1em;
}
@media only screen and (max-width: 1250px) {
    .map-block__locations li {
        height: 10vw;
        padding: 0.9em 0.9375rem
    }
}
.map-block__locations li a {
    display: block;
    height: 100%;
    width: 100%
}
.map-block__locations li .map-block__icon {
    display: inline-block;
    float: left;
    height: auto;
    max-height: 75px;
    width: 3.5em;
    position: relative;
    /* top: 0.4em; */
    border: none
}
@media only screen and (max-width: 1250px) {
    .map-block__locations li .map-block__icon {
        top: 0.25vw;
        font-size: 1.4vw
    }
}
.map-block__locations li span {
    display: inline-block;
    float: left;
    max-width: 50px;
    position: relative;
    top: 1.75em;
    font-family: "roboto", sans-serif;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.15em;
    text-transform: uppercase
}
.map-block__locations li span strong {
    display: inline-block;
    margin-bottom: 0.5em;
    font-family: "roboto", sans-serif;
    font-size: 1.15em;
    font-weight: 800
}
@media only screen and (max-width: 1250px) {
    .map-block__locations li span {
        top: 1.4vw;
        font-size: 1.1vw
    }
}
.map-block__locations li .map-block__location-img {
    float: left;
    height: auto;
    max-height: 90px;
    width: 5.9em;
    /* margin: 0 0.75em 0 1em */
}
@media only screen and (max-width: 1250px) {
    .map-block__locations li .map-block__location-img {
        font-size: 1.23vw
    }
}
.map-block__locations li .map-block__text {
    float: left;
    /* width: 40%; */
    padding: 0.25em 0
}
.map-block__locations li .map-block__text h5 {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-family: "raleway", sans-serif;
    font-size: 0.85em;
    font-weight: bold
}
.map-block__locations li .map-block__text strong {
    display: inline-block;
    margin: 0.5em 0;
    font-family: "roboto", sans-serif;
    color: #000;
    font-size: 0.85em
}
.map-block__locations li .map-block__text p {
    margin: 0;
    text-transform: uppercase;
    font-family: "roboto", sans-serif;
    font-size: 0.65em
}
@media only screen and (max-width: 1250px) {
    .map-block__locations li .map-block__text {
        font-size: 1.3vw
    }
}
.map-block__locations li:hover,
.map-block__locations li.active {
    background-color: #FFF
}
.map-block__locations li:hover+li,
.map-block__locations li.active+li {
    box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.1)
}
.map-block__locations li:hover a,
.map-block__locations li.active a {
    text-decoration: none
}
.map-block__locations li:hover h5,
.map-block__locations li.active h5 {
    color: #128141
}
.stat-callouts {
    background-color: #FFF
}
.stat-callouts__inner {
    padding: 3.25em 0.9375rem
}
@media only screen and (max-width: 500px) {
    .stat-callouts__inner {
        padding: 2.25em 0.9375rem 3.25em
    }
}
.stat-callouts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.stat-callouts__callout {
    width: 33.333333%;
    padding: 0 0.9375rem;
    text-align: left
}
.stat-callouts__callout img {
    display: inline-block;
    height: 5.5em;
    width: 30%;
    vertical-align: top
}
.stat-callouts__callout h4 {
    display: inline-block;
    width: 65%;
    margin: 1em 0 0;
    padding-left: 1.05em;
    color: #ff6c2c;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle
}
.stat-callouts__callout h4 strong {
    color: #302a32;
    font-size: 1.35em;
    font-weight: 800
}
.stat-callouts__callout:first-of-type img {
    height: 5em;
    width: 30%;
    margin-top: 0.5em
}
.stat-callouts__callout:first-of-type h4 {
    margin-top: 0
}
.stat-callouts__callout:last-of-type img {
    height: 5em;
    width: 30%;
    margin-top: 0.5em
}
@media only screen and (max-width: 640px) {
    .stat-callouts__callout {
        width: 100%;
        margin: 0 auto 2.5em;
        padding: 0;
        font-size: 16px;
        text-align: center
    }
    .stat-callouts__callout img {
        height: 5.6em;
        width: 5.6em
    }
    .stat-callouts__callout h4 {
        max-width: 175px;
        margin-top: 0.85em;
        margin-left: 1em;
        padding-left: 0;
        text-align: left
    }
    .stat-callouts__callout:first-of-type img {
        height: 5.6em;
        width: 5.6em
    }
    .stat-callouts__callout:last-of-type {
        margin-bottom: 0
    }
    .stat-callouts__callout:last-of-type img {
        height: 5.6em;
        width: 5.6em
    }
    .stat-callouts__callout:last-of-type h4 {
        margin-top: 1.15em
    }
}
@media only screen and (max-width: 400px) {
    .stat-callouts__callout h4 {
        max-width: 160px
    }
}
@media only screen and (max-width: 959px) {
    .stat-callouts {
        font-size: 1.55vw
    }
}
@media only screen and (max-width: 640px) {
    .stat-callouts {
        font-size: 16px
    }
}
@media only screen and (max-width: 400px) {
    .stat-callouts {
        font-size: 4vw
    }
}

.video-block {
    height: 34.25em
}
@media only screen and (max-width: 960px) {
    .video-block {
        height: 25em
    }
}
.video-block__overlay {
    height: 100%;
    background-color: rgba(47, 41, 49, 0.51);
    text-align: center
}
.video-block__overlay:before {
    content: '';
    height: 100%;
    margin-left: -0.25em;
    display: inline-block;
    vertical-align: middle
}
.video-block__text {
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    vertical-align: middle
}
.video-block__text h3 {
    margin: 0;
    color: #FFF;
    font-size: 1.9em
}
@media only screen and (max-width: 640px) {
    .video-block__text h3 {
        font-size: 1.65em
    }
}
.video-block__text h5 {
    margin: 0.9em 0 0 0;
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.085em
}
@media only screen and (max-width: 1024px) {
    .video-block__text h5 {
        font-size: 15px
    }
}
@media only screen and (max-width: 640px) {
    .video-block__text h5 {
        font-size: 15px
    }
}
.video-block__text .video-block__play-btn {
    display: inline-block;
    width: 100%
}
.video-block__text .video-block__play-btn img {
    display: inline-block;
    margin-top: 2em;
    opacity: 0.75;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms
}
@media only screen and (max-width: 960px) {
    .video-block__text .video-block__play-btn img {
        height: 80px;
        width: 80px
    }
}
@media only screen and (max-width: 640px) {
    .video-block__text .video-block__play-btn img {
        height: 65px;
        width: 65px
    }
}
.video-block__text .video-block__play-btn:hover img {
    opacity: 1
}
.video-block__text .video-block__btn {
    margin: 2em 0 0 0
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}
.fancybox-opened {
    z-index: 8030
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}
.fancybox-outer,
.fancybox-inner {
    position: relative
}
.fancybox-inner {
    overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("images/global/fancybox_sprite.png")
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("images/global/fancybox_loading.gif") center center no-repeat
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("images/global/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}
.fancybox-prev {
    left: 0
}
.fancybox-next {
    right: 0
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}
.fancybox-nav:hover span {
    visibility: visible
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto
}
.fancybox-lock body {
    overflow: hidden !important
}
.fancybox-lock-test {
    overflow-y: hidden !important
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("images/global/fancybox_overlay.png")
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}
.fancybox-opened .fancybox-title {
    visibility: visible
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}
.fancybox-title-inside-wrap {
    padding-top: 10px
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("images/global/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url("images/global/fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}
.fancybox-lock body {
    overflow: visible !important
}
[class*="--bg-gray"] {
    background-color: #f0f0f0
}
[class*="--bg-white"] {
    background-color: #FFF
}
[class*="--border-top"] {
    border-top: 1px solid #a4a1a4
}
[class*="--border-bottom"] {
    border-bottom: 1px solid #a4a1a4
}
[class*="--follow-tab-slider"] {
    padding-top: 5.75em
}
@media only screen and (max-width: 500px) {
    [class*="--follow-tab-slider"] {
        padding-top: 3.75em
    }
}
.copyright {
    text-align: center;
    color: #FFF;
    font-size: 0.7em;
    font-weight: 200;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    width: 100%;
    padding: 10px;
}
.copyrightlink:hover {
    color: white!important;
    text-decoration: none;
}
.copyrightlink {
    color: white!important;
    text-decoration: none;
}
.copyrightlink:visited {
    color: white!important;
    text-decoration: none;
}
.copyrightlink:active {
    color: white!important;
    text-decoration: none;
}
#wcms_auth_modal {
    padding-bottom: 2px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    letter-spacing: normal;
    width: 500px;
}
#wcms_auth_modal-header {
    letter-spacing: 0px;
    height: 50px;
    letter-spacing: normal;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    background: url(https://golftec-cms.s3.amazonaws.com/1/images/gray-bg.png);
    padding: 12px 18px 10px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
#wcms_auth_modal-header h2 {
    letter-spacing: 0px;
    margin-top: 0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    color: #444;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#wcms_auth_modal-header p {
    letter-spacing: 0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    color: #444;
    font-size: 20px;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: none;
    padding: 20px 0px 5px 0px;
}
#wcms_auth_modal-header span {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    color: red;
    font-size: 1.3em;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: none;
    line-height: 24px;
}
#wcms_auth_modal .txt-fld {
    letter-spacing: normal;
    font-weight: 700;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    position: relative;
    padding: 14px 20px;
    text-align: right;
}
#wcms_auth_modal .btn-fld {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    width: 254px;
    overflow: hidden;
    padding: 12px 20px 12px 130px;
}
#wcms_auth_modal .txt-fld label {
    margin-top: 10px;
    padding: 0px;
    letter-spacing: normal;
    font-weight: 700;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    display: block;
    float: left;
    width: 120px;
    color: #222;
    font-size: 1.3em;
    text-align: left;
}
#auth_pword {
    height: 45px;
    float: left;
    width: 244px;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #F7F7F7;
    font-family: "Helvetica Neue";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}
#wcms_auth_modal .txt-fld input {
    width: 244px;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #F7F7F7;
    font-family: "Helvetica Neue";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}
#wcms_auth_modal .txt-fld input.good_input {
    background: #DEF5E1 url(https://golftec-cms.s3.amazonaws.com/1/images/good.png) 236px center no-repeat;
}
#wcms_auth_modal .txt-fld input.error_input {
    background: #FDE0E0;
}
.wcms_login {
    border: 1px solid #ababab;
    background: #e1e1e1 url(images/ui-bg_highlight-hard_85_e1e1e1_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #555;
    font-size: 13px!important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif!important;
    border-bottom-right-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    border-top-right-radius: 4px!important;
    border-top-left-radius: 4px!important;
    text-transform: none!important;
    margin: 0px!important;
    letter-spacing: normal!important;
    font-weight: 700!important;
    padding: 5px 13px 5px 13px!important;
    color: black!important;
}
.ui-buttons-hvr-grow {
    background-color: #FF6C2C;
    display: inline-block;
    width: auto;
    margin: 1.5em 0;
    padding: 0.9em 1.17188rem 0.7em;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 0.085em;
    line-height: 1.35em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
}
.ui-buttons-hvr-grow:hover,
.ui-buttons-hvr-grow:focus,
.ui-buttons-hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

    #wcms_landingpage_copy{
        margin-top: 220px;
    }

@media only screen and (max-width: 1024px) {
   
    #wcms_landingpage_copy{
        margin-top: 0px;
    }
    
}

@media only screen and (max-width: 960px){
.content--2.content__two-col--half .content__group{
    width: 100%;
    background-position-x: center;
    min-height: 200PX;
}

.btnNext {
    background: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTQuO…UsNjQuNDA2LDM3NS45MzcsODMuNTQ4LDM1Ni44OTggIHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right 15px;
    padding-right: 1.5rem!important;
    border-right: 15px solid transparent!important;
    background-color: #FF6C2C;
}
    
.btnPrev {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxuc…AsMA0KCUMxOTAuNSwzNzUuOSwyMjEuNCwzNzUuOSwyNDAuNSwzNTYuOHoiLz4NCjwvc3ZnPg==);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: left 15px;
    padding-left: 1.5rem!important;
    border-left: 15px solid transparent!important;
    background-color: #FF6C2C;
}
    
input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    
    /*required for proper track sizing in FF*/
    width: 300px;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF6C2C;
    margin-top: -4px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF6C2C;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FF6C2C;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}