@charset "utf-8";
/* Global styles CSS Document */
::-webkit-input-placeholder { color: #313131; }
::-moz-placeholder { color: #313131; opacity: 1; }
:-ms-input-placeholder { color: #313131; }
:-moz-placeholder { color: #313131; }
html { scroll-behavior: smooth; background-color: var(--seaSalt); }
body { -webkit-font-smoothing: subpixel-antialiased; font-family: Helvetica Neue, Arial, sans-serif; background-color: var(--seaSalt); color: var(--baseFontColor); font-size: 17px; line-height: 1.2; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 0; color: var(--eerieBlack); }
img { max-width: 100%; height: auto; }
p.lead { font-size: 20px; }

/* =WordPress Core
 -------------------------------------------------------------- */
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 67px;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: -0.05em;
	}
	h2, .h2 {
		font-size: 45px;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: -0.05em;
	}
	h3, .h3 {
		font-size: 34px;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: -0.05em;
	}
	h4, .h4 {
		font-size: 28px;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: -0.05em;
	}
	h5, .h5 {
		font-size: 22px;
		line-height: 1.2;
		font-weight: 600;
		letter-spacing: -0.05em;
	}
	h6, .h6 {
		font-size: 14px;
		line-height: 1.5;
		font-weight: 600;
		letter-spacing: -0.05em;
	}
}
@media (max-width: 1199px) {
	h1, .h1 {
		font-size: 38px;
		line-height: 1.5;
		font-weight: 700;
		letter-spacing: -0.05em;
	}
	h2, .h2 {
		font-size: 30px;
		line-height: 1.25;
		font-weight: 700;
	}
	h3, .h3 {
		font-size: 24px;
		line-height: 1.25;
		font-weight: 700;
	}
	h4, .h4 {
		font-size: 20px;
		line-height: 1.25;
		font-weight: 700;
	}
	h5, .h5 {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 600;
	}
	h6, .h6 {
		font-size: 12px;
		line-height: 1.5;
		font-weight: 600;
		text-transform: uppercase;
	}
}

.alignnone {
	margin: 0 0 20px 0;
}
p .alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 5px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
a img.alignnone {
	margin: 0 0 20px;
}
a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	/*padding: 5px 0 10px;*/
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
	margin: 0 0 40px;
}
.wp-caption.alignleft {
	margin: 0 40px 40px 0;
}
.wp-caption.alignright {
	margin: 0 0 40px 40px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 11px;
	padding: 0 0 5px;
	line-height: 17px;
}
.wp-caption-text {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}
.widget-area .widget + .widget {
    margin-top: 30px;
}
.widget-area .widget ul {
    list-style: none;
    padding: 0;
}
.widget-area .widget ul > li {
    margin-bottom: 5px;
}
.widget-area .btn {
  min-width: 1px;
  padding: 3px;
}
.widget-area .form-control {
	font-size: 12px;
}
.screen-reader-text {
	display: none;
}


.card {
	border-radius: var(--borderRadius);
	padding: 22px;
	border: none;
	position: relative;
}

.accordion-item {
	border: none;
	border-radius: 27px !important;
	margin-bottom: 12px;
	overflow: hidden;
}
.accordion-button {
	background: none;
	font-size: 17px;
	padding: 14px 17px;
}
.accordion-button:not(.collapsed) {
	color: var(--eerieBlack);
	box-shadow: none;
	background-color: #FFF;
}
.accordion-button:focus {
	border: none;
	box-shadow: none;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M240 64c0-8.8-7.2-16-16-16s-16 7.2-16 16V240H32c-8.8 0-16 7.2-16 16s7.2 16 16 16H208V448c0 8.8 7.2 16 16 16s16-7.2 16-16V272H416c8.8 0 16-7.2 16-16s-7.2-16-16-16H240V64z' fill='%23004695'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432 256c0 8.8-7.2 16-16 16L32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16l384 0c8.8 0 16 7.2 16 16z' fill='%23004695'/%3E%3C/svg%3E");
}
.accordion-body {
	padding: 0 17px 14px 17px;
	color: var(--baseFontColor);
	font-size: 14px;
	line-height: 1.5;
}
.accordion-body p:last-child {
	margin-bottom: 0;
}


.ajax-posts-filter-select {
	font-size: 14px;
}
.ajax-posts-filter-btns {
	margin-bottom: 30px;
}
.ajax-posts-filter-btns > li {
	margin: 0 5px 10px 5px;
	cursor: pointer;
	font-size: 13px;
	padding: 9px 16px;
}
.ajax-posts-filter-btns > li:first-child {
	margin-left: 0;
}


.pagination, .posts_per_page {
	border: none;
	border-radius: 0;
	list-style: none;
	display: flex;
	padding-left: 0;
	margin: 10px 0;
}
.pagination {
	justify-content: flex-start;
}
.posts_per_page {
	justify-content: flex-end;
}
.pagination > li, .posts_per_page > li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.pagination > li.active, .posts_per_page > li.active {
	color: #191919;
	background-color: #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.pagination > li > a:hover, .posts_per_page > li > a:hover {
	text-decoration: underline;
}
.pagination .page-item {
	margin-bottom: -1px;
}


.pagination {
	margin-top: 170px;
}
.pagination > .page-item {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 12px;
}
.pagination > .page-item > .page-link {
	color: inherit;
	text-decoration: none;
	display: flex;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: solid 1px var(--eerieBlack);
	font-size: 28px;
	color: var(--eerieBlack);
}
.pagination > .page-item.active > .page-link {
	background-color: var(--eerieBlack);
	color: #FFF;
}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grecaptcha-badge { z-index: 1000; }




.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.social-links > li + li {
	margin-left: 12px;
}
.social-links > li > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px var(--eerieBlack);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--eerieBlack);
	text-decoration: none;
}



.btn {
	border-radius: 20px;
	padding: 12px 34px;
	font-size: 14px;
	line-height: 1;
}
.btn.btn-dark {
	background-color: var(--eerieBlack);
	border-color: var(--eerieBlack);
	color: #FFF;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background-color: var(--pureBlack);
	border-color: var(--pureBlack);
	color: #FFF;
}
.btn.btn-primary {
	background-color: var(--newBlue);
	border-color: var(--newBlue);
	color: #FFF;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: var(--newBlueHover);
	border-color: var(--newBlueHover);
	color: #FFF;
}
.btn.btn-blue {
	background-color: var(--newBlue);
	border-color: var(--newBlue);
	color: #FFF;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
	background-color: var(--newBlueHover);
	border-color: var(--newBlueHover);
	color: #FFF;
}

.bg-light {
  background-color: var(--seaSalt) !important;
}
.bg-dark {
  background-color: var(--eerieBlack) !important;
}


@keyframes rotate{
  to{ transform: rotate(360deg); }
}

@media (max-width: 991px) {
	.pagination {
		flex-wrap: wrap;
	}
	.pagination > .page-item {
		margin: 0 8px;
	}
	.pagination > .page-item > .page-link {
		font-size: 21px;
		width: 46px;
		height: 46px;
	}
}
@media (max-width: 767px) {
	.pagination {
		margin-top: 70px;
	}
}
