/*
Theme Name: Catonsville Emergency Assistance
Theme URI: https://catonsvillehelp.org/
Description: A custom template designed by CurlyRed for the Catonsville Emergency Assistance <a href="https://catonsvillehelp.org/" target="_blank">https://catonsvillehelp.org/</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: https://www.curlyred.com/
*/

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

/* Color Values

Blue: #1003a3 (16,3,163)
Green: #008a52 (0,138,82)
Red: #d71345 (215,19,69)
Yellow: #fbb040 (251,176,64)
Black: #000 (0,0,0)
White: #fff (255,255,255)

*/

/* Fonts */

@font-face {
	font-family: "Avenir Book";
	src: url('fonts/avenir_book.ttf') format('truetype');
}

@font-face {
	font-family: "Avenir Book Oblique";
	src: url('fonts/avenir_book_oblique.ttf') format('truetype');
}

@font-face {
	font-family: "Avenir Heavy";
	src: url('fonts/avenir_heavy.ttf') format('truetype');
}

@font-face {
	font-family: "Avenir Heavy Oblique";
	src: url('fonts/avenir_heavy_oblique.ttf') format('truetype');
}

@font-face {
	font-family: "Avenir Medium";
	src: url('fonts/avenir_medium.ttf') format('truetype');
}

@font-face {
	font-family: "Avenir Medium Oblique";
	src: url('fonts/avenir_medium_oblique.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	text-decoration: none;
	color: #1003a3;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: underline;
	color: #000;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :focus, :visited {
	outline: none;
}

html, body {
	overflow-x: hidden;
}

body { 
	font: normal 18px "Avenir Book", arial, sans-serif;
	line-height: 1.75em;
	color: #000;
	margin: 0 auto;
	padding: 0;
}

em {
	font: normal 1em "Avenir Book Oblique", arial, sans-serif;
}

h1 {
	font: normal 2.67em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #d71345;
	margin: 0 0 50px 0;
	padding: 0;
}

h2 {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #fbb040;
	margin: 0 0 25px 0;
	padding: 0;
}

h3 {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 25px 0;
	padding: 0;
}

h4 {
	font: normal 1.5em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #fbb040;
	margin: 0 0 25px 0;
	padding: 0;
}

h5 {
	font: normal 1em "Avenir Heavy", arial, sans-serif;
	line-height: 1em;
	color: #d71345;
	margin: 0 0 25px 0;
	padding: 0;
}

h6 {
	font: normal 1em "Avenir Heavy", arial, sans-serif;
	line-height: 1em;
	color: #fbb040;
	margin: 0 0 25px 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #1003a3;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

hr.dotted {
	border: none 0;
	border-top: 1px dotted #1003a3;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

img {
	border: none;
	display: block;
	outline: none;
}

li {
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
}

li:last-child {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 25px 15px;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 15px;
	padding: 0;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
}

p:last-child {
	margin: 0;
	padding: 0;
}

strong {
	font: normal 1em "Avenir Medium", arial, sans-serif;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 25px 15px;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0;
}

ul.columns {
	column-count: 2;
}
	
/* Specific Elements */

#award_container {
	margin: 0 0 25px 0;
	padding: 0;
	display: flex;
	gap: 25px;
	position: relative;
}

#board_container {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	position: relative;
}

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
	z-index: 0;
}

#chart_container {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	position: relative;
}

#donate_container {
	width: 90%;
	margin: 0 auto;
	padding: 100px 5%;
	text-align: center;
	background-color: #1003a3;
}

#donate_container a:link, #donate_container a:visited {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	text-decoration: underline;
	color: #fbb040;
	transition: color .25s ease-in-out;
}
	
#donate_container a:hover, #donate_container a:visited:hover {
	text-decoration: underline;
	color: #fff;
}

#donate_inner {
	width: 100%;
	height: inherit;
	max-width: 1200px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#f_center {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#f_left {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#f_logo {
	height: 75px;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#f_logo:hover {
	opacity: .75;
}

#f_logo img {
	width: auto;
	height: 100%;
	max-height: 75px;
	margin: 0 auto;
	padding: 0; 
}

#f_right {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}

#f_social {
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
}

#f_social a:link, #f_social a:visited {
	text-decoration: none !important;
	color: #fff !important;
	transition: color .25s ease-in-out !important;
}
	
#f_social a:hover, #f_social a:visited:hover {
	text-decoration: none !important;
	color: #fbb040 !important;
}

#footer {
	font: normal .75em "Avenir Medium", arial, sans-serif;
	line-height: 1.5em;
	color: #fff;
	width: 90%;
	height: 100px;
	margin: 0;
	padding: 25px 5%;
	position: relative;
	background-color: #1003a3;
	z-index: 1;
}

#footer a:link, #footer a:visited {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	text-decoration: none;
	color: #fbb040;
	transition: color .25s ease-in-out;
}
	
#footer a:hover, #footer a:visited:hover {
	text-decoration: none;
	color: #fff;
}

#footer_inner {
	width: 100%;
	height: inherit;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#giving_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#h_left {
	width: 33.3%;
	max-width: 325px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#h_logo {
	width: 100%;
	max-width: 325px;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#h_logo:hover {
	opacity: .75;
}

#h_logo img {
	width: 100%;
	height: auto;
	max-width: 325px;
	margin: 0 auto;
	padding: 0;
}

#h_right {
	width: calc(100% - 425px);
	max-width: 775px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}

#header {
	width: 90%;
	height: 110px;
	margin: 0 auto;
	padding: 25px 5%;
	z-index: 1;
	transition: all .25s ease-in-out;
	position: relative;
}

#header_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_about {
	width: 90%;
	margin: 0 auto 75px auto;
	padding: 100px 5%;
	position: relative;
	background-color: #1003a3;
}

#home_about_image {
	width: 60%;
	max-width: 700px;
	margin: 0;
	padding: 0;
}

#home_about_image img {
	width: 100%;
	height: auto;
	max-width: 700px;
	margin: 0;
	padding: 0;
}

#home_about_inner {
	width: 100%;
	max-width: 1200px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#home_about_text {
	width: 37.5%;
	max-width: 450px;
	margin: 0;
	padding: 0;
}

#home_impact {
	width: 90%;
	margin: 0 auto 75px auto;
	padding: 0 5%;
	position: relative;
}

#home_impact_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#home_instagram {
	width: 100%;
	margin: 0 auto 75px auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#home_intro {
	width: 90%;
	height: calc(100vh - 160px);
	margin: 0 auto 75px auto;
	padding: 0 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#home_intro_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_intro_title { 
	font: normal 2.67em "Avenir Medium", arial, sans-serif;
	line-height: 1.125em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	text-shadow: 2px 3px 2px rgba(0,0,0,.85);
}

#home_news {
	width: 90%;
	margin: 0 auto 75px auto;
	padding: 100px 5%;
	position: relative;
	background-color: #008a52;
}

#home_news_inner {
	width: 100%;
	max-width: 1200px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#hosting_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#impact_container {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

#main {
	width: 90%;
	margin: 0 auto;
	padding: 75px 5%;
	position: relative;
}

#main_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top {
	width: 90%;
	height: 600px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#main_top_banner {
	width: 90%;
	margin: 0;
	padding: 0 5%;
	background-color: #008a52;
	position: absolute;
	bottom: 50px;
	left: 0;
	box-shadow: 0px 5px 10px rgba(0,0,0,.85);
}

#main_top_banner_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top_banner_logo {
	width: 150px;
	height: 150px;
	margin: 25px 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}

#main_top_banner_logo img {
	height: 100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#main_top_banner_title { 
	font: normal 2.67em "Avenir Medium", arial, sans-serif;
	line-height: 1.125em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 175px;
	transform: translateY(-50%);
	text-shadow: 2px 3px 2px rgba(0,0,0,.85);
}

#main_top_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top_title { 
	font: normal 2.67em "Avenir Medium", arial, sans-serif;
	line-height: 1.125em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 150px;
	left: 50%;
	text-shadow: 2px 3px 2px rgba(0,0,0,.85);
}

#menu {
	cursor: pointer;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#menu ul li {
	line-height: .875em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#menu ul li a {
	font: normal 1.125em "Avenir Medium", arial, sans-serif;
    text-decoration: none;
    color: #000;
	margin: 0;
	padding: 0 0 30px 0;
    transition: all .25s ease-in-out;
	white-space: nowrap;
}
	
#menu ul li a:hover {
	text-decoration: none;
    color: #1003a3;
    cursor: pointer;
}

#menu ul li:hover > a {
    color: #1003a3;
}

#menu ul li > ul {
	width: 125px;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*top: 5px;*/
	top: 54px;
    left: 50%;
	transform: translateX(-50%);
	margin: 0;
    padding: 20px;
    background-color: #1003a3;
    text-align: center;
	z-index: 100;
    transition: all .25s ease-in-out;
}

#menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 54px;
}

#menu ul li > ul li {
	max-width: 125px;
	margin: 0 0 25px 0;
	padding: 0;
}

#menu ul li > ul li:last-child {
	margin: 0;
	padding: 0;
}

#menu ul li > ul li a {
	font: normal .875em "Avenir Medium", arial, sans-serif;
    text-decoration: none;
    color: #fff;
	margin: 0;
	padding: 0;
    display: block;
    transition: all .25s ease-in-out;
	white-space: normal;
}
	
#menu ul li > ul li a:hover {
	text-decoration: none;
    color: #fbb040;
    cursor: pointer;
}

#menu_container {
	width: 100%;
    margin: 0;
	padding: 0;
    position: relative;
	transition: all .25s ease-in-out;
}

#mobile_menu_container {
	display: none;
}

#news_container {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	position: relative;
}

#news_date_single {
	font: normal .875em "Avenir Heavy", arial, sans-serif;
	line-height: 1em;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0;
}

#news_image_single {
	max-width: 500px;
	margin: 0 50px 25px 0;
	padding: 0;
	float: left;
}

#news_image_single img {
	width: 100%;
	height: auto;
	max-width: 700px;
	margin: 0;
	padding: 0;
	border: 1px solid #d71345;
	box-sizing: border-box;
}

#newsletter_container {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 66.67px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

#servicearea_map {
	width: 100%;
    max-width: 1200px;
    height: 500px;
    margin: 0;
    padding: 0;
    border: 1px solid #1003a3;
}

#social_container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5%;
	text-align: center;
}

#sorting_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#subscribe {
	width: 90%;
	margin: 0 auto 75px auto;
	padding: 25px 5%;
	color: #fff;
	position: relative;
	background-color: #d71345;
}

#subscribe_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	gap: 25px;
	align-items: center;
	position: relative;
}

#subscribe_form {
	width: calc(100% - 670px);
	margin: 0;
	padding: 0;
	position: relative;
}

#subscribe_title {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#utility {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px;
	position: absolute;
	top: -26px;
	right: 0;
}

/* Classes */

.award {
	width: 200px;
	margin: 0;
	padding: 0;
}

.award img {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0;
	padding: 0;
}

.big {
	font: normal 1.25em "Avenir Medium", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #1003a3;
	margin: 0;
	padding: 0;
}

.board {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	display: flex;
	gap: 50px;
	align-items: center;
	border-bottom: 1px dotted #1003a3;
}

.board:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.board:nth-child(even) {
	gap: 50px;
	flex-direction: row-reverse;
}

.board_image {
	margin: 0;
	padding: 0;
}

.board_image img {
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 300px;
	margin: 0;
	padding: 0;
	border: 1px solid #d71345;
	box-sizing: border-box;
}

.board_name {
	font: normal 1.75em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #d71345;
	margin: 0 0 5px 0;
	padding: 0;
}

.board_text {
	width: calc(100% - 250px);
	max-width: 950px;
	margin: 0;
	padding: 0;
}

.board_title {
	font: normal 1em "Avenir Heavy", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 25px 0;
	padding: 0;
}

.chart {
	margin: 0;
	padding: 0;
}

.chart_icon {
	height: 250px;
	margin: 0 auto;
	padding: 0;
}

.chart_icon img {
	width: auto;
	height: 100%;
	max-width: 366.67px;
	max-height: 250px;
	margin: 0 auto;
	padding: 0;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.disclaimer {
	font: normal .75em "Avenir Book Oblique", arial, sans-serif;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}

.fab, .fas {
	font-size: 24px;
	margin: 0 0 0 5px;
	padding: 0;
}

.ghost_blue_utility {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 20px 8px 20px;
	background-color: #1003a3;
	border: 1px solid #1003a3;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_blue_utility:hover {
	color: #1003a3;
	background-color: transparent;
    border: 1px solid #1003a3;
}

.ghost_green_utility {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 20px 8px 20px;
	background-color: #008a52;
	border: 1px solid #008a52;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_green_utility:hover {
	color: #008a52;
	background-color: transparent;
    border: 1px solid #008a52;
}

.ghost_red {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 20px 8px 20px;
	background-color: #d71345;
	border: 1px solid #d71345;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_red:hover {
	color: #d71345;
	background-color: #fff;
    border: 1px solid #d71345;
}

.ghost_red_small {
	font: normal 0.75em "Avenir Medium", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 20px 8px 20px;
	background-color: #d71345;
	border: 1px solid #d71345;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_red_small:hover {
	color: #d71345;
	background-color: #fff;
    border: 1px solid #d71345;
}

.giving {
	width: 100%;
	margin: 0 0 75px 0;
	padding: 0;
	display: flex;
	gap: 40px;
	position: relative;
}

.giving:last-child {
	margin: 0;
	padding: 0;
}

.giving_icon {
	width: 150px;
	margin: 0;
	padding: 0;
}

.giving_icon img {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0;
	padding: 0;
}

.giving_text {
	width: calc(100% - 190px);
	margin: 0;
	padding: 0;
}

.giving_title {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 25px 0;
	padding: 0;
}

.hosting {
	width: 100%;
	margin: 0 0 75px 0;
	padding: 0;
	display: flex;
	gap: 40px;
	position: relative;
}

.hosting:last-child {
	margin: 0;
	padding: 0;
}

.hosting_icon {
	width: 150px;
	margin: 0;
	padding: 0;
}

.hosting_icon img {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0;
	padding: 0;
}

.hosting_text {
	width: calc(100% - 190px);
	margin: 0;
	padding: 0;
}

.hosting_title {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 25px 0;
	padding: 0;
}

.impact {
	width: calc((100% - 100px) / 3);
	max-width: 366.67px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.impact_icon {
	height: 250px;
	margin: 0 auto 25px auto;
	padding: 0;
}

.impact_icon img {
	width: auto;
	height: 100%;
	max-width: 366.67px;
	max-height: 250px;
	margin: 0 auto;
	padding: 0;
}

.impact_text {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	line-height: 1.75em;
	color: #d71345;
	margin: 0;
	padding: 0;
}

.impact_title {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 10px 0;
	padding: 0;
}

.news {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #1003a3;
}

.news:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.news_date {
	font: normal .875em "Avenir Heavy", arial, sans-serif;
	line-height: 1em;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0;
}

.news_home {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_home_image {
	width: 60%;
	max-width: 700px;
	margin: 0;
	padding: 0;
}

.news_home_image img {
	width: 100%;
	height: auto;
	max-width: 700px;
	margin: 0;
	padding: 0;
}

.news_home_text {
	width: 37.5%;
	max-width: 450px;
	margin: 0;
	padding: 0;
}

.news_image {
	max-width: 400px;
	margin: 0;
	padding: 0;
}

.news_image img {
	width: 100%;
	height: auto;
	max-width: 700px;
	margin: 0;
	padding: 0;
	border: 1px solid #d71345;
	box-sizing: border-box;
}

.news_text {
	width: calc(100% - 450px);
	max-width: 850px;
	margin: 0;
	padding: 0;
}

.news_title {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 10px 0;
	padding: 0;
}

.newsletter {
	width: calc(100% / 4);
	max-width: 250px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.newsletter_image {
	max-width: 250px;
	margin: 0 0 25px 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.newsletter_image:hover {
	opacity: .75;
}

.newsletter_image img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0;
	padding: 0;
}

.newsletter_title {
	font: normal 1.125em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 25px 0;
	padding: 0;
}

.pdf {
    font-size: .875em;
    margin: 0 0 5px 0;
    padding: 0;
    cursor: pointer;
}

.pdf::before {
	width: 28px;
	height: 18px;
	content: "";
    display: inline-block;
    background: url(images/cea_pdf_icon.svg) no-repeat left center;
    background-size: 18px 18px;
	vertical-align: middle;
}

.sorting {
	width: 100%;
	margin: 0 0 75px 0;
	padding: 0;
	display: flex;
	gap: 40px;
	position: relative;
}

.sorting:last-child {
	margin: 0;
	padding: 0;
}

.sorting_icon {
	width: 150px;
	margin: 0;
	padding: 0;
}

.sorting_icon img {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0;
	padding: 0;
}

.sorting_text {
	width: calc(100% - 190px);
	margin: 0;
	padding: 0;
}

.sorting_title {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 25px 0;
	padding: 0;
}

/* Form */

/*h3.gsection_title {
	display: none !important;
}*/

h3.gsection_title {
	font: normal 1em "Avenir Heavy", arial, sans-serif !important;
	line-height: 1em !important;
	color: #fbb040 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

#gform_wrapper_1 form {
	display: flex;
	justify-content: space-between;
}

#gform_wrapper_1 .gform_body.gform-body {
	width: 100% !important;
}

#gform_wrapper_1 .gform_required_legend {
	display: none !important;
}

#gform_wrapper_1 .gfield_label {
    display: none !important;
}

#gform_wrapper_1 .gform_footer input.button,
#gform_wrapper_1 .gform_footer input[type="submit"] {
    width: 100% !important;
	font: normal 1em "Avenir Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 10px 20px 8px 20px !important;
	background-color: #1003a3 !important;
	border: 1px solid #1003a3 !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
    color: #fff!important;
	background-color: #d71345!important;
    border: 1px solid #fff!important;
}

#gform_wrapper_1.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
	clear: none !important;
}

#gform_wrapper_1 .ginput_container input {
	width: calc(100% - 25px) !important;
	font: normal .875em "Avenir Book", arial, sans-serif !important;
	color: #fff !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    background-color: transparent;
    border: none !important;
	border-bottom: 2px solid #fff !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

#gform_wrapper_1 .ginput_container input::-webkit-input-placeholder {
    color: #fff !important;
}

#gform_wrapper_1 .ginput_container input::-moz-placeholder {
    color: #fff !important;
}

#gform_wrapper_1 .gform_wrapper {
	width: 500px !important;
	margin: 0 auto !important;
	text-align: left !important;
}

.clear-multi {
    display: flex;
    justify-content: space-between;
}

.gfield_label {
    font: normal 1.125em "Avenir Medium", arial, sans-serif !important;
	line-height: 1em !important;
	color: #d71345 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.gform_body ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul li {
	margin: 0 0 25px 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    /*width: 100% !important;*/
	font: normal 1em "Avenir Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 10px 20px 8px 20px !important;
	background-color: #1003a3 !important;
	border: 1px solid #1003a3 !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.gform_footer input[type="submit"]:hover {
    color: #fff !important;
	background-color: #d71345 !important;
    border: 1px solid #d71345 !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: left !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 4px !important;
}

.gform_wrapper .gfield_required {
    color: #1003a3 !important;
    margin-left: 0px !important;
}

.gform_wrapper .gform_footer {
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal 1.125em "Avenir Medium", arial, sans-serif !important;
	line-height: 1em !important;
	color: #1003a3 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    padding: 12px 20px 10px 48px !important;
	background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid #a50000 !important;
    box-shadow: none !important;
    position: relative !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    font: normal 2em "Avenir Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper.gravity-theme fieldset {
	border: none !important;
	display: block !important;
	margin: 0 !important;
}

.ginput_container input {
	width: 100% !important;
	font: normal .875em "Avenir Book", arial, sans-serif !important;
	line-height: 1em !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: transparent;
    border: 1px solid #1003a3 !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.ginput_container input[type="radio"],
.ginput_container input[type="radio"] {
	width: 13px !important;
	font: normal .875em "Avenir Book", arial, sans-serif !important;
	line-height: 1em !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal .875em "Avenir Book", arial, sans-serif !important;
	line-height: 1em !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: transparent;
    border: 1px solid #1003a3 !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal .875em "Avenir Book", arial, sans-serif !important;
	line-height: 1em !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: transparent;
    border: 1px solid #1003a3 !important;
    box-sizing: border-box !important;
    resize: none !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Avenir Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #a50000 !important;
	margin: 5px 0 10px 0 !important;
	padding: 0 !important;
	text-align: left !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */