/**
 * Custom Properties
 * aka CSS variables.
 *
 * @link: https://developer.mozilla.org/en-US/docs/Web/CSS/--*
 **/

:root {
	--color-theme-red: #dc1159;
	--color-theme-red-hover: #e6588a;
	--color-theme-red-dark: #7c2855;
	--color-theme-orange: #cb6015;
	--color-theme-blue: #005f83;
	--color-theme-blue-hover: #4288a3;
	--color-theme-grey: #666;
	--color-theme-grey-light: #f7f7f7;
	--color-theme-green: #007a53;

	--font-family-icons: "Font Awesome 5 Pro";
	--font-family-serif: "EB Garamond", georgia, "Times New Roman", serif;
}

/*
<button class="hamburger" type="button">
  <span class="hamburger-box">
    <span class="hamburger-inner"></span>
  </span>
</button>
*/

.hamburger {
	padding: 1rem 1rem;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hamburger-label {
	text-transform: uppercase;
}

.hamburger-box,
.search-toggle-box {
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 25px;
	height: 4px;
	background-color: #007a53;
	background-color: var(--color-theme-green);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -7px;
}

.hamburger-inner::after {
	bottom: -7px;
}

*
* Spring
*/
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 7px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
	top: 14px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-active .hamburger--spring .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important;
}

.is-active .hamburger--spring .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.is-active .hamburger--spring .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.et-l--footer {
	color: #fff;
	font-size: 20px
}

.et-l--footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

.et-l--footer a {
		color: #fff;
		text-decoration: underline;
	}

.et-l--footer .footer-list ul {
		line-height: 34px;
	}

.et-l--footer .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
	.et-l--footer .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module.et_pb_social_media_follow {
		margin-bottom: 10px;
	}

.et-l--footer .et_pb_social_media_follow li {
		margin-bottom: 0;
	}

.et-l--footer .et_pb_menu--without-logo.footer-donate .et_pb_menu__menu > nav > ul > li > a {
		padding-bottom: 25px;
	}

.et-l--footer .footer-colophon {
		font-size: 14px
	}

.et-l--footer .footer-colophon a {
			text-decoration: none
		}

.et-l--footer .footer-colophon a:hover {
				-webkit-text-decoration: hover;
				        text-decoration: hover;
			}

#menu-footer {
	flex-direction: column;
	font-weight: 600
}

#menu-footer li {
		font-size: 20px;
	}

#menu-footer-donate {

	margin: 0;

	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-left: 18px !important;
	padding-right: 18px !important;
	font-family: "Catamaran", Helvetica, Arial, Lucida, sans-serif

}

#menu-footer-donate li {
		margin: 0;
		padding: 0;
	}

#menu-footer-donate a {
		background-color: #dc1159;
		background-color: var(--color-theme-red);
		text-decoration: none;
		padding: 21px 16px 21px 0;
		font-size: 20px;

		font-weight: 700;
		text-transform: uppercase;
		white-space: nowrap
	}

#menu-footer-donate a::before {
			border-left: 1px solid #fff;
			content: "";
			padding-right: 1rem;
		}

#menu-footer-donate a:hover {
			opacity: 1;
			background-color: #e6588a;
			background-color: var(--color-theme-red-hover);
		}

#menu-footer-donate li:first-of-type a {
			padding-left: 1rem;
			border-top-left-radius: 40px
		}

#menu-footer-donate li:first-of-type a::before {
				display: none;
			}

#menu-footer-donate > li:last-of-type a {
			border-top-right-radius: 40px;
		}

.footer-copyright .et_pb_column {
	margin-bottom: 0;
}

@media (max-width: 980px) {

	.et_pb_menu.footer-menu .et_pb_menu__menu {
		display: block;
	}

	.et_pb_menu.footer-menu .et_mobile_nav_menu {
		display: none;
	}

	.et_pb_menu--style-left_aligned.footer-menu .et_pb_menu__wrap {
		justify-content: flex-start;
	}

		.et-l--footer .et_pb_row {
			padding: 0;
		}
}

@media (min-width: 720px) {

		.et-l--footer .footer-rhizome-link {
			text-align: right;
		}

		.et-l--footer .et_pb_row {
			width: 100%;
			padding-left: 2rem;
			padding-right: 2rem;
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-areas:
				"address donate"
				"menu donate"
		}

			.et-l--footer .et_pb_row .et_pb_column_0_tb_footer {
				grid-area: address;
			}

			.et-l--footer .et_pb_row .et_pb_column_1_tb_footer {
				grid-area: menu;
			}

			.et-l--footer .et_pb_row .et_pb_column_2_tb_footer {
				grid-area: donate;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
}

@media (min-width: 981px) {

		.et-l--footer .et_pb_row {
			width: 100%;
			display: flex;
			padding-bottom: 0;
			padding-top: 0
		}

			.et-l--footer .et_pb_row .et_pb_column_2_tb_footer {
				grid-area: donate;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
}

#top-header {
	z-index: 100

}

#top-header .container {
		padding-top: 0;
	}

#top-header .et-social-icon a {
		font-size: 20px;
		padding-top: 8px;
	}

#top-header #et-secondary-menu {
		display: flex;
	}

#top-header #et-secondary-nav {
		background-image: url(../img/oak-leaves-header.gif);
		height: 110px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left top;
		display: flex;
		padding-left: 60px;
		margin-right: 40px
	}

#top-header #et-secondary-nav li {
			margin-right: 0;
		}

#top-header #et-secondary-nav a {
			background-color: #dc1159;
			background-color: var(--color-theme-red);
			border: 2px solid #fff;
			border-color: #fff;
			border-style: solid;
			border-width: 0 0 2px 0;
			color: #fff;
			text-align: center;

			text-transform: uppercase;
			padding: 21px 16px 21px 0;
			font-size: 20px;
			white-space: nowrap
		}

#top-header #et-secondary-nav a::before {
				border-left: 1px solid #fff;
				content: "";
				padding-right: 1rem;
			}

#top-header #et-secondary-nav a:hover {
				opacity: 1;
				background-color: #e6588a;
				background-color: var(--color-theme-red-hover);
			}

#top-header #et-secondary-nav > li:first-of-type a {
				border-left-width: 2px;
				border-bottom-left-radius: 40px;
				padding-left: 16px
			}

#top-header #et-secondary-nav > li:first-of-type a::before {
					display: none;
				}

#top-header #et-secondary-nav > li:last-of-type a {
				border-right-width: 2px;
				border-bottom-right-radius: 40px;
			}

#logo {
	max-height: 80%;
}

.mobile_nav .select_page {
	display: block;
	color: #007a53;
	color: var(--color-theme-green);
	text-transform: uppercase;
}

.mobile_nav .menu-item.header-search {
	display: none;
}

.et_header_style_left .logo_container {
	width: 50%;
	height: 100%;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar,
.et_header_style_split #et-top-navigation .mobile_menu_bar {
	text-align: center;
}

#arb_mobile_nav_menu {
	color: #007a53;
	color: var(--color-theme-green);
}

.arb_mobile_menu_bar::before {
	font-family: ETmodules !important;
	content: "\61";
	font-size: 32px;
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
}

#top-header .container, #main-header .container {
		width: 100%;
	}

.et_header_style_left #et-top-navigation .arb_mobile_nav > ul > li > a {
	padding: 0.75rem 0;
	display: block;
}

#arb_mobile_menu {
	visibility: hidden;
	will-change: transform;
	position: absolute;
	background-color: #fff;
	width: 90%;
	max-width: 300px;
	right: 0;
	transition: transform 0.6s ease;
	transform: translate3d(200%, 0, 0);
	box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.3);
	padding-bottom: 10px
}

#arb_mobile_menu > li {
		padding: 0 1rem;
	}

#arb_mobile_menu li.mobile-search {
		padding: 1rem 1rem 1.5rem;
		background-color: #005f83;
		background-color: var(--color-theme-blue);
		margin-bottom: 10px
	}

#arb_mobile_menu li.mobile-search label {
			color: #fff;
			font-family: "EB Garamond", georgia, "Times New Roman", serif;
			font-family: var(--font-family-serif);
			font-size: 20px;
		}

#arb_mobile_menu li.current_page_ancestor,
	#arb_mobile_menu li.current-menu-item {
		background-color: rgba(0, 122, 83, 0.1);
	}

#arb_mobile_menu .search__wrap {
		padding-right: 0;
	}

#arb_mobile_menu > li.menu-item-has-children > a {
			display: flex !important;
			width: 100%;
			justify-content: space-between
		}

#arb_mobile_menu > li.menu-item-has-children > a::after {
				content: "\f105";
				font-family: "Font Awesome 5 Pro";
				font-family: var(--font-family-icons);
				display: inline-block;
			}

#arb_mobile_menu .sub-menu {
		visibility: hidden;
		will-change: transform;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		transition: transform 0.6s ease;
		transform: translate3d(200%, 0, 0);


		padding-top: 0;

		background-color: #fff
	}

#arb_mobile_menu .sub-menu.is-active {
			visibility: visible;
			transform: translate3d(0, 0, 0);
		}

#arb_mobile_menu .sub-menu li > a {
			display: block;
			padding: 0.75rem 1rem;
		}

#arb_mobile_menu .sub-menu li.arb_mobile_back {
			background-color: #005f83;
			background-color: var(--color-theme-blue)
		}

#arb_mobile_menu .sub-menu li.arb_mobile_back > a {
				font-weight: 400;
				color: #fff;
				padding: 1rem;
				margin-bottom: 10px
			}

#arb_mobile_menu .sub-menu li.arb_mobile_back > a::before {
					content: "\f104";
					font-family: "Font Awesome 5 Pro";
					font-family: var(--font-family-icons);
					display: inline-block;
					padding-right: 10px;

				}

#arb_mobile_menu .sub-menu li.menu-item a {
			font-weight: 800;
		}

#arb_mobile_menu .sub-menu li.menu-item ~ .menu-item a {
			font-weight: 600;
		}

#arb_mobile_menu .header-search {
		display: none;
	}

.is-active #arb_mobile_menu {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 980px) {

	#et_mobile_nav_menu {
		display: none;
	}

	.et_header_style_left #logo {
		max-width: 100%;
	}

}

.menu-item.mobile-donate {
	background-color: #dc1159;
	background-color: var(--color-theme-red);
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease
}

.menu-item.mobile-donate a {
		color: #fff;
	}

.menu-item.mobile-donate:hover {
		background-color: #e6588a;
		background-color: var(--color-theme-red-hover);
	}

@media screen and (min-width: 981px) {

		#top-header .container, #main-header .container {
			width: 100%;
			padding-right: 16px;
			padding-left: 16px;
		}

	#arb_mobile_nav_menu {
		display: none;
	}

	#top-menu {
		display: flex;
		flex-wrap: nowrap
	}

		#top-menu > li > a {
			white-space: nowrap;
		}


	.et_header_style_left .logo_container {
		height: 135px;
		width: 300px;
		bottom: 0;
		z-index: 200
	}

		.et_header_style_left .logo_container a {
			display: block;
		}

	#logo {
		max-height: none;
		transition: none;
	}

	span.logo_helper {
		height: 0;
		width: 0;
		display: none;
	}

		.et-fixed-header#main-header {
			box-shadow: none !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		}

		.et-fixed-header#top-header .header-donate a {
			color: #fff !important;
		}
}

/**
 * ==========================
 * Search
 * ==========================
 */

.menu-item.header-search a::after {
		content: "\f002";
		font-family: "Font Awesome 5 Pro";
		font-family: var(--font-family-icons);
		color: #dc1159;
		color: var(--color-theme-red);
		font-weight: 400;
		display: inline-block;
		padding-left: 0.5rem;
	}

/**
 * Accessible search form based on
 * https://scottaohara.github.io/a11y_styled_form_controls/src/search/
 */

/**
* 1. Remove webkit redesign of searches
*
* 2. Remove inner padding & search cancel button in Safari & Chrome on
*    OS X. Safari (but not Chrome) clips the cancel button when the
*    search input has padding (& `textfield` appearance).
*/

input[type=search] {
	-webkit-appearance: none/*! 1 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;/*! 2 */
	appearance: none;
}

/**
* Component Specific Styling
*/

.search__button {
	padding: 0.7em;
}

.search__wrap {
	border: 1px solid var(--dark-gray);
	display: flex;
	padding-right: 2.5em;
	position: relative;
}

.search__wrap svg {
	display: block;
}

.search__wrap > input[type="search"],
.search__wrap > input[type="text"] {
	padding: 0.7em;
	width: 100%;
	border-radius: 0 !important;
}

.search__wrap > input[type="search"]::-moz-placeholder, .search__wrap > input[type="text"]::-moz-placeholder {
	font-style: italic;
}

.search__wrap > input[type="search"]:-ms-input-placeholder, .search__wrap > input[type="text"]:-ms-input-placeholder {
	font-style: italic;
}

.search__wrap > input[type="search"]::placeholder,
.search__wrap > input[type="text"]::placeholder {
	font-style: italic;
}

.search__wrap > [type="submit"] {
	background-color: #dc1159;
	background-color: var(--color-theme-red);
	padding: 0 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
	margin: 0;
	border: 1px solid #dc1159;
	border: 1px solid var(--color-theme-red)
}

.search__wrap > [type="submit"] .search__button-icon {
		font-size: 18px;
		color: #fff;
	}

.search__wrap > input[type="search"]:focus,
.search__wrap > input[type="text"]:focus,
.search__wrap > [type="submit"]:not([disabled]):hover,
.search__wrap > [type="submit"]:focus {

	/* box-shadow: inset 0 0 0 1px var(--dark-gray); */

	/* outline: 1px solid var(--yellow); */

	/* outline-offset: 0; */
}

.search__wrap > [type="submit"]:not([disabled]):hover,
.search__wrap > [type="submit"]:focus {
	background: #e6588a;
	background: var(--color-theme-red-hover);
}

.search__wrap > [type="submit"]:focus svg,
.search__wrap > [type="submit"]:not([disabled]):hover svg {
	fill: #dc1159);
	fill: var(--color-theme-red));
}

/**
  * Disabled
  */

.search__wrap > [type="search"][disabled],
.search__wrap > [type="text"][disabled],
.search__wrap > [type="submit"][disabled] {

	/*background: #fafafa;*/
	cursor: not-allowed;
	opacity: 0.5;
}

.search-dropdown #search__button {

}

.search-dropdown #search__button,
.search-dropdown input[type="text"] {
	border: 1px solid #fff;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	border-radius: 0;
}

/**
 * SearchWP Modal
 */

.search-dropdown {

	display: none;
	position: absolute;
	right: 0;
	bottom: -120px;
	height: 120px;
	z-index: 20;


}

.search-dropdown__container {
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 700px;
	background-color: #005f83;
	background-color: var(--color-theme-blue);
}

.search-dropdown__content {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
}

.search-dropdown__content form {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
}

.search-dropdown .search__label {
	color: #fff;
	font-family: "EB Garamond", georgia, "Times New Roman", serif;
	font-family: var(--font-family-serif);
	font-size: 48px;
	font-weight: 400;
	margin-right: 1.5rem;
	margin-bottom: 0;
}

.search-dropdown__close.button {
	background-color: transparent;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 13px;
	border-radius: 0;
	text-align: center;
	padding: 8px 16px;
	font-weight: 500;
	cursor: pointer
}

.search-dropdown__close.button:hover::before {
			font-weight: 700;
		}

.search-dropdown .search-dropdown__close.search-dropdown__close::before {
	content: "\f057";
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	font-size: 1rem;
	margin-bottom: 5px;
}

.search-dropdown .search__wrap {
	flex: 1 1 0;
	display: flex;
	flex-wrap: nowrap;
}

.search-dropdown .search__input {
	width: 100%;
	padding: 0 10px;
}

.search-dropdown .search-dropdown__footer.search-dropdown__footer {

	/* overrides inline style
  .search-dropdown .search-dropdown__footer */
	padding-top: 0;
}

/* ******************************************
  *
  * 3) Animation and display interaction setup
  *
  ***************************************** */

@-webkit-keyframes searchwpModalFadeIn {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes searchwpModalFadeIn {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes searchwpModalFadeOut {

	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes searchwpModalFadeOut {

	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes searchwpModalSlideIn {

	from {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes searchwpModalSlideIn {

	from {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}

@-webkit-keyframes searchwpModalSlideOut {

	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%);
	}
}

@keyframes searchwpModalSlideOut {

	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%);
	}
}

.search-dropdown.is-open {
	display: block;
}

.search-dropdown[aria-hidden="false"] .search-dropdown__overlay {
	-webkit-animation: searchwpModalFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	        animation: searchwpModalFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.search-dropdown[aria-hidden="false"] .search-dropdown__container {
	-webkit-animation: searchwpModalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	        animation: searchwpModalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.search-dropdown[aria-hidden="true"] .search-dropdown__overlay {
	-webkit-animation: searchwpModalFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	        animation: searchwpModalFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.search-dropdown[aria-hidden="true"] .search-dropdown__container {
	-webkit-animation: searchwpModalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	        animation: searchwpModalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.search-dropdown .search-dropdown__container,
.search-dropdown .search-dropdown__overlay {
	will-change: transform;
}

/** in-page menus should not have same behavior as main menu **/

.et_pb_column .et_pb_menu .et_pb_menu__wrap {
			justify-content: flex-start;
		}

.et_pb_column .et_pb_menu .et_pb_menu__menu {
			display: flex !important;
			width: 100%
		}

.et_pb_column .et_pb_menu .et_pb_menu__menu .et-menu-nav {
				width: 100%;
			}

.et_pb_column .et_pb_menu .et_pb_menu__menu > nav > ul {
				flex-direction: column;
				width: 100%;
			}

.et_pb_column .et_pb_menu .et_pb_menu__menu .current-menu-item > a {
					color: #000 !important;
				}

.et_pb_column .et_pb_menu .et_pb_menu__menu ul.sub-menu {
				position: relative;
				opacity: 1;
				visibility: visible;
				padding: 0;
				border: none;
				box-shadow: none;
				top: 0;
				width: 100%;
				-webkit-box-shadow: none;
				-moz-box-shadow: none
			}

.et_pb_column .et_pb_menu .et_pb_menu__menu ul.sub-menu li {
					padding-left: 0;
				}

.et_pb_column .et_pb_menu .et_pb_menu__menu ul.sub-menu a {
					width: 100%;
					font-size: 18px
				}

.et_pb_column .et_pb_menu .et_pb_menu__menu ul.sub-menu a::before {
						content: "\f105";
						font-family: "Font Awesome 5 Pro";
						font-family: var(--font-family-icons);
						padding-right: 5px;
					}

.et_pb_column .et_pb_menu .et_mobile_nav_menu {
			display: none;
		}

.et_pb_column .et_pb_menu .et-menu .menu-item-has-children {
			display: flex;
			flex-direction: column
		}

.et_pb_column .et_pb_menu .et-menu .menu-item-has-children > a {
				width: 100%

			}

.et_pb_column .et_pb_menu .et-menu .menu-item-has-children > a:first-child::after {
					display: none;
				}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
	color: #007a53;
	color: var(--color-theme-green);
}

body {
	overflow-x: hidden;
}

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

.list-inline li {
		display: inline-block;

	}

#left-area ul.list-inline {
	padding: 0;
}

.entry-content ul li {
	padding-bottom: 0.5rem;
	line-height: 1.5;
}

.et_pb_row.divi_module_page_title {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	width: auto
}

.et_pb_row.divi_module_page_title .et_pb_post_title {
		border-radius: 7px 7px 0 0;
		padding: 1rem 2rem;
	}

.blog #main-content .container, .archive #main-content .container {
		padding-top: 2rem !important;
	}

.blog .article__bread-crumb, .archive .article__bread-crumb {
		margin-bottom: 2rem;
	}

.blog #left-area article.et_pb_post, .archive #left-area article.et_pb_post {
			margin-bottom: 2rem;
			display: flex;
			width: 100%

		}

.blog #left-area article.et_pb_post .post-meta, .archive #left-area article.et_pb_post .post-meta {
				padding-bottom: 0;
				font-size: 17px
			}

.blog #left-area article.et_pb_post .post-meta a, .archive #left-area article.et_pb_post .post-meta a {
					color: #007a53;
					color: var(--color-theme-green);
					text-transform: uppercase
				}

.blog #left-area article.et_pb_post .post-meta a.cat-bulletin, .archive #left-area article.et_pb_post .post-meta a.cat-bulletin {
						color: #cb6015;
						color: var(--color-theme-orange);
					}

.blog #left-area article.et_pb_post .entry-image-wrapper, .archive #left-area article.et_pb_post .entry-image-wrapper {
				flex: 1 1 35%;
			}

.blog #left-area article.et_pb_post .entry-featured-image-url, .archive #left-area article.et_pb_post .entry-featured-image-url {
				display: block;
				margin-bottom: 0;
				position: relative
			}

.blog #left-area article.et_pb_post .entry-featured-image-url::after, .archive #left-area article.et_pb_post .entry-featured-image-url::after {
					display: block;
					width: 100%;
					content: "";
					padding-bottom: 66%;
				}

.blog #left-area article.et_pb_post .entry-featured-image-url img, .archive #left-area article.et_pb_post .entry-featured-image-url img {
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					-o-object-fit: cover;
					   object-fit: cover;
				}

.blog #left-area article.et_pb_post .entry-title a, .archive #left-area article.et_pb_post .entry-title a {
				color: #005f83;
				color: var(--color-theme-blue);
				font-size: 20px;
			}

.blog #left-area article.et_pb_post .entry-content-wrapper, .archive #left-area article.et_pb_post .entry-content-wrapper {
				padding-left: 1.5rem;
				flex: 1 1 65%;
			}

.blog #left-area article.et_pb_post .entry-content, .archive #left-area article.et_pb_post .entry-content {
				padding-top: 0;
			}

.et_pb_module.et_pb_posts article.et_pb_post {
		margin-bottom: 1rem;
		display: grid;
		grid-template-columns: 35% 65%;
		grid-template-rows: 35px 1fr;
		grid-template-areas:
			"image meta"
			"image title"
	}

.et_pb_module.et_pb_posts article.et_pb_post .entry-title {
			grid-area: title;
			padding-left: 1rem;
		}

.et_pb_module.et_pb_posts article.et_pb_post .entry-featured-image-url {
			grid-area: image;
			display: block;
			height: 96px;
			margin-bottom: 0
		}

.et_pb_module.et_pb_posts article.et_pb_post .entry-featured-image-url img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
			}

.et_pb_module.et_pb_posts article.et_pb_post .post-meta {
			grid-area: meta;
			padding-left: 1rem;
			padding-top: 0;
		}

.et_pb_column_1_3 .et_pb_module.et_pb_posts article.et_pb_post {
		grid-template-columns: 45% 55%;
	}

.news-archive-header {
	min-height: 401px;
}

.news-archive-header--wrapper {
	position: relative
}

.news-archive-header--wrapper .et_pb_fullwidth_code,
	.news-archive-header--wrapper .news-archive-header__title {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;
		background-color: #fff;
		border-radius: 7px 7px 0 0;
		padding: 1rem 2rem;
		font-size: 42px;
		color: #666 !important;
		font-family: "EB Garamond", georgia, "Times New Roman", serif;
		font-family: var(--font-family-serif);
		font-weight: 700;
	}

.news-archive-header--wrapper .et_pb_fullwidth_image {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0
	}

.news-archive-header--wrapper .et_pb_fullwidth_image img {
			height: 100%;
			width: 100%;
			-o-object-fit: cover;
			   object-fit: cover;
		}

@media only screen and (max-width: 800px) {

	.et_pb_section_1.news-archive-header {
		min-height: 200px;
	}

	.news-archive-header--wrapper .news-archive-header__title {
		font-size: 25px;
		padding: 0.5rem 1rem;
	}

	.et_pb_section_0.et_pb_with_background {
		min-height: 200px
	}


			.et_pb_section_0.et_pb_with_background .et_pb_row.divi_module_page_title .et_pb_post_title {
				padding: 0.5rem 1rem 0;
			}

			.et_pb_section_0.et_pb_with_background .et_pb_row.divi_module_page_title h1.entry-title {
				font-size: 25px;
				white-space: nowrap;
			}
}

@media only screen and (min-width: 981px) {

	.hidden-desktop-up {
		display: none !important;
	}

				body.blog #left-area article.et_pb_post .post-meta, body.archive #left-area article.et_pb_post .post-meta {
					font-size: 17px;
				}
}

.gform_widget,
.sidebar-enews {
	background-color: #f7f7f7;
	background-color: var(--color-theme-grey-light);
	padding: 1rem;
	width: 100%
}

.gform_widget div.ginput_complex.ginput_container.gf_name_has_2 span, .sidebar-enews div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100%;
	}

.gform_widget .gform_wrapper ul.gform_fields li.gfield, .sidebar-enews .gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0;
	}

.et_divi_theme .gform_wrapper {
	font-size: 17px

}

.et_divi_theme .gform_wrapper .description,
	.et_divi_theme .gform_wrapper .gfield_description,
	.et_divi_theme .gform_wrapper .gsection_description {
		line-height: 1.5;
	}

.et_divi_theme .gform_wrapper .gfield_checkbox li input,
	.et_divi_theme .gform_wrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
		display: none !important;
	}

.et_divi_theme .gform_wrapper input[type="checkbox"] + label {
		margin-left: 46px;
	}

.et_divi_theme .gform_wrapper input[type="checkbox"] + label::before {
		border: 1px solid #666;
		border: 1px solid var(--color-theme-grey);
		background: #fff;
		content: "\00a0";
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-family: var(--font-family-icons);
		height: 16px;
		margin: 0 8px 0 0;
		padding: 0;
		vertical-align: top;
		width: 16px;
		margin-left: -44px;
		font-size: 11px;
	}

.et_divi_theme .gform_wrapper input[type="checkbox"]:checked + label::before {

		color: #333;
		content: "\f00c";
		text-align: center;
	}

.et_divi_theme .gform_wrapper input[type="text"],
	.et_divi_theme .gform_wrapper input[type="email"] {
		padding: 0.5rem;
		width: 100%;
		border: 1px solid #666;
		border: 1px solid var(--color-theme-grey);
	}

.et_divi_theme .gform_wrapper input[type="submit"] {
		border: 2px solid #005f83;
		border: 2px solid var(--color-theme-blue);
		background-color: #4288a3;
		background-color: var(--color-theme-blue-hover);
		transition: background 0.3s ease;
		font-weight: 600;
		padding: 0.5rem 1rem;
		font-size: 15px;
		cursor: pointer;
		color: #fff
	}

.et_divi_theme .gform_wrapper input[type="submit"]:hover {
			background-color: #005f83;
			background-color: var(--color-theme-blue);
		}

.et_divi_theme .gform_wrapper h3 {
		color: #7c2855 !important;
		color: var(--color-theme-red-dark) !important;
	}

.et_divi_theme .gform_wrapper label.gfield_label,
	.et_divi_theme .gform_wrapper .description,
	.et_divi_theme .gform_wrapper .gfield_description,
	.et_divi_theme .gform_wrapper .gsection_description,
	.et_divi_theme .gform_wrapper  .instruction,
	.et_divi_theme .gform_wrapper .gfield_checkbox li label,
	.et_divi_theme .gform_wrapper .gfield_radio li label {
		font-size: 17px;
	}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
}

@media screen and (min-width: 641px) {

	.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
	.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
	.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
		overflow: visible !important;
	}
}

.single #left-area .et_pb_post .post-meta {
	font-size: 18px !important;
	padding-bottom: 0;
	margin-bottom: 1rem;
}

.post-date-social {
	display: flex;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	margin-bottom: 1rem;
}

ul.social-share-links {
	padding: 0 !important
}

ul.social-share-links li a {
			font-size: 24px;
			padding: 6px;
		}

.wpseo-breadcrumb {
	font-size: 15px;
	font-style: italic;
}

ul.article__bread-crumb {
	font-size: 15px;
	font-style: italic
}

ul.article__bread-crumb li:not(:first-of-type)::before {
			content: "\203A";
			padding: 0 5px;
		}

ul.article__bread-crumb.hide-last li:last-of-type {
			display: none;
		}

article.type-cubeportfolio {
	width: 80%;
	max-width: 1080px;
	margin: auto;
	position: relative;
	padding-top: 2rem;
}

article.type-cubeportfolio .cbp-l-project-desc-text,
	article.type-cubeportfolio .cbp-l-project-details-list > div,
	article.type-cubeportfolio .cbp-l-project-details-list > li,
	article.type-cubeportfolio .cbp-l-inline-desc,
	.cbp-popup-singlePageInline .cbp-l-project-desc-text,
	.cbp-popup-singlePageInline .cbp-l-project-details-list > div,
	.cbp-popup-singlePageInline .cbp-l-project-details-list > li,
	.cbp-popup-singlePageInline .cbp-l-inline-desc {
		font-family: "PT Sans", Helvetica, Arial, Lucida, sans-serif;
		font-size: 17px;
		line-height: 1.8;

	}

article.type-cubeportfolio .cbp-l-inline-title,
	article.type-cubeportfolio .cbp-l-project-title,
	.cbp-popup-singlePageInline .cbp-l-inline-title,
	.cbp-popup-singlePageInline .cbp-l-project-title {
		font-family: "EB Garamond", Georgia, "Times New Roman", serif;
		color: #7c2855;
		color: var(--color-theme-red-dark);
		text-transform: none;
		text-align: left;
		letter-spacing: 0;
		font-weight: bold;
	}

article.type-cubeportfolio .cbp-l-project-desc-title span,
	article.type-cubeportfolio .cbp-l-project-details-title span,
	.cbp-popup-singlePageInline .cbp-l-project-desc-title span,
	.cbp-popup-singlePageInline .cbp-l-project-details-title span {
		border-bottom: none;
	}

.single .visible-news-articles {
	margin-top: 1rem;
}

.single .article__bread-crumb {
	margin-top: -2rem;
	margin-bottom: 1rem;
}

.single #sidebar .et_pb_post {
		padding-bottom: 0;
	}

#sidebar .et_pb_section {
		display: none;
		padding: 0
	}

#sidebar .et_pb_section .et_pb_row {
			padding: 0;
			width: 100%;
		}

#sidebar .et_pb_section .et_pb_text_inner a {
			color: #005f83;
			color: var(--color-theme-blue);
		}

#sidebar .et_pb_section .et_pb_post h2.entry-title {
			font-size: 20px;
			font-weight: 500
		}

#sidebar .et_pb_section .et_pb_post h2.entry-title a {
				color: #005f83;
				color: var(--color-theme-blue);
			}

.blog #sidebar .visible-news-archive, .archive.category-news #sidebar .visible-news-archive {
			display: block;
		}

.single #sidebar .visible-news-articles {
			display: block;
		}

.archive.category-bulletin #sidebar .visible-category-bulletin {
			display: block;
		}

@media (min-width: 981px) {

	#main-content .container::before {
		width: 0;
	}

	.et_right_sidebar #sidebar {
		padding-left: 0;
	}
}

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