/* Deep Creek Construction Mobile */

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

/* Color Values

Black: #000 (0,0,0)
Blue: #2674b0 (38,116,176)
Dark Gray: #72757f (114,117,127)
Deep Gray: #323232 (50,50,50)
Light Gray: #c2c5c4 (194,197,196)
Orange: #de4c13 (222,76,19)
White: #fff (255,255,255)

*/

/* Fonts */

@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 Book", arial, sans-serif;
	text-decoration: none;
	color: #72757f;
}

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

html, body {
    overflow-x: hidden;
}

body { 
	font: normal 18px "Gotham Book", arial, sans-serif;
	line-height: 1.5em;
    color: #72757f;
	margin: 0 auto;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}

em {
	font: normal 1em "Gotham Book Italic", arial, sans-serif;
}

h1 {
	font: normal 1em "Gotham Book", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #2674b0;
	margin: 0 0 5% 0;
	padding: 0;
}

h1.shadow {
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,.85);
}

h1.white {
	color: #fff;
}

h2 {
	font: normal clamp(2em, 12vw, 3em) "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
	text-shadow: 0px 4px 3px rgba(0,0,0,.85);
}

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

h3.hide_show {
	font: normal 1.25em "Gotham Book", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0 0 5% 0;
	padding: 14px 20px 10px 20px;
	background-color: #2674b0;
	position: relative;
}

h3.hide_show:after {
	content: '\2295';
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

h3.hide_show.active:after {
	content: '\2296';
}

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

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

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

hr.dotted {
	border: none 0; 
	border-top: 1px dotted #2674b0;
	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;
}

strong {
	font: normal 1em "Gotham 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;
}
	
/* Specific Elements */

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

#contact_address {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 0;
}

#contact_map {
    width: 100%;
    max-width: 850px;
    height: 300px;
    margin: 0;
    padding: 5px;
    border: 1px solid #2674b0;
	box-sizing: border-box;
}

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

#f_badge {
    height: 75px;
    margin: 7.5% auto 0 auto;
    padding: 0;
}

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

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

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

#f_left {
    font: normal .75em "Gotham Book", arial, sans-serif;
    line-height: 1.5em;
	color: #fff;
	margin: 0 auto 7.5% auto;
    padding: 0;
	text-align: center;
}

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

#f_logo {
    width: 150px;
    margin: 0 auto 5% auto;
    padding: 0;
}

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

#f_right {
    font: normal .75em "Gotham Book", arial, sans-serif;
    line-height: 1.5em;
	color: #fff;
	margin: 0 auto;
    padding: 0;
	text-align: center;
}

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

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

#footer {
	width: 90%;
    margin: 0;
	padding: 10% 5%;
	position: relative;
	background-color: #323232;
}

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

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

#h_left {
    display: none;
}

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

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

#h_right {
    display: none;
}

#header {
    width: 90%;
	height: 125px;
	margin: 0 auto;
	padding: 25px 5%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	border-bottom: 10px solid #2674b0;
    background-color: #fff;
	z-index: 1;
}

#header_inner {
    width: 100%;
	height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
	display: flex;
	justify-content: space-between;
	gap: 25px;
	align-items: center;
}

#home_about {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	position: relative;
	background: transparent no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

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

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

#home_about_inner p {
	width: 100%;
}

#home_intro {
	width: 90%;
	height: calc(100vh - 50px);
	margin: 0 0 10% 0;
	padding: 0 5%;
	position: relative;
	background: transparent no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

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

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

#home_services {
	width: 90%;
	color: #fff;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	background-color: #323232;
	position: relative;
}

#home_services_container {
	margin: 10% 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
}

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

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

#main_half {
	width: 90%;
	margin: 10% 0 0 0;
	padding: 10% 5%;
	position: relative;
	background: transparent no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

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

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

#main_half_inner p {
	width: 100%;
}

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

#main_top {
	width: 90%;
	height: 700px;
	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;
}

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

#main_top_text {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	bottom: 5%;
	right: 0;
	text-align: right;
}

#main_top_text h2 {
	margin: 0;
}

#mobile_bottom {
	width: 90%;
	margin: 0 auto;
    padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

#mobile_logo {
    width: 100%;
	max-width: 150px;
	margin: 25px auto 50px auto;
    padding: 0;
}

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

#mobile_menu {
	width: 90%;
    margin: 0 auto;
    padding: 0 5%;
}

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

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

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

#mobile_menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
    margin: 0 0 7.5% 0;
    padding: 0;
}

#mobile_menu .sub-menu li {
	margin: 0 0 2.5% 0;
	padding: 0;
}

#mobile_menu .sub-menu li a {
	font: normal .825em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #72757f;
	margin: 0;
	padding: 0;
}

#mobile_menu .menu-item-has-children > a::after {
    content: ' \25BE';
    float: right;
    transition: transform 0.25s ease;
}

#mobile_menu li.is-open > a::after {
    transform: rotate(180deg);
}

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

#projects_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	position: relative;
}

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

#reviews_rand_container {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
	background: transparent no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}

#reviews_rand_container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.75);
}

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

#reviews_rand_name {
	font: normal 1em "Gotham Book", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #2674b0;
	margin: 0 0 10% 0;
	padding: 0;
	text-align: right;
}

#reviews_rand_text {
	width: 100%;
	font: normal 1.125em "Gotham Book Italic", arial, sans-serif;
    line-height: 1.25em;
    color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
}

#reviews_rand_title {
	font: normal clamp(1.5em, 12vw, 2.5em) "Gotham Medium", arial, sans-serif;
    line-height: 1em;
    color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
}

#services_map {
	width: 90%;
	color: #fff;
	margin: 0 0 10% 0;
	padding: 10% 5%;
	background-color: #2674b0;
	position: relative;
}

#services_map_image {
	width: 250px;
	margin: 0 auto 10% auto;
	padding: 0;
}

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

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

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

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

/* Classes */

.blue {
	color: #2674b0;
}

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

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

.financing_logo {
	height: 100%;
	max-height: 50px;
	margin: 0 0 7.5% 0;
	padding: 0;
}

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

.ghost_blue {
	font: normal .75em "Gotham Medium", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 12px 20px 8px 20px;
	background-color: #2674b0;
	border: 1px solid #2674b0;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_blue.left {
	display: none;
}

.ghost_blue.mobile {
}

.ghost_blue.right {
	display: none;
}

.ghost_intro {
	font: normal .875em "Gotham Medium", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 12px 20px 8px 20px;
	background-color: #de4c13;
	border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
}

.ghost_orange {
	font: normal .75em "Gotham Medium", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 12px 20px 8px 20px;
	background-color: #de4c13;
	border: 1px solid #de4c13;
    box-sizing: border-box;
    display: inline-block;
}

.menu_container {
	display: none;
}

.orange {
	color: #de4c13;
}

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

.project {
	width: calc((100% - 25px) / 2);
	margin: 0;
	padding: 0;
}

.project img {
	width: 100%;
	height: auto;
	max-width: 220px;
	margin: 0;
	padding: 5px;
	border: 1px solid #2674b0;
	box-sizing: border-box;
}

.read_more {
    max-height: 0;
	margin: 0 0 5% 0;
    padding: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
}

.reviews {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 1px dotted #2674b0;
}

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

.reviews:nth-child(2n) {
	flex-direction: row-reverse;
}

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

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

.reviews_image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0;
    padding: 5px;
	border: 1px solid #2674b0;
	box-sizing: border-box;
}

.reviews_name {
	font: normal 1em "Gotham Book", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #2674b0;
	margin: 0;
	padding: 0;
}

.reviews:nth-child(2n) .reviews_name {
	text-align: right;
}

.reviews_text {
	width: 100%;
	font: normal 1em "Gotham Book Italic", arial, sans-serif;
    line-height: 1.5em;
    color: #72757f;
	margin: 0 0 5% 0;
	padding: 0;
}

.reviews:nth-child(2n) .reviews_text {
	text-align: right;
}

.reviews_title {
	font: normal 2.25em "Gotham Medium", arial, sans-serif;
    line-height: 1em;
    color: #2674b0;
	margin: 0 0 5% 0;
	padding: 0;
}

.reviews:nth-child(2n) .reviews_title {
	text-align: right;
}

.services {
	width: calc((100% - 50px) / 2);
	margin: 0;
	padding: 0;
	text-align: center;
}

.services_caption {
	font: normal 1em "Gotham Book", arial, sans-serif;
	line-height: 1em;
    color: #fff;
	margin: 0;
	padding: 0;
}

.services_icon {
	margin: 0 auto 10% auto;
	padding: 0;
}

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

.sub {
	width: 100%;
	margin: 0 auto 10% auto;
	padding: 0;
	text-align: center;
}

.sub_icon {
	margin: 0 auto 5% auto;
	padding: 0;
}

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

.sub_text { 
	font: normal .875em "Gotham Book", arial, sans-serif;
	line-height: 1.5em;
    color: #72757f;
	margin: 0 auto;
	padding: 0;
}

.sub_title {
	font: normal 1.25em "Gotham Medium", arial, sans-serif;
	line-height: 1em;
    color: #2674b0;
	margin: 0 0 5% 0;
	padding: 0;
}

.white {
	color: #fff;
}

/* Form */

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

.gfield_label {
    font: normal 1.25em "Gotham Medium", arial, sans-serif !important;
	line-height: 1em !important;
	color: #000 !important;
	margin: 0 0 5% 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 "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #fff !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: #de4c13 !important;
	border: 1px solid #de4c13 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

.gform_footer input[type="submit"]:hover {
    color: #fff !important;
	background-color: #2674b0 !important;
    border: 1px solid #2674b0 !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: #000 !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.25em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 0 0 5% 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 "Gotham Book", arial, sans-serif !important;
	color: #72757f !important;
    margin: 0 !important;
    padding: 20px 10px !important;
    background-color: transparent !important;
    border: 1px solid #2674b0 !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 Book", arial, sans-serif !important;
	color: #72757f !important;
    margin: 0 !important;
    padding: 0 !important;
	background-color: transparent !important;
    border: 1px solid #2674b0 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	color: #72757f !important;
    margin: 0 !important;
    padding: 20px 10px !important;
    background-color: transparent !important;
    border: 1px solid #2674b0 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	color: #72757f !important;
    margin: 0 !important;
    padding: 20px 10px !important;
    background-color: transparent !important;
    border: 1px solid #2674b0 !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
    resize: none !important;
}

.ginput_container_checkbox {
	margin: 0 0 5% 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 "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: 0;
	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: #2674b0;
	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);
}

}

/* End */