/* Catonsville Emergency Assistance Mobile */

@media only screen and (min-width: 0px) and (max-width: 799px) {

/* 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;
}

a, a:active, a:focus, a:link, a:visited, :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.25em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #d71345;
	margin: 0 0 5% 0;
	padding: 0;
}

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

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

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

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

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

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

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

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

li {
	margin: 0 0 5% 5%;
	padding: 0 0 0 5%;
}

li:last-child {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

ol {
	margin: 0 0 5% 5%;
	padding: 0;
}

ol:last-child {
	margin: 0 0 0 5%;
	padding: 0;
}

p {
	margin: 0 0 5% 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 5% 5%;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 5%;
	padding: 0;
}

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

#award_container {
	margin: 0 0 5% 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;
	right: 0;
	transition: right .375s ease-in-out;
	box-shadow: 5px 0px 10px rgba(0,0,0,.5);
}

#chart_container {
	margin: 0;
	padding: 0;
	position: relative;
}

#donate_container {
	width: 90%;
	margin: 0 auto;
	padding: 10% 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;
}

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

#f_center {
	margin: 0 auto 7.5% auto;
	padding: 0;
	text-align: center;
}

#f_left {
	margin: 0 auto 7.5% auto;
	padding: 0;
	text-align: center;
}

#f_logo {
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

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

#f_right {
	margin: 0;
	padding: 0;
	text-align: center;
}

#f_social {
	margin: 0 0 2.5% 0;
	padding: 0;
	position: relative;
}

#f_social a:link, #f_social a:visited {
	text-decoration: none !important;
	color: #fff !important;
}

#footer {
	font: normal .75em "Avenir Medium", arial, sans-serif;
	line-height: 1.5em;
	color: #fff;
	width: 90%;
	margin: 0;
	padding: 10% 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;
}

#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: 250px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

#h_logo {
	width: 100%;
	max-width: 250px;
	margin: 0;
	padding: 0;
}

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

#h_right {
	display: none;
}

#header {
	width: 90%;
	height: 90px;
	margin: 0 auto;
	padding: 38px 5% 25px 5%;
	z-index: 1;
	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 10% auto;
	padding: 10% 5%;
	position: relative;
	background-color: #1003a3;
}

#home_about_image {
	width: 100%;
	max-width: 700px;
	margin: 0 0 7.5% 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;
	position: relative;
}

#home_about_text {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_impact {
	width: 90%;
	margin: 0 auto 10% 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 10% auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#home_intro {
	width: 90%;
	height: calc(100vh - 160px);
	margin: 0 auto 10% 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.25em "Avenir Medium", arial, sans-serif;
	line-height: 1.125em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
	text-shadow: 2px 3px 2px rgba(0,0,0,.85);
}

#home_news {
	width: 90%;
	margin: 0 auto 10% auto;
	padding: 10% 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: 10% auto;
	padding: 0;
	position: relative;
}

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

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

#main_top {
	width: 90%;
	height: 350px;
	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: 25px;
	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: 75px;
	height: 75px;
	margin: 5% 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}

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

#main_top_banner_title { 
	font: normal 2.25em "Avenir Medium", arial, sans-serif;
	line-height: 1.125em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: calc(5% + 75px);
	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.25em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
	text-shadow: 2px 3px 2px rgba(0,0,0,.85);
}

#menu_container {
	display: none;
}

#mobile_bottom {
	font: normal .75em "Avenir Medium", arial, sans-serif;
	line-height: 1.5em;
	color: #fff;
	width: 80%;
	margin: 0 auto;
	padding: 0 10%;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}

#mobile_bottom a:link, #mobile_bottom a:visited {
	font: normal 1em "Avenir Medium", arial, sans-serif;
	text-decoration: none;
	color: #fbb040;
}

#mobile_indicator {
    margin: 0;
    padding: 0;
    position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
	animation: fadingArrow 1.25s infinite;
}

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

#mobile_logo {
	width: 200px;
	margin: 25px auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

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

#mobile_menu {
	width: 80%;
    height: calc(100vh - 275px);
	overflow: scroll;
	margin: 0 0 25px 0;
    padding: 0;
	position: absolute;
	top: 105px;
	left: 50%;
	transform: translateX(-50%);
}

#mobile_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobile_menu ul li {
	list-style: none;
	margin: 0 0 7.5% 0;
	padding: 0;
	position: relative;
}

#mobile_menu ul li:last-child {
    margin: 0;
}

#mobile_menu ul li a {
	font: normal 1.125em "Avenir Medium", arial, sans-serif;
    text-decoration: none;
    color: #fbb040;
	margin: 0;
	padding: 0;
    display: block;
}
	
#mobile_menu ul li > ul {
	margin: 5% 0 0 0;
    padding: 0;
}

#mobile_menu ul li > ul::after {
    content: '...';
	color: #fff;
}

#mobile_menu ul li > ul li {
	margin: 0 0 7.5% 0;
	padding: 0;
}

#mobile_menu ul li > ul li:last-child {
	margin: 0 0 2.5% 0;
	padding: 0;
}

#mobile_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;
}

#mobile_menu_container {
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	right: -300px;
	margin: 0;
	padding: 0;
	background-color: #1003a3;
	overflow-x: hidden;
    transition: right .375s ease-in-out;
}

#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 5% 0;
	padding: 0;
}

#news_image_single {
	margin: 0 0 7.5% 0;
	padding: 0;
}

#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: 50px 25px;
	justify-content: space-between;
	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 10% auto;
	padding: 10% 5%;
	color: #fff;
	position: relative;
	background-color: #d71345;
}

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

#subscribe_form {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#subscribe_title {
	margin: 0 0 5% 0;
	padding: 0;
}

#utility {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px;
	position: absolute;
	top: -39px;
	left: 50%;
	transform: translateX(-50%);
}

/* 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 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 1px dotted #1003a3;
}

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

.board_image {
	margin: 0 auto 7.5% auto;
	padding: 0;
}

.board_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0 auto;
	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 2.5% 0;
	padding: 0;
}

.board_text {
	width: 100%;
	margin: 0;
	padding: 0;
}

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

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

.chart:last-child {
	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;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.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;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.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;
    box-sizing: border-box;
    display: inline-block;
}

.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;
    box-sizing: border-box;
    display: inline-block;
}

.giving {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	position: relative;
}

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

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

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

.giving_text {
	width: 100%;
	margin: 0;
	padding: 0;
}

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

.hosting {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	position: relative;
}

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

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

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

.hosting_text {
	width: 100%;
	margin: 0;
	padding: 0;
}

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

.impact {
	width: 100%;
	margin: 0 0 15% 0;
	padding: 0;
	text-align: center;
}

.impact:last-child {
	margin: 0;
}

.impact_icon {
	max-width: 300px;
	margin: 0 auto 5% auto;
	padding: 0;
}

.impact_icon img {
	width: auto;
	height: 100%;
	max-height: 200px;
	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 5% 0;
	padding: 0;
}

.news {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	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 5% 0;
	padding: 0;
}

.news_home {
	width: 100%;
	margin: 0;
	padding: 0;
}

.news_home_image {
	width: 100%;
	margin: 0 0 7.5% 0;
	padding: 0;
}

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

.news_home_text {
	width: 100%;
	margin: 0;
	padding: 0;
}

.news_image {
	width: 100%;
	margin: 0 0 7.5% 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: 100%;
	margin: 0;
	padding: 0;
}

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

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

.newsletter_image {
	max-width: 250px;
	margin: 0 0 7.5% 0;
	padding: 0;
}

.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 7.5% 0;
	padding: 0;
}

.pdf {
    font-size: .875em;
    margin: 0 0 2.5% 0;
    padding: 0;
}

.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 10% 0;
	padding: 0 0 10% 0;
	position: relative;
}

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

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

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

.sorting_text {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sorting_title {
	font: normal 2em "Avenir Medium", arial, sans-serif;
	line-height: 1em;
	color: #1003a3;
	margin: 0 0 5% 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 5% 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;
    box-sizing: border-box !important;
    display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !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 5% 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 5% 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;
    box-sizing: border-box !important;
    display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !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: 5% 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 5% 0 !important;
	padding: 0 !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 0 0 5% 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: 5% 0 !important;
	padding: 0 !important;
	text-align: left !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	margin: 0;
	padding: 0;
	display: inline-block;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	position: absolute;
	top: calc(50% + 4px);
	right: 0;
	z-index: 10;
}

.hamburger-box {
	width: 24px;
	height: 16px;
	display: inline-block;
}

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #1003a3;
	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;
}

/* Squeeze */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

}

@keyframes fadingArrow {
	0% {opacity: 1;}
	25% {opacity: .75;}
	50% {opacity: .5;}
	75% {opacity: .75;}
	100% {opacity: 1;}
}

/* End */