/*
Theme Name: Stanley
Author: Socius Marketing
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    color: #282525;
    margin: 0;
    padding: 0;
    background: url(images/body.jpg) no-repeat center top #eee;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    overflow-x: hidden!important
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px
}

a {
    color: inherit;
    text-decoration: none
}

img {
    border: none
}

.ai1ec-event-overlay {
    display: none
}

.noCaps a {
    text-transform: none!important
}
img{
    max-width: 100%!important;
}
input:not([type='radio']):not([type='checkbox']) {
    width: 100%!important;
}
ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
    line-height: 20px;
    list-style-type: none;
    font-size: 15px;
    list-style-image: none
}

ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #fcda08
}

#pageNav li:before,
#trusts li:before,
.header ul li:before,
.mobile-fixed-menu li:before,
.page-footer ul li:before {
    display: none
}

.header ul li,
.page-footer ul li {
    margin: 0
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.hvr-grow.hvr-grow-block { display: block !important; }

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-grow img {
    width: auto!important
}

#pg-204-3 .hvr-grow {
    display: block
}

.btn,
body a.btn,
input[type=button],
input[type=reset],
input[type=submit] {
    margin-top: 3px;
    display: inline-block;
    background: #4ca3ff;
    text-transform: uppercase;
    background: -o-linear-gradient(#4ca3ff, #3b96f0);
    color: #f2f5f4;
    text-decoration: none!important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: none;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: .05em
}

.btn:hover,
body a.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #5caeff;
    background: -o-linear-gradient(#63b4ff, #5caeff);
    text-decoration: none
}

.btn-dark,
.btn-yellow {
    border: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    padding: 10px 15px
}

.btn-dark {
    background: #252525;
    color: #fff
}

.btn-yellow {
    background: #ffdb0a;
    color: #000!important
}

.btn-dark:hover,
.btn-yellow:hover {
    background: #333;
    color: #fff!important
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

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

#topNav .parent-toggle:after,
#topNav .parent-toggle:before,
.icons-content__learn-more:after,
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-thin-left-arrow:before {
    content: "\e901"
}

.icon-thin-right-arrow:before,
.icons-content__learn-more:after {
    content: "\e902"
}

.icon-minus:before {
    content: "\e60e"
}

.icon-plus:before {
    content: "\e60f"
}

.icon-right:before {
    content: "\e606"
}

.icon-left:before {
    content: "\e607"
}

.icon-up:before {
    content: "\e608"
}

.icon-down:before {
    content: "\e609"
}

.icon-fire:before {
    content: "\e605"
}

.icon-icon-arrow-right:before {
    content: "\e60a"
}

.icon-icon-arrow-down:before {
    content: "\e60b"
}

.icon-icon-arrow-up:before {
    content: "\e60c"
}

.icon-icon-arrow-left:before {
    content: "\e60d"
}

.icon-icon-assesment:before {
    content: "\e600"
}

.icon-icon-menu:before {
    content: "\e604"
}

.icon-icon-monitor:before {
    content: "\e601"
}

.icon-icon-phone:before {
    content: "\e602"
}

.icon-icon-search:before {
    content: "\e603"
}

.header {
    background-color: #fff;
    position: relative
}

#top-bar {
    background: #000;
    padding: 5px 0
}

.phone-nav,
.top-left,
.top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.phone-nav,
.top-right {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#top-bar a {
    color: #aaa;
    font-size: 13px
}

#top-bar a i {
    color: #fedb01
}

#top-bar .phone-nav a,
#top-bar .service-nav a {
    padding: 5px 10px;
    display: inline-block
}

#top-bar .service-nav a i {
    margin-left: 5px
}

#top-bar .phone-nav a {
    color: #fff
}

#top-bar .phone-nav a i {
    margin-right: 5px
}

.input-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 15%
}

.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    width: 1%!important;
    margin-bottom: 0;
    padding: 2px 5px
}

.input-group-append {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-left: -1px
}

.input-group-append .btn {
    position: relative;
    z-index: 2
}

.header-search {
    padding-left: 20px
}

.header-search .form-control {
    background: 0 0;
    border: none;
    color: #fff
}

.header-search .btn {
    background: 0 0;
    border: none;
    padding: 0 5px;
    margin: 0
}

.header-search .form-control:focus {
    position: absolute;
    width: 100%!important;
    right: 0;
    height: 100%;
    background: #fff;
    color: #000;
    outline-color: #fedb0a
}

.header-search .form-control:focus+.input-group-append {
    position: absolute;
    right: 0;
    height: 100%
}

.header-search .form-control:focus+.input-group-append .btn {
    color: #000
}

#logo {
    bottom: 0!important;
    padding-top: 0!important;
    padding-left: 0!important
}

.navigation {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0
}

.navigation___content {
    width: 100%
}

#mega-menu-wrap-header #mega-menu-header {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#mega-menu-wrap-header #mega-menu-header>li>ul.mega-sub-menu {
    top: 61px
}

#mega-menu-wrap-header.mega-stuck #mega-menu-header>li>ul.mega-sub-menu {
    top: auto
}

@media only screen and (max-width:1024px) {
    #mega-menu-wrap-header .mega-menu-toggle+#mega-menu-header {
        display: none!important
    }
    #mega-menu-wrap-header .mega-menu-toggle.mega-menu-open+#mega-menu-header {
        display: block!important
    }
}

.nav-button a {
    background: #ffdb0a!important;
    border-radius: 5px!important;
    font-weight: 700!important
}

.brand {
    padding: 5px 0;
    display: inline-block
}

@media (max-width:1024px) {
    .navigation {
        padding: 0
    }
    .nav-bar {
        padding-left: 0;
        padding-right: 0
    }
    #top-bar .brand,
    #top-bar .service-nav a {
        padding: 5px;
        font-size: 10px
    }

    #top-bar .service-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }

    .page-footer .brand {
        display: block;
        text-align: center;
    }
}

/* No greater than 1200px, no less than 1025px */
@media (max-width:1200px) and (min-width:1025px) {
   #top-bar a {
        font-size: 12px;
    }
}​



#slider {
    background-color: #ddd;
    width: 100%
}

#yellowBar {
    background-color: #ffdb0a;
    height: 77px;
    position: relative;
    z-index: 22;
    width: 100%
}

body.home #mainContent {
    width: 100%;
    position: relative;
    z-index: 23
}

#mainContent {
    width: 100%
}

.mainContent__inner {
    background-color: #fff
}

body.home #mainContent .container {
    background-color: transparent
}

#pageHdr {
    width: 100%;
    height: 166px;
    background: url(images/pageHdr.jpg) no-repeat center center transparent
}

#pageHdr.large-masthead {
    background: url(images/bg-commercial-business-hero.jpg) no-repeat center center/cover;
    height: 250px
}

#pageHdr.large-masthead .large-masthead__btn {
    border: 0;
    background: #ffdb0a;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    padding: 10px 15px
}

#pageHdr.large-masthead .large-masthead__btn:hover {
    color: #fff;
    background: #333
}

#ctas {
    padding: 0 20px;
    text-align: center
}

#trusts {
    text-align: center;
    font-size: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.trusts__cont {
    background-color: #fff
}

#trusts li {
    list-style-type: none;
    display: inline-block;
    margin: 20px 0;
    width: 22%;
    padding-left: 0
}

#trusts li img {
    max-width: 100%;
    padding: 0 10px;
    height: auto
}

@media (min-width:768px) {
    #trusts li {
        width: 12%
    }
}

#quickNav {
    width: 100%;
    height: 344px;
    background: url(images/infobg.jpg) repeat center top transparent;
    color: #fff
}

#ftr {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 50px
}

#quickNav .container {
    background: url(images/info.jpg) repeat center top transparent;
    height: 335px;
    width: 100%
}

body.home .mainContent__inner {
    padding: 27px 20px 0px 20px
}

.commercial-business-page .full-width-page #content {
    padding: 30px
}

.homepage-header {
    position: relative;
    background-size: cover!important;
    overflow: hidden;
    min-height: 350px
}

.home .homepage-header {
    height: 350px
}

.homepage-header video {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

.homepage-header h1,
.homepage-header p {
    color: #fff
}

.homepage-header h1:after {
    content: '';
    height: 4px;
    display: block;
    background: #fcda08;
    width: 75px;
    margin: 15px 0
}

.homepage-header span.sub-text {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 20px
}

.homepage-header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 20px;
    z-index: 1;
}

.homepage-blocks {
    margin-top: 30px;
}

.homepage-blocks .block-content {
    padding: 50px 20px 20px;
    margin-top: -1px;
    text-align: center;
    margin-bottom: 20px
}

.homepage-blocks .block {
    height: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.homepage-blocks .col-md-14 {
    height: 100%
}

.homepage-blocks a:hover .block {
    border: 3px solid #fcda08
}

.homepage-blocks .block-content ul {
    text-align: left;
    list-style-image: none;
    list-style-type: none
}

.homepage-blocks .block-content ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
    line-height: 20px
}

.homepage-blocks .block-content ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #fcda08
}

.homepage-blocks .block-content h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.homepage-blocks img {
    width: 100%
}

.homepage-blocks .col-md-7 {
    color: inherit;
    text-decoration: none;
}

.button-yellow,
.contact-section .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.contact-section .mktoForm .mktoButtonWrap.mktoNative .mktoButton,
.marketo_multipage_form .mktoForm button.mktoButton {
    border: 0;
    background: #fcda08;
    padding: 13px 24px;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #252525!important;
    text-decoration: none!important
}

.marketo_multipage_form .mktoForm button.mktoButton {
    vertical-align: middle;
    margin-top: 0
}

.button-yellow:hover,
.contact-section .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.contact-section .mktoForm .mktoButtonWrap.mktoNative .mktoButton:hover,
.marketo_multipage_form .mktoForm button.mktoButton:hover {
    background: #dfc103
}

.contact-section .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:after,
.contact-section .mktoForm .mktoButtonWrap.mktoNative .mktoButton:after,
.marketo_multipage_form .mktoForm button.mktoButton:after,
a.button-yellow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #dfc103;
    position: absolute;
    right: 0;
    bottom: 0
}

@media (min-width:600px) {
    #pageHdr.large-masthead {
        text-align: center
    }
}

@media (min-width:768px) {
    .homepage-header .header-content {
        width: 78%;
    }
    .home .homepage-header .header-content {
        width: 60%;
        left: 50%;
        margin-left: -380px;
    }
    .homepage-header span.sub-text {
        font-size: 16px
    }
    .commercial-business-page .full-width-page #content {
        padding: 50px
    }
    .commercial-business__featured-products .panel-grid-cell:nth-child(1) .sow-image-container {
        text-align: right
    }
    .commercial-business__featured-products .panel-grid-cell:nth-child(2) .sow-image-container {
        text-align: left
    }
    .commercial-business__featured-products .sow-image-container img {
        display: inline-block!important
    }

    .homepage-blocks .block-content {
        padding: 50px 60px 20px;
    }

    .homepage-blocks {
        padding: 0 20px;
    }

}

@media (min-width:1025px) {

    .homepage-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .homepage-blocks .block-content {
        padding: 50px 60px 80px
    }
    #pageHdr.large-masthead {
        height: 500px
    }
    #pageHdr.large-masthead h1 {
        font-size: 60px;
        margin-top: 200px
    }
    #pageHdr.large-masthead .large-masthead__btn {
        font-size: 16px;
        margin-top: 30px;
        padding: 15px 25px
    }
    .homepage-header {
        min-height: 600px
    }
    .home .homepage-header {
        height: 600px
    }
    .homepage-header .header-content {
        width: 79%;
    }
    .home .homepage-header .header-content {
        left: auto;
        width: 65%;
        margin-left: 0;
    }
    .homepage-header h1 {
        color: #fff;
        font-size: 65px;
        line-height: 70px
    }
    .homepage-header h1:after {
        margin: 30px 0
    }
    .homepage-header p {
        font-size: 22px;
        color: #fff;
        font-weight: 300
    }
    .homepage-header .button-yellow {
        font-size: 16px;
        padding: 17px 38px;
        margin-top: 30px
    }
    .homepage-blocks .col-md-7 {
        padding-left: 20px;
        padding-right: 20px
    }
    .homepage-blocks .col-md-7:first-child {
        padding-left: 10px
    }
    .homepage-blocks .col-md-7:last-child {
        padding-right: 10px
    }
    .homepage-blocks .block-content {
        margin-bottom: 0
    }
    .homepage-blocks span.button-yellow {
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width:1200px) {
    .homepage-header .header-content {
        width: 68%
    }
    .home .homepage-header .header-content {
        width: 55%
    }
}

#topmenu {
    padding: 25px 0 10px;
    white-space: nowrap
}

#logo {
    padding-left: 20px
}

#topmenu ul {
    text-align: right
}

#topmenu li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    list-style: none outside none;
    padding: 0 3px
}

#phone,
#topNav {
    padding: 0 0 10px
}

#topNav {
    padding: 4px 0 0;
    position: relative;
    z-index: 999
}

.site-tagline {
    font-size: 22px;
    line-height: 1em;
    margin-top: 4px;
    margin-left: -20px;
    text-align: left
}

#topNav a img {
    padding: 0 10px
}

#topNav a {
    display: block
}

#phone {
    text-align: right
}

#phone li {
    display: inline-block;
    padding-right: 10px;
    list-style: none outside none
}

#phone li a,
#phone li span {
    font-size: 24px;
    line-height: 24px
}

#topNav li,
.mobile-menu li {
    list-style: none outside none;
    position: relative
}

#topNav>li {
    display: block;
    font-size: 17px;
    line-height: 17px;
    padding: 0 10px 0 9px
}

#topNav>li>a {
    padding: 10px 20px 10px 10px;
    background: url(images/bulletYellow.png) no-repeat right 14px;
    display: block;
    float: left
}

#topNav>li:hover {
    color: #ffdb0a;
    background-color: #000
}

#pageHdr h1,
#pageHdr h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    margin-top: 50px;
    line-height: 1.2em
}

.searhform__inner label {
    display: none
}

div.search-results {
    padding: 0 20px!important
}

div.search-results .article {
    padding: 0
}

@media (min-width:1025px) {
    div.search-results {
        padding: 0 40px!important
    }
}

#topNav>ul {
    border-bottom: 5px solid #ffdb0a;
    -webkit-box-shadow: 0 10px 10px 2px #212121;
    box-shadow: 0 10px 10px 2px #212121
}

#topNav ul {
    height: auto;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    background: #000
}

#topNav ul li {
    font-size: 15px;
    list-style: none outside none
}

#topNav ul li li {
    font-size: 12px
}

#topNav ul li a,
.currently-open li a {
    display: block;
    padding: 8px 20px;
    position: relative;
    color: #ffdb0a
}

#topNav ul li .parent-toggle,
.currently-open li .parent-toggle {
    position: absolute;
    right: 20px;
    top: auto;
    font-size: 8px
}

#topNav ul li li a {
    color: #fff
}

#topNav ul li .parent-toggle:after,
.currently-open>li .parent-toggle:after {
    content: "\e60a"
}

#topNav ul li.current .parent-toggle:after,
.currently-open>li.current .parent-toggle:after {
    content: "\e60b"
}

@media (max-width:1024px) {
    #topNav ul {
        padding: 0
    }
    #topNav ul li>a {
        background-color: #515151;
        border-bottom: 1px solid #474747
    }
    #topNav ul li li>a {
        background-color: rgba(99, 99, 99, .5)
    }
    #topNav ul li .parent-toggle:after,
    .currently-open>li .parent-toggle:after {
        content: "\e60f";
        font-size: 1.3em;
        line-height: .6em!important
    }
    #topNav ul li.current .parent-toggle:after,
    .currently-open>li.current .parent-toggle:after {
        content: "\e60e"
    }
}

@media (min-width:1025px) {
    #topNav ul {
        position: absolute;
        left: 999em;
        z-index: 99;
        top: 100%;
        width: 217px
    }
    #topNav ul li li a {
        padding: 8px 13px
    }
    #topNav ul li.current_page_item>a,
    #topNav ul li:hover,
    #topNav ul li:hover>a {
        background-color: #515151;
        text-decoration: underline
    }
    #topNav ul li li.current_page_item>a,
    #topNav ul li li:hover,
    #topNav ul li li:hover>a {
        background-color: rgba(99, 99, 99, .5)
    }
    #topNav li:hover ul ul,
    #topNav li:hover ul ul ul,
    #topNav li:hover ul ul ul ul {
        left: 999em
    }
    #topNav ul ul {
        margin: 0 0 0 217px;
        top: 0;
        padding: 0;
        background: #515151
    }
    #topNav li li li li:hover ul,
    #topNav li li li:hover ul,
    #topNav li li:hover ul,
    #topNav li:hover ul {
        left: 0
    }
}

#yellowBar ul li {
    float: left;
    height: inherit;
    margin: 0 2px 0 0;
    list-style: none;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 50px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    padding: 0 10px 0 20px;
    font-weight: 100;
    background: url(images/bullet.png) no-repeat 4px 20px;
    cursor: pointer
}

.hoverslide {
    color: #03060e;
    font-weight: 400;
    background: url(images/bullet.png) no-repeat 4px -20px!important
}

#yellowBar ul li:hover {
    color: #000;
    font-weight: 100;
    background: url(images/bullet.png) no-repeat 4px -20px
}

#formArea {
    height: 430px;
    position: absolute;
    top: 53px;
    width: 100%;
    z-index: 9999
}

#formArea .container {
    height: 430px
}

#formArea.closed {
    z-index: -999!important
}

#formArea #form {
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: none;
    height: 430px;
    left: 0;
    position: absolute;
    width: 1170px
}

#formArea input.text {
    border: 0 none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    height: 35px;
    padding-left: 10px
}

#formArea input.medium {
    width: 281px
}

#formArea #Field5,
#formArea input.fn,
#formArea input.ln {
    width: 130px
}

#formArea #Field6 {
    width: 40px
}

#formArea #Field7 {
    width: 70px
}

#formArea #Field10,
#formArea #Field10-1 {
    width: 71px
}

#formArea #Field10-2 {
    width: 91px
}

#formContainer>form>.left {
    padding: 0 30px;
    width: 294px
}

#form8 #Field20 {
    float: left;
    height: 48px;
    margin-right: 10px
}

#formArea #Field10,
#formArea #Field10-1,
#formArea #Field5,
#formArea #Field6,
#formArea input.fn {
    margin-right: 10px
}

#formArea p {
    color: #edab41;
    display: table;
    font-size: 14px;
    padding: 7px 0
}

#formArea span {
    display: table;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    width: 144px
}

#form8 #Field18_5,
#form8 #Field18_9 {
    float: left;
    height: 30px;
    margin-right: 7px
}

#formArea span.full,
#offices>span {
    width: 286px
}

#offices p {
    float: left;
    width: 290px
}

#formArea h4 {
    color: #edab41;
    font-size: 31px;
    font-weight: 300;
    line-height: 30px;
    padding: 20px 30px 15px
}

#formArea h5 {
    color: #fff;
    font-size: 14px;
    padding-bottom: 7px;
    padding-left: 30px;
    width: 640px
}

#formArea #saveForm {
    background-color: #ffdb0a;
    border: 0 none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 35px;
    margin-top: 12px;
    width: 291px
}

#formArea .formBtn {
    bottom: 0;
    padding: 29px 37px;
    position: absolute;
    right: 0
}

#contentRight h4,
#mainContent h3,
#newsContent h4,
h1 {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -.5px;
    line-height: 30px;
    margin-bottom: 20px
}

.entry-content>h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.entry-content.sociusLinks a {
    text-decoration: none!important
}

#mainContent p,
#newsContent p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px
}

.full-width-page #content {
    padding-right: 20px;
    margin-right: 0
}

.home #content {
    padding-top: 0
}

.contentRightPage__in {
    padding-left: 49px;
    margin-bottom: 20px
}

#contentRight .widget {
    background-color: #fff;
    padding: 10px 5px
}

#contentRight h5,
h2 {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -.5px;
    line-height: 30px;
    margin-bottom: 20px
}

#contentRight li {
    list-style: decimal inside none;
    margin: 10px 0
}

#contentRight>a {
    text-decoration: underline
}

#contentRightPage>div>div>div>ul>li {
    border-bottom: 1px solid #e6e6e6;
    list-style: none outside none
}

#contentRightPage>div>div>div>ul>li.menu-item-has-children>a {
    background: url(images/plus.jpg) no-repeat scroll 8px 14px #f0f0f0
}

#contentRightPage>div>div>div>ul>li>a {
    background-color: #f0f0f0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    list-style: none outside none;
    padding: 10px 0 10px 26px;
    text-transform: uppercase
}

#contentRightPage>div>div>div>ul>li .sub-menu {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    list-style: none outside none;
    padding-bottom: 17px;
    width: 271px
}

#contentRightPage>div>div>div>ul>li>.sub-menu a {
    background-color: #fff;
    color: #666;
    display: table;
    font-size: 13px;
    font-weight: 500;
    list-style: none outside none;
    padding: 6px 0 6px 26px;
    width: 245px;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Open Sans', sans-serif;
}

#contentRightPage>div>div>div>ul>li.menu-item-has-children>a.active {
    background: url(images/plusOpen.jpg) no-repeat scroll 8px 14px #fff
}

#contentRightPage>div>div>div>ul>.current-menu-item {
    color: #edab41
}

#contentRightPage .sub-menu .current-menu-item a,
#contentRightPage .sub-menu a:hover {
    color: #888!important
}

#newsAndEvents {
    background: url(images/casebg.jpg) repeat center top transparent
}

.banner__content {
    height: 350px;
    position: relative
}

.banner__content img {
    max-width: 100%
}

.banner__caption {
    background: url(images/eServices-HomepageNews-halfscale2.png) no-repeat left bottom;
    position: absolute;
    bottom: 20px;
    left: -17px;
    padding-bottom: 22px
}

.banner__captioninner {
    background: #ffdb0a;
    width: 327px;
    height: 65px;
    padding: 5px 20px 0 40px
}

#banner p {
    font-size: 13px
}

#banner a {
    font-size: 12px
}

.newsContent__inner {
    padding: 20px
}

.socialIcons {
    margin: 0 10px
}

#breadcrumbs1>p {
    border-bottom: 1px solid #e9e9e9;
    display: table;
    float: left;
    margin: 0;
    width: 100%
}

#breadcrumbs1.full-width-breadcrumbs>p {
    width: 100%
}

#breadcrumbs a,
#breadcrumbs img,
#breadcrumbs span {
    float: left
}

#breadcrumbs a,
#breadcrumbs span.breadcrumb_last {
    line-height: 41px;
    padding: 0 10px
}

#breadcrumbs a:hover {
    color: #ffdb0a
}

#breadcrumbs1 h4 {
    background-color: #ffdb0a;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    width: 271px
}

.breadcrumb_last {
    font-weight: bold;
    font-weight: 700;
}

#pageNav .sub-menu {
    display: none
}

#pageNav {
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 40px 0 40px 150px
}

#pageNav li {
    font-size: 26px;
    line-height: 45px;
    padding-bottom: 20px;
    text-decoration: underline;
    list-style: none
}

#pageNav img {
    float: left;
    padding-right: 10px
}

.statebox {
    width: 400px;
    margin-right: 17px;
    float: left
}

.statebox h4 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.statebox>p {
    float: left;
    height: 119px;
    margin-bottom: 0!important;
    width: 50%
}

@media (max-width: 599px) {

    .statebox {
        width: 100%;
    }

}

@media (max-width: 400px) {

    .statebox>p {
        float: none;
        height: auto;
        margin-bottom: 20px !important;
        width: 100%
    }

}

#ctas a {
    background-color: #ffdb0a;
    width: 271px;
    height: 138px;
    margin: 30px 0 20px;
    display: inline-block
}

#ctas a:hover {
    background-color: #282525;
    color: #ffdb0a;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

#ctas .ctas__title {
    float: left;
    font-size: 15px;
    line-height: 34px;
    margin-left: 10px;
    text-transform: uppercase
}

#ctas .ctas__clickhere {
    float: right;
    font-size: 13px;
    line-height: 35px;
    margin-right: 10px;
    text-decoration: underline
}

.headline {
    margin-bottom: 15px
}

.date {
    background-color: #000;
    border-radius: 8px;
    float: left;
    height: 46px;
    margin-right: 10px;
    padding: 3px;
    width: 45px
}

.dateNum {
    color: #f7c83c;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    text-align: center
}

.dateMonth {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

.headlineContent h5 {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px
}

.headlineContent a {
    color: #000;
    font-size: 12px;
    text-decoration: underline
}

#freeSite {
    margin: 64px auto 0;
    text-align: center;
    width: 1170px
}

#freeSite .textwidget {
    float: left;
    text-align: center;
    width: 708px;
    margin-left: 58px
}

#freeSite h4 {
    color: #282525;
    display: inline-block;
    font-size: 50px;
    font-weight: 300;
    height: 74px;
    line-height: 74px;
    margin-bottom: 15px;
    text-transform: uppercase
}

#freeSite a,
.dropDownRight a {
    background-color: #ffdb09;
    color: #282525;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
    text-transform: capitalize
}

#freeSite p {
    display: inline-block;
    font-size: 15px;
    margin: 15px auto 0;
    width: 580px
}

#freeSite span,
.dropDownRight span {
    display: inline-block;
    font-size: 37px;
    font-weight: 700;
    margin-top: 5px
}

.footer__menu {
    margin-top: 9px
}

.footer__menu li {
    display: inline-block;
    font-size: 12px;
    list-style: none outside none;
    padding: 0 2px
}

#botNav {
    text-align: right;
    font-size: 0
}

#botNav img {
    display: inline-block
}

#botNav a {
    float: left;
    display: block;
    font-size: 11px;
    text-align: center;
    width: 12.5%;
}

.additional {
    padding: 20px 0;
    display: none
}

.additional li {
    float: left;
    list-style: none;
    padding: 10px 0;
    width: 20%
}

.additional ul li:before {
    display: none;
}

#ftr>.container>.right {
    width: 750px
}

.footer-social-share {
    text-align: right
}

.footer-social-share__icons {
    list-style: none
}

.footer-social-share__icons,
.footer-social-share__icons li,
.footer-social-share__label {
    display: inline-block;
    vertical-align: middle
}

.footer-social-share__icons li {
    margin-left: 8px
}

.additional__less {
    display: none
}

@media (max-width:1024px) {
    .footer__logo {
        margin-left: auto;
        margin-right: auto
    }
    .footer__menu {
        text-align: center
    }
    #ftr {
        padding-bottom: 80px
    }
    .footer-social-share {
        text-align: center
    }
}

@media (max-width: 767px) {

    .single-blog #ftr {
        padding-bottom: 120px;
    }

}

.communityArticle {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    margin: 10px 0;
    padding-bottom: 10px
}

.communityArticle h4 {
    font-size: 14px;
    font-weight: 600
}

.article {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    float: left;
    margin: 10px 0;
    padding: 0 40px
}

.artThumb {
    width: 200px;
    margin-bottom: 25px
}

.artThumb img {
    width: 100%
}

.article .left {
    width: 603px
}

.article h4 {
    font-size: 14px;
    font-weight: 600
}

.single .entry-content {
    padding: 0 100px
}

@media (max-width:767px) {
    .single .entry-content {
        padding: 0 20px
    }
}

.ytcplayer-fixwidthwrapper {
    display: none
}

.news {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    float: left;
    margin: 10px 0
}

.news img {
    width: 200px
}

.news .left {
    width: 603px
}

.news h4 {
    font-size: 14px;
    font-weight: 600
}

.location-page {
    padding: 55px 20px 0 20px
}

.location-button-mobile {
    display: none!important
}

.location-main-info__left {
    margin-bottom: 20px
}

.location-main-info__left img {
    margin-bottom: 20px
}

.location-main-info__left .btn-dark {
    display: block;
    font-size: 12px;
    margin-top: 10px
}

.location-description,
.location-services {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    margin-top: 20px
}

.location-follow-us strong,
.location-follow-us ul {
    float: left
}

.location-follow-us ul {
    display: inline-block;
    list-style: none;
    margin-left: 10px
}

.location-follow-us li {
    display: inline-block
}

.location-services {
    margin-bottom: 40px
}

.location-services ul {
    padding-left: 30px
}

.location-services a {
    color: #888;
    text-decoration: underline
}

.location-map {
    margin-bottom: 20px
}

.location-resources-form {
    background-color: #ffdb0a;
    padding: 20px;
    margin-bottom: 50px
}

.location-resources-form h2 {
    margin-bottom: 5px
}

@media (min-width:600px) {
    .location-main-info__left {
        float: left;
        width: 45%;
        margin-bottom: 0
    }
    .location-main-info__right {
        float: right;
        width: 52%
    }
    .location-resources-form {
        padding: 30px
    }
}

@media (min-width:1025px) {
    .location-page .col-md-6 {
        width: 50%
    }
}

@media (max-width:767px) {
    .location-button-mobile {
        display: block!important
    }
    .location-button-desktop {
        display: block!important
    }
}

.news-thumb {
    border: 1px solid #e9e9e9
}

.white-paper-thumb {
    margin-bottom: 24px;
    width: 100px
}

.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
    max-width: 100%;
    height: auto
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px!important;
    padding: 4px;
    text-align: center
}

.wp-caption img {
    margin: 5px 5px 0
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px
}

.wp-smiley {
    margin: 0
}

.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery img {
    border: 2px solid #cfcfcf
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery dl {
    margin: 0
}

.gallery img {
    border: 10px solid #f1f1f1
}

.gallery br+br {
    display: none
}

#content .attachment img {
    display: block;
    margin: 0 auto
}

#content>li {
    width: 100%;
    line-height: 25px;
    list-style: none
}

.entry-content a {
    color: #888;
    text-decoration: underline
}

.resources-link {
    color: #888;
    text-decoration: underline
}

.mobile-menu .nav-highlight {
    color: #ffdb0a;
    font-weight: 400
}

.mobile-menu a {
    font-size: 17px;
    padding: 15px 20px;
    display: block;
    background: 0 0;
    text-align: center;
    float: none;
    color: #fff!important;
    font-weight: 700
}

.mobile-menu a.parent-toggle:after {
    content: " +";
    color: #ffdb0a;
    font-weight: 400;
    margin-left: 5px
}

.mobile-fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #595959;
    padding-top: 5px
}

.mobile-fixed-menu li {
    ist-style-type: none;
    background: #ffdb0a;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap
}

.mobile-fixed-menu li a {
    display: inline-block;
    padding: 10px 25px;
    width: 100%
}

.mobile-fixed-menu li:first-child {
    background: #000;
    text-align: center
}

.mobile-fixed-menu li,
.mobile-fixed-menu li a {
    color: #000
}

.mobile-fixed-menu li:first-child,
.mobile-fixed-menu li:first-child a {
    color: #ffdb0a
}

#content img,
.wp-caption {
    display: block;
    max-width: 100%!important;
    height: auto;
    text-align: center
}

iframe {
    max-width: 100%
}

table {
    max-width: 100%!important;
    margin: 0 auto
}

input[type=email],
input[type=password],
input[type=text] {
    width: 100%!important
}

.icon-section,
.iconbox {
    width: 50%;
    float: left;
    padding: 20px
}

.icon-section img,
.iconbox img {
    float: left;
    padding-right: 10px;
    margin-bottom: 40px
}

.sponsor-logos {
    display: inline-block;
    vertical-align: middle;
    padding: 10px
}

.td-width {
    width: 100%
}

.mktoModal .mktoFormRow #Email,
.mktoModal .mktoFormRow input[type=email] {
    width: 100%!important
}

.mktoModal .mktoModalMain {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px
}

@media (max-width:1200px) {
    #logo {
        padding-top: 20px;
        padding-left: 0
    }
    .site-tagline {
        margin-left: 0
    }
    .site-tagline {
        background: #010101;
        color: #ffdb0a;
        text-align: center;
        padding: 13px;
        margin: 0
    }
    #topNav,
    .mobile-menu-inner {
        margin-left: -5px;
        margin-right: -5px
    }
    #topNav>li,
    .mobile-menu li {
        margin: 5px
    }
    .searhform__inner {
        background: #e5c509;
        width: 226px;
        padding: 10px
    }
    #slider {
        border-bottom: 5px solid #ffdb0a
    }
    .button,
    .tp-caption.button {
        padding: 0!important;
        background: 0 0!important
    }
    .button a,
    .tp-caption.button a {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        font-family: Arial;
        color: #fff;
        text-decoration: none;
        text-shadow: rgba(0, 0, 0, .498039) 0 2px 5px;
        margin: 0;
        white-space: nowrap;
        padding: 5px 5px 5px 5px;
        background-color: rgba(41, 37, 38, .431373);
        border-width: 0;
        border-color: #ffd658;
        border-style: solid
    }
    #content {
        margin: 0
    }
    #pageNav {
        padding: 20px
    }
    .subarticle-marketo-form {
        float: none!important;
        margin: 0 auto!important
    }
    #ftr {
        border-top: 7px solid #878787
    }
}

.mobile-phone-numbers {
    border-bottom: 1px solid #333
}

.mobile-phone-numbers a {
    background-color: #111;
    display: block;
    float: left;
    color: #fff;
    font-size: 11px;
    line-height: 3.5;
    text-align: center;
    width: 50%
}

.mobile-phone-numbers a:first-child {
    border-right: 1px solid #333
}

.mobile-phone-numbers [class*=icon] {
    color: #666;
    font-size: 1.2em;
    top: 1px;
    position: relative
}

@media (min-width:360px) {
    .mobile-phone-numbers a {
        font-size: 12px
    }
}

@media (min-width:768px) {
    .mobile-phone-numbers a {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .hidden-mobile {
        display: none!important
    }
    .visible-mobile {
        display: block!important
    }
    #topNav,
    #topNav>li {
        display: none;
        margin: 0
    }
    #topNav ul ul,
    .currently-open ul {
        display: none
    }
    #topNav.currently-open>li {
        display: block;
        margin: 5px 0
    }
    .currently-open .in-mobile {
        display: none!important
    }
    #topNav>li>a {
        float: none;
        background: #333
    }
    #topNav li li a {
        color: #fff
    }
    #topNav>li,
    .mobile-menu li {
        margin: 5px;
        background: #010101
    }
    #topNav>li>a,
    .mobile-menu a {
        color: #ffdb0a
    }
    .mobile-menu-inner {
        margin-left: -8px;
        margin-right: -8px
    }
    .mobile-menu li {
        width: 31%;
        white-space: nowrap;
        margin: 8px;
        padding: 0;
        float: left
    }
    #topNav ul li .parent-toggle,
    .currently-open li .parent-toggle {
        right: 0;
        top: 0;
        background: #474747;
        padding: 12px 0;
        line-height: .9em;
        font-size: 9px;
        width: 43px;
        text-align: center
    }
    .currently-open>li .parent-toggle {
        padding: 14px 0;
        background-color: #222
    }
    .mobile-menu-toggle {
        padding-top: 40px
    }
    .mobile-menu-toggle ul {
        list-style: none
    }
    .mobile-menu-toggle li {
        float: right;
        list-style-type: none;
        font-size: 35px;
        padding-left: 15px
    }
    .searhform {
        display: none;
        margin-top: 15px
    }
    .searhform__inner {
        width: auto;
        text-align: right
    }
    .searhform__inner input {
        padding: 5px;
        border-radius: 3px;
        display: inline-block;
        border: 0
    }
    .searhform__inner input[type=text] {
        border: 1px solid #eee;
        margin-right: 3px;
        width: 50%!important
    }
    #banner {
        padding: 0 20px 0 40px;
        background: #fff
    }
    .banner__content {
        background-size: cover
    }
    .trusts__cont img {
        height: 58px
    }
    #botNav {
        text-align: center;
        margin-bottom: 30px
    }
    .page-footer {
        padding: 0 10px
    }
    .additional li {
        width: 33%
    }
    .panel-last-child .textwidget table,
    .panel-last-child .textwidget table td,
    .panel-last-child .textwidget table tr {
        display: block;
        min-width: 100%;
        max-width: 100%;
    }
    .mktoHtmlText div {
        width: 100%!important
    }
    .icon-section,
    .iconbox {
        width: 100%
    }
}

@media (max-width:767px) {
    .mobile-menu-inner {
        margin-left: 0;
        margin-right: 0
    }
    .mobile-menu li {
        margin: 3px 0 3px 1%;
        padding: 0;
        width: 32.6667%
    }
    .mobile-menu li:first-child {
        margin-left: 0
    }
    .mobile-menu li>a {
        font-size: 1em;
        padding: 15px 0
    }
    .mobile-menu li>a .nav-highlight:after {
        margin-left: 0
    }

    #botNav a {
        width: 24.99%
    }
    #banner {
        padding: 0
    }
    .banner__content {
        background-image: none;
        height: auto
    }
    .banner__caption {
        position: absolute;
        left: 0;
        bottom: 0;
        padding-bottom: 0;
        width: 100%
    }
    .banner__captioninner {
        width: auto;
        height: auto;
        padding: 15px 20px
    }
    #pageHdr h1,
    #pageHdr h4 {
        font-size: 30px;
        line-height: 1.2em
    }
    .additional ul {
        padding: 0 10px
    }
    .additional li {
        width: 50%
    }
}

@media (max-width:600px) {
    #content img,
    .wp-caption {
        margin-left: auto!important;
        margin-right: auto!important;
        text-align: center!important
    }
    .sponsor-logos {
        display: block
    }
}

@media (max-width:599px) {
    .mobile-menu-toggle {
        padding-top: 45px
    }
    .mobile-menu-toggle li {
        font-size: 25px
    }
    .mobile-menu li a {
        padding: 10px;
        line-height: 1.2;
        text-align: left
    }
    .site-tagline {
        font-size: 12px
    }
    .searhform {
        top: auto
    }
    .banner__caption {
        position: static
    }
    #additional {
        text-align: center;
        border-bottom: 1px solid #a18a06;
        padding: 0 20px 25px;
        margin: 0 -20px 20px
    }

    .footer__menu #additional {
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }
}

@media (max-width:490px) {
    .mobile-menu .nav-highlight {
        display: block
    }
    .footer__menu ul {
        margin-top: 15px
    }
    td,
    th,
    tr {
        display: block
    }
    p.wp-caption-text {
        text-align: center
    }
}

@media (max-width:360px) {
    .mobile-menu-toggle li {
        font-size: 20px
    }
    .mobile-fixed-menu li {
        text-align: center!important
    }
    .mobile-fixed-menu li a {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

@media (max-width:320px) {
    .mobile-menu>li {
        width: auto
    }
    .additional li {
        width: auto;
        float: none
    }
}

@media (min-width:600px) {
    .alignleft,
    img.alignleft {
        display: inline;
        float: left;
        margin-right: 24px;
        margin-top: 4px
    }
    .alignright,
    img.alignright {
        display: inline;
        float: right;
        margin-left: 24px;
        margin-top: 4px
    }
    .aligncenter,
    img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    img.aligncenter,
    img.alignleft,
    img.alignright {
        margin-bottom: 12px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #additional {
        padding-top: 30px
    }
    .comThumb img {
        width: 100%
    }
}

@media (min-width:1025px) {
    .visible-mobile {
        display: none!important
    }
    #topmenu [class*=col-] {
        padding-left: 0!important
    }
    .sitephonenumber {
        padding-right: 0!important
    }
    #topNav>li {
        float: left
    }
    .searhform {
        position: absolute;
        right: 10px;
        top: 104px;
        display: none;
        z-index: 999
    }
    .searhform__inner #searchsubmit {
        display: none
    }
    .searhform__inner input {
        height: 16px;
        width: 200px
    }
    .additional li {
        width: 25%
    }
}

@media (min-width:1200px) {
    #logo {
        position: relative;
        bottom: -34px
    }
    .searhform__inner {
        overflow: hidden;
        width: 206px
    }
    body.home #mainContent {
        margin-top: -27px
    }
    #contentRight .widget {
        margin-left: 43px;
        padding: 0
    }
    .newsContent__inner {
        padding: 20px 20px 0 0
    }
    #botNav a {
        margin: 0
    }
    .additional li {
        width: 20%
    }
}

dl.accordion {
    border: 1px solid #e9e9e9;
    position: relative
}

.accordion-toggle h3,
.accordion-toggle-2 h2,
.accordion-toggle-3 h3 {
    padding: 10px 20px
}

.accordion-toggle h3.active,
.accordion-toggle-2 h2.active-2,
.accordion-toggle-3 h3.active-3 {
    background: #ffdb0b
}

.accordion-toggle-2 h2,
.accordion-toggle-2 h3 {
    margin-bottom: 0
}

.accordion-toggle-2,
.accordion-toggle-3 {
    border: 1px solid #e9e9e9
}

.accordion dd.active,
.accordion dt {
    border-bottom: 1px solid #e9e9e9
}

.accordion dd {
    margin: 0;
    padding: 10px 40px
}

h3.accordion-title:after {
    content: '+';
    position: absolute;
    right: 20px
}

h2.accordion-title-2:after {
    content: '+';
    position: absolute;
    right: 50px
}

h3.accordion-title-3:after {
    content: '+';
    position: absolute;
    right: 60px
}

h3.active.accordion-title:after {
    content: '—';
    position: absolute;
    right: 20px
}

h2.active-2.accordion-title-2:after {
    content: '—';
    position: absolute;
    right: 50px
}

h3.active-3.accordion-title-3:after {
    content: '—';
    position: absolute;
    right: 60px
}

ul.accordion-content-3 {
    padding: 40px
}

h2.accordion-title-2,
h3.accordion-title,
h3.accordion-title-3 {
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 2em!important;
    margin-bottom: 0!important
}

.video-accordion .widget-title {
    cursor: pointer;
    position: relative
}

.video-accordion .widget-title:after {
    content: '+';
    background-color: #eee;
    border-radius: 30px;
    color: #333;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px
}

.video-accordion .widget-title.js-active:after {
    content: '–';
    line-height: 26px
}

body.search-open {
    overflow: hidden
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #000;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 50%;
    outline: 0
}

.close:hover {
    background: #d62839
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(50, 33, 58, .9);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-box.search-elem label {
    color: #fff;
    font-weight: 300
}

.search-box.search-elem button.submit {
    outline: 0;
    position: absolute;
    top: -3px;
    right: 0;
    padding: 20px;
    font-size: 1rem;
    height: 68px
}

.search-box.search-elem button.submit[disabled] {
    background: #ccc;
    color: #32213a
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    font-size: 22px;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #999;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    border-radius: 0
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #00a896;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 19px;
    left: 20px;
    font-size: 22px;
    font-weight: 300;
    color: #999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: #fff;
    font-size: 1rem
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#content .epyt-gallery-playhover img,
.wp-caption {
    max-width: 60px!important
}

.entry-content .wp-caption {
    max-width: 100%!important
}

.fts-jal-fb-header {
    display: none
}

.fts-jal-fb-header {
    display: none
}

h1.referral {
    display: none!important
}

.epyt-gallery iframe {
    width: 100%
}

@media (min-width:768px) {
    .fts-jal-single-fb-post {
        width: 46%;
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (min-width:1025px) {
    .fts-jal-single-fb-post {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }
}

.legal-header {
    margin-bottom: 20px
}

.legal-headline {
    float: left
}

.btn-print-page {
    float: right;
    font-weight: 600;
    font-size: 16px;
    color: #000!important;
    background: #ffdb0a!important
}

.main-content-block {
    padding: 30px
}

#pageHdr:before,
.homepage-header.innerpage-header:before,
.homepage-header:before {
    display: block;
    position: absolute;
    content: '';
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
    height: 1000px;
    width: 100%;
    left: 0;
    top: 0;
}

#pageHdr {
    overflow: hidden;
    position: relative;
    background-size: cover!important
}

#pageHdr h1 {
    z-index: 20;
    position: relative
}

.innerpage-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE Fix */
    -o-object-position: 75% 100%;
    object-position: 75% 100%;
    min-height: 300px;
    display: block
}

.homepage-header.innerpage-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.homepage-header.innerpage-header:before {
    z-index: 1;
}

.homepage-header.innerpage-header > .container {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.homepage-header.innerpage-header .header-content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.homepage-header.innerpage-header img {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width:600px) {
    .homepage-header.innerpage-header > .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width:768px) {
    .main-content-block {
        padding: 60px 100px
    }

    .main-content-block.home-page-blocks-wrap,
    .main-content-block.trust-logos {
        padding-left: 0;
        padding-right: 0;
    }

    .main-content-block.trust-logos {
        padding-bottom: 0;
    }

}

@media (min-width: 1025px) {

    .innerpage-header img {
        min-height: 600px
    }

    .homepage-header.innerpage-header {
        height: 100px; /* IE Fix */
    }

}


/* Content Section Padding */

.bg--white + .bg--white {
    padding-top: 0 !important;
}

@media (min-width: 768px) {

    .bg--white + .half-and-half-section,
    .half-and-half-section + .bg--white,
    .half-and-half-section + .half-and-half-section,
    .optional-headline + .half-and-half {
        padding-top: 0 !important;
    }

}



/* Half and Half Sections */

h2.optional-headline {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 0
}

.half-and-half,
.half-and-half__text {
    display: block;
    width: 100%
}

.half-and-half__text-wrapper {
    padding: 30px
}

.half-and-half__image,
.half-and-half__text {
    padding-top: 24px;
    padding-bottom: 24px
}

.half-and-half__image {
    display: none
}

.half-and-half__text h3 {
    font-weight: 600!important;
    text-transform: uppercase;
    font-size: 20px!important
}

.half-and-half__text ul li {
    margin: 0;
    line-height: 22px;
    font-size: 15px;
    font-weight: 100
}

.half-and-half__text p {
    font-size: 15px!important;
    font-weight: 100
}

.half-and-half-section__img {
    width: 100%;
    height: auto;
}

.bg--grey {
    background: #f8f8f8
}

@media (min-width:768px) {
    h2.optional-headline {
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 0px;
        padding-bottom: 34px
    }

    .half-and-half-section {
        padding: 60px 0
    }

    .half-and-half__image,
    .half-and-half__text {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .half-and-half__image {
        position: relative
    }

    .half-and-half__text--left .half-and-half__text-wrapper {
        padding-right: 8.33333333%
    }

    .half-and-half__text h3 {
        font-size: 25px!important
    }

    .half-and-half__text ul li {
        margin: 0
    }
}

@media (max-width:767px) {

   .half-and-half__image,
    .half-and-half__text {
        padding-top: 0
    }

}

/* No greater than 1024px, no less than 768px */
@media (max-width:1024px) and (min-width:768px) {
     .half-and-half__image {
        min-height: 300px
    }

    .half-and-half__image,
    .half-and-half__text {
        display: block;
        padding-top: 10px;
        padding-bottom: 20px;
        width: 100%
    }

    .half-and-half__image .visible-sm {
        display: block !important
    }
}

@media (min-width:1025px) {

    .half-and-half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .half-and-half-section__img {
        margin: 30px;
        width: calc(50% - 60px);
    }

    .half-and-half__image .hidden-md-up {
        display: none !important
    }

    .half-and-half__text-wrapper {
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px
    }

    .home .half-and-half__text-wrapper {
        padding: 0 30px;
    }

}

section.icons-section {
    padding: 30px
}

#content .icons-section img {
    position: absolute;
    left: 9px;
    top: 30px;
    max-width: 51px!important
}

.icons-content {
    padding-left: 60px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
    padding-right: 20px;
    height: 100%
}

.icons-content h3 {
    font-weight: 600!important;
    text-transform: uppercase;
    margin-bottom: 10px!important
}

.icons-block {
    padding-top: 30px;
    padding-bottom: 30px
}

.icons-content__learn-more,
.entry-content .icons-content__learn-more{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    position: absolute;
    bottom: 0
}

.icons-content__learn-more:hover {
    color: #fcda08
}

.icons-content__learn-more:after {
    padding-left: 3px;
    font-size: 11px;
    position: relative;
    top: -1px;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.icons-content__learn-more:hover:after {
    color: #fcda08
}

.icons-section h2.optional-headline {
    padding-top: 0;
    display: block;
    width: 100%
}

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

@media (min-width:768px) {
    section.icons-section {
        padding: 60px 100px
    }
}

.slick-slider.text-slider-slick {
    background: #fcda08;
    padding: 100px 130px;
    padding: 40px 20px;
    padding-bottom: 95px;
    text-align: center
}

span.slide-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4em;
    display: block
}

span.slide-sub-text {
    display: block;
    font-size: 16px;
    font-weight: 100;
    margin-top: 15px
}

.text-slider-slick .slick-arrow {
    position: absolute;
    font-size: 30px;
    bottom: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.text-slider-slick .slick-arrow:hover {
    color: #fff
}

.text-slider-slick span.icon-thin-left-arrow {
    left: 50px
}

.text-slider-slick span.icon-thin-right-arrow {
    right: 50px
}

@media (min-width:768px) {
    .slick-slider.text-slider-slick {
        background: #fcda08;
        padding: 100px 130px
    }
    span.slide-text {
        font-size: 28px;
        line-height: 35px
    }
    .text-slider-slick .slick-arrow {
        top: 50%;
        bottom: auto
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.background-image-section {
    padding: 30px 25px 30px 25px
}

.background-image-section-block {
    background: #fff;
    padding: 45px
}

.background-image-section h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.background-image-section h4:after {
    content: '';
    height: 4px;
    display: block;
    background: #fcda08;
    width: 75px;
    margin: 15px 0
}

.background-image-section h3 {
    font-size: 28px!important;
    font-weight: 600!important
}

.background-image-section p {
    font-size: 16px
}

.background-image-section .button-yellow {
    margin-top: 10px
}

@media (min-width:768px) {
    .background-image-section {
        padding: 60px 100px 60px 100px
    }
}



@media (max-width:1024px) {
    .background-image-section {
        background-color: #f8f8f8 !important;
        border-bottom: 1px solid #ebebeb;
    }

    .background-image-section-block {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width:1025px) {
    .background-image-section {
        min-height: 650px
    }
    .page-id-212944 .background-image-section {
        display: block
    }
}

section.contact-section {
    padding: 30px
}

.contact-box {
    background: #fbfbfb;
    padding: 20px;
    margin-bottom: 20px;
    padding-left: 75px;
    border: 1px solid #d7d7d7;
    display: block;
    text-decoration: none!important;
    color: inherit!important
}

a.contact-box.chat-box:hover {
    cursor: pointer;
    background: #f3f3f3
}

.contact-box img {
    position: absolute;
    left: 20px;
    width: 45px
}

.contact-box span {
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px
}

.contact-box .title {
    font-size: 16px
}

.contact-box .secondary-line {
    font-size: 22px
}

.contact-section form {
    width: 100%!important
}

.contact-section label {
    width: 100%!important;
    font-weight: 600;
    display: block;
    float: none;
    font-size: 14px;
    padding-top: 0!important;
    padding-bottom: 3px!important
}

.contact-section .col-sm-7 {
    padding-left: 20px;
    padding-right: 20px;
}

.contact-section .row {
    margin-left: -20px;
    margin-right: -20px;
    position: relative
}

.contact-section .mktoForm .mktoFieldWrap,
.contact-section .mktoForm .mktoFormCol {
    float: none!important
}

.contact-section .mktoForm .mktoOffset {
    display: none!important
}

.contact-section .mktoButtonRow {
    width: 100%
}

.contact-section span.mktoButtonWrap.mktoSimple,
.contact-section span.mktoButtonWrap.mktoNative {
    margin-left: 0!important; /* cancel inline margin */
    display: block;
    text-align: center;
}

.contact-section .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.contact-section .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    margin-top: 5px
}

.contact-section form input {
    width: 100%!important;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    height: 32px
}

.contact-section .mktoForm #Email,
.contact-section .mktoForm .mktoField {
    width: 100%!important
}

@media (min-width:768px) {
    section.contact-section {
        padding: 60px 100px
    }

    section.contact-section > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .contact-box img {
        display: block!important;
        width: 48px
    }

    .contact-box:last-child {
        margin-bottom: 0
    }
}

@media (min-width:1025px) {
    .contact-box {
        padding: 55px 65px 55px 133px
    }
    .contact-box img {
        left: 50px;
        width: auto
    }
}

@media (min-width:1200px) {
    .contact-box {
        padding: 56px 100px 56px 170px
    }
    .contact-box img {
        left: 100px
    }
}

.slick-slide,
.slick-slide:focus * {
    outline: 0!important
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.tabs {
    font-size: 0;
    position: relative;
    z-index: 100
}

.tabs li {
    display: inline-block;
    color: #000;
    margin: 0;
    padding-left: 0;
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
    background: #fcda08
}

.tabs li:hover {
    background: #dfc103
}

.tabs li {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 30px;
    display: block;
    text-align: center;
    min-height: 70px;
    cursor: pointer
}

.tabs li:nth-child(5n) {
    margin: 0;
    border-right: 0
}

.tabs li:first-child {
    border-left: 0
}

.tabs li:before {
    display: none
}

.tabs li.slick-current {
    background: #dfc103
}

.tabs li.slick-current:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dfc103;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tabbed-content-info {
    margin-top: -10px
}

.tab-content-container {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 40px
}

.tab-content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em
}

.tab-content h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #fcda08;
    font-size: 14px;
    letter-spacing: 1px
}

.tab-content p {
    font-size: 15px!important;
    font-weight: 100;
    line-height: 1.5em!important
}

.tab-content .button-yellow {
    margin-top: 6px
}

.tab-content h4:after {
    content: '';
    height: 4px;
    display: block;
    background: #fcda08;
    width: 75px;
    margin: 15px 0
}

.tabs-container.end-flexbox li {
    min-width: 200px
}

section.tabbed-content-section .slick-arrow:before {
    font-size: 20px;
    position: absolute
}

section.tabbed-content-section .icon-thin-right-arrow {
    right: -7px;
    position: absolute;
    top: 28%
}

section.tabbed-content-section .icon-thin-left-arrow {
    left: -28px;
    position: absolute;
    top: 28%
}

.tabs li span {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 0 15px
}

.tabs-container .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    .tab-content-container {
        background-color: #252525;
    }
}

@media (min-width:768px) {
    .tab-content {
        min-height: 560px;
        padding: 60px
    }
    .tab-content-container {
        padding-bottom: 80px;
        width: 60%
    }
    .tab-content h2 {
        font-size: 28px
    }
    .tabs li {
        min-height: auto
    }
}

@media (max-width: 1024px) {

    .tab-content-container {
        width: 100%;
    }

}

@media (min-width:1025px) {
    .tabs-container li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1 auto;
        flex-shrink: 1 auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .tabs li {
        border-right: 5px solid #fff
    }
    .tabs li:last-child {
        border-right: 0
    }
    .tabs li:nth-child(5n+1) {
        border-left: 5px solid #fff
    }
}

.image-button-cta-section {
    padding: 30px
}

.image-button-cta-section h2 {
    font-weight: 600;
    font-size: 20px
}

@media (min-width:768px) {
    .image-button-cta-section {
        padding: 100px
    }
    .image-button-cta-section h2 {
        font-size: 25px
    }
}



.main-content-block.column-icon .optional-headline {
    padding-top: 0
}

.column-icon-block {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.column-icon-block--thumbnail {
    display: none;
}

.column-icon-block__link,
.entry-content .column-icon-block__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.column-icon-block__link:hover,
.entry-content .column-icon-block__link:hover {
    color: #666;
}

.column-icon-block img {
    margin: 0 auto;
    margin-bottom: 14px
}

.column-icon-block h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.column-icon-block .button-yellow {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    
    .main-content-block.column-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }

    .main-content-block.column-icon .optional-headline {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .column-icon-block {
        width: 33.333%;
        margin-bottom: 0;
    }
    
    .column-icon-block--thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #mainContent .column-icon-block p {
        margin-bottom: 20px;
    }

    .column-icon-block .button-yellow {
        margin-top: auto;
        margin-bottom: 0;
        margin: 0 auto;
    }

    .column-icon-block,
    .column-icon-block__link,
    .entry-content .column-icon-block__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .column-icon-block__link,
    .entry-content .column-icon-block__link {
        position: relative;
        padding-bottom: 50px;
        height: 100%;
    }
    
    .column-icon-block__btn-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    .column-icon-block__img-wrapper {
        height: 100%;
        overflow: hidden;
    }
    
    .column-icon-block--content .column-icon-block__img-wrapper {
        display: none;
    }
    
    .column-icon-block__img-wrapper img {
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain;'; /* IE object-fit fix */
        height: calc(100% - 14px) !important;
        width: 100%;
    }
    
    .column-icon-block__img-wrapper--is-photo img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: 'object-fit: cover;'; /* IE object-fit fix */
    }
    
}

@media (min-width: 1025px) {
    
    .main-content-block.column-icon {
        padding-left: 100px;
        padding-right: 100px;
    }
    
}

.marketo_multipage_form {
    background: url(images/get-in-touch-bg.jpg) no-repeat 0 88%;
    background-size: cover;
    font-family: 'Open Sans', sans-serif
}

.marketo_multipage_form .mktoForm {
    padding: 20px 0
}

.marketo_multipage_form .mktoForm fieldset legend {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
}

.marketo_multipage_form .mktoForm .mktoFieldWrap,
.marketo_multipage_form .mktoForm .mktoFormCol {
    float: none;
    text-align: center;
    display: block;
    vertical-align: middle
}

.marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_2 .mktoFieldWrap {
    width: 100%!important;
    display: block
}

.marketo_multipage_form .mktoForm fieldset {
    border: 0
}

.marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_1 fieldset {
    padding: 0 20px!important
}

.marketo_multipage_form input#PostalCode {
    height: 57px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000!important;
    padding-left: 20px;
    float: none;
    width: 100%!important
}

.marketo_multipage_form .mktoForm input {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.marketo_multipage_form .mktoForm .mktoClear {
    display: none!important
}

.marketo_multipage_form span.next-page-button,
.marketo_multipage_form span.prev-page-button {
    cursor: pointer;
    display: inline-block;
    background: #fcda08;
    padding: 18px 23px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    top: 0;
    height: 57px;
    position: relative;
    left: 0;
    vertical-align: middle;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.marketo_multipage_form span.next-page-button:hover,
.marketo_multipage_form span.prev-page-button:hover {
    background: #dfc103
}

.marketo_multipage_form .mktoForm input[type=radio] {
    width: 1em!important
}

.marketo_multipage_form .mktoForm .mktoRadioList {
    width: 100%!important;
    float: none
}

.marketo_multipage_form .mktoFormRow.fx_multipage_2 span.next-page-button,
.marketo_multipage_form .mktoFormRow.fx_multipage_2 span.prev-page-button {
    margin-top: 24px
}

.marketo_multipage_form .mktoForm .mktoFormRow {
    text-align: center;
    position: relative
}

.mktoFormRow.fx_multipage_2 fieldset {
    display: block!important;
    background-color: rgba(0, 0, 0, .8);
    padding: 40px !important;
}

.mktoFormRow.fx_multipage_3 fieldset {
    display: block!important;
    padding: 0 20px!important
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.mktoFormRow.fx_multipage_2 {
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif
}

.mktoFormRow.fx_multipage_2 label {
    display: block;
    float: none!important;
    width: auto!important;
    color: #fff;
    padding: 4px 0
}

.mktoFormRow.fx_multipage_2 .mktoFieldWrap>label {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
}

.mktoFormRow.fx_multipage_2 .mktoForm .mktoGutter {
    display: none
}

.marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_3 input {
    height: 56px;
    width: 100%!important;
    font-weight: 700;
    padding-left: 20px
}

.marketo_multipage_form span.next-page-button:after {
    content: '»';
    font-size: 33px;
    line-height: 0;
    position: relative;
    top: 3px;
    padding-left: 2px;
    color: #b19903
}

.marketo_multipage_form span.prev-page-button:before {
    content: '»';
    font-size: 33px;
    line-height: 0;
    position: relative;
    top: 9px;
    padding-left: 2px;
    color: #b19903;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_3 .mktoFieldDescriptor.mktoFormCol {
    float: none!important
}

.marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_2 fieldset legend {
    top: 40px;
    position: relative
}

.marketo_multipage_form .mktoForm button.mktoButton {
    height: 57px;
    border: 0;
    margin-left: 10px
}

.marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_2 .mktoFieldDescriptor {
    width: 300px
}

@media (min-width:600px) {
    .marketo_multipage_form .mktoForm .fx_multipage_1 fieldset legend {
        line-height: 34px;
        position: relative;
        left: 21%
    }
    .marketo_multipage_form span.next-page-button {
        top: 19px;
        left: -10px
    }
    .marketo_multipage_form .mktoForm .mktoFieldWrap,
    .marketo_multipage_form .mktoForm .mktoFormCol {
        float: none;
        text-align: center;
        display: inline-block
    }
    .marketo_multipage_form .mktoFormRow.fx_multipage_2 span.next-page-button {
        top: 0;
        left: 0;
        margin-left: 10px
    }
    .marketo_multipage_form input#PostalCode {
        width: 335px!important
    }
    /*.marketo_multipage_form .mktoForm .mktoFieldWrap,
    .mktoFieldDescriptor.mktoFormCol {
        float: left!important;
        width: auto !important
    }*/
    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_2 .mktoFieldWrap,
    .mktoFormRow.fx_multipage_2 .mktoFieldDescriptor.mktoFormCol {
        float: left!important;
        padding: 0 10px;
        position: relative
    }
    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_2 .mktoFormCol,
    .mktoFormRow.fx_multipage_2 .mktoFieldDescriptor.mktoFormCol {
        float: none!important;
        vertical-align: top
    }
    .mktoFormRow.fx_multipage_2 {
        padding: 0 50px
    }
    .marketo_multipage_form .mktoForm .mktoRadioList {
        width: auto!important;
        float: left
    }
    .fx_multipage_3 .mktoFormRow .mktoFormCol {
        width: 30%
    }
    .fx_multipage_3 .mktoFormRow:nth-of-type(2) .mktoFormCol {
        width: 60%
    }
    .marketo_multipage_form .mktoForm .fx_multipage_3 .mktoFieldWrap {
        direction: block;
        width: 100%
    }
    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_3 #Email,
    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_3 input,
    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_3 input[type=email],
    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_3 input[type=password],
    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_3 input[type=text] {
        width: calc(100% - 20px)!important
    }
}

@media (min-width:1025px) {

    .mktoFormRow.fx_multipage_2 {
        padding: 0 150px
    }

    .marketo_multipage_form .mktoForm .mktoFormRow.fx_multipage_1 fieldset,
    .mktoFormRow.fx_multipage_3 fieldset {
        padding: 0!important
    }

    .marketo_multipage_form .mktoForm {
        padding: 90px 0
    }

    /* Puts first and last name fields on separate rows on the /requestmoreinfo page form
    #mktoForm_1156 .mktoFormRow:first-of-type .mktoFormCol {
        width: 100%;
    }*/

}
/*
.homepage-header:after {
    content: url(images/corner-triangle2.png);
    width: 98px;
    height: 109px;
    display: block;
    position: absolute;
    right: 0;
    top: -2px
}
*/
.ipad-gallery {
    background: url(images/businessInsights_ipadBlank.png) no-repeat;
    width: 48%;
    display: inline-block;
    height: 609px;
    background-size: 100%
}

.ipad-gallery .slick-list {
    width: 74%;
    margin: 0 auto
}

.ipad-gallery img {
    padding-top: 48px
}

.slider-left-content {
    color: #fff;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 40px
}

.slider-left-content p {
    padding-bottom: 15px
}

.slider-left-content li,
.slider-left-content p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 100
}

.alarm-slider {
    background: #252525
}

.slider-left-content h2 {
    font-size: 36px
}

h2.underline {
    padding-bottom: 20px;
    position: relative
}

h2.underline:after {
    content: "";
    background: #ffd20a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 3px
}

    .ipad-gallery img {
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        min-height: 342px !important;
        max-height: 342px;
        margin: 0 auto;
        width: 100%;
    }


@media (max-width:1740px) {
    .ipad-gallery {
        background-size: 100%;
        height: 562px;
        margin: 20px 0
    }
    .ipad-gallery img {
        padding-top: 43px
    }
}

@media (max-width:1200px) {
    .ipad-gallery img {
        min-height: 280px !important;
        max-height: 280px;
    }
}


@media (max-width:1024px) {
    .ipad-gallery,
    .slider-left-content {
        display: block;
        width: 100%
    }
    .ipad-gallery {
        height: 715px
    }
    .ipad-gallery img {
        padding-top: 52px;
        min-height: 455px !important;
        max-height:455px;
    }
}

@media (max-width:767px) {
    .ipad-gallery img {
        min-height: 336px !important;
        max-height: 336px;
    }

     .ipad-gallery {
        height: 500px
    }
}

@media (max-width:700px) {
    .ipad-gallery img {
        padding-top: 42px
    }
}

@media (max-width: 600px) {
    .ipad-gallery img {
        min-height: 320px !important;
        max-height: 320px;
    }
}

@media (max-width:550px) {
    .ipad-gallery img {
        min-height: 306px !important;
        max-height: 306px;
    }
}

@media (max-width:520px) {
    .ipad-gallery img {
        min-height: 240px !important;
        max-height: 240px;
    }
}

@media (max-width:500px) {
    .ipad-gallery img {
        width: 85%;
        padding-top: 45px;
        min-height: 220px !important;
        max-height: 220px;
    }
    .ipad-gallery {
        height: 400px
    }
}

@media (max-width:400px) {
    .ipad-gallery img {
        padding-top: 25px;
        min-height: 180px !important;
        max-height: 180px;
    }
}

.business-floorplan {
    background: url(https://www.alarm.com/images/NewSite/solutions/SmartBusiness_InteractiveGraphic.svg) no-repeat;
    position: relative;
    margin: 40px 20px;
    width: 62%;
    display: inline-block
}

.business-floorplan-content {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    padding-top: 7%
}

@media (max-width:1025px) {
    .floorplan-container {
        display: none
    }
}
@media (max-width:767px) {
    .fx-image{
        width: 100%;
    }
    .business-floorplan,
    .business-floorplan-content {
        display: none
    }
}

.item-container {
    position: absolute;
    width: 350px
}

.divPlus {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    position: absolute
}

.divPlus:hover {
    cursor: pointer
}

.plusX {
    -webkit-transform: rotate(45deg) scale(1.5);
    -moz-transform: rotate(45deg) scale(1.5);
    -ms-transform: rotate(45deg) scale(1.5);
    -o-transform: rotate(45deg) scale(1.5);
    zoom: 1;
    z-index: 600
}

.adc-circle-plus:hover {
    cursor: pointer
}

.descBlock {
    position: absolute;
    border: 3px solid #ffd20a;
    padding: 20px;
    top: 0;
    left: 0;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .3);
    z-index: 500
}

.door-sensor-item .descBlock {
    left: -111%;
    width: 400px
}

.temp-sensor-item .descBlock {
    left: auto;
    right: 97%;
    width: 300px
}

.descBlock .dbTitle {
    font-size: 24px;
    color: #ffd20a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.descBlock .dbTitle img {
    margin-right: 5px;
    max-width: 26px;
    max-height: 26px
}

.item-container.access-control-item {
    top: 48%;
    left: 6%
}

.item-container.exterior-video-item {
    top: 48%;
    left: 0
}

.item-container.rear-door-sensor-item {
    top: 91.5%;
    right: -13.5%;
    z-index: 500
}

.divPlus.rear-door-sensor.divPlus,
.divPlus.rear-door-sensor.plusX {
    right: 0
}

.item-container.rear-door-video-item {
    bottom: 16%;
    right: -39%;
    height: 150px
}

.divPlus.rear-door-video.divPlus,
.divPlus.rear-door-video.plusX {
    right: 0;
    bottom: 0
}

.item-container.light-control-biz-item {
    top: 83%;
    left: 2.5%;
    height: 176px
}

.divPlus.light-control-biz.divPlus,
.divPlus.light-control-biz.plusX {
    bottom: 0
}

.item-container.smart-thermostat-biz-item {
    top: 59%;
    left: 66%
}

.item-container.dome-video-item {
    top: 47%;
    left: 31%
}

.item-container.door-sensor-item {
    top: 76%;
    left: 94.5%
}

.item-container.image-sensor-item {
    bottom: -34%;
    right: 12%;
    height: 195px
}

.divPlus.image-sensor.divPlus,
.divPlus.image-sensor.plusX {
    right: 0;
    bottom: 0
}

.item-container.temp-sensor-item {
    top: 3%;
    right: -30%
}

.divPlus.temp-sensor.divPlus,
.divPlus.temp-sensor.plusX {
    right: 0
}

.inline-image-block {
    text-align: center
}

.inline-image-block h3 {
    vertical-align: middle;
    margin-bottom: 0!important;
    line-height: 44px!important
}

.inline-image-block img {
    vertical-align: middle;
    margin-bottom: 0!important;
    margin-top: 0
}

.inline-image-block p {
    display: none
}

@media (min-width:600px) {
    .inline-image-block h3 {
        margin-left: 10px
    }
    .inline-image-block h3 {
        display: inline-block
    }
    .inline-image-block img {
        display: inline-block!important
    }
    .inline-image-block {
        text-align: left
    }
}

.image-button-cta-section.hidden-mobile {
    display: none
}

@media (min-width:1025px) {
    .image-button-cta-section.hidden-mobile {
        display: block
    }
}

form.alarm-login {
    width: 80%;
    margin: 0 auto
}

form.alarm-login input {
    border: 1px solid #ccc;
    height: 33px;
    margin-top: 8px
}

form.alarm-login input[type=checkbox] {
    height: auto
}

form.alarm-login label {
    display: block;
    font-weight: 700
}

form.alarm-login button {
    border: 0
}

@media (min-width:768px) {
    form.alarm-login {
        width: 50%
    }
}
.textwidget #PostalCode,
.textwidget #Email,
.textwidget #Email,
.textwidget select {
    display: block!important;
    width: 100%!important;
        margin-left: 0!important;
}
/*.panel-widget-style{
    min-height: 428px;
    height: auto!important;
} commented this out bc it was breaking the intelassure secutity automation page*/
#mega-menu-wrap-header #mega-menu-header>li>ul.mega-sub-menu {
    top: 65px!important
}

.mega-sticky-wrapper #mega-menu-wrap-header #mega-menu-header>li>ul.mega-sub-menu {
    top: 40px!important
}

.logo-block {
    display: inline-block;
    vertical-align: middle;
    width: 33%
}

.logo-block img {
    margin: 0 auto
}

.special-form table {
    width: 100%
}

.special-form .alignleft {
    width: 100%
}

.special-form #Email {
    width: 100%!important
}

.special-form .alignright,
.video-page .alignright {
    float: none;
    margin-left: 0
}

@media (min-width:1025px) {
    .special-form #Email,
    .widget_black_studio_tinymce #Email {
        width: 100%!important
    }

    .special-form table {
        width: 300px
    }
    .special-form .alignleft {
        width: 50%
    }
    .special-form .alignright {
        float: right;
        margin-left: 25px
    }
    .video-page .alignright {
        float: right;
        margin-left: 25px;
        width: 60%
    }
}

@media (min-width:1200px) {
    .special-form .alignleft {
        width: 60%
    }
}

.page-id-6096 .mainContent__inner {
    padding-bottom: 32px
}

@media only screen and (max-width:1024px) {
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column.mega-responsive-class {
        width: 33.333%;
        clear: none!important
    }
    .panel-widget-style{
        min-height: 582px;
    }
}

@media only screen and (max-width:780px) {
    .panel-widget-style{
        min-height: auto;
    }
}

@media only screen and (max-width:600px) {
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column.mega-responsive-class {
        width: 100%;
        clear: none!important
    }
}


.widget_black_studio_tinymce form#mktoForm_2588.mktoForm #Email,
form#mktoForm_2588.mktoForm input[type=text] {
    width: 100%!important
}

form#mktoForm_2588.mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block!important
}

form#mktoForm_2588.mktoForm .mktoAsterix {
    float: left!important
}

form#mktoForm_2588.mktoForm span.mktoButtonWrap.mktoGlow {
    margin-left: 0!important
}

form#mktoForm_2588.mktoForm {
    text-align: center
}
#Email{
    width: 100%!important;
}

.mktoForm{
    width: 100%!important;
    overflow: hidden;
}





/*
 * Blog Sections
 */




/* Homepage Blog Section */

.home-blog {
    padding: 27px 20px 80px 20px;
    background: #fff
}

.blog-title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 30px;
    margin-bottom: 0;
    background: #fff;
    padding-bottom: 15px;
    /*min-height: 110px*/
}

.home-blog .feature-post-image {
    height: 368px
}

.blog-sidebar-col.home-popular-post-col {
    position: relative;
    margin: 0;
    background: transparent;
    padding: 0
}

.home-popular-post-col img {
    max-width: 100%;
    display: block
}

.home-popular-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-sidebar .home-popular-post ul li {
    color: #fff;
    border-left: 1px solid #fff
}

body.home .blog-page-content .blog-title {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0;
}

body.home .blog-page-content .row1 {
    position: relative;
}

body.home .blog-page-content .row1 .button-yellow {
    position: absolute;
    right: 20px;
    top: -7px;
    margin-top: 0;
    z-index: 24;
}

body.home .blog-page-content .row1 .button-yellow:after {
    display: none;
}

@media (min-width: 1025px) {

    body.home .home-blog .col-md-4 {
        margin-right: -1px; /* remove white gap */
    }

}

@media (max-width: 1024px) {

    .blog-sidebar-col.home-popular-post-col {
        margin: 0 0 20px
    }

    body.home .blog-page-content #newsAndEvents {
        background: #fff;
    }

    body.home .blog-page-content .row1 {
        text-align: center;
    }

    body.home .blog-page-content .row1 .button-yellow {
        position: static;
        right: auto;
        top: auto;
        z-index: 1;
    }

}

@media (min-width:768px) and (max-width:1024px) {

    body.home .blog-page-content .feature-post-area .blog-sidebar-listing {
        margin: 0;
    }

    .home-popular-post-col img {
        max-width: 100%;
        display: block;
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /* IE Fix */
    }

}



/* General Styling */

.page-template-page-blog .container,
.blog-template-default .container {
    width: auto;
    max-width: 1350px;
}

.page-template-page-blog .container--padding0,
.blog-template-default .container--padding0 {
    padding-left: 0;
    padding-right: 0;
}

.custom-select {
    position: relative;
    width: 100%
}

.custom-select:after {
    color: #c2c2c2;
    content: '\f140';
    font-family: dashicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 6px;
    right: 11px;
    line-height: 1;
    font-size: 18px;
    pointer-events: none;
}

.select-selected {
    background-color: transparent
}

.select-selected:after {
    color: #c2c2c2;
    content: '\f140';
    font-family: dashicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 6px;
    right: 11px;
    line-height: 1;
    font-size: 18px;
}

.select-selected,
.select-items div {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff
}

.select-selected {
    border: none;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
}

.select-items div {
    padding: 6px 14px;
    border-top: 1px solid #ebebeb
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid #ebebeb;
    border-top: none;
    overflow-y: auto
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: #ebebeb
}

[class*="col-xxs-"] { float:left; }

.blog-page-content .col-xxs-12 { width: 100%; }
.blog-page-content .col-xxs-11 { width: 91.66666667%; }
.blog-page-content .col-xxs-10 { width: 83.33333333%; }
.blog-page-content .col-xxs-9  { width: 75%; }
.blog-page-content .col-xxs-8  { width: 66.66666667%; }
.blog-page-content .col-xxs-7  { width: 58.33333333%; }
.blog-page-content .col-xxs-6  { width: 50%; }
.blog-page-content .col-xxs-5  { width: 41.66666667%; }
.blog-page-content .col-xxs-4  { width: 33.33333333%; }
.blog-page-content .col-xxs-3  { width: 25%; }
.blog-page-content .col-xxs-2  { width: 16.66666667%; }
.blog-page-content .col-xxs-1  { width: 8.33333333%; }

@media (min-width: 600px), (max-height: 450px) and (max-width: 900px) {
    [class*="col-xs-"] {float:left;}

    .blog-page-content .col-xs-12 { width: 100%; }
    .blog-page-content .col-xs-11 { width: 91.66666667%; }
    .blog-page-content .col-xs-10 { width: 83.33333333%; }
    .blog-page-content .col-xs-9  { width: 75%; }
    .blog-page-content .col-xs-8  { width: 66.66666667%; }
    .blog-page-content .col-xs-7  { width: 58.33333333%; }
    .blog-page-content .col-xs-6  { width: 50%; }
    .blog-page-content .col-xs-5  { width: 41.66666667%; }
    .blog-page-content .col-xs-4  { width: 33.33333333%; }
    .blog-page-content .col-xs-3  { width: 25%; }
    .blog-page-content .col-xs-2  { width: 16.66666667%; }
    .blog-page-content .col-xs-1  { width: 8.33333333%; }

    .blog-page-content .col-xs-push-12 { left: 100%; }
    .blog-page-content .col-xs-push-11 { left: 91.66666667%; }
    .blog-page-content .col-xs-push-10 { left: 83.33333333%; }
    .blog-page-content .col-xs-push-9  { left: 75%; }
    .blog-page-content .col-xs-push-8  { left: 66.66666667%; }
    .blog-page-content .col-xs-push-7  { left: 58.33333333%; }
    .blog-page-content .col-xs-push-6  { left: 50%; }
    .blog-page-content .col-xs-push-5  { left: 41.66666667%; }
    .blog-page-content .col-xs-push-4  { left: 33.33333333%; }
    .blog-page-content .col-xs-push-3  { left: 25%; }
    .blog-page-content .col-xs-push-2  { left: 16.66666667%; }
    .blog-page-content .col-xs-push-1  { left: 8.33333333%; }
    .blog-page-content .col-xs-push-0  { left: auto; }
}

@media (min-width: 768px) and (min-height: 451px) {
    [class*="col-sm-"] {float:left;}

    .blog-page-content .col-sm-12 { width: 100%; }
    .blog-page-content .col-sm-11 { width: 91.66666667%; }
    .blog-page-content .col-sm-10 { width: 83.33333333%; }
    .blog-page-content .col-sm-9  { width: 75%; }
    .blog-page-content .col-sm-8  { width: 66.66666667%; }
    .blog-page-content .col-sm-7  { width: 58.33333333%; }
    .blog-page-content .col-sm-6  { width: 50%; }
    .blog-page-content .col-sm-5  { width: 41.66666667%; }
    .blog-page-content .col-sm-4  { width: 33.33333333%; }
    .blog-page-content .col-sm-3  { width: 25%; }
    .blog-page-content .col-sm-2  { width: 16.66666667%; }
    .blog-page-content .col-sm-1  { width: 8.33333333%; }

    .blog-page-content .col-sm-push-12 { left: 100%; }
    .blog-page-content .col-sm-push-11 { left: 91.66666667%; }
    .blog-page-content .col-sm-push-10 { left: 83.33333333%; }
    .blog-page-content .col-sm-push-9  { left: 75%; }
    .blog-page-content .col-sm-push-8  { left: 66.66666667%; }
    .blog-page-content .col-sm-push-7  { left: 58.33333333%; }
    .blog-page-content .col-sm-push-6  { left: 50%; }
    .blog-page-content .col-sm-push-5  { left: 41.66666667%; }
    .blog-page-content .col-sm-push-4  { left: 33.33333333%; }
    .blog-page-content .col-sm-push-3  { left: 25%; }
    .blog-page-content .col-sm-push-2  { left: 16.66666667%; }
    .blog-page-content .col-sm-push-1  { left: 8.33333333%; }
    .blog-page-content .col-sm-push-0  { left: auto; }

}

@media (min-width:1025px) {
    [class*=col-md-] { float: left }
    .blog-page-content .col-md-12 { width: 100%; }
    .blog-page-content .col-md-11 { width: 91.66666667%; }
    .blog-page-content .col-md-10 { width: 83.33333333%; }
    .blog-page-content .col-md-9  { width: 75%; }
    .blog-page-content .col-md-8  { width: 66.66666667%; }
    .blog-page-content .col-md-7  { width: 58.33333333%; }
    .blog-page-content .col-md-6  { width: 50%; }
    .blog-page-content .col-md-5  { width: 41.66666667%; }
    .blog-page-content .col-md-4  { width: 33.33333333%; }
    .blog-page-content .col-md-3  { width: 25%; }
    .blog-page-content .col-md-2  { width: 16.66666667%; }
    .blog-page-content .col-md-1  { width: 8.33333333%; }

    .blog-page-content .col-md-push-12 { left: 100%; }
      .blog-page-content .col-md-push-11 { left: 91.66666667%; }
      .blog-page-content .col-md-push-10 { left: 83.33333333%; }
      .blog-page-content .col-md-push-9  { left: 75%; }
      .blog-page-content .col-md-push-8  { left: 66.66666667%; }
      .blog-page-content .col-md-push-7  { left: 58.33333333%; }
      .blog-page-content .col-md-push-6  { left: 50%; }
      .blog-page-content .col-md-push-5  { left: 41.66666667%; }
      .blog-page-content .col-md-push-4  { left: 33.33333333%; }
      .blog-page-content .col-md-push-3  { left: 25%; }
      .blog-page-content .col-md-push-2  { left: 16.66666667%; }
      .blog-page-content .col-md-push-1  { left: 8.33333333%; }
      .blog-page-content .col-md-push-0  { left: auto; }

      .blog-page-content .col-lg-12 { width: 100%; }
    .blog-page-content .col-lg-11 { width: 91.66666667%; }
    .blog-page-content .col-lg-10 { width: 83.33333333%; }
    .blog-page-content .col-lg-9  { width: 75%; }
    .blog-page-content .col-lg-8  { width: 66.66666667%; }
    .blog-page-content .col-lg-7  { width: 58.33333333%; }
    .blog-page-content .col-lg-6  { width: 50%; }
    .blog-page-content .col-lg-5  { width: 41.66666667%; }
    .blog-page-content .col-lg-4  { width: 33.33333333%; }
    .blog-page-content .col-lg-3  { width: 25%; }
    .blog-page-content .col-lg-2  { width: 16.66666667%; }
    .blog-page-content .col-lg-1  { width: 8.33333333%; }

}





/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {float:left;}


}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
  [class*="col-md-"] {float:left;}



}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  [class*="col-lg-"] {float:left;}

  .blog-page-content .col-lg-push-12 { left: 100%; }
  .blog-page-content .col-lg-push-11 { left: 91.66666667%; }
  .blog-page-content .col-lg-push-10 { left: 83.33333333%; }
  .blog-page-content .col-lg-push-9  { left: 75%; }
  .blog-page-content .col-lg-push-8  { left: 66.66666667%; }
  .blog-page-content .col-lg-push-7  { left: 58.33333333%; }
  .blog-page-content .col-lg-push-6  { left: 50%; }
  .blog-page-content .col-lg-push-5  { left: 41.66666667%; }
  .blog-page-content .col-lg-push-4  { left: 33.33333333%; }
  .blog-page-content .col-lg-push-3  { left: 25%; }
  .blog-page-content .col-lg-push-2  { left: 16.66666667%; }
  .blog-page-content .col-lg-push-1  { left: 8.33333333%; }
  .blog-page-content .col-lg-push-0  { left: auto; }

}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {

    .select-items {
        position: relative
    }

}




/* Blog Filter */

.blog-filter-bar ul {
    background: #000;
    display: block;
    padding: 0 40px
}

.blog-filter-bar ul li {
    float: left;
    font-size: 15px;
    color: #ebebeb;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    background: none;
}

.blog-filter-bar ul li::before { display: none }

.blog-filter-bar-heading {
    padding: 7px 40px;
    background: #ebebeb
}

.blog-search-col label {
    display: none
}

.desktop-blog-filter-bar .blog-search-col,
.desktop-blog-filter-bar .post-category-col,
.desktop-blog-filter-bar .blog-search-heading,
.desktop-blog-filter-bar .post-category-heading,
.fixed-col .blog-search-col,
.fixed-col .post-category-col,
.fixed-col .blog-search-heading,
.fixed-col .post-category-heading {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.desktop-blog-filter-bar .newsletter-col,
.desktop-blog-filter-bar .newsletter-heading,
.fixed-col .newsletter-col,
.fixed-col .newsletter-heading {
    width: 50%;
    float: right
}

.post-category-col .post-category-option {
    position: relative;
}

.post-category-col .post-category-option:before {
    content: '\f140';
    display: inline-block;
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    top: 5px;
    right: 8px;
    color: #ccc;
    font-size: 20px;
    line-height: 1;
    z-index: 1;

    display: none;
}

.blog-search-input {
    position: relative;
}

.blog-filter-bar-heading select {
    background: #fff;
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 0px;
    font-size: 13px;
    color: #666;
    padding: 0px 14px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    font-family: 'Open Sans',sans-serif;
}

select::-ms-expand {
     display: none;
}

.blog-filter-bar-heading input[type="text"],
.blog-filter-bar-heading input[type="email"] {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 0px;
    font-size: 13px;
    color: #000;
    padding: 0px 14px;
    /*padding-right: 40px;*/
    outline: none;
    -webkit-appearance: none;
    position: relative;
    font-family: 'Open Sans',sans-serif;
}

.blog-filter-bar-heading input[type="submit"],
.blog-filter-bar-heading input[type="button"] {
    width: 38% !important;
    height: 100%;
    background: url(/wp-content/themes/stanley/images/search-icon.png) center center no-repeat;
    position: absolute;
    top: -2px;
    right: 0;
    border: none;
    outline: none;
    padding: 0px;
    -webkit-appearance: none;
    text-indent: -99999px;
}

.blog-filter-bar-heading input[type="submit"] {
    right: 10px;
    background: url(/wp-content/themes/stanley/images/search-icon.png) right center no-repeat;
}

.blog-filter-bar-heading .newsletter-col input[type="text"],
.blog-filter-bar-heading .newsletter-col input[type="email"] {
    width: 360px !important;
    float: left;
    background: url(/wp-content/themes/stanley/images/mail-icon.png) 96% center no-repeat #fff;
}

.blog-filter-bar-heading .newsletter-col input[type="submit"] {
    width: 105px;
    height: 30px;
    background: #fcda08;
    position: relative;
    top: 0px;
    right: 0;
    border: none;
    outline: none;
    padding: 0px;
    -webkit-appearance: none;
    text-indent: inherit;
    float: left;
    margin: 0 0 0 20px;
    font-size: 12px;
    color: #282525;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    text-shadow: none;
}

/* Blog Heading Filter Width Updates */
@media (min-width: 1024px) {
    .blog-filter-bar-heading .newsletter-col input[type="submit"] {
        float: right;
        width: 23% !important;
        margin-left: 1% !important;
    }

    .blog-filter-bar-heading .newsletter-col input[type="email"] {
        width: 75% !important;
    }

    .desktop-blog-filter-bar .newsletter-heading,
    .desktop-blog-filter-bar .newsletter-col {
        width: 34% !important;
    }

    .desktop-blog-filter-bar .post-category-heading,
    .desktop-blog-filter-bar .blog-search-heading,
    .desktop-blog-filter-bar .post-category-col,
    .desktop-blog-filter-bar .blog-search-col {
        width: 33% !important;
    }
}
/* End */

.newsletter-col .es-field-wrap {
    margin-bottom: 0;
}

#mainContent .blog-filter-bar-heading .mailpoet_message .mailpoet_validate_success {
    margin-top: 5px;
    float: left;
    clear: left;
}

.blog-filter-bar .newsletter-col .mailpoet_form_widget ul {
    display: none;
}

.blog-filter-bar-heading .newsletter-col input[type="submit"]:hover,
.blog-filter-bar-heading .newsletter-col input[type="submit"]:focus {
    background: #282525;
    color: #ffffff;
}

.parsley-errors-list.filled {
    opacity: 1;
    display: none;
}

.blog-filter-bar-heading .parsley-errors-list.filled,
.subscription-area.subscription-area-mob .parsley-errors-list.filled,
p.mailpoet_validate_error {
    position: absolute;
    background: #b94a48;
    display: block !important;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.blog-filter-bar-heading .parsley-errors-list.filled {
    top: 32px;
}

.subscription-area.subscription-area-mob .parsley-errors-list.filled {
    bottom: 36px;
    padding: 10px;
}

.subscription-area.subscription-area-mob .parsley-custom-error-message {
    color: #fff;
    font-size: 12px;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.subscription-area.subscription-area-mob .parsley-custom-error-message:before {
    display: none;
}

.blog-filter-bar-heading .parsley-errors-list .parsley-custom-error-message {
    font-size: inherit;
    font-weight: inherit;
    float: none;
    line-height: inherit;
    text-transform: none;
    padding: 10px;
}

#mainContent .blog-filter-bar-heading .mailpoet_paragraph,
.subscription-area .mailpoet_paragraph {
    position: relative;
    margin: 0;
}

p.mailpoet_paragraph {
    position: relative;
}

@media (min-width:300px) and (max-width:1299px) {

    /*.blog-filter-bar-heading .newsletter-col input[type="email"] {
        width: 325px !important;
    }*/

}

@media (max-width:1199px) {

    .blog-filter-bar-heading .newsletter-col input[type=email],
    /*.blog-filter-bar-heading .newsletter-col input[type=text]*/ {
        width: 240px!important
    }

}

@media (max-width: 1024px) {

    .desktop-blog-filter-bar .blog-search-col,
    .desktop-blog-filter-bar .blog-search-heading,
    .fixed-col .blog-search-col,
    .fixed-col .blog-search-heading {
        width: 25%;
    }

    .desktop-blog-filter-bar .post-category-col,
    .desktop-blog-filter-bar .post-category-heading,
    .fixed-col .post-category-col,
    .fixed-col .post-category-heading {
        width: 35%;
    }

    .desktop-blog-filter-bar .newsletter-col,
    .desktop-blog-filter-bar .newsletter-heading,
    .fixed-col .newsletter-col,
    .fixed-col .newsletter-heading {
        width: 40%;
    }

}

@media (min-width:768px) and (max-width:1024px) {

    .blog-filter-bar ul li {
        font-size: 12px;
        font-weight: 300
    }

    .blog-filter-bar-heading .newsletter-col input[type=submit] {
        margin: 0 0 0 10px
    }

    .blog-filter-bar-heading .newsletter-col input[type=email],
    .blog-filter-bar-heading .newsletter-col input[type=text] {
        width: 58%!important
    }

}

@media (max-width: 767px), (max-height: 450px) and (max-width: 900px) {

    .desktop-blog-filter-bar { display: none }

    .blog-search-col { float: none }

    .blog-filter-bar-heading { padding: 0 }

    .blog-filter-bar-heading .newsletter-col input[type=email],
    .blog-filter-bar-heading .newsletter-col input[type=text] {
        width: 100%!important;
        float: none
    }

    .blog-filter-bar-heading .newsletter-col input[type=submit] {
        float: none;
        margin: 10px auto 0;
        display: block
    }

}



/* Fixed filter bar on blog homepage */

@media (min-width: 768px) {

    .blog-filter-bar.fixed-col {
        position: fixed;
        top: 0;
        bottom: auto;
        z-index: 11;
        width: 100%;
        left: 0
    }

    .admin-bar .blog-filter-bar.fixed-col { top: 32px; }

    .blog-page.fixed-col { margin-top: 82px;  } /* height of blog filter bar */

}

@media (min-width: 1025px) {

    .blog-filter-bar.fixed-col { top: 40px; }

    .admin-bar .blog-filter-bar.fixed-col { top: 72px; }

}


/* Footer filter section on blog homepage
   - only displays on mobile view */

.mobile-blog-filter-bar { display: none }

#mainContent .mobile-blog-filter-bar h3 {
    background: #fcda08;
    padding: 7px 15px;
    margin: 0;
    cursor: pointer;
    display: block;
    font-size: 13px;
    color: #4e4b4b;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

#mainContent .mobile-blog-filter-bar h3.active {
    color: #4e4b4b;
    border-bottom: 1px solid transparent
}

.mobile-blog-filter-bar .filter-option {
    background: #ebebeb;
    margin: 0;
    padding: 7px 20px;
    display: none
}

.mobile-blog-filter-bar .blog-filter-bar-heading .parsley-errors-list.filled {
    position: static;
    color: #fff;
}

.mobile-blog-filter-bar .blog-filter-bar-heading .parsley-errors-list li {
    color: #fff;
}

.mobile-blog-filter-bar .blog-filter-bar-heading .parsley-errors-list li:before {
    display: none;
}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {

     .mobile-blog-filter-bar { display: block; }

    .mobile-blog-filter-bar .blog-search-col,
    .mobile-blog-filter-bar .post-category-col,
    .mobile-blog-filter-bar .newsletter-col {
        padding: 0;
        width: 100%;
    }

}




/* Blog Homepage */

.blog-page {
    padding: 20px 40px
}

.feature-post-area {
    padding: 40px 0px;
}

@media (max-width:1024px) {
    .blog-page { padding: 0 }
}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {
    .feature-post-area { padding: 20px 0px; }
}




/* Featured Post
 * - Used on blog homepage, site homepage and search results */

.feature-post-col {
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.feature-post-image {
    width: 100%;
    height: 446px;
    position: relative
}

.feature-post-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,37,37,0.60);
    display: none;
}

.feature-post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE Fix */
    display: block;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.home .feature-post-image img {
    height: 100% !important;
}


.feature-post-content-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(40,37,37,0.60);
    padding-left: 20px;
    padding-right: 20px;
}

.feature-post-content {
    max-width: 550px;
    margin: 0 auto;
    color: #fff;
    text-align: center
}

.feature-post-content ul {
    margin: 8px 0 0;
    padding: 0;
    text-align: center
}

.feature-post-content ul li {
    margin: 0;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 10px;
    background: no-repeat;
    border-right: 1px solid #fff;
    position: relative
}

.feature-post-content ul li.post-category {
    color: #fcda08
}

.feature-post-content ul li:before {
    display: none
}

.feature-post-content ul li:last-child {
    border-right: none
}

.feature-post-content h2 {
    margin: 0;
    padding: 0 0 15px;
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.feature-post-content ul li img {
    position: absolute;
    left: -30px;
    top: -9px;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.read-more {
    display: inline-block;
    font-size: 15px;
    color: #282525 !important;
    font-weight: 600;
    line-height: 34px;
    padding: 0 23px;
    background: #fcda08;
    margin: 25px 0 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.read-more:hover {
    background: #fcda08;
    border: 2px solid #000;
}

.feature-post-col:hover {
    -webkit-box-shadow: 0 0 20px rgb(0, 0, 0, .3);
    box-shadow: 0 0 20px rgb(0, 0, 0, .3)
}

.feature-post-col:hover .read-more {
    color: #282525;
    border: 2px solid #000
}

.feature-post-col:hover .feature-post-image img {
    opacity: .5
}

.feature-post-col .share-col {
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    z-index: 10;
}

@media (max-width: 1024px) {
    .home .feature-post-col .share-col {
        bottom: 13px !important;
    }
}

#mainContent .share-col p,
.share-col p {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 12px;
    padding: 0 0;
    margin: 0 0 8px !important;
}

.feature-post-col ul.social-share {
    margin: 0;
    padding: 0;
    text-align: center;
}

.feature-post-col ul.social-share li {
    margin: 0;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat;
    border-right: none
}

.feature-post-col ul.social-share li:before {
    display: none;
}

.feature-post-col ul.social-share li a {
    margin: 0;
    padding: 0 0;
    display: block;
    font-size: 16px;
    color: #56534d;
    font-weight: 400;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff
}

.feature-post-col ul.social-share li a:hover {
    color: #56534d;
    background: #fcda08
}

@media (min-width:1025px) {

    .feature-post-area .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .blog-sidebar,
    .feature-post-area .blog-sidebar,
    .blog-sidebar-listing { height: 100%; }

    /* .feature-post-area .blog-sidebar .blog-sidebar-col {
        height: calc(33.3333% - 33px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
    } */

    .home-blog .blog-sidebar .blog-sidebar-col {
        height: calc(33.3333% - 13px);
    }

    .home-blog .blog-sidebar .blog-sidebar-col:first-child {
        margin-top: 0
    }

    .feature-post-col,
    .feature-post-image,
    .home-blog .feature-post-col,
    .home-blog .feature-post-image {
        height: 100%;
    }

}

@media (max-width: 1199px) {

    .read-more {
        font-size: 13px;
        padding: 0 10px
    }

}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {

    .read-more {
        font-size: 12px;
        padding: 0 15px;
        line-height: 25px;
        margin: 15px 0 15px;
        text-transform: uppercase
    }

    .feature-post-content h2 {
        padding: 0 0 10px;
        font-size: 24px;
        line-height: 25px;
    }

    .feature-post-content {
        padding: 0 20px
    }

    .feature-post-image {
        height: 400px
    }

}





/* Blog Sidebar
 * - Used on blog homepage popular posts,
     site homepage popular posts,
     blog search popular posts and
    innerpage sidebar */

.blog-sidebar {
    margin: 0;
    padding: 0
}

.blog-sidebar-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-sidebar-listing .popular-posts-title {
    display: block;
    background-color: #fcda08;
    color: #282525;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 20px;
}

.blog-sidebar h2,
.blog-sidebar h3,
.blog-sidebar h4,
#mainContent .blog-sidebar h3,
#mainContent .blog-sidebar h4 {
    display: block;
    color: #282525;
}

.blog-sidebar h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 20px;
    background: #fcda08;
    margin: 0 0 0;
    text-transform: uppercase
}

.blog-sidebar ul {
    margin: 0;
    padding: 0;
    line-height: 14px
}

.blog-sidebar ul li {
    margin: 0;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #282525;
    font-weight: 400;
    line-height: 1.2;
    background: no-repeat;
    border-left: 0;
    position: relative
}

.blog-sidebar ul li:before {
    display: none
}

.blog-sidebar ul li:first-child {
    border-left: none;
    padding-left: 0
}

.blog-sidebar h3,
#mainContent .blog-sidebar h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
    max-width: 100%;
}

.blog-sidebar h4,
#mainContent .blog-sidebar h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 2px
}

#mainContent .blog-sidebar h3 a {
    color: #282525
}

.blog-sidebar-col {
    margin: 20px 0 0;
    background: #ebebeb;
    padding: 30px 20px;
}

.blog-sidebar-col h3 {
    font-weight: 600;
    margin-bottom: 5px
}

.blog-sidebar-col:hover h3 a {
    text-decoration: underline
}

#mainContent .blog-sidebar .parsley-errors-list.filled {
    background: #b94a48;
    color: #fff;
    line-height: 1;
    padding: 10px;
    margin-top: 10px;
}

.blog-sidebar ul li.parsley-custom-error-message {
    color: #fff;
}

/*#mainContent p,
#newsContent p {
    margin-bottom: 0!important
}*/

@media (min-width:768px) and (max-width:1024px) {

    .blog-sidebar {
        margin: 20px 0
    }
    .blog-sidebar h2 {
        padding: 0 60px
    }
    .blog-sidebar-col {
        padding: 16px 60px
    }

}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {

    .blog-sidebar {
        margin-top: 20px
    }

    .blog-sidebar-col {
        margin: 1px 0 0;
        padding: 15px 20px;
    }

    .blog-sidebar h4,
    #mainContent .blog-sidebar h4 {
        font-size: 10px;
    }

}




/* Featured Post Area Blog Sidebar
   - found on homepage, blog homepage and blog search results */

.feature-post-area .blog-sidebar ul li {
    display: block;
    line-height: 1.2;
    padding: 0;
    border: 0
}

@media (max-width: 1024px) and (min-width: 768px) {

    .feature-post-area .blog-sidebar-listing {
        margin-left: 20px;
        margin-right: 20px;
    }

}

@media (max-width: 767px), (max-height: 450px) and (max-width: 900px) {

    .feature-post-area .blog-sidebar ul li {
        font-size: 10px;
    }

}



/* Blog Post Listing
   - found on blog homepage and blog search results */

/* .blog-post-listing {
    margin: 80px 0 0
} */

#searchpost .row,
.blog-post-listing > .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* for "back" button on search results page */
.blog-post-listing > .row > .js-blog-main-pagination > .row {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

#searchpost [class*=col-],
.blog-post-listing > .row [class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1px; /* fix safari flexbox issue */
}

@media (min-width: 1025px) {

    .blog-post-listing > .row [class*=col-]:nth-child(2n+1),
    #searchpost [class*=col-]:nth-child(2n+1) {
        clear: none;
    }

    .blog-post-listing > .row [class*=col-]:nth-child(3n+1),
    #searchpost [class*=col-]:nth-child(3n+1) {
        clear: left;
    }

}

@media (min-width:768px) and (max-width:1024px) {

    .blog-post-listing {
        margin: 20px 80px 0
    }

    #searchpost [class*=col-]:nth-child(2n+1),
    .blog-post-listing > .row [class*=col-]:nth-child(2n+1) {
        clear: left;
    }

}

@media (max-width: 767px), (max-height: 450px) and (max-width: 900px) {

    .blog-post-listing {
        margin: 20px 0 0
    }

    .search-result-tle {
        font-size: 19px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 26px;
        padding: 0 10px;
        margin-top: 20px;
    }

    #searchpost > .row > .btn-yellow {
        margin-top: 20px;
        margin-left: 20px;
    }

}



/* Blog Post Card
   - found on blog homepage and blog search results */

.blog-post-col {
    margin-bottom: 75px;
    padding-bottom: 60px;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%;
}

.blog-post-col:hover {
    -webkit-box-shadow: 0 0 20px rgb(0,0,0,0.2);
    box-shadow: 0 0 20px rgb(0,0,0,0.2);
}

.blog-post-image {
    width: 100%;
    height: 260px
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE Fix */
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

ul.blog-post-info.no-author,
ul.blog-post-info.no-author li {
    margin: 0;
    padding: 0;
}

#mainContent .blog-post-col h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 2px;
}

#mainContent .blog-post-col h2 a {
    color: #282525
}

#mainContent .blog-post-col h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 0;
    text-transform: none;
}

#mainContent .blog-post-col p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px 0;
    margin: 0 0 0
}

#mainContent .blog-post-col .blog-post-content-details > p:first-child {
    padding-top: 0;
}

.blog-post-content {
    padding: 10px 20px 25px;
}

.blog-post-content-details {
    min-height: 110px;
}

.blog-post-content .blog-title {
    min-height: 125px;
}

.blog-post-content ul {
    margin-top: 5px;
}

.blog-post-content li {
    margin-bottom: 3px;
    padding: 0;
    display: block;
    vertical-align: middle;
    font-size: 12px;
    color: #282525;
    font-weight: 400;
    line-height: 1.2;
    background: no-repeat;
    border-right: 0;
    position: relative;
}

.blog-post-content li:last-child {
    border-right: none
}

.blog-post-content li::before {
    display: none
}

.blog-post-content li img,
.blog-post-info__author-initial {
    position: absolute;
    left: -35px;
    top: -9px;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.blog-post-content .blog-post-info__author {
    min-height: 27px;
}

.blog-post-content .blog-post-info__date {
    margin-top: 6px;
}

.blog-post-info__author-initial {
    border: 1px solid #282525;
    color: #282525;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 29px;
    display: inline-block;
}

.blog-post-footer {
    background: #ebebeb;
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.blog-post-footer .read-more {
    margin: 0 0 0;
    float: left
}

.blog-post-share {
    float: right;
    margin: 6px 0 0
}

#mainContent .blog-post-share p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #282525;
    font-weight: 400;
    line-height: 14px;
    padding: 0 10px 0 0;
    margin: 0 0 0
}

#mainContent .blog-post-share ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0;
    margin: 0 0 0
}

.blog-post-share ul li::before {
    display: none
}

.blog-post-share ul li {
    margin: 0;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat;
    border-right: none
}

.blog-post-share ul li a {
    margin: 0;
    padding: 0 0;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #282525;
    text-align: center
}

.blog-post-share ul li a:hover {
    color: #fcda08;
    background: #282525;
}

#mainContent .blog-post-col:hover .read-more {
    background: #fcda08;
    border: 2px solid #000
}

#mainContent .blog-post-col .read-more:hover {
    color: #fff !important;
    background: #282525;
    border: 2px solid #282525
}

#mainContent .blog-post-col:hover h2,
#mainContent .blog-post-col:hover h2 a {
    color: #282525;
    text-decoration: underline;
}

#mainContent .blog-post-col:hover .blog-post-image img {
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

@media (max-width: 1299px) {

    .blog-post-share ul li {
        padding: 0 1px;
    }

    .blog-post-content .blog-title {
        min-height: 155px;
    }

}

@media (max-width:1199px) {

    .blog-post-footer {
        padding: 8px 10px
    }

}

@media (max-width: 1024px) {

    .blog-post-share { margin-top: 3px }

}

@media (min-width:768px) and (max-width:1024px) {

    .blog-post-col {
        margin: 0 0 40px
    }

    #mainContent .blog-post-col h2 {
        font-size: 18px;
        line-height: 21px
    }

    #mainContent .blog-post-col p {
        font-size: 12px;
        padding: 10px 0
    }

    .blog-post-content {
        min-height: 230px
    }

    .blog-post-content .blog-title {
        min-height: 95px;
    }

    .blog-post-content-details {
        min-height: 70px;
    }

    .blog-post-content li {
        padding: 0 4px;
        font-size: 11px;
    }

}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {
    .blog-post-content {
        padding-top: 20px;
    }
    .blog-post-col {
        margin: 0 0 20px;
        height: calc(100% - 20px);
        padding-bottom: 50px;
    }
    .blog-post-content .blog-title {
        padding-bottom: 0;
    }
    .blog-post-content,
    .blog-post-content-details,
    .blog-post-content .blog-post-info__author,
    .blog-post-content .blog-title,
     #mainContent .blog-post-col h2 {
        min-height: auto
    }

    #mainContent .blog-post-share p {
        padding: 0 10px 0 0
    }

    .blog-post-share { margin-top: 0 }

    .blog-post-share ul li {
        padding: 0 0 0 8px
    }
    .blog-post-share ul li a {
        margin: 0 2px;
    }
    .blog-post-image {
        height: 200px
    }
    #mainContent .blog-post-col h2 {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 2px;
    }
    #mainContent .blog-post-col h4 {
        font-size: 10px;
        padding-bottom: 12px;
    }
    #mainContent .blog-post-col p {
        font-size: 12px;
        padding: 10px 0 6px
    }
    .blog-post-content li {
        font-size: 10px;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .blog-post-content li img,
    .blog-post-info__author-initial {
        height: 25px;
        width: 25px;
    }

    .blog-post-info__author-initial {
        font-size: 16px;
        line-height: 24px;
    }

}




/* Blog Pagination */

.blog-pagination {
    max-width: 635px;
    margin: 0 auto;
    border-top: 1px solid #282525;
    text-align: center
}

.blog-pagination #paginate {
    width: 100%;
}

.blog-pagination .pages a,
.blog-pagination .pages span {
    margin: 8px 10px 0;
    padding: 0 7px;
    height: 20px;
    font-size: 15px;
    color: #282525;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none
}

.blog-pagination a:hover,
.blog-pagination .current {
    background: #fcda08;
}

@media (min-width:768px) and (max-width:1024px) {

    .blog-pagination {
        padding-bottom: 30px;
        max-width: 609px
    }

}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {

    .blog-pagination {
        margin: 0 auto 0;
        border-top: none;
        padding-bottom: 20px
    }
    .blog-pagination ul li {
        margin: 0 6px
    }

    .blog-pagination .pages .prevpostslink,
    .blog-pagination .pages .nextpostslink {
        border: 2px solid #fcda08;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.3;
        text-transform: uppercase;
        margin: 0;
        height: auto;
        padding: 0 13px;
    }

    .blog-pagination .pages .prevpostslink .fa,
    .blog-pagination .pages .nextpostslink .fa {
        font-size: 16px;
    }

    .blog-pagination .pages .nextpostslink .fa {
        margin-left: 5px;
    }

    .blog-pagination .pages .prevpostslink .fa {
        margin-right: 5px;
    }

    .js-mobile-pagination {
        background: url('/wp-content/uploads/2019/09/mobile-pagination-arrow.gif') no-repeat right 5px center #fff;
        border: 2px solid #fcda08;
        border-radius: 0;
        font-weight: bold;
        font-size: 12px;
        height: 31px;
        min-width: 30px;
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 15px;
    }

}



/* Sinlge Post Blog Subscription
   - found only on mobile version of single blog post page*/

.subscription-area {
    background: #ebebeb;
    padding: 8px 0;
    text-align: center
}

#mainContent .subscription-area p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #282525;
    font-weight: 600;
    line-height: 16px;
    padding: 0 15px 0 0;
    margin: 0 0 0;
    text-transform: uppercase
}

.subscription-newsletter-input {
    display: inline-block;
    vertical-align: middle
}

.subscription-newsletter-input input[type="text"],
.subscription-newsletter-input input[type="email"] {
    width: 280px !important;
    height: 30px;
    border: none;
    border-radius: 0px;
    font-size: 13px;
    color: #282525;
    padding-left: 14px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    font-family: 'Open Sans',sans-serif;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/themes/stanley/images/mail-icon.png) 96% center no-repeat #fff;
}

.subscription-newsletter-input input[type="submit"] {
    width: 125px;
    height: 30px;
    background: #fcda08;
    position: relative;
    top: 0px;
    right: 0;
    border: 2px solid transparent;
    outline: none;
    padding: 0px;
    -webkit-appearance: none;
    text-indent: inherit;
    margin: 0 0 0 20px;
    font-size: 15px;
    color: #282525;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
}

.subscription-newsletter-input input[type="submit"]:hover {
    background: #fcda08;
    border: 2px solid #282525;
}

.subscription-newsletter-input .es-field-wrap {
    margin-bottom: 0;
    display: inline-block
}

.sidebar-none .subscription-newsletter-input input[type="text"],
.sidebar-none .subscription-newsletter-input input[type="email"] {
    width: 100% !important;
}

#mainContent .blog-details-page .subscription-newsletter-input {
    display: block
}

.blog-details-page .subscription-newsletter-input input[type=text],
.blog-details-page .subscription-newsletter-input input[type=email] {
    width: 100%!important;
    display: block
}

.blog-details-page .subscription-newsletter-input input[type=submit] {
    width: 105px;
    margin: 0;
    font-size: 12.16px;
    display: block
}

.subscription-area-mob {
    display: none;
}

.subscription-area-mob .mailpoet_paragraph {
    display: inline-block;
    margin-bottom: 0 !important;
}

.subscription-area-mob .subscription-newsletter-input input[type="submit"] {
    padding-left: 18px;
    padding-right: 18px;
}

.subscription-area {
    opacity: 0;
}

.subscription-area.subscribe-fixed-show {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 1;
    width: 100%;
}

@media (max-width: 1024px) {

    .subscription-area-mob {
        display: block;
    }

    #mainContent .subscription-area.subscription-area-mob p {
        font-size: 13px
    }

    .subscription-area-mob .subscription-newsletter-input input[type="submit"] {
        margin: 0;
    }

}

@media (min-width:768px) and (max-width:1024px) {

    .subscription-area.subscribe-fixed-show {
        bottom: 65px !important; /* height of fixed contact us bar */
    }

}

@media (max-width: 767px), (max-height: 450px) and (max-width: 900px) {

    .subscription-area.subscribe-fixed-show {
        display: none !important;
    }

    #mainContent .subscription-area p {
        font-size: 13px;
        padding: 0 0 5px 0;
    }

    .subscription-area-mob .subscription-newsletter-input input[type=email],
    .subscription-area-mob .subscription-newsletter-input input[type=text] {
        width: 100%!important
    }
    .subscription-area-mob.subscription-area {
        text-align: left
    }
    .subscription-area-mob .subscription-newsletter-input input[type=submit] {
        margin: 8px 0 0 0
    }
    .subscription-area-mob .subscription-newsletter-input,
    .subscription-area-mob .mailpoet_paragraph {
        display: block
    }
    #mainContent .subscription-area.subscription-area-mob p {
        display: block;
        margin: 0
    }
}



/* Blog Single Page */

.blog-details-page {
    background-color: #fcfcfc;
    padding: 50px 40px
}

.blog-details-image {
    width: 100%;
    height: 550px;
    border-bottom: 11px solid #fcda08
}

#mainContent .blog-details-page .blog-details-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE Fix */
    margin: 0
}

.blog-details-area {
    margin-top: 65px
}

#mainContent .blog-details-page h1,
#mainContent .blog-details-page h2,
#mainContent .blog-details-page h3,
#mainContent .blog-details-page h6,
#mainContent .blog-details-page p,
#mainContent .blog-details-page ol,
#mainContent .blog-details-page ul,
#mainContent .blog-details-page .quote {
    display: block;
    color: #282525;
}

#mainContent .blog-details-page h1,
#mainContent .blog-details-page h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    padding: 0;
    margin: 0;
}

#mainContent .blog-details-page h2 {
    margin-top: 15px;
}

#mainContent .blog-details-page h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 26px;
    padding: 15px 0 0 0;
    margin: 0 0 0
}

#mainContent .blog-details-page h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 2px 0 5px 0;
    margin: 0 0 0
}

#mainContent .blog-details-page p,
#mainContent .blog-details-page ol,
#mainContent .blog-details-page ul {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

#mainContent .blog-details-page ul li p {
    padding: 0;
}

.blog-details-page a {
    color: #888;
    text-decoration: underline;
}

#mainContent .blog-details-page .quote {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 0 10px;
    margin: 15px 0 0 20px;
    border-left: 2px solid #fcda08
}

.blog-details-content ul {
    margin-left: 20px
}

.blog-details-content ol {
    padding-left: 20px;
}

.blog-details-content img {
    max-width: 100%;
    display: block
}

#mainContent .blog-details-page .highlight-text {
    display: block;
    font-size: 24px;
    color: #282525;
    font-weight: 300;
    line-height: 36px;
    padding: 10px 90px 15px;
    margin: 20px 0 5px 0;
    background: #ebebeb
}

.blog-details-content .author-info-details {
  margin: 25px 0 20px 0;
}

.author-info-details {
    margin: 70px 0;
    padding: 35px 80px;
    background: #ebebeb;
    text-align: left
}

.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author-name {
    display: block;
    font-size: 25px;
    color: #282525;
    font-weight: 300;
    line-height: 38px;
    padding: 0;
    margin: 0 0 0
}

#mainContent .blog-details-page .author-name h3 {
    padding: 0;
}

#mainContent .blog-details-page .author-name ul {
    padding-top: 0;
    margin-left: 0
}

#mainContent .blog-details-page .author-image img {
    margin: 0 auto
}

.author-name ul li {
    float: left;
    font-size: 15px;
    color: #282525;
    font-weight: 400;
    line-height: 14px;
    padding: 0 10px;
    margin: 5px 0 0;
    border-left: 1px solid #282525
}

.author-name ul li:first-child {
    padding-left: 0;
    border-left: none
}

.author-name ul li::before {
    display: none
}

.author-name ul li a {
    margin: 0;
    padding: 0;
    color: #282525;
}

.author-name a:hover,
.author-name ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.author-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 90px;
    height: 90px;
    border-radius: 50%
}

#mainContent .blog-details-page .author-image img {
    margin: 0 auto;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE Fix */
}

#mainContent .blog-details-page .blog-sidebar h2 {
    display: block;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 38px;
    padding: 0 5px;
    background: #000;
    margin: 0 0 0;
    text-transform: uppercase;
    text-align: center
}

#mainContent .blog-post-categories ul {
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.blog-post-categories li {
    display: inline-block;
    padding-left: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.blog-post-categories ul li:before {
    display: none;
}

.blog-post-categories ul a {
    display: block;
    background-color: #ebebeb;
    color: #282525;
    text-decoration: none;
    padding: 5px 10px;
}

.blog-post-categories ul a:hover {
    background-color: #ccc;
}

@media (max-width:1024px) {

    .blog-details-page {
        padding: 20px 20px
    }
    #mainContent .blog-details-page h2 {
        font-size: 30px;
        line-height: 38px
    }
    #mainContent .blog-details-page .highlight-text {
        padding: 10px 60px 15px
    }
    .author-info-details {
        margin: 40px 0;
        padding: 35px 60px
    }
    .blog-details-image {
        height: 280px;
        border-bottom: 6px solid #fcda08
    }
    .blog-details-area {
        margin-top: 40px
    }

}

@media (max-width: 1024px) and (min-width: 768px) {

    #mainContent .blog-details-page h6 {
        padding-bottom: 30px;
    }
    .blog-details-content_date {
        padding-bottom: 0 !important;
    }

}

@media (max-width:767px), (max-height: 450px) and (max-width: 900px) {

    .blog-details-content {
        padding-bottom: 50px;
    }

    .blog-details-page {
        padding: 0
    }

    .blog-details-image {
        height: 200px;
        border-bottom: 6px solid #fcda08
    }

    .blog-details-area {
        margin-top: 20px;
        padding: 0 20px
    }

    .blog-details-author-image {
        margin-bottom: 20px !important;
    }

    #mainContent .blog-details-page .highlight-text {
        padding: 10px 15px 15px;
        font-size: 19px;
        line-height: 29px;
    }

    #mainContent .blog-details-page .author-name h3 {
        font-size: 18px;
        line-height: 1.2;
    }

    .author-name ul li {
        font-size: 12px;
        line-height: 1.1;
        padding: 0 7px;
    }

    .author-info-details {
        margin: 25px 0;
        padding: 20px 20px
    }

    .author-image {
        width: 70px;
        height: 70px;
    }

    #mainContent .blog-details-page h2 {
        font-size: 20px;
        line-height: 30px
    }

}





/* Single Post Fixed Footer */

#mainContent .blog-details-page .footer-fixed-option p {
    padding: 0
}

#mainContent .blog-details-page .footer-fixed-option .footer-fixed-newsletter p {
    padding: 5px 0
}

@media (max-height: 450px) and (max-width: 900px) {
    .footer-fixed-newsletter {
        display: none;
    }
}

@media (max-width: 400px) {
    .footer-fixed-xxxs {
        width: 85% !important;
        left: 15% !important;
    }
}

.loadMore {
    margin-top: 0;
    background: url(/wp-content/themes/stanley/images/plus-icon.png) center center no-repeat;
    width: 100%;
    height: auto;
    padding: 20px 0 0;
    cursor: pointer
}

.loadMore.less {
    background: url(/wp-content/themes/stanley/images/minus-icon.png) center center no-repeat
}

.loadMore a:hover {
    color: #fff;
    background: #e92a4b
}

.share-item {
    display: none
}

.footer-fixed-option {
    position: fixed;
    width: 100%;
    bottom: 64px;
    left: 0;
    background: #fcda07;
    padding-top: 10px;
    display: none;
    z-index: 999;
}

.footer-fixed-media {
    margin: 0 auto;
    color: #fff;
    padding: 0;
}

.footer-fixed-media p {
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
    font-size: 15px;
    color: #282525;
    font-weight: 400;
    line-height: 20px
}

.footer-fixed-media ul {
    float: left;
    list-style: none;
    width: 130px;
    margin: 0 10px 0 0;
    padding: 0 !important;
}

.footer-fixed-media ul li {
    float: left;
    list-style: none;
    background: none;
    display: none;
    margin-top: 0;
    padding: 0;
    width: 33%
}

.footer-fixed-media ul li:before {
    display: none
}

.footer-fixed-media ul li a {
    margin: 0 auto;
    padding: 0 0;
    display: block;
    font-size: 14px;
    color: #fcda07;
    font-weight: 400;
    line-height: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #282525;
    text-align: center
}

.footer-fixed-media ul li img {
    display: block;
    margin: 0 auto 0;
    padding: 4px 0 0
}

.footer-fixed-media ul li.less {
    cursor: pointer;
    margin-top: 6px
}

.more {
    float: left;
    cursor: pointer;
    margin-top: 2px
}

.footer-fixed-newsletter {
    border-top: 1px solid #fff
}

.footer-fixed-newsletter p {
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
    color: #282525;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    text-align: center
}

#open-newsletter {
    display: none
}

.footer-fixed-newsletter .subscription-newsletter-input input[type=submit] {
    margin: 20px 0 0 0
}

@media (min-width:300px) and (max-width:767px), (max-height: 450px) and (max-width: 900px) {

    .footer-fixed-newsletter .subscription-newsletter-input input[type=submit] {
        margin: 5px 0 0 0
    }

    .footer-fixed-option {
        display: block
    }

}

.mailpoet_message p[style*="display: block;"] {
    padding: 10px !important;
}

p.mailpoet_validate_error {
    color: #fff !important;
}

#mailpoet_form_4 p.mailpoet_validate_error {
    top: -33px;
}

#mailpoet_form_2 .mailpoet_message {
    position: relative;
}
#mailpoet_form_2 p.mailpoet_validate_error {
    top: 33px;
}


/* Single Post Comments */

.single-blog .commentlist {
    margin: 40px 0 40px;
    list-style: none;
}
.single-blog .commentlist li {
    margin: 10px 0 10px;
    list-style: none;
    padding: 20px 25px;
    background: #f2f2f2;
}
.single-blog .commentlist li .comment-author img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.single-blog .commentlist li .comment-author a,
.single-blog .commentlist li .comment-author .fn {
    font-size: 15px;
    margin: 0 0;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
}

.single-blog .commentlist li .commentmetadata {
    display: block;
    margin-left: 52px;
    margin-top: -16px;
}
.single-blog .commentlist li .commentmetadata a {
    display: block;
    font-size: 12px;
    color: #282525;
    font-weight: 400;
    line-height: 14px;
}
.single-blog .commentlist li .comment-awaiting-moderation,
.single-blog .commentlist li br {
    display: none;
}
.single-blog #mainContent .comment-respond h3 {
    display: block;
    font-size: 25px;
    color: #282525;
    font-weight: 400;
    line-height: 38px;
    padding: 0 0 0 0;
    margin: 0 0 0;
}
.single-blog .comment-respond {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.single-blog .comment-respond label {
    font-size: 16px;
    color: #282525;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 8px;
    display: block;
}
.single-blog .comment-respond input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #a8a8a8;
    display: block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 0px;
    height: 48px;
    width: 100%;
    padding: 0 15px;
}
.single-blog .comment-respond textarea {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #a8a8a8;
    display: block;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 0px;
    height: 100px;
    width: 100%;
    padding: 15px 20px;
    resize: none;
    font-family: 'Open Sans',sans-serif;
}
.single-blog .comment-respond .comment-form-cookies-consent {
    display: none !important
}

.single-blog .comment-respond .submit {
    display: block;
    line-height: 49px;
    position: relative;
    z-index: 10;
    padding: 0 0;
    font-size: 14px;
    color: #282525;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    background: #fcda08;
    text-transform: uppercase;
    border: 2px solid #fcda08;
    border-radius: 0px;
    width: 200px;
    margin: 10px 0;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    -webkit-appearance: none;
    text-shadow: none;
}

.single-blog .comment-respond .submit:hover {
    background: #fcda08;
    border: 2px solid #282525;
    color: #282525;
}
.single-blog #comments{
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    display: block;
}

@media (max-width: 767px), (max-height: 450px) and (max-width: 900px) {

    .single-blogs #ftr {
        padding-bottom: 170px
    }

}



/* Single Post Author / Share Column */

.blog-details-info {
    text-align: center;
}

.mainContent {
    width: 87px;
    margin: 0 auto
}

.blog-details-author-image {
    margin-bottom: 40px;
}

.blog-details-author-image img {
    margin: 0 auto;
    width: 104px;
    height: 104px;
    border-radius: 50%
}

#mainContent .blog-details-author-image h4 {
    display: block;
    font-size: 12px;
    color: #282525;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 0 0 0;
    margin: 0 0 0
}

.blog-details-share.fixed {
    top: 0;
    z-index: 9;
    position: fixed;
    width: 87px; /* fix side to side movement when fixed */
}

/*.blog-details-area .sidebar-none.fixed {
    position: fixed;

    /* fix side to side movement when fixed */
    /* padding-left: 10px;
    padding-right: 10px; */

#mainContent .blog-details-share p {
    display: block;
    font-size: 12px;
    color: #282525;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0 0 0
}

#mainContent .blog-details-share ul {
    display: block;
    padding: 0 0 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 26px
}

.less-div,
.more-div {
    cursor: pointer
}

.blog-details-share ul li {
    margin: 0;
    padding: 18px 0 0;
    background: no-repeat;
    border-right: none;
    display: none
}

.blog-details-share ul li::before {
    display: none
}

.blog-details-share ul li a {
    margin: 0 auto;
    padding: 0 0;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #282525;
    text-align: center
}

.blog-details-share ul li a:hover {
    color: #fcda08;
    background: #282525
}

@media (max-width: 1024px) {

    .blog-details-author-image img {
        width: 100%;
        height: auto
    }

    .blog-details-share {
        margin-top: 20px
    }

}

@media (max-width: 767px), (max-height: 450px) and (max-width: 900px) {

    .blog-details-author-image img {
        margin: 0 0;
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle
    }
    #mainContent .blog-details-author-image h4 {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 5px
    }

    .blog-details-author-image {
        text-align: left
    }

    .blog-details-share {
        display: none
    }

}



/* Blog(?) Thank You Page */

.thank-you-page {
    padding: 70px 0;
    text-align: center
}

#mainContent .thank-you-page h1 {
    font-size: 25px;
    color: #282525;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 20px 0;
}

#mainContent .thank-you-page a {
    display: inline-block;
    font-size: 15px;
    color: #282525;
    font-weight: 600;
    line-height: 34px;
    padding: 0 23px;
    background: #fcda08;
    margin: 0 0 0;
    text-transform: uppercase;
    border: 2px solid transparent
}

#mainContent .thank-you-page a:hover {
    background: #fcda08;
    border: 2px solid #000
}



/* Blog Progress Indicator */

.progress-container {
    width: 100%;
    height: 5px;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999
}

.logged-in.admin-bar .progress-container {
    top: 32px;
}

.progress_indicator {
    height: 5px;
    background: #ffd20d;
    width: 0%
}

@media (min-width: 1025px) {

    .progress-container {
        top: 40px !important;
    }

}



/* Misc. */

.oops {
    text-align: center;
    position: relative;
    padding-top: 100px;
}
.oops:before {
    text-align: center;
    background: url(/wp-content/themes/stanley/images/opps.png) top center no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: 200px;
}

.navigation___content {
    background-color: #fff;
}

#mainContent .mailpoet_message .mailpoet_validate_success {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
    font-family: 'Open Sans',sans-serif;
    text-transform: inherit!important;
    float: left;
}

#mainContent .mailpoet_message .mailpoet_validate_error {
    text-transform: inherit !important;
}

.page-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

@media (min-width:300px) and (max-width:1024px) {
    .sidebar-none {
        display: none
    }

    .navigation #mega-menu-wrap-header.mega-sticky {
        position: static;
    }
}

@media (min-width:300px) and (max-width:767px), (max-height: 450px) and (max-width: 900px) {

    #breadcrumbs1,
    .blog-filter-bar {
        display: none!important
    }
}

@media (min-width: 1025px) {

    .fixed-navigation #mega-menu-wrap-header #mega-menu-header>li>ul.mega-sub-menu {
        top: 40px !important;
    }

    .navigation___content.fixed-navigation {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99998;
        opacity: 1;
        width: 100%;
    }

    .admin-bar .navigation___content.fixed-navigation {
        top: 32px;
    }

    .navigation___content.fixed-navigation #mega-menu-header {
        margin-right: 10px !important;
        margin-left: 299.067px !important;
    }

}

@media (min-width: 300px) and (max-width: 1024px) {

    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.nav-button > a.mega-menu-link {
        color: #222 !important;
    }

}




/* Request Info Form */
#mktoForm_1156 label[for="Industry"] {
    font-weight: bold;
}

#mktoForm_1156 .mktoFieldWrap {
    width: auto !important;
}

#mktoForm_1156 .mktoFieldDescriptor {
    width: auto !important;
}

#mktoForm_1156  .mktoButton {
    width: 240px !important;
}

#mktoForm_1156.mktoForm .mktoGutter {
    display: none !important;
}

#mktoForm_1156 .mktoCheckboxList input {
    width: auto !important;
}

#mktoForm_1156 .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}



/*Magnigic CSS*/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.textwidget #mktoForm_2552 #Email,
.textwidget #mktoForm_2552 #PostalCode { width: 280px !important; }

@media (max-width: 780px) {
    /* remove heights from panels on mobile/tablet on this page https://www.stanleysecuritysolutions.com/GUARD */
    #panel-4802-2-0-0> .panel-widget-style,
    #panel-4802-2-1-0> .panel-widget-style,
    #panel-4802-2-2-0> .panel-widget-style,
    #panel-4802-2-3-0> .panel-widget-style {
        height: auto !important;
        min-height: auto !important;
    }
}

.home .blog-page-content {
    padding-top: 60px;

}
}


#pardot-form h1{
    color: #333333;
    font-weight: 700;
    font-size:18px;
    line-height: 22px;
    margin-top: 0;
}
#pardot-form {
    font-family: "Open Sans", sans-serif;
    max-width: 100%;
    padding: 10px;
}
#pardot-form  label {
        font-family: 'Montserrat', sans-serif !important;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.2px !important;
        text-transform: uppercase;
        color: #000000;
        width:auto !important; 
        margin-left:12px;
        margin-bottom:8px;
}

#pardot-form  p.required label:after,  span.required label:after {
    content: "*";
    color: #B00020;
    padding-left: 5px;
    margin-left: 5px;
}

#pardot-form  p {
    margin-left: 0px;
    margin-right: 0px;
}

#pardot-form  p.required label,  span.required label {
    background: url(/images/required.gif) no-repeat top right;
    background: none;
    letter-spacing: 1.2px !important;
    text-align: left;
    margin-left: 12px;
    margin-bottom: 8px;
}

#pardot-form  p label {
    margin-left: 12px;
    margin-bottom: 8px;
}

#pardot-form  input.text {
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100% !important;
    padding-left: 12px !important;
    font-family: Montserrat;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #000000 !important;
    clear: both;
    margin-bottom: 10px;
}

#pardot-form  select {
        width: 100% !important;
        height: 64px;
        border: 1px solid #C7C7C7;
        border-radius: 0px !important;
        margin-bottom: 10px;
}

#pardot-form  p span.description {
    margin-left: 0px;
    margin-left: 12px;
}

#pardot-form  p.submit input {
    width: 350px;
    height: 56px;
    background: #000000 !important;
    background-color: #000000 !important;
    border-radius: 32px;
    text-transform: uppercase;
    border: none;
    color:white;
    margin-top: 5px;
}

#pardot-form  p.submit {
    margin: auto !important;
    text-align: center;
}

#pardot-form  .red-color,  div.error,  p.error,  p.error label,  span.error {
    color: #B00020 !important;
}

#pardot-form  .error.no-label { 
    color: #B00020 !important;
    margin-left: 12px !important;
    margin: 0px;
}

#pardot-form   p.error label {
    color: #000000 !important;
}

#pardot-form   p.error input.text {
    border: 1px solid #B00020;
}

