@charset "UTF-8";
/*!
Theme Name: base-theme
Author: dinkuminteractive
Author URI: https://dinkuminteractive.com/

Description: Base theme to start all projects

Version: 1.0.0
Last update: 06-02-2020
Tested up to:
minimum PHP version required: 7.1
Text Domain: base-theme

Normalizing styles, version: 8.0.1 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Global
# plugins

# Utilities
	- Accessibility
	- Alignments
	- Variable

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/**
 * Variables
 */
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Gentium+Basic:wght@400;700&family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Basic:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,700;1,400&display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
}

.main__header,
.logo img,
.navbar-nav {
	transition: all .2s linear;
}

.top__header {
	height: 38px;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 991.98px) {
	.top__header {
		display: none;
	}
}

.top__header-sticky.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 999;
	background-color: white;
	border-bottom: 1px solid #d8d8d8;
}

.top__header-sticky.fixed-header .main__header {
	margin: 0;
	padding-bottom: 1rem;
	border: none;
}

.top__header-sticky.fixed-header .logo img {
	max-width: 230px;
}

.main__header {
	padding-bottom: 2rem;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 2rem;
}

.main__header--sub {
	border: none;
	margin-bottom: 0;
}

.logo {
	position: relative;
	width: 100%;
}

.logo img {
	width: 100%;
	max-width: 300px;
}

.search-form {
	position: relative;
}

@media (max-width: 1199.98px) {
	.search-form {
		margin-bottom: 1rem;
		display: inline-block;
	}
}

.search-form input {
	box-shadow: none !important;
	outline: none !important;
	border: none;
	font-size: 15px;
	max-width: 50px;
	font-weight: 700;
	border-radius: 0;
	margin-right: 20px;
	border-bottom: 1px solid transparent;
	transition: all .4s ease;
}

@media (max-width: 1199.98px) {
	.search-form input {
		margin-right: 20px;
		margin-left: auto;
	}
}

.search-form input::-webkit-input-placeholder {
	font-weight: 700;
}

.search-form input::-moz-placeholder {
	font-weight: 700;
}

.search-form input:-ms-input-placeholder {
	font-weight: 700;
}

.search-form input:-moz-placeholder {
	font-weight: 700;
}

.search-form input.search-opened {
	max-width: 200px;
	border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 1199.98px) {
	.search-form input.search-opened {
		max-width: 165px;
		margin-left: 50px;
	}
}

.search-form input.search-opened ~ label {
	left: -55px;
	width: auto;
	background-color: transparent;
}

@media (max-width: 1199.98px) {
	.search-form input.search-opened ~ label {
		left: 0;
	}
}

.search-form input.search-opened ~ .icon__magnifyingglass {
	display: none;
}

.search-form input.search-opened ~ .icon__arrow {
	display: block;
}

.search-form input ~ label {
	position: absolute;
	top: 0;
	left: 0;
	height: 36.5px;
	line-height: 36.5px;
	font-weight: 700;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	color: #a65353;
	width: 100%;
	background-color: #ffffff;
	pointer-events: none;
	transition: all .4s ease;
}

.search-form input ~ .icon__magnifyingglass {
	content: '';
	position: absolute;
	cursor: pointer;
	top: -4px;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url("../img/icons/magnifying_glass_default.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
}

@media (max-width: 1199.98px) {
	.search-form input ~ .icon__magnifyingglass {
		right: 0;
		top: 10px;
	}
}

.search-form input ~ .icon__arrow {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	border: none;
	background-color: transparent;
}

.search-form input ~ .icon__arrow svg {
	color: #485f76;
}

.search-form input ~ .icon__arrow svg:hover {
	color: #a65353;
}

@media (max-width: 1199.98px) {
	.search-form input ~ .icon__arrow svg {
		margin-top: 8px;
	}
}

@media (max-width: 1199.98px) {
	.search-form input ~ .icon__arrow {
		right: 0;
	}
}

.search-form:hover input ~ .icon__magnifyingglass {
	background-image: url("../img/icons/magnifying_glass_focus.svg");
}

.search-form .form-control {
	height: calc(1.5em + 0.75rem + 2px);
}

.top-login {
	position: relative;
	margin-left: 1rem;
}

@media screen and (min-width: 1400px) {
	.top-login {
		margin-right: -152px;
	}
}

@media (max-width: 991.98px) {
	.top-login {
		display: none;
	}
}

.top-login a {
	height: 38px;
	background-color: #a65353;
	display: block;
	padding: 0 1rem;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	width: 115px;
	text-align: center;
}

.top-login .btn:focus {
	box-shadow: 0 0 0 0.2rem #007bff !important;
	background-color: #984c4c !important;
}

.search-form input:focus {
	max-width: 200px;
	border-bottom: 1px solid #d8d8d8;
}

.search-form input:focus ~ label {
	left: -55px;
	width: auto;
	background-color: transparent;
}

.search-form input:focus ~ .icon__arrow {
	display: block;
}

.search-form input:focus ~ .icon__magnifyingglass {
	display: none;
}

header.runFixedHead {
	min-height: 130px;
}

@media screen and (max-width: 990px) {
	.search-form input ~ .icon__magnifyingglass {
		top: -4px;
	}
	.search-form {
		overflow: hidden;
	}
}

footer {
	position: relative;
	width: 100%;
	background-color: #2f4357;
	padding: 60px 0;
}

@media (max-width: 767.98px) {
	footer {
		padding: 40px 0;
	}
}

footer .logo-footer {
	display: block;
	padding: 0;
}

@media (max-width: 767.98px) {
	footer .logo-footer {
		margin-bottom: 2rem;
	}
}

footer .logo-footer img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 767.98px) {
	footer .logo-footer img {
		width: 100%;
	}
}

footer .copyrights {
	margin-top: 2rem;
	border-top: 1px solid #485f76;
	padding-top: 2rem;
}

@media (max-width: 767.98px) {
	footer .copyrights .row {
		flex-direction: column-reverse;
	}
}

footer .copyrights p {
	font-family: "Gentium Basic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

@media (max-width: 991.98px) {
	footer .copyrights p {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	footer .copyrights p {
		margin-bottom: 0;
	}
}

footer .copyrights ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	width: 100%;
}

@media (max-width: 767.98px) {
	footer .copyrights ul {
		text-align: left;
		margin-bottom: 1rem;
	}
}

footer .copyrights ul li {
	display: inline-block;
	margin-left: .25rem;
}

footer .copyrights ul li a {
	font-family: "Gentium Basic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	color: #ffffff;
}

@media (max-width: 991.98px) {
	footer .copyrights ul li a {
		font-size: 14px;
	}
}

footer .copyrights ul li a:hover {
	text-decoration: none;
}

/*Footer nav*/
.nav-footer {
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 767.98px) {
	.nav-footer {
		justify-content: flex-end;
		align-items: flex-start;
		flex-direction: column;
	}
}

.nav-footer .nav-item .nav-link {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: .47px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0.5rem 0;
	margin: 0 1rem;
}

@media (max-width: 1199.98px) {
	.nav-footer .nav-item .nav-link {
		font-size: 12px;
	}
}

@media (max-width: 991.98px) {
	.nav-footer .nav-item .nav-link {
		font-size: 11px;
		padding: .25rem 0;
		margin: 0 .25rem;
	}
}

@media (max-width: 767.98px) {
	.nav-footer .nav-item .nav-link {
		font-size: 14px;
		margin: 0;
	}
}

.nav-footer .nav-item .nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}

.nav-footer .nav-item .nav-link:hover::before {
	width: 100%;
}

.nav-footer .nav-item .nav-link.nav--login {
	height: 34px;
	background-color: #a65353;
	width: 80px;
	padding: 0;
	text-align: center;
	line-height: 34px;
	margin-left: .625rem;
}

.nav-footer .nav-item .nav-link.nav--login:before {
	display: none;
}

@media (max-width: 767.98px) {
	.nav-footer .nav-item .nav-link.nav--login {
		margin-left: 0;
		margin-top: .625rem;
	}
}

.nav-footer .nav-item.nav--login .nav-link:hover {
	background-color: #984c4c;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.wrapper .inner__wrapper {
	margin: 0;
	display: block;
}

.section {
	padding: 80px 0;
}

@media (max-width: 767.98px) {
	.section {
		padding: 40px 0;
	}
}

.content {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 450px);
}

.widget-sdb {
	margin-bottom: 43px;
}

.widget-sdb__header {
	padding: 23px 20px;
	display: flex;
	justify-content: space-between;
}

.widget-sdb__header h4 {
	font-family: "Lato", sans-serif;
	color: #ffffff;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	padding-left: 10px;
}

.widget-sdb__title {
	display: flex;
	align-items: center;
}

.widget-sdb__title figure {
	margin-bottom: 0;
}

.widget-sdb__body {
	background: #ffffff;
}

.filter__header {
	background: #2f4357;
}

.filter__header h4 {
	padding-top: 3px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	line-height: 24px;
	color: #f6f6f6;
}

.filter__card {
	border: none;
}

.filter__card-header {
	padding: 18px 22px;
	background: #485f76;
	border-radius: 0 !important;
}

.filter__card-header h5 {
	margin-bottom: 0;
}

.filter__card-header h5 a {
	font-family: "Gentium Basic", sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 24px;
	color: #f6f6f6;
}

.filter__clear button {
	background: transparent;
	border: none;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	position: relative;
	font-size: 16px;
	padding-right: 30px;
}

.filter__clear button:before {
	content: '';
	background-image: url("../img/icons/Clear_all_X.svg");
	background-size: 21px;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0;
}

.filter__clear button:hover:before {
	background-image: url("../img/icons/clear_all_x_focus.svg");
}

.filter__clear button:hover span {
	border-bottom: 1px solid;
}

.filter__clear button:focus {
	outline: 0;
}

.filter__body {
	padding: 24px;
	background: #647d95;
}

.filter__form .form-group {
	display: block;
	margin-bottom: 15px;
}

.filter__form .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.filter__form .form-group label {
	position: relative;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
}

.filter__form .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #ffffff;
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	top: 4px;
	cursor: pointer;
	margin-right: 15px;
}

.filter__form .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 6px;
	height: 9px;
	border: solid #a65353;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.filter__accordion .accordion-menu > a {
	display: block;
	position: relative;
}

.filter__accordion .accordion-menu > a:after {
	content: '';
	background-image: url("../img/icons/filter_down_arrow.svg");
	background-size: 19px 11px;
	width: 19px;
	height: 11px;
	position: absolute;
	top: 11px;
	right: 0;
}

.filter__accordion .accordion-menu > a[aria-expanded="true"]:after {
	content: '';
	background-image: url("../img/icons/filter_up_arrow.svg");
}

.recent-issues__header {
	background: #a65353;
}

.recent-issues__body {
	padding: 22px 24px;
}

.recent-issues__item {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 17px;
	margin-bottom: 26px;
}

.recent-issues__item h4 {
	font-size: 19px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 4px;
}

.recent-issues__item h4 a {
	color: #000000;
	line-height: 24px;
}

.recent-issues__item h4 a:hover, .recent-issues__item h4 a:focus {
	text-decoration: underline;
	color: #485f76;
}

.recent-issues__item:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.page-template-template-join #content .hero {
	margin-top: -2.0rem;
}

.page-template-template-join #content .hero .container .hero__title h2 {
	font-size: 29px;
	letter-spacing: .14px;
	line-height: 39px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

.page-template-template-join #content .hero .container .hero__title p {
	text-align: left;
	color: #F7F7F7;
	margin-bottom: 32px;
}

.page-template-template-join #content .hero .container .hero__title .button-wrapper {
	text-align: center;
}

.page-template-template-join #content .hero .container .hero__title .button-wrapper a.button {
	background: #B24D50 0% 0% no-repeat padding-box;
	opacity: 1;
	width: 247px;
	height: 50px;
	padding: 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.page-template-template-join #content #membership-join .top-section-text h2 {
	font-size: 15px;
	letter-spacing: .82px;
	line-height: 43px;
	color: #877576;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 2.0rem;
}

.page-template-template-join #content #membership-join .top-section-text h2:after {
	content: '';
	display: inline-block;
	height: 2px;
	background: #877576;
	width: 50px;
	position: relative;
	top: -5px;
	left: 10px;
}

.page-template-template-join #content #membership-join .top-section-text p {
	color: #000000;
	font-size: 19px;
	line-height: 25px;
}

.page-template-template-join #content #membership-join .member-type-container {
	background: #F6F6F6;
	padding: 30px;
	margin-top: 50px;
	border: 1px solid #E2E2E2;
}

.page-template-template-join #content #membership-join .member-type-container p {
	font-size: 19px;
	line-height: 25px;
	color: #2A4359;
}

.page-template-template-join #content #membership-join .member-type-container .toggle-container h5 {
	margin-bottom: 0;
}

.page-template-template-join #content #membership-join .member-type-container .toggle-container h5 a {
	font-size: 15px;
	line-height: 43px;
	letter-spacing: .82px;
	color: #877576;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-template-join #content #membership-join .member-type-container .toggle-container h5 a::before {
	content: '';
	display: inline-block;
	height: 24px;
	width: 24px;
	background-image: url("assets/img/icons/icon-minus.svg");
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 16px;
	position: relative;
	top: 6px;
}

.page-template-template-join #content #membership-join .member-type-container .toggle-container h5 a.collapsed::before {
	background-image: url("assets/img/icons/icon-plus.svg");
}

.page-template-template-join #content #membership-join .member-type-container .who-list ul {
	margin-left: 1.5rem;
	padding-left: 0;
}

.page-template-template-join #content #membership-join .member-type-container .who-list ul li {
	font-size: 19px;
	line-height: 25px;
	color: #2A4359;
}

.page-template-template-join #content #membership-join .member-type-container .buttons-right {
	margin-top: 1.5rem;
	text-align: right;
}

.page-template-template-join #content #membership-join .member-type-container .buttons-right .button-container {
	text-align: center;
}

.page-template-template-join #content #membership-join .member-type-container .buttons-right .button-container a.button {
	padding: .5rem 3rem .5rem 3rem;
	border: 3px solid #52697F;
	color: #52697F;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: .82px;
	margin-bottom: 1.0rem;
}

.page-template-template-join #content #membership-join .member-type-container .buttons-right .button-container a.button:hover {
	background: #B24D50;
	border-color: #B24D50;
	color: #FFFFFF;
}

.page-template-template-join #content #membership-join .member-type-container .buttons-right .button-container a.button.file {
	padding: .5rem 4rem .5rem 1.5rem;
	background-image: url("assets/img/icons/icon-download.svg");
	background-repeat: no-repeat;
	background-position: 95% center;
}

.page-template-template-join #content #membership-join .member-type-container .buttons-right .button-container a.button.file:hover {
	background-image: url("assets/img/icons/icon-download-white.svg");
}

.page-template-template-join #content #membership-join .contact-text {
	margin-top: 75px;
	padding: 50px;
	background: transparent radial-gradient(closest-side at 50% 50%, #4C6981 0%, #475E74 100%) 0% 0% no-repeat padding-box;
	text-align: center;
}

.page-template-template-join #content #membership-join .contact-text h2 {
	color: #F6F6F6;
	letter-spacing: 0.15px;
	margin-bottom: 0;
	font-size: 32px;
	line-height: 1.2;
}

.page-template-template-join #content #membership-join .contact-text a.button {
	border: 3px solid #FFFFFF;
	padding: 12px 50px 12px 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1.5rem;
}

.page-template-template-join #content #membership-join .contact-text a.button:hover {
	background: #B24D50;
	border-color: #B24D50;
	color: #FFFFFF;
}

@media (min-width: 576px) {
	.page-template-template-join #content .hero {
		margin-top: -2.0rem;
	}
	.page-template-template-join #content .hero .container .hero__title .button-wrapper {
		text-align: left;
	}
	.page-template-template-join #content .hero .container .hero__title .button-wrapper a.button {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.page-template-template-join #content #membership-join .top-section-text {
		padding: 0px 100px;
	}
}

@media (min-width: 992px) {
	.page-template-template-join #content #membership-join .member-type-container .who-list ul {
		list-style-type: none;
		margin-left: 2.5rem;
	}
	.page-template-template-join #content #membership-join .member-type-container .who-list ul li {
		position: relative;
	}
	.page-template-template-join #content #membership-join .member-type-container .who-list ul li::before {
		content: '';
		background-image: url("assets/img/icons/icon-minus.svg");
		background-repeat: no-repeat;
		background-position: center center;
		width: 24px;
		height: 26px;
		position: absolute;
		left: -2.0rem;
	}
	.page-template-template-join #content #membership-join .member-type-container .buttons-right .button-container {
		text-align: right;
	}
	.page-template-template-join #content #membership-join .member-type-container .buttons-right .button-container a.button {
		text-align: center;
	}
	.page-template-template-join #content #membership-join .contact-text {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.page-template-template-join #content #membership-join .contact-text h2 {
		margin-right: 2.0rem;
	}
	.page-template-template-join #content #membership-join .contact-text a.button {
		margin-top: 0;
	}
}

.page-template-template-about #content {
	margin-top: -2.0rem;
}

.page-template-template-about #content .hero {
	padding-top: 0;
	padding-bottom: 0;
	background: #F6F6F6;
}

.page-template-template-about #content .hero .image-background {
	padding: 60px 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-template-template-about #content .hero .image-background h2 {
	font-size: 26px;
	line-height: 35px;
	letter-spacing: .16px;
	font-weight: bold;
	color: #fff;
	max-width: 651px;
}

.page-template-template-about #content .main .about-blurb {
	margin-bottom: 50px;
}

.page-template-template-about #content .main .about-blurb h2 {
	font-size: 15px;
	letter-spacing: .82px;
	line-height: 43px;
	color: #877576;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 2.0rem;
}

.page-template-template-about #content .main .about-blurb h2:after {
	content: '';
	display: inline-block;
	height: 2px;
	background: #877576;
	width: 50px;
	position: relative;
	top: -5px;
	left: 10px;
}

.page-template-template-about #content .main .about-blurb p {
	font-size: 19px;
	line-height: 24px;
}

.page-template-template-about #content .main .members {
	margin-bottom: 50px;
}

.page-template-template-about #content .main .members h2 {
	font-size: 15px;
	letter-spacing: .82px;
	line-height: 43px;
	color: #877576;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 1.0rem;
	margin-top: 0rem;
}

.page-template-template-about #content .main .members h2:after {
	content: '';
	display: inline-block;
	height: 2px;
	background: #877576;
	width: 50px;
	position: relative;
	top: -5px;
	left: 10px;
}

.page-template-template-about #content .main .members .logo-set .logo {
	padding: 30px 30px 30px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #DADBDB;
}

.page-template-template-about #content .main .members .logo-set .logo img {
	max-width: 145px;
	max-height: 60px;
	height: auto;
	width: auto;
}

.page-template-template-about #content .main .members .logo-set .logo:nth-child(odd) {
	border-right: 1px solid #DADBDB;
}

.page-template-template-about #content .main .members .logo-set .logo:nth-child(7), .page-template-template-about #content .main .members .logo-set .logo:nth-child(8) {
	border-bottom: none;
}

.page-template-template-about #content .main .members .show-after-click {
	display: none;
}

.page-template-template-about #content .main .members .show-after-click .logo {
	border-top: 1px solid #DADBDB;
	border-bottom: none;
}

.page-template-template-about #content .main .members .load-more {
	text-align: center;
	margin-top: 30px;
}

.page-template-template-about #content .main .members .load-more a.btn {
	border: 3px solid #52697F;
	transition: .2s all ease-in-out;
}

.page-template-template-about #content .main .members .load-more a.btn:hover, .page-template-template-about #content .main .members .load-more a.btn:focus {
	color: #fff;
	background: #52697F;
}

.page-template-template-about #content .main .testimonials {
	margin-bottom: 70px;
}

.page-template-template-about #content .main .testimonials #testimonialsCarousel {
	padding-bottom: 50px;
}

.page-template-template-about #content .main .testimonials #testimonialsCarousel .carousel-indicators li {
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background-color: #877576;
}

.page-template-template-about #content .main .testimonials #testimonialsCarousel .carousel-indicators li.active {
	width: 8px;
	height: 8px;
}

.page-template-template-about #content .main .testimonials #testimonialsCarousel .carousel-inner .testimonial h3 {
	font-size: 28px;
	line-height: 35px;
	letter-spacing: .17px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 53px;
}

.page-template-template-about #content .main .testimonials #testimonialsCarousel .carousel-inner .testimonial .atribution {
	text-align: center;
}

.page-template-template-about #content .main .testimonials #testimonialsCarousel .carousel-inner .testimonial .atribution h4 {
	font-size: 19px;
	line-height: 25px;
	color: #2A4359;
	font-weight: normal;
	margin-bottom: 0rem;
}

.page-template-template-about #content .main .testimonials #testimonialsCarousel .carousel-inner .testimonial .atribution h5 {
	font-size: 19px;
	line-height: 25px;
	color: #2A4359;
	font-weight: bold;
}

.page-template-template-about #content .main .figure-box {
	padding: 30px;
	background: rgba(246, 246, 246, 0.5);
	margin-bottom: 70px;
}

.page-template-template-about #content .main .figure-box .figure {
	display: flex;
	align-items: center;
}

.page-template-template-about #content .main .figure-box .figure .number {
	font-size: 103px;
	line-height: 1.1;
	letter-spacing: .52px;
	color: #877576;
	font-style: italic;
}

.page-template-template-about #content .main .figure-box .figure .plus {
	font-size: 103px;
	line-height: 1.1;
	letter-spacing: .52px;
	color: #B24D50;
	font-style: italic;
}

.page-template-template-about #content .main .figure-box .text h3 {
	font-size: 28px;
	line-height: 35px;
	letter-spacing: .17px;
	color: #000000;
	font-weight: 300;
}

.page-template-template-about #content .main .leadership {
	margin-bottom: 69px;
}

.page-template-template-about #content .main .leadership h2 {
	font-size: 15px;
	letter-spacing: .82px;
	line-height: 43px;
	color: #877576;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 2.0rem;
}

.page-template-template-about #content .main .leadership h2:after {
	content: '';
	display: inline-block;
	height: 2px;
	background: #877576;
	width: 50px;
	position: relative;
	top: -5px;
	left: 10px;
}

.page-template-template-about #content .main .leadership p {
	font-size: 19px;
	line-height: 24px;
}

.page-template-template-about #content .main .leadership a.btn {
	border: 3px solid #52697F;
	transition: .2s all ease-in-out;
}

.page-template-template-about #content .main .leadership a.btn:hover, .page-template-template-about #content .main .leadership a.btn:focus {
	color: #fff;
	background: #52697F;
}

.page-template-template-about #content .below-main-content {
	padding-top: 40px;
	background: #f6f6f6;
	margin-bottom: 170px;
}

.page-template-template-about #content .below-main-content .benefits-of-membership h2 {
	font-size: 15px;
	letter-spacing: .82px;
	line-height: 43px;
	color: #52697f;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
	margin-top: 2.0rem;
}

.page-template-template-about #content .below-main-content .benefits-of-membership h2:after {
	content: '';
	display: inline-block;
	height: 2px;
	background: #52697f;
	width: 50px;
	position: relative;
	top: -5px;
	left: 10px;
}

.page-template-template-about #content .below-main-content .benefits-of-membership p {
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	color: #2a4359;
}

.page-template-template-about #content .below-main-content .benefits-of-membership .benefits {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.page-template-template-about #content .below-main-content .benefits-of-membership .benefits li {
	border: 1px solid #e2e2e2;
	background: #fff;
	font-family: "Lato";
	font-weight: 500;
	padding: 12px;
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	.page-template-template-about #content {
		margin-top: 0;
	}
	.page-template-template-about #content .hero .image-background {
		position: relative;
		top: -2.0rem;
	}
	.page-template-template-about #content .hero .image-background h2 {
		font-size: 32px;
		line-height: 45px;
	}
	.page-template-template-about #content .main .members {
		overflow-x: hidden;
	}
	.page-template-template-about #content .main .members .logo-set .logo {
		border-right: 1px solid #DADBDB;
	}
	.page-template-template-about #content .main .members .logo-set .logo img {
		max-width: 100%;
	}
	.page-template-template-about #content .main .members .logo-set .logo:nth-child(4), .page-template-template-about #content .main .members .logo-set .logo:nth-child(8) {
		border-right: none;
	}
	.page-template-template-about #content .main .members .logo-set .logo:nth-child(5), .page-template-template-about #content .main .members .logo-set .logo:nth-child(6) {
		border-bottom: none;
	}
	.page-template-template-about #content .main .testimonials #testimonialsCarousel .carousel-inner .testimonial h3 {
		font-size: 34px;
		line-height: 43px;
	}
	.page-template-template-about #content .main .figure-box .text h3 {
		font-size: 34px;
		line-height: 43px;
	}
}

@media (min-width: 768px) {
	.page-template-template-about #content .hero .image-background {
		padding: 112px 87px;
	}
	.page-template-template-about #content .hero .image-background h2 {
		text-align: left;
	}
	.page-template-template-about #content .main .members .logo-set {
		margin-left: -40px;
		margin-right: -40px;
	}
	.page-template-template-about #content .main .members .logo-set .logo {
		padding: 30px 50px 60px 50px;
	}
	.page-template-template-about #content .below-main-content .benefits-of-membership .benefits {
		margin-top: 50px;
	}
	.page-template-template-about #content .below-main-content .benefits-of-membership .benefits li {
		padding: 30px 30px 30px 90px;
		background-image: url("assets/img/icons/icon-check.svg");
		background-repeat: no-repeat;
		background-position: 30px center;
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {
	.page-template-template-about #content .main .about-blurb {
		margin-bottom: 69px;
		padding: 0 100px;
	}
	.page-template-template-about #content .main .members {
		margin: 0 100px 75px 100px;
	}
	.page-template-template-about #content .main .testimonials {
		margin-bottom: 69px;
		padding: 0 100px;
	}
	.page-template-template-about #content .main .figure-box {
		padding: 45px;
	}
	.page-template-template-about #content .main .leadership {
		padding: 0 100px;
	}
	.page-template-template-about #content .below-main-content .benefits-of-membership {
		padding: 0 100px;
	}
}

@media (min-width: 1200px) {
	.page-template-template-about #content .main .about-blurb {
		padding: 0 150px;
	}
	.page-template-template-about #content .main .members {
		margin: 0 150px 75px 150px;
	}
	.page-template-template-about #content .main .testimonials {
		padding: 0 150px;
	}
	.page-template-template-about #content .main .leadership {
		padding: 0 150px;
	}
	.page-template-template-about #content .below-main-content .benefits-of-membership {
		padding: 0 150px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Global
--------------------------------------------- */
body {
	font-family: "Gentium Basic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 19px;
	line-height: 1.3em;
}

/*Title and Text*/
h1 {
	font-family: "Lato", sans-serif;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 51px;
	letter-spacing: normal;
	color: black;
}

h2 {
	font-family: "Lato", sans-serif;
	font-size: 32px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 40px;
	letter-spacing: normal;
	color: #000000;
	margin-bottom: 1.2rem;
}

@media (max-width: 767.98px) {
	h2 {
		font-size: 25px;
		line-height: 30px;
	}
}

h3 {
	font-family: "Lato", sans-serif;
	font-size: 29px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: normal;
	color: #817272;
}

h1 a,
h2 a,
h3 a {
	color: black;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
	color: #485f76;
}

hr {
	margin: 35px 0px;
	background: #dcdcdc;
}

.title-md {
	font-family: "Lato", sans-serif;
	font-size: 25px;
	color: #52697f;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
}

.title-md a {
	color: black;
}

.title-brownitalic {
	font-family: "Gentium Basic", sans-serif;
	color: #817272;
	display: block;
	margin-bottom: 1rem;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.04;
	letter-spacing: normal;
}

p {
	font-family: "Gentium Basic", sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: black;
}

@media (max-width: 767.98px) {
	p {
		font-size: 17px;
		line-height: 22px;
	}
}

ul,
ol {
	font-family: "Gentium Basic", sans-serif;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.32;
	letter-spacing: normal;
	color: black;
	padding-left: 3em;
}

.heading {
	position: relative;
	margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.heading {
		margin-bottom: 2rem;
	}
}

.heading span {
	position: relative;
	color: #485f76;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: inline-block;
}

.heading span::after {
	content: '';
	background-color: #485f76;
	width: 52px;
	height: 2px;
	position: absolute;
	right: -64px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.heading--light span {
	color: #ffffff;
}

.heading--light span::after {
	background-color: #ffffff;
}

.heading--big {
	overflow-x: hidden;
	height: 32px;
}

.heading--big span {
	font-size: 31px;
	line-height: 24px;
	text-transform: none;
	display: block;
}

.heading--big span:after {
	width: 100%;
	right: auto;
	left: 125px;
	top: 5px;
}

.heading__date {
	display: inline-block !important;
	background: #f6f6f6;
	z-index: 1;
	padding-right: 10px;
}

.heading__date:after {
	display: none;
}

/*Buttons & Links*/
.btn {
	height: 48px;
	min-width: 152px;
	display: inline-block;
	font-family: "Lato", sans-serif;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid transparent;
	padding: 10px 25px;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	box-shadow: none !important;
	transition: all .4s ease-in-out;
}

.btn:hover, .btn:focus {
	color: #ffffff;
}

a:not([href]) {
	color: #485f76;
	text-decoration: none;
}

a:not([href]):hover {
	color: #ffffff;
	text-decoration: none;
}

.btn--outlined {
	border-color: #485f76;
	color: #485f76;
}

.btn--outlined:hover, .btn--outlined:focus {
	color: #ffffff;
	background-color: #485f76;
}

.btn--light {
	border-color: #ffffff;
	color: #ffffff;
}

.btn--light:hover, .btn--light:focus {
	color: #485f76;
	background-color: #ffffff;
}

.btn--red {
	background-color: #a65353;
	color: #ffffff;
	font-family: "Lato", sans-serif !important;
	text-decoration: none !important;
}

.btn--red:hover, .btn--red:focus {
	background-color: #984c4c;
}

.btn--search {
	height: 46px;
	width: 46px;
	padding: 10px 10px;
	min-width: auto;
}

.btn--search:hover, .btn--search:focus {
	background: #485f76;
}

.btn--search svg {
	position: relative;
	top: -3px;
	right: 1px;
}

a {
	font-family: Lato;
	font-stretch: normal;
	display: inline-block;
	font-style: normal;
	color: #a65353;
}

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

.link-bold {
	font-weight: bold;
	font-size: 15px;
}

/*Space*/
.space10 {
	height: 10px;
	display: block;
	width: 100%;
}

.space15 {
	height: 15px;
	display: block;
	width: 100%;
}

.space20 {
	height: 20px;
	display: block;
	width: 100%;
}

.space30 {
	height: 30px;
	display: block;
	width: 100%;
}

.space45 {
	height: 45px;
	display: block;
	width: 100%;
}

.space60 {
	height: 60px;
	display: block;
	width: 100%;
}

/*Form*/
.formz--width {
	max-width: 713px;
	margin: 0 auto;
}

.formz__label,
.formz label {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.formz input[type="text"],
.formz input[type="password"],
.formz input[type="email"],
.formz input[type="password"] select,
.formz textarea {
	border: 2px solid #5a5a5a;
	border-radius: 0;
	height: 46px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0.5rem;
	outline: none;
}

.formz input[type="text"]:focus,
.formz input[type="password"]:focus,
.formz input[type="email"]:focus,
.formz input[type="password"] select:focus,
.formz textarea:focus {
	box-shadow: none;
	border-color: #5a5a5a;
}

.formz textarea {
	height: auto;
}

.form-control--custom {
	border: 2px solid #5a5a5a;
	border-radius: 0;
	height: 46px;
	margin-bottom: 0.5rem;
}

.form-control--custom:focus {
	box-shadow: none;
}

.form-control {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.bg-grey {
	background-color: #f6f6f6;
}

.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition: opacity .2s linear, visibility .2s, width 2s ease-in;
}

.screen-overlay.show {
	transition: opacity .5s ease, width 0s;
	opacity: 0;
	width: 100%;
	visibility: visible;
}

.pagination {
	margin: 4rem 0 0;
}

.pagination .page-num.page-num-last a, .pagination .page-num.page-num-first a {
	font-family: Lato;
	font-stretch: normal;
	display: inline-block;
	font-style: normal;
	color: #2f4357;
}

.pagination .page-num.page-num-last a svg, .pagination .page-num.page-num-first a svg {
	margin-top: 13px;
}

.pagination .page-num.page-num-last a:hover, .pagination .page-num.page-num-first a:hover {
	color: #a65353;
}

.pagination .page-item {
	margin: 0 7px;
	position: relative;
}

.pagination .page-item .next.page-link {
	background: transparent !important;
	font-family: "Gentium Basic", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 0px;
}

.pagination .page-item .prev.page-link {
	background: transparent !important;
	font-family: "Gentium Basic", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 13px 0px;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
	font-family: "Lato", sans-serif;
	background-color: #ffffff;
	color: #a65353;
}

.pagination .page-item.active .next.page-link,
.pagination .page-item.active .prev.page-link, .pagination .page-item:hover .next.page-link,
.pagination .page-item:hover .prev.page-link {
	font-family: "Gentium Basic", sans-serif;
	background-color: #ffffff;
	color: #a65353;
}

.pagination .page-item .page-link {
	background: transparent;
	border: none;
	border-radius: 50%;
	color: #2f4357;
	font-weight: 700;
	font-size: 16px;
	width: 44px;
	height: 44px;
	padding: .75rem 0rem;
	text-align: center;
}

.pagination--white-bg .page-item.active .page-link, .pagination--white-bg .page-item:hover .page-link {
	background: #f6f6f6;
	color: #a65353;
}

.page-item--underline.prev .page-link {
	padding-left: 0;
}

.page-item--underline.next .page-link {
	padding-right: 0;
}

.page-item--underline .page-link {
	width: auto !important;
	height: auto !important;
	font-family: "Gentium Basic", sans-serif;
	text-transform: uppercase;
}

.page-item--underline:hover {
	text-decoration: underline;
}

.page-item--underline:hover .page-link {
	background: transparent !important;
}

@media (min-width: 992px) {
	.column-custom {
		padding-right: 30px;
	}
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 4rem;
}

.breadcrumb li {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #817272;
}

.breadcrumb li a {
	color: #52697f;
	text-decoration: underline;
}

.breadcrumb li a:hover, .breadcrumb li a:focus {
	text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: url("../img/icons/breadcrumb_arrow.svg");
	font-family: "Lato", sans-serif;
}

/*Div Table*/
.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
	font-family: "Gentium Basic", sans-serif;
}

.divTableRow:hover {
	background-color: #f7f7f7;
}

.divTableRow:first-child:hover {
	background-color: transparent;
}

.divTableCell,
.divTableHead {
	border-bottom: solid 1px #dcdcdc;
	display: table-cell;
	padding: 10px;
	font-size: 14px;
	line-height: 27px;
}

@media screen and (min-width: 48em) {
	.divTableCell,
	.divTableHead {
		font-size: 19px;
	}
}

.divTableCell a,
.divTableHead a {
	font-family: "Gentium Basic", sans-serif;
	text-decoration: underline;
	font-weight: 700;
	line-height: 25px;
}

.divTableCell a:hover,
.divTableHead a:hover {
	text-decoration: none;
}

.divTableRow .divTableCell:first-child,
.divTableRow .divTableHead:first-child {
	padding-left: 0;
}

.divTableHead {
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	font-style: italic;
	font-family: "Gentium Basic", sans-serif;
	color: #817272;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.article-detail p a,
.page p a {
	font-family: "Gentium Basic", sans-serif;
	text-decoration: underline;
}

.article-detail p a:hover,
.page p a:hover {
	text-decoration: none;
}

.article-detail__main-content a {
	font-family: "Gentium Basic", sans-serif;
	text-decoration: underline;
}

.article-detail__main-content a:hover {
	text-decoration: none;
}

.wrapper-content.page h2 {
	font-family: "Lato", sans-serif;
	font-size: 25px;
	color: #52697f;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
}

.wrapper-content.page h2 a {
	text-decoration: underline !important;
	font-family: "Lato", sans-serif;
	color: #52697f;
	font-size: 25px;
}

.wrapper-content.page h2 a:hover {
	text-decoration: none !important;
}

.wrapper-content.page h3 {
	font-family: "Gentium Basic", sans-serif;
	color: #817272;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.04;
	letter-spacing: normal;
}

.wrapper-content.page h3 a {
	text-decoration: underline !important;
	font-family: "Gentium Basic", sans-serif;
	color: #817272;
	font-size: 24px;
	font-style: italic;
}

.wrapper-content.page h3 a:hover {
	text-decoration: none !important;
}

.next.page-link:hover,
.prev.page-link:hover {
	text-decoration: underline !important;
}

.page-num.page-num-first,
.page-num.page-num-last {
	height: 100%;
}

.pc_logged .featured-publication .btn.btn--outlined.btn--light {
	margin-bottom: 4rem;
}

.wp-block-pullquote {
	text-align: left !important;
}

.article-detail .wp-block-quote {
	border-top: none;
	border-bottom: none;
}

.article-detail .wp-block-pullquote {
	border-top: 2px solid #5c81a5;
	border-bottom: 2px solid #5c81a5;
	padding: 27px 0;
	margin: 3rem 0;
}

.article-detail .wp-block-quote p {
	font-size: 19px !important;
	line-height: 25px !important;
}

.article-detail .wp-block-pullquote blockquote {
	margin-bottom: 0px;
}

.article-detail .wp-block-pullquote p {
	margin-bottom: 0px;
	font-family: "Gentium Basic", sans-serif;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
}

.article-detail .wp-block-pullquote p::before {
	content: '“';
}

.article-detail .wp-block-pullquote p::after {
	content: '”';
}

.wp-block-quote {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
	margin-bottom: 1rem !important;
}

.article-detail h3 {
	font-family: "Lato",sans-serif !important;
	font-style: normal  !important;
	font-weight: 400;
	font-size: 22px  !important;
	line-height: 30px;
	color: #52697f  !important;
}

.article-detail h4 {
	font-family: "Gentium Basic",sans-serif;
	font-style: italic;
	color: #817272;
}

@media (min-width: 992px) {
	.meta__issues {
		justify-content: space-between;
		width: auto !important;
	}
}

@media (min-width: 1200px) {
	.meta__issues {
		width: auto !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.meta__issues {
		width: auto !important;
	}
}

@media (min-width: 992px) {
	.meta__issues .date {
		max-width: 100px !important;
	}
}

@media screen and (min-width: 1024px) {
	.pc_login_form:not(.pc_widget_login) {
		min-width: 335px !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.pc_login_form:not(.pc_widget_login) {
		min-width: auto !important;
	}
}

@media (max-width: 767.98px) {
	.access-user:after {
		top: 65px !important;
	}
}

.access-user--grey-bg .signup__box strong {
	color: #485f76 !important;
}

.access-user--grey-bg .signup__box h3 {
	font-family: "Gentium Basic", sans-serif !important;
	font-weight: 400 !important;
}

.page-num.page-num-last a:hover g,
.page-num.page-num-first a:hover g {
	fill: #a65353;
}

label {
	font-family: Lato;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #3c3c3c;
}

.form-control {
	padding: 0.375rem 0.75rem;
	border: 2px solid #5a5a5a;
	height: 46px;
	border-radius: 0;
	outline: none !important;
	box-shadow: none !important;
}

.form-control:focus {
	border-color: #a65353;
}

textarea {
	padding: 0.375rem 0.75rem;
	width: 100%;
	border: 2px solid #5a5a5a;
	border-radius: 0;
	outline: none !important;
	box-shadow: none !important;
}

textarea:focus {
	border-color: #a65353;
}

.custom-control {
	margin: .625rem 0;
}

.custom-control.custom-checkbox .custom-control-label::before {
	border-radius: 0;
	border: 2px solid #3c3c3c !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23a65353' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control.custom-radio .custom-control-label::before {
	border: 2px solid #3c3c3c !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a65353'/%3e%3c/svg%3e");
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media (min-width: 992px) {
	.dropdown-menu {
		border: 6px solid rgba(135, 117, 118, 0.7);
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		left: 1rem;
	}
	.dropdown-menu .menu-item a {
		padding: 13px 15px 13px 21px;
		border-bottom: 1px solid rgba(135, 117, 118, 0.7);
		font-size: 14px;
		letter-spacing: .77px;
		text-transform: uppercase;
		color: #877576;
		font-weight: bold;
		min-width: 230px;
	}
	.dropdown-menu .menu-item a:hover {
		background: #B24D50;
		box-shadow: 0px 3px 6px #52697F65;
		color: white;
	}
	.dropdown-menu .dropdown-item.active {
		background: #fff;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.navbar {
	padding: 0;
	margin-top: -30px;
	margin-bottom: -30px;
	justify-content: flex-end;
}

.navbar .navbar-nav {
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav {
		padding: 60px 0 0;
	}
}

.navbar .navbar-nav .nav-item .nav-link {
	position: relative;
	color: #2f4357;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 0 1rem;
	font-size: 16px;
}

@media (max-width: 1199.98px) {
	.navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav .nav-item .nav-link {
		padding: 0;
		margin-bottom: 1.5rem;
		display: inline-block;
		margin: 0 2rem 1.5rem 1rem;
	}
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
	padding: 0 0 0 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item::before {
	content: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover::before {
	width: auto;
}

.navbar .navbar-nav .nav-item::before {
	content: '';
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	width: 0;
	height: 2px;
	background-color: #a65353;
}

.navbar .navbar-nav .nav-item:hover::before, .navbar .navbar-nav .nav-item.active::before {
	width: calc(100% - 2rem);
}

.navbar .navbar-nav .nav-item:last-child:hover::before, .navbar .navbar-nav .nav-item:last-child.active::before {
	width: calc(100% - 1rem);
}

@media (min-width: 992px) {
	.navbar .navbar-nav .nav-item {
		padding: 30px 0px 30px;
		position: relative;
	}
}

/*Mobile menu*/
.mobile-menu {
	display: none;
}

@media (max-width: 991.98px) {
	.mobile-menu {
		display: flex;
		width: 100%;
		align-items: center;
		border: none;
		background-color: transparent;
		text-align: left;
		height: 50px;
		margin-bottom: 1rem;
		line-height: 50px;
		outline: none !important;
		box-shadow: none !important;
	}
}

.mobile-menu .icon__menu {
	position: relative;
	display: flex;
	align-items: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 1;
	margin-right: .625rem;
}

.mobile-menu .icon__menu > span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #5c81a5;
}

.mobile-menu .icon__menu > span::before {
	content: '';
	top: -6px;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #5c81a5;
}

.mobile-menu .icon__menu > span::after {
	content: '';
	bottom: -6px;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #5c81a5;
}

.mb-bottom {
	display: none;
}

@media (max-width: 991.98px) {
	.mb-bottom {
		display: block;
		padding: 0 1rem;
	}
}

@media (max-width: 991.98px) {
	.mb-search {
		position: relative;
		margin-bottom: 1rem;
		max-width: 120px;
	}
}

@media (max-width: 991.98px) {
	.mb-search input {
		box-shadow: none;
		border: none;
		font-size: 1rem;
		max-width: 115px;
		font-weight: 700;
		padding: .375rem 0;
	}
}

@media (max-width: 991.98px) {
	.mb-search img {
		position: absolute;
		right: 18px;
		top: 10px;
	}
}

@media (max-width: 991.98px) {
	.mb-login {
		display: block;
	}
}

@media (max-width: 991.98px) {
	.mb-login a {
		height: 38px;
		background-color: #a65353;
		display: block;
		padding: 0 2rem;
		line-height: 38px;
		text-transform: uppercase;
		font-size: .875rem;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 991.98px) {
	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 1200;
		width: 325px;
		overflow-y: scroll;
		background-color: #ffffff;
		overflow-x: hidden;
		transition: visibility .2s ease-in-out, transform .2s ease-in-out;
		box-shadow: 2px 2px 25px 16px #00000012;
		background: #403C3C;
		margin-top: 0;
	}
}

.mobile-offcanvas .close-mobile {
	display: none;
}

@media (max-width: 991.98px) {
	.mobile-offcanvas .close-mobile {
		position: absolute;
		width: 24px;
		min-width: auto;
		right: 8px;
		font-size: 2rem;
		display: block;
		padding: 0;
		color: #e8e2e2;
		background-color: transparent !important;
		outline: none !important;
		box-shadow: none !important;
		border: none !important;
	}
}

@media (max-width: 991.98px) {
	.mobile-offcanvas .menu-mlrc-mainmenu-container {
		max-width: 96%;
		margin: 0 auto;
		padding-top: 51px;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu {
		padding-top: 0;
		border: 6px solid rgba(135, 117, 118, 0.7);
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li {
		background: #FFFFFF;
		border-bottom: 1px solid #584b4c;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li a {
		color: #584b4c;
		font-size: 14px;
		letter-spacing: .77px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 0 0;
		padding: 12px 21px;
		width: 100%;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li a.dropdown-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li a.dropdown-toggle:after {
		height: 7px;
		width: 14px;
		border: none;
		background-image: url("assets/img/icons/icon-dropdown.svg");
		background-position: center;
		background-size: cover;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li ul.dropdown-menu {
		border: none;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li ul.dropdown-menu li a {
		background: #e8e2e2;
		padding-left: 40px;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li ul.dropdown-menu li:first-child {
		border-top: 1px solid #584b4c;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li:before {
		content: none;
	}
	.mobile-offcanvas .menu-mlrc-mainmenu-container #menu-mainmenu li:last-child {
		border-bottom: none;
	}
}

@media (max-width: 991.98px) {
	.mobile-offcanvas .mb-bottom {
		max-width: 96%;
		margin: 0 auto;
		border: 6px solid #726465;
		background: #726465;
		padding: 0 0 0 0;
	}
	.mobile-offcanvas .mb-bottom .search-form {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.mobile-offcanvas .mb-bottom .search-form .search {
		width: 100%;
	}
	.mobile-offcanvas .mb-bottom .search-form .search input {
		margin: 0 0 0 0;
		padding: 12px 21px;
		width: 100%;
		max-width: none;
	}
	.mobile-offcanvas .mb-bottom .search-form .search input:focus ~ label {
		left: -80px;
	}
	.mobile-offcanvas .mb-bottom .search-form .search label {
		color: #fff;
		font-size: 14px;
		letter-spacing: .77px;
		font-weight: bold;
		text-transform: uppercase;
		background: #726465;
		padding-left: 20px;
		border: 1px solid #fff;
		margin-bottom: 0px;
		height: calc(2.5em + 0.75rem + 4px);
		padding-top: 6px;
	}
	.mobile-offcanvas .mb-bottom .search-form .form-control {
		height: calc(2.5em + 0.75rem + 2px);
	}
}

@media (max-width: 991.98px) {
	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0);
	}
}

/* Posts and pages
--------------------------------------------- */
/*Homepage*/
.big-heading {
	max-width: 680px;
	margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.big-heading {
		margin-bottom: 2rem;
	}
}

.big-heading p {
	font-family: Lato;
	color: #2f4357;
	font-size: 25px;
	font-weight: 700;
	line-height: 33px;
}

@media (max-width: 767.98px) {
	.big-heading p {
		font-size: 21px;
		line-height: 24px;
	}
}

.big-heading--center {
	max-width: 795px;
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
}

.event-home {
	margin-top: 6rem;
	padding-bottom: 80px;
}

@media (max-width: 767.98px) {
	.event-home {
		margin-top: 2rem;
	}
}

.event-big {
	position: relative;
	margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
	.event-big {
		margin-bottom: 0;
	}
}

.event-big .event__image {
	display: block;
	max-width: 750px;
	margin: 0 0 0 auto;
	margin-top: -3rem;
}

@media (max-width: 767.98px) {
	.event-big .event__image {
		margin-top: 0;
	}
}

.event-big .event__image img {
	max-width: 100%;
	height: auto;
}

.event-big .event__desc {
	padding-top: 5rem;
	max-width: 400px;
}

@media (max-width: 1199.98px) {
	.event-big .event__desc {
		padding-top: 2rem;
		max-width: none;
	}
}

@media (max-width: 767.98px) {
	.event-big .event__desc {
		padding-top: 0;
	}
}

.event-big .event__desc h2 a {
	color: #000000;
}

.event-big .event__desc h2 a:hover {
	color: #52697f;
	text-decoration: underline;
}

.event-big .event__desc p {
	max-width: 400px;
}

@media screen and (max-width: 1199px) {
	.event-big {
		margin-left: auto;
		margin-right: auto;
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 62em) {
	.event-big {
		max-width: 723px;
	}
}

@media screen and (max-width: 767px) {
	.event-big {
		max-width: 540px;
	}
}

@media screen and (max-width: 576px) {
	.event-big {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

.event__desc {
	padding-left: 1rem;
}

@media (max-width: 1199.98px) {
	.event__desc {
		padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	.event__desc {
		padding-top: 0;
		margin-top: 1rem;
	}
}

.event__desc .event__meta {
	margin: 0 0 1rem;
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
}

@media (max-width: 767.98px) {
	.event__desc .event__meta {
		align-items: flex-start;
		flex-direction: column;
	}
}

.event__desc .event__meta li.date {
	font-family: "Gentium Basic", sans-serif;
	margin-right: 1rem;
	font-size: 25px;
	color: #817272;
	line-height: 24px;
	min-width: auto;
}

@media (max-width: 767.98px) {
	.event__desc .event__meta li.date {
		margin-right: 0;
		font-size: 22px;
		line-height: 24px;
	}
}

.event__desc .event__meta li.category {
	font-family: "Lato", sans-serif;
	position: relative;
	color: #817272;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	padding-left: 1rem;
}

@media (max-width: 767.98px) {
	.event__desc .event__meta li.category {
		font-size: 18px;
		padding-left: 0;
		margin-top: .25rem;
	}
}

.event__desc .event__meta li.category::before {
	content: '/';
	position: absolute;
	left: -2px;
}

@media (max-width: 767.98px) {
	.event__desc .event__meta li.category::before {
		display: none;
	}
}

.event__desc h3 {
	margin-bottom: 1rem;
}

.event__desc h2 a {
	color: #000000;
}

.event__desc h2 a:hover {
	color: #52697f;
	text-decoration: underline;
}

.event-upcoming {
	display: block;
}

.event-upcoming .col-12.col-sm-8.offset-sm-4 {
	padding-left: 4rem;
}

@media (max-width: 992px) {
	.event-upcoming .col-12.col-sm-8.offset-sm-4 {
		padding-left: 1rem;
	}
}

@media (max-width: 576px) {
	.event-upcoming .col-12.col-sm-8.offset-sm-4 {
		padding-left: 0rem;
	}
}

.upcoming-list {
	margin-bottom: 50px;
}

.upcoming-list .event__image {
	display: block;
}

.upcoming-list .event__image img {
	max-width: 100%;
	height: auto;
}

.upcoming-list .event__desc {
	padding-left: 3rem;
}

@media (max-width: 1199.98px) {
	.upcoming-list .event__desc {
		padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	.upcoming-list .event__desc {
		padding-top: 0;
		padding-left: 0;
		margin-top: 1rem;
	}
}

.upcoming-list .event__desc h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
}

.featured-home {
	background-color: #52697f;
	padding-bottom: 0;
}

@media (max-width: 767.98px) {
	.featured-home .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	.featured-home .heading {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.featured-list {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	.featured-list {
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.featured__item {
	position: relative;
	background-color: #ffffff;
	max-width: 480px;
	box-shadow: none;
	transition: all .4s ease;
}

@media (max-width: 1199.98px) {
	.featured__item {
		max-width: 440px;
	}
}

@media (max-width: 991.98px) {
	.featured__item {
		max-width: 330px;
	}
}

@media (max-width: 767.98px) {
	.featured__item {
		max-width: 100%;
		margin-bottom: 1.5rem;
	}
}

.featured__item:hover {
	box-shadow: 10px 10px 50px 4px rgba(0, 0, 0, 0.23);
}

.featured__item .header__item {
	padding: 2.5rem 2rem;
	background-color: #f6f6f6;
}

@media (max-width: 767.98px) {
	.featured__item .header__item {
		padding: 1.5rem;
	}
}

.featured__item .header__item h2 {
	max-width: 400px;
}

.featured__item .header__item span {
	font-size: 19px;
	line-height: 24px;
	color: #817272;
	display: block;
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.featured__item .header__item span {
		font-size: 17px;
		line-height: 24px;
	}
}

.featured__item .content__item {
	padding: 2rem;
}

@media (max-width: 767.98px) {
	.featured__item .content__item {
		padding: 1.5rem;
	}
}

.featured__item .content__item p {
	margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
	.featured__item .content__item p {
		margin-bottom: 2rem;
	}
}

.featured__item .content__item .topics {
	font-family: "Lato", sans-serif;
	color: #847271;
	font-size: 15px;
	line-height: 24px;
	border-top: 1px solid #d8d8d8;
	padding-top: 1.5rem;
}

.featured__item .content__item .topics a {
	color: #b44d50;
	text-decoration: underline;
	font-weight: 700;
}

.featured__item .content__item .topics a:hover {
	text-decoration: none;
}

.featured-publication {
	text-align: center;
	margin-top: 4rem;
}

@media (max-width: 767.98px) {
	.featured-publication {
		margin-top: 0;
	}
}

.access-user {
	position: relative;
	background-color: #2f4357;
	padding: 3rem;
	position: relative;
	bottom: -80px;
}

@media (max-width: 767.98px) {
	.access-user {
		padding: 2rem 1.5rem;
	}
}

.access-user::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 75%;
	background-color: #485f76;
}

@media (max-width: 767.98px) {
	.access-user::after {
		bottom: 0px;
		top: 125px;
		width: 75%;
		height: 1px;
	}
}

.access-user h3 {
	font-family: "Gentium Basic", sans-serif;
	font-size: 41px;
	line-height: 49px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 2rem;
}

.access-user .login__box {
	max-width: 335px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.access-user .login__box {
		margin: 0 auto 5rem;
	}
}

.access-user .login__box form {
	position: relative;
	margin: 0;
}

.access-user .login__box form .form-group {
	margin-bottom: 1.5rem;
}

.access-user .login__box form .form-control {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 46px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-weight: 700;
	color: #000000;
}

.access-user .login__box form .form-control::-webkit-input-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.access-user .login__box form .form-control::-moz-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.access-user .login__box form .form-control:-ms-input-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.access-user .login__box form .form-control:-moz-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.access-user .signup__box {
	max-width: 356px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.access-user .signup__box {
		padding-bottom: 1rem;
	}
}

.access-user .signup__box h5 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}

.access-user .signup__box p {
	font-family: "Lato", sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
}

@media (max-width: 991.98px) {
	.access-user .signup__box p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0;
	}
}

.access-user--grey-bg {
	background: #f6f6f6;
	bottom: 0;
}

.access-user--grey-bg h3 {
	color: #485f76;
}

.access-user--grey-bg .signup__box h5 {
	color: #485f76;
}

.access-user--grey-bg .signup__box p {
	color: #485f76;
}

.access-user--grey-bg .form-control {
	border: 1px solid #b8b8b8 !important;
}

.access-user--grey-bg:after {
	background-color: #dcdcdc;
}

.issues-home {
	margin-top: 80px;
}

.issues-list {
	margin-top: 4rem;
}

@media (max-width: 991.98px) {
	.issues-list {
		margin-top: 2rem;
	}
}

.issues-list--pbl {
	margin-top: 0;
}

@media (min-width: 992px) {
	.issues-list--pbl {
		padding-left: 20px;
	}
}

.issues-list--pbl .icon__item {
	min-width: 75px !important;
}

.issues-list--pbl .icon__item img {
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.issues-list--pbl .desc__item {
		padding-left: 3rem;
	}
}

.issues-list--pbl .desc__item h3 {
	line-height: 34px;
}

@media screen and (min-width: 48em) {
	.issues-list--pbl .desc__item h3 {
		margin-top: 0;
	}
}

.issues-list--pbl .desc__item h3 a {
	font-size: 29px;
	line-height: 34px !important;
}

.issues-list--pbl .issues__item {
	align-items: flex-start;
}

.issues-list--pbl .issues__item:last-child {
	border-bottom: 1px solid #d8d8d8;
}

.issues-list--pbl .issues__item img {
	max-width: 91% !important;
}

@media (max-width: 991.98px) {
	.issues-list--pbl .issues__item img {
		margin-bottom: 0;
	}
}

.issues-list--pbl .meta__issues {
	flex-direction: row;
	justify-content: flex-start;
}

@media (min-width: 992px) {
	.issues-list--pbl .meta__issues {
		width: 75px;
	}
}

@media (min-width: 992px) {
	.issues-list--pbl .meta__issues {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 5px;
	}
}

.issues-list--pbl .meta__issues .date {
	font-family: "Gentium Basic", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #817272;
	min-width: auto;
}

@media (max-width: 991.98px) {
	.issues-list--pbl .meta__issues .date {
		font-size: 22px;
		line-height: 24px;
	}
}

.issues-list--issue {
	margin-top: 0;
}

.issues-list--issue .desc__item {
	padding-left: 0;
}

.issues-list--issue .desc__item h3 {
	line-height: 34px;
}

.issues-list--issue .desc__item h3 a {
	font-size: 29px;
	line-height: 34px;
}

.issues-list--issue .issues__item img {
	max-width: 91% !important;
}

@media (max-width: 991.98px) {
	.issues-list--issue .issues__item img {
		margin-bottom: 0;
	}
}

@media (max-width: 991.98px) {
	.issues-list--src {
		margin-top: 3.7rem;
	}
}

.issues-list--src .icon__item {
	min-width: 75px !important;
}

.issues-list--src .icon__item img {
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.issues-list--src .desc__item {
		padding-left: 3rem;
	}
}

.issues-list--src .desc__item h3 {
	line-height: 34px !important;
}

.issues-list--src .desc__item h3 a {
	font-size: 29px;
	line-height: 34px !important;
}

.issues-list--src .issues__item img {
	max-width: 91% !important;
}

@media (max-width: 991.98px) {
	.issues-list--src .issues__item img {
		margin-bottom: 0;
	}
}

.issues-list--src .meta__issues {
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 9px;
}

@media (min-width: 992px) {
	.issues-list--src .meta__issues {
		width: 175px;
	}
}

@media (min-width: 992px) {
	.issues-list--src .meta__issues {
		flex-direction: column;
		align-items: flex-start;
	}
}

.issues-list--src .meta__issues .date {
	font-family: "Gentium Basic", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #817272;
	min-width: auto;
}

@media (max-width: 991.98px) {
	.issues-list--src .meta__issues .date {
		font-size: 22px;
		line-height: 24px;
	}
}

.issues-list--pbl-detail {
	margin-top: 1rem;
}

.issues-list--pbl-detail .issues__item:last-child {
	padding-bottom: 1rem;
}

.issues__item {
	display: flex;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 991.98px) {
	.issues__item {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
		flex-direction: column;
	}
}

.issues__item:last-child {
	margin-bottom: 0;
	border-bottom: 0 solid #d8d8d8;
}

.meta__issues {
	display: flex;
}

@media (max-width: 991.98px) {
	.meta__issues {
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 1rem;
	}
}

.meta__issues .date {
	font-family: "Gentium Basic", sans-serif;
	font-size: 25px;
	line-height: 24px;
	color: #817272;
	min-width: 150px;
}

@media (max-width: 991.98px) {
	.meta__issues .date {
		font-size: 22px;
		line-height: 24px;
	}
}

.meta__issues .icon__item {
	min-width: 63px;
}

@media (max-width: 991.98px) {
	.meta__issues .icon__item {
		min-width: 43px;
		margin-right: 1rem;
	}
}

.meta__issues .icon__item img {
	max-width: 100%;
	height: auto;
}

.desc__item {
	padding-left: 2rem;
	max-width: 742px;
}

@media (max-width: 991.98px) {
	.desc__item {
		padding-left: 0;
	}
}

.desc__item h3 {
	color: #000000;
	margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
	.desc__item h3 {
		margin-bottom: .625rem;
	}
}

.desc__item h3 a {
	display: block;
	color: #000000;
	font-size: 32px;
	line-height: 38px;
}

@media (max-width: 991.98px) {
	.desc__item h3 a {
		font-size: 25px;
		line-height: 30px;
	}
}

.desc__item h3 a:hover {
	text-decoration: underline;
	color: #485f76;
}

.desc__item p {
	margin-bottom: 0;
}

.desc__item span {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #817272;
	display: block;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 23px;
}

@media (max-width: 767.98px) {
	.desc__item span {
		font-size: 17px;
		line-height: 24px;
	}
}

.desc__item--pbl {
	padding-left: 3rem;
}

.date {
	font-family: "Gentium Basic", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #817272;
	min-width: 150px;
}

.topics {
	font-family: "Lato", sans-serif;
	color: #887171;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 1.5rem;
}

.topics a {
	color: #b44d50 !important;
	text-decoration: underline;
	font-weight: 700;
}

.topics a:hover {
	text-decoration: none;
}

.topics-published {
	font-family: "Lato", sans-serif;
	color: #887171;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 1.5rem;
}

.topics-published a {
	color: #b44d50 !important;
	text-decoration: underline;
	font-weight: 700;
}

.topics-published a:hover {
	text-decoration: none;
}

.topics-published--no-pd {
	padding: 0;
}

.recently-published {
	padding: 5rem 0;
}

.conference-meetings__list {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-fill: balance;
	-moz-column-fill: balance;
	column-fill: balance;
	list-style: none;
	padding-top: 20px;
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.conference-meetings__list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}

@media (max-width: 767.98px) {
	.conference-meetings__list {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}

.conference-meetings__list li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	height: 55px;
}

.conference-meetings__list li a {
	display: flex;
	align-items: center;
	font-size: 21px;
	font-weight: 700;
	line-height: 20px;
}

.conference-meetings__list li a:hover, .conference-meetings__list li a:focus {
	text-decoration: underline;
	color: #a65353;
}

.conference-meetings__list li a img {
	width: 31px;
	margin-right: 13px;
}

.author {
	font-family: "Lato", sans-serif;
	font-size: 19px;
	line-height: 24px;
	color: #817272;
	display: block;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 23px;
}

@media (max-width: 767.98px) {
	.author {
		font-size: 17px;
		line-height: 24px;
	}
}

.article-detail h2 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #52697f;
	margin: 1.5rem 0;
}

.article-detail h3 {
	font-family: "Gentium Basic", sans-serif;
	font-style: italic;
	color: #817272;
	font-size: 24px;
	line-height: 25px;
}

.article-detail .date {
	font-size: 25px;
}

.article-detail p a {
	font-family: "Gentium Basic", sans-serif;
}

.article-detail p a:hover, .article-detail p a:focus {
	text-decoration: none;
}

.article-detail a.wp-block-button__link {
	color: #fff;
	margin-bottom: 1.5rem;
	text-decoration: none;
	transition: .2s background-color ease-in-out;
}

.article-detail a.wp-block-button__link:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.article-detail__main-content {
	margin-bottom: 6rem;
}

.article-detail__main-content a {
	color: #a65353;
	text-decoration: underline;
}

.article-detail__main-content ul,
.article-detail__main-content ol {
	margin: 25px 0;
}

.article-detail__main-content ul li,
.article-detail__main-content ol li {
	line-height: 25px;
	margin-bottom: 20px;
}

.box {
	background: #485f76;
	padding: 25px 40px;
	margin-top: -8rem;
	margin-bottom: 4rem;
}

.box p {
	font-family: "Lato", sans-serif;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}

.footnotes {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 40px;
}

.footnotes li {
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
	color: #5a5a5a;
	font-family: "Gentium Basic", sans-serif;
	font-size: 18px;
	line-height: 23px;
}

.footnotes li a {
	text-decoration: underline;
	font-family: "Gentium Basic", sans-serif;
}

.footnotes li a:hover, .footnotes li a:focus {
	text-decoration: none;
}

.footnotes li::before {
	content: counter(my-awesome-counter);
	color: #a65353;
	font-family: "Gentium Basic", sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	position: absolute;
	--size: 25px;
	left: calc(-1 * var(--size) - 10px);
	top: 0;
	text-align: center;
	text-decoration: underline;
}

.wrapper-content {
	max-width: 795px;
	margin: auto;
}

.subheading {
	font-family: "Lato", sans-serif !important;
	font-size: 29px !important;
	font-weight: 400 !important;
	font-style: italic;
	line-height: 35px !important;
	margin-bottom: 2.8rem !important;
	color: #000000 !important;
}

@media (min-width: 767px) {
	.image-inline figure {
		margin: 35px;
	}
	.image-inline.left figure {
		float: left;
		margin-top: 0;
		margin-left: 0;
	}
	.image-inline.right figure {
		float: right;
		margin-top: 0;
		margin-right: 0;
	}
}

.image-inline figure {
	max-width: 380px;
	margin: 35px;
}

.image-inline figure img {
	margin-bottom: 10px;
}

.caption {
	border-left: 1px solid #9b9b9b;
}

.caption p {
	font-family: "Lato", sans-serif;
	font-style: italic;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 22px;
	padding-left: 11px;
}

.pull-quote {
	margin: 4rem 0;
	padding: 27px 0;
	border-top: 2px solid #5c81a5;
	border-bottom: 2px solid #5c81a5;
}

.pull-quote h3 {
	font-family: "Gentium Basic", sans-serif;
	font-size: 32px;
	line-height: 40px;
	color: #000000;
	font-style: normal;
	margin-bottom: 0px;
}

.download {
	margin: 20px 0;
	text-decoration: none !important;
}

.download img {
	position: relative;
	top: -4px;
	margin-right: 10px;
}

.download-link {
	font-family: "Gentium Basic", sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	background: transparent;
	border: none;
	padding: 0;
	color: #a65353;
	text-decoration: underline;
}

.download-link:focus {
	outline: 0;
}

.download-link:hover, .download-link:focus {
	color: #a65353;
	text-decoration: none;
}

.labeled {
	font-family: "Lato", sans-serif;
	font-size: 15px !important;
	font-style: normal;
	text-transform: uppercase;
	line-height: 20px !important;
	color: #ffffff !important;
	background: #a65353;
	padding: 2px 7px 3px;
	display: inline-block !important;
	border-radius: 3px;
	float: left;
	position: relative;
	top: 4px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 10px;
}

.search-results__content .form-control {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 46px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-weight: 700;
	color: #000000;
	background: #f6f6f6;
	border: 1px solid #d8d8d8;
}

.search-results__content .form-control::-webkit-input-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.search-results__content .form-control::-moz-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.search-results__content .form-control:-ms-input-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.search-results__content .form-control:-moz-placeholder {
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

/*Staff Bios*/
.stabios__head {
	margin-bottom: 1.3rem;
}

.stabios-occ {
	color: #817272;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6em;
	letter-spacing: 0.5px;
	margin-bottom: 0.8rem;
}

.stabios__exten {
	display: inline-block;
	padding-top: 3px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.56em;
	letter-spacing: normal;
	color: #817272;
	border-top: solid 1px #dcdcdc;
	margin-right: 1.1rem;
}

.stabios__exten:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 17px;
	height: 17px;
	overflow: hidden;
	background-image: url("../img/icons/phone_icon.svg");
	background-repeat: no-repeat;
	background-size: 17px auto;
}

/*Member Directory*/
.tabcontrolz {
	font-size: 17px;
	margin-bottom: 35px;
	border-bottom: 1px solid #677c91;
}

.tabcontrolz__rt {
	text-align: right;
}

@media screen and (max-width: 48em) {
	.tabcontrolz__rt {
		margin-top: 20px;
		text-align: center;
	}
}

.tabcontrolz__page {
	display: inline-block;
	margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
	.tabcontrolz__page:first-child {
		border-right: 1px solid #e6e6e6;
		padding-right: 10px;
		margin-left: 15px;
	}
}

.tabcontrolz__page label {
	display: inline-block;
	padding: 0px 3px;
}

.tabcontrolz__page > span {
	display: inline-block;
	padding: 0px 5px;
}

.tabcontrolz__page .form-control {
	display: inline-block;
	text-align: center;
	width: 50px;
	border-radius: 0;
	height: 35px;
	outline: none;
}

.tabcontrolz__page .form-control:focus {
	box-shadow: none;
}

.tabcontrolz__page .form-control[type="number"] {
	width: 75px;
	text-align: center;
}

.tabcontrolz__page .btn {
	min-width: auto;
	vertical-align: top;
	height: auto;
	padding: 5px 15px;
	font-size: 14px;
}

@media screen and (min-width: 48em) {
	.tabcontrolz__rt {
		text-align: right;
	}
}

.tabcontrolz__info {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
	font-size: 17px;
	text-align: center;
}

@media screen and (min-width: 48em) {
	.tabcontrolz__info {
		width: auto;
		text-align: left;
	}
}

.tabcontrolz__info a {
	font-size: 14px;
	text-decoration: underline;
}

.tabcontrolz__export {
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (min-width: 48em) {
	.tabcontrolz__export {
		text-align: left;
	}
}

.tabcontrolz__export a,
.tabcontrolz__export span {
	display: inline-block;
}

.tabcontrolz__icon {
	display: inline-block;
	transition: all .2s ease;
	position: relative;
}

.tabcontrolz__icon:hover {
	top: -1px;
}

.tabcontrolz__icon img {
	width: 20px;
	margin: 0 3px;
}

.info-results {
	font-size: 16px;
	line-height: 22px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: italic;
}

@media screen and (max-width: 767px) {
	.wrapper-content {
		padding: 0px 15px;
	}
}

@media screen and (max-width: 1200px) {
	.upcoming-list {
		margin-bottom: 0px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* hero
--------------------------------------------- */
.hero {
	background-size: cover;
	padding: 8% 0;
	text-align: center;
	position: relative;
	margin-bottom: 48px;
}

.hero__title {
	position: relative;
}

.hero__title h1 {
	color: #ffffff;
}

.overlay {
	background: #3c3c3c;
	opacity: .5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*Media Print*/
@media print {
	.mobile-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: black;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: black;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */