/*
Theme Name: Deep Creek Construction
Theme URI: https://deepcreekconst.com/
Description: A custom template designed by CurlyRed for the Deep Creek Construction <a href="https://deepcreekconst.com/" target="_blank">deepcreekconst.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 (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;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #2674b0;
}

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 "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 1.25em "Gotham Book", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #2674b0;
	margin: 0 0 15px 0;
	padding: 0;
}

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

h1.white {
	color: #fff;
}

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

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

h3.hide_show {
	font: normal 1.5em "Gotham Book", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 14px 20px 10px 20px;
	background-color: #2674b0;
	cursor: pointer;
	transition: all .25s ease-in-out;
	position: relative;
}

h3.hide_show:hover {
  background-color: #de4c13;
}

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

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

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

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

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

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

strong {
	font: normal 1em "Gotham Medium", arial, sans-serif;
}
	
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 */

#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: auto;
    max-height: 500px;
    margin: 0;
    padding: 5px;
    border: 1px solid #2674b0;
	box-sizing: border-box;
}

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

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

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

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

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

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

#f_left {
    font: normal .75em "Gotham Book", arial, sans-serif;
    line-height: 1.5em;
	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 "Gotham Medium", arial, sans-serif;
    color: #fff;
}

#f_left a:hover, #f_left a:visited:hover {
	color: #2674b0;
}

#f_logo {
    height: 100px;
    margin: 0 auto 25px auto;
    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;
}

#f_right {
    font: normal .75em "Gotham Book", arial, sans-serif;
    line-height: 1.5em;
	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 "Gotham Medium", arial, sans-serif;
    color: #fff;
}

#f_right a:hover, #f_right a:visited:hover {
	color: #2674b0;
}

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

#footer {
	width: 90%;
    height: 250px;
	margin: 0;
	padding: 50px 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: 242px;
	/*height: 100%;
	max-height: 150px;*/
	margin: 0;
    padding: 0;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
}

#h_left {
    width: 100%;
	max-width: 300px;
	margin: 0;
    padding: 0;
	/*position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);*/
}

#h_logo {
    width: 100%;
	max-width: 242px;
	min-width: 150px;
	/*height: 100%;
	max-height: 150px;*/
    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: 242px;
	/*width: auto;
    height: 100%;
    max-height: 150px;*/
    margin: 0;
    padding: 0;
}

#h_right {
    width: 100%;
	max-width: 300px;
	margin: 0;
    padding: 0;
	/*position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);*/
	text-align: right;
}

#header {
    width: calc(100% - 100px);
	/*width: 90%;*/
    height: 150px;
	margin: 0 auto;
	padding: 25px 50px;
    /*padding: 25px 5%;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	transition: all .25s ease-in-out;
	border-bottom: 25px solid #2674b0;
    background-color: #fff;
	z-index: 1;
}

#header_inner {
    width: 100%;
	/*max-width: 1200px;*/
    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 100px 0;
	padding: 100px 5%;
	position: relative;
	background: transparent no-repeat top left;
	/*-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	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: 50%;
	max-width: 600px;
	margin: 0 0 25px auto;
}

#home_intro {
	width: 90%;
	height: 100vh;
	margin: 0 0 100px 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 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

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

#home_services_container {
	margin: 50px 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: 100px 5%;
	position: relative;
}

#main_half {
	width: 90%;
	margin: 100px 0 0 0;
	padding: 100px 5%;
	position: relative;
	background: transparent no-repeat top right;
}

#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: 50%;
	max-width: 600px;
	margin: 0 0 25px 0;
}

#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: 50px;
	right: 0;
	text-align: right;
}

#main_top_text h2 {
	margin: 0;
}

#mobile_menu_container {
	display: none;
}

#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: 100px 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 1.25em "Gotham Book", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1em;
    color: #2674b0;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: right;
}

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

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

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

#services_map_image {
	width: 400px;
	margin: 0;
	padding: 0;
}

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

#services_map_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

#services_map_text {
	width: calc(100% - 450px);
	margin: 0;
	padding: 0;
}

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

/* Classes */

.blue {
	color: #2674b0;
}

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

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

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

.financing_logo:hover {
	opacity: .75;
}

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

.ghost_blue {
	font: normal .875em "Gotham Medium", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 10px 20px;
	background-color: #2674b0;
	border: 1px solid #2674b0;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	white-space: nowrap;
}

.ghost_blue:hover {
	color: #fff;
	background-color: #de4c13;
    border: 1px solid #de4c13;
}

.ghost_blue.left {
	/*position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);*/
}

.ghost_blue.right {
	/*position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);*/
}

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

.ghost_intro:hover {
	color: #de4c13;
	background-color: #fff;
    border: 1px solid #fff;
}

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

.ghost_orange:hover {
	color: #fff;
	background-color: #2674b0;
    border: 1px solid #2674b0;
}

.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 1em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #2674b0;
	margin: 0;
	padding: 0 0 45px 0;
    transition: all .25s ease-in-out;
}
	
.menu ul li a:hover {
	text-decoration: none;
    color: #de4c13;
    cursor: pointer;
}

.menu ul li:hover > a {
    color: #de4c13;
}

.menu ul li > ul {
	width: 125px;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 50%;
	transform: translateX(-50%);
	margin: 0;
    padding: 25px;
    background-color: rgba(255,255,255,.95);
    border-bottom: 2px solid #2674b0;
	text-align: center;
	z-index: 0;
    transition: all .25s ease-in-out;
}

.menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 25px;
}

.menu ul li > ul li {
	margin: 0 0 25px 0;
	padding: 0;
}

.menu ul li > ul li:last-child {
	margin: 0;
	padding: 0;
}

.menu ul li > ul li a {
	font: normal .75em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #2674b0;
	margin: 0;
	padding: 0;
    display: block;
    transition: all .25s ease-in-out;
	white-space: normal;
}
	
.menu ul li > ul li a:hover {
	text-decoration: none;
    color: #de4c13;
    cursor: pointer;
}

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

.orange {
	color: #de4c13;
}

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

.project {
	width: calc((100% - 100px) / 5);
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.project:hover {
	opacity: .75;
}

.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 25px 0;
    padding: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
}

.reviews {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #2674b0;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

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

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

.reviews_flex {
	width: calc(100% - 350px);
	max-width: 850px;
	margin: 0;
	padding: 0;
}

.reviews_image {
    width: 300px;
	margin: 0;
    padding: 0;
}

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

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

.services {
	width: calc((100% - 300px) / 7);
	max-width: 128px;
	min-width: 128px;
	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 25px auto;
	padding: 0;
}

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

.sub {
	width: calc((100% - 100px) / 3);
	max-width: 366px;
	min-width: 366px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sub_icon {
	margin: 0 auto 25px auto;
	padding: 0;
}

.sub_icon img {
	width: auto;
	height: 100%;
	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 10px 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 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 "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;
	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: #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: 35px 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.25em "Gotham Medium", 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 "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 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 "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 !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */