/* General */

.skip-link {
    position: absolute;
    top:-100px;
    background-color: #fff;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    color: #3e3e40;
    display: block;
	font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left:6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    -webkit-transition: top .75s ease-out;
    transition: top .75s ease-out;
}
 
.skip-link:focus {
    color: #3e3e40;
    top: 7px;
 
    -webkit-transition: top 0s;
    transition: top 0s;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
	font-family: 'Fira Sans', sans-serif;	
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #3e3e40;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    line-height: inherit;
    color: #eaaa00;
    text-decoration: none;
    cursor: pointer;
}

p > a {
	text-decoration: none;
}

a:focus, a:hover {
    color: #eaaa00;
}

body a:hover {
    text-decoration: underline;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: 'Fira Sans', sans-serif;	
	line-height: 1.2;
	font-weight: 200;
	color: #3e3e40;
    margin-top: 0;
	margin-bottom: 10px;
}

h1 {
    font-size: 42px;
    margin-top: 20px;
}

h2 {
    font-size: 54px;
    color: #eaaa00;
    font-weight: 200;
    margin: 0;
}

h3 {
	color: #eaaa00ee;
}

.inhouse-lab h3 {
	font-weight: 400;
}

.site-header, .site-main {
    padding: 0 40px;
}

.grid { 
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.flexnew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }

.txtcenter {
    text-align: center;
}

@media print, screen and (min-width: 767px) {
.large-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.large-order-2 {
-ms-flex-order: 2;
order: 2;
}

.grid > .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
}

/* Nav bar */

#home-header > div {
    display: inline-block;
    width: calc(33.33333% - 3px);
}

.site-header {
    clear: both;
    z-index: 999;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; 
    background: #000;
}

.site-main {
    max-width: 1366px;
    margin: 0 auto ;
}

.site-header .gdt-logo img {
    width: 220px;
}

.site-footer .gdt-logo img {
    width: 120px;
}

.site-logo {
	text-align: center;
}

.site-logo img {
    width: 100%;
	max-width: 300px;    
}

.site-nav > ul {
    margin: 0;
    padding: 0;
    text-align: right;
	list-style: none;    
}

.site-nav > ul > li {
    display: inline-block;
    padding-left: 40px;
}

.site-nav > ul > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.site-nav > ul > li > a:hover {
    color: #eaaa00;
    text-decoration: none;
}

.button {
    background: #eaaa00;
    color: #ffffff;
    padding: 12px 40px;
}

.button:hover {
	background: #636565;
	color: #ffffff;
	text-decoration: none;
}

.bluetxt {
	color: #023E6D;
}

.yellowtxt {
	color: #eaaa00;
}

.whitetxt {
    color: #ffffff;
}


/* Home page */

.main-bg {
    background-image: url(../assets/background.svg);
    background-repeat: repeat;
    background-size: 100%;
    background-position: 50% 50%;
}

.hero-bg {
    background-image: url(../assets/Telecommunication-network-above-city.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-position: 50% 50%;
}

.inhouse-lab {
    background-image: url(../assets/inhouse-lab.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}

.home-page h1 {
	font-size: 36px;
	color: #eaaa00;
    font-weight: 400;
}

.home-page h3 {
	font-size: 36px;
}

.hero-bg p, .inhouse-lab p  {
	font-weight: 400 !important;
}

.home-page .content > p {
    font-size: 22px;
    font-weight: 200;
}

.home-img {
    margin-bottom: 40px;
    height: calc(100vh - 244px);
    min-height: 200px;
}

.ext-height {
	margin: 100px auto;
}

.gdt-advantage .content {
	width: 100%;
}

.gdt-advantage figure {
    height: 420px;
    position: relative;
}

.gdt-advantage figure img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
    width: 100%;   
}

.gdt-advantage .bluetxt p {
    font-size: 30px !important;
    font-weight: 200;
    margin-top: 20px;
}

.icons {
    width: 40px;
    margin: 0 0 0 auto;
}

#contact {
    font-size: 36px;
    font-weight: 400;
}

.contact p {
	margin: 0;
}

.contact a {
	font-size: 20px;
}

.email {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
}

.phone {
    margin-bottom: 40px;
}

/* Footer */

footer {
    position: relative;
}

.footer-container {
    background-color: #000000;
    padding: 40px 40px 10px;
	position: relative;
}

.footer-copy {
	font-size: 16px;
    color: #fff;
}

.footer-left .footer-copy {
    max-width: 300px;
}

.site-footer .site-logo {
    text-align: left;
}

.footer-right .gdt-logo {
    text-align: right;
}

.back-to-top img {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    width: 50px;
}

/* Media Query */

@media print, screen and (max-width: 1024px) {

#home-header > div {
	width: 100%;
}

#home-header > div.gdt-logo {
    text-align: right;
    margin-bottom: 20px;
}

#home-header > div.site-nav {
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin-top: 16px;
    padding-top: 10px;
}

.site-nav > ul {
    text-align: center;
}

.site-nav > ul > li {
    padding-left: 0;
    width: 48%;
}

.ext-height {
    margin: 60px auto;
}

.hero-bg, .inhouse-lab {
    background-size: cover;
    background-repeat: no-repeat;
}

.home-page h1 {
    font-size: 30px;
}

.home-page h2 {
    font-size: 42px;
    text-align: center;
}

.home-page h3 {
    font-size: 34px;
    padding: 0 10px 10px;
    font-weight: 200;
}

.home-page .content > p {
    font-size: 18px;
}

.main-bg .large-4, .inhouse-lab video {
	margin-bottom: 60px;
}

.gdt-advantage .bluetxt p {
    font-size: 22px !important;
}

.main-bg .large-2 {
    margin-bottom: 40px;
}
}

@media print, screen and (max-width: 768px) {
.grid > .small-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;    
}

.home-img {
    margin-bottom: 0;
    height: 200px;
}

.main-bg {
    height: auto;
}

.gdt-advantage figure {
    height: 320px;
}

.gdt-advantage .bluetxt p {
    font-size: 16px !important;
    padding: 0 10px;
}

.certified {
    width: 50px;
}

.footer-left .footer-copy {
    max-width: initial;
}

.footer-right .gdt-logo {
    text-align: left;
    margin: 20px 0;
}

.back-to-top img {
    bottom: 80px;
}
}

@media print, screen and (max-width: 680px) {
.gdt-advantage figure {
    height: 260px;
}
}

@media print, screen and (max-width: 520px) {
.gdt-advantage figure {
    height: 200px;
}
}

@media print, screen and (max-height: 500px) {
h1 {
    font-size: 42px;
}
}