/* HyerTek Mobile */

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

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

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

html, body {
    overflow-x: hidden;
}

body { 
	font: normal 16px "Gotham Book", arial, sans-serif;
	line-height: 1.5em;
    color: #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 1.75em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
	position: relative;
}

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

h3 {
	font: normal 1em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1em;
    color: #ff7500;
	margin: 0 0 5% 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 5% 0;
	padding: 0;
	position: relative;
}

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

hr.dotted {
	border: none 0; 
	border-top: 1px dotted #0067be;;
	height: 1px;
	margin: 10% 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 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% 0;
	padding: 0;
}

ol:last-child {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 7.5% 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 5% 0;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0;
	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 5% 0;
	padding: 0;
}

#blog_image_single {
    width: 100%;
    margin: 0 0 5% 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

#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: 100%;
    margin: 0;
    padding: 0;
	position: relative;
}

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

#blog_right li {
	margin: 0 0 5% 5%;
	padding: 0;
}

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

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

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

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

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

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

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

#f_bottom {
	width: 90%;
    margin: 0 auto;
	padding: 10% 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 0 5% 0;
    padding: 0;
	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_left {
    font: normal .67em "Gotham Medium", arial, sans-serif;
    text-transform: uppercase;
	line-height: 1.33em;
	color: #fff;
	margin: 0 0 5% 0;
    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: 100%;
    margin: 0 auto;
    padding: 0;
}

#f_logo img {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0 auto;
    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;
	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 {
	margin: 0 0 5px 0;
	padding: 0;
}

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

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

#h_center {
    display: none;
}

#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%);
	transition: all .25s ease-in-out;
}

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

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

#h_right {
    display: none;
}

#header {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    padding: 25px 5%;
    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;
	position: relative;
}

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

#home_clients_container {
	width: 100%;
	margin: 0;
	padding: 0;
	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: 10% 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%;
	margin: 0;
	padding: 25px 5% 10% 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_buttons {
	display: flex;
	justify-content: center;
	gap: 10px 0;
	flex-wrap: wrap;
}

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

#home_intro_logo {
    display: none;
}

#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 0 5% 0;
	padding: 0;
	text-align: center;
}

#home_intro_text {
	width: 100%;
	margin: 0;
	padding: 0;
	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: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

#home_join {
	width: 90%;
	margin: 0;
	padding: 10% 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: 10% 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;
	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: 10% 5%;
	position: relative;
	text-align: center;
}

#home_partners_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 25px;
	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: 10% 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 5% 0;
	padding: 0;
	position: relative;
}

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

#home_transform {
	width: 90%;
	height: 100vh;
	margin: 0;
	padding: 10% 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%;
	margin: 0;
	padding: 10% 5% 350px 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;
	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: 10% 0 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}

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

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

#main_top {
	width: 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_container {
	display: none;
}

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

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

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

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

#mobile_menu ul li.menu-item-has-children > a::after {
	content: " \25BE";
	float: right;
	transition: all .25s ease-in-out;
}

#mobile_menu ul li.menu-item-has-children > a.active::after {
	transform: rotate(180deg);
}

/*#mobile_menu .menu li ul.sub-menu {
	display: none;
}

#mobile_menu .menu li.menu-item-has-children > a::after {
	content: " \25BE";
	float: right;
}*/

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

#mobile_menu ul li > ul {
	margin: 7.5% 0;
	padding: 0;
	display: none;
}

#mobile_menu ul li > ul li {
	list-style: none;
	margin: 0 0 7.5% 0;
	padding: 0;
	position: relative;
}

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

#mobile_menu ul li > ul li a {
	font: normal .9375em "Gotham Book", arial, sans-serif;
	text-transform: none;
	text-decoration: none;
	color: #0067be;
	margin: 0;
	padding: 0;
    white-space: nowrap;
    transition: all .25s ease-in-out;
}

#mobile_menu_container {
	width: 90%;
	height: 100vh;
	margin: 0;
	padding: 10% 5%;
	position: fixed;
	top: 101px;
	left: 0;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: -1;
}

#mobile_menu_container.sticky {
	top: 65px;
}

#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: 1.25em;
    color: #ff7500;
	margin: 0 0 7.5% 0;
	padding: 0;
}

#news_date_single_events {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1.25em;
    color: #ff7500;
	margin: 0 0 10% 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: 1.25em;
    color: #ff7500;
	margin: 0 0 10% 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: 100%;
    margin: 0 0 7.5% 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

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

#next_step {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 10% 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;
}

#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 {
	margin: 0 0 7.5% 0;
	padding: 0;
}

#solutions_logo_single img {
	width: auto;
	height: 100%;
	max-height: 40px;
	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;
	position: relative;
}

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

#usecases_image_single {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

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

/* Classes */

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

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

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

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

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

.awards_text {
	width: calc(100% - 100px);
	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 5% 0;
	padding: 0;
}

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

.benefits {
	width: 100%;
	margin: 0 0 7.5% 0;
	padding: 0;
	border: 1px solid #0067be;
	border-radius: 25px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

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

.benefits ul {
	text-align: left;
}

.benefits_image {
    width: 100%;
    margin: 0 0 5% 0;
    padding: 10px;
	box-sizing: border-box;
}

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

.benefits_text {
	width: 90%;
	margin: 0 auto 5% auto;
	padding: 0 5%;
}

.blog {
    width: 100%;
    margin: 0 0 10% 0;
    padding: 0 0 10% 0;
    border-bottom: 1px dotted #0067be;
	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 5% 0;
	padding: 0;
}

.blog_excerpt {
    margin: 0 0 5% 0;
    padding: 0;
}

.blog_image {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

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

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

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

.blog_title a:link, .blog_title a:visited {
	font: normal 1em "Gotham Book", arial, sans-serif;
	text-decoration: none;
	color: #0067be;
}

.blue {
	color: #0067be;
}

.breadcrumbs {
	font: normal .875em "Gotham Book", arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 7.5% 0;
	padding: 0 0 7.5% 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;
}

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

.clients {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 7.5% auto;
	padding: 0;
}

.clients:last-child {
	margin: 0 auto;
}

.clients_icon {
	height: 64px;
	margin: 0 auto 5% auto;
	padding: 0;
}

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

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

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

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

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

.expertise {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}

.expertise:last-child {
	margin: 0 auto;
}

.expertise_icon {
	height: 64px;
	margin: 0 auto 5% auto;
	padding: 0;
}

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

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

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

.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: 1px solid #ff7500;
    box-sizing: border-box;
    display: inline-block;
	position: relative;
}

.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: 1px solid #ff7500;
    box-sizing: border-box;
    display: inline-block;
	position: relative;
}

.image_sub {
	margin: 10% 0;
	padding: 0;
}

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

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

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

.leadership_image {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

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

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

.leadership_text {
	width: 100%;
	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 7.5% 0;
	padding: 0;
	position: relative;
}

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

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

.life ul {
	text-align: left;
}

.life_icon {
	height: 64px;
	margin: 0 auto 7.5% auto;
	padding: 0;
}

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

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

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

.news p {
	margin: 0 0 5% 0;
	padding: 0;
}

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

.news_date_events {
	font: normal .75em "Good Times Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .0625em;
	line-height: 1.25em;
    color: #ff7500;
	margin: 0 0 5% 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: 1.25em;
    color: #ff7500;
	margin: 0 0 5% 0;
	padding: 0 0 0 34px;
	background: url("images/hyertek_news.svg") no-repeat center left;
    background-size: 24px 24px;
}

.news_image {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

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

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

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

.news_title a:link, .news_title a:visited {
	font: normal 1em "Gotham Book", arial, sans-serif;
	text-decoration: none;
	color: #0067be;
}

.news_home {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 7.5% auto;
	padding: 25px;
	background-color: rgba(0,0,0,.75);
	border-radius: 25px;
	box-sizing: border-box;
}

.news_home:last-child {
	margin: 0 auto;
}

.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 5% 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 5% 0;
	padding: 0;
	position: relative;
}

.orange {
	color: #ff7500;
}

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

.organizations {
	width: calc((100% - 25px) / 2);
}

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

.organizations_image img {
	width: 100%;
	max-width: 150px;
	max-height: 64px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

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

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

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

.partners_b {
	width: calc((100% - 25px) / 2);
}

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

.partners_b_logo img {
	width: 100%;
	max-width: 150px;
	max-height: 64px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

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

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

.partners_logo {
    width: 100%;
    max-width: 250px;
    margin: 0 0 7.5% 0;
    padding: 0;
}

.partners_logo img {
	max-width: 250px;
	max-height: 64px;
	margin: 0;
	padding: 0;
}

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

.pdf_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.pdf_image {
	margin: 0 auto 7.5% auto;
	padding: 0;
}

.pdf_image img {
	width: 100%;
	height: auto;
	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 5% 0;
    padding: 0;
}

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

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

.roicalculators p {
	margin: 0 0 5% 0;
	padding: 0;
}

.roicalculators_image {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 10px;
    border: 1px solid #0067be;
	box-sizing: border-box;
}

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

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

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

.roicalculators_title a:link, .roicalculators_title a:visited {
	font: normal 1em "Gotham Book", arial, sans-serif;
	text-decoration: none;
	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: 1px solid #ff7500;
    box-sizing: border-box;
}

.search_result {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 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 5% 0;
	padding: 0;
}

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

.solutions {
	width: 100%;
	max-width: 400px;
	margin: 0 0 7.5% 0;
	padding: 0;
}

.solutions_logo {
	height: 40px;
	margin: 0 auto 5% 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 5% 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;
}

.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: 1px solid #ff7500;
    box-sizing: border-box;
}

.trackrecord {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 7.5% auto;
	padding: 0;
	text-align: center;
}

.trackrecord_icon {
	height: 64px;
	margin: 0 auto 5% auto;
	padding: 0;
}

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

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

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

.usecases p {
	margin: 0 0 5% 0;
	padding: 0;
}

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

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

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

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

.usecases_title a:link, .usecases_title a:visited {
	font: normal 1em "Gotham Book", arial, sans-serif;
	text-decoration: none;
	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 2.5% 0 !important;
	padding: 0 !important;
	text-align: left !important;
	display: inline-block !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: 1px solid #ff7500 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    display: inline-block !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: 4px !important;
	display: inline-block !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: 5px 0 0 0 !important;
    padding: 0 0 0 20px !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 5% 0 !important;
    padding: 0 !important;
	background: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    font: normal 1.5em "Gotham Medium", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #a50000 !important;
	margin: 0 0 5% 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.gform_wrapper.gravity-theme fieldset {
	border: none !important;
	display: block !important;
	margin: 0 0 5% 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 5% 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: 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: 50%;
	right: 0;
	transform: translateY(-50%);
	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: 1px;
	background-color: #fff;
	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 */