/*   
Theme Name: Otter Rock Marine Reserve v2
Theme URI: https://friendsofotterrock.org/
Description: Custom WordPress theme for Otter Rock Marine Reserve
Author: Joe Kuzma
Author URI: https://www.joekuzma.com/
Version: 2.0
.
AVOID EDITING THIS...
.
*/

/* Theme Colors
-------------------------------------------------------------- */
/*

LOGO BLUE:	#6b93af
Light Blue:	#9cb7c9

LOGO SAND	#bfb398
Light Sand: #ebe8e0

DARKER BLUE	#365163
Light Gray:	#81CCC2

*/

/* Theme Fonts
-------------------------------------------------------------- */
/*

font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;

*/


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
}

/* Global Customizations
-------------------------------------------------------------- */

/* makes all content block images responsive */
.no-padding {
    padding: 0;
}

hr.short {
    max-width: 130px;
}
hr.medium {
    max-width: 330px;
}

/* Buttons */
.btn,
.btn-default,
.btn-first,
.btn-second {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border-width: 1px;
	border-style: solid;
	border-radius: 999px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.025em;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(54, 81, 99, 0.14);
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus,
.btn-default:hover,
.btn-default:focus,
.btn-first:hover,
.btn-first:focus,
.btn-second:hover,
.btn-second:focus {
	text-decoration: none !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(54, 81, 99, 0.18);
}

/* Primary blue button */
.btn-default,
.btn-first {
	color: #fff !important;
	background-color: #6b93af;
	border-color: #6b93af;
}

.btn-default:hover,
.btn-default:focus,
.btn-first:hover,
.btn-first:focus {
	color: #fff !important;
	background-color: #365163;
	border-color: #365163;
}

/* Sand button */
.btn-second {
	color: #fff !important;
	background-color: #bfb398;
	border-color: #bfb398;
}

.btn-second:hover,
.btn-second:focus {
	color: #fff !important;
	background-color: #365163;
	border-color: #365163;
}

/* Make sure inside-page link styling does not affect buttons */
.interior-page-body a:not(.btn):not(.btn-default):not(.btn-first):not(.btn-second) {
	color: #1a6fa3;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.interior-page-body a:not(.btn):not(.btn-default):not(.btn-first):not(.btn-second):hover,
.interior-page-body a:not(.btn):not(.btn-default):not(.btn-first):not(.btn-second):focus {
	color: #365163;
}

@media (max-width: 575.98px) {
	.btn,
	.btn-default,
	.btn-first,
	.btn-second {
		padding: 12px 19px;
		font-size: 13px;
	}
}


/* Site Layout
-------------------------------------------------------------- */
body {
	background: #fff;
	color: #222;
	font-family: 'Open Sans', sans-serif;
}
#hero-video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
	padding: 55px 0;
	overflow: hidden;
	background-color: #365163;

	text-align: center;
	font-size: 19px;
	color: #fff;
}

/* Video fills the entire combined section */
#hero-video .hero-video-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

/* Dark layer between video and text */
#hero-video .hero-video-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	/*background: rgba(20, 35, 45, 0.58);*/
}

/* Text sits above the overlay */
#hero-video .hero-video-content {
	position: relative;
	z-index: 3;
	width: 100%;
}

#hero-video h1,
#hero-video h2,
#hero-video h3,
#hero-video h4,
#hero-video h5,
#hero-video h6 {
	margin-top: 0;
	color: #fff;
}

#hero-video h3 {
	padding-top: 0;
	font-size: 40px;
	font-weight: bold;
}

#hero-video p,
#hero-video li,
#hero-video strong,
#hero-video em {
	color: #fff;
}

#hero-video span {
	color: #fff;
	font-weight: 700;
	font-size: 120%;
	line-height: 120%;
	vertical-align: middle;
}

#hero-video a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#hero-video a:hover,
#hero-video a:focus {
	color: #d8efff;
	text-decoration: underline;
}

#hero-video ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

#hero-video hr {
	border: 0;
	border-top: 3px solid rgba(255, 255, 255, 0.35);
}

/* Tablet */
@media (max-width: 991.98px) {
	#hero-video {
		min-height: 330px;
		padding: 50px 15px;
	}

	#hero-video h3 {
		font-size: 34px;
	}
}

/* Mobile */
@media (max-width: 767.98px) {
	#hero-video {
		min-height: 300px;
		padding: 40px 15px;
		font-size: 17px;
	}

	#hero-video h3 {
		font-size: 29px;
	}

	#hero-video .hero-video-overlay {
		background: rgba(20, 35, 45, 0.68);
	}
}
/* alert */
.homepage-news {
	position: relative;
	padding: 0 20px;
	background: #fff;
}
#alert {
	position: relative;
	z-index: 5;
	max-width: 1050px;
	margin: -38px auto 55px;
	padding: 42px 55px;
	background: #f8f7f3;
	border: 1px solid rgba(54, 81, 99, 0.10);
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(35, 61, 76, 0.13);
	color: #37434d;
	font-size: 17px;
	line-height: 1.65;
	text-align: center;
}

/* Optional small label above the news */
#alert::before {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 14px;
	content: "Latest from Otter Rock";
	color: #365163;
	background: #ebe8e0;
	border-radius: 999px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#alert h1,
#alert h2,
#alert h3,
#alert h4 {
	color: #365163;
	font-weight: 700;
	line-height: 1.25;
}

#alert h3 {
	margin: 0 0 12px;
	font-size: 27px;
}

/* Creates separation when multiple updates are entered */
#alert h3:not(:first-of-type) {
	margin-top: 32px;
	padding-top: 30px;
	border-top: 1px solid rgba(54, 81, 99, 0.15);
}

#alert p {
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	color: #37434d;
}

#alert a {
	display: inline-block;
	position: relative;
	color: #1a6fa3;
	font-weight: 700;
	text-decoration: none;
}

#alert a::after {
	display: inline-block;
	margin-left: 6px;
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	transition: transform 0.2s ease;
}

#alert a:hover,
#alert a:focus {
	color: #365163;
	text-decoration: none;
}

#alert a:hover::after,
#alert a:focus::after {
	transform: translateX(4px);
}

/* Featured Video */
.feature-video {
	padding: 35px 0;
	color: #ebe8e0;
	background: #6b93af;
	background-image: linear-gradient(
		180deg,
		rgba(255,255,255,.04),
		rgba(0,0,0,.04)
	);
}

.feature-video h3 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.feature-video h4 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.feature-video p {
	color: #ebe8e0;
	font-size: 18px;
	/*line-height: 1.7;*/
}

.feature-video .youtube-video .embed-responsive {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 25px 55px rgba(0,0,0,.18);
}

.feature-video .video-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 460px;
	height: 100%;
	margin: 0 auto;
}

@media (max-width: 991.98px) {

	.feature-video {
		padding: 50px 0;
	}

	.feature-video .video-copy {
		max-width: 100%;
		margin-top: 35px;
		text-align: center;
	}

}

/* Homepage newsletter CTA */
#newsletter-signup {
	position: relative;
	padding: 58px 0;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(
		135deg,
		#365163 0%,
		#294253 100%
	);
}

#newsletter-signup::after {
	position: absolute;
	top: -120px;
	right: -75px;
	width: 330px;
	height: 330px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 45px rgba(255, 255, 255, 0.025),
		0 0 0 90px rgba(255, 255, 255, 0.018);
}

#newsletter-signup .container {
	position: relative;
	z-index: 2;
}

.newsletter-eyebrow {
	margin-bottom: 9px;
	color: #c9b991;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#newsletter-signup h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

#newsletter-signup p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.65;
}

.newsletter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	color: #365163;
	background: #ebe8e0;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.newsletter-button i {
	margin-left: 9px;
	font-size: 12px;
}

.newsletter-button:hover,
.newsletter-button:focus {
	color: #fff;
	background: #bfb398;
	text-decoration: none;
	transform: translateY(-2px);
}

@media (max-width: 991.98px) {
	#newsletter-signup {
		padding: 50px 0;
		text-align: center;
	}

	#newsletter-signup p {
		margin-right: auto;
		margin-left: auto;
	}

	.newsletter-button {
		margin-top: 24px;
	}
}

@media (max-width: 575.98px) {
	#newsletter-signup {
		padding: 42px 20px;
	}

	#newsletter-signup h2 {
		font-size: 27px;
	}

	.newsletter-button {
		width: 100%;
	}
}#aboutreserve .reserve-copy {
	max-width: 460px;
	margin: 0 auto;
}

/* land acknowledgment */
#land {
	position: relative;
	padding: 85px 0;
	background: #f8f7f3;
	color: #37434d;
	text-align: center;
	overflow: hidden;
}

/* Very subtle coastal texture */
#land::before,
#land::after {
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	content: "";
	background: linear-gradient(
		90deg,
		transparent,
		rgba(191, 179, 152, 0.55),
		transparent
	);
}



#land::before {
	top: 0;
}

#land::after {
	bottom: 0;
}

.land-panel {
	position: relative;
	padding: 55px 65px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(54, 81, 99, 0.10);
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(54, 81, 99, 0.08);
}

/* Small label above the main heading */
.land-eyebrow {
	margin-bottom: 14px;
	color: #6b93af;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* Decorative divider */
.land-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 230px;
	margin: 0 auto 28px;
	color: #bfb398;
}

.land-divider span {
	flex: 1;
	height: 1px;
	background: rgba(191, 179, 152, 0.75);
}

.land-divider i {
	margin: 0 14px;
	font-size: 18px;
}

/* Dynamic ACF content */
.land-content {
	max-width: 800px;
	margin: 0 auto;
}

.land-content h1,
.land-content h2,
.land-content h3,
.land-content h4 {
	margin-top: 0;
	margin-bottom: 22px;
	color: #365163;
	font-weight: 700;
	line-height: 1.25;
}

.land-content h3 {
	font-size: 34px;
}

.land-content p {
	margin-bottom: 20px;
	color: #37434d;
	font-size: 17px;
	line-height: 1.8;
}

.land-content p:last-child {
	margin-bottom: 0;
}

.land-content a {
	color: #1a6fa3;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.land-content a:hover,
.land-content a:focus {
	color: #365163;
}

/* Tablet */
@media (max-width: 991.98px) {
	#land {
		padding: 65px 0;
	}

	.land-panel {
		padding: 45px 40px;
	}

	.land-content h3 {
		font-size: 30px;
	}
}

/* Mobile */
@media (max-width: 767.98px) {
	#land {
		padding: 45px 15px;
	}

	.land-panel {
		padding: 35px 24px;
		border-radius: 12px;
		text-align: left;
	}

	.land-eyebrow {
		text-align: center;
	}

	.land-divider {
		margin-bottom: 24px;
	}

	.land-content h1,
	.land-content h2,
	.land-content h3,
	.land-content h4 {
		text-align: center;
	}

	.land-content h3 {
		font-size: 27px;
	}

	.land-content p {
		font-size: 16px;
		line-height: 1.7;
	}
}

#instagram{
    padding:75px 0;
    background:#fff;
}

.instagram-eyebrow{
    color:#6b93af;
    font-size:13px;
    letter-spacing:.15em;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:12px;
}

#instagram h2{
    color:#365163;
    font-weight:700;
    margin-bottom:20px;
}

#instagram p{
    max-width:700px;
    margin:0 auto 45px;
    color:#555;
}
#sb_instagram{

    padding-bottom:0 !important;

}

#sb_instagram .sbi_photo{

    border-radius:14px;

    overflow:hidden;

    transition:.25s;

}

#sb_instagram .sbi_photo:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.18);

}

#sb_instagram .sbi_item{

    padding:10px !important;

}

#sb_instagram img{

    transition:transform .35s;

}

#sb_instagram .sbi_photo:hover img{

    transform:scale(1.06);

}

/* Inside Pages
-------------------------------------------------------------- */
#content-container.interior-content {
	padding: 58px 0 82px;
	background: #f7f8f8;
}

.interior-page {
	max-width: 1120px;
	margin: 0 auto;
}

/* Page title area */
.interior-page-header {
	position: relative;
	margin-bottom: 26px;
	padding: 48px 55px;
	overflow: hidden;
	background: #365163;
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(35, 61, 76, 0.14);
}

.interior-page-header::after {
	position: absolute;
	top: -70px;
	right: -45px;
	width: 235px;
	height: 235px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 50%;
	box-shadow:
		0 0 0 34px rgba(255, 255, 255, 0.035),
		0 0 0 68px rgba(255, 255, 255, 0.025);
}

.interior-page-header-inner {
	position: relative;
	z-index: 2;
}

.interior-page-eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #bfb398;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.interior-page-header .page-title {
	margin: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
}

/* Featured image */
.interior-featured-image {
	margin: 0 28px -58px;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0 20px 45px rgba(35, 61, 76, 0.18);
}

.interior-featured-image img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

/* Main editable page content */
.interior-page-body {
	padding: 52px 58px;
	background: #fff;
	border: 1px solid rgba(54, 81, 99, 0.08);
	border-radius: 16px;
	box-shadow: 0 14px 38px rgba(35, 61, 76, 0.08);
	color: #394852;
	font-size: 17px;
	line-height: 1.75;
}

.interior-featured-image + .interior-page-body {
	padding-top: 90px;
}

.interior-page-body h1,
.interior-page-body h2,
.interior-page-body h3,
.interior-page-body h4 {
	color: #365163;
	font-weight: 700;
	line-height: 1.28;
}

.interior-page-body h2 {
	margin: 38px 0 12px;
	font-size: 29px;
}

.interior-page-body h3 {
	margin: 32px 0 10px;
	font-size: 22px;
	color: #5f86a0;
}

.interior-page-body h4 {
	margin: 25px 0 8px;
	font-size: 18px;
	color: #6b93af;
}

.interior-page-body p {
	margin-bottom: 18px;
}

.interior-page-body > *:first-child {
	margin-top: 0;
}

.interior-page-body > *:last-child {
	margin-bottom: 0;
}

/* Regular content links */
.interior-page-body a:not(.btn):not([class*="btn-"]) {
	color: #1a6fa3;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.interior-page-body a:not(.btn):not([class*="btn-"]):hover,
.interior-page-body a:not(.btn):not([class*="btn-"]):focus {
	color: #365163;
}

.interior-page-body hr {
	margin: 34px 0;
	border: 0;
	border-top: 1px solid rgba(54, 81, 99, 0.14);
}

.interior-page-body ul,
.interior-page-body ol {
	margin-bottom: 20px;
	padding-left: 24px;
}

.interior-page-body li {
	margin-bottom: 8px;
}

.interior-page-body img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.interior-page-body .wp-caption {
	max-width: 100%;
}

.interior-page-body .wp-caption-text {
	margin-top: 7px;
	color: #6f7c84;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
}

/* ACF repeatable sections */
.interior-sections {
	margin-top: 34px;
}

.interior-section-card {
	margin-bottom: 26px;
	padding: 28px;
	background: #fff;
	border: 1px solid rgba(54, 81, 99, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(35, 61, 76, 0.07);
}

.interior-section-card:last-child {
	margin-bottom: 0;
}

.interior-section-image {
	overflow: hidden;
	border-radius: 12px;
}

.interior-section-image img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.interior-section-content {
	padding: 12px 18px;
	color: #394852;
	font-size: 16px;
	line-height: 1.7;
}

.interior-section-content h2 {
	margin: 0 0 13px;
	color: #365163;
	font-size: 26px;
	font-weight: 700;
}

.interior-section-content p:last-child {
	margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
	#content-container.interior-content {
		padding: 42px 0 65px;
	}

	.interior-page-header {
		padding: 40px 38px;
	}

	.interior-page-header .page-title {
		font-size: 36px;
	}

	.interior-page-body {
		padding: 42px 38px;
	}

	.interior-featured-image {
		margin-right: 20px;
		margin-left: 20px;
	}

	.interior-section-content {
		padding: 24px 4px 4px;
	}
}

/* Mobile */
@media (max-width: 767.98px) {
	#content-container.interior-content {
		padding: 24px 0 45px;
	}

	.interior-page-header {
		margin-bottom: 18px;
		padding: 34px 24px;
		border-radius: 12px;
	}

	.interior-page-header .page-title {
		font-size: 31px;
	}

	.interior-page-eyebrow {
		font-size: 11px;
	}

	.interior-featured-image {
		margin: 0 12px -35px;
		border-radius: 10px;
	}

	.interior-page-body {
		padding: 32px 24px;
		border-radius: 12px;
		font-size: 16px;
		line-height: 1.7;
	}

	.interior-featured-image + .interior-page-body {
		padding-top: 62px;
	}

	.interior-page-body h2 {
		font-size: 25px;
	}

	.interior-page-body h3 {
		font-size: 21px;
	}

	.interior-section-card {
		padding: 18px;
		border-radius: 12px;
	}

	.interior-section-content h2 {
		font-size: 23px;
	}
}

/* ==========================================================
   LEARN PAGE TEMPLATE
   ========================================================== */

.learn-page .learn-intro {
	margin-bottom: 34px;
}

.learn-grid {
	margin-top: 34px;
}

.learn-grid-heading {
	margin-bottom: 24px;
	text-align: center;
}

.learn-grid-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #6b93af;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.learn-grid-heading h2 {
	margin: 0;
	color: #365163;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
}

.learn-card {
	display: flex;
	flex-direction: column;
	height: calc(100% - 28px);
	margin-bottom: 28px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(54, 81, 99, 0.08);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(35, 61, 76, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.learn-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 42px rgba(35, 61, 76, 0.13);
}

.learn-card-image {
	display: block;
	overflow: hidden;
	background: #ebe8e0;
	aspect-ratio: 16 / 9;
}

.learn-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.learn-card:hover .learn-card-image img {
	transform: scale(1.04);
}

.learn-card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.learn-card-content h3 {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.3;
}

.learn-card-content h3 a {
	color: #365163;
	text-decoration: none;
}

.learn-card-content h3 a:hover,
.learn-card-content h3 a:focus {
	color: #6b93af;
	text-decoration: none;
}

.learn-card-excerpt {
	color: #465660;
	font-size: 16px;
	line-height: 1.7;
}

.learn-card-excerpt p {
	margin-bottom: 0;
}

.learn-card-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: auto;
	padding-top: 20px;
	color: #1a6fa3;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.learn-card-link i {
	margin-left: 8px;
	font-size: 12px;
	transition: transform 0.2s ease;
}

.learn-card-link:hover,
.learn-card-link:focus {
	color: #365163;
	text-decoration: none;
}

.learn-card-link:hover i,
.learn-card-link:focus i {
	transform: translateX(4px);
}

@media (max-width: 767.98px) {
	.learn-grid-heading h2 {
		font-size: 26px;
	}

	.learn-card {
		border-radius: 12px;
	}

	.learn-card-content {
		padding: 24px;
	}

	.learn-card-content h3 {
		font-size: 20px;
	}
}


/* wpninja */
.wppninja-gallery {
	margin-bottom: 50px;
}
.wppninja-gallery .caption {
	display: none;
}
.wppninja-gallery a.thumbnail {
    display: block;
    padding: 5px;
    border: 2px solid #eee;
}
.wppninja-gallery a.thumbnail:hover {
    border: 2px solid #bfb398;
}

/* ==========================================================
   404 PAGE
   ========================================================== */

.error-page {
	min-height: 620px;
	display: flex;
	align-items: center;
}

.error-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
	align-items: center;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(54, 81, 99, 0.08);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(35, 61, 76, 0.12);
}

.error-code {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	min-height: 360px;
	padding: 45px;
	color: rgba(255, 255, 255, 0.94);
	background: #365163;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(90px, 12vw, 165px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.06em;
}

.error-content {
	padding: 58px;
}

.error-eyebrow {
	display: block;
	margin-bottom: 11px;
	color: #6b93af;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.error-content h1 {
	margin: 0 0 18px;
	color: #365163;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
}

.error-content p {
	max-width: 610px;
	margin: 0;
	color: #465660;
	font-size: 17px;
	line-height: 1.75;
}

.error-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.error-primary-button,
.error-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 999px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.035em;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.error-primary-button {
	color: #fff;
	background: #bfb398;
	box-shadow: 0 9px 22px rgba(54, 81, 99, 0.14);
}

.error-primary-button i {
	margin-right: 8px;
}

.error-secondary-button {
	color: #365163;
	background: #ebe8e0;
}

.error-secondary-button i {
	margin-left: 8px;
	font-size: 12px;
	transition: transform 0.2s ease;
}

.error-primary-button:hover,
.error-primary-button:focus {
	color: #fff;
	background: #365163;
	text-decoration: none;
	transform: translateY(-2px);
}

.error-secondary-button:hover,
.error-secondary-button:focus {
	color: #365163;
	background: #dcd6c8;
	text-decoration: none;
	transform: translateY(-2px);
}

.error-secondary-button:hover i,
.error-secondary-button:focus i {
	transform: translateX(4px);
}

@media (max-width: 991.98px) {
	.error-card {
		grid-template-columns: 1fr;
	}

	.error-code {
		min-height: 210px;
		padding: 35px;
		font-size: 105px;
	}

	.error-content {
		padding: 42px;
		text-align: center;
	}

	.error-content p {
		margin-right: auto;
		margin-left: auto;
	}

	.error-actions {
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.error-page {
		min-height: 0;
	}

	.error-card {
		border-radius: 13px;
	}

	.error-code {
		min-height: 155px;
		font-size: 78px;
	}

	.error-content {
		padding: 34px 24px;
	}

	.error-content h1 {
		font-size: 29px;
	}

	.error-content p {
		font-size: 16px;
	}

	.error-actions {
		display: block;
	}

	.error-primary-button,
	.error-secondary-button {
		display: flex;
		width: 100%;
	}

	.error-secondary-button {
		margin-top: 12px;
	}
}

/* ==========================================================
   HEADER + NAVIGATION
   ========================================================== */

/* Utility bar */
.top-bar {
	background: #f8f7f3;
	border-bottom: 1px solid rgba(54, 81, 99, 0.08);
	font-size: 12px;
}

.top-bar-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 36px;
}

.top-contact,
.top-translate {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.top-contact {
	margin-right: 16px;
	padding-right: 16px;
	border-right: 1px solid rgba(54, 81, 99, 0.12);
}

.top-contact .list-inline-item,
.top-translate .list-inline-item {
	margin-right: 0;
}

.top-contact a {
	display: inline-flex;
	align-items: center;
	color: #365163;
	font-weight: 600;
	text-decoration: none;
}

.top-contact a:hover,
.top-contact a:focus {
	color: #6b93af;
	text-decoration: none;
}

.top-contact i {
	margin-right: 7px;
	color: #bfb398;
	font-size: 12px;
}

.translate-title {
	margin-right: 8px;
	color: #6b7780;
	font-weight: 600;
}

/* GTranslate output */
.top-translate .gtranslate_wrapper,
.top-translate .gt_switcher_wrapper {
	display: flex !important;
	align-items: center;
}

.top-translate img {
	display: inline-block;
	width: auto;
	height: 12px;
	margin: 0 3px !important;
	vertical-align: middle;
}

.top-translate a {
	display: inline-flex;
	align-items: center;
	color: #365163;
	font-size: 11px !important;
    font-weight: 600 !important;
	text-decoration: none;
}

.top-translate a:hover,
.top-translate a:focus {
	color: #6b93af;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.top-bar-inner {
		justify-content: center;
		flex-wrap: wrap;
		min-height: auto;
		padding: 7px 0;
	}

	.top-contact {
		margin-right: 10px;
		padding-right: 10px;
	}

	.translate-title {
		display: none;
	}
}

/* Main navigation */
.site-navigation {
	position: relative;
	min-height: 112px;
	padding: 8px 0;
	overflow: visible;
	background: #fff;
	border: 0;
	border-bottom: 1px solid rgba(54, 81, 99, 0.10);
	font-family: 'Poppins', sans-serif;
}

.site-navigation .container {
	position: relative;
}

.site-navigation .navbar-brand {
	position: relative;
	z-index: 5;
	display: block;
	flex: 0 0 152px;
	width: 152px;
	height: 104px;
	margin-right: 20px;
	padding: 0;
}

.site-navigation .navbar-brand img {
	position: absolute;
	top: 52%;
	left: 50%;
	display: block;
	width: 156px;
	height: auto;
	max-width: none;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 4px 10px rgba(0,0,0,.12));
}

.site-navigation .navbar-collapse {
	flex-grow: 1;
}

.site-navigation .navbar-nav {
	width: 100%;
}

.site-navigation .navbar-nav .nav-link {
	position: relative;
	padding: 18px 10px;
	color: #253d4c;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.site-navigation .navbar-nav .nav-link:hover,
.site-navigation .navbar-nav .nav-link:focus,
.site-navigation .navbar-nav .current-menu-item > .nav-link,
.site-navigation .navbar-nav .current-menu-ancestor > .nav-link {
	color: #6b93af;
}

/* Small underline on regular navigation links */
.site-navigation .navbar-nav > li:not(.offset) > .nav-link::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	height: 2px;
	content: "";
	background: #bfb398;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.site-navigation .navbar-nav > li:not(.offset) > .nav-link:hover::after,
.site-navigation .navbar-nav > li:not(.offset) > .nav-link:focus::after,
.site-navigation .navbar-nav > .current-menu-item:not(.offset) > .nav-link::after,
.site-navigation .navbar-nav > .current-menu-ancestor:not(.offset) > .nav-link::after {
	transform: scaleX(1);
}

/* Donate button
   Keep the WordPress menu item's CSS class set to: offset */
.site-navigation .navbar-nav > li.offset {
	margin-left: auto;
	padding-left: 28px;
}

.site-navigation .navbar-nav > li.offset > .nav-link {
	padding: 13px 25px;
	color: #fff;
	background: #bfb398;
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(54, 81, 99, 0.14);
}

.site-navigation .navbar-nav > li.offset > .nav-link:hover,
.site-navigation .navbar-nav > li.offset > .nav-link:focus,
.site-navigation .navbar-nav > li.offset.current-menu-item > .nav-link {
	color: #fff;
	background: #365163;
}

/* Dropdowns */
.site-navigation .dropdown-menu {
	margin-top: 0;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 12px 28px rgba(28, 49, 62, 0.14);
}

.site-navigation .dropdown-item {
	padding: 10px 18px;
	color: #365163;
	font-size: 14px;
	font-weight: 600;
}

.site-navigation .dropdown-item:hover,
.site-navigation .dropdown-item:focus {
	color: #365163;
	background: #ebe8e0;
}

/* Mobile toggler */
.site-navigation .navbar-toggler {
	width: auto;
	margin-left: auto;
	padding: 10px 12px;
	color: #365163;
	border: 0;
	border-radius: 0;
	font-size: 25px;
}

.site-navigation .navbar-toggler:hover,
.site-navigation .navbar-toggler:focus {
	color: #6b93af;
	outline: 0;
}

/* Responsive */
@media (max-width: 1199.98px) {
	.site-navigation .navbar-brand {
		flex-basis: 116px;
		width: 116px;
		height: 86px;
		margin-right: 22px;
	}

	.site-navigation .navbar-brand img {
		width: 118px;
	}

	.site-navigation .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 15px;
	}

	.site-navigation .navbar-nav > li.offset {
		padding-left: 14px;
	}

	.site-navigation .navbar-nav > li.offset > .nav-link {
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 991.98px) {
	.top-bar-inner {
		justify-content: center;
	}

	.site-navigation {
		min-height: 92px;
		padding: 8px 15px;
	}

	.site-navigation .navbar-brand {
		flex-basis: 88px;
		width: 88px;
		height: 76px;
		margin-right: 18px;
	}

	.site-navigation .navbar-brand img {
		top: 50%;
		width: 90px;
	}

	.site-navigation .navbar-collapse {
		margin-top: 8px;
		padding: 10px 0 18px;
		border-top: 1px solid #edf0f2;
	}

	.site-navigation .navbar-nav {
		align-items: stretch !important;
	}

	.site-navigation .navbar-nav .nav-link {
		padding: 12px 4px;
		font-size: 15px;
	}

	.site-navigation .navbar-nav > li:not(.offset) > .nav-link::after {
		display: none;
	}

	.site-navigation .navbar-nav > li.offset {
		margin-top: 10px;
		margin-left: 0;
		padding-left: 0;
	}

	.site-navigation .navbar-nav > li.offset > .nav-link {
		display: inline-block;
		padding: 13px 24px;
		text-align: center;
	}

	.site-navigation .dropdown-menu {
		padding-left: 12px;
		box-shadow: none;
	}
}

@media (max-width: 575.98px) {
	.top-bar-inner {
		flex-wrap: wrap;
		padding: 4px 0;
	}

	.top-contact {
		margin-right: 10px;
		padding-right: 10px;
	}

	.top-contact,
	.top-translate {
		line-height: 26px;
	}

	.site-navigation .navbar-brand {
		flex-basis: 76px;
		width: 76px;
		height: 66px;
		margin-right: 12px;
	}

	.site-navigation .navbar-brand img {
		width: 78px;
	}
}


/* Footer
-------------------------------------------------------------- */
/* ==========================================================
   NEW FOOTER
   Replace the existing Footer CSS section with this block.
   ========================================================== */

.site-footer {
	position: relative;
	overflow: hidden;
	background: #365163;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.footer-cta {
	position: relative;
	padding: 58px 0 0;
	background: #ebe8e0;
	color: #365163;
}

.footer-eyebrow {
	display: block;
	margin-bottom: 9px;
	color: #6b93af;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.footer-cta h2 {
	margin: 0 0 10px;
	color: #365163;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
}

.footer-cta p {
	max-width: 720px;
	margin: 0;
	color: #4c5c66;
	font-size: 17px;
	line-height: 1.65;
}

.footer-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	color: #fff;
	background: #bfb398;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(54, 81, 99, 0.16);
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-cta-button i {
	margin-left: 9px;
	font-size: 13px;
	transition: transform 0.2s ease;
}

.footer-cta-button:hover,
.footer-cta-button:focus {
	color: #fff;
	background: #365163;
	text-decoration: none;
	transform: translateY(-2px);
}

.footer-cta-button:hover i,
.footer-cta-button:focus i {
	transform: translateX(4px);
}

.footer-img {
	padding: 0 0 155px;
	background-color: #ebe8e0;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
}

.footer-main {
	position: relative;
	padding: 70px 0 50px;
	background-color: #365163;
/*	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom*/;
	background-size: auto;
	background: linear-gradient(180deg, #4b6f8a 0%, #365163 30%, #294253 100%);
}

.footer-brand {
	display: flex;
	align-items: flex-start;
	padding-right: 45px;
}

.footer-logo {
	display: block;
	flex: 0 0 auto;
	margin-right: 24px;
}

.footer-logo img {
	display: block;
	width: 112px;
	height: auto;
}

.footer-brand-copy h2 {
	margin: 6px 0 13px;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3;
}

.footer-brand-copy p,
.footer-column p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.7;
}

.footer-column h3 {
	margin: 6px 0 19px;
	color: #bfb398;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	margin: 0 0 10px;
	padding: 0;
}

.footer-menu a,
.footer-quick-links a {
	position: relative;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-quick-links a:hover,
.footer-quick-links a:focus {
	color: #bfb398;
	text-decoration: none;
}

.footer-quick-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.footer-quick-links a {
	margin: 0 20px 8px 0;
}

.footer-social {
	display: flex;
	margin-top: 20px;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-right: 9px;
	color: #365163;
	background: #ebe8e0;
	border-radius: 50%;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus {
	color: #fff;
	background: #6b93af;
	text-decoration: none;
	transform: translateY(-3px);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 58px;
	padding-top: 23px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
	line-height: 1.6;
}

.footer-bottom p:last-child {
	text-align: right;
}

@media (max-width: 991.98px) {
	.footer-cta {
		padding: 48px 0;
		text-align: center;
	}

	.footer-cta h2 {
		font-size: 30px;
	}

	.footer-cta p {
		margin-right: auto;
		margin-left: auto;
	}

	.footer-cta-button {
		margin-top: 24px;
	}

	.footer-main {
		padding: 58px 0 145px;
	}

	.footer-brand {
		margin-bottom: 42px;
		padding-right: 15px;
	}

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

@media (max-width: 767.98px) {
	.footer-cta {
		padding: 42px 20px;
	}

	.footer-cta h2 {
		font-size: 27px;
	}

	.footer-cta p {
		font-size: 16px;
	}

	.footer-main {
		padding: 48px 20px 135px;
		/*background-size: auto 90px;*/
	}

	.footer-brand {
		display: block;
		text-align: center;
	}

	.footer-logo {
		display: inline-block;
		margin: 0 0 18px;
	}

	.footer-logo img {
		width: 96px;
	}

	.footer-brand-copy h2 {
		font-size: 21px;
	}

	.footer-column {
		margin-top: 34px;
		text-align: center;
	}

	.footer-menu li {
		margin-bottom: 12px;
	}

	.footer-quick-links,
	.footer-social {
		justify-content: center;
	}

	.footer-quick-links a {
		margin-right: 10px;
		margin-left: 10px;
	}

	.footer-social a {
		margin-right: 5px;
		margin-left: 5px;
	}

	.footer-bottom {
		display: block;
		margin-top: 38px;
		text-align: center;
	}

	.footer-bottom p,
	.footer-bottom p:last-child {
		text-align: center;
	}

	.footer-bottom p + p {
		margin-top: 7px;
	}
}




/* Comments
-------------------------------------------------------------- */

    

/* Forms
-------------------------------------------------------------- */
/* Forms
-------------------------------------------------------------- */
/*
Formidable + Bootstrap Styles
*/

/* Hidden accessibility fields */
legend.frm_hidden,
.frm_verify {
	display: none !important;
}

.frm_screen_reader {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	word-wrap: normal !important;
}

.frm_screen_reader.frm_hidden {
	display: initial;
}

/* Form spacing */
.frm_forms {
	color: #394852;
}

.frm_form_field {
	margin-bottom: 22px;
}

/* Labels */
.control-label,
.frm_primary_label {
	display: block;
	margin-bottom: 8px;
	color: #365163;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

/* Required indicator */
.frm_required {
	color: #a64b4b;
}

/* Field descriptions */
.frm_description {
	margin-top: 7px;
	color: #6f7c84;
	font-size: 13px;
	line-height: 1.5;
}

/* Inputs */
.frm_forms .form-control,
.frm_forms input[type="text"],
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="url"],
.frm_forms input[type="number"],
.frm_forms input[type="date"],
.frm_forms input[type="time"],
.frm_forms input[type="password"],
.frm_forms select,
.frm_forms textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	color: #394852;
	background-color: #fff;
	border: 1px solid #cfd8de;
	border-radius: 9px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.45;
	box-shadow: none;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.frm_forms textarea {
	min-height: 145px;
	resize: vertical;
}

/* Focus */
.frm_forms .form-control:focus,
.frm_forms input[type="text"]:focus,
.frm_forms input[type="email"]:focus,
.frm_forms input[type="tel"]:focus,
.frm_forms input[type="url"]:focus,
.frm_forms input[type="number"]:focus,
.frm_forms input[type="date"]:focus,
.frm_forms input[type="time"]:focus,
.frm_forms input[type="password"]:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
	color: #394852;
	background-color: #fff;
	border-color: #6b93af;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(107, 147, 175, 0.18);
}

/* Placeholder text */
.frm_forms ::placeholder {
	color: #8a969e;
	opacity: 1;
}

/* Checkboxes and radios */
.frm_forms input[type="checkbox"],
.frm_forms input[type="radio"] {
	margin-right: 7px;
	accent-color: #6b93af;
}

.frm_checkbox label,
.frm_radio label {
	color: #394852;
	font-size: 15px;
	line-height: 1.5;
}

/* Individual validation error */
.frm_error {
	margin-top: 7px;
	padding: 0;
	color: #a33d3d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

/* Invalid fields */
.frm_forms .frm_blank_field .form-control,
.frm_forms .frm_blank_field input,
.frm_forms .frm_blank_field select,
.frm_forms .frm_blank_field textarea {
	border-color: #c76868;
	background-color: #fffafa;
}

.frm_forms .frm_blank_field .form-control:focus,
.frm_forms .frm_blank_field input:focus,
.frm_forms .frm_blank_field select:focus,
.frm_forms .frm_blank_field textarea:focus {
	border-color: #a33d3d;
	box-shadow: 0 0 0 0.2rem rgba(163, 61, 61, 0.14);
}

/* Form-level warning */
.frm_error_style {
	position: relative;
	margin-bottom: 24px;
	padding: 16px 18px;
	color: #7a3030;
	background-color: #fff4f4;
	border: 1px solid #edc6c6;
	border-left: 5px solid #b85a5a;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.55;
}

.frm_error_style p {
	margin: 0;
}

/* Success message */
.frm_message {
	position: relative;
	margin-bottom: 24px;
	padding: 16px 18px;
	color: #315e4a;
	background-color: #f1f8f4;
	border: 1px solid #c8dfd1;
	border-left: 5px solid #5d9275;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.55;
}

.frm_message p {
	margin: 0;
}

/* Submit button */
.frm_forms .frm_button_submit,
.frm_forms button[type="submit"],
.frm_forms input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 24px;
	color: #fff !important;
	background-color: #6b93af;
	border: 1px solid #6b93af;
	border-radius: 999px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.025em;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(54, 81, 99, 0.14);
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.frm_forms .frm_button_submit:hover,
.frm_forms .frm_button_submit:focus,
.frm_forms button[type="submit"]:hover,
.frm_forms button[type="submit"]:focus,
.frm_forms input[type="submit"]:hover,
.frm_forms input[type="submit"]:focus {
	color: #fff !important;
	background-color: #365163;
	border-color: #365163;
	outline: 0;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(54, 81, 99, 0.18);
}

/* File upload */
.frm_forms input[type="file"] {
	width: 100%;
	padding: 10px;
	color: #394852;
	background: #f8f9f9;
	border: 1px dashed #b9c6ce;
	border-radius: 9px;
}

/* Disabled fields */
.frm_forms input:disabled,
.frm_forms select:disabled,
.frm_forms textarea:disabled {
	color: #7c878e;
	background-color: #f1f3f4;
	cursor: not-allowed;
}

/* Mobile */
@media (max-width: 575.98px) {
	.frm_form_field {
		margin-bottom: 18px;
	}

	.frm_forms .form-control,
	.frm_forms input[type="text"],
	.frm_forms input[type="email"],
	.frm_forms input[type="tel"],
	.frm_forms input[type="url"],
	.frm_forms input[type="number"],
	.frm_forms input[type="date"],
	.frm_forms input[type="time"],
	.frm_forms input[type="password"],
	.frm_forms select,
	.frm_forms textarea {
		font-size: 16px;
	}

	.frm_forms .frm_button_submit,
	.frm_forms button[type="submit"],
	.frm_forms input[type="submit"] {
		width: 100%;
	}
}


/* Pagination
-------------------------------------------------- */
.pagination-row {
	margin: 30px 0;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
}
.page-link:hover {
	z-index: 2;
	color: #333;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #ddd;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #ddd;
}


/* --------------------------------------------------------------

   Responsive Layout Adjustments
   
-------------------------------------------------------------- */


/* WVGA - Phones < 480px (Non-Bootstrap)
-------------------------------------------------------------- */
@media (max-width: 479px) {

}

/* Extra Small Devices - Phones < 768px
   Note: -1px fix for iPad portrait orientation
-------------------------------------------------------------- */
@media (max-width: 767px) {
.news-clean {
    padding: 30px 0 30px;
}
.embed-responsive {
	margin-bottom: 30px;
}
}
@media (min-width: 768px) {

}

/* Small Devices - Tablets < 992px
-------------------------------------------------------------- */
@media (max-width: 991px) {
.content img {
	/*display: block;
    max-width: 50%;
    height: auto;*/
}
}

@media (max-width: 991.98px) {
	#alert {
		max-width: calc(100% - 40px);
		margin-top: -28px;
		padding: 36px 35px;
	}
}

@media (max-width: 767.98px) {
	#alert {
		max-width: calc(100% - 30px);
		margin-top: -20px;
		margin-bottom: 35px;
		padding: 30px 22px;
		border-radius: 10px;
		font-size: 16px;
		text-align: left;
	}

	#alert::before {
		margin-bottom: 16px;
	}

	#alert h3 {
		font-size: 23px;
	}

	#alert p {
		max-width: none;
	}

	#alert h3:not(:first-of-type) {
		margin-top: 25px;
		padding-top: 25px;
	}
}

/* Extra Large Devices - Desktops > 1330px
-------------------------------------------------------------- */
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

/* Ultra-wide monitors */
@media (min-width: 1700px) {
	.container {
		max-width: 1480px;
	}
}

@media (min-width: 1400px) {
	.site-navigation .navbar-nav .nav-link {
		padding-right: 12px;
		padding-left: 12px;
		font-size: 18px;
	}

	.site-navigation .navbar-nav > li:not(.offset) > .nav-link::after {
		right: 12px;
		left: 12px;
	}
}
