/*
Theme Name: Scott Properties Group
Theme URI: http://aios3-staging.agentimage.com/s/scottpropertiesgroupinc_new.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li, #nav2 li {
	position:relative;
}

#nav .sub-menu, #nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
}
#nav .sub-menu a, #nav2 .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover, #nav2 .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
}
#nav .sub-menu .sub-menu, #nav2 .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu, #nav2 li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li, #nav2 .sub-menu li {
    position: relative;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a, a:hover {
    text-decoration: none;
}

.widget-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
}

.widget-title2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
    color: #2e6880;
}

.widget-title-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    display: block;
}

/* Pop Up Form */
.form-popup {
    display: none;
}
.aiosp-wrap .aiosp-container .aios-popup-body {
    width: 60%;
    text-align: left;
}

.aiosp-wrap .aiosp-container .aios-popup-body .pop-up-text {
  text-align: center;
}

    .pop-up-text {
        font-family: 'Fjalla One', sans-serif;
        font-size: 40px;
        color: #2e6880;
        text-transform: uppercase;
        line-height: 1;
        display: block;
        margin-top: 47px;
    }
    .popup-form {
        width: 78.125%;
        margin: 25px auto 0;
    }
    .popup-form .input-row:after {
        clear: both;
        content: '';
        display: block;
    }
    .popup-form .input-wrapper {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
        .popup-form .input-left {
            float: left;
            padding-right: 5px;
        }
        .popup-form .input-right {
            float: right;
            padding-left: 5px;
        }
        .popup-form .input-wrapper input {
            width: 100%;
            height: 44px;
            font-size: 13px;
            font-weight: 300;
            color: #666;
            border: 1px solid rgba(0,0,0,0.5);
            padding-left: 15px;
            background: transparent;
        }
        .popup-form .chebox-wrapper {
            width: 100%;
            margin-top: 20px;
            font-size: 0;
        }
        .popup-form .chebox-wrapper .wpcf7-list-item {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            text-align: left;
            padding: 5px 0;
        }
        .popup-form .wpcf7-checkbox input {
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 1px solid rgba(0,0,0,0.5);
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            background: #fff;
        }
        .popup-form .chebox-wrapper span.wpcf7-list-item-label {
            font-size: 12px;
            text-transform: uppercase;
            color: #666;
            display: inline-block;
            vertical-align: middle;
            padding-left: 18px;
            position: relative;
        }
            .popup-form .chebox-wrapper .wpcf7-list-item-label:before {
                position: absolute;
                content: '';
                width: 21px;
                height: 16px;
                left: -16px;
                top: -2px;
                background-image: url(images/red-check.png);
                background-repeat: no-repeat;
                opacity: 0;
                transition: all .25s;
                -moz-transition: all .25s;
                -webkit-transition: all .25s;
            }
            .popup-form .chebox-wrapper .wpcf7-list-item input[type='checkbox']:checked + .wpcf7-list-item-label:before {
                opacity: 1;
            }
        .popup-form input[type="submit"] {
            display: inline-block;
            width: 100%;
            height: 44px;
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            border: none;
            background: #bc3829;
            margin-top: 32px;
            transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
        .popup-form input[type="submit"]:hover {
            background: #bc3829;
            color: #fff;
        }
    .popup-contact {
        margin-top: 13px;
    }
    .popup-contact span {
        display: block;
        font-size: 10px;
        color: #666;
        text-transform: uppercase;
    }
    .popup-phone .contact-icon, .popup-phone em {
        display: inline-block;
    }
    .popup-phone .contact-icon {
        font-size: 21px;
        color: #bc3829;
        margin-right: 10px;
        transform: rotate(265deg);
        -moz-transform: rotate(265deg);
        -webkit-transform: rotate(265deg);
    }
    .popup-phone em {
        font-size: 22px;
        font-weight: bold;
        color: #bc3829;
    }
    .aios-popup-body .aiosp-close {
        color: #bc3829;
        font-size: 36px;
        opacity: 1;
    }

    .popup-form .wpcf7-response-output {
        margin: 0;
    }
    span.wpcf7-list-item.last {
        width: 100%;
        margin-right: -5px !important;
    }

.home.user-navigated-from-a-page-on-the-site .aiosp-ready,
.home.user-navigated-from-a-page-on-the-site .aiosp-wrap{
   display: none !important;
}

.popup-form span.wpcf7-list-item:nth-child(even) {
    padding-left: 5px !important;
}


/* Fixed header */
.fixed-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: -150%;
    padding: 12px 0;
    background: #bc3829;
    z-index: 1010;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
}
    .fixed-nav-wrap {
        padding-top: 20px;
        text-align: right;
    }
    #nav2 > li {
        display: inline-block;
        padding: 0 16px;
    }
    #nav2 > li:last-child {
        padding-right: 0;
    }
    #nav2 li a {
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    #nav2 li:hover > a {
        color: #000;
    }

.fixed-header-visible {
    top: 0;
}
#nav2 .sub-menu {
    padding-top: 31px !important;
    background: transparent !important;
    text-align: center;
}
#nav2 .sub-menu li {
    background: #bc3829;
}
#nav2 .sub-menu li a:hover {
    background: #2e6880;
    color: #fff;
}

/* Header */
.header-wrap {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background:#fff;
    z-index: 1009;
}

.home .header-wrap{
    position: relative;
}
    .header-wrap:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        bottom: 38px;
        left: 0;
        margin: auto;
        background:rgba(204,204,204,0.5);
    }

    .header-top {
        padding: 20.5px 0;
    }
    .header-contact-wrap {
        padding-top: 20px;
        text-align: right;
        position: relative;
    }

        .header-contact-wrap .header-links {
            position: absolute;
            top: -15px;
            right: 0;
        }

        .header-contact-wrap .header-links a {
            padding: 5px 15px;
            font-size: 11px;
            outline: none;
            text-decoration: none;
        }

    .header-email, .header-phone, .header-smis {
        display: inline-block;
        vertical-align: middle;
    }
    .header-email {
        padding-right: 20px;
        position: relative;
    }
        .header-email:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 85%;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background:rgba(0,0,0,0.25);
        }

    .header-phone {
        padding: 0 18px 0 15px;
        text-align: left;
        color: #2e6880;
        font-weight: bold;
    }
    .header-contact-wrap .contact-icon {
        display: inline-block;
        color: #2e6880;
        font-size: 18px;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .header-phone .ai-font-phone {
        transform: rotate(265deg);
        -moz-transform: rotate(265deg);
        -webkit-transform: rotate(265deg);
    }
    .header-phone em {
        /*font-size: 20px;*/
        font-size: 16px;
        font-weight: bold;
        color: #000;
        line-height: 1;
        /*padding-left: 10px;*/
    }
    .header-email a:hover .contact-icon {
        color: #bc3829;
    }

    .header-smis .smi {
        display: inline-block;
        font-size: 15px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        margin-left: 5px;
    }
    .facebook-smi {
        background: #3a589b;
    }
    .twitter-smi {
        background: #1cb7eb;
    }
    .instagram-smi {
        background: #a533a6;
    }
    .yelp-smi {
        background: #ca4638;
    }
    .google-plus-smi {
        background: #dd4b39;
    }
    .header-smis .smi:hover {
        background: #3b85a3;
    }

    .header-logo {
        padding-top: 25px;
    }

    .navigation-wrap {
        padding: 10.5px 0;
        text-align: center;
    }
    #nav > li {
        display: inline-block;
        padding: 0 31px;
    }
        #nav > li:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 13px;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background:rgba(204,204,204,0.5);
        }
        #nav > li:last-child:before {
            display: none;
        }
    #nav li a {
        font-size: 13px;
        color: #333;
        line-height: 1;
        text-transform: uppercase;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    #nav li:hover > a {
        color: #2e6880;
    }

    #nav .sub-menu {
        padding-top: 10px !important;
        background: transparent !important;
    }
    #nav .sub-menu li {
        background: #2e6880;
    }
    #nav .sub-menu li a:hover {
        /*background: #bc3829;*/
        background: #000;
        color: #fff;
    }

/* Slideshow */
.slideshow-wrap {
    position: relative;
}
    .cycloneslider-pager {
        bottom: 147px !important;
    }

.cycloneslider-template-responsive .cycloneslider-pager span {
    background: rgba(255,255,255,0.35) !important;
}
.cycloneslider-template-responsive .cycloneslider-pager span.cycle-pager-active {
    background-color: #fff !important;
}

/* Quick Search */
.qs-wrap {
    padding: 48px 0;
}
    .qs-widget-title {
        display: block;
        font-family: 'Fjalla One', sans-serif;
        font-size: 25px;
        color: #bc3829;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 15px;
    }
    .qs-inner-wrap {
        padding:  0 2%;
    }
    .qs-form {
        font-size: 0;
        margin: 0 -3px;
    }
    .qs-field {
        display: inline-block;
        padding: 0 3px;
    }
    .long-form {
        width: 18.49%;
    }
    .short-form, .btn-form {
        width: 10.35%;
    }
    .qs-form select, .qs-form input[type="text"] {
        font-size: 13px;
        color: #666666;
        width: 100%;
        height: 34px;
        border: 1px solid rgba(29,21,19,0.5);
        padding-left: 10px;
    }
    .qs-form select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(images/qs-arrow.png);
        background-repeat: no-repeat;
        background-position: 95%;
    }
    .qs-form select::-ms-expand {
        display: none;
    }
    .qsbtn1 {
        padding-left: 6px !important;
    }
    .btn-form input[type="submit"] {
        width: 100%;
        border:none;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        height: 34px;
        background:#2e6880;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .btn-form input[type="submit"]:hover {
        background: #bc3829;
    }
    .btn-form a {
        display: inline-block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size: 13px;
        color: #2e6880;
        text-decoration: underline;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .btn-form a:hover {
        color: #bc3829;
    }

/* CTA */
.cta-wrap {
    padding: 30px 0 54px;
}
    .cta {
        font-size: 0;
        text-align: center;
    }
    .cta-img-wrap {
        position: relative;
        display: inline-block;
        width: 41.666%;
        vertical-align: middle;
    }
        .cta-img-wrap img {
            margin: 0 auto;
             transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
        .cta-img-wrap .cta-img-hover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            opacity: 0;
        }
    .cta-title {
        display: inline-block;
        vertical-align: middle;
        width: 58.333%;
        font-family: 'Fjalla One', sans-serif;
        font-size: 25px;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
        text-align: left;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .cta-description {
        display: block;
        font-size: 14px;
        font-weight: 300;
        color: #666666;
        line-height: 24px;
        padding: 0 8.333%;
        margin: 15px 0 20px;
    }
    .cta-btn {
        display: inline-block;
        width: 250px;
        /* height: 41px; */
        border: 1px solid #2e6880;
        font-size: 14px;
        font-weight: 300;
        color: #666666;
        line-height: 41px;
        text-align: center;
        text-transform: uppercase;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
        background: #2e6880;
        color: #fff;
        font-weight: bold;
        line-height: 2.5;
    }
    a.new-cta-btn{
        display: inline-block;
        vertical-align: middle;
        /* position: absolute; */
        font-family: 'Oxygen', sans-serif;
        width: 295px;
        /* right: 280px; */
        /* top: 215px; */
        /* height: 41px; */
        border: 1px solid #2e6880;
        font-size: 12px;
        font-weight: 300;
        color: #666666;
        line-height: 26px;
        text-align: center;
        text-transform: uppercase;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .cta a:hover .cta-img {
        opacity: 0;
    }
    .cta a:hover .cta-img-hover {
        opacity: 1;
    }
    .cta a:hover .cta-title {
        color: #bc3829;
    }
    .cta a:hover .cta-btn {
        color: #bc3829;
        border: 1px solid #bc3829;
    }

    .cta-wrap .cta3 .cta-title {
        text-align: center;
    }
    .cta-form-wrap {
        width: 68.05%;
        margin: 0 auto;
        margin-top: 17px;
    }
    .cta-form-wrap .input-wrapper {
        width: 100%;
        padding: 2.5px 0;
    }
        .cta-form-wrap .input-wrapper input {
            width: 100%;
            height: 32px;
            font-size: 13px;
            font-weight: 300;
            color: #cccccc;
            border: 1px solid rgba(0,0,0,0.35);
            padding-left: 15px;
        }
        .cta-form-wrap .chebox-wrapper {
            width: 100%;
            padding-left: 0%;
            margin-top: 12px;
        }
        .cta-form-wrap .chebox-wrapper .wpcf7-list-item {
            display: block;
            text-align: left;
            padding: 2.5px 0;
        }
        .cta-form-wrap .wpcf7-checkbox input {
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 1px solid rgba(0,0,0,0.35);
            width: 18px;
            height: 18px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            background: #fff;
        }
        .cta-form-wrap .chebox-wrapper span.wpcf7-list-item-label {
            font-size: 12px;
            text-transform: uppercase;
            color: #666666;
            display: inline;
            vertical-align: middle;
            padding-left: 5px;
            position: relative;
            width: 90%;
            line-height: normal;
        }
            .cta-form-wrap .wpcf7-checkbox span.wpcf7-list-item-label:before {
                position: absolute;
                content: '';
                width: 19px;
                height: 16px;
                left: -16px;
                top: -2px;
                background-image: url(images/red-check.png);
                background-repeat: no-repeat;
                opacity: 0;
                transition: all .25s;
                -moz-transition: all .25s;
                -webkit-transition: all .25s;
            }
            .cta-form-wrap .wpcf7-checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
                opacity: 1;
            }
        .cta-form-wrap input[type="submit"] {
            display: inline-block;
            width: 143px;
            height: 43px;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            border: none;
            background: #2e6880;
            margin-top: 17px;
            transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
        .cta-form-wrap input[type="submit"]:hover {
            background: #bc3829;
        }

        .cta-form-wrap span.wpcf7-form-control-wrap, .footer-form-wrap span.wpcf7-form-control-wrap {
            display: block;
        }
        .cta-form-wrap span.wpcf7-not-valid-tip, .cta-form-wrap .wpcf7-response-output, .footer-form-wrap span.wpcf7-not-valid-tip, .footer-form-wrap .wpcf7-response-output  {
            font-size: 11px;
        }

/* Welcome */
.welcome-wrap, .section6-wrap {
    font-size: 0;
}
    .welcome-left, .welcome-right, .section6-left, .section6-right {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        min-height: 550px;
        position: relative;
    }
    .welcome-widget-title, .testi-widget-title, .git-widget-title {
        color: #fff;
    }
    .welcome-text {
        margin: 53px 0 27px;
    }
        .welcome-text p, .testi-carousel p {
            font-size: 15px;
            font-weight: 300;
            color: #fff;
            line-height: 25px;
            margin-bottom: 28px;
        }
        .welcome-text p:last-of-type {
            margin-bottom: 0;
        }

    .welcome-btns-wrap {
        text-align: center;
    }
        .welcome-btn, .testi-btn, .git-btn {
            display: inline-block;
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            line-height: 41px;
            text-transform: uppercase;
            text-align: center;
            width: 211px;
            height: 41px;
            border: 1px solid #fff;
            margin: 0 8px;
            letter-spacing: .5px;
            transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
        .welcome-btn:hover, .testi-btn:hover, .git-btn:hover {
            background: #2e6880;
            border: 1px solid #2e6880;
            color: #fff;
        }

    .welcome-left {
        background-image: url(images/welcome-bg-left.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
        .welcome-left:after {
            position: absolute;
            content: '';
            width: 127px;
            height: 1px;
            right: 0;
            top: 137px;
            background: #bd392a;
        }
        .welcome-left img {
            display: none;
        }

    .welcome-right {
        background-image: url(images/welcome-bg-right.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 4% 4.6%;
        font-size: 0;
    }
        .welcome-right:before, .section6-left:before, .section6-right:before {
            content: '';
            width: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }
        .welcome-right:after {
            position: absolute;
            content: '';
            width: 127px;
            height: 1px;
            left: 0;
            top: 137px;
            background: #fff;
        }

    .welcome-content-wrap, .testimonial-content-wrap, .git-content-wrap {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

/* Testimonials */
    .section6-left, .section6-right {
        min-height: 500px;
        text-align: center;
        font-size: 0;
    }
    .section6-left, .section6-right {
        padding: 0 7%;
        background-image: url(images/testi-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .testi-widget-title-tagline, .git-widget-title-tagline {
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    .testi-carousel {
        margin-top: 30px;
    }
    .testi-btn {
        width: 161px;
    }
   /* button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
        display: none !important;
    }
*/
/* Get In Touch */
    .section6-right {
        background-image: url(images/git-bg.jpg);
    }
    .git-btn {
        margin: 37px 0 0;
    }

/* Rental listings */
.rl-wrap {
    padding: 64px 0 70px;
}
    .rl-top-wrap {
        font-size: 0;
    }
    .rl-widget-title-wrap, .rl-arrows-wrap {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
        .rl-widget-title-tagline {
            font-weight: 400;
            color: #bc3829;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }
        .rl-widget-title {
            color: #2e6880;
        }
    .rl-arrows-wrap {
        text-align: right;
    }
        .rl-left, .rl-right {
            cursor: pointer;
        }
        .rl-left span, .rl-right span {
            display: inline-block;
            vertical-align: middle;
        }
        .rl-left {
            padding-right: 25px;
        }
        .rl-right {
            padding-left: 25px;
        }
        .rl-arrow-text {
            font-size: 15px;
            color: #666;
            text-transform: uppercase;
        }
        .rl-left .arrow, .rl-right .arrow {
            color: #bc3829;
            font-size: 15px;
            font-weight: bold;
        }
        .rl-left .arrow {
            padding-right: 10px;
        }
        .rl-right .arrow {
            padding-left: 10px;
        }
    .rl-carousel-wrapper {
        overflow: hidden;
        margin-top: 37px;
    }
    .rl-carousel {
        margin: 0 -15px;
    }
    .rl {
        text-align: center;
        padding: 0 15px;
    }
        .rl-img {
            position: relative;
        }
            .rl-img canvas {
                display: block;
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
            }
            .rl-img:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                /*background: rgba(0,0,0,0.25);*/
            }
        .rl-price-wrap {
            position: absolute;
            width: 100%;
            height: 16.66%;
            top: 0;
            left: 0;
            text-align: center;
            background: rgba(0,0,0,0.4);
            font-size: 0;
            transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
            .rl-price-wrap:before {
                content: '';
                width: 0;
                height: 100%;
                display: inline-block;
                vertical-align: middle;
            }
            .rl-price-wrap span {
                font-size: 30px;
                font-weight: bold;
                color: #fff;
                display: inline-block;
                vertical-align: middle;
                transition: all .25s;
                -moz-transition: all .25s;
                -webkit-transition: all .25s;
            }
        .rl-details-wrap {
            margin-top: 25px;
        }
            .rl-details-wrap span {
                display: block;
                font-size: 16px;
                color: #666;
                text-transform: uppercase;
                line-height: 25px;
            }
            .rl-details-wrap .rl-address {
                font-size: 20px;
                text-transform: capitalize;
            }
            .rl-details-wrap .rl-blue-text {
                color: #2e6880;
                font-size: 20px;
                text-transform: capitalize;
            }
            .rl-info {
                margin-top: 5px;
            }
            .rl-btn {
                font-size: 14px;
                font-weight: 300;
                color: #666;
                line-height: 41px !important;
                text-transform: uppercase;
                display: inline-block;
                width: 141px;
                height: 41px;
                text-align: center;
                border: 1px solid #2e6880;
                margin: 27px auto 0;
                transition: all .25s;
                -moz-transition: all .25s;
                -webkit-transition: all .25s;
            }
    .rl a:hover .rl-price-wrap {
        height: 100%;
        background: rgba(188,56,41,0.75);
    }
    .rl a:hover .rl-price-wrap span {
        font-size: 40px;
    }
    .rl a:hover .rl-address, .rl a:hover .rl-btn, .rl a:hover .rl-blue-text {
        color: #bc3829;
    }
    .rl a:hover .rl-btn {
        border: 1px solid #bc3829;
    }

/* Section 8 */
.section8-wrap {
    padding: 66px 0;
    border-top: 1px solid rgba(0,0,0,0.15);
}
    .blog-list {
        margin-top: 43px;
    }
        .blog-item {
            padding-right: 7.8%;
        }
        .blog-title {
            position: relative;
            display: inline-block;
            font-size: 25px;
            color: #2e6880;
            text-transform: uppercase;
            line-height: 1;
            letter-spacing: 1px;
            padding-bottom: 20px;
            transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
        .blog-title:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background: #bc3829;
        }
        .blog-title:hover {
            color: #bc3829;
        }
        .blog-excerpt{
            margin-top: 17px;
        }
            .blog-excerpt p {
                font-size: 15px;
                font-weight: 300;
                color: #666;
                line-height: 25px;
            }
        .blog-btn {
            font-size: 14px;
            font-weight: 300;
            color: #666;
            text-transform: uppercase;
            text-align: center;
            display: inline-block;
            width: 141px;
            height: 41px;
            line-height: 41px;
            border: 1px solid #2e6880;
            margin-top: 45px;
            transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
        .blog-btn:hover {
            background: #bc3829;
            border: 1px solid #bc3829;
            color: #fff;
        }
        img.gif {
            width: 100%;
            margin: 30px 0;
        }

    .SMF-widget-title {
        text-align: center;
    }
    .SMF-wrap {
        margin-top: 36px;
    }

/* Footer */
.footer-wrap {
    background: #2e6880;
   /* background: #000000;*/
}
    .footer-top {
        font-size: 0;
        padding: 90px 0 24px;
    }
    .footer-logo, .footer-news-letter-wrap, .footer-contact-wrap {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer logo */
    .footer-logo {
        width: 23.07%;
    }

    /* Footer contact form */
    .footer-news-letter-wrap {
        width: 51.31%;
        padding: 0 68px 0 97px;
    }
    .footer-form-title {
        display: block;
        font-family: 'Fjalla One', sans-serif;
        font-size: 25px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .footer-form-wrap {
        width: 100%;
        margin-top: 19px;
    }
    .footer-form-wrap .input-row:after {
        clear: both;
        content: '';
        display: block;
    }
    .footer-form-wrap .input-wrapper {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
        .footer-form-wrap .input-left {
            float: left;
        }
        .footer-form-wrap .input-right {
            float: right;
        }
        .footer-form-wrap .input-wrapper input {
            width: 100%;
            height: 32px;
            font-size: 13px;
            font-weight: 300;
            color: #64a5c0;
            border: 1px solid #779dac;
            padding-left: 15px;
            background: transparent;
        }
        .footer-form-wrap .chebox-wrapper {
            width: 100%;
            margin-top: 14px;
        }
        .footer-form-wrap .chebox-wrapper .wpcf7-list-item {width: 49%;display: inline-block;vertical-align: top;text-align: left;float: left;padding: 2.5px 0;}
        .footer-form-wrap .wpcf7-checkbox input {
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 1px solid #1c4a5d;
            background: #9bb7c2;
            width: 18px;
            height: 18px;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }
        .footer-form-wrap .chebox-wrapper span.wpcf7-list-item-label {font-size: 10px;text-transform: uppercase;color: #fff;display: inline-block;vertical-align: top;padding-left: 5px;position: relative;width: 91%;}
            .footer-form-wrap .wpcf7-checkbox span.wpcf7-list-item-label:before {position: absolute;content: '';width: 13px;height: 16px;left: -16px;top: 0px;background-image: url(images/white-check.png);background-size: contain;background-repeat: no-repeat;opacity: 0;transition: all .25s;-moz-transition: all .25s;-webkit-transition: all .25s;}
            .footer-form-wrap .wpcf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
                opacity: 1;
            }
        .footer-form-wrap input[type="submit"] {
            display: inline-block;
            width: 100%;
            height: 34px;
            font-size: 13px;
            font-weight: bold;
            color: #bc3829;
            text-transform: uppercase;
            border: none;
            background: #fff;
            margin-top: 89px;
            transition: all .25s;
            -moz-transition: all .25s;
            -webkit-transition: all .25s;
        }
        .footer-form-wrap input[type="submit"]:hover {
            background: #bc3829;
            color: #fff;
        }

        .footer-form-wrap .wpcf7-response-output {
            text-align: center;
            color: #fff;
            margin: 0 !important;
        }
        .footer-form-wrap .chebox-wrapper .wpcf7-list-item > label {
            display: flex;
            align-items: center;
        }
        
        .footer-form-wrap .chebox-wrapper .wpcf7-list-item > label input {
            margin: 0 !important;
            width: 20px;
            height: 20px;
        }
        
        .footer-form-wrap .chebox-wrapper span {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        
        .footer-form-wrap .chebox-wrapper span.wpcf7-list-item.last {
            margin: 0 !important;
        }
        

    /* Footer contact info */
    .footer-contact-wrap {
        width: 25.61%;
    }
    .footer-smis .smi {
        display: inline-block;
        font-size: 22px;
        color: #2e6880;
        width: 41px;
        height: 41px;
        line-height: 41px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        margin-right: 12px;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .footer-smis .smi:hover {
        background: #bc3829;
        color: #fff;
    }
     .footer-contact-wrap .contact-icon {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        margin-right: 14px;
        width: 30px;
    }
    .footer-phone .ai-font-phone {
        font-size: 20px;
        transform: rotate(275deg);
        -moz-transform: rotate(275deg);
        -webkit-transform: rotate(275deg);
    }
    .footer-email .ai-font-envelope-f {
        font-size: 15px;
    }
    .footer-phone, .footer-email {
        display: block;
    }
    .footer-phone em {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }
    .footer-email a {
        font-size: 20px;
        color: #fff;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
    }
    .footer-phone {
        margin-top: 18px;
    }
    .footer-email {
        margin-top: 11px;
    }

    /* Footer copyright */
    .footer-bottom {
        position: relative;
        padding: 25px 0 45px;
    }
        .footer-bottom:before {
            position: absolute;
            content: '';
            width: 97.368%;
            height: 1px;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            background: rgba(255,255,255,0.10);
        }
        .BRE {
            font-size: 20px;
            color: #fff;
            display: block;
        }

        .BRE a{
            color: #fff;
        }
        .copyright-wrap p {
            font-size: 13px;
            color: #fff;
            margin-top: 3px;
        }
        .copyright-wrap p a {
            color: #fff;
        }
        .footer-logo-wrap {
            text-align: right;
        }
        .footer-logo-wrap img {
            vertical-align: top;
            display: inline-block;
            padding-top: 10px;
            margin: 0 5px;
        }
        .footer-logo-wrap span {
            font-size: 26px;
            color: #fff;
            padding-top: 10px;
            display: inline-block;
        }

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e6880;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e6880;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #2e6880;
}

#inner-page-wrapper {
    padding-top: 0;
}
#content {
    font-size: 13px;
    color: #333;
}

/* Sidebar */
.sidebar .cta {
    /*margin: 15px 0;*/
    margin: 30px 0;
}
.sidebar .cta-img-wrap, .sidebar .cta-title {
    display: block;
    width: 100%;
}
.sidebar .cta-title {
   text-align: center;
   margin-top: 15px;
   font-size: 20px;
}
.sidebar .cta-form-wrap {
    width: 95%;
}
.sidebar .cta-form-wrap .chebox-wrapper span.wpcf7-list-item-label {
    font-size: 12px;
    width: 89%;
}

span.rl-sep {
    display: inline-block;
    font-size: 24px;
    color: #ccc;
    color: #949494;
    margin: 0 5px 0 10px;
}

span.rl-nav-sep {
    font-size: 41px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: rgba(0,0,0,0.10);
}

.footer-form-wrap .wpcf7-checkbox input[type="checkbox"]::-ms-check, .popup-form .wpcf7-checkbox input[type="checkbox"]::-ms-check, .cta-form-wrap .wpcf7-checkbox input[type="checkbox"]::-ms-check {
    color: transparent;
}
.footer-form-wrap .wpcf7-checkbox input[type="checkbox"]::-ms-check {
    background: #9bb7c2;
}


.agent-contact-form{
    text-align:center;
}

.agent-form-fields em {
    margin: -2px 0 3px 0;
    display: block;
    font-weight: 700;
    font-size: 12px;
}

    .agent-form-fields input {
        display: block;
        margin: 0 auto 10px auto;
        width: 100%;
        padding:0 8px;
        height: 25px;
    }
    .agent-form-fields textarea {
        height: 96px;
        width: 100%;
        resize: none;
    }



    .row2 input{
        width:100%;
    }

        .row-left{
            width: 50%;
            display: inline-block;
            padding: 0 5px;
        }


            .agent-form-fields input.agent-submit{
                    display: block;
                    width: 100%;
                    height: 43px;
                    font-size: 14px;
                    color: #fff;
                    text-transform: uppercase;
                    border: none;
                    background: #2e6880;
                    margin-top: 17px;
                    transition: all .25s;
                    -moz-transition: all .25s;
                    -webkit-transition: all .25s;
            }

             .agent-form-fields input.agent-submit:hover{
                background: #bc3829;
             }



.hp-fbfeeds {
    margin-top: 20px;
    border-top: solid 1px red;
    padding: 10px;
}

a.popup-pdf {
    display: block;
    width: 100%;
    height: auto;
}

.popup-pdf img {
    margin: 0 auto 20px;

}

    .ip-container .aiosp-content {
        height: 95%;
        padding: 2.5% 0;
    }

.page-id-90 .cycloneslider-template-default .cycloneslider-slides {
    height: 600px !important;
}

.page-id-90 .cycloneslider-template-default.cycloneslider-width-full .cycloneslider-slide img {
    width: auto;
}



/*PDF Flipper*/
/* entire container, keeps perspective */
.pdf-flip-wrapper {
    perspective: 1000px;
}
    /* flip the pane when hovered */
    .pdf-flip-wrapper:hover .pdf-flipper, .pdf-flip-wrapper.hover .pdf-flipper {
        transform: rotateY(180deg);
    }

.pdf-flip-wrapper, .pdf-front, .pdf-back {
    width: 100%;
    /*height: 480px;*/
}

/* flip speed goes here */
.pdf-flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.pdf-front, .pdf-back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* pdf-front pane, placed above back */
.pdf-front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.pdf-back {
    transform: rotateY(180deg);
}
.pdf-back {
    transform: rotateY(180deg);
}

.flipper-img img {
    width: 100%;
}


.con-form-fields{
    width: 50%;
}


/* .slideshow-wrap img.slideshow-imgOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 870px !important;
    margin-top: -150px;
} */
.slideshow-wrap img.slideshow-imgOverlay {
	position: absolute;
	/*top: 25%;*/
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	/*margin-top: -150px;*/
	padding: 0 12%;
/*	background-color: rgba(0,0,0,0.5);*/
    width: 60%;
}

/*img.slideshow-imgOverlay {
    width: 870px !important;
    margin-top: -80px;
}*/

body .cycloneslider-template-responsive .cycloneslider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    background: transparent;
    color: #fff;
    opacity: 1;
    text-align: left;
    height: 100%;
}
body .cycloneslider-template-responsive .cycloneslider-slide img{
    display: block;
}

.page-id-109 .pdf-flipper {
    min-height: 169px;
}

.header-links a {
    background: #2e6880;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 0 10px;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
}
.header-links a:hover{
    background: #bc3829;
}

.page-id-90 button.slick-prev.slick-arrow, .page-id-90 button.slick-next.slick-arrow {
    display: block !important;
}

.page-id-90 span.slick-arrow {
    font-size: 40px;
    color: #3a83a1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999999;
}
.page-id-90 span.ai-font-arrow-b-n{
    right: 0
}
.page-id-90 span.ai-font-arrow-b-p{
    left: 0
}
.post-dates {
    font-size: 20px;
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
}
.page-id-162 .table tr:first-child {

    background: #000000;
    color: #ffffff;

}

.post-type-archive-listing.aios-listings-page .con-form {
    display: none;
}
.page-id-90 .give-back-slideshow img {
    padding: 0 10px;
}

/* contact page */
.contact-row {
    font-size: 0;
}
    .contact-col {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .contact-row p , .contact-col form p {
        font-size: 13px;
    }

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.qs-inner-wrap a {
        width: 100%;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    /* height: 34px; */
    background: #2e6880;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    display: block;
    text-align: center;
    padding: 10px;
}

.qs-inner-wrap a:hover {
    background: #bc3829;
}

.page-id-105 .prop-eval-cta {
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .page-id-105 .prop-eval-cta a {
        display: inline-block;
        margin: 10px 10px;
        background: #bc3829;
        color: #fff;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        text-transform: uppercase;
        font-size: 16px;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .page-id-105 .prop-eval-cta a:hover {
        background: #2e6880;
    }

#content .property-description .prop-cta a {
    background: #000;
    color: #fff;
}

span.details-price{
    margin-top: 10px!important;
    font-size: 25px!important;
    font-weight: bold!important;
}

/* Agent form update 2 col*/

.agent-form-wrap:after, .agent-form-fields:after {
    display: block;
    content: '';
    clear: both;
}
    .agent-form-col-left, .agent-form-col-right {
        width: 48.7%;
        font-size: 0;
    }
    .agent-form-col-left {
        float: left;
    }
    .agent-form-col-right {
        float: right;
    }
    .submit-wrap {
        width: 50%;
        margin: 0 auto;
    }
    .agent-form-wrap div.wpcf7-response-output {
        width: 100%;
        text-align: center;
        margin: 0em 0.5em 1em;
    }
    .page-id-42 .header-links {
        margin-top: 40px;
    }
    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow{
        display: block !important;
        font-size: 0px;
    }

.applicants-contact-wrap {
    border: 2px solid #bc3829;
    display: inline-block;
    padding: 0 20px;
}

.aios-popup-body .aiosp-close:hover {
    opacity: .5;
}

.popup-form input[type="submit"]:hover {
    background: #e46f62;
}

.cycloneslider-template-responsive .cycloneslider-pager span:hover{
    background: rgba(255,255,255,1) !important;
}

a.cta-btn:hover {
    color: #bc3829;
    border: 1px solid #bc3829;
}

a.new-cta-btn:hover {
    color: #bc3829;
    border: 1px solid #bc3829;
}

.copyright-wrap a:hover,
span.footer-email a:hover,
span.context-email a:hover {
    color: #bc3829 !important;
}


.aios-mobile-header-wrapper .amh-navigation .amh-menu li:hover > a,
.aios-mobile-header-wrapper .amh-navigation .amh-menu li.open > a {
    background: #2e6880;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul {
    background: #498aa5;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul a {
    color: #fff;
}

div.wpcf7-response-output {
    font-size: 12px;
}

.page-id-90 .give-back-slideshow .slick-slide img {
    max-width: 100%;
}
.sidebar .cta-form-wrap span.ajax-loader {
    display: block;
    margin: 0 auto;
}

.ip-container .aiosp-content {
    height: auto;
    padding: 0 0;
}
img.aiosp-img{
    padding: 0;
}
.aiosp-image-holder .aiosp-close, .aiosp-iframe-holder .aiosp-close{
    top: -35px;
    right: 0;
}

button.slick-arrow {
    color: #000000 !important;
}

.single-listing .slick-list {
    background: no-repeat !important;
}

article .archive-content span.post-dates, article .archive-content span.post-dates, article .addtoany_share_save_container, article .archive-content img {
    display: none !important;
}

.ph-underline {
	display: block;
	border-bottom: 1px solid #000;
	padding: 5px 0;
}

.ph-under2 {
	display: block;
	margin-bottom: -10px;
	padding: 5px 0 0;
}

.ph-under2 em {
	color:#2E6880;
}

.ph-under2 p {
	margin-top: -5px;
	color:#2E6880;
}

.footer-bar {
	width: 200px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 10px 0 -10px;
}

.fphone-text {
	color: #fff;
	font-size: 12px;
	display: block;
	margin-left: 45px;
}

.mobLabel {
    display: none;
}

.single-listing .pop-container {
    top: 0px;
}

.single-listing .pop-gallery-wrap {
    z-index: 0;
}
.category-59 .con-form{
	display: none;
}

.custom-slider-wrap {
	position: absolute;
	z-index: 10;
	padding: 40px 60px 10px 220px;
	background-color: rgba(0,0,0,0.75);
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
}

.custom-slider-wrap h2 {
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}

.custom-slider-wrap h2 span {
	display: block;
	font-size: 30px;
	color: #2e6880;
	margin-bottom: 10px;
}

.custom-slider-wrap p {
	font-size: 15px;
	font-family: roboto;
	color: #fff;
	line-height: 26px;
	margin-top: 10px;
}

.custom-slider-wrap a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #be3a2b;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-right: 30px;
	position: relative;
	top: 32px;
	border-radius: 30px;
}

.mob-only {
    display: none;
}

.header-smis .ai-font-linkedin.linkedin-smi.smi {
    background: #3b85a3;
}

.new-popup-wrapper {
    padding: 0 30px;
}

.new-popup-wrapper img {
	max-width: 330px;
	/* float: left; */
	margin-bottom: 20px;
}

.new-popup-wrapper p {
	padding-bottom: 15px;
	font-size: 14px;
    line-height: 1.7;
}

.ip-rl-carousel {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.ip-rl-carousel .rl {
    width: 50%;
    margin-bottom: 50px;
}

.textarea-wrapper textarea {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.5);
	color: #666;
	padding: 15px;
	height: 100px;
	margin: 20px 0;
}

.werehiring {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    margin-top: 54px;
}

.werehiring div {
	background: #000;
    width: 320px;
    color: #fff;
    line-height: 1.6;
    padding: 20px;
    
    margin-bottom: 30px;
}
.werehiring .img-logo {
	text-align: right;
	width: auto;
	display: flex;
	justify-content: flex-end;
	padding: 20px 0 0 0;
}
.img-logo img {
	background: #fff;
padding: 5px;
width: 130px;
}

.werehiring h2 {
    color: #319cd7;
    font-size: 34px;
    display: block;
    width: 100%;
}

p.txt-l {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.1em;
}

p.txt-s {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

p.txt-m {
    color: #319cd7;
    font-size: 16px;
    display: block;
    width: 100%;
}
.category-news-and-events .werehiring{
    display: none;
}
.category-news-and-events #content-sidebar, 
.category-news-and-events #content-full {
    margin-top: 54px;
}
/* Announcement Banner */
.header-announcement {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: center;
    background: #bc3829;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.4;
}
/* Announcement Banner */
/* Announcement Popup */
.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-wrap_announcement .aios-popup-body {
    max-width: 700px;
    min-height: unset;
    padding: 50px;
    background: #bc3829;
}
.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-wrap_announcement .aios-popup-body .aiosp-close {
    color: #fff;
}
.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-wrap_announcement .popup-content-body {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}
.aiosp-wrap .aiosp-container.aiosp-inline-holder.aiosp-ref-\#popup-wrap_announcement .popup-content-body p:not(:last-child) {
    margin-bottom: 18px;
}
/* Announcement Popup */

.aiosp-wrap .aiosp-container.aiosp-ref-\#donate-popup{}
.aiosp-wrap .aiosp-container.aiosp-ref-\#donate-popup .aios-popup-body {
    padding: 0;
    width: 744px;
    max-width: 100%;
    min-height: 0;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#donate-popup .aios-popup-body .aiosp-close{
    color: #fff;
    top: -40px;
}
#donate-popup{}
.donate-popup_wrap{}
.donate-popup_img{}
.donate-popup_content{
    padding: 40px 20px 56px;
}
.donate-popup_title {
    font-size: 30px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 1.2;
}
.donate-popup_desc {
    font-size: 15px;
    line-height: 1.667;
    letter-spacing: 0.015em;
    color: #4d4d4d;
    margin: 20px 0 0;
}
.donate-popup_button{
    margin: 28px 0 0;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}
.donate-popup_button a {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0.050em;
    color: #5e5e5e;
    text-transform: uppercase;
    border: 1px solid #2e6880;
    min-width: 190px;
    min-height: 47px;
    text-align: center;
    padding: 5px;
    margin: 10px 0 0;
}
.donate-popup_button a:first-child{
    margin: 0 0 0;
}
.donate-popup_button a:hover{
    background: #bc3829;
    border: 1px solid #bc3829;
    color: #fff;
}

.smf-wrap{}
.smf-feed{
    padding: 40px 0 0;
}

.smf-post {
    border-top: 1px solid #bc3829;
    padding: 30px 0;
    margin: 30px 0 0;
}

.smf-post:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0px solid #bc3829;
}
.smf-post:last-child{
    padding-bottom: 0;
}
.smf-post_user{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
}
.smf-post_pf {
    width: 70px;
    border: 2px solid #bc3829;
    border-radius: 10px;
    overflow: hidden;
}
.smf-post_pf img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 200/200;
}
.smf-post_info{
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 15px;
}
.smf-post_info span {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 4px;
}
.smf-post_info a{}
.smf-post_info a:hover{}
.smf-post_img{
    max-width: 300px;
    margin: 0 auto;
}
.smf-post_img img{
    margin: 0 auto;
}
.smf-post_desc{
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.667;
    margin: 20px 0 0;
}