div#actionbar {
	display: none;
}


/* replace text to go back after contact form is submitted | 33959647-hc eD */
.page-id-30 #contact-form-30 h3 a {
	font-size: 0;
}

.page-id-30 #contact-form-30 h3 a:after {
	font-size: 32px;
	content: "Return to FAQs.";
	display: inline;
}


/* Landing Page V2 Styles */

.page-id-427.page h1, .page-id-427.page h2, .page-id-427.page h3, .page-id-427.page h4, .page-id-699.page h1, .page-id-699.page h2, .page-id-699.page h3, .page-id-699.page h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.page-id-427.page p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.page-id-427 a, .page-id-699 a {
	color: #1C355E !important;
}

.page-id-699.page .main-header-v2, .page-id-427.page .main-header-v2 {
	display: none;
}

.main-header-v2, #masthead  {
	display: flex;
	align-items: center;
	max-width: none !important;
	background: #1C355E;
	margin: 0;
	padding: 0;
}

.main-header-v2__logo, .site-branding {
	width: 100%;
	max-width: 160px;
	padding: 28px 25px;
}

.site-logo {
	padding: 0;
}

#primary {
	margin-top: 0 !important;
}

.hero-v2 {
	min-height: 65vh;
}

.hero-v2 > .wp-block-cover__inner-container {
	margin-top: 0;
}

.line-pattern {
	position: relative;
	margin-top: -25px;
	max-width: none !important;
	width: 100%;
	height: 50px;
	background: repeating-linear-gradient(
  	20deg,
  	#CE0E2D,
  	#CE0E2D 10px,
  	rgba(255, 255, 255, 0) 10px,
  	rgba(255, 255, 255, 0) 20px
	);
}

.hero-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 55px;
	line-height: 1;
}

.hero-title span {
	display: block;
	position: relative;
}

.page-id-427.page #primary .site-main, .page-id-699.page #primary .site-main {
	padding-top: 0;
}

.page-id-427.page.hide-homepage-title .entry-header, .page-id-699.page.hide-homepage-title .entry-header {
	display: none;
}

.page-id-427.page .site-main > article > .entry-content {
	margin-top: 0;
}

.entry-content .tcaku-spacer-lg {
	height: 60px !important;
}

.main-content-v2__logo {
	max-width: 240px;
}

.faqs-heading, .page-id-699 .entry-title {
	font-size: 26px;
	background: #003DA6 url('https://thecrossingatku.com/wp-content/uploads/2022/12/faq-heading-bg.png') no-repeat right;
		background-size: contain;
	color: #fff;
	padding: 20px 25px;
	text-align: left;
}

.faqs-list #sp-ea-686.sp-easy-accordion>.sp-ea-single {
	background: #DCE3EB;
	border-radius: 0;
	margin-bottom: 18px;
}

.faqs-list #sp-ea-686.sp-easy-accordion>.sp-ea-single>.ea-header a {
	color: #1C355E;
}

.faqs-list #sp-ea-686.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
	color: #1C355E;
}

.faqs-list #sp-ea-686.sp-easy-accordion>.sp-ea-single {
	border: none;
}

/* Contact Page V2 Styles */

.page-id-699 .entry-content {
	margin-top: 0 !important;
}

.page-id-699 .contact-form label {
	font-size: 15px;
}

.page-id-699 .contact-form input, .page-id-699 .contact-form textarea {
	font-size: 15px;
	border-color: #d3dde6;
	padding: 16px;
}

.page-id-699 .contact-form input {
	height: 52px;
}

.page-id-699 .contact-form button[type=submit] {
	outline: none;
}

.page-id-699 .contact-form button[type=submit]:hover, .page-id-699 .contact-form button[type=submit]:focus {
	background: #004298;
}

.page-id-699 .contact-form button[type=submit]:before, .page-id-699 .contact-form button[type=submit]:after {
	content: none;
}

@media (max-width: 560px) {
	.main-header-v2, .line-pattern {
		margin-left: -16px !important;
		margin-right: -16px !important;
	}
	
	.line-pattern {
		width: calc(100% + 32px);
	}
}

@media (min-width: 640px) {
	#masthead {
		position: relative !important;
	}
}

@media (min-width: 768px) {
	
	.main-header-v2__logo, .site-branding {
		max-width: 210px;
	}
	
	.main-header-v2:before, #masthead:before {
		content: '';
    display: inline-block;
    width: 163px;
    height: 163px;
    background: url('https://thecrossingatku.com/wp-content/uploads/2022/12/header-pattern.png') no-repeat center;
    background-size: contain;
    margin-right: 20px;
	}
	
	.main-header-v2 a {
		align-self: center;
	}
	
	.hero-title {
		font-size: 90px;
	}
	
	.hero-title__word-1 {
		right: -130px;
	}

	.hero-title__word-2 {
		left: -160px;
	}

	.hero-title__word-3 {
		right: 10px;
	}
	
	.line-pattern {
		margin-top: -28px;
		height: 56px;
	}
	
	.faqs-heading, .page-id-699 .entry-title {
		font-size: 31px;
		padding: 30px 25px;
	}
}