/*

Theme Name: LFS - DEMC 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://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');






:root {
	
	--font1: 'Red Hat Display', sans-serif;
	--font2: 'Red Hat Display', sans-serif;
	--font3: 'Font Awesome 5 Free';
	--color-primary: #000;
	--color-secondary: #494949;
	--color-tertiary: #102E45;
	--color-text: #000;
	--color-bg-light: #F3F3F3;
	--color-black: #000;
	--color-default: #fff;
	--color-border: #071D33;
	--color-gray: #8F8F8F;
	
	--fs96: 6rem;
	--fs90: 5.625rem;
	--fs75: 4.6875rem;
	--fs72: 4.5rem;
	--fs66: 4.125rem;
	--fs65: 4.0625rem;
	--fs64: 4rem;
	--fs61: 3.8125rem;
	--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;
}





/* Ovewrite Bootstrap */
html { font-size: 0.833333vw; }
body{
    font-family: var(--font1);
	color: var(--color-text);
	font-size: var(--fs16);
	font-weight: 400;
	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;
}
.container, .container-full {
    max-width: 108.375rem;
    width: 95%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.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(--fs66);
	font-weight: 600;
	font-family: var(--font2);
	color: var(--color-primary);
	text-transform: uppercase;
	line-height: 1.1em;
	margin-bottom: 1.875rem;
}
h1 strong, .h1 strong, h2 strong .h2 strong, h3 strong, .h3 strong { font-weight: 900; }
.h1, .h2, .h3, .h4, .h5 { margin-top: 0; }
h2, .h2 { font-size: var(--fs61); text-transform: none; }
h3, .h3 { font-size: var(--fs32); }
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: transparent;
	color: var(--color-primary);
	text-transform: uppercase;
	font-size: var(--fs14);
	font-family: var(--font1);
    font-weight: 700;
    padding: 1.0625rem 0.75rem;
	border: 0;
	border-bottom: 0.0625rem solid var(--color-primary);
    border-radius: 0;
    letter-spacing: 0.1875rem;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all .5s ease;
}
a.btn:hover, a.btn:focus, .dark a.btn:hover, .dark a.btn:focus {
	border-color: var(--color-gray);
	color: var(--color-gray);
}
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], svg { 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; }


/* Header ---------------------------------------------*/
header#header, .footer-section, .footer-section .container, .about-section, .about-section .about-content, .callbar-section, .callbar-section .container { position: relative; }
header#header .bg-image:before { background: linear-gradient(to right, #fff 0%, rgba(214,214,214,0.6) 40%, rgba(153,153,153,0) 100%); width: 60%; }
header#header .bg-image img { mix-blend-mode: luminosity; position: relative; z-index: -1; }
header#header .menu-header-section { z-index: 2; background-color: #F8F8F8; }
header#header .menu-content { padding: 1.875rem 0; }
header#header .logo { width: 20%; }
header#header .nav { width: 75%; }


.main-menu { flex-wrap: wrap; justify-content: flex-end; column-gap: 2.5rem; }
.main-menu > li {
	font-weight: 700;
	font-family: var(--font1);
	font-size: var(--fs18);
	line-height: 1.2em;
	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;
	letter-spacing: 0.1875rem;
}
.main-menu > li > a:after {
	content: ''; display: block; width: 100%; height: 0.125rem; background-color: var(--color-gray);
	-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;
	margin-top: 0.25rem;
}
.main-menu > li > a:hover, .main-menu > li > a:focus, .main-menu > li.current-menu-item > a, .main-menu > li.current-page-ancestor > a, .main-menu > li.current-menu-parent > a { color: var(--color-gray); }
.main-menu > li > a:hover:after, .main-menu > li > a:focus:after, .main-menu > li.current-menu-item > a:after, .main-menu > li.current-page-ancestor > a:after, .main-menu > li.current-menu-parent > a: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-bg-light); color: var(--color-primary); }
.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 #343333;
	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: 19.75rem; display: flex; align-items: center; }


/* Main Content ---------------------------------------------*/
.inner-wrap { padding: 5rem 0; }
.main-content p { margin: 0 0 1.875rem; }
.main-content ul {
	margin-left: 1.25rem;
	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; }
.dark a.btn { border-color: var(--color-default); }
.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 ---------------------------------------------*/
.mcblog { padding-top: 1.25rem; gap: 0 1.5rem; }
article.blogpost { max-width: 28.9375rem; width: 100%; margin-bottom: 2rem; }
article.blogpost .ptitle { font-size: var(--fs24); font-family: var(--font1); font-weight: 700; margin-bottom: 1.25rem; line-height: 1.3em; text-transform: none; }
article.blogpost .featured-image, .side-featured-image { height: 18rem; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; margin-bottom: 1.25rem; }
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-bg-light); display: flex !important; justify-content: center; align-items: center; }
.featured-image.nopic img { width: 80%; }
.side-featured-image { height: 32rem; margin-bottom: 3.125rem; }  
.single-blog h1 { text-transform: none; }
.sidebar .box {
	background-color: var(--color-bg-light);
	padding: 3.125rem 2.5rem;
}
.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; }

.area-header, .team-header { margin-bottom: 1.875rem; }
.mcareas { gap: 0 7.9375rem; }
.mcareas .item { max-width: 21.125rem; width: 100%; margin-bottom: 3.5rem; }
.mcareas .item .img, .mcteam .item .img { height: 18.3125rem; overflow: hidden; margin-bottom: 1.25rem; }
.mcareas .item .img img, .mcteam .item .img img { mix-blend-mode: luminosity; transform: scale(1); transition: transform 0.5s ease; }
.mcareas .item h2 { font-weight: 900; font-size: var(--fs24); line-height: 1.2em; text-transform: uppercase; margin-bottom: 0; display: flex; align-items: flex-start; }
.mcareas .item h2 span, .side-areas > ul > li > a span { font-weight: 700; font-size: var(--fs16); margin-right: 1.0625rem; min-width: 1.5rem; }
.mcareas .item a:hover .img img, .mcareas .item a:focus .img img, .mcteam .item a:hover .img img, .mcteam .item a:focus .img img { transform: scale(1.2); }
.single-area { max-width: 120rem; margin: 0 auto; }
.single-area h1, .single-bio .mcbio-flex .desc h1 { text-transform: none; font-size: var(--fs61); }
ul.with-border, .side-areas > ul { margin-left: 0; }
ul.with-border > li { list-style: none; border-bottom: 0.0625rem solid var(--color-text); padding: 0.3125rem 0; margin-bottom: 0.75rem; }
.side-areas { background-color: var(--color-bg-light); padding: 6rem 2.5rem 2rem; }
.side-areas > ul > li { list-style: none; font-weight: 900; text-transform: uppercase; font-size: var(--fs24); line-height: 1.2em; margin-bottom: 1rem; }
.side-areas > ul > li > a { display: flex; align-items: flex-start; color: #777; }
.side-areas > ul > li > a:hover, .side-areas > ul > li > a:focus, .side-areas > ul > li.current > a { color: var(--color-primary); }

.mcteam { gap: 0 1.5rem; }
.mcteam .item { max-width: 29.5rem; width: 100%; margin-bottom: 1.5rem; position: relative; }
.mcteam .item .overlay, .box-list .item .overlay { background-color: rgba(0,0,0,0.75); display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.5s ease;}
.mcteam .item h2 { text-transform: uppercase; font-size: var(--fs15); font-weight: 700; margin-bottom: 0; color: var(--color-default); }
.mcteam .item .img { height: 29.4375rem; margin-bottom: 0; }
.mcteam .item .img img, .single-bio .mcbio-flex .side-bio .img img { mix-blend-mode: unset; object-position: top; }
video { width: 100% !important; height: auto; }
.mcteam .item a:hover .overlay, .mcteam .item a:focus .overlay, .box-list .item:hover .overlay, .box-list .item:focus .overlay { opacity: 1; }
.single-bio .inner-wrap { padding: 5rem 0 3rem; }
.single-bio .mcbio-flex .side-bio .img { height: 37rem; margin-bottom: 1.5rem; }
.single-bio .mcbio-flex .desc h1 { margin-bottom: 1.25rem; }
.single-bio .mcbio-flex .desc .pos { font-size: var(--fs22); font-weight: 400; line-height: 1.4em; margin-bottom: 3.125rem;}
.single-bio .mcbio-flex .desc .pos span { color: #E2E2E2; margin: 0 0.5rem; }
.single-bio h3 { font-weight: 600; font-size: var(--fs18); margin-bottom: 1.25rem; }
.extended-bio { background-color: #FAFAFA; }
.extended-bio .col2 { column-gap: 15%; }
.page-break-avoid { page-break-inside: avoid; }

.slick-slider .slick-arrow:before {
	content: '\f060';
	font-family: var(--font3);
	font-weight: 700;
	opacity: 1;
	display: block;
	font-size: var(--fs22);
	color: #1E1E1E;
}
.slick-slider .slick-arrow { border-radius: 100%; width: 2.8125rem; height: 2.8125rem; background-color: transparent; }
.slick-slider .slick-prev { z-index: 1; left: 0; }
.slick-slider .slick-next { right: 0; }
.slick-slider .slick-next:before { content: '\f061'; }
.slick-slider .slick-arrow:hover:before, .slick-slider .slick-arrow:focus:before, .slick-slider .slick-arrow.slick-disabled:before { opacity: 1; color: var(--color-gray); }



/* Frontpage ---------------------------------------------*/
#vid { position: absolute; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; }
.d-block, .team-section .team-text .h3 strong { display: block; }
body.home header#header .menu-header-section { background-color: transparent; }
body.home header#header .bg-image img { display: none; }
body.home .banner-section .banner { padding: 6rem 0; }
.banner-text { max-width: 78.75rem; }
.banner-text h1 { font-size: var(--fs96); }

.about-section .bg-image:before { background: linear-gradient(to right, #000 0%, rgba(0,0,0,0) 100%); }
.about-section .about-content, .callbar-section .callbar-content { padding: 7rem 0; }
.about-section .about-text { max-width: 20.375rem; }
.about-section .h3 { margin-bottom: 1.25rem; }

.area-section .area-content { padding: 5rem 0 2rem; } 
.area-section .area-header, .team-section .team-text, .main-areas .area-header, .main-team .team-header { font-size: var(--fs21); line-height: 1.5em; }

.team-section .team-content { padding: 3rem 0 5rem; } 
.team-section .team-text { max-width: 31rem; margin: 0 auto 3.125rem; } 
.team-section .team-text h2 { margin-bottom: 1.25rem; }  
.team-section .mcteam { max-width: 60rem; margin: 0 auto; }
.team-section .mcteam .item { max-width: 16.5625rem; }
.team-section .mcteam .item .img { height: 16.5625rem; }

.badge-section { background-color: #F4F4F4; }
.badge-section .badge-content { padding: 1.5rem 0; }
.badges .badge-item { margin: 0 1.5rem 1rem; }

.box-section .box-content { padding: 0 0 4rem; }
.box-list .item { height: 30rem; position: relative; }
.box-list .item .overlay { background-color: rgba(0,0,0,0.68); display: none; }
.box-list .item img { mix-blend-mode: luminosity; }

.callbar-section .bg-image:before { background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); }
.callbar-section h2 { font-size: var(--fs64); }
.callbar-section .callbar-text { max-width: 43rem; }



/* Contact ---------------------------------------------*/
.mccontact-flex .mccontact-left { font-size: var(--fs26); font-weight: 300; line-height: 1.4em; }

.gform_wrapper .gform_fields { display: flex; flex-wrap: wrap; justify-content: space-between; }
.gform_wrapper .gform_fields .gfield, .gform_wrapper .gform_fields .gfield input[type=text], .gform_wrapper .gform_fields .gfield textarea, .gform_wrapper .gform_fields .gfield select, .gform_wrapper .gform_fields .gfield input[type=tel], .gform_wrapper .gform_fields .gfield input[type=email], .gform_wrapper .gform_fields .gfield input[type=file], .gform_wrapper .gform_fields .gfield.gfield--width-half input { width: 100%; }
.gform_wrapper .gfield legend { border-bottom: 0; }
.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, .gform_wrapper .hidden_label .gfield_label {
	position: absolute;
	left: -99999px;
	top:auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.gform_wrapper .gfield_label { font-weight: 400 !important; font-size: var(--fs16) !important; }
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
	border: 0.0625rem solid var(--color-border);
	background-color: rgba(243,243,243,0.35);
	color: var(--color-text);
	padding: 0.875rem 1.5625rem !important;
	font-size: var(--fs18) !important;
	line-height: 1.5em;
}
.gform_wrapper .gfield textarea.small { height: 6.8125rem !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: center;
	justify-content: center;
	padding: 0 0 1.25rem !important;
}
.gform_wrapper input[type=submit] {
	border: 0;
	border-bottom: 0.0625rem solid var(--color-primary);
	border-radius: 0;
	font-size: var(--fs14) !important;
	font-weight: 700;
	font-family: var(--font1) !important;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1875rem;
	color: var(--color-primary);
	background-color: transparent;
	padding: 1.125rem 0.625rem !important;
	transition: all 0.5s ease;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus {
	border-color: var(--color-gray);
	color: var(--color-gray) ;
}
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-default);
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-default);
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
	color: var(--color-default);
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper select:-moz-placeholder { /* Firefox 18- */
	color: var(--color-default);
}
.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 label.gfield_consent_label { font-weight: 400; font-size: var(--fs18); line-height: 1.5em; }
.gform_wrapper .gfield--type-consent .ginput_container_consent { display: flex; margin-top: 1.25rem }
.gform_wrapper .gfield--type-consent input { height: 1.625rem; width: 1.625rem; border-radius: 0.3125rem; margin-right: 1.5rem; margin-top: 0; background-color: #D9D9D9; }



/* Footer ---------------------------------------------*/
.footer-section .fs-content { padding: 3.125rem 0; font-size: var(--fs16); line-height: 1.4em; }
.footer-section .fscontact { text-transform: uppercase; }
.fstop { margin-bottom: 4.25rem; }
.footer-section a { color: var(--color-primary); }
.footer-section a:hover, .footer-section a:focus, .single-bio .mcbio-flex .desc .pos a:hover, .single-bio .mcbio-flex .desc .pos a:focus { color: var(--color-gray); text-decoration-line: underline; text-underline-offset: 2px; }



@-webkit-keyframes slideInUp{
	0%{opacity:0;-webkit-transform:translateY(40%);-moz-transform:translateY(40%);-ms-transform:translateY(40%);-o-transform:translateY(40%);transform:translateY(40%)}
	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
@-moz-keyframes slideInUp{
	0%{opacity:0;-webkit-transform:translateY(40%);-moz-transform:translateY(40%);-ms-transform:translateY(40%);-o-transform:translateY(40%);transform:translateY(40%)}
	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
@keyframes slideInUp{
	0%{opacity:0;-webkit-transform:translateY(40%);-moz-transform:translateY(40%);-ms-transform:translateY(40%);-o-transform:translateY(40%);transform:translateY(40%)}
	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes slideInLeft{ 0%{opacity:0;-webkit-transform:translateX(-40%);} 100%{opacity:1;-webkit-transform:translateX(0);} }
@-moz-keyframes slideInLeft{ 0%{opacity:0;-moz-transform:translateX(-40%);} 100%{opacity:1;-moz-transform:translateX(0);} }
@keyframes slideInLeft{
	0%{opacity:0;-webkit-transform:translateX(-40%);-moz-transform:translateX(-40%);-ms-transform:translateX(-40%);-o-transform:translateX(-40%);transform:translateX(-40%);}
	100%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);}
}
@-webkit-keyframes slideInRight { 0%{opacity:0;-webkit-transform:translateX(40%);} 100%{opacity:1;-webkit-transform:translateX(0);} }
@-moz-keyframes slideInRight{ 0%{opacity:0;-moz-transform:translateX(40%);} 100%{opacity:1;-moz-transform:translateX(0);} }
@keyframes slideInRight{
	0%{opacity:0;-webkit-transform:translateX(40%);-moz-transform:translateX(40%);-ms-transform:translateX(40%);-o-transform:translateX(40);transform:translateX(40%);}
	100%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);}
}
@keyframes scaleFromCenter {
    0% { transform: scale(0.3); }
    100% { transform: scale(1); }
}
@keyframes slideInLeft1 {
    0% { transform: translateX(-90%) translateY(-40%); }
    100% { transform: translateX(0) translateY(0); }
}
@keyframes slideInRight2 {
    0% { transform: translateX(35%); }
    100% { transform: translateX(0); }
}
@keyframes slideInLeft3 {
    0% { transform: translateX(70%) translateY(-40%); }
    100% { transform: translateX(0) translateY(0); }
}
@keyframes slideInLeft4 {
    0% { transform: translateX(-80%) translateY(-10%); }
    100% { transform: translateX(0) translateY(0); }
}
@keyframes slideInLeft5 {
    0% { transform: translateX(-40%); }
    100% { transform: translateX(0); }
}
@keyframes slideInRight6 {
     0% { transform: translateX(80%) translateY(-10%); }
    100% { transform: translateX(0) translateY(0); }
}
@keyframes slideInLeft7 {
    0% { transform: translateX(-70%) translateY(10%); }
    100% { transform: translateX(0) translateY(0); }
}
@keyframes slideInUp8 {
    0% { transform: translateY(20%); }
    100% { transform: translateY(0); }
}
@keyframes slideInRight9 {
     0% { transform: translateX(60%) translateY(18%); }
    100% { transform: translateX(0) translateY(0); }
}
.active .slideInLeft { -webkit-animation:slideInLeft 2s ease-in-out;-moz-animation:slideInLeft 2s ease-in-out;animation:slideInLeft 2s ease-in-out; }
.active .slideInRight { -webkit-animation:slideInRight 2s ease-in-out;-moz-animation:slideInRight 2s ease-in-out;animation:slideInRight 2s ease-in-out; }
.active .slideInUp { -webkit-animation:slideInUp 2s ease-in-out;-moz-animation:slideInUp 2s ease-in-out;animation:slideInUp 2s ease-in-out; }
.active .scaleFromCenter { -webkit-animation:scaleFromCenter 1.4s ease-in-out;-moz-animation:scaleFromCenter 1.4s ease-in-out;animation:scaleFromCenter 1.4s ease-in-out; }
.team-section.active .mcteam .item:first-child { -webkit-animation:slideInLeft1 2s ease-in-out;-moz-animation:slideInLeft1 2s ease-in-out;animation:slideInLeft1 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(2) { -webkit-animation:slideInRight2 2s ease-in-out;-moz-animation:slideInRight2 2s ease-in-out;animation:slideInRight2 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(3) { -webkit-animation:slideInLeft3 2s ease-in-out;-moz-animation:slideInLeft3 2s ease-in-out;animation:slideInLeft3 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(4) { -webkit-animation:slideInLeft4 2s ease-in-out;-moz-animation:slideInLeft4 2s ease-in-out;animation:slideInLeft4 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(5) { -webkit-animation:slideInLeft5 2s ease-in-out;-moz-animation:slideInLeft5 2s ease-in-out;animation:slideInLeft5 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(6) { -webkit-animation:slideInRight6 2s ease-in-out;-moz-animation:slideInRight6 2s ease-in-out;animation:slideInRight6 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(7) { -webkit-animation:slideInLeft7 2s ease-in-out;-moz-animation:slideInLeft7 2s ease-in-out;animation:slideInLeft7 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(8) { -webkit-animation:slideInUp8 2s ease-in-out;-moz-animation:slideInUp8 2s ease-in-out;animation:slideInUp8 2s ease-in-out; }
.team-section.active .mcteam .item:nth-child(9) { -webkit-animation:slideInRight9 2s ease-in-out;-moz-animation:slideInRight9 2s ease-in-out;animation:slideInRight9 2s ease-in-out; }


/* Mobile ---------------------------------------------*/
#mobile-nav {
    overflow: hidden;
    position: relative;
    z-index: 102;
    margin: 0;
}
#mobile-nav.topright {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    top: 1.5625rem;
    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: 7rem !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: 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-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 { background-color: var(--color-bg-light) !important; color: var(--color-primary) !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;
		min-width: 20rem;
	}
	.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;}
	
	.flex,
	.flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.gform_wrapper .gform_fields .gfield.gfield--width-half { width: 49%; }
	header#header .logo, .fslogo { width: 18%; }
	.fscontact, .area-header .area-right { text-align: right; }
	.mccontact-flex .mccontact-left { width: 24%; margin-right: 6rem; }
	.mccontact-flex .mccontact-right { width: 60.5%; }
	.gform_wrapper .gform_footer { justify-content: flex-start; text-align: left; }
	.area-header .area-right { /*width: 34%;*/ width: 47%; }
	.single-area { position: relative; min-height: 38rem; }
	.single-area .mcarea-flex { max-width: 71.875rem; width: 100%; }
	.single-area .mcarea-flex .img { width: 47.57%; height: 37.1875rem; }
	.single-area .mcarea-flex .desc { width: 43%; }
	.side-areas { max-width: 40.375rem; position: absolute; top: 0; right: 0; }
	.main-team .container { max-width: 91.875rem; width: 90%; }
	.team-header h2 { margin-right: 3.125rem; }
	.mcbio-flex .side-bio { width: 31.5%; }
	.mcbio-flex .desc { width: 63%; padding-right: 10rem; }
	.callbar-section { min-height: 40rem; display: flex; align-items: center; }
	.badge-section .container { max-width: 111.625rem; width: 95%; }
	.badges { flex-wrap: nowrap; }
	.badge-section .badges { flex-wrap: wrap; }
	.box-list .item { width: 16.666%; }
	.mcflex .the-content { width: 60%; }
	.mcflex .sidebar { width: 35%; }
	.badges .slick-track { display: flex; gap: 0 2rem; align-items: center;}
	.badges .slick-track:before, .badges .slick-track:after { display: none; }
	.badges .slick-prev { left: -3rem; }
	.badges .slick-next { right: -3rem; }
	.extended-bio .inner-wrap { padding-right: 10rem; }
}



@media (max-width: 1099px) {
	header#header .menu-fixed-section { display: none !important; }
}

@media (max-width: 991px) {
	html { font-size: 3vw; }
	.hideMobile, .area-section .mcareas .item { 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, .badges .badge-item { text-align: center; }
	.slick-slider .slick-arrow { bottom: -4.5rem; top: unset; }
	.slick-slider { margin-bottom: 4rem; }
	.slick-slider .slick-prev { left: calc(50% - 2.25rem); }
	.slick-slider .slick-next { right: calc(50% - 2.25rem); }
	.fslogo { margin-bottom: 3.125rem; }
	.fscopy { margin-bottom: 1rem; }
	.mcareas .item, .mcteam .item, .callbar-section .callbar-text, .badges .badge-item img { margin-left: auto; margin-right: auto; }
	.single-area .mcarea-flex { display: flex; flex-direction: column-reverse; }
	.single-area .mcarea-flex .img, .single-bio .mcbio-flex .side-bio .img { height: 24rem; width: 100%; }
	.area-section .mcareas .item:nth-child(1), .area-section .mcareas .item:nth-child(2), .area-section .mcareas .item:nth-child(3) { display: block; }
	.team-section .mcteam { max-width: 16.5625rem; margin-bottom: 5rem; }
	.badge-section .badge-content { padding: 3rem 0 0; }
	.badge-section .badges { margin-bottom: 0; }
	.badges .slick-arrow { top: 29%; }
	.badges .slick-prev { left: 0; }
	.badges .slick-next { right: 0; }
	
	
	header#header .logo { width: 55%; position: relative; z-index: 99999; }
	
	:root {
		--fs96: 3.5rem;
		--fs66: 2.5rem;
		--fs64: 2.5rem;
	}
}