/* Set Design Standards & Colors Here -- Replace with customer's colors */
:root {
	--primary: #002d62;
	--dark: #000000;
	--gray: #f6f6f6;
	--primary-font: inherit;
}
/* Main Color to replace - #002d62 - rgb 244,121,45  */

/* Layout
================================================== */
body { font-family: 'Montserrat', sans-serif; color:#002d62; font-size:16px; line-height:1.5em; font-weight:400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, .display-1 { font-size: 42px; margin: 0 0 15px; font-weight: 400; text-transform: uppercase; line-height:1.25em; }
h1 + h2, h2 + h3, .display-2 { font-size: 18px; margin: 15px 0 40px; text-transform: none; line-height:1.25em; font-style: italic; font-weight: 500; }
h3, .display-3 { font-size: 30px; text-transform: none; font-weight:400; margin: 25px 0; line-height:1.35em; }
h3.display-2 { margin: 35px 0 30px; }
h4, .display-4 { font-size: 24px; font-weight:400; margin: 30px 0 10px; line-height:1.35em; }
p { margin-bottom:25px; }
a, a:link, a:visited { color:#002d62; text-decoration:none; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:active { color:#6eb43f; }
.text-alt { color:#002d62; }
.text-dark {color: var(--dark);}
.text-white {color: #fff !important;}
.text-underline {text-decoration: underline !important;}
@media (max-width: 500px) {
	h1, h2, .display-1 { font-size: 36px; }
	h1 + h2, h2 + h3, .display-2 { font-size: 20px;  }
	h3, .display-3 { font-size: 24px; }
}


/* Buttons */
.btn { background:#002d62; border: 0; color:#fff!important; padding: 0px 20px; font-size: 18px; line-height: 50px; height: 50px; border-radius: 33.5px; text-transform: uppercase; min-width: 210px; font-weight: 500; }
.btn-lg { line-height: 67px; height: 67px; min-width: 314px; }
.btn:hover { background:#6eb43f; }
.btn:active { -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.55); box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.55); }
.btn-invert { background-color:Transparent; border-color:#fff; background-repeat:no-repeat; }
.btn-alt { background: #6eb43f; border-color:#6eb43f; color:#fff!important; }
.btn-alt:hover { background: #fff; color:#002d62!important; }
.btn-white { background: #fff; border-color:#002d62; color:#002d62!important; }
.btn-white:hover { background: #6eb43f; }
.btn-list { display: flex; flex-wrap: wrap; margin: -10px -10px 30px; }
.btn-list .btn { margin: 10px; }
.btn-list.text-center { display: inline-flex; }

/*  */
*:focus { outline-color: #002d62; }
[class^="icon-"], [class*=" icon-"] { height: 32px; width: 32px; display: inline-block; fill: currentColor; }
img.content { padding: 0; }
img.cover { object-fit: cover; font-family: 'object-fit: cover;'; width: 100%; height: 100%; }
.box { padding:15px; border:solid 1px #cccccc; background:#fff; }
.no-outline:focus { outline: none; }
a:focus, a:active { outline: none; -moz-outline-style: none; }
button::-moz-focus-inner { border: 0; }
.address { list-style: none; padding: 0; }
.banner-replace { display: none; }
.text-center-sm { text-align: left; }
.form-direction:after { content: 'to the right';}
.form-direction-l:after { content: 'to the left';}
.lazy-fade, .lazy-fade-in, .lazy-fade-l, .lazy-fade-d, .lazy-fade-u, .lazy-text-u, .lazy-text > *:not(.zoomIn) { opacity: 0; }
.padding-bottom-xxl { padding-bottom: 100px!important; }
@media (min-width: 992px){
	.row.xtra-padding { margin-left: -25px; margin-right: -25px; }
	.row.xtra-padding [class^="col-"] { padding-left: 25px; padding-right: 25px; }
	img.content { max-width: 40%; }
	.parallax { background-attachment: fixed; }
}
@media (max-width: 991px){
	.form-direction:after,.form-direction-l:after { content: 'below';}
	.btn-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.text-center-sm { text-align: center; }
	.padding-left-xl { padding-left: 15px; }
	.padding-right-xl { padding-right: 15px; }
}
@media (max-width: 425px){
	img.content { float: none; width: 100%; margin: 0 auto 30px; }
	.btn-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.btn-lg { min-width: unset; width: 100%; max-width: 314px; }
}


/* Inline List with Pipes */
ul.with-pipes { list-style: none; padding: 0; margin: 0; }
ul.with-pipes li { display: inline; }
ul.with-pipes li:nth-child(1n+2):before { content: "|"; margin: 0 8px 0 6px; display: inline; }

/* List with small icons */
ul.icons { list-style: none; padding: 0; margin: 10px 0 20px; display: inline-block; }
ul.icons li { position: relative; padding-left: 55px; margin: 0 0 35px; font-size: 20px; text-align: left; }
ul.icons li .icon { position: absolute; left: 0; top: 2px; }

/* List with small circle icons */
ul.with-icons { list-style: none; padding: 0; margin: 0; }
ul.with-icons li { position: relative; padding-left: 45px; margin: 5px 0; text-align: left; line-height: 37px; }
ul.with-icons li .icon { position: absolute; left: 0; top: 0; background: #f2f2f2; width: 37px; height: 37px; text-align: center; border-radius: 50%; line-height: 37px; pointer-events: none; }


/* List with Circle Numbers */
ul.numbers { list-style: none; padding: 0; margin: 10px 0 20px; display: inline-block; }
ul.numbers li { position: relative; padding-left: 85px; margin: 0 0 50px; font-size: 24px; text-align: left; counter-increment: item-counter; }
ul.numbers li::before { content: counter(item-counter) "."; position: absolute; left: 0; top: 2px; font-size: 24px; font-weight: bold; height: 58px; width: 58px; border-radius: 50%; border: 1px solid #fff; background: #002d62; color: #fff; text-align: center; line-height: 55px; padding-left: 3px; }
ul.numbers li h3 { font-size: 30px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 15px; }
@media (max-width: 375px){
	ul.numbers li { padding-left: 65px; font-size: 20px;  }
	ul.numbers li::before { height: 48px; width: 48px; font-size: 20px; line-height: 45px; }
	ul.numbers li h3 { font-size: 20px; }
}

/* checks */
ul.checks { list-style: none; padding: 0; margin: 20px 0; }
ul.checks li { position: relative; padding-left: 35px; margin-bottom: 15px; font-size: 16px; font-weight: 500; font-style: italic; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><path fill-rule='evenodd' fill='%236eb43f' d='M5.314,9.709 L7.890,14.831 C7.890,14.831 12.076,4.421 18.678,0.951 C18.517,3.430 17.873,5.578 19.000,8.222 C16.102,8.883 10.144,16.318 8.212,19.953 C5.475,16.483 2.254,13.840 -0.000,13.014 L5.314,9.709 Z'/></svg>")  no-repeat; }


/* Social */
.social ul { list-style-type: none; padding: 0; margin: 0; }
.social ul li { list-style-type: none; padding: 0; margin: 0; display: inline-block; }
.social ul li a { color: #6fb443; width: 37px; height: 37px; line-height: 37px; border: 1px solid #f2f2f2; border-radius: 50%; background-color: #f2f2f2; margin: 0 2px; display: inline-block; font-size: 18px; text-align: center; }
.social ul li a:hover, ul.with-icons li:hover .icon { border-color: Transparent; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.social ul li a::after, ul.with-icons li .icon:after { pointer-events: none; position: absolute; width: 100%; height: 100%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; top: -3px; left: -3px; padding: 3px; box-shadow: 0 0 0 2px #002d62; border-radius: 50%; transition: transform 0.2s, opacity 0.2s; transform: scale(0.8); opacity: 0;  }
.social ul li a:hover::after, ul.with-icons li:hover .icon:after { transition: transform 0.2s, opacity 0.2s; transform: scale(1); opacity: 1;}


/* Skip Navigation Button for ADA
================================================= */
#skip a{ position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
#skip a:focus  { position:static;  width:auto;  height:auto;  }


/* Header
================================================== */
#header { height: 186px; width: 100%; position:absolute; z-index:1000; background-color: #fff; border-bottom: 49px solid #f2f2f2; }
#header .container { position: relative; height: 100%; }
#header .logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#header .logo img[src*="svg"] { height: 107px; width: 100%; }
#header .links { font-size: 16px; color: #002d62; position: absolute; text-transform: uppercase; left: 15px; top: 50%; transform: translateY(-50%); font-weight: 500; }
#header .links li { display: block; }
#header .phone { font-size: 25px; position: absolute; top: 30px; right: 105px; }
#header .phone a { color: #002d62; }
#header .phone a:hover, #header .links a:hover { color: #6fb443; }
#header .social { position: absolute; right: 105px; top: 70px; }
#header .bbb { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
#header .nav {  position: absolute; left: 15px; right: 15px; top: 100%; line-height: 49px; text-align: center;  }
#header .nav .launch-menu-button { color: #002d62; font-weight: 500; }
#header.affix { height: 50px; border: 0; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
#header.affix .mobile-show { display: block!Important; }
#header.affix .mobile-hide { display: none!Important; }
#header.affix .logo { left: 15px; right: auto; top: 50%; transform: translateY(-50%); }
#header.affix .logo img { max-height: 30px; width: 85px; }
#header.affix .phone, #header.affix .links, #header.affix .social { display: none; }
#header.affix .nav { left: auto; right: 15px; top: 50%; transform: translateY(-50%); line-height: 50px; }
#header.affix .bbb { display: none; }
@media (max-width: 991px){
	#header .links { display: none; }
	#header .logo {left: 15px; top: 50%; transform: translate(0, -50%); }
}
@media (max-width: 650px){
	#header .phone { display: none; }
	#header .logo { right: 15px; text-align: center; }
	#header .logo img { max-height: 100px; }
	#header .social { display: none; }
}
@media (max-width: 500px){
	#header .bbb { display: none; }
}
@media (max-width: 425px){
	#header.affix .logo img { max-width: 180px; }
}



/* Nav
================================================== */
#nav { font-size: 15px; font-weight: 500; text-transform: uppercase; text-align: center; }
#nav > ul { padding: 0; margin: 0; }
#nav > ul > li { position:relative; list-style:none; display:inline-block; }
#nav > ul > li:nth-child(1n+2):before { content: "|"; margin: 0 15px; }
#nav > ul > li > a, #nav > ul > li > a:link, #nav > ul > li > a:visited { display:inline-block; color:#002d62; }
#nav > ul > li > a:hover, #nav > ul > li > a:active, #nav > ul > li.active > a { color:#6fb443;}
#nav > ul > li > ul { display:none; position:absolute; white-space:nowrap; z-index:575; text-align:left; padding:0; background-color:#002d62; top:100%; left: 17px; }
#nav > ul > li:hover > ul { display:block; }
#nav > ul > li.dropdown:hover > ul { display:none; }
#nav > ul > li > ul > li, #nav > ul > li > ul > li a { height:35px; line-height:35px; display:block; padding:0 25px; text-transform: none; }
#nav > ul > li > ul > li > a { font-size:16px; color:#fff; padding:0; }
#nav > ul > li > ul > li:hover { background-color:#6fb443; }
@media (max-width: 1285px) {
	#nav > ul > li:nth-child(1n+2):before { margin: 0 8px; }
}

/* Launch Menu - Light Mode
================================================== */
.launch-menu-mask { background: #000; }
.launch-menu.sidebar { background: #fff; }
.launch-menu-close { opacity: 0.4; height: auto; padding: 15px; }
.launch-menu-close img { max-height: 40px; }
.launch-menu-close:hover { opacity: 0.8; }
.launch-menu a { color:#fff; font-size: 16px; }
.launch-menu ul li a:not(.btn) { line-height: 1.33; padding: 15px 0; }
.launch-menu > ul > li { border-bottom:solid 1px rgba(0,45,98,0.2); font-weight: 500; }
.launch-menu > ul > li > a:not(.btn) { font-size: 18px; color: #002d62; line-height: 1.33; padding: 15px 0; transition: color 0s; }
.launch-menu > ul > li > a:not(.btn):hover {color: #fff; }
.launch-menu > ul > li:hover, .launch-menu > ul > li.active { background:#6fb443; -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); }
.launch-menu > ul > li:hover a, .launch-menu > ul > li.active a { color: #fff; }
.launch-menu > ul > li:hover ul, .launch-menu > ul > li.active ul { background: rgba(0,0,0,0.10); }
.launch-menu > ul > li:first-child { border-top:solid 1px rgba(0,45,98,0.2); }
.launch-menu > ul > li > ul > li { padding-right: 15px; }
.launch-menu > ul > li > ul > li:first-child { border-top:solid 1px rgba(0,45,98,0.2); }
.launch-menu > ul > li > ul > li:hover { background: rgba(0,0,0,0.10);  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); }
.launch-menu > ul > li > ul > li:hover a { transition: 0; }
.launch-menu .dropdown ul { display: none; }
.launch-menu .phone, .launch-menu .phone a { font-size: 24px; text-align: center; margin: 20px 0 30px; color: #002d62; }
.launch-menu .phone a:hover { color: #6fb443; }
.launch-menu .links { margin: 0 0 35px; }
.launch-menu .links > ul > li { margin: 10px 0; }
.launch-menu .social { text-align: center; padding: 30px 0 20px; }
.launch-menu .social a { line-height: 37px!important; padding: 0!important; position: relative; transition: 0.3s!important; }
.launch-menu .logo img { max-width: 60%; margin: 20px auto 30px; display: block; }


/* Launch Menu - Dark Mode
================================================== */
/* .launch-menu-mask { background: #000; }
.launch-menu.sidebar { background: rgba(0,0,0,0.8); }
.launch-menu-close { opacity: 0.4; }
.launch-menu-close:hover { opacity: 0.8; }
.launch-menu .phone a:hover { color: #fff; }
.launch-menu ul li a:not(.btn) { line-height: 1.33; padding: 15px 0; }
.launch-menu > ul > li { border-bottom:solid 1px rgba(255,255,255,0.3); }
.launch-menu > ul > li > a:not(.btn) { font-size: 18px; color: #fff; line-height: 1.33; padding: 15px 0; }
.launch-menu > ul > li > a small { font-size: 16px; color: #151515; display: block; }
.launch-menu > ul > li:hover, .launch-menu > ul > li.active { background:#002d62; -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); }
.launch-menu > ul > li:hover ul, .launch-menu > ul > li.active ul { background: rgba(255,255,255,0.15); }
.launch-menu > ul > li:first-child { border-top:solid 1px rgba(255,255,255,0.3); }
.launch-menu > ul > li > ul > li { padding-right: 15px; }
.launch-menu > ul > li > ul > li:first-child { border-top:solid 1px rgba(255,255,255,0.3); }
.launch-menu a { color:#fff; font-size: 16px; transition: 0s; }
.launch-menu > ul > li > ul > li:hover { background:rgba(255,255,255,0.3); -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); }
.launch-menu .dropdown ul { display: none; }
.launch-menu .phone, .launch-menu .phone a { font-size: 24px; text-align: center; margin: 20px 0 30px; color: #002d62; }
.launch-menu .links { margin: 0 0 35px; }
.launch-menu .links > ul > li { margin: 10px 0; }
.launch-menu .social { text-align: center; padding: 30px 0 20px; }
.launch-menu .social a { line-height: 37px!important; padding: 0!important; position: relative; }
.launch-menu .logo img { max-width: 60%; margin: 20px auto 30px; display: block; } */


/* Footer CTAs
================================================== */
#footer-ctas { width: 100%; text-align: center; }
#footer-ctas a { display: flex; position: relative; flex-grow: 1; padding: 200px 15px; }
#footer-ctas a::before { content: ''; position: absolute; top: 16px; left: 0; bottom: 16px; width: 100%; background: rgba(0,0,0,0.6); z-index: 1; }
#footer-ctas a:hover::before { background: rgba(255,255,255,0.6); }
#footer-ctas a::after { content: ''; border-top: 16px solid #75ab3c; border-bottom: 16px solid #75ab3c; position: absolute; top: 0; left: 0; height: 100%; width: 100%; mix-blend-mode: multiply; z-index: 2; opacity: 0.6; }
#footer-ctas a:nth-child(2)::after { border-color: #002d62; }
#footer-ctas img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
#footer-ctas h3 { color: #fff; font-size: 36px; text-transform: uppercase; position: relative; z-index: 2; margin: auto; }
#footer-ctas a:hover h3 { color: #0d2b5d; }
@media (min-width: 992px) {
	#footer-ctas { display: flex; height: 532px; }
	#footer-ctas a { padding: 70px; }
	#footer-ctas a:nth-child(2) { flex-grow: 0; }
	#footer-ctas a:first-child h3 { margin-right: 0; }
	#footer-ctas a:last-child h3 { margin-left: 0; }
	#footer-ctas a::before, #footer-ctas h3 { -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
	#footer-ctas a:hover::before, #footer-ctas a:hover h3 { color: #0d2b5d; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
}


/* Footer Analysis
================================================== */
#analysis-banner { text-align: center; padding: 60px 0 65px; }
#analysis-banner ul.checks { list-style: none; padding: 0;  text-align: left; margin: 40px 0 20px; display: flex; justify-content: space-between; }
#analysis-banner ul.checks li { position: relative; padding-left: 50px; margin-bottom: 10px; flex-basis: calc(50% - 25px); font-size: 24px; background: none; font-weight: 400; font-style: normal; }
#analysis-banner ul.checks li .icon { position: absolute; top: 0; left: 0; fill: #fff; height: 36px; width: 36px; line-height: 36px; background: #6eb43f; border-radius: 50%; text-align: center; }
#analysis-banner ul.checks li .icon svg { height: 26px; width: 26px; fill: #fff; margin-top: 5px; }

/* #analysis-banner form label { display: none; } */
#analysis-banner form input { line-height: 50px; padding: 0 15px; border-radius: 0; border: 0; }
#analysis-banner form button { display: block; width: 209px; font-weight: 500; font-size: 0; text-transform: uppercase; padding: 0; border: 0; border-radius: 24px; }
#analysis-banner form button::after { content: 'Get Started'; font-size: 18px; line-height: 50px; }
#analysis-banner form button:hover { background: #75ab3c; color: #fff; }
@media (min-width: 992px) {
	#analysis-banner form { display: flex; flex-wrap: wrap; row-gap: 25px;}
	#analysis-banner form .ion-form-group { margin: 0; flex: 1 1 33.33%; padding-right: 10px; }
}
@media (max-width: 991px) {
	#analysis-banner ul.checks {  flex-wrap: wrap; justify-content: space-around; }
	#analysis-banner ul.checks li { flex-basis: calc(100% - 40px); margin: 20px 0; }
	#analysis-banner form button { margin: auto; width: 210px; }
}

/* Footer
================================================== */
#footer { position: relative; padding: 100px 0; color: #002d62; background: #fff; font-size: 16px; font-weight: 500; }
#footer .container { position: relative; z-index: 9; }
#footer a:hover { color: #6eb43f; }
#footer .logo { margin: 0 0 40px; }
#footer .copy p { margin: 0 0 15px; }
#footer h3 { font-size: 16px; text-transform: uppercase; color: #002d62; margin: 0 0 40px; font-weight: 500; }
#footer .contact { text-align: right; line-height: 2em; }
#footer .contact a { color: #002d62; }
#footer .contact a:hover { color: #6eb43f; }
#footer .contact .address { margin-top: 35px; }
#footer .contact .address li:first-child::before { content: 'Address: '; }
#footer .affil { margin: 40px 0 0; text-align: center; }
#footer .affil img { padding: 5px; }
#footer .ada { text-align: center; padding: 20px 0; border-top: 1px solid rgba(0,45,98,0.5); border-bottom: 1px solid rgba(0,45,98,0.5); font-size: 14px; margin: 45px 0; }
#footer .ada a { color: #002d62; }
#footer .ada a:hover { color: #6eb43f; }
@media (max-width: 991px) {
	#footer, #footer .contact { text-align: center; }
	#footer .copy { margin-bottom: 50px; }
}


/* Body Container
================================================== */
#body-container { position: relative; padding-top:100px; padding-bottom: 0px; }
#body-container .side-content .ctas [class*="col-"] { width: 100%; float: none; max-width: 280px; margin-left: auto; }
#body-container .side-content .ctas p { margin-bottom: 55px; }

/* Banners
================================================== */
.banner { padding: 55px 0; }
.banner-gray { background-color: #f2f2f2; }
.banner-primary { background-color:#002d62; color: #fff; }
.banner-green { background-color: #6eb43f; }
.launch-image-banner { color: #fff; }

/* Flex Rows
================================================== */
.flex-row { text-align: center; color: #002d62; line-height: 1.875em; }
.flex-row .content { padding: 50px 0; }
.flex-row .image { position: relative; background: #fff; }
.flex-row .btn { margin-top: 10px; }
@media (min-width: 992px) {
	.flex-row { display: flex; flex-wrap: wrap; position: relative; min-height: 532px; text-align: left; }
	.flex-row .container { display: flex; margin: auto; }
	.flex-row .image { position: absolute; top:0; right: 0; bottom: 0; left: 50%; width: 50%; margin: 0; }
	.flex-row .content { width: calc(50% - 80px); margin-top: auto; margin-bottom: auto;  }
	.flex-row.row-reverse .image { right: 50%; left: 0; }
	.flex-row.row-reverse .content { margin-left: auto; }
}


/* Blog
================================================== */
.blog-page { }
.blog-container { padding-bottom: 100px; }
.blog-container h1 { margin-bottom: 50px; }
.blog-container .wrapper .side-panel { float: none; width: 100%; align-self: flex-start; }
.blog-container .wrapper .side-panel section { margin-bottom: 35px; }
.blog-container .wrapper .side-panel section h4 { font-size: 13px; padding: 10px 0; letter-spacing: 0.4em; font-weight: bold; text-transform: uppercase; }
.blog-container .wrapper .side-panel section ul { list-style: none; padding: 0; margin: 0; }
.blog-container .wrapper .side-panel .blog-recent-posts li { padding: 15px 0; border-bottom: 1px solid #f2f2f2; }
.blog-container .wrapper .side-panel .blog-recent-posts li a { display: flex; align-items: center; }
.blog-container .wrapper .side-panel .blog-recent-posts li a .post-thumb { width: 100px; height: 65px; min-width: 100px; border-radius: 3px; overflow: hidden; transition: 0.3s; }
.blog-container .wrapper .side-panel .blog-recent-posts li a .post-thumb > img.cover { height: 100%; width: 100%; }
.blog-container .wrapper .side-panel .blog-recent-posts li a .post-thumb .default, .post-thumb .video { height: 0; width: 100%; padding-top: 65%; position: relative; border-radius: 3px; background: #f2f2f2; text-align: center; font-size: 36px; color: #ff0000; }
.blog-container .wrapper .side-panel .blog-recent-posts li a .post-thumb .default img, .post-thumb .video i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; color: #002d62; }
.blog-container .wrapper .side-panel .blog-recent-posts li a .post-details { font-size: 14px; line-height: 1.25em; padding-left: 10px; color: #000; }
.blog-container .wrapper .side-panel .blog-recent-posts li a .post-details .post-date { font-size: 12px; color: #707070; }
.blog-container .wrapper .side-panel .blog-recent-posts li a:hover .post-thumb { box-shadow: 1px 1px 5px rgba(0,0,0,0.18); transform: scale(1.005); transition: 0.3s; background: #f2f2f2; }
.blog-container .wrapper .side-panel .blog-recent-posts li a:hover .post-details { color: #002d62; transition: 0.3s; }
.blog-container .wrapper .side-panel .blog-tag-list li { font-size: 14px; display: inline-block; padding: 0px 10px; height: 30px; line-height: 32px; margin-left: 1px; margin-bottom: 5px; border-radius: 3px; background: #002d62; transition: 0.3s; border-bottom: 2px solid rgba(0,0,0,0.1); }
.blog-container .wrapper .side-panel .blog-tag-list li a { color: #fff;  }
.blog-container .wrapper .side-panel .blog-tag-list li:hover { box-shadow: 1px 1px 5px rgba(0,0,0,0.35); transform: scale(1.01); transition: 0.3s; background: #002d62; }

/*  */
.blog-container .blog-post { margin-bottom: 45px; padding-bottom: 1px; }
.blog-container .blog-post:last-child { margin-bottom: 0; }
.blog-container .blog-post .post-header { padding: 0 0 5px; border-bottom: 1px solid #f2f2f2; }
.blog-container .blog-post .post-header .post-title { border-bottom: 0; font-size: 30px; margin: 0; padding: 0; letter-spacing: 0.02em; text-transform: none; }
.blog-container .blog-post .post-header .post-title a { color: #002d62; }
.blog-container .blog-post .post-header .post-date { font-size: 12px; text-transform: uppercase; color: #707070; }
.blog-container .blog-post .post-featured { margin: 15px 0 25px; border-radius: 3px; overflow: hidden;  }
.blog-container .blog-post .post-featured .default { background: #f2f2f2; height: 100%; width: 100%; padding-top: 56.25%; position: relative; border-radius: 3px; }
.blog-container .blog-post .post-featured .default img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; }
.blog-container .blog-post .post-body { font-size: 18px; margin: 0; letter-spacing: 0.02em; }
.blog-container .blog-post .read-more { white-space: nowrap; display: block; margin: 20px 0 0; }
.blog-container .blog-post .post-footer { display: flex; justify-content: space-between; }
.blog-container .blog-post .post-footer .post-tags li { background: #f2f2f2; color: #fff; padding: 0px 10px; height: 38px; line-height: 38px; display: inline-block; margin-left: 1px; border-radius: 3px; }
.blog-container .blog-post .post-footer .post-share h4 { font-size: 12px; color: #707070; letter-spacing: 0.4em; font-weight: 700; text-transform: uppercase; }
.blog-container .blog-post .post-footer .post-share a { color: #fff; padding: 0px 10px; height: 38px; line-height: 40px; display: inline-block; margin-left: 1px; border-radius: 3px; border-bottom: 2px solid rgba(0,0,0,0.1); min-width: 41px; text-align: center; }
.blog-container .blog-post .post-footer .post-share a:hover { box-shadow: 1px 1px 5px rgba(0,0,0,0.35); transform: scale(1.01); transition: 0.3s; }
.blog-container .blog-post .post-footer .post-share a.fb { background-color: #314d91; }
.blog-container .blog-post .post-footer .post-share a.twitter { background-color: #07beed; }
.blog-container .blog-post .post-footer .post-share a.google { background-color: #dd4b38; }
.blog-container .blog-post .post-footer .post-share a.pinterest { background-color: #CA2127; }
.blog-container .index { letter-spacing: 0.02em; color: #002d62; text-transform: uppercase; font-size: 18px; }
.blog-container .index:hover { color: #002d62; }

/* Standard Post List  */
.blog-container .post-list { float: none; width: 100%; }
.blog-container .post-list .video-wrapper img { width: 100%; }
.blog-container .post-list .post-featured { position: relative; }
.blog-container .post-list .post-featured .default img[src*="logo"] { width: 80%; }
.blog-container .post-list .post-featured a { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.blog-container .post-list img.cover { z-index: 9; height: 100%; width: 100%; }
@media (min-width: 992px) {
	.blog-container .wrapper { display: flex; justify-content: space-between; }
	.blog-container .wrapper .main-panel { padding-right: 30px; }
	.blog-container .wrapper .side-panel { min-width: 300px; width: 300px; padding-left: 20px; }
}
@media (max-width: 991px) {
	.blog-container .index { text-align: center; display: block; margin-bottom: 40px; }
}
@media (min-width: 501px) {
	.blog-page #secondary-banner .prompt .lead { font-size: 48px; }
}

/* Alternate Blog Styles
============================================= */
/* Side Image Post List */
@media (min-width: 768px) {
	.blog-container .post-list .blog-post { display: flex; flex-wrap: wrap; align-items: center; }
	.blog-container .post-list .blog-post .post-header { width: 100%; }
	.blog-container .post-list .blog-post .post-featured { width: 48%; }
	.blog-container .post-list .blog-post .post-body { width: 50%; line-height: 1.45em; font-size: 16px; padding-left: 4%; flex-grow: 1; }
}

/* Card Style */
.blog-page { background: #f2f2f23b; }
.blog-page .blog-container .wrapper .side-panel,
.blog-page .blog-container .blog-post { background: #fff; border-radius: 6px; padding: 20px; overflow: hidden; -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); }
@media (min-width: 992px) {
	.blog-page .blog-container .wrapper .main-panel { padding-right: 45px; }
	.blog-page .blog-container .wrapper .side-panel { margin-bottom: 45px; padding: 15px 20px 20px; }
	.blog-page .blog-container .post-list { margin: 0 0 -30px; }
}

/* About
================================================== */
.bios { padding: 45px 0; }
.bios .bio:first-child { border-top:solid 1px #ccc; }
.bios .bio { border-bottom: solid 1px #ccc; padding: 55px 0; }
.bios .bio .name { font-size: 30px; line-height:1.25em; margin: 0 0 30px; text-transform: uppercase; }
.bios .bio .name .title { display: block; color: #002d62; font-size: 24px; text-transform: none; }
.bios .bio .image .circle-img { position: relative; height: 0; width: 100%; padding-top: 100%; border-radius: 50%; overflow: hidden; border: 2px solid #002d62; }
.bios .bio .image img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-position: top; border: 5px solid #fff; border-radius: 50%; }
.bios .bio p { margin-bottom: 20px; }
.bios .bio .contact { margin-top:1.5em; }
.bios .bio .contact:before { content:""; display:table; clear:both; }
.bios .bio .contact .item { display:block; }
@media (max-width: 1199px) {
	.bios .bio .image { align-self: flex-start; }
}
@media (min-width: 768px) {
	.bios .bio { display: flex; }
	.bios .bio .content { width:70%; margin: auto 0; }
	.bios .bio .image { width:25%; margin-right:5%; margin-bottom: 0; }
}
@media (max-width: 767px) {
	.bios .bio { text-align: center; }
	.bios .bio .image { max-width: 400px; margin: 0 auto 35px; }
}


/* Accordion
================================================== */
h1 + .launch-accordion { margin-top: 45px; }
.launch-accordion { margin: 45px auto; max-width: 1000px; }
.launch-accordion > li { margin-bottom: 20px; }
.launch-accordion > li > h4 { position: relative; font-size: 24px; font-weight: 400; background-color:#002d62; color: #fff; border: 0; -webkit-transition:background-color 0.05s ease; -o-transition:background-color 0.05s ease; transition:background-color 0.05s ease; padding: 15px 50px 16px 15px; line-height: 1.333em; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48px' height='28px'><path fill-rule='evenodd' fill='%23ffffff' d='M47.428,3.264 L25.847,26.793 C25.754,27.024 25.614,27.239 25.428,27.426 C25.032,27.823 24.505,28.001 23.986,27.976 C23.477,27.993 22.963,27.812 22.574,27.424 C22.390,27.240 22.254,27.027 22.161,26.801 L0.575,3.267 C-0.170,2.523 -0.170,1.317 0.575,0.573 C1.319,-0.171 2.524,-0.171 3.269,0.573 L24.000,23.174 L44.733,0.571 C45.477,-0.175 46.683,-0.175 47.428,0.571 C48.171,1.315 48.171,2.520 47.428,3.264 Z'/></svg>"); background-repeat: no-repeat; background-position: calc(100% - 25px) 23px; background-size: 30px; }
.launch-accordion > li > h4:hover { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48px' height='28px'><path fill-rule='evenodd' fill='%236eb43f' d='M47.428,3.264 L25.847,26.793 C25.754,27.024 25.614,27.239 25.428,27.426 C25.032,27.823 24.505,28.001 23.986,27.976 C23.477,27.993 22.963,27.812 22.574,27.424 C22.390,27.240 22.254,27.027 22.161,26.801 L0.575,3.267 C-0.170,2.523 -0.170,1.317 0.575,0.573 C1.319,-0.171 2.524,-0.171 3.269,0.573 L24.000,23.174 L44.733,0.571 C45.477,-0.175 46.683,-0.175 47.428,0.571 C48.171,1.315 48.171,2.520 47.428,3.264 Z'/></svg>"); }
.launch-accordion > li > h4:hover { color: #6eb43f; -webkit-transition: 0.3s; -o-transition: 0.3s; background-color: all 0.3s; }
.launch-accordion > li > div { background-color: #fff; padding: 40px 20px 45px; border-width: 2px; border-color: #002d62; }
.launch-accordion > li > div h4 { font-size: 20px; font-weight: 600; margin: 0 0 10px; }
.launch-accordion > li > div h4 + p { margin-top: 30px; }
.launch-accordion > li > div p { margin-bottom: 20px; }
.launch-accordion > li > div ul { list-style: disc; margin: 20px 0; }
.launch-accordion > li > div ul li, .launch-accordion > li > div ol li { margin: 0 0 10px; text-align: left; }
.launch-accordion > li > div *:last-child { margin-bottom: 0; }
.launch-accordion > li > div *:first-child { margin-top: 0; }
.launch-accordion.no-margin > li.active + li > h4, .launch-accordion.no-margin > li:hover + li > h4 { border-color: #ecebeb; border-top: 0; }
.launch-accordion.faqs h4 { padding-left: 70px; }
.launch-accordion.faqs h4::before { content: 'Q:'; color: #6eb43f; font-size: 30px; position: absolute; top: 15px; line-height: 30px; left: 30px; }
.launch-accordion.faqs > li > div { padding: 30px; }
.launch-accordion.faqs > li > div::before { content: 'A: '; color: #6eb43f; font-size: 20px; }
@media (min-width: 768px) {
	.launch-accordion > li > h4 { padding: 15px 65px 15px 15px; }
	.launch-accordion > li > div { padding: 40px 15px 45px; }
}

/* Form Container
================================================== */
/* standard form */
.form-container { background: transparent; border: 0; padding: 0; box-shadow: unset!important; }
.form-container.maintenance-info { margin-top: -100px; background: #f2f2f2; padding: 40px 20px; color: #000!important; }
.form-container.maintenance { padding: 0; margin-top: -30px; background: transparent; box-shadow: unset!important; }
.form-container h2 { color: #002d62; text-align: center; font-size: 30px; margin: 0 0 40px; text-transform: uppercase; }
.form-container h3 { font-size: 24px; }
.form-container ::-webkit-input-placeholder { color: #fff; }
.form-container:not(.agent-form) .ion-form .ion-form-group:not(.ion-form-group-radio) input { height: 60px; padding: 0 15px; border-color: #ccc; }
.form-container:not(.agent-form) .ion-form .ion-form-group:not(.ion-form-group-radio) label { font-size: 18px; margin: 10px 0; }
.form-container:not(.agent-form) .ion-form .ion-form-group select { height: 60px; border-color: #ccc; }
.form-container:not(.agent-form) .ion-form .ion-form-group textarea { border-color: #ccc; }
.form-container .ion-form button { border: 1px solid #002d62; background-color: #002d62; height: 41px; line-height: 41px; width: 125px; padding: 0; text-transform: uppercase; }
.form-container .ion-form button:hover { color: #002d62; background-color: #fff; }
.form-container .ion-form-success { text-align: center; }
.ion-form button { border: 1px solid #002d62; background-color: #002d62; text-transform: uppercase; }
.ion-form button:hover { color: #002d62; background-color: #fff; }
@media (max-width: 991px) {
	.form-container { margin-top: 50px; }
	.form-container.maintenance-info, .form-container.maintenance { margin-top: 0px; }
}

/* modern form */
.form-container:not(.maintenance-info) h2 { font-size: 36px; background: #fff; margin: -25px -25px 25px; padding-bottom: 50px; }
.form-container:not(.maintenance-info), .form-container.maintenance { background: #002d62; padding: 25px; color: #fff; }
.form-container .ion-form label { color: #fff; }
.form-container .ion-form .ion-form-group:not(.ion-form-group-radio) label { display: none; }
.form-container ::-webkit-input-placeholder { color: #002d62; font-size: 18px; }
.form-container .ion-form .ion-form-group { margin-bottom: 25px; }
.form-container .ion-form .ion-form-group:not(.ion-form-group-radio) input { border-radius: 0; height: 50px; padding: 0 15px; border: 0; font-size: 18px; color: #000; }
.form-container .ion-form .ion-form-group.ion-form-group-radio label { font-weight: 500; }
.form-container .ion-form .ion-form-group.ion-form-group-radio span { font-weight: 400; }
.form-container .ion-form .ion-form-group textarea { border-radius: 0; padding: 10px 15px; border: 0; font-size: 18px; color: #000; }
.form-container .ion-form .ion-form-group select { height: 50px; border: 0; background: transparent; font-size: 18px; color: #000; }
.form-container .ion-form .ion-form-group select:focus { outline: none; }
.form-container .ion-form .ion-form-group select:invalid { color: #002d62; }
.form-container .ion-form .ion-form-group-dropdown, .form-container .ion-form .ion-form-group-state { padding: 0 8px; position: relative; border: 0; background: #fff; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox { margin-top: 10px; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox { display: flex; flex-wrap: wrap; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox label { display: block; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox label:first-of-type { width: 100%; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox label:not(:first-of-type) { flex-basis: 50%; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox span { display: flex; padding-left: 30px; padding-right: 15px; position: relative; font-size: 15px; }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox span::before { content: ''; position: absolute; left: 0; top: 2px; height: 20px; width: 20px; background: #fff; display: block; transition: 0.3s;  }
.form-container .ion-form .ion-form-group.ion-form-group-checkbox span::after { content: "\e013"; color: #fff; position: absolute; left: 2px; top: 2px; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 20px; -webkit-font-smoothing: antialiased; transition: 0.3s;}
.form-container .ion-form .ion-form-group.ion-form-group-checkbox input:hover span::after { color: rgba(255,255,255,0.4 );  transition: 0.3s;}
.form-container .ion-form .ion-form-group.ion-form-group-checkbox input:checked ~ span::after { color: #002d62; transition: 0.3s; }
.form-container:not(.maintenance-info) h3 { font-size: 18px; color: #fff; font-weight: 500; margin: 30px 0 15px; }
.form-container .ion-form button { display: block; border-radius: 23px; background: #fff; border: 0; color: #002d62; margin: 10px auto 15px; height: 46px; line-height: 46px; width: 214px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.form-container .ion-form button:hover { background: #6fb443; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }


/* Testimonials
================================================== */
blockquote.testimonial {  }
blockquote.testimonial .quote {  }
blockquote.testimonial .credit {  }

/* Areas
================================================== */
#areas { padding: 100px 0; }
#areas .container-fluid { max-width: 1580px; margin: 0 auto; }
#areas h2 { text-align: center; margin: 0 0 100px; text-transform: none; }
ul.areas { margin:0; padding:0; text-align:center; list-style: none; display: inline-flex; flex-wrap: wrap; justify-content: center; }
ul.areas li { min-height: 67px; line-height: 67px; width: 314px; margin: 0 30px 75px; max-width: 100%; background: #6eb43f; color: #fff; text-transform: uppercase; display: block; border-radius: 33.5px; }
ul.areas li a { color: currentColor; display: block; border-radius: 33.5px; }
ul.areas li a:hover { background: #002d62; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
@media (max-width: 600px) {
	ul.areas li { margin: 0 auto 30px; width: 100%; }
}


/* Home Banner
================================================== */
#home-banner { position:relative; padding-top: 186px; overflow: hidden; height: 100vh; min-height: 700px; display: flex; justify-content: center; align-items: center; }
#home-banner::after { content: ''; position: absolute; height:100%; width: 100%; top:0; bottom: 0; right: 0; left: 0; background: rgba(0,0,0,0.4); }
#home-banner .container { position: relative; z-index: 99; }
#home-banner .prompt { text-align: center; color: #fff; }
#home-banner .prompt h1 { font-size: 60px; font-weight: 500; display: block; color: #fff; text-transform: uppercase; margin: 0 0 25px; line-height: 1.25em; }
#home-banner .prompt p { font-size: 30px; margin: 0 auto 40px; max-width: 965px; line-height: 1.35em; }
#home-banner .btn-list { margin-bottom: 0; }
#home-banner .btn { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
#home-banner .btn:hover { -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
#home-banner .scroll-down { margin-top: 8.9vh; }
#home-banner .scroll-down a:not(:hover) { color: #fff; }
#home-banner .icon-down-open-big { height: 48px; width: 48px; }
@media (max-width: 991px) {
	#home-banner { height: auto; min-height: 100vh; }
	#home-banner .prompt { padding: 55px 0; }
	#home-banner .prompt h1 { font-size: 40px; }
	#home-banner .prompt p { font-size: 20px; }
}
@media (max-width: 425px) {
	#home-banner .prompt h1 { font-size: 36px; }
	#home-banner .prompt p { font-size: 20px; }
}

/* CTAs
================================================== */
#home-ctas { padding: 60px 0 20px; }
.ctas { text-align: center; }
.ctas h3 { font-size: 30px; text-transform: uppercase; color: #002d62; margin: 15px 0; }
.ctas p { margin: 0 auto 40px; max-width: 290px; color: #002d62; }
.ctas a { white-space: nowrap; display: block; height: 37px; line-height: 37px; border-radius: 18.5px; width: 174px; background: #6fb443; color: #fff; text-transform: uppercase; margin: 30px auto 0; font-size: 16px; font-weight: 500; }
.ctas a:hover { background: #002d62; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.ctas .icon { height: 70px; width: 70px; fill: #6fb443; }
@media (min-width: 767px) and (max-width: 992px) {
	#home-ctas .row { display: flex; flex-wrap: wrap; }
	#home-ctas .row [class*="col-"] { flex: 1 1 49%; }
}

/* Home Carousel
================================================== */
#home-carousel { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#home-carousel .carousel-inner { height: 100%; width: 100%; }
#home-carousel .carousel-inner .item { height: 100%; width: 100%; background-size: 2000px; background-repeat: no-repeat; background-position: center top; background-attachment: fixed; }
#home-carousel .carousel-inner .item.banner1 { background-image: url('/images/home-banner2.jpg'); }
#home-carousel .carousel-inner .item.banner2 { background-image: url('/images/banner-2.jpg'); }
#home-carousel .carousel-inner .item.banner3 { background-image: url('/images/banner-3.jpg'); }
@media (min-height: 1130px) {
	#home-carousel .carousel-inner .item { background-size: cover; }
}
@media (min-width: 2001px){
	#home-carousel .carousel-inner .item { background-size: cover; }
}
@media (max-width: 991px){
	#home-carousel .carousel-inner .item { background-size: cover; background-attachment: scroll; }
}
/* Fading Carousel */
.carousel-fade .carousel-inner .item { -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { opacity: 0; }
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; }
.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }



/* Home Welcome
================================================== */

/* Home Rentals
================================================== */
#home-rentals .map { height: 400px; position: relative; }
#home-rentals .map.overlay::before { content: ''; position: absolute; height: 100%; width: 100%; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0, 0); transition: all 0.2s; z-index: 9; }
#home-rentals .map.overlay:hover::before { cursor: pointer; background: rgba(0, 0, 0, 0.5); }
#home-rentals .map.overlay:hover:after { content: '- Click to Enable Scroll -'; position: absolute; top: 45%; left: 0; right: 0; text-align: center; color: #fff; font-size: 24px; z-index: 10; }
@media (min-width: 992px){
	#home-rentals .map { height: 100%; }
}

/* Home Testimonials
================================================== */
#home-testimonials { padding: 100px 0; }
#home-testimonials .container-fluid { max-width: 1585px; margin: 0 auto; }
#home-testimonials h2 { text-align: center; margin: 0 0 10px; color: #6fb443; font-weight: 400; }
#home-testimonials h3 { font-size: 22px; color: #0d2b5d; margin: 0; text-transform: uppercase; }
#home-testimonials h3::after { content: ''; display: block; width: 59px; height: 6px; border-radius: 3px; background: #6eb43f; margin: 20px 0 25px; }
#home-testimonials .testimonial { margin: 80px 0 40px; color: #0d2b5d; font-size: 15px; }
#home-testimonials .testimonial p:last-child { margin: 0; }
#home-testimonials .testimonial { min-height: 200px; }

#testimonial-carousel .carousel-inner { width: 75%; margin: 0 auto; }
#testimonial-carousel .carousel-control { color: #6fb443; opacity: 1; background: unset; display: flex; }
#testimonial-carousel .carousel-control:hover { color: #0d2b5d; }
#testimonial-carousel .right.carousel-control { text-align: right; }
#testimonial-carousel .right.carousel-control svg {  margin: auto 0 auto auto; }
#testimonial-carousel .left.carousel-control { text-align: left;  }
#testimonial-carousel .left.carousel-control svg { margin: auto auto auto 0; }
@media (max-width: 991px){
	#home-testimonials { text-align: center; }
	#home-testimonials h3::after { margin: 20px auto 25px; }
	#testimonial-carousel .carousel-control { position: relative; width: 50px; margin: 0; display: inline-flex; }
}

/* Home Guarantees */
#home-guarantees { position: relative; padding: 100px 0 110px; text-align: center; }
#home-guarantees::after { content: ''; position: absolute; height:100%; width: 100%; top:0; bottom: 0; right: 0; left: 0; background: rgba(0,0,0,0.5); }
#home-guarantees .container-fluid { position: relative; z-index: 9; }
#home-guarantees h2 { color: #fff; margin: 0; }
#home-guarantees .row { padding: 50px 0; }
#home-guarantees .item { margin: 50px auto; display: flex; flex-direction: column; position: relative; line-height: 1em; color: #002d62; text-transform: uppercase; width: 310px; height: 310px; font-size: 30px; background: #fff; border: 3px solid #002d62; border-radius: 50%; transition: all 0.5s;  }
#home-guarantees .item::after { pointer-events: none; position: absolute; width: 100%; height: 100%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; top: -7px; left: -7px; padding: 7px; box-shadow: 0 0 0 4px #6eb43f; border-radius: 50%; transition: transform 0.2s, opacity 0.2s; transform: scale(0.89); opacity: 0;  }
#home-guarantees .item:hover::after { transition: transform 0.2s, opacity 0.2s; transform: scale(1); opacity: 1;}
#home-guarantees .item:hover { cursor: pointer; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); transition: 0.3s; }
#home-guarantees .item .icon {  position: relative; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; height: 60px; margin-top: auto;  }
#home-guarantees .item .text { position: relative; display: block; font-size: inherit; margin: 0 0 auto; text-transform: uppercase; line-height: 1.25em; }
@media (max-width: 1310px) {
	#home-guarantees .item { width: 210px; height: 210px; font-size: 22px; }
}


/* Home Blog
================================================== */
#home-blog { padding: 100px 0 125px; color: #fff; }
#home-blog h2 { text-align: center; margin: 0 0 100px; color: #fff; }
#home-blog .item { margin-bottom: 40px; }
#home-blog .post-title { font-size: 22px; color: #fff; margin: 0 0 20px; text-transform: uppercase; }
#home-blog .post-title a { color: #fff; }
#home-blog .post-title a:hover { color: #6eb43f; }
#home-blog .post-body { font-size: 15px; }
#home-blog .btn { display: block; max-width: 314px; margin: 20px 0 0; }
@media (min-width: 1200px){
	#home-blog .row { margin: 0 -50px; }
	#home-blog .row [class*="col-"] { padding: 0 50px; }
}
@media (max-width: 991px){
	#home-blog { text-align: center; }
	#home-blog .post-featured { margin-bottom: 30px; }
	#home-blog .btn { margin: 20px auto 0; }
}


/* Secondary Banner
================================================== */
#secondary-banner { position:relative; padding-top: 186px; height:685px; background-size: 2000px; background-attachment: fixed; background-position: center top; display: flex; flex-direction: column; }
#secondary-banner::after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.2); }
#secondary-banner .container { position: relative; z-index: 9; margin: auto; }
#secondary-banner .prompt { color: #fff; text-align: center; }
#secondary-banner .prompt .lead { font-size: 60px; margin: 0; font-weight: 300; text-transform: uppercase; margin: 0 0 20px; line-height: 1.25em;  }
#secondary-banner .prompt .sub { font-size: 30px; margin: 0 auto; max-width: 965px; line-height: 1.35em;  }
@media (min-width: 2001px){
	#secondary-banner { background-size: cover; }
}
@media (max-width: 991px){
	#secondary-banner { background-size: cover; background-attachment: scroll; }
}
@media (max-width: 500px){
	#secondary-banner { height: auto; min-height: 450px; }
	#secondary-banner .prompt { padding: 50px 0; }
	#secondary-banner .prompt .lead { font-size: 36px; }
	#secondary-banner .prompt .sub { font-size: 22px;  }
}


/* Guarantees Page
================================================== */
#guarantees { }
#guarantees #home-guarantees::after { display: none; }
#guarantees #home-guarantees h2 { color:  #002d62;  }
#guarantees .guarantee-banner { position: relative; padding: 115px 0; text-align: center; font-size: 30px; line-height: 1.25em; background: #fff; }
#guarantees .guarantee-banner .container { position: relative; z-index: 9; }
#guarantees .guarantee-banner > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; }
#guarantees .guarantee-banner h2 { margin: 0 0 80px; }
#guarantees .guarantee-banner:nth-child(even) { color: #fff; background: #002d62;  }
#guarantees .guarantee-banner:nth-child(even) > img { opacity: 0.1; }
#guarantees .icon-down-open-big { height: 48px; width: 48px; }

/* Pricing Page
================================================== */
#pricing { text-align: center; }
#pricing h1 { margin-bottom: 45px; }
#pricing h1 + p { max-width: 840px; margin: 0 auto; }
#pricing p { line-height: 1.875em; }
#pricing .launch-accordion { max-width: 900px; margin: 90px auto 115px; }
#pricing .launch-accordion > li { margin-bottom: 35px; }
#pricing .launch-accordion > li > h4 { font-size: 30px; background-position: calc(100% - 25px) center; }
#pricing #analysis-banner button:hover { background: #fff; color: #002d62; }

/* Contact Page
================================================== */
#contact-page { padding-bottom: 100px; }
#contact-page ul a, #contact-page ul strong, #contact-page .address { font-weight: 600; }
#contact-page ul:not(.address) { list-style: none; padding-left: 15px; font-size: 20px; }
#contact-page ul:not(.address) > li { padding-left: 60px; position: relative; margin: 35px 0; }
#contact-page ul > li [class*="icon-"] { position: absolute; top: 0; left: 0; fill: #002d62; }
#contact-page ul > li p { font-size: 16px; margin: 10px 0 15px; }
.map-container { margin-bottom: -8px; }


/* Tenants Page
================================================== */
#tenant-resources h2 { font-size: 30px; margin: 25px 0 15px; }


/* Properties Widget
================================================== */

.prop-list-paging { width: 100%; }

.prop-map { height: 550px; width: 100%; }

.lightbox .lb-image { max-width: inherit; }
.prop-ad-links * {-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: gray;
        filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");}



@media screen and (max-width: 768px) {
.prop-list-paging {position: relative; display: inline-block;}

}


@media (max-width: 991px){
	.mobile-show { display: block !Important; }
	.mobile-hide { display: none !Important; }
}
@media (min-width: 1314px) {
	.container {
		width: 1284px;
	}
}

label[for="freerentalsite-subscribe-location"] { font-size: 0; }
label[for="freerentalsite-subscribe-location"]::after { content: 'City or Zip Code'; font-size: 16px; }


/* Color override for alternate PM Page */
#pm-info .icon { background-color: #6eb43f!important; }
#pm-info .analysis-cta .analysis-arrow svg { fill: #002d62!important; }
#pm-explore .service .title .icon { color: #002d62!important; }
#pm-explore .service .title h3 { color: #000!important; }

/* Color override for Post Card Rentals */
.post-card .frs-widget.prop-list .prop-search, .post-card .prop-search .prop-search-form { background: #002d62; }
.post-card .frs-widget.prop-list .prop-search .prop-search-form-button button { background: #fff!important; color: #002d62!important; }
.post-card ul.listings li .view-details .btn-listing{  border: 1px solid #002d62!important; background-color: #002d62!important; color: #fff; }
.post-card ul.listings li .view-details .btn-listing:hover{ background-color: #fff!important; color: #002d62!important; }

.prop-result-panel .panel-details .prop-rent { color: #002d62!important; }
.prop-result-panel .panel-details .prop-btn a { background-color: #002d62!important; border-color: #002d62!important; opacity: 1; }
.prop-result-panel .panel-details .prop-btn a:hover { color: #002d62!important; background-color: #fff!important; }

/* COLORS TO UPDATE AMP BELOW
=============================== */
/* Step 1 Colors */
.launch-quick-lead .phone {color:#fff;}
.launch-quick-lead .phone a{color: #fff;}
.launch-quick-lead p { color:#fff; }
.launch-quick-lead .frs-widget.quick-lead.step-1 button {border-color:#002d62!important; background-color:#002d62!important; color: #fff;}
.launch-quick-lead .frs-widget.quick-lead.step-1 button:hover{background-color: #fff!important; color: #002d62!important;}
/* Step 2 Colors */
.launch-quick-lead.step-2 .phone{color: #002d62!important;}
.launch-quick-lead.step-2 .phone a{color: #002d62!important;}
.launch-quick-lead.step-2 h1 { color:#fff!important;}
.launch-quick-lead.step-2 button { background-color:#002d62!important;}
.launch-quick-lead.step-2 p {color:#fff;}
.launch-quick-lead.step-2 .header { background: #002d62!important; color: #fff; }



/* Advanced Property Widget Color Override
=================================================== */
#homes-for-rent { padding: 0 15px 100px; }
#faq { padding: 55px 15px; }
img.cover { height: 100%; width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; }
.frsw-container-fluid { padding: 0; }
.frsw-text-white { color: #fff !important; }
frsw-.frsw-text-primary { color: #002d62 !important; }
a.frsw-text-secondary:hover, a.frsw-text-secondary:focus { color: #002d62!important; }
*:focus { outline-color: #002d62!important; }

.nhw-btn{color: #fff !important;}


/* Box Shadows */
.box-shadow, .btn:hover, button:hover, .cta a:hover, ul.listings li, .frs-widget.prop-view .prop-form, .frs-widget.prop-view .prop-gallery .prop-img,  .prop-tab-nav a, .prop-info .frs-btn, .prop-list .prop-search, #popup .modal-header button.close, .form-container  { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.box-shadow:hover, ul.listings li:hover, .frs-widget.prop-view .prop-gallery .prop-img:hover, .prop-tab-nav a:hover, .prop-info .frs-btn:hover { -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
.nhjw-apply-btn {display: none!important;}

form.ion-form fieldset:has(label > input[type="checkbox"]:only-of-type) legend {display: none;}
