/*
Theme Name: Sperlongadata Child
Description: This is a child theme for Twenty Twenty Theme
Author: Phil Barit
Template: twentytwenty
Version: 1.0.0
*/

/*--- Theme/main style ---*/
:root {
	--orange: #fe8037;
	--orange-h: #ff640e;
	--black-c: #1D2643;
	--black-bg: #19223f;
	--grey-bg: #f2f2f4;
	--blue: #263E4F;
	--gray-c: #aaaaaa;
}

html {
	/* All font sizes are based on this */
    font-size: 10px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
	color: var(--black);
    background: #fff;
    margin: 0;
    padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
    color: #000;
    letter-spacing: -0.015em;
    text-align: left;
}

body, input, textarea, button, .button, a {
	font-family: "Montserrat", Verdana, Arial, sans-serif !important;
	text-decoration: none;
}

#main {
	margin-top: 86px;
}
@media (max-width: 999px) {	
	#main {
		margin-top: 75px;
	}
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
}

h1, h2 {
	color: var(--blue);
	text-align: center;
    font-size: 3.6em;
    font-weight: 800;
    line-height: 1.138888889;
}
h1.entry-title {
	margin-top: 28px;
}

h3, h4 { font-size: 2.6em; }

h5, h6 { font-size: 2em; }

p {
	font-size: 1.8em;
    line-height: 1.5;
	text-align: center;
    margin: 0 0 1em 0;
}

ul, ol {
    margin: 0;
	list-style: none;
}

*, *::before, *::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

#breadcrumbs {	
	margin: 16px 5% 0;
}

#breadcrumbs span, #breadcrumbs a {
	font-size: 1.2em;
	color: var(--gray-c);
}

/* Skip Link */
.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline;
}

/*--- Mobile menu ---*/
.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}

.menu-modal.show-modal {
    display: flex;
}

/* Main Menu */
.modal-menu {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.modal-menu li {
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	display: block;
	color: var(--black-c) !important;
	padding: 1.1rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: underline;
}
.sub-menu .current-menu-item {
	text-decoration: underline
}

button.sub-menu-toggle {
	border-left: 0.1rem solid #dedfdf !important;
    flex-shrink: 0;
    padding: 10px 24px !important;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li a {
	font-size: 1.8em;
	font-weight: 500;
}

/* Main menu animation */
.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

.mobile-menu {
	display: block;
	margin-top: 48px;
}

/* Menu Bottom */
.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6em;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}

@media (max-width: 999px) {
	.modal-menu li.menu-item {
		border-color: white;
	}

	button.toggle.close-nav-toggle.fill-children-current-color {
		position: absolute;
		right: 23px;
		top: 23px;
	}
}

.section-inner {
    margin: 0 auto;
    max-width: 1700px;
}

button.toggle {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    padding: 0;
    text-transform: none;
}

/* Site Header */
#site-header {
    background: #fff;
    position: relative;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.header-inner .toggle svg {
    display: block;
    position: relative;
    z-index: 1;
}

.header-inner .toggle path {
    fill: currentColor;
}

.toggle-inner {
    display: flex;
    justify-content: center;
    height: 2.3rem;
    position: relative;
}

.toggle-inner .toggle-text {
    color: #6d6d6d;
    font-size: 1em;
    font-weight: 600;
    position: absolute;
    top: 22px;
    width: auto;
    white-space: nowrap;
    word-break: break-all;
}
.active .toggle-text {
	display: none;
}

/* Search Toggle */
.search-toggle, .search-modal, .expanded-menu {
    display: none !important;
}

/* Navigation Toggle */
.nav-toggle {
    position: absolute;
    bottom: 0;
    right: 3%;
    top: 0;
    width: 6.6rem;
}

.nav-toggle .toggle-icon, .nav-toggle svg {
    height: 0.8rem;
    width: 2.6rem;
}

.nav-toggle .toggle-inner {
    padding-top: 0.8rem;
}

/* Primary Menu */
.primary-menu-wrapper {
    display: none;
}

ul.primary-menu {
    display: flex;
    font-size: 1.8em;
    font-weight: 500;
	background: white;
    letter-spacing: -0.0277em;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu .icon {
    display: block;
    height: 0.7rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(-45deg);
    width: 1.3rem;
}

.primary-menu li {
    position: relative;
}

.sub-menu li:hover a {
	color: white !important;
    background-color: var(--black-c);
}

.primary-menu > li {
    margin: 0.8rem 0 0 0.7em;
}

.primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.4rem);
}

.primary-menu a {
    color: var(--black-c) !important;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
	font-weight: 600;
	padding: 32px 11px;
}
@media (max-width: 999px) {
	.primary-menu {
		display: none !important;
	}
}
@media (min-width: 1000px) {
	.nav-toggle.mobile-nav-toggle {
		display: none;
	}
}

/*--- Free consult Button ---*/
.primary-menu.button li:first-of-type a {
	color: white !important;
	background-color: var(--orange);
	padding: 8px 12px;
	margin-top: 24px;
	transition: 0.25s ease-in-out;
}
.primary-menu.button li:first-of-type a:hover {
	background-color: var(--orange-h);
}
/* Mobile */
li#menu-item-6815 {
	display: none !important;
}

li.menu-item-6815 {
	display: inline-block !important;
}
li.menu-item-6815 a {
	color: var(--orange ) !important;
}

.primary-menu li.current-menu-item > a:hover, .primary-menu li.current-menu-item > .link-icon-wrapper > a:hover, .primary-menu li.current-menu-item > a:focus, .primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
    text-decoration: none !important;
}

/* SUB MENU */
.primary-menu ul {
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
	opacity: 0.5;
    transition: opacity 0.25s linear;
    width: max-content;
    z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul, .primary-menu li.menu-item-has-children.focus > ul {
	opacity: 1;
	left: 0px;
	top: 85px;
	border: 1px solid #e5e5e5;
}

.primary-menu li.menu-item-has-children:hover::after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: var(--orange);
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
@-moz-document url-prefix() {
    .primary-menu li.menu-item-has-children:hover::after {
		bottom: 1px;
	}
}

.primary-menu ul a {
    background: white;
    color: inherit;
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.15s linear;
    width: 100%;
	border-top: 1px solid #E5E5E5;
}

.primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}

.menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 9999999;
}

/* Site Header */
.custom-logo-link {
	display: flex;
}
.site-logo img.custom-logo {
	max-height: 9rem;
	margin: 6px 8%;
	width: auto;
	display: inline-block;
}

 /* FOOTER BOTTOM */
.footer-credits {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1500px;
    margin: auto;
}

@media ( min-width: 1000px ) {
/* Helper Classes - Site Header */ 
	/*#site-header {
		z-index: 2;
	}*/

	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 0 3%;
	}

	.header-titles-wrapper {
		margin-right: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: left;
	}

	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	/* HEADER NAVIGATION */
	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	/* HEADER TOGGLES */
	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem;
	}

	.header-toggles {
		display: flex;
		flex-shrink: 0;
		margin-right: -3rem;
	}

	.header-inner .toggle {
		height: 4.4rem;
		padding: 0 3rem;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
	}

}

@media (min-width: 1000px) {
	.header-toggles.hide-no-js {
		display: none !important;
	}
}

/*--- Custom Page style ---*/
/* Home - Hero */
.hero {
	background: var(--black-bg);
	color: white;
	padding: 60px 10%;
}

.hero h1 {
	font-size: 4.8em;
    color: white;
    text-align: left;
}
.hero p {
	width: min(450px, 96%);
	color: #fff;
	font-size: 2em;
	text-align: left !important;
	padding-top: 5px;
	letter-spacing: 0.2px;
	margin: 30px 0 70px;
}

.btn-wrap p {
    padding: 16px 30px 15px 40px;
    display: inline;
    background-color: var(--orange);
    font-weight: 700;
    font-size: 2.6em;
    letter-spacing: 1px;
	transition: 0.3s ease-in-out;
}
.btn-wrap p:hover { 
    background-color: var(--orange-h);
}
@media (max-width: 600px) {
	.btn-wrap p {
		 font-size: 2em;
	}
}

/* 3 column Grid */
.home .wrap.container {
	display: flex;
	flex-wrap: wrap;
	margin: 90px auto 39px;
	justify-content: center;
	align-items: flex-start;
	max-width: 1200px;
}

.home .wrap.container>div {
	flex: 30%;
	margin: 8px 12px 60px;
}
@media (max-width: 1050px) {
	.home .wrap.container>div {
		flex: 40%;
	}
}
@media (max-width: 500px) {
	.home .wrap.container>div {
		flex: 100%;
	}
}

.home .wrap.container>div img {
	width: 100%;
	margin-bottom: 14px;
}

.home .wrap.container>div h5 {
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 0.2px;
	color: var(--black-c);
}

/* Panel content section */
.panel-content {
	position: relative; 
}

.panel-content h2 {
	text-align: center;
	font-weight: bold;
	/*font-size: 3.6em;*/
	line-height: 44px;
	max-width: min(850px, 94%);
	margin: 76px auto;
	letter-spacing: 0.2px;
	color: var(--blue);
}

.panel-content p {
	text-align: center;
}

.panel-content p img {
	width: 91%;
	height: auto;
	max-width: 1000px;
	margin-bottom: 60px;
}

/* All pages - Top section */
.top-wrap {
	display: flex;
	justify-content: center;
	background-color: var(--grey-bg);
	padding: 60px 8%;
}

.top-section-img img {
	margin: auto;
	display: block;
}

.top-section-info {
	max-width: 650px;
	margin-left: 100px;
}
@media (max-width: 1200px) {
	.top-wrap {
		flex-direction: column;
		padding: 60px 3%;
	}
	.top-section-img img {
		margin: -26px auto 60px;
		max-width: 92%;
	}
	.top-section-info {
		margin-left: 0;
	}
}

.top-section-info p {
    color: black;
    font-size: 22px;
    line-height: 27px;
	text-align: left;
    margin: 0 auto 0;
    letter-spacing: 0px;
}

.top-section-info h5 {
	font-size: 48px;
	letter-spacing: 0.1px;
	margin: 2px auto 21px;
	color: var(--black-c);
}

/* Videos */
.videos.container {
    display: flex;
    background: var(--grey-bg);
    width: min(94%, 1000px);
    margin: auto;
    padding: 5px 0;
}
@media (max-width: 1000px) {
	.videos.container {
		flex-direction: column;
	}
	.videos.container:nth-of-type(2) {
		flex-direction: column-reverse;
	}
}

.videos.container>div {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.videos.container h5 {
	font-size: 2em;
	line-height: 24px;
	padding: 0 26px 0;
}
@media (max-width: 1000px) {
	.videos.container h5 {
		padding: 24px 26px 0;
	}
}

.videos.container h6 {
	font-size: 1.6em;
	letter-spacing: 0px;
	padding: 22px 26px 16px;
}

.videos.container p {
	letter-spacing: 0px;
	font-size: 2em;
	line-height: 1.15em;
	text-align: left;
	padding: 3px 26px;
}

.videos.container li {
    list-style: disc;
    font-size: 1.8em;
    margin-left: 60px;
    line-height: 1.4em;
    margin-bottom: 8px;
}
.videos.container li:last-of-type {
	margin-bottom: 36px;
}

.videos.container img {
	width: 182px;
	margin: 30px auto;
}

.benefits > img {
    margin: 72px auto;
	display: block;
}

.panel-content .subtitle {
	font-size: 1.6em;
	text-align: left;
	max-width: min(91%, 1000px);
	margin: -40px auto 50px;
}

center {
	font-size: 1.8em;
	max-width: min(91%, 1000px);
	margin: -40px auto 50px;
}

/* Extra Videos */
.container.videos.extra {
	background-color: white;
	width: min(94%, 1200px);
    margin-bottom: 60px;
}

.container.videos.extra>div {
	justify-content: flex-start;
}

.container.videos.extra.orange h5 {
    color: var(--orange);
	width: min(400px, 91%);
}

.container.videos.extra.orange p {
	font-size: 1.6em;
}

/*.video-text-block .container>div iframe {
	width: 100%;
}*/

/* 2 column Grid - Studies */
.studies-wrap>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: min(91%, 1600px);
    margin: auto;
}

.studies-wrap > div > h2 {
	flex: 100%;
	max-width: 94%;
}

.studies-wrap>div .studies-block {
	flex: 0 0 40%;
	margin: 0 3% 52px;
}
@media (max-width: 760px) {
	.studies-wrap>div .studies-block {
		flex: 0 0 100%;
	}
}
.studies-block img {
	width: 100%;
}

.studies-block span {
    font-size: 2em;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    margin-top: 7px;
    width: 100%;
    display: block;
}

/* Bottom banner */
.panel-content-banner.bottom-baner {
	background-size: cover !important;
	min-height: 513px;
	text-align: center;
	padding: 130px 0 55px;
	margin-top: 100px;
}

.panel-content-banner.bottom-baner .bottom-baner-text5 p {
	font-size: 2.6em;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	width: 58%;
	margin: 0 auto 80px;
}

.panel-content-banner.bottom-baner .btn-wrap p {
    font-weight: bold;
    font-size: 2em;
    line-height: 24px;
    color: #FFFFFF;
    padding: 14px 20px 14px 28px;
    padding: 15px 25px;
}

/*--- FAQ ---*/
.faq_section {
	max-width: 1200px;
    margin: 51px auto 87px;
}

.faq_section .top-wrap {
	background-color: white;
	padding: 0;
}

.faq_section .answer {
    display: none;
}

.question-answer {
    padding-top: 45px;
    padding-bottom: 36px;
    border-bottom: 1px solid #AAAAAA;
}

.top-wrap .question-answer:last-child {
    border-bottom: 0;
}

.question {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    position: relative;
    width: 85%;
    margin-left: 20px;
    margin-right: auto;
    cursor: pointer;
}

.question p {
    padding-right: 71px;
}

.question p, .answer p {
    margin-bottom: 0;
	text-align: left;
    font-size: 22px;
}

.answer li {
	list-style: disc;
    margin-left: 60px;
    line-height: 1.4em;
    margin: 16px 0 16px 60px;
}

.question:after, .question:before {
    content: " ";
    width: 23px;
    height: 4px;
    display: block;
    background: #000000;
    position: absolute;
    right: -10%;
    top: 9px;
}

.question:before {
    transform: rotate(90deg);
}

.answer {
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    width: 85%;
    margin: 36px auto 16px 20px;
}

.faq_section .top-wrap {
    display: block;
    overflow: hidden;
    height: 100%;
}

/*-- Blog --*/
.blog article {
	display: flex;
	padding: 36px 6%;
}
.blog article:first-of-type {
	margin-top: 100px;
}
@media (max-width: 1000px) {
	.blog article {
		flex-direction: column;
	}
}

.blog article header, .blog article .post-inner {
	flex: 1;
	padding: 0 3%;
}

.blog article h2 {
	text-align: left;
}

.blog article .meta-text a {
	color: var(--gray-c);
	font-size: 2.2em;
	padding: 14px 0 28px;
	display: block;
}
.blog article h2:hover, .blog article .meta-text a:hover {
	text-decoration: underline;
	transition: 0.3s ease-in-out;
}

.blog article .post-inner p {
	font-size: 2.2em;
	line-height: 27px;
	text-align: left;
}

.entry-categories, .post-author, .meta-icon, .blog .footer-nav-widgets-wrapper, .blog hr, .blog .prev, .blog .next, .blog figure {
	display: none;
}

.read-more {
    background: var(--orange);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 40px;
    border-radius: 1px;
    display: block;
    margin-top: 30px;
    width: 181px;
    font-weight: bold;
}

.read-more:hover {
    background: var(--orange-h);
    transition: all 0.4s ease-out;
}

/* Pagination */
.pagination .nav-links{
    display: flex;
    flex-direction: row;
	align-items: baseline;
    justify-content: center;
	margin: 40px 0;
}
.pagination a.page-numbers, .pagination span.current {
    font-size: 1.6em;
	font-weight: bold;
    line-height: 20px;
    color: var(--black-c);
    border: 2px solid var(--gray-c);
    box-sizing: border-box;
    padding: 2px 0px;
}
.pagination span.current{
    background: var(--black-c);
    padding: 2px 0;
    text-align: center;
    color: #fff;
    border: 2px solid var(--black-c);
}
.pagination .nav-links > * {
    margin: 0px 4px;
}


.pagination a.page-numbers, .pagination span.current{
    width: 27px;
    height: 27px;
    text-align: center;
}
.pagination a.page-numbers:hover {
	text-decoration: underline
}

.pagination .dots {
	transform: translateY(-5px);
}

/*-- Blog Posts --*/
.post-template-default .post-meta, .post-template-default .footer-nav-widgets-wrapper, .post-template-default .pagination-single {
	display: none;
}

.post-template-default main  {
    width: min(750px,90%);
	margin: 72px auto 96px;
}

.post-template-default main h1 {
    color: var(--blue);
	font-size: 3.6em;
	line-height: 1.1;
	text-align: left;
	margin-top: 72px;
}

.post-template-default main h2 {
	font-size: 3em;
	line-height: 1.1;
	text-align: left;
	margin-top: 68px;
}

.post-template-default main h3 {
	font-size: 2.6em;
	line-height: 1.1;
	margin-top: 54px;
}

.post-template-default main h4 { 
	font-size: 2.2em; 
	margin-top: 46px;
}

.post-template-default main h5 { 
	font-size: 2em; 
	margin-top: 40px;
}

.post-template-default main h6 { 
	font-size: 18px; 
	margin-top: 36px; 
	text-decoration: underline; 
}

.post-template-default main p {
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
}

.post-template-default main a {
	color: var(--orange);
}
.post-template-default main a:hover {
	text-decoration: underline;
}

.post-template-default main img {
	display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 24px;
}

/*- Lists -*/
.post-template-default main ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 24px;
}
.post-template-default main ol {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 24px;
}

.post-template-default main li {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 14px;
}

.post-template-default main dl {
	color: #727275;
	font-size: 18px;
	letter-spacing: 0.5px;
}

/* Nested Lists */
.post-template-default main ul>li>ul>li, .post-template-default main ul>li>ul>li {
	list-style-type: none;
	padding-bottom: 8px;
	position: relative;
}
.post-template-default main ul>li>ul>li:before, .post-template-default main ul>li>ul>li:before {
	content: '';
	position: absolute;
	top: 11px;left: -24px;
	width: 10px;
	height: 2px;
	background-color: #000;
}

.post-template-default main ul>li>ul>li>ul>li:before, .post-template-default main ul>li>ul>li>ul>li:before,
.post-template-default main ol>li>ol>li>ol>li:before, .post-template-default main ol>li>ol>li>ol>li:before {
	background-color: initial;
}
.post-template-default main ul>li>ul>li>ul>li, .post-template-default main ul>li>ul>li>ul>li {
	list-style-type: circle;
	padding-bottom: 6px;
	line-height: 1.1;
	font-size: 17px;
	margin-top: 0;
}
.post-template-default main ol>li>ol>li>ol>li, .post-template-default main ol>li>ol>li>ol>li {
	list-style-type: lower-roman;
	padding-bottom: 6px;
	line-height: 1.1;
	font-size: 17px;
}

/* Breadcrumbs */
#breadcrumbs {
	width: min(1400px, 90%);
	margin: 118px auto 0;
}

#breadcrumbs span, #breadcrumbs a {
    font-size: 20px;
    color: var(--gray-c);
}
#breadcrumbs a:hover {
    color: var(--header-bg);
}

/*--- Contact Us ---*/
.landing-page .content {
    display: flex;
	margin: 0 3% 86px;
	max-width: 1200px;
    margin: auto;
}
@media (max-width: 1200px) {
	.landing-page .content {
		flex-direction: column;
	}
}

.landing-page .content>div {
    flex: 1;
}
.landing-page .content>.right {
    margin: 60px 0 100px;
}

/* Map - left section */
.content h1 {
    text-align: center;
	font-weight: bold;
	font-size: 3.6em;
	line-height: 44px;
	color: #263E4F;
    margin: 58px 0;
}

.landing-page .content>.left p {
	font-size: 1.8em;
	text-align: left;
}

.landing-page .content>.left a {
	color: var(--black-c);
	text-decoration: underline;
}
.landing-page .content>.left a:hover {
	text-decoration: none;
}

/* Form */
form .nf-form-content  {
	padding: 35px 35px 20px;
	border: var(--grey-bg);
	background-color: var(--grey-bg);
	max-width: 500px;
}
.page-id-6074 form .nf-form-content  { /* Consumer relations page */
	width: min(620px, 100%);
	max-width: 620px;
}

form .nf-form-content .nf-field-label, form .nf-form-content .nf-field-element select {
	color: var(--gray-c);
	text-align: left;
}

form .nf-form-content .nf-field-label label {
    font-weight: 600;
}

.nf-form-content .list-select-wrap > .nf-field-label {
	width: 25%;
}

.nf-form-content .list-select-wrap > .nf-field-element {
	width: 75%;
}
@media (max-width: 760px) {
	.nf-form-content .list-select-wrap > .nf-field-element {
		margin-top: -14px;
	}
}

form .nf-form-content .nf-field .nf-field-element select {
	font-size: 2em;
	background: #f2f2f4;
	position: relative;
}
form .nf-form-content .nf-field .nf-field-element select+div:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 1px;
	width: 100%;
	background-color: #E80000;
}

form .nf-form-content .nf-field-element select, form .nf-form-content .nf-field-element input, form .nf-form-content .nf-field-element textarea {
	font-size: 2em;
	background-color: white;
	border: none !important;
	min-height: 58px;
	padding: 16px 20px;
	display: block;
}

.nf-error-msg {
    font-size: 1.6em;
    text-align: center;
}

form .nf-form-content .nf-field-element input[type="button"] {
    font-weight: bold;
    background: var(--orange) !important;
    border-radius: 1px;
    font-size: 22px !important;
    line-height: 30px;
    width: 285px !important;
    height: 46px !important;
	border-radius: 0 !important;
    text-transform: capitalize;
	padding: 12px 26px !important;
    margin: 37px auto 0;
	cursor: pointer;
    transition: all 0.4s ease-out;
}
form .nf-form-content .nf-field-element input[type="button"]:hover {
    background: var(--orange-h) !important;
}

/*--- Pricing ---*/
.get-price {
	margin: 60px 0 90px;
}

.pricing p {
	max-width: min(880px, 91%);
	margin: -34px auto 50px;
}

/* Free consultation */
.free-consult img {
	margin: 60px auto 48px;
    display: block;
    width: min(580px, 100%);
}

.free-consult h2 {
	max-width: 580px;
	margin: auto;
}

.free-consult ul {
	max-width: 580px;
	margin: 24px auto 100px;
}
@media (max-width: 1200px) {
	.free-consult ul {
		margin: 24px auto 0;
	}
}

.free-consult li {
	font-size: 1.8em;
    line-height: 30.6px;
    margin-left: 40px;
	position: relative;
}
.free-consult ul li::before {
    content: "";
	display: inline-block;
    height: 3px;
	width: 3px;
	background: var(--black-c);
	border-radius: 50% !important;
	position: absolute;
	top: 14px;
	left: -14px;
}

@media (max-width: 600px) {
	.free-consult img {
    	margin: 0 auto 38px;
	}
	
	.free-consult h2 {
		font-size: 2.4em !important;
		line-height: 30px;
		margin: 0 10px 0 16px;
	}
}

/*--- Benefits ---*/
.second-section>div {
	display: flex;
	justify-content: center;
	width: min(91%, 1500px);
	margin: 100px auto 160px;
}

.second-section-img {
	flex: 1;
	background-color: #121c3d;
	color: #fff;
	display: inline-block;
	max-width: 400px;
	margin-right: 6%;
}
@media (max-width: 1200px) {
	.second-section>div {
		flex-direction: column;
	}

	.second-section-img {
		max-width: 100%;
		margin-right: 0;
	}
}

.second-section-img p {
    font-weight: bold;
    font-size: 3.6em;
    line-height: 44px;
    text-align: center;
    margin: 154px 16px 180px;
}

.second-section-info {
	flex: 1;
	max-width: 720px;
}
.second-section-info p {
    font-size: 2.2em;
    line-height: 200%;
	text-align: left;
    margin-bottom: 36px;
    letter-spacing: 0px;
}

/* Account pages */
nav.menu-solutions-container, nav.menu-benefits-container {
	text-align: center;
	margin-top: 16px;
}

nav.menu-solutions-container li, nav.menu-benefits-container li {
	font-size: 2em;
    margin: 6px 0;
}
nav.menu-solutions-container li:last-of-type, nav.menu-benefits-container li:last-of-type {
	margin-bottom: 32px;
}

nav.menu-solutions-container li a, nav.menu-benefits-container li a {
	color: var(--black-c);
	font-weight: 700;
}

/*--- Footer ---*/
#site-footer {
	background-color: #19223F;
	padding: 48px calc(3% + 20px) 26px;
}

#site-footer aside {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

@media (max-width: 999px) {
	#site-footer aside>div {
		flex: 1 1 50%;
		margin-top: 26px;
	}
}
@media (max-width: 767px) {
	#site-footer aside>div {
		flex: 1 1 100%;
		margin-top: 22px;
	}
}

#site-footer a, #site-footer h2, #site-footer p {
	color: white !important;
    text-align: left !important;
    text-decoration: none;
}

#site-footer h2 {
	font-size: 2em;
	margin-bottom: 14px;
}

#site-footer li {
	font-size: 1.4em;
	padding: 5px 0;
	text-align: left;
}

#site-footer li a {
	font-weight: 600;
}

#site-footer .adress {
	font-size: 1.4em;
    margin-top: 12px;
    font-weight: 500;
}

#site-footer .tel, #site-footer .mail {
	font-size: 1.2em;
	font-weight: 500;
}

.footer-socials {
	text-align: center	  
}

/* footer social style */
.f-socials {
    clear: both;
}

.footer-socials {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-socials a {     
	max-width: 35px;     
	margin: 0px 10px; 
}




