/* Chrisitan Mash for State’s Attorney Mobile */

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

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

a, a:active, a:focus, a:link, a:visited, :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 2em "Gotham Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #ffc20e;
	margin: 0;
	padding: 0;
	text-align: right;
}

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

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

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

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

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

#back_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: -90px;
	bottom: calc(120px + 2.5%);
	background-color: #bd1a29;
	transition: all .25s ease-in-out;
}

#back_top.sticky {
	right: 5%;
}

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

#footer {
	width: 90%;
    height: 45px;
	margin: 0;
	padding: 10% 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: 275px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

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

#h_right {
	display: none;
}

#header {
    width: 90%;
    height: 105px;
    margin: 0 auto;
    padding: 25px 5%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s ease-in-out;
	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 10% 0;
	padding: 0;
	position: relative;
}

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

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

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

#home_about_right {
	width: 90%;
	max-width: 960px;
	margin: 0;
	padding: 0 5%;
}

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

#home_intro_left {
	width: 90%;
	max-width: 960px;
	height: 500px;
	margin: 0;
	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;
	display: block;
}

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

#home_intro_right {
	width: 90%;
	max-width: 960px;
	height: 400px;
	margin: 0;
	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;
	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 2em "Gotham Bold", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -25px;
	left: 5%;
}

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

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

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

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

#home_involved_right {
	width: 90%;
	max-width: 960px;
	margin: 0;
	padding: 0 5%;
}

#home_policies {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	background: #ffc20e no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	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: 10% 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_container {
	display: none;
}

#mobile_footer {
    width: 100%;
	font: normal .875em "Gotham Bold", arial, sans-serif;
    text-transform: uppercase;
	color: #bd1a29;
    margin: 0;
    padding: 0;
}

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

#mobile_menu {
	margin: 0 0 125px 0;
    padding: 0;
}

#mobile_menu ul {
	margin: 0;
	padding: 0;
}

#mobile_menu ul li {
	font: normal 1.125em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	list-style: none;
	margin: 0 0 15% 0;
	padding: 0;
	position: relative;
}

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

#mobile_menu ul li a {
	font: normal 1em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #000;
	margin: 0;
	padding: 0;
    display: block;
}

#mobile_menu_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 205px;
	left: 0;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: -1;
}

/* Classes */

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

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

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

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

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

.home_title {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 0 5%;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 25px;
	align-items: center;
}

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

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

.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 1em "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;
    box-sizing: border-box !important;
    display: inline-block !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: 10% 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: 5% 0 0 0 !important;
    padding: 0 0 0 20px !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 5% 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 10% 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 5% 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: 5% 0 0 0 !important;
	padding: 0 !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: -2px;
	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: #ffc20e;
	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 {
	background-color: #000;
	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 {
	background-color: #000;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

}

/* End */