/*
Theme Name: HyerTek
Theme URI: https://www.hyertek.com/
Description: A custom template designed by CurlyRed for the HyerTek <a href="https://www.hyertek.com/" target="_blank">www.hyertek.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: #0067be (0,103,190)
Dark Blue: #050a15 (5,10,21)
Gray: #757982 (117,121,130)
Green: #009d5e (0,157,94)
Orange: #ff7500 (255,117,0)
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');
}

@font-face {
	font-family: "Good Times Regular";
	src: url('fonts/goodtimes_regular.otf') format('opentype');
}

/* Basic Elements */

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

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: #757982;
	margin: 0 auto;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}

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

h1 {
	font: normal 2.25em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
}

h2 {
	font: normal 1.875em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #0067be;
	margin: 0 0 35px 0;
	padding: 0;
	position: relative;
}

h3 {
	font: normal 1.25em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}

h4 {
	font: normal 1em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}

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

hr.dotted {
	border: none 0; 
	border-top: 1px dotted #0067be;;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

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

input#searchName {
	width: 100%;
	font: normal .875em "CS Harley Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1em;
	color: #cc6118;
    margin: 0 auto;
    padding: 10px 15px 7px 15px;
    border: 1px solid #cc6118;
    box-sizing: border-box;
}

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

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

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

#blog_date_single {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 50px 0;
	padding: 0;
}

#blog_image_single {
    width: 400px;
    margin: 0 50px 25px 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
	float: left;
}

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

#blog_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	gap: 50px;
	flex-wrap: nowrap;
}

#blog_left {
    width: calc(100% - 250px);
    margin: 0;
    padding: 0;
	position: relative;
}

#blog_right {
    width: 200px;
    margin: 0;
    padding: 0;
	position: relative;
}

#blog_right li {
	margin: 0 0 10px 20px;
	padding: 0;
}

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

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

#chart_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	align-items: center;
}

#chart_image {
	height: 500px;
	margin: 0;
	padding: 0;
}

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

#contact_map {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    margin: 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

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

#f_bottom {
	width: 90%;
    height: 60px;
	margin: 0 auto;
	padding: 25px 5%;
	background-color: rgba(255,117,0,.5);
	position: relative;
}

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

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

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

#f_center a:hover, #f_center a:visited:hover {
	color: #0067be;
}

#f_left {
    font: normal .67em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1.33em;
	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: #0067be;
}

#f_logo {
    height: 75px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
    transition: all .25s ease-in-out;
}

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

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

#f_right {
    font: normal .67em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1.33em;
	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: #0067be;
}

#f_social {
	margin: 0 0 5px 0;
	padding: 0;
}

#f_top {
	width: 90%;
    height: 75px;
	margin: 0;
	padding: 25px 5%;
	position: relative;
}

#footer {
	width: 100%;
    margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#h_center {
    width: 100%;
	max-width: 850px;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#h_left {
    width: 100%;
	max-width: 250px;
	height: 50px;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	transition: all .25s ease-in-out;
}

#h_left.sticky {
	height: 35px;
}

#h_logo {
    width: 100%;
	max-width: 250px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
	opacity: 1;
    transition: all .25s ease-in-out;
}

#h_logo.sticky {
	width: 100%;
	max-width: 175px;
}

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

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

#h_right {
    color: #fff;
	margin: 0;
    padding: 0;
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

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

#h_right a:hover, #f_right a:visited:hover {
	color: #0067be;
}

#header {
    width: calc(100% - 100px);
    height: 50px;
    margin: 0 auto;
    padding: 25px 50px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	background-color: rgba(5,10,21,.5);
	border-bottom: 1px solid #ff7500;
	transition: all .25s ease-in-out;
    z-index: 1;
}

#header.sticky {
	height: 35px;
	padding: 15px 50px;
	background-color: rgba(5,10,21,.95);
}

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

#home_bottom {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	position: relative;
}

#home_clients {
	width: 90%;
	margin: 0;
	padding: 100px 5%;
	position: relative;
	text-align: center;
}

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

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

#home_expertise {
	width: 90%;
	margin: 0;
	padding: 100px 5%;
	position: relative;
	text-align: center;
}

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

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

#home_intro {
	width: 90%;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0 5%;
	color: #fff;
	position: relative;
}

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

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

#home_intro_logo {
    height: 100px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 250px;
    left: 50%;
	transform: translateX(-50%);
	opacity: 1;
    transition: all .25s ease-in-out;
}

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

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

#home_intro_tagline {
	width: 100%;
	font: normal 1.5em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 375px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

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

#home_intro_video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

#home_intro_video video {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#home_join {
	width: 90%;
	height: calc(100vh - 266px);
	margin: 0;
	padding: 100px 5%;
	color: #fff;
	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;
	text-align: center;
}

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

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

#home_news {
	width: 90%;
	margin: 0;
	padding: 100px 5%;
	color: #fff;
	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;
	text-align: center;
}

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

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

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

#home_partners {
	width: 90%;
	margin: 0;
	padding: 50px 5%;
	position: relative;
	text-align: center;
}

#home_partners_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px 50px;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

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

#home_solutions {
	width: 90%;
	margin: 0;
	padding: 100px 5%;
	color: #fff;
	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;
	text-align: center;
}

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

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

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

#home_transform {
	width: 90%;
	height: calc(100vh - 266px);
	margin: 0;
	padding: 100px 5%;
	color: #fff;
	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;
	text-align: center;
}

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

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

#latest_news {
	width: 90%;
	height: calc(100vh - 200px);
	margin: 0;
	padding: 100px 5%;
	color: #fff;
	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;
	text-align: center;
}

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

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

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

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

#life_container {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
	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: 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;
}

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

#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;
	top: calc(50% + 50px);
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

#menu {
	cursor: pointer;
}

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

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

#menu ul li a {
	font: normal .875em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	text-decoration: none;
    color: #fff;
	margin: 0;
	padding: 50px 0;
    transition: all .25s ease-in-out;
	white-space: nowrap;
}

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

#menu ul li:hover > a {
    color: #0067be;
}

#menu ul li > ul {
    width: 100%;
    min-height: 310px;
	margin: 0;
    padding: 50px 50px 50px 450px;
	position: fixed;
	top: 64px;
	right: 0;
	left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
	border-radius: 0 0 5px 5px;
    border-bottom: 3px solid #0067be;
	box-sizing: border-box;
    background-color: rgba(255,255,255,.95);
    transition: all .25s ease-in-out;
	z-index: 2;
}

#menu ul li > ul.sticky {
    top: 46px;
}

#menu ul li.about_menu > ul {
    background: rgba(255,255,255,.95) url("images/hyertek_menu_about.jpg") no-repeat 50px center;
	background-size: 350px;
}

#menu ul li.careers_menu > ul {
    background: rgba(255,255,255,.95) url("images/hyertek_menu_careers.jpg") no-repeat 50px center;
	background-size: 350px;
}

#menu ul li.expertise_menu > ul {
    background: rgba(255,255,255,.95) url("images/hyertek_menu_expertise.jpg") no-repeat 50px center;
	background-size: 350px;
}

#menu ul li.insights_menu > ul {
    background: rgba(255,255,255,.95) url("images/hyertek_menu_insights.jpg") no-repeat 50px center;
	background-size: 350px;
}

#menu ul li.solutions_menu > ul {
    background: rgba(255,255,255,.95) url("images/hyertek_menu_solutions.jpg") no-repeat 50px center;
	background-size: 350px;
}

#menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 64px;
}

#menu ul li:hover > ul.sticky {
    opacity: 1;
    visibility: visible;
    top: 46px;
}

#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 .875em "Gotham Book", arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	color: #757982;
	margin: 0;
	padding: 0;
    white-space: nowrap;
    transition: all .25s ease-in-out;
}
	
#menu ul li > ul li a:hover {
	text-decoration: underline;
    color: #0067be;
    cursor: pointer;
}

#menu_container {
	width: 100%;
    max-width: 850px;
	margin: 0;
	padding: 0;
    position: relative;
    display: inline-block;
}

#mobile_menu_container {
	display: none;
}

#mobile_search_container {
	display: none;
}

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

#news_date_single {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 50px 0;
	padding: 0;
}

#news_date_single_events {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 24px;
    color: #ff7500;
	margin: 0 0 50px 0;
	padding: 0 0 0 34px;
	background: url("images/hyertek_events.svg") no-repeat center left;
    background-size: 24px 24px;
	overflow: hidden;
}

#news_date_single_news {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 24px;
    color: #ff7500;
	margin: 0 0 50px 0;
	padding: 0 0 0 34px;
	background: url("images/hyertek_news.svg") no-repeat center left;
    background-size: 24px 24px;
	overflow: hidden;
}

#news_image_single {
    width: 400px;
    margin: 0 50px 25px 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
	float: left;
}

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

#next_step {
	width: 90%;
	margin: 0 0 100px 0;
	padding: 100px 5%;
	color: #fff;
	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;
	text-align: center;
}

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

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

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

#search {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	transition: all .25s ease-in-out;
	opacity: 1;
	cursor: pointer;
}

#search:hover {
	opacity: .75;
}

#search_container {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 89px;
	right: 0;
	z-index: 1;
	display: none;
}

#search_container.sticky {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 71px;
	right: 0;
	z-index: 1;
	display: none;
}

#search_container form {
	display: flex;
	align-items: center;
	gap: 10px;
}

#solutions_logo_single {
	height: 60px;
	margin: 0 0 25px 0;
	padding: 0;
}

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

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

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

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

#usecases_image_single {
    width: 400px;
    margin: 0 50px 25px 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
	float: left;
}

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

/* Classes */

.awards {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 25px;
	position: relative;
}

.awards_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	position: relative;
}

.awards_image {
    height: 100px;
    margin: 0;
    padding: 0;
}

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

.awards_text {
	font: normal .875em "Gotham Book", arial, sans-serif;
    line-height: 1em;
    color: #757982;
	margin: 0;
	padding: 15px 0 15px 25px;
	border-radius: 5px;
	border-left: 3px solid #0067be;
	box-sizing: border-box;
}

.awards_title {
	font: normal .75em "Gotham Medium", arial, sans-serif;
    line-height: 1em;
    color: #0067be;
	margin: 0 0 25px 0;
	padding: 0;
}

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

.benefits {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	display: flex;
	gap: 50px;
	align-items: center;
	border: 1px solid #0067be;
	border-radius: 25px;
	box-sizing: border-box;
}

.benefits:last-child {
	margin: 0;
}

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

.benefits_image {
    width: 400px;
    margin: 0;
    padding: 10px;
}

.benefits_image img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0;
	padding: 0;
	border-radius: 15px 0 0 15px;
    box-sizing: border-box;
}

.benefits:nth-child(2n) > .benefits_image img {
	border-radius: 0 15px 15px 0;
}

.benefits_text {
	width: calc(100% - 450px);
	margin: 50px 50px 50px 0;
	padding: 0;
}

.benefits:nth-child(2n) > .benefits_text {
	margin: 50px 0 50px 50px;
}

.blog {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px dotted #0067be;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	position: relative;
}

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

.blog_date {
    font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0;
}

.blog_excerpt {
    margin: 0 0 25px 0;
    padding: 0;
}

.blog_image {
    width: 300px;
    margin: 0 50px 0 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.blog_image:hover {
	opacity: .75;
}

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

.blog_title {
    font: normal 1.5em "Gotham Book", arial, sans-serif;
	line-height: 1em;
	color: #0067be;
	margin: 0 0 10px 0;
	padding: 0;
}

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

.blue {
	color: #0067be;
}

.breadcrumbs {
	font: normal .875em "Gotham Book", arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px dotted #0067be;
}

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

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

.clients {
	width: calc((100% - 100px) / 3);
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
}

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

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

.contracting {
	width: calc((100% - 100px) / 3);
	margin: 0;
	padding: 25px;
	border: 1px solid #0067be;
	border-radius: 25px;
	box-sizing: border-box;
}

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

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

.expertise {
	width: calc((100% - 100px) / 3);
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
}

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

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

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

.fas {
	font-size: 18px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.ghost_orange {
	font: normal .75em "Good Times Regular", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 2px solid #ff7500;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: relative;
}

.ghost_orange::after {
	content: '\25B6';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .125s ease-in-out;
}

.ghost_orange:hover {
	color: #fff;
	padding: 10px 40px 10px 20px;
	background-color: #ff7500;
    border: 2px solid #ff7500;
}

.ghost_orange:hover::after {
	right: 12px;
	opacity: 1;
}

.ghost_orange_blue {
	font: normal .75em "Good Times Regular", arial, sans-serif;
	text-transform: uppercase;
    color: #0067be;
	margin: 0;
	padding: 10px 20px;
	background-color: transparent;
	border: 2px solid #ff7500;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
	position: relative;
}

.ghost_orange_blue::after {
	content: '\25B6';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .125s ease-in-out;
}

.ghost_orange_blue:hover {
	color: #fff;
	padding: 10px 40px 10px 20px;
	background-color: #ff7500;
    border: 2px solid #ff7500;
}

.ghost_orange_blue:hover::after {
	right: 12px;
	opacity: 1;
}

.image_sub {
	margin: 50px 0;
	padding: 0;
}

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

.leadership {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	display: flex;
	gap: 50px;
	border-bottom: 1px dotted #0067be;
	position: relative;
}

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

.leadership_image {
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
	align-self: flex-start;
}

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

.leadership_name {
	font: normal 1.5em "Gotham Medium", arial, sans-serif;
    line-height: 1em;
    color: #0067be;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}

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

.leadership_title {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}

.life {
	width: calc((100% - 100px) / 3);
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
}

.life ul {
	text-align: left;
}

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

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

.news {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #0067be;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	position: relative;
}

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

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

.news_date {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 24px;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0;
}

.news_date_events {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 24px;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0 0 0 34px;
	background: url("images/hyertek_events.svg") no-repeat center left;
    background-size: 24px 24px;
}

.news_date_news {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 24px;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0 0 0 34px;
	background: url("images/hyertek_news.svg") no-repeat center left;
    background-size: 24px 24px;
}

.news_image {
    width: 300px;
    margin: 0 50px 0 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.news_image:hover {
	opacity: .75;
}

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

.news_title {
    font: normal 1.5em "Gotham Book", arial, sans-serif;
	line-height: 1em;
	color: #0067be;
	margin: 0 0 10px 0;
	padding: 0;
}

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

.news_home {
	width: calc((100% - 100px) / 3);
	max-width: 366px;
	margin: 0;
	padding: 50px 25px;
	background-color: rgba(0,0,0,.75);
	border-radius: 25px;
	box-sizing: border-box;
}

.news_home_date {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}

.news_home_title {
	font: normal 1.33em "Gotham Medium", arial, sans-serif;
	line-height: 1em;
    color: #0067be;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
}

.orange {
	color: #ff7500;
}

.organizations_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px 50px;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.organizations {
	width: calc((100% - 150px) / 4);
}

.organizations_image {
    margin: 0;
    padding: 0;
	cursor: pointer;
}

.organizations_image img {
	max-width: 150px;
	max-height: 75px;
	margin: 0 auto;
	padding: 20px;
	filter: saturate(0%) contrast(50%);
	transition: all .25s ease-in-out;
}

.organizations_image img:hover {
	filter: saturate(100%) contrast(100%);
}

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

.partners {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #0067be;
	position: relative;
}

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

.partners_b {
	width: calc((100% - 200px) / 5);
}

.partners_b_logo {
    margin: 0;
    padding: 0;
	cursor: pointer;
}

.partners_b_logo img {
	max-width: 150px;
	max-height: 75px;
	margin: 0 auto;
	padding: 20px;
	filter: saturate(0%) contrast(50%);
	transition: all .25s ease-in-out;
}

.partners_b_logo img:hover {
	filter: saturate(100%) contrast(100%);
}

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

.partners_group {
	display: flex;
	align-items: center;
}

.partners_logo {
    width: 100%;
    max-width: 300px;
    margin: 0 0 25px 0;
    padding: 0;
}

.partners_logo img {
	max-width: 300px;
	max-height: 75px;
	margin: 0;
	padding: 0;
}

.pdf {
	width: calc((100% - 360px) / 4);
	max-width: 210px;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.pdf_container {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

.pdf_image {
	height: 200px;
	margin: 0 auto 15px auto;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.pdf_image:hover {
	opacity: .75;
}

.pdf_image img {
	width: auto;
	height: 100%;
	max-height: 200px;
	margin: 0 auto;
	padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

.pdf_title {
    font: normal .875em "Gotham Medium", arial, sans-serif;
	line-height: 1.25em;
	margin: 0;
    padding: 0;
}

.pdf_title::after {
	width: 24px;
	height: 24px;
	content: '';
    margin: 5px auto 0 auto;
	padding: 0;
	display: block;
    background: url(images/hyertek_pdf_icon.svg) no-repeat left center;
    background-size: 24px 24px;
	border-radius: 4px;
	vertical-align: middle;
}

.readmore {
    display: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.roicalculators {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #0067be;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	position: relative;
}

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

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

.roicalculators_image {
    width: 300px;
    margin: 0 50px 0 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.roicalculators_image:hover {
	opacity: .75;
}

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

.roicalculators_title {
    font: normal 1.5em "Gotham Book", arial, sans-serif;
	line-height: 1em;
	color: #0067be;
	margin: 0 0 25px 0;
	padding: 0;
}

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

.search {
	font: normal .75em "Good Times Regular", arial, sans-serif;
	text-transform: uppercase;
    color: #fff;
	margin: 0;
	padding: 5px 20px;
	background-color: transparent;
	border: 2px solid #ff7500;
    cursor: pointer;
	transition: all .25s ease-in-out;
    box-sizing: border-box;
}

.search:hover {
    color: #fff;
	background-color: #ff7500;
    border: 2px solid #ff7500;
}

.search_result {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #0067be;
	position: relative;
}

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

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

.search_title {
	font: normal 1.5em "Gotham Book", arial, sans-serif;
	line-height: 1em;
	color: #0067be;
	margin: 0 0 25px 0;
	padding: 0;
}

.solutions {
	width: calc((100% - 100px) / 3);
	max-width: 350px;
	margin: 0 auto;
	padding: 0;
}

.solutions_logo {
	height: 40px;
	margin: 0 auto 25px auto;
	padding: 0;
}

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

.tags {
	width: 100%;
    font: normal .75em "Gotham Medium", arial, sans-serif;
	margin: 0 0 25px 0;
	padding: 0;
    display: inline-block;
}

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

.tags img {
	width: 100%;
	height: auto;
	max-width: 18px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.text_field {
	width: 250px;
	height: 31px;
	font: normal .75em "Gotham Book", arial, sans-serif;
	color: #757982;
	margin: 0;
	padding: 0 5px;
	border: 2px solid #ff7500;
    box-sizing: border-box;
}

.trackrecord {
	width: calc((100% - 360px) / 4);
	max-width: 210px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

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

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

.usecases {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #0067be;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	position: relative;
}

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

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

.usecases_image {
    width: 300px;
    margin: 0 50px 0 0;
    padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.usecases_image:hover {
	opacity: .75;
}

.usecases_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0;
	padding: 10px;
	border: 1px solid #0067be;
	box-sizing: border-box;
}

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

.usecases_title {
    font: normal 1.5em "Gotham Book", arial, sans-serif;
	line-height: 1em;
	color: #0067be;
	margin: 0 0 25px 0;
	padding: 0;
}

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

/* Form */

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

.gfield_label {
    font: normal 1.25em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #ff7500 !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 .75em "Good Times Regular", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #0067be !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: transparent !important;
	border: 2px solid #ff7500 !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: #ff7500 !important;
    border: 2px solid #ff7500 !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: #ff7500 !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.5em "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.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 Book", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #757982 !important;
    margin: 0 !important;
    padding: 20px 15px !important;
    background-color: transparent;
    border: 1px solid #0067be !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.ginput_container input[type="checkbox"],
.ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #757982 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
	background-color: transparent;
    border: 1px solid #0067be !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #757982 !important;
    margin: 0 0 25px 0 !important;
    padding: 20px 15px !important;
    background-color: transparent;
    border: 1px solid #0067be !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Gotham Book", arial, sans-serif !important;
	line-height: 1.5em !important;
	color: #757982 !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    background-color: transparent;
    border: 1px solid #0067be !important;
    border-radius: 0 !important;
	box-sizing: border-box !important;
    resize: none !important;
	text-align: left !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .625em "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 */