/* 
Theme Name:		 WP Bootstrap Starter Child
Theme URI:		 http://childtheme-generator.com/
Description:	 WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter
Author:			 Kirk Peters
Author URI:		 http://kirkpeters.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 wp-bootstrap-starter-child
*/

/* html {
	  scroll-behavior: smooth;
	} */
	
	.display-none {
		display: none;
	}
	

.site-nav-argo {
  padding: 15px 35px;
  background: #F7F7F7; 
}

.site-nav-argo ul,
.footer-argo-nav ul, 
.nav-mobile-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.site-nav-argo ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
		 justify-content: flex-end; 
}

.site-nav-argo ul li,
.footer-argo-nav ul li, 
.nav-mobile-footer ul li{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 20px; 
  padding-left: 20px;
  border-left: 1px solid #d9d9d9;
}

.site-nav-argo ul li:first-child ,
.footer-argo-nav ul li:first-child, 
.nav-mobile-footer ul li:first-child {
	margin-left: 0;	
}
  
.site-nav-argo ul li h6,
.footer-argo-nav ul li h6,
.nav-mobile-footer ul li h6 {
	color: #7E7E7E;
	font-size: 8px;
	letter-spacing: 0.03em;
	margin: 0 0 5px;
}

.site-nav-argo ul li img,
.footer-argo-nav ul li img, 
.nav-mobile-footer ul li img {
	max-width: 100px;
	opacity: 0.5;
	
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

.footer-argo-nav ul li img,
.nav-mobile-footer ul li img {
	opacity: 0.65;
	display: block;
}

.site-nav-argo ul li img.argoverse-logo,
.footer-argo-nav ul li img.argoverse-logo, 
.nav-mobile-footer ul li img.argoverse-logo {
	max-width: 125px;
}

.site-nav-argo-logos {
	position: relative;
	display: block;
}

.site-nav-argo ul li img.site-nav-argo-logo-color,
.footer-argo-nav ul li img.site-nav-argo-logo-color,
.nav-mobile-footer ul li img.site-nav-argo-logo-color {
	position: absolute;
	top: 0;
	left:0;
	z-index: 9999;
	opacity: 0;
}

.site-nav-argo ul li:hover img.site-nav-argo-logo-color,
.footer-argo-nav ul li:hover img.site-nav-argo-logo-color,
.nav-mobile-footer ul li:hover img.site-nav-argo-logo-color {
	opacity: 1;
}

.site-nav-argo ul li:hover img.site-nav-argo-logo-black,
.footer-argo-nav ul li:hover img.site-nav-argo-logo-black,
.nav-mobile-footer ul li:hover img.site-nav-argo-logo-black {
	opacity: 0;
}

.site-nav-argo ul li a,
.footer-argo-nav ul li a,
.nav-mobile-footer ul li a {
  color: #C9C9C9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.site-nav-argo ul li:hover a,
.footer-argo-nav ul li:hover a,
.nav-mobile-footer ul li:hover a {
  color: white; }
  
@media screen and (max-width: 991px)  {
  .site-nav-argo {
	  display: none; 
  }
}
  
@media screen and (max-width: 650px) {	
	.footer-argo-nav ul,
	.nav-mobile-footer ul {
		flex-wrap: wrap;
	}
	
	.footer-argo-nav ul li, 
	.nav-mobile-footer ul li {
		margin: 0 20px 15px 0;
	}
	
	.footer-argo-nav ul li img, 
	.nav-mobile-footer ul li img  {
		max-width: 75px;
	}
	
	.footer-argo-nav ul li img.argoverse-logo,
	.nav-mobile-footer ul li img.argoverse-logo {
		max-width: 100px;
	}
}
  
  #footer-widget #ot-sdk-btn.ot-sdk-show-settings, #footer-widget #ot-sdk-btn.optanon-show-settings {
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 16px;
    color: white;
    font-weight: 300;
  }


.container {
    max-width: 1600px !important;
    width: 90%;
	 padding: 0;
}


@media screen and (max-width: 768px) {
    .container {
        width: 90%;
    }
	 
    .wp-block-spacer {
        max-height: 40px;
    }
}

.entry-content {
    max-width: 1220px !important;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .inner-content {
    max-width: 860px !important;
    margin-left: auto;
    margin-right: auto;
}
#content.site-content {
    padding:0 0 100px 0;
}

.page-id-38 #content.site-content,
.page-id-2162 #content.site-content,
.page-id-1509 #content.site-content {
    padding:0 0 0 0;
}
.home .entry-content {
    margin: 0 auto;
}
.flex-reverse {
    flex-direction: row-reverse; 
}
.flex-reverse .wp-block-column:first-child {
    margin-left: 32px !important;
}
.flex-reverse .wp-block-column:last-child {
    margin-left: 0 !important;
}

.flex-center .wp-block-column{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fade-in {
    transition-property: opacity;
    transition-duration: .5s;
    opacity: 0;
}
.fade-in.active {
    opacity: 1;
}
.overlap-left {
    position: relative;
    z-index: 2;
    background-color: white;
    margin-top:-60px;
    margin-left:30%;
    padding:40px;
}
.overlap-right {
    position: relative;
    z-index: 2;
    background-color: white;
    top:-60px;
    margin-right:30%;
    padding:40px;
}
.push-right {
    margin-left: auto !important;
}
@media screen and (max-width: 599px) {
    .flex-reverse .wp-block-column:first-child {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 768px) {
     .overlap-left {
        padding:10px;
    }
    .overlap-right {
        padding:10px;
    }
}
@media screen and (max-width: 991px) {
    .number-column {
        flex-wrap: wrap !important;
    }
    .number-column .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0 !important;
    }
}
/* buttons */
.iframe-container .back {
    margin: 0;
    position: absolute;
    top: 0;
    right: 2rem;
}
.button a, .more-link, .nav-links a, input[type="submit"], #apply.button, .button.back, .accessible input#submit_app {
    display: inline-block;
    margin: 20px 0;
    transition-property: background, color;
    transition-duration: .5s;
    background-color: #e98013;
    color: #fff;
    font-size:15px;
    line-height: 20px;
    font-weight: 700;
    border:none;
    border-radius: 0;
    padding: 18px 75px 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height:auto;
    width:auto;
    text-align: center;
}
#apply.button, .button.back, .accessible input#submit_app {
    padding: 12px 50px 10px;
}
@media screen and (max-width: 600px) {
    .button a, .more-link, .nav-links a, input[type="submit"], .button.back {
        padding: 18px 50px 16px;
    }
}
#apply.button-label, .button.back .button-label, .accessible input#submit_app .button-label {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size:20px;
    line-height: 22px;
}
input[type="submit"] {
    margin: 20px 0 0;
    font-size: 14px; 
    padding: 3px 14px;
}
.button a:hover, .more-link:hover, .nav-links a:hover, input[type="submit"]:hover, #apply.button:hover, .button.back:hover, .accessible input#submit_app:hover {
    color: #fff;
    background-color: #d46c00;
    text-decoration: none !important;
}
.filter-icon {
    background-color: #e98013 !important;
    -webkit-mask: url(/job-board/static/media/down.080746e6.svg) no-repeat center;
    mask: url(/job-board/static/media/down.080746e6.svg) no-repeat center !important;
}
@media screen and (max-width: 768px) {
    .button.back {
        display:none;
    }
}
/* join us button */
#text-9 a {
    transition-property: color,background-color,border-color;
    transition-duration: .5s;
    background-color: #e98013;
    color:white;
    font-weight: 700;
    font-size:15px;
    line-height: 20px;
    border:none;
    padding: 6px 20px 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#text-9 a:hover {
    color: #fff;
    background-color: #d46c00;
    text-decoration: none !important;
}
#text-9 p {
    margin: 0;
}
@media screen and (max-width: 991px) {
    #text-9 {
        display: none;
    }
}
/* typography */
.image-caption, figcaption {
    font-size:10px !important;
    font-style: italic;
    line-height: 20px;
    padding-bottom: 2px;
    text-align: left !important;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 2.4vw;
    font-weight: 300;
}
.oswald-text {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5vw;
    font-weight: 500;
}
.blog .entry-content, .archive .entry-content, .single-post .entry-content {
    font-size: 2vw;
}
.single-post .entry-content p {
   margin:0 0 30px 0;
}
.large-number {
    font-family: 'Oswald', sans-serif;
    font-size: 120px;
    line-height: 1em;
    font-weight: 700;
    color:#000;
}
.call-out {
    font-family: 'Oswald', sans-serif;
    font-size: 8vw;
    line-height: 1.2em;
    font-weight: 400;
    background-color: #245464;
    color:white;
    padding: 10vh 0;
}
.call-out sup {
    font-size: 35%;
    top: -1.7em;
    left:.5em;
}
.location-list strong {
    font-size:4vw;
}
.quote {
    font-family: 'Oswald', sans-serif;
    font-size: 7vw;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    padding-left:1.2em;
}
.quote:before {
    position:absolute;
    top:0;
    left:0;
    font-family: 'Oswald', sans-serif;
    content: open-quote;
    font-size: 18vw;
    line-height: .7em;
    color:#d3e8ef;
}
.quote:after {
    position: relative;
    bottom:-.58em;
    right:-10px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    content: close-quote;
    font-size: 18vw;
    line-height: 0em;
    color:#d3e8ef;
}
.quote-author {
    font-size: 2vw;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}
.quote-author:before {
    content:"-";
}
.quote-author a {
    color:#212529;
}
.hash-tags {
    font-size: 3.5vw;
}
h1.entry-title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 6vw;
    font-weight:700;
    border-bottom: none;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
}
.page h1.entry-title, .blog h1.entry-title, .post-type-archive-faq h1.entry-title {
    transition-property: opacity;
    transition-duration: .5s;
    opacity:0;
}
h1.entry-title span {
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    display:block;
    height:60px;
    width:60px;
    background-color: black;
    border-radius: 50%;
    margin-top: 5%;
    text-align:center;
    color:white;
    font-size:30px;
    line-height: 60px;
}
.single h1.entry-title {
    font-family: 'Oswald', sans-serif;
    font-size: 5vw;
    align-items:flex-start;
    text-align: left;
    margin:10px 0;
}
.home h1.entry-title, .knockout-text h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 8vw;
    font-weight:700;
    text-align: center;
}
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 6vw;
    font-weight:700;
}
.blog h2, .archive h2, .single h2 {
    font-size: 3vw;
}
h2 a:hover{
    text-decoration: none;
}
h3 {
    font-size: 4vw;
    font-weight:700;
    margin-bottom: 20px;
}
h3.widget-title {
    margin-top: 0;
}
.follow-our-journey h3 {
    font-size: 3vw;
}
a {
    color:#ec9133;
}
a:hover {
    color:#007672;
}
b, strong {
    font-weight: 700;
}
.widget {
    font-size: 16px;
}
.wp-block-image figcaption {
   font-size: 2.2vw;
    text-align: center;
}
@media screen and (min-width: 1600px) {
    .home h1.entry-title, .knockout-text h1 { font-size: 120px; }
}
@media screen and (min-width: 1220px) {
    .quote { font-size:80px; }
    .quote:before, .quote:after { font-size:200px; }
    .quote-author { font-size:26px; }
}
@media screen and (min-width: 991px) {
    body { font-size: 20px; }
    .oswald-text { font-size: 24px; }
    .blog .entry-content, .archive .entry-content, .single-post .entry-content { font-size: 18px; }
    .call-out { font-size:80px; }
    .location-list strong { font-size: 36px; }
    .hash-tags { font-size: 32px; }
    .single h1.entry-title { font-size: 50px; }
    h2 { font-size: 54px;
		 line-height: 1.2em;
	  }
    .blog h2, .archive h2, .single h2 { font-size: 40px; }
    h3 { font-size: 36px; }
    .follow-our-journey h3 { font-size: 24px; }
    .wp-block-image figcaption { font-size: 20px; }
}
@media screen and (max-width: 991px) {
    .large-number { font-size:60px; }
}
@media screen and (max-width: 768px) {
    body { font-size: 18px; font-weight: 300; }
    .oswald-text { font-size: 20px; }
    .blog .entry-content, .archive .entry-content, .single-post .entry-content { font-size: 14px; }
    .quote { font-size:35px; }
    .quote:before { font-size:90px; }
    .quote:after { font-size:90px; }
    .quote-author { font-size:16px; }
    .author { font-size:25px; }
    .location-list strong { font-size: 24px; }
    .hash-tags { font-size: 22px; }
    .home h1.entry-title, h1.entry-title, .knockout-text h1 { font-size: 40px; }
    .single h1.entry-title { font-size: 25px; }
    h2 { font-size: 40px; }
    .blog h2, .archive h2, .single h2 { font-size: 20px; }
    h3 { font-size: 24px; }
    .follow-our-journey h3 { font-size: 20px; }
    .wp-block-image figcaption { font-size: 14px; }
    .button a { font-size: 14px; }
}
/* header */
header#masthead {
    background-color: white;
    box-shadow: none;
    padding: 0;
    position: relative;
    z-index: 2;
}



.navbar-brand {
    max-width:100px;
}
/* menu */

header#masthead #menu-main-menu li {
	padding: 0 30px;
}

header#masthead #menu-main-menu li a {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight: 400;
	padding: 5px 0;
	border-bottom: 5px solid transparent;
	
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

header#masthead #menu-main-menu li:hover > a{
	border-bottom: 5px solid black;
}

header#masthead #menu-main-menu li.current_page_item a {
	border-bottom: 5px solid var(--maingreen);
	font-weight: bold;
}

.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    border:none;
}
.dropdown-menu.show a {
    white-space: nowrap;
}
.dropdown-menu.show a:hover, .dropdown-menu.show .current_page_item a {
    text-shadow: 1px 0px 0px black;
}
.dropdown-item.active, .dropdown-item:active {
    color: black;
    background-color: transparent;
}

@media screen and (max-width: 1200px) {
	header#masthead #menu-main-menu li {
		 padding: 0 20px;
	 }
}

@media screen and (min-width: 991px) {
    body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_ancestor > a {
        border-bottom: 8px solid #007672;
    }
}
@media screen and (max-width: 991px) {
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        text-align:right;
    }
    .dropdown-menu.show {
        display: block;
        text-align: right;
    }
    .dropdown-menu.show a {
        padding: 5px 20px;
    }
	 
	 header#masthead { 
		 padding: 15px 0;
	 }	
}
/* paralax images */
.new-image-paralax .wp-block-image {
    height: 60vh;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 991px) {
    .new-image-paralax .wp-block-image {
        height: 60vh;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }
}
/* follow our journey section */
.follow-our-journey .wp-block-group__inner-container {
    max-width:1000px;
    margin: auto;
}
.follow-our-journey .wp-block-column {
    max-width:400px;
    margin: 0 auto;
}
/* footer */
#footer-widget {
   padding:50px 0;
}
.bg-light {
    background-color: #000 !important;
    color:white;
}
.bg-light a {
    color:white;
}
#footer-widget .col-md-4:first-child {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap; 
}
#nav_menu-2 ul, #footer-widget .menu {
    margin:0;
    padding: 0 50px 0 0;
    list-style: none;
}
#footer-widget .menu {
    justify-content: space-between;
    flex-direction: column !important;
    flex-wrap: wrap;
}
#footer-widget .menu li a {
    padding: 2px 0;
}
#nav_menu-2 .nav-link {
    padding:0;
}
#nav_menu-2 .nav-link:hover, #footer-widget .menu .nav-link:hover {
    background-color: transparent;
    text-decoration: underline;
}
#text-8 {
    font-size: 0;
}
#text-8 a {
    margin-right:15px;
}
#text-8 i {
    font-size: 24px;
}
@media screen and (max-width: 991px) {
    #menu-footer-navigation li {
        width:50%;
    }
    #menu-footer-navigation li a {
        padding:0;
    }
}
@media screen and (max-width: 768px) {
    #menu-footer-navigation li {
        width:100%;
    }
    #menu-footer-navigation li a {
        padding:0;
    }
}
/* Knockout Text */
.home-video {
    position: relative;
    overflow:hidden;
    background-color: black;
}
.wp-block-video {
    overflow:hidden;
    margin:0;
}
.home-video .wp-block-video video {
    max-width:none;
    margin-bottom:-8px;
}
.image-overlap {
    position: absolute;
    top:100%;
    z-index:1;
    max-width: 820px;
    margin: auto;
    background-color: white;
}
.knockout-text {
    position: relative;
    z-index:1;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
    margin: auto;
	text-transform:none;
	user-select: none;
    background-color: white;
    color: #000;
    mix-blend-mode: screen;
    padding: 10px;
	 min-height: 750px;
}


.knockout-text span {
    cursor: pointer;
    display:block;
    height:60px;
    width:60px;
    margin: auto;
    background-color: black;
    border-radius: 50%;
    margin-top: 5%;
    text-align:center;
    color:white;
    font-size:30px;
    line-height: 60px;
}
.knockout-text h1 {
    width: 100%;
	  max-width: 1480px;
	  font-size: 100px;
	  line-height: 1.3em;
}

.knockout-text p {
	max-width: 550px;
	 margin: 50px auto 20px;
	 text-align: center;
	 font-size: 22px;
}

.wp-block-video {
    top: 0px;
    bottom: auto;  
}
.home-video .overlay {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color: rgba(0,0,0,.3);
    pointer-events: none;
}
.image-paralax figure {
    min-height: 100vh;
}

@media screen and (max-width: 1100px) {
	.knockout-text h1 {
		 font-size: 72px;
	 }
	 
	 .knockout-text p {
		 max-width: 550px;
		  margin: 50px auto 20px;
		  text-align: center;
		  font-size: 20px;
	 }
}

@media screen and (max-width: 768px) {
    .knockout-text span {
        height:40px;
        width:40px;
        margin-top: 40px;
        line-height: 40px;
    }
    .home-video .overlay {
        display:none;
    }
    .image-paralax figure {
        min-height: 0;
    }
	 
	 .knockout-text h1 {
		 font-size: 48px;
	 }
	 
	 .knockout-text p {
		 max-width: 550px;
		  margin: 50px auto 20px;
		  text-align: center;
		  font-size: 18px;
	 }
}
/* tabs */
.argo-tabs {
    margin:40px 0;
    position: relative;
    z-index: 2;
} 
.argo-tabs .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	 align-items: baseline;
} 
.argo-tab {
    font-size:22px;
    font-weight:400;
    border-bottom: 10px solid transparent;
    max-width: 24%;
}
.argo-tab:hover, .argo-tab.active {
    cursor: pointer;
    border-bottom: 10px solid #bbe4f2;
}
.argo-tab:before {
    content:"01";
    display:block;
    font-size:50px;
	 line-height: 1;
	 margin: 0 0 25px;
}
.argo-tab:nth-child(2):before {
    content:"02";
}
.argo-tab:nth-child(3):before {
    content:"03";
}
.argo-tab:nth-child(4):before {
    content:"04";
}
.argo-content {
    position:relative;
    transition-property: opacity, height;
    transition-duration: .5s;
    opacity: 0;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
    align-items: flex-start;
}
.argo-content .wp-block-group__inner-container {
    margin-right:10%;
}
.argo-content:not(.active) {
    height:0;
}
.argo-content.active {
    opacity: 1;
    z-index:2;
}
.tab-arrow span {
    cursor: pointer;
    display:block;
    height:60px;
    width:60px;
    margin: auto;
    background-color: black;
    border-radius: 50%;
    text-align:center;
    color:white;
    font-size:30px;
    line-height: 60px; 
}
@media screen and (max-width: 768px) {
    .argo-tab {
        font-size:12px;
    }
    .argo-tab:before {
        font-size:30px;
    }
    .argo-content .wp-block-group__inner-container {
        margin-right:30px;
    }
    .tab-arrow span {
        height:20px;
        width:20px;
        font-size:10px;
        line-height: 20px; 
    }

}
/* accordian */
.argo-accordian {
    font-size:40px;
    font-weight:400;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 40px 0 20px;
    padding: 0;
}
.argo-accordian:hover, .accordian.active, .argo-faq h3:hover {
    cursor: pointer;
}
.accordian-plus span {
    cursor: pointer;
    display:block;
    height:36px;
    width:36px;
    margin: auto;
    background-color: black;
    border-radius: 50%;
    margin-right: 30px;
    text-align:center;
    color:white;
    font-size:16px;
    line-height: 36px; 
}
.argo-faq {
    padding:30px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    font-weight: 400;
}
.argo-faq h3 {
     display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.argo-accordian-content, .argo-faq-content {
    transition-property: opacity, height;
    transition-duration: .5s;
	 display: none;
}

.argo-accordian-content p.small, .argo-faq-content p.small {
	max-width: 600px;
	font-size: 16px;
}

.argo-accordian-content img, .argo-faq-content img {
	margin: 50px 0 0;
	width: 100%;
	max-width: 100%;
}

.argo-faq-content-wrapper {
	margin: 50px 0;
	max-width: 960px;
}

.argo-faq-content-wrapper .embed-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	margin: 0 0 50px;
}

.argo-faq-content-wrapper .embed-container iframe,
.argo-faq-content-wrapper .embed-container video,
.argo-faq-content-wrapper .embed-container figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	outline: 0;
}

.argo-faq-content-wrapper h3 {
	font-weight: bold;
	font-size: 32px;
	margin: 40px 0 20px;
}

.argo-faq-content-wrapper h4 {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 5px;
}

.argo-accordian-content div.flex-images, .argo-faq-content div.flex-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 75px;
	margin: 25px 0 75px;	
}

.argo-accordian-content.active, .argo-faq-content.active {
    opacity: 1;
}
/* blog */
.blog article, .archive article {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
    align-items: flex-start;
}
.blog article .post-thumbnail, .archive article .post-thumbnail {
    width:40%;
    min-width: 40%;
    margin-right:20px;
}

.archive article .post-thumbnail img {
  width: 100%
}
.blog article .entry-content, .archive article .entry-content {
    margin-top:10px;
}
.posted-on, .byline, .comments-link {
    font-size:14px;
}
#mailchimpsf_widget-2 {
    background-color: #e4e4e4;
    padding: 25px;
}
/* dot nav */
.dots-nav-container {
    transition-property: opacity;
    transition-duration: .5s;
    opacity:0;
    z-index: 10;
    position: fixed;
    right: 9px;
    width: 10px;
    top: 50%;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.dots-nav-container.active {
   opacity:1;
}
.vertical-dot-nav {
    position: fixed;
    z-index: 1000;
    right: 9px !important;
    list-style-type: none;
    box-sizing: border-box;
    padding: 5px;
    opacity: 1;
    left: auto; 
    margin-bottom: 0;
    text-align: center;
}
.vertical-dot-nav .dot {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    margin-top: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    width: 14px; height: 14px; border-color: rgb(255, 255, 255); border-radius: 50%;
}
.dark-dots .dot:hover, .dark-dots .dot.active {
    background: #000 !important;
}
.dark-dots .dot {
    border: 3px solid #000 !important;
}
#scroll {
    transition-property: all;
    transition-duration: .5s;
    opacity: 0;
    position: fixed;
    right: 2%;
    bottom: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color:rgba(0,0,0,0.50);
    text-indent: -9999px;
    display: none;
    z-index: 99999999;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#scroll:hover {
    background-color: #007672;
}
#scroll.active {
    opacity: 1;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
}
/* culture of safety */
.culture-of-safety {
    background-image:url("images/geo-pattern.png");
    background-size: cover;
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .culture-of-safety {
        padding: 40px 0;
    }
}
/* value-list */
.value-list {
    border-left: 20px solid #d3e8ef;
    padding-left: 20px;
}
/* world map */
.world-map {
	position: relative;
}

.world-map:after {
	content: "";
	position: absolute;
	z-index: -1;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
 background-image:url("images/dot-map.png");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: 50%;
}

.fleet {
	padding: 100px 0 30vw;
}

.fleet-map {
	position: relative;
}

.fleet-map:after {
	content: "";
	position: absolute;
	z-index: -1;
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
 background-image:url("images/fleet-map.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: 50%;
}

@media (max-width: 960px) {
	.fleet {
		padding: 100px 0 60vw;
	}

	.fleet-map:after {
	 background-image:url("images/fleet-map-mobile.jpg");
	}
}

/* road texture */
.road-texture {
    background-image:url("images/road-texture.png");
    background-size: cover;
    padding: 80px 0;
}
/* location list */
.location-list > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.location-list p {
    padding:30px 0;
}
.location-list a {
    color:black;
}
.location-list a:hover {
    color:#007672;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .location-list {
        padding: 40px 0;
    }
    .location-list > .wp-block-group__inner-container {
        display: block;
    }
    .location-list p {
        padding:10px 0;
    }
}
/* hash tags */
.hash-tags {
    margin:50px 0;
}
.hash-tags .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hash-tags .wp-block-group__inner-container p {
    margin-right: 20px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* team list */
.team-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-list:after {
  content: "";
width:30%;
}
.team-element {
    width:30%;
    margin:40px 0;
}
.team-title {
    font-weight: 700;
    margin-top: 20px;
}
.team-title a {
    color:black;
}
.team-image img {
    border-radius:6px;
}
@media screen and (max-width: 768px) {
    .team-list {
        flex-direction: column;
    }
    .team-element {
        width:100%;
    }
}
/* join us page */
.iframe-container {
    position: relative;
}
.filter-section-label, .filter-label, .department-title, .job-title, .job-location, #apply.button, .button.back {
    font-family: 'Roboto', sans-serif !important;
}
.filter-section-container {
     justify-content: center;
}
.job-container {
    padding:10px 0 !important;
}
.job-title {
    margin:0 !important;
}
.filter-icon {
    background-color: black !important;
    cursor: pointer;
}
.filter-button {
    cursor: auto !important;
}
.dropdown-content p {
    margin:10px 0 !important;
}
/* cookie alert */
.pea_cook_wrapper {
    background-color: #d3d3d3 !important;
}
.pea_cook_wrapper p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom: 30px;
    left: 30px;
    right: 30px;
    margin: 0 !important;
}
button.pea_cook_btn {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #333;
    font-family: 'Roboto', sans-serif !important;
    text-shadow: none !important;
    text-transform: uppercase;
}

.who-we-are-link {
    padding:0 !important;
}
.who-we-are-link .wp-block-image {
    margin:0;
}
.who-we-are-link .wp-block-column:last-child {
    padding:10px 52px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.who-we-are-link .link-arrow {
    cursor: pointer;
    display: block;
    height: 60px;
    width: 60px;
    background-color: white;
    border-radius: 50%;
    margin-top: 5%;
    text-align: center;
    color: #d46c00;
    font-size: 30px;
    line-height: 60px;
}
@media screen and (max-width: 1200px) {
.who-we-are-link h2 {
    font-size: 40px;
}
    .who-we-are-link .link-arrow {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
}
    .who-we-are-link .wp-block-column:last-child {
    margin:0;
}
}
@media screen and (max-width: 991px) {
.who-we-are-link {
    display:block !important;
}
.who-we-are-link .wp-block-column:last-child {
    padding:30px;
}

}

/* Values */

.values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 50px 100px;
  box-sizing: border-box;
  margin-left: -5%;
  margin-right: -5%;
 }
 
.value {
   position:  relative;
   width: 33%;
   box-sizing: border-box;
 }

.value:nth-child(1) {
  margin-left: -27px;
}
.value:nth-child(2) {
  margin-left: -27px;
}
.value:nth-child(3) {
  margin-left: -27px;
}
.value:nth-child(4) {
  margin-right: -27px;
  margin-top: -2px;
}
.value:nth-child(5) {
  margin-right: -27px;
  margin-top: -2px;
}
.value:nth-child(6) {
  margin-right: -27px;
  margin-top: -2px;
}
.value:nth-child(7) {
  margin-left: -27px;
  margin-top: -2px;
}
.value:nth-child(8) {
  margin-left: -27px;
  margin-top: -2px;
}
.value:nth-child(9) {
  margin-left: -27px;
  margin-top: -2px;
}

.value-text {
  position: absolute;
  top:  0;
  left:  0;
  width:  100%;
  height:  100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
 
  padding: 10% 15%;
  box-sizing: border-box;
  
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
  
  color:  white;
}

.value.hero .value-text {
  color: #2A706F;
}

.value-text span {
  font-weight: bold;
}

.value.hero .value-text {
  font-size: 18px;
}

.value.hero span {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .value-text {
    font-size: 20px;
  }
  
  .value.hero span {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .values {
    margin-left: 0;
    margin-right: 0;
   }
   
   .value {
     width: 50%;
   }
  
  .value-text {
    font-size: 17px;
    padding: 10% 12.5%;
  }
  
  .value.hero span {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
  
.value:nth-child(1) {
  margin-left: 25%;
  margin-right: 25%;
}
.value:nth-child(2) {
  margin-right: 0;
  margin-left: -27px;
  margin-top: -2px;
}
.value:nth-child(3) {
  margin-right: 0;
  margin-left: -27px;
  margin-top: -2px;
}
.value:nth-child(4) {
  margin-left:  0;
  margin-right: -27px;
  margin-top: -2px;
}
.value:nth-child(5) {
  margin-left:  0;
  margin-right: -27px;
  margin-top: -2px;
}
.value:nth-child(6) {
  margin-right: 0;
  margin-left: -27px;
  margin-top: -2px;
}
.value:nth-child(7) {
  margin-right: 0;
  margin-left: -27px;
  margin-top: -2px;
}
.value:nth-child(8) {
  margin-left:  0;
  margin-right: -27px;
  margin-top: -2px;
}
.value:nth-child(9) {
  margin-left:  0;
  margin-right: -27px;
  margin-top: -2px;
}
}

@media screen and (max-width: 720px) {
   .value {
     width: 100%;
   }
   
  .value-text {
    font-size: 18px;
  }
  
  .value.hero span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
  }

  .value:nth-child(1) {
    width: 100%;
    margin-left: -27px;
    margin-right: 0;
  }
  .value:nth-child(2) {
    margin-right:-27px;
    margin-left: 0;
    margin-top: -2px;
  }
  .value:nth-child(3) {
    margin-left:-27px;
    margin-right: 0;
    margin-top: -2px;
  }
  
  .value:nth-child(4) {
    margin-right:-27px;
    margin-left: 0;
    margin-top: -2px;
  }
  .value:nth-child(5) {
    margin-left:-27px;
    margin-right: 0;
    margin-top: -2px;
  }
  .value:nth-child(6) {
    margin-right:-27px;
    margin-left: 0;
    margin-top: -2px;
  }
  .value:nth-child(7) {
    margin-left:-27px;
    margin-right: 0;
    margin-top: -2px;
  }
  .value:nth-child(8) {
    margin-right:-27px;
    margin-left: 0;
    margin-top: -2px;
  }
  .value:nth-child(9) {
    margin-left:-27px;
    margin-right: 0;
    margin-top: -2px;
  }
}

@media screen and (max-width: 500px) {
  .values {
    padding: 35px 20px 50px;
  }
  
}



/* GT SIGNUP SHORTCODE */

.gt-signup {
  position: relative;
  margin: 50px auto 150px;
  max-width: 1220px;
  
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.gt-signup > div {
  width: 50%;
  overflow: hidden;
}

.slider-tile-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.slider-tile-image {
  position: relative;
  height: 0;
  padding-top: 70%; 
}

.slider-tile-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-tile-info {
  padding: 50px;
  background: #f0f1f0;
  flex-grow: 1;
  
  transition: all 0.225s ease;
  -webkit-transition: all 0.225s ease;
}

.slider-tile-info h3 {
  font-size: 24px;
  line-height: 1.2em;
  transition: all 0.3s ease;
}

.slider-tile-info span {
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
}

.swiper-slide {
  height: auto;
}

.slider-tile a:hover .slider-tile-info {
  background: #DBDBDB;
}

.slider-tile a:hover {
  border: 0;
  color: #E2974B;
  text-decoration: none;
}

.slider-tile a:hover .slider-tile-info h3 {
  border: 0;
}

.gt-signup-info {
  padding: 5vw;
}

.gt-signup-info-logo {
  text-align: left;
  margin: 0 0 75px;
}

.gt-signup-info-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gt-signup-info-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gt-signup-info-logo img {
  max-width: 75px;
}

.gt-signup-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  color: black;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0 0 35px;
}

.gt-signup-info p {
  font-size: 14px;
  line-height: 1.6em;
  color: #838383;
  font-weight: normal;
  margin: 0;
}

.gt-signup-info .subscribe-form {
  margin: 0 0 35px;  
}

.gt-signup-info .subscribe-form #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
}

.gt-signup-info .subscribe-form #mc_embed_signup_scroll input[type="email"] {
  flex-grow: 1;
  height: 45px;
}

.gt-signup-info .subscribe-form #mc_embed_signup_scroll input {
  padding: 10px 15px;
  border: 0;
  background: #EDEDED;
  font-size: 16px;
  color: black;
}

.gt-signup-info .subscribe-form #mc_embed_signup_scroll .button {
  position: relative;
   padding: 10px 25px;
   margin: 0;
   background: #E2974B;
   color: white;
   font-size: 15px;
   font-weight: bold;
   cursor: pointer;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
}

@media screen and (max-width: 1100px) {
  .gt-signup-info-logo {
    max-width: 125px;
  }
  
  .gt-signup-info h3 {
    font-size: 42px;
  }
  
  .gt-signup-info p br {
	  display: none;
  }
  
  .gt-signup-info .subscribe-form #mc_embed_signup_scroll .button {
	  width: 100%;
		margin: 15px 0 0;
  }
}

@media screen and (max-width: 800px) {
  .gt-signup-container {
    padding: 0 !important;
  }
  
  .gt-signup {
    flex-direction: column-reverse;
  }
  
  .gt-signup > div {
    width: 100%;
  }
  
  .gt-signup-info {
    padding: 10vw;
  }
  
  .gt-signup-info-logo img {
		 max-width: 70px;
	  }
}
  
  
@media screen and (max-width: 600px) {
 .gt-signup-info .subscribe-form #mc_embed_signup_scroll {
   display: flex;
   flex-direction: column;
 }
}

.gt-signup .swiper-pagination {
  width: 100%;
  bottom: -50px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #A0A0A0;
  
  transition: all 0.225s ease;
  -webkit-transition: all 0.225s ease;
}

.swiper-pagination-bullet-active {
  background: #A0A0A0;
}

.swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination-bullet:focus {
  outline: none;
}

/* Text Image Block */ 

.textimage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
  margin: 50px 0 50px;
}

.textimage .block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;	
}

.textimage .block-text {
  display: flex;
  align-items: center;
}

.textimage .block-text .block-text-inner {
  width: 80%;
  margin: auto;
  padding: 50px 0;
}

.textimage .block-text h2 {
  font-size: 60px;
  line-height: 1em;
}

.textimage .block-text p {
  font-size: 14px;
  color: #707070;
}

.textimage .block-text a.button {
  padding: 10px 25px;
  font-size: 11px;
  margin: 20px 0 0;
  display: inline-block;
}

@media only screen and (max-width: 980px) {
  .textimage .block-text h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 850px) {
  .textimage {
    grid-template-columns: 1fr;
  }
}


/* News */

.page-id-1509 .dots-nav-container {
	display: none;
}

.backto {
  display: block;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: bold;
}

.news {
	position: relative;
}

.contain-news {
	width: 93%;
	max-width: 1220px;
	margin: 0 auto;
}

.contain-news-pad {
	width: 85%;
}

.news.news-archive {
  display: block;
  margin: 100px auto 0;
  max-width: 1050px;
}

.news h2,
.media-container h2,
.press-post-content .entry-meta,
.media-base-section h2,
.news.news-archive .news-media-header {
 // font-size: 54px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 0 0 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #707070;
}

.news h3,
.media-container h3,
.media-base-section h3 {
	font-family: 'Oswald';
 // font-size: 32px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 25px;
}

.news.news-archive h2 {
	border-bottom: 0px solid #707070;
	margin: 0 15px 0 0;
}

.news.news-archive p {
	max-width: 800px;
}

.news.news-archive p span {
	font-weight: bold;
}

.news-media-header {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.news-media-header-nav {
	display: flex;
	align-items: flex-end;
}

.news-media-header-nav a {
	position: relative;
	 font-size: 14px;
	 color: #949494;
	 font-family: 'Oswald';
	 margin-right: 15px;
	 padding: 2px 15px 4px 0;
	 border-right: 1px solid #949494;
}

.news-media-header-nav a.active {
	color: #007573;
	font-weight: 500;
}

.news-media-header-nav a:last-child {
	margin-right: 0;
	padding: 2px 0 4px 0;
	border-right: 0px;
}

.press-post-content .entry-title {
	width: 90%;
	max-width: 960px;
}

.press-post-content .entry-header {
	position: relative;
}

.press-post-content .post-thumbnail {
	position: relative;
	padding-top: 60%;
	height: 0;
	
	margin: 50px 0;
}

.press-post-content .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.press-post-content  .read-more-company-news {
	font-size: 18px;
	 margin: 25px 0 0;
	 color: #707070;
}

.related-media {
	margin: 50px 0;
}

.related-media h4 {
	font-family: 'Oswald';
	font-size: 32px;
	font-weight: normal;
	margin: 50px 0 35px;
}

.media-container p,
.media-base-section p {
  font-size: 14px;
  color:#707070;
  font-weight: 500;
  margin: 20px 0 35px;
}

@media screen and (max-width: 980px) {
  .news {
	 grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
.press-post-content p {
  font-size: 16px;
  line-height: 1.6em;
}
}

/* News Article */

.news-article-link {
  color: black;
}

.news-article-link:hover {
  text-decoration: none;
  border: 0;
  color: black;
}

.news-article {
	position: relative;
}

.news-article.news-article-in-news {
  position: relative;
  
  border-bottom: 1px solid #707070;
  padding: 35px 50px 35px 0;
  
  cursor: pointer;
  overflow: hidden;
  
  transition: all 0.225s ease;
  -webkit-transition: all 0.225s ease;
}

.news-article.news-article-in-news:after {
	content: "";
	position: absolute;
	right: 0;
	margin-right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 10px;
	height: 18px;
	background: url('images/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.news-article.news-article-in-news {
  display: block;
  position: relative;
}

.news.news-archive .news-article.news-article-in-news {
  grid-template-columns: 250px 1fr;
}
.news-article-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-article-logo img {
  max-width: 200px;
  max-height: 100px;
  object-fit: contain;
}

.news-article-meta span {
  font-size: 12px;
  font-weight: 600;
  color: #bdbdbd;
}

.news-article h3 {
  font-family: 'Oswald';
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 0;
}

.news-article .news-article-content  {
	position: relative;
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

.news-article.news-article-in-news:hover .news-article-content {
	 transform: translateX(25px);
	-webkit-transform: translateX(25px);
}

.news-article.news-article-in-news .news-article-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(calc(-100% - 15px), -50%);
	-webkit-transform: translate(calc(-100% - 15px), -50%);
	width: 10px;
	height: 100%;
	
	background: black;
	
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

.news-article h3 strong {
  font-weight: 500;
}

.company-news-section p {
	max-width: 900px;
}

.company-news-section p span {
	font-weight: 300;
}

.company-news-grid {
	margin: 50px 0 0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.company-news-section-newsletters {
	padding: 100px 0 0;
}


@media screen and (max-width: 900px) {
	.company-news-grid {
		margin: 40px 0 0;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 450px) {
	.company-news-grid {
		margin: 35px 0 0;
		grid-template-columns: repeat(1, 1fr);
	}
}

.stack-signup-background {
	background: #EFEFEF;
	padding: 75px 0;
}

@media screen and (max-width: 750px) {
	.stack-signup-home .stack-signup{
		width: 90%;
	}
}


.stack-signup {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: auto;
	
	max-width: 640px;
}

.stack-signup img {
	max-width: 110px;
	 margin: 0 35px 0 0;
}

.stack-signup.stack-signup-reverse {
	width: 90%;
	max-width: 900px;
	margin: 35px auto 0;
	text-align: center;
}

.stack-signup.stack-signup-reverse p {
	color: white;
}

.stack-signup h2 {
	text-align: right;
	font-size: 68px;
	text-transform: uppercase;
	border: 0;
	line-height: 0.95em;
	letter-spacing: -0.04em;
	padding: 0 45px 0 0;
}

.stack-signup p {
	margin: 0px 0 15px;
	 font-size: 20px;
	 font-weight: normal;
	 color: black;
}

.stack-signup p span {
	font-weight: bold;
}

.stack-signup .subscribe-form {
	flex-grow: 1;
}

.stack-signup .subscribe-form #mc_embed_signup_scroll {
	display: flex;
}

.stack-signup .subscribe-form #mc_embed_signup_scroll input[type="email"] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 65px;
	
	padding: 15px 20px;
	 border: 0;
	 background: white;
	 font-size: 16px;
	 color: black;
	 
	 border-radius: 0;
}

.stack-signup .subscribe-form #mc_embed_signup_scroll .button {
	 position: relative;
	 padding: 10px 25px;
	 background:#E98021;
	 color: white;
	 font-size: 15px;
	 font-weight: bold;
	 margin: 0;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
}

@media screen and (max-width: 900px) {
	.stack-signup {
		display: block;
	}
	
	.stack-signup h2 {
		font-size: 48px;
		text-align: left;
		margin: 0 0 20px;	
	}
	
	.stack-signup img {
		margin: 0 0 20px;
	}
	
	.stack-signup p {
		font-size: 14px;
	}
	
	.stack-signup h2 br {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.stack-signup .subscribe-form #mc_embed_signup_scroll {
		display: block;
	}
	
	.stack-signup .subscribe-form #mc_embed_signup_scroll input[type="email"],
	.stack-signup .subscribe-form #mc_embed_signup_scroll .button  {
		height: 45px;	
		width: 100%;
	}
}


.news-article-company-news {
	height: 100%;
	
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

.news-article-company-news .news-article-image {
	position: relative;
	height: 0;
	padding-top: 60%;
}

.news-article-company-news .news-article-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-article-company-news .news-article-content {
	padding: 15px 0;
}

.news-article-company-news .news-article-content h3 {
	font-family: 'Roboto';
	 font-size: 14px;
	 font-weight: bold;
}


@media screen and (max-width: 600px) {
  .news-article.news-article-in-news,
  .news.news-archive .news-article.news-article-in-news {
	 grid-template-columns: 1fr;
  }
  
  .news-article-logo {
	 padding: 30px 0;
  }
  
  .news-article-logo img {
	 max-width: 150px;
	 max-height: 100px;
  }
  
  .company-news-grid {
	  grid-gap: 15px;
	  grid-template-columns: 1fr;
	 }
  
}

.news-breadcrumb {
  color: #007573;
  margin: 25px 0 ;
  font-size: 14px;
}

.news-breadcrumb a {
  color: #007573;
}

.news-breadcrumb span {
  font-size: 11px;
  display: inline-block;
  margin: 0px 3px 0px;
}

.center {
  margin: 50px 0 0;
  display: block;
  text-align: center;
}

.media-container {
  position: relative;
  margin: 75px 0;
}

.media {
  display: block;
  margin: 35px 0 0;
}

.media h4 {
	font-family: 'Oswald';
	font-size: 32px;
	font-weight: normal;
	margin: 50px 0 35px;
}

.media-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}

.media-grid-2col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
}

@media screen and (max-width: 960px) {
  .media-grid {
	  grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 450px) {
  .media-grid {
	  grid-template-columns: repeat(1, 1fr);
  }
  
  .media-grid-2col {
	  grid-template-columns: repeat(1, 1fr);
  }
}

/* Media element */

.media-element {
  cursor: pointer;
}

.media-element-image {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  
  overflow: hidden;
  
  border: 3px solid transparent;
  
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.media-element-image:hover {
	border: 3px solid #007573;
}

.media-element-image-popup {
	position: relative;
	 max-width: 90vw;
	 height: 80vh;
	 
	 display: flex;
	 align-items: center;
	 justify-content: center;
}

.media-element-image-popup img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.media-element-image-popup-inner {
	position: relative;
	
	height: 100%;
}

.media-element-image-popup .argo-tooltip.download-media {
	bottom: 30px;
	right: 30px;
}

.media-element-link:hover {
  text-decoration: none;
}

.media-element-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.media-element-image:hover img {
  
}

.media-element-meta {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  
  padding: 15px 0 0;
}

.media-element-link-video .media-element-meta {
	display: flex;
}

.media-element-link-video .media-element-meta > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.download-vimeo {
	font-size: 12px;
	font-weight: 500;
}

.media-element-meta h3, 
.media-element-meta span {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 600;
  color: black;
  display: block;
  
}

.media-element-meta h3 {
  text-transform: none;
  
  margin-bottom: 0;
}

.photo-element .media-element-meta span {
  font-size: 10px;
}

.media-element-meta span {
  opacity: 0.4;
  margin: 5px 0 0;
}

.photo-element .media-element-meta {
  display: block;
}

.photo-element .media-element-meta h3 {
  margin-bottom: 10px;
}

/* Play Button */

.play-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.97);
  -webkit-transform: translate(-50%, -50%) scale(0.97);
  
  width: 75px;
  
  transition: all 0.225s ease;
  -webkit-transition: all 0.225s ease;
}

.media-element-image:hover .play-video-button {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}

.basicLightbox__placeholder>iframe:first-child:last-child, .basicLightbox__placeholder>img:first-child:last-child, .basicLightbox__placeholder>video:first-child:last-child {
  max-width: 1000px;
}

@media screen and (max-width: 950px) {
  .basicLightbox__placeholder>iframe:first-child:last-child, .basicLightbox__placeholder>img:first-child:last-child, .basicLightbox__placeholder>video:first-child:last-child {
	 max-width: 95%;
  }
}

/* Media argo-tooltips */
.argo-tooltip.download-media {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 30px;
  height: auto;
  display: inline-block;
}

.argo-tooltip.download-media img {
  width: 100%;
  height: auto;
}

.argo-tooltip.download-media .argo-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 16px;
  /* Position the argo-tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.argo-tooltip.download-media .argo-tooltiptext a {
  color: #fff;
  white-space: nowrap;
}
/* Show the argo-tooltip text when you mouse over the argo-tooltip container */
.argo-tooltip:hover .argo-tooltiptext {
  visibility: visible;
}
.argo-tooltip.download-media .argo-tooltiptext {
  width: 85px;
  bottom: 100%;
  left: 50%;
  margin-left: -75px; /* Use half of the width (120/2 = 60), to center the argo-tooltip */
}
.argo-tooltip.download-media .argo-tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the argo-tooltip */
  left: 100%;
  margin-left: -15px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.media-forward {
  margin: 15px 0 0;
}

.media-forward a {
  font-weight: 600;
  font-size: 16px;
  
  display: flex;
  align-items: center;
  
  transition: all 0.225s ease;
  -webkit-transition: all 0.225s ease;
}

.media-forward a:hover {
  text-decoration: none;
}

.media-forward img {
  display: inline-block;
  width: 12px;
  margin-left: 10px;
}

/* SUBNAV */

.section-pad  {
	padding: 100px 0 0 !important;
}

.section-pad.in-news {
	padding: 75px 0 !important;
}

.section-pad .full-width-background {
	padding: 0 !important;
}

@media screen and (max-width: 800px) {
	.section-pad  {
		padding: 75px 0 0 !important;
	}
}

.admin-bar .page-subnav {
	top: 32px;
}

.page-subnav {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	background: white;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	z-index: 999;
}

.page-subnav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 80%;
	max-width: 1050px;
	
	display: flex;
	justify-content: center;	
}

.page-subnav ul li {
	margin: 0 15px;
	text-align: center;
	
	font-size: 13px;
	font-weight: normal;
}

.page-subnav ul li a {
	display: block;
	color: #9D9D9D;
	
	padding: 30px 20px 25px;
	border-bottom: 4px solid transparent;
	
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

.page-subnav ul li a.current {
	border-bottom: 5px solid #007573;
	color: black;
}

.page-subnav ul li a:hover,
.page-subnav ul li a.current:hover {
	border-bottom: 4px solid black;
	text-decoration: none;
}

/* Careers Edits */

.page-id-40 .page-subnav ul {
	max-width: 1100px;
	width: 90%;
}

.page-id-40 .page-subnav ul li { 
	margin: 0 18px;
}

.page-id-40  .page-subnav ul li a {
	padding: 30px 18px 25px;
}

@media screen and (max-width: 1200px) {
	.page-subnav ul li a {
		padding: 20px 15px 15px;
	}
}

@media screen and (max-width: 800px) {
	.page-subnav {
		display: none;
	}
}

/* FAQ News */

#media-faq .index {
	font-family: 'Oswald';
	display: inline-block;
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

#media-faq .entry-title {
	display: flex;
	justify-content: normal;
	align-items: baseline;
	margin-bottom: 0;
	
	font-size: 28px;
	font-weight: 300;
}

#media-faq .faq-arrow {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 800px) {
	#media-faq .index {
		margin-right: 15px;
		font-size: 28px;
	}
	
	#media-faq .entry-title {
		font-size: 20px;
		font-weight: 500;
	}
}

/* About */

.about-grid {
	display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-gap: 75px;
	 margin: 75px 0;
}

.about-grid.center-grid {
	align-items: center;
}

.about-grid .subhead {
	font-family: 'Oswald';
	 font-size: 22px;
	 font-weight: 500;
	 color: #E98013;
	 letter-spacing: 0.08em;
	 text-transform: uppercase;
	 margin-bottom: 15px;
}

#media-contact {
	margin: 50px 0 0;
}

.about-grid p,
#media-contact p {
	font-size: 18px;
	font-weight: 300;
	color: black;
	line-height: 1.7em;
	margin-top: 10px;
}

#media-contact p {
	margin-top: 20px;
}

.about-grid p:last-child {
	margin-bottom: 0;
}

.about-info-block:not(:first-child) {
	padding: 50px 0 0;
	margin: 50px 0 0;
	border-top: 1px solid rgba(0,0,0,0.3);
}

@media screen and (max-width: 850px) {
	.about-grid {
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}
}

.history-slider {
	position: relative;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	transition: all 0.2s;
	transform: scale(0.98);
	will-change: transform;
	user-select: none;
	cursor: pointer;
}

.history-slider.active {
	background: rgba(255,255,255,0.3);
	cursor: grabbing;
	cursor: -webkit-grabbing;
	transform: scale(1);
}

.history-slider img {
	display: inline-block;
	width: 200%;
	max-width: 200%;
}

@media screen and (max-width: 960px) {
	.history-slider img {
		width: 300%;
		max-width: 300%;
	}
}

@media screen and (max-width: 600px) {
	.history-slider img {
		width: 400%;
		max-width: 400%;
	}
}


/* Facts */

.facts-container {
	padding: 100px 0;
	background: #245464;
	color: white;
}

.facts-container h3 {
	font-size: 32px;
	font-family: 'Oswald';
	color: white;
	
	margin: 0;
	padding: 0 0 25px;
	border-bottom: 2px solid;
}

.facts-container ul.facts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.facts-container ul.facts li {
	padding: 50px 0;
	border-bottom: 2px solid;
	
	font-size: 24px;
	line-height: 1.4em;
	display: flex;
	align-items: flex-end;
}

.facts-container ul.facts li span {
	font-size: 72px;
	font-family: 'Oswald';
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 20px 0 0;
}

@media screen and (max-width: 960px) {
	.facts-container ul.facts li {
		padding: 35px 0;
		
		font-size: 18px;
		line-height: 1.4em;
	}
	
	.facts-container ul.facts li span {
		font-size: 48px;
		line-height: 1.1em;
	}
}


@media screen and (max-width: 600px) {
	.facts-container ul.facts li {
		display: block;
		font-size: 16px;
	}
	
	.facts-container ul.facts li span {
		display: block;
		margin: 0 0 20px;
		font-size: 36px;
		
	}
}

/* Media Contact */

#media-contact .media-contact-background {
	background: #EFEFEF;
	padding: 75px 0;
}

#media-contact .contain-news p {
	margin-bottom: 0;
}

/* Newsletters */

.company-newsletter {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 15px;
	
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

.company-newsletter:hover {
	border-bottom: 1px solid #767676;
}

.company-newsletter a:hover {
	text-decoration: none;
	border: 0;
}

.company-newsletter h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.company-newsletter .date {
	font-size: 14px;
	font-weight: normal;
	color: #9e9e9e;
} 

.newsletter-iframe {
	width: 100%;
	border: 0;
	outline: 0;
}

.news.news-archive.monthly-newsletter-header {
	max-width: 650px;
}

.newsletter-header {
	margin: 20px 0 0;
	background: #f2f2f2;
}

.newsletter-header img {
	max-width: 600px;
	width: 100%;
	margin: auto;
	display: block;
}

.newsletter-footer {
	padding: 50px 0;
	background: black;
}

.newsletter-footer img {
	max-width: 600px;
	margin: auto;
	display: block;
}

.newsletter-body {
	margin: 50px auto;
	 max-width: 650px;
}

.newsletter-container .news-breadcrumb {
	margin: 50px auto 0;
	 max-width: 650px;
}

.newsletter-body p,
.newsletter-body li {
	font-size: 18px;
	line-height: 1.7em;
}

.newsletter-body img,
.newsletter-body video {
	max-width: 100%;
	width: 100%;
	position: relative;
}

.newsletter-body h1 {
	font-family: 'Oswald';
	font-size: 46px;
	font-weight: bold;
	margin: 0 0 30px;
}

.newsletter-body .news-breadcrumb {
	margin: 0 0 45px;
}

.newsletter-body h2 {
	font-size: 36px;
	padding: 30px 0 0;
   margin: 50px 0 50px;
   border-top: 1px solid rgba(0,0,0,.2);
}

/* Lidar Announcement */

.lidar-announcement {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 35px;
}

.lidar-announcement-inner {
	padding: 35px;
	background: rgba(255,255,255,0.9);
}

.lidar-announcement h3 {
	font-size: 72px;
	line-height: 1.2em;
	font-family: 'Oswald';
	margin: 0 0 10px;
	
	color: #414141;
}

.lidar-announcement p {
	margin: 0 0 35px;
}

@media screen and (max-width: 786px) {
	.lidar-announcement {
		position: relative;
		margin: 0;
	}
	
	.lidar-announcement h3 {
		font-size: 48px;
	}
	
	.lidar-announcement-inner {
		background: #f0f0f0;
	}
}

/* Basic Slider Block */

.basicslider {
	margin: 0 0 150px;
}

.basicslider.products {
	margin: 0 0 100px;
}

.basicslider .basicslider-header {
	margin: 0 0 60px;
}

.basicslider .basicslider-header .basic-slider-description {
	max-width: 475px;
}

.basicslider .basicslider-header .basic-slider-description p {
	font-size: 18px;
	 font-weight: 300;
}

.basicslider .basicslider-slide {
	max-width: 550px;
}

.basicslider.map .basicslider-slide {
	max-width: 450px;
}

.basicslider.value-slider .basicslider-slide {
	max-width: 700px;
}

.basicslider .basicslider-slide.text-side {
	width: auto;
	max-width: none !important;
	margin-bottom: 50px;
}

.basicslider .basicslider-slide:last-child .basicslider-inner {
	max-width: 550px;
}

.basicslider.map .basicslider-slide:last-child .basicslider-inner {
	max-width: 450px;
}

.basicslider.value-slider .basicslider-slide:last-child .basicslider-inner {
	max-width: 700px;
}

.basicslider .basicslider-slide.text-side .basicslider-inner {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-gap: 50px;
	align-items: center;
	height: 100%;
}

.basicslider.value-slider .basicslider-image {
	border: 1px solid #e6e6e6;
}

.basicslider .basicslider-image-container {
	margin: 0 0 20px;
}

.basicslider .basicslider-slide.text-side .basicslider-image-container {
	margin: 0;
}

.basicslider .basicslider-image {
	position: relative;
}

.basicslider .basicslider-slide .basicslider-image img {
	width: 100%;	
}

.basicslider .basicslider-slide.text-side .basicslider-image-container,
.basicslider .basicslider-slide.text-side .basicslider-image-container .basicslider-image {
	height: 100%;
}

.basicslider .basicslider-slide.text-side .basicslider-image-container .basicslider-image img {
	height: 100%;
	object-fit: cover;
}

.basicslider.map .basicslider-image-container {
	padding: 35px;
}

.basicslider.map .basicslider-image {
	position: relative;
	height: 0;
	padding-top: 100%;
}

.basicslider.map .basicslider-slide .basicslider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85%;
	height: 85%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}

.basicslider-content {
	margin: 35px 0 0;
}

.basicslider .basicslider-slide.text-side .basicslider-content {
	margin: 0 0;
}

.basicslider-slide .basicslider-content h3 {
	font-family: 'Oswald';
	font-weight: normal;
	font-size: 24px;
	
	margin: 0 0 15px;
}

.basicslider .swiper-button-prev, .basicslider .swiper-container-rtl .swiper-button-next {
	left: 0;
}

.basicslider .swiper-button-next, .basicslider .swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.basicslider-slide .basicslider-content p {
	font-size: 16px;
}

.basicslider-slide.text-side .basicslider-content p {
	max-width: 470px;
}

.basicslider-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	max-width: 1220px;
	margin: 15px auto 0 0;
}

@media screen and (max-width: 1264px) {
	.basicslider-navigation {
		padding-right: 44px;
	}
}

@media screen and (max-width: 1200px) {
.basicslider-slide .basicslider-content p br {
	display: none;
}
}

.basicslider-navigation .swiper-button-prev,
.basicslider-navigation .swiper-button-next {
	position: relative;
	top: 0;
	margin: 0;
}

.basicslider-navigation .basicslider-swiper-pagination {
	flex-grow: 1;
	position: relative;
}

.basicslider-navigation .basicslider-swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #ec9133;
	opacity: 0.75;
}

.basicslider-navigation .basicslider-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ec9133;
	opacity: 1;
}

.basicslider-navigation .basicslider-swiper-pagination.numbered-pagination .swiper-pagination-bullet {
	background: none;
	 border: 0;
	 border-bottom: 2px solid transparent;
	 border-radius: 0;
	 display: inline;
	 font-size: 16px;
	 font-family: 'Roboto', sans-serif;
	 font-weight: 500;
	 color: #D0D0D0;
	 padding: 0 0 8px;
	 margin: 0 8px;
	 text-align: center;
}

.basicslider-navigation .basicslider-swiper-pagination.numbered-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active  {
	 border-bottom: 1px solid #ec9133;
	 font-family: 'Roboto', sans-serif;
	 font-weight: bold;
	 color: #ec9133;
}

.basicslider-navigation-button {
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 980px) {
	.basicslider .basicslider-slide.text-side {
		width: 80vw;
		max-width: none;
		margin-right: 20px;
	}
	
	.basicslider .basicslider-slide.text-side .basicslider-inner {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 35px;
		align-items: flex-start;
		height: 100%;
	}
	
	.basicslider .basicslider-slide.text-side .basicslider-image {
		aspect-ratio: 16/9;
		height: auto;
		width: 100%;
	}
	
	.basicslider .basicslider-slide.text-side .basicslider-image-container,
	.basicslider .basicslider-slide.text-side .basicslider-image-container .basicslider-image {
		height: auto;
	}
}

@media screen and (max-width: 600px) {
	.basicslider-slide {
		max-width: 80%;
	}
	
	.basicslider {
		margin: 0 0 75px;
	}
	
	.basicslider .basicslider-header {
		margin: 0 0 40px;
	}
	
}

@media screen and (max-width: 600px) {
	.basicslider-navigation-button {
		width: 35px;
		height: 35px;
	}
}

.basicslider-navigation-button svg {
	fill: #ec9133;
	
	transition: all 0.225s ease;
	-webkit-transition: all 0.225s ease;
}

.basicslider-navigation-button:hover svg {
	fill: #007672;
}

.basicslider-navigation .swiper-button-next:after, .basicslider-navigation .swiper-button-prev:after {
	content: "";
	display: none;
}