/*
 Theme Name:   Northrop Corporate Theme
 Theme URI:    https://www.understrap.com
 Description:  Northrop Corporate Theme
 Author:       PXP 200
 Author URI:   https://pxp200.com
 Template:     understrap
 Version:      0.5.5
 Text Domain:  understrap-child
 Requires at least: 5.2

*/

@font-face {
  font-family: "gobold";
  src: url("fonts/gobold_regular.otf");
  font-weight: normal; }

@font-face {
  font-family: "gobold";
  src: url("fonts/gobold_bold.otf");
  font-weight: bold; }


h1, h2, h3, h4, h5 {
  font-family: futura-pt, Arial, sans-serif;
  font-variant-ligatures: none;
}

a {
  color: #00269A;
  font-family: futura-pt, Arial, sans-serif;
}

a:hover {
  color: #194AE0;
  text-decoration:none;
}

a:disabled {
  color: #7C878E;
}

a.postLearn {
  color: #fff;
  text-decoration: none;
}

a.postLearn span {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: center center;
    transform: translateY(-50%) rotate(45deg);
    box-sizing: content-box;
}

a.postLearn:hover,
a.postlearn:hover:before {
  color: #DAE7EF;
}

a.postLearn:hover span {
	border-color: #DAE7EF;
}

li, p {
  font-family: futura-pt, Arial, sans-serif;
}

p{
  font-size: 16px;
  font-variant-ligatures: none;
}

p:empty {
	display: none;
}

h1, h2{
  font-family: futura-pt, Arial, sans-serif !important;
  font-weight: bold;
}

.visually-hidden {
	border: 0;
	clip: rect( 1px, 1px, 1px, 1px );
	-webkit-clip-path: inset( 50% );
	clip-path: inset( 50% );
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.entry-title a {
  color: #000;
}

.skip-link:active, .skip-link:focus {
  color: white;
  padding: 5px 10px;
  position: absolute;
  clip: initial;
  top: 0;
  left: 0;
  right: auto;
}

.search .navbar {
  background-color:#000;
  padding: 15px 10px;
}

#wrapper-navbar{
  position: absolute;
  transition: all 300ms ease;
  width:100%;
  top:-1px;
  padding-top: 1px;
}

body {
	overflow-x: hidden;
}

body.admin-bar #wrapper-navbar {
  /* top: 32px; */
}

:root {
  --ng-nav-placeholder-height: 80px;
}

body.admin-bar {
  --ng-nav-placeholder-height: 110px;
}

@media screen and (max-width: 1080px) {
  :root {
    --ng-nav-placeholder-height: 70px;
  }

  body.admin-bar {
    --ng-nav-placeholder-height: 100px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --ng-nav-placeholder-height: 55px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar {
    --ng-nav-placeholder-height: 45px;
  }

  body.admin-bar #wrapper-navbar {
    /* top: 45px; */
  }

  #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 480px) {
  :root, body.admin-bar {
    --ng-nav-placeholder-height: 105px;
  }
}

nav.navbar {
  background-color: transparent;

}

.logo {
  max-width: 200px;
  margin: 10px 0;
}

nav.navbar .menu {
  width: fit-content;
  float: right;
}

nav.navbar #main-menu li {

  list-style: none;
}

nav.navbar #main-menu li a {
  color: #fff;
  text-decoration: none;
}

#menu-subpage {
  margin-top: -38px;
}

.home #menu-subpage {
  margin-top: 0;
}

#menu-subpage li {
  padding: 0 13px;
  float: left;
  list-style: none;
  line-height: 1;
  margin-left: 0;
  border-right: solid 1px #ccc;
}

#menu-subpage li:nth-of-type(3) {
  padding: 0 0 0 13px;
  border-right: solid 0 #ccc;
}

#menu-subpage li a {
  color: #ccc;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0 !important;
  margin: 0 !important;
}

#searchform,
#searchform_body {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  color: white;
  fill: white;
}
#searchform input:focus,
#searchform_body input:focus,
#searchform button[type='submit']:focus,
#searchform_body button[type='submit']:focus{
  color: #fff;
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255,255,255,.5);
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,.5);
}
#searchform input.field.form-control,
#searchform_body input.field.form-control{
  color: #ddd;
  height: 28px;
  background: transparent;
  border-radius: 0;
  border: solid 1px #999;
  font-size: 0.75rem;
}

#searchform button[type='submit'],
#searchform_body button[type='submit'] {
  color: #ddd;
  width: 28px;
  height: 28px;
  border: solid 1px #999;
  border-radius: 0;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

#searchform button[type='submit']:hover,
#searchform_body button[type='submit']:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 599px) {
	#searchform input.field.form-control {
		visibility: hidden;
	}

	#searchform button[type='submit'] {
		border: none;
	}

	body.search-results #searchform {
		display: none;
	}
}

.search-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  fill: white;
  background-color: #000000;
  border: solid 1px #333;
  border-radius: 0;
  width: 38px;
  height: 38px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.navbar > .container.site-navigation__layout {
	display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template: 'logo search menu' minmax(-webkit-min-content, -webkit-max-content) / minmax(-webkit-min-content, -webkit-max-content) 1fr minmax(-webkit-min-content, -webkit-max-content);
  grid-template: 'logo search menu' minmax(min-content, max-content) / minmax(min-content, max-content) 1fr minmax(min-content, max-content);
}
.site-navigation__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}
.site-navigation__menu {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: menu;
}
.site-navigation__search {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: search;
}

@media (min-width: 480px) {
  #searchform {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1081px) {
  .navbar > .container.site-navigation__layout {
    grid-template: 'logo menu search' minmax(-webkit-min-content, -webkit-max-content) / minmax(-webkit-min-content, -webkit-max-content) 1fr minmax(-webkit-min-content, -webkit-max-content);
    grid-template: 'logo menu search' minmax(min-content, max-content) / minmax(min-content, max-content) 1fr minmax(min-content, max-content);
  }

  #searchform {
    margin: 0 0 0 auto;
  }
  .site-navigation__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-navigation__menu {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .site-navigation__search {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

/* ----- HERO AREA ----- */
.heroArea {
  width: 100%;
  padding: 330px 0 280px;
  background: #d2d2d2;
  background-size: cover;
  background-position: center center;
  margin-bottom: -1px;
}

.heroArea.text-grey h1,
.heroArea.text-grey a.learnMore.darkButton{
  color:#7B868C;
}
.heroArea.text-red h1,
.heroArea.text-red a.learnMore.darkButton{
  color:#BF5627;
}
.heroArea.text-light_blue h1,
.heroArea.text-light_blue a.learnMore.darkButton{
  color:#3F96B4;
}
.heroArea.text-purple h1,
.heroArea.text-purple a.learnMore.darkButton{
  color:#2E1A46;
}
.heroArea.text-dark_blue h1,
.heroArea.text-dark_blue a.learnMore.darkButton{
  color:#00269A;
}
.heroArea.text-black h1,
.heroArea.text-black a.learnMore.darkButton{
  color:#000;
}
.heroArea.text-grey a.learnMore.darkButton:hover{
  color:#60696E;
}
.heroArea.text-red a.learnMore.darkButton:hover{
  color:#A14920;
}
.heroArea.text-light_blue a.learnMore.darkButton:hover{
  color:#347C94;
}
.heroArea.text-purple a.learnMore.darkButton:hover{
  color:#201230;
}
.heroArea.text-dark_blue a.learnMore.darkButton:hover{
  color:#001E7A;
}
.heroArea.text-black a.learnMore.darkButton:hover{
  color:#191919;
}
.programs_hero .heroArea {
  padding: 0;
  height: 768px;
  position: relative;
}
.programs_hero .container{
  position: absolute;
  left:50%;
  bottom:30px;
  transform:translateX(-50%);
}
.programs_hero a.learnMore.darkButton{
  font-family: futura-pt, Arial, sans-serif;
}

.heroArea.item{
  width:100vw;
  float:left;
}

.heroRotator{
  width: 100vw;
  position: relative;
  margin: 0 auto;
}

.heroRotator .arrowLeft {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 350px;
  z-index: 6;
  opacity: 0.5;
  transition: opacity 300ms ease;
}

.heroRotator .arrowLeft:hover {
  opacity: 1;
}

.heroRotator .arrowLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroRotator .arrowRight {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 350px;
  z-index: 6;
  opacity: 0.5;
}

.heroRotator .arrowRight:hover {
  opacity: 1;
}

.heroRotator .arrowRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner.heroRotator.programs_hero{
  width:100%;
}

.programs_hero.heroRotator .arrowLeft,
.programs_hero.heroRotator .arrowRight{
  top:50%;
  transform:translateY(-50%);
}
.programs_hero.heroRotator .arrowLeft {
  width:50px;
  height:150px;
  right:auto;
  left:0;
}

.programs_hero.heroRotator .arrowRight {
  width:50px;
  height:150px;
}

.hero-indicators{
  text-align: center;
}
.indicator{
  display: inline-block;
  width:20px;
  height:20px;
  margin:10px;
  background-color:#dbdbdb;
  transition:background 300ms ease;
  border-radius:50%;
}

.indicator.active{
  background-color:#444;
}

.programs_hero h1{
  font-size:75px;
  font-family: futura-pt, Arial, sans-serif !important;
}

.programs_hero a.learnMore.darkButton{
  background-color:transparent;
  border:0;
  padding:0;
  font-size:20px;
  color:#fff;
  width:auto;
  text-align: left;
  font-weight: bold;
}

.heroArea h4 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 1.25rem;
}

.heroArea.hero2 {
  padding: 280px 0 200px;
}

.heroArea.hero2 h1 {
  font-size: 2rem;
  letter-spacing: 1.2px;
}
.row{
  min-width:100%;
}

.heroArea.hero3 {
  padding: 280px 0 200px;
  margin-top: 0;
  margin-bottom: -1px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heroArea.align-center{
  text-align: center;
}
.alignment-container.align-center,
.alignment-container.align-right{
  display:inline-block;
  text-align: left;
  max-width: 600px;
}

.alignment-container.align-right {
  float: right;
}
.alignment-container.align-center {
  float: none;
}

.heroArea h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.2px;
}



.heroArea.hero3 h1 {
  font-size: 2rem;
  letter-spacing: 1.2px;
}

.heroArea.hero3 a.learnMore {
  float: left;
}

a.learnMore {
  display: block;
  padding: 13px 15px;
  background: #fff;
  color: #000;
  margin-top: 50px;
  width: 170px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
}

/* ----- HOME CONTENT ----- */
.blackArea {
  width: 100%;
  float: left;
  padding: 140px 0;
  background: #000;
  background-size: cover;
  background-position: center center;
  height: 410px;
}

.blackArea h4 {
  color: #ccc;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 1.25rem;
}

.blackArea h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.2px;
}

a.learnMore.darkButton {
  display: block;
  padding: 7px 15px;
  background: #333;
  border: solid #525252 1px;
  color: #ccc;
  margin-top: 20px;
  width: 130px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

/* ----- PROGRAM CONTENT ----- */
.titleArea {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.titleArea h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #717171;
}

.titleArea h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.titleArea p {
  width: 100%;
  float: left;
  font-weight: 300;
  color: #717171;
}

.titleArea p.archiveMonth {
  font-size: 1.1rem;
}

.content-area .featuredImage {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}

.content-area .featuredImage img {
  width: 100%;
  float: left;
  object-fit: cover;
}

.mainPosts {
  width: 100%;
  float: left;
  padding: 0;
}

.mainPosts li {
  width: 100%;
  float: left;
  list-style: none;
  margin-bottom: 50px;
}

.mainPosts li .postImage {
  width: 36%;
  float: left;
  margin-right: 4%;
}

.mainPosts li .postImage img {
  width: 100%;
  float: left;
  object-fit: cover;
}

.mainPosts li .postContent {
  width: 60%;
  float: left;
}

.mainPosts li .postContent h3 {
  margin-bottom: 0;
  font-size:1.3rem;
}

.mainPosts li .postContent h3 a {
  line-height: 1.2;
  color: #333;
  font-weight: bold;
}

.mainPosts li .postContent p.postDate {
  text-transform: uppercase;
  color: #a9a9a9;
}

.mainPosts li .postContent p {
  line-height: 1.1rem;
}

.sidebar-area {
  margin-top: 50px;
  padding-left: 2rem !important;
}

.sidebar-area .featuredImage.top img {
  width: 100%;
  float: left;
}

.sidebar-area .featuredImage.bottom img {
  width: 100%;
  float: left;
  object-fit: cover;
}

.sidebarPosts {
  width: 100%;
  float: left;
  padding: 0;
}

.sidebarPosts li {
  width: 100%;
  float: left;
  list-style: none;
  margin-bottom: 25px;
}

.sidebarPosts li .postImage {
  width: 36%;
  float: left;
  margin-right: 4%;
}

.sidebarPosts li .postImage img {
  width: 100%;
  float: left;
}

.sidebarPosts li .postContent {
  width: 60%;
  float: left;
}

.sidebarPosts li .postContent h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.sidebarPosts li .postContent h3 a {
  line-height: 1.2;
  color: #333;
  font-weight: bold;
}

.sidebarPosts li .postContent p {
  line-height: 1.2;
}

.sidebar-area .featuredImage.bottom.fourImages img {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.sidebar-area .featuredImage.bottom.fourImages img:nth-child(odd) {
  margin-right: 20px;
  clear:both;
}



.page-template-who-we-are #primary .inner {
  border: solid 1px #e8e8e8;
  padding: 40px 70px;
  margin: 60px 0 20px;
  float: left;
}

.page-template-who-we-are #primary .inner .left {
  width: 46%;
  float: left;
  margin-right: 4%;
}

.page-template-who-we-are #primary .inner .right {
  width: 48%;
  float: left;
}

.page-template-who-we-are #primary .inner .right img {
  width: 100%;
  float: left;
}

.page-template-who-we-are #primary .inner h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.5rem;
}

.page-template-who-we-are #primary .inner .left h2 {
  margin-top: 80px;
}



.page-template-who-we-are #primary .inner .left p {
  margin-top: 60px;
}

.page-template-who-we-are #primary .inner .top p {
  width: 65%;
}

.page-template-who-we-are #primary .inner.aboutBox {
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.page-template-who-we-are #primary .inner .slider {
  width: 1800px;
  float: left;
}

.page-template-who-we-are #primary .inner .slider .item {
  width: 250px;
  float: left;
  position: relative;
}

.page-template-who-we-are #primary .inner .slider .item img {
  width: 100%;
  float: left;
  height: 320px;
  border-right: 1px solid #333;
  object-fit: cover;
}

.page-template-who-we-are #primary .inner .slider .item h3 {
  position: absolute;
  top: 30px;
  z-index: 5;
  left: 25px;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.page-template-who-we-are #primary .inner .slider .item a {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 0.75rem;
  background: #333;
  padding: 15px 0;
  left:0;
}

.page-template-who-we-are #primary .inner .arrowRight {
  display: block;
  position: absolute;
  right: 0;
  bottom: 180px;
  width: 40px;
}

.page-template-who-we-are #primary .inner .arrowRight img {
  width: 100%;
}

.page-template-who-we-are #primary .inner .arrowLeft {
  display: block;
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 40px;
}

.page-template-who-we-are #primary .inner .arrowLeft img {
  width: 100%;
  transform:rotate(180deg);
}

.whereArea {
  width: 100%;
  float: left;
}

.whereArea h2 {
  text-align: center;
  margin-top: 30px;
  font-weight: 100;
  font-size: 2.25rem;
}

.whereArea .inner {
  padding: 0 !important;
  margin: 20px 0 20px 0 !important;
  width: 100%;
}

.whereArea .inner .inside {
  padding: 65px 100px;
  width: 100%;
  float: left;
}

.whereArea .inner img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.whereArea .inner h3 {
  font-size: 1.25rem;
  font-weight: 100;
}

.whereArea .inner p {
  margin-top: 20px !important;
  text-align: justify;
}

.page-template-who-we-are #primary .inner.videoBox {
  width: 100%;
  padding: 50px;
  position: relative;
}

.page-template-who-we-are #primary .inner.videoBox h2 {
  font-size: 2.25rem;
  font-weight: 100;
  text-transform: inherit;
  text-align: center;
  margin-bottom: 30px;
}

.page-template-who-we-are #primary .inner.videoBox a:hover img {
  opacity: 0.7;
}

.page-template-who-we-are #primary .inner.videoBox a {
  width: 500px;
  margin: 20px auto 0;
  display: block;
}

.page-template-who-we-are #primary .inner.videoBox iframe {
  width: 500px;
  height: 280px;
  display: block;
  margin: 20px auto 0;
}

.page-template-who-we-are #primary .inner.videoBox #videoClose img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.page-template-who-we-are #primary .inner.videoBox #videoClose:hover img {
  opacity: 0.7;
}

.page-template-who-we-are #primary .inner.videoBox a img {
  width: 100%;
}

.page-template-who-we-are #primary .globalArea h2 {
  text-align: center;
  margin: 15px 0 70px;
  font-weight: 100;
  font-size: 2.25rem;
  text-transform: inherit;
}

.page-template-who-we-are #primary .globalArea h4 {
  font-weight: bold;
  font-size: 1rem;
}

.page-template-who-we-are #primary .globalArea p {
  margin-top: 0 !important;
  margin-bottom: 40px;
}

/* ----- ABOUT PAGE ----- */

.page-template-about nav.navbar {
    background-color: #000;
    padding: 20px 0;
}

.page-template-about .content-area {
	margin-top:50px;
}

.page-template-about .item {
    width:100%;
	float:left;
	margin-bottom:30px;
}

.page-template-about .item h3 {
    font-size:1.5rem;
	font-weight:500;
	color:#333;
}

.page-template-about .item p {
  font-size:0.8rem;
	font-weight:300;
	color:#666;
}

.page-template-about .item .contactBlock {
    width: 97%;
    float: left;
    padding-left: 3%;
	margin-top:20px;
}

.page-template-about .item .contactBlock h5 {
    font-weight:300;
	font-size:1rem;
	text-transform:uppercase;
	margin-bottom:3px;
}

.page-template-about .item .contactBlock h4 {
    font-weight:500;
	font-size:1rem;
	margin-bottom:3px;
}

.page-template-about .item .contactBlock p {

	font-weight:300;
	color:#666;
	margin-bottom:3px;
}




.page-template-about .sidebarItem {
	width:100%;
	float:left;
	margin-bottom:50px;
}

.page-template-about .sidebarItem img {
    width:100%;
	height:300px;
	object-fit:cover;
	margin-bottom:15px;
}

.page-template-about .sidebarItem a {
    font-size:1.1rem;
	font-weight:300;
	color:#333;
	margin-bottom:3px;
	display:block;
}

.page-template-about .sidebarItem p {
    font-size:0.8rem;
	font-weight:300;
	color:#666;
}





/* ----- WHAT WE DO PAGE ----- */

.page-template-what-we-do nav.navbar {
    background-color: #000;
    padding: 20px 0;
}
/* ----- careers ----- */
.page-template-careers nav.navbar {
  background-color: #000;
  padding: 20px 0;
}

.page-template-careers #primary .inner {
  border: solid 1px #e8e8e8;
  padding: 40px 50px;
  margin: 60px 0 20px;
  float: left;
}

.topArea .inner {
  padding: 0 !important;
  position: relative;
  float: none;
  width: 100%;
  overflow: hidden;
}

.topArea .inner .left {
  width: 30%;
  float: left;
  padding: 20% 0;
}

.topArea .inner .left h1 {
  margin-left: 90px;
  width: 380px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 3.5rem;
  letter-spacing: 2px;
  z-index: 5;
  line-height: 3.4rem;

}

.topArea .inner .left p {
  width: 380px;
  margin: 30px 0 30px 90px;
  position: relative;
  z-index: 5;
}

.topArea .inner .left a {
  margin-left: 90px;
  width: 140px;
  display: block;
  background: #333;
  color: #fff;
  margin-top: 20px;
  padding: 12px 0;
  text-align: center;
  font-weight: 100;
}

.topArea .inner .right {
  width: 70%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.topArea .inner .right img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

.getStarted {
  width: 100%;
  float: left;
}

.getStarted .inner {
  width: 100%;
  float: left;
}

.getStarted .column {
  text-align: center;
}

.getStarted .column a {
  width: 220px;
  float: none;
  border: solid 1px #ccc;
  text-align: center;
  color: #333;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 55px;
  border-radius: 3px;
}

.getStarted h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 100;
  letter-spacing: 0.5px;
}

.lifeArea {
  width: 100%;
  float: left;
}

.lifeArea h2 {
  text-align: center;
  margin-top: 70px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.page-template-careers #primary .lifeArea .inner {
  width: 100%;
  float: left;
  margin: 10px 0 20px;
}

.lifeArea h3 {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.lifeArea .inner .left {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.lifeArea .inner .right {
  width: 48%;
  float: left;
}

.lifeArea p {
  margin-top: 20px;
  font-weight: 300;
}

.page-template-careers .heroArea.hero3 {
  margin-top: 30px;
}

.resourceArea {
  width: 100%;
  float: left;
}

.resourceArea h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 80px;
}

.resourceArea h4 {
  font-weight: bold;
  font-size: 1rem;
}

.resourceArea .inner p {
  line-height: 1.5rem;
  margin-bottom: 40px;
}

.resourceArea .left {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.resourceArea .right {
  width: 48%;
  float: left;
}

.rotatorBox.inner {
  padding: 40px 0 50px !important;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.rotatorBox.inner .slider {
  width: 2050px;
  float: left;
  margin-left: 70px;
}

.rotatorBox.inner .slider .item {
  width: 370px;
  float: left;
  position: relative;
  margin-right: 40px;
}

.rotatorBox.inner .slider .item img {
  width: 100%;
  display: block;
  float: left;
}

.rotatorBox.inner .slider .item h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 30px !important;
  float: left;
  width: 100%;
}


.rotatorBox.inner .slider .item a {
  color: #555;
}

.rotatorBox.inner .arrowLeft {
  display: block;
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 40px;
  transform: rotate(180deg);
}

.rotatorBox.inner .arrowRight {
  display: block;
  position: absolute;
  right: 0;
  bottom: 180px;
  width: 40px;
}

/* ----- program_listing PAGE ----- */
.page-template-program_listing nav.navbar {
  background-color: #000;
  padding: 20px 0;
}

.page-template-program_listing #primary .inner {
  border: solid 1px #e8e8e8;
  padding: 40px 70px;
  margin: 0 0 20px;
  float: left;
}

.page-template-program_listing #primary .listingArea h1 {
  text-align: center;
  margin: 15px 0 10px;
  font-weight: 100;
  font-size: 2.25rem;
  text-transform: inherit;
}

.page-template-program_listing #primary .listingArea .letterArea {
  width: 100%;
  margin: 0 auto 50px;
  float: none;
}

.page-template-program_listing #primary .listingArea .letterArea ul {
  width: 100%;
  padding: 0;
  text-align: center;
}

.page-template-program_listing #primary .listingArea .letterArea ul li {
  width: fit-content;
  margin: 0 6px;
  display:inline-block;
  list-style: none;
}

.page-template-program_listing #primary .listingArea .letterArea ul li a {
  float: left;
  list-style: none;
  color: #888;
  text-transform: uppercase;
}

.page-template-program_listing #primary .listingArea form {
  width: 350px;
  margin: 0 auto 150px;
  float: none;
}

.page-template-program_listing #primary .listingArea input.searchFeild {
  width: 85%;
  float: left;
  padding: 5px 10px;
  color: #333;
  font-weight: 300;
}

.page-template-program_listing #primary .listingArea input.searchFeild::placeholder {
  color: #ccc;
  font-weight: 300;
}

.page-template-program_listing #primary .listingArea input.search {
  width: 12%;
  margin-left: 3%;
  float: left;
  padding: 7px 10px;
  background: #000;
  color: #fff;
  border: 0;
}

.page-template-program_listing #primary .listingArea h4 {
  font-weight: bold;
  font-size: 1rem;
}

.page-template-program_listing #primary .listingArea p {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.listingArea .left {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  margin-bottom:40px;
  vertical-align: top;
}

.resourceArea .right {
  width: 48%;
  float: left;
}

.resourceArea .resourceItem {
  float: left;
  width: 46%;
  margin: 0 2%;
}

.videoRotator.inner {
  padding: 40px 0 50px !important;
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 790px;
}

.videoRotator.inner .slider {
  width: 4500px;
  float: left;
}

.videoRotator.inner .slider .item {
  width: 1200px;
  float: left;
  position: relative;
  margin-right: 40px;
}

.videoRotator.inner .slider .item img {
  width: 100%;
  height: 700px;
  display: block;
  object-fit: cover;
}

.videoRotator.inner .arrowLeft {
  display: block;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 130px;
  height: 350px;
  z-index: 6;
  opacity: 0.5;
  transition: opacity 300ms ease;
}

.videoRotator.inner .arrowLeft:hover {
  opacity: 1;
}

.videoRotator.inner .arrowLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoRotator.inner .arrowRight {
  display: block;
  position: absolute;
  right: 0;
  top: 40px;
  width: 130px;
  height: 350px;
  z-index: 6;
  opacity: 0.5;
}

.videoRotator.inner .arrowRight:hover {
  opacity: 1;
}

.videoRotator.inner .arrowRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-careers #primary .listingArea .inner {
  border: solid 1px #e8e8e8;
  padding: 40px 70px;
  margin: 60px auto 20px;
  float: none;
  width: 80%;
}

/* ----- PRODUCT PAGE ----- */
.page-template-products nav.navbar {
  background-color: #000;
  padding: 20px 0;
}

.page-template-products #primary .inner {
  padding: 0 17px 0 0px;
  margin: 60px 0 20px;
  float: left;
  width: 100%;
  overflow: hidden;
}


.page-template-products #primary.version_3 .inner {
    margin: 60px 0 0 0;
}

.productRotator .left {
  width: 734px;
  float: left;
  margin-right: 50px;
}

.version_3 .productRotator .left {
  width: 510px;
  float: left;
  margin-right: 20px;
	overflow: hidden;
}
.slider_nav{
  position: relative;
  height: 30px;
}

.productRotator .slider {
  float: left;
  margin-left: 0;
}
.product-slider{
	white-space: nowrap;
	position: relative;
}
.productRotator .slider .item {
  width: 734px;
  display: inline-block;
	vertical-align: top;
  position: relative;
  visibility: hidden;
	opacity: 0;
	transition: opacity 300ms ease;
}

.version_3 .productRotator .slider .item {
  margin-right: 0;
  width: 510px;
}

.productRotator .slider .item.active {
	visibility: visible;
	opacity: 1;
}

.productRotator .slider .item img {
    width: 100%;
    display: block;
}

.productRotator .slider .arrowRight {
    position: absolute;
    right: 0;
    width: 30px;

}

.productRotator .slider .arrowLeft {
    position: absolute;
    left: 0;
    width: 30px;
    transform:rotate(180deg);
}

.sliderBullets {
  width: 80px;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sliderBullets li {
  width: 16px;
  height: 30px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.sliderBullets li:before {
  content: '';
  height: 5px;
  width: 5px;
  background-color: #D1D1D1;
  border-radius: 50%;
  transition: background 300ms ease;
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.sliderBullets li.active:before {
  background-color: #95989A;
}

.productRotator .right {
  width: 300px;
	margin-bottom: 30px;
  float: left;
}

.version_3 .productRotator .right {
  width: 560px;
  float: left;
}

.productRotator .slider .text {
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms ease;
}

.productRotator .slider .text.active {
    visibility: visible;
    opacity: 1;
    float: right;
    position: absolute;
    width: 300px;
    right: 40px;
    top: 80px;
}

.productRotator h1 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  margin: 35px 0 15px;
}

.productRotator p {
  text-align: center;
  line-height: 1rem;
}

.productRotator a {
  float: none;
  margin: 0 auto;
}

.subNav {
  width: 100%;
  float: left;
  margin-top: 70px;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.page-template-products #primary .subNav .inner{
  padding:10px 0;
}



.subNav ul {
  padding: 0;
  display:flex;
  float:none;
  justify-content: center;
  margin: 0 auto;
}
.boxedNav ul{
  border:1px solid #ccc;
  padding:10px 0;
  margin:10px auto;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sidebar.program-sidebar.subNav{
  margin:0 0 20px;
  padding:0;
}

.boxedNav.subNav ul li{
  margin-bottom: 0px;
  min-width: 200px;
  text-align: center;
}

.subNav ul li {
  float:none;
  width: auto;
  margin: 0 12px;
  list-style: none;
}
.sidebar.program-sidebar.subNav li{
  padding-left: 0px;
  margin-left: 0px;
}

.subNav ul li a {
  color: #666;
  text-transform: uppercase;
  font-weight: 100;
}
nav.navbar #main-menu li a{
  transition: color 300ms ease;
}
nav.navbar #main-menu > li{
  padding: 0 15px;
  margin:0;
  border-right:1px solid #ccc;
}
#main-menu{
  z-index: 9999;
}
nav.navbar #main-menu > li:last-child{
  border-right:0;
}
.navbar-expand-md .navbar-nav .nav-link{
  padding:0;
  line-height: 1;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
  background-color:#000;
}
.dropdown-item{
  position: relative;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color:#000;
  color:rgba(255,255,255,.75);
}
.menu-item-has-children{
  position: relative;
}
.menu-item-has-children > a{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.child-toggle-button{
  display: none;
  vertical-align: middle;
  height:16px;
  width:20px;
  cursor:pointer;
  position: relative;
  margin-left: 5px;
}
.child-toggle-button:after{
  position: absolute;
  content: "";
  border-top: .3em solid #fff;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

#main-menu > .menu-item-has-children > .sub-menu{
  position: absolute;
  display: none;
  background-color:#000;
  border:1px solid #fff;
  padding:10px 0;
  top:0;
  right:100%;
}
#main-menu > .menu-item-has-children > .sub-menu{
  width: 200px;
  top:99%;
  left:50%;
  transform:translateX(-50%);
}

#main-menu > .menu-item-has-children:hover .sub-menu {
  display: block;
}

#main-menu > .menu-item-has-children > .sub-menu .sub-menu{
  display: block;
  /* max-height: 0; */
  /* overflow: hidden; */
  width:auto;
  transition: all 600ms ease;
  border:0;
  padding:0 10px 0 0;
}
/*
#main-menu > .menu-item-has-children > .sub-menu .sub-menu.active{
  max-height: 300px;
} */

@media (max-width: 1080px) {
  .child-toggle-button {
    display: inline-block;
  }

  #main-menu > .menu-item-has-children > .sub-menu.active {
    display: block;
  }
}

.menu-item-has-children .sub-menu li{
  display: block;
  padding:5px 10px;
  margin:0;
}

.headlineArea {
  width: 100%;
  float: left;
  margin-top: 70px;
}

.headlineArea .left {
  width: 48%;
  float: left;
  margin-right: 4%;
  overflow: hidden;
}

.headlineArea h2 {
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 8px 0 30px;
}


.headlineArea h4 {
  font-weight: bold;
  font-size: 1rem;
  margin: 35px 0 15px;
}

.headlineArea ul {
  margin: 15px 0 35px;
}

.headlineArea li {
  line-height: 1.5rem;
}

.headlineArea a {
  color: #1B3CC4;
}

.headlineArea .right {
  width: 48%;
  float: left;
}

.right .image {
  width: 100%;
  object-fit: cover;
}

.headlineArea .socialList {
  padding: 0;
  width: 270px;
  float: right;
  margin: 0 0 22px;
}

.headlineArea .socialList li {
  float: left;
  list-style: none;
  width: 20%;
}

.headlineArea .socialList li img {
  float: left;
  list-style: none;
  width: 90%;
  margin: 0 5%;
}

.dualArea {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.dualArea h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

.dualArea .left {
  width: 40%;
  float: left;
  margin-right: 10%;
}

.newsList {
  padding: 0;
  margin-top: 20px;
}

.newsList li {
  padding: 25px 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px #ccc solid;
  float: left;
}

.newsList li a {
  color: #6F6F6F;
  width: 100%;
  display: block;
  float: left;
}

.newsList li a .listLeft {
  width: 70%;
  float: left;
}

.newsList li a h4 {
  font-weight: bold;
  margin-bottom: 0;
  font-size:16px;
}

.newsList li a p {
  margin-top: 5px;
  padding-right: 30px;
  margin-bottom: 0;
}

.newsList li a .listRight {
  width: 30%;
  float: left;
}

.newsList li a .listRight p {
  text-align: right;
  padding-right: 0px;
}

.dualArea .right {
  width: 50%;
  float: left;
}

.mediaList {
  padding: 0;
  margin-top: 20px;
}

.mediaList li {
  list-style: none;
  width: 100%;
  border-bottom: 1px #ccc solid;
  float: left;
  margin-bottom: 15px;
}

.mediaList li a {
  color: #6F6F6F;
  width: 100%;
  display: block;
  float: left;
}

.mediaList li a img {
    width: 130px;
    float: left;
    margin-right: 15px;
    height: 70px;
    object-fit: cover;
}

.mediaList li a h4 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 8px;
}

.mediaList li a p {
  margin-top: -14px;
  padding-right: 0;
  margin-bottom: 0;
  width: 150px;
  float: right;
  text-align: right;
}

.relatedArea {
  width: 100%;
  float: left;
  margin: 70px 0;
}

.relatedArea h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

.relatedList {
  padding: 0;
  margin-top: 20px;
}

.relatedList li {
  list-style: none;
  width: 100%;
  border-bottom: 1px #ccc solid;
  float: left;
  margin-bottom: 15px;
}

.relatedList li a {
  color: #6F6F6F;
  width: 100%;
  display: block;
  float: left;
}

.relatedList li a img {
  width: 250px;
  float: left;
  margin-right: 15px;
}

.relatedList li a h3 {
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 8px;
}

.relatedList li a p {
  margin-top: -14px;
  padding-right: 0;
  margin-bottom: 0;
  width: 150px;
  float: right;
  text-align: right;
}

.contactArea {
  width: 550px;
  margin: 0 auto 70px;
  display: block;
  clear: both;
}

.contactArea h3 {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

.contactArea .contactBox {
  width: 47%;
  min-width: 200px;
  margin-bottom: 10px;
}

.contactArea .contactBox img {
  width: 30%;
  margin-right: 10%;
  float: left;
}

.contactArea .contactBox p {
  width: 60%;
  float: left;
  margin-bottom: 3px;
  line-height: 16px;
}


.contactArea .contactBox a {
  width: 100%;
  float: left;
  margin-bottom: 3px;
}
.contactArea .contactBox.single-contact-box p,
.contactArea .contactBox.single-contact-box a
{
  float: none;
  width:100%;
  text-align: center;
}
.product_slider__text{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:10px;
  background-color:rgba(0,0,0,0.8);
  color:#fff;
  white-space: normal;
  text-align: left;
  max-height: 120px;
  overflow: auto;
}
.product_slider__text p{
  white-space: normal;
  text-align: left;
}

/* ---- SOLUTION PAGE ---- */
.page-template-solution nav.navbar {
  background-color: #000;
  padding: 20px 0;
}

.page-template-solution #primary .inner {
  border: solid 1px #e8e8e8;
  padding: 0 50px 0 0;
  margin: 60px 0 20px;
  float: left;
  width: 100%;
}

.topBox .inner .left {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.topBox .inner .left img {
  width: 100%;
  height: 380px;
  float: left;
  object-fit: cover;
}

.topBox .inner .right {
  width: 35%;
  float: left;
}

.topBox .inner .right h4 {
  font-weight: 300;
  margin-top: 80px;
  margin-bottom: 10px;
}

.topBox .inner .right p {
  line-height: 1.25rem;
  margin-bottom: 3px;
}

.topBox .inner .right a {
  width: 140px;
  display: block;
  background: #333;
  color: #fff;
  margin-top: 20px;
  padding: 12px 0;
  text-align: center;
  font-weight: 100;
}

.leadershipArea {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.leadershipArea h2 {
  font-weight: 300;
}

.leaderBox {
  width: 30%;
  margin: 40px 1.666% 20px;
  float: left;
}
.leaderBox:nth-child(3n){
  clear:both;
}

.leaderBox img {
  width: 100%;
}

.leaderBox p.name {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.leaderBox p {
  margin-bottom: 3px;
  text-align: center;
}

.solutionList {
  width: 100%;
  padding: 0 8%;
  float: left;
  margin: 80px 0 40px;
}

.solutionItem {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc;
  margin-bottom: 8px;
}

.solutionItem img {
  width: 250px;
  float: left;
  margin-right: 15px;
}

.solutionItem h4 {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

/* ---- TIMELINE PAGE ---- */
.page-template-timeline nav.navbar {
  background-color: #000;
  padding: 20px 0;
}

.page-template-timeline #primary .inner {
  border: solid 1px #e8e8e8;
  padding: 0;
  margin: 60px 0 20px;
  float: left;
  width: 100%;
  position: relative;
}

.page-template-timeline .topArea .inner .left {
  width: 50%;
  background-size: cover;
  min-height: 550px;
}

.page-template-timeline .topArea .inner .right {
  width: 50%;
}

.page-template-timeline .topArea .inner .left h1 {
  margin-left: 20px;
}
@media (max-width:995px){
  .page-template-timeline .topArea .inner{
    height:auto;
  }
  .page-template-timeline .topArea .inner .left,
  .page-template-timeline .topArea .inner .right {
    width:100%;
    float:none;
    display: block;
    height:auto;
    position: relative;
    min-height: auto;
    margin:0;
    padding:20% 20px;
  }

  .page-template-timeline .topArea .inner .left h1,
  .page-template-timeline .topArea .inner .right p{
    position: relative !important;
    right:auto !important;
    bottom: auto !important;
    padding:0;
    margin:0px !important;
  }
}
@media (max-width:767px){
  .page-template-timeline .topArea .inner .right img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: initial;
  }
}

.page-template-timeline .topArea .inner .right p {
  width: 280px;
  position: absolute;
  bottom: 110px;
  margin-left: 100px;
}

.page-template-timeline .topArea .inner .downArrow {
  width: 50px;
  margin-left: 50%;
  float: none;
  display: block;
  bottom: 0;
  position: absolute;
  left: -25px;
}

.timelineArea {
  width: 100%;
  float: left;
}

.timelineArea h2 {
  font-weight: 300;
  text-align: center;
  margin: 50px 0 30px;
}

.timelineArea .item {
  width: 740px;
  margin: 0 auto 30px;

}

.timelineArea .itemImage {
  width: 50%;
  float: left;
  padding-right: 8%;
  margin-right: 8%;
  height: 100%;
}

.timelineArea .itemImage img {
  width: 100%;
}

.timelineArea .itemText {
  width: 42%;
  float: left;
}

.timelineArea .itemText::before {
  content: "";
  float: left;
  width: 24px;
  height: 24px;
  margin: 0px -72.5px;
  display: block;
  background: url(/wp-content/uploads/2019/11/timedot.png) no-repeat;
  background-size: cover;
}

.timelineArea .itemText h2 {
  color: #929292;
  text-align: left;
  margin: 0 0 15px;
}

.timelineArea .itemText h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
}

.timelineArea .itemText p {
  color: #666;
  font-weight: 100;
  line-height: 1.25rem;
}

.timelineArea .alignRight .itemText {
  width: 41.7%;
}

.timelineArea .alignRight .itemText::before {
  display: none;
}

.timelineArea .alignRight .itemImage::before {
  content: "";
  float: left;
  width: 24px;
  height: 24px;
  margin: 0px -72.5px;
  display: block;
  background: url(/wp-content/uploads/2019/11/timedot.png) no-repeat;
  background-size: cover;
}

.timelineArea .alignRight .itemText h2 {
  text-align: right;
}

.timelineArea .alignRight .itemText h3 {
  text-align: right;
}

.timelineArea .alignRight .itemText p {
  text-align: right;
}

.timelineArea .alignRight .itemImage {
  width: 50.3%;
  float: right;
  padding-left: 8%;
  margin-left: 8%;
  padding-right: 0;
  margin-right: 0;
}

.timeline-bar{
  position: absolute;
  width: 2px;
  background-color: #666;
  bottom: 50px;
  left: 50%;
  height: calc(100% - 50px);
}
@media (max-width:992px) {
  .navbar-collapse{
    overflow: auto;
    height: auto !important;
    max-height: calc(100vh - 95px) !important;
  }
  .timelineArea .item{
    width:95%;
  }
}

/* ----- RESULTS ----- */

.page-template-results .content-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template-results .content-area ul {
  padding: 0;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.page-template-results .content-area li {
  list-style: none;
  width: 100%;
}

.page-template-results .content-area li a {
  padding: 20px 30px;
  width: 100%;
  margin-bottom: 10px;
  background: #f6f6f6;
  color: #333;
  display: block;
  float: left;
  font-weight: bold;
}

/* ----- DATA TABLE ----- */
.page-template-data-table nav.navbar {
  background-color: #000;
  padding: 20px 0;
}

.page-template-data-table .dataArea {
  width: 100%;
  float: left;
}

.page-template-data-table .dataArea h2 {
  margin-top: 20px;
}

.page-template-data-table .inner {
  border: solid 1px #e8e8e8;
  padding: 40px 70px;
  margin: 40px 0 60px;
  float: left;
}

.page-template-data-table .titleRow {
  background: #666 !important;
}

.page-template-data-table .titleRow div {
  padding: 10px 15px;
}

.page-template-data-table .titleRow p {
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: 100;
}

.page-template-data-table .row {
  width: 100%;
  float: left;
}

.page-template-data-table .inner .row div {
  padding: 10px 15px;
}

.page-template-data-table .inner .row:nth-of-type(odd) {
  background: #e6e6e6;
}

.page-template-data-table .row p {
  margin-bottom: 0 !important;
  font-weight: 100;
}

.page-template-data-table .row .columnOne {
  width: 55%;
  float: left;
  border-right: solid 1px #ccc;
}

.page-template-data-table .row .columnTwo {
  width: 15%;
  float: left;
  border-right: solid 1px #ccc;
}

.page-template-data-table .row .columnThree {
  width: 15%;
  float: left;
  border-right: solid 1px #ccc;
}

.page-template-data-table .row .columnFour {
  width: 15%;
  float: left;
}


/* ----- LANDING PAGE POST TYPE ----- */

#parallax-wrapper #masthead.header {
    width: 100%;
    max-width: 1600px;
    height: 160px;
    padding: 48px 30px 0 30px;
    display: block;
    z-index: 5;
    transition: top 0.2s ease-in-out;
}

#parallax-wrapper #masthead .navigation {
    width: 355px;
    position: absolute;
    right: 100px;
    top: 10px;
    float: right;
}

#parallax-wrapper #masthead .navigation ul {
    padding: 0;
}

#parallax-wrapper #masthead .navigation ul li {
    list-style: none;
    float: left;
    margin: 0 4px;
}

#parallax-wrapper #masthead .navigation ul li a {
    font-size: 0.7rem;
    color: #000;
    font-weight: 100;
    font-family: futura-pt, Arial, sans-serif;
}

#parallax-wrapper #masthead .navigation #searchform {
    float: right;
    width: 230px;
    margin-top: 47px;
    margin-right: 15px;
    margin-bottom: -60px;
}

#parallax-wrapper #masthead .navigation #searchform input.field.form-control {
    height: 28px;
    background: transparent;
    border-radius: 0;
    border: solid 1px #333;
    font-size: 0.75rem;
    margin-right: -9px;
}

#parallax-wrapper .navigation__items-mobile {
	display:none;
}

#parallax-wrapper #masthead.header .logo.logo__header h1 {
    color: #000;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-family: futura-pt, Arial, sans-serif;
	margin-top: 5px;
    margin-left: 3px;
	width: 500px;
}

#parallax-wrapper #masthead.header .logo.logo__header svg {
    max-width:200px;
}

#parallax-wrapper #masthead.header .logo.logo__header {
    max-width: 450px;
}

/* ----- JOB LIST PAGE ----- */

.page-template-jobs #main {
  margin-top:60px;
}
.page-template-jobs #main h1 {
  margin-bottom:40px;
}

.page-template-jobs .searchForm,
.single-custom_job .searchForm,
.single-job .searchForm
 {
  width:100%;
  float:left;
  margin-bottom:13px;
}
.searchForm span,
.searchForm span{
  visibility: hidden;
  height:0px;
  width:0px;
  overflow: hidden;
}

.page-template-jobs .searchForm .searchFeild,
.single-custom_job .searchForm .searchFeild,
.single-job .searchForm .searchFeild{
    height: 35px;
    padding: 0 8px;
    border-radius: 0;
    border: 1px solid currentColor;
}

.page-template-jobs .searchForm .searchFeild,
.single-custom_job .searchForm .searchFeild,
.single-job .searchForm .searchFeild{
  width: calc( 100% - 35px );
}

.page-template-jobs .searchForm .search-button,
.single-custom_job .searchForm .search-button,
.single-job .searchForm .search-button {
  float: right;
  width:35px;
  height:35px;
  padding:0;
}

.page-template-jobs .card-body,
.single-custom_job .card-body,
.single-job .card-body{
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 0.5rem;
    width: 100%;
    text-align: center !important;
    display: block !important;
    float: left;
    margin-bottom: 10px;
    flex-direction: inherit !important;
    font-family: futura-pt, Arial, sans-serif;
    font-size: 16px;
    max-height: 250px;
    overflow: auto;
}

.page-template-jobs main .collapse,
.single-custom_job main .collapse,
.single-job main .collapse {
    margin-top: -11px;
    width: 100%;
    float: left;
}

.page-template-jobs main .collapse .card-body ul li,
.single-custom_job main .collapse .card-body ul li,
.single-job main .collapse .card-body ul li{
    list-style: none;
    text-align: left;
    margin-bottom:8px;
}

.page-template-jobs main .collapse .card-body ul li a,
.single-custom_job main .collapse .card-body ul li a,
.single-job main .collapse .card-body ul li a{
    color:#333;
}

.page-template-jobs .toggle-label {
	font-size: 14px;
	line-height: 1.3;
	margin-right: 1rem;
}

.hide-mobile {
  display: none;
}

@media screen and (min-width: 992px) {
  .hide-desktop {
    display: none;
  }

  .hide-mobile {
    display: inline;
  }
}

.page-template-jobs .toggle-group {
	margin-top: 1rem;
}

.page-template-jobs .switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 22px;
}

.page-template-jobs .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.page-template-jobs .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #7C878E;
	-webkit-transition: .4s;
	transition: .4s;
}

.page-template-jobs .slider:before {
	content: "";
	padding-left: 1px;
	position: absolute;
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	color: #00269A;
	line-height: 15px;
}


.page-template-jobs input:checked + .slider {
	background-color: #00269A;
}

.page-template-jobs input:focus + .slider {
	box-shadow: 0 0 1px #00269A;
}

.page-template-jobs input:checked + .slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
	content: "✓";
}

.page-template-jobs .slider.round {
	border-radius: 11px;
}

.page-template-jobs .slider.round:before {
	border-radius: 11px;
}

.page-template-jobs h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 22px;
    line-height: 2.25rem;
}

.page-template-jobs p {
    color: #333;
    margin-bottom: -5px;
    font-weight:500;
    font-size:0.75rem;
}

.page-template-jobs .jobInfo p {
  float:left;
}

.page-template-jobs #main .jobInfo p.location {
  font-weight:bold;
  font-size:0.85rem;
}

.page-template-jobs #main .jobInfo p.date {
  text-align:right;
  font-size:0.65rem;
  float:right;
}

.page-template-jobs #main hr {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.page-template-jobs #main .filter-body{
  text-align: left !important;
}
.page-template-jobs #main .filter-body p{
  border-bottom:1px solid rgba(0,0,0,.125);
  font-size:16px;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom:5px;
  padding:5px 0;
}.page-template-jobs #main .filter-body a{
  display:block;
  color:#000;
}
.filter-body.hidden{
  visibility: hidden;
}
.remove{
  position: relative;
  opacity:1;
  transform:opacity 300ms ease;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right:5px;
  background-color:#000;
  vertical-align: middle;
}
.remove:hover {
  opacity: 0.5;
}
.remove:before, .remove:after {
  position: absolute;
  left: 7px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #ffff;
}
.remove:before {
  transform: rotate(45deg);
}
.remove:after {
  transform: rotate(-45deg);
}


.page-template-jobs .letterArea ul,
.single-custom_job .letterArea ul,
.single-job .letterArea ul{
  text-align: left;
  margin: 0;
  padding: 0 10px;
}

.page-template-jobs .letterArea.bottom-letters{
  text-align: justify;
}

.page-template-jobs .letterArea.bottom-letters a{
  color: #333;
}
.page-template-jobs .letterArea.bottom-letters a.active{
  color:#ff5000;
}
.page-template-jobs .letterArea.bottom-letters ul{
  display: flex;
  justify-content: space-between;
}

.page-template-jobs .letterArea li,
.single-custom_job .letterArea li,
.single-job .letterArea li{
  display: inline-block;
}


/* ----- JOBS SINGLE ----- */
.single-custom_job #main,
.single-job #main {
  margin-top:60px;
}

.single-custom_job iframe,
.single-job iframe{
  min-height: 200px;
}

.single-custom_job #main h1,
.single-job #main h1 {
  margin-bottom:40px;
  font-size:2rem;
}

.single-job .item1, .single-job .item2, .single-job .item3, .single-job .item4, .single-job .item5, .single-job .item10 {
  display:none;
}
.single-custom_job > div,
.jobContent > div {
  font-family:futura-pt, Arial, sans-serif;
  font-size:16px;
}
.single-custom_job p,
.jobContent p {
  font-family:futura-pt, Arial, sans-serif;
  font-size:16px;
}
.single-custom_job ul.jobDetails,
.single-job ul.jobDetails {
  padding-left:0;
}
.single-custom_job ul.jobDetails > li,
.single-job ul.jobDetails > li {
  list-style:none;
}
.single-custom_job ul.jobDetails li ul li,
.single-job ul.jobDetails li ul li {
  margin-bottom:10px;
  font-size:0.9rem;
}
.single-custom_job li img,
.jobDetails li img{
  margin-right: 15px;
  margin-bottom:5px;
}
.single-custom_job .jobContent ul li div,
.single-job .jobContent ul li div {
  font-size:0.9rem;
}
.single-custom_job ul li.item13,
.single-job ul li.item13 {
  font-size:0.9rem;
}
.single-custom_job .col-md-4, .single-custom_job .col-md-8,
.single-job .col-md-4, .single-job .col-md-8 {
  float:left;
}
.single-custom_job .col-md-8,
.single-job .col-md-8 {
  margin-bottom:50px;
}
.jobs-pagination ,
.jobInfo .applyButton,
.single-custom_job .applyButton,
.single-job .applyButton {
    background-color: #333;
    padding: 12px 0;
    color: #fff;
    display:block;
    width:140px;
    text-align:center;
}

.page-template-jobs .applyButton,
.single-job .applyButton {
	background-image: url('data:image/svg+xml;base64,PHN2ZyBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImV4dGVybmFsLWxpbmstYWx0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtZXh0ZXJuYWwtbGluay1hbHQgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZmlsbDogI2ZmZiAhaW1wb3J0YW50OyBjb2xvcjogI2ZmZiAhaW1wb3J0YW50O3RyYW5zZm9ybTogcm90YXRlKGRlZykgIWltcG9ydGFudDsiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00MzIsMzIwSDQwMGExNiwxNiwwLDAsMC0xNiwxNlY0NDhINjRWMTI4SDIwOGExNiwxNiwwLDAsMCwxNi0xNlY4MGExNiwxNiwwLDAsMC0xNi0xNkg0OEE0OCw0OCwwLDAsMCwwLDExMlY0NjRhNDgsNDgsMCwwLDAsNDgsNDhINDAwYTQ4LDQ4LDAsMCwwLDQ4LTQ4VjMzNkExNiwxNiwwLDAsMCw0MzIsMzIwWk00ODgsMGgtMTI4Yy0yMS4zNywwLTMyLjA1LDI1LjkxLTE3LDQxbDM1LjczLDM1LjczTDEzNSwzMjAuMzdhMjQsMjQsMCwwLDAsMCwzNEwxNTcuNjcsMzc3YTI0LDI0LDAsMCwwLDM0LDBMNDM1LjI4LDEzMy4zMiw0NzEsMTY5YzE1LDE1LDQxLDQuNSw0MS0xN1YyNEEyNCwyNCwwLDAsMCw0ODgsMFoiIHN0cm9rZT0iI2ZmZiIgc3R5bGU9ImZpbGw6ICNmZmY7IHN0cm9rZTogI2ZmZjsiLz48L3N2Zz4=');
	background-repeat: no-repeat;
	background-size: 13px 13px;
	background-position: 24px 17px;
	padding-left: 24px;
}

.placeholder_span{
    width:140px;
}
.jobs-pagination span{
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.jobs-pagination .applyButton a{
  color: #fff;
}
.jobInfo .applyButton{
  float:right;
}
.socialJobs {
  padding:0;
  margin-top:25px;
}

.socialJobs li {
  width:15%;
  list-style:none;
  float:left;
}

.socialJobs li img {
  width:80%;
  float:none;
  margin:0 auto;
}
.single-custom_job a.jobsVideo,
.single-job a.jobsVideo {
  width:100%;
  margin:30px 0;
  display:block;
  float:left;
}
.single-custom_job .jobsVideo img,
.single-job .jobsVideo img {
  width:100%;
  height:200px;
  object-fit:cover;
  padding:5px;
  border:solid 1px #333;
}
.single-custom_job .col-md-8 .applyButton,
.single-job .col-md-8 .applyButton {
  margin-bottom:50px;
  max-width: 100%;
}

.numberedList {
  padding-left:15px;
  padding-right:35px;
  margin-top:15px;
}

.numberedList li {
  font-size:0.7rem;
  margin-top:13px;
  line-height:1.25rem;
}

.nav-links a {
  font-size:0.9rem;
  color:#333;
}

.nav-links .nav-previous {
  width:50%;
  float:left;
  text-align:left;
}

.nav-links .nav-previous a::before {
    content: "";
    display: block;
    width: 11px;
    height: 20px;
    float: left;
    background: url(/wp-content/uploads/left.png) no-repeat;
    background-size: cover;
    margin: 2px 10px 0 0;
}

.nav-links .nav-next {
  width:50%;
  float:left;
  text-align:right;
}

.nav-links .nav-next a::after {
    content: "";
    display: block;
    width: 11px;
    height: 20px;
    float: right;
    background: url(/wp-content/uploads/right.png) no-repeat;
    background-size: cover;
    margin: 2px 0 0 10px;
}


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/* ----- 404 PAGE ----- */

.error404 header {
	display:none;
}

.error404 footer {
	display:none;
}

.error404 {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.page404background{
  background:url('images/404.png');
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}


.page404 {
  position: absolute;
  width: 100%;
  top: 50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.page404 h4 {
    color:#fff;
	text-align:center;
	font-size:3rem;
	font-family: futura-pt, sans-serif;
	letter-spacing:1px;
  text-shadow: rgb(0, 0, 0) -1px -1px 5px, rgb(0, 0, 0) 1px -1px 5px, rgb(0, 0, 0) -1px 1px 5px, rgb(0, 0, 0) 1px 1px 5px;
}

.page404 h1 {
    color:#444;
	text-align:center;
	font-size:4.5rem;
	font-family: futura-pt, sans-serif;
	letter-spacing:1px;
	margin-bottom:25px;
  text-shadow: rgb(255, 255, 255) -1px -1px 2px, rgb(255, 255, 255) 1px -1px 2px, rgb(255, 255, 255) -1px 1px 2px, rgb(255, 255, 255) 1px 1px 2px;
}

.page404 p {
    color:#444;
	text-align:center;
	font-size:2.25rem;
	line-height:2.75rem;
	font-family: futura-pt, sans-serif;
	letter-spacing:1px;
	width:760px;
	margin:0 auto;
}

.page404 #searchform_body {
    width: 250px;
    float: none;
    clear: both;
    margin: 38px auto 0;
}


/* ----- FOOTER ----- */
.entry-footer {
  background-color: transparent;
  padding: 10px 0;
}

footer {
  width: 100%;
  float: left;
  padding: 80px 0 40px;
  background: #000;
}

footer h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #adadad;
}

footer .footerSocial {
  padding: 0 1.75rem 0 0;
  width: 100%;
  float: left;
  height: 343px;
}

footer .footerSocial li {
  list-style: none;
  margin-bottom: 10px;
}

footer .footerSocial li a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

footer .footerSocial li a span {
  color: #adadad;
}

footer .footerSocial li,
footer .footerSocial li a,
footer .footerSocial li span {
  font-size: 12px;
}
footer .footerSocial li a img {
  width: 42px;
  margin-right: 10px;
}

.footerPosts {
  padding: 0;
  width: 100%;
  float: left;
  height: auto;
}

.footer-center-col{
  padding:0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footerPosts li {
  list-style: none;
  width: 100%;
  display: block;
  margin:0;
  margin-bottom: 20px;
  float: left;
}

.footerPosts li img {
  width: 50%;
  float: left;
  margin-right: 7%;
}

.footerPosts li .postContent {
  width: 43%;
  float: left;
  font-size: 1rem;
  line-height: 1.2;
  color: #adadad;
  font-weight: 300;
}

.footerPosts li .postContent.full {
  width:100%;
}

.footerPosts li .postContent p.postDate {
  font-size: 0.5rem;
  color: #adadad;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.footerPosts li .postContent h3,
.footerPosts li .postContent h4 {
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  line-height: 0.75rem;
  font-size: 1rem;
}

.footerPosts li .postContent h3 a,
.footerPosts li .postContent h4 a {
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.footerPosts li .postContent p {
  font-size: 0.75rem;
  line-height: 0.85rem;
  color: #adadad;
  font-weight: 300;
}

.footerPosts li .postLearn {
  width: 100%;
  float: left;
  display: block;
  margin-top: 10px;
}

footer .menu {
  padding: 0;
}

footer .menu li {
  list-style: none;
  margin-bottom: 8px;
}

footer .menu li a {
  color: #adadad;
  font-weight: 300;
}

footer .bottomLogo {
  margin-top: 80px;
}

footer .footerLogo img {
  width: 200px;
}

footer .footerLogo:hover img {
  opacity: 0.6;
}

footer a.backToTop { /*default for dark mode footer */
  z-index: 1;
  color: #fff;
  transition: color 400ms cubic-bezier(0.25, 1, 0.5, 1);
}


footer a.backToTop:hover {
  opacity: 1;
  color: #dae7ef;
}

footer a.backToTop:disabled {
  color: #7c878e;
}


footer a.backToTop svg {
  stroke:#00269a;
  float: right;
  border-radius: 100%;
  transition: stroke 400ms cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

footer a.backToTop:disabled svg {
  stroke: #fff;
}

footer a.backToTop:hover svg {
  stroke: #00269a;
}

footer .bottomMenu {
  padding: 40px 0 20px;
  width: fit-content;
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
}
footer .bottomMenu ul{
  display: inline-block;
}
footer .bottomMenu li {
  padding: 0 10px;
  border-right: solid 1px #ccc;
  float: left;
  list-style: none;
}

footer .bottomMenu li:last-child {
  border-right: 0px;
}

footer .bottomMenu li a {
  color: #ccc;
  font-weight: 300;
}

footer .bottomText {
  width: 100%;
  float: left;
  padding: 30px 0;
}

footer .bottomText h3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
}

footer .copyright {
  width: 100%;
  float: left;
}

footer .copyright p {
  color: #ccc;
  text-align: center;
  font-weight: 300;
  font-size: 0.75rem;
  margin: 0;
}

/* ------ RESPONSIVE ------ */
@media(max-width:1199px) {

  .heroArea.hero2 h1 {
    font-size: 1.75rem;
  }

  .heroArea.hero2 {
    padding: 220px 0 170px;
  }

  .heroArea.hero3 {
    padding: 220px 0 170px;
  }

  .heroArea.hero3 h4 {
    margin-left: 3rem;
  }

  .heroArea.hero3 h1 {
    margin-left: 3rem;
    font-size: 1.75rem;
  }

  .heroArea.hero3 a.learnMore {
    margin-left: 3rem;
  }

  nav.navbar #main-menu li a {
    padding: 0;
  }

  .page-template-who-we-are #primary .inner .left h2 {
    margin-top: 50px;
  }

  .page-template-who-we-are #primary .inner .left p {
    margin-top: 40px;
  }

  .footerPosts li .postContent h4 a {
    font-size: 0.75rem;
  }

  .topBox .inner .right h4 {
    margin-top: 65px;
  }

  .topArea .inner .right {
    width: 65%;
  }

  .topArea .inner .left {
    width: 35%;
  }

  .videoRotator.inner {
    width: 940px;
    height: 630px;
  }

  .videoRotator.inner .slider .item {
    width: 940px;
  }

  .videoRotator.inner .slider .item img {
    height: 540px;
  }

  .videoRotator.inner .arrowLeft {
    width: 110px;
    height: 270px;
  }

  .videoRotator.inner .arrowRight {
    width: 110px;
    height: 270px;
  }

  .productRotator .left {
    width: 560px;
    margin-right: 20px;
  }

  .productRotator .slider .item {
    width: 560px;
  }


  .page-template-program_listing #primary .listingArea .inner {
    padding: 30px 50px;
    width: 90%;
  }

	.error404 {

		width:100%;
		height:100%;
	}

	.page404 h1 {
		font-size: 3.5rem;
	}

  footer .bottomMenu li a {
    color: #ccc;
    font-weight: 300;
  }
  .version_3 .productRotator .right {
    width: 380px;
  }
}

@media(max-width:991px) {
  nav.navbar #main-menu > li > a {
    padding: 0;
  }

  nav.navbar #main-menu li {
    padding: 0 7px;
    font-size: 13px
  }

  .heroArea {
    padding: 250px 0 160px;

  }

  .programs_hero .heroArea{
    padding:0;
    height:500px;
  }

  .heroArea.hero2 {
    padding: 180px 0 160px;
  }

  .heroArea.hero3 {
    padding: 180px 0 160px;
  }

  .heroArea.hero2 h1 {
    font-size: 1.5rem;
  }

  .heroArea.hero2 h4 {
    font-size: 1rem;
  }

  .heroArea.hero2 a.learnMore {
    padding: 7px 4px;
    margin-top: 20px;
    width: 120px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }

  .page-template-programs .heroArea h1 {
    font-size: 2rem;
  }

  .heroArea.hero3 h4 {
    margin-left: 1rem;
    font-size: 1rem;
  }

  .heroArea.hero3 h1 {
    margin-left: 1rem;
    font-size: 1.35rem;
  }

  .heroArea.hero3 a.learnMore {
    padding: 7px 4px;
    margin-top: 20px;
    width: 120px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    margin-left: 0;
  }

  .blackArea h1 {
    font-size: 1.5rem;
  }

  .blackArea a.learnMore {
    padding: 7px 4px;
    margin-top: 20px;
    width: 120px;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }

  .blackArea h4 {
    font-size: 1rem;
  }

  .heroArea a.learnMore {
    padding: 9px 4px;
    margin-top: 30px;
    width: 150px;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }

  .titleArea {
    padding: 50px 0 20px;
  }

  .sidebarPosts li {
    margin-bottom: 10px;
  }

  .sidebarPosts li .postContent h3 {
    line-height: 0.75rem;
  }

  .sidebarPosts li .postContent h3 a {
    font-size: 0.85rem;
  }

  .sidebarPosts li .postContent p {
    line-height: 1.5rem;
  }

  .page-template-who-we-are #primary .inner .left {
    width: 100%;
    float: left;
    margin-right: 0;
  }

  .page-template-who-we-are #primary .inner .left h2 {
    margin-top: 0;
  }

  .page-template-who-we-are #primary .inner .right {
    width: 100%;
    float: left;
    margin-top: 30px;
  }

  .page-template-who-we-are #primary .inner .top p {
    width: 90%;
  }

  .whereArea .inner img {
    height: 210px;
  }

  .page-template-who-we-are #primary .inner.videoBox a {
    width: 420px;
  }

  .topArea .inner .left {
    width: 40%;
  }

  .topArea .inner .right {
    width: 60%;
  }

  .topArea .inner .left h1 {
    margin-left: 60px;
  }

  .topArea .inner .left p {
    margin: 30px 0 30px 96px;
  }

  .topArea .inner .left a {
    margin-left: 60px;
  }

  .videoRotator.inner {
    width: 740px;
    height: 510px;
  }

  .videoRotator.inner .slider .item {
    width: 740px;
  }

  .videoRotator.inner .slider .item img {
    height: 420px;
  }

  .video-slide{
    min-height:420px;
  }

  .videoRotator.inner .arrowLeft {
    width: 80px;
    height: 210px;
  }

  .videoRotator.inner .arrowRight {
    width: 80px;
    height: 210px;
  }

  .page-template-program_listing #primary .listingArea .inner {
    padding: 30px 20px;
    margin: 60px auto 20px;
    width: 100%;
  }

  .page-template-program_listing #primary .listingArea form {
    width: 350px;
    margin: 0 auto 100px;
    float: none;
  }

  .page-template-program_listing #primary .listingArea .letterArea ul li a {
    font-size: 0.7rem;
  }

  .page-template-products #primary .inner {
    padding: 40px 0;
  }

  .productRotator .slider .text.active {
    width: 590px;
    right: 50%;
    top: 390px;
    margin-right: -295px;
  }

  .page-template-products #primary.version_3 .inner {
    padding: 40px 30px;
  }

  .productRotator .left, .version_3 .productRotator .left {
    width: 100%;
    margin-right: 0;
  }

  .productRotator .right, .version_3 .productRotator .right {
    width: 100%;
    margin-bottom: 30px;
  }

  .headlineArea .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .headlineArea .right {
    width: 100%;
  }

  .dualArea .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .dualArea .right {
    width: 100%;
  }

  .productRotator .slider {
    width: 100%;
  }

  .productRotator .slider .item{

    width: 720px;
    margin-right: 20px;
  }
  .version_3 .productRotator .slider .item {
    width:100%;
  }

  .topBox .inner .right h4 {
    margin-top: 40px;
    font-size: 1.25rem;
  }

  .page-template-solution #primary .inner {
    padding: 0 20px 0 0;
  }

  .getStarted .column a {
    width: 90%;
  }

	.page404 h1 {
		font-size: 3rem;
	}

	.page404 h4 {
		font-size: 2.5rem;
	}

	.page404 p {
		font-size: 1.75rem;
		line-height: 2.25rem;
		width: 100%;
	}

  footer h2 {
    font-size: 1rem;
  }

  footer .footerSocial {
    height: 397px;
  }

  footer .footerSocial li a img {
    width: 22px;
    margin-right: 7px;
  }

  footer .footerSocial li a span {
    color: #adadad;
    display: block;
    margin-left: 30px;
  }

  .footerPosts li:nth-of-type(3) {
    display: none;
  }

  .footerPosts li .postContent {
    width: 100%;
  }

  .footerPosts li img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .footerPosts li .postContent h4 a {
    font-size: 0.8rem;
    color: #fff;
  }

  .listingArea .left {
    width:100%;
  }
  .boxedNav.subNav ul li{
    margin-bottom: 10px;
  }
}

@media(max-width:767px) {

  .mobile-hide{
    display:none;
  }
  #menu-subpage {
    padding: 0;
    width: 260px;
    margin-top: -43px;
  }

  .home #menu-subpage {
    margin-top: 0;
  }

  .sidebarPosts li {
    margin-bottom: 40px;
  }

  .sidebarPosts li .postContent h3 a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sidebarPosts li .postContent p {
    line-height: 1.5rem;
  }

  .heroArea.hero2 {
    padding: 150px 0 60px;
  }

  .heroArea.hero2 h1 {
    font-size: 1rem;
  }

  .heroArea.hero3 {
    padding: 60px 0;
  }

  .heroArea.hero3 h4 {
    margin-left: 0;
    font-size: 0.8rem;
  }

  .heroArea.hero3 h1 {
    margin-left: 0rem;
    font-size: 1rem;
  }

  .heroArea.hero3 a.learnMore {
    margin-left: 0;
  }

  .heroRight {
    width: 100%;
  }

  .lifeArea .inner .left {
    width: 100%;
  }

  .lifeArea .inner .right {
    width: 100%;
  }

  .alignment-container.align-center,
  .alignment-container.align-right{
    display:block;
    float:none;
    max-width: 100%;
  }

  .blackArea {
    padding: 70px 0;
    height: 260px;
  }

  .blackArea h4 {
    margin-left: 0;
    font-size: 0.8rem;
  }

  .blackArea h1 {
    margin-left: 0rem;
    font-size: 1rem;
  }

  .whereArea h2 {
    font-size: 1.75rem;
  }

  .whereArea .inner .inside {
    padding: 55px 70px;
  }

  .page-template-who-we-are #primary .inner.videoBox a {
    width: 350px;
  }

  .page-template-who-we-are #primary .inner.videoBox h2 {
    font-size: 1.75rem;
  }

  .page-template-who-we-are #primary .globalArea h2 {
    font-size: 1.75rem;
  }

  .topArea .inner .left {
    width: 100%;
    padding: 250px 0 50px;
  }

  .topArea .inner .right {
    width: 100%;
    height: 320px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: auto;
    transform: translate(0, 0);
  }

  .topArea .inner .right img {
    height: 320px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .topArea .inner .left h1 {
    margin: 0 10%;
    width: 80%;
    letter-spacing: 1.5px;
    line-height: 3rem;
    display: block;
  }

  .topArea .inner .left p {
    width: 80%;
    margin: 30px 10%;
    display: block;
  }

  .topArea .inner .left a {
    margin-left: 10%;
  }

  .contactArea {
    width: 350px;
    height: auto;
  }
  .contact-items{
    display: block;
  }
  .contactArea .contactBox {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }

  .resourceArea .resourceItem {
    width: 100%;
    margin: 0;
  }

  .videoRotator.inner {
    width: 540px;
    height: 360px;
  }

  .videoRotator.inner .slider .item {
    width: 540px;
  }

  .videoRotator.inner .slider .item img {
    height: 320px;
  }
  .video-slide{
    min-height:320px;
  }

  .videoRotator.inner .arrowLeft, .heroRotator .arrowLeft {
    bottom: 0;
    width: 70px;
    height: 150px;
  }

  .productRotator .slider .item{
    width: 510px;
  }

  .productRotator .slider .text.active {
    width: 460px;
    right: 50%;
    top: 400px;
    margin-right: -230px;
  }

  .videoRotator.inner .arrowRight, .heroRotator .arrowRight {
    width: 70px;
    height: 160px;
  }


  .page-template-program_listing #primary .listingArea .letterArea ul li {
    margin: 0 5px;
  }

  .page-template-solution #primary .inner {
    padding: 0;
  }

  .topBox .inner .left {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .topBox .inner .right {
    width: 80%;
    float: none;
    margin: 0 auto 40px;
  }

  .solutionList {
    padding: 0;
    margin: 70px 0 40px;
  }

  .getStarted .column {
    width: 100%;
    margin-bottom: 20px;
  }

  footer h2 {
    text-align: center;
  }

  footer .footerSocial li a span {
    display: inline-block;
    margin-left: 5px;
  }

  footer .menu li {
    list-style: none;
    margin-bottom: 8px;
    text-align: center;
  }

  footer .footerLogo img {
    margin: 0 auto;
    float: none;
    display: block;
  }

  .navbar-toggler {
    padding: .25rem;
  }

  .sidebar-area {
    padding-left: 1rem !important;
  }

  .page-template-jobs #main .searchForm .search-button {
      width: 35px;
      height: 35px;
      object-fit: cover;
  }

  footer .footerSocial {
    border-right: 0;
    height: auto;
    float: none;
    width: 371px;
    padding-left: 35px;
    margin: 0 auto 90px;
  }

  .footerPosts {
    border-right: 0;
    height: auto;
  }

  .footer-center-col{
    border: 0;
  }

  .footerPosts li img {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }

  .footerPosts li .postContent {
    width: 65%;
  }

  .footerPosts li:nth-of-type(3) {
    display: block;
  }

  footer .bottomMenu li {
    padding: 4px 0;
    border-right: 0;
    float: left;
    list-style: none;
    width: 100%;
    text-align: center;
  }

  .backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  .page404 h4 {
      font-size: 1.5rem;
  }
  .page404 h1{
    font-size: 2rem;
  }
  .relatedList li a p {
    margin-top: 4px;
    float: left;
    text-align: left;
  }
}

@media(max-width:600px) {

  .page-template-products #primary .inner {
    width: 100% !important;
    margin: 0 auto;
    float: none;
}

  .productRotator .slider .item {
    width: 100%;
  }

}

@media(max-width:574px) {
  .page-template-who-we-are.navbar-toggler {
    margin-top: -41px !important;
  }

  #menu-subpage {
    padding: 0;
    width: 260px;
    margin-top: -63px;
  }

  .home #menu-subpage {
    margin-top: 0;
  }



  .mediaList li a p {
    margin-top: 4px;
    float: left;
    text-align: left;
  }

  .leadershipArea h2 {
    text-align: center;
  }

  .leaderBox {
    width: 80%;
    margin: 40px auto 20px;
    float: none;
  }

  .topArea .inner .left h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .videoRotator.inner {
    width: 420px;
    height: 280px;
  }

  .videoRotator.inner .slider .item {
    width: 420px;
  }

  .videoRotator.inner .slider .item img {
    height: 240px;
  }

  .video-slide{
    min-height:240px;
  }

  .videoRotator.inner .arrowLeft, .heroRotator .arrowLeft{
    width: 45px;
    height: 120px;
  }

  .videoRotator.inner .arrowRight, .heroRotator .arrowRight {
    width: 45px;
    height: 120px;
  }

  .page-template-program_listing #primary .listingArea .letterArea {
    width: 417px;
  }

  .page-template-program_listing #primary .listingArea .letterArea ul li {
    margin: 0 4px;
  }
}

@media(max-width: 479px) {

  #menu-subpage {
    width: 260px;
    margin: 9px auto 0;
    display: block;
    float: none;
  }

  .sidebar-area {
    margin-top: 0;
  }

  .heroArea {
    padding: 150px 0 80px;
  }

  .programs_hero .heroArea{
    padding:0;
    height:430px;
  }

  .heroArea h1 {
    font-size: 1.5rem;
  }

  .mainPosts li .postContent h3 a {
    line-height: 1.2;
  }

  .mainPosts li .postImage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mainPosts li .postContent {
    width: 100%;
  }

  .mainPosts li .postContent p {
    line-height: 1.25rem;
  }

  .page-template-who-we-are #primary .inner h2 {
    font-size: 2rem;
  }

  .page-template-who-we-are #primary .inner.aboutBox {
    padding: 20px;
  }

  .page-template-who-we-are #primary .inner.videoBox {
    width: 100%;
    padding: 40px;
  }

  .page-template-who-we-are #primary .inner.videoBox a {
    width: 210px;
  }

  .page-template-who-we-are #primary .inner {
    padding: 40px;
  }

  .whereArea .inner .inside {
    padding: 55px 40px;
  }

  .page-template-who-we-are #primary .globalArea h2 {
    font-size: 1.75rem;
  }

  .videoRotator.inner {
    width: 100%;
    height: 290px;
  }

  .videoRotator.inner .slider .item {
    width: 100vw;
  }

  .videoRotator.inner .slider .item img {
    height: 200px;
  }
  .video-slide{
    min-height:200px;
  }

  .videoRotator.inner .arrowLeft, .heroRotator .arrowLeft{
    bottom: 50px;
    width: 35px;
    height: 100px;
  }
  .heroRotator .arrowLeft{
    bottom:0px;
  }

  .videoRotator.inner .arrowRight, .heroRotator .arrowRight{
    width: 35px;
    height: 100px;
  }

  .page-template-program_listing #primary .listingArea .letterArea ul li {
    margin: 0 2.7px;
  }

  .page-template-program_listing #primary .listingArea .letterArea ul li a {
    font-size: 0.6rem;
  }

  .page-template-program_listing #primary .listingArea .letterArea {
    width: 320px;
  }

  .page-template-program_listing #primary .listingArea form {
    width: 320px;
  }

  .page-template-program_listing #primary .listingArea .inner {
    padding: 40px 10px;
  }

  .footerPosts {
    padding: 0 1rem;
    width: 100%;
  }

  footer .footerSocial {
    width: 100% !important;
    margin: 0 auto 60px;
    padding: 0 1rem !important;
  }

  footer .footerSocial {
    width: 250px;
  }

  .footerPosts li .postContent {
    width: 100%;
    margin-bottom: 20px;
  }

  .footerPosts li img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.pagination {
  width: 100%;
  margin: 50px auto;
  max-width: 300px;
  display: flex;
  justify-content: space-around;
}

.solutionList .next, .solutionList .prev {
  display: none;
}

.solutionList .pagination a {
  color: #5A80FB;
}

.video-slide {
  position: relative;
  cursor: pointer;
  background-color:#444;
  min-height: 700px;
}

.video-slide iframe {
  width: 100%;
  height:100%;
  position: absolute;
  z-index: 5;
  top:0;
  left:0;
}

.video-slide img {
  cursor: pointer;
}

.video-slide .video_play {
  width: 80px !important;
  height: 80px !important;
  min-width: 0;
  min-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-template-program_listing {
  max-width: 100%;
  overflow-x: hidden;
}

.arrowRight, .arrowLeft {
  cursor: pointer;
}

.post-template-default .entry-header,
.page-template-default .entry-header {
  margin-bottom: 40px;
  padding-top: 30px;
}

.post-template-default .entry-header:empty,
.page-template-default .entry-header:empty {
  margin-bottom: 0;
  padding-top: 0;
}

.post-template-default .entry-content,
.page-template-default .entry-content {
  margin-bottom: 40px;
  line-height: 2.2;
}

.post-template-default .site-main img,
.page-template-default .site-main img {
  margin-bottom: 30px;
}

@media (min-width:1080px) {

  .full-image img,
  .page-template-default .site-main img {
    width:100%;
  }
}
.full-image{
  height:300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.videoTop{
  max-width: 100%;
  overflow: hidden;
}
.primary-button-outlined{
  border:1px solid #333;
  color: #333;
  padding: 5px 15px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 100;
}
.entry-meta{
  display: none;
}

.az-pagination .page-numbers{
  background-color: #333;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 100;
}

.video-toggle{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor: pointer;
}

.video-toggle .video_play{
  width:100px;
  height:100px;
  min-width:100px !important;
  min-height:100px !important;
}

.video-overlay{
  position: fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(255,255,255,0.8);
  opacity: 1;
  z-index: 9999;
  transition: opacity 600ms ease;
}
.video-overlay.hidden{
  opacity: 0;
  left:-99999px;
  z-index: -1;
}

.video-lightbox{
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width: calc(100% - 110px);
  max-width: 1080px;
}

.video-lightbox .video-close{
  position: absolute;
  top:-50px;
  right:-50px;
  height:50px;
  width:50px;
  cursor: pointer;
}

.video-box iframe{
  width: 1080px;
  height:640px;
}

@media (max-width:1200px) {
  .video-box iframe{
    width: 100%;
    max-width:560px;
    height:315px;
    margin: auto;
    display: block;
  }
  .video-lightbox{
    max-width:560px;
  }
  .video-slide{
    min-height:540px;
  }
}
@media (max-width:768px) {
  .video-toggle .video_play{
    position: absolute !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-50%) !important;
  }
  .alignright, .alignleft{
    float:none;
    display: block;
    margin:auto;
  }


}
body,
html {
  width: 100%;
  max-width: 100%;
}

body {
  background-color: #fff;
  font-size: 16px;
}

.loader-page {
  width: 100%;
  height: 100%;
  background-color: #0C0F0F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.wrapper {
  padding: 0;
}

#content-wrapper{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 300;
}
.loader {
  border: 10px solid #444444;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  animation: spin 2s linear infinite;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  position: absolute;
  display: none;
}

.loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }


.scrollContent {
  max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100%;
}
#parallax-wrapper{
  max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
}

#parallax-wrapper
#wrapper-navbar{
  background-color:#000;
  z-index: 9999;
}
#parallax-wrapper
#wrapper-navbar .container{
  max-width: 1200px;
  display:flex;
}
#parallax-wrapper
#wrapper-navbar .container
.menu-subpage-container{
  margin-top:10px;
}
.loaded #parallax-wrapper,
.loaded .scrollContent {
  max-width: 100%;
  overflow-y: visible;
  height: auto; }

.loaded .hero_foreground {
  animation-name: scaleXCenter;
  animation-duration: 500ms; }

.loaded .hero_middleground {
  animation-name: scale;
  animation-duration: 500ms; }

  #parallax-wrapper .scrollContent * p{
    font-size: 20px; }
  #parallax-wrapper h2 {
    font-size: 1.5em; }
  #parallax-wrapper.light-text {
    background-color: #000; }
    #parallax-wrapper.light-text .ca {
      color: #ffffff; }
      #parallax-wrapper.light-text .ca p {
        font-size: 6vw; }
      #parallax-wrapper.light-text .ca h2 {
        font-size: 2.5vw; }
    #parallax-wrapper.light-text .polareye_detail_item {
      color: #ffffff;
      text-shadow: 0px 0px 2px #000;
      font-size: 20px; }
    #parallax-wrapper.light-text .logo path, #parallax-wrapper.light-text .logo polygon {
      fill: #fff; }
    #parallax-wrapper.light-text .navigation__search-input {
      border-color: white; }
    #parallax-wrapper.light-text .navigation__search-icon {
      background-image: url(./svg/search-icon-light.svg);
      opacity: 1; }
    #parallax-wrapper.light-text .logo__header h1 {
      color: #fff; }
    #parallax-wrapper.light-text .hash {
      color: #fff;
      text-shadow: 0px 0px 2px #000; }
    #parallax-wrapper.light-text p, #parallax-wrapper.light-text a {
      font-size: 16px; }
    #parallax-wrapper.light-text a {
      color: #2ea3b5; }
    #parallax-wrapper.light-text .hero_middleground {
      bottom: 0; }
    #parallax-wrapper.light-text .section-3 {
      background-color: #000;
      overflow: hidden; }
      #parallax-wrapper.light-text .section-3 .infographic-wrapper {
        float: none;
        margin: auto; }
      #parallax-wrapper.light-text .section-3 .infographic__wrap {
        margin: 5px auto;
        width: 270px; }
        #parallax-wrapper.light-text .section-3 .infographic__wrap .bg-image {
          background-size: contain; }
    #parallax-wrapper.light-text .blur-image {
      transform: translateY(-61%);
      width: 40%;
      right: 5%; }
    #parallax-wrapper.light-text .section-3_background {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      z-index: 1;
      transform: translateY(-50%); }
    #parallax-wrapper.light-text .section-4 {
      margin-top: -1px; }
      #parallax-wrapper.light-text .section-4:after {
        content: '';
        background: black;
        background: linear-gradient(180deg, black 0%, transparent 100%);
        bottom: -70px;
        height: 70px;
        position: absolute;
        width: 100%;
        z-index: 99; }
      #parallax-wrapper.light-text .section-4 h2 {
        color: #fff; }
    #parallax-wrapper.light-text .section-5_background {
      margin: 0 auto; }
    #parallax-wrapper.light-text .fifth-background {
      background-color: #fff; }
    @media (max-width: 1080px) {
      #parallax-wrapper.light-text .hero_background, #parallax-wrapper.light-text .hero_background_mobile {
        height: 95%;
        max-width: none;
        min-width: auto;
        left: 50%;
        transform: translateX(-50%); }
      #parallax-wrapper.light-text .pin_section {
        overflow: hidden; }
      #parallax-wrapper.light-text .blur-image {
        max-width: none;
        width: 100%;
        right: 0;
        transform: translateY(-90%); }
      #parallax-wrapper.light-text .section-3 {
        background-color: #000; }
      #parallax-wrapper.light-text .gallery-text, #parallax-wrapper.light-text .infographic-wrapper, #parallax-wrapper.light-text .text-col {
        width: 100%; } }
    @media (max-width: 768px) {
      #parallax-wrapper.light-text .hero_section {
        background: none !important; }
      #parallax-wrapper.light-text .section-3 {
        overflow: visible; }
        #parallax-wrapper.light-text .section-3 .infographic-wrapper {
          padding-right: 0; }
      #parallax-wrapper.light-text .section-3_background {
        top: -10%;
        transform: none; }
      #parallax-wrapper.light-text .ca {
        color: #ffffff; }
        #parallax-wrapper.light-text .ca p {
          font-size: 10vw; }
        #parallax-wrapper.light-text .ca h2 {
          font-size: 4.2vw; } }
  #parallax-wrapper .infographic__wrap {
    position: relative;
    z-index: 3; }
#parallax-wrapper .header {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    box-shadow: none;
    border: 0;
    pointer-events: none;
    z-index: 9999;
    width: 100%;
    max-width: 1600px;
}
    #parallax-wrapper .header * {
      pointer-events: all; }
  #parallax-wrapper .logo__header h1 {
    display: block;
    margin: 0; }
  #parallax-wrapper .navigation__menu-icon {
    opacity: 0.5; }
  #parallax-wrapper .navigation__search-icon {
    left: 100%;
    margin-left: 10px;
    opacity: 0.5;
    width: 30px;
    height: 34px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0; }
  #parallax-wrapper .navigation__search-input {
    background-color: transparent;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: rgba(0, 0, 0, 0.5); }
  #parallax-wrapper .navigation {
    width: 265px; }
  #parallax-wrapper img {
    max-width: 100%; }
  #parallax-wrapper .panel * {
    box-sizing: border-box; }
  #parallax-wrapper .ms-container * {
    box-sizing: content-box;
    max-width: none; }
  #parallax-wrapper .panel {
    font-size: initial; }
  #parallax-wrapper .container {
    max-width: 1400px;
    position: relative;
    margin: auto;
    display: block; }
  #parallax-wrapper .hidden {
    display: none; }
  #parallax-wrapper #content-wrapper,
  #parallax-wrapper #parallax-wrapper {
    height: 100%;
    width: 100%; }
  #parallax-wrapper .scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%; }
  #parallax-wrapper .scrollContainer {
    height: 100%;
    margin: auto; }

  #parallax-wrapper .horizontal.scrollContainer {
    overflow-y: hidden;
    overflow-x: scroll; }
  #parallax-wrapper.scrollContainer .scrollContent {
    width: 100%;
    height: auto; }
  #parallax-wrapper.scrollContainer.horizontal .scrollContent {
    width: auto;
    height: 100%; }
  #parallax-wrapper.horizontal .scrollContent,
  #parallax-wrapper .scrollContent {
    font-size: 0; }
  #parallax-wrapper .pin_section {
    text-align: center;
    position: relative;
    height: 100%;
    min-height: 500px;
    min-width: 100%;
    height: calc(100vh - 95px); }
  #parallax-wrapper .horizontal .pin_section,
  #parallax-wrapper .horizontal section {
    display: inline-block;
    vertical-align: top;
    height: 100%; }
  #parallax-wrapper section.demo * {
    font-size: 13px; }
  #parallax-wrapper section.demo {
    font-size: 0;
    text-align: center; }
  #parallax-wrapper section.demo.fullheight {
    min-height: 100%; }
  #parallax-wrapper .spacer.doublewidth,
  #parallax-wrapper section.demo.doublewidth {
    min-width: 200%; }
  #parallax-wrapper .horizontal section.demo {
    text-align: inherit;
    white-space: nowrap; }
  #parallax-wrapper .horizontal section.demo.fullwidth {
    min-width: 100%; }
  #parallax-wrapper .spacer {
    text-align: center;
    min-height: 100px; }
  #parallax-wrapper .spacer.s0 {
    min-height: 1px; }
  #parallax-wrapper .spacer.s1 {
    min-height: 100px; }
  #parallax-wrapper .spacer.s2 {
    min-height: 200px; }
  #parallax-wrapper .spacer.s3 {
    min-height: 300px; }
  #parallax-wrapper .spacer.s4 {
    min-height: 400px; }
  #parallax-wrapper .spacer.s5 {
    min-height: 500px; }
  #parallax-wrapper .spacer.s6 {
    min-height: 600px; }
  #parallax-wrapper .spacer.s7 {
    min-height: 700px; }
  #parallax-wrapper .spacer.s8 {
    min-height: 800px; }
  #parallax-wrapper .spacer.s9 {
    min-height: 900px; }
  #parallax-wrapper .spacer.s10 {
    min-height: 1000px; }
  #parallax-wrapper .spacer.s_viewport {
    min-height: 100%; }
  #parallax-wrapper .spacer.s_viewport {
    min-width: 100%; }
  #parallax-wrapper .box1,
  #parallax-wrapper .box2,
  #parallax-wrapper .box3 {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0 solid white;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px; }
  #parallax-wrapper .box1 {
    min-width: 100px;
    height: 100px;
    margin: 0 auto; }
  #parallax-wrapper .box2 {
    min-width: 50px;
    height: 50px;
    margin: 25px auto; }
  #parallax-wrapper .box3 {
    min-width: 26px;
    height: 26px;
    margin: 37px auto; }
  #parallax-wrapper .box1.outline,
  #parallax-wrapper .box2.outline,
  #parallax-wrapper .box3.outline {
    border: 1px solid white; }
  #parallax-wrapper .demo.responsiveDuration {
    position: relative; }
  #parallax-wrapper .responsiveDuration .box1 {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px; }
  #parallax-wrapper .demo#section-slides,
  #parallax-wrapper .demo#section-wipes {
    height: 100%;
    width: 100%;
    background-image: none; }
  #parallax-wrapper .hero_section,
  #parallax-wrapper .panel {
    background-size: cover;
    background-position: center;
    transition: opacity 300ms ease;
    position: relative;
    left: 0;
    min-height: 100vh;
    width: 100%;
    display: block; }
    #parallax-wrapper .hero_section{
      overflow: hidden;
    }
  #parallax-wrapper div#hero{
    overflow: visible !important;
  }
  #parallax-wrapper .sidebar {
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 50%;
    height: 656px;
    right: 0;
    cursor: pointer;
    transform: translate(100%, -50%);
    transition: transform 300ms ease;
    width: 28%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2; }
    #parallax-wrapper .sidebar.open {
      transform: translate(0%, -50%);
      z-index: 9999; }
      #parallax-wrapper .sidebar.open .sidebar_plus_indicator span:first-child {
        transform: translate(-50%, -50%) rotate(0deg); }
    #parallax-wrapper .sidebar .landing-sidebar {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    #parallax-wrapper .sidebar .sidebar-posts {
      height: 656px;
      padding: 30px;
      overflow: auto; }
    #parallax-wrapper .sidebar .articles__author,
    #parallax-wrapper .sidebar .articles__category,
    #parallax-wrapper .sidebar .articles__excerpt {
      display: none; }
    #parallax-wrapper .sidebar .popular__article {
      display: block;
      text-align: left;
      clear: both;
      width: 100%;
      margin: 5px 0; }
    #parallax-wrapper .sidebar .popular__thumbnail {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      width: 30%; }
    #parallax-wrapper .sidebar .articles__img--add-space {
      margin-bottom: 0; }
    #parallax-wrapper .sidebar a {
      color: #fff;
      font-size: 20px;
      line-height: 1.2; }
  #parallax-wrapper .sidebar_hero {
    position: absolute;
    top: 50%;
    right: 100%;
    display: inline-block;
    transform: translateY(-50%);
    height: 656px;
    width: 72px; }
    #parallax-wrapper .sidebar_hero img {
      position: absolute;
      display: block;
      margin: 0;
      max-width: 100%;
      max-height: 100%; }
    #parallax-wrapper .sidebar_hero .sidebar-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      text-align: center;
      line-height: 65px;
      font-size: 28px;
      color: #fff;
      height: 72px;
      width: 656px;
      z-index: 2; }
    #parallax-wrapper .sidebar_hero .sidebar_plus_indicator {
      background-color: #000;
      border: 1px solid #fff;
      border-radius: 50%;
      top: 50%;
      left: 0;
      position: absolute;
      width: 25px;
      height: 25px;
      transform: translate(-50%, -50%);
      transition: transform 300ms ease;
      z-index: 1; }
      #parallax-wrapper .sidebar_hero .sidebar_plus_indicator span {
        width: 60%;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 300ms ease; }
        #parallax-wrapper .sidebar_hero .sidebar_plus_indicator span:first-child {
          transform: translate(-50%, -50%) rotate(90deg); }

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg); } }
  #parallax-wrapper .hero_text {
    position: absolute;
    top: 35%;
    left: 50%;
    color: #FFF;
    font-family: 'gobold', Arial;
    font-size: 7.7vw;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px rgba(100, 100, 100, 0.3), 1px -1px 1px rgba(100, 100, 100, 0.3), -1px 1px 1px rgba(100, 100, 100, 0.3), 1px 1px 1px rgba(100, 100, 100, 0.3);
    width: 70%;
    transform: translateX(-50%);
    transition: top 800ms ease; }
  #parallax-wrapper .hero_background, #parallax-wrapper .hero_background_mobile {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 75%;
    min-width: 100%;
    max-width: 100%; }
  #parallax-wrapper .hero_background_mobile {
    display: none; }
  #parallax-wrapper .hero_middleground {
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 100%;
    max-width: 100%;
    transform: translateY(-10%); }
  #parallax-wrapper .hero_foreground {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    width: 100%;
    transform: translateX(-50%) translateY(40%);
    transform-origin: center; }
  #parallax-wrapper .drone {
    position: absolute;
    top: 10%;
    left: 100%;
    max-width: 250px;
    z-index: 3; }
  #parallax-wrapper .pin_section {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
	top:0px !important;
    z-index: 1; }
  #parallax-wrapper .ca {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    color: #798890;
    text-align: center;
    line-height: 1;
    margin: 0; }
    #parallax-wrapper .ca * {
      font-family: "gobold", Arial; }
  #parallax-wrapper .ca p {
    font-size: 2.5vw;
    line-height: 1.2;
    margin: 0 0 5px; }
  #parallax-wrapper .ca h2 {
    font-size: 6vw;
    text-transform: uppercase;
    margin: 0; }
  #parallax-wrapper .polareye {
    position: relative;
    display: block;
    margin: auto;
    padding: 0 20px;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 20px;
    text-align: center; }
  #parallax-wrapper .polareye_details,
  #parallax-wrapper .polareye_graphic,
  #parallax-wrapper .polareye_menu {
    display: inline-block;
    vertical-align: top;
    width: 32.333%; }
  #parallax-wrapper .hash {
    color: #815574;
    font-size: 62px;
    font-style: italic;
    position: relative;
    display: inline-block; }
  #parallax-wrapper .polareye_details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  #parallax-wrapper .polareye_detail_item {
    margin-bottom: 4.5%;
    position: relative; }
  #parallax-wrapper .second {
    background-color: #060B11;
    position: relative; }
    #parallax-wrapper .second:before, #parallax-wrapper .second:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 70px; }
    #parallax-wrapper .second:before {
      top: -70px;
      background: #000; }
    #parallax-wrapper .second:after {
      bottom: -70px;
      background: linear-gradient(to bottom, #060b11 0%, rgba(6, 11, 17, 0.54) 46%, rgba(6, 11, 17, 0) 100%); }
  #parallax-wrapper .blur-image,
  #parallax-wrapper .video-gallery {
    position: absolute;
    top: 0;
    z-index: 1; }
  #parallax-wrapper .blur-image {
    right: 0;
    max-width: 60%;
    transform: translateY(-50%); }
  #parallax-wrapper .video-gallery {
    left: 5%;
    max-width: 50%;
    transform: translateY(-55%); }
  #parallax-wrapper .video-gallery h3 {
    color: #2ea3b5;
    font-size: 43px;
    line-height: 45px;
    text-align: center;
    margin-top: 0; }
  #parallax-wrapper .gallery {
    display: block;
    width: 90%;
    margin: auto;
    padding: 400px 0 50px;
    z-index: 15; }
  #parallax-wrapper .gallery-image,
  #parallax-wrapper .gallery-text {
    color: #fff;
    float: left; }
  #parallax-wrapper .gallery-image {
    width: 60%;
    background-color: #bbb8b8;
    border: 5px solid #bbb8b8;
    overflow: hidden; }
    #parallax-wrapper .gallery-image .landing-custom-slider__container {
      padding-bottom: 0 !important; }
  #parallax-wrapper .gallery-text {
    width: 40%;
    padding-right: 5%; }
  #parallax-wrapper p {
    font-size: 20px; }
  #parallax-wrapper h3 {
    font-size: 48px;
    font-weight: 300;
    text-transform: none; }
  #parallax-wrapper .section-3 .infographic-wrapper {
    background-color: rgba(93, 119, 142, 0.6);
    float: right;
    width: 500px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 50px; }
  #parallax-wrapper .section-3 .infographic__wrap {
    width: 250px;
    height: 150px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    float: none; }
    #parallax-wrapper .section-3 .infographic__wrap .bg-image {
      width: 100%;
      height: 100%;
      background-size: contain;
    }
  #parallax-wrapper .infographic-text {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    z-index: 3; }
  #parallax-wrapper .section-3_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  #parallax-wrapper .text-col {
    width: 45%;
    float: right;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 100px 0 50px;
    font-size: 18px; }
  #parallax-wrapper .aside-image {
    max-width: 150px;
    width: 30%;
    display: inline-block;
    float: right;
    margin-top: -50px; }
  #parallax-wrapper .more {
    position: absolute;
    bottom: 5%;
    left: 8%;
    z-index: 1; }
  #parallax-wrapper .section-4 .gallery-image {
    background-color: transparent;
    border: 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    float: none;
    z-index: 1; }
    #parallax-wrapper .section-4 .gallery-image .ms-slide-info {
      display: none; }
  #parallax-wrapper .section-4 .landing-custom-slider__list li.landing-custom-slider__list-item {
    -ms-flex: 69px 1 1;
        flex: 69px 1 1; }
  #parallax-wrapper .section-4 .infographic__wrap {
    width: 100%;
    height: auto; }
  #parallax-wrapper .section-4 h2 {
    color: #793a3b;
    margin-top: 50px; }
  #parallax-wrapper .infographic {
    display: block;
    margin: 40px auto; }
  #parallax-wrapper .landing-video-graphic__video {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    position: relative;
    z-index: 1; }
  #parallax-wrapper .section-5_background {
    margin: -15% auto -5%;
    display: block; }
  #parallax-wrapper .btn__text-left {
    font-size: 14px; }
  #parallax-wrapper #landing-articles-load-more .articles__title, #parallax-wrapper #landing-articles-load-more .articles__title a {
    font-size: 23px; }
  #parallax-wrapper #landing-articles-load-more .articles__excerpt {
    font-size: 16px; }
  #parallax-wrapper .mobile-show {
    display: none; }
  #parallax-wrapper .mobile-hide {
    display: inline-block; }
  @media (max-width: 1420px) {
    #parallax-wrapper .hero_text {
      font-size: 6.7vw; } }
  @media (max-width: 1080px) {
    #parallax-wrapper .mobile-show {
      display: block; }
    #parallax-wrapper .gallery-image {
      width: 100%; }
    #parallax-wrapper .mobile-hide {
      display: none; }
    #parallax-wrapper .pin_section {
      overflow: visible; }
    #parallax-wrapper .sidebar {
      position: absolute;
      width: 80%;
      height: auto;
      min-height: 300px;
      border-radius: 3px;
      padding: 0;
      z-index: 5; }
      #parallax-wrapper .sidebar-posts {
        padding: 20px;
        height: auto !important;
        max-height: 300px !important;
        overflow: auto; }
      #parallax-wrapper .sidebar .landing-sidebar {
        margin: 0; }
      #parallax-wrapper .sidebar .popular__thumbnail {
        width: 80px; }
      #parallax-wrapper .sidebar_hero {
        width: 50px;
        height: 300px; }
        #parallax-wrapper .sidebar_hero img {
          width: 100%; }
        #parallax-wrapper .sidebar_hero .sidebar-text {
          line-height: 50px;
          height: 50px;
          width: 300px;
          font-size: 17px; }
        #parallax-wrapper .sidebar_hero .sidebar_plus_indicator {
          width: 20px;
          height: 20px; }
          #parallax-wrapper .sidebar_hero .sidebar_plus_indicator span {
            height: 2px; }
      #parallax-wrapper .sidebar a {
        font-size: 14px; }
    #parallax-wrapper .gallery,
    #parallax-wrapper .video-gallery {
      position: relative;
      transform: none;
      margin: 50px auto;
      display: block;
      width: 100%;
      max-width: 90%;
      transform: none !important;
      left: 0; }
    #parallax-wrapper .panel {
      padding: 0 0 50px; }
    #parallax-wrapper .section-3 {
      background-color: #ABABAB; }
    #parallax-wrapper .video-gallery {
      padding-top: 10%; }
    #parallax-wrapper .blur-image {
      max-width: 110%;
      width: 110%; }
    #parallax-wrapper .ca,
    #parallax-wrapper .polareye {
      transform: none !important; }
    #parallax-wrapper .ca {
      margin-top: 50%;
      margin-bottom: 50px;
      position: relative;
      transition: none !important; }
    #parallax-wrapper .polareye {
      text-align: center;
      margin: 150px auto 0; }
    #parallax-wrapper .polareye_menu, #parallax-wrapper .polareye_details {
      width: 33%;
      margin: 0; }
    #parallax-wrapper .hash {
      font-size: 32px; }
      #parallax-wrapper .hash_line {
        display: none; }
    #parallax-wrapper .hero_background,
    #parallax-wrapper .hero_background_mobile,
    #parallax-wrapper .hero_foreground,
    #parallax-wrapper .hero_middleground,
    #parallax-wrapper .hero_text,
    #parallax-wrapper .polareye {
      opacity: 1 !important; } }
  @media (max-width: 1023px) {
    #parallax-wrapper .container {
      padding: 0 50px; }
    #parallax-wrapper .hero_background, #parallax-wrapper .hero_background_mobile {
      height: 95%;
      max-width: none;
left: 50%;
transform: translateX(-50%);
    }
    #parallax-wrapper .hero_middleground {
      top: auto;
      bottom: 5%; }
    #parallax-wrapper .hero_text {
      top: auto !important;
      transform: translate(-50%, 50%) !important; }
    #parallax-wrapper .drone {
      position: absolute;
      right: 0;
      width: 30%;
      left: auto;
      transform: none; }
    #parallax-wrapper .scrollmagic-pin-spacer {
      padding: 0 !important; }
    #parallax-wrapper #hero {
      min-height: 600px; }
    #parallax-wrapper .hero_text {
      transform: translateX(-50%);
      top: 50%; }
    #parallax-wrapper .hero_foreground {
      transform: translateX(-50%) translateY(27%); }
    #parallax-wrapper .hero_middleground {
      transform: translateY(0%) !important; }
    #parallax-wrapper .hero_foreground {
      animation-name: scaleXCenter;
      animation-duration: 500ms; }
    #parallax-wrapper .hero_middleground {
      animation-name: scale;
      animation-duration: 500ms; }
    #parallax-wrapper .polareye_menu {
      margin: 0;
      width: 100%;
      display: block;
      text-align: center; }
    #parallax-wrapper .hash {
      display: block;
      width: 100%;
      text-align: center; }
      #parallax-wrapper .hash_line {
        display: none; }
    #parallax-wrapper .gallery {
      padding: 0; }
    #parallax-wrapper .gallery-image,
    #parallax-wrapper .gallery-text,
    #parallax-wrapper .polareye_details,
    #parallax-wrapper .polareye_graphic,
    #parallax-wrapper .section-4 .gallery-image,
    #parallax-wrapper .video-container {
      display: block;
      float: none;
      width: 90%;
      margin: 10px auto;
      transform: none !important; }
      #parallax-wrapper .video-container iframe {
        width:100%; height: auto;}
    #parallax-wrapper .polareye_details {
      width: 100%;
      padding: 0 0 20%;
      text-align: left; }
    #parallax-wrapper .polareye_detail_item:before {
      display: none; }
    #parallax-wrapper .polareye_graphic {
      max-width: 250px;
      display: block;
      margin: 20px auto; }
    #parallax-wrapper .infographic-wrapper,
    #parallax-wrapper .text-col {
      width: 90%;
      margin: auto; }
    @keyframes scale {
      from {
        transform: scale(1.5) translateY(0%);
        opacity: 0.5; }
      to {
        transform: scale(1) translateY(0%);
        opacity: 1; } }
    @keyframes scaleXCenter {
      from {
        transform: translateX(-50%) translateY(27%) scale(1.5);
        opacity: 0.5; }
      to {
        transform: translateX(-50%) translateY(27%) scale(1);
        opacity: 1; } }
    @keyframes scaleCenter {
      from {
        opacity: 0.5; }
      to {
        opacity: 1; } } }
  @media (max-width: 768px) {
    #parallax-wrapper .hash {
      font-size: 32px; }
    #parallax-wrapper .hero_background {
      display: none; }
    #parallax-wrapper .hero_background_mobile {
      display: block; }
    #parallax-wrapper .drone {
      top: 80px; }
    #parallax-wrapper .container {
      padding: 0 20px; }
    #parallax-wrapper .sidebar {
      top: 22%; }
    #parallax-wrapper .landing-custom-slider__carousel {
      width: 100%;
     }
    #parallax-wrapper .section-3 .infographic-wrapper {
      width: 100%;
      text-align: center;
      padding-bottom: 10px; } }
  @media (max-width: 684px) {
    #parallax-wrapper .drone {
      top: 0; }
    #parallax-wrapper .navigation__search {
      margin-right: 50px;
      margin-left: 0; }
    #parallax-wrapper .hero_text {
      transform: translate(-50%, 0%) !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    #parallax-wrapper .aside-image {
      width: 20%; } }

      .right.video{
        background-color:#333;
      }
.nav-row{
  width:100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width:1080px) {
  .nav-row{
    display: block;
  }
  .getStarted .column a{
    margin:auto;
  }
  .navbar-toggler{
    display: inline-block !important;
    float: right;
  }
  .navbar-collapse, .tucked .navbar-collapse{
    position: fixed;
    top: 65px;
    right:-100%;
    background-color:#000;
    border:1px solid #fff;
    z-index: 9999;
    transition: right 300ms ease;
    padding:20px;
  }

  body.admin-bar .navbar-collapse, body.admin-bar .tucked .navbar-collapse{
    top: 95px;
  }

  .navbar-collapse.show{
    right:0;
  }
  .logo {
    max-width: 150px !important;
    margin: 10px 0;
  }

  nav.navbar #main-menu li{
    font-size: 16px;
    margin:10px 0;
    border-right:0;
    width:auto;
    text-align: left;
  }
  #main-menu .menu-item-has-children .sub-menu.active{
    width: auto;
  }
  #main-menu > .menu-item-has-children > .sub-menu{
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    width:auto;
    transition: all 600ms ease;
    border:0;
    padding:0 10px 0 0;
    width: auto;

  }
  #main-menu  .menu-item-has-children  .sub-menu{
    display: block;
    max-height: 0;
    overflow: hidden;
    width:auto;
    transition: all 600ms ease;
    border:0;
    padding:0 10px 0 0;
    text-align: left;
    width: auto;
  }

  #main-menu  .menu-item-has-children .sub-menu.active{
    max-height: 450px;
    text-align: left;
    width: auto;
    top:0;
  }
  nav.navbar #main-menu li{
    display: block;
  }
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
}

#wrapper-navbar {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color:#000;
  top: -1px;
  z-index: 50;
  transition: all 300ms ease;
}

.sidebar.subNav{
  float: none;
  margin-top: 0;
  border:0;
  padding:0 20px;
}
.sidebar.subNav ul,
.sidebar.subNav li{
  width: 100%;
  display: block;
}
.sidebar.subNav ul li{
  margin-bottom:10px;
}

.contact-items{
  display:flex;
  width:100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cat-links{
  display: none;
}
.jetpack-search-form #searchform{
  display: none;
}
.ie_alert{
  background-color:#f8de7e;
  color:#000;
  padding:20px;
}

.ie_alert.hidden{
  display: none;
}
.modula-gallery{
  max-height:600px;
}
.modula-items{
  max-height: 600px;
}

.post-template-default .entry-content *{
  max-width:100%;
}
.bareContent:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*  */

.pixcard {
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  background-color:#00269a;
  color:#fff;
  width:100%;
margin:0 0 15px 0;
}
.pixcard > div {
  flex:1;
}
.pixcard .pix img {
  width:100%;
}
.pixcard .desc {
  padding:0 20px;
}
.pixcard .desc p {
  margin:0 0 10px 0;
  display:block;
}
.pixcard .desc img {
  max-width:100%;
}
.pix-tiles {
  display:flex;
align-items: center;
  justify-content: center;
  flex-direction:row;
  flex-wrap:wrap;
  margin:0 -20px 15px -20px;
}
.pix-tiles > div {
  background-color:#000;
  color:#fff;
  margin:0 20px;
  text-align:left;
  padding:20px;
  max-width:250px;
}
.pix-tiles img {
  max-width:100%;
}
.pix-tiles > div .learnmore {
  font-weight:600;
}
.pix-tiles > div .learnmore img {
  margin:10px 0 0 5px;
  width:inherit;
}

@media all and (max-width:1440px) {
  .pixcard h2,
  .pix-tiles > div h2 {
      font-size:1.4em;
  }
  .pixcard p,
  .pix-tiles > div p {
      font-size:14px;
  }
}
@media all and (max-width:991px) {
  .pixcard {
      display:block;
  }
  .pixcard > div {
      display:block;
  }
  .pixcard .desc {
      text-align:center;
      padding:20px;
  }
}
@media all and (max-width:414px) {
  .pixcard h2,
  .pix-tiles > div h2 {
      font-size:1.2em;
  }
}

/*Parallax*/
#parallax-wrapper h2,
#parallax-wrapper .ca h2 {
  text-transform:none;
}
#parallax-wrapper .polareye,
#parallax-wrapper .polareye .polareye_detail_item h4,
#parallax-wrapper .scrollContent * p,
#parallax-wrapper .gallery-text,
.customDiv h5,
#parallax-wrapper .text-col {
  font-size: 24px;
}
#parallax-wrapper .polareye_menu,
#parallax-wrapper .polareye_graphic {
  display:none;
}
#parallax-wrapper .polareye_details {
  width:70%;
  margin-right:auto;
  margin-left:auto;
}
#parallax-wrapper .video-gallery {
left: 50%;
  transform: translateX(-50%);
}
.customDiv {
  margin:20px auto;
  max-width:90%;
}
@media all and (max-width:1080px) {
  #parallax-wrapper .gallery, #parallax-wrapper .video-gallery {
      left: 0px;
  }
  #parallax-wrapper .section-3_background {
    position: relative;
      max-width:70%;
      margin: 0 auto;
      top:50px;
      left:15%;
  }
}

.featured-carousel{
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin-bottom:50px;
}
.featured-carousel__slider{
  position: relative;
  white-space: nowrap;
}
.featured-carousel .featuredImage.top{
  display: inline-block;
  margin-right:10px;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.featured-carousel .sliderBullets{
  width:100%;
  text-align: center;
}
.featured-carousel .carousel-crumb{
  float:none;
  display: inline-block;
}
.featured-carousel a.learnMore.darkButton{
  position: absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
}
.timeline-description{
  position: relative;
  padding:0 20px 20px;
}
.timeline-wrapper{
  position:relative;
}
.job-row.hidden{
  display:none;
}
.centered-text{
  text-align:center;
}
.job-reason{
  font-size:16px;
}
.jobs-arrow-down{
  width: 0;
 height: 0;
 border-left: 5px solid transparent;
 border-right: 5px solid transparent;

 border-top: 5px solid #000;
 display: inline-block;
 line-height: 16px;
 vertical-align: middle;
}
.jobs-arrow-down.active{
  transform:rotate(180deg);
}
.sorting, .jobs-pagination{
  display: flex;
  justify-content: space-between;
}
.jobs-pagination{
  align-items: center;
}

.jobs-pagination{
  padding:10px 0;
  margin-bottom:20px;
}
.jobs-pagination a,
.custom-job .sorting a,
.custom-job .job-row h3,
.custom-job .job-row p{
  color:#000;
}
.letterArea a{
  text-transform: uppercase;
}
.custom-job .custom-job-sidebar{
  padding-left:30px;
}

.job-result-count {
  font-size: 1rem;
}

.related-content{
  position:relative;
}
.related-content:before{
  position: absolute;
  content:'';
  width:1px;
  height:calc(100% - 80px);
  top:40px;
  left:0;
  background-color:#dbdbdb;
}
.related-sidebar.mobile-show{
  display:none;
}
.related-sidebar .sidebarPosts li .postImage{
  width:120px;
}
.related-sidebar .sidebarPosts li .postContent{
  width:calc(100% - 135px);
}
.related-header{
  margin-top:40px;
  color:#373acc;
}

@media (max-width:768px){
  .mobile-pad{
    padding:20px;
  }
  .custom-job .custom-job-sidebar{
    padding-left:10px;
  }
  .related-sidebar.mobile-show{
    display:block;
  }
  .related-content:before{
    display: none;
  }
  .related-sidebar .sidebarPosts li .postImage{
    width:100%;
  }
  .related-sidebar .sidebarPosts li .postContent{
    width:100%;
  }
  .programs_hero.heroRotator .arrowLeft,
  .programs_hero.heroRotator .arrowRight{
    top:auto;
    bottom:-4px;
    height:50px;
    transform:translateY(0%);
  }
}
.stock-text{
  text-align: center;
  color: #ccc;
  font-size:14px;
  font-family: futura-pt, Arial, sans-serif;
}

.content-container-fluid {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1200px; /* tokens.$block-container-max-width */
	padding: 20px;
}

/**
 * Search Page
 */


.search-page__result-layout, .search-page__result-filters label {
	font-family: futura-pt, Arial, sans-serif;
}

.search-page__result-layout {
	position: relative;
	display: -ms-grid;
	display: grid;
	grid-gap: 2rem;
	grid-template: 'filters results' 1fr / minmax(10rem, 1fr) 5fr;
}

@media (max-width: 639px) {
	.search-page__result-layout {
		grid-template:
			'filters' minmax(-webkit-min-content, -webkit-max-content)
			'results' minmax(-webkit-min-content, -webkit-max-content) / 1fr;
		grid-template:
			'filters' minmax(min-content, max-content)
			'results' minmax(min-content, max-content) / 1fr;
	}
}

.search-page__result-filters {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: filters;
	font-size: 16px;
}

.search-page__result-filters h2 {
	position: relative;
	display: inline-block;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
}

.search-page__result-filters h2 button {
	display: none;
}

@media (max-width: 639px) {
	.search-page__result-filters h2 {
		-ms-user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		cursor: pointer;
		font-size: 18px;
		font-weight: 400;
		color: white;
		background-color: hsl( 225, 100%, 30% );
		padding: 0.667rem 1.667rem;
	}

	.search-page__result-filters h2:focus-within {
		outline: 1px solid black;
		outline-offset: 2px;
	}

	.search-page__result-filters h2 button {
		position: relative;
		display: inline-block;
		padding: 0;
		width: 1em;
		height: 1em;
		border: none;
		cursor: pointer;
		line-height: 1;
		vertical-align: bottom;
		background-color: transparent;
		transition: transform 250ms ease-in-out;
		color: inherit;
	}

	.search-page__result-filters h2 button:focus {
		outline: none;
	}

	.search-page__result-filters h2 button::before {
		content: '';
		position: absolute;
		top: calc(50% - 3px);
		left: 33.33%;
		align-items: center;
		justify-content: center;
		border-style: solid;
		border-width: 0 2px 2px 0;
		padding: 3px;
		line-height: 1;
		transform: rotate(225deg);
		transform-origin: center;
	}

	.search-page__result-filters h2 button[aria-expanded="false"] {
		transform: rotate(180deg);
	}

	.search-page__result-filters h2[data-expanded="false"] ~ [role="region"] {
		position: relative;
		visibility: hidden;
		transform: scaleY(0);
		height: 0;
	}
}

.search-page__result-filters h3 {
	font-size: 21px;
	line-height: 1.2;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.search-page__result-filters label {
	cursor: pointer;
	color: #333333;
	font-size: 14px;
  line-height: 22px;
  margin-left: 1rem;
  width: 100%;
}

.search-page__result-filters input[type='radio'] {
	display: none;
}

.search-page__result-filters span.search-filter-radio {
	display: inline-block;
	box-sizing: border-box;
	height: 22px;
	width: 22px;
	border: 1px solid #7C878E;
	border-radius: 100%;
	position: relative;
  vertical-align: bottom;
  margin-right: 0.625rem;
}

.search-page__result-filters span.search-filter-radio.is-checked {
  border-color: #00269A;
}

.search-page__result-filters span.search-filter-radio .checkmark {
	display: none;
}

.search-page__result-filters span.search-filter-radio.is-checked .checkmark {
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	background-color: #00269A;
	margin-left: 20%;
	margin-top: 4px;
	position: relative;
}

.search-page__result-filters label:hover span.search-filter-radio,
.search-page__result-filters span.search-filter-radio:focus {
	border: 1px solid #00269A;
}

.search-page__result-filters label:hover span.search-filter-radio .checkmark,
.search-page__result-filters span.search-filter-radio:focus .checkmark {
	border: 1px solid #00269A;
	background-color: #00269A;
}

@media (max-width: 639px) {
	.search-page__result-filter-fieldsets {
		display: flex;
		flex-wrap: wrap;
	}

	.search-page__result-filter-fieldsets > fieldset {
		display: inline-block;
		flex: 1 1 50%;
	}
}

.search-page__result-container {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: results;
}

@media (max-width: 639px) {
	.search-page__result-filters {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.search-page__result-container {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
}

.search-page__result-container h2 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 1em;
}

ul.search-page__result-list {
	list-style: none;
	padding: 0;
}

li.search-page__result-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	padding: 20px;
	font-size: 1rem;
	border-left: 1rem solid hsl(225, 100%, 30%);
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 639px) {
	li.search-page__result-item {
		border-left: none;
		border-top: 1rem solid hsl(225, 100%, 30%);
	}
}

li.search-page__result-item + li {
	margin-top: 1rem;
}

li.search-page__result-item h3 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

li.search-page__result-item h3 a {
	position: static;
	font-size: inherit;
	line-height: inherit;
	color: black;
}

li.search-page__result-item h3 a::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

li.search-page__result-item img {
	width: 100%;
}

.search-page__no-results, .search-page__no-results p {
	font-size: 18px;
	line-height: 1.4;
}

.search-page__no-results ul {
	list-style: none;
	padding-left: 1rem;
}

.search-page__no-results li + li{
	margin-top: 1em;
}

.search-page__no-results li a {
	color: hsl( 225, 100%, 30% );
	font-weight: 700;
}

.search-page__result-item-media {
	position: relative;
	width: calc(50% - 1rem);
	max-width: 200px;
	margin-right: 1rem;
	flex-shrink: 0;
}

.search-page__result-item-body {
	max-width: 100%;
}

.search-page__result-link a {
	word-break: break-all;
}

.search-page__result-detail-label {
	text-transform: uppercase;
	color: gray;
	font-size: 0.9em;
	font-weight: 700;
}

.search-page__result-list p:last-child {
	margin-bottom: 0;
}

.search-page__result-item-video-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: white;
}

.search-page__result-pagination {
	text-align: center;
}

.search-page__result-pagination:empty {
	display: none;
}

.search-page__result-pagination,
.search-page__video-disclaimer {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.search-page__result-pagination > *:not(:first-child) {
	margin-left: 0.5em;
}

.search-page__result-pagination > *:not(:last-child) {
	margin-right: 0.5em;
}

.search-page__current-page {
	display: inline-block;
	font-weight: 600;
}


.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 2%;
  display: none;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: relative;
}

.wp-block-northrop-grumman-feature-video .wp-block-embed__wrapper{
    position: relative;
    display: inline-block;
    padding-top: 56.25%;
    width: 100%;
}

.wp-block-northrop-grumman-feature-video .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0;
  display: none;
}

.wp-block-northrop-grumman-feature-video iframe {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 2%;
  display: none;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: relative;
  width: 640px;
  height: 360px;
  max-width: 100%;
  max-height: 100%;
}

.aligncenter {
  text-align: center;
}

.jetpack-video-wrapper {
  display: inline-block;
  margin-bottom: 0!important;
}

.wp-block[data-align="left"] > [data-type="core/embed"], .wp-block[data-align="right"] > [data-type="core/embed"], .wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 600px;
}

.wp-block-embed figcaption {
  margin-top: 0;
}

.alignwide iframe, .alignfull iframe {
  width: 920px!important;
  height: 518px!important;
}

.card .filter, .filter-body a{
  text-transform: capitalize;
}
.is-style-dark h2,.is-style-dark-blue h2,.is-style-navy-blue h2,.is-style-navy h2 {
    color: #fff!important;
}

/** Post 5.9 WP Upgrade CSS Fixes **/
.wp-block-image figcaption {
	text-align: center;
	font-size: 13px;
	color: #555;
}

p, .wp-die-message {
	line-height: 1.5;
}

.enable-cookies-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}

.jobsVideo .iframe-wrap {
  position: relative;
}

#main > div > div > div.wp-bootstrap-blocks-row.row.justify-content-center.align-items-center {
  scroll-margin-top: 100px;
}