/*
	Theme Name: PRSA Kansas
	Description: Sledgehammer Base Theme w/ Bootstrap 5.3.3
	Version: 3.6.0
	Author: Sledgehammer Creative

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* ----------FONTS---------- */
/* oswald-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/shbase/fonts/oswald-v57-latin-300.woff2') format('woff2');
}
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/shbase/fonts/oswald-v57-latin-regular.woff2') format('woff2');
}
/* oswald-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/shbase/fonts/oswald-v57-latin-600.woff2') format('woff2');
}
/* oswald-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/shbase/fonts/oswald-v57-latin-700.woff2') format('woff2');
}

/* ----------BASE STYLES---------- */
:root {
	--white: #ffffff;
	--black: #161616;
	--gray: #e5e5e5;
	--stone: #2f3130;
  --blue: #315689;
  --yellow: #ffc729;
  --mpad: 3rem 0;
  --dpad: 5rem 0;
}

body {
	background-color: var(--white);
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Oswald', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	line-height: 1.6;
}
p, ul, ol {
  font-size: 1.25rem;
	margin-bottom: 1.25rem;
}
li::marker {
    color: var(--yellow);
}
a, a:link, a:visited {
	color: var(--blue);
	font-weight: 400;
	text-decoration: none;
	transition: 0.4s ease;
	transition-property: color, background-color;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #1b365a;
}
h1, h2, h3, h4, h5, h6, .heading {
	margin: 0 0 1.5rem 0;
	font-weight: 600;
	color: var(--blue);
	text-transform: uppercase;
	line-height: 1.2;
}
h1 {font-size:2.5rem;}
h2 {font-size:2rem;}
h3 {font-size:1.25rem;}
h4 {font-size:1.125rem;}
h5 {font-size:1rem;}
h6 {font-size:875rem;}
@media (min-width : 992px) {
	h1 {font-size:3.5rem;}
	h2 {font-size:2.5rem;}
	h3 {font-size:1.875rem;}
	h4 {font-size:1.5rem;}
	h5 {font-size:1.25rem;}
	h6 {font-size:1.125rem;}
	p, ul, ol {
		margin-bottom: 1.25rem;
		font-size: 1.375rem;
	}
}

/* ---Buttons--- */
button, a.btn-primary, a.btn-secondary, a.btn-outline {
  display: inline-block;
  margin: 7px 0;
	padding: 14px;
  vertical-align: middle;
  border: none;
	border-radius: 5px;
  font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
  transition: 0.4s ease;
	transition-property: color, background-color;
}
button:hover, button:focus, button:active, 
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active,
a.btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:active,
a.btn-outline:hover, a.btn-outline:focus, a.btn-outline:active {
  box-shadow: none;
}
button, a.btn-primary {
	background-color: var(--blue);
	color: var(--yellow);
}
button:hover, button:focus, button:active,
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active  {
	background-color: var(--yellow);
	color: var(--blue);
}
a.btn-secondary {
	background-color: var(--yellow);
	color: var(--blue);
}
a.btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:active {
	background-color: var(--blue);
	color: var(--yellow);
}
a.btn-outline {
	background-color: transparent;
	border: 1px solid var(--blue);
	color: var(--blue);
}
a.btn-outline:hover, a.btn-outline:focus, a.btn-outline:active {
	background-color: var(--blue);
	color: #fff;
}
a.btn-sm {
	font-size: .875rem;
}
a.btn-lg {
	padding: 21px 35px;
	font-size: 1.5rem;
}

/* ---Misc Sitewide--- */
.overlay {
  position: absolute;
  top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(49,86,137,.9);
	z-index: 1;
}
.corners {
	border-radius: 20px;
}
/* Image Placeholders */
.ratio > * {
	/*bootstrap overrides */
  top: inherit;
  left: inherit;
  width: inherit;
	height: inherit;
}
.ratio {
  position: relative;
  aspect-ratio: 16 / 9;
}
.ratio .featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio .wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--gray);
}
.ratio .wrapper img {
  width: 110px;
  height: auto;
  opacity: .6;
  transition: opacity 0.4s ease;
}
.ratio .wrapper img:hover {
  opacity: 1;
}

/* ---Adjust Container Padding--- */
@media (max-width : 768px) { /* Increase side padding on mobile */
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-left: calc(var(--bs-gutter-x) * 1);
		padding-right: calc(var(--bs-gutter-x) * 1);
	}
}
@media (min-width : 768px) {
	.container-fluid {
		padding-left: calc(var(--bs-gutter-x) * 1.25);
		padding-right: calc(var(--bs-gutter-x) * 1.25);
	}
}


/* ---Swiper--- */
.swiper-horizontal .swiper-button-prev {
  left: .5rem;
}
.swiper-horizontal .swiper-button-next {
  right: .5rem;
}
.swiper-button-prev svg path, .swiper-button-next svg path, .swiper-autoplay-toggle svg path {
	fill: var(--white);
}
.swiper-autoplay-toggle {
  position: absolute;
  top: 0;
  right: .5rem;
  z-index: 10;
}
.swiper-autoplay-toggle svg {
  display: block;
}
.swiper-autoplay-toggle[aria-pressed="false"] .icon-play,
.swiper-autoplay-toggle[aria-pressed="true"] .icon-pause {
  display: none;
}
.swiper-horizontal .swiper-pagination {
	left: auto;
	right: 0;
	bottom: 0;
	width: 46%;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}
.swiper-pagination-bullet {
	background: var(--white);
	border: 1px solid var(--blue);
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: var(--blue);
	border: 1px solid var(--blue);
}

/* ----------HEADER---------- */
header .container {
	position: relative;
	background-color: var(--white);
}
.navbar-brand {
	padding: 1rem 1rem 1rem 0;
	z-index: 9999;
}
.navbar-brand img {
	display: block;
	width: 135px;
	height: auto;
}
.int-header .container .wrapper {
	position: relative;
	background-image: url(/wp-content/themes/shbase/img/bg-header.svg);
	background-size: cover;
	background-position: bottom right;
}
.int-header h1 {
  position: relative;
  margin: 0;
	padding: 4rem 2rem;
  color: var(--yellow);
  z-index: 99;
}
@media (min-width : 1200px) {
	.navbar-brand {
		margin-right: 2rem;
	}
	.navbar-brand img {
		display: block;
		width: 225px;
	}
	.int-header h1 {
		padding: 7rem 3rem;
	}
}

/* ----------NAVIGATION---------- */
#menu-primary-menu {
	margin-top: 50px;
}
.navbar-nav .nav-link,
.navbar-nav .nav-link:link,
.navbar-nav .nav-link:visited {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--black);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
	color: var(--blue);
}
.dropdown-item,
.dropdown-item:link,
.dropdown-item:visited {
	font-size: 1.25rem;
	color: var(--black);
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
	background-color: transparent;
	color: var(--blue);
}
.dropdown-menu {
	position: static !important;
	background-color: transparent;
	border-radius: 5px;
	border: none;
	transform: none !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.dropdown-toggle::after {
	border: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3e%3cpath fill='%23232323' d='M4.41 4.79.24 1.22C-.08.94-.08.49.24.21s.86-.28 1.18 0L5 3.27 8.58.21c.33-.28.85-.28 1.18 0s.33.73 0 1.01L5.6 4.79c-.33.28-.85.28-1.18 0Z'/%3e%3c/svg%3e");
	width: 10px;
	height: 5px;
	background-size: 10px 5px;
  transition: transform 0.4s ease;
}
.dropdown-toggle[aria-expanded="true"]::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3e%3cpath fill='%23315689' d='M4.41 4.79.24 1.22C-.08.94-.08.49.24.21s.86-.28 1.18 0L5 3.27 8.58.21c.33-.28.85-.28 1.18 0s.33.73 0 1.01L5.6 4.79c-.33.28-.85.28-1.18 0Z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.navbar .navbar-toggler, .navbar .woo-account, .navbar .woo-cart {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 34px;
	height: 34px;
	border: none;
  border-radius: 5px;
	z-index: 9999;
	transition: all 0.4s ease !important;
}
.navbar .navbar-toggler:hover, .navbar .woo-account:hover, .navbar .woo-cart:hover {
	background-color: var(--gray);
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar .cart-count {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -5px;
	right: -5px;
	padding: 3px;
	width: 20px;
	height: 20px;
	font-size: .6rem;
	font-weight: 400;
	color: var(--white);
	background-color: #ab0000;
	line-height: 1;
	border-radius: 50%;
}
.offcanvas {
	background-color: var(--white);
}
@media (min-width : 992px) {
	#menu-primary-menu {
		margin-top: 0;
	}
	.navbar .navbar-toggler {
		display: none;
	}
	.navbar .woo-account, .navbar .woo-cart {
		width: 44px;
		height: 44px;
	}
	.navbar .cart-count {
		top: 0;
		right: 0;
	}
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:link,
	.navbar-nav .nav-link:visited {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.125rem;
	}
  .dropdown-menu {
		position: absolute !important;
		background-color: var(--gray);
		transform: none !important;
	}
	.dropdown-item,
	.dropdown-item:link,
	.dropdown-item:visited {
		font-size: 1rem;
	}
}
@media (min-width : 1200px) {
	.navbar-nav .nav-link,
	.navbar-nav .nav-link:link,
	.navbar-nav .nav-link:visited {
		font-size: 1.25rem;
	}
	.dropdown-item,
	.dropdown-item:link,
	.dropdown-item:visited {
		font-size: 1.125rem;
	}
}

/* ----------HERO---------- */
.hero-wrap #slider {
	mask: url("/wp-content/themes/shbase/img/hero-mask-sm.svg") no-repeat center / contain;
    -webkit-mask: url("/wp-content/themes/shbase/img/hero-mask-sm.svg") no-repeat center / contain;
}
.hero-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
	left: auto;
	right: 0;
	bottom: 0;
	width: 50%;
	text-align: left;
}
@media (min-width : 576px) {
	.hero-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 7px;
	}
}
@media (min-width : 768px) {
	.hero-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 14px;
	}
}
@media (min-width : 992px) {
	.hero-wrap #slider {
		mask: url("/wp-content/themes/shbase/img/hero-mask-lg.svg") no-repeat center / contain;
	    -webkit-mask: url("/wp-content/themes/shbase/img/hero-mask-lg.svg") no-repeat center / contain;
	}
	.hero-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 0;
	}
}

/* ----------MAIN---------- */
main {
	position: relative;
	padding: var(--mpad);
}
#home main h1 .heading-lead {
	font-size: 1.25rem;
	color: var(--black);
}
#home main h1 {
	font-size: 3.5rem;
}
#home main h1 .heading-lead {
	font-size: 1.25rem;
}
#home main p {
	font-size: 1.25rem;
}
@media (min-width : 992px) {
	main {
		padding: var(--dpad);
	}
	#home main h1 {
		font-size: 5rem;
	}
	#home main h1 .heading-lead {
		font-size: 1.75rem;;
	}
	#home main p {
		font-size: 1.5rem;
	}
}

/* ----------CONTENT---------- */
.heading-lead {
	display: block;
	font-size: 1.25rem;
	font-weight: 300;
	color: var(--yellow);
	text-transform: uppercase;
}
.blue-wrap {
	position: relative;
	padding: var(--mpad);
	background-color: var(--blue);
}
.blue-wrap a:not(.btn-primary, .btn-secondary, .btn-outline),
.blue-wrap a:not(.btn-primary, .btn-secondary, .btn-outline):link,
.blue-wrap a:not(.btn-primary, .btn-secondary, .btn-outline):visited {
	color: var(--yellow);
	font-weight: 400;
	text-decoration: none;
}
.blue-wrap a:not(.btn-primary, .btn-secondary, .btn-outline):hover,
.blue-wrap a:not(.btn-primary, .btn-secondary, .btn-outline):focus,
.blue-wrap a:not(.btn-primary, .btn-secondary, .btn-outline):active {
	color: var(--white);
}
.blue-wrap .container, .white-wrap .container {
	position: relative;
	z-index: 99;
}
.blue-wrap h1, .blue-wrap h2, .blue-wrap h3 {
	color: var(--white);
}
.blue-wrap p, .blue-wrap li {
	color: var(--white);
}
.bg-insights {
	background-image: url(/wp-content/themes/shbase/img/bg-insights-sm.jpg);
	background-size: cover;
	background-attachment: static;
	background-position: right bottom;
}
.bg-skills {
	background-image: url(/wp-content/themes/shbase/img/bg-skills-sm.jpg);
	background-size: cover;
	background-attachment: static;
	background-position: right bottom;
}
.white-wrap {
	position: relative;
	padding: var(--mpad);
	background-color: var(--white);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 10 10'%3e%3cpath fill='%23161616' d='M-.352 9.646 9.647-.353l.707.707-9.999 9.999zM5.35-4.65l-.7-.7-4 4-2 2-4 4 .7.7 4-4 2-2zm9.3 9.3-4 4-2 2-4 4 .7.7 4-4 2-2 4-4z' opacity='.1'/%3e%3c/svg%3e");
	background-size: 10px;
	background-repeat: repeat;
}
.white-wrap .overlay {
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.gray-wrap {
	padding: var(--mpad);
	background-color: var(--gray);
}
.intro-wrap {
	padding: var(--mpad);
}
.callout {
	margin: 0 auto 2.5rem;
	padding: 1.5rem;
	background-color: var(--blue);
	border-radius: 20px;
	color: var(--white);
	width: 100%;
}
.callout h2 {
	color: var(--white);
}
.callout .wp-block-buttons {
	margin-bottom: 0;
}
.callout .wp-block-button__link {
	background-color: var(--yellow);
	color: var(--blue) !important;
}
.callout .wp-block-button__link:hover {
	background-color: var(--white);
}
@media (min-width : 768px) {
	.bg-insights {
		background-image: url(/wp-content/themes/shbase/img/bg-insights-lg.jpg);
		background-attachment: fixed;
		background-position: unset;
	}
	.bg-skills {
		background-image: url(/wp-content/themes/shbase/img/bg-skills-lg.jpg);
		background-attachment: fixed;
		background-position: unset;
	}
	.callout {
		width: 80%;
	}
}
@media (min-width : 992px) {
	.heading-lead {
		font-size: 1.375rem;
	}
	.blue-wrap, .white-wrap, .gray-wrap, .intro-wrap {
		padding: var(--dpad);
	}
}

/* ----------TEAM---------- */
.team-wrap .block {
	padding: 1.5rem;
	background-color: var(--white);
	border-radius: 40px;
}
.team-wrap .block .ratio {
	aspect-ratio: 1 / 1;
}
.team-wrap .block h3 {
	display: block;
	font-size: 1.25rem;
}
.team-wrap .block .title {
	display: block;
	font-size: 1.125rem;
}
.team-wrap .block .company {
	display: block;
	font-weight: 300;
}

/* ----------PROGRAMS---------- */
.archive.programs .ratio {
	aspect-ratio: 1 / 1;
}
.speaker-wrap p {
	font-size: 1.25rem;
}
.cta-wrap a.btn-secondary:hover, .cta-wrap a.btn-secondary:focus, .cta-wrap a.btn-secondary:active {
	background-color: var(--white);
	color: var(--blue);
}

/* ----------WOOCOMMERCE---------- */
.archive.shop .ratio, .related.products .row .ratio {
	aspect-ratio: 1 / 1;
}
.woocommerce-product-gallery__image img {
	border-radius: 20px;
}
.single-product div.product::after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product form.cart .variations select, .woocommerce .quantity input {
	background-color: var(--gray);
	border: none;
	border-radius: 5px;
}
.woocommerce .input-text.qty.text {
	min-height: 35px;
}
.woocommerce div.product form.cart .button {
	background-color: var(--yellow);
	color: var(--blue);
} 
.woocommerce div.product form.cart .button:hover {
	background-color: var(--blue);
	color: var(--yellow);
} 
.woocommerce .product_meta {
	padding-top: 1rem;
	border-top: 1px solid var(--gray);
}
.woocommerce .sku_wrapper, .woocommerce .posted_in {
	display: block;
}
.woocommerce .woocommerce-Tabs-panel h2, .related.products h2 {
	font-size: 1.5rem;
	font-weight: 600;
}
.related.products h2 a {;
	font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .woocommerce-Tabs-panel p,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, .wc-block-formatted-money-amount {
	font-size: 1rem;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, .wc-block-components-button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
	background-color: var(--yellow);
	color: var(--blue);
	text-transform: uppercase;
	transition: 0.4s ease;
	transition-property: color, background-color;
	border-radius: 5px;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, .wc-block-components-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
	background-color: var(--blue);
	color: var(--yellow);
}
.woocommerce .stars a {
	color: var(--yellow);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: var(--gray);
}
.wc-block-grid__product-image img {
	border-radius: 20px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	color: var(--yellow) !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	color: var(--blue) !important;
}
.wc-block-grid__products, .wc-block-grid__product {
	text-align: left;
}
.wc-block-cart-item__image img {
	border-radius: 5px;
}
.woocommerce-MyAccount-content .col-1 {
	width: auto;
}
@media (max-width : 767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block !important;
		border: 1px solid #888888;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before {
		border-bottom: 1px solid #888888;
	}
}

/* ----------SIDEBARS---------- */
.sidebar-wrap {
	background-color: var(--gray);
	padding: 20px;
	border-radius: 20px;
}
.sidebar-wrap .heading {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	color: var(--black);
}
.sidebar-wrap ul {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
}
.sidebar-wrap li {
	display: block;
	padding: 10px 0;
	line-height: 1.2;
}
.sidebar-wrap .count {
	display: block;
	font-size: .875rem;
	color: var(--black);
}
.sidebar-wrap.categories .count {
	display: inline-block;
	padding-left: 0;
	font-size: 1rem;
}
.sidebar-wrap.search {
	background-color: var(--gray);
}
.sidebar-wrap .gform_wrapper input, .sidebar-wrap .gform_wrapper textarea, .sidebar-wrap .gform_wrapper select {
	background-color: var(--white) !important;
}
@media (min-width : 1200px) {
  .sidebar-wrap {
		padding: 30px;
	}
}

/* ----------ARTICLES---------- */
.archive h2 {
	font-size: 1.5rem;
}
.archive h2 a {
	font-weight: 600;
}
.archive .meta, .single .meta {
	display: block;
	margin-bottom: 15px;
	font-size: .875rem;
}
.archive .excerpt p {
	font-size: 1rem;
}
.archive .excerpt p:last-of-type {
	margin-bottom: 0;
}
.pagination {
	padding: 7px;
	background-color: #f2f2f2;
	border-radius: 5px;
}
.page-numbers {
	margin-right: 3px;
	background-color: transparent;
	border-radius: 5px;
}
.prev.page-numbers, .next.page-numbers {
	padding: 0 5px;
	background-color: var(--bgcolor);
	border-radius: 5px;
}

/* ----------SEARCH---------- */
form.search {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  background-color: var(--white);
  border-radius: 10px;
}
.search-input {
  background-color: transparent;
  width: 100%;
  border: none;
  color: var(--black);
}
.search-submit {
	margin: 0;
  font-size: .875rem;
}
.archive.search article {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gray);
}
.archive.search article h2 {
  margin-bottom: 5px;
}

/* ----------FOOTER---------- */
footer {
	position: relative;
	padding: 2.5rem 0;
	background-color: var(--black);
	color: var(--white);
}
footer .heading {
	font-size: 1.375rem;
	font-weight: 300;
	color: var(--white);
}
footer a, footer a:link, footer a:visited,
.credit-wrap a, .credit-wrap a:link, .credit-wrap a:visited {
	color: var(--white);
	font-weight: 400;
}
footer a:hover, footer a:focus, footer a:active,
.credit-wrap a:hover, .credit-wrap a:focus, .credit-wrap a:active {
	color: var(--yellow);
	text-decoration: none;
}
#menu-secondary-menu {
	padding: 0;
  text-align: center;
}
#menu-secondary-menu li {
	padding: 0;
	display: inline-block;
	list-style: none;
}
#menu-secondary-menu .nav-link {
  padding: 0 .5rem;
  font-size: 1.125rem;
}
footer .social-wrap svg {
	width: 24px;
	height: 24px;
	transition: opacity 0.4s ease;
}
footer .social-wrap svg:hover {
	opacity: .7;
}
footer .gform_wrapper, footer .gform-theme--foundation .gform_footer, .gform_required_legend {
	margin: 0 !important;
}
.credit-wrap {
	background-color: var(--stone);
	padding: 1.25rem 0;
	font-size: .75rem;
	color: var(--white);
}
@media (min-width : 768px) {
	footer .gfield--input-type-email {
		grid-column: span 8 !important;
	}
	footer .gfield--type-submit {
		grid-column: span 4 !important;
	}
}
@media (min-width : 992px) {
	footer {
		padding: 4rem 0;
	}
	footer .gfield--input-type-email {
		grid-column: span 9 !important;
	}
	footer .gfield--type-submit {
		grid-column: span 3 !important;
	}
}

/* ----------FORMS---------- */
form .small {font-size: .875rem}
.grecaptcha-badge {z-index: 9 !important;}
.gform-theme--foundation .gform_fields {row-gap: 20px !important;}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--black) !important;
}
.gform-field-label--type-sub {
	color: var(--black) !important;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background-color: var(--gray) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  color: var(--black) !important;
  height: 44px !important;
}
.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: var(--black) !important;
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: var(--blue) !important;
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
		border-radius: 50% !important;
}
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: var(--blue) !important;
}
.gform_wrapper .datepicker {
	color: var(--black) !important;
}
.gform_wrapper .charleft {
	color: var(--black) !important;
}
.gform_wrapper input[type="submit"].gform-button,
input[type="submit"].gform-button, .gform-button,
.gform_wrapper input[type="submit"].gform_button,
input[type="submit"].gform-button, .gform_button {
	padding: 14px !important;
	background-color: var(--blue) !important;
	border: none !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--yellow) !important;
	text-transform: uppercase !important;
}
.gform_wrapper input[type="submit"].gform-button:hover,
.gform_wrapper input[type="submit"].gform-button:focus,
.gform_wrapper input[type="submit"].gform-button:active,
.gform_wrapper input[type="submit"].gform_button:hover,
.gform_wrapper input[type="submit"].gform_button:focus,
.gform_wrapper input[type="submit"].gform_button:active,
.gform-button:hover,
.gform-button:focus,
.gform-button:active,
.gform_button:hover,
.gform_button:focus,
.gform_button:active {
	background-color: var(--yellow) !important;
	color: var(--blue) !important;
}
/* Form Placeholders */
::placeholder {
	color: var(--black);
	opacity: 1;
}

/* ----------WP CORE---------- */
.wp-block-image {
	margin:25px 0;
}
.wp-block-image figcaption {
	text-align: left;
	font-size: .875rem;
}
.wp-block-image img {
	height: auto;
}
.wp-block-group {
	background-color: var(--blue);
	text-align: center;
}
.wp-block-buttons {
 margin-bottom: 15px;
}
.wp-block-button__link {
	margin: 7px 0;
	padding: 14px;
	background-color: var(--blue);
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 1;
	border: none;
	border-radius: 5px;
}
.wp-block-button__link:hover {
	background-color: var(--yellow);
	color: #fff;
}
.wp-block-search__button {
	margin: 0 0 0 5px;
}

/* ----------MENU ANIMATIONS---------- */
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
  animation-name: slideIn;
}
/*menu toggle*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #231f20;
}
.hamburger-box {
  width: 18px;
  height: 16px;
  display: inline-block;
  position: relative; 
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #231f20;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; 
}
.hamburger-inner::before {
  top: -6px; 
}
.hamburger-inner::after {
  bottom: -6px; 
}
.hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

/* ----------ACCESSIBILITY---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
a:focus-visible, button:focus-visible {
  outline: 3px solid #0000ff !important;
}
.skip-link {
  display: block;
  position: absolute !important;
  transform: translateY(-100%);
  overflow: hidden;
  margin-left: -100px;
  padding: 5px 0;
  background-color: var(--bgcolor);
  width: 200px !important;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  left: 50%;
  z-index: 999;
}
.skip-link:focus {
  transform: translateY(0%);
}

/* ----------PRINT---------- */
@media print {
	blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]::after,a[href^="#"]::after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}
}