/*

Theme Name: LFS - Sapphire Title & Escrow Company

Theme URI: http://www.lawfirmsites.com/

Author: Law Firm Site

Author URI: http://www.lawfirmsites.com

Description: A simple responsive theme with theme options panel, and page templates.

Version: 1.0

*/

/* Overwrite Bootstrap */


/*

    -- FONTS --

*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face{
	font-family: 'ETmodules';
	font-display: block;
	src:url(fonts/modules/modules.eot);
	src:url(fonts/modules/modules.eot#iefix) format("embedded-opentype"),url(fonts/modules/modules.ttf) format("truetype"),url(fonts/modules/modules.woff) format("woff"),url(fonts/modules/modules.svg#ETmodules) format("svg");
	font-weight:400;
	font-style:normal
}
@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;font-display:block;src:url(fonts/fontawesome-divi/fa-regular-400.eot);src:url(fonts/fontawesome-divi/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(fonts/fontawesome-divi/fa-regular-400.woff2) format("woff2"),url(fonts/fontawesome-divi/fa-regular-400.woff) format("woff"),url(fonts/fontawesome-divi/fa-regular-400.ttf) format("truetype"),url(fonts/fontawesome-divi/fa-regular-400.svg#fontawesome) format("svg")}@font-face{font-family:FontAwesome;font-style:normal;font-weight:900;font-display:block;src:url(fonts/fontawesome-divi/fa-solid-900.eot);src:url(fonts/fontawesome-divi/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fonts/fontawesome-divi/fa-solid-900.woff2) format("woff2"),url(fonts/fontawesome-divi/fa-solid-900.woff) format("woff"),url(fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url(fonts/fontawesome-divi/fa-solid-900.svg#fontawesome) format("svg")}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;font-display:block;src:url(fonts/fontawesome-divi/fa-brands-400.eot);src:url(fonts/fontawesome-divi/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(fonts/fontawesome-divi/fa-brands-400.woff) format("woff"),url(fonts/fontawesome-divi/fa-brands-400.ttf) format("truetype"),url(fonts/fontawesome-divi/fa-brands-400.svg#fontawesome) format("svg")}



:root {
	
	--font1: 'Open Sans', Arial, sans-serif;
	--font2: 'Poppins', 'Helvetica','Arial','Lucida', sans-serif;
	--font3: 'FontAwesome';
	--font4: 'ETmodules';
	--color-primary: #2b3990;
	--color-secondary: #8f983d;
	--color-tertiary: #3c4ca8;
	--color-text: #666;
	--color-black: #000;
	--color-default: #fff;
	
	--fs96: 6rem;
	--fs90: 5.625rem;
	--fs75: 4.6875rem;
	--fs72: 4.5rem;
	--fs65: 4.0625rem;
	--fs64: 4rem;
	--fs60: 3.75rem;
	--fs58: 3.625rem;
	--fs55: 3.4375rem;
	--fs52: 3.25rem;
	--fs50: 3.125rem;
	--fs48: 3rem;
	--fs47: 2.9375rem;
	--fs45: 2.8125rem;
	--fs44: 2.75rem;
	--fs42: 2.625rem;
	--fs40: 2.5rem;
	--fs38: 2.375rem;
	--fs36: 2.25rem;
	--fs34: 2.125rem;
	--fs32: 2rem;
	--fs30: 1.875rem;
	--fs29: 1.8125rem;
	--fs28: 1.75rem;
	--fs27: 1.6875rem;
	--fs26: 1.625rem;
	--fs25: 1.563rem;
	--fs24: 1.5rem;
	--fs23: 1.438rem;
	--fs22: 1.375rem;
	--fs21: 1.35rem;
	--fs20: 1.25rem;
	--fs19: 1.188rem;
	--fs18: 1.125rem;
	--fs17: 1.0625rem;
	--fs16: 1rem;
	--fs15: 0.9375rem;
	--fs13: 0.8125rem;
	--fs14: 0.875rem;
	--fs12: 0.75rem;
	--fs11: 0.6875rem;
	
	--px96: 96px;
	--px95: 95px;
	--px75: 75px;
	--px60: 60px;
	--px50: 50px;
	--px40: 40px;
	--px35: 35px;
	--px32: 32px;
	--px30: 30px;
	--px25: 25px;
	--px23: 23px;
	--px22: 22px;
	--px20: 20px;
	--px19: 19px;
	--px18: 18px;
	--px17: 17px;
	--px16: 16px;
	--px15: 15px;
	--px14: 14px;
	--px13: 13px;
}





/* Ovewrite Bootstrap */

html { font-size: 0.833333vw; }

body{

    font-family: var(--font1);
	color: var(--color-text);
	font-size: var(--px16);
	font-weight: 500;
	line-height: 1.7em;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {

    margin: 0px;

}

ul {

    list-style: none;

    margin: 0px;

    padding: 0px;

}

a {

    color: var(--color-secondary);

    transition: all .2s ease;

    -webkit-transition: all .2s ease;

    -mz-transition: all .2s ease;

    -moz-transition: all .2s ease;

    -o-transition: all .2s ease;

}

a:hover, a:focus {

    color: var(--color-primary);

    text-decoration: none;

    outline: none;

}

p:empty {

    display: none;

}
/*#wrapper {
	max-width: 160rem;
	margin: 0 auto;
}*/
.container {
    max-width: 1080px;
    width: 80%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.alignleft {
	float: left;
    margin: 0 1.875rem 1.875rem 0;
}
.alignright {
	float: right;
    margin: 0 0 1.875rem 1.875rem;
}
.aligncenter {
	display:block;
	margin: 0 auto 1.875rem;
}
.wp-caption-text {
	font-style: italic;
	font-size: 0.6875rem;
	line-height: 1.5em;
    text-align: center;
}
.clear {
	clear: both;
}
.col-md-6,
.col-md-4,
.col-md-8,
.col-md-5,
.col-md-7,
.col-md-3,
.col-md-2,
.col-md-9 {
	padding-left: 0;
	padding-right: 0;
}
.center {text-align: center !important;}
.flex-container {
	max-width: 1800px;
	padding: 0 0.9375rem;
	margin: 0 auto;
	justify-content: space-between;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-size: var(--px50);
	font-weight: 600;
	font-family: var(--font2);
	color: var(--color-primary);
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 1rem;
}
.h1, .h2, .h3, .h4, .h5 { margin-top: 0; }
h2, .h2 { font-size: var(--px50); }
h3, .h3 {
	font-size: var(--px22);
}
h4, .h4 {
	font-size: var(--fs24);
	font-weight: 400;
	line-height: 1.7em;
}
h5, .h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: var(--fs18);
	color: var(--color-text);
	letter-spacing: 0.0625rem;
	line-height: 1.7em;
	margin-bottom: 0;
}
a.btn {
	background-color: var(--color-primary);
	color: var(--color-default);
	text-transform: uppercase;
	font-size: var(--px16);
	font-family: var(--font2);
    font-weight: 600;
    padding: 1.25rem 1.875rem 1.1875rem;
    border-radius: 0;
    letter-spacing: 0;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all .3s ease;
}
a.btn:hover, a.btn:focus {
	background-color: var(--color-tertiary);
	color: var(--color-default);
}
a:hover > img, a:hover > svg, a:focus > img, a:focus > svg { opacity: 0.8; }
blockquote {
	border: 0;
	border-bottom: 1px solid var(--color-primary);
	padding: 0 0 1.25rem;
	margin-bottom: 3.75rem;
	color: var(--color-primary);
	font-size: var(--fs26);
	font-family: var(--font2);
	font-weight: 700;
	line-height: 1.8em;
}
hr {
	border-top: 1px solid var(--color-primary);
	margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
}
.bg-overlay:before { content: ''; }
.overlay, .bg-overlay:before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.bg-overlay, .bg-overlay > div, header#header > section { position: relative; }
.bg { background-repeat: no-repeat; background-size: cover; }
.flex-between { flex-wrap: wrap; justify-content: space-between; }
.flex-end { flex-wrap: wrap; justify-content: flex-end; }
.flex-center { flex-wrap: wrap; justify-content: center; }
.flex-start { flex-wrap: wrap; justify-content: flex-start; }
.flex-alend { align-items: flex-end; }
.flex-alcenter { align-items: center; }
.flex-alstart { align-items: flex-start; }
.col2 { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 5%; column-gap: 5%; }
icon svg, svg[data-use] {
	height: 1em;
    width: 1em;
    fill: inherit;
	stroke: inherit;
}
a.skip-main {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 999;
}
a.post-edit-link { display: inline-block; background-color: rgba(0,0,0,0.8); position: fixed; bottom: 1.25rem; left: 1.25rem; z-index: 9999; color: var(--color-default); font-size: 1.125rem; padding: 0.5rem 2.5rem; line-height: 1.4em; }
a.post-edit-link:hover { background-color: rgba(0,0,0,1); }
.bg-image.bg-overlay { position: absolute; }
.img-fit { width: 100%; height: 100%; object-fit: cover; }
.with-bottom-border:after { content: ''; background-color: var(--color-secondary); height: 8px; width: 15%; display: block; margin: 1.5rem auto var(--px30); }
.et-search:before { content: '\55'; font-family: var(--font4); font-weight: 400; font-size: var(--px17); color: var(--color-primary); direction: ltr; display: inline-block; font-style: normal; }
.fixed-header {
    position: fixed !important;
    width: 100%;
    z-index: 100;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}




/* Header ---------------------------------------------*/
header#header .menu-header-section { background-color: var(--color-default); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1); box-shadow: 0 1px 0 rgba(0,0,0,.1); -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s; transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s; transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
 transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;}
header#header .menu-header-section .container { width: 100%; max-width: 1260px; padding-left: var(--px30); padding-right: var(--px30); }
header#header .menu-content { padding: 10px 0 12px; }
header#header .logo { width: 12.7%; }
header#header .mhs-right { width: 75%; }
header#header .mhs-button { margin-left: 0.125rem; }
header#header .mhs-button a.btn { font-size: var(--px15); padding: 1.125rem 1.625rem; }
header#header .mhs-button a.btn:hover, header#header .menu-header-section a.btn:focus { opacity: 0.7; }
header#header .navsearch { margin-left: 1.75rem; }
header#header .navsearch > a { cursor: pointer; }
header#header .navsearch.clicked .frmSearch { opacity: 1; height: 100%; }
.frmSearch { top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1000;
    width: 65%; opacity: 0; height: 1px; background-color: var(--color-default); display: flex; align-items: center; transition: all 1s ease-in-out; }
.frmSearch > form { width: 100%; }
.frmSearch fieldset { display: flex; align-items: center; width: 100%; }
.frmSearch input[type=text] {
	color: var(--color-primary);
	text-transform: uppercase;
	font-family: var(--font2);
	font-weight: 700;
	width: calc(100% - 30px);
	border: 0;
	background-color: var(--color-default);
	line-height: 1.2em;
}
.frmSearch input[type=text]:focus { outline: 0; }
.frmSearch .close { width: 30px; height: 30px; opacity: 1; color: var(--color-primary); }
.frmSearch .close:before { content: '\4d'; font-family: var(--font4); font-size: var(--px32); display: inline-block; font-weight: 500; }





.main-menu { flex-wrap: wrap; justify-content: space-between; }
.main-menu > li {
	font-weight: 600;
	font-family: var(--font2);
	font-size: var(--px15);
	line-height: 1em;
	text-transform: uppercase;
}
.main-menu > li > a {
	color: var(--color-primary);
	text-decoration: none;
	display: block;
	padding: 5px 0;
	transition: all .5s ease-in-out;
}
.main-menu > li.menu-item-has-children > a { padding-right: 20px; position: relative; }
.main-menu > li.menu-item-has-children > a:after { font-family: var(--font4); content: "3"; font-size: var(--px16); position: absolute; right: 0; top: 0.3125rem; font-weight: 800;}
.main-menu > li > a:hover, .main-menu > li > a:focus { color: var(--color-primary); opacity: 0.7; }
.main-menu > li.current-menu-item > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a { color: var(--color-secondary); }

.main-menu ul li.current-menu-item > a, .main-menu li.menu-item-has-children ul li a:hover, .main-menu li.menu-item-has-children ul li a:focus {opacity: 0.7; }

.main-menu li ul li a {
	padding: 0.75rem 1.25rem 0.625rem;
	display: block;
	text-align: left;
	color: var(--color-primary);
	margin: 0;
}
.main-menu li ul li:last-child a {
	border-bottom: 0;
}
/* 3 layers */
.main-menu li ul ul {
	top: 0;
    left: 100%;
    margin-top: -1px;
    width: 20.625rem;
    position: absolute;
}
.main-menu li ul.sub-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.25rem rgba(0,0,0,0.5);
	background-color: #383b38;
}
.main-menu li ul.sub-menu::-webkit-scrollbar {
	width: 0.25rem;
	background-color: #383b38;
}
.main-menu li ul.sub-menu::-webkit-scrollbar-thumb {
	background-color: #797979;
}




/* Banner Section ---------------------------------------------*/
.banner-section { min-height: 23rem; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.banner-section .bg-image:before { background-color: rgba(0,0,0,0.61); }
.banner-section .bg-image .img-fit { object-position: top; }
.banner-section, .banner-section .container { position: relative; }
.banner-section .h1, .banner-section h1 { font-size: var(--px60); font-weight: 600; text-transform: uppercase; line-height: 1.3em; color: var(--color-default); }





/* Main Content ---------------------------------------------*/
.inner-wrap { padding: 6rem 0 5rem; }
.main-content p { margin: 0 0 1.25rem; }
.main-content ul {
	margin-left: 2.5rem;
	list-style-type: disc;
}
.main-content ul,
.main-content ol {
	margin-bottom: 1.875rem;
}
.main-content ul ul,
.main-content ol ol {
	margin-bottom: 0;
}
.main-content ol { padding-left: 1rem; }
.main-content .wp-caption {
	display: table;
	margin-bottom: 1.875rem;
}
.main-content .wp-caption-text {
	display: table-caption;
	caption-side: top;
	color: #b29b55;
	font-size: 12px;
	font-style: italic;
}
.main-content .wp-caption p { margin: 0 0 1.25rem; }
.dark {color: #fff;}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5 { color: #fff; }
.dark a { color: var(--color-secondary); }
.dark a:hover, .dark a:focus, .dark a.btn { color: #fff; }
.main-content .sitecol { flex-wrap: wrap; }
.main-content .sitecol .col { width: 33.3333%; padding-right: 3%; }




/* paginate ---------------------------------------------*/
.paginate {
	padding-top: 4rem;
	text-align: center;
	color: var(--color-text);
	display: flex;
	align-items: center;
	justify-content: center;
}
.paginate ul { margin-left: 0; display: flex; align-items: center; justify-content: center; }
.paginate ul li { list-style: none; margin: 0 0.3125rem;
	color: var(--color-text); }
.paginate ul li.pleft a, .paginate ul li.pright a {
	position: relative;
	background-color: var(--color-primary);
	color: var(--color-default);
	width: 2.8125rem;
	height: 2.8125rem;
	border-radius: 100%;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.paginate ul li.pleft a:before, .paginate ul li.pright a:before { content: '\f060'; font-weight: 700; font-size: var(--fs17); font-family: var(--font3); }
.paginate ul li.pright a:before { content: '\f061'; }
.paginate ul li.pleft a,.paginate ul li.pright a:hover, .paginate ul li.pright a:focus, .paginate .current {
	background-color: #F2F3F5;
	color: var(--color-text);
}
.paginate ul li.pleft a:hover, .paginate ul li.pleft a:focus {
	background-color: var(--color-primary);
	color: var(--color-default);
}



/* Blog ---------------------------------------------*/
.mcflex .the-content { margin-bottom: 2rem; }
article.blogpost {
	line-height: 1.3em;
	padding-right: 10px;
	margin: 10px 10px 0 0;
	padding-top: 2.5rem;
}
article.blogpost .ptitle {
	margin-bottom: 0;
	font-weight: 700;
	line-height: 1em;
}
article.blogpost .featured-image {
	height: 151px;
	width: 100%;
	max-width: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	float: left;
	margin-right: 15px;
}
article.blogpost p { text-align: justify; }
article.blogpost a { color: var(--color-text); }
article.blogpost a:hover .featured-image, article.blogpost a:focus .featured-image { opacity: 0.8; }
.pdate { margin-bottom: 1rem; }
.single-blog .featured-image { width: 100%; height: 402px; max-width: 452px; margin: 0 auto 30px; }
.single-blog h1 { margin-bottom: 0; }


.main-search .result {
	padding: 2.5rem 3.125rem;
    margin-bottom: 2.5rem;
    border-radius: .5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .06);
	background-color: var(--color-default);
}
.main-search .result:nth-child(odd) { background-color: #f9f9f9; }



/* Testimonials ---------------------------------------------*/
.mctestimonials, .side-buttons > a { text-align: center; }
.mctestimonials .item { margin: var(--px40) 0; font-style: italic; font-size: var(--px23); font-weight: 400; color: #333; padding: 0 var(--px20); }
.mctestimonials .item .auth { font-style: normal; font-size: var(--px18); font-weight: 700; line-height: 1.3em; }
.mctestimonials .item .auth:before { content: ''; display: block; width: 175px; background-color: #efefef; height: 3px; margin: var(--px20) auto; }
.mctestimonials .item p:first-of-type:before, .mctestimonials .item p:last-of-type:after,
.testimonial-list .item p:first-of-type:before, .testimonial-list .item p:first-of-type:after { content: '"'; }
.sidebar > div { margin-bottom: 30px; }
.side-areas > a, .side-buttons > a { display: block; font-weight: 600; font-family: var(--font2); font-size: var(--px17); text-transform: uppercase; color: var(--color-primary); border: 1px solid var(--color-primary); border-left: solid 3px #2b3990; line-height: 1.5em; margin-bottom: 10px; padding: 12px 20px; position: relative; transition: all 0.2s ease-in-out; }
.side-areas > a:after, .side-buttons > a:after { content: ''; position: absolute;  z-index: -1; transition: all 0.3s; background-color: var(--color-primary); width: 0%; height: 100%; top: 0; left: 0; }
.side-areas > a:before { content: "\f015"; font-family: var(--font3); font-weight: 400; width: 2rem; text-align: center; font-size: 1.75rem; line-height: .75em; vertical-align: -15%; display: inline-block; margin-right: 0.5rem; }
.side-areas > a:nth-child(2):before { content: "\f084"; }
.side-areas > a:nth-child(3):before { content: "\f19c"; }
.side-areas > a:hover, .side-areas > a:focus, .side-buttons > a:hover, .side-buttons > a:focus { color: var(--color-default); }
.side-areas > a:hover:after, .side-areas > a:focus:after, .side-buttons > a:hover:after, .side-buttons > a:focus:after { width: 100%; }
.side-call > span, .mcareas .item .more { display: block; }
.side-call a i { margin-right: 0.3125rem; }
.side-call a:hover, .side-call a:focus, .mcareas .item a:hover .more, .mcareas .item a:focus .more { color: var(--color-secondary); text-decoration-line: underline; text-underline-offset: 3px; }


/* Mission ---------------------------------------------*/
.et-handshake, .et-note, .et-handson, .et-mail, .et-phone, .et-clock, .et-house, .et-people, .et-dollar, .et-quote, .et-down { font-size: var(--px96); color: var(--color-primary); font-family: var(--font3); font-weight: 900; font-style: normal; display: inline-block; line-height: 1em; }
.et-note, .et-down { font-family: var(--font4); font-weight: 400; }
.mcmissions .item h3 { font-weight: 600; font-size: var(--px22); line-height: 1.3em; color: var(--color-primary); text-transform: uppercase; margin-bottom: 1rem;  }
.mcmissions .item i { margin-bottom: 1rem; }
.mcmissions .item a { color: var(--color-text); text-decoration: none; }


/* Services ---------------------------------------------*/
.main-areas, .main-areas .container, .callbar-section, .callbar-section .container { position: relative; }
.main-areas .bg-image:before { background-image: linear-gradient(180deg,rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%); }
.main-areas.dark .mcareas-wrapper { background-color: var(--color-primary); }
.main-areas .mcareas-wrapper { padding: 50px 40px 35px; }
.main-areas .with-bottom-border:after { margin-top: -5px; }
.mcareas { margin-top: 5rem; }
.mcareas .item { margin-bottom: 1rem; }
.mcareas .item i { margin-bottom: 40px; } 
.mcareas .item a { text-decoration: none; border-bottom: 0; display: block; color: var(--color-default); }
.mcareas .item h3, .et-house, .et-people, .et-dollar { color: var(--color-default); } 


/* Team & bio ---------------------------------------------*/
.mcteam { margin-top: 2.75rem; }
.mcteam .item { text-align: center; margin-bottom: 3rem; }
.mcteam .item img { width: auto; height: 300px; margin-bottom: 30px; }
.mcteam .item h3 { font-size: var(--px19); }
.page-template-page-profile .banner-section, .page-template-page-profile .callbar-section, .page-template-page-profile .contact-section, body.single-post .banner-section, body.single-post .callbar-section, body.single-post .contact-section, .page-template-page-contact .callbar-section, .page-template-page-contact .contact-section, body.page-id-22 .callbar-section, body.page-id-22 .contact-section, body.search-results .banner-section, .page-template-page-video .banner-section, .page-template-page-video .callbar-section, .page-template-page-video .contact-section { display: none; }
.mcprofile-flex .side-profile { max-width: 320px; margin-right: 30px; width: auto; height: 300px; margin-bottom: 1rem; }
.mcprofile-flex .the-content { flex: 1; }
.main-profile .pos { font-size: var(--px20); color: #aaa; line-height: 1.6em; margin-bottom: 0.5rem; }
.main-profile h1.h3 { margin-bottom: 0.5rem; }
.mcprofile-flex .the-content a.with-line:hover, .mcprofile-flex .the-content a.with-line:focus { color: var(--color-secondary); text-decoration-line: underline; text-underline-offset: 3px; }
.mcprofile-flex .the-content a.with-line i { margin-right: 0.3125rem; }



/* Frontpage ---------------------------------------------*/
body.home .banner-section { min-height: 88vh; }
.scrollDown { text-align: center; position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; }
.scrollDown a { pointer-events: all; display: inline-block; }
.scrollDown .et-down { color: var(--color-default); font-size: var(--px35); }

.banner-text h1, .banner-text h2 { font-size: var(--px95); font-weight: 600; letter-spacing: 5px; line-height: 1.3em; margin-bottom: 0; }
.banner-text h2 { font-size: var(--px22); letter-spacing: 9px; font-weight: 400; font-family: var(--font1); }
.banner-text .gtranslate_wrapper { padding-top: 15px; }
.banner-text .gtranslate_wrapper a { margin: 0 15px; color: var(--color-default); text-transform: uppercase; font-weight: 400; font-size: var(--px16); position: relative; padding-right: 20px; }
.banner-text .gtranslate_wrapper a.gt-current-lang { font-weight: 400; }
.banner-text .gtranslate_wrapper a:after { content: "\3d"; font-family: var(--font4); position: absolute; bottom: -2px; right: 0; }
.banner-text a.btn { margin-top: 20px; }
.banner-text .gtranslate_wrapper a:hover, .banner-text .gtranslate_wrapper a:focus { text-decoration-line: underline; text-underline-offset: 3px; }

.about-section .about-content, .testimonial-section .ts-content, .partner-section .partner-content, .contact-section .contact-content { padding: 4.375rem 0; }
.about-section .h5 { text-transform: uppercase; letter-spacing: 5px; text-transform: uppercase; font-size: var(--px25); line-height: 1.3em; color: var(--color-text); font-weight: 300;  }
.about-section .h1.with-bottom-border:after { margin-top: 1rem; }

.testimonial-section { background-color: var(--color-primary); }
.testimonial-list .item { color: var(--color-default); margin: 10px 0; }
.et-quote { font-family: var(--font4); color: var(--color-default); font-weight: 400; }
.testimonial-list .item {}

.partner-section .h1.with-bottom-border:after { margin-top: 17px; }
.badge-partners { margin-bottom: 5rem; }
.badges { column-gap: 1.5rem; }
.badges .item { margin-bottom: 1rem; }



/* Contact ---------------------------------------------*/
iframe { width: 100% !important; height: 25rem !important; }

.gform_wrapper form { text-align: left; }
.gform_wrapper .gform_heading { display: none !important; }
.gform_wrapper .gfieldlabelnone .gfield_label, .hide-text {
	position: absolute;
	left: -99999px;
	top:auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.gform_wrapper .gfield_label { font-weight: 400 !important; }
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	border: 0;
	border-bottom: 1px solid #333;
	border-left: 3px solid #333;
	background-color: var(--color-default);
	color: var(--color-text);
	padding: 0.75rem 1.5625rem !important;
	font-size: var(--fs18) !important;
	line-height: 1.5em;
}
.gform_wrapper .gfield textarea.small { height: 6.25rem !important; }
.gform_wrapper .gfield textarea.medium { height: 9.375rem !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 1.25rem !important; }
.gform_wrapper .gform_footer {
	text-align: left;
	justify-content: flex-start;
	padding: 0 0 1.25rem !important;
}
.gform_wrapper input[type=submit] {
	border: 1px solid var(--color-primary);
	border-radius: 0;
	font-size: var(--px17) !important;
	font-weight: 600;
	font-family: var(--font2) !important;
	line-height: 1.2em;
	text-transform: uppercase;
	color: var(--color-primary);
	background-color: transparent;
	padding: 1.25rem 1.75rem 1.125rem !important;
	transition: all 0.3s ease-in-out;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus {
	background-color: var(--color-primary);
	color: var(--color-default);
}
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-text);
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-text);
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
	color: var(--color-text);
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper select:-moz-placeholder { /* Firefox 18- */
	color: var(--color-text);
}
.gform_confirmation_wrapper { text-align: center; }
.gform_confirmation_wrapper .gform_confirmation_message {
	background-color: var(--color-default);
    color: #000;
    font-size: var(--fs18);
    padding: 0.625rem 1.25rem;
    border: 0.125rem solid #20ab44;
    display: inline-block;
    margin-top: 1.875rem;
	line-height: 1.5em;
    font-weight: 500;
}
.gform_wrapper .charleft { font-weight: 600; font-style: italic; padding-top: 0.125rem !important; font-size: var(--px16) !important; }







/* Footer ---------------------------------------------*/
.callbar-section .bg-image:before { background-image: linear-gradient(180deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); }
.callbar-flex { flex-wrap: nowrap; }
.callbar-section .callbar-content { padding: 5.25rem 5rem 4.375rem; }

.contact-section .h4 { text-transform: uppercase; font-size: var(--px22); margin-bottom: 1rem; line-height: 1.2em; color: var(--color-primary); font-weight: 600; }
.et-mail, .et-phone, .et-clock { font-size: var(--px75); font-family: var(--font4); font-weight: 400; }
.et-clock, .et-phone { font-family: var(--font3); font-weight: 900; }
.contact-flex { margin-top: 3.75rem; }
.contact-flex > div { margin-bottom: 3.25rem; }
.contact-flex > div > i { margin-bottom: var(--px30); }

.footer-section { background-color: #222; }
.footer-top .fstop { padding: 4.375rem 0; font-size: var(--px14); }
.footer-section .h4 { font-size: var(--px20); text-transform: uppercase; line-height: 1.2em; color: var(--color-secondary); margin-bottom: 1.25rem; font-weight: 600; }
.fsmenu ul li, .fsmenu-serv ul li { margin-bottom: 0.5rem; }
.fstop a { color: var(--color-default); text-decoration: none; }
.fscontact { font-size: var(--fs18); line-height: 2em; }
.fscontact a i { margin-right: 0.5rem; font-size: var(--fs16); }
.fscontact p { margin-bottom: 1.25rem; }

.footer-bottom { background-color: #171717;  color: rgba(255, 255, 255, 0.5); font-size: var(--px13); }
.footer-bottom .fsbottom { column-gap: 2.5rem; padding: 1.75rem 0 1.5rem; }
.fscopy a { font-weight: 700; color: rgba(255, 255, 255, 0.5); text-decoration: none; }
.fstop a:hover, .fstop a:focus, .fscopy a:hover, .fscopy a:focus { color: var(--color-secondary); text-decoration-line: underline; text-underline-offset: 3px; }
.fssocial a { margin: 0 var(--px13); }
.fssocial img { width: var(--px30); }




#al21_wdgt34_55pw_maindiv {
  position: fixed !important;
  bottom: 10px !important;
  right: 20px !important;
  top: auto !important;
  transform: none !important;
}



@keyframes fadeTop {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInTop {
	0% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}
@keyframes fadeOutTop {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(-60%);
		transform: translatey(-60%);
	}
}
@keyframes fadeInBottom {
	0% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
}
@keyframes fadeOutBottom {
	0% {
		opacity: 1;
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translatey(60%);
		transform: translatey(60%);
	}
}
@keyframes menuslide {
	0% {
		transform: translateY(-100px);
	}

	100% {
		transform: translateY(0px);
	}
}
.fadeTop {opacity: 1; -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1; animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;}
.fadeInTop, header#header .navsearch.clicked .frmSearch {-webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);}
.fadeInBottom, header#header .mhs-right.hidden-animation > .nav, header#header .mhs-right.hidden-animation .mhs-button { opacity: 1; -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }
.fadeOutTop, header#header .navsearch.hidden-animation .frmSearch {-webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }
.fadeOutBottom, header#header .mhs-right.clicked > .nav, header#header .mhs-right.clicked .mhs-button {-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }








/* Mobile ---------------------------------------------*/
#mobile-nav {
    overflow: hidden;
    position: relative;
    z-index: 102;
    margin: 0;
}
#mobile-nav.topright {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    top: 1.25rem;
    right: 0;
	position: absolute;
}
#mobile-nav .main-menu > li > a:after { display: none; }
#mobile-nav.topright .mean-bar {
    background-color: transparent;
	position: relative;
}
.mean-container .mean-nav ul li a {
	background-color: var(--color-default) !important;
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	font-size: var(--fs16);
	padding: 1.25rem 1.875rem 1em;
	width: 100%;
	color: var(--color-primary);
}
.mean-container .mean-nav ul li li a {
    width: 100%;
	padding: 1rem 3.125rem 0.75em;
	color: var(--color-primary);
}
.mean-container .mean-nav { margin-top: 5.25rem !important; }
.mean-container a.meanmenu-reveal {
	width: 3.125rem !important;
    padding-top: 0.625rem !important;
    color: var(--color-primary) !important;
    font-size: var(--fs32) !important;
    height: 3rem;
	margin-right: 80px;
}
.mean-container a.meanmenu-reveal span span span {
    margin-top: 9px;
}
.mean-container .mean-nav ul {
	max-height: 100vh;
	max-height: calc(100vh - 95px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mean-container a.meanmenu-reveal span {
    background: var(--color-primary) !important;
    width: 80% !important;
    height: 0.25rem !important;
    border-radius: 0.625rem;
    margin: 0.625rem auto 0 !important;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 1.5rem !important;
    font-size: var(--fs21) !important;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 2rem !important;
	padding: 0.75rem !important;
	border: 0 !important;
}
.mean-container a.meanmenu-reveal.meanclose { display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li a:focus { color: var(--color-secondary) !important; }









/* Media ---------------------------------------------*/
@media ( min-width: 1960px ) {
	html { font-size:16px; }
}
@media (min-width: 992px) {
	.hideDesktop { display: none !important; }
	.main-menu li ul {
		z-index: 1000;
		padding: 0;
		position: absolute;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		webkit-transition: opacity .05s 0s ease-in-out;
		-ms-transition: opacity .05s 0s ease-in-out;
		-o-transition: opacity .05s 0s ease-in-out;
		transition: opacity .05s 0s ease-in-out;
		-webkit-transition: 350ms;
		-moz-transition: 350ms;
		-o-transition: 350ms;
		transition: 350ms;
		border-top: 3px solid var(--color-secondary);
		margin-top: 46px;
	}
	.main-menu li ul li {
		background-color: var(--color-default);
		border-top: 1px solid rgba(0,0,0,0.05);
		display: block;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
		-webkit-transition: height 200ms ease-in-out;
		-moz-transition: height 200ms ease-in-out;
		-o-transition: height 200ms ease-in-out;
		transition: height 200ms ease-in-out;
		position: relative;
	}
	.main-menu li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	.main-menu li:hover ul li {height: auto;}
	.main-menu > li { padding-right: 25px; }
	.main-menu li ul li a { width: 100%; min-width: 240px; padding: 10px 20px; }
	
	.flex,
	.flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.footer-bottom .fsbottom, .mcprofile-flex { flex-wrap: nowrap; }
	.footer-top .fstop .fstop-flex > div { width: 20.875%; }
	.fslogo, .fsquick, .fsservices {  margin-right: 5.5%; }
	.fsquick .fswrap, .fsservices .fswrap { float: left; }
	.contact-flex { max-width: 1080px; margin-left: auto; margin-right: auto; }
	.contact-flex > div { width: 33.33%; }
	.callbar-flex .callbar-left { width: 70%; }
	.mcmissions .item, .mcareas .item { width: 30%; }
	.mcmissions .item:not(:last-child) { margin-right: 5%; }
	.mcflex .the-content { width: 64.833%; }
	.mcflex .sidebar { width: 29.6667%; }
	.contact-section .container, .main-areas .container, .partner-section .container, .testimonial-section .container { max-width: 89%; width: 89%; }
	.mcareas .item:not(:last-child) { margin-right: 4.5%; }
	.mcteam .item { width: 48%; }
	.main-content.single-blog .inner-wrap { max-width: 675px; margin: 0 auto; }
	.testimonial-list .slick-track { display: flex; align-items: center; }
	.about-flex > div { width: 48.5%; }
	header#header .menu-content { position: relative; }
	.fixed-header { animation: menuslide;
        animation-duration: 0.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
}







@media (max-width: 991px) {
	html { font-size: 2vw; }
	.hideMobile { display: none; }
	.main-content .sitecol .col { width: 100%; padding-right: 0; }
	.main-menu li .sub-menu { position: static; }
	.main-menu li ul ul { width: 100%; position: relative; }
	.col2 { column-count: 1; -webkit-column-count: 1; }
	.alignright, .alignleft { margin: 0 auto 1.875rem; float: none; display: block; }
	
	
	.footer-section, .callbar-section { text-align: center; }
	.fstop .fstop-flex > div:not(:last-child) { margin-bottom: 2rem; }
	.footer-bottom .fsbottom { display: flex; flex-direction: column-reverse; }
	.fssocial { margin-bottom: 0.5rem; }
	.callbar-section .callbar-content { padding-left: 0; padding-right: 0; }
	.mcareas .item { margin-bottom: 3rem; }
	h2, .h1 { font-size: var(--px25); }
	.banner-section h1, .banner-section .h1 { font-size: var(--px35); }
	.et-search:before { font-weight: 600; }
	
	
	header#header .menu-content, header#header .mhs-right { display: flex; }
	header#header .logo { width: 20%; position: relative; }
	header#header .navsearch, header#header .logo { z-index: 99999; }
	header#header .navsearch { margin-right: 10px; }
}
