/*

Theme Name: LFS - Espy Law

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://use.typekit.net/gim4kqw.css');






:root {
	
	--font1: 'inter-variable', sans-serif;
	--font2: 'poppins', sans-serif;
	--font3: 'Font Awesome 5 Free';
	--color-primary: #232325;
	--color-secondary: #3F7FBE;
	--color-tertiary: #1E1E20;
	--color-text: #232325;
	--color-gold-gradient: linear-gradient(to right, #D8882E 49%, #F1B72A 100%);
	--color-blue-gradient: linear-gradient(to right, #3F7FBE 0%, #75AAD6 100%);
	--color-black: #000;
	--color-default: #fff;
	--color-text-light: #FFF8EF;
	
	--fs96: 6rem;
	--fs90: 5.625rem;
	--fs80: 5rem;
	--fs75: 4.6875rem;
	--fs72: 4.5rem;
	--fs65: 4.0625rem;
	--fs64: 4rem;
	--fs60: 3.75rem;
	--fs58: 3.625rem;
	--fs55: 3.4375rem;
	--fs52: 3.25rem;
	--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;
}





/* Ovewrite Bootstrap */

html { font-size: 0.833333vw; }

body{

    font-family: var(--font1);
	color: var(--color-text);
	font-size: var(--fs24);
	font-weight: 400;
	line-height: 1.6em;
}


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, .container-medium, .container-full {
    max-width: 104.375rem;
    width: 90%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.container-medium { max-width: 93.375rem; width: 85%; }
.container-full { max-width: 100%; width: 100%; }
.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(--fs55);
	font-weight: 700;
	font-family: var(--font2);
	color: var(--color-primary);
	text-transform: none;
	line-height: 1.2em;
	margin-bottom: 1.875rem;
}
h2 strong, .h1 strong { color: var(--color-secondary); }
.h1, .h2, .h3, .h4, .h5 { margin-top: 0; }
h2, .h2 { font-size: var(--fs45); }
h3, .h3 {
	font-size: var(--fs30);
	font-weight: 700;
}
h4, .h4 {
	font-size: var(--fs24);
	font-weight: 400;
	line-height: 1.7em;
}
h5, .h5 {
	text-transform: none;
	font-weight: 600;
	font-size: var(--fs26);
	letter-spacing: 0;
	line-height: 1.7em;
	margin-bottom: 1.25rem;
	font-family: var(--font1);
}
.h5.sub:before { content: ''; background: var(--color-gold-gradient); display: inline-block; margin-right: 1.875rem; height: 0.1875rem; width: 4.1875rem; margin-bottom: 0.5rem; }
a.btn, a.btn-blue {
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
	color: #fff;
	text-transform: capitalize;
	font-size: var(--fs18);
	font-family: var(--font2);
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 0.0625rem;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all .5s ease;
	clip-path: polygon(6% 0%, 100% 0%, 95% 100%, 0% 100%);
	border: 0;
	padding: 0;
	max-width: 29.625rem;
	width: 100%;
}
a.btn > span { clip-path: polygon(6% 0%, 100% 0%, 95% 100%, 0% 100%); background: var(--color-gold-gradient); display: flex; align-items: center; justify-content: center; position: relative; padding: 1.75rem 2.5rem 1.5rem; }
a.btn > span:before, .gform_wrapper button.button:before, .mcareas .item h2:after, .mcarea-popup .item > h2:after { content: '\f061'; font-family: var(--font3); font-weight: 700; color: var(--color-default); font-size: var(--fs26); transform: rotate(-45deg); transition: transform 0.5s ease-in-out; margin-right: 1.5rem; display: inline-block; }
a.btn:hover, a.btn:focus, a.btn-blue { color: #fff; padding: 0.0625rem; }
a.btn:hover > span:before, a.btn:focus > span:before, .gform_wrapper button.button:hover:before, .gform_wrapper button.button:focus:before, .mcareas .item a:hover h2:after, .mcareas .item a:focus h2:after, .mcarea-popup .item a:hover > h2:after, .mcarea-popup .item a:focus > h2:after { transform: rotate(0); }
a.btn:hover > span, a.btn-blue > span { background: var(--color-blue-gradient); }
a.btn-blue:hover > span, a.btn-blue:focus > span { background: var(--color-gold-gradient); }
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, .col3 { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 5%; column-gap: 5%; }
.col3 { -webkit-column-count: 3; column-count: 3; }
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 { position: absolute !important; }
.img-fit { width: 100%; height: 100%; object-fit: cover; }
.text-gradient { background: linear-gradient(to right, #D8882E 49%, #F1B72A 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }





/* Header ---------------------------------------------*/
header#header { position: relative; }
header#header .bg-image:before { background: linear-gradient(to bottom, rgba(63,127,190,0) 0%, #3F7FBE 75%); opacity: 0.78;}
header#header .menu-header-section { background-color: #212121; }
header#header .menu-content { padding: 1.75rem 0; }
header#header .logo { width: 21.14%; }
/*header#header .ph { width: 19.7%; }*/
header#header .ph a { color: var(--color-default); text-decoration: none; font-size: var(--fs18); font-weight: 400; line-height: 1.2em; text-align: left; display: block; }
header#header .ph a > span { padding: 1rem 1.875rem 0.875rem; }
header#header .ph a > span:before { display: none; }
header#header .ph .i-phone { background-image: url(images/icon-phone.png); background-repeat: no-repeat; background-size: cover; width: 2.375rem; height: 2.4375rem; display: inline-block; margin-right: 1rem; }
header#header .ph strong { display: block; }
header#header .lang { margin-right: 1rem; position: relative; }
header#header .lang .menu > li > a, header#header .lang > a {
	position: relative;
	background-color: #C5C5C5;
	border-color: var(--color-default);
	border-radius: 0.625rem;
	font-weight: 500;
	color: #2D2D2D;
	font-size: var(--fs16);
	text-transform: uppercase;
	padding: 1.1875rem 3.25rem 1.125rem 1.25rem;
	display: inline-block;
	line-height: 1.2em;
}
header#header .lang .menu > li > a:after, header#header .lang > a:after { content: '\f107'; font-family: var(--font3); font-weight: 700; position: absolute; color: #1C1B1F; }
header#header .lang .menu > li > a:after, header#header .lang > a:after { right: 1.4375rem; font-size: var(--fs14); }
header#header .lang .gtranslate_wrapper {
	position: absolute;
    left: 1rem;
	padding: 0.25rem 0 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
    min-width: 4rem;
}
header#header .lang .gtranslate_wrapper a { display: block; background-color: #C5C5C5; border-radius: 0; padding: 0.4rem 1rem; color: #2D2D2D; font-size: var(--fs18); }
header#header .lang:hover .gtranslate_wrapper, header#header .lang:focus .gtranslate_wrapper { opacity: 1; pointer-events: all; }
header#header .lang .gtranslate_wrapper a:hover, header#header .lang .gtranslate_wrapper a:focus { background-color: var(--color-secondary); color: var(--color-default); }






.main-menu { flex-wrap: wrap; justify-content: space-between; column-gap: 2.5rem; }
.main-menu > li {
	font-weight: 500;
	font-family: var(--font2);
	font-size: var(--fs18);
	line-height: 1.2em;
	text-transform: capitalize;
	letter-spacing: 0.0625rem;
}
.main-menu > li > a {
	color: var(--color-default);
	text-decoration: none;
	display: block;
	padding: 5px 0;
	transition: all .5s ease-in-out;
}
.main-menu > li > a:after {
	content: ''; display: block; width: 100%; height: 0.125rem; background-color: var(--color-default);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.main-menu > li > a:hover:after, .main-menu > li > a:focus:after { -webkit-transform: scaleX(1); transform: scaleX(1); }
.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 {
	background-color: var(--color-secondary);
}

.main-menu li ul li a {
	padding: 0.75rem 1.25rem 0.625rem;
	display: block;
	text-align: left;
	color: var(--color-default);
	border-bottom: 1px solid #033444;
	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: 26rem; color: var(--color-default); display: flex; align-items: center; }
.banner-section h1, .banner-section .h1 { color: var(--color-default); font-weight: 700; font-size: var(--fs80); line-height: 1.2em; }
.banner-section .h5 { color: var(--color-default); }
.banner-section .banner { padding: 8rem 0 5rem; }
#vid { position: absolute; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; z-index: -1; }
  




/* Main Content ---------------------------------------------*/
.inner-wrap { padding: 6rem 0 5rem; }
.main-content p { margin: 0 0 1.875rem; }
.main-content ul {
	margin-left: 1.75rem;
	list-style-type: disc;
}
.main-content ul li {
    margin-bottom: 0.4375rem;
}
.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 {
	color: var(--color-text);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
}
.paginate .page-numbers {
	margin: 0 0.375rem;
	color: var(--color-text);
	background: transparent;
	border: 1px solid var(--color-text);
	width: 4.8125rem;
	height: 4.8125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3125rem;
	line-height: 1.2em;
}
.paginate .prev, .paginate .next {
	position: relative;
	color: var(--color-secondary);
	font-size: 0;
}
.paginate .prev:before, .paginate .next:before { content: '\f060'; font-family: var(--font3); font-weight: 700; position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: var(--fs24); display: flex; align-items: center; justify-content: center;}
.paginate .next:before { content: '\f061'; }
.paginate .current, .paginate .page-numbers:hover, .paginate .page-numbers:focus {
	background: var(--color-default);
	color: var(--color-secondary);
	font-weight: 700;
}
.paginate .prev:hover, .paginate .prev:focus, .paginate .next:hover, .paginate .next:focus { background: var(--color-blue-gradient); color: var(--color-default); }








/* Blog ---------------------------------------------*/
.mcblog { padding-top: 1.25rem; }
article.blogpost { margin-bottom: 3rem; }
article.blogpost > a { text-decoration: none; color: var(--color-text); }
article.blogpost .ptitle {
	font-size: var(--fs45);
	font-family: var(--font2);
	font-weight: 700;
	margin-bottom: 1.75rem;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0;
	color: var(--color-secondary);
	border-bottom: 1px solid var(--color-black);
	padding-bottom: 1.75rem;
	position: relative;
	padding-right: 2rem;
}
article.blogpost .ptitle:after, .blog-list article.blogpost .more:after { content: '\f061'; font-family: var(--font3); font-weight: 700; position: absolute; right: 0; bottom: 1.75rem; transform: rotate(-45deg); color: #D8882E; font-size: var(--fs26); transition: all .5s ease-in-out; }
article.blogpost .featured-image {
	height: 29.0625rem;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	margin-bottom: 1.875rem;
}
article.blogpost a:hover .ptitle, article.blogpost a:focus .ptitle { color: var(--color-primary); }
article.blogpost a:hover .ptitle:after, article.blogpost a:focus .ptitle:after { transform: rotate(0); }
article.blogpost a:hover .featured-image, article.blogpost a:focus .featured-image { opacity: 0.8; }
.pdate {
	font-size: var(--fs16);
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 0.625rem;
}
.featured-image.nopic { background-image: none; background-color: var(--color-primary); display: flex !important; justify-content: center; align-items: center; }
.featured-image.nopic img { width: 80%; }


.side-blog ul { margin: 0; }
.side-blog ul li {
	list-style: none;
	margin-bottom: 1.25rem;
	line-height: 1.5em;
}
.side-blog ul li a {
	text-decoration: none;
	color: var(--color-primary);
	border-bottom: 0.0625rem solid var(--color-primary);
}
.side-blog ul li a:hover, .side-blog ul li a:focus { border-bottom: 0; }


/* Testimonials ---------------------------------------------*/
.main-testimonials .paginate { padding-top: 4.5rem; }
.mctestimonials { column-gap: 2rem; }
.mctestimonials .item { background: linear-gradient(to bottom, #0076D3 0%, #232325 100%); color: var(--color-default); font-weight: 400; font-size: var(--fs18); line-height: 1.6em; max-width: 33.25rem; width: 100%; padding: 5rem 3.5rem; min-height: 31.25rem; margin-bottom: 2rem; }
.mctestimonials .item .auth { font-weight: 700; font-size: var(--fs36); line-height: 1.2em; font-family: var(--font2); margin-bottom: 0.3125rem; }
.mctestimonials .item .pos { font-size: var(--fs18); display: block; color: rgba(255,255,255,0.5); }
.mctestimonials .item .rating { margin-bottom: 1.875rem; display: flex; }
.mctestimonials .item .rating svg { margin: 0 0.375rem; }



/* Pracitce Areas & child ---------------------------------------------*/
.mcareas { gap: 1.25rem; }
.mcareas .item { max-width: 51.5625rem; width: 100%; overflow: hidden; height: 29.0625rem; color: var(--color-default); }
.mcareas .item a { height: 100%; display: block; position: relative; transition: all .5s ease-in-out; color: var(--color-default); }
.mcareas .item .overlay { display: flex; align-items: flex-end; padding: 2.25rem 3.5rem 0.3125rem; background: linear-gradient(to top, #232325 7%, rgba(35,35,37,0) 70%); }
.mcareas .item img { transform: scale(1); transition: transform .5s ease-in-out; }
.mcareas .item h2 { font-size: var(--fs45); line-height: 1.2em; color: var(--color-default); }
.mcareas .item h2:after { margin-right: 0; margin-left: 2.125rem; }
.mcareas .item p { height: 0; }
.mcareas .item .o-wrap { transform: translateY(30%); -webkit-transform: translateY(30%); -moz-transform:translateY(30%);-ms-transform:translateY(30%);-o-transform:translateY(30%); transition: all .5s ease-in-out; }
.mcareas .item a:hover .overlay, .mcareas .item a:focus .overlay { background: linear-gradient(to top, #3F7FBE 30%, rgba(63,127,190,0) 100%); }
.mcareas .item a:hover img, .mcareas .item a:focus img { transform: scale(1.1); }
.mcareas .item a:hover p, .mcareas .item a:focus p { height: auto; }
.mcareas .item a:hover .o-wrap, .mcareas .item a:focus .o-wrap { transform: translateY(0); -webkit-transform: translateY(0); -moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0); }

.mcarea-popup { margin-top: 4rem; }
.mcarea-popup .item { max-width: 49.4375rem; width: 100%; margin-bottom: 2rem; }
.mcarea-popup .item a { display: block; color: var(--color-text); }
.mcarea-popup .item img { height: 29.0625rem; margin-bottom: 2rem; }
.mcarea-popup .item h2 { color: var(--color-secondary); font-size: var(--fs45); letter-spacing: 0; border-bottom: 1px solid var(--color-black); padding-bottom: 1.75rem; margin-bottom: 1.875rem; position: relative; }
.mcarea-popup .item > h2:after { color: #D8882E; position: absolute; top: 0; right: 0; } 
.popup-box { position: fixed; top: 0; bottom: 0; width: 100%; left: 0; z-index: 9999; background-color: rgba(0,0,0,0.6); display: none; opacity: 1; transition: opacity 0.15s linear; overflow-x: hidden; overflow-y: auto;
}
.popup-box .popup-wrapper {	border: 0.4375rem solid #D9D9D9; background-color: #fff; width: 85%; max-width: 85.5rem; margin: 0 auto; height: 49rem;	position: relative;	box-sizing: border-box;	top: 7%; opacity: 0; transform: translateY(-100px); transition: 0.3s linear; transition-property: opacity, transform; }
.popup-box .popup-container { position: relative; overflow-y: auto; padding: 5rem 4.25rem 5rem; height: 100%;}
.popup-box .close { font-family: var(--font2); font-size: var(--fs21); position: absolute; top: 1rem; right: 1.5rem; color: var(--color-black); opacity: 0.8; z-index: 1; }
.popup-box.active { display: block; }
.popup-box.active .popup-wrapper { opacity: 1; transform: translateY(0); }
.stopScroll { overflow: hidden; }

.client-feat .item:first-child { border-top: 1px solid var(--color-black);}
.client-feat .item { border-bottom: 1px solid var(--color-black); padding: 2rem 2rem 0.5rem; }
.client-feat .item h3 { color: var(--color-secondary); }


.slick-slider .slick-dots { margin-left: 0; bottom: 0; margin-bottom: 0; left: 0; right: 0; }
.slick-slider .slick-dots li, .slick-slider .slick-dots li button, .slick-slider .slick-dots li button:before {
	width: 0.75rem; height: 0.75rem; margin: 0 0.375rem; }
.slick-slider .slick-dots li button:before { background: #D9D9D9; border: 0; font-size: 0; opacity: 1; border-radius: 100%; }
.slick-slider .slick-dots li button:hover:before, .slick-slider .slick-dots li button:focus:before, .slick-slider .slick-dots li.slick-active button:before { background: #75AAD6; opacity: 1; }

.slick-slider { padding-bottom: 1.5rem; }
.slick-slider .slick-arrow:before { content: '\f053'; font-family: var(--font3); font-weight: 900; opacity: 1; display: block; font-size: var(--fs28); color: var(--color-secondary); }
.slick-slider .slick-arrow { border-radius: 0; width: 3rem; height: 3rem; background-color: transparent; top: 40%; }
.slick-slider .slick-prev { z-index: 1; left: -3.125rem; }
.slick-slider .slick-next { right: -3.125rem; }
.slick-slider .slick-next:before { content: '\f054'; }
.slick-slider .slick-arrow:hover:before, .slick-slider .slick-arrow:focus:before { color: var(--color-primary); }


/* Frontpage ---------------------------------------------*/
body.home header#header .bg-image:before { background: linear-gradient(to bottom, rgba(63,127,190,0) 0%, #3F7FBE 83%); opacity: 1; }
body.home header#header .bg-image { margin-top: 8rem; }
body.home .banner-section .banner { padding: 18rem 0 4rem; }
.banner-text { font-size: var(--fs26); line-height: 1.5em; }
.banner-text p { margin-bottom: 1.875rem; }

.area-section .as-content, .testimonial-section .ts-content { padding: 5rem 0; }

.testimonial-section .ts-content { padding: 5rem 0; }
.testimonial-list { padding-bottom: 4rem;  margin-bottom: 3rem !important; }
.testimonial-section .buttons a { margin-bottom: 1rem; }

.about-section { background: linear-gradient(to bottom, #3F7FBE 0%, #232325 100%); position: relative; overflow: hidden; }
.about-section .about-content, .blog-section .blog-content { padding: 6rem 0 5rem; }
.about-flex .about-right { position: absolute; right: 0; bottom: 0; top: 0; max-width: 56.875rem; width: 100%; }

.blog-section .blog-content { padding: 6rem 0 5rem; }
.blog-list { column-gap: 1.3125rem; }
.blog-list article.blogpost { width: 100%; max-width: 25rem; position: relative; padding-bottom: 2rem;}
.blog-list article.blogpost .ptitle:after { display: none; }
.blog-list article.blogpost .featured-image { height: 25.875rem; }
.blog-list article.blogpost h2 { font-size: var(--fs24); font-weight: 700; color: var(--color-primary); border-bottom: 0; line-height: 1.3em; margin-bottom: 1rem; padding-bottom: 0; }
.blog-list article.blogpost .more { color: var(--color-secondary); font-weight: 700; font-size: var(--fs15); line-height: 1.5em; font-family: var(--font2); border-bottom: 1px solid var(--color-secondary); position: absolute; bottom: 0; }
.blog-list article.blogpost .more:after { transform: rotate(0); display: inline-block; position: relative;     font-size: var(--fs15); bottom: unset; right: unset; color: var(--color-secondary); margin-left: 1.125rem; }
.blog-list article.blogpost a:hover .more, .blog-list article.blogpost a:focus .more { border-bottom: 0; }


.main-profile .about-right img { object-position: top; }
.main-profile .container { max-width: 93.375rem; margin: 0 auto; }
.main-profile .about-left .h1 { margin-bottom: 1rem; }
.main-profile .about-left .pos { margin-bottom: 2.5rem; }
.badges { margin-top: 3.5rem; }
.badges .item { margin: 0 0 1rem; }
.main-profile .badges .item { max-width: 31.25rem; }
.main-profile .badges .item img { mix-blend-mode: screen; }




/* Contact ---------------------------------------------*/
.main-contact iframe { width: 100% !important; height: 37.5rem !important; }
.mccontact-wrap { margin-top: 5rem; font-size: var(--fs18); line-height: 1.7em; }
.mccontact-wrap .h4, .fstop .h4 { font-size: var(--fs18); font-weight: 600; font-family: var(--font2); line-height: 1.2em; margin-bottom: 2.25rem; text-transform: none; letter-spacing: 0; }
.mccontact-wrap p { margin-bottom: 0.75rem; }
.mcreach a { color: var(--color-text); text-decoration: none; }
.mcreach a:hover, .mcreach a:focus, .gform_wrapper .gfield .ginput_container_consent a:hover, .gform_wrapper .gfield .ginput_container_consent a:focus { text-decoration-line: underline; text-underline-offset: 2px; }


.form-section, .form-section .container { position: relative; }
.form-section .bg-image:before { background-color: rgba(63,127,190,0.9); }
.form-section .form-content { padding: 6rem 0 4rem; max-width: 54.5rem; margin: 0 auto; }
.form-section .gform_wrapper input,
.form-section .gform_wrapper textarea,
.form-section .gform_wrapper select { background-color: transparent; color: var(--color-default); }
.form-section .gform_wrapper input::-webkit-input-placeholder, .form-section .gform_wrapper textarea::-webkit-input-placeholder, .form-section .gform_wrapper select::-webkit-input-placeholder { color: var(--color-default); }
.form-section .gform_wrapper input::-moz-placeholder, .form-section .gform_wrapper textarea::-moz-placeholder, .form-section .gform_wrapper select::-moz-placeholder { color: var(--color-default); }
.form-section .gform_wrapper input:-ms-input-placeholder, .form-section .gform_wrapper textarea:-ms-input-placeholder, .form-section .gform_wrapper select:-ms-input-placeholder { color: var(--color-default); }
.form-section .gform_wrapper input:-moz-placeholder, .form-section .gform_wrapper textarea:-moz-placeholder, .form-section .gform_wrapper select:-moz-placeholder { color: var(--color-default); }


.gform_wrapper { padding-top: 1.25rem; }
.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: 1px solid rgba(255,255,255,0.5);
	background-color: var(--color-default);
	color: var(--color-text);
	padding: 0.9375rem 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: 11.75rem !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 1.75rem !important; grid-column-gap: 1.875rem !important; }
.gform_wrapper .gform_footer {
	text-align: right;
	justify-content: flex-end;
	padding: 0 0 1.25rem !important;
}
.gform_wrapper input[type=submit], .gform_wrapper button.button {
	border: 0;
	border-radius: 0;
	font-size: var(--fs18) !important;
	font-weight: 700;
	font-family: var(--font2) !important;
	line-height: 1.2em;
	text-transform: capitalize;
	letter-spacing: 0;
	color: #fff;
	background: var(--color-gold-gradient);
	padding: 1.75rem 5rem 1.5rem!important;
	transition: all .5s ease;
}
.gform_wrapper button.button { clip-path: polygon(8% 0%, 100% 0%, 94% 100%, 0% 100%); max-width: 29.5rem; width: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus, .gform_wrapper button.button:hover, .gform_wrapper button.button:focus {
	background: var(--color-blue-gradient);
	color: #fff;
}
.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 .gfield.gfield--type-consent { margin-top: 1rem; }
.gform_wrapper .gfield .ginput_container_consent { display: flex; text-transform: capitalize; }
.gform_wrapper .gfield .ginput_container_consent input { width: 1.75rem; height: 1.75rem; margin-right: 0.875rem; }
.gform_wrapper .gfield .ginput_container_consent label { font-size: var(--fs18) !important; font-weight: 400; line-height: 1.6em; }
.gform_wrapper .gfield .ginput_container_consent a { text-decoration: none; color: var(--color-default); font-weight: 700;}








/* Footer ---------------------------------------------*/
.footer-section { background-color: var(--color-primary); font-size: var(--fs18); line-height: 1.7rem; }
.footer-top .fstop { padding: 3.25rem 0 2rem; }  
.fslogo { margin-bottom: 2rem; }
.fsdisclaim { font-style: italic; color: #7E7E7E; font-size: var(--fs15); line-height: 1.5em; }
.fstop a, .fsbottom a { text-decoration: none; }
.fstop p { margin: 0 0 0.9375rem; }
.fsreach a, .fssocial a, .fsbottom a { color: var(--color-default); }
.fsreach a:hover, .fsreach a:focus, .fsbottom a:hover, .fsbottom a:focus { text-decoration-line: underline; text-underline-offset: 2px; }
.fstop-flex .fstop-right { margin-top: 3.5rem; }
.fssocial a { font-size: var(--fs26); margin: 0 0.875rem; }
.fssocial a:hover, .fssocial a:focus { color: var(--color-secondary); }
.footer-bottom { border-top: 1px solid rgba(255,248,239,0.2); font-family: var(--font2); font-size: var(--fs16); line-height: 1.5em; }
.footer-bottom .fsbottom { padding: 2.5rem 0; }
.fsnav ul li { position: relative; list-style: none; }
.fsnav ul li:before { content: ''; background-color: #fff; height: var(--fs11); width: 0.0625rem; display: inline-block; margin: 0 0.75rem; }
.fsnav ul li:first-child:before { display: none; }











/* Mobile ---------------------------------------------*/
#mobile-nav {
    overflow: hidden;
    position: relative;
    z-index: 102;
    margin: 0;
}
#mobile-nav.topright {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    top: 1.125rem;
    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-primary) !important;
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	font-size: var(--fs16);
	padding: 1rem 1.875rem 0.75em;
	width: 100%;
}
.mean-container .mean-nav ul li li a {
    width: 100%;
	padding: 1rem 3.125rem 0.75em;
}
.mean-container .mean-nav { margin-top: 5.5rem !important; }
.mean-container a.meanmenu-reveal {
	width: 3.125rem !important;
    padding-top: 0.625rem !important;
    color: var(--color-default) !important;
    font-size: var(--fs32) !important;
    height: 3rem;
	margin-right: 1rem;
}
.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-default) !important;
    width: 65% !important;
    height: 0.25rem !important;
    border-radius: 0.625rem;
    margin-top: 0.625rem !important;
	margin-left: auto;
}
.mean-container a.meanmenu-reveal span + span { width: 80% !important; background: var(--color-gold-gradient) !important; }
.mean-container a.meanmenu-reveal span + span + span { width: 65% !important; background: var(--color-default) !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, .mean-container .mean-nav .main-menu > li.current-menu-item > a, .mean-container .mean-nav .main-menu > li.current-page-ancestor > a, .mean-container .mean-nav .main-menu > li.current-menu-parent > a { background-color: var(--color-secondary) !important; color: #fff !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;
		margin-top: 5px;
	}
	.main-menu li ul li {
		background-color: var(--color-primary);
		display: block;
		border: none;
		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.current-menu-item > a, .main-menu > li.current-page-ancestor > a, .main-menu > li.current-menu-parent > a { background: linear-gradient(to right, #F1B72A 0%, #D8882E 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
	
	.flex,
	.flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.fstop-flex .fstop-left { width: 42.2%; }
	.fstop-flex .fstop-right { width: 47%; }
	.fslogo { max-width: 37.4375rem; }
	.fssocial a:first-child { margin-left: 0; }
	.form-section .gform_wrapper .gform_footer { margin-top: -6.5rem !important; }
	.mccontact-flex .mccontact-left { width: 37.7%; }
	.mccontact-flex .mccontact-right { width: 51.4%; }
	.mccontact-wrap .mcloc { width: 50%; }
	.about-flex .about-left { width: 50%; max-width: 50.625rem; }
	.about-flex .about-right { background-color: var(--color-default); clip-path: polygon(17.5% 0%, 100% 0, 100% 100%, 0% 100%); max-width: 58.375rem; width: 100%; text-align: right; }
	.about-flex .about-right img { clip-path: polygon(18% 0%, 100% 0, 100% 100%, 0% 100%); max-width: 56.875rem; }
	.mcblog article.blogpost > a { display: flex; justify-content: space-between; align-items: center; }
	.mcblog article.blogpost .featured-image { width: 47.36%; }
	.mcblog article.blogpost .mcblogdesc { width: 47.6%; }
	.blog-list .slick-track, .testimonial-list .slick-track { display: flex; column-gap: 1.3125rem; }
	.testimonial-list .slick-track { column-gap: 2rem; }
	.blog-list article.blogpost, .testimonial-list .item { height: initial; }
	.banner-text .bs-left { width: 54%; }
	.banner-text .bs-right { width: 35%; margin-bottom: 3.125rem; }
	.main-profile .about-flex .about-left { width: 45%; max-width: 38.625rem; }
	.mcarea-flex .mcarea-left { width: 47%; }
	.mcarea-flex .mcarea-right { width: 36.4%; }
}







@media (max-width: 991px) {
	html { font-size: 3vw; }
	.hideMobile, header#header .mhs-right { 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, .col3 { column-count: 1; -webkit-column-count: 1; }
	.alignright, .alignleft { margin: 0 auto 1.875rem; float: none; display: block; }
	
	.footer-section, .main-contact, .about-section, .banner-section { text-align: center; }
	.fsnav { margin-bottom: 1rem; }
	.fsnav ul { display: flex; justify-content: center; }
	.fstop .h4, .mccontact-wrap .h4 { margin-bottom: 1rem; }
	.fstop-flex .fstop-right > div:not(:last-child), .mccontact-wrap > div { margin-bottom: 2rem; }
	.mcareas .item, .blog-list article.blogpost, .mctestimonials .item, .mcarea-popup .item { margin-left: auto; margin-right: auto; }
	.mcareas .item { font-size: var(--fs18); line-height: 1.4em; margin-bottom: 1.25rem; }
	.mcareas .item h2 { font-size: var(--fs32); }
	.slick-slider { padding-bottom: 4rem; }
	.slick-slider .slick-arrow { top: unset; bottom: -6rem; }
	.slick-slider .slick-arrow:before { content: '\f060'; background: linear-gradient(to right, #D8882E 49%, #F1B72A 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
	.slick-slider .slick-arrow:hover:before, .slick-slider .slick-arrow:focus:before { color: var(--color-primary); background: transparent; -webkit-text-fill-color: unset; opacity: 0.4; }
	.slick-slider .slick-next:before { content: '\f061'; }
	.slick-slider .slick-prev { left: calc(50% - 3.5rem); }
	.slick-slider .slick-next { right: calc(50% - 3.5rem); }
	.testimonial-list, .blog-list { margin-bottom: 7rem !important; }
	.about-section .container { max-width: 100%; width: 100%; }
	.about-section .about-content { padding: 0; }
	.about-flex .about-left { width: 90%; margin: 0 auto; padding: 3rem 0 4rem; }
	.about-flex .about-right { position: relative; padding-bottom: 1.5rem; height: 30rem; background-color: var(--color-default); }
	.blog-list article.blogpost { max-width: unset; }
	.banner-section .h5.sub:before { display: block; margin: 0 auto 1rem; }
	.banner-text a.btn-blue { padding: 0; }
	.banner-text a.btn-blue > span { background: var(--color-gold-gradient); }
	.banner-text a.btn-blue:hover, .banner-text a.btn-blue:focus { padding: 0.0625rem; }
	.banner-text a.btn-blue:hover > span, .banner-text a.btn-blue:focus > span { background: var(--color-blue-gradient); }
	body.home header#header .bg-image:before { background: linear-gradient(to bottom, rgba(63,127,190,0.4) 0%, #3F7FBE 70%, #3F7FBE 100%); }
	body.home .banner-section .banner { padding-top: 8rem; }
	body.home header#header .bg-image { margin-top: 6rem; }
	.popup-box .popup-container { padding: 3rem 1.5rem 3rem; }
	
	
	header#header .logo { width: 50%; position: relative; z-index: 99999; }
	
	
	:root {
		--fs80: 3.75rem;
		--fs55: 2.75rem;
		--fs45: 2.375rem;
		--fs36: 2rem;
	}
}





