/*

Theme Name: LFS - Sage Family Counseling

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/vka4cwn.css');






:root {
	
	--font1: 'avenir-next-lt-pro', sans-serif;
	--font2: 'fields-display', serif;
	--font3: 'Font Awesome 5 Free';
	--font4: 'gravesend-sans', sans-serif;
	--color-primary: #685A75;
	--color-secondary: #685A74;
	--color-tertiary: #5A7A73;
	--color-text: #685A74;
	--color-bg-light: #E1EDEA;
	--color-black: #000;
	--color-default: #fff;
	--color-dark-gray-cyan: #8AA8A1;
	--color-gradient: linear-gradient(to right, #8AA8A1, #8D789F);
	
	--fs100: 6.25rem;
	--fs96: 6rem;
	--fs90: 5.625rem;
	--fs84: 5.25rem;
	--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;
	--fs10: 0.625rem;
}





/* Ovewrite Bootstrap */

html { font-size: 0.833333vw; }

body{
    font-family: var(--font1);
	color: var(--color-text);
	font-size: var(--fs18);
	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: #57039e;

    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: 99.375rem;
    width: 90%;
	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(--fs64);
	font-weight: 400;
	font-family: var(--font2);
	color: var(--color-primary);
	text-transform: capitalize;
	line-height: 1.2em;
	margin-bottom: 1.875rem;
}
.h1, .h2, .h3, .h4, .h5 { margin-top: 0; }
h2, .h2 { font-size: var(--fs48); }
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: uppercase;
	font-family: var(--font4);
	font-weight: 500;
	font-size: var(--fs16);
	color: var(--color-text);
	letter-spacing: 6px;
	line-height: 1.3em;
	margin-bottom: 0.3125rem;
}
a.btn,a.btn-transparent, .sform-field button.submit {
	background: linear-gradient(to right, #8AA8A1, #8D789F);
	color: var(--color-default);
	text-transform: capitalize;
	font-size: var(--fs18);
	font-family: var(--font1);
    font-weight: 500;
    padding: 1.1875rem 5.4375rem 1.0625rem 2rem;
    border-radius: 0.3125rem;
    letter-spacing: 0;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all .5s ease;
	position: relative;
	border: 1px solid transparent;
	text-align: left;
}
a.btn:after, a.btn-transparent:after, .mcservices .item .desc:after, .side-services ul li a:after, .sform-field button.submit:after { content: '\f061'; background: transparent; border-radius: 100%; width: 1.6875rem; height: 1.6875rem; font-size: var(--fs10); font-family: var(--font3); font-weight: 700; display: flex; align-items: center; justify-content: center; position: absolute; right: 1.5rem; color: var(--color-default); line-height: 1.2em; top: 1rem; }
a.btn:hover, a.btn:focus, a.btn-transparent, .sform-field button.submit:hover, .sform-field button.submit:focus { background: transparent; color: var(--color-secondary); }
a.btn:hover:after, a.btn:focus:after, .team-section a.btn:hover:after, .team-section a.btn:focus:after, .faq-section a.btn:hover:after, .faq-section a.btn:focus:after, .sform-field button.submit:hover:after, .sform-field button.submit:focus:after { background: linear-gradient(135deg,#8aa8a1 35%,#8d789f 100%); }
a.btn-transparent { border-color: var(--color-secondary); }
a.btn-transparent:after { color: var(--color-secondary); }
a.btn-transparent:hover, a.btn-transparent:focus, .side-services ul li a:hover, .side-services ul li a:focus, .team-section a.btn:hover, .team-section a.btn:focus, .faq-section a.btn:hover, .faq-section a.btn:focus { background: linear-gradient(to right, #8AA8A1, #8D789F); color: var(--color-default); }
a.btn-transparent:hover:after, a.btn-transparent:focus:after, .team-section a.btn:hover:after, .team-section a.btn:focus:after, .faq-section a.btn:hover:after, .faq-section a.btn:focus:after { 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%; }
.col3 { -webkit-column-count: 3; column-count: 3; -webkit-column-gap: 2%; column-gap: 2%; }
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; }



/* Header ---------------------------------------------*/
header#header { position: relative; }
header#header .menu-header-section { background-color: var(--color-default); }
header#header .logo { width: 20.3%; background-color: var(--color-primary); text-align: center; height: 15.375rem; display: flex; align-items: center; justify-content: center; }
header#header .nav { width: 79.7%; }
header#header .fssocial { margin-bottom: 0; }
header#header .fssocial a { font-size: var(--fs32); }
header#header .fssocial a:hover, header#header .fssocial a:focus, .fssocial a:hover, .fssocial a:focus { opacity: 0.7; }


.main-menu { flex-wrap: wrap; justify-content: space-between; }
.main-menu > li { font-weight: 500; font-family: var(--font4); font-size: var(--fs18); line-height: 1.2em; text-transform: uppercase; letter-spacing: 3px; }
.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 > a:after { content: ''; display: block; width: 100%; height: 0.125rem; background-color: var(--color-primary); -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: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 #72657e; margin: 0; letter-spacing: 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 .bg-image { height: 25.6875rem; position: relative; }
.banner-section .bg-image:before { background: linear-gradient(to right, #5A7A73, #685A74); opacity: 0.65; }
.banner-section .bstitle { background: linear-gradient(110deg, #95ACA5 0%, #685A75 100%); padding: 0.75rem 0; display: flex; align-items: center; justify-content: center; min-height: 6rem; }
.banner-section h1, .banner-section .h1 { font-size: var(--fs50); font-weight: 400; color: var(--color-default); margin-bottom: 0; }


/* Main Content ---------------------------------------------*/
.inner-wrap { padding: 6rem 0 5rem; }
.main-content p { margin: 0 0 1.875rem; }
.main-content ul { margin-left: 1.25rem; list-style-type: disc; }
.main-content ul li { margin-bottom: 0.25rem; }
.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, .dark a.btn-transparent:after { 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 ---------------------------------------------*/
.mcblog { padding-top: 1.25rem; column-gap: 1.25rem; }
article.blogpost { max-width: 32.1875rem; width: 100%; font-size: var(--fs16); font-weight: 400; line-height: 1.6em; margin-bottom: 3rem; position: relative; padding-bottom: 2.5rem; }
article.blogpost .ptitle { font-size: var(--fs24); font-family: var(--font2); font-weight: 500; margin-bottom: 1.25rem; line-height: 1.3em; text-transform: none; letter-spacing: 0; color: var(--color-primary); }
article.blogpost .featured-image { height: 20.125rem; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; margin-bottom: 2.5rem; }
article.blogpost a { color: var(--color-text); }
article.blogpost a:hover .ptitle, article.blogpost a:focus .ptitle { color: var(--color-dark-gray-cyan); }
article.blogpost a:hover .featured-image, article.blogpost a:focus .featured-image { opacity: 0.8; }
article.blogpost .more { text-transform: uppercase; color: var(--color-secondary); letter-spacing: 1px; font-size: var(--fs16); display: block; border-top: 3px solid #E9E6EB; padding: 0.75rem 0 0; line-height: 1.5em; position: absolute; bottom: 0; left: 0; right: 0; }
article.blogpost .more:after { content: '\f061'; font-family: var(--font3); font-size: var(--fs13); font-weight: 700; display: inline-block; margin-left: 0.75rem; }
.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: 50%; }
.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; }
.mcflex .sidebar h2 { font-size: var(--fs48); font-weight: 400; }
.mcflex .sidebar .side-featured-image { margin-bottom: 3.125rem; }
.button.center a.btn:hover, .button.center a.btn:focus { background: #F3F8F6; }



/* Testimonials ---------------------------------------------*/
.main-testimonials .button { margin-top: 3rem; }
.mctestimonials { column-gap: 2.5rem; }
.mctestimonials .item { max-width: 31.25rem; width: 100%; margin-bottom: 2.75rem; padding: 2.5rem; }
.mctestimonials .item p:first-of-type:before, .mctestimonials .item p:last-of-type:after { content: '"'; }
.mctestimonials .item h2 { text-transform: none; }
.mctestimonials .item .i-quote, .testimonial-section .ts-header .i-quote { background-image: url(images/icon-quote.png); background-repeat: no-repeat; background-size: cover; width: 3.375rem; height: 2.8125rem; display: block; margin-bottom: 2rem; }
.mctestimonials .item:nth-child(even) { background-color: var(--color-bg-light); }


.slick-slider .slick-arrow:before { content: '\f060'; font-family: var(--font3); font-weight: 700; opacity: 1; display: block; font-size: var(--fs17); color: var(--color-default); }
.slick-slider .slick-arrow { border-radius: 100%; width: 2.8125rem; height: 2.8125rem; background-color: var(--color-primary); }
.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, .slick-slider .slick-arrow:focus, .slick-slider .slick-disabled { background-color: #F2F3F5; }
.slick-slider .slick-arrow:hover:before, .slick-slider .slick-arrow:focus:before, .slick-slider .slick-arrow.slick-disabled:before { opacity: 1; color: var(--color-primary); }
.slick-slider .slick-dots { margin-left: 0; bottom: -2.75rem; margin-bottom: 0; }
.slick-slider .slick-dots li { margin: 0 0.25rem; width: 0.5rem; height: 0.5rem; }
.slick-slider .slick-dots li button { width: 0.5rem; height: 0.5rem; }
.slick-slider .slick-dots li button:before { width: 0.5rem; height: 0.5rem; background-color: rgba(104,90,117,0.2); 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-color: var(--color-primary); opacity: 1;} 


.mcfaqs .item { text-align: left; background: linear-gradient(to right, #8AA8A1, #8D789F); padding: 0.0625rem 0; }
.mcfaqs .item .ctab-header { position: relative; background-color: var(--color-default); padding: 2rem 2.25rem 1.875rem; cursor: pointer;}
.mcfaqs .item .ctab-header h2 { font-family: var(--font1); font-size: var(--fs26); font-weight: 400; text-transform: capitalize; margin-bottom: 0; color: var(--color-secondary); letter-spacing: 0; line-height: 1.3em; }
.mcfaqs .item .ctab-content { padding: 0.5rem 2.25rem 1rem; transition: height 0.2s ease-in-out; background-color: var(--color-default); height: 0; }
.mcfaqs .item .ctab-content p { margin-bottom: 0.75rem; }
.mcfaqs .item .ctab-header:after { content: '+'; color: #AEBEBA; font-size: var(--fs28); position: absolute; right: 1.25rem; top: 30%; transition: all 0.5s ease-in-out; }
.mcfaqs .item:first-child { padding-top: 0.125rem; }
.mcfaqs .item:last-child { padding-bottom: 0.125rem; }
.mcfaqs .item.active .ctab-header:after { content: '-'; }
.mcfaqs .item.active .ctab-content { height: auto; }

.callbar-section, .callbar-section .container, .online-section, .main-about, .main-about .container, .about-section, .about-section .container, .team-section, .team-section .container { position: relative; }
.callbar-section .bg-image:before { background: linear-gradient(to right, #5A7A73, #685A74); opacity: 0.65 }
.callbar-section .callbar-content { padding: 6rem 0 5rem; max-width: 68rem; margin: 0 auto;}
.callbar-section h2 { margin-bottom: 3.125rem; line-height: 1.3em; }
.callbar-section a.btn { background: transparent; border: 1px solid var(--color-default); }
.callbar-section a.btn:hover, .callbar-section a.btn:focus { background-color: var(--color-default); color: var(--color-secondary); }
.online-section { background-color: var(--color-bg-light); }
.online-section .online-content, .blog-section .blog-content { padding: 5rem 0 5.5rem; }
.online-section, .online-section h2, .featured-badges .h1 { color: var(--color-tertiary); }
.icon-logo { background-image: url(images/icon-logo-green.png); background-repeat: no-repeat; background-size: cover; width: 8.25rem; height: 4.9375rem; }

.blog-section { background-color: #FAFAFA; }
.blog-section .blog-header h2, .service-section .service-header h2, .main-about .h1, .testimonial-section .ts-header h2 { background: linear-gradient(to right, #8AA8A1, #8D789F); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.blog-section .blog-header h2, .service-section .service-header h2, .team-section h2, .faq-section .faq-flex .faq-left h2, .main-team-child h1 { font-size: var(--fs84); line-height: 1em; }
.blog-section .blog-header, .service-section .service-header { margin-bottom: 2.75rem; }
.mid-content { text-align: center; margin-bottom: 4rem; }

.main-about .bg-image, .about-section .bg-image { height: 52.1875rem; top: unset; }
.main-about .bg-image:before, .about-section .bg-image:before { background: linear-gradient(to top, rgba(255,255,255,0.66) 0%, #fff 100%); }
.main-about .inner-wrap, .about-section .about-content { padding: 6rem 0 8rem; }
.main-about .h1, .about-section .h1, .testimonial-section .ts-header h2 { font-size: var(--fs100); }
.main-about .mid-content, .main-about .about-flex, .main-about .mid-content p, .about-section .mid-content, .about-section .about-flex, .about-section .mid-content p { max-width: 81.25rem; margin-left: auto; margin-right: auto; }
.main-about .about-flex .desc .h5, .about-section .about-flex .desc .h5 { font-weight: 600; margin-bottom: 2.25rem; }
.main-about .mid-content p, .about-section .mid-content p { max-width: 41rem; }
.main-about .icon-logo, .about-section .icon-logo { background-image: url(images/icon-logo.png); width: 8.625rem; height: 5.1875rem; margin: 0 auto 2.75rem; }
.badges { display: flex; }
.badges .item { margin: 1rem; }
.featured-badges .feat-content { padding: 5rem 0; }
.featured-badges .container { max-width: 82.5rem; }
.featured-badges .badges .item { margin: 1.5rem 2rem; }
.featured-badges .feat-center { font-size: var(--fs20); font-style: italic; }

.mccareers { background-color: var(--color-bg-light); padding: 3rem 3rem 2rem; margin-bottom: 3rem; }
.mccareers ul, .side-services ul { margin-left: 0; }
.mccareers ul li { list-style: none; font-size: var(--fs20); line-height: 1.2em; margin-bottom: 0.5rem;}
.mccareers ul li a { background-color: var(--color-default); color: var(--color-text); display: block; padding: 1rem 1.5rem; }
.mccareers ul li a:hover, .mccareers ul li a:focus { background: var(--color-gradient); color: var(--color-default); }

.mcservices, .mclocations { column-gap: 0.9375rem; }
.mcservices .item { max-width: 23.875rem; width: 100%; margin-bottom: 2.5rem; border-bottom: 3px solid #E9E6EB; text-align: left; }
.mcservices .item .img { background-color: var(--color-secondary); height: 22.8125rem; display: flex; align-items: center; justify-content: center; }
.mcservices .item .desc { padding: 1.375rem 2rem 1.25rem 0; position: relative; }
.mcservices .item h2 { font-weight: 500; font-size: var(--fs24); line-height: 1.2em; margin-bottom: 0;}
.mcservices .item .desc:after { top: 1.3125rem; }
.mcservices .item .desc:after, .side-services ul li a:after { background: linear-gradient(135deg,#9EC4BC 35%,#BEA2D5 100%); }
.side-image { height: 40.625rem; margin-bottom: 3.25rem; }
.side-image img { object-position: top; }
.side-services h2 { display: block; border-bottom: 3px solid #E9E6EB; padding-bottom: 1.5rem; margin-bottom: 2.25rem; }
.side-services ul li { list-style: none; font-family: var(--font2); font-weight: 500; font-size: var(--fs24); line-height: 1.2em; }
.side-services ul li a { display: block; position: relative; color: var(--color-primary); padding: 0.9375rem 2.5rem 0.875rem 0; }
.side-services ul li a:after { right: 0; top: 27%; transition: right 0.5s ease-in-out; }
.side-services ul li a:hover, .side-services ul li a:focus { padding-left: 1.5rem; }
.side-services ul li a:hover:after, .side-services ul li a:focus:after { right: 1.25rem; }
.bottom-content-section .bottom-content { max-width: 90.5rem; }
.bottom-content-section .button { margin-top: 3rem; }

.main-team-child h1 { margin-bottom: 0.5rem; }
.main-team-child .pos, .main-team-child .email { font-size: var(--fs20); line-height: 1.2em; margin-bottom: 1rem; }
.main-team-child .email { margin-bottom: 2.5rem; }
.main-team-child .email a, .map-section a, .sform-field button.clear { color: var(--color-text); }
.team-tabs ul { border-bottom: 0; margin-left: 0; column-gap: 1.5rem; margin-bottom: 2.25rem; display: flex; }
.team-tabs ul li { list-style: none; font-size: var(--fs16); font-weight: 500; line-height: 1.2em; text-transform: uppercase; max-width: 18.5rem; margin-bottom: 0.5rem; width: 100%; letter-spacing: 0.1875rem; }
.team-tabs > ul > li > a { width: 100%; border: 1.5px solid rgba(0,0,0,0.2); color: var(--color-secondary); text-align: center; min-height: 4.25rem; display: flex; align-items: center; justify-content: center; padding: 0.25rem 1rem; }
.team-tabs ul li a:hover, .team-tabs ul li a:focus, .team-tabs ul li.active a, .team-tabs ul li.active a:hover,.team-tabs ul li.active a:focus { background: var(--color-gradient); color: var(--color-default); }
.mcteam .item { border-bottom: 0; }
.mcteam .item .img { background: linear-gradient(135deg, rgba(138, 168, 161, 0) -40%, rgba(140, 136, 160, 0) 61%, #8D789F 140%); }
.mcteam .item .img img { mix-blend-mode: multiply; filter: grayscale(70%); transition: all 0.5s ease-in-out; object-position: top;}
.mcteam .item .desc:after, .testimonial-list .item .auth { display: none; }
.mcteam .item a { color: rgba(104,90,116,0.5); }
.mcteam .item h2 { font-weight: 400; margin-bottom: 0.25rem; }
.mcteam .item a:hover .img img, .mcteam .item a:focus .img img { opacity: 1; filter: grayscale(0); }

.mclocations .item { max-width: 45rem; width: 100%; margin-bottom: 1rem; position: relative; height: 31.25rem; }
.mclocations .item .overlay { background-color: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; }
.mclocations .item a { color: var(--color-default); display: block; height: 100%; }
.mclocations .item .overlay .o-wrap { padding: 2.5rem 3.75rem; }
.page-template-page-location-child .main-content .inner-wrap { padding-bottom: 0; }
.content-with-bg-image.callbar-section .container { min-height: unset; }
.content-with-bg-image .callbar-content { padding: 4rem 0; max-width: 60rem; }
.content-with-bg-image, .map-section { margin-top: 4rem; }
.map-section { background-color: var(--color-bg-light); }
.page-template-page-location-child .map-section .inner-wrap { padding: 5rem 0; }
.map-section .map-flex { margin-top: 3.25rem; }
.repeater-content-image .content-repeat-flex { margin-bottom: 4rem; }


/* Frontpage ---------------------------------------------*/
#vid { position: absolute; top: 0; left: 0; object-fit: cover; width: 100%; height: 100%; opacity: 0.46; }
body.home header#header:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, #95ACA5 -10%, #685A75 100%); }
body.home header#header .menu-header-section, body.home header#header .logo { background-color: transparent; }
body.home .main-menu > li > a, body.home header#header .fssocial a, .banner-text a.btn-transparent:after { color: var(--color-default); }
body.home .main-menu > li > a:after { background-color: var(--color-default); }
body.home .banner-section { margin-top: 0; }
body.home .banner-section .banner { padding: 3.5rem 0 4rem; }
.banner-text { max-width: 62rem; margin: 0 auto; }
.banner-text .h5 { font-weight: 700; font-size: var(--fs17); margin-bottom: 1rem; letter-spacing: 14px; }
.banner-text h1 { font-size: var(--fs90); margin-bottom: 2.5rem; line-height: 1.2em; }
.banner-text .bsbottom { font-size: var(--fs20); margin-top: 8.5rem; }
.banner-text a.btn-transparent { border-color: var(--color-default); }
.banner-text a.btn-transparent:hover, .banner-text a.btn-transparent:focus { border-color: transparent; background: var(--color-default); color: var(--color-secondary); }

.badge-section .container-full { width: 95%; }
.badge-section:before, .team-section .team-content .team-right:before { background: var(--color-gradient); height: 0.375rem; bottom: unset; }
.badge-section .badge-content { padding: 3rem 0 1rem; }
.badge-section .badges .item img { mix-blend-mode: luminosity; opacity: 0.2; height: 4.0625rem; }
.service-section .service-content { padding: 5rem 0; }
.service-section .service-header h2 { margin-bottom: 1.5rem; }

.team-section .bg-image:before { background: linear-gradient(135deg,#95aca5 -20%,#685a75 100%); opacity: 0.73; width: 70.7%; }
.team-section .bg-image img { object-position: top; }
.team-section .team-content, .faq-section .faq-content, .testimonial-section .ts-content { padding: 7rem 0; }
.team-section .team-content .team-right { background-color: var(--color-default); padding: 4rem; }
.team-section .team-content .team-left p { max-width: 32rem; }
.team-section .button { margin-top: 2.75rem; }
.team-section .icon-logo { width: 7.1875rem; height: 4.375rem; margin-bottom: 2.5rem; filter: brightness(0) invert(1); opacity: 0.33; }
.team-section a.btn, .faq-section a.btn { background: var(--color-default); color: var(--color-text); }
.team-section a.btn:after, .faq-section a.btn:after { color: var(--color-primary); background: transparent; }
.sform-field .sfield-flex > div { width: 48.5%; }
.sform-field label { display: block; color: var(--color-text); font-size: var(--fs18); font-weight: 400; }
.sform-field select, .sform-field input { background-color: #F8F8F8; border: 0; padding: 1rem 1.5rem; width: 100%;}
.sform-field .sfield { margin-bottom: 1.5rem; }
.sform-field .sfield-button { margin-top: 1rem; }
.sform-field button.clear { cursor: pointer; background-color: transparent; border: 0; padding: 0;}
.sform-field button.clear:hover, .sform-field button.clear:focus { text-decoration: none;  }

.faq-section, .faq-section .mcfaqs .item .ctab-header, .faq-section .mcfaqs .item .ctab-content { background-color: var(--color-primary); }
.faq-section .h5, .testimonial-section .h5 { color: #AEBEBA; letter-spacing: 3px; font-size: var(--fs18); margin-bottom: 1.75rem; }
.faq-section .mcfaqs .item .ctab-header h2 { color: var(--color-default); } 

.testimonial-list .item:nth-child(even) { background-color: transparent; }
.testimonial-list .item { padding: 0; max-width: unset; }
.testimonial-section .ts-flex .ts-left { height: 38.3125rem; }
.testimonial-section .h5 { color: var(--color-secondary); margin-bottom: 0.5rem; }
.testimonial-section .ts-header { margin-bottom: 2.75rem; }


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


/* Footer ---------------------------------------------*/
.footer-section { background-color: var(--color-default); }
.footer-top .fstop { padding: 5rem 0 8rem; }
.fslogo { margin-bottom: 1rem; }
.fssocial { margin-bottom: 2.25rem; }
.fssocial a { font-size: var(--fs23); margin: 0 0.75rem; color: var(--color-secondary); }
.fslinks a, .fsbottom a { color: var(--color-secondary); }
.fscopy { margin-bottom: 0.5rem; }
.fslinks .h5, .fsloc .item .h5 { margin-bottom: 2.5rem; letter-spacing: 4px; }
.footer-mid { background-color: var(--color-secondary); color: #E0E0E0; }
.footer-mid .fsmid { padding: 6rem 5.5rem 4.5rem 6.5rem; }
.footer-mid h2 { margin-bottom: 0.5rem; }
.footer-mid p { margin-bottom: 1.25rem; }
.fsloc .item { font-size: var(--fs16); line-height: 1.6em; }
.fsloc .item a { color: #E0E0E0; }
.fsloc .item a:hover, .fsloc .item a:focus, .fslinks a:hover, .fslinks a:focus, .fsbottom a:hover, .fsbottom a:focus, .main-team-child .email a:hover, .main-team-child .email a:focus, .map-section a:hover, .map-section a:focus, .sform-field button.clear { text-decoration-line: underline; text-underline-offset: 2px; }
.fsloc .item-counsel p { max-width: 12.5rem; }
.fsform .gform_wrapper input, .fsform .gform_wrapper textarea, .fsform .gform_wrapper select { border-bottom: 1px solid var(--color-default); padding: 0.5rem 0 0.9375rem !important; background-color: transparent;  color: #A49AAD; }
.fsform .gform_wrapper a { color: #A49AAD; text-decoration-line: underline; text-underline-offset: 2px; }
.fsform .gform_wrapper a:hover, .fsform .gform_wrapper a:focus { text-decoration: none; }
.fsform.gform_wrapper button { background-color: transparent; }
.fsform { margin-bottom: 5rem; }
.fsform .gform_wrapper .gfield legend { display: none; }

.gform_notheme_wrapper .gform_fields { display: flex; flex-wrap: wrap; }
.gform_notheme_wrapper .gform_fields .gfield, .gform_notheme_wrapper .gform_fields .gfield input[type=text], .gform_notheme_wrapper .gform_fields .gfield textarea, .gform_notheme_wrapper .gform_fields .gfield select, .gform_notheme_wrapper .gform_fields .gfield input[type=tel], .gform_notheme_wrapper .gform_fields .gfield input[type=email], .gform_notheme_wrapper .gform_fields .gfield input[type=file] { width: 100%; }
.gform_notheme_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 { position: absolute; left: -99999px; top:auto; width: 1px; height: 1px; overflow: hidden; }
.gform_wrapper .gfield_label { font-weight: 600 !important; color: var(--color-text); font-size: var(--fs18) !important; }
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select { border: 1px solid var(--color-secondary); 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: 7rem !important; }
.gform_wrapper .gfield textarea.medium { height: 9.375rem !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 1.25rem !important; grid-column-gap: 2.5rem !important; }
.gform_wrapper .gform_footer { text-align: center; justify-content: center; padding: 0 0 1.25rem !important; }
.gform_wrapper input[type=submit] {
	border: 1px solid var(--color-secondary);
	border-radius: 5px;
	font-size: var(--fs18) !important;
	font-weight: 500;
	font-family: var(--font2) !important;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
	background-color: var(--color-secondary);
	padding: 0.9375rem 2.125rem 0.875rem !important;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus { background-color: var(--color-primary); color: #fff; }
.gform_wrapper button { overflow: hidden; border-radius: 5px; position: relative; background-color: var(--color-secondary);  padding: 0.9375rem 6.875rem 0.875rem 2.125rem !important; border: none; z-index: 1; color: var(--color-default); }
.gform_wrapper button:before { content: ''; position: absolute;
  inset: 0; padding: 1px; border-radius: inherit; background: linear-gradient(to right, #8AA8A1, #8D789F); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1; }
.gform_wrapper button:after { content: '\f061'; background: transparent; border-radius: 100%; width: 1.6875rem; height: 1.6875rem; font-size: var(--fs11); font-family: var(--font3); font-weight: 700; display: inline-block; position: absolute; right: 1.875rem; }
.gform_wrapper button:hover, .gform_wrapper button:focus { background: linear-gradient(to right, #8AA8A1, #8D789F); }
.gform_wrapper button:hover:after, .gform_wrapper button:focus:after { background: linear-gradient(135deg,#8aa8a1 35%,#8d789f 100%); }
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder { color: #A49AAD; }
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder { color: #A49AAD; }
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder { color: #A49AAD; }
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder, .gform_wrapper select:-moz-placeholder { color: #A49AAD; }
.gform_validation_errors h2 { font-size: var(--fs21); }
.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; color: #A49AAD; }
.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; }



@-webkit-keyframes slideInLeft{ 0%{opacity:0;-webkit-transform:translateX(-20%);} 100%{opacity:1;-webkit-transform:translateX(0);} }
@-moz-keyframes slideInLeft{ 0%{opacity:0;-moz-transform:translateX(-20%);} 100%{opacity:1;-moz-transform:translateX(0);} }
@keyframes slideInLeft{
	0%{opacity:0;-webkit-transform:translateX(-20%);-moz-transform:translateX(-20%);-ms-transform:translateX(-20%);-o-transform:translateX(-20%);transform:translateX(-20%);}
	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(20%);} 100%{opacity:1;-webkit-transform:translateX(0);} }
@-moz-keyframes slideInRight{ 0%{opacity:0;-moz-transform:translateX(20%);} 100%{opacity:1;-moz-transform:translateX(0);} }
@keyframes slideInRight{
	0%{opacity:0;-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);-o-transform:translateX(20%);transform:translateX(20%);}
	100%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);}
}
@-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 slideInRightScale{ 0%{opacity:0;-webkit-transform:translateX(20%) scaleX(0.9);} 100%{opacity:1;-webkit-transform:translateX(0) scaleX(1);} }
@-moz-keyframes slideInRightScale{ 0%{opacity:0;-moz-transform:translateX(20%) scaleX(0.9);} 100%{opacity:1;-moz-transform:translateX(0) scaleX(1);} }
@keyframes slideInRightScale{
	0%{opacity:0;-webkit-transform:translateX(20%) scaleX(0.9);-moz-transform:translateX(20%) scaleX(0.9);-ms-transform:translateX(20%) scaleX(0.9);-o-transform:translateX(20%) scaleX(0.9);transform:translateX(20%) scaleX(0.9);}
	100%{opacity:1;-webkit-transform:translateX(0) scaleX(1);-moz-transform:translateX(0) scaleX(1);-ms-transform:translateX(0) scaleX(1);-o-transform:translateX(0) scaleX(1);transform:translateX(0) scaleX(1);}
}
.active .slideInRightScale, .faq-content.active .faq-flex .faq-right { -webkit-animation:slideInRightScale 2s ease-in-out;-moz-animation:slideInRightScale 2s ease-in-out;animation:slideInRightScale 2s ease-in-out; }
.active .slideInUp, .about-content.active .mid-content .icon-logo, .about-content.active .mid-content .h1, .about-content.active .mid-content p, .service-content.active .mcservices .item, .ts-content.active .ts-header .h1, .ts-content.active .ts-header .h5 { -webkit-animation:slideInUp 1s ease-in-out;-moz-animation:slideInUp 1s ease-in-out;animation:slideInUp 1s ease-in-out; }
.active .slideInLeft, .about-content.active .about-flex .img, .service-content.active .service-header .desc, .faq-content.active .faq-flex .faq-left, .faq-content.active .button, .ts-content.active .ts-flex .ts-left { -webkit-animation:slideInLeft 1.4s ease-in-out;-moz-animation:slideInLeft 1.4s ease-in-out;animation:slideInLeft 1.4s ease-in-out; }
.active .slideInRight, .about-content.active .about-flex .desc, .service-content.active .service-header .button, .ts-content.active .ts-flex .ts-right { -webkit-animation:slideInRight 1.4s ease-in-out;-moz-animation:slideInRight 1.4s ease-in-out;animation:slideInRight 1.4s ease-in-out; }
.about-content.active .mid-content .icon-logo, .about-content.active .mid-content p, .service-content.active .mcservices .item:nth-child(-n+4):nth-child(odd), .service-content.active .mcservices .item:nth-child(n+5):nth-child(even), .ts-content.active .ts-header .h5 { animation-duration: 1.4s; }



/* Mobile ---------------------------------------------*/
#mobile-nav { overflow: hidden; position: relative; z-index: 102; margin: 0; }
#mobile-nav.topright { overflow: hidden; width: 100%; max-width: 100%; top: 1.375rem; right: 0; position: absolute; }
#mobile-nav .main-menu > li > a:after { display: none; }
#mobile-nav.topright .mean-bar { background-color: transparent; position: relative; }
#mobile-nav.topright .mean-nav ul li a { background-color: var(--color-secondary); border-top: 1px solid rgba(255,255,255,0.1); font-size: var(--fs16); padding: 1rem 1.875rem 0.75em; width: 100%; }
#mobile-nav.topright .mean-nav ul li li a { width: 100%; padding: 1rem 3.125rem 0.75em; }
#mobile-nav.topright .mean-nav { margin-top: 5.5rem; }
#mobile-nav.topright a.meanmenu-reveal { width: 3.125rem; padding-top: 0.625rem; color: var(--color-secondary); font-size: var(--fs32) !important; height: 3rem; margin-right: 1rem; }
#mobile-nav.topright a.meanmenu-reveal span span span { margin-top: 9px; }
#mobile-nav.topright .mean-nav ul { max-height: 100vh; max-height: calc(100vh - 95px); width: 100%; overflow-y: auto; overflow-x: hidden; }
#mobile-nav.topright a.meanmenu-reveal span { background: var(--color-secondary); width: 80% ; height: 0.25rem;  border-radius: 0.625rem; margin: 0.625rem auto 0; }
.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; }
body.home #mobile-nav.topright a.meanmenu-reveal span { background-color: var(--color-default); }
body.home #mobile-nav.topright a.meanmenu-reveal { color: var(--color-default); }









/* 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;}
	
	.flex, 	.flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.footer-top { width: 27%; }
	.footer-mid { width: 73%; }
	.footer-bottom { width: 100%; }
	
	.container-full { max-width: 100%; width: 100%; }
	.fsform .gform_wrapper .gfield--type-consent { margin-top: 0.75rem !important; }
	.fsform .gform_wrapper .gform_footer { margin-top: -5.5rem !important; justify-content: flex-end; display: flex; }
	.footer-section, .faq-section { position: relative; }
	.footer-bottom, .fslinks { position: absolute; bottom: 5.5rem; left: 0; width: 27%; }
	.fslinks { bottom: 15rem; }
	header#header .nav { flex-wrap: nowrap; display: flex !important; padding: 3.75rem 5.5rem 3.75rem 2.5rem; align-self: flex-start; }
	header#header .nav .menu-section { width: 88%; }
	header#header .nav:before, header#header .nav:after { display: none; }
	.banner-section { margin-top: -6rem; }
	header#header .logo, header#header .nav { z-index: 2; }
	.mcblog article.blogpost:first-child { max-width: 100%; font-size: var(--fs18); }
	.mcblog article.blogpost:first-child > a { display: flex; justify-content: space-between; align-items: center; }
	.mcblog article.blogpost:first-child .featured-image { width: 49.2%; height: 31rem; }
	.mcblog article.blogpost:first-child .mcblogdesc { width: 43.3%; }
	.mcblog article.blogpost:first-child .ptitle { font-size: var(--fs48); font-weight: 400; max-width: 36rem; margin-bottom: 2.25rem; }
	.mcblog article.blogpost:first-child .more { padding-top: 2rem; }
	.mcblog article.blogpost:first-child .featured-image.nopic img { width: 40%; }
	.mcflex .the-content { width: 56.7%; }
	.mcflex .sidebar { width: 36.5%; }
	.mcfaqs-flex .mcfaqs-left { width: 43.3%; }
	.mcfaqs-flex .mcfaqs-right { width: 49.25%; }
	.callbar-section .container { min-height: 43.75rem; display: flex; align-items: center; }
	.online-section .bg-image { width: 42%; margin-left: auto; position: absolute; top: 0; right: 0; bottom: 0; } 
	.online-section .online-content { width: 54%; padding-left: 13rem; position: relative; }
	.online-section .online-content .icon-logo { position: absolute; left: 0; }
	.online-section .button { margin-top: 1rem; display: inline-block; }
	.blog-section .blog-header h2 { width: 78%; }
	.blog-list .slick-track { display: flex; column-gap: 1.25rem; }
	.blog-list .slick-track:before, .blog-list .slick-track:after { display: none; }
	.main-service-child .mcflex, .mcinsurance-flex, .page-template-page-location-child .content-with-side-image:nth-child(even) .cwsi-flex, .repeater-content-image .content-repeat-flex:nth-child(even) { flex-direction: row-reverse; }
	.main-service-child .mcflex .the-content { padding-top: 3.5rem; }
	.main-about .about-flex .img, .about-section .about-flex .img { width: 49.16%; }
	.main-about .about-flex .desc, .about-section .about-flex .desc { width: 44%; }
	.mcinsurance-flex .mcinsure-left { width: 45%; }
	.mcinsurance-flex .mcinsure-right { width: 50%; }
	.break { flex-basis: 100%; width: 0; }
	.service-header .desc { width: 55%; }
	.service-header .button { margin-bottom: 1.875rem; }
	.badge-section .badges { flex-wrap: nowrap; }
	.team-section .team-content .team-left { width: 40%; }
	.team-section .team-content .team-right, .faq-section .faq-flex .faq-right { width: 49.25%; }
	.team-section .h1 { margin-bottom: 4.5rem; }
	.faq-section .faq-flex .faq-left { width: 27%; padding-bottom: 3.75rem; }
	.faq-section .button { position: absolute; bottom: 7rem; }
	.testimonial-section .ts-flex { max-width: 76.75rem; margin: 0 auto; }
	.testimonial-section .ts-flex .ts-left { width: 47.3%; }
	.testimonial-section .ts-flex .ts-right { width: 43.6%; }
	.testimonial-list .slick-arrow { background-color: #DEE6E4; top: unset; bottom: -4.625rem; }
	.testimonial-list .slick-arrow:before { color: var(--color-default); }
	.testimonial-list .slick-prev { left: calc(100% - 6.25rem); }
	.testimonial-list .slick-next { right: 0; }
	.banner-text .d-block { display: block; }
	.mccareers ul { column-gap: 2rem; }
	.mccareers ul li { width: 31%; }
	.content-with-side-image .cwsi-flex .desc, .map-section .map-flex .desc { width: 46%; }
	.content-with-side-image .cwsi-flex .img, .map-section .map-flex .map { width: 44%; }
	.repeater-content-image .content-repeat-flex { max-width: 84rem; margin-left: auto; margin-right: auto; }
	.repeater-content-image .content-repeat-flex .desc { width: 49% }
	.repeater-content-image .content-repeat-flex .img { width: 46% }
	.gform_notheme_wrapper .gform_fields .gfield.gfield-half { width: 48%; }
}






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

@media (max-width: 991px) {
	html { font-size: 3vw; }
	.hideMobile, header#header .fssocial, .badge-section:before, .testimonial-list .item .i-quote { 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, .online-section, .blog-section, .about-section, .main-about, .service-section, .team-section, .faq-section .faq-flex .faq-left, .testimonial-section, .map-section { text-align: center; }
	.slick-slider .slick-dots { bottom: -1.5rem; }
	.slick-slider .slick-arrow { bottom: -8rem; top: unset; }
	.slick-slider { margin-bottom: 4rem; }
	.slick-slider .slick-prev { left: calc(50% - 3rem); }
	.slick-slider .slick-next { right: calc(50% - 3rem); }
	.footer-mid .fsmid { padding-left: 0rem; padding-right: 0rem; }
	.fsloc .item-counsel p, .team-section .icon-logo, .testimonial-section .ts-header .i-quote { margin-left: auto; margin-right: auto; }
	.fsloc .item:not(:last-child), .mcfaqs-flex .mcfaqs-left, .mcflex .the-content, .main-about .about-flex .img, .about-section .about-flex .img, .team-section .team-content .team-left { margin-bottom: 2.75rem; }
	.online-section { position: relative; padding-bottom: 10.5rem; }
	.online-section .online-content { padding-bottom: 2rem; }
	.online-section .icon-logo { margin: 0 auto 2rem; }
	.online-section .button, .service-section .button, .testimonial-section .button { position: absolute; bottom: 4rem; width: 100%; left: 0; }
	.blog-section, .service-section, .testimonial-section .ts-flex .ts-right { position: relative; }
	.blog-section .blog-content, .service-section .service-content, .testimonial-section .ts-content { padding-bottom: 15rem; }
	.blog-section .button { position: absolute; bottom: 3rem; right: 0; left: 0; }
	.mcservices .item { max-width: 100%; }
	.side-image { height: 25rem; }
	.main-about .bg-image, .about-section .bg-image { height: 30rem; }
	.featured-badges .badges .item { margin: 1rem; }
	.service-section .button { bottom: 12rem; }
	.mcservices .slick-arrow { bottom: -13.5rem; }
	.mcservices .slick-dots { bottom: -7.5rem; }
	.badge-section .badge-content { padding: 2rem 0 0; }
	.badge-section .badges { flex-wrap: wrap; }
	.badge-section .badges .item { margin: 0 1rem 0.5rem; }
	.badge-section .badges .item img { height: 2.5rem; }
	.team-section a.btn, .faq-section .button a.btn, .testimonial-section .button a.btn, .blog-section .button a.btn { display: block; }
	.team-section .bg-image:before { width: 100%; height: 41.5rem; bottom: unset; }
	.faq-section .button, .testimonial-list { margin-top: 2.5rem; }
	.testimonial-section .ts-flex .ts-left { height: 22.8125rem; }
	.testimonial-section .button { bottom: -13rem; }
	.blog-section .button { left: 5%; right: 5%; }
	.team-tabs ul { column-gap: 0.5rem; }
	.team-tabs ul li { max-width: unset; width: unset; }
	.page-template-page-location-child .main-content .img .img-fit { height: 20rem; }
	
	
	header#header .container-full { width: 100%; max-width: 100%; }
	header#header .logo { width: 40%; position: relative; z-index: 99999; height: auto; }
	
	
	:root {
		--fs100: 2.8125rem;
		--fs90: 2.8125rem;
		--fs84: 2.8125rem;
		--fs64: 2.8125rem;
		--fs48: 2.25rem;
	}
}
