/*
Theme Name: Lex Blog Redesign 2019 Aug
Author: Progrexion ASG
Description: Lexington Law Blog 2019 - August
Version: 1.0
*/
@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-100.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-100Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-300.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-300Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-500.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-500Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-700.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-700Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-900.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo-Sans';
    src: url("fonts/MuseoSans-900Italic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


section.main_content .row {max-width: 980px;}

.column.widget-area {
    margin-top: 20px;
}

/* 576px wide specific */
@media only screen and (min-width: 600px) and (max-width:767px) {
    .column.widget-area {
        width:auto;
    }
}

/* 765 - 1272 wide */
@media only screen and (min-width: 768px) {
    .column.widget-area {
        margin-top:0;
    }
}

/* Post Styling
================================================== */
.entry-header .wp-post-image {
    display: none;
}

/* 576 - 1272 wide */
@media only screen and (min-width: 600px) {
    .entry-header .wp-post-image {
        display:block;
        float: left;
        margin: 0 15px 15px 0;
    }
}

.entry-title {
    margin: 5px 0;
    padding: 0;
}

.entry-meta {
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-family: "Museo-Sans", sans-serif,sans-serif;
    font-weight: 500;
    color: #00214F;
}

.entry-meta .author .url {
    color: #1fd4c6;
    text-transform: uppercase;
}

.entry-content .more-link {
    font-weight: normal;
}

.entry-content hr.shortsep {
    border-top: 6px solid #00214F;
    width: 40px;
    margin: 15px 0;
}

.entry-content p {
    font-size: 1.6rem;
}

.entry-content img {
    max-width: 95%;
    height: auto !important;
}

.entry-footer {
    margin: 10px 0 40px;
}

.social_media_share_wrapper.mobile {
    display: none;
}

@media(max-width: 470px) {
    .social_media_share_wrapper.mobile {
        position: relative;
        float: none;
        display: block;
        width: 100%;
        margin: 0
    }


    .social_media_share_wrapper.mobile .item {
        display: inline-block;

    }

    .social_media_share_wrapper.mobile .item + .item {
        margin-left: 10px;
    }
}



.expandable_category_clicky_thingy {
    padding: 10px 13px 0 13px;
}

.expandable_category_clicky_thingy span {
    display: block;
    float: right;
    width: 13px;
    height: 13px;
    margin-top: 9px;
    background-size: contain;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAQlBMVEUAAABvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHJvcHIqidv6AAAAFXRSTlMA0fA5SozIpxANAfgr5mlXGH5EHI1OByGKAAAAt0lEQVQoz32SWQ7DIAxEh7UJJGQr979qVca0jhQxH4B4eGQbQ5RciLZWG4NLuMmb+pPxCsyvetNr7mSXEBW4SwzJnTFOuSnPlkF9lAeSeUYmwbXDW9+Gtjpwn8qflIkPEImwZYK8gSjCCsLZmD0hyKJ2BPftoUNHVdACAMu6chdEQ95dF1/QkGmIE0BfSSNUKnsSn3t1LFmyBlgDS9aNKkDRjdLtPQ7V3sGnDL5yMACDsRkN22BEPySFJAk4hfELAAAAAElFTkSuQmCC);
}

.section_expandable.expanded .expandable_category_clicky_thingy span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

/* Sub Section Heading
================================================== */
.sub_section_heading .sub_section_title {
    font-size: 3rem;
}

.ssh_blog .sub_section_heading_icon {
    background: url('images/sub-section-heading-blog-icon.png') center center no-repeat;
    background-size: cover;
}

/* 576 - 768 wide */
@media only screen and (min-width: 600px) and (max-width:959px) {
    .ssh_blog {
        background:url('images/images/sub-section-heading-blog_small.jpg') center center no-repeat;
    }
}

/* 960 - 1272 wide */
@media only screen and (min-width: 960px) {
    .ssh_blog {
        background:url('images/sub-section-heading-blog.jpg') center center no-repeat;
    }
}

.entry-read-post-link {
    display: block;
    color: #c6a275;
    font-size: 1.6rem;
    font-family: "Museo-Sans", sans-serif,sans-serif;
    font-weight: 500;
}

.entry-read-post-link img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

/* 576 - 1272 wide */
@media only screen and (min-width: 600px) {
    .entry-read-post-link {
        display:inline;
    }

    .cat-links {
        float: right;
    }

    .edit-link {
        float: right;
    }
}

.paging-navigation {
    margin-bottom: 25px;
}

.nav-previous a, .nav-next a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;
    max-width: 100%;
}

.button_become_a_client_bottom {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

/* 576 - 1272 wide */
@media only screen and (min-width: 600px) {
    .nav-previous a, .nav-next a {
        display:inline-block;
    }

    .nav-previous a {
        float: left;
    }

    .nav-next a {
        float: right;
    }

    .button_become_a_client_bottom {
        display: inline-block;
        margin-top: 20px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

/* Widget Categories
================================================== */
.widget_categories {
    margin: 0 10px 40px;
    border: 1px solid #e7e8e3;
}

.widget_categories .widget-title {
    padding: 8px;
    border-bottom: 1px solid #e7e8e3;
    text-transform: uppercase;
    color: #C9A983;
    font-family: "Museo-Sans", sans-serif;
    font-weight: 500;
    background: #f8f8f6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f6 0%, #f2f3ee 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f6), color-stop(100%,#f2f3ee));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f6 0%,#f2f3ee 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f6 0%,#f2f3ee 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8f8f6 0%,#f2f3ee 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f6 0%,#f2f3ee 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f6', endColorstr='#f2f3ee',GradientType=0 );
    /* IE6-9 */
}

.widget_categories ul {
    list-style-type: none;
    margin: 0;
    padding: 7px 0;
}

.widget_categories ul li {
    padding: 10px 13px;
    line-height: 2rem;
}

.widget_categories ul li a {
    font-weight: normal;
}

/* 576px wide specific */
@media only screen and (min-width: 600px) and (max-width:767px) {
    .widget_categories {
        width:266px;
        margin: 0 5px 40px;
        float: left;
    }
}

/* 765 - 1272 wide */
@media only screen and (min-width: 768px) {
    .widget_categories {
        margin:10px 0 30px;
    }
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
    margin: 0 0 1.5em;
}

.byline, .updated {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

.related-img-container {
    height: 100px;
    width: 300px;
    overflow: hidden;
}


.related-img {
    background-repeat: no-repeat;
    background-size: contain;
}

#related-posts-sidebar ul, .widget_dpe_fp_widget ul {
    padding: 0;
    margin: 10px 0;
}

#related-posts-sidebar ul li, .widget_dpe_fp_widget ul li {
    padding: 0;
    margin-bottom: 10px;
}

li.related-item h4, .widget_dpe_fp_widget div.title {
    font-size: 1.01em;
    line-height: 1.4;
    margin: 5px 0;
    color: #00214f;
}

li.related-item h4 a, .widget_dpe_fp_widget div.title a {
    color: #00214f;
}

ul.dpe-flexible-posts img {
    width: 100%;
    height: auto;
}


/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
    max-width: 100%;
}

/* Alignment */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright, figure.wp-caption.alignright, img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

.authors_articles {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.authors_articles li {
    line-height: normal;
    margin: 12px 0;
    padding: 0;
    line-height: 1.8rem;
}

/** SIEGE MEDIA ***/
body {
    font-size: 1.75em;
    line-height: 2.8rem;
    font-family: "Museo-Sans", sans-serif;
    font-weight: 300;
    color: #00214F;
}

.entry-header {
    width: 100%;
}

ul#drop-nav {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul#drop-nav li {
    display: block;
    position: relative
}

ul#drop-nav li ul {
    display: none;
    left: -1px;
    position: absolute;
    padding-left: 0;
    width: calc(100% + 2px);
    top: 65px;
}

ul#drop-nav li a {
    display: block;
    background: #fff;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
    padding: 5px 20px;
    color: #00214f;
    font-family: "Museo-Sans", sans-serif;
    letter-spacing: 2.5px;
    font-size: 1.8rem;
}

ul#drop-nav, ul#drop-nav ul {
    margin: 30px 0;
    border: 1px solid #8c9ca6;
}

.home ul#drop-nav {
    margin: 15px 0 30px;
}

ul#drop-nav > li > a {
    font-weight: 800;
    padding: 18px 20px;
    text-transform: uppercase;
    background-image: url('images/caret-down-darkblue.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

ul#drop-nav li a:hover {
    background-color: #fbfbfb;
}

ul#drop-nav li ul.expanded {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 0;
    z-index: 100;
    left: -1px;
    top: 64px;
    padding: 5px 0;
    margin-top: 0;
    background: #fff;
}

ul#drop-nav li ul.expanded li {
    float: none;
}

ul#drop-nav ul li:hover a {
    background: #fbfbfb;
}

ul#drop-nav li ul li {
    border-top: 0px;
}

.page_content_padding {
    padding: 0;
}

#primary {
    box-sizing: border-box;
    padding: 0 35px;
    width: 65%;
}

@media(max-width: 959px) {
    #primary {
        width: 100%;
    }
}

#secondary {
    box-sizing: border-box;
    width: 30%;
    max-width: 100%;
}

@media(max-width: 959px) {
    #secondary {
        width: 410px;
        padding: 0 30px;
    }
}

.entry-content h2 {
    color: #00214F;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.entry-content h3 {
    color: #00214F;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.entry-content h2 strong, .entry-content h2 b, .entry-content h3, .entry-content h3 strong, .entry-content h3 b {
    font-weight: 500;
}

.entry-content a {
    font-weight: inherit;
    color: #1fd4c6;
}

/*
	.entry-content ul li {
		color: #173346;
	}
	*/
@media(min-width: 600px) and (max-width: 767px) {
    .section_right_nav, .section_right_content_block {
        width: 98%;
        margin: 0 5px 40px;
        float: none;
    }
}

.top_callout_slider_open {
    background-color: #1fd4c6;
    z-index: 20;
    padding: 1px 0;
}

.top_bar {
    top: 65px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 50px;
    padding-top: 10px;
    background-color: #fff;
}

@media(min-width: 960px) {
    .top_bar {
        top: 0;
        padding: 0;
        margin-bottom: 0;
    }
}

.top_callout_slider.secondary {
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 0;
}

/*.overscroll ~ .top_callout_slider.secondary {
    z-index: 10;
}

.overscroll ~ .top_callout_slider.secondary.move-right {
    z-index: 9;
}

.logged-in .overscroll ~ .top_callout_slider.secondary {
    top: 32px;
}*/

@media(max-width: 782px) {
    /* on mobile, remove margin top when user scrolls down the page */
    /*.logged-in .overscroll ~ .top_callout_slider.secondary {
        top: 40px;
        z-index: 10;
    }*/

    .top_callout_slider.secondary.move_right {
        z-index: 9!important;
    }
}




.top_callout_slider.secondary.fixed {
    top: 0;
}

/* remove sticky menu */
@media(min-width: 960px) {
    .top_callout_slider.secondary.fixed {
        display: none;
    }
}

/* fix admin bar gap
	.logged-in .top_callout_slider.secondary.fixed {
		top: 46px;
	}
	@media(min-width: 960px) {
		.logged-in .top_callout_slider.secondary.fixed {
			top: 32px;
		}
	}*/
@media only screen and (max-width: 960px) and (min-width: 600px) {
    .top_callout_slider.secondary.fixed {
        top: 0;
    }
}

.top_nav_right li.top_nav_phone {
    display: none;
}

.top_callout_slider_open div {
    font-family: "Museo-Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

.top_callout_slider_open div .icon {
    display: none;
}

.top_callout_slider_open div a {
    font-weight: inherit;
}

.top_nav_signup a {
    text-transform: uppercase;
    color: #00214f;
    text-shadow: none;
}

@media(min-width: 600px) {
    .top_nav_signup a {
        padding: 10px 20px;
        margin: 0 0 15px;
        background-color: transparent;
        border-color: #00214f;
        border-radius: 2px;
        font-size: 1.4rem;
        border-width: 2px;
        letter-spacing: 1.4px;
    }
}

@media(min-width: 960px) and (max-width: 1271px) {
    .top_nav_signup a {
        padding: 12px 20px;
    }
}

.top_nav .site_nav_left {
    margin: 20px 0 23px 25px;
}

.top_nav_signup a:hover, .top_nav_signup a:focus {
    color: #8bcbe6;
    border-color: #8bcbe6;
}

@media(max-width: 599px) {
    .top_nav_signup a:hover, .top_nav_signup a:focus {
        border-color: transparent;
    }

    .app-btn-android {
      width: 196px;
      margin-left: 1px;
    }
}

.site_nav_left li a {
    padding: 13px 14px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
}

@media only screen and (min-width: 960px) {
    .home .site_nav_left li a {
        color: #FFF;
    }

    .site_nav_left li a {
        color: #00214F;
    }

    .site_nav_left li a:hover {
        background-color: #fff;
        color: #1fd4c6;
        text-decoration: underline;
    }
}

.site_nav_left li a:hover, .site_nav_left li a:focus {
    background-color: initial;
    color: #8bcbe6;
}

.left_off_canvas_menu_wrapper {
    top: 48px;
}

@media(min-width: 960px) {
    .left_off_canvas_menu_wrapper {
        display: none;
    }
}

.mobile_nav_phone {
    display: none;
}

.mobile_nav_signup {
    padding: 15px 0;
}

.inner_wrap.move_right {
    padding-top: 120px;
}

/* new top nav on desktop only */
.top_nav .site_nav_left {
    display: none;
}

@media(min-width: 960px) {
    .top_nav .site_nav_left {
        display: block;
    }
}

/**** Blog TItle ***/
.title-div, .left_off_canvas_menu_wrapper {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 1;
}

.title-div {
    /* background-color: #00214f; */
    background: #00214f;
}

.top_nav {
    /* background-color: #fff; */
    background: #fff;
}

@media(max-width: 959px) {
    .top_nav_name a {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
    }
}

.title-row h1 {
    font-size: 45px;
    line-height: 1.15;
    color: #fff;
    font-family: "Museo-Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 5px #00000080;
    letter-spacing: 6px;
    margin-top: 65px;
    margin-bottom: 10px;
}

.title-row p.title-row-p {
    color: #fff;
    font-family: "Museo-Sans", sans-serif;
    font-size: 19px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 93px;
    font-weight: 100;
}

@media(max-width: 959px) {
    .title-row h1 {
        font-size: 45px;
        margin-top: 15px;
    }

    .title-row p.title-row-p {
        font-size: 16px;
        margin-bottom: 48px;
    }
}

@media(max-width: 600px) {
    .title-row h1 {
        font-size: 26px;
        margin-top: 26px;
    }
}

.title-row p.title-row-p::after {
    bottom: -20px;
    content: "";
    display: block;
    height: 7px;
    position: relative;
    width: 50px;
    background: none repeat scroll 0 0 #fff;
    margin: auto;
}

.site_nav {
    display: block;
    min-height: 16px;
    background: #8d9ca6;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

/* SIDEBAR */
#secondary .section_right_nav {
    border: none;
}

.widget_recent_entries {
    text-transform: uppercase;
    font-family: "Museo-Sans", sans-serif;
}

.widget_recent_entries ul li {
    padding-left: 0;
    font-size: 0.8em;
    border-top: 1px solid lightgrey;
}

.widget_recent_entries ul li:last-of-type {
    border-bottom: 1px solid lightgrey;
}

.widget_recent_entries .widget-title {
    color: #173346;
    font-weight: bold;
    letter-spacing: 2px;
}

.single .entry-title, .heading_3 {
    color: #00214f;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.entry-meta {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    line-height: 25px;
}

.social_media_share_wrapper {
    margin: 0;
    position: absolute;
    top: 100px;
    left: 0;
    width: 40px;
    text-align: left;
}

@media(max-width: 470px) {
    .social_media_share_wrapper {
        display: none;
    }
}

.entry-meta .entry-content {
    text-transform: initial;
    line-height: 1.9;
    font-size: 1.6rem;
    color: #00214F;
}

.entry-meta .author .url {
    font-weight: 400;
}

.entry-content img {
    width: 100%;
    max-width: 100%;
}

.site-main article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 22px;
    border-bottom: 1px solid lightgray;
}

@media(max-width: 959px) {
    .site-main article {
        margin-bottom: 35px;
    }
}

.feat-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    width: 250px;
    height: auto;
    overflow: hidden;
}

@media(max-width: 959px) {
    .feat-img-wrap {
        height: 246px;
    }
}

.main-post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 310px);
    margin-left: 30px;
    vertical-align: top;
}

@media(max-width: 959px) {
    .feat-img-wrap, .main-post-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .feat-img-wrap {
        -ms-flex-preferred-size: 390px;
        flex-basis: 390px;
        margin: 0;
        width: 390px;
        max-width: 100%;
    }
}

.feat-img-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

a.read-more-btn {
    color: #00214f;
    font-size: 1.6rem;
    font-weight: 500;
    border: 1px solid #00214f;
    padding: 2px 20px;
    text-align: center;
    box-sizing: border-box;
    width: 255px;
    display: block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-previous a, .nav-next a {
    color: #00214f;
    border: 1px solid #00214f;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a.read-more-btn:hover, a.read-more-btn:focus, .nav-previous a:hover, .nav-next a:hover, .nav-previous a:focus, .nav-next a:focus {
    background: #00214f;
    color: #fff;
    text-decoration: none;
}

/* categories dropdown */
.section_right_nav.section_expandable {
    display: none;
}

select.postform {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    /*border: none; - if you want the border removed*/
    padding: 18px 20px;
    width: 100%;
    color: #000;
    font-weight: 800;
    font-family: "Museo-Sans", sans-serif;
    letter-spacing: 2.5px;
    font-size: 2rem;
    margin: 15px 0 30px;
    text-transform: uppercase;
    background-image: url('images/caret-down.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #fff;
}

select.postform > option {
    padding: 8px 20px;
    text-transform: initial;
}

select.postform > option:first-of-type {
    text-transform: uppercase;
}

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

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.top_callout_slider_open div {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 10px 0;
}

.top_callout_slider.expanded .top_callout_slider_expanded_content {
    max-height: 500px;
    z-index: 100;
    position: relative;
}

.top_callout_slider {
    position: relative;
    z-index: 100;
}

.top_callout_slider.expanded .top_callout_slider_open div {
    opacity: 1;
    visibility: visible;
}

.top_callout_slider_open:before {
	background: none;
}

.top_callout_slider,
.top_callout_slider.expanded .top_callout_slider_expanded_content {
    background: #F7F7F7;
}

.top_callout_slider_close {
    background-color: #d7dadd;
    border-bottom: none;
}

.top_callout_slider_content .heading,
.top_callout_slider_content .text,
.top_callout_slider_content .phone_number,
.top_callout_slider_content .text a,
.top_callout_slider_content .phone_number a  {
    font-family: "Museo-Sans", sans-serif;
    color: #00214f;
    font-weight: normal;
}

.top_callout_slider_content .heading {
    font-size: 2rem;
}

.top_callout_slider_content .phone_number {
    margin: 15px;
}
.top_callout_slider_content .text {
    font-weight: 300;
    max-width: 800px;
    width: 100%;
}

.top_callout_slider_close div {
    font-family: "Museo-Sans", sans-serif;
}

.buttons_wrapper {
    max-width: 580px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.buttons_wrapper .button_aqua_reverse {
    color: #1fd4c6;
    border-radius: 0;
    padding: 7px 14px;
    background-color: transparent;
    border: 1px solid #1fd4c6;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    min-width: 250px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .top_callout_slider_content .cta_wrapper {
       max-width: 600px;
       width: 90%;
       margin: 0 auto;
    }
    .top_callout_slider_content .heading {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .top_callout_slider_content .text {
        max-width: 600px;
        width: 90%;
    }
    .buttons_wrapper {
        max-width: 300px;
        flex-wrap: wrap;
    }
    .buttons_wrapper .button_aqua_reverse:first-of-type {
        margin-bottom: 15px;
    }
}


.bottom-callout-outer {
    display: block;
    width: 100vw;
    padding: 10px 0 15px;
    box-sizing: border-box;
    background-color: #fbfbfb;
}

.bottom-callout-inner {
    position: relative;
    display: block;
    width: 905px;
    max-width: calc(100% - 60px);
    min-height: 138px;
    border: 2px solid #00214f;
    margin: 40px auto;
    text-align: center;
    padding: 0 50px;
    box-sizing: border-box;
}

.bottom-callout-inner h4 {
    position: relative;
    top: -15px;
    text-align: center;
    display: inline;
    background: #fbfbfb;
    padding: 10px;
    color: #00214f;
    text-transform: uppercase;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.bottom-callout-inner p {
    color: #00214f;
}

.bottom-callout-inner a {
    position: relative;
    bottom: -18px;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: #1fd4c6;
    color: #fff;
    padding: 5px 25px;
    font-weight: 300;
}

.bottom-callout-inner a span {
    white-space: nowrap;
}

.related-posts-after-content {
    text-align: center;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    width: 1033px;
    max-width: 94%;
    margin: 60px auto;
    justify-content: space-evenly;
}

@media(max-width: 959px) {
    .related-posts-after-content {
        justify-content: start;
    }
}

@media(max-width: 724px) {
    .related-posts-after-content {
        justify-content: center;
    }
}

.related-posts-after-content .related-thumb {
    display: flex;
    width: 300px;
    max-width: 100%;
    flex-direction: column;
    margin: 0 20px 20px;
}

.related-posts-after-content .related-thumb a {
    font-weight: 300;
    color: #00214f;
    margin-top: 20px;
}

.related-posts-after-content .related-thumb img {
    width: 100%;
    height: auto;
}

.social_media_share_wrapper .item, .social_media_share_wrapper .share_expand {
    text-indent: 0;
}

.social_media_share_wrapper .item {
    color: white;
    background: #cdcdcd;
    height: 25px;
    width: 25px;
    display: block;
    margin: 0 0 10px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.social_media_share_wrapper .item:hover, .social_media_share_wrapper .item:focus {
    background-color: #072148;
}

.social_media_share_wrapper .item.linkedin, .social_media_share_wrapper .item.pinterest {
    display: block;
}

.removals-large .center-image {
    left: auto;
    right: auto;
    max-width: 100%;
}

.removals-large-wrapper {
    width: 100%;
}

.removals-large {
    margin: auto;
}

.removals-large .top-star, .removals-large-wrapper .bottom-star {
    left: 0;
    right: 0;
    margin: auto;
}

/* Top Nav Overrides
================================================== */
#top_nav_mobile_navigation_link {
    background-image: url(https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/icon-mobile-nav-blue.png);
}

.top_nav_right li {
    display: inline-block;
    margin-right: 20px;
}

.top_nav_right li.login a {
    font-size: 1.4rem;
    font-weight: 300;
    padding-right: 20px;
    border-right: 1px solid #cdcdcd;
}

.show_on_mobile {display:none;}

@media only screen and (max-width: 768px) {
	.show_on_mobile {display:inline;}

    .top_nav_right {
        background-color: #fff;
    }

    .top_nav_signup a {
        border: 1px solid #00214f;
        color: #00214f;
        border-radius: 0;
        padding: 12px;
        margin-right: 10px;
    }

    .top_nav_right li.login {
        display: none;
    }
}



/* Bottom Nav Overrides
================================================== */
.bottom_nav {
    background-color: #00214f;
}

.bottom_nav_section li a {
    font-size: 1.5rem;
    font-family: "Museo-Sans", sans-serif;
    font-weight: 300;
    color: #FFF;
    text-decoration: none;
}

.bottom_nav_section .bottom_nav_section_title {
    display: block;
    padding: 15px 0;
    font-size: 1.5rem;
    font-family: "Museo-Sans", sans-serif;
    color: #1fd4c6;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

/* Site Bottom Overrides
================================================== */
.site_bottom {
    background-color: #00214f;
    padding: 10px 0 78px;
}

.column_site_bottom_copyright {
    font-size: 1.3rem;
    font-family: "Museo-Sans", sans-serif;
    font-weight: 300;
    line-height: 2.0rem;
    color: #FFF;
    margin: 10px 40px;
}

/* Block Library Overrides
================================================== */
hr.wp-block-separator {
    margin: 2em 0;
}

.wp-block-pullquote p {
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 400;
}

figure.wp-block-pullquote {
    padding: 0;
    margin: 2em 0;
    text-align: center;
}


/* More Buttons
================================================== */

.button_aqua {
    color: #FFF;
    border-radius: 0;
    padding: 11px 16px;
    background-color: #1fd4c6;
    border: none;
    text-decoration: none;
}

.button_aqua:hover {
    background-color: #1fd4c6;
    text-decoration: none;
    cursor: pointer;
}

.button_darkblue {
    color: #FFF;
    border-radius: 0;
    padding: 11px 16px;
    background-color: #00214f;
    border: none;
    text-decoration: none;
}

.button_darkblue:hover {
    background-color: #00214f;
    text-decoration: none;
    cursor: pointer;
}

a.call-now-cta:before,
a.sign-up-cta:before {
	content: "";
	height: 2px;
	visibility: hidden
}

a.call-now-cta {
	position: relative;
	color: #fff;
	font-weight: 400;
	padding: 15px 50px;
	background-color: #1fd4c6;
	border-radius: 2px;
	border: 2px solid #1fd4c6;
	cursor: pointer;
    letter-spacing: 2px;
    text-decoration: none;
    margin: 20px 0;
    display: inline-block;
}

a.call-now-cta:hover,
a.call-now-cta:focus {
	background-color: #074768;
	border-color: #107b8b;
	transition: all .3s ease-in-out
}

a.call-now-cta:before {
	position: absolute;
	width: 65%;
	bottom: 13px;
	left: 45px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a.sign-up-cta:before,
section.call-now-cta-box a.sign-up-quiz:before {
	background-color: #00214f
}

a.sign-up-cta {
	position: relative;
	display: block;
	margin: 35px auto 0;
	color: #00214f;
	width: 165px;
	border-bottom: 0;
	font-weight: 500
}

a.sign-up-cta:before {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

a.call-now-cta:hover:before,
a.sign-up-cta:hover:before,
a.call-now-cta:focus:before,
a.sign-up-cta:focus:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}


@media screen and (max-width:520px) {
	section.call-now-cta-box h2 {
		font-size: 24px
	}
	a.call-now-cta {
		padding: 15px 35px
	}
	a.call-now-cta:before {
		width: 72%;
		left: 30px
	}
}

@media screen and (max-width:420px) {
	a.call-now-cta {
		font-size: 15px
	}
}



/* Ad - Credit Fix
================================================== */

.creditfix-wrapper {
    border: 2px solid #00214f;
    padding: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
}

.creditfix-wrapper .top-content,
.creditfix-wrapper .bottom-content {
    padding: 0;
    width: 100%;
    display: block;
    float: none;
    color: #00214f;
}

.creditfix-wrapper .top-content p {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0;
}

.creditfix-wrapper .bottom-content p,
.creditfix-wrapper .cta-content p {
    font-size: 1.4rem;
    margin: 1rem 0;
    line-height: 2rem;
}

.creditfix-wrapper .cta-content .button_aqua,
.creditfix-wrapper .cta-content .button_darkblue {
    display: block;
}

@media (max-width: 960px) {
    .creditfix-wrapper, .related-posts-after-content {
        display: block;
    }
}

table {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
}

thead tr {
    background-color: #00214f;
    color: #FFF;
    border-top: 1px solid #CCC;
}

tbody tr:first-of-type td {
    border-top: 1px solid #CCC !important;
}

td {
    padding: 8px 10px;
    border: 1px solid #CCC;
}


.bottom_nav {
    background-color: #00214f;
}

.bottom_nav_section {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #557f93
}

.bottom_nav_section .bottom_nav_section_title {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    font-family: museo-sans, serif;
    text-transform: uppercase;
    color: #1fd4c6;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px;
}

.bottom_nav_section .bottom_nav_section_title .expand_contract {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0px 5px 0 0;
    transition: transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    background-color: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #00214f;
    font-family: museo-sans, sans-serif;
}

.bottom_nav_section li a, .column_site_bottom_copyright, .column_site_bottom_phone_confirm .button_phone_confirm, .column_site_bottom_phone_confirm .phone_confirm_title {
    font-family: museo-sans, sans-serif
}

.bottom_nav_section .bottom_nav_section_title span.expand_contract:after {
    content: "+";
    position: absolute;
    top: -3px;
    left: 3px;
}

.bottom_nav_section .bottom_nav_section_title.bottom_nav_company_name .expand_contract {
    margin-top: 16px
}

.bottom_nav_section.expanded .bottom_nav_section_title .expand_contract {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bottom_nav_section ul {
    line-height: 20px;
    max-height: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    -ms-transition: max-height .3s ease;
    -o-transition: max-height .3s ease;
    transition: max-height .3s ease
}

.bottom_nav_section.expanded ul {
    max-height: 450px
}

.bottom_nav_section ul li {
    margin-bottom: 8px
}

.bottom_nav_section li a {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
}

.bottom_nav_section li a:hover {
    text-decoration: underline
}

.bottom_nav_section_main {
    margin-top: 10px
}

.bottom_nav_company_name {
    display: block;
    height: 42px;
    margin: 0 auto
}

.bottom_nav_company_name img {
    width: 66%
}

.bottom_nav_section_credit_education {
    border-bottom: none
}

.bottom_nav_section_our_firm .app-btn {
    width: 170px;
}

.bottom_nav_section_our_firm .app-btn:hover {
    opacity: .75;
}

.bottom_nav_section_credit_education li {
    display: inline-block;
}

.bottom_nav_section_credit_education .fb {
    background-image: url('https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/social-icons.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 35px;
    display: block;
    transition: opacity .3s ease;
}

.bottom_nav_section_credit_education .insta {
    background-image: url('https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/social-icons.png');
    background-repeat: no-repeat;
    background-position: -40px 0;
    width: 35px;
    height: 35px;
    display: block;
    transition: opacity .3s ease;
}

.bottom_nav_section_credit_education .twitter {
    background-image: url('https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/social-icons.png');
    background-repeat: no-repeat;
    background-position: -95px 0;
    width: 35px;
    height: 35px;
    display: block;
    transition: opacity .3s ease;
}

.bottom_nav_section_credit_education .fb:hover,
.bottom_nav_section_credit_education .insta:hover,
.bottom_nav_section_credit_education .twitter:hover {
    opacity: .75;
}

@media only screen and (min-width: 600px) {
    .bottom_nav_section ul {
        max-height: none
    }

    .bottom_nav_section .bottom_nav_section_title .expand_contract, .bottom_nav_section ul li.redundant {
        display: none
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .bottom_nav_section {
        width: auto;
        text-align: left;
        padding: 0 0 20px 35px
    }

    .bottom_nav_company_name {
        width: 175px;
        height: auto;
        margin: 0
    }

    .bottom_nav_company_name img {
        width: 100%
    }

    .bottom_nav_section .bottom_nav_section_title {
        display: inline-block;
        padding: 15px 0 5px
    }

    .bottom_nav_section ul li {
        width: 180px;
        float: left;
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 768px) {
    .bottom_nav_section {
        margin: 10px 20px 25px 10px;
        float: left;
        text-align: left;
        border-bottom: none
    }

    .bottom_nav_section_main {
        width: 150px;
        margin-left: 15px
    }

    .bottom_nav_section_main ul {
        margin-left: 0px
    }

    .bottom_nav_section_credit_repair_services {
        width: 230px
    }

    .bottom_nav_section_our_firm {
        width: 190px
    }

    .bottom_nav_section_credit_education {
        width: 125px
    }

    .bottom_nav_section .bottom_nav_section_title {
        display: inline-block;
        padding: 20px 0
    }

    .bottom_nav_section .bottom_nav_company_name {
        padding: 15px 0 10px
    }

    .bottom_nav_company_name img {
        width: 100%
    }
}

@media only screen and (min-width: 960px) and (max-width: 1271px) {
    .bottom_nav_section {
        margin: 10px 50px 25px 10px
    }

    .bottom_nav_section_main ul {
        margin-left: 0px
    }
}

@media only screen and (min-width: 1272px) {
    .bottom_nav_section {
        margin: 10px 100px 25px 25px
    }

    .bottom_nav_section_credit_education {
        margin-right: 0;
    }

    .bottom_nav_section_main {
        margin-left: 100px
    }

    .bottom_nav_section_main ul {
        margin-left: 0px
    }
}

.site_bottom {
    background-color: #00214f;
    padding: 10px 0 78px
}

.column_site_bottom_copyright {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    margin: 10px 40px
}

.column_site_bottom_copyright a {
    color: #fefefe;
    font-weight: 400;
    text-decoration: underline
}

.column_site_bottom_phone_confirm {
    text-align: center;
    margin-bottom: 40px
}

.column_site_bottom_phone_confirm img {
    vertical-align: middle;
    margin-top: 17px
}

.column_site_bottom_phone_confirm .review-badge {
    margin-right: 15px
}

.column_site_bottom_phone_confirm .phone_confirm_title {
    font-size: 16px;
    font-weight: 300;
    color: #1fd4c6;
    margin: 15px 80px;
    line-height: 18px;
}

.column_site_bottom_phone_confirm .button_phone_confirm {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 100;
    color: #FFF;
    border-radius: 3px;
    padding: 6px 16px;
    background-color: #1fd4c6;
    border: 2px solid #1fd4c6;
    text-decoration: none;
    text-align: center;
}

.column_site_bottom_phone_confirm .button_phone_confirm:hover {
    background-color: #074768;
    border-color: #107b8b;
    transition: all .3s ease-in-out;
}

.column_site_bottom_phone_confirm .button_phone_confirm:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 10px;
    left: 17px;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.column_site_bottom_phone_confirm .button_phone_confirm:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .site_bottom {
        padding-bottom: 102px
    }
}

@media only screen and (min-width: 600px) {
    .site_bottom_copyright_privacy_policy, .site_bottom_copyright_terms_of_use {
        display: inline
    }

    .column_site_bottom_phone_confirm {
        text-align: left
    }

    .column_site_bottom_phone_confirm .phone_confirm_title {
        margin: 15px 10px 15px 0
    }

    .column_site_bottom_phone_confirm .button_phone_confirm {
        width: 130px;
        padding: 9px 16px
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .column_site_bottom_copyright {
        width: 338px;
        margin: 0 10px
    }

    .column_site_bottom_phone_confirm {
        width: 198px
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .bottom_nav_section_main {
        width: 135px;
        margin-left: 15px;
    }

    .bottom_nav_section_credit_repair_services {
        width: 215px;
    }

    .bottom_nav_section_our_firm {
        width: 180px;
    }

    .bottom_nav_section_credit_education {
        width: 105px;
    }

    .column_site_bottom_copyright {
        width: 465px;
        margin: 0 30px 0 15px
    }

    .column_site_bottom_phone_confirm {
        width: 230px
    }
}

@media only screen and (min-width: 960px) and (max-width: 1271px) {
    .column_site_bottom_copyright {
        width: 440px;
        margin: 0 40px 0 10px
    }

    .column_site_bottom_phone_confirm {
        width: 450px
    }
}

@media only screen and (min-width: 960px) {
    .site_bottom {
        padding-bottom: 95px;
        height: 500px;
    }

    .column_site_bottom_phone_confirm .review_badge_wrap {
        float: left;
        margin-right: 20px
    }

    .column_site_bottom_phone_confirm .phone_confirm_title {
        margin-right: 0
    }
}

@media only screen and (min-width: 1272px) {
    .column_site_bottom_copyright {
        width: 570px;
        margin: 0 60px 0 100px
    }

    .column_site_bottom_phone_confirm {
        width: 450px
    }

    .column_site_bottom_phone_confirm .review_badge_wrap {
        float: left;
        margin-right: 20px
    }
}

.column_site_bottom_phone_confirm .review_badge_wrap a {
    display: inline-block;
    vertical-align: top
}

.column_site_bottom_phone_confirm .review_badge_wrap .review_badge_wrap_group {
    display: inline-block
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix:after, .clearfix:before, .row:after, .row:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after, .row:after {
    clear: both
}

.clearfix, .row {
    zoom: 1
}

.column_site_bottom_phone_confirm .review_badge_wrap .review_badge_wrap_group img.bad-credit-badge {
    display: block
}

/* Breadcrumbs
================================================== */
.site_breadcrumbs {
    display: none;
}

section.site_breadcrumbs .row {
    max-width: 980px;
}

section.site_breadcrumbs {
    background: none;
    border-bottom: none;
}

/* 960 - 1272 wide */
@media only screen and (min-width: 960px) {
    .site_breadcrumbs {
        display:block;
        background-color: #f6f6f3;
        border-bottom: 1px solid #ebebeb;
    }

    .crumb_catcher {
        float: left;
        padding: 5px 0;
        font-style: normal;
        font-family: "museo-sans",sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        color: #1fd4c6;
    }

    .crumb_catcher .breadcrumb_link, .crumb_catcher .breadcrumb_nolink {
        color: #00214f;
        text-decoration: none;
    }

    .crumb_catcher .breadcrumb_link:hover {
        color: #00214f;
        text-decoration: underline;
    }

    .crumb_catcher .breadcrumb_list {
        margin: 30px 0 0;
        padding: 0 35px;
        list-style: none;
    }

    .crumb_catcher .breadcrumb_item {
        display: block;
        float: left;
        position: relative;
        margin-right: 16px;
    }

    .crumb_catcher .breadcrumb_item:before {
        display: block;
        position: absolute;
        left: -13px;
        width: 13px;
        content: " » ";
    }

    .crumb_catcher .breadcrumb_item:first-child:before {
        content: "";
    }
}

#breadcrumbs {
    margin: 50px 0 0px 35px;
    font-size: 15px;
}

#breadcrumbs a {
    color: #00214f;
}

.app-btn-android {
  width: 194px;
  margin-left: -12px;
  margin-top: -12px;
}




/* Mobile Nav */


.nav-bar-cont {
    font-family: museo-sans, sans-serif;
    position: fixed;
    font-weight: 300;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.nav-bar-cont a:hover {
    text-decoration: underline
}

@media only screen and (min-width:1272px) {
    .container-boundaries {
        width: 1272px;
        margin: 0 auto;
        overflow: hidden
    }
}

@media only screen and (max-width:1271px) and (min-width:960px) {
    .container-boundaries {
        width: 960px;
        margin: 0 auto;
        overflow: hidden
    }
    .dropdown .dropdown-align {
        max-width: 960px;
        margin: 0 auto
    }
}

@media only screen and (max-width:599px) {
    .container-boundaries {
        width: 100%;
        min-width: 318px
    }
}

.container-boundaries:after {
    clear: both
}

.container-boundaries:after,
.container-boundaries:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.button_blue,
.button_blue_dark,
.button_red-revamp {
    position: relative;
    display: block;
    font-family: museo-sans, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.button_blue {
    color: #fff;
    border-radius: 3px;
    padding: 11px 16px;
    background-color: #7198ab;
    border: 1px solid #688c9e;
    text-decoration: none
}

.button_blue:hover {
    background-color: #688c9e;
    text-decoration: none;
    cursor: pointer
}

.button_blue_dark {
    color: #fff;
    border-radius: 3px;
    padding: 11px 16px;
    background-color: #173346;
    border: 2px solid #173346;
    text-decoration: none
}

.button_blue_dark:hover {
    background-color: #fff;
    color: #173346;
    text-decoration: none;
    cursor: pointer
}

.nav_button_signup {
    background-color: #1fd4c6;
    border-radius: 5px;
    border: 2px solid #1fd4c6;
    max-width: 130px;
    color: #fff;
    padding: 11px 16px;
    text-decoration: none
}

.nav_button_signup:before {
    content: "";
    position: absolute;
    width: 66%;
    height: 2px;
    bottom: 14px;
    left: 30px;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.nav_button_signup:hover {
    background-color: #074768;
    border-color: #107b8b;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav_button_signup:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.left_off_canvas_menu_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 245px;
    overflow: hidden
}

.left_off_canvas_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px
}

.left_off_canvas_menu .view {
    width: 245px;
    float: left
}

.inner_wrap {
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 47px;
    background-color: #fff;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotateY(0);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease
}

.inner_wrap.move_right {
    -webkit-transform: translate3d(245px, 0, 0);
    -moz-transform: translate3d(245px, 0, 0);
    -ms-transform: translate3d(245px, 0, 0);
    -o-transform: translate3d(245px, 0, 0);
    transform: translate3d(245px, 0, 0);
    position: fixed;
    padding-top: 0
}

@media(min-width: 960px){
    .inner_wrap {
        top: 68px;
    }
}

.inner_wrap.move_right::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: #333;
    opacity: .3;
    z-index: 2!important;
    display: block;
    top: 0;
    left: 0
}

.top_nav {
    background: 0 0;
    background-color: #fff;
    display: none;
    overflow: hidden
}

.mobile_login_bar {
    display: block;
    font-family: museo-sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #00214f;
    text-align: center;
    padding: 0 5px;
    background-color: #fff;
    border-bottom: 1px solid #00214f
}

.mobile_login_bar a {
    font-weight: 500;
    color: #00214f
}

.mobile_login_bar.active {
    display: none;
    transition-duration: .2s, .3s
}

.mobile_login_bar.active-2 {
    display: none;
    transition-duration: .6s, 0s;
    transition-delay: 0s, 0s
}

#top_nav_mobile_navigation_link {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAgCAYAAABkWOo9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNrsljEKwkAQRccQ2CKdXY5k7w0srJPCwkNYmyIHEO29UexCDhDQ2TCFxYKZwswPzMBfCGTZVyxv/6a63ndE1HJKwpwX55CBQ5KwtRG0IPwJEfTEGYEhI9s556Xh3DhbUND+ctwPuXwMksWHIWb9l9FKxkH/ARqF33HeC6aTc1WgFsIv5VwVqJXwgxbUQviTxDUbrITfa71tLnz3qIPOuKOmDb9uHslGz2XliSB89WOA2vADivDVjwFiw58aPZzwveE76EqEn5Q8ovB/Nn4k4QfEhq9u/CjCT0r+ez4CDADvzFf/ckP+8gAAAABJRU5ErkJggg==)
}

#top_nav_mobile_navigation_link:hover {
    cursor: pointer
}

.top_nav_left {
    float: left;
    margin: 6px 0 0 19%;
    padding: 0;
    list-style-type: none
}

.desktop_site_nav_left li {
    color: #fff;
    text-decoration: none;
    transition-duration: .5s
}

.desktop_site_nav_left li a {
    color: #fff
}

.desktop_site_nav_left>li:hover {
    cursor: pointer;
    text-align: center
}

ul.desktop_site_nav_left li ul {
    text-align: left;
    background: #fff;
    border-top: 2px solid #e4e4e4;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    transition: all .5s ease;
    left: 0;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-bottom: 30px;
    display: none;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15)
}

ul.desktop_site_nav_left li ul li {
    clear: both
}

ul.desktop_site_nav_left li ul:hover,
ul.desktop_site_nav_left li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block
}

.dropdown-align {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

ul.desktop_site_nav_left li ul .drop-list-category {
    overflow: hidden;
    float: left;
    width: 100%;
    max-width: 230px;
    margin-right: 10px
}

ul.desktop_site_nav_left li ul .drop-list-category .drop-list-category-header {
    color: #404245;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #e4e4e4;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 195px
}

.desktop_site_nav.nav-bg-white ul.desktop_site_nav_left li ul li a {
    font-size: 12px;
    font-weight: 100;
    color: #747476;
    padding: 5px 10px 5px 0;
    line-height: normal
}

.desktop_site_nav.nav-bg-white ul.desktop_site_nav_left li ul li a.nav-header {
    color: #404245;
    font-weight: 500;
    font-size: 14px
}

.desktop_site_nav_left>li:hover:after,
.desktop_site_nav_left>li:hover:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.desktop_site_nav_left>li:hover:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    bottom: -2px
}

.desktop_site_nav_left>li:hover:before {
    border-color: rgba(228, 228, 228, 0);
    border-bottom-color: #e4e4e4;
    border-width: 18px;
    margin-left: -18px;
    bottom: -2px
}

.top_nav_name {
    margin: 0
}

.top_nav_name a {
    display: block;
    width: 145px;
    height: 35px
}

.top_nav_name a img {
    width: 142px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

.top_nav_right {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #ea9539
}

.top_nav_phone {
    float: right
}

.top_nav_phone a {
    display: block;
    width: 32px;
    height: 47px;
    margin: 0;
    background-color: #1fd4c6;
    background-size: 45%;
    border-color: #1fd4c6 #1fd4c6;
    text-indent: -10000px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbBJREFUeNq8lr1KA0EQxy8mip+JIFiIhEAESwUF21TapfIBEjCVPoEg5gESH8HGShAbLSzEJpUB28QmkMKAYArTiAnB9T8wC8N5H3t3OQd+uexk937Zu925s5RSVgwUQQNkdC5BHy6xCPbBLljl3A14sLyjyP2mQZPPMXD6N2lQA1/qb1QNZjKyjXkESXvHTdBR7lENKNFRSYkpr4MnsCZy7+AOdEASvBhcLqeoTPGXBLgSkh9wDnLgAgzBEh+DSii25LRllME8uPS5dF6XS8ZYD7gWyVtAq/Ge2z1wCg7BtpBkwVCZRVsPGohkgU9K0QIrHgugBD4MRGfUedmWnOFZURwYbM45cAy6LpJXsEAdcyL5yYNb3J4NUA1SoG6TvIE8/U7Luw/KvDpGfKyBNPi2zGMHHIl2DxR4a1iTqm17tvtMM9mQff5FYiLKTkLiJyryPilFlXiJ5I7v8xIOLXETOZWVkygSJ5Fb7eryPgklsYv8CmQ9rESKTKtwKIkWxS7RokbcEi2iV6LnOCXyHmX4bUV5lPp8lFIlG0l6WwFNrghjejLSQ4ueJ1Fr4q8AAwD/vJ5LI9RSDAAAAABJRU5ErkJggg==)
}

.top_bar_nav {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotateY(0);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease
}

.top_bar_nav .desktop_site_nav.nav-bg-white {
    background-color: #fff;
    color: #173346;
    position: relative;
    border-bottom: 1px solid #e4e4e4
}

.top_bar_nav .desktop_site_nav.nav-bg-white a {
    color: #00214f;
    font-weight: 300;
}

.top_bar_nav .desktop_site_nav.nav-bg-white a:hover {
    color: #1fd4c6;
}

.top_bar_nav .desktop_site_nav.nav-bg-white a span.lexingtonPhoneNumber.phoneNumber:hover {
    text-decoration: none
}

nav.desktop_site_nav.nav-bg-white.active {
    background-color: #fff
}

.top_bar_nav.active {
    top: 0;
    transition-duration: NaNs, 0s;
    transition-delay: 0s, 0s
}

.top_bar_nav.active-2 {
    top: 0;
    transition-duration: .6s, 0s;
    transition-delay: 0s, 0s
}

.top_bar_nav.move_right {
    -webkit-transform: translate3d(245px, 0, 0);
    -moz-transform: translate3d(245px, 0, 0);
    -ms-transform: translate3d(245px, 0, 0);
    -o-transform: translate3d(245px, 0, 0);
    transform: translate3d(245px, 0, 0);
    position: fixed
}

.top_nav_phone {
    float: right
}

.top_nav_right {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.desktop_site_nav {
    display: none
}

.desktop_site_nav a.company_logo {
    padding: 15px 0;
    margin-right: 10px;
    float: left
}

.desktop_site_nav a.company_logo img {
    width: 140px
}

@media only screen and (max-width:959px) {
    .top_nav {
        display: block;
        border-bottom: 1px solid #e4e4e4;
        height: 48px;
    }
    img.top-offset.logo-invert-blue {
        display: none;
    }
    .inner_wrap {
    padding-top: 128px;
}
}

@media only screen and (min-width:600px) and (max-width:959px) {
    .top_nav {
        display: block;
        border-bottom: 1px solid #e4e4e4;
        height: 48px;
    }
    img.top-offset.logo-invert-blue {
        display: none
    }
    .top_nav_left {
        margin: 13px 0 18px 32%
    }
    .top_nav_right {
        margin: 15px 10px 0 0;
        background-color: transparent
    }
    .top_nav_phone {
        display: none
    }
}

@media only screen and (min-width:960px) {
    .mobile_login_bar {
        display: none
    }
    #top_nav_mobile_navigation_link {
        display: none
    }
    .top_nav_left {
        margin: 20px 0 23px 25px
    }
    .top_nav_name a {
        width: 180px;
        height: 42px
    }
    .top_nav_right {
        margin: 20px 10px 0 0;
        background-color: transparent
    }
    .top_nav_signup {
        float: right
    }
    .top_nav_phone {
        margin: 5px 12px 0 0;
        font-size: 20px;
        font-family: museo-sans, sans-serif;
        font-weight: 300;
        color: #fff;
        text-decoration: none
    }
    .top_nav_phone a {
        width: auto;
        text-indent: 0;
        background: 0 0;
        color: #fff;
        font-weight: 400;
        text-decoration: none
    }
    .desktop_site_nav {
        display: block;
        background: #446a7d
    }
    .desktop_site_nav .container-boundaries {
        overflow: visible
    }
    .desktop_site_nav_left {
        float: left;
        margin: 0 0 0 10px;
        padding: 0;
        list-style-type: none
    }
    .desktop_site_nav_left li {
        float: left
    }
    .desktop_site_nav_left li a {
        display: block;
        padding: 20px 10px;
        font-size: 14px;
        font-weight: 500;
        color: #fff
    }
    .desktop_site_nav_left li a:hover {
        background-color: transparent;
        color: #92c5de
    }
    .desktop_site_nav_right {
        float: right;
        margin: 5px 0;
        padding: 0;
        list-style-type: none;
        border-right: none;
        font-family: museo-sans, sans-serif;
        font-size: 13px;
        font-weight: 300;
        color: #00214f
    }
    .site_nav_state span {
        text-decoration: none;
        font-family: museo-sans, sans-serif;
        padding: 15px 15px 15px 0;
        display: inline-block;
        font-size: 13px;
        font-weight: 300;
        color: #747474
    }
    .top_bar_nav .desktop_site_nav_right li.login a {
        text-decoration: none;
        font-family: museo-sans, sans-serif;
        padding: 15px 15px 15px 0;
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        color: #00214f
    }
    .top_bar_nav .desktop_site_nav_right li.login a:hover {
        color: #1fd4c6
    }
    ul.desktop_site_nav_right li {
        float: left
    }
    ul.desktop_site_nav_right li.login a span {
        border-right: 1px solid #5b5f66;
        padding-right: 15px
    }
    .top_bar_nav .desktop_site_nav.nav-bg-white a.site_nav_sign_up_desktop {
        color: #fff;
        font-size: 14px;
        line-height: 17px;
        padding: 5px 20px;
        background-color: #1fd4cd;
        border: 2px solid #1fd4c6;
        border-radius: 2px;
        cursor: pointer;
        width: unset;
        height: unset;
        float: right;
        margin: 12px 10px 8px;
        letter-spacing: 1px;
        display: block;
        position: relative;
        text-transform: uppercase;
    }
    .top_bar_nav .desktop_site_nav.nav-bg-white a.site_nav_sign_up_desktop:before {
        content: "";
        position: absolute;
        width: calc(100% - 40px);
        left: 20px;
        height: 1px;
        bottom: 4px;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .top_bar_nav .desktop_site_nav.nav-bg-white a.site_nav_sign_up_desktop:hover {
        background-color: #074768;
        border-color: #107b8b;
        transition: all .3s ease-in-out;
        text-decoration: none;
    }
    .top_bar_nav .desktop_site_nav.nav-bg-white a.site_nav_sign_up_desktop:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -ms-transform: scaleX(1);
    }

    a.site_nav_call_btn_desktop {
        float: left;
        font-weight: 500;
        text-transform: uppercase;
        width: unset;
        height: unset;
        padding: 5px 10px;
        border: 2px solid #00214f;
        background-image: none;
        color: #00214f;
        text-align: center;
        margin: 8px 0;
        text-indent: unset;
        font-size: 14px;
        letter-spacing: 1px;
        display: none;
        position: relative;
        background-color: #fff;
        border-radius: 2px;
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        -ms-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease
    }
    .top_bar_nav .desktop_site_nav.nav-bg-white a.site_nav_call_btn_desktop:before {
        content: "";
        position: absolute;
        width: calc(100% - 20px);
        height: 1px;
        bottom: 4px;
        left: 10px;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }
    span.lexingtonPhoneNumber.phoneNumber:hover {
        text-decoration: none
    }
    .top_bar_nav .desktop_site_nav.nav-bg-white a.site_nav_call_btn_desktop:hover {
        background-color: #074768;
        border-color: #107b8b;
        text-decoration: none;
        color: #fff;
    }
    .top_bar_nav .desktop_site_nav.nav-bg-white a.site_nav_call_btn_desktop.active:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    a.site_nav_call_btn_desktop.active {
        display: block
    }
    .site_nav_state span:hover {
        color: #1fd4c6
    }
    .site_nav_state {
        float: left;
        position: relative;
        cursor: pointer
    }
    .site_nav_state span {
        font-weight: 300;
        display: block
    }
    .site_nav_state .dropdown {
        position: absolute;
        width: 170px;
        height: 275px;
        top: 58px;
        right: -30px;
        background: #fff;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
        opacity: 0;
        list-style: none;
        pointer-events: none;
        padding: 0;
        border: 1px solid #e7e8e3
    }
    .site_nav_state .dropdown:before {
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        bottom: 100%;
        top: -10px;
        left: 44%;
        border-style: solid;
        border-color: #e7e8e3;
        -webkit-transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
        background-color: #fff;
        border-width: 1px;
        transform: rotate(45deg);
        border-bottom: 0;
        border-right: 0
    }
    .site_nav_state .dropdown .next,
    .site_nav_state .dropdown .prev {
        display: block;
        background: url(https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/select-arrows.png) no-repeat;
        height: 8px;
        color: transparent;
        font-size: 1px
    }
    .site_nav_state .dropdown .prev {
        background-position: 50% 0;
        margin: 10px 0 4px;
        padding: 0
    }
    .site_nav_state .dropdown .next {
        background-position: 50% 100%;
        margin: 4px 0 10px;
        padding: 0
    }
    .site_nav_state .dropdown .window {
        overflow: hidden;
        position: relative;
        height: 226px;
        left: 15px
    }
    .site_nav_state .options {
        padding: 0;
        position: absolute;
        height: 10000px;
        top: 0;
        left: 0;
        background-color: transparent;
        display: block;
        border: none
    }
    .site_nav_state .options li {
        display: block;
        text-decoration: none;
        color: #6f7072;
        font-size: 14px;
        line-height: 17px;
        font-family: ff-tisa-web-pro, serif;
        float: none;
        padding: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    .site_nav_state .options li:first-of-type a {
        border-radius: 7px 7px 0 0
    }
    .site_nav_state .options li:last-of-type a {
        border: none;
        border-radius: 0 0 7px 7px
    }
    .site_nav_state .options li:hover a {
        background: #f3f8f8
    }
    .site_nav_state.active .dropdown {
        opacity: 1;
        pointer-events: auto
    }
    li#sel_state ul.options li {
        margin-left: 0
    }
    li#sel_state ul.options li:hover {
        margin-left: 0;
        background-color: transparent
    }
    .top_bar_nav .desktop_site_nav {
        background-color: transparent;
        transition-duration: NaNs, 0s;
        transition-delay: 0s, 0s
    }
    .top_bar_nav .desktop_site_nav.active {
        background-color: #173346;
        transition-duration: NaNs, 0s;
        transition-delay: 0s, 0s
    }
    .desktop_site_nav li a.company_logo img.top-offset {
        display: none
    }
    .desktop_site_nav.nav-bg-white a.company_logo img.logo-invert-blue {
        display: block
    }
    .desktop_site_nav.nav-bg-white a.company_logo img.top-offset.logo-invert-blue {
        display: none
    }
    .desktop_site_nav.nav-bg-white.active a.company_logo img.top-offset.logo-invert-blue {
        width: 20px;
        display: block
    }
    .desktop_site_nav.nav-bg-white.active a.company_logo img.no-offset.logo-invert-blue {
        display: none
    }
}

section.cta_nav_bar {
    background-color: #1fd4c6;
    height: auto;
    transition: max-height .3s ease;
    max-height: 200px;
    overflow: hidden
}

section.cta_nav_bar.active {
    max-height: 0;
    transition-duration: .2s, .3s
}

section.cta_nav_bar.active-2 {
    display: none;
    transition-duration: .6s, 0s;
    transition-delay: 0s, 0s
}

p.cta_nav_text {
    margin: 11px auto;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px
}

p.cta_nav_text a {
    color: #fff;
    font-weight: 500
}

p.cta_nav_text span.lexingtonPhoneNumber.phoneNumber:hover {
    text-decoration: underline
}

.site_nav {
    display: none
}

@media screen and (min-width:1300px) {
    .desktop_site_nav_left li {
        margin-left: 20px
    }
}

@media screen and (max-width:500px) {
    .top_bar_nav {
        top: 60px
    }
    span.break-line {
        display: block
    }
    p.cta_nav_text {
        line-height: 1.2;
        margin: 10px auto
    }
}

.off_canvas_wrap {
    overflow: hidden
}

.left_off_canvas_menu_wrapper {
    width: 245px;
    overflow-y: auto;
    opacity: 0
}

.left_off_canvas_menu_wrapper.overscroll {
    position: absolute
}

.left_off_canvas_menu_wrapper.mobile_nav_visible {
    position: fixed!important
}

.left_off_canvas_menu {
    position: absolute;
    top: 47px;
    left: 0;
    width: 980px;
    transition: all .2s linear;
    overflow: hidden;
    background-color: #fff
}

.left_off_canvas_menu .view {
    width: 245px;
    float: left
}

.subnav_top {
    float: left;
    width: 50%;
    padding: 10px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    border-bottom: none
}

.view.credit-repair .credit-repair {
    display: block
}

.view.bad-credit ul.bad-credit li:first-child,
.view.common-questions ul.common-questions li:first-child,
.view.credit ul.credit li:first-child,
.view.credit-insider-articles ul.credit-insider-articles li:first-child,
.view.credit-repair ul.credit-repair li:first-child,
.view.key-credit-topics ul.key-credit-topics li:first-child,
.view.our-firm ul.our-firm li:first-child,
.view.your-credit-rights ul.your-credit-rights li:first-child {
    border: none;
    margin: 0 -15px
}

.view.credit-repair .bad-credit,
.view.credit-repair .credit,
.view.credit-repair .our-firm {
    display: none
}

.view.our-firm .our-firm {
    display: block
}

.view.our-firm .bad-credit,
.view.our-firm .credit,
.view.our-firm .credit-repair {
    display: none
}

.view.credit .credit {
    display: block
}

.view.credit .bad-credit,
.view.credit .credit-repair,
.view.credit .our-firm {
    display: none
}

.view.bad-credit .bad-credit {
    display: block
}

.view.bad-credit .credit,
.view.bad-credit .credit-repair,
.view.bad-credit .our-firm {
    display: none
}

.view.credit-repair-services .credit-repair-services {
    display: block
}

.view.credit-repair-services .credit-education,
.view.credit-repair-services .our-firm {
    display: none
}

.view.our-firm .credit-education,
.view.our-firm .credit-repair-services {
    display: none
}

.view.credit-education .credit-repair-services,
.view.credit-education .our-firm {
    display: none
}

.view.credit-education .credit-education {
    display: block
}

.view.common-questions .common-questions {
    display: block
}

.view.common-questions .credit-insider-articles,
.view.common-questions .key-credit-topics,
.view.common-questions .your-credit-rights {
    display: none
}

.view.key-credit-topics .key-credit-topics {
    display: block
}

.view.key-credit-topics .common-questions,
.view.key-credit-topics .credit-insider-articles,
.view.key-credit-topics .your-credit-rights {
    display: none
}

.view.your-credit-rights .your-credit-rights {
    display: block
}

.view.your-credit-rights .common-questions,
.view.your-credit-rights .credit-insider-articles,
.view.your-credit-rights .key-credit-topics {
    display: none
}

.view.credit-insider-articles .credit-insider-articles {
    display: block
}

.view.credit-insider-articles .common-questions,
.view.credit-insider-articles .key-credit-topics,
.view.credit-insider-articles .your-credit-rights {
    display: none
}

.subNavArrow {
    position: relative;
    -webkit-transform: rotate(135deg);
    transform: rotate(317deg);
    width: 6px;
    height: 6px;
    border: solid #305268;
    border-width: 0 2px 2px 0;
    float: right;
    top: 10px
}

.mainNavIcon {
    float: left;
    left: 30px;
    position: relative;
    width: 17px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ5NDBENEFDQzM1MTExRTNBMDMyQzhCMkRDRTQyOEVGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ5NDBENEFEQzM1MTExRTNBMDMyQzhCMkRDRTQyOEVGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDk0MEQ0QUFDMzUxMTFFM0EwMzJDOEIyRENFNDI4RUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDk0MEQ0QUJDMzUxMTFFM0EwMzJDOEIyRENFNDI4RUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BccMxAAAA7ElEQVR42mI0CMq4ycDAoMYwsOAW0yBwBAiogRzydRA45CsLkDACYrkBdsgjkENuQfGAgPNrp4NpJoZBAkAhwgbE3DS04zsQ/yDGIXeBWIaGDvkCxLJA/AGfIiYaOwIEeICYj5AikENe09ghP6GhQjBqQAWaEA0d8gmI3xHjkA+E4o8eYFBlX1BCEhkAu58A8S9kh9wBYtEBcMhaIA5BjhrRAYoNcfQ08nSAHPIYPY0o0biIxwU+ojvkF3KiGc2+0JKVXg0jUGvwBBD/x+aQc3ROI85AvA9b1NA7oXLiSiP0bCaCauJn2CQAAgwASuEm2Zt+cBUAAAAASUVORK5CYII=)
}

.nav_main.subnav_top.button_blue {
    display: none
}

.backNavIcon {
    position: relative;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    border: solid #305268;
    border-width: 0 3px 3px 0;
    float: left;
    left: 20px;
    top: 13px
}

.client_signup {
    position: relative;
    max-width: 140px;
    margin: 15px auto 5px;
    display: block;
    text-align: center
}

.social_media_follow {
    width: 100%;
    position: relative;
    text-align: center
}

.social_media_follow .text {
    display: inline-block;
    font-size: 13px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    color: #7298aa
}

.social_media_icons {
    display: inline-block
}

.social_media_icons .item {
    float: left;
    margin: 3px 0 0 10px
}

.social_media_icons .item:first-child {
    margin-left: 0
}

.social_media_icons .item .logo {
    float: left;
    width: 20px;
    height: 20px;
    background: url(https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/social-media-follow.png);
    background-size: cover
}

.social_media_icons .item.facebook .logo {
    background-position: 0 0
}

.social_media_icons .item.twitter .logo {
    background-position: -20px 0
}

.subNavIcon {
    width: 13px;
    height: 13px;
    float: right;
    margin: 8px 2px 0 0;
    background-color: #d6d7cf;
    border-radius: 50%;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: .5px
}

.subNavIcon:after {
    content: "+"
}

.mobile_nav_top {
    margin: 0;
    font-family: museo-sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 5px 16px 11px 16px;
    text-decoration: none
}

.mobile_nav_top li {
    list-style-type: none;
    position: relative;
    left: 30px
}

.mobile_nav_signup {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
    font-family: museo-sans, sans-serif;
    font-weight: 300
}

.mobile_nav_signup a {
    color: #fff;
    padding: 10px 55px;
    background-color: #ea9539;
    border: 1px solid;
    border-color: #db7937 #db7937;
    border-radius: 2px;
    text-decoration: none
}

.mobile_nav_phone a {
    text-indent: 0;
    background: 0 0;
    color: #fff;
    text-decoration: none
}

.client_login {
    position: relative;
    left: 60px;
    margin-top: 30px;
    padding-left: 30px;
    background-position: 10% 48%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//P8OcfecUGRgYGoDYG4iFgfgtEG8FiaU4Gd1nAirQA3LOAzEzELsCsSAQu0D550HyjLP3nj0A5DwF6ohmQANABUuBlDQLkLCBWoMNLAJZywQ19icORSBxZhYoJxto9GIgzYuk4DMQHwMxYIpCsJjCD8RhIAYTFsmv6ALoio4CsQAQd+JTJArFyvgUqQGxBhB7oCv6g6bwGjQGYOA3SNFGNEU7gVgHib8eFATJQPwfiAOgQaIPlQTZsA6I0wACDABdHy+GeH9M+AAAAABJRU5ErkJggg==)
}

a.search_button {
    display: inline-block;
    position: relative;
    left: 30px;
    margin-top: 20px;
    padding-left: 5px;
    background: url(/content/dam/lexington-law/assets/images/search.png) no-repeat scroll 98% 50% #fff;
    border: 1px solid #ebe9e5;
    width: 180px;
    height: 30px;
    font-size: 16px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    color: #7298aa;
    text-decoration: none
}

.social_media_icons .item .count {
    position: relative;
    float: left;
    padding: 0 5px;
    margin-left: 5px;
    font-family: "Trebuchet MS";
    font-weight: 700;
    font-size: 10px;
    line-height: 19px;
    background-color: #fff;
    border: 1px solid #ebe9e5
}

.social_media_icons .item .count:after,
.social_media_icons .item .count:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.social_media_icons .item .count:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px
}

.social_media_icons .item .count:before {
    border-color: rgba(235, 233, 229, 0);
    border-right-color: #ebe9e5;
    border-width: 6px;
    margin-top: -6px
}

.state_dropdown {
    text-align: center;
    margin-top: 20px
}

.select-box {
    border: 1px solid #e8e7e4;
    width: 180px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url(https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/select-arrows.png) no-repeat 95% 50%;
    display: inline-block
}

.select-box select {
    padding: 5px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: 0 0;
    background-image: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    color: #404245
}

.select-box select:focus {
    outline: 0
}

.nav_main,
.nav_temp_backward {
    cursor: pointer
}

.nav_main.subnav_top.button_blue,
.nav_temp_backward.subnav_top.button_blue {
    border: 0
}

.nav_temp_backward.subnav_top.button_blue {
    border-right: none;
    background-color: transparent;
    margin-right: 10px;
    height: 45px;
    width: 35px
}

.left_off_canvas_menu .view ul {
    padding: 0;
    margin: 0 15px
}

.left_off_canvas_menu .view ul li {
    list-style-type: none;
    font-family: museo-sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #c6a275;
    background-color: #fff;
    border: 1px solid #e5e6e1;
    display: list-item;
    text-decoration: none
}

.left_off_canvas_menu .view ul li a {
    display: list-item;
    font-family: museo-sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #404245;
    text-decoration: none
}

.left_off_canvas_menu .view ul li a,
.left_off_canvas_menu .view ul li div {
    padding: 11px 16px;
    cursor: pointer
}

.left_off_canvas_menu .view ul li a.active {
    color: #fff;
    background-color: #c6a275
}

.left_off_canvas_menu .view ul p.section-heading {
    text-transform: capitalize;
    color: #2d9ed7;
    font-size: 15px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    background-color: #f2f3ee;
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 0 10px 30px;
    margin: 0 0 10px -15px
}

.left_off_canvas_menu .view ul li.link-subcategory-header {
    border: none;
    margin-bottom: 5px
}

.left_off_canvas_menu .view ul li .section-heading {
    text-transform: capitalize;
    color: #305268;
    font-size: 16px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    background-color: #f2f3ee;
    text-align: left;
    padding: 15px 0 15px 0;
    display: list-item;
    float: none;
    margin-left: 0
}

li.link-subcategory-header p {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
    padding-left: 30px;
    padding-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    color: #6f7072;
    margin-bottom: 0;
    margin-top: 0
}

.mobile_nav {
    position: absolute;
    left: 0;
    width: 980px;
    transition: all .2s linear;
    overflow: hidden
}

.mobile_nav .menu ul li a,
.mobile_nav .menu ul li div {
    padding: 11px 16px;
    cursor: pointer;
    color: #404245
}

.view ul li a.mobile-login {
    background-position: 10% 48%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpi/P//P8OcfecUGRgYGoDYG4iFgfgtEG8FiaU4Gd1nAirQA3LOAzEzELsCsSAQu0D550HyjLP3nj0A5DwF6ohmQANABUuBlDQLkLCBWoMNLAJZywQ19icORSBxZhYoJxto9GIgzYuk4DMQHwMxYIpCsJjCD8RhIAYTFsmv6ALoio4CsQAQd+JTJArFyvgUqQGxBhB7oCv6g6bwGjQGYOA3SNFGNEU7gVgHib8eFATJQPwfiAOgQaIPlQTZsA6I0wACDABdHy+GeH9M+AAAAABJRU5ErkJggg==);
    padding-left: 40px
}

#top_nav_mobile_navigation_link {
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/icon-mobile-nav-blue.png)
}

.top_bar_nav.active-2 #top_nav_mobile_navigation_link {
    top: 12px;
    left: 10px;
    width: 20px;
    height: 23px;
    background-image: url(https://www.lexingtonlaw.com/content/dam/lexington-law/assets/images/icon-mobile-close-blue.png)
}

.top_nav_left {
    float: left;
    margin: 6px 0 6px 35%;
    padding: 0;
    list-style-type: none
}

.top_nav_phone a {
    display: none;
    width: auto;
    height: 32px;
    margin: 0;
    background-color: #1fd4c6;
    border-color: #1fd4c6;
    text-indent: 0px;
    background-image: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 5px;
}

.top_nav_phone a.active {
    display: block
}

@media only screen and (max-width:959px) and (min-width:600px) {
    .top_nav_phone {
        display: none
    }
}

@media only screen and (max-width:380px) {
    .top_nav_phone a { width: 50px; height: auto; line-height: 17px; }
}


.mobile_nav .menu ul {
    padding: 0;
    margin: 0 15px
}

.mobile_nav .menu {
    width: 245px;
    margin-top: 10px
}

.left_off_canvas_menu .view ul li {
    border: none
}

.left_off_canvas_menu .view ul li,
.mobile_nav .menu ul li {
    list-style-type: none;
    font-size: 15px;
    font-weight: 300;
    color: #404245;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: list-item
}

.mobile_nav .menu ul li a {
    display: list-item;
    font-size: 16px
}

.mobile_menu_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 245px;
    overflow: hidden
}

.mobile_menu_wrapper {
    width: 245px;
    overflow-y: auto;
    opacity: 0
}

.mobile_menu_wrapper.mobile_nav_visible {
    position: fixed!important;
    box-shadow: 4px 2px 5px 0 rgba(0, 0, 0, .15);
    z-index: 5
}

/**** END MOBILE NAV ****/
