/*
Theme Name: Genesis Block Theme Child
Template: genesis-block-theme
Version: 1.0.0
*/

/*Basic Styles*/
#primary {
	max-width: 100%;
	width: 100%;
}

body, p, a {
	font-size: 16px;
	font-family: "Roboto Flex", sans-serif;
}

#page p {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.6;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #003169;
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Barlow Semi Condensed", sans-serif !important;
	font-weight: 500; 
}

h1, .h1,
.entry-header .entry-title, .editor-post-title__input {
	font-family: "Barlow Semi Condensed", sans-serif !important;
	font-size: 42px;
	font-weight: 200;
}

h2, .h2 {
	font-size: 38px;
	color: #003169;
	margin-bottom: 20px;
}

h3, .h3 {
	font-size: 26px;
}

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 22px;
}

h6, .h6 {
	font-size: 20px;
}

.btn {
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 30px;
	border: 0;
	transition: all 0.3s ease-in-out
}

.btn-primary {
	background: #70BF01;
	color: #003169;
}

.btn-primary:hover,
.btn-check:focus + .btn-primary, .btn-primary:focus {
	background: #003169;
	color: #003169;
}

.btn-secondary {
	background: #003169;
}

.btn-secondary:hover,
.btn-secondary:focus{
	background: #70BF01;
}

.btn-tertriary {
	background: #fff;
	color: #003169;
	border: 2px solid #003169;
}

.btn-tertriary:hover,
.btn-tertriary:focus{
	background: #003169;
	color: #fff;
}
.panel {
	background: #fff;
	box-shadow: 0px 6px 6px rgba(0,0,0,.3);
	padding: 40px;
	transition: all 0.3s ease-in-out;
}

a:has(.panel) {
	font-weight: 400;
}

a:hover:has(.panel) {
	color: #003169;
}

a:hover .panel {
	box-shadow: 0px 3px 3px rgba(0,0,0,.2);
}

.entry-content ul,
.site-content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.entry-content li,
.site-content li {
	line-height: 1.6;
	margin-bottom: 5px;
	margin-left: 30px;
	position: relative;
}

.entry-content ul li:before,
.site-content ul li:before {
	content: url('/wp-content/uploads/circle-check-regular-green.svg');
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	margin-left: -30px;
}

.accordion-button {
	font-size: 20px;
	background: #70BF01;
	color: #003169;
	padding: 10px 15px;
	font-weight: 500;
}

.accordion-button:hover,
.accordion-button:not(.collapsed){
	background: #003169;
	color: #fff;
	box-shadow: none;
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003169'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after,
.accordion-button:hover::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*Header*/
body {
	overflow-x: visible;
}

.site-header {
	background: #003169;
	box-shadow: 0px 5px 5px rgba( 0,0,0, .3);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 50;
	display: block;
}

.site-identity {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: space-between;
}

header .custom-logo {
	max-width: 230px;
	margin-bottom: -100px;
}

.site-title-wrap {
	max-width: 20%;
}

.top-navigation-right {
	max-width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.location-text {
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	line-height: 1;
	font-weight: 500;

	margin-bottom: 10px;
}

.location-text img {
	margin-right: -4px;
	opacity: .6
}

.main-navigation ul li {
	padding: 0 9px;
}

.main-navigation li a {
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	font-size: 14px;
}

.main-navigation li a:hover {
	color: #70BF01;
}

.main-navigation ul li.current-menu-item a {
	color: #fff;
}

.main-navigation .sub-menu, .main-navigation .children {
	line-height: 1;
	padding-left: 0;
	width: 210px;
}

.main-navigation li:hover .sub-menu {
	/*left: -58px;*/
	background: #fff;
	box-shadow: 3px 3px 13px rgba(0,0,0,.2);
}

.main-navigation li:hover .sub-menu:before {
	border-bottom: 8px solid #fff;
}

.main-navigation li ul a, .main-navigation li ul li a {
	padding: 10px;
	font-size: 14px;
	color: #003169;
}

.main-navigation li ul a:hover, .main-navigation li ul li a:hover {
	background: #003169;
}

.header-ctas-wrapper {
	text-align: right;
}

.header-ctas-wrapper .btn {
	margin-top: 10px;
}

.header-ctas-wrapper .btn:not(:last-of-type) {
	margin-right: 20px;
}

.header-phone-cta {
	border: 2px solid #fff;
}

.header-phone-cta:hover {
	border: 2px solid #fff;
}

.header-phone-cta:hover svg {
	fill: #fff;
}

.header-phone-cta,
.header-book-cta {
	display: inline-flex;
	align-items: center;
	width: auto;
}

.header-phone-cta svg {
	fill: #003169;
	display: inline;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	animation-name: ring;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes ring {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}

.header-book-cta {
	border: 2px solid #fff;
}

.header-book-cta:hover {
	border: 2px solid #70BF01;
	background: #70BF01;
}

.header-book-cta svg {
	fill: #fff;
	display: inline;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

/*Contact Forms*/
#page .wpcf7-form p {
	font-size: 16px;
	margin-bottom: 0;
}

input {
	width: 100%;
	max-width: 100%;
}

::placeholder {
	font-size: 16px;
	opacity: 1;
	color: #63707c;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="tel"], input[type="time"], input[type="month"], input[type="tel"], textarea, select, .select2-container .select2-selection--single {
	padding: 10px;
	margin-bottom: 10px !important;
	width: 100%;
}

textarea {
	height: 150px;
	margin-bottom: 0;
}

input[type="submit"] {
	background-color: #70BF01 !important;
	font-size: 18px !important;
	transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
	background-color: #003169 !important;
}

.panel.blue-bg {
	background: #003169;
	color: #70BF01;
	border-radius: 30px 0;
}

.panel.blue-bg a {
	color: #fff;
	border-bottom: 2px solid #fff;
	transition: all 0.2s ease-in-out;
	font-weight: 400;
}

.panel.blue-bg a:hover {
	border-bottom: 0;
}

#main .contact-form input[type="text"], #main .contact-form input[type="email"] {
	margin-bottom: 10px;;
}

/*Header - MOBILE */
@media screen and (max-width: 1000px) {
	.top-navigation .container {
		padding: 0;
		margin: 0;
		max-width: 100%;
	}
	.site-identity {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.site-title-wrap {
		max-width: 50%;
		margin-left: 0px;
	}
	.custom-logo-link img {
		margin-left: 0;
	}
	.mobile-navigation {
		background-color: none !important;
		background: transparent !important;
		text-align: right;
		width: auto;
		align-self: center;
		margin-right: 0px;
		position: relative;
	}
	.mobile-navigation.toggle-active + .drawer-wrap {
		position: absolute !important;
		display: block;
		width: 100%;
		top: 100%;
		left: 0;
		z-index: 99999;
	}
	.drawer-menu-explore {
		padding: 0;
		background: #fff;
	}
	.drawer .drawer-navigation ul li {
				border-bottom: 1px solid rgba(0, 49, 105, .2);
		max-width: 100%;
	}
	.drawer .drawer-navigation ul li a {
		padding: 10px;
		color: #003169;

		width: 80%;
	}
	.drawer .drawer-navigation ul li a:hover,
		.drawer .menu-item-has-children .toggle-sub:hover {
		color: #003169;
	}
	.drawer .menu-item-has-children .toggle-sub {
		width: 20%;
		background: none;
		color: #003169;
		text-align: right;
		right: 20px;
		padding: 5px 0 0 0;
		font-size: 26px;
		box-shadow: none;
	}
	.drawer .drawer-navigation .sub-menu, .drawer .drawer-navigation .children {
		margin: 0;
	}
	.drawer .drawer-navigation .sub-menu li {
		padding-left: 30px;
	}
	.drawer .drawer-navigation .sub-menu li a {
		padding: 10px 0;
		font-weight: 300;
		width: 100%;
	}
}

@media screen and (max-width: 567px) {
	.custom-logo-link img {
		width: 100px;
	}
}
/*Homepage*/
.home .site-content {
	padding: 0;
}

.hero {
	background: black;
	overflow: hidden;
	position: relative;
}

.hero h1 {
	margin-bottom: 0;
	line-height: 1;
	font-size: 20px;
	color: #70BF01;
	text-shadow: 0px 0px 3px #003169;
	text-transform: uppercase;
	font-weight: 600;
}

.hero video {
  opacity: .6;
}

.hero-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	text-align: center;
	top: 20%;
	width: 100%;
	padding: 0 20px;
}

.hero-heading { 
	font-family: "Barlow Semi Condensed", sans-serif;
	color: #fff;
	font-size: 54px;
	line-height: 1.3;
	font-weight: 600;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, .6);
	margin-bottom: 15px;
}

.hero-details {
	color: #fff;
	margin-bottom: 40px;
}

.hero-details span {
	background: #fff;
	color: #003169;
	font-weight: 600;
	padding: 2px 5px;
	text-transform: uppercase;
}

.hero .btn-primary, 
.btn-primary.blue-bg-btn {
	border: 2px solid #70BF01;
	color: #003169;
}

.hero .btn-primary:hover,
.btn-primary.blue-bg-btn:hover {
	border: 2px solid #fff;
	color: #fff;
}

.hero .btn-tertriary:hover {
	border: 2px solid #fff;
}

.hero-ctas {
	margin-top: -150px;
	position: relative;
}

.hero-ctas .panel {
	padding: 0 0 40px;
}

.hero-cta-heading {
	color: #003169;
	font-family: "Barlow Semi Condensed";
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #70BF01;
	padding-bottom: 10px;
	margin: 10px 20px;
}

.hero-cta-details {
	line-height: 1.3;
	color: #232323;
	margin: 20px 20px 30px;
}

.hero-ctas .panel:hover .btn-primary {
	background: #003169;
	color: #fff;
}

.hero-ctas .panel img {
	background: #fff;
	padding: 5px;
	transition: all 0.3s ease-in-out;
}

.hero-ctas .panel:hover img {
	opacity: .8;
}

.top-specialties {
	margin-bottom: 0px;
}

.top-specialties {
	border: 2px solid #70bf01;
	border-radius: 0 30px;
	padding: 20px;
}

.top-specialties h2 {
	margin-bottom: 20px;
	font-size: 36px;
}

.top-specialties img {
	border-radius: 0 30px;
}

.top-specialties li {
	font-size: 20px;
	line-height: 1.4;
}

.wave-container {
	margin-bottom: -2px;
}

.testimonials {
	background: #003169;
	padding: 0 0 130px;
	position: relative;
}

.testimonials h2 {
	color: #fff;
	position: relative;
}

.testimonials p {
	color: #fff;
}

.testimonials h2::after {
	content: "";
	background: #FFA500;
	display: block;
	width: 200px;
	height: 4px;
	margin: 15px auto;
}

.glide__slide {
	text-align: center;
	padding: 20px 50px 30px;
	height: auto;
	background: #fff;
	border-radius: 20px;
	color: #003169;
	text-align: left;
}

.glide__slide:before {
	background-image: url('/wp-content/uploads/5_stars-orange.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 155px; 
	height: 30px;
	margin: 0 auto 20px auto;
	content:"";
}

.glide__arrow,
.glide__arrow:active,
.glide__arrow:focus {
	color: #003169;
	border: 0;
	box-shadow: none;
	font-size: 60px;
	font-weight: 300;
}

.glide__arrow:hover {
	color: #003169;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: .6;
}

.glide__arrow--left {
	left: 0;
}

.glide__arrow--right {
	right: 0;
}

.testimonials-decoration-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	letter-spacing: .5rem;
	font-size: calc(20px + (106 - 14) * ((100vw - 300px) / (1600 - 300)));
	opacity: .2;
	line-height: .8;
}

.book-cta-bar {
	background: #9bbfe8;
	padding: 30px 10px;
}

.book-cta-bar .btn {
	margin-top: 10px;
}

.bottom-image {
	width: 100%;
}

.site-footer {
	padding: 0;
	background: #fff;
	display: flex;
}

.footer-widgets {
	margin-bottom: 30px;
}

.footer-widgets .footer-column {
	padding-top: 50px;
	width: auto;
}

.footer-widgets .footer-column .widget-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #70BF01;
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

.footer-widgets .footer-column ul {
	padding-left: 0;
}

.footer-column:first-of-type {
	max-width: 200px;
}

.footer-widgets .footer-column a:not(.btn) {
	color: #003169;
	font-weight: 400;
}

.phone-icon,
.location-icon,
.email-icon {
	padding-left: 25px;
	position: relative;
	display: flex;
}

.phone-icon:before,
.location-icon:before,
.email-icon:before {
	position: absolute;
	content:"";
	background: url('/wp-content/uploads/phone-solid.svg') no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 3px;
}

.phone-icon:before {
	background: url('/wp-content/uploads/phone-solid.svg');
}

.location-icon:before {
	background: url('/wp-content/uploads/location-arrow-solid.svg');
}

.email-icon:before {
	background: url('/wp-content/uploads/envelope-solid.svg');
}

.footer-bottom {
	background: #232323;
	color: #fff;
	padding: 20px;
	font-size: 12px;
	position: relative;
	bottom: 0;
	line-height: 1;
}

.footer-bottom a {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

.footer-tagline {
	width: 100%;
	margin: 0;
}

/*Internal Pages*/
.page-header svg {
	width: 100%;
	opacity: .25;
}

body:not(.home) #page {
	padding-top: 0;
	margin-top: calc(100vw * -250 / 1600);
}
.entry-header h1 {
	padding: 20px 0;
}

.entry-header h1:after {
	content: "";
	width: 70px;
	height: 5px;
	background: #70BF01;
	position: absolute;
	left: 0;
	bottom: 0;
}

.top-internal-content {
	margin-bottom: 50PX;
}

.top-internal-content img {
	border-radius: 0 30px; 
	width: 100%;
}

.blue-sidebar {
	background: #003169;
	color: #fff;
	padding: 50px 30px;
	border-radius: 30px 0;
	box-shadow: 8px 8px 0px #70Bf01;
}

#page .blue-sidebar p {
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.5;
}

#page .blue-sidebar h3 {
	margin-bottom: 20px;
}

#page .blue-sidebar .btn {
	margin: 0 auto;
	display: block;
	max-width: 170px;
}


#page .btn-primary:hover {
	color: #fff;
}

.services-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services-list div {
	text-align: center;
}

.service-item {
	position: relative;
	background: #000;
	margin-bottom: 20px;
}

.service-item img {
  object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-item span {
	line-height: 1 !important;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	width: 100%;
	margin: 0 !important;
	transform: translate(-50%);
	display: inline;
	color: #fff;
	font-family: "Barlow Semi Condensed", sans-serif !important;
	font-weight: 500;
	height: 40px;
	background: #003169;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-row div {
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	margin: 0 0 50px 0;
	padding: 30px;
}

@media screen and (max-width: 1024px) {
		.review-row {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width:639px) {
	.review-row {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}


/*Media Queries*/

@media screen and (max-width: 991px) {
	.custom-logo-link img {
		max-width: 130px;
		margin-bottom: 0;
	}
	.mobile-icons-wrapper {
		display: flex;
		align-items: center;
	}
	.menu-toggle i {
		width: 40px;
		font-size: 30px;
		font-size: 38px;
		line-height: 1.1;
	}
	.phone-icon-mobile {
		padding-right: 10px;
	}
	.hero-heading {
		font-size: 38px;
		line-height: 1.1;
	}
	.hero-ctas {
		margin-top: 50px;
	}
	.testimonials {
		padding: 0 0 100px;
	}
	.footer-widgets .footer-column {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.phone-icon,
	.location-icon,
	.email-icon {
		display: inline;
	}
	.phone-icon:before,
	.location-icon:before,
	.email-icon:before {
		top: 0;
	}
	.footer-widgets .footer-column {
		padding: 0;
	}
	.entry-header h1.entry-title {
		padding:  0 0 20px 0;
	}
	.page-template-template-internal-page .top-internal-content {
		margin-top: 15px;
	}
	.top-internal-content img {
		margin-bottom: 30px;
	}
	.services-list div {
			flex: 0 1 48%;
	}
}

@media screen and (max-width: 767px) {
	.hero-mobile {
		width: 100%;
		background: black; 
		opacity: .6;
	}
	.services-list div {
		flex: 0 1 48%;
	}
}

@media screen and (max-width: 567px) {
	.custom-logo-link img {
		margin-left: 0;
		margin-bottom: 0;
		max-width: 100px;
		transition: all 0.3s ease-in-out;
	}
	.custom-sticky .custom-logo-link img {
		max-width: 75px;
	}
	.site-identity {
		transition: all 0.3s ease-in-out;
	}
	.custom-sticky .site-identity {
		padding: 0;
	}
	.hero-content {
		top: 10%;
	}
	.hero h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.hero-heading {
		font-size: 28px;
	}
	.hero video {
		width: 200%;
		height: auto;
	}
	.hero-details {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.hero-details span {
		display: inline-block;
		padding: 0 3px;
	}
	.hero .btn {
		margin-top: 15px;
	}
	.hero-ctas {
		margin-top: 30px;
	}
	.testimonials {
		padding: 0 0 50px;
	}
	.testimonials-decoration-text {
		width: 100%;
		font-size: 22px;
	}
	.services-list div {
		flex: 0 1 100%;
	}
}

@media screen and (min-width: 992px) {
	.custom-logo,
	.location-text,
	.header-ctas-wrapper {
		transition: all 0.3s ease-in-out;
	}
	header .custom-sticky .custom-logo {
		max-width: 120px;
    margin-bottom: 0;
	}
	header .custom-sticky .location-text {
		display: none;
	}
	header .custom-sticky .header-ctas-wrapper {
		margin-top: 10px;
	}
	.main-navigation ul li.current-menu-item ul a:hover, .main-navigation ul li.current-page-item ul a:hover,
	.main-navigation ul .sub-menu li.current-menu-item a:hover, .main-navigation ul .sub-menu li.current-page-item a:hover,
	.main-navigation a:hover, .main-navigation ul > li.current-menu-item a, .main-navigation ul > li.current-page-item a {
		color: #fff !important;
	}
	.main-navigation ul li.current-menu-item ul a, .main-navigation ul li.current-page-item ul a,
	.main-navigation ul .sub-menu li.current-menu-item a, .main-navigation ul .sub-menu li.current-page-item a {
		color: #003169 !important;
	}
	.services-list div {
			flex: 0 1 24%;
	}
}


#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
	bottom: 20px !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	border-radius: 0 15px 15px 0;
}