/*

Theme Name: LFS - DiFalco & Fernandez LLLP

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 --

*/




:root {
	
	--font1: 'canada-type-gibson', sans-serif;
	--font3: 'Font Awesome 5 Free';
	--color-primary: #1F2F5A;
	--color-secondary: #46527F;
	--color-tertiary: #102E45;
	--color-text: #444655;
	--color-bg-light: #F6F8FF;
	--color-black: #000;
	--color-default: #fff;
	--color-light-blue: #818BBC;
	--color-royal-blue: #426ED3;
	
	--fs100: 6.25rem;
	--fs96: 6rem;
	--fs90: 5.625rem;
	--fs75: 4.6875rem;
	--fs72: 4.5rem;
	--fs65: 4.0625rem;
	--fs64: 4rem;
	--fs60: 3.75rem;
	--fs58: 3.625rem;
	--fs55: 3.4375rem;
	--fs52: 3.25rem;
	--fs50: 3.125rem;
	--fs48: 3rem;
	--fs47: 2.9375rem;
	--fs45: 2.8125rem;
	--fs44: 2.75rem;
	--fs42: 2.625rem;
	--fs40: 2.5rem;
	--fs38: 2.375rem;
	--fs36: 2.25rem;
	--fs34: 2.125rem;
	--fs32: 2rem;
	--fs30: 1.875rem;
	--fs29: 1.8125rem;
	--fs28: 1.75rem;
	--fs27: 1.6875rem;
	--fs26: 1.625rem;
	--fs25: 1.563rem;
	--fs24: 1.5rem;
	--fs23: 1.438rem;
	--fs22: 1.375rem;
	--fs21: 1.35rem;
	--fs20: 1.25rem;
	--fs19: 1.188rem;
	--fs18: 1.125rem;
	--fs17: 1.0625rem;
	--fs16: 1rem;
	--fs15: 0.9375rem;
	--fs13: 0.8125rem;
	--fs14: 0.875rem;
	--fs12: 0.75rem;
	--fs11: 0.6875rem;
}

/* Ovewrite Bootstrap */

html { font-size: 0.833333vw; scroll-behavior: smooth; }

body{
    font-family: var(--font1);
	color: var(--color-text);
	font-size: var(--fs20);
	font-weight: 300;
	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-royal-blue);
    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-large, .container-medium {
    max-width: 77.9375rem;
    width: 85%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.container-medium { max-width: 89.75rem; width: 90%; }
.container-large { max-width: 102.5rem; width: 95%; }
.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: 600;
	font-family: var(--font1);
	color: var(--color-primary);
	text-transform: none;
	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(--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, .link {
	background-color: var(--color-default);
	border-radius: 2.5625rem;
	border: 0.125rem solid var(--color-primary);
	color: var(--color-primary);
	text-transform: none;
	font-size: var(--fs20);
	font-family: var(--font1);
    font-weight: 300;
    padding: 0.9375rem 3.75rem 0.9375rem 2.5rem;
    letter-spacing: 0;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all 0.5s ease-in-out;
	position: relative;
}
a.btn:hover, a.btn:focus {
	background-color: var(--color-primary);
	color: #fff;
}
a.btn:after, .link:after, .office-buttons ul li a:after, .gform_wrapper button:after { 
	content: '\f061'; 
	font-family: var(--font3); 
	font-weight: 600; 
	position: absolute; 
	right: 2rem; 
	margin-top: 0.125rem; 
	font-size: var(--fs16);
}
.link { 
	background-color: transparent; 
	padding: 0 3.75rem 0 0; 
	border: 0; 
	font-weight: 500;
}
.link:after { top: 0.125rem; }
.link:hover, .link:focus { color: var(--color-light-blue); }
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, .banner-section .container { position: relative; }
.bg { background-repeat: no-repeat; background-size: cover; }
.justify-between { flex-wrap: wrap; justify-content: space-between; }
.justify-end { flex-wrap: wrap; justify-content: flex-end; }
.justify-center { flex-wrap: wrap; justify-content: center; }
.justify-start { flex-wrap: wrap; justify-content: flex-start; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-items-center { align-items: center; }
.flex-column { flex-direction: column; }
.flex-column-reverse { flex-direction: column-reverse; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-nowrap { flex-wrap: nowrap; }
.col2, .col-2 { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 5%; column-gap: 5%; }
.col3, .col-3 { -webkit-column-count: 3; column-count: 3; -webkit-column-gap: 5%; column-gap: 5%; }
.col4, .col-4 { -webkit-column-count: 4; column-count: 4; -webkit-column-gap: 5%; column-gap: 5%; }
.col5, .col-5 { -webkit-column-count: 5; column-count: 5; -webkit-column-gap: 5%; column-gap: 5%; }
.col6, .col-6 { -webkit-column-count: 6; column-count: 6; -webkit-column-gap: 1%; column-gap: 1%; }
icon svg, svg[data-use] { height: 1rem; width: 1rem; 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; }
.position-relative { position: relative; }
.position-absolute { position: relative; }
.d-block { display: block; }

.main-menu { flex-wrap: wrap; justify-content: center; gap: 0 3.5rem; }
.main-menu > li {
	font-weight: 500;
	font-family: var(--font1);
	font-size: var(--fs18);
	line-height: 1.2em;
	text-transform: none;
}
.main-menu > li > a {
	color: var(--color-primary);
	text-decoration: none;
	display: block;
	padding: 5px 0;
	transition: all .5s ease-in-out;
	position: relative;
}
.main-menu li a:hover { color: var(--color-light-blue); }
.main-menu li ul li a {
	padding: 0.25rem 1rem;
	display: block;
	text-align: left;
	color: var(--color-primary);
	margin: 0;
}
.main-menu li ul li:last-child a { border-bottom: 0; }
.main-menu > li.menu-item-has-children > a { padding-right: 1.1875rem; }
.main-menu > li.menu-item-has-children > a:after { content: '\f0dd'; font-family: var(--font3); font-weight: 600; position: absolute; right: 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;
}

/* Main Content ---------------------------------------------*/
.inner-wrap { padding: 6rem 0 5rem; }
.main-content p { margin: 0 0 1.875rem; text-align: justify; }
.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; }
.mid-content { text-align: center; max-width: 63.1875rem; margin: 0 auto 5rem; }
.mid-content p { text-align: center; }
.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.btn {
	background-color: transparent;
	border-color: var(--color-default);
}
.dark a:hover, .dark a:focus, .dark a.btn { color: #fff; }
.dark a.btn:hover, .dark a.btn:focus { 
	background-color: var(--color-default); 
	color: var(--color-primary);
}
.main-content .sitecol { flex-wrap: wrap; }
.main-content .sitecol .col { width: 33.3333%; padding-right: 3%; }

/* paginate ---------------------------------------------*/
.paginate {
	padding-top: 4rem;
	color: var(--color-text);
	width: 100%;
}
.paginate ul { margin-left: 0; }
.paginate ul li { 
	list-style: none; 
	margin: 0 0.3125rem;
	color: var(--color-text); 
}
.paginate ul li a { 
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--fs20);
	line-height: 1.2em;
	color: var(--color-primary);
}
.paginate ul li.pleft a:before, .paginate ul li.pright a:after {
	content: '\f060';
	font-weight: 700; 
	font-size: var(--fs17); 
	font-family: var(--font3);
	background-color: var(--color-primary);
	color: var(--color-default);
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.5s ease;
}
.paginate ul li.pleft a:before { margin-right: 1rem;  }
.paginate ul li.pright a:after { content: '\f061'; margin-left: 1rem; }
.paginate ul li.pleft a:before,.paginate ul li.pright a:hover:after, .paginate ul li.pright a:focus:after {
	background-color: var(--color-bg-light);
	color: var(--color-primary);
}
.paginate ul li.pleft a:hover:before, .paginate ul li.pleft a:focus:before {
	background-color: var(--color-primary);
	color: var(--color-default);
}

.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); }

iframe { width: 100% !important; height: 25rem !important; }

.gform_wrapper form { text-align: left; }
.gform_wrapper .gform_heading { display: none !important; }
.gform_wrapper .gfieldlabelnone .gfield_label, .hide-text {
	position: absolute;
	left: -99999px;
	top:auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.gform_wrapper .gfield_label { font-weight: 500 !important; font-size: var(--fs18) !important; color: var(--color-primary);}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
	border: 0.0625rem solid var(--color-text);
	background-color: var(--color-default);
	color: var(--color-primary);
	padding: 1rem 1.5625rem !important;
	font-size: var(--fs18) !important;
	line-height: 1.5em;
}
.gform_wrapper .gfield textarea.small { height: 6.25rem !important; }
.gform_wrapper .gfield textarea.medium { height: 9.375rem !important; }
.gform_wrapper .gfield textarea.large { height: 18.125rem !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 0.5rem !important; }
.gform_wrapper .gform_footer {
	text-align: right;
	justify-content: flex-end;
	padding: 1rem 0 1.25rem !important;
}
.gform_wrapper input[type=submit], .gform_wrapper button {
	border: 0.125rem solid var(--color-primary);
	border-radius: 2.5625rem;
	font-size: var(--fs20) !important;
	font-weight: 300;
	font-family: var(--font1) !important;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0;
	color: var(--color-primary);
	background-color: transparent;
	padding: 0.9375rem 2.25rem !important;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus,
.gform_wrapper button:hover, .gform_wrapper button:focus {
	background-color: var(--color-primary);
	color: var(--color-default);
}
.gform_wrapper button { padding: 0.9375rem 3.3125rem 0.9375rem 2.25rem !important; position: relative; }
.gform_wrapper button:after { margin-top: 0; top: 1.125rem; }
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #959BB9;
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
	color: #959BB9;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
	color: #959BB9;
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper select:-moz-placeholder { /* Firefox 18- */
	color: #959BB9;
}
.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;
}


/* Mobile ---------------------------------------------*/
#mobile-nav {
    overflow: hidden;
    position: relative;
    z-index: 102;
    margin: 0;
}
#mobile-nav.topright {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    top: 0.75rem;
    right: 0;
	position: absolute;
}
#mobile-nav .main-menu > li > a:after { display: none; }
#mobile-nav.topright .mean-bar {
    background-color: transparent;
	position: relative;
}
.mean-container .mean-nav ul li a {
	background-color: var(--color-default) !important;
	border-top: 1px solid rgba(0,0,0,0.4) !important;
	font-size: var(--fs16);
	padding: 1rem 1.875rem 0.75em;
	width: 100%;
	color: var(--color-primary);
}
.mean-container .mean-nav ul li li a {
    width: 100%;
	padding: 1rem 3.125rem 0.75em;
	color: var(--color-primary);
}
.mean-container .mean-nav { margin-top: 5rem !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-secondary) !important; color: #fff !important; }


/* Header ---------------------------------------------*/
header#header { position: absolute; top: 0; left: 0; right: 0; z-index: 2; }
header#header .menu-content { padding: 1.25rem 0; }
header#header .logo { width: 20%; }
header#header .nav { width: 55%; }
header#header .top-button a.btn { border: 0; }
/* Menu fix section ---------------------------------------------*/
.menu-fixed-section {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 100;
	top: 0;
	background-color: var(--color-default);
}
header#header .menu-fixed-section .logo {
	background-color: var(--color-primary);
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	width: 23.7%;
	display: flex;
    align-items: center;
    justify-content: center;
}
header#header .menu-fixed-section .nav { margin-left: 23%; }
header#header .menu-fixed-section .top-button a.btn { border: 0.0625rem solid var(--color-primary); }
/* Banner Section ---------------------------------------------*/
.banner-section .bg-image:before { background: rgba(0,0,0,0.2); }
.banner-section .bg-image:after {
	content: '';
	background-image: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 75%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 22.4375rem;
}
.banner-section .banner-top { min-height: 28.6875rem; position: relative; }
.banner-section .banner-bottom { 
	min-height: 6.25rem; 
	background-image: linear-gradient(to right, #1F2F5A 55%, #426ED3 100%);
	font-size: var(--fs32);
	line-height: 1.2em;
	padding: 1rem 0;
}
.banner-section .banner { padding-bottom: 5rem; }
/* Footer ---------------------------------------------*/
.footer-section { background-color: #1F2C4E; }
.footer-top { 
	background-color: var(--color-primary); 
	font-size: var(--fs20);
	font-weight: 300;
	line-height: 1.5em;
}
.footer-top p { margin-bottom: 1.25rem; }
.footer-top h4 {
	font-weight: 500;
	font-size: var(--fs20);
	font-family: var(--font1);
	line-height: 1.2em;
	margin-bottom: 1rem;
}
.footer-top .fstop { padding: 4.5rem 0; }  
.fstop a,
.fsnav ul li a:hover, .fsnav ul li a:focus, 
.fsmenu ul li a:hover, .fsmenu ul li a:focus,
.fsoffice a:hover, .fsoffice a:focus { color: #c6d4f7; }
.fstop .row { max-width: 62rem; margin: 0 auto; }  
.fstop .row:before, .fstop .row:after { display: none; }
.footer-bottom { 
	min-height: 7.625rem; 
	font-size: var(--fs20);
	line-height: 1.4em;
}
.footer-bottom .fsbottom { padding: 1rem 0; }
.fsnav ul li { 
	position: relative; 
	list-style: none; 
	margin: 0 0.5rem;
}
.fsnav ul li a, .fsmenu ul li a, .fsoffice a { color: var(--color-default); }
.fsmenu { 
	border-top: 0.0625rem solid rgba(255,255,255,0.35); 
	padding-top: 2.5rem;
	margin-top: 1.5rem;
}
.fsmenu ul { 
	max-width: 70rem;
	margin: 0 auto;
}
.fsmenu ul li {
	font-size: var(--fs18);
	font-weight: 500;
	line-height: 1.2em;
}


/* Blog ---------------------------------------------*/
.blog-search-content {
	border-bottom: 0.0625rem solid var(--color-light-blue);
	margin-bottom: 3.125rem;
	padding-bottom: 1.25rem;
	font-size: var(--fs18);
}
.blog-search-content label { font-weight: 300; }
.blog-search-content select,
.blog-search-content input[type=text] {
	background-color: #F5FAFF;
	border: 0.0625rem solid var(--color-primary);
	min-width: 18.25rem;
	padding: 0.75rem 1.75rem;
	color: var(--color-primary);
	font-weight: 500;
}
.blog-search-content select, .attys-filter select {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background-image: url(images/icon-arrowD.png);
	background-repeat: no-repeat;
	background-position: 93% 50%;
	cursor: pointer;
}
.search-flex .search-right,
.search-form form { gap: 0 0.5rem;}
.search-form form button { 
	width: 3.8125rem;
	background-color: var(--color-royal-blue);
	color: var(--color-default);
	transition: all 0.5s ease;
	border: 0;
}
.search-form form button:hover, .search-form form button:focus {
	background-color: var(--color-bg-light);
	color: var(--color-primary);
}
.mcblog { gap: 0 0.9375rem; }  
article.blogpost {
	background-color: #F5FAFF;
	max-width: 25.6875rem;
	width: 100%;
	margin-bottom: 0.75rem;
	line-height: 1.3em;
}
article.blogpost .mcblogdesc { padding: 2rem; }
article.blogpost .mcblogdesc p { text-align: left; margin-bottom: 0; }
article.blogpost .ptitle {
	font-size: var(--fs25);
	font-family: var(--font1);
	font-weight: 600;
	margin-bottom: 1rem;
	line-height: 1.2em;
	text-transform: none;
	display: block;
	min-height: 6rem;
	color: var(--color-primary);
}
article.blogpost .featured-image {
	height: 9.75rem;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
article.blogpost a { color: var(--color-text); }
article.blogpost a:hover .ptitle, article.blogpost a:focus .ptitle { color: var(--color-secondary); }
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-image { height: 16rem; }
.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-list { gap: 0 0.5rem; }
.area-list .item {
	margin-bottom: 0.5rem; 
	line-height: 1.5em;
	overflow: hidden;
}
.area-list .item a { color: var(--color-default); }
.area-list .item img { 
	width: 35.4375rem; 
	height: 23.3125rem;
}
.area-list .item .overlay { background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); }
.area-list .item .overlay .o-wrap { 
	padding: 2.25rem 2.25rem 2.75rem; 
	width: 100%;
}
.area-list .item .link { 
	color: #638CF6; 
	position: absolute;
	bottom: 2.75rem;
	left: 2.25rem;
	opacity: 0;
}
.area-list .item h3 { 
	margin-bottom: 1rem; 
	transform: translateY(110%);
	transition: all 0.3s ease;
}
.area-list .item .desc { 
	max-width: 26.375rem;
	padding-bottom: 2rem;
}
.area-list .item p { text-align: left; }
.area-list .item .excerpt {
	height: 0;
	opacity: 0;
	transform: translateY(30%);
	transition: all 0.4s ease;
}
.area-list .item a:hover .link { opacity: 1; }
.area-list .item a:hover .excerpt { opacity: 1; height: auto; transform: translateY(0); }
.area-list .item a:hover .overlay .o-wrap { 
	height: 100%; 
	background-image: linear-gradient(to bottom, rgba(31,47,90,0.25) 0%, #1F2F5A 75%); 
}
.area-list .item a:hover h3 { transform: translateY(0); }

.office-buttons ul { margin-left: 0; }
.office-buttons ul li {
	list-style: none;
	margin-bottom: 0.875rem;
}
.office-buttons ul li a {
	display: block;
	border: 0.125rem solid var(--color-primary);
	border-radius: 2.5625rem;
	padding: 1rem 2rem;
	font-size: var(--fs20);
	line-height: 1.2em;
	position: relative;
}
.office-desc .item { 
	margin-bottom: 4.5rem; 
	font-size: var(--fs32);
	line-height: 1.3em;
}
.office-desc .item:not(:last-child) {
	border-bottom: 0.0625rem solid var(--color-light-blue);
	padding-bottom: 5rem;
}
.office-desc .item .img { height: 23.125rem; }
.office-desc .item .call { margin-bottom: 1rem; }
.office-desc .item .addr i,
.office-desc .item .call i {
	flex-shrink: 0;
    margin-right: 1rem;
	color: var(--color-royal-blue);
}
.cform {
	max-width: 47.6875rem;
	margin: 0 auto;
	position: relative;
}

.att-flex { margin-bottom: 4rem; }
.att-flex.att-top { margin-bottom: 5.5rem; }
.att-flex:not(.att-top, :last-child) {
	border-bottom: 0.0625rem solid var(--color-light-blue);
	padding-bottom: 3.25rem;
}
.att-top .att-left .img { height: 31.0625rem; margin-bottom: 1rem; }
.att-top h1 { margin-bottom: 1.25rem; }
.att-top .pos { color: var(--color-text); margin-bottom: 0; }
.att-top .att-details { 
	margin-top: 2.75rem; 
	font-size: var(--fs32);
	line-height: 1.4em;
	margin-left: 0;
}
.att-top .att-details li { 
	list-style: none; 
	margin-bottom: 0.75rem;
	position: relative;
	padding-left: 2.5rem;
}
.att-top .att-details li i { 
	position: absolute;
	left: 0;
	top: 0.125rem;
	color: var(--color-royal-blue);
}
.att-extended ul, .att-areas ul { margin-left: 0; }
.att-extended ul li, .att-areas ul li { list-style: none; margin-bottom: 0.5rem; }
.attys-filter select {
	border: 0.0625rem solid var(--color-primary);
	font-size: var(--fs18);
	font-weight: 500;
	line-height: 1.2em;
	background-color: #F5FAFF;
	padding: 1.0625rem 1.75rem;
	margin-bottom: 1rem;
	width: 100%;
	color: var(--color-primary);
}
.attys-display .filter {
	font-size: var(--fs18);
	text-align: right;
	border-bottom: 0.0625rem solid var(--color-text);
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	padding-right: 1rem;
}
.attys-display .filter strong {
	font-weight: 500;
	margin-right: 1.125rem;
}
.attys-list .att-flex {
	background-color: #F5FAFF;
	padding: 2.375rem 2.375rem 1rem;
	margin-bottom: 1.5rem;
	display: flex;
}
.attys-list .att-flex h3 {
	font-size: var(--fs25);
	font-weight: 500;
	margin-bottom: 0.625rem;
}
.attys-list .att-top .pos {
	font-size: var(--fs18);
	font-weight: 500;
}
.attys-list .att-top .att-details { float: right; margin-bottom: 0; }
.attys-list .att-top .att-details li { 
	font-size: var(--fs20);
	padding-left: 2.25rem;
	line-height: 1.4em;
}
.attys-list .att-top .att-details li i { top: 0.3125rem; color: #426ED3; }
.attys-list .att-top .att-left .img { height: 16.25rem; }
.attys-list .att-flex .att-left { width: 33%; }
.attys-list .att-flex .att-right { width: 58%; }
.attys-list .att-flex a, .att-top .att-details li a { color: var(--color-text); }
.attys-list .att-flex a:hover, .attys-list .att-flex a:focus,
.att-top .att-details li a:hover, .att-top .att-details li a:focus { color: var(--color-royal-blue); }

/* Flexible Content */
.flexible-content section:nth-child(even), .main-form { background-color: #F5FAFF; }
.content-with-image-section .inner-wrap { padding-bottom: 5rem; }

/* Frontpage ---------------------------------------------*/
#vid {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
body.home .banner-section .bg-image:before { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45));}
body.home .banner-section .banner { padding-bottom: 0; }
.banner-section .banner-text { 
	text-align: left;
	max-width: 97rem;
	padding: 24rem 0 5.5rem;
}
.banner-section .banner-text h1 { font-size: var(--fs100); }
.services-wrap { margin-top: 6.5rem; }
.services-wrap h2 { margin-bottom: 3.25rem; }
.diff-section { background-attachment: fixed; }
.diff-section .box {
	background-color: rgba(31,47,90,0.98);
	max-width: 71.375rem;
	margin: 0 auto;
	padding: 5rem;
}
.differences {
	max-width: 59rem;
	margin: 4rem auto 0;
}
.differences .item {
	font-size: var(--fs20);
	line-height: 1.4em;
	padding: 2.875rem 3.5rem;
	position: relative;
}
.differences .item h3 { 
	max-width: 15rem;
	margin: 0 auto 1.5rem;
}
.differences .item .icon { margin-bottom: 1rem; }
.call-bar-section .call-bar-content { max-width: 50.25rem; margin: 0 auto; }
.call-bar-section p { text-align: center; }
.call-bar-section h2 { max-width: 40rem; margin: 0 auto 2rem; }



/* 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;
		border-radius: 1.9375rem;
		background-color: var(--color-default);
		padding: 1rem;
	}
	.main-menu li ul li {
		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, .d-flex,
	.flex-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.fslogo { order: 1; }
	.fsoffice:last-of-type { order: 3; }
	.main-menu > li:first-child { display: none; }
	.flex-row-reverse { flex-direction: row-reverse; }
	.content-flex .content, .content-flex .content-title { width: 37%; }
	.content-flex .img, .content-flex .content-desc { width: 49%; }
	.office-desc .item .name { width: 23%; }
	.office-desc .item .details { width: 60%; }
	.cform .gform_wrapper .gform_fields { position: relative; }
	.cform .gform_wrapper .gform_fields .gfield.gfield--width-full, 
	.cform .gform_wrapper .gform_fields .gfield { width: 49%; }
	.cform .gform_wrapper .gform_fields #field_1_5 {
		position: absolute;
		top: 0;
		right: 0;
	}
	.main-blog .container { max-width: 79.0625rem; }
	.mcflex .the-content { width: 65%; }
	.mcflex .sidebar { width: 30%; }
	.differences .item { width: 50%; }
	.differences .item:nth-child(odd):after,
	.differences .item:nth-child(1):before,
	.differences .item:nth-child(2):before {
		content: '';
		width: 0.0626rem;
		background-color: rgba(255,255,255,0.12);
		height: 90%;
		position: absolute;
		right: 0;
		top: 0.5rem;
	}
	.differences .item:nth-child(1):before,
	.differences .item:nth-child(2):before {
		width: 90%;
		top: unset; 
		bottom: 0;
		height: 0.0626rem;
		left: 0;
		margin: 0 auto;
	}
	.att-flex .att-left { width: 33.6%; }
	.att-flex .att-right { width: 50%; }
	.attys-wrap .attys-filter { width: 25%;	}
	.attys-wrap .attys-display { width: 60%; }
}

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

@media (max-width: 991px) {
	html { font-size: 3vw; }
	.hideMobile, header#header .top-button { display: none; }
	.container { width: 90%; }
	.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; }
	.flex-mobile { display: flex; }
	
	.footer-section { text-align: center; }
	.slick-slider .slick-arrow { bottom: -4.5rem; top: unset; }
	.slick-slider { margin-bottom: 4rem; }
	.slick-slider .slick-prev { left: calc(50% - 3rem); }
	.slick-slider .slick-next { right: calc(50% - 3rem); }
	.fslogo, .fsoffice:not(:last-of-type) { margin-bottom: 2rem; }
	.fsmenu ul { justify-content: center; }
	.fsmenu ul li { margin: 0 0.5rem 1rem; }
	article.blogpost { max-width: 100%; }
	.diff-section .box { padding: 2.5rem 1.5rem; }
	.differences .item { padding: 2rem 0; }
	.about-section .container { width: 100%; }
	.about-section .content-flex { width: 90%; margin: 0 auto; }
	.banner-bottom .bs-text { margin-bottom: 1rem; }
	.banner-section .banner-text { padding: 18rem 0 2rem; }
	.attys-list .att-top .att-left .img { height: 12rem; }
	.attys-list .att-top .att-details li { margin-bottom: 0; }
	
	header#header .logo { width: 70%; position: relative; z-index: 99999; }
	
	:root {
		--fs100: 3.5rem;
		--fs64: 3.125rem;
	}
}




