/* This stylesheet is RENDER-BLOCKING */
/* Only add priority styles that occur near the top of the page and/or prevent page jitter */

/*
CORE
HEADER
MENUS
BANNER
PRIORITY
*/

/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
	font-size: 17px;
	--font-size-h1: 2.5rem;
	--font-size-h2: 1.7rem;
	--font-size-h3: 1.4rem;
	--font-size-h4: 1.2rem;
	--font-size-h5: 1.1rem;
	--color-body-text: #353349;
	--color-primary:#2a3573;
	--color-secondary:#e1ac22;
	--color-alternate: #7c7cc6;
	--color-gray: #66626F;
	--color-light-gray: #ecf0f4;
	--color-near-white: #f9fbfd;
	--color-near-black: #041216;
	--font-family-body: "Inter", sans-serif;
	--font-family-heading:  "Inter", sans-serif;
	--header-height: 100px;
	--gutter-size: 20px;
	--swiper-theme-color: var(--color-primary);
	--swiper-navigation-color: var(--color-alternate);
	--swiper-pagination-bullet-inactive-color: var(--color-body-text);
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bottom: -50px;
}

@media screen and (min-width: 768px) {
    :root {
        font-size:18px
    }
}

#container {
    position: relative;
    right: 0;
    top: 0;
    overflow: hidden;
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

main {
    padding: 60px 0;
    min-height: 450px;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.no-banner main {
    padding-top: 180px
}

html {
    box-sizing: border-box
}

body {
    display: block!important;
    line-height: 1.6;
    color: var(--color-body-text);
    font-size: 16px;
    font-family: var(--font-family-body);
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*:focus {
    outline: auto
}

*,*::before,*::after {
    box-sizing: inherit
}

.hide,.show-in-pdf,.mega-menu .sub-menu,.gfield--type-captcha,.grecaptcha-badge {
    display: none!important
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px;
    color: var(--color-primary);
    font-weight: 700;
    font-family: var(--font-family-heading);
    line-height: 1.2
}

h1 {
    font-size: var(--font-size-h1)
}

h2 {
    font-size: var(--font-size-h2)
}

h3 {
    font-size: var(--font-size-h3)
}

h4 {
    font-size: var(--font-size-h4);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px
}

h5,h6 {
    font-size: var(--font-size-h5)
}

h2 strong,h3 strong {
    font-weight: 700
}

h1 span.subtitle,h2 span.subtitle {
    display: block;
    color: var(--color-secondary);
    font-size: 50%
}

p {
    margin: 0 0 30px;
    font-size: 18px;
    color: var(--color-body-text);
    line-height: 1.5
}

ul {
    list-style: none
}

ul li{
	font-size:18px;
}

a {
    color: var(--color-alternate);
    text-decoration: none;
    font-weight: 600
}

a:hover,a:focus {
    color: var(--color-secondary);
    text-decoration: none
}

a.no-underline {
    text-decoration: none
}

a.no-underline:hover,a.no-underline:focus {
    text-decoration: underline
}
.small-12.map-main .cont-map {
	margin: 30px 0 00px 0;
}
a,button,.button,.wp-element-button {
    transition: color 200ms ease-out,background 200ms ease-out,transform 60ms ease-in
}

button, .button, .wp-element-button {
	font-family: var(--font-family-body);
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	border: solid 1px var(--color-secondary);
	margin: 0;
	padding: 15px 20px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: var(--color-secondary);
	text-decoration: none;
	border: none !important;
	letter-spacing: 0.5px;
}
button:active,.button:active,.wp-element-button:active {
    transform: translateY(1.5px)
}

button:hover,button:focus,.button:hover,.button:focus,.wp-element-button:hover,.wp-element-button:focus {
    background-color: var(--color-alternate);
    color: #fff;
    border: solid 1px #efefef
}

button.alt-01,.button.alt-01 {
    background-color: var(--color-secondary)
}

button.alt-01:hover,button.alt-01:focus,.button.alt-01:hover,.button.alt-01:focus {
    background-color: var(--color-primary);
    color: #fff;
    border: solid 1px #efefef
}

button.alt-02,.button.alt-02 {
    background-color: var(--color-near-black)
}

button.alt-02:hover,button.alt-02:focus,.button.alt-02:hover,.button.alt-02:focus {
    background-color: var(--color-alternate);
    color: #fff
}

button.outline,.button.outline {
    background: none;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary)
}

button.outline:hover,button.outline:focus,.button.outline:hover,.button.outline:focus {
    background: var(--color-secondary);
    color: #fff
}

button.outline.outline-alt-01,.button.outline.outline-alt-01 {
    border-color: #fff;
    color: #fff
}

button.outline.outline-alt-01:hover,button.outline.outline-alt-01:focus,.button.outline.outline-alt-01:hover,.button.outline.outline-alt-01:focus {
    background: var(--color-near-white);
    color: var(--color-primary)
}

button.no-button,.button.no-button {
    padding: 0;
    background: none;
    color: var(--color-secondary);
    text-transform: none
}

.swiper-autoplay-toggle.no-button {
	display: none;
}

button.no-button:hover,button.no-button:focus,.button.no-button:hover,.button.no-button:focus {
    color: var(--color-near-black);
    text-decoration: underline
}

a.module-header-d-phone.button.alt-01 {
	width: auto;
	padding: 10px;
	margin-left: 10px;
}
a.module-header-d-phone.button.alt-01 span {
	display: none;
}

main {
    padding: 60px 0;
    min-height: 400px;
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.no-banner main {
    padding-top: 180px
}

.content.full-width {
    float: none
}

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

.content section:not(:last-of-type) {
    margin-bottom: 60px
}

.columns,.column {
    padding: 0 var(--gutter-size)
}

.row,.row-wide,.row-narrow {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto
}
/*.module-header-f .row {
	max-width: 1599px;
}*/

.row-narrow {
    max-width: 1024px
}

.row-wide {
    max-width: 1599px
}

.row::after {
    clear: both
}

.row:not(.main-inner)::before,.row:not(.main-inner)::after {
    display: table;
    content: " ";
    flex-basis: 0%;
    order: 1
}

.row.main-inner::before,.row.main-inner::after {
    display: none
}

.content.full-width.column {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    main {
        padding:60px 0
    }

    .main-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: flex
    }

    .content {
        width: 65%;
        margin-bottom: 0;
        padding-right: 70px
    }

    .content.full-width {
        width: 100%;
        padding-right: var(--gutter-size)
    }

    .sidebar {
        width: 35%;
        padding-left: 0
    }
}

@media screen and (min-width: 1025px) {
    .content {
        padding-right:calc(2 * var(--gutter-size))
    }
}

.no-float {
    float: none
}

.no-margin {
    margin: 0!important
}

.no-padding {
    padding: 0!important
}

.no-min-height {
    min-height: 0
}

img.responsive-img,.responsive-img img {
    max-width: 100%;
    height: auto
}

.position-static,.static {
    position: static!important
}

.position-relative,.relative {
    position: relative!important
}

.position-absolute,.absolute {
    position: absolute
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.visually-hidden {
    border: none!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

.no-background {
    background: none!important
}

.animate-in-view,.opacity0 {
    opacity: 0
}

.opacity1 {
    opacity: 1!important
}

.uppercase {
    text-transform: uppercase
}

.small-text {
    font-size: 0.8rem!important
}

.larger-text {
    font-size: 1.2rem
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.bold,.font-bold {
    font-weight: 700
}

.font-extra-bold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mb0 {
    margin-bottom: 0!important
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt80 {
    padding-top: 80px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

@media (min-width: 768px) {
    .hide-for-medium {
        display:none!important
    }
}

@media (min-width: 1025px) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 767px) {
    .hide-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 0),screen and (min-width:768px) {
    .show-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 767px) {
    .show-for-medium {
        display:none!important
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 767px),screen and (min-width:1025px) {
    .show-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 1024px) {
    .show-for-large {
        display:none!important
    }
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgb(255, 255, 255,1);
	z-index: 2;
	border-bottom: 2px solid transparent;
	transition: border-color 200ms ease-out;
}

.header-search {
    opacity: 0
}

body.scrolled .header {
	border-color: var(--color-light-gray);
	background: #fff;
}

.header>.row {
    height: 100%
}

.header a {
	text-decoration: none !important;
}

.header-desktop {
    display: none;
	height:105px
}

.header-mobile {
	height:70px
}
.header-logo {
    display: flex;
    align-items: center;
    padding: 8px 0 8px 8px
}

.header-logo img {
	max-width: 500px;
	height: auto;
	width: 100%;
	margin-top: 7px;
}

.home .header-logo img.normal {
	display: none;
}
 .header-logo img.white {
	display: none;
}
.home .header-logo img.white {
	display: block;
}

.home.scrolled .header-logo img.white {
	display: none;
}
.home.scrolled .header-logo img.normal {
	display: block;
}


.header-mobile-inner {
    display: flex;
    min-height: 70px
}

.header-mobile-buttons {
    display: flex;
    margin-left: 4%;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    column-gap: 3px;
    padding-right: 10px
}

.header-mobile-buttons a,.header-mobile-buttons button {
    display: flex;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    flex: 1;
    max-width: 50px;
    width: 50px;
    height: 50px
}

.mega-menu {
    display: none
}

@media screen and (min-width: 500px) {
    .header-mobile-buttons a,.header-mobile-buttons button {
        width:60px;
        max-width: 60px;
        height: 60px;
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1025px) {
    .header-mobile {
        display:none
    }

    .header-desktop {
        display: block
    }

    .header-logo {
        padding: 0
    }
}

.main-navigation-menu {
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.main-navigation-menu li {
    display: block;
    position: relative;
    padding: 0
}

.main-navigation-menu>li {
    padding: 0px 0 10px 0;
    margin-right: 35px
}

.main-navigation-menu>li:last-of-type {
    margin-right: 0
}

.main-navigation-menu>li:last-of-type>a {
    margin-right: 0
}

.main-navigation-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 300px;
    margin: 0
}

.main-navigation-menu>a:hover+.mega-menu,.main-navigation-menu>a:focus+.mega-menu,.main-navigation-menu>li.active>.mega-menu,.main-navigation-menu>a:hover+.sub-menu,.main-navigation-menu>a:focus+.sub-menu,.main-navigation-menu>li.active>.sub-menu {
    display: block;
    -webkit-animation: menuSlideDown 200ms both;
    animation: menuSlideDown 200ms both
}

.main-navigation-menu a:focus,.main-navigation-menu a:hover,.main-navigation-menu li:hover>a {
    color: var(--color-secondary);
    text-decoration: underline
}

.main-navigation-menu>li>a {
    position: relative;
    display: block;
    height: 100%;
    color: var(--color-primary);
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px
}

 

#desktop-navigation .sub-menu li,.mega-menu li {
    background: var(--color-primary);
    padding-left: 30px;
    transition: background 200ms ease-out
}

#desktop-navigation .sub-menu li {
    position: relative;
    cursor: pointer
}

#mega-menu li a, #desktop-navigation .sub-menu li a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 10px 12px;
	padding-left: 3px;
	line-height: 1.5;
	text-decoration: none;
}



.mega-menu li.active,#desktop-navigation .sub-menu li.active {
    background:var(--color-secondary)
}

.mega-menu li::before, #desktop-navigation .sub-menu li::before {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	left: 11px;
	top: 10px;
	color: var(--color-secondary);
	pointer-events: none;
	transition: color 200ms ease-out;
}
.mega-menu li.active::before,#desktop-navigation .sub-menu li.active::before {
    color: #fff
}

#desktop-navigation .sub-menu .menu-item-has-children>a::after {
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 10px;
    color: var(--color-secondary)
}

#desktop-navigation .sub-menu .menu-item-has-children.active>a::after {
    color: #fff
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
    position: absolute;
    left: 100%;
    top: 0
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
    display: none!important
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,.menu-item-has-children.active>.sub-menu {
    display: block;
    -webkit-animation: menuSlideRight 200ms both;
    animation: menuSlideRight 200ms both
}

#mobile-navigation {
    display: none
}

.banner {
    height: 225px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%
}

.banner,.banner-xl {
    margin-top: 65px
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(20,23,47,.4);
    pointer-events: none
}

.single-attorneys .banner::before {
	background: rgba(20,23,47,.5);
}

.banner img {
    position: relative;
    width: 100%
}

.banner>.row {
    height: 100%
}

.banner-inner {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
	justify-content: center;
}

.banner-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-near-white);
    margin-bottom: 0;
    font-family: var(--font-family-heading);
    text-shadow: 0 0 10px #000
}

@media screen and (min-width: 920px) {
    .banner-title {
        font-size:3.4rem
    }
}

@media screen and (min-width: 1025px) {
    .banner {
        height:350px
    }

    .banner,.banner-xl {
        margin-top: 120px
    }
}

@media screen and (max-height: 700px) and (min-width:1025px) {
    .banner {
        height:300px
    }
}

.accordion-item-title {
    background: none
}

.module-header-d-phone i {
	margin-right: 4px;
}

@media screen and (min-width: 280px) and (max-width:767px) {
.home .module-intro-content h1 {
    letter-spacing: normal;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 15px;
}

    .banner-title {
        font-size: 25px
    }

    .home-slider-single-tagline {
        padding-top: 75px!important
    }

    .header-logo img {
        max-width: 200px
    }

    .home-slider-single-tagline h2 {
        font-size: 1.6rem!important
    }

    .home-hero,.home-slider,.home-slider-single {
        height: 500px!important
    }
	
	.header-mobile {
	height: 67px;
}
.header-logo img {
	max-width: 300px;
}

}


@media screen and (min-width: 640px) and (max-width:767px) {
	.banner, .banner-xl {
	margin-top: 78px;
}

.header-mobile {
	height: 80px;
}
	
}





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

.banner, .banner-xl {
	margin-top: 75px;
}

.mobile-navigation-top-inner img {
	max-width: 250px;
	height: auto;
	margin: 15px 0;
}
    .content {
        margin-bottom: 20px!important
    }
	
 
.header-logo img {
	max-width: 350px;
}

.header-mobile {
	height: 75px;
}

}

@media screen and (min-width: 1023px) and (max-width:1024px) {
.banner, .banner-xl {
	margin-top: 75px ;
}
}

@media screen and (min-width: 1024px) and (max-width:1279px) {
    .header-logo img {
        max-width:350px
    }

    .module-header-d .main-navigation-menu>li>a {
        padding: 0 2px!important
    }

    .section-horizontal-content .horizontal-content-row {
        padding: 0 44px!important;
        margin-bottom: 40px!important
    }

    .horizontal-content-row-num-1 .horizontal-content-row-title h2 {
        font-size: 2.4rem!important
    }

    .horizontal-content-row-num-2 .horizontal-content-row-main {
        margin-left: 0!important;
        min-width: 40%
    }

    .horizontal-content-row-num-2 .horizontal-content-row-imagery {
        position: relative!important;
        left: -40px!important
    }

    .horizontal-content-row-title h2 {
        font-size: 2.4rem!important;
        margin-bottom: 5px!important
    }

    .horizontal-content-row.horizontal-content-row-num-3.direction-normal {
        padding: 0!important
    }

    .section-horizontal-content p {
        font-size: 15px!important
    }
}

@media screen and (min-width: 3840px) and (max-width:12000px) {
    .horizontal-content-row.horizontal-content-row-num-3.direction-normal .horizontal-content-row-main {
        margin-bottom:0;
        margin-right: 2vw
    }
}
/**header*//
.header {
	background: transparent;
}



.module-header-f-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
}

.module-header-f-right-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

.header-top-right {
	/* background: var(--color-primary); */
	background: transparent;
	color: #fff;
	padding: 6px 0;
	margin-bottom: 5px;
	margin-right: -9px;
}

.module-header-f-right-top span {
	font-weight: 500;
	font-size: 0.9rem;
	text-transform: capitalize;
	letter-spacing: 0;
}

.module-header-f-inner {
	position: relative;
	display: flex;
}

.module-header-f::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	pointer-events: none;
/*	background-image: linear-gradient(to bottom, #050910, rgba(0, 10, 31, 0));*/
}

.header-top-left {
	background: #f2f3f6;
	padding: 6px 18px;
	margin-right: 14px;
	font-size: 0.8rem;
}

.header-top-left a {
	color: var(--color-body-text);
	font-weight: 600;
}

.header-top-left a i {
	color: var(--color-secondary);
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.header-top-left a:focus i,
.header-top-left a:hover i {
	color: var(--color-secondary);
}

.module-header-f-right-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin-bottom: 00px;
	margin-top: 0px;
}

.module-header-f-phone {
	font-weight: bold;
	color: var(--color-secondary);
	font-size: 20px !important;
	margin-left: 5px;
	display: inline-block;
	padding: 0px 0;
	background: transparent !important;
	/* font-family: var(--heading-font-family); */
	letter-spacing: normal;
	margin-right: 5px;
}

.module-header-f-phone:hover,
.module-header-f-phone:focus {
	font-weight: bold;
	color: var(--color-alternate);
	background: transparent;
}

.module-header-f-right-top span.open {
	font-weight: 300;
}

.module-header-f-right-top a.free-consult {
	border: 1px solid #f4cc5f;
	padding: 4px 17px;
}

.module-header-f-right-top a.free-consult:hover,
.module-header-f-right-top a.free-consult:focus {
	border: 1px solid #f4cc5f;
	padding: 4px 17px;
	color: #011627 !important;
	background: #f4cc5f !important;
}
.module-header-f-right-top a.free-consult:hover i,
.module-header-f-right-top a.free-consult:focus i {
	color: #011627 !important;
}

.module-header-f-cta {
	background: #89ae8f;
	color: #404040;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 21px;
	margin-left: 26px;
	margin-right: 11px;
}

.module-header-f-cta:hover,
.module-header-f-cta:focus {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 21px;
	margin-left: 26px;
	margin-right: 11px;
}

.module-header-f-phone.header-cta.button {
	background: #404040 !important;
	color: #fff;
	font-size: 15px !important;
	padding: 19px 23px;
	letter-spacing: 1.5px;
}

.module-header-f-phone.header-cta.button:hover,
.module-header-f-phone.header-cta.button:focus {
	background-color: #0057e2 !important;
	color: #fff;
	font-size: 15px !important;
	padding: 19px 23px;
}

.module-header-f-cta a {
	color: #404040;
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px 0 0px;
}

.module-header-f-cta a:hover,
.module-header-f-cta a:focus {
	color: #007297;
	font-size: 15px;
	font-weight: bold;
}

.module-header-f-phone i {
	font-size: 80%;
	color: #00183e;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}

.module-header-f-right-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: flex-end;
}

body.scrolled .header .header-logo.module-header-f-logo {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 1900px) and (max-width: 12000px) {
	.module-header-f-right-top span {
		font-weight: 500;
		font-size: 24px;
		letter-spacing: 0.6px;
	}
	.module-header-f-phone {
		font-size: 24px !important;
	}
}


