/*
/*
    Theme Name:     Inlanta
    Description:    Web Design for Inlanta Mortgage.
    Author:         The Imagination Factory
    Author URI:     http://www.what-if.com
    Template:       IFICore2
    Version:        1.0

    ===== Table of Contents =====

    1. Basic Styles
    2. Header

    =============================
*/

/* ======= Font Awesome 5 Shim ======= */

.fa-brands.fa-x-twitter,
.ifi-social-twitter,
.fa-brands.fa-google {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.fa-brands.fa-x-twitter:before {
    content: "\e61b";
}

/* ======= Temporary Button Tweak (Adding Video Beside Them) ======= */

/* .su-spoiler-style-default.jon > .su-spoiler-title, 
.su-spoiler-style-default.brian > .su-spoiler-title, */  
/* .su-spoiler-style-default.lindsay > .su-spoiler-title */
.post-3712 .su-spoiler-style-default.stephanie > .su-spoiler-title {
    width: 100%;
    padding: 11px 30px 8px;
    
}

.post-3712 .btn-stephanie {
    width: 100%;
    padding: 8px 30px 6px;
}

/* ============ Side Nav Contact Cards =========== */

.were-so-glad-youre-here-2 section h1.post-title,
.were-so-glad-youre-here section h1.post-title {
    display: none;
    visibility: hidden;
}

.sidenav {
    height: 50%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 12; /* Stay on top */
    top: 0px; /* Stay at the top */
    right: -40px;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 80px;
    margin: 0 20px;/* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.59); 
    box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.59);
}

.sidenav .contact-card {
    width: 90%;
    margin: 10px 5%;
}

.sidenav .contact-card .btn {
    float: left;
    font-size: 1em !important;
    width: 50% !important;
    margin-left: 0;
    margin-right: 0;
    background: #6CAFED;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.sidenav .contact-card .row .btn:first-child {
    margin-right: 1%;
    width: 49% !important;
}

.sidenav .contact-card .row .btn {
    margin-top: 2px;
}

.open-btn {
    position: fixed;
    bottom: 150px;
    right: -170px;
    background: #164289;
    color: #fff;
    padding: 20px;
    font-size: 26px;
    z-index: 11;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: right 0.5s;
}

.open-btn:hover {
    right: 0;
}

.open-btn:before {
    content: '\f075';
    font-family: FontAwesome;
    color: #fff;
    margin-right: 12px;
}

.sidenav .closebtn {
    position: absolute;
    top: 50px;
    left: -30px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 12;
    overflow: visible;
    color: #164289;
    text-decoration: none;
    display: inline-block;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* ============ Form Redesign =========== */

.ifi-form {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0;
    float: left;
    background: #eee;
}

.ifi-form h3 {
    margin-top: 20px;
}

.ifi-form hr {
    color: #444;
    background-color: #444;
}

.ifi-form form {
    padding: 20px 40px;
}

.ifi-form .form-row {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 15px;
}

.ifi-form .form-row label, 
.ifi-form .form-row input {
    display: block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    position: relative;
    clear: none;
}

@media screen and (max-width: 750px) {
    .ifi-form .form-row label, 
    .ifi-form .form-row input {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    
    .ifi-form form {
        padding: 20px;
    }
}

.ifi-form .form-row label input, 
.ifi-form .form-row label textarea {
    width: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.ifi-form .fr-full-width label {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.ifi-form form.wpcf7-form input[type=text], 
.ifi-form form.wpcf7-form input[type=password], 
.ifi-form form.wpcf7-form input[type=email], 
.ifi-form form.wpcf7-form input[type=url], 
.ifi-form form.wpcf7-form input[type=tel], 
.ifi-form form.wpcf7-form input[type=number], 
.ifi-form form.wpcf7-form input[type=date], 
.ifi-form form.wpcf7-form textarea {
    background: #FFF;
    border-radius: 0;
    color: #333;
    padding: 10px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal !important;
    margin: 6px 0;
    border-bottom: 4px solid #6CAFED;
}

.ifi-form form.wpcf7-form textarea {
    width: 100%;
}

.ifi-form form.wpcf7-form input[type=submit] {
    box-shadow: none;
    text-align: center;
    display: block;
    float: none;
    margin: 10px auto;
    padding: 10px 40px;
    font-size: 22px;
}

/* Mobile Quick Form Button */
/* See Full Styles in Responsive Section */

.grecaptcha-badge {
    display: none !important;
    visibility: hidden !important;
}

.quick-form-btn {
    display: none;
    visibility: hidden;
}

/* =========== SEM Page Styles ============ */

#two-col-wide img {
    width: 100%;
    height: auto;
}

#two-col-wide h3 {
    text-align: center;
}

#cta-bar-sem-wide {
    background: #244C98;
    color: #fff;
}

#cta-bar-sem {
    padding: 5px 20px;
}

#cta-bar-sem h3 {
    color: #fff;
}

#cta-bar-sem .btn {
    width: 100%;
    margin-top: 5px;
    background: none;
    box-shadow: none;
    border: 2px solid #fff;
    padding: 10px 20px;
}

#cta-bar-sem .btn:hover {
    background: #fff;
    color: #244C98;
}

/* =========== MoveUP MI Styles - Related Posts =========== */

#related-move-up {
    display: block;
    position: relative;
    margin: 0 auto;
    clear: both;
    float: none;
    width: 1140px;
    padding: 20px;
    overflow: hidden;
}

#related-move-up .thumbnail,
#related-move-up .post-content {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

#related-move-up h2 {
    font-size: 38px;
}

#related-move-up .post-content {
    padding-left: 30px;
}

#related-move-up a .post-content {
    color: #666;
} 

#related-move-up .thumbnail {
    padding-top: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

#related-move-up .btn-row {
    margin-top: 20px;
    text-align: center;
}

#related-move-up .btn {
    border: 2px solid #2C57AB;
    background: none;
    color: #2C57AB;
    text-shadow: 0px 0px;
    position: relative;
    font-size: 20px;
    padding: 10px 20px 7px;
    box-shadow: none;
}

#related-move-up .btn:hover {
    background: #2C57AB;
    color: #fff;
}

.related-post {
    width: 100%;
    display: block;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #2C57AB;
}

.related-post:last-child {
    border-bottom: none;
}

@media screen and (max-width: 1140px) {
    #related-move-up {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    #related-move-up .thumbnail,
    #related-move-up .post-content {
        width: 100%;
    }
    
    #related-move-up .post-content {
        padding-left: 20px;
        padding-top: 20px;
    }
}

/* =========== Additional Widening Adjustments [MM 2.11.2021] =========== */

.background-image-box {
    background-position: center;
    background-size: cover;
    height: 150px;
}

.tpl_marketing_page .sue-content-slider.owl-carousel .owl-item img,
.post .sue-content-slider.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

/* =========== Sidebar Rotator Text Padding =========== */

#sidebar .sue-content-slide .inner-text,
#sidebar .sue-content-slide h3 {
    padding: 1% 3%;
    display: block;
    width: 100%;
}

#sidebar .sue-content-slider.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

/* =========== Hide Pixel =========== */

body > img:first-child {
	display: none;
	visibility: hidden;
}

/* =========== 1. Basic Styles =========== */

.mobile {
    display: none !important;
    visibility: hidden !important;
}

.container {
    width: 1440px;
    min-width: 200px;
}

html, body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 1em;
}

h1, h2, h3, h4, h5 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: #244C98;
    line-height: 1.2;
}

strong {font-weight: 500;}

.btn {
/*    background: #fdc01f;
    background: -moz-linear-gradient(top,  #fdc01f 0%, #febf27 100%);
    background: -webkit-linear-gradient(top,  #fdc01f 0%,#febf27 100%);
    background: linear-gradient(to bottom,  #fdc01f 0%,#febf27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc01f', endColorstr='#febf27',GradientType=0 );
 */ 
    background: #febf27;
    color: #fff;
    text-shadow: 1px 0px #D19816;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    box-shadow: none;
    padding: 7px 15px 5px;
    display: inline-block;
    border-radius: 0;
    line-height: 1.1;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(209,152,22, 1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(209,152,22, 1);
    box-shadow: inset 0px -2px 0px 0px rgba(209,152,22, 1);
}

.btn:hover {
    background: #D19816;
}

.btn.btn-b {
    background: #5670CB;
    -webkit-box-shadow: inset 0 -2px 0 0 rgb(59,75,164);
    -moz-box-shadow: inset 0 -2px 0 0 rgb(59,75,164);
    box-shadow: inset 0 -2px 0 0 rgb(59,75,164);
}

.btn.btn-b:hover {
    background: rgb(59,75,164);
}

.btn.linkedin-btn,
.btn.facebook-btn,
.btn.review-btn {
    min-width: 140px;
    margin-right: 7px;
    box-shadow: none;
    background-color: #6CAFED;
    border-radius: 3px;
    text-align: left;
    text-shadow: none;
    padding: 11px 16px 7px;
}

.btn.linkedin-btn i,
.btn.facebook-btn i {
    min-width: 20px;
}

.btn.facebook-btn {
    background: #3b5998;
}

.btn.linkedin-btn {
    background: #0077b5;
}

.btn.facebook-btn:hover {
    background: #294070;
}

.btn.linkedin-btn:hover {
    background: #005e8f;
}

.btn.review-btn:hover {
    background: #549ADC;
}

blockquote {
    border-bottom: 2px solid #83A0CB;
    background: #E1F3FD;
    color: #4468A9;
    background: #E1F3FD url(images/quote.svg) no-repeat 15px 10px;
    padding-left: 100px;
    font-size: 18px;
}

.emphasis {
    border-bottom: 2px solid #83A0CB;
    background: #E1F3FD;
    color: #4468A9;
    font-size: 18px;
    padding: 20px 20px 5px;
}

a, h1 a, h2 a {
    color: #0EA4FB;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    color: #244C98;
}

ol > li:before {
    background: #0EA4FB;
}

.entry ul li {
    background-image: url(images/bullet-li.svg);
}

.entry ul li ul li {
    background-image: url(images/bullet-li-li.svg);
}



.entry ul.checklist li {
    background-image: url(images/check.svg);
    padding: 10px 10px 10px 40px;
}

.entry ul.icon-fa-list {
    
}

.entry ul.icon-fa-list li {
    background-image: none;
    padding-left: 0;
}

.entry ul.icon-fa-list li i {
    margin-right: 10px;
    color: #0EA4FB;
    width: 20px;
}

form.wpcf7-form input[type=submit] {
    background: #fdc01f;
    background: -moz-linear-gradient(top,  #fdc01f 0%, #febf27 100%);
    background: -webkit-linear-gradient(top,  #fdc01f 0%,#febf27 100%);
    background: linear-gradient(to bottom,  #fdc01f 0%,#febf27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc01f', endColorstr='#febf27',GradientType=0 );
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(209,152,22, 1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(209,152,22, 1);
    box-shadow: inset 0px -2px 0px 0px rgba(209,152,22, 1);
}

form.wpcf7-form input[type=submit]:hover {
    background: #D19816;
}

.widget-title,
.widget-title a {
    color: #244C98 !important;
}

.widget-title a:hover {
    color: #123476 !important;
}

#sidebar .sue-content-slide img {
    display: block;
    width: 100%;
}

.crm-form-wrap iframe {
    width: 100% !important;
    overflow: hidden;
}

.cta-form {
    padding: 15px 15px 15px 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #e6f6fe;
    border-radius: 12px;
    overflow: hidden;
    background-size: contain;
}

.cta-form input {
    width: 100%;
}

.cta-form p {
    float: left;
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.cta-form p:nth-child(4) {
    width: 20%;
    margin-top: 22px;
}

.cta-form .sent p {
    display: none;
    visibility: hidden;
}

.cta-form span[role=alert] {
    font-size: .8em; 
}

.cta-form div.wpcf7-mail-sent-ok {
    margin-top: 1em !important;
    border: none !important;
    background: #d2ffba !important;
    padding: .7em 1em .5em !important;
    border-radius: 7px;
}

.cta-form .invalid .wpcf7-validation-errors {
    display: none !important;
    visibility: hidden !important;
}



.cta-bar {
    background: #1272c4;
    color: #fff;
    width: 100%;
    padding: 20px 10px 16px;
    margin: 30px auto;
    border-radius: 2px;
    line-height: 1.2;
}

.cta-bar span.cta-bar-text {
    font-size: 1.6em;
    color: #fff;
    font-weight: 500;
}

.cta-bar .cta-btns {
    display: block;
    float: right;
}

.cta-bar a.cta-bar-btn {
    font-size: 1.2em;
    color: #fff;
    margin: -5px 10px;
    background: none;
    text-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
}

.cta-bar a.cta-bar-btn:hover {
    background: #fff;
    color: #1272c4;
    border: 2px solid #fff;
}



.button-row, .resources-list {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.resources-list a.blocklink {
    text-decoration: none;
    color: #666;
}

.resources-list .news-item {
    background: #f3f3f3;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}

.resources-list a.blocklink:hover .news-item {
    background: #e6f6fe;
}

.resources-list .news-item .col {
    margin-top: 0;
    margin-bottom: 0;
}

.resources-list .news-item .inner-text {
    padding: 10px 20px;
}

.resources-list .news-item img {
    width: 100%;
    height: auto;
    display: block;
}

.resources-list a.blocklink:hover .news-item img {
    opacity: .7;
}

.resources-list .news-item .c1-4b {
    max-height: 180px;
    overflow: hidden;
}

.button-row .btn {
    font-size: 1.4em;
    display: block;
    width: 100%;
    padding-top: .6em;
    padding-bottom: .5em;
}

.contact-card {
    background: #EFF7FF;
    background: #eee;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding: 10px;
}

.contact-card img {
    float: left;
    width: 100%;
    margin-right: 10px;
}

#sidebar .contact-card .btn {
    float: left;
    font-size: 1em !important;
    width: 50% !important;
    margin-left: 0;
    margin-right: 0;
    background: #6CAFED;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

#sidebar .contact-card .row .btn:first-child {
    margin-right: 1%;
    width: 49% !important;
}

#sidebar .contact-card .row .btn:nth-child(2) {
    margin-left: 1%;
    width: 49% !important;
}

.contact-card strong {
    color: #17468f;
}

.contact-card,
.contact-card .row {
    float: left;
    position: relative;
    width: 100%;
}

.contact-card .mc2-3 {
    padding: 4px 8px;
    margin-top: 0;
}

.contact-card .mc1-3 {
    margin-top: 0;
}

#sidebar .contact-card .row .btn {
    margin-top: 2px;
}

#sidebar .contact-card .row .btn:hover {
    background: #549ADC;
}

#sidebar .contact-card i {
    color: #17468f;
    /*
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
    */
}

/*
.contact-card .row {
    padding: 0 5px 5px;
}
*/

.widget_recent_entries,
.widget_categories {
    float: left;
    width: 100%;
}

.row {
    float: left;
    width: 100%;
    position: relative;
}

.subhdrint:after {
    content: 'Apply Now';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 18px 3px;
    background: rgba(255,255,255,0.82);
    color: #17468f;
    font-size: 18px;
    border-top-left-radius: 10px;
}

.subhdrint:hover:after {
    color: #fff;
    background: #17468f;
}

a.subheadlink {
    text-decoration: none;
}

.widget-container,
ul.widget-container {
    float: left;
    width: 100%;
}

ul.page_widgets {
    float: left;
    width: 100%;
}

.entry .sue-content-slide img {
    margin: 0;
}

.btn-jon,
.btn-brian,
.btn-kevin,
.btn-lindsay,
.btn-stephanie,
.btn-hazeltine {
    padding: 15px 25px;
    float: left;
    display: block;
    clear: both;
    background: #febf27;
    color: #fff;
    text-shadow: 1px 0px #D19816;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    box-shadow: none;
    text-decoration: none;
    margin-bottom: 10px;
}

.btn-jon {
    background: #7ED81E;
    text-shadow: 1px 0px #63aa17;
}

.btn-kevin {
    background: #FF792C;
    text-shadow: 1px 0px #63aa17;
}

.btn-lindsay {
    background: #6CAFED;
    text-shadow: 1px 0px #549ADC;
}

.btn-stephanie {
    background: #953192;
    text-shadow: 1px 0px #ad47a9;
}

.btn-hazeltine {
    background: #1770c2;
    text-shadow: 1px 0px #549ADC;
}

.btn-jon:hover {background: #63aa17;}
.btn-brian:hover {background: #D19816;}
.btn-kevin:hover {background: #CF6425;}
.btn-lindsay:hover {
    background: #2152b5;
    text-shadow: 1px 0px #2152b5;
}
.btn-stephanie:hover {
    background: #681165;
    text-shadow: 1px 0px #681165;
}

.btn-hazeltine:hover {
    background: #0d406d;
    text-shadow: 1px 0px #0d406d;
}

.btn-jon:before,
.btn-brian:before,
.btn-kevin:before,
.btn-lindsay:before,
.btn-stephanie:before,
.btn-hazeltine:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: relative;
    top: 1px;
    right: 8px;
}

.app-gallery .sue-content-slide {
    background: #f4f4f4;
}

.entry .sue-content-slide img.aligncenter {
    margin: 10px auto !important;
    width: 50%;
    height: auto;
    border: 1px solid #eaeaea;
}

/* =========== Marketing Landing Page =========== */

.big-text {
    text-align: center;
    font-size: 1.3em;
    padding: 1% 5%;
    line-height: 1.5;
    color: #113476;
    /* background: #C3E7FD; */
    margin: 2% auto;
}

.btn-block {
    display: block;
    position: relative;
}

.mktg-btn {
    margin-bottom: 25px;
    border: 2px solid #2C57AB;
    background: none;
    color: #2C57AB;
    text-shadow: 0px 0px;
    margin: 15px auto 25px;
    position: relative;
    font-size: 20px;
    padding: 10px 20px 7px;
    box-shadow: none;
    display: block;
    width: 30%;
}

.mktg-btn:hover {
    background: #2C57AB;
    color: #fff;
}

.tpl_marketing_page .prebtn-2,
.tpl_marketing_page .prebtn-3,
.tpl_marketing_page .prebtn-4,
.tpl_marketing_page .prebtn-5 {
    display: none;
    visibility: hidden;
}

.tpl_marketing_page .prebtn-3:nth-child(1) {
    display: inline-block;
    visibility: visible;
}

.tpl_marketing_page #main-navigation,
.tpl_marketing_page div.button-row,
.tpl_marketing_page hr.button-row-divider {
    display: none;
    visibility: hidden;
}

.tpl_marketing_page #video-box {
    background: #d6e8fc;
    color: #18458C;
}

.tpl_marketing_page #video-box h3 {color: #18458C;}

.tpl_marketing_page #video-box a.btn {
    color: #18458C;
    border: 2px solid #18458C;
}

.tpl_marketing_page #video-box a.btn:hover {
    color: #fff;
    background: #18458C;
}

.tpl_marketing_page .marketing-slide-caption {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 1.75%;
    float: none;
    clear: both;
    overflow: hidden;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
}

.tpl_marketing_page .marketing-slide-caption .inner-text {
    text-align: left;
    display: block;
}

.tpl_marketing_page .marketing-slide-caption .inner-text strong {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    color: #18458C;
    float: left;
    position: relative;
    padding-top: .5em;
}

.tpl_marketing_page .marketing-slide-caption .inner-text .column-b {
    font-size: 1.5em;
    line-height: 1.2;
    color: #6C8A9F;
    text-align: center;
}

.tpl_marketing_page .marketing-slide-caption .inner-text .btn {
    width: 70%;
    text-transform: uppercase;
    font-size: 30px;
    padding: 12px 10px 8px;
    float: right;
}


.tpl_marketing_page #guides img {
    width: 100%;
    height: auto;
    padding-left: 5%;
}

.tpl_marketing_page #guides .col {
    float: right;
}

.tpl_marketing_page div#testimonials-wide {
    margin-top: 2%;
    margin-bottom: 2%;
}

.tpl_marketing_page div#testimonials-wide .sue-content-slide {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 6%;
}

.tpl_marketing_page div#testimonials-wide .owl-carousel .owl-nav {
    width: 100%;
}

.tpl_marketing_page div#testimonials-wide .owl-carousel .owl-nav button.owl-prev {
    left: 5px !important;
    top: 9vh;
}

.tpl_marketing_page div#testimonials-wide .owl-carousel .owl-nav button.owl-next {
    right: 11px !important;
    top: 9vh;
}

.tpl_marketing_page div#testimonials-wide .sue-content-slider .owl-next:before {
    border-top: 4px solid #ccc;
    border-right: 4px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tpl_marketing_page div#testimonials-wide .sue-content-slider .owl-prev:before {
    border-top: 4px solid #ccc;
    border-left: 4px solid #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.tpl_marketing_page div#testimonials-wide .sue-content-slider .owl-prev:before, 
.tpl_marketing_page div#testimonials-wide .sue-content-slider .owl-next:before {
    position: absolute;
    top: 16px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
}

.tpl_marketing_page div#testimonials-wide i.fa-star {
    padding: 0.3%;
    color: #febf27;
    font-size: 26px;
}


.tpl_marketing_page div#testimonials {
    background-position: center center;
    background-repeat: no-repeat;
    height: unset;
    padding: 2% 10%;
}

.tpl_marketing_page div#testimonials .disabled {
    display: block !important;
    width: 100%;
}

.tpl_marketing_page #news-box-wide {
    background: #F5F7FC;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-right: -50vw;
    right: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.tpl_marketing_page #news-box {
    display: block;
    position: relative;
    margin: 0 auto;
    clear: both;
    float: none;
    width: 1140px;
    padding: 20px;
    overflow: hidden;
}

.tpl_marketing_page #rate-alerts-wide {
    background: #113476;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-right: -50vw;
    right: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tpl_marketing_page #rate-alerts {
    display: block;
    background: none;
    position: relative;
    margin: 0 auto;
    clear: both;
    float: none;
    width: 1140px;
    padding: 0px 20px;
    overflow: hidden;
    text-align: center;
}

.tpl_marketing_page #rate-alerts h3 {
    text-align: left;
}

.tpl_marketing_page #rate-alerts .c1-5 .btn, .tpl_marketing_page #rate-alerts .c1-3 .btn {
    box-shadow: none;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0px;
    background: none;
}

.tpl_marketing_page #rate-alerts .c1-5 .btn:hover, .tpl_marketing_page #rate-alerts .c1-3 .btn:hover {
    background: #fff;
    color: #113476;
}

.tpl_marketing_page #testimonials {
    color: #244C98;
    font-size: 1.2em;
    line-height: 1.4;
    text-align: center;
    padding: 40px 60px 40px 40px;
}


@media screen and (max-width: 1140px) { 
    .tpl_marketing_page #news-box,
    .tpl_marketing_page #rate-alerts {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    
    .quick-form-btn {
        position: fixed;
        display: block;
        visibility: visible;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 20000;
        background: yellow; // was #EEE
    }
    
    .quick-form-link {
        color: #17468F;
        font-size: 22px;
        font-weight: 700;
        text-decoration: none;
        display: block;
        position: relative;
        text-align: center;
    }
    
    .quick-form-link:after {
        content: '\f054';
        font-family: FontAwesome;
        font-weight: 400;
        margin-left: 12px;
        top: 2px;
        position: relative;
    }
    
    .tpl_marketing_page .marketing-slide-caption {
        position: relative;
        background: #f5f7fc;
        float: left;
        clear: both;
        width: 100%;
        bottom: unset;
        right: unset;
    }
    
    .tpl_marketing_page .marketing-slide-caption .inner-text,
    .tpl_marketing_page .marketing-slide-caption .inner-text strong {
        text-align: center;
        position: relative;
        width: 100%;
    }
    
    .tpl_marketing_page .marketing-slide-caption .inner-text strong {
        padding-bottom: 10px;
    }
    
    .tpl_marketing_page .marketing-slide-caption .inner-text .btn {
        display: inline-block;
        float: none;
        width: auto;
        font-size: 1.8em;
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .tpl_marketing_page .marketing-slide-caption .col {
        margin-bottom: 0;
    }
        
    .tpl_marketing_page #rate-alerts h3 {
        text-align: center;
    }
    
    .tpl_marketing_page div#testimonials {
        padding: 3%;
    }
    
    .tpl_marketing_page #guides img {
        float: none;
        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0;
    }
    
    .tpl_marketing_page #guides .col {
        padding: 3%;
    }
    
    .mktg-btn,
    .tpl_marketing_page #guides .btn {
        margin-top: 5%;
        width: 90% !important;
    }
}


/* =========== 2. Header =========== */

#preheader-wide, #preheader {
    background: #123476;
    color: #fff;
    height: 42px;
    overflow: hidden;
}

#preheader .btn.prebtn-1, 
#preheader .btn.prebtn-2,
#preheader .btn.prebtn-3,
#preheader .btn.prebtn-4,
#preheader .btn.prebtn-5
{
    margin: 0px 5px;
	-webkit-transform: skew(-40deg);
	   -moz-transform: skew(-40deg);
        -ms-transform: skew(-40deg);
	     -o-transform: skew(-40deg);
            transform: skew(-40deg);
    border-bottom: 0px !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0) !important;
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0) !important;
    padding: 2px 20px 0;
    /* font-size: 20px; */
    font-size: 15px;
    line-height: 42px;
}

#preheader .prebtn-1 {background: #78e019;}

#preheader .prebtn-1 span.skewfix,
#preheader .prebtn-2 span.skewfix,
#preheader .prebtn-3 span.skewfix,
#preheader .prebtn-4 span.skewfix,
#preheader .prebtn-5 span.skewfix
{
    display: inline-block;
    -webkit-transform: skew(40deg) !important;
	   -moz-transform: skew(40deg) !important;
        -ms-transform: skew(40deg) !important;
	     -o-transform: skew(40deg) !important;
            transform: skew(40deg) !important;
}

.prebtn-1 {
    text-shadow: 1px 0px #5DB015;
    text-shadow: none;
}

#preheader .prebtn-1:hover {
    background: #5DB015;
}

#preheader .prebtn-2 {
    background: #febf27;
    text-shadow: none;
}

#preheader .prebtn-2:hover {
    background: #D19816;
}

#preheader .prebtn-3 {
    background: #1770c2;
    text-shadow: 1px 0px #5DB015;
    text-shadow: none;
}

#preheader .prebtn-3:hover {
    background: #2152b5;
}

#preheader .prebtn-4 {
    background: #00a9fb;
}

#preheader .prebtn-4:hover {
    background: #2152b5;
}

#preheader .prebtn-5 {
    background: #953192;
}

#preheader .prebtn-5:hover {
    background: #590056;
}

#preheader .prebtn-3.alt-3 {
    background: #00a9fb;
}

#preheader .prebtn-3.alt-3:hover {
    background: #2152b5;
}

/* BUTTON MOD

#preheader .btn.prebtn-3 {
    background: #6CAFED;
    border-radius: 4px;
    line-height: 1.1;
    font-size: .9em;
    font-weight: 500;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    padding: 6px 10px 4px;
    margin-right: 20px;
    top: -2px;
}

#preheader .prebtn-3 span.skewfix {
    -webkit-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -o-transform: skew(0deg) !important;
}

#preheader .btn.prebtn-3:hover {
    background: #1c82c5;
}

*/


/* This class has been introduced for areas where the Buttons have to blend in with the spoilers on the Team Pages */
.btn-half {
    width: 50%;
    font-size: 20px;
    padding: 8px 30px 6px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    float: left;
    position: relative;
}

.btn-half:before, 
.btn-half:before {
    font-size: 14px;
    font-size: 14px;
    margin-right: -8px;
    right: 18px;
}

.su-u-trim .su-spoiler {
    margin-bottom: .5em;
    float: left;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .su-u-trim .su-spoiler {
        width: 50%;
        clear: both;
    }
}

/* ---------- */

#header .inner-header-bits {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}

.social-links a {
    color: #18458C;
    font-size: 24px;
    line-height: 1.8;
}

.social-links a:hover {
    opacity: .6;
}

.inner-header-bits {
    width: auto;
}

.inner-header-bits .address-col {
    text-align: right;
    color: #18458C;
    line-height: 1.3;
    border-right: 1px solid #6C8A9F;
    padding-right: 25px;
}

.inner-header-bits .social-col {
    width: auto;
} 

.inner-header-bits .col {
    padding-top: 5px;
    padding-bottom: 5px;
}

.inner-header-bits .phone-col,
.inner-header-bits .address-col,
.inner-header-bits .social-col {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.inner-header-bits .phone-col,
.inner-header-bits .address-col {
    padding-left: 18px;
    padding-right: 18px;
}

.inner-header-bits .phone-col {
    border-right: 1px solid #6C8A9F;
    font-size: 18px;
    line-height: 40px;
    color: #18458C;
}

.inner-header-bits .phone-col i {
    margin-right: 5px;
}

/*
#preheader .prebtn-2:after {
	width: 0;
	height: 0;
	border-bottom: 100px solid #fdc01f;
	border-left: 100px solid transparent;
}
*/
#preheader .col {margin: 0;}

#preheader .col.side-a {
    background: transparent url(images/mich.svg) no-repeat left bottom;
    line-height: 42px;
    padding-left: 60px;
}

#preheader .col.side-b {
    text-align: right;
}

#header-wide { 
    background: #fff;
    z-index: 10;
}

#header {
    margin-top: 10px;
}

/* =========== X. Main Navigation =========== */

#header #main-navigation {margin-top: 55px;}

#main-navigation li a {
    font-size: 18px;
    color: #18458C;
    padding: 0px 14px;
    line-height: 2.2;
}

#main-navigation li .sub {background: #113373;}

#main-navigation li .sub a {
    line-height: 1.3 !important;
    font-size: 16px;
}

#main-navigation li .sub li.mega-hdr a.mega-hdr-a,
#main-navigation li .sub .menu-item-has-children > .sub-menu a {font-size: 16px;}

#main-navigation li .sub li.mega-hdr a.mega-hdr-a:hover {background: #6A93C3;}

#main-navigation li:last-child {padding-right: 0px;}

#main-navigation li .sub a:hover {background: #6A93C3;}

#main-navigation .nav-btn > a {
    background: #1770c2;
    line-height: 2.2;
    border-radius: 4px;
    font-weight: 500;
}

#main-navigation .nav-btn > a:hover {
    background: #113373;
    color: #fff;
}

#main-navigation .nav-btn.mega-hover a {
    background: #113373;
    color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* =========== X. Slideshow =========== */

#slideshow-wide {
    margin-top: 6px;
}

#slideshow-wide .sue-content-slider .sue-content-slide img {
    margin-left: auto; 
    left: 0px;
    width: 100%;
}

#slideshow-wide .sue-content-slide .slide-caption {
    display: block;
    position: relative;
    float: none;
    clear: both;
    overflow: hidden;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    margin-top: 535px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text {
    text-align: left; 
    display: block;
}

#slideshow-wide .sue-content-slide .slide-caption a .inner-text .column-b {
    font-size: 1.5em;
    line-height: 1.2;
    color: #6C8A9F;
    text-align: center;
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text strong {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    color: #18458C;
    float: left;
    position: relative;
    padding-top: .5em;
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text .slider-btn {
    text-transform: uppercase;
    font-size: 30px;
    padding: 12px 10px 8px;
    float: right;
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text .btn {
    margin: 0;
    width: 70%;
}

.su-spoiler-style-default > .su-spoiler-title {
    color: #244C98;
    font-size: 1.2em;
    font-weight: 500;
}

#slideshow-wide .sue-content-slider-arrows-hover .owl-nav {
       display: none;
    visibility: hidden;
}

/* ======= Custom Landing Page ======= */

.landing-page #slideshow-wide {
    margin-top: 0;
}

.landing-page #slideshow.container {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
}


.landing-page #slideshow img {
    padding: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
}


/* =========== X. Promos =========== */

#promos .promo {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 220px;
}

#promos .promo .inner-text, 
#promos .promo .inner-text h3 {
    background: none;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 1;
    padding-bottom: 5px;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 7px;
}

#promos a:hover .inner-text {background: none !important;}

#promo-1 {
    background: #112f70;
    background: -moz-linear-gradient(top,  #112f70 0%, #17468f 100%);
    background: -webkit-linear-gradient(top,  #112f70 0%,#17468f 100%);
    background: linear-gradient(to bottom,  #112f70 0%,#17468f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112f70', endColorstr='#17468f',GradientType=0 );
}

#promo-2 {
    background: #80d61f;
    background: -moz-linear-gradient(top,  #80d61f 0%, #78e019 100%);
    background: -webkit-linear-gradient(top,  #80d61f 0%,#78e019 100%);
    background: linear-gradient(to bottom,  #80d61f 0%,#78e019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d61f', endColorstr='#78e019',GradientType=0 );
}

#promo-3 {
    background: #fdc01f;
    background: -moz-linear-gradient(top,  #fdc01f 0%, #febf27 100%);
    background: -webkit-linear-gradient(top,  #fdc01f 0%,#febf27 100%);
    background: linear-gradient(to bottom,  #fdc01f 0%,#febf27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc01f', endColorstr='#febf27',GradientType=0 );
}

#promo-4 {
    background: #00a9fb;
    background: -moz-linear-gradient(top,  #00a9fb 0%, #1c9ffc 100%);
    background: -webkit-linear-gradient(top,  #00a9fb 0%,#1c9ffc 100%);
    background: linear-gradient(to bottom,  #00a9fb 0%,#1c9ffc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9fb', endColorstr='#1c9ffc',GradientType=0 );
}

#promos .promo img {
    display: inline-block;
    float: none;
    position: relative;
    height: auto;
    width: 120px;
}

#promo-4 .inner-text h3 {
    white-space: pre;
}

#promo-4 .inner-text h3:before {
    content: '\A';
    display: block;
}

/*#promo .promo #promo-1 img {width: auto; height: 120px;}
#promo .promo #promo-2 img {width: auto; height: 120px;}
#promo .promo #promo-3 img {width: auto; height: 120px;}
#promo .promo #promo-4 img {width: auto; height: 120px;}*/

.promo-col {
    margin-top: 0;
    margin-bottom: 0;
}

#promos {
    margin-top: 18px;
    margin-bottom: 18px;
}


#sidebar .sue-content-slider {
    margin: 0;
    border: 1px solid #DDD;
}

#sidebar .sue-content-slider img {margin-bottom: 8px;}

#sidebar .btn {margin-top: 8px;}

#sidebar #custom_html-2 .custom-html-widget {
	background: #eee;
	padding: 5px 15px 5px;
	border-bottom: 2px solid #ddd;
}

#sidebar #custom_html-2 .custom-html-widget ul li {
	line-height: 1.3;
	margin: .8em 0;
	padding-left: 25px;
	background: transparent url(images/bullet-li.svg) no-repeat left 3px;
}

/* =========== Home Page Magic =========== */

/* =========== Testimonials =========== */

#testimonials {
    height: 400px;
    background: url(images/testimonial-bkg.jpg) no-repeat;
    overflow: hidden;
    background-size: cover;
}

#testimonials .c2-5 {
    margin-top: 0;
    margin-bottom: 0;
}

#testimonials .testimonial-image {
    height: 400px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

#testimonials .inner-text {
    color: #244C98;
    font-size: 1.2em;
    line-height: 1.4;
    text-align: center;
    padding: 40px 60px 40px 40px;
}

#testimonials .inner-text h1,
#testimonials .inner-text h2,
#testimonials .inner-text h3 {
    font-size: 1.7em;
    line-height: 1;
}

#testimonials .btn {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 25px 8px;
    font-size: 1.3em;
}

#testimonials .sue-content-slider,
#testimonials .sue-content-slide {
    margin: 0 !important;
}
 
#testimonials .sue-content-slider-arrows-yes {
    padding-top: 0 !important;
}

/* =========== Rate Alerts =========== */

#rate-alerts {
    background: #7ADD1B;
    color: #fff;
    font-size: 1.6em;
    line-height: 1.2;
}

#rate-alerts h3 {
    color: #fff;
    font-size: 2em;
    margin: 0;
    line-height: 1.7;
}

#rate-alerts p {
    padding-top: 8px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;  
}

#rate-alerts .col {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 25px;
}

#rate-alerts .c1-5 .btn,
#rate-alerts .c1-3 .btn {
    width: 100%;
    display: block;
    color: #42970E;
    background: #fff;
    border-radius: 7px;
    text-shadow: none;
    font-size: 26px;
    border: 1px solid #42970E;
    box-shadow: none;
    border-bottom: 3px solid #42970E;
    margin-top: 16px;
}

#rate-alerts .c1-5 .btn:hover,
#rate-alerts .c1-3 .btn:hover {
    background: #42970E;
    color: #fff;
}

.home-content {
    background: #C4E6FD url(images/whyus-bkg.jpg) no-repeat center bottom;
    min-height: 400px;
    background-size: cover;
}

.home-content h1 {}
.home-content h1.page-title {
    padding: 0;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.why-buttons {
    text-align: center;
}

.why-buttons .btn {
    font-size: 24px;
    margin: 5px 10px;
    padding: 12px 35px;
}

.home-content section {
    padding-left: 30px;
    padding-right: 50px;
}


#infographic h3 {
    color: #4673b4;
    font-size: 3em;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

#infographic {
    background: #e7f6fd;
}

#infographic.container {
    padding-left: 0;
    padding-right: 0;
}

#infographic img {
    width: 100%;
    height: auto;
}

#content-wide .container {
    margin-top: 18px;
    margin-bottom: 18px;
}

.tpl_home .subhdrint {
    display: none;
    visibility: hidden;
}

#infographic-buttons .btn {
    text-shadow: none;
    box-shadow: none;
    width: 49.2%;
    margin-left: .8%;
    margin-right: 0;
    font-size: 2.5em;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

#infographic-buttons .btn-b {
    background: #0EA4FB;
}

#infographic-buttons .btn-b:hover {
    background: #1272C4;
}

#infographic-buttons .btn:first-child {
    margin-left: 0;
    margin-right: .8%;
}


/* =========== X. Content =========== */

#content-wide {
    background: #fff;
}

#content-wide #content-container { 
    background: transparent;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.tpl_home #content-wide {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f6fb 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f6fb 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f6fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f6fb',GradientType=0 );
}

/*
.tpl_home #content-wide #content-container {
    padding: .5em;
}
*/

#content-wide .subhdrint {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.container {
    padding-left: .5em;
    padding-right: .5em;
}

#video-box {
    background: background: #112f70;
    background: -moz-linear-gradient(top,  #112f70 0%, #17468f 100%);
    background: -webkit-linear-gradient(top,  #112f70 0%,#17468f 100%);
    background: linear-gradient(to bottom,  #112f70 0%,#17468f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112f70', endColorstr='#17468f',GradientType=0 );
    
    color: #fff;
    padding: 10px;
    text-align: center;
}

#video-box h3 {
    color: #fff;
    font-size: 32px;
}

#video-box h3:before {
    background-image: url(images/michigan-home-icon.png);
    width: 70px;
    height: 57px;
}

#video-box p {padding: 0px 52px;}

#video-box .btn {
    background: none;
    border: 2px solid #fff;
    text-shadow: 0px 0px;
    box-shadow: none;
}

#video-box a.btn:hover {
    background: #fff;
    color: #16438A;
}

#news-box > h3 {
    font-size: 38px;
    float: left;
    line-height: 1.2;
    margin-bottom: 5px;
}

.tpl_marketing_page #guides .btn,
#news-box .btn {
    border: 2px solid #2C57AB;
    background: none;
    color: #2C57AB;
    text-shadow: 0px 0px;
    margin: 15px auto 10px;
    position: relative;
    width: 30%;
    font-size: 20px;
    padding: 10px 20px 7px;
    box-shadow: none;
    display: block;
}

.tpl_marketing_page #guides .btn:hover {
    background: #2C57AB;
    color: #fff;
}

#news-box .thumbnail-container img {
    width: auto;
    height: 200px;
    display: block;
}

#news-box .thumbnail-container {
    margin-top: 0;
    margin-bottom: 0;
    max-height: 300px;
    overflow: hidden;
}

#news-box .post-container {
    margin-bottom: 20px;
}

#news-box .text-container {
    padding: 10px 15px;
}

#news-box a.btn:hover {
    background: #2C57AB;
    color: #fff;
}

#news-box div.row {
    width: 100%;
    display: block;
    background: #fff;
    float: left;
    padding-right: 18px;
}

#footer span {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

#footer {
    color: #fff;
}

#footer .row {
    width: 100%;
    float: left;
    position: relative;
}

#footer .c1-2 {
    text-align: left;
}

#footer .c1-2:first-child {
    text-align: right;
}

#footer .social-links {
    text-align: right;
}

#footer .social-links a {
    color: #fff;
}

#footer .social-links a:hover {
    opacity: .5;
}

#content-wide .container {
    margin-bottom: 0;
}

#footer-wide {
    background: #17468f;
    background: -moz-linear-gradient(top,  #17468f 0%, #112f70 100%);
    background: -webkit-linear-gradient(top,  #17468f 0%,#112f70 100%);
    background: linear-gradient(to bottom,  #17468f 0%,#112f70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17468f', endColorstr='#112f70',GradientType=0 );
}

#footer .menu > li {
    display: inline-block;
}

#footer .menu .sub-menu {
    display: none;
    visibility: hidden;
}

#footer .smalltext {
    font-size: .9em;
    line-height: 1.4;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#footer .menu-footer-menu-container {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

/* =========== Spoiler Styles for Mortgage ============ */

.su-spoiler-style-default.jon > .su-spoiler-title,
.su-spoiler-style-default.brian > .su-spoiler-title,
.su-spoiler-style-default.lindsay > .su-spoiler-title,
.su-spoiler-style-default.stephanie > .su-spoiler-title { 
    color: #fff;
    width: 50%;
    font-size: 20px;
    padding: 11px 30px 8px;
    font-weight: 500;
}

.su-spoiler-style-default.jon > .su-spoiler-title {
    background: #5DB015;
    text-shadow: 0 1px #5DB015;
}

.su-spoiler-style-default.brian > .su-spoiler-title {
    background: #D19816;
    text-shadow: 0 1px #D19816;
}

.su-spoiler-style-default.lindsay > .su-spoiler-title {
    background: #6CAFED;
    text-shadow: 0 1px #549ADC;
}

.su-spoiler-style-default.stephanie > .su-spoiler-title {
    background: #1770c2;
    text-shadow: 1px 0px #549ADC;
}

.su-spoiler-style-default.jon.su-spoiler-closed > .su-spoiler-title {
    background: #7ED81E;
}

.su-spoiler-style-default.brian.su-spoiler-closed > .su-spoiler-title {
    background: #febf27;
}

.su-spoiler-style-default.lindsay.su-spoiler-closed > .su-spoiler-title {
    background: #6CAFED;
}

.su-spoiler-style-default.stephanie.su-spoiler-closed > .su-spoiler-title {
    background: #1770c2;
}

.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    left: 5px !important;
    top: 9px !important;
}

.su-spoiler-style-default.jon > .su-spoiler-content {
    padding-left: 0;
    background: #fff;
    border-top: 3px solid #5DB015;
}

.su-spoiler-style-default.brian > .su-spoiler-content {
    padding-left: 0;
    background: #fff;
    border-top: 3px solid #D19816;
}

.su-spoiler-style-default.lindsay > .su-spoiler-content {
    padding-left: 0;
    background: #fff;
    border-top: 3px solid #549ADC;
}

.subhdrint.container {
    padding-left: 0;
    padding-right: 0;
}

/* Form List Items */

.wpcf7-list-item {
    clear: both;
    display: block;
    padding: 4px;
}

.entry .row {
    width: 100%;
    float: left;
    margin-bottom: 1px;
}

blockquote {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.testimonials .entry .row .btn {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}

.side-accent {
	width: 40%;
	margin: 2px 20px 10px 0; 
	background: #EBF4FD;
	padding: 5px 20px; 
	display: inline-block; 
	float: left; 
	color: #555;
}

.accent-block {
	width: 100%; 
	margin: 15px 0; 
	background: #EBF4FD;
	padding: 10px 20px;
	display: inline-block;
	float: left;
	color: #555;
}

.pquote {
	font-size: 18px;
	padding: 20px;
	color: #555;
	margin: 2px 0 10px 25px;
	width: 50%;
	color: #4468A9;
	line-height: 1.6;
	background: #EBF4FD;
	border-bottom: 2px solid #83A0CB;
}

.pquote:before {
	content: url(images/quote.svg);
	display: inline-block;
	float: left;
	margin-right: 20px;
}



/* MS hero CLS bounce fix 11/7/2024 */

.owl-carousel {
	display: block !important;
}




@media screen and (max-width: 1440px) and (min-width: 1141px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 1325px) and (min-width: 750px) {
    #preheader .btn.prebtn-1, 
    #preheader .btn.prebtn-2, 
    #preheader .btn.prebtn-3,
    #preheader .btn.prebtn-4,
    #preheader .btn.prebtn-5 {
        font-size: 0.95vw; /* added this to wider breakpoint - ZJ changed from 1.75vw - accommodate 4 btns • MM Further changed for 5 buttons - changed again 12/28/21 for 6 buttons */
    }
}

@media screen and (max-width: 1140px) and (min-width: 750px) {
    
    .container {
        width: 100%;
    }
    
    html,
    body {
        min-width: 200px;
    }
    
    #top-logo img {
        width: 20vw;
    }
    
    #main-navigation {
        height: 70px;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption a .inner-text .column-b {
        font-size: 2.11vw;
    }
    
    
    #preheader-wide, 
    #preheader {
        height: 3.68vw;
    }
    
    #preheader .btn.prebtn-1, 
    #preheader .btn.prebtn-2, 
    #preheader .btn.prebtn-3, 
    #preheader .btn.prebtn-4, 
    #preheader .btn.prebtn-5 {
        line-height: 3.68vw;
        font-size: 0.95vw; /* ZJ changed from 1.75vw - accommodate 4 btns • MM Further changed for 5 buttons - changed again 12/28/21 for 6 buttons */
        margin: 0 .44vw;
        padding: 2px 1.8vw;
    }
    
    #preheader .col.side-a {
        line-height: 3.68vw;
        padding-left: 5.26vw;
        background-size: contain;
        font-size: 1.4vw;
    }
    
    #rate-alerts h3 {
        font-size: 4.39vw;
    }
    
    #rate-alerts p {
        font-size: 2.15vw;
    }
    
    #rate-alerts .col {
        padding-left: 2.19vw;
    }
    
    #rate-alerts .c1-5 .btn {
        font-size: 2.18vw;
    }
    
    #slideshow-wide .sue-content-slider .sue-content-slide img {
        width: 100%;
        height: auto;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption {
        padding: .87vw 1.75vw;
        margin-top: 37vw;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption .inner-text strong {
        font-size: 2.63vw;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption a .inner-text .column-b {
        font-size: 2vw;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption .inner-text .slider-btn {
        font-size: 2.63vw;
        padding: 1.05vw .87vw .7vw;
    }
    
    #testimonials .inner-text {
        font-size: 1.7vw;
        padding: 3.5vw 5.36vw 3.5vw 3.5vw;
    }
    
    #testimonials .inner-text h3 {
        font-size: 2.7vw;
    }
    
    #testimonials {
        background-size: cover;
        height: 35vw;
    }
    
    #testimonials .testimonial-image {
        height: 35vw;
        background-size: contain;
    }
    
    #promos .promo .inner-text, 
    #promos .promo .inner-text h3 {
        font-size: 2.4vw;
    }
    
    #promos .promo img {
        width: 10.52vw;
    }
    
    #news-box .btn {
        width: 50%;
    }
    
    #infographic-buttons .btn {
        font-size: 3.5vw;
    }
    
    #main-navigation li a {
        font-size: 1.7vw;
        padding: 0 1vw;
    }
    
    .inner-header-bits .phone-col {
        font-size: 1.57vw;
        line-height: 3.5vw;
    }
    
    .inner-header-bits .address-col {
        font-size: 1.4vw;
    }
    
    .social-links a {
        font-size: 2.1vw;
    }
    
    #header .inner-header-bits {
        top: 1.75vw;
    }
    
    #header #main-navigation {
        margin-top: 4.82vw;
    }
    
    #promos,
    #content-wide .container {
        margin-top: 1.57vw;
        margin-bottom: 1.57vw;
    }
    
    a[href^=tel] {
        text-decoration: none;
        color: #18458C;
    }
    
    #content .c1-4.desktop img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 960px) and (min-width: 750px) {
    
    #video-box .col {
        width: 100%;
        margin: 10px 0;
        padding: 10px;
    }
    
    #news-box .thumbnail-container img {
        height: 34vw;
        width: auto;
        left: -50%;
        position: relative;
    }
    
    #news-box .thumbnail-container {
        overflow: hidden;
    }
    
    #content.home-content {
        background: #C4E6FD;
        background-image: none;
    }
    
    .home-content .col {
        width: 100%;
        margin: 0;
    }
    
    /* .home-content:after {
        content: '';
        position: absolute;
        background: url("/wp-content/themes/Inlanta/images/InlantaBldg.png") no-repeat left bottom;
        height: 300px;
        width: 45%;
        display: block;
        background-size: contain;
        margin-left: -20px;
        bottom: 0;
    } */
    
    .home-content {
        float: left;
    }
    
    .why-buttons {
        text-align: right;
        float: right;
        padding-bottom: 10px;
        width: 55%;
    }
    
    .why-buttons .btn {
        margin-right: 0;
        font-size: 20px;
        clear: both;
        display: block;
        width: 100%;
        float: right;
        padding-left: 5vw;
        padding-right: 5vw;
    }

        
    .why-buttons {
        margin-top: 100px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        top: -40px;
        position: relative;
    }
    
    .team-brian-ferrick #content .col.c3-4,
    .team-jonathan-arnold #content .col.c3-4 {
        width: 100%;
    }
    
    .team-brian-ferrick #content .col.c3-4 img.mobile,
    .team-jonathan-arnold #content .col.c3-4 img.mobile {
        display: inline !important;
        visibility: visible !important;
    }
    
    .team-brian-ferrick #content .col.c1-4.desktop,
    .team-jonathan-arnold #content .col.c1-4.desktop {
        display: none;
        visibility: hidden;
    }
    
    .cta-bar {
        text-align: center;
        height: 110px;
    }
    
    .cta-bar .cta-btns {
        width: 100%;
        margin-top: 12px;
    }
    
}

@media screen and (max-width: 750px) {
    
    /* 
    
        #top-logo img {
            width: auto;
        }
    
        #rate-alerts .c1-5 .btn {
            font-size: 26px;
        }
    
        #slideshow-wide .sue-content-slide .slide-caption {
            padding: 10px 20px;
        }
    
        #slideshow-wide .sue-content-slide .slide-caption a .inner-text .column-b {
            font-size: 1.5em;
        }

        #slideshow-wide .sue-content-slide .slide-caption .inner-text .slider-btn {
            font-size: 2.63vw;
            padding: 1.05vw .87vw .7vw;
        }

        #testimonials .inner-text {
            font-size: 1.7vw;
            padding: 3.5vw 5.36vw 3.5vw 3.5vw;
        }

        #testimonials .inner-text h3 {
            font-size: 2.7vw;
        }
        #testimonials {
            background-size: cover;
            height: 35vw;
        }

        #testimonials .testimonial-image {
            height: 35vw;
            background-size: contain;
        }
        #promos .promo .inner-text, 
        #promos .promo .inner-text h3 {
            font-size: 2.4vw;
        }
        #promos .promo img {
            width: 10.52vw;
        }
        #news-box .btn {
            width: 50%;
        }
        #infographic-buttons .btn {
            font-size: 3.5vw;
        }
        .inner-header-bits .phone-col {
            font-size: 1.57vw;
            line-height: 3.5vw;
        }
        .inner-header-bits .address-col {
            font-size: 1.4vw;
        }
        .social-links a {
            font-size: 2.1vw;
        }
        #header .inner-header-bits {
            top: 1.75vw;
        }
        #promos,
        #content-wide .container {
            margin-top: 1.57vw;
            margin-bottom: 1.57vw;
        }
        #news-box .thumbnail-container img {
            height: 34vw;
            width: auto;
        }
        .why-buttons {
            text-align: right;
            float: right;
            padding-bottom: 10px;
            width: 55%;
        }

        .why-buttons .btn {
            margin-right: 0;
            font-size: 20px;
            clear: both;
            display: block;
            width: 100%;
            float: right;
            padding-left: 5vw;
            padding-right: 5vw;
        }


        .why-buttons {
            margin-top: 100px;
            margin-bottom: 40px;
        }

    */
    
	.pquote {
		width: 100%;
	}
	
    .mobile {
        display: block !important;
        visibility: visible !important;
    }
    
    .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    #content {
        padding-left: 0;
        padding-right: 0;
    }
    
    .tpl_home #content {
        padding-left: .5em;
        padding-right: .5em;
    }
    
    #header-small .mc1-2:nth-child(2) {
        text-align: right;
        padding-right: 7px;
    }
    
    #header-small .phone-btn i {
        margin-right: 7px;
        font-size: .9em;
    }
    
    #header-small .social-links {
        text-align: right;
    }
    
    #header-small .social-links a {
        font-size: 18px;
        padding: 0 5px;
    }
    
    #header-small .social-links a:hover {
        opacity: .7;
    }
    
    #header-small .phone-btn {
        background: #18458C;
        text-shadow: none;
        box-shadow: none;
        font-size: 16px;
        font-size: 4.3vw;
        border-radius: 4px;
        margin-top: 7px;
    }
    
    #header-small .action-btn {
        box-shadow: none;
        text-shadow: none;
        font-size: 16px;
        font-size: 4.3vw;
        margin-right: 6px;
        background: #1770c2;
        border-radius: 4px;
        margin-top: 7px;
    }
    
    #header-small .action-btn:before {
        content: '\f040';
        color: #fff;
        font-family: 'FontAwesome';
        margin-right: 7px;
        font-size: .9em;
    }
    
    #header-small .button-row .mc1-2:nth-child(2) {
        padding-right: 0;
    }
    
    #header-small .button-row .btn {
        width: 100%;
        margin-top: 0;
        margin-bottom: 3px;
        box-shadow: none;
        border-bottom: 0;
        /* border-radius: 5px; */
        font-size: 3.4vw; /* was 4.3vw */
        text-shadow: none;
    }
    
    #header-small .button-row {
        padding-left: 7px;
        padding-right: 7px;
        padding: 0;
    }
    
    #header-small .button-row .col {
        width: 50%;
        margin: 0;
    }
    
    #header-small .button-row .jon-btn {
        background: #78e019;
    }
    
    #header-small .button-row .full-width-btn {
        width: 100%;
    }
    
    #header-small .button-row .brian-btn {}
    #header-small .button-row .stephanie-btn {
        background: #953192;
    }
    
    #header-small .button-row .lindsay-btn {
        background: #6CAFED;
    }
    
    #header-small .button-row .chat-btn {
        background: #1770c2;
    }
    
    #header-small .button-row .chat-btn i {
        font-size: 2.9vw; /* ZJ was 3.7vw */
        margin-right: 7px;
    }
    
    #header-small .button-row .col .btn {
        margin-bottom: 0;
        line-height: 3.9vw;
    }
    
    #slideshow-wide {
        margin-top: 0;
    }
    
    #slideshow-wide .sue-content-slide .container-wide {
        position: relative;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption {
        margin-top: 0;
        width: 100%;
        text-align: center !important;
    }
    
    #slideshow-wide .inner-text .col {
        text-align: center;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption .inner-text strong {
        float: none;
        clear: both;
        font-size: 1.8em;
        line-height: 1.2;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption .inner-text .column-a {
        margin-bottom: 0;    
    }
    
    #slideshow-wide .sue-content-slide .slide-caption .inner-text br {
        display: none;
        visibility: hidden;
    }
    
    #slideshow-wide .sue-content-slide .slide-caption .inner-text .btn {
        display: inline-block;
        float: none;
        width: auto;
        font-size: 1.8em;
        padding-left: 1em;
        padding-right: 1em;
    }
    
    #content-wide .container {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #promos .promo img {
        width: 80px;
        clear: none;
        display: inline;
        position: relative;
        float: left;
    }
    
    #promo-4 .inner-text h3 {
        white-space: normal;
    }

    #promo-4 .inner-text h3:before {
        content: '';
        display: none;
        visibility: hidden;
    }
    
    #promos .promo .inner-text, 
    #promos .promo .inner-text h3 {
        position: relative;
        margin: 0;
        clear: none;
        font-size: 20px;
        font-size: 5vw;
        line-height: 80px;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #promos .promo {
        float: left;
        width: 100%;
        min-height: 0;
    }
    
    #promos {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    #rate-alerts p {
        padding-top: 0;
        font-size: 18px;
        font-size: 1.5;
    }
    
    #rate-alerts .col {
        padding: 0 16px 10px;
    }
    
    /* ===== Mobile Menu ===== */
    
    #mobile-navigation > ul > li > .dcjq-parent {
        background: /* #395CBC */ #17468F;
    }

    #mobile-navigation > ul > li > .dcjq-parent.active {
        background: #17468F;
    }

    #mobile-navigation .sub-menu {
        background: #163474;
        border-bottom: 4px solid #17468F;
    }

    #mobile-navigation .sub-menu .sub-menu {
        background: #122A5E;
        border-bottom: 2px solid #17468F;
    }

    #mobile-navigation .sub-menu .sub-menu .sub-menu {
        background: #0E2045;
        border-bottom: 2px solid #163474;
    }
    
    /* ===== More ===== */
    
    #testimonials .col {
        padding-bottom: 0;
    }
    
    #testimonials .testimonial-image {
        height: 150px;
        height: 40vw;
        background-size: contain;
        background-position: 10px;
    }
    
    #testimonials .testimonial-image:after {
        content: 'Testimonials';
        display: block;
        padding-left: 45%;
        line-height: 150px;
        line-height: 40vw;
        font-size: 2em;
        font-weight: 500;
        color: #244C98;
    }
    
    /* .home-content:after {
        content: '';
        position: absolute;
        background: url("/wp-content/themes/Inlanta/images/InlantaBldg.png") no-repeat left bottom;
        height: 220px;
        width: 45%;
        display: block;
        background-size: contain;
        margin-left: -20px;
        bottom: 0;
    } */
    
    .home-content {
        float: left;
    }
    
    .why-buttons {
        text-align: right;
        float: right;
        padding-bottom: 10px;
       /* width: 55%; */
        width: 100%;
    }
    
    .why-buttons .btn {
        margin-right: 0;
        font-size: 20px;
        clear: both;
        display: block;
        width: 100%;
        float: right;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    #video-box p {
        padding: 0;
    }
    
    #rate-alerts h3 {
        line-height: 1.1;
        padding-top: .5em;
        font-size: 10vw;
    }
    
    #testimonials .inner-text {
        padding: 10px 14px;
    }
    
    #testimonials {
        height: auto;
        background-size: cover;
        background-position: center;
        font-size: .8em;
    }
    
    #testimonials .testimonial-buttons .btn {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 1.1em;
        text-shadow: none;
    }
    
    #testimonials h3 {
        display: none;
    }
    
    /* #testimonials .c2-5 {
        display: none;
        visibility: hidden;
    } */
    
    #testimonials .c3-5 {
        margin-bottom: 0;
        background: rgba(255, 255, 255, .3);
        border-top: 2px solid #244C98;
    }
    
    #video-box .c1-2:nth-child(2) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    #infographic-buttons {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #infographic-buttons .btn {
        width: 100%;
        clear: both;
        margin: 4px 0;
        font-size: 1.4em;
    }
    
    #news-box {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .home-content section {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .home-content {
        background-position: -640px bottom;
    }
    
    .home-content {
        
    }
    
    #news-box div.row {
        padding-right: 0;
    }
    
    .thumbnail-container + .col {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .post-container h3 {
        line-height: 1.1;
        font-size: 20px;
    }
    
    #news-box .btn {
        width: 100%;
    }
    
    #infographic h3 {
        font-size: 2em;
    }
    
    .home-content h1.page-title {
        font-size: 2em;
    }
    
    #rate-alerts .c1-5 .btn {
        margin-top: 10px;
    }
    
    #footer .c1-2,
    #footer .c1-2 .social-links {
        text-align: center !important;
    }
    
    .button-row .col {
        padding-bottom: 0;
    }
    
    .button-row .col .btn {
        margin-bottom: 0;
    }
    
    .cta-form {
        padding: 15px;
        background-image: none;
    }

    .cta-form p {
        width: 100%;
    }

    .cta-form p:nth-child(4) {
        width: 100%;
        margin-top: 15px;
    }

    .cta-form .sent p {
        display: none;
        visibility: hidden;
    }

    .cta-form span[role=alert] {
        font-size: .8em; 
    }
    
    .resources-list {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .resources-list .inner-inner-text {
        display: none;
        visibility: hidden;
    }
    
    .resources-list .inner-text h3 {
        font-size: 1.3em;
    }
    
    .su-spoiler-style-default.jon > .su-spoiler-title,
    .su-spoiler-style-default.brian > .su-spoiler-title {
        width: 100%;
    }
    
    #content .entry img.alignleft {
        margin-right: 16px;
        width: 40%;
    }
    
    .cta-bar {
        text-align: center;
        height: 110px;
    }
    
    .cta-bar .cta-btns {
        width: 100%;
        margin-top: 12px;
    }
	
	.side-accent {
		width: 100%;
	}
}

/* App Page Gallery Screen */
@media screen and (max-width: 500px) {
    .entry .sue-content-slide img.aligncenter {width: 90%;}
}



@media screen and (max-width: 440px) {

    .cta-bar {
        text-align: center;
        height: 160px;
    }
    
    .cta-bar .cta-btns {
        width: 100%;
        margin-top: 0;
    }
    
    .cta-bar a.cta-bar-btn {
        display: block;
        margin: 10px auto;
        width: 80%;
    }
    
}