/*
Theme Name: Christian Mash for State’s Attorney
Theme URI: https://www.braveotterbiology.com/
Description: A custom template designed by CurlyRed for Christian Mash for State’s Attorney <a href="https://christianmashformd.com/" target="_blank">christianmashformd.com</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
Red: #bd1a29 (189,26,41)
Yellow: #ffc20e (255,194,14)
White: #fff

*/

/* Fonts */

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

@font-face {
	font-family: "Gotham Bold Italic";
	src: url('fonts/gotham_bold_italic.ttf') format('truetype');
}

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

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

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

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

/* Basic Elements */

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

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

br {
	margin: 0;
	padding: 0;
}

em {
	font: normal 1em "Gotham Book Italic", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font: normal 3em "Gotham Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #ffc20e;
	margin: 0;
	padding: 0;
	text-align: right;
}

h2 {
	font: normal 3em "Gotham Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #bd1a29;
	margin: 0;
	padding: 0;
	text-align: right;
}

h3 {
	font: normal 2em "Gotham Medium", arial, sans-serif;
    line-height: 1em;
    color: #fff;
	margin: 0;
	padding: 0;
}

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

h5 {
	font: normal 1.33em "Gotham Medium", arial, sans-serif;
    line-height: 1em;
    color: #000;
	margin: 0 0 25px 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #000;
	height: 1px;
	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 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 "Gotham Medium", arial, sans-serif;
	line-height: 1.5em;
    color: #000;
	margin: 0;
	padding: 0;
}
	
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;
}
	
/* Specific Elements */

#back_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: -90px;
	bottom: 115px;
	cursor: pointer;
	background-color: #bd1a29;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#back_top.sticky {
	right: 50px;
}

#back_top:hover {
	opacity: .75;
}

#back_top img {
	width: 100%;
	height: auto;
	max-width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

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

#f_center {
    width: 100%;
	font: normal .875em "Gotham Bold", arial, sans-serif;
    text-transform: uppercase;
	color: #bd1a29;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
	text-align: center;
}

#f_center a:link, #f_center a:visited {
	text-decoration: none;
	font: normal 1em "Gotham Bold", arial, sans-serif;
    color: #bd1a29;
}

#f_center a:hover, #f_center a:visited:hover {
	color: #000;
}

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

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

#h_logo {
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 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: 400px;
    margin: 0;
    padding: 0;
}

#h_right {
	position: absolute;
	top: 0;
	left: calc(50% + 50px);
}

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

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

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

#home_about_image {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
}

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

#home_about_left {
	width: calc(50% - 25px);
	max-width: 960px;
	min-width: 500px;
	margin: 0;
	padding: 0 50px 0 0;
}

#home_about_right {
	width: calc(50% - 25px);
	max-width: 960px;
	margin: 0;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}

#home_intro {
	width: 100%;
	height: 100vh;
	margin: 0 0 50px 0;
	padding: 0;
	display: flex;
	position: relative;
}

#home_intro_left {
	width: 50%;
	max-width: 960px;
	min-width: 525px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

#home_intro_overlay {
	width: 90%;
	height: 300px;
	margin: 0;
	padding: 25px 5% 0 5%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffc20e;
}

#home_intro_right {
	width: 50%;
	max-width: 960px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

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

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

#home_intro_text {
	width: 100%;
	max-width: 960px;
	margin: 0;
	padding: 0;
}

#home_intro_title {
	font: normal 3em "Gotham Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -36px;
	left: 5%;
}

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

#home_involved_image {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
}

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

#home_involved_left {
	width: calc(50% - 25px);
	max-width: 960px;
	min-width: 500px;
	margin: 0;
	padding: 0 50px 0 0;
}

#home_involved_right {
	width: calc(50% - 25px);
	max-width: 960px;
	margin: 0;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}

#home_policies {
	width: 90%;
	margin: 0 0 50px 0;
	padding: 50px 5%;
	background-color: #ffc20e;
	position: relative;
}

#home_policies::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,194,14,.95);
}

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

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

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

#main_top {
	width: 100%;
	max-width: 1920px;
	height: 500px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

#menu {
	cursor: pointer;
}

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

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

#menu ul li a {
	font: normal 1.125em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border-bottom: 2px solid transparent;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}
	
#menu ul li a:hover {
	color: #fff;
	border-bottom: 2px solid #ffc20e;
	cursor: pointer;
}

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

#mobile_menu_container {
	display: none;
}

/* Classes */

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

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

.ghost {
	font: normal 1.125em "Gotham Medium", arial, sans-serif;
	text-transform: uppercase;
    color: #bd1a29;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #ffc20e;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
}

.ghost:hover {
	color: #bd1a29;
	background-color: #ffc20e;
    border: 1px solid #ffc20e;
}

.home_icon {
	width: 130px;
	margin: 0;
	padding: 0;
}

.home_icon img {
	width: 130px;
	margin: 0;
	padding: 0;
}

.home_title {
	margin: 0 50px 0 0;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	gap: 25px;
	align-items: center;
}

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

.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/mash_pdf_icon.svg) no-repeat left center;
    background-size: 18px 18px;
	vertical-align: middle;
}

/* Form */

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

.gfield_label {
    font: normal 1em "Gotham Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #bd1a29 !important;
	margin: 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 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    width: auto !important;
	font: normal 1.125em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #bd1a29 !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: transparent !important;
	border: 1px solid #ffc20e !important;
	border-radius: 0 !important;
    cursor: pointer !important;
	transition: all .25s ease-in-out !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

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

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	margin: 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 {
    color: #00491f !important;
    margin-left: 0px !important;
}

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

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal 1.25em "Gotham 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.5em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Gotham Medium", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #000 !important;
    margin: 0 !important;
    padding: 15px 10px !important;
    background-color: transparent;
    border: none !important;
	border-bottom: 1px solid #ffc20e !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 "Gotham Medium", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #000 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
	background-color: transparent;
    border: 1px solid #ffc20e !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Gotham Medium", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #000 !important;
    margin: 0 0 25px 0 !important;
    padding: 15px 10px !important;
    background-color: transparent;
    border: none !important;
	border-bottom: 1px solid #ffc20e !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

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

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

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

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */