/*

Theme Name: LFS - David Read DUI Sharks

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/xry6hva.css');
@import url('https://use.typekit.net/oxc7ddm.css');





:root {
	
	--font1: 'acumin-pro', sans-serif;
	--font2: 'rift', sans-serif;
	--font3: 'Font Awesome 5 Free';
	--font4: 'loos-extended', sans-serif;
	--color-primary: #113975;
	--color-secondary: #00F172;
	--color-tertiary: #4AC7E9;
	--color-text: #242424;
	--color-bg-light: #F0F6FA;
	--color-black: #000;
	--color-default: #fff;
	--color-light-white: #CACACA;
	--color-lighter-white: #D7D7D7;
	--color-sky-blue: #8DCCEB;
	--color-light-blue: #6696DB;
	--color-baby-blue: #52709B;
	
	--fs140: 8.75rem;
	--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;
	--fs48: 3rem;
	--fs47: 2.9375rem;
	--fs45: 2.8125rem;
	--fs44: 2.75rem;
	--fs42: 2.625rem;
	--fs40: 2.5rem;
	--fs38: 2.375rem;
	--fs36: 2.25rem;
	--fs34: 2.125rem;
	--fs32: 2rem;
	--fs30: 1.875rem;
	--fs29: 1.8125rem;
	--fs28: 1.75rem;
	--fs27: 1.6875rem;
	--fs26: 1.625rem;
	--fs25: 1.563rem;
	--fs24: 1.5rem;
	--fs23: 1.438rem;
	--fs22: 1.375rem;
	--fs21: 1.35rem;
	--fs20: 1.25rem;
	--fs19: 1.188rem;
	--fs18: 1.125rem;
	--fs17: 1.0625rem;
	--fs16: 1rem;
	--fs15: 0.9375rem;
	--fs13: 0.8125rem;
	--fs14: 0.875rem;
	--fs12: 0.75rem;
	--fs11: 0.6875rem;
}





/* Ovewrite Bootstrap */

html { font-size: 0.833333vw; }

body{

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


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-light-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 {
    max-width: 96.25rem;
    width: 90%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.container-large { max-width: 110.5625rem; 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: 700;
	font-family: var(--font2);
	color: var(--color-primary);
	text-transform: uppercase;
	line-height: 1.1em;
	margin-bottom: 1.875rem;
}
.h1, .h2, .h3, .h4, .h5 { margin-top: 0; }
h2, .h2 { font-size: var(--fs47); color: var(--color-text); }
h3, .h3 {
	font-size: var(--fs32);
	font-weight: 700;
	line-height: 1.1em;
}
h4, .h4 {
	font-size: var(--fs30);
	font-weight: 600;
	line-height: 1.7em;
}
h5, .h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: var(--fs24);
	color: var(--color-baby-blue);
	letter-spacing: 0.125rem;
	line-height: 1.5em;
	margin-bottom: 0.625rem;
	display: flex;
}
.center .h5 { justify-content: center; }
.h5:before { content: '\f0c8'; font-family: var(--font3); font-weight: 700; display: inline-block; font-size: 0.5rem; margin-right: 0.4375rem; }
a.btn, a.btn-transparent {
	background: linear-gradient(to right, #113975 0%, #00F172 100%);
	color: var(--color-default);
	text-transform: uppercase;
	font-size: var(--fs24);
	font-family: var(--font1);
    font-weight: 700;
    padding: 1.3125rem 3.75rem 1rem 1.75rem;
    border-radius: 0.375rem;
    letter-spacing: 0;
	text-decoration: none;
	line-height: 1.1em;
	white-space: pre-wrap;
	transition: all .5s ease;
	position: relative;
	border: 0;
}
a.btn:after, a.btn-transparent:after { content: '\f0a9'; font-family: var(--font3); font-weight: 700; position: absolute; right: 1.625rem; top: 30%; }
a.btn-transparent { border: 0.125rem solid var(--color-default); background: transparent; }
a.btn:hover, a.btn:focus, a.btn-transparent:hover, a.btn-transparent:focus {
	background: linear-gradient(to right, #206BDB 0%, #113975 100%);
	color: #fff;
	border-color: transparent;
}
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 rgba(0,0,0,0.6);
	margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
}
.bg-overlay:before { content: ''; }
.overlay, .bg-overlay:before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.bg-overlay, .bg-overlay > div, header#header > section { position: relative; }
.bg { background-repeat: no-repeat; background-size: cover; }
.flex-between { flex-wrap: wrap; justify-content: space-between; }
.flex-end { flex-wrap: wrap; justify-content: flex-end; }
.flex-center { flex-wrap: wrap; justify-content: center; }
.flex-start { flex-wrap: wrap; justify-content: flex-start; }
.flex-alend { align-items: flex-end; }
.flex-alcenter { align-items: center; }
.flex-alstart { align-items: flex-start; }
.col2 { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 5%; column-gap: 5%; }
icon svg, svg[data-use] {
	height: 1em;
    width: 1em;
    fill: inherit;
	stroke: inherit;
}
a.skip-main {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 999;
}
a.post-edit-link { display: inline-block; background-color: rgba(0,0,0,0.8); position: fixed; bottom: 1.25rem; left: 1.25rem; z-index: 9999; color: var(--color-default); font-size: 1.125rem; padding: 0.5rem 2.5rem; }
a.post-edit-link:hover { background-color: rgba(0,0,0,1); }
.bg-image { position: absolute !important; }
.img-fit { width: 100%; height: 100%; object-fit: cover; }





/* Header ---------------------------------------------*/
header#header { position: relative;}
header#header .bg-image:before { background: linear-gradient(0deg, #000930 0%, rgba(0, 16, 88, 0.53) 57%, #000 100%); opacity: 0.7; }
header#header .top-header { background-color: var(--color-primary); color: var(--color-tertiary); line-height: 1.2em; padding: 1.375rem 0 1rem; font-weight: 700; font-size: var(--fs18); text-transform: uppercase; }
header#header .top-header .fssocial a { font-size: var(--fs21); margin: 0 0.875rem; }
header#header .top-header .fssocial a:first-child { margin-left: 0; }
header#header .top-contact > div { padding-top: 0.25rem; }
header#header .top-text { border-right: 0.0625rem solid var(--color-default); margin-right: 1.25rem; padding-right: 1.25rem; }
header#header .top-text a { color: var(--color-tertiary); }
header#header .ph a, header#header .top-text a:hover, header#header .top-text a:focus { color: var(--color-default); }
header#header .menu-content { padding: 2rem 0 1rem; }
header#header .logo { width: 23%; }






.main-menu { flex-wrap: wrap; justify-content: space-between; }
.main-menu > li {
	font-weight: 700;
	font-family: var(--font2);
	font-size: var(--fs28);
	line-height: 1.2em;
	text-transform: uppercase;
}
.main-menu > li > a {
	color: var(--color-default);
	text-decoration: none;
	display: block;
	padding: 5px 0;
	transition: all .5s ease-in-out;
}
.main-menu > li > a: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,
.main-menu > li.current_page_parent > a {
	color: rgba(255,255,255,0.6);
}

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

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




/* Menu fix section ---------------------------------------------*/
.menu-fixed-section {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 100;
}




/* Banner Section ---------------------------------------------*/
.banner-section { min-height: 15.625rem; text-align: center; }
.banner-section h1, .banner-section .h1 { font-size: var(--fs140); color: var(--color-default); line-height: 1em; }
.banner-section .banner { padding: 1rem 0; }





/* Main Content ---------------------------------------------*/
.inner-wrap { padding: 6rem 0 5rem; }
.main-content p { margin: 0 0 1.875rem; }
.main-content ul {
	margin-left: 0;
	list-style-type: disc;
}
.main-content ul li { margin-bottom: 0.4375rem; }
.main-content ul,
.main-content ol {
	margin-bottom: 1.875rem;
}
.main-content ul ul,
.main-content ol ol {
	margin-bottom: 0;
}
.main-content ol { padding-left: 1rem; }
.main-content .wp-caption {
	display: table;
	margin-bottom: 1.875rem;
}
.main-content .wp-caption-text {
	display: table-caption;
	caption-side: top;
	color: #b29b55;
	font-size: 12px;
	font-style: italic;
}
.main-content .wp-caption p { margin: 0 0 1.25rem; }
.dark {color: #fff;}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4 { color: #fff; }
.dark .h5, .dark h5 { color: #8ABAFF; }
.dark a { color: var(--color-secondary); }
.dark a:hover, .dark a:focus, .dark a.btn { color: #fff; }
.main-content .sitecol { flex-wrap: wrap; }
.main-content .sitecol .col { width: 33.3333%; padding-right: 3%; }
ul.check-list { list-style-type: none; }
ul.check-list li { position: relative; padding-left: 2.25rem; }
ul.check-list li:before { content: '\f058'; font-family: var(--font3); font-weight: 700; position: absolute; left: 0; top; 0; color: var(--color-primary); }




/* paginate ---------------------------------------------*/
.paginate {
	padding-top: 4rem;
	text-align: center;
	color: var(--color-text);
	display: flex;
	align-items: center;
	justify-content: center;
}
.paginate .page-numbers {
	font-size: var(--fs24);
	font-weight: 700;
	color: var(--color-text);
	line-height: 1.2em;
	margin: 0 0.625rem;
}
.paginate .prev, .paginate .next { font-size: 0; display: flex; justify-content: center; align-items: center; width: 3.0625rem; height: 3.0625rem; color: var(--color-default); background-color: var(--color-primary); border-radius: 100%; }
.paginate .prev { margin-right: 1.25rem; }
.paginate .next { margin-left: 1.25rem; }
.paginate .prev:before, .paginate .next:before { content: '\f060'; font-family: var(--font3); display: block; font-weight: 700; font-size: var(--fs24);}
.paginate .next:before { content: '\f061'; }
.paginate a:hover, .paginate a:focus, .paginate .current { color: var(--color-primary); }
.paginate a.prev:hover, .paginate a.prev:focus, .paginate a.next:hover, .paginate a.next:focus { background-color: rgba(36,36,36,0.5); color: var(--color-default); }







/* Blog ---------------------------------------------*/
.mcblog { gap: 3.125rem; }
article.blogpost {
	width: 100%;
	max-width: 28.5625rem;
	line-height: 1.4em;
}
article.blogpost .ptitle {
	font-size: var(--fs32);
	font-family: var(--font2);
	font-weight: 700;
	margin-bottom: 1.25rem;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--color-primary);
}
article.blogpost .featured-image {
	height: 17.8125rem;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	margin-bottom: 1.875rem;
	border-radius: 0.375rem;
}
article.blogpost a { color: var(--color-text); }
article.blogpost a:hover .featured-image, article.blogpost a:focus .featured-image { opacity: 0.7; }
.pdate {
	font-size: var(--fs18);
	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%; }


.sidebar > div { margin-bottom: 5rem; }
.side-blog ul { margin: 0; }
.side-blog ul li {
	list-style: none;
	margin-bottom: 1.75rem;
	line-height: 1.3em;
	font-weight: 700;
	padding-left: 0;
}
.side-blog ul li a {
	text-decoration: none;
	color: var(--color-text);
}
.side-blog ul li a:hover, .side-blog ul li a:focus { color: var(--color-light-blue); }
.side-book { line-height: 1.5em; }
.side-book h2 { margin-bottom: 1.25rem; max-width: 16rem; }
.side-book p { margin-bottom: 1.25rem; }




/* About ---------------------------------------------*/
.mid-content { max-width: 66rem; margin: 0 auto; }
.bio-section .bio-wrapper {  }
.bio-section .bio-wrapper:nth-child(odd) { background-color: var(--color-bg-light); }
.bio-section .bio-wrapper .bio-content { padding: 5rem 0 4rem; }
.bio-header { padding-bottom: 1.125rem; border-bottom: 0.0625rem solid var(--color-primary); margin-bottom: 3.125rem; }
.bio-sm a { border: 0.125rem solid var(--color-primary); width: 4.3125rem; height: 4.3125rem; display: flex; justify-content: center; align-items: center; color: var(--color-primary); border-radius: 0.375rem; }
.bio-sm a:hover, .bio-sm a:focus, .bio-tabs ul li button:hover, .bio-tabs ul li button:focus, .bio-tabs ul li.active button { color: var(--color-default); background-color: var(--color-tertiary); border-color: var(--color-tertiary); }
.bio-tabs ul { margin: 0; gap: 0.9375rem; }
.bio-tabs ul li { list-style: none; }
.bio-tabs ul li button { text-transform: uppercase; border-radius: 0.375rem; border: 0.125rem solid var(--color-primary); color: var(--color-primary); font-weight: 700; min-height: 4.3125rem; background-color: transparent; padding: 1.25rem 1rem 0.75rem; font-size: var(--fs23); }
.bio-flex .img, .bio-header .bio-info .img { height: 42.0625rem; background-color: var(--color-primary); display: flex; align-items: center; justify-content: center; }
.bio-flex .img img, .bio-header .bio-info .img img, .att-flex .att-img img { object-position: top; }
.bio-flex .img .nopic, .bio-header .bio-info .img .nopic { width: 80%; height: auto; }




/* FAQs ---------------------------------------------*/
.faqs-section { overflow: hidden; }
.faqs-section, .faqs-section .container { position: relative; z-index: 1; }
.faqs-section .bg-image:before { background: linear-gradient(180deg, #F3F2F4 0%, rgba(243,242,244,0)); height: 56.875rem; z-index: 1; }
.faqs-section .bg-image:after { content: ''; background: linear-gradient(0deg, #284885 25%, rgba(40,72,133,0.88) 50%, rgba(40,72,133,0.78) 63%, rgba(40,72,133,0) 85%); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.faqs-section .bg-image img { height: 56.875rem; mix-blend-mode: luminosity; }
.faqs-section .faqs-content { padding: 10rem 0 5rem; }
.faqs-box { background-color: var(--color-default); border-radius: 1.25rem; max-width: 78.25rem; margin: 0 auto; background-image: url(images/bg-faqs-box.jpg); background-repeat: no-repeat; background-size: cover; padding: 4rem 5rem 5rem; }
.faqs-box .h1 { margin-bottom: 2.5rem; }
.faqs-box .h1 strong { display: block; }
.mcfaqs { margin-bottom: 2.5rem; }
.mcfaqs .item { margin-bottom: 0.75rem; text-align: left; }
.mcfaqs .item .ctab-header { background-color: transparent; border-bottom: 0.0625rem solid rgba(0,0,0,0.15); padding: 1.625rem 2.75rem 1.625rem 0; position: relative; cursor: pointer; display: flex; align-items: center; }
.mcfaqs .item .ctab-header h2 { font-family: var(--font1); font-size: var(--fs22); font-weight: 400; text-transform: capitalize; margin-bottom: 0; color: var(--color-text); letter-spacing: 0; }
.mcfaqs .item .ctab-content { padding: 1.5rem 2.5rem 0.5rem; background-color: var(--color-bg-light); transition: all 0.2s ease-in-out; font-size: var(--fs20); }
.mcfaqs .item .ctab-header .i-toggle {
	background-color: var(--color-primary);
	height: 1.6875rem;
	width: 0.4375rem;
	position: absolute; right: 0.6875rem; top: 35%; 
}
.mcfaqs .item .ctab-header .i-toggle:after {
	background-color: var(--color-primary);
	content: "";
	height: 0.4375rem;
	left: -0.6875rem;
	position: absolute;
	top: 0.625rem;
	width: 1.8125rem
}
.mcfaqs .item.active .ctab-header .i-toggle { background-color: transparent; }



.dlh-flex { margin-bottom: 4rem; }
.dui-flex .dui-right .duiform > h2 { font-size: var(--fs32); }
.dui-flex .dui-right .duiform .gform_wrapper { padding: 1.5rem 2.5rem 3.75rem; }
.dui-flex .dui-right .duiform .gform_wrapper .gform_heading, .step-section .duiform .gform_wrapper .gform_heading { display: block !important; }
.dui-flex .dui-right .duiform .gform_wrapper.gravity-theme .gfield.gfield--width-half { grid-column: span 12; }
.duiform .gform_wrapper.gravity-theme .gf_page_steps { border-bottom: 0; margin-bottom: 2rem; display: flex; text-align: center; justify-content: center; }
.duiform .gform_wrapper.gravity-theme .gf_step_number { display: block; width: 0.8125rem; height: 0.8125rem; border-radius: 0; background: var(--color-black); font-size: 0; margin: 0 auto 1rem; border: 0; }
.duiform .gform_wrapper.gravity-theme .gf_step_label { font-size: var(--fs24); font-weight: 400; line-height: 1.3em; padding: 0; }
.duiform .gform_wrapper.gravity-theme .gf_step_active .gf_step_number { background: var(--color-secondary) }
.duiform .gform_wrapper.gravity-theme .gf_step { margin: 0 1.25rem; position: relative; }
.duiform .gform_wrapper.gravity-theme .gf_step:after { content: ''; background-color: var(--color-black); height: 0.125rem; width: 10.6875rem; position: absolute; top: 0.375rem; left: 55%; }
.duiform .gform_wrapper.gravity-theme .gf_step:last-child:after, .duiform .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before { display: none; }
.dui-flex .dui-right .duiform .gform_wrapper.gravity-theme .gf_step:after { width: 8.25rem; }




/* Frontpage ---------------------------------------------*/
body.home .banner-section .banner { padding: 10rem 0 3rem; }
.banner-text { font-size: var(--fs32); font-weight: 500; color: var(--color-default); line-height: 1.3em; border-bottom: 0.0625rem solid var(--color-default); padding-bottom: 4rem; }
.banner-text p { margin-bottom: 1.875rem; }

.about-section, .faqs-section { background-color: var(--color-bg-light); }
.about-section .about-content, .download-section .dl-content, .faqs-section .faqs-content, .why-section .why-content { padding: 5rem 0; }
.about-section ul.check-list, .download-section .dl-content, .callbar-section .callbar-content, .faqs-section .faqs-content { font-size: var(--fs22); }
.about-section .calendly-inline-widget { width: 100%; min-width: unset !important; }

.step-section .step-content { padding: 5rem 0 4rem; }
.step-section .duiform { max-width: 56rem; margin: 5rem auto 5rem; }
.step-section .duiform .gform_wrapper { padding: 1.5rem 3.5rem 2rem; }
.step-mid { max-width: 55rem; margin: 0 auto 2.5rem; font-size: var(--fs20); line-height: 1.5em; }
.step-mid h2, .step-list .item p { margin-bottom: 1rem; }
.step-mid p { max-width: 40rem; margin: 0 auto 1.875rem; }
.step-list { max-width: 74.6875rem; margin: 0 auto 3rem; }
.step-list .item { font-size: var(--fs26); font-weight: 600; line-height: 1.4em; color: #505050; max-width: 16.5625rem; position: relative; }
.step-list .item h3 { margin-bottom: 0.5rem; }
.step-list .item a { font-size: var(--fs16); font-weight: 700; text-transform: uppercase; line-height: 1.2em; color: var(--color-primary); }
.step-list .item a:after { content: '\f178'; font-family: var(--font3); font-weight: 700; margin-left: 0.75rem; }
.step-list .item .icon { display: flex; justify-content: center; align-items: center; border-radius: 100%; width: 7.5rem; height: 7.5rem; background: linear-gradient(to bottom, #123A78 16%, #00F072 100%); margin: 0 auto 1.5rem; }
.step-list .item:before { content: ''; background-color: var(--color-text); width: 1.3125rem; height: 1.3125rem; display: block; margin: 0 auto 2.75rem; }
.step-list .item:after { content: ''; background-color: var(--color-text); height: 0.0625rem; width: 29rem; position: absolute; top: 0.625rem; left: 50%; }

.download-section, .download-section .container, .callbar-section, .callbar-section .container { position: relative; }
.download-section .bg-image:before { background: linear-gradient(to right, #113975 39%, rgba(67,70,86,0) 100%); }
.download-section .dl-content strong { text-transform: uppercase; border-bottom: 1px solid var(--color-default); }
.download-section .gform_wrapper input { background-color: var(--color-default); border-radius: 0.375rem; padding: 1.4375rem 1.5625rem 1.125rem !important; }
.download-section .gform_wrapper .gform_footer { align-self: flex-start; }
.download-section .gform_wrapper .ginput_container_consent { margin-top: 1rem; }
.download-section .gform_wrapper .ginput_container_consent label { line-height: 1.4em; font-size: var(--fs18); }

.att-section .att-content { padding: 6rem 0 5rem; }
.att-flex .att-img { background-color: rgba(255,255,255,0.65); }

.why-section { overflow: hidden; }
.why-section .why-mid { font-size: var(--fs20); line-height: 1.5em; }
.why-header { margin-bottom: 1.5rem; }
.why-list { gap: 1.5rem; }
.why-list .item { position: relative; font-size: var(--fs22); height: 25rem; line-height: 1.5em; max-width: 23.25rem; transition: all 0.4s ease-in-out; }
.why-list .item a { display: block; color: var(--color-default); height: 100%; }
.why-list .item img { border-radius: 0.375rem; opacity: 1; }
.why-list .item .overlay { background: linear-gradient(to bottom, rgba(0,0,0,0) 25%, rgba(0,0,0,0.67) 65%, rgba(0,0,0,0.8) 100%); color: var(--color-default); display: flex; align-items: flex-end; border-radius: 0.375rem; }
.why-list .item .overlay h2 { color: var(--color-default); font-size: var(--fs47); margin-bottom: 0.75rem; }
.why-list .item .overlay p { margin: 0; opacity: 0; visibility: hidden; height: 0; transition: opacity 0.3s ease-in-out; }
.why-list .item .overlay .o-wrap { padding: 1.625rem 8rem 1.625rem 1.625rem; position: relative; }
.why-list .item .overlay i { font-size: var(--fs48); position: absolute; right: 1.625rem; bottom: 2.25rem; }
.why-list .item:first-child { box-shadow: 1.25rem 3.125rem 3.75rem rgba(82, 112, 155, 0.55); }
.why-list .item.active { max-width: 46.5625rem; }
.why-list .item.active .overlay p { opacity: 1; visibility: visible; height: auto; }

.callbar-section .bg-image { background-color: var(--color-black); }
.callbar-section .bg-image:before { background: linear-gradient(to bottom, #111215 0%, rgba(0,0,0,0) 100%); }
.callbar-section .bg-image img { opacity: 0.15; }
.callbar-section .callbar-content { padding: 5.5rem 0 5rem;  max-width: 51rem; margin: 0 auto; }






/* Contact ---------------------------------------------*/
.map-section iframe { width: 100% !important; height: 29.375rem !important; margin-bottom: -0.9375rem; }
.map-section p { margin-bottom: 0; }
.mccontact-flex .mccontact-left .h1 { max-width: 30rem; }
.mccontact-flex .mccontact-left ul li { margin-bottom: 2rem; }


.cform, .duiform { box-shadow: 1.25rem 3.125rem 10rem rgba(82,112,155,0.55); padding: 2.5rem 3.125rem; text-align: center; }
.duiform { max-width: 83.6875rem; margin: 0 auto; padding: 0; }
.duiform > h2 { background-color: var(--color-primary); color: var(--color-default); font-size: var(--fs47); padding: 1.25rem 2.5rem; position: relative; }
.duiform > h2:after { content: ''; width: 0; height: 0; border-left: 2.5rem solid transparent; border-right: 2.5rem solid transparent; border-top: 1.5rem solid var(--color-primary); position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -1.3125rem; }
.duiform .gform_wrapper { padding: 2.5rem 4.5rem 3.75rem; }
.duiform .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 1rem !important; grid-row-gap: 1.5rem !important; }
.duiform .gform_wrapper.gravity-theme .ginput_container_date input { width: 100%; }
.duiform  hr { margin-top: 1rem; margin-bottom: 1em; border-top: 1px solid rgba(0,0,0,0.3) }

.gform_wrapper form { text-align: left; }
.gform_wrapper .gform_heading, .gform_wrapper .gform_heading .gform_required_legend { display: none !important; }
.gform_wrapper .gfieldlabelnone .gfield_label, .hide-text {
	position: absolute;
	left: -99999px;
	top:auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.gform_wrapper .gfield_label { font-weight: 400 !important; font-size: var(--fs24) !important; text-transform: capitalize; }
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
	border: 0;
	background-color: #f3f3f3;
	color: var(--color-text);
	padding: 0.9375rem 1.5625rem 0.6255rem !important;
	font-size: var(--fs18) !important;
	line-height: 1.5em;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label { font-size: var(--fs24) !important; font-weight: 400; }
.gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox { display: flex; flex-wrap: wrap; gap: 2rem; }
.gform_wrapper .gfield-choice-input { width: 1.5rem; height: 1.5rem; background-color: #F3F3F3; box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.25); -webkit-appearance: inherit; padding: 0 !important; margin-left: 0.75rem; }
.gform_wrapper .gfield_radio .gfield-choice-input { border-radius: 100%; }
.gform_wrapper .gfield_checkbox .gchoice, .gform_wrapper .gfield_radio .gchoice { display: flex; flex-direction: row-reverse; flex-wrap: wrap; align-items: center; }
.gform_wrapper .gfield-choice-input:checked { box-shadow: inset 0 0.75rem 0.75rem #7A7A7A; border: 0; }
.gform_wrapper legend { border-bottom: 0; }
.gform_wrapper .msg { background-color: rgba(17,57,117,0.05); border-radius: 0.375rem; border: 1px solid var(--color-light-white); padding: 1.75rem 2.5rem; text-align: center; margin: 2.5rem 0 1rem; }
.gform_wrapper .required { color: #ff0000; }
.gform_wrapper .gfield textarea.small { height: 7.8125rem !important; }
.gform_wrapper .gfield textarea.medium { height: 9.375rem !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 1rem !important; }
.gform_wrapper .gform_footer {
	text-align: right;
	justify-content: flex-end;
	padding: 0 !important;
	margin: 0 !important;
}
.gform_wrapper .gform_footer input, .gform_wrapper .gform_footer button { margin-bottom: 0 !important; }
.gform_wrapper .gform_page_footer { display: flex; }
.gform_wrapper input[type=submit], .gform_wrapper input[type=button] {
	border: 0;
	border-radius: 0.375rem;
	font-size: var(--fs24) !important;
	font-weight: 700;
	font-family: var(--font1) !important;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #fff !important;
	background: linear-gradient(to right, #113975 0%, #00F172 100%);
	padding: 1.3125rem 1.75rem 1rem !important;
	width: 100%;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus, .gform_wrapper input[type=button]:hover, .gform_wrapper input[type=button]:focus {
	background: linear-gradient(to right, #206BDB 0%, #113975 100%);
	color: #fff;
}
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0,0,0,0.5);
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0,0,0,0.5);
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0,0,0,0.5);
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper select:-moz-placeholder { /* Firefox 18- */
	color: rgba(0,0,0,0.5);
}
.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;
	margin-bottom: 3rem;
}
.gform_wrapper .ginput_container_consent { display: flex; align-items: flex-start; }
.gform_wrapper .ginput_container_consent input { width: 1.5rem; height: 1.5rem; flex: 1 0 auto; margin-right: 1rem; }
.gform_wrapper .ginput_container_consent label { font-weight: 400; line-height: 1.5em; }  







/* Footer ---------------------------------------------*/
.footer-section {background: linear-gradient(150deg, #113975 0%, #001058 100%); font-size: var(--fs20); font-weight: 400; line-height: 1.7em; color: var(--color-light-white);}
.footer-section .fs-content { padding: 6.5rem 0 3rem; }
.fstop { margin-bottom: 6rem; }
.fstop .h4 { text-transform: uppercase; font-weight: 600; font-size: var(--fs30); line-height: 1.5em; margin-bottom: 1.25rem; color: var(--color-lighter-white); }
.fstop a, .fstop .phone:hover, .fstop .phone:focus, .fsbottom a:hover, .fsbottom a:focus { color: var(--color-tertiary); }
.fstop a:hover, .fstop a:focus, .fssocial a:hover, .fssocial a:focus, .fstop .phone, .fsbottom a { color: var(--color-light-white); }
.fsmid, .fsbottom { font-size: var(--fs16); line-height: 1.5em; }
.fsmid { max-width: 64rem; color: var(--color-light-blue); margin-bottom: 1.25rem; }
.fstop .fssocial { margin-bottom: 1rem; }
.fssocial a { font-size: var(--fs24); color: var(--color-sky-blue); margin: 0 0.75rem; }
a.fsbtn { text-transform: uppercase; border: 0.0625rem solid var(--color-tertiary); font-size: var(--fs16); font-weight: 700; line-height: 1.2em; padding: 1.5rem 1.25rem 1.125rem; color: var(--color-default); display: inline-block; }
a.fsbtn:hover, a.fsbtn:focus { background-color: var(--color-tertiary); color: var(--color-primary); }
.fsnav ul li { position: relative; list-style: none; }
.fsnav ul li:before { content: ''; background-color: #fff; height: var(--fs11); width: 0.0625rem; display: inline-block; margin: 0 0.75rem; }
.fsnav ul li:first-child:before { display: none; }




.popup-box {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.6);
	display: none;
	opacity: 1;
	transition: opacity 0.15s linear;
	overflow-x: hidden;
    overflow-y: auto;
}
.popup-box .popup-wrapper {
	background-color: #F6F6F6;
	width: 100%;
	max-width: 88rem;
	margin: 0 auto;
	min-height: 38.5rem;
	position: relative;
	box-sizing: border-box;
	top: 10%;
	opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
}
.popup-box .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: var(--color-default);
    opacity: 0.8;
}
.popup-box .close svg { width: 0.75rem; height: 0.75rem; }
.popup-box .close:hover svg, .popup-box .close:focus svg { opacity: 0.5; }
.popup-box.active { display: block; }
.popup-box.active .popup-wrapper { opacity: 1; transform: translateY(0); }
#popup-scheduling .popup-body { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; padding: 2.5rem; }
#popup-scheduling .popup-body .item { max-width: 19.875rem; width: 100%; background-color: var(--color-default); border-radius: 0.1875rem; padding: 1.875rem 1.125rem 6rem 1.5rem; position: relative; }
#popup-scheduling .popup-body .item h2, #popup-scheduling .popup-body .item .price { text-transform: uppercase; font-family: var(--font4); font-weight: 700; line-height: 1.2em; color: #2B2B2B; margin-bottom: 0; letter-spacing: 0; font-size: var(--fs19); }
#popup-scheduling .popup-body .item .price { display: block; color: #4AC7E9; font-size: var(--fs16); }
#popup-scheduling .popup-body .item ul { margin: 2.25rem 0 2.5rem; }
#popup-scheduling .popup-body .item ul li { list-style: none; position: relative; font-size: var(--fs20); font-weight: 400; line-height: 1.4em; color: var(--color-text); margin-bottom: 0.5rem; display: flex; align-items: center; }
#popup-scheduling .popup-body .item ul li .i-check, #popup-scheduling .popup-body .item ul li .i-x { background-color: var(--color-primary); width: 2.375rem; height: 2.375rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-right: 0.75rem; }
#popup-scheduling .popup-body .item ul li .i-check:before, #popup-scheduling .popup-body .item ul li .i-x:before { content: ''; background-image: url(images/icon-check.png); background-repeat: no-repeat; width: 0.9375rem; height: 0.75rem; display: block; background-size: cover; }
#popup-scheduling .popup-body .item ul li p, #popup-scheduling .popup-body .item ul li span { display: block; margin: 0; width: calc(100% - 3rem); }
#popup-scheduling .popup-body .item ul li .i-x { background-color: rgba(17,57,117,0.1); }
#popup-scheduling .popup-body .item ul li .i-x:before { width: 0.75rem; background-image: url(images/icon-close.png); }
#popup-scheduling .popup-body .item a.btn { padding: 1.75rem 2rem 1.5rem; display: block; position: absolute; bottom: 2rem; left: 0; right: 0; margin: 0 1.875rem; }
#popup-scheduling .popup-body .item a.btn:after { display: none; }
.stopScroll { overflow: hidden; }

#popup-scheduling .popup-body .item ul li { position:relative; z-index:1; padding-left: 3rem; }

#popup-scheduling .popup-body .item ul li i { position:absolute; left:0; }



@-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 slideInUp{
	0%{opacity:0;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%)}
	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(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%)}
	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
}
.footer-section.active .fsloc, .footer-section.active .fsreach, .footer-section.active .fsfollow,
.footer-section.active .fsmid, .footer-section.active .fsbottom { -webkit-animation:slideInUp 1s;-moz-animation:slideInUp 1s;animation:slideInUp 1s; }
.footer-section.active .fslogo { -webkit-animation:slideInLeft 1s;-moz-animation:slideInLeft 1s;animation:slideInLeft 1s; }









/* Mobile ---------------------------------------------*/
#mobile-nav {
    overflow: hidden;
    position: relative;
    z-index: 102;
    margin: 0;
}
#mobile-nav.topright {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    top: 5rem;
    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: 8rem !important; }
.mean-container a.meanmenu-reveal {
	width: 3.125rem !important;
    padding-top: 0.625rem !important;
    color: var(--color-default) !important;
    font-size: var(--fs32) !important;
    height: 3rem;
	margin-right: 1rem;
}
.mean-container a.meanmenu-reveal span span span {
    margin-top: 9px;
}
.mean-container .mean-nav ul {
	max-height: 100vh;
	max-height: calc(100vh - 95px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mean-container a.meanmenu-reveal span {
    background: var(--color-default) !important;
    width: 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-light-blue) !important; color: #fff !important; }



.download-section .container.flex { gap: 0 4rem; align-items:center; }

.download-section .ft-img  { display:block; max-width:21.188rem; }





/* Media ---------------------------------------------*/
@media ( min-width: 1960px ) {
	html { font-size:16px; }
}
@media (min-width: 992px) {

	.duiform{ margin-top: 10.8rem; }
	.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;
	}
	.fssocial { justify-content: flex-end; }
	.fscopy { margin-right: 1.875rem; }
	.fslogo { width: 30%; }
	.fssocial a:first-child { margin-left: 0; }
	.main-menu > li:first-child { display: none; }
	header#header .nav { width: 48%; padding-top: 1rem; }
	
	.mcflex .the-content { width: 63%; }
	.mcflex .sidebar { width: 24%; }
	.mccontact-flex .mccontact-left { width: 34%; }
	.mccontact-flex .mccontact-right { width: 52.5%; }
	.bio-flex .img, .bio-header .bio-sm { width: 42.86%; }
	.bio-flex .desc, .bio-header .bio-tabs { width: 51.88%; }
	/*.dlh-flex .dlh-left { width: 39.5%; }
	.dlh-flex .dlh-right { width: 52.55%; }*/
	.dui-flex .dui-left { width: 43.2%; }
	.dui-flex .dui-right { width: 41%; }
	
	.att-section .container { max-width: 85.3125rem; width: 85%; }
	.att-flex .att-img { width: 48.4%; height: 42.0625rem; }
	.att-flex .att-desc { width: 45.4%; }
	.download-section .dl-content { max-width: 43.5rem; }
	.download-section .dl-content > p { max-width: 28rem; }
	.download-section .gform_wrapper form { display: flex; flex-wrap: wrap; }
	.download-section .gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 0 !important;  }
	.download-section .gform_wrapper input[type=submit] { height: 100%; }
	.download-section .gform_wrapper form .gform_body { width: 27.9375rem; }
	.about-flex .about-left { width: 47.8%; }
	.about-flex .about-right { width: 41%; }
	.faqs-flex .faqs-left { width: 40%; }
	.faqs-flex .faqs-right { width: 50.6%; }
	.why-header .why-left { width: 38%; }
	.why-header .why-mid { width: 39%; }
	.why-list .item .overlay p { width: 36.9375rem; }
	.banner-text .bs-left { text-align: left; width: 49%; }
	.banner-text .bs-right { text-align: right; width: 34%; }
	.step-list .item:last-child:after { display: none; }
	.gform_wrapper .gfieldtextalignleft { display: flex !important;	}
	.gform_wrapper .gfieldtextalignleft .gfield_label, .gform_wrapper .gfieldtextalignleft .ginput_container { width: auto; float: left; margin-right: 2rem; }
	.gform_wrapper .gfieldtextalignleft .ginput_container_text { width: 23.3125rem; }
}







@media screen and (max-width: 991px) {
	html { font-size: 2vw; }
	.hideMobile { display: none !important; }
	.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, .att-section, .bio-header .bio-info, .download-section, .about-section, .why-header, .faqs-section { text-align: center; }
	.fstop > div { margin-bottom: 2rem; }
	.fsnav ul { display: flex; justify-content: center; }
	.fsnav, .why-list .item { margin-bottom: 1rem; }
	article.blogpost, .why-list .item.active, .why-list .item { max-width: 100%; }
	.mcflex .the-content { margin-bottom: 4rem; }
	.bio-tabs ul li { float: none; }
	.bio-tabs ul, .menu-top, .menu-top .top-contact { display: flex; flex-wrap: wrap; }
	.bio-tabs ul li { font-size: var(--fs18); }
	.bio-header .bio-info .img, .att-flex .att-img { height: 29rem; margin-bottom: 1.25rem; }
	.bio-sm a { margin: 0 auto 1rem; }
	.att-section .h5, .download-section .h5, .why-section .h5, .faqs-section .h5 { justify-content: center; }
	.download-section .bg-image:before { background: linear-gradient(to bottom, #113975 42%, rgba(67,70,86,0) 100%); }
	ul.check-list li, .faqs-section .mcfaqs { text-align: left; }
	.why-list .item .overlay p { opacity: 1; visibility: visible; height: auto; }
	.banner-text .bs-left { margin-bottom: 3rem; }
	.step-list .item { margin: 0 auto 1.5rem; }
	.step-list .item:after { height: 3.375rem; width: 0.0625rem; }
	.step-section .duiform .gform_wrapper { padding-left: 2.5rem; padding-right: 2.5rem; }
	.duiform .gform_wrapper.gravity-theme .gf_step:after, .dui-flex .dui-right .duiform .gform_wrapper.gravity-theme .gf_step:after { width: 9.5rem; }
	
	
	header#header .top-header .fssocial a { font-size: var(--fs16); }
	header#header .top-contact { font-size: var(--fs12); }
	header#header .logo { width: 50%; position: relative; z-index: 9999; }
	
	
	
	:root {
		--fs140: 6rem;
		--fs64: 3.75rem;
	}
}






