/*
Theme Name:		ODEN 2021
Author:			CMS Web Solutions
Author URI:		http://cmswebsolutions.com
*/

/* inter-regular - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/inter-v3-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/inter-v3-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* inter-700 - latin */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('fonts/inter-v3-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/inter-v3-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
    font-size: 110%;
}

body {
	margin: 0 auto;
	font-family: 'Inter', Arial, sans-serif;
	font-weight: 400;
	position: relative;
	color: #010101;
	background-color: #fffefe;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

header, nav, main, footer,
iframe, embed, figcaption, figure, section, summary {
	display: block;
	position: relative;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table caption {
	padding: .5em;
	color: #56276a;
	text-align: left;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: .5em;
	border: 1px solid #ddd;
}

address {
	font-style: normal;
}

figure {
	display: table;
}

figcaption {
    display: table-caption;
	caption-side: bottom;
}

.main_wrapper,
.inner {
	display: block;
	margin: 0 auto;
	padding: 0 1.5em;
	max-width: 70em;
	position: relative;
}

.mainnav {
	margin-bottom: .5em;
}

.mainnav .inner {
	padding: 0;
	max-width: 75em;
}

.main_wrapper {
	padding: 0 1.5em 3em;
}

h1 {
	margin: .75em 0;
	padding: .5em;
	color: #fff;
	background: #56276a url(img/h1_bg.jpg) center center no-repeat;
	background-size: cover;
	font-size: 1.892rem;
	font-weight: 400;
}

.home h1 {
	padding: 0;
	color: #324d5c;
	background: transparent;
}

h2 {
	margin: 1.25em 0 .75em;
	color: #173052;
	font-weight: 400;
}

h1 + h2 {
	margin: .25em 0 .75em;
}

h2 a {
	color: #173052;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #56276a;
	-webkit-text-decoration-color: #222;
	text-decoration-color: #222;
}

h3 {
	margin: 1.5em 0 .75em;
	color: #56276a;
	font-weight: 400;
}

h4 {
	margin: 1.5em 0 .75em;
	color: #324d5c;
	font-weight: 600;
}

li, p + p, p * {
	margin-top: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	color: #173052;
	transition: color .1s;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #56276a;
}

:focus {
	outline: 2px solid #cbdce4;
}

a:active {
	transition: color 2s;
	color: blue;
}

a img {
	border: none;
	outline: none;
}

iframe,embed {
	margin-bottom: 1.5em;
	max-width: 100%;
}

input,
textarea,
select {
	margin: 0;
	font: inherit;
}

button,
.wp-block-button {
	color: #56276a;
	background-color: #fff;
	border: 1px solid #56276a;
	border-radius: 0 !important;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
	padding: .25em 1em;
	text-align: center;
	text-decoration: none;
}

.wp-block-button {
	color: inherit;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0 !important;
	padding: 0;
}

.wp-block-button__link,
.wp-block-button__link:visited {
	padding: .25em 1em;
	color: #56276a;
	background-color: #fff;
	border: 1px solid #56276a;
	border-radius: 0 !important;
}

.wp-block-button__link.has-orange-color:hover, 
.wp-block-button__link.has-orange-color:focus {
	color: #faa61a;
}
 
.wp-block-button__link.has-orange-background-color {
	color: #000;
	background-color: #faa61a;
	border: 1px solid #faa61a;
}
.wp-block-button__link.has-orange-background-color:hover, 
.wp-block-button__link.has-orange-background-color:focus {
	color: #faa61a;
	background-color: #000;
}

.wp-block-button__link.has-purple-background-color {
	color: #fff;
	background-color: #56276a;
	border: 1px solid #56276a;
}

.wp-block-button__link.has-purple-background-color:hover, 
.wp-block-button__link.has-purple-background-color:focus {
	color: #56276a;
	background-color: #fff;
}

.wp-block-button__link.has-lightpurple-background-color {
	color: #000;
	background-color: #d9c4df;
}

.wp-block-button__link.has-lightpurple-background-color:hover,
.wp-block-button__link.has-lightpurple-background-color:focus {
	color: #fff;
	background-color: #56276a;
}

.wp-block-button__link.has-grey-background-color {
	color: #000;
	background-color: #f2f2f2;
}

.wp-block-button__link.has-grey-background-color:hover,
.wp-block-button__link.has-grey-background-color:focus {
	color: #f2f2f2;
	background-color: #56276a;
}

button:hover,
button:focus,
.wp-block-button__link:hover, 
.wp-block-button__link:focus {
	color: #fff;
	background-color: #56276a;
}

.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

a.skip {
	position: absolute;
	top: 0;
	left: -1000em;
	background-color: #354c65;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

a.skip:focus,
a.skip:hover {
	left: 1em;
	top: 0;
	padding: .5em 1em;
}

.notice {
	color: #000;
	background-color: #faa61a;
}

.notice .inner {
	display: block;
	padding: .25em .5em;
	max-width: 60em;
	font-size: 1.1rem;
	font-weight: 700;
}

header {
	padding: .5em 0;
	text-align: center;
}

.logo {
	max-width: 250px;
	height: auto;
	margin: 1em auto;
	display: block;
	text-align: center;
}

.utilities .links {
	display: inline-flex;
}

.utilities .links a {
	display: inline-block;
	margin-left: 1em;
	padding: .25em 1em;
	color: #000;
	background-color: #d9c4df;
	text-decoration: none;
}

.utilities .links li:nth-of-type(even) a {
	color: #fff;
	background-color: #56276a;
}

div[role="search"] form {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
}

div[role="search"].member_search form {
	justify-content: flex-start;
}

div[role="search"] [type="text"] {
	margin: 0;
	width: auto;
	height: 36px;
	color: #000;
	background: #f2f2f2;
	font-family: inherit;
	font-size: 1em;
	border: 1px solid #e2e2e2;
	outline: none;
}

div[role="search"] [type="text"]::-moz-placeholder {
	color: #050626;
}

div[role="search"] label {
	margin-right: .25em;
}

div[role="search"] button[type="submit"],
div[role="search"] input[type="submit"] {
	margin: 0;
	padding: .25em .1em;
	height: 36px;
	width: 36px;
	color: #000;
	background: #faa61a url(img/search.png) center center no-repeat;
	border: none;
	border-radius: 0;
}

.query {
	background-color: #d9c4df;
}

.mainnav {
	color: #324d5c;
	background-color: #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 2px solid #fff;
}

nav .mobile {
	transition: none;
	cursor: pointer;
	display: block;
	width: 100%;
	color: #324d5c;
	background-color: #e2e2e2;
	margin: 0 auto;
	padding: .25em 0;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 0;
}

nav .mobile span::before {
	content: '\2630';
	display: inline-block;
	margin-right: .25em;
	font-size: 1.25em;
}

nav .mobile.open span::before {
	content: '\00D7';
}

nav .mobile:hover,
nav .mobile:focus {
	color: #fff;
	background-color: #56276a;
}

nav ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
}

.mainnav ul {
	display: none;
}

nav li {
	list-style: none;
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
}

.mainnav li {
	background-color: #e2e2e2;
}
/* 
.mainnav li:last-of-type{
	color: #fff;
	background-color: #56276a;
} */

nav a {
	padding: .25em 0;
	width: 100%;
	color: #324d5c;
	text-decoration: none;
	text-align: center;
}
/* 
.mainnav li:last-of-type a {
	color: #fff;
} */

.nav_trigger {
	margin: 0;
	padding: .5em .25em;
	width: 100%;
	color: #324d5c;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.nav_trigger span {
	display: inline-block;
	background: url(img/down_arrow.png) bottom left no-repeat;
	width: 11px;
	height: 11px;
	margin-right: .25em;
}

.mainnav li:hover,
.mainnav li:focus {
	background-color: #fff;
}

.mainnav a:hover,
.mainnav a:focus,
.mainnav a:active,
.current_page_ancestor .nav_trigger,
.nav_trigger:hover,
.nav_trigger:focus,
.nav_trigger:active {
	color: #56276a;
	background-color: #fff;
}

.mainnav li:last-of-type a:hover,
.mainnav li:last-of-type a:focus {
	color: #56276a;
}

.nav_trigger:hover,
.nav_trigger:focus,
.nav_trigger:active {
	border: none;
}

nav .open + ul {
	display: block;
}

nav .open + ul li {
	padding: .5em;
	text-align: center;
}

.mainnav .sub-menu {
	min-width: 5em;
	transition: all 0.5s ease;
	display: none;
}

.mainnav .sub-menu.open {
	display: block;
	position: relative;
}

.mainnav .sub-menu.open li {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
}

.news img {
	display: block;
}

.news .caption {
	display: block;
	padding: 1em;
	background-color: #f4f4f4;
}

.news a {
	text-decoration: none;
}

.news a:hover .caption,
.news a:focus .caption {
	color: #f4f4f4;
	background-color: #56276a;
}

.sectionnav ul {
	background-color: #fff;
	border: .5em solid #eeeaef;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.sectionnav li {
	border-bottom: 2px solid #d9d9d9;
}

.sectionnav a {
	display: block;
	padding: .25em 1em;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.sectionnav a:hover,
.sectionnav a:focus {
	color: #fff;
	background-color: #56276a;
}

.has-white-color {
	color: #ffffff;
}

.has-white-background-color {
	color: #000;
	background-color: #ffffff;
}

.has-black-color {
	color: #000000;
}

.has-black-background-color {
	color: #fff;
	background-color: #000000;
}

.has-orange-color {
	color: #faa61a;
}

.has-orange-backround-color {
	color: #000000;
	background-color: #faa61a;
}

.has-purple-color {
	color: #56276a;
}

.has-purple-background-color {
	color: #fff;
	background-color: #56276a;
}

.sitemap ul {
	padding-left: 1.5em;
}

/* Members */

table.members thead tr {
	background-color: #d9c4df;
}

table.members tr:nth-child(2n+2) {
	background-color: #e2e2e2;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
 
.acf-map img {
    max-width: inherit !important;
}

.member_info {
	display: flex;
	align-items: baseline;
}

.member_info h3 {
	margin: 0 .5em 0 0;
	font-size: 1em;
}

.member_info p,
.member_info ul {
	margin: 0 0 1em 0;
}

.member_info ul {
	padding-left: 0;
}

.member_info li {
	list-style: none;
}

/* 
#wawp_restriction_login_button {
	display: none;
} */

/* Default gallery */
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	margin: 1em;
}

@supports (display: grid) {
	.gallery {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		grid-gap: 1em;
	}

	.gallery-item {
		margin: 0;
	}
}

.gallery-caption {
	margin: 0;
	text-align: center;
}

.gallery br {
	display: none;
}

.alignleft,img.alignleft {
	display: inline;
	float: left;
	clear: left;
	margin: 0 1.5em 1.5em 0;
}

.alignright,img.alignright {
	display: inline;
	float: right;
	clear: right;
	margin: 0 0 1.5em 1.5em;
}

.aligncenter,
img.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 1.5em;
}

.wp-caption {
	margin: 1em 0;
	max-width: 100%;
	position: relative;
	display: table;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	display: block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: .5em;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

footer {
	padding: 1em;
	width: 100%;
	color: #fff;
	background: #56276a url(img/footer_swoosh.png) center left no-repeat;
}

footer h2,
footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #b6b6b6;
	text-decoration: underline;
}

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

.social {
	margin-top: .5em;
	padding-top: .5em;
}

.social::before {
	content: '';
	width: 60%;
	height: 1px;
	background-color: #fff;
	display: block;
}

.social ul {
	display:flex;
	justify-content: flex-start;
}

nav.social li {
	list-style: none;
	margin: .5em .5em .5em 0;
	width: auto;
}

.social a {
	color: #fff;
	display: block;
}

.social a:hover,
.social a:focus {
	color: #b6b6b6;
}

.social svg {
	width: auto;
	height: 28px;
	fill: #fff;
}

.social svg:hover,
.social svg:focus {
	fill: #b6b6b6;
}

#mc-embedded-subscribe-form label,
#mc-embedded-subscribe-form input {
	margin: .25em 0;
	display: block;
}

nav.site_links ul,
nav.policy_links ul {
	display: flex;
	justify-content: space-between;
}

.site_links li {
	margin: .5em 0;
}

.site_links a {
	margin: 0 .25em;
	padding: .25em;
	border: 1px solid #fff;
}

.site_links li:nth-of-type(2n+1) a,
.site_links li:nth-of-type(2n+2) a:hover,
.site_links li:nth-of-type(2n+2) a:focus {
	color: #000;
	background-color: #d9c4df;
}

.site_links li:nth-of-type(2n+1) a:hover,
.site_links li:nth-of-type(2n+1) a:focus {
	color: #fff;
	background-color: transparent;
}

.french_notice {
	color: #fff;
	background-color: #000;
}

.french_notice .inner {
	padding: 1em 1.5em;
}

.french_notice a {
	color: #fff;
}

.french_notice a:hover,
.french_notice a:focus {
	color: #b6b6b6;
	text-decoration: underline;
}

.french_notice .button {
	padding: .25em;
	background-color: #56276a;
	border: 1px solid #fff;
}

@media screen and (min-width: 37.5em) {
    .alignleft,img.alignleft {
        float: left;
        margin: 0 1.5em 1.5em 0;
    }
    
    .alignright,img.alignright {
        float: right;
        margin: 0 0 1.5em 1.5em;
    }
    
    .aligncenter,img.aligncenter {
        display: block;
        clear: both;
        margin: 1.5em auto;
	}

	.posts {
		display: inline-block;
		display: flex;
		justify-content: space-between;
		gap: 1em;
		flex-wrap: wrap;
	}

	.posts li {
		display: inline-block;
		max-width: 48%;
		flex-basis: 48%;
	}

	@supports (display: grid) {
		.posts {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
			grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		}

		.posts li {
			max-width: none;
		}
	}
}

@media screen and (min-width: 56.25em) {

	header .inner {
		padding: .5em 1.5em;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.logo {
		margin: 0 1em 0 0;
		text-align: left;
	}

	.utilities {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 1em;
	}
	
	nav {
		margin: .5em 0;
	}

	nav .mobile {
		display: none;
	}

	.mainnav {
		font-size: .9rem;
		box-shadow: 0px 5px 5px 0px rgba(40,40,40,0.2);
	}

	.mainnav ul,
	nav ul {
		display: flex;
		justify-content: space-between;
	}

	nav li {
		width: auto;
		border-bottom: none;
	}

	nav li {
		padding: 0;
	}

	nav a {
		display: block;
		padding: .5em;
	}

	.mainnav a:hover,
	.mainnav a:focus {
		background-color: #fff;
	}

	nav > li:first-of-type a {
		padding-left: 0;
	}

	nav > li:last-of-type a {
		padding-right: 0;
	}

	.mainnav .sub-menu.open {
		position: absolute;
		z-index: 10;
		width: auto;
		min-width: 10em;
		background-color: #fff;
		background-color: rgba(255,255,255,.95);
		box-shadow: 0px 5px 5px 0px rgba(40,40,40,0.2);
	}

	.mainnav .sub-menu.open .sub-menu.open {
		position: relative;
		left: 0;
		font-size: .9em;
	}

	.mainnav .sub-menu.open li:hover,
	.mainnav .sub-menu.open li:focus,
	.mainnav .sub-menu.open .current_page_item {
		color: #fff;
		background-color: #56276a;
	}

	.mainnav .sub-menu.open a {
		text-align: left;
	}

	.mainnav .sub-menu.open a:hover,
	.mainnav .sub-menu.open a:focus,
	.sub-menu.open .current_page_item a {
		color: #fff;
		background-color: #56276a;
	}

	.current_page_item:not(.menu-item-home) a,
	.current_page_ancestor .nav_trigger {
		color: #56276a;
		background-color: #fff;
	}

	.page-template-page-news .main_wrapper,
	.single .main_wrapper,
	.category .main_wrapper,
	.archive .main_wrapper {
		display: flex;
		justify-content: space-between;
		gap: 2em;
	}

	.page-template-page-news main,
	.single main,
	.category main,
	.archive main {
		flex-basis: 100%;
	}

	.posts li {
		display: inline-block;
		flex-basis: 30%;
	}

	.news .details {
		display: inline-block;
		display: flex;
		gap: 2em;
	}

	footer .inner {
		display: inline-block;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 2em;
	}

	footer .col {
		flex: 0 1 33.333%;
	}

	footer .col:last-of-type {
		align-self: flex-end;
		text-align: right;
	}

	nav.site_links ul,
	nav.policy_links ul {
		justify-content: flex-end;
	}

	/* .policy_links li::after {
		content: '';
		display: inline-block;
		margin-left: .75em;
		height: 1em;
		border-right: 1px solid #fff;
		vertical-align: middle;
	}

	.policy_links li:last-of-type::after {
		border-right: none;
	} */

	.french_notice .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.french_notice .inner p:last-of-type {
		flex: 0 1 50%;
	}
}