html,
body {
    padding: 0;
    margin: 0;
    min-width: 320px;
}

html {
    background-color: #ffffff;
}

body {
    font-size: 16px;
    line-height: 1.1em;
    color: #231f20;
    font-family: 'Montserrat', sans-serif;
    overflow: auto;
}
input, select, textarea {
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    color: #252525;
    margin-top:5px;margin-bottom:10px;
    font-weight: 700;
    clear:both;
}

h1{font-size: 30px;}
h2{font-size: 26px;}
h3{font-size: 24px;text-transform:uppercase;}
h4{font-size: 20px;}
h5{font-size: 20px;text-transform:uppercase;}
h6{font-size: 20px;}

.material-icons {
    font-family: 'Material Icons';  
    display: block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'icons';
    src: url('../iconsa181.html?21258575');
    src: url('../iconsa181.html?21258575#iefix') format('embedded-opentype'),
       url('../iconsa181-2.html?21258575') format('woff'),
       url('../iconsa181-3.html?21258575') format('truetype'),
       url('../iconsa181-4.html?21258575#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icons{font-family:'icons';}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.hidden{
    display: none !important;
}
    
.text-hidden,
.hidden-text {
    display: block;
    text-indent: -9999px;
    text-align: left !important;
    width: 1px;
    height: 1px;
    position: absolute;
}
.all-caps {
    text-transform: uppercase;
}

.width-limiter {
    /* SET SITE MAX WIDTH */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.width-limiter.small {
    max-width: 900px;
}
.width-limiter.light-padding {
    padding-left: 10px;
    padding-right: 10px;
}
.wide-width-limiter {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
.wide-width-limiter.light-padding {
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width: 1000px){
    .width-limiter.heavy-padding-desktop,
    .wide-width-limiter.heavy-padding-desktop {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.inline-cont {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
}
.extra-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.relative {
    position: relative;
}
.text-center,
.text-centered {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media screen and (max-width: 999px){
    .hide-on-mobile {
        display: none;
    }   
}
@media screen and (min-width: 1000px){
    .flex-desktop {
        display: flex;
    }
    .hide-on-desktop {
        display: none !important;
    }
}
.vertically-aligned {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* vertically and horizontally */
.both-aligned {
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.form-button,
.action-button {
    display: inline-block;
    padding: 15px 25px;
    background-color: transparent;
    color: #ffffff;
    background-color: #231f20;
    border: none;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
}
.form-button.white {
    color: #ffffff;
    border-color: #ffffff;
}
    .form-button:hover,
    .action-button:hover {
        background-color: #000000;
        color: #ffffff;
    }
    .form-button.white:hover {
        background-color: #ffffff;
        color: #f6b221;
    }

.underlined-heading {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 40px;
}

.underlined-heading:after {
    content: '';
    display: block;
    width: 210px;
    height: 9px;
    background: #f8b300;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
@media screen and (min-width: 801px){
    .underlined-heading {
        font-size: 34px;
    }
}

#hm-hero .hero-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 8px;
}

.hero-text-large {
    font-size: 32px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.hero-text-standard {
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
}
.hero-text-small {
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
}
.hero-note {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2em;
    font-style: italic;
    margin-top: 10px;
}
@media screen and (max-width: 624px){
    .hero-text-large {
        display: block;
    }
    .hero-note {
        display: block;
        max-width: 155px;
    }
}
@media screen and (min-width: 801px){
    #hm-hero .hero-title {
        font-size: 28px;
    }
    .hero-text-large {
        font-size: 42px;
        font-weight: 800;
    }
    .hero-text-standard {
        font-size: 42px;
    }
    .hero-text-small {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
    }
    .hero-note {
        font-size: 14px;
    }
}
@media screen and (min-width: 1100px){
    #hm-hero .hero-title {
        font-size: 38px;
        font-weight: 500;
    }
    .hero-text-large {
        font-size: 60px;
        font-weight: 800;
    }
    .hero-text-standard {
        font-size: 60px;
    }
    .hero-text-small {
        font-size: 32px;
        font-weight: 300;
        font-style: italic;
    }
    .hero-note {
        font-size: 14px;
    }
}

.revenue-box {

}
@media screen and (min-width: 1000px){
    .revenue-box {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 3px);
        min-width: 300px;
    }
}

#homepage-featured {
    background-color: #3f3f3f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homepage-large {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}
.homepage-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #f8b300;
  text-transform: uppercase;
}
.homepage-note {
    display: block;
    font-size: 12px;
    line-height: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: #ffffff;
}
@media screen and (min-width: 801px){
    .homepage-large {
        font-size: 54px;
    }
  .homepage-subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1100px){
  .homepage-large {
    font-size: 64px;
  }
  .homepage-subtitle {
    font-size: 18px;
  }
}


#homepage-info {
    padding-top: 25px;
    padding-bottom: 25px;
}
#homepage-info ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
#homepage-info ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    position: relative;
    max-width: 275px;
}
#homepage-info ul li:before {
    margin-bottom: 30px;
}
#homepage-info ul li.demand:before {
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    background: url(../svg/icon-rat.svg) center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
#homepage-info ul li.revenue:before {
    content: '';
    display: block;
    width: 45px;
    height: 69px;
    background: url(../svg/icon-revenue.svg) center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#homepage-info ul li.affordable:before {
    content: '';
    display: block;
    width: 48px;
    height: 45px;
    background: url(../svg/icon-affordable.svg) center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
#homepage-info ul li.success {
    font-size: 20px;
}
#homepage-info ul li.success:before {
    content: '';
    display: block;
    width: 55px;
    height: 54px;
    background: url(../svg/icon-success.svg) center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#homepage-info ul li .text {
    display: inline-block;
    vertical-align: top;
    max-width: 135px;
}

@media screen and (min-width: 500px){
    #homepage-info ul li.demand:before {
        width: 81px;
        height: 81px;
    }
    #homepage-info ul li.revenue:before {
        width: 65px;
        height: 101px;
    }
    #homepage-info ul li.affordable:before {
        width: 86px;
        height: 81px;
    }
    #homepage-info ul li.success:before {
        width: 93px;
        height: 91px;
    }
}
@media screen and (min-width: 801px){
    #homepage-info {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #homepage-info ul li {
        width: 25%;
        padding: 0px 30px;
        font-size: 20px;
    }
    #homepage-info ul li.success {
        font-size: 28px;
    }
    #homepage-info ul li:after {
        content: '';
        width: 33px;
        height: 31px;
        background: url(../svg/icon-plus.svg) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: calc(100% - 16px);
    }
    #homepage-info ul li:nth-last-child(2):after {
        background: url(../svg/icon-equals.svg) center center no-repeat;
        background-size: contain;
    }
    #homepage-info ul li:last-child:after {
        background: none;
        display: none;
    }

    #homepage-info ul li .text {
        max-width: 175px;
    }
}
@media screen and (min-width: 1015px){
    #homepage-info ul li {
        font-size: 24px;
    }
    #homepage-info ul li.success {
        font-size: 32px;
    }
    #homepage-info ul li .text {
        max-width: 200px;
    }
}

#homepage-testimonial {
    background-image: url(../jpg/testimonial-bg.jpg);
    background-position: -125px top;
    background-size: auto 260px;
    background-repeat: no-repeat;
    background-color: #eff3f4;
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;
}
    #homepage-testimonial .bg-overlay {
        background-image: url(../jpg/testimonial-bg.jpg);
       background-position: -100px top;
       background-size: auto 260px;
       background-repeat: no-repeat;
    }
    #homepage-testimonial .testimonial-play {
        color: #ffffff;
        max-width: 90px;
        display: block;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        line-height: 1.15em;
        position: absolute;
    }
    #homepage-testimonial .testimonial-play:hover {
        opacity: .85;
    }
    #homepage-testimonial .testimonial-play:before {
        content: '';
        display: block;
        width: 76px;
        height: 76px;
        margin: 0px auto 15px auto;
        background: url(../png/icon-play.png) center center no-repeat;
        background-size: contain;
    }
    @media screen and (min-width: 1000px){
        #homepage-testimonial .testimonial-play {
            font-size: 20px;
            max-width: 140px;
        }
        #homepage-testimonial .testimonial-play:before {
            width: 115px;
            height: 116px;
            margin-bottom: 25px;
        }
    }

    #homepage-testimonial .testimonial {
        display: block;
        text-decoration: none;
        text-align: center;
        margin-left: auto;
        text-decoration: none;
        color: #231f20;
        
    }
    #homepage-testimonial .testimonial blockquote {
        margin: 0px 0px 20px 0px;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        line-height: 1.5em;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden; 
    }
    #homepage-testimonial .testimonial .attribution {
        font-size: 16px;
        line-height: 1em;
        font-weight: 400;
    }
    #homepage-testimonial .testimonial .attribution:before {
        content: ' - ';
    }
@media screen and (min-width: 600px){
    #homepage-testimonial {
        background-image: url(../jpg/testimonial-bg.jpg);
        background-position: left top;
    }
}
@media screen and (max-width: 999px){
    #homepage-testimonial .testimonial {
        padding-top: 270px;
    }
    #homepage-testimonial .testimonial-play {
        top: 64px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-shadow: 0px 0px 4px rgba(0,0,0,.65);
    }
}
@media screen and (min-width: 1000px){
    #homepage-testimonial {
        background-position: 65% center;
        background-size: auto 100%;
        min-height: 420px;
        padding-top: 100px;
        padding-bottom: 40px
    }
    #homepage-testimonial .testimonial-play {
        top: 50%;
        left: calc(50% - 420px);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #homepage-testimonial .testimonial {
        max-width: 725px;
    }
        #homepage-testimonial .testimonial blockquote {
            font-size: 26px;
            margin-bottom: 40px;
        }
        #homepage-testimonial .testimonial .attribution {
            font-size: 20px;
            text-align: right;
        }
}
@media screen and (min-width: 1250px){
    #homepage-testimonial {
        background-position: center;
        min-height: 600px;
        padding-top: 150px;
        padding-bottom: 58px
    }

    #homepage-testimonial .testimonial blockquote {
        font-size: 32px;
        margin-bottom: 90px;
    }
    #homepage-testimonial .testimonial .attribution {
        font-size: 24px;
    }
    #homepage-testimonial .testimonial-play {
        left: calc(50% - 530px);
    }
}
@media screen and (min-width: 1950px){
    #homepage-testimonial {
        min-height: 650px;
        background-position: -200px center;
    }
    #homepage-testimonial .testimonial-play {
        left: 435px;
    }
}

#homepage-about {
    padding-top: 20px;
    padding-bottom: 25px;
}
    #homepage-about .content-wrapper {
        box-sizing: content-box;
        width: auto;
    }
    #homepage-about ul {
        margin: 0;
        padding: 0;
    }
        #homepage-about ul li {
            display: block;
            text-align: center;
            list-style: none;
            box-sizing: border-box;
            padding-left: 25px;
            padding-right: 25px;
        }
            #homepage-about ul li img {
                max-height: 140px;
            }
            #homepage-about ul li img.half {
                margin: 5px;
            }
            #homepage-about ul li p {
                font-size: 18px;
                line-height: 1.3em;
                font-weight: 500;
                max-width: 340px;
                margin: 20px auto 0px auto;
            }

@media screen and (max-width: 850px){
    #homepage-about ul li {
        margin-top: 5px;
    }
    #homepage-about ul li:last-child {
        margin-top: 15px;
    }
}
@media screen and (min-width: 851px){
    #homepage-about ul li {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
    }
        #homepage-about ul li .image-cont {
            height: 275px;
        }
        #homepage-about ul li img:not(.half) {
            top: 50%;
            position: relative;
            transform: translateY(-50%);
        }
        #homepage-about ul li img.half {
            vertical-align: top;
            max-width: calc(50% - 10px);
            max-height: calc(33.33% - 5px);
        }
}


.homepage-growth {
    margin-top: 30px;
}
@media screen and (max-width: 850px){
    .homepage-growth {
        text-align: center;
    }
}


.hot-markets:before {
    content: '';
    display: block;
    width: 82px;
    height: 95px;
    background: url(../svg/icon-fire.svg) center center no-repeat;
    background-size: contain;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}

#interactive-state-map {
    padding-top: 25px;
    padding-bottom: 25px;
}
#interactive-state-map .hot-markets {
    margin-bottom: 0px;
}
#interactive-state-map .svg-cont {
    position: relative;
    width: 100%;
    padding-top: 61.66%;
}
#interactive-state-map svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#interactive-state-map svg g.has-markets polygon {
    fill: #f8b300 !important;
    stroke: #d49900 !important;
    cursor: pointer;
}

#interactive-state-map svg g.active polygon {
  /*stroke: #f8b300 !important;*/
  /*stroke-linejoin: round;*/
  /*fill: #f8b300 !important;*/
  cursor: pointer;
}

@media screen and (min-width: 801px){
    #interactive-state-map .hot-markets {
        margin-bottom: -25px;
    }
    #interactive-state-map svg g:hover polygon {
        cursor: pointer;
    }
}
#map-info-cursor-box {
    display: none;
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    pointer-events: none;
    z-index: 2;
}
#map-info-cursor-box.active {
    display: block;
}
#map-markets-box {
    display: none;
    width: 175px;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    position: absolute;
    background: url(../svg/market-location-box-cap.svg) right center no-repeat;
    /*background-size: calc(100% + 4px);*/
    background-size: cover;
    z-index: 3;
    pointer-events: none;
}

#map-markets-box.reverse {
    padding: 0px 0px 0px 20px;
    background: url(../svg/market-location-box-cap-reverse.svg) left center no-repeat;
    /*background-size: calc(100% + 4px);*/
    background-size: cover;
}
#map-markets-box .border-cont {
    padding: 20px 0px 20px 5px;
    border: 2px solid #d1d1d1;
    border-right: none;
    
}
#map-markets-box.reverse .border-cont {
    padding: 20px 5px 20px 0px;
    border: 2px solid #d1d1d1;
    border-left: none;
}

@media screen and (min-width: 1050px){
    #map-markets-box {
        width: 420px;
    }
}
#map-markets-box.active {
    display: block;
}
#map-markets-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#map-markets-html {
    font-size: 11px;
    line-height: 1em;
    font-weight: 700;
}

@media screen and (min-width: 750px){
    #map-info-cursor-box {
        font-size: 16px;
    }
    #map-markets-box {
        width: 325px;
    }

    #map-markets-title {
     font-size: 20px;
     }
     #map-markets-html {
        font-size: 14px;
    }
}

#map-markets-html > div {
    -ms-columns: 2;
    -o-columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}
#map-markets-box.reverse > div {
    padding-left: 15px;
}

#map-markets-html > div > div {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}
#map-markets-box .form-button {
    margin-top: 20px;
    font-size: 14px;
    color: #f8b300;
}


/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/** HEADER STYLES **/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
#header {
    background-color: #f8b300;
    width: 100%;
    z-index: 2000;
    position: fixed;
}
.homepage #header {
    background-color: #ffffff;
}
    #header .top-bar {
        background-color: #231f20;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        line-height: 1em;
        font-weight: 500;
        height: 48px;
        padding: 12px 10px;
        box-sizing: border-box;
    }

    #header .top-bar .width-limiter {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

        #header .top-bar a {
            color: #f8b300;
            font-size: 20px;
            line-height: 1em;
            font-weight: 700;
            text-decoration: none;
        }
        #header .top-bar a:hover {
            opacity: .85;
        }

        #header .language-selection {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #header .language-selection li,
        #header #main-navigation ul li ul.language-selection li {
            display: inline-block;
            vertical-align: middle;
        }

        #header .language-selection li a,
        #header #main-navigation ul li ul.language-selection li a {
            color: #ffffff;
            font-size: 16px;
        }
        #header .language-selection li a.on,
        #header #main-navigation ul li ul.language-selection li a.on {
            color: #f8b300;
            pointer-events: none;
            opacity: 1;
        }

            #header .language-selection li + li:before {
                content: ' | ';
                /*color: #b3b3b3;*/
                color: #aaa;
                display: inline-block;
                margin-left: 4px;
                margin-right: 4px;
            }

    @media screen and (max-width: 999px){
        #header .top-bar .phone span {
            display: none;
        }
        #header .top-bar a {
            font-size: 24px;
            display: block;
        }

        #header #main-navigation ul li ul.language-selection {
            display: block;
            background-color: inherit;
            text-align: center;
            border-top: none;
            /*border-bottom: 2px solid #3a3a3a;*/
        }
        #header #main-navigation ul li ul.language-selection li a {
            font-size: 20px;
            display: inline-block;
            vertical-align: middle;
            padding-left: 0px;
            padding-right: 0px;
        }
    }
    @media screen and (min-width: 1000px){
        #header .top-bar {
            height: 46px;
        }

        #header .top-bar .phone,
        #header .language-selection {
            display: inline-block;
            vertical-align: middle;
            width: 50%;
            box-sizing: border-box;
        }

        #header .top-bar .phone {
            text-align: left;
        }

        #header .top-bar .phone:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 19px;
            height: 19px;
            background: url(../svg/icon-phone.svg) center center no-repeat;
            background-size: contain;
            margin-top: -1px;
            margin-right: 10px;
        }

        #header .language-selection {
            text-align: right;
        }
    }

    #header #mobile-nav-toggle-cont {
        display: none;
        box-sizing: border-box;
        position: absolute;
        top: 0px;
        right: 0px;
    }
        #header #mobile-nav-toggle-cont #mobile-nav-toggle-button {
            width: 46px;
            height: 39px;
            background: url(../svg/icon-mobile-menu.svg) center center no-repeat;
            background-size: contain;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            overflow: hidden;
            margin: 10px;
            transition: .5s transform;
        }
        #header #mobile-nav-toggle-cont #mobile-nav-toggle-button.active {
            background: url(../svg/icon-mobile-menu-close.svg) center center no-repeat;
            background-size: contain;
        }

    #header .logo-cont {
        display: inline-block;
        vertical-align: top;
        padding: 2px;                                             
    }

        #header .logo-cont .logo {
            display: block;
            width: 169px;
            height: 88px;
            background: url(../svg/logo.svg) center center no-repeat;
            background-size: contain;                                                           
        }
        @media screen and (min-width: 1000px){
            #header .logo-cont {
                vertical-align: top;
                padding: 5px 10px;
            }
                #header .logo-cont .logo {
                    
                }
        }

@media screen and (max-width: 999px){
    #header {
    }

    #header #mobile-nav-toggle-cont {
        display: inline-block;
        vertical-align: top;
    }
}

    #header #main-navigation {
        font-weight: bold;

    }

        #header #main-navigation {

        }   

        @media screen and (min-width: 1000px){
            #header #main-navigation {
                display: inline-block;
                vertical-align: top;
                width: calc(100% - 189px);
                margin-bottom: -11px;
                padding-left: 10px;
                padding-right: 10px;
                box-sizing: border-box;
            }
        }

            #header #main-navigation ul {
                margin: 0px;
                padding: 0px;
            }   

            #header #main-navigation ul li {
                list-style: none;
            }

            @media screen and (min-width: 1000px){
                #header #main-navigation > ul {
                    display: flex;
                    height: 98px;
                    padding-top: 25px;
                    box-sizing: border-box;
                }
            }

                #header #main-navigation > ul > li {
                    position: relative;
                }

                @media screen and (min-width: 1000px){
                    #header #main-navigation > ul > li {
                        flex: 1 1 auto;
                    }
                }

                    #header #main-navigation ul li a {
                        display: block;
                        font-size: 16px; 
                        line-height: 16px;
                        font-weight: 700;
                        text-align: center;
                        text-decoration: none;
                        padding: 15px 10px;
                        color: #231f20;
                    }
                    #header #main-navigation ul li a.action-button {
                        text-transform: none;
                        /*background-color: #231f20;*/
                        color: #ffffff;
                    }
                    .homepage #header #main-navigation ul li a.action-button {
                        background-color: #f8b300;
                        color: #231f20;
                    }
                    .homepage #header #main-navigation ul li a.action-button:hover {
                        background-color: #ecab03;
                    }
                    @media screen and (max-width: 1100px) and (min-width: 1000px){
                        #header #main-navigation ul li a.action-button {
                            width: 110px;
                            padding-top: 8px;
                            padding-bottom: 8px;
                            font-size: 14px;
                        }
                        #header #main-navigation ul li a {
                            font-size: 15px;
                        }
                    }

                        #header #main-navigation > ul > li > a {
                            line-height: 1.2em;
                            position: relative;
                        }
                        


                    #header #main-navigation ul li ul {
                        display: none;
                        box-sizing: border-box;
                    }   

                    @media screen and (max-width: 999px){
                        #header #main-navigation ul li ul {
                            margin-top: 0px;
                        }       
                    }
                    @media screen and (min-width: 1000px){
                        #header #main-navigation ul li a.action-button {
                            margin-left: 10px;
                        }
                        #header #main-navigation > ul > li > a:not(.action-button) > span {
                            border-bottom: 8px solid transparent;
                            padding-bottom: 3px;
                            display: inline-block;
                            vertical-align: top;
                        }

                        #header #main-navigation > ul > li:hover > a:not(.action-button) > span,
                        #header #main-navigation > ul > li > a.on:not(.action-button) > span{
                            border-color: #231f20;
                        }

                        #header #main-navigation ul li ul {
                            display: none;
                            width: 312px;
                            background-color: #231f20;
                            padding-top: 10px;
                            padding-bottom: 20px;
                            position: absolute;
                            top: 100%;
                            left: 50%;
                            -ms-transform: translateX(-50%);
                            -o-transform: translateX(-50%);
                            -moz-transform: translateX(-50%);
                            -webkit-transform: translateX(-50%);
                            transform: translateX(-50%);
                            z-index: 1005;
                        }
                        #header #main-navigation ul li:hover ul {
                            display: block;
                        }
                    }

                        #header #main-navigation ul li ul li {
                            display: block;                            
                        }

                        #header #main-navigation ul li ul li:last-child {
                            border-bottom: none;
                        }

                        #header #main-navigation ul li ul li a {
                            text-align: center;
                            font-weight: 600;
                            padding-left: 25px;
                            padding-right: 25px;
                            text-transform: none;   
                            position: relative;
                            color: #ffffff;
                        }

                            #header #main-navigation ul li ul li a:hover,
                            #header #main-navigation ul li ul li a.on {
                                opacity: .8;
                            }

                    #header #main-navigation ul li ul li ul{
                        display: none;
                    }


@media screen and (max-width: 999px){
    #header #main-navigation ul li a.action-button {
        text-transform: none;
        background-color: #faae29;
        color: #231f20;
    }

    .logo-mini-nav-cont {
        display: none;
    }

    .mobile-logo-cont {
        display: block;
        border-bottom: 2px solid #ffffff;
    }

    #header #main-navigation,
    #header #main-navigation.inactive {
        display: none;
    }

        #header #main-navigation {
            position: absolute;
            right: 0;
            width: 100%;
            top: calc(100% + 48px);
        }

        #header #main-navigation.active {
            display: block;
        }

        #header #main-navigation > ul {
            padding: 0px;
            background-color: #231f20;
            box-shadow: 0px 2px 10px -4px rgba(0,0,0,.85);
        }

            #header #main-navigation > ul > li {
                display: block;
                width: auto;
                border-bottom: 1px solid rgba(0,0,0,.35);
                padding: 0px;
            }

                #header #main-navigation > ul > li:last-child {
                    border-bottom:  none;
                }

                #header #main-navigation > ul > li.inactive {
                    display: none;
                }

                    #header #main-navigation > ul > li.hover {
                        display: block;
                    }

            #header #main-navigation ul li a {
                text-align: center;
                padding: 10px;
            }       

            #header #main-navigation > ul > li > a {
                color: #ffffff;
                font-size: 20px;
                line-height: 20px;
            }
            #header #main-navigation > ul > li > a:hover {
                opacity: .85;
            }

                #header #main-navigation > ul > li:hover > a,
                #header #main-navigation > ul > li.hover > a, 
                #header #main-navigation > ul > li > a.on {
                }
                    #header #main-navigation > ul > li > a.on,
                    #header #main-navigation > ul > li:hover > a.on {
                        background-color: #000000;
                        color: #ffffff;
                    }

                   /* #header #main-navigation > ul > li:hover > a {
                        background-color: #231f20;
                    }*/

        #header #main-navigation > ul > li > ul{
            display: none;
            border-top: 2px solid #3a3a3a;
            padding: 0px;
        }

            #header #main-navigation > ul > li.hover > ul{
                display: block;
                position: relative;
            }

                #header #main-navigation ul li ul {
                    background-color: #e1e1e1;
                }

                #header #main-navigation ul li ul li {
                    display: block;
                    width: auto;
                }

                #header #main-navigation ul li ul li a {
                    font-size: 18px;
                    line-height: 18px;
                    text-align: center;
                    color: #231f20;
                }               
}
@media screen and (min-width: 650px) and (max-width: 999px){
    #header #main-navigation {
        width: 320px;
        max-width: 85%;
    }
    #header #main-navigation > ul {
        /*background-color: rgba(35,31,32,.95);*/
    }
}

#toggle-button {
    display: none;
}

@media screen and (max-width: 999px){
    #toggle-button {
        display: block;
        height: 40px;
        width: 75px;
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;z-index: 1005;
    }

        #toggle-button .toggle-wrapper {
            position: relative;
            height: 100%;
            width: 100%;
        }

            #toggle-button .toggle-wrapper #toggle-button-text {
                color: #3a3a3a;
                width: 100%;
                text-align: center;
                position: absolute;
            }
}


#heading-cont {
    padding-top: 20px;
    margin-bottom: 40px;
}
#heading-cont .subtitle {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (min-width: 801px){
    #heading-cont {
        padding-top: 40px;
        margin-bottom: 50px;
    }
}


#main-content {
    color: #231f20;
    top: 140px;
    margin-bottom: 140px;
    position: relative;
    display: block;
}
@media screen and (min-width: 1000px){
    #main-content {
        top: 144px;
        margin-bottom: 144px;
    }
}
#main-content > .width-limiter {
    /*position: relative;*/
}
#main-content > .width-limiter > .inline-cont {
    margin-bottom: 25px;
}
@media screen and (min-width: 801px){
    #main-content > .width-limiter > .inline-cont {
        margin-bottom: 75px;
    }
}

#main-content .content:not(.has-subnav){
    margin-bottom: 75px;
}

#subnav-cont {
    padding-top: 35px;
    box-sizing: border-box;
}
#subnav {
    margin: 0px;
    padding: 0px;
}
    #subnav li {
        list-style: none;
        display: block;
        margin-bottom: 22px;
    }
    #subnav li:last-child {
        margin-bottom: 0px;
    }
        #subnav li a {
            display: inline-block;
            vertical-align: top;
            font-size: 18px;
            font-weight: 700;
            line-height: 1em;
            text-decoration: none;
            color: #231f20;
        }
        #subnav li a:after {
            content: '';
            display: block;
            margin-top: 4px;
            border-bottom: 8px solid transparent;
        }
        #subnav li a:hover:after,
        #subnav li a.on:after {
            border-bottom: 8px solid #f8b300;
        }
@media screen and (max-width: 800px){
    #subnav-cont {
        text-align: center;
    }
}
@media screen and (min-width: 801px){
    #subnav-cont,
    .content.has-subnav,
    .content.market-subnav {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }
    #subnav-cont {
        float: left;
        width: 250px;
        padding-right: 20px;
    }
    #subnav-cont.market {
        float: left;
        width: 275px;
        padding-right: 20px;
    }
    .content.has-subnav {
        padding-left: 20px;
        border-left: 2px solid #e1e1e1;
        width: calc(100% - 250px);
    }
    .content.market-subnav {
        padding-left: 20px;
        border-left: 2px solid #e1e1e1;
        width: calc(100% - 275px);
    }
}

@media screen and (min-width: 1000px){
    #subnav-cont {
        width: 372px;
        padding-right: 20px;
    }
    .content.has-subnav {
        padding-left: 38px;
        width: calc(100% - 372px);
    }
}

@media screen and (max-width: 800px){
    .markets-table {
        margin-left: auto;
        margin-right: auto;
    }
}


.get-them-out {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
    .get-them-out .width-limiter {
        max-width: 1000px;
    }
    .get-them-out .text-cont,
    .get-them-out .image-cont {
        display: inline-block;
        vertical-align: middle;
    }
    .get-them-out .text-cont {
        font-size: 30px;
        line-height: .8em;
        font-weight: 700;
        text-align: left;
    }
    .get-them-out .text-cont sup {
        font-size: .6em;
    }
@media screen and (min-width: 801px){
    .get-them-out .text-cont {
        font-size: 50px;
    }
}

.about-cont {
    background-color: #eff3f4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-cont .width-limiter {
    max-width: 1000px;
}
.about-cont .text-cont {
    font-weight: 600;
    line-height: 2em;
    box-sizing: border-box;
    /*padding-bottom: 25px;*/
}
.about-cont .text-cont sup {
    line-height: 1em;
}
@media screen and (max-width: 800px){
    .about-cont {
        text-align: center;
    }
    .about-cont .image-cont {
        display: none;
    }
}
@media screen and (min-width: 801px){
    .about-cont .text-cont,
    .about-cont .image-cont {
        display: inline-block;
        vertical-align: middle;
    }
    .about-cont .image-cont {
        max-width: 250px;
    }
    .about-cont .text-cont {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 15px;
        width: calc(100% - 250px);
    }
}
@media screen and (min-width: 1000px){
    .about-cont .text-cont {
        padding-right: 100px;
    }
}
/*************************************************************************************************/
/*************************************************************************************************/
/* DEFAULT TEMPLATE STYLES */
/*************************************************************************************************/
/*************************************************************************************************/

    .default-content-cont {
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
    }
        .default-content-cont h1 {
            margin-top: 0px;
        }

        .wysiwyg a:not(.form-button) {
          font-weight: 700;
          color: #231f20;
          text-decoration: underline;
        }
        .wysiwyg a:not(.form-button):hover {
          text-decoration: none;
        } 
        @media screen and (max-width: 749px){
           /* .default-content-cont #interactive-state-map {
                display: none;
            }*/
        }
        @media screen and (min-width: 750px){
            .market-list {
                display: none;
            }
        }
        
        .default-content-cont iframe,
        .default-content-cont table,
        .default-content-cont img {
            max-width: 100%;
        }
        .default-content-cont table {
            line-height: 1.25em;
            border-color: #e1e1e1;
            border-style: solid;
        }
            .default-content-cont table td {
               
            }
        .default-content-cont img {
            height: auto !important;
        }

        .wysiwyg {
            line-height: 2em;
        }

        @media screen and (max-width: 450px){
            .default-content-cont table.shrink-text {
                font-size: .85em;
            }
        }
        @media screen and (min-width: 768px){
            .wysiwyg .img-float-left,
            .wysiwyg .img-float-right {
                display: block;
                float: none;
                margin-top: 10px;
                margin-bottom: 10px;
            }
        }
        @media screen and (min-width: 801px){
            .wysiwyg .img-float-left {
                float: left;
                margin-right: 30px;
            }
            .wysiwyg .img-float-right {
                float: right;
                margin-left: 30px;
            }
        }



.popup-overlay-cont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    overflow-y: auto;

    box-sizing: border-box;
}
.popup-overlay-cont.active {
    display: block;
}
    .popup-overlay-cont .overlay-close-button {
        width: 35px;
        height: 35px;
        /*background-color: #aaa;*/
        background-color: #231f20;
        position: absolute;
        top: -14px;
        right: -14px;
        border-radius: 50%;
        text-align: center;
    }
    .popup-overlay-cont .overlay-close-button:hover {
        background-color: #444444;
    }
        .popup-overlay-cont .overlay-close-button .icon:before {
            content: '';
            display: block;
            width: 22px;
            height: 35px;
            background: url(../svg/icon-popup-close.svg) center center no-repeat;
            background-size: contain;
            margin-left: auto;
            margin-right: auto;
        }
    .popup-overlay-cont .content-cont {
        background-color: #ffffff;
        padding: 20px;
        max-width: 90%;
        width: 600px;
        position: absolute;
        top: 150px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        box-sizing: border-box;
        margin-bottom: 50px;
    }
    @media screen and (min-height: 1200px){
        .popup-overlay-cont .content-cont {
            top: 200px;
        }
    }
        .popup-overlay-cont .content-cont a {
            font-size: 17px;
        }

    .popup-overlay-cont .content-cont .overlay-title {
        font-size: 34px;
        line-height: 1.25em;
        font-weight: 500;
        text-align: left;
        margin-bottom: 40px;
    }
    .popup-overlay-cont .content-cont .image {
        margin-bottom: 10px;
    }
    .popup-overlay-cont .content-cont .overlay-text {
        margin-bottom: 50px;
        font-size: 17px;
        line-height: 1.35em;
        font-weight: 500;
        text-align: left;
    }
    .popup-overlay-cont .content-cont .permalink,
    .popup-overlay-cont .content-cont .permalink a {
        color: #999999;
        font-weight: 500;
        line-height: 1em;
        text-decoration: none;
    }
    .popup-overlay-cont .content-cont .permalink {
        margin-bottom: 60px;
        padding-top: 20px;
        clear: both;
        word-break: break-word;
    }
    .popup-overlay-cont .content-cont .permalink a:hover {
        opacity: .75;
    }
@media screen and (min-width: 650px){
    .popup-overlay-cont .content-cont .image {
        float: left;
        margin-right: 35px;
        margin-bottom: 8px;
    }
    .popup-overlay-cont .content-cont .overlay-title {
        font-size: 42px;
    }
}


/*************************************************************************************************/
/*************************************************************************************************/
/* GALLERY STYLES */
/*************************************************************************************************/
/*************************************************************************************************/
.gallery-page {
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
}
    .gallery-page .gallery-width-limiter {
        /*display: inline-block;*/
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
        .gallery-page .gallery-width-limiter .gallery-image {
            display: inline-block;
            padding: 5px;
            box-sizing: border-box;
        }

        @media screen and (max-width: 700px){
            #default-content-cont.full {
                padding: 0px;
            }           
        }
        @media screen and (max-width: 650px){
            .gallery-page .gallery-width-limiter {
                text-align: center;
            }

                .gallery-page .gallery-width-limiter .gallery-image {
                    display: block;
                }
        }




.scrollable {
    overflow-y: scroll;
}

.scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scrollable::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollable::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ccc;
    border-radius: 4px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-thumb:active {
    background: #ccc;
}

.scrollable::-webkit-scrollbar-track {
    background: #aaa;
    border: 0px none #ccc;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.scrollable::-webkit-scrollbar-track:hover {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-track:active {
    background: #aaa;
}

.scrollable::-webkit-scrollbar-corner {
    background: transparent;
}



/*logos*/
#header a.logo {
    background-image: url(../svg/logo.svg);
    display: block;
    margin-left: 0px;
    width: 246px;
    height: 128px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*Footer styles*/
#footer {
    color: #ffffff;
    background-color: #231f20;
    margin: 0px auto;
    clear: both;
    text-align: center;
    padding-top: 10px;
}
#footer a {
    text-decoration: none;
}
#footer .section-cont {
    text-align: center;
}
#footer .contact-list a {
    color: #ffffff;
    text-decoration: none;
}
#footer .contact-list a:hover,
#footer .legal a:hover {
    opacity: .8;
}
    #footer .contact-list a.facebook {
        display: block;
        width: 18px;
        height: 33px;
        background: url(../svg/icon-facebook.svg) center center no-repeat;
        background-size: contain;
    }
    #footer .contact-list a.linkedin {
        display: block;
        width: 33px;
        /*height: 33px;*/
        height: 28px;
        background: url(../svg/icon-linkedin.svg) center center no-repeat;
        background-size: contain;
    }
#footer .form-button {
    padding-left: 15px;
    padding-right: 15px;
}
#footer .logo {
    display: block;
    width: 225px;
    height: 58px;
    background: url(../svg/logo-footer.svg) left center no-repeat;
    background-size: contain;
}
#footer .rollins-logo-cont {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}
#footer .rollins-logo-cont img {
    width: 140px;
}
#footer .rollins-logo-cont .nyse {
    font-size: 14px;
    font-weight: 300;
    margin-top: 3px;
}
#footer .rollins-tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#footer .contact-list {
    margin: 15px 0 0 0;
    padding: 0;
}
#footer .contact-list li {
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}
#footer .contact-list li:last-child {
    margin-right: 0px;
}

#footer .legal {
    margin-top: 45px;
    text-align: center;
}
#footer .legal p {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3em;
}
#footer .legal a {
    color: #f6b221;
    text-decoration: none;
}
#footer p.legal-links {
    color: #999999;
    font-size: 12px;
}
#footer .button-cont a {
    margin-left: 5px;
    margin-right: 5px;
    width: 245px;
}

#footer .logo-cont a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#footer .logo-cont a:last-child {
    margin-right: 0px;
}

    #footer .logo-cont a.fbr50 {
        width: 106px;
        height: 110px;
        background-image: url(../logo-footer-fbr50.html);
    }
    #footer .logo-cont a.ifa {
        width: 104px;
        height: 111px;
        background-image: url(../png/logo-footer-ifa.png);
    }
@media screen and (min-width: 801px){
    #footer .logo-cont a.watch50 {
        width: 106px;
        height: 110px;
        background-image: url(../png/logo-footer-watch50.png);
    }
    #footer .logo-cont a.ifa {
        width: 104px;
        height: 111px;
        background-image: url(../png/logo-footer-ifa.png);
    }    
}

@media screen and (max-width: 800px){
    #footer {
        padding-bottom: 50px;
    }
    #footer .section {
        margin-top: 30px;
    }
    #footer .logo {
        margin-left: auto;
        margin-right: auto;
    }
    #footer .button-cont a {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 801px){
    #footer {
        text-align: left;
        padding-top: 40px;
        padding-bottom: 100px;
    }
    #footer .section {
        display: inline-block;
        vertical-align: middle;
        padding-left: 18px;
        padding-right: 18px;
    }
    #footer .section.logo-cont {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*@media screen and (max-width: 1215px){*/
    #footer .logo-cont {
        display: block;
        margin-top: 20px;
    }
    #footer .logo-cont a {
        margin-top: 20px;
    }
/*}*/

/*Hero Styles*/
#hero-cont {
    z-index: 1000;
}

    #hm-hero {
        overflow: hidden;
        height: 355px;
    }
    @media screen and (min-width: 801px){
        #hm-hero {
            height: 500px;
        }
    }
    @media screen and (min-width: 950px){
        #hm-hero {
            height: 600px;
        }
    }
    @media screen and (min-width: 1100px) and (min-height: 1050px){
        #hm-hero {
            height: 750px;
        }
    }
        
        #hm-hero .slide {
            position:absolute;
            max-width: 100%;
            width: 100%;
            height: 100%;
        }
        #hm-hero .slide .image {
            width: 100%;
            height: 100%;
            background-position: 25% center;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 0px;
            left: 0px;
        }
        @media screen and (min-width: 801px){
            #hm-hero .slide .image {
                background-position: center;
            }
        }
        #hm-hero .slide .width-limiter {
            height: 100%;
            position: relative;
        }

        #hm-hero .young-prof-overlay {
            width: 101px;
            height: 338px;
            background: url(../png/young-professional.png) center bottom no-repeat;
            background-size: contain;
            position: absolute;
            bottom: -5px;
            right: 0px;
        }

        #hm-hero .text-cont {
            color: #231f20;
            position: absolute;
            left: 0;
            right: 0;
            top: 10px;
            z-index: 1003;
            padding-left: 10px;
            padding-right: 10px;
            box-sizing: border-box;
        }
        #hm-hero .text-cont {
            box-sizing: content-box;
        }
            #hm-hero .text-cont .wysiwyg {
                max-width: 230px;
            }
            #hm-hero .text-cont > .hero-title,
            #hm-hero .text-cont div > .form-button {
                max-width: none;
            }
            #hm-hero .text-cont .form-button {
                padding-top: 15px;
                padding-bottom: 15px;
                margin-top: 12px;
            }
        @media screen and (max-width: 624px){
            #hm-hero .text-cont .button-cont {
                text-align: center;
            }
        }
        @media screen and (min-width: 400px){
            #hm-hero .young-prof-overlay {
                width: 125px;
                height: 360px;
            }
        }
        @media screen and (min-width: 625px){
            #hm-hero .text-cont .wysiwyg {
                max-width: 825px;
            }
            
        }
        @media screen and (min-width: 801px){
            #hm-hero .text-cont {
                bottom: auto;
                top: 12%;
                left: 10px;
            }
            #hm-hero .text-cont .form-button {
                margin-top: 30px;
            }
            #hm-hero .young-prof-overlay {
                width: 175px;
                height: 500px;
            }
            #hm-hero .young-prof-overlay {
                width: 175px;
                height: 500px;
            }
        }
        @media screen and (min-width: 950px){
            #hm-hero .young-prof-overlay {
                width: 200px;
                height: 608px;
                bottom: -10px;
            }
        }
        @media screen and (min-width: 1100px){
            #hm-hero .text-cont > * {
                max-width: 700px;
                text-align: left;
            }
                #hm-hero .text-cont .title {
                    font-size: 50px;
                }
                #hm-hero .text-cont .text {
                    font-size: 19px;
                }
                #hm-hero .text-cont .form-button {
                    margin-top: 60px;
                }
                
        }
        @media screen and (min-width: 1100px) and (min-height: 1050px){
            #hm-hero .young-prof-overlay {
                width: 250px;
                height: 757px;
                bottom: -8px;
            }
        }

        #hm-hero .slide-controls-cont {
            position: absolute;
            bottom: 20px;
            width: 100%;
            text-align: center;
            z-index: 1002;
        }

            #hm-hero .slide-controls-cont .slide-text-cont {
                position: relative;
            }

ul#homepage-hero-slide-selector {
    padding: 0px;
    margin: 0px auto;
}

    ul#homepage-hero-slide-selector li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
    }

        ul#homepage-hero-slide-selector li a {
            display: block;
            width: 10px;
            height: 10px;
            border: 2px solid #ffffff;
            background-color: #ffffff;
        }

            ul#homepage-hero-slide-selector li a.on {
                background-color: transparent;
            }

            #hm-hero > .width-limiter {
                position: relative;
                min-height: 100%;
            }

                #hm-hero #homepage-hero-prev-slide, 
                #hm-hero #homepage-hero-next-slide {
                    display: none;
                }


#request-info-banner {
    background-color: #f8b300;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#request-info-banner .underlined-heading {
    margin-bottom: 0px;
}
    #request-info-banner .underlined-heading:after {
        display: none;
    }

#request-info-banner a:not(.form-button){
    color: #222222;
    font-weight: 700;
    text-decoration: none;
}

#request-info-banner .form-button {
    margin: 10px 10px;
}
#request-info-banner .text-cont {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*@media screen and (max-width: 800px){
    #request-info-banner .button-cont {
        margin-top: 15px;
    }
}*/
@media screen and (min-width: 700px){
    #request-info-banner {
        font-size: 30px;
        /*text-align: left;*/
    }
    /*#request-info-banner .text-cont {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 325px);
        width: 100%;
    }
    #request-info-banner .text-cont .inner-wrapper {
        width: 700px;
        max-width: 100%;
    }
    #request-info-banner .button-cont {
        display: inline-block;
        vertical-align: middle;
        width: 325px;
        text-align: right;
    }*/
}


#interior-request {
    background-color: #f8b300;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
#interior-request a:not(.form-button) {
    color: #231f20;
}
#interior-request a:hover {
    text-decoration: none;
}
    #interior-request .button-cont {
        margin-top: 40px;
    }

@media screen and (min-width: 801px){
    #interior-request {
        padding-top: 70px;
        padding-bottom: 65px;
    }
        #interior-request .button-cont {
            margin-top: 55px;
        }
}

.glow {
    text-shadow: 0px 0px 100px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, .7);
}

#testimonial-cont {
    color: #ffffff;
    background-color: #252525;
}
#testimonial-cont.interior {
    color: #252525;
    background-color: #ffffff;
}
    #testimonial-cont video {
        margin-bottom: 50px;
    }
    @media screen and (max-width: 800px){
        #testimonial-cont video {
            margin-top: -20px;
            margin-bottom: 40px;
        }
    }
    #testimonial-cont .testimonial {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
    }
    #testimonial-cont .testimonial + .testimonial {
        margin-top: 50px;
    }
        #testimonial-cont .testimonial blockquote {
            margin: 0;
            padding: 60px 20px;
            box-sizing: border-box;
            font-size: 20px;
            line-height: 1.35em;
            font-weight: 500;
            position: relative;
        }
        #testimonial-cont .testimonial blockquote:before,
        #testimonial-cont .testimonial blockquote:after {
            content: '';
            display: inline-block;
            vertical-align: top;
            width: 30px;
            height: 28px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
        }
        #testimonial-cont .testimonial blockquote:before {
            background-image: url(../svg/icon-quote-open.svg);
            top: 0px;
            left: 20px;
        }
        #testimonial-cont .testimonial blockquote:after {
            background-image: url(../svg/icon-quote-close.svg);
            bottom: 0px;
            right: 20px;
        }

        #testimonial-cont .testimonial .attribution {
            font-size: 18px;
            line-height: 1em;
            font-weight: 300;
            padding-left: 20px;
            padding-right: 20px;
        }
        #testimonial-cont.interior .testimonial .attribution {
            color: #231f20;
        }
        #testimonial-cont .testimonial .attribution:before {
            content: '\- ';
        }
@media screen and (min-width: 801px){
    #testimonial-cont {
        text-align: center;
    }
    #testimonial-cont .testimonial blockquote {
        padding: 20px 50px 20px 50px;
        font-size: 20px;
    }
        #testimonial-cont .testimonial blockquote:before {
            left: 5px;
        }
        #testimonial-cont .testimonial blockquote:after {
            right: 5px;
        }
}


.interior-raccoon {
    float: right;
    max-width: 100%;
    height: auto;
    clear: both;
    /*margin-right: calc((100% - 1200px) / 2);*/
}
@media screen and (min-width: 501px){
    #content .wysiwyg {
        padding-left: 30px;
        padding-right: 30px;
    }
}


#interior-why {
    background-color: #ebebeb;
    padding-top: 30px;
    padding-bottom: 0px;
}
    #interior-why .image-cont {
        width: 296px;
        height: 200px;
        background-image: url(../png/logo-fbr50.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #interior-why .text-cont {
        box-sizing: border-box;
    }
        #interior-why .text-cont .title {
            font-size: 32px;
            line-height: 1em;
            font-weight: 700;
            text-transform: uppercase;
        }
        #interior-why .text-cont p {
            font-size: 18px;
            line-height: 1.3em;
            font-weight: 500;
            margin-top: 25px;
            margin-bottom: 25px;
        }
@media screen and (max-width: 800px){
    #interior-why .content-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    #interior-why .image-cont {
        width: 100%;
        background-size: 296px 181px;
        background-color: #ffffff;
        margin-top: 20px;
        order: 2;
    }
    #interior-why .text-cont {
        padding-left: 15px;
        padding-right: 15px;
        order: 1;
    }    
}
@media screen and (min-width: 801px){
    #interior-why {
        padding-top: 65px;
        padding-bottom: 75px;
    }

        #interior-why .image-cont,
        #interior-why .text-cont {
            display: inline-block;
            vertical-align: top;
        }
        #interior-why .image-cont {
            width: 298px;
        }
        #interior-why .text-cont {
            width: calc(100% - 298px);
            padding-left: 40px;
        }
}
@media screen and (min-width: 1001px){
    #interior-why .text-cont {
        padding-left: 80px;
    }
}



#interior-links-cont {
    background-color: #f6b221;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
    #interior-links-cont .form-button {
        margin-left: 10px;
        margin-right: 10px;
        width: 282px;
        padding-left: 0px;
        padding-right: 0px;
    }
@media screen and (min-width: 801px){
   #interior-links-cont {
        padding-top: 50px;
        padding-bottom: 50px;   
   } 
}


.form-text-area {
    background-color: #f6b221;
    color: #231f20;
    font-size: 25px;
    line-height: 1.25em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 45px;
}
.form-text-area.interior {
    background-color: #ffffff;
    color: #252525;
}
    .form-text-area.interior .wysiwyg {
        line-height: 1.5em;
    }

@media screen and (min-width: 801px){
    .form-text-area {
        font-size: 27px;
    }
}
.contact-form {
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 15px;
    background-color: #e1e1e1;
    margin-bottom: -75px;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form select {
    height: 42px;
    line-height: 42px;
    border: none;
    padding: 0px 15px;
    box-sizing: border-box;
    width: 100%;
}

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form select,
.contact-form textarea,
.contact-form label,
.contact-form legend {
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
}
.contact-form label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.contact-form legend:not(.large){
    /*margin-bottom: 5px;*/
    padding: 0;
    display: inline-block !important;
    vertical-align: middle;
    float: left;
    max-width: calc(100% - 90px);
    margin: 12px 15px 12px 0px;
    box-sizing: border-box;
}
.contact-form legend.large {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 15px;
    display: block;
}
.contact-form input[type=checkbox] {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contact-form input[type=checkbox]:checked:before {
    content: "\2713";
    line-height: 1em;
    font-size: 30px;
    height: 30px;
    font-weight: 700;
    display: block;
    overflow: hidden;
    text-align: center;
}

.contact-form select:required:invalid {
  color: #999999;
}
.contact-form option[value=""][disabled] {
  display: none;
}

.contact-form label input[type=checkbox] + span {
    color: #474747;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    max-width: calc(100% - 30px);
    box-sizing: border-box;
}
.contact-form textarea {
    display: block;
    min-height: 100px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.contact-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.contact-form .fieldset {
    margin-bottom: 12px;
    box-sizing: border-box;
}
    .contact-form .fieldset.text-permission label {
        margin-top: 5px;
    }
.contact-form .form-button {
    margin-top: 20px;
}
@media screen and (max-width: 850px){
    .contact-form .fieldset.half .half {
        margin-bottom: 12px;
    }
}
@media screen and (min-width: 851px){
    .contact-form {
        padding-top: 45px;
        padding-bottom: 45px;
    }
        .contact-form .fieldset {
            margin-bottom: 28px;
        }
        .contact-form .fieldset.half {
            display: inline-block;
            vertical-align: top;
            width: 50%;
        }
        .contact-form .fieldset.half:nth-child(2n) {
            padding-right: 12px;
        }
        .contact-form .fieldset.half:nth-child(2n - 1) {
            padding-left: 12px;
        }

        .contact-form .fieldset.half .half {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            box-sizing: border-box;
        }
        .contact-form .fieldset.half .half:nth-child(2n - 1) {
            padding-right: 12px;
        }
        .contact-form .fieldset.half .half:nth-child(2n) {
            padding-left: 12px;
        }
}
@media screen and (min-width: 975px){
    .contact-form legend:not(.large){
        
    }
}

.contact-form.simple-form {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: -10px;
    text-align: left;
}
    .contact-form.simple-form fieldset {
        text-align: center;
    }
    .contact-form.simple-form legend {
        margin-left: auto;
        margin-right: auto;
    }

    
a.skip-nav-button {
    font-size: 22px;
    line-height: 1.1em;
    position: absolute;
    top: -500px;
    left: 10px;
    overflow: hidden;
    background-color: #231f20;
    width: 150px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
    z-index: 1050;
    text-decoration: none;
}

a.skip-nav-button:focus, a.skip-main:active {
    top: 5px;
}

a.skip-nav-button:hover {
    background-color: #333;
    overflow: visible;
    top: 5px;
}

/***********************************************
Formated as this:

<label class="checkfield">title
    <input type="checkbox" value="" name=""/>
    <span class="checkmark"></span>
</label>
***********************************************/
.training-page .width-limiter:not(.small) {
    max-width: 1400px;
}
.training-page .width-limiter.medium {
    max-width: 1050px;
}
.training-page .block-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 0px;
}

@media screen and (min-width: 801px){
    .training-page .block-title {
        font-size: 36px;
    }
}
@media screen and (min-width: 1000px){
    .training-page .block-title {
        font-size: 42px;
    }
}


.training-hero {
    background: url(../jpg/training-hero.jpg) center center no-repeat;
    background-size: cover;
    height: 200px;
    margin-top: -20px;
}
.training-hero-title {
    font-size: 22px;
    line-height: 1em;
    font-weight: 800;
    background-color: #231f20;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media screen and (min-width: 500px){
    .training-hero {
        height: 250px;
    }
}
@media screen and (min-width: 801px){
    .training-hero {
        height: 350px;
        margin-top: -30px;
    }
    .training-hero-title {
        font-size: 26px;
    }
}
@media screen and (min-width: 1000px){
    .training-hero {
        height: 450px;
    }
    .training-hero-title {
        font-size: 30px;
    }
}
@media screen and (min-width: 1400px){
    .training-hero {
        height: 525px;
    }
}



.iwt-block {

}
    .iwt-block .text-cont {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .iwt-block .image-cont .image {
        padding-top: 57%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .iwt-block .title-cont {
        color: #231f20;
        background-color: #f6b221;
        position: relative;
        padding: 10px;
        font-size: 26px;
        line-height: 1em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .iwt-block.alt .title-cont {
        color: #ffffff;
        background-color: #231f20;
    }
    .iwt-block .text {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 1.65em;
        font-weight: 500;
    }
@media screen and (max-width: 800px){
    .iwt-block {
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 801px){
    .iwt-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .iwt-block .text-cont,
    .iwt-block .image-cont {
        display: inline-block;
        vertical-align: top;
    }
    .iwt-block .text-cont {
        width: 58%;
    }
    .iwt-block .image-cont {
        width: 42%;
    }
    .iwt-block .text {
        padding-right: 20px;
    }
    .iwt-block .title-cont {
        margin-right: -120px;
    }
}
@media screen and (min-width: 1000px){
    .iwt-block .text-cont {
        width: 42%;
    }
    .iwt-block .image-cont {
        width: 58%;
    }
    .iwt-block .title-cont {
        font-size: 32px;
        padding: 12px 20px;
        margin-right: -165px;
    }
}

.split-block {

}
    .split-block .section.image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .split-block .section.text {
        background: url(../png/split-block-texture-bg.png) top left repeat;
        background-size: initial;
        font-size: 18px;
        line-height: 1.25em;
        font-weight: 700;
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .split-block .section.text .text-positioner {
        position: relative;
        width: 100%;
        max-width: 700px;
        margin-right: auto;
        text-align: center;
    }
    .split-block .section.text .text-positioner .inner-limiter {
        max-width: 580px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }
@media screen and (max-width: 800px){
    .split-block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .split-block .section.image {
        height: 0px;
        padding-top: 54%;
    }
}
@media screen and (min-width: 801px){
   .split-block {
        display: flex;
    }
    .split-block .section {
        display: inline-block;
        vertical-align: top;
        flex: 1 1 50%;
        width: 50%;
    }
    .split-block .section.image {
        min-height: 275px;
        order: 1;
    }
    .split-block .section.text {
        font-size: 24px;
        order: 2;
    }
        .split-block .section.text .text-positioner {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}
@media screen and (min-width: 1000px){
    .split-block .section.text {
        font-size: 32px;
    }
}
@media screen and (min-width: 1500px){
    .split-block .section.image {
        min-height: 465px;
    }
}

.multi-image-block {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #ebebeb;
    border-top: 8px solid #ffffff;
}
    .multi-image-block {

    }
    .multi-image-block .title-cont {
        text-align: center;
        background-color: #f6b221;
        font-size: 18px;
        font-weight: 700;
        line-height: 1em;
        color: #231f20;
        padding: 15px;
        margin-top: 25px;
    }
    .multi-image-block .text {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 1.65em;
        font-weight: 500;
    }

    .multi-image-block .images-cont {
        margin-top: 30px;
    }
        .multi-image-block .images-cont .image-wrapper {
            margin-bottom: 10px;
        }

        .multi-image-block .images-cont .image-wrapper .image {
            height: 0px;
            padding-top: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

@media screen and (max-width: 449px){
    .multi-image-block .images-cont .image-wrapper {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 450px){
    .multi-image-block .images-cont .image-wrapper {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
        width: calc(33.33% - 20px);
    }
    .multi-image-block .images-cont .image-wrapper:last-child {
        margin-right: 0px;
    }
}
@media screen and (min-width: 801px){
    .multi-image-block {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .multi-image-block .title-cont {
        font-size: 20px;
        padding: 25px;
    }
}
@media screen and (min-width: 1000px){
    
}



.truck-block {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
    .truck-block .width-limiter {
        max-width: 1000px;
    }
    .truck-block .text-cont,
    .truck-block .image-cont {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
    }
    .truck-block .text-cont {
        font-size: 22px;
        line-height: 1.25em;
        font-weight: 700;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .truck-block .text-cont sup {
        font-size: .6em;
    }
@media screen and (min-width: 801px){
    .truck-block .text-cont,
    .truck-block .image-cont {
        width: 50%;
    }
    .truck-block .text-cont {
        font-size: 26px;
    }
}
@media screen and (min-width: 1000px){
    .truck-block .text-cont {
        font-size: 32px;
        padding-left: 55px;
        padding-right: 55px;
    }
}