/* Theme Name: Barebones */
/* === Global === */
:root {
	--font_awesome_version: "Font Awesome 7 Pro";
}
.mobile-menu .menu-item-has-children > a:after {
	font-family: var(--font_awesome_version);
}
[id] {
	scroll-margin-top: var(--headerHeight, 100px);
}
.main-nav .menu .nav-btn > a,
.btn {
	background-color: var(--color-1);
	color: #fff;
	padding: 10px 30px;
	border-radius: 41px;
	text-transform: none;
	letter-spacing: 1px;
	transition: all ease 0.3s;
	text-align: center;
	line-height: 1.4;
	border: none;
	white-space: break-spaces;
}
.main-nav .menu .nav-btn > a:hover,
.main-nav .menu .nav-btn > a:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-2);
}
h2 strong {
	font-weight: 800;
}

/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 10px 0;
}
.primary-header .header-row {
	align-items: center;
	justify-content: space-between;
}
.primary-header .nav-col {
	flex: 0 1 auto;
}
.primary-header .logo-col img {
	max-height: 115px;
	transition: all ease 0.3s;
	width: auto;
}
body.scrolled .primary-header .logo-col img {
	max-height: 80px;
}
.main-nav .menu .nav-btn {
	margin-left: 10px;
}
.main-nav .menu > li > a {
	text-transform: uppercase;
}
.main-nav .menu li .mega-menu a {
	padding: 0;
}
.main-nav .menu li.mega-menu-item > a,
.main-nav .menu li.menu-item-has-children > a {
	position: relative;
}
.main-nav .menu li.mega-menu-item > a:after,
.main-nav .menu li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	display: inline-block;
	padding-left: 2px;
}
.mega-menu {
	width: 100%;
}
.mega-menu:after {
	background-color: var(--color-5);
	opacity: 1;
}
.mega-menu .mega-menu-inner {
	padding: 25px 25px 50px;
}
.mega-menu .columns {
	gap: 30px;
	justify-content: center;
}
.mega-menu .menu-col {
	flex: 0 1 235px;
}
.mega-menu .menu-col .image {
	margin-bottom: 32px;
}
.mega-menu .menu-col .image img {
	aspect-ratio: 20 / 9;
	border-radius: 10px;
	object-fit: cover;
}
.mega-menu .menu-col .heading {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 21px;
}
.mega-menu .menu-col .links {
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.mega-menu .menu-col .links a {
	color: var(--color-text);
	font-weight: 500;
}
.mega-menu .menu-col .links a:hover,
.mega-menu .menu-col .links a:focus {
	color: var(--color-2);
}
.mega-menu .link-arrow {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: #fff;
}
.mega-menu .link-arrow .arrow {
	flex: 1 1 auto;
	position: relative;
}
.mega-menu .link-arrow .arrow:before {
	content: "";
	position: absolute;
	top: calc(50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-text);
	z-index: 1;
	transition: all ease 0.3s;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mega-menu .link-arrow .arrow:after {
	content: "";
	position: absolute;
	top: calc(50%);
	transform: translateY(calc(-50% - 0.3px)) translateX(0.1px) rotate(-45deg);
	left: auto;
	right: 0;
	width: 10px;
	height: 10px;
	border-right: 1px solid var(--color-text);
	border-bottom: 1px solid var(--color-text);
	z-index: 2;
	transition: all ease 0.3s;
}
.main-nav .menu li .mega-menu a.link-arrow {
	display: flex;
}
.main-nav .menu li .mega-menu a.link-arrow:hover .arrow:before,
.main-nav .menu li .mega-menu a.link-arrow:focus .arrow:before {
	background-color: var(--color-2);
}
.main-nav .menu li .mega-menu a.link-arrow:hover .arrow:after,
.main-nav .menu li .mega-menu a.link-arrow:focus .arrow:after {
	border-color: var(--color-2);
}
.banner-section .carousel-inner {
	display: flex;
}
.banner-section .item {
	min-height: 52.78vw;
}
.banner-section .item .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.banner-section .item .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.banner-section .item .image .acf-media,
.banner-section .item .image .inner {
	height: 100%;
}
.banner-section .item .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-section .item .image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.banner-section .item .content {
	position: relative;
	z-index: 1;
	padding: 105px 0;
	color: #fff;
}
.banner-section .item .content h1 {
	font-size: 96px;
}
.banner-section .item .content h2 {
	font-weight: 600;
	font-size: 50px;
	text-transform: uppercase;
}
.banner-section .item .content .btn {text-transform: uppercase;}
.banner-section .item .content blockquote {
	font-size: 16px;
	border: none;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 25px;
	color: var(--color-text);
	max-width: 510px;
	font-weight: 500;
}

/* === Footer === */
.form-section .form-row {
	flex-wrap: wrap;
	padding: 65px 0;
}
.form-section .form-row > .col {
	flex: 1 1 50%;
}
.form-section .content-col {
	display: flex;
	flex-direction: column;
	background-color: var(--color-5);
}
.form-section .content-col .content {
	padding: 30px 30px 10px;
}
.form-section .content-col .image {
	flex: 1 1 auto;
}
.form-section .content-col .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.form-section .form-col {
	background-color: var(--color-1);
	border-radius: 0 5px 5px 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0) 72.08%), var(--color-3);
	color: #fff;
	padding: 60px 50px;
}
.form-section .form-col h2 {
	font-size: 47px;
}
.form-section .gform_wrapper.gravity-theme {
	color: var(--color-text);
}
.form-section .gform_wrapper.gravity-theme label,
.form-section .gform_wrapper.gravity-theme legend {
	color: #fff;
	font-weight: 400;
}
.form-section .gform_wrapper.gravity-theme input,
.form-section .gform_wrapper.gravity-theme textarea {
	border-radius: 5px;
	border: none;
}
.form-section .gform_wrapper.gravity-theme .ginput_container_consent {
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.form-section .gform_wrapper.gravity-theme .ginput_container_consent label {
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	margin-bottom: 0;
}
.form-section .gform_wrapper.gravity-theme .ginput_container_consent label a {
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
}
.form-section .gform_wrapper.gravity-theme .ginput_container_consent label a:hover,
.form-section .gform_wrapper.gravity-theme .ginput_container_consent label a:focus {
	color: var(--color-2);
}
.form-section .gform_wrapper.gravity-theme .ginput_container_consent input {
	height: 20px;
	width: 20px;
	margin-top: 0;
}
.primary-footer {
	background: linear-gradient(180deg, #fff 35.58%, #126b6e 100%);
}
.primary-footer .footer-row {
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	gap: 50px;
}
.primary-footer .footer-row a {
	color: #fff;
	font-weight: 400;
}
.primary-footer .footer-row a:hover,
.primary-footer .footer-row a:focus {
	color: var(--color-3);
}
.primary-footer .footer-row .info-col {
	gap: 40px;
}
.primary-footer .footer-row .heading {
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 25px;
	font-style: italic;
}
.primary-footer .footer-row .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.primary-footer .footer-row .contact-info {
	margin-bottom: 25px;
}
.primary-footer .footer-row .contact-info a {
	display: flex;
	gap: 0.25em;
}
.primary-footer .footer-row .contact-info a .social-text {
	text-decoration: underline;
}
.primary-footer .social {
	font-size: 25px;
	gap: 0.5em;
}
.primary-footer .copyright {
	font-size: 14px;
	font-style: italic;
	padding: 0;
}
.primary-footer .copyright .inner {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.primary-footer .copyright a {
	color: #fff;
	font-weight: 800;
}
.primary-footer .copyright a:hover,
.primary-footer .copyright a:focus {
	color: var(--color-3);
}

/* === Home Page === */
.feature-section {
	background-color: #fff;
	padding: 30px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.feature-section .feature {
	flex: 1 1 calc(25% - 15px);
	background-color: var(--color-2);
	border-radius: 25px;
	position: relative;
	min-height: 350px;
	z-index: 2;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
}
.feature-section .feature .link-inner {
	height: 100%;
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
}
.feature-section .feature:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(18, 107, 110, 0.62) 100%);
	z-index: 0;
	transition: all ease 0.3s;
	height: 100%;
}
.feature-section .feature:before {
	overflow: hidden;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-1);
	transition: all ease 0.3s;
	height: 0;
	z-index: 1;
}
.feature-section .feature:hover:before {
	height: 100%;
}
.feature-section .feature .content {
	max-height: 0;
	overflow: hidden;
	transition: all ease 0.3s 0s;
	opacity: 0;
	border-top: 1px solid #fff;
	padding-top: 20px;
}
.feature-section .feature .content p {
	margin-bottom: 17px;
}
.feature-section .feature:hover .content {
	max-height: 400px;
	opacity: 1;
	transition: all ease 0.6s;
}
.feature-section .feature .content p:last-child {
	margin-bottom: 0;
}
.feature-section .feature .inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.feature-section .feature a {
	color: #fff;
	font-weight: 400;
	height: 100%;
}
.feature-section .feature .content-wrap {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.feature-section .feature .heading {
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
}
.feature-section .feature .link-icon {
	margin-top: 20px;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-section .feature.has-bg:after {
	display: block;
}
.feature-section .feature.has-bg .link-icon {
	border-color: var(--color-3);
	color: var(--color-3);
	transition: all ease 0.3s;
}
.feature-section .feature.has-bg:hover .link-icon {
	border-color: #fff;
	color: #fff;
}
.logo-slider {
	background-color: var(--color-1);
	padding: 30px;
}
.logo-slider .logos {
	background-color: #fff;
	padding: 15px 35px;
	border-radius: 5px;
}
.logo-slider .logos img {
	max-height: 115px;
	width: auto;
}
.heading-underline {
	width: fit-content;
	margin: 0 auto;
	padding: 0 40px;
	border-bottom: 5px solid var(--color-2);
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: block;
	font-size: 40px;
}
.services-section {
	padding: 50px 0;
	background-color: var(--color-5);
}
.services-section .sec-content {
	margin-bottom: 50px;
}
.services-section .service {
	flex-wrap: wrap;
	gap: 35px;
	margin-bottom: 20px;
}
.services-section .service > .col {
	flex: 1 1 calc(50% - 17.5px);
	border-radius: 20px;
	overflow: hidden;
}
.services-section .service:nth-child(even) {
	flex-direction: row-reverse;
}
.services-section .image-col {
	position: relative;
}
.services-section .image-col .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.services-section .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.services-section .content-col {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 15px 20px;
	margin: 40px 0;
}
.services-section h3 {
	font-size: 32px;
}
.content-section {
	position: relative;
	z-index: 1;
	padding: 67px 0 41px;
}
.content-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: -1;
}
.content-section .content-row {
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}
.content-section .content-row > .col {
	flex: 1 1 calc(50% - 20px);
	border-radius: 20px;
	overflow: hidden;
}
.content-section .content-col {
	background: rgba(255, 255, 255, 0.65);
	padding: 10px 20px;
}
.content-section .heading-underline {
	margin: 0;
	padding-left: 0;
}
.reviews-section {
	padding: 45px 0;
	background-color: var(--color-5);
}
.reviews-section .reviews-wrap {
	position: relative;
	overflow: hidden;
	font-family: var(--font_heading);
}
.reviews-section .reviews-wrap:before,
.reviews-section .reviews-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(33.33% - 30px);
	z-index: 3;
}
.reviews-section .reviews-wrap:before {
	background: linear-gradient(90deg, var(--color-5) 0%, rgba(245, 245, 245, 0) 86%);
	left: 0;
}
.reviews-section .reviews-wrap:after {
	background: linear-gradient(270deg, var(--color-5) 0%, rgba(245, 245, 245, 0) 86%);
	right: 0;
}
.reviews-section .reviews-wrap .inner {
	position: relative;
	width: calc(133.33%);
	left: -16.66%;
	right: -16.66%;
}
.reviews-section .sec-content {
	margin-bottom: 36px;
}
.reviews-section .sec-content h2 {
	font-size: 24px;
	font-family: var(--font_body);
}
.reviews-section .owl-num-nav {
	justify-content: center;
	column-gap: 25px;
	align-items: center;
}
.reviews-section .review {
	border-top: 5px solid #000;
	padding-top: 13px;
}
.reviews-section .owl-item {
	opacity: 0.25;
	transition: all ease 0.3s;
	font-size: 22px;
}
.reviews-section .owl-item .quotes {
	display: none;
}
.reviews-section .owl-item .heading {
	font-size: 12px;
	border-top: 1px solid #000;
	width: fit-content;
	padding-top: 10px;
}
.reviews-section .owl-item.active.center {
	opacity: 1;
}
.reviews-section .owl-item.active.center .quotes {
	display: block;
}
.reviews-section .owl-count {
	display: flex;
}
.reviews-section .owl-nav-item {
	font-size: 24px;
	cursor: pointer;
}
.reviews-section .item {
	margin-top: 50px;
	margin-bottom: 50px;
}
.reviews-section .quotes-wrap {
	position: relative;
}
.reviews-section .quotes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.reviews-section .quotes .quote {
	position: absolute;
	width: 25%;
}
.reviews-section .quotes .quote img {
	width: 100%;
	height: auto;
}
.reviews-section .quotes .quote.open-quote {
	top: 70px;
	left: 10px;
	transform: translate(-50%, -50%);
}
.reviews-section .quotes .quote.close-quote {
	bottom: 50px;
	right: 0;
	transform: translate(25%, 50%);
}
.background-section {
	background-size: cover;
	background-position: 50% 50%;
	padding: 60px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 36px;
	font-weight: 500;
}
.background-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(29, 29, 29, 0.2) 0%, rgba(29, 29, 29, 0.2) 100%);
	z-index: -1;
}
.background-section h2 {
	font-size: 96px;
}
.background-section .btn {
	background-color: var(--color-6);
}
.background-section .btn:hover,
.background-section .btn:focus {
	background-color: var(--color-2);
}
.ls-heading {
	text-align: center;
	color: #fff;
	font-weight: bold;
}
body.ip .banner-section .item {
	min-height: 150px;
}
body.ip .banner-section .item .content {
	padding: 150px 0;
}
body.ip .banner-section .item .content h1 {
	font-size: 64px;
}
body.ip .banner-section .item .content h1:last-child {
	margin-bottom: 0;
}
.heading-section {
	padding: 30px 0;
}
.heading-section h2 {
	font-size: 40px;
	text-align: justify;
}
.heading-section .content h3 {
	margin-top: 20px;
	font-size: 24px;
}
.heading-section .headings {
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-around;
}
.heading-section .heading {
	font-weight: 800;
	font-size: 26px;
}
.heading-section .content:last-child h2 {
	margin-bottom: 0;
}
.cont-section {
	margin: 55px 0;
}
.cont-section .content-row {
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.cont-section .content-row > .col {
	flex: 1 1 calc(50% - 10px);
}
.cont-section .content-col {
	padding: 15px 0;
}
.cont-section .content-col p:last-child {
	margin-bottom: 0;
}
.cont-section .image-col {
	align-self: stretch;
}
.cont-section .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.states-section {
	padding: 55px 0 45px;
}
.states-section h2 {
	font-size: 42px;
}
.states-section .states {
	flex-wrap: wrap;
	gap: 22px 18px;
	justify-content: flex-start;
}
.states-section .states .states-col {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.states-section .state-toggle[data-state="all"] {
	flex-basis: 100%;
}
.states-section .state-toggle {
	flex: 1 1 auto;
	background-color: var(--color-7);
	color: #000;
	padding: 10px;
	font-weight: 800;
	font-size: 22px;
	border-radius: 5px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
}
.states-section .state-toggle:hover,
.states-section .state-toggle:focus {
	background-color: var(--color-2);
}
.states-section .state-toggle.active {
	background-color: var(--color-1);
	color: #fff;
}
.map-section {
	background-color: var(--color-5);
	padding: 60px 0;
}
.map-section .map-row {
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.map-section .map-row > .col {
	flex: 1 1 calc(50% - 10px);
}
.map-section .content-col {
	background-color: #fff;
	padding: 20px;
}
.map-section .content-col h2 {
	font-size: 65px;
}
.map-section .content-col h3 {
	font-size: 42px;
}
.map-section .content-col strong {
	font-weight: 800;
}
.pub-section {
	padding: 50px 0;
}
.pub-section .pubs {
	flex-wrap: wrap;
	gap: 55px;
}
.pub-section .pub {
	flex: 0 1 calc(33.33% - 36.66px);
	padding: 20px 15px;
	background-color: var(--color-5);
	box-shadow: 4px 4px 27px 0 rgba(0, 0, 0, 0.2);
	border-radius: 13px;
	display: flex;
	flex-direction: column;
}
.pub-section .pub .image {
	margin-bottom: 10px;
}
.pub-section .pub .image img {
	border-radius: 5px;
}
.pub-section .pub .heading {
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 10px;
}
.pub-section .pub .circulation {
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 10px;
}
.pub-section .pub .pub-link {
	margin-bottom: 10px;
}
.pub-section .pub .pub-link a {
	text-decoration: underline;
}
.pub-section .pub .excerpt {
	margin-bottom: 10px;
}
.pub-section .pub .btn {
	border-radius: 5px;
	background-color: var(--color-6);
	padding: 10px;
}
.pub-section .pub .btn:hover,
.pub-section .pub .btn:focus {
	background-color: var(--color-1);
}
.pub-section .pub .inner {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.pub-section .pub .inner .link {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-end;
}
.toggle-item {
	border-top: 2px solid var(--color-4);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
}
.toggle-item > .toggle-content {
	display: none;
	padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.faq-section {
	background-color: var(--color-8);
	color: var(--color-4);
	padding: 70px 0;
}
.faq-section h3 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.4;
}
.card {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	float: left;
	perspective: 500px;
}
.card .content {
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: transform 1s;
	transform-style: preserve-3d;
}
.card:hover .content {
	transform: rotateY(180deg);
	transition: transform 0.5s;
}
.card .front,
.card .back {
	position: absolute;
	height: 100%;
	width: 100%;
	background: white;
	line-height: 300px;
	color: #03446a;
	text-align: center;
	font-size: 60px;
	border-radius: 5px;
	backface-visibility: hidden;
}
.card .back {
	background: #fff;
	color: white;
	transform: rotateY(180deg);
}
.card .image {
	height: 100%;
}
.card .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.card .back .image {
	opacity: 0.25;
}
.card .flip-content {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	text-align: center;
	transform: translateY(-50%);
}
.card .flip-content .btn {
	font-size: 22px;
}
body.single-publication .banner-section .item .content h2 {
	border-bottom: 3px solid #fff;
	padding-bottom: 10px;
	max-width: 915px;
	font-weight: 400;
}
body.single-publication .banner-section .item .content h2 strong {
	font-weight: 700;
}
body.single-publication .banner-section .item .content h1 {
	background-color: #fff;
	color: var(--color-10);
	font-weight: 600;
	font-size: 64px;
	padding: 10px 20px;
	width: fit-content;
}
body.single-publication .heading-section {
	background-color: var(--color-9);
}
.form-group {
	padding: 50px 0;
}
.form-group .content {
	max-width: 730px;
}
.form-group .form-row {
	gap: 30px 150px;
	align-items: flex-start;
}
.form-group .image-col {
	flex: 1 1 calc(60% - 75px);
}
.form-group .image-col .inner {
	position: relative;
	padding-bottom: var(--padding_bottom);
	overflow: hidden;
}
.form-group .form-col {
	background-color: var(--color-1);
	flex: 1 1 calc(40% - 75px);
	padding: 38px 24px;
	color: #fff;
}
.form-group .form-col .gform_wrapper.gravity-theme {
	color: var(--color-text);
}
.form-group .form-col .gform_wrapper.gravity-theme label {
	color: #fff;
	font-weight: 400;
}
.form-group .form-col .gform_wrapper.gravity-theme .gform_footer {
	margin-bottom: 0;
	padding-bottom: 0;
}
.form-group .form-col .gform_wrapper.gravity-theme .gform_footer .button {
	margin-bottom: 0;
	border: none;
	background-color: var(--color-5);
	padding: 14px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 800;
	outline: none;
}
.form-group .form-col .gform_wrapper.gravity-theme .gform_footer .button:hover,
.form-group .form-col .gform_wrapper.gravity-theme .gform_footer .button:focus {
	background-color: var(--color-6);
	color: #fff;
}
.form-group .form-col .gform_wrapper.gravity-theme input {
	border-radius: 5px;
	border: none;
	padding: 14px;
}
.form-group .form-col h2 {
	border-top: 4px solid #fff;
	padding-top: 10px;
}

.gradient-section {
	background: linear-gradient(0deg, rgba(29, 29, 29, 0.2) 0%, rgba(29, 29, 29, 0.2) 100%), linear-gradient(270deg, rgba(69, 245, 255, 0.67) 0%, rgba(22, 40, 60, 0.67) 100%);
	padding: 50px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.gradient-section h2 {
	font-size: 64px;
}
.gradient-section .btn {
	font-size: 24px;
	background-color: var(--color-6);
}
.gradient-section .btn:hover,
.gradient-section .btn:focus {
	background-color: var(--color-1);
}
.gradient-section .content {
	max-width: 756px;
	margin: 0 auto;
}
.gradient-section .content p:last-child {
	margin-bottom: 0;
}
.pub-carousel .carousel_heading {
	font-size: 64px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 40px;
}
.pub-carousel .owl-num-nav {
	justify-content: center;
	margin-top: 30px;
	gap: 10px;
	font-weight: 700;
}
.pub-carousel .owl-num-nav .owl-nav-item {
	cursor: pointer;
}
.pub-carousel .owl-carousel .owl-stage {
	display: flex;
}
.pub-carousel .owl-carousel .owl-item {
	padding: 30px;
}
.pub-carousel .owl-carousel .item {
	height: 100%;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .button {
	padding: 14px;
	font-weight: 800;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .button:hover,
.primary-footer .form-col .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-6);
	color: #fff;
}

.heading-section + .cont-section {
	margin-top: 0;
}
.main-section {
	padding-top: 50px;
}
/* === Interior Pages === */

#about-section{
    display: flex;
    justify-content: center;
    align-items: center;   
    margin-bottom:20px;
}
#about-section .image{ 
    margin: 10px 0px;
}
.media__file_autoplay {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.acf-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.bold {font-weight:bold; text-transform: uppercase;}
.image-col a:hover img {opacity:.7;}
.btn {text-transform: uppercase;}
.largeh {width:850px; max-width:100%;}
.tops {
		display: block;
		position: relative;
		top: -125px;
		visibility: hidden;
	}
.feature-section .feature .heading a {font-weight: 800;}
.feature-section .feature a:hover {color:var(--color-2);}

/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.background-section,
	.background-section .btn {
		font-size: 30px;
	}
	.background-section h2 {
		font-size: 72px;
	}
	.form-section .form-col {
		padding: 50px 30px;
	}
	.form-section .form-col h2 {
		font-size: 42px;
	}
}
@media screen and (max-width: 991px) {
	.feature-section .feature {
		flex-basis: 100%;
	}
	.services-section .service:nth-child(n) {
		flex-direction: column;
		gap: 0px;
		box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
		border-radius: 20px;
		overflow: hidden;
	}
	.services-section .service:nth-child(n) > .col {
		flex: 0 0 auto;
		width: 100%;
	}
	.services-section .image-col .inner {
		position: static;
	}
	.services-section .content-col {
		margin: 0;
	}
	.services-section .service > .col {
		border-radius: 0;
		border-bottom-right-radius: 0;
	}
	.services-section .service .content-col {
		box-shadow: none;
	}
	.content-section .content-row {
		flex-direction: column;
		gap: 20px;
	}
	.content-section .content-row > .col {
		flex: 0 0 auto;
	}
	.reviews-section .reviews-wrap .inner {
		width: 100%;
		position: static;
	}
	.reviews-section .reviews-wrap:before,
	.reviews-section .reviews-wrap:after {
		display: none;
	}
	.background-section,
	.background-section .btn {
		font-size: 24px;
	}
	.background-section h2 {
		font-size: 58px;
	}
	.form-section .form-row {
		flex-direction: column;
	}
	.form-section .form-row > .col {
		flex: 0 0 auto;
	}
	.form-section .form-col {
		border-radius: 0;
	}
	.primary-footer .footer-row {
		justify-content: center;
	}
	.form-group .form-row {
		flex-wrap: wrap;
	}
	.form-group .form-row > .col {
		flex-basis: 100%;
	}
	.gradient-section h2,
	body.single-publication .banner-section .item .content h1 {
		font-size: 54px;
	}
	.map-section .map-row > .col {
		flex-basis: 100%;
	}
	.pub-section .pub {
		flex-basis: calc(50% - 27.5px);
	}
	.heading-section .heading {
		flex-basis: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .item .content h1, .page-id-388 .banner-section .item .content h1 {
		font-size: 58px !important;
	}
	.banner-section .item .content h2 {
		font-size: 34px;
	}
	.background-section,
	.background-section .btn {
		font-size: 22px;
	}
	.background-section h2 {
		font-size: 52px;
	}
	.feature-section .feature .content {
		max-height: 400px;
		opacity: 1;
		transition: all ease 0.6s;
	}
	.feature-section .feature:before {
		height: 100%;
	}
	.logo-slider {
		padding: 30px 15px;
	}
	.reviews-section .owl-item {
		font-size: 20px;
	}
	.reviews-section .quotes .quote.open-quote {
		left: 12vw;
	}
	.reviews-section .quotes .quote.close-quote {
		right: 6vw;
	}
	.form-section .form-col {
		padding: 50px 15px;
	}
	.primary-footer .footer-row .info-col {
		flex-direction: column;
		text-align: center;
	}
	.primary-footer .footer-row .info-col > .col {
		flex: 0 0 auto;
	}
	.primary-footer .footer-row .contact-info a,
	.primary-footer .social {
		justify-content: center;
	}
	.gradient-section h2,
	body.single-publication .banner-section .item .content h1 {
		font-size: 40px;
	}
	.cont-section .content-row > .col {
		flex-basis: 100%;
	}
	body.ip .banner-section .item .content {
		padding: 50px 0;
	}
	body.ip .banner-section .item .content h1 {
		font-size: 40px;
	}
	.heading-section h2 {
		font-size: 34px;
	}
	.pub-section .pub {
		flex-basis: 100%;
	}
}
