/*
Theme Name: Harvey
Description: Warm Thoughts Theme
Version: 2.0
Template Author: Josh Hong
Site Author: Jake Woodbury
*/


/* Root
====================================*/
:root {
	--default: #3f4650; /*Font*/
	--primo: #0074bb;
	--secondo: #54aee4;
	--terzo: #eef6fb;
	--quarto: #003d78;
	--ffamily: 'Lato', sans-serif;
}


/* Global Styles
====================================*/

html, body {
	overflow-x: hidden;
}

body {
	color: var(--default);
	font-family: var(--ffamily);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-bottom: 1rem;
}
h1, .h1 {
	color: var(--primo);
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
}
h2, .h2 {
	color: var(--default);
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
}
h3, .h3 {
	color: var(--secondo);
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
}
h4, .h4 {
	color: var(--secondo);
	font-size: 24px;
	font-weight: 700;
}
h5, .h5 {
	color: var(--primo);
	font-size: 22px;
	font-weight: 700;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 2px solid var(--primo);
	margin-top: 0;
}
mark {
	padding: 0;
}
ul li,
ol li {
	padding: 0.5rem 0;
}

blockquote {
	border-left: 5px solid var(--secondo);
	margin: 1rem 0;
	padding: 2rem 2rem 1rem 2rem;
	position: relative;
}
blockquote p {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
blockquote p:before {
	content: '\f10d';
	font-family: "FontAwesome";
	color: var(--primo);
	font-size: 7em;
	opacity: .2;
	position: absolute;
	margin-left: -20px;
}

.alignleft {
	float: left;
	margin: 0 2rem 2rem 0;
}
.alignright {
	float: right;
	margin: 0 0 2rem 2rem;
}
.aligncenter {
	display: block;
	margin: auto;
}

.small-text {
	font-size: 12px;
}
.med-text {
	font-size: 24px;
	line-height: 34px;
}
.large-text {
	font-size: 32px;
	line-height: 42px;
}
.super-large-text {
	font-size: 40px;
	line-height: 50px;
}
.bomb-large-text {
	font-size: 50px;
	line-height: 60px;
}
.extra-large-text {
	font-size: 60px;
	line-height: 70px;
}

.text-shadow {
	text-shadow: 1px 1px 3px #333;
}

.color-default { color: var(--default); }
.color-primo { color: var(--primo); }
.color-secondo { color: var(--secondo); }
.color-terzo { color: var(--terzo); }
.color-quarto { color: var(--quarto); }
.black { color: #333; }
.white, .white a { color: #fff !important;}

.bg-default { background-color: var(--default); }
.bg-primo { background-color: var(--primo); }
.bg-secondo { background-color: var(--secondo); }
.bg-terzo { background-color: var(--terzo); }
.bg-quarto { background-color: var(--quarto); }
.bg-gray { background-color: #f0f0f0; }
.bg-white { background-color: #fff; }


/* Image Overlay
==================*/

.img-overlay {
	position: relative;
}
[class^="img-overlay-"] {
	position: absolute;
}
.img-overlay-full {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.img-overlay-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.img-overlay-center-left {
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
}
.img-overlay-center-right {
	top: 50%;
	right: 10%;
	transform: translate(0%, -50%);
}
.img-overlay-top-center {
	top: 0;
	left: 0;
	right: 0;
}
.img-overlay-top-left {
	top: 0;
	left: 10%;
}
.img-overlay-top-right {
	top: 0;
	right: 10%;
}
.img-overlay-bottom-center {
	bottom: 5%;
	left: 0;
	right: 0;
}
.img-overlay-bottom-left {
	bottom: 5%;
	left: 10%;
}
.img-overlay-bottom-right {
	bottom: 5%;
	right: 10%;
}

/* Buttons
==================*/

.btn {
	border: none;
	border-radius: 0;
	font-weight: 700;
	padding: 8px 20px 8px 20px;
	text-shadow: none;
	text-transform: uppercase;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	font-size: 15px;
}
.btn-primo,
.btn-secondo,
.btn-terzo,
.btn-quarto {
	border-radius: var(--bs-border-radius);
}
.btn-primo {
	background-color: var(--primo);
	color: #fff !important;
	min-width: 130px;
}
.btn-primo:hover, .btn-primo:active, .btn-primo:focus {
	background-color: #1983c5;
	color: #fff !important;
}
.btn-secondo {
	background-color: #00659e;
	color: #fff !important;
	min-width: 130px;
}
.btn-secondo:hover, .btn-secondo:active, .btn-secondo:focus {
	background-color: #0f77b5;
	color: #fff !important;
}
.btn-secondo.edac-highlight-element-selected,
.btn-secondo.edac-highlight-element-selected:hover,
.btn-secondo.edac-highlight-element-selected:focus,
.btn-secondo.edac-highlight-element-selected:active {
	background-color: #0f77b5 !important;
	color: #fff !important;
}
.btn-terzo {
	background-color: var(--terzo);
	color:  var(--quarto) !important;
}
.btn-terzo:hover, .btn-terzo:active, .btn-terzo:focus {
	background-color: #d6e8f3;
	color:  var(--quarto) !important;
}
.btn-quarto {
	background-color: var(--quarto);
	color: #fff !important;
	min-width: 130px;
}
.btn-quarto:hover, .btn-quarto:active, .btn-quarto:focus {
	background-color: #0c4f92;
	color: #fff !important;
}


/* Zip Input
==================*/

.zipinput {
	border: 1px solid #585858;
	box-shadow: none;
	color: #585858;
	max-width: 180px;
	padding: 6px 10px;
	outline: none;
	text-align: center;
}
.zipinput::placeholder {
	color: #585858;
}


/* Breadcrumbs
====================================*/

.breadcrumbs a {
	color: var(--quarto) !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.breadcrumbs {
	color: #4a4a4a;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
	color: #002f5e !important;
	text-decoration-thickness: 2px;
}

.breadcrumbs a:focus-visible {
	outline: 2px solid #002f5e;
	outline-offset: 2px;
}


/* Header
====================================*/

header a {
	text-decoration: none;
}
header .logo {
	display: block;
	margin: auto;
}


/* Content
====================================*/

.content a {
	color: #0033ff;
}
.content h3,
.content .h3 {
	color: var(--primo);
}
.content h4,
.content .h4 {
	color: var(--primo);
}
.content ul li {
	padding-left: 0.5rem;
}
.content ul li::marker {
	content: "\f7e4";
	color: var(--primo);
	font: var(--fa-font-solid);
}

.content img {
	display: block;
	margin: 0 auto 1rem auto;
}

.copyright-symbol {
	font-size: 0.48em;
	line-height: 0;
	vertical-align: super;
}

.content h1 sup,
.content h2 sup,
.content h3 sup,
.content .h1 sup,
.content .h2 sup,
.content .h3 sup {
	font-size: 0.52em;
	line-height: 0;
	vertical-align: super;
}


/* Footer
====================================*/

footer a {
	text-decoration: none;
}


/* Pagination
====================================*/

.pagination {
	margin: 3rem 0;
}
.page-numbers {
	border: 1px solid var(--secondo);
	padding: 5px 10px;
	text-decoration: none;
}


/* Post
====================================*/

.post {
	padding-bottom: 3rem;
}
.post img {
	display: inline-block;
}


/* Responsive CSS
====================================*/

@media (width < 576px) {
	h1, .h1 {
		font-size: 32px;
		line-height: 42px;
	}
	h2, .h2 {
		font-size: 26px;
		line-height: 36px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.super-large-text {
		font-size: 36px;
		line-height: 46px;
	}
	.bomb-large-text {
		font-size: 40px;
		line-height: 50px;
	}
	.extra-large-text {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (min-width: 576px) {
	.post img {
		float: right;
		margin-left: 1rem;
	}
}

@media (min-width: 768px) {
	.li-cols-2,
	.li-cols-3 {
		columns: 2;
		column-gap: 40px;
	}
}

@media (width < 992px) {
	.alignright, .alignleft {
		display: block;
		float: none;
		margin: 0 auto 1rem auto;
	}
}

@media (max-width: 991.98px) {
	.content img.alignleft,
	.content img.alignright,
	.content .alignleft,
	.content .alignright {
		display: block !important;
		float: none !important;
		margin: 0 auto 1rem auto !important;
	}

	.content h3,
	.content .h3 {
		clear: both;
		margin-top: 1.25rem;
	}

	.content p + h3,
	.content p + .h3 {
		margin-top: 1.5rem;
	}


	.row.align-items-center.my-5.py-4 {
		align-items: flex-start !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
}

@media (min-width: 1200px) {
	.li-cols-3 {
		columns: 3;
		column-gap: 40px;
	}
}


/* Custom Styles
====================================*/


#menu-topnav {
	padding:0px;
}

/* Keep top header actions readable on narrow screens. */
@media (width < 1200px) {
	header .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#menu-topnav {
		--menu-gap: 0.45rem;
		box-sizing: border-box;
		display: grid;
		gap: var(--menu-gap);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		list-style: none;
		max-width: 100%;
		padding: 0;
		width: calc(100% - 1rem);
	}

	#menu-topnav > li {
		float: none;
		max-width: none;
		min-width: 0;
		padding: 0;
		width: 100%;
	}

	#menu-topnav > li:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		justify-self: center;
		width: calc((100% - var(--menu-gap)) / 2);
	}

	#menu-topnav > li > a {
		display: flex;
		align-items: center;
		box-sizing: border-box;
		justify-content: center;
		font-size: 0.95rem;
		line-height: 1.2;
		min-height: 28px;
		min-width: 0;
		overflow-wrap: anywhere;
		padding: 0.08rem 0.65rem;
		text-align: center;
		white-space: normal;
		width: 100%;
	}
}

@media (width < 576px) {
	#menu-topnav {
		--menu-gap: 0.35rem;
		/* width: calc(100% - 0.7rem); */
	}

	#menu-topnav > li {
		max-width: none;
		font-size: 16px;
	}

	#menu-topnav > li > a {
		font-size: 0.85rem;
		padding: 0.08rem 0.4rem;
	}
}

.differentiator-section,
.cta-section {
	background-color: #243746;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*margin: 4rem 0;*/
	margin-bottom: 2rem;
	min-height: 420px;
	position: relative;
}


.differentiator-section .img-overlay-full,
.cta-section .img-overlay-full {
	position: absolute;
}

.differentiator-panel,
.cta-panel {
	background: linear-gradient(180deg, rgb(17 120 194 / 95%), rgb(4 77 141 / 95%));
	box-shadow: 0 22px 46px rgb(2 30 56 / 36%);
	max-width: 640px;
}


.bg-inner-banner {
	/*background-color: #2c3944;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	position: relative;
}

.bg-inner-banner::before {
	background: rgb(16 30 44 / 25%);
	content: "";
	inset: 0;
	position: absolute;
}

.bg-inner-banner .img-overlay-full {
	position: absolute;
}

.service-plan-table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

.service-plan-table th,
.service-plan-table td {
	padding: 1rem;
	vertical-align: top;
}

  .team-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
  }







.layout-container-wide {
	max-width: 1540px;
}

.text-limit-md {
	max-width: 1000px;
}

.text-limit-lg {
	max-width: 1180px;
}

.section-hero {
	background-color: var(--quarto);
}

.section-hero-image {
	display: block;
	height: 350px;
	object-fit: cover;
	object-position: center center;
}

.section-hero-overlay {
	background: rgb(0 98 166 / 14%);
}



.section-hero p {
	font-size: 18px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}

.section-hero-arrow {
	font-size: 56px;
	position: absolute;
	right: 3.5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.btn-terzo-invert {
	background-color: var(--terzo);
	color: var(--primo) !important;
	font-size: 13px;
	min-width: 130px;
}

.btn-terzo-invert:hover,
.btn-terzo-invert:active,
.btn-terzo-invert:focus {
	background-color: color-mix(in srgb, var(--terzo) 84%, #fff 16%);
	color: var(--primo) !important;
}

.section-overview {
	background: #fff url("images/bg-fingerprint.jpg") center 150px / 940px auto no-repeat;
}

.section-overview p,
.section-community-band p,
.section-about-band p {
	font-size: 18px;
	line-height: 28px;
}

.section-feature-row {
	margin-top: 80px;
	
}

.section-feature-row-alt {
	margin-top: 95px;
}

@media (max-width: 991.98px) {
	.section-feature-row,
	.section-feature-row-alt {
		margin-top: 2.5rem;
	}
}

@media (max-width: 575.98px) {
	.section-hero-image {
		height: 430px;
	}

	.section-hero .container {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem;
	}

	.section-hero p {
		font-size: 16px;
		line-height: 23px;
	}
}

.media-frame-wide {
	height: 320px;
	object-fit: cover;
}

.section-about-band {
	background: #1d75b8 url("images/bg-home-about.jpg") center center / cover no-repeat;
	min-height: 390px;
}

.panel-brand {
	background: linear-gradient(180deg, rgb(0 119 190 / 96%), rgb(0 58 109 / 96%));
	max-width: 610px;
}

.section-community-band {
	background: #fff url("images/bg-home-vortex.png") center -150px / contain no-repeat;
	min-height: 520px;
}

.community-message-band {
	background-color: #1f4f86;
	background-image: url("images/bg-message-gradient.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.community-message-band {
		background-image: none;
	}
}

.media-frame-tall {
	height: 360px;
	object-fit: cover;
}

footer {
	background-color: #4d5d68;
	overflow: hidden;
	position: relative;
}

footer::before {
	background: url("images/bg-fingerprint.jpg") right center / 620px auto no-repeat;
	content: "";
	inset: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
}

footer .container {
	position: relative;
	z-index: 1;
}

.footer-logo {
	max-width: 280px;
}

.footer-links li {
	line-height: 20px;
	list-style: none;
	padding: 0.1rem 0;
}

.footer-links li::marker,
.footer-links li::before {
	content: none !important;
	display: none !important;
}

.footer-links a {
	color: #fff;
	font-size: 15px;
	opacity: 0.95;
}

.footer-links a:hover {
	opacity: 1;
}

.footer-bottom {
	margin-top: 75px;
}

.social-icon-box {
	background-color: rgb(255 255 255 / 78%);
	color: #4d5d68;
	height: 34px;
	width: 34px;
}

.social-icon-box:hover {
	background-color: #fff;
	color: #4d5d68;
}

.harveys-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
  }

  .harveys-form-col {
    min-width: 0;
  }

  @media (max-width: 768px) {
    .harveys-form-layout {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }

.list-icon .wp-block-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 95px;
    height: 95px;
    border-radius: 50%;
    background: #144575;
}




 

/* Custom Styles Responsive CSS
====================================*/

/*These styles will overwrite any CSS above. 
	For normal use, there is no need to specify a Media Query for less then 576px as the CSS above will cover that.
	There should not be much need of Media queries past these default bootstrap breakpoints unless the theme requires something unique.*/
@media (width > 576px) {
	.section-hero-image {
		height: 430px;
	}
}

@media (width > 768px) {
	.differentiator-section {
		min-height: 520px;
	}
	.cta-section {
		min-height: 520px;
	}

	.bg-inner-banner {
		min-height: 310px;
	}


/* Force accessible breadcrumb contrast across all page contexts and link states. */
body .breadcrumbs a,
body .content .breadcrumbs a,
body .breadcrumbs a:visited {
	color: #003d78 !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body .breadcrumbs a:hover,
body .breadcrumbs a:focus,
body .breadcrumbs a:focus-visible,
body .content .breadcrumbs a:hover,
body .content .breadcrumbs a:focus,
body .content .breadcrumbs a:focus-visible {
	color: #002f5e !important;
	text-decoration-thickness: 2px;
}
	.section-hero-image {
		height: 540px;
	}

	.media-frame-wide {
		height: 390px;
	}

	.media-frame-tall {
		height: 420px;
	}
}

@media (width > 992px) {
	.section-hero-image {
		height: 620px;
	}

	.section-about-band {
		min-height: 550px;
	}

	.section-community-band {
		min-height: 610px;
	}
}

@media (width > 1200px) {
	.differentiator-section {
		min-height: 614px;
	}
	.cta-section {
		min-height: 614px;
	}

	.bg-inner-banner {
		min-height: 376px;
	}

	.media-frame-wide {
		height: 465px;
	}

	.media-frame-tall {
		height: 455px;
	}
}

@media (width > 1400px) {}

@media (min-width: 768px) {
	.browsersedge {
		bottom: 20px;
		right: 0;
		position: fixed;
	}
	.browsersedge a {
		text-decoration: none;
	}
}


/* Max Mega Menu - force full-screen width on mobile */
@media (max-width: 991px) {
	header .container #mega-menu-wrap-max_mega_menu_1 {
		left: 50%;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		max-width: 100vw !important;
		position: relative;
		right: 50%;
		width: 100vw !important;
	}

	header .container #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
		border-radius: 0 !important;
		display: block !important;
		margin: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	header .container #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + ul.mega-menu,
	header .container #mega-menu-wrap-max_mega_menu_1 ul.mega-menu {
		left: 0 !important;
		max-width: 100% !important;
		right: 0 !important;
		width: 100% !important;
	}
}
