/*
Theme Name: Oakland Volunteer Fire Department (OVFD)
Theme URI: https://www.ovfd40.org/
Description: A custom template designed by CurlyRed for the OVFD <a href="https://www.ovfd40.org/" target="_blank">www.ovfd40.org</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: http://www.curlyred.com/
*/

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

/* Color Values

Black: #000 (0,0,0)
Dark Red: #a50000 (165,0,0)
Red: #e42524 (228,37,36)
White: #fff (255,255,255)
Yellow: #fdbc11 (253,188,17)

*/

/* Fonts */

@font-face {
	font-family: "Garamond Nova Bold";
	src: url('fonts/garamond_nova_bold.ttf') format('truetype');
}

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

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

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

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

@font-face {
	font-family: "Lato Semibold";
	src: url('fonts/lato_semibold.ttf') format('truetype');
}

@font-face {
	font-family: "Lato Semibold Italic";
	src: url('fonts/lato_semibold_italic.ttf') format('truetype');
}

/* Basic Elements */

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

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 "Lato Medium", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0 auto;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}

em {
	font: normal 1em "Lato Medium Italic", arial, sans-serif;
}

h1 {
	font: normal 3em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #000;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

h2 {
	font: normal 2.5em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #e42524;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

h3 {
	font: normal 2em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}

h4 {
	font: normal 1.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fdbc11;
	margin: 0 0 10px 0;
	padding: 0;
}

h5 {
	font: normal 1.25em "Garamond Nova Bold", times, serif;
	line-height: 1.125em;
    color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

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

hr.dotted {
	border: none 0; 
	border-top: 2px dotted #000;
	height: 2px;
	margin: 50px 0;
	padding: 0;
}

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

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

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

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

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

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

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

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
}
	
/* Specific Elements */

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

#contact_address {
    width: 30%;
    margin: 0;
    padding: 0;
}

#contact_map {
    width: calc(70% - 50px);
    max-width: 850px;
    height: 350px;
    margin: 0;
    padding: 5px;
    border: 1px solid #000;
	box-sizing: border-box;
}

#contact_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#coverage_map {
    width: 100%;
	max-width: 350px;
    margin: 0 50px 25px;
    padding: 0;
	float: left;
}

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

#curlyred {
	margin: 0;
	padding: 0;
}

#curlyred a:link, #curlyred a:visited {
	text-decoration: none;
	font: normal 1em "Lato Medium", arial, sans-serif;
    color: #fdbc11 !important;
}

#curlyred a:hover, #curlyred a:visited:hover {
	color: #e42524 !important;
}

#donate {
	width: 90%;
	height: calc(100vh - 350px) !important;
	overflow: hidden;
	margin: 0;
	padding: 100px 5%;
	color: #fff;
	background: #000 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: relative;
}

#donate:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,.25) 0, rgba(0,0,0,1) 100%);
}

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

#donate_subtitle {
	font: normal 2.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    color: #fdbc11;
	margin: 0 0 50px 0;
	padding: 0;
}

#donate_text {
	width: 100%;
	max-width: 600px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#donate_title {
	font: normal 4em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fdbc11;
	margin: 0 0 50px 0;
	padding: 0;
}

#event_date_single {
	font: normal 1.25em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    color: #e42524;
	margin: 0 0 25px 0;
	padding: 0;
}

#event_image_single {
	width: 100%;
	max-width: 400px;
	margin: 0 50px 25px 0;
	padding: 0;
	float: left;
	position: relative;
}

#event_image_single img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0;
	padding: 5px;
	border: 2px solid #fdbc11;
	box-sizing: border-box;
	object-fit: cover;
}

#event_title_single {
	font: normal 2.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fdbc11;
	margin: 0 0 10px 0;
	padding: 0;
}

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

#f_center {
    margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
	display: flex;
	align-items: center;
	gap: 25px;
}

#f_left {
    font: normal .67em "Lato Medium", arial, sans-serif;
    line-height: 1.33em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#f_left a:link, #f_left a:visited {
	text-decoration: none;
	font: normal 1em "Lato Medium", arial, sans-serif;
    color: #fdbc11;
}

#f_left a:hover, #f_left a:visited:hover {
	color: #e42524;
}

#f_right {
    font: normal .67em "Lato Medium", arial, sans-serif;
    line-height: 1.33em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	text-align: right;
}

#f_right a:link, #f_right a:visited {
	text-decoration: none;
	font: normal 1em "Lato Medium", arial, sans-serif;
    color: #fff;
}

#f_right a:hover, #f_right a:visited:hover {
	color: #fdbc11;
}

#f_social {
	height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
}

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

#fire_stats_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

#footer {
	width: 90%;
    height: 100px;
	margin: 0;
	padding: 25px 5%;
	background-color: #000;
	position: relative;
}

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

#h_center {
    width: 100%;
	max-width: 120px;
	margin: 0;
    padding: 0;
}

#h_left {
    width: 100%;
	max-width: 450px;
	margin: 0;
    padding: 0;
}

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

#h_logo:hover {
    opacity: .75;
    cursor: pointer;
}

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

#h_right {
    width: 100%;
	max-width: 450px;
	margin: 0;
    padding: 0;
}

#header {
    width: 90%;
    height: 175px;
	margin: 0 auto;
	padding: 25px 5%;
	position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}

#header_flex {
	display: flex;
	justify-content: space-between;
	align-items: top;
	gap: 50px;
}

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

#highlights_container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}

#highlights_line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background-color: #fdbc11;
	transform: translateX(-50%);
}

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

#home_event_date {
	font: normal 1.25em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    color: #e42524;
	margin: 0 0 25px 0;
	padding: 0;
}

#home_event_image {
	width: 100%;
	max-width: 575px;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}

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

#home_event_text {
	width: 100%;
	max-width: 575px;
	margin: 0;
	padding: 0;
}

#home_event_title {
	font: normal 2.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fdbc11;
	margin: 0 0 10px 0;
	padding: 0;
}

#home_events {
	width: 90%;
	margin: 0 0 100px 0;
	padding: 0 5%;
	position: relative;
}

#home_events_container {
	width: calc(50% - 25px);
    max-width: 575px;
	margin: 0;
	padding: 0;
	position: relative;
}

#home_events_feeds {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

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

#home_fb_container {
    width: calc(50% - 25px);
    max-width: 575px;
	margin: 0 auto;
    padding: 0;
	text-align: center;
}

#home_intro {
	width: 90%;
	height: 100vh !important;
	overflow: hidden;
	margin: 0;
	padding: 0 5%;
	background: #000 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: relative;
}

#home_intro:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,1) 100%);
}

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

#home_intro_subtitle {
	font: normal 1.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fff;
	margin: 0 0 50px 0;
	padding: 0;
}

#home_intro_text {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

#home_intro_title {
	font: normal 3em "Garamond Nova Bold", times, serif;
    line-height: 1em;
    text-transform: uppercase;
	color: #e42524;
	margin: 0 0 10px 0;
	padding: 0;
}

#home_stats {
	width: 90%;
	margin: 0 0 100px 0;
	padding: 50px 5%;
	background-color: #000;
	position: relative;
}

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

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

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

#main_top {
	width: 90%;
	height: 600px;
	overflow: hidden;
	margin: 0;
	padding: 0 5%;
	background: #000 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	position: relative;
}

#main_top:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,1) 100%);
}

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

#main_top_subtitle {
	font: normal 1.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
}

#main_top_text {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

#main_top_title {
	font: normal 3em "Garamond Nova Bold", times, serif;
    line-height: 1em;
    text-transform: uppercase;
	color: #e42524;
	margin: 0 0 10px 0;
	padding: 0;
}

#mobile_menu_container {
	display: none;
}

#utility {
    width: 90%;
    height: 50px;
	margin: 0 auto;
	padding: 0 5%;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	background-color: #e42524;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.85);
	z-index: 1;
}

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

#utility_left {
    width: 100%;
	max-width: 450px;
	font: normal .875em "Lato Heavy", arial, sans-serif;
    line-height: 1em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#utility_left a:link, #utility_left a:visited {
	text-decoration: none;
	font: normal 1em "Lato Heavy", arial, sans-serif;
    color: #fff;
}

#utility_left a:hover, #utility_left a:visited:hover {
	color: #fdbc11;
}

#utility_menu {
	cursor: pointer;
}

#utility_menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	flex-direction: row-reverse;
}

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

#utility_menu ul li a {
	font: normal .875em "Lato Heavy", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
	margin: 0;
	padding: 0;
    transition: all .25s ease-in-out;
}

#utility_menu ul li a.active {
    color: #fdbc11;
}

#utility_menu ul li a:hover {
	text-decoration: none;
    color: #fdbc11;
    cursor: pointer;
}

#utility_right {
    width: 100%;
	max-width: 450px;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* Classes */

.apparatus_container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.apparatus_image {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.apparatus_image img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px;
	border: 2px solid #fdbc11;
	box-sizing: border-box;
	object-fit: cover;
}

.apparatus_main {
	width: 100%;
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}

.apparatus_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.4s ease-in-out;
	display: flex;
	flex-direction: column;
}

.apparatus_slide.active {
	opacity: 1;
	position: relative;
	z-index: 2;
}

.apparatus_thumb {
	width: 180px;
	height: 100px;
	flex-shrink: 0;
	margin: 0;
	padding: 5px;
	border: 2px solid transparent;
	box-sizing: border-box;
	opacity: 0.5;
	transition: opacity 0.25s ease-in-out;
	cursor: pointer;
}

.apparatus_thumb:hover,
.apparatus_thumb.active {
	opacity: 1;
	border: 2px solid #fdbc11;
}

.apparatus_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apparatus_thumbs {
	width: 100%;
	overflow-x: auto;
	display: flex;
	gap: 10px;
}

.apparatus_title {
	font: normal 2em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0;
}

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

.column_three {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

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

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

.event_date {
	font: normal 1.25em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    color: #e42524;
	margin: 0 0 25px 0;
	padding: 0;
}

.event_image {
	width: 100%;
	max-width: 575px;
	margin: 0;
	padding: 0;
	position: relative;
}

.event_image img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px;
	border: 2px solid #fdbc11;
	box-sizing: border-box;
	object-fit: cover;
}

.event_text {
	width: 100%;
	max-width: 575px;
	margin: 0;
	padding: 0;
}

.event_title {
	font: normal 2.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fdbc11;
	margin: 0 0 10px 0;
	padding: 0;
}

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

.f_logo:hover {
    opacity: .75;
    cursor: pointer;
}

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

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

.fire_safety {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 2px dotted #000;
	position: relative;
}

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

.fire_safety_icon {
	height: 75px;
	margin: 0 auto 25px auto;
	padding: 0;
}

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

.fire_safety_title {
	font: normal 2.5em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #e42524;
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}

.fire_stats {
	width: 100%;
	max-width: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}

.fire_stats_image {
	height: 100px;
	margin: 0 auto 25px auto;
	padding: 0;
}

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

.fire_stats_text p {
	font: normal 1.25em "Garamond Nova Bold", times, serif;
    letter-spacing: .0625em;
	line-height: 1em;
    color: #e42524;
	margin: 0;
	padding: 0;
}

.fire_stats_title {
	font: normal 2.5em "Lato Medium", arial, sans-serif;
    letter-spacing: .0625em;
	line-height: 1em;
    text-transform: uppercase;
	color: #fdbc11;
	margin: 0 0 10px 0;
	padding: 0;
}

.ghost_white {
	font: normal .875em "Lato Semibold", arial, sans-serif;
	letter-spacing: .0625em;
	text-transform: uppercase;
    color: #e42524;
	margin: 0;
	padding: 10px 20px;
	background-color: #fff;
	border: 5px solid #fdbc11;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_white:hover {
	color: #fff;
	background-color: #fdbc11;
    border: 5px solid #fdbc11;
}

.highlights {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.highlights:nth-child(2n+1) {
	padding: 0;
	justify-content: flex-end;
}

.highlights_content {
	width: 47.5%;
	max-width: 475px;
	padding: 25px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.255);
	box-sizing: border-box;
}

.highlights .highlights_content {
	margin: 0;
	text-align: right;
}

.highlights:nth-child(2n+1) .highlights_content {
	margin: 0;
	text-align: left;
}

.highlights_dot {
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	background-color: #000;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #ffffff, 0 0 0 7px #fdbc11; 
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	z-index: 2;
}

.highlights_text p {
	margin: 0;
	padding: 0;
}

.highlights_title {
	font: normal 1.25em "Garamond Nova Bold", times, serif;
	line-height: 1.125em;
    color: #e42524;
	margin: 0 0 10px 0;
	padding: 0;
}

.menu {
	cursor: pointer;
}

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

.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.menu ul li a {
	font: normal .875em "Lato Medium", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
	margin: 0;
	padding: 0;
    transition: all .25s ease-in-out;
}

.menu ul li a.active {
    color: #fdbc11;
}

.menu ul li a:hover {
	text-decoration: none;
    color: #fdbc11;
    cursor: pointer;
}

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

.otgs-development-site-front-end {
	display: none !important;
}

.pdf {
    font: normal .875em "Garamond Nova Bold", times, serif;
	line-height: 1.125em;
    margin: 0;
    padding: 0;
	display: flex;
	gap: 10px;
	align-items: center;
    cursor: pointer;
}

.pdf::before {
	width: 18px;
	height: 18px;
	content: "";
    background: url(images/ovfd_pdf_icon.svg) no-repeat left center;
    background-size: 18px 18px;
}

.video {
    position: relative;
	margin: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video_container {
    width: 100%;
    height: auto;
    max-width: 560px;
    margin: 0 0 20px 40px;
    padding: 0;
    float: right;
}

.web {
    font: normal .875em "Garamond Nova Bold", times, serif;
	line-height: 1.125em;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.web::before {
	width: 21px;
	height: 16px;
	margin: -3px 0 0 0;
	padding: 0;
	content: "";
    display: inline-block;
    background: url(images/ovfd_web_icon.svg) no-repeat left center;
    background-size: 16px 16px;
	vertical-align: middle;
}

/* Form */

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

.gfield_label {
    font: normal 1.25em "Garamond Nova Bold", times, serif !important;
	line-height: 1em !important;
	color: #e42524 !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

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

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

.gform_footer input.button,
.gform_footer input[type="submit"] {
    width: auto !important;
	font: normal .875em "Lato Semibold", arial, sans-serif !important;
	letter-spacing: .0625em !important;
	text-transform: uppercase !important;
    color: #e42524 !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: #fff !important;
	border: 5px solid #fdbc11 !important;
    border-radius: 0 !important;
	cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	white-space: nowrap !important;
}

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

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	margin: 0 auto !important;
	padding: 0 !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 {
    font: normal 1em "Gotham Medium", arial, sans-serif !important;
	color: #e42524 !important;
    margin-left: 0px !important;
}

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

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal 1.25em "Lato Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 20px !important;
	display: none !important;
}

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

.gform_wrapper .gform_validation_errors > h2 {
    font: normal 1.25em "Lato Heavy", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 0 0 25px 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
    display: none !important;
}

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

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Lato Medium", arial, sans-serif !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container input[type="checkbox"],
.ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "Lato Medium", arial, sans-serif !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
	background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Lato Medium", arial, sans-serif !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 0 10px !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Lato Medium", arial, sans-serif !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
    resize: none !important;
}

.ginput_container_checkbox {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.grecaptcha-badge {
	visibility: hidden !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Lato Heavy", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */