/* Theme Name: Barebones */
/* === Global === */
h1,
h2,
h3,
h4 {
	font-family: var(--font_heading);
}
h2 {
	font-size: 36px;
	font-weight: 400;
}
a {
	color: var(--color-text);
}
a:hover,
a:focus {
	color: var(--color-1);
}
body .gform_wrapper.gravity-theme .button,
.btn {
	font-family: var(--font_body);
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	padding: 9px 27px;
	text-transform: uppercase;
	letter-spacing: 0;
	border: none;
	transition: all ease .3s;
}
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-2);
	color: #fff;
}

.layout-media_links{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.medialink {
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px solid #6d1029;
	padding-bottom: 50px;
	flex: 0 1 calc(50% - 15px);
}
.medialink .image-link {
	flex: 0 0 250px;
}
.medialink .text-link {
	flex: 1 1 calc(100% - 270px);
}

.medialink img {margin-bottom:20px; width:500px;}


body .gform_wrapper.gravity-theme .gform_footer .button {
	margin-bottom: 0;
}
.arrow-link {
	font-weight: 700;
	display: inline-block;
	position: relative;
	width: fit-content;
	line-height: 1;
	padding-right: 10px;
	max-width: calc(100% - 40px);
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
}
.arrow-link:after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	z-index: 2;
	transition: all ease .3s;
	color: var(--color-text);
}
a.arrow-link:hover {
	background-color: var(--color-1);
	color: #fff;
	padding-right: 35px;
	padding-left: 15px;
	border-radius: 15px;
}
a.arrow-link:hover:after,
a:hover .arrow-link:after {
	color: #fff;
	right: 15px;
}

/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 13;
	padding: 20px 0 0;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	transition: all ease .3s;
}
.primary-header .header-row {
	column-gap: 50px;
	justify-content: space-between;
}
.primary-header .logo-col {
	flex: 0 1 250px;
	padding-bottom: 20px;
}
.primary-header .logo-col img {
	max-height: 95px;
	width: auto;
	transition: all ease .3s;
}
.primary-header .nav-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
	flex: 0 1 800px;
	transition: all ease .3s;
}
.primary-header .links {
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
}
.primary-header .main-nav .menu {
	justify-content: flex-end;
	font-size: 20px;
	justify-content: space-between;
}
.primary-header .main-nav .menu li {
	margin: 0;
	transition: all ease .3s;
}
.primary-header .main-nav .menu li a {
	padding: 0 4px;
	font-weight: 800;
	padding-bottom: 20px;
	position: relative;
}
.primary-header .main-nav .menu li a:after {
	content: '';
	position: absolute;
	top: calc(100% - 3px);
	left: 0;
	right: 0;
	border-bottom: 3px solid transparent;
}
.primary-header .main-nav a {
	color: var(--color-text);
}
.primary-header .main-nav .menu li a:hover:after,
.primary-header .main-nav .menu li a:focus:after,
.primary-header .main-nav .menu li.current_page_item a:hover:after {
	border-bottom: 3px solid var(--color-1);
}
.main-nav a:hover,
.main-nav a:focus,
.main-nav .current_page_item > a {
	color: var(--color-1);
}
.menu-item-has-children > a {
	position: relative;
}
.menu-item-has-children > a:after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	padding-left: 4px;
	display: none;
}
.menu-item-has-children .sub-menu {
	top: calc(100% - 3px);
	transition: all ease .3s;
	min-width: 100%;
	border-top: 3px solid var(--color-1);
}
.primary-header .main-nav .menu li.menu-item-has-children a:after {
	display: none;
}
.primary-header .main-nav .menu li.menu-item-has-children a:hover,
.primary-header .main-nav .menu li.menu-item-has-children a:focus,
.primary-header .main-nav .menu li.menu-item-has-children.current_page_item a,
.primary-header .main-nav .menu li.menu-item-has-children a {
	border: none;
	padding-bottom: 0;
}
.main-nav .sub-menu {
	font-size: 18px;
}
.primary-header .main-nav .menu .sub-menu li,
.primary-header .main-nav .menu .sub-menu li:hover,
.primary-header .main-nav .menu .sub-menu li:focus,
.primary-header .main-nav .menu .sub-menu .current_page_item {
	border: none;
	padding-bottom: 0;
}
body.scrolled .primary-header {
	padding: 12px 0 0;
}
body.scrolled .primary-header .logo-col {
	padding-bottom: 12px;
}
body.scrolled .primary-header .main-nav .menu li a {
	padding-bottom: 12px;
}
body.scrolled .primary-header .logo-col img {
	max-height: 85px;
}
body.scrolled .primary-header .nav-col {
	row-gap: 10px;
}
.banner-section {
	width: 100%;
	position: relative;
}
.banner-section .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-section .image * {
	height: 100%;
}
.banner-section .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.banner-section .content-wrap {
	min-height: 40vw;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 42.79%, rgba(0, 0, 0, 0.86) 93.75%);
}
.banner-section .content-wrap p:last-child {
	margin-bottom: 0;
}
.banner-section .content-row {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
}
.banner-section h1 {
	font-size: 70px;
	line-height: 1.3;
	margin-bottom: 0;
}
.banner-section .btn {
	background: transparent;
	border: 3px solid #fff;
	font-size: 26px;
	padding: 15px 50px;
}
.banner-section .btn:hover,
.banner-section .btn:focus {
	background-color: var(--color-1);
}
.mobile-backdrop {
	position: fixed;
}

/* === Footer === */
.form-section {
	position: relative;
}
.form-section .bg-row {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.form-section .bg-row > .col {
	flex: 1 1 50%;
}
.form-section .bg-row .image-col .image {
	height: 100%;
	background-color: var(--color-2);
}
.form-section .bg-row .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: .25;
}
.form-section .bg-row .color-col {
	background-color: var(--color-1);
}
.form-section .form-section-inner {
	position: relative;
	z-index: 1;
}
.form-section .form-row {
	flex-wrap: wrap;
	align-items: center;
}
.form-section .form-row > .col {
	flex: 1 1 50%;
	padding: 50px 0;
}
.form-section .form-row .content-col {
	padding-right: 120px;
}
.form-section .form-row .content-col h2 {
	font-size: 74px;
	color: #fff;
}
.form-section .form-row .content-col h2:last-child {
	margin-bottom: 0;
}
.form-section .form-row .form-col {
	padding-left: 120px;
}
.form-section .form .gform_wrapper.gravity-theme input,
.form-section .form .gform_wrapper.gravity-theme textarea {
	border-radius: 5px;
	padding: 14px;
	border: none;
}
.form-section .form .gform_wrapper.gravity-theme .ginput_container_consent {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.form-section .form .gform_wrapper.gravity-theme .ginput_container_consent input {
	opacity: 0;
	height: 20px;
	width: 29px;
	cursor: pointer;
	margin: 0;
	display: block;
	padding: 0;
}
.form-section .form .gform_wrapper.gravity-theme .ginput_container_consent input:checked {
	opacity: 1;
}
.form-section .form .gform_wrapper.gravity-theme .gfield_consent_label {
	color: #fff;
	font-weight: 400;
	position: relative;
	font-size: 10.5px;
	margin: 0;
}
.form-section .form .gform_wrapper.gravity-theme .gfield_consent_label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: -35px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	pointer-events: none;
}
.form-section .form .gform_wrapper.gravity-theme .gform_footer {
	margin-bottom: 0;
	padding-bottom: 0;
}
.form-section .mobile-wrap {
	display: none;
}
.primary-footer {
	background-color: var(--color-4);
	padding: 45px 0;
}
.primary-footer .footer_content h3 {
	border-top: 1px solid #fff;
	margin-top: 15px;
	padding-top: 15px;
}
.primary-footer .footer_content img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	display: block;
}
.primary-footer a {
	color: var(--color-2);
	font-weight: 400;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-1);
}
.primary-footer .social {
	flex-wrap: wrap;
	column-gap: .5em;
	font-size: 22px;
}
.primary-footer .footer-row {
	column-gap: 30px;
	row-gap: 30px;
	justify-content: space-between;
}
.primary-footer .footer-row .content-col {
	flex: 0 1 440px;
}
.primary-footer .footer-row .content-col h3 {
	font-size: 24px;
}
.primary-footer .footer-row .locations-col {
	flex: 1 1 auto;
	column-gap: 25px;
	row-gap: 25px;
	justify-content: flex-end;
}
.primary-footer .location {
	flex: 0 1 300px;
	padding: 14px;
	background-color: #fff;
	color: var(--color-2);
	border-radius: 5px;
}
.primary-footer .location .heading {
	border-bottom: 1px solid var(--color-2);
	padding-bottom: 10px;
	font-size: 22px;
}
.primary-footer .location .contact-info {
	display: flex;
	column-gap: 10px;
	margin-bottom: 15px;
}
.primary-footer .location .contact-info .icon {
	flex: 0 0 18px;
}
.primary-footer .location .map {
	display: flex;
}
.primary-footer .location .map iframe {
	width: 100%;
	height: 150px;
}
.footer-nav {
	background-color: var(--color-2);
	color: #fff;
	padding: 15px 0;
}
.footer-nav a {
	color: #fff;
	font-weight: 400;
}
.footer-nav a:hover,
.footer-nav a:focus {
	color: var(--color-4);
}
.footer-nav .menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	column-gap: 1em;
	row-gap: 1em;
	justify-content: center;
	text-align: center;
}

/* === Home Page === */
.content-section {
	padding: 35px 0;
}
.content-section .content-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 10px;
}
.content-section .content-col {
	flex: 1 1 calc(40% - 15px);
	border-top: 1px solid #000;
	padding-top: 20px;
}
.content-section .image-col {
	flex: 1 1 calc(60% - 15px);
}
.content-section .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.content-section p:last-child {
	margin-bottom: 0;
}
.feature-section {
	background-color: var(--color-1);
	color: #fff;
	text-align: center;
	padding: 85px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 50px;
	justify-content: center;
}
.feature-section .feature {
	flex: 1 1 calc(25% - 75px);
	position: relative;
	font-size: 32px;
	font-weight: 300;
}
.feature-section .feature:not(:last-child):after {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: calc(100% + 50px);
	transform: translateX(50%);
	width: 4px;
	background-color: #fff;
}
.feature-section .feature .num-row {
	font-size: 54px;
	font-weight: 600;
	font-family: var(--font_heading);
}
.services-section {
	padding: 50px 0 100px;
}
.services-section .content {
	border-top: 1px solid #000;
	padding-top: 20px;
}
.services-section .services {
	flex-wrap: wrap;
	gap: 30px;
	background-color: var(--color-3);
	padding: 40px 60px;
}
.services-section .service {
	flex: 0 1 calc(25% - 22.5px);
	position: relative;
	color: #fff;
}
.services-section .service .image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: all ease .3s;
}
.services-section .service .image img {
	transition: all ease .3s;
}
.services-section .service .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
	z-index: 1;
}
.services-section .service a {
	color: #fff;
	font-weight: 400;
}
.services-section .service .content {
	position: absolute;
	z-index: 2;
	bottom: 13px;
	left: 16px;
	right: 16px;
	border: none;
}
.services-section .service .heading {
	font-size: 19px;
	margin-bottom: 10px;
}
.services-section .service .link-arrow {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: #fff;
}
.services-section .service .link-arrow .arrow {
	flex: 1 1 auto;
	position: relative;
}
.services-section .service .link-arrow .arrow:before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 1;
	transition: all ease .3s;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.services-section .service .link-arrow .arrow::after {
	content: '';
	position: absolute;
	top: calc(50%);
	transform: translateY(calc(-50% - 2px)) translateX(1px) rotate(-45deg);
	left: auto;
	right: 0;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 2;
	transition: all ease .3s;
}
.services-section .service:hover .image,
.services-section .service:focus .image {
	border-radius: 15px;
}
.services-section .service:hover .image img,
.services-section .service:focus .image img {
	transform: scale(1.1);
}
.services-section .section-link {
	margin-top: 30px;
	text-align: right;
	position: relative;
}
.reviews-section {
	padding: 45px 0;
	background-color: var(--color-3);
}
.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-3) 0%, rgba(245, 245, 245, 0) 86%);
	left: 0;
}
.reviews-section .reviews-wrap:after {
	background: linear-gradient(270deg, var(--color-3) 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: .25;
	transition: all ease .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%);
}
.awards-section {
	padding: 60px 0;
}
.awards-section .owl-awards-nav {
	column-gap: 30px;
}
.awards-section .owl-nav-item {
	font-size: 24px;
	cursor: pointer;
}
.awards-section .awards-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 0;
	border-top: 1px solid #000;
	padding-top: 20px;
	justify-content: space-between;
}
.awards-section .awards-row .content-col {
	flex: 0 1 480px;
}
.awards-section .awards {
	background-color: var(--color-3);
	padding: 50px;
	margin-top: 20px;
}
.awards-section .awards .owl-stage {
	display: flex;
	align-items: center;
}
.awards-section .awards img {
	max-height: 188px;
	width: auto;
}
body.ip .banner-section .image img {
	aspect-ratio: 5 / 1;
	object-position: 50% 50%;
}
body.ip .content-wrap {
	min-height: max(150px, 24vw);
}
.ip-sections .ip-row {
	row-gap: 20px;
	column-gap: 20px;
}
.ip-sections .sidebar-col {
	flex: 0 0 310px;
	position: relative;
	margin-top: 40px;
}
.ip-sections .sidebar-col h3 {
	font-size: 24px;
	border-top: 1px solid #fff;
	padding-top: 10px;
	text-align: center;
}
.ip-sections .sidebar-col .inner {
	position: sticky;
	top: calc(var(--headerHeight) - 0px);
	left: 0;
	right: 0;
}
.ip-sections .sidebar-col .sidebar_content {
	padding: 38px 24px;
	background-color: var(--color-1);
	color: #fff;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme {
	color: var(--color-text);
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .gform_footer {
	margin: 10px 0 0;
	padding: 0;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 10px;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent input {
	margin: 0;
  /* Add if not using autoprefixer */
	-webkit-appearance: none;
  /* Remove most all native input styles */
	appearance: none;
  /* For iOS < 15 */
	background-color: var(--form-background);
  /* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: #fff;
	width: 1.15em;
	height: 1em;
	border: 2px solid #fff;
	border-radius: .15em;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent input::before {
	content: '';
	width: .5em;
	height: .5em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 20ms transform ease-in-out;
  /* Windows High Contrast Mode */
	background-color: #fff;
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent input:checked::before {
	transform: scale(1);
}
.ip-sections .sidebar-col .gform_wrapper.gravity-theme .ginput_container_consent label {
	font-weight: 400;
	font-size: 12px;
}
.ip-sections .sidebar-col .sidebar-menu {
	padding: 38px 24px;
	background-color: var(--color-4);
}
.ip-sections .sidebar-col .sidebar-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.ip-sections .sidebar-col .sidebar-menu .menu li {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.ip-sections .sidebar-col .sidebar-menu .menu a {
	font-weight: 400;
}
.ip-section {
	margin-top: var(--margin_top);
	margin-bottom: var(--margin_bottom);
	padding-top: var(--padding_top);
	padding-bottom: var(--padding_bottom);
}
.layout-content_section .content-section {
	padding: 0;
}
.layout-content_section .content-section .content-row {
	row-gap: 20px;
}
.layout-content_section .content-section .content-col {
	border: none;
	padding: 0;
	flex-basis: calc(60% - 15px);
}
.layout-content_section .content-section .content-col p:last-child {
	margin-bottom: 0;
}
.layout-content_section .content-section .image-col {
	flex-basis: calc(40% - 15px);
}
.layout-content_section .content-section.img-pos-left .content-row {
	flex-direction: row-reverse;
}
.layout-content_section .content-section.img-align-top .content-row {
	align-items: flex-start;
}
.layout-content_section .content-section.img-align-center .content-row {
	align-items: center;
}
.layout-content_section .content-section.img-align-bottom .content-row {
	align-items: flex-end;
}
.layout-content_section .content-section.img-align-stretch .image-col .inner {
	height: 100%;
}
.layout-content_section .content-section.img-align-stretch .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.layout-content_section .content-section.img-align-fill .image-col {
	min-height: 100px;
	position: relative;
}
.layout-content_section .content-section.img-align-fill .image-col .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.layout-content_section .content-section.img-align-fill .image-col .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.layout-services_section {
	padding-left: 40px;
	padding-right: 40px;
	background-color: var(--color-3);
	margin-right: -20px;
}
.layout-services_section .services-section {
	margin: 0;
	padding: 0;
}
.layout-services_section .services-section h2 {
	font-size: 24px;
}
.layout-services_section .services-section .content {
	border: none;
	padding-top: 0;
}
.layout-services_section .services-section .services {
	padding: 0;
	background: none;
}
.layout-services_section .services-section .service {
	flex-basis: calc(33.33% - 20px);
}
.layout-image_section .image-section {
	position: relative;
	margin-right: -20px;
	padding-top: 65px;
	padding-bottom: 65px;
}
.layout-image_section .image {
	width: 65%;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.layout-image_section .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .2;
}
.layout-image_section .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.layout-image_section .content {
	width: 65%;
	background-color: var(--color-3);
	padding: 35px 30px;
	z-index: 2;
	border-radius: 5px;
	margin-left: auto;
	position: relative;
}
.layout-image_section .content p:last-child {
	margin-bottom: 0;
}
.layout-background_section .background-section {
	background-size: cover;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px 35px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.layout-background_section .background-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.63%, rgba(0, 0, 0, 0.62) 96.63%);
	z-index: -1;
}
.layout-background_section .background-section h2 {
	border-top: 1px solid #fff;
	padding-top: 15px;
}
body.disable-sticky-sidebar .ip-sections .sidebar-col .inner {
	position: static;
}
.layout-team_section .members {
	flex-wrap: wrap;
	gap: 50px;
	background-color: var(--color-3);
	padding: 30px 15px;
	margin-right: -20px;
}
.layout-team_section .member {
	flex: 0 1 calc(50% - 25px);
}
.layout-team_section .member .image {
	border-radius: 5px;
	overflow: hidden;
}
.layout-team_section .member .heading-row {
	flex-wrap: wrap;
	column-gap: 20px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding: 15px 0;
}
.layout-team_section .member .heading-row h3 {
	margin-bottom: 0;
	font-size: 19px;
	font-weight: 700;
}
.layout-team_section .member .link {
	margin-top: 20px;
	text-align: center;
}
.team-banner {
	background-size: cover;
	background-position: 50% 50%;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
.team-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 42.79%, rgba(0, 0, 0, 0.2) 93.75%);
	z-index: -1;
}
.team-banner .banner-row {
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 20px;
	align-items: center;
}
.team-banner .banner-row .image-col {
	flex: 1 1 calc(35% - 20px);
}
.team-banner .banner-row .content-col {
	flex: 1 1 calc(65% - 20px);
}
.team-banner h1 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 10px;
}
.team-banner .position {
	font-size: 24px;
	font-weight: 500;
}
.team-banner .contact {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 20px;
}
.team-banner .contact-info {
	display: flex;
	font-size: 20px;
	column-gap: 36px;
	margin-bottom: 12px;
}
.team-banner .contact-info:last-child {
	margin-bottom: 0;
}
.team-banner .contact-info a {
	font-weight: 500;
}
.team-banner .contact-info .icon {
	font-size: 24px;
	flex: 0 0 24px;
}
.team-single {
	margin: 40px 0;
}
.team-single h2 {
	margin: 30px 0 25px;
}
.blog-section {
	margin: 50px 0;
}
.blog-section .blog:nth-child(n) {
	background-color: #fff;
}
.blog-section .blog h2 {
	font-size: 32px;
}
.blog-section .blog .date {
	font-size: 1em;
}
.blog-section .blog .content {
	line-height: 1.6;
}
.blog-section .blog .link {
	margin-top: 20px;
}
.blog-section .blog .link .btn {
	color: #fff;
}
.blog-section .blog {
	border-bottom: 1px solid var(--color-3);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color-1);
	color: #fff;
}
.blog-section .pagination .page-numbers {
	background-color: var(--color-4);
	border-color: #fff;
	color: var(--color-1);
}
.blog-section .pagination .page-numbers:not(:last-child) {
	border-right-width: 3px;
}
.main-section.single .date {
	font-size: 1em;
	margin-bottom: 20px;
}
.main-section.single .wp-block-post-featured-image {
	margin-bottom: 20px;
}
.toggle-item {
	border: 2px solid var(--color-1);
	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 .4s;
}
.toggle-item > .toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	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);
}
.toggle-item h3 {
	margin-bottom: 0;
}
.main-nav .mega-menu-item > a {
	position: relative;
	display: block;
	padding-right: 6px;
}
.main-nav .mega-menu-item > a:before {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 5px;
	left: 100%;
	display: block;
	font-size: 15px;
	transition: all ease .3s;
}
.mega-menu {
	width: 100%;
	color: #fff;
	text-transform: none;
	font-size: 18px;
}
.mega-menu:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -23.08%, rgba(0, 0, 0, 0.34) 100%), #6d1029;
	opacity: 1;
}
.mega-menu .mega-menu-inner {
	padding: 30px 0 50px;
}
.mega-menu .links {
	justify-content: flex-start;
}
.mega-menu .menu-row {
	column-gap: 45px;
	align-items: flex-start;
}
.mega-menu .link-cols {
	flex: 1 1 calc(100% - 330px);
	column-gap: 60px;
}
.mega-menu .links-col {
	flex: 1 1 calc(50% - 30px);
	display: flex;
	flex-direction: column;
}
.mega-menu .links-col .heading {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 800;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.mega-menu .links-col .links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.mega-menu .links-col .all-link {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 25px;
	font-size: 16px;
}
.mega-menu .links-col .all-link a {
	border-bottom: 1px solid #fff;
}
.mega-menu .main-link {
	flex: 0 1 285px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.mega-menu .main-link .image {
	position: relative;
}
.mega-menu .main-link .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.mega-menu .main-link .content {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 15px;
}
.mega-menu .main-link .content .heading {
	font-size: 22px;
	font-weight: 700;
}
.mega-menu .main-link .content .link_heading {
	font-size: 16px;
}
.primary-header .main-nav .mega-menu a {
	color: #fff;
}
.primary-header .main-nav .mega-menu a:hover, .primary-header .main-nav .mega-menu a:focus {
	color: var(--color-4);
}
.primary-header .main-nav .menu li .mega-menu a {
	font-weight: 400;
	padding: 0;
}
.primary-header .main-nav .menu li .mega-menu a:after {
	display: none;
}
.primary-header .main-nav .menu li .mega-menu .all-link a {
	font-weight: 800;
	padding-bottom: 5px;
}
.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% - 2px);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 1;
	transition: all ease .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% - 2px)) translateX(1px) rotate(-45deg);
	left: auto;
	right: 0;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 2;
	transition: all ease .3s;
}
body.scrolled .primary-header .main-nav .menu li .mega-menu a {
	padding: 0;
}
body.scrolled .primary-header .main-nav .menu li .mega-menu .all-link a {
	padding-bottom: 5px;
}
.sidebar_content .gform-theme--framework .gform-field-label,
.form-section .gform-theme--framework .gform-field-label {
	color: #fff;
}
.sidebar_content .gform-theme--framework .gform-field-label a,
.form-section .gform-theme--framework .gform-field-label a{
	color: #fff;
}
.sidebar_content .gform-theme--framework .gform-field-label a:hover,
.sidebar_content .gform-theme--framework .gform-field-label a:focus,
.form-section .gform-theme--framework .gform-field-label a:hover,
.form-section .gform-theme--framework .gform-field-label a:focus{
	color: var(--color-4);
}
.primary-header .main-nav .menu li.menu-item-has-children > a {
	position: relative;
	display: block;
	padding-right: 16px;
}
.main-nav .menu-item-has-children > a:before {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	font-size: 15px;
	transition: all ease .3s;
}
.primary-header .main-nav .menu li.menu-item-has-children .sub-menu a,
.primary-header .main-nav .menu li.menu-item-has-children .sub-menu a:hover {
	padding-bottom: 8px;
}
.primary-header .main-nav  .menu .sub-menu li a {
	padding: 8px;
	text-align: center;
}
.primary-header .main-nav  .menu .sub-menu {
	box-shadow: 0 10px 15px -10px rgba(0,0,0,.25);
}
body.scrolled .primary-header .main-nav .menu .sub-menu li a {
	padding: 8px;
}
.mobile-header .menu > li.menu-item-has-children > a {
	position: relative;
	display: block;
}
.mobile-header .menu > li.menu-item-has-children > a:before {
		content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 15px;
	display: block;
	font-size: 15px;
}
.menu-item-has-children .sub-menu {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -23.08%, rgba(0, 0, 0, 0.34) 100%), #6d1029;
	min-width: 150px;
	text-transform: none;
}
.primary-header .main-nav .sub-menu a {
	color: #fff;
}
.primary-header .main-nav .sub-menu a:hover,
.primary-header .main-nav .sub-menu a:focus {
	color: var(--color-4);
}
.primary-header .main-nav .menu .sub-menu li a {
	font-weight: 400;
}
.sitemap-section {
	margin: 50px 0;
	text-align: center;
}
/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-height: 1080px) {
	.ip-sections .sidebar-col .inner {
		position: static;
	}
}
@media screen and (max-width: 1199px) {
	.primary-header .main-nav .menu {
		font-size: 18px;
	}
	.banner-section h1 {
		font-size: 62px;
	}
	.feature-section .features {
		column-gap: 70px;
	}
	.feature-section .feature:not(:last-child):after {
		left: calc(100% + 35px);
	}
	.form-section .form-row .content-col {
		position: relative;
		padding-right: 50px;
	}
	.form-section .form-row .form-col {
		padding-left: 50px;
	}
	.services-section .services {
		gap: 15px;
		padding: 40px;
	}
	.services-section .service {
		flex-basis: calc(25% - 11.25px);
	}
	.team-banner h1 {
		font-size: 48px;
	}
	.layout-services_section .services-section .service {
		flex-basis: calc(50% - 7.5px);
	}
	.layout-image_section .image-section {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.mega-menu .link-cols,
  .mega-menu .menu-row {
		column-gap: 30px;
	}
	.mega-menu .links-col .links {
		column-gap: 10px;
	}
	.mega-menu {
		font-size: 16px;
	}
	.mega-menu .links-col .heading {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.mega-menu .main-link {
		flex-basis: 250px;
	}
}
@media screen and (max-width: 991px) {
	body {
		margin-top: var(--headerHeight);
	}
	.mobile-logo {
		background-color: #fff;
	}
	.mobile-header .mobile-c2a {
		display: none;
	}
	.mobile-header {
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	}
	.mobile-header .mobile-row {
		justify-content: space-between;
	}
	.mobile-header .logo-col {
		flex-grow: 0;
	}
	.mobile-header .nav-wrap {
		background-color: rgba(255, 255, 255, 0);
		color: var(--color-1);
	}
	.mobile-header .nav-wrap a {
		color: var(--color-1);
	}
	.mobile-header .nav-wrap a:hover,
  .mobile-header .nav-wrap a:focus {
		color: var(--color-2);
	}
	.banner-section .content-wrap {
		padding-top: 30px;
		padding-bottom: 20px;
		gap: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 42.79%, rgba(0, 0, 0, 0.86) 93.75%);
		min-height: 380px;
	}
	.banner-section .content-row {
		justify-content: center;
		row-gap: 10px;
		text-align: center;
		flex-direction: column;
		align-items: center;
	}
	.banner-section h1 {
		font-size: 42px;
		text-shadow: 1px 2px 3px #000;
	}
	.banner-section .btn {
		font-size: 20px;
		padding: 12px 24px;
	}
	.content-section .content-row > .col {
		flex-basis: 100%;
	}
	.feature-section .feature {
		flex-basis: calc(50% - 35px);
	}
	.feature-section .feature:nth-child(even):after {
		display: none;
	}
	.services-section .service {
		flex-basis: calc(33.33% - 10px);
	}
	.reviews-section .reviews-wrap .inner {
		width: 100%;
		position: static;
	}
	.reviews-section .reviews-wrap:before,
  .reviews-section .reviews-wrap:after {
		display: none;
	}
	.form-section .bg-row,
  .form-section .form-section-inner {
		display: none;
	}
	.form-section .mobile-wrap {
		display: block;
	}
	.form-section .mobile-wrap .content {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		position: relative;
		z-index: 1;
		color: #fff;
		padding: 50px 0;
		text-align: center;
	}
	.form-section .mobile-wrap .content:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: rgba(0, 0, 0, 0.5);
	}
	.form-section .mobile-wrap .content h2 {
		font-size: 60px;
	}
	.form-section .mobile-wrap .form {
		background-color: var(--color-1);
		padding: 50px 0;
	}
	.primary-footer .footer-row {
		flex-wrap: wrap;
	}
	.primary-footer .footer-row > .col {
		flex-basis: 100%;
	}
	.primary-footer .footer-row .locations-col {
		justify-content: space-between;
	}
	.primary-footer .location {
		flex-grow: 1;
	}
	.awards-section .awards img {
		max-height: 130px;
	}
	.feature-section .feature .heading br {
		display: none;
	}
	.reviews-section .container {
		padding: 0;
	}
	.reviews-section .owl-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.reviews-section .quotes .quote.open-quote {
		left: 0;
		top: 0;
		transform: none;
	}
	.reviews-section .quotes .quote.close-quote {
		transform: none;
		bottom: auto;
		bottom: 0;
	}
	.team-banner .banner-row > .col {
		flex-basis: 100%;
		text-align: center;
	}
	.team-banner .contact .inner {
		width: fit-content;
		margin: 0 auto;
		text-align: left;
	}
	.ip-sections .ip-row {
		flex-wrap: wrap;
	}
	.ip-sections .ip-row > .col {
		flex-basis: 100%;
	}
	.layout-team_section .members {
		margin-right: 0;
	}
	.ip-sections .sidebar-col .sidebar-menu .menu li {
		text-align: center;
	}
	.layout-image_section .image-section,
  .layout-services_section {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.primary-footer .footer-row .locations-col {
		flex-wrap: wrap;
	}
	.services-section .services {
		gap: 10px;
		padding: 25px;
	}
	.services-section .service {
		flex-basis: calc(50% - 5px);
	}
	.reviews-section .owl-item {
		font-size: 20px;
	}
	.awards-section .awards {
		padding: 15px;
	}
	.awards-section .awards-row {
		justify-content: center;
	}
	.awards-section .awards-row > .col {
		flex-basis: 100%;
	}
	.layout-team_section .member {
		flex-basis: 100%;
		max-width: 425px;
		margin: 0 auto;
	}
	.team-banner h1 {
		font-size: 40px;
	}
    .medialink .image-link {
        flex-basis: 100%;
    }
	.medialink {
		margin: 0;
		font-size: 1.2rem;
		font-weight: bold;
		border-bottom: 1px solid #6d1029;
		padding-bottom: 50px;
		flex: 0 1 calc(100% - 15px);
	}
}
@media screen and (max-width: 549px) {
	.feature-section .feature {
		flex-basis: 100%;
	}
	.feature-section .feature:nth-child(n):after {
		display: none;
	}
	.services-section .service {
		flex-basis: 100%;
	}
	.form-section .mobile-wrap .content h2 {
		font-size: 48px;
	}
	.banner-section h1 {
		font-size: 38px;
	}
	.layout-services_section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.layout-services_section .services-section .service {
		flex-basis: 100%;
	}
	.layout-image_section .image {
		position: relative;
		width: 100%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.layout-image_section .content {
		width: 100%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.layout-background_section .background-section {
		padding: 40px 15px;
	}
	.layout-image_section .content {
		padding: 35px 15px;
	}
}
@media screen and (min-width: 1300px) {
	.container {
		width: 1230px;
	}
}
