@charset "UTF-8";
/*
  javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
.cbm-dev {
  display: none;
}

/*
Fun mixins
*/
/*
Margin Mixins - specify the original values in px's for small screens.
*/
/*
Collection of one-off helper classes
*/
.z1 {
  position: relative;
  z-index: 1;
}

.z2 {
  position: relative;
  z-index: 2;
}

.z3 {
  position: relative;
  z-index: 3;
}

.block-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.justify {
  text-align: justify;
}

.text-bottom-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.text-bottom-holder > div.text-bottom {
  position: absolute;
  bottom: 0;
}

.relative {
  position: relative;
}

.display-flex {
  display: flex;
}
.display-flex > * {
  display: block;
}

.flex-wrap-container {
  flex-wrap: wrap;
}
.flex-wrap-container > * {
  width: 100%;
}

.flex-center {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

[data-whatinput=mouse] img.slick-slide:focus {
  outline: 0px !important;
}

.image-center {
  position: relative;
}
.image-center img {
  position: absolute;
}
.image-center.center-vertical {
  overflow-x: hidden;
}
.image-center.center-vertical img {
  top: 0;
  bottom: 0;
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
}
.image-center.center-horizontal {
  overflow-y: hidden;
}
.image-center.center-horizontal img {
  left: 0;
  right: 0;
  height: auto;
  max-height: none;
  width: 100%;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1b2134;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.navbar-right.two {
  padding-top: 0.4em !important;
}

.fas.fa-search {
  padding-top: 0.3em !important;
  color: #0f1932;
}

.fas.fa-search:focus {
  outline: none !important;
}

.searchButton {
  padding-top: 0px;
  background: none;
  border: none;
}

.horizontalDiv {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

li.h40 {
  height: 40px;
}

.icon {
  max-height: 50px;
}

.navbar-toggle {
  margin-top: 15px !important;
}

/* acquisitions navbar */
#testDrop {
  display: none;
}

#nucDrop {
  display: none;
}

#maintDrop {
  display: none;
}

#rdDrop {
  display: none;
}

#smDrop {
  display: none;
}

.nope {
  padding-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.navigation {
  height: 70px;
  background: #0f1932 !important;
  position: fixed;
  z-index: 999;
  top: 66px;
  width: 100%;
  opacity: 0.85;
  display: none;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: #fff;
  text-decoration: none;
}

.nav-container {
  /* max-width: 1000px; */
  margin: 0 auto;
}

nav.secondNav {
  /* float: right; */
  float: right;
}

nav.secondNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.secondNav ul li {
  float: left;
  position: relative;
}

nav.secondNav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #0f1932 !important;
  color: #fff;
  text-decoration: none;
}

nav.secondNav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581dc;
  color: #fff;
}

/* nav.secondNav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
  } */
nav.secondNav ul li ul li {
  min-width: 190px;
}

nav.secondNav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 3px;
  background: transparent;
  height: 70px;
  width: 70px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #e7e7e7;
  }

  .nav > li {
    position: relative;
    display: block;
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  nav.secondNav {
    width: 100%;
    padding: 60px 0 15px;
  }

  nav.secondNav ul {
    display: none;
  }

  nav.secondNav ul li {
    float: none;
  }

  nav.secondNav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav.secondNav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: relative;
  }

  .navigation {
    max-height: 62px;
    background: #0f1932 !important;
    position: fixed;
    z-index: 999;
    top: 66px;
    width: 100%;
    opacity: 0.88;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .navbar-toggle {
    margin-top: 15px !important;
  }

  .navbar-default .navbar-toggle {
    margin-top: 15px !important;
  }

  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 26px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 1.45px;
  width: 20px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -6px;
}

#nav-toggle span:after {
  bottom: -6px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

#secondSearch {
  font-size: 16px;
  padding-top: 0.5em !important;
}

#barTop {
  font-size: 20px !important;
  color: #0f1932 !important;
  margin-left: -6.5em !important;
  margin-right: 5em !important;
  margin-top: 0.1em !important;
}

.form-control {
  border-radius: 0 !important;
  /* min-width:260px !important; */
}

.searchIt {
  width: 52px;
}

@media (min-width: 992px) {
  .navbar {
    height: 71px !important;
  }

  .navbar-collapse.collapse.two {
    height: 69px !important;
  }

  .navbar {
    border-top: 1px solid #0f1932;
    border-bottom: 1px solid #0f1932;
  }
}
.navLogo {
  max-height: 36px;
}

a.navyBlock {
  font-weight: 100 !important;
}

#list1 {
  width: 70px !important;
  color: #767677;
  font-size:16px !important;
}

#list2 {
  width: 70px !important;
  color: #767677;
  font-size: 16px !important;
}

#list3 {
  width: 108px !important;
  color: #767677;
  font-size:16px !important;

}

#list4 {
  width: 78px !important;
  color: #767677;
  font-size:16px !important;
}

#list5 {
  width: 73px !important;
  color: #767677;
  font-size:16px !important;
}

#list6 {
  width: 100px !important;
  color: #767677;
  font-size:16px !important;
}

#list7 {
  width: 79px !important;
  color: #767677;
  font-size:16px !important;
}

#list8 {
  width: 78px !important;
  color: #767677;
  font-size:16px !important;
}

#list9 {
  width: 90px !important;
  color: #767677;
  font-size:16px !important;
}

.fab.fa-facebook {
  color: #3b5998;
  font-size: 20px;
}

.fa.fa-linkedin-square {
  color: #4875b4;
  font-size: 20px;
}

.fab.fa-instagram {
  color: #de3d70;
  font-size: 20px;
}

.fa.fa-twitter-square {
  color: #33ccff;
  font-size: 20px;
}

.fa.fa-youtube-square {
  color: #ff3333;
  font-size: 20px;
}

#liSearch {
  width: 78px !important;
  color: #767677;
}

#liRegister {
  width: 78px !important;
  color: #767677;
}

#liSocial {
  width: 68px !important;
  color: #767677;
  font-size:16px !important;
}

#navRight1 {
  padding-top: 0.4em;
}

/* styles for internet explorer */
.nav {
  list-style-type: none !important;
}

li {
  list-style-type: none !important;
}

@media (max-width: 480px) {
  .navbar-toggle {
    margin-top: 15px !important;
  }
}
.slider .slide {
  display: none;
}

.slider .slide:first-child {
  display: block;
}

.slider.slick-initialized .slide {
  display: block;
}

a {
  transition: all 300ms ease-in-out;
}

::selection {
  color: #ffffff;
  background: #1b2134;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #1b2134;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  font-weight: 100 !important;
  cursor: pointer;
  pointer-events: auto !important;
}

#site-wrapper {
  overflow-x: hidden !important;
}

h1 {
  color: white;
  font-size: 30px;
}

p {
  font-size: 21px;
}

#menu2 li.slide-line {
  display: none;
}

.skipNav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.navbar-fixed-top {
  z-index: 99991 !important;
}

a.social-head {
  padding: 15px 10px 10px 10px !important;
}

.zero {
  opacity: 0;
}

.transparent {
  opacity: 0;
}

.searchWhite {
  color: white !important;
}

.searchGray {
  color: #0f1932 !important;
}

.form-control:focus {
  border-color: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* hero slider */
/* .slick-prev {
left: 5px;
z-index:9999;
}
.slick-next {
right: 5px;
} */
.slick-dots {
  bottom: -10px;
}

.hero-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0px 5%;
  margin: 0 auto;
}

.hero-content {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
}

.slide-message {
  margin-bottom: 20px;
}

/*
this is the class for the line animations on the a tags */
.aLine {
  top: 20px;
  left: 15px;
  width: 37px;
  padding: 0;
  margin: 0;
  background: none #0f1932;
  position: absolute;
  height: 3px;
  z-index: 0;
  margin-top: 1.2em !important;
}

.custCaption1,
.custCaption2,
.custCaption3,
.custCaption4,
.custCaption5,
.custCaption6,
.custCaption7,
.custCaption8,
.custCaption9,
.custCaption10,
.custCaption11,
.custCaption12,
.custCaption13,
.custCaption14 {
  position: absolute;
  background-color: rgba(38, 50, 83, 0.7);
  padding: 10px;
  color: white;
  margin: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: 0;
  display: none;
}

.custCaption1:hover,
.custCaption2:hover,
.custCaption3:hover,
.custCaption4:hover,
.custCaption5:hover,
.custCaption6:hover,
.custCaption7:hover,
.custCaption8:hover,
.custCaption9:hover,
.custCaption10:hover,
.custCaption11:hover,
.custCaption12:hover,
.custCaption13:hover,
.custCaption14:hover {
  display: block;
}

.endDescription {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 1em;
  margin-right: 1em;
  padding-bottom: 2em;
  padding-top: 2em;
}

.flickity-page-dots {
  display: none;
}

.searchHover {
  background: #2f5399 !important;
  transition: all 0.3s ease-in-out;
  color: white !important;
}

.grayHover {
  background: #d7d9dc !important;
  transition: all 0.3s ease-in-out;
}

/* this is for the static words on left of slick slider */
h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  font-size: 7em !important;
  font-weight: 700;
  text-shadow: -4px 5px 7px rgba(30, 30, 30, 0.49);
}

p.register {
  padding-top: 0em;
  font-size: 1.4em !important;
}

.overlay {
  position: absolute;
  z-index: 999;
  left: 6.8%;
  bottom: 43%;
  text-shadow: -4px 5px 7px rgba(30, 30, 30, 0.49);
}

.funThing {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  left: 9%;
  bottom: 24%;
}

.verticalStuff {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  left: 9%;
  bottom: 57%;
}

.whiteLine {
  background: white;
  width: 77px;
  height: 5px;
  position: absolute;
  z-index: 999;
  left: 7.2%;
  bottom: 35%;
}

#topLine1 {
  font-weight: 500;
  font-size: 1.8em !important;
  margin-bottom: 0em;
}

#topLine2 {
  font-weight: 500;
  font-size: 1.5em !important;
  margin-top: 0em;
  margin-bottom: 0.7em;
}

#topLine3 {
  font-weight: 500;
  font-size: 2.8em !important;
  margin-bottom: 0em;
  margin-top: 0em;
}

#topLine6 {
  font-weight: 500;
  font-size: 2em !important;
  margin-bottom: 0em;
  margin-top: 0em;
}

#topLine4 {
  font-weight: 500;
  font-size: 2.8em !important;
  margin-top: 0em;
  margin-bottom: 0.5em;
  text-align: left;
}

#topLine7 {
  font-weight: 500;
  font-size: 2em !important;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

#topLine5 {
  font-weight: 500;
  font-size: 1.5em !important;
  margin-top: 0em;
  margin-bottom: 0.1em;
}

.topBoxShadow {
  box-shadow: 0px -14px 40px -9px rgba(0, 0, 0, 0.75);
}

.outer {
  margin-bottom: -2em;
  width: 532px;
  height: 72px;
  overflow: hidden;
  transition: height 500ms;
}

.outer2 {
  margin-bottom: -2em;
  width: 532px;
  height: 72px;
  overflow: hidden;
  transition: height 500ms;
}

.outer3 {
  margin-bottom: -2em;
  width: 532px;
  height: 72px;
  overflow: hidden;
  transition: height 500ms;
}

.inner {
  font-size: 100px;
  transition: padding 1000ms;
  padding-top: 200px;
  font-size: 2.6em;
  line-height: 100px;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  letter-spacing: 0em;
  font-weight: 100;
  color: white;
}

.inner2 {
  font-size: 100px;
  transition: padding 1000ms;
  padding-top: 201px;
  font-size: 2.6em;
  line-height: 100px;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  letter-spacing: 0em;
  font-weight: 100;
  color: white;
}

.inner3 {
  font-size: 100px;
  transition: padding 1000ms;
  padding-top: 201px;
  font-size: 2.6em;
  line-height: 100px;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  letter-spacing: 0em;
  font-weight: 100;
  color: white;
}

.innerOne {
  margin-top: -0.5em;
  padding-top: 0;
  transition: padding 1000ms;
  cursor: pointer;
  text-shadow: -1px 3px 7px rgba(30, 30, 30, 0.49);
}

.innerTwo {
  margin-top: -0.5em;
  padding-top: 0;
  transition: padding 1000ms;
  cursor: pointer;
  text-shadow: -1px 3px 7px rgba(30, 30, 30, 0.49);
}

.innerThree {
  margin-top: -0.5em;
  padding-top: 0;
  transition: padding 1000ms;
  cursor: pointer;
  text-shadow: -1px 3px 7px rgba(30, 30, 30, 0.49);
}

.innerOneDot {
  margin-top: -0.5em;
  padding-top: 0;
  transition: padding 1000ms;
  cursor: pointer;
  text-shadow: -1px 3px 7px rgba(30, 30, 30, 0.49);
}

.innerTwoDot {
  margin-top: -0.5em;
  padding-top: 0;
  transition: padding 1000ms;
  cursor: pointer;
  text-shadow: -1px 3px 7px rgba(30, 30, 30, 0.49);
}

.innerThreeDot {
  margin-top: -0.5em;
  padding-top: 0;
  transition: padding 1000ms;
  cursor: pointer;
  text-shadow: -1px 3px 7px rgba(30, 30, 30, 0.49);
}

.newInner {
  transform: translate3d(0px, -180%, 0px);
  transition-timing-function: ease-out;
  transition: 1s;
}

.newInner2 {
  transform: translate3d(0px, -180%, 0px);
  transition-timing-function: ease-out;
  transition: 1s;
}

.newInner3 {
  transform: translate3d(0px, -180%, 0px);
  transition-timing-function: ease-out;
  transition: 1s;
}

.newInnerDot {
  transform: translate3d(0px, -180%, 0px);
  transition-timing-function: ease-out;
  transition: 1s;
}

.newInner2Dot {
  transform: translate3d(0px, -180%, 0px);
  transition-timing-function: ease-out;
  transition: 1s;
}

.newInner3Dot {
  transform: translate3d(0px, -180%, 0px);
  transition-timing-function: ease-out;
  transition: 1s;
}

.bottomBoxShadow {
  /*box-shadow: 0px 33px 51px -19px rgba(0, 0, 0, 0.75);*/
  box-shadow: none !important;
}

#firstBlock {
  position: absolute;
  z-index: 999;
  left: 6.1%;
  bottom: 38%;
  padding-bottom: 4.5em;
}

#secondBlock {
  position: absolute;
  z-index: 999;
  left: 6.1%;
  bottom: 38%;
  padding-bottom: 4.5em;
}

#thirdBlock {
  position: absolute;
  z-index: 999;
  left: 6.1%;
  bottom: 38%;
  padding-bottom: 4.5em;
}

.slideButton.one {
  position: absolute;
  z-index: 300000;
  left: 4%;
  bottom: 2%;
}

.slideButton.two {
  position: absolute;
  z-index: 300000;
  left: 5.5%;
  bottom: 2%;
}

.slideButton.three {
  position: absolute;
  z-index: 300000;
  left: 7%;
  bottom: 2%;
}

.slide__caption {
  z-index: -20;
  position: absolute;
}

.slide__caption2 {
  z-index: -20;
  position: absolute;
}

.mobileHidden {
  display: none;
}

.slide__caption3 {
  z-index: -20;
  position: absolute;
}

.set {
  position: relative;
}

.unset {
  position: unset;
}

.unset2 {
  position: unset;
}

.unset3 {
  position: unset;
}

.scrollMagic {
  position: absolute;
  width: 100%;
  height: 250px;
  margin-top: 82em;
  z-index: 9999999999;
}

.moveThis2 {
  height: 190px;
  width: 100% !important;
  position: absolute;
  z-index: 5;
  top: 109%;
}

.moveThis3 {
  height: 400px;
  width: 100% !important;
  position: absolute;
  z-index: 1000;
  top: 300%;
}

.strip1 {
  width: 100%;
  height: auto;
}

.blockAcross1 {
  position: relative;
}

.blockAcross2 {
  position: relative;
}

.blockAcross3 {
  position: relative;
}

.blockAcross1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #252831, #373c49, #51545d, #717276, #ababab, #dfdfdf);
  opacity: 0.7;
}

.blockAcross2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #1b2134, #2d3344, #404658, #61646c, #8b8b8c, #aaaaaa);
  opacity: 0.7;
}

.blockAcross3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #2c2b37, #454352, #5a5864, #67666b, #7e7e7e, #d7d7da);
  opacity: 0.7;
}

#hiddenVideos2 {
  display: none;
}

.square1 {
  height: 200px;
  width: 200px;
}

.blockAcross1 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.blockAcross2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.blockAcross3 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.overlayText.two {
  font-family: "Roboto Condensed", sans-serif !important;
  color: white;
  font-size: 2em !important;
  font-weight: 500;
  margin-bottom: 0;
  position: absolute;
  z-index: 3;
  top: 33%;
  left: 12%;
  text-shadow: -1px 4px 6px black !important;
}

.w870 {
  max-width: 870px;
}

.firstP {
  opacity: 0;
}

.firstPThing {
  opacity: 1;
}

.secondP {
  opacity: 0;
}

.secondPThing {
  opacity: 1;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid #d3dae0;
}

::-webkit-scrollbar-thumb {
  background: #b6c0cb;
}

/* flickity */
.flickity-prev-next-button.next {
  right: 10px;
  position: absolute;
  z-index: 3000;
}

.flickity-prev-next-button.previous {
  left: 10px;
  position: absolute;
  z-index: 3000;
}

/* images sliding up */
.moveThis {
  height: 440px;
  width: 100% !important;
  position: absolute;
  z-index: 200;
  top: 32%;
}

.tabletHidden {
  display: none;
}

.afcsHidden {
  width: 75px !important;
  height: 121px !important;
  margin-top: -4em;
}

.btn-link:hover,
.btn-link:focus {
  color: white !important;
  text-decoration: none !important;
  background-color: transparent;
}

.card {
  text-align: left !important;
}

.btn-link {
  color: white !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.mobileFooter {
  display: none;
}

h4.panel-title {
  text-align: left !important;
}

.panel-body {
  text-align: left !important;
  padding-bottom: 0em !important;
}

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "";
  padding-right: 5px;
  font-weight: 100 !important;
  font-size: 13px;
  padding-top: 3px;
}

.panel-title > a.collapsed:before {
  float: right !important;
  content: "";
  font-weight: 100 !important;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}

#footerA {
  color: #292a2e !important;
}

#footerA:hover {
  color: #292a2e !important;
}

#footerA:focus {
  color: #292a2e !important;
}

#footerB {
  color: white !important;
}

#footerB:hover {
  color: white !important;
}

#footerB:focus {
  color: white !important;
}

.card {
  margin-bottom: 2em !important;
}

/* new classes for fonts on non-homepage */
h1.acq {
  font-size: 2.6em !important;
  font-weight: 700 !important;
  margin-bottom: 1em;
  margin-top: 0em;
}

h1.acq.two {
  font-size: 1.8em !important;
  font-weight: 400 !important;
  margin-bottom: 1.4em;
}

#slideUpLiner {
  height: 4px;
  width: 100px;
  margin-top: 3em;
}

#slideUpLiner2 {
  height: 3px;
  width: 90px;
  margin-bottom: 45px;
}

#slideUpLiner3 {
  height: 3px;
  width: 90px;
  margin-bottom: 45px;
}

.slideDown1,
.slideDown2,
.slideDown3 {
  display: none;
  padding: 10px;
}

.middleTablet {
  max-width: 1200px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 2em;
}

.middleTablet.two {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-bottom: 2em;
  text-align: left;
  padding-left: 1em;
  padding-right: 4em;
}

.flexStart {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  padding-left: 1em;
  padding-bottom: 1em;
}

.padding-0 {
  padding-right: 0;
  padding-left: 0;
}

/* preloader classes */
.preloader-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000000000020000;
  height: 100%;
  width: 100%;
  background: #0f1932;
  /* background: radial-gradient(ellipse at center, #7eec41 34%, #00b300 100%);  */
}

.preloader {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000000000000100000;
  width: 100%;
  height: 100%;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #0f1932;
}

/* classes for the slide up blocks on each page  */
.block1Thing,
.block2Thing,
.block3Thing,
.block14Thing,
.block15Thing,
.block44Thing {
  box-shadow: 0px 33px 51px -19px rgba(0, 0, 0, 0.75);
  opacity: 1;
}

.i1 {
/*SRB Changed for Postponement  background-color: #262932;*/
  background-color: #FA4616;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i2 {
  background-color: #1b2134;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i3 {
  background-color: #2c2b37;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i4 {
  background-color: #262932;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i5 {
  background-color: #1b2134;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i6 {
  background-color: #262932;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i7 {
  background-color: #1b2134;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i8 {
  background-color: #2c2b37;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i88 {
  background-color: #2c2b37;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}

.i1:hover,
.i2:hover,
.i3:hover {
  opacity: 1;
}

.i6:hover,
.i64:hover {
  opacity: 1;
  background: #353945;
}

.i7:hover,
.i5:hover {
  opacity: 1;
  background: #272f4a;
}

.i8:hover {
  opacity: 1;
  background: #343241;
}

.i88:hover {
  opacity: 1;
  background: #343241;
}

.mb7 {
  margin-bottom: 7em;
}

.mb12 {
  margin-bottom: 12em;
}

.overlayText {
  font-family: "Roboto Condensed", sans-serif !important;
  color: white;
  font-size: 3.2em !important;
  font-weight: 300;
  margin-bottom: 5px;
}

.whiteLine2 {
  background: white;
  width: 300px;
  height: 3px;
  position: absolute;
  z-index: 1000;
  top: 60%;
  left: 8%;
}

.hideThis {
  display: none;
}

.blackLine {
  width: 2px;
  background: #d7d9dc;
  margin-top: -0.4em;
  height: 69px;
  margin-right: 2em;
  margin-right: 1em;
  margin-left: 0.6em;
}

.navyBlock {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100 !important;
/*  background: #0f1932 !important;*/
   background: #2f5399 !important;
  padding: 23px 42px 25px 30px !important;
  position: relative;
  right: 0px;
  top: 14px;
  color: white !important;
  margin-top: -20px;
  margin-left: 1em;
  height: 70px;
  transition: all 0.3s ease-in-out;
}

.navyBlock:hover {
/*  background: #2f5399 !important;*/
   background: #0f1932 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 100 !important;
  transition: all 0.3s ease-in-out;
}

.hero-content.acq {
  display: none;
}

.hero-content.first {
  display: none;
}

.bluish3 {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 5em;
}

.spreadAcross {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding-left: 6px;
  padding-top: 15px;
  padding-bottom: 0em;
}

.allAcross {
  width: 100%;
}

/* full with youtube on acq page */
.videoWrapperACQ {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  box-shadow: none !important;
}

.videoWrapperACQ iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}

.center2.bluish2 {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 8em;
  margin-top: 2em;
}

.center.bluish2 {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 9em;
  margin-top: 2em;
}

.bluishButton {
  margin-top: 40px;
  font-size: 14px;
  color: white !important;
  background-color: #2f5399;
  border: 2px solid transparent;
  font-weight: 300;
  padding: 12px 40px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  margin-right: 1em;
  margin-left: 1em;
  width: 160px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.bluishButton.two {
  margin-top: 40px;
  font-size: 14px;
  color: white !important;
  background-color: #2f5399;
  border: 2px solid transparent;
  font-weight: 300;
  padding: 14px 0px;
  letter-spacing: 1px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  margin-right: 2em;
  width: 157px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.bluishButton:hover {
  color: white;
  transition: all 0.3s ease-in-out;
}

.bluishButton.two:hover {
  color: white;
  transition: all 0.3s ease-in-out;
}

.diversity {
  background-image: url(../images5/diversity.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 900px;
  background-size: cover;
}

#map {
  height: 700px !important;
}

#map-canvas {
  height: 700px !important;
}

.blacker2 {
  padding-top: 0em;
  background: #151a1f;
}

.away {
  visibility: hidden;
}

.back {
  font-size: 20px !important;
}

li,
a,
p {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 100 !important;
}

a {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 100 !important;
  font-size: 1.0em !important;
  text-decoratoon: underline dotted !important;
}

a.highlight {
  color: #767677;
  font-weight: 400 !important;
}

a.blacker {
  color: #767677;
  font-weight: 400 !important;
}

a.highlight:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 70px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.two:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 70px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.three:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 78px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.four:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 99px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

/*SRB - adjustments to menu sizing*/
a#five,
a#list6.highlight.six,
a#seven,
a#eight,
a#nine {
  width: 80px;
}

a.highlight.five:hover,
a.highlight.six:hover,
a.highlight.seven:hover,
a.highlight.eight:hover,
a.highlight.nine:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 80px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

/*SRB - Adjustments to menu sizing end*/
.blacker:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 68px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.eight:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 66.58px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.nine:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 67px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.ten:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 78px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.eleven:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 98px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

a.highlight.twelve:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 80px !important;
  height: 50px !important;
  color: #0f1932 !important;
}

.blacker.thirteen:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  width: 68px !important;
  font-weight: 400 !important;
  color: #0f1932 !important;
}

a.highlight.twelve {
  color: #767677 !important;
  font-weight: 400 !important;
}

a.highlight.eight {
  color: #767677 !important;
  font-weight: 400 !important;
}

a.highlight.nine {
  color: #767677 !important;
  font-weight: 400 !important;
}

a.highlight.ten {
  color: #767677 !important;
  font-weight: 400 !important;
}

a.highlight.eleven {
  color: #767677 !important;
  font-weight: 400 !important;
}

a.blacker.thirteen {
  color: #767677 !important;
  font-weight: 400 !important;
}

.listOne {
  width: 66.58px !important;
}

.listOne:hover {
  width: 66.58px !important;
}

.listTwo {
  width: 67px !important;
}

.listTwo:hover {
  width: 67px !important;
}

.listThree {
  width: 78px !important;
}

.listThree:hover {
  width: 78px !important;
}

.listFour {
  width: 98px !important;
}

.listFour:hover {
  width: 98px !important;
}

.listFive {
  width: 80px !important;
}

.listFive:hover {
  width: 80px !important;
}

a.highlight.twelve:hover {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 80px;
  height: 50px;
  color: #0f1932 !important;
}

/* the news/bog articles styles */
.main-news-holder {
  margin-bottom: 0em;
  border: 5px solid white;
  padding: 2em;
  font-family: "Roboto Condensed", sans-serif;
}

.eventBox h4 {
  font-size: 18px;
  color: #0094f3;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}

.hideInitial {
  display: none;
}

/* these will have to be hidden? */
/* .myNews p {
display:none;
}


.myNews p:first-child {
display:block;
}

.myNews p:nth-of-type(2) {
display:block;
}

.myNews p:nth-of-type(1) {
display:block;
}

.myNews ul {
display:none;
}

.myNews img {
display:none;
} */
.eventBox h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  text-decoration: underline;
}

.eventBox h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  font-size: 16px;
  text-decoration: underline;
}

.eventBox li {
  color: white;
  text-align: left;
  list-style-type: disc !important;
  font-family: "Roboto Condensed", sans-serif;
}

.eventBox a {
  color: white;
  text-decoration: underline;
  font-family: "Roboto Condensed", sans-serif;
}

.main-news-holder:first-child {
  margin-bottom: 0em;
  border-top: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 0px;
  padding: 2em;
}

.main-news-holder:last-child {
  margin-bottom: 0em;
  border-bottom: 5px solid white;
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-top: 0px;
  padding: 2em;
}

/* the bars that turn into an X */
.con,
.special-con {
  cursor: pointer;
  display: inline-block;
}

.bar {
  display: block;
  height: 3px;
  width: 22px;
  background: #0f1932;
  margin: 4px auto;
}

.con {
  width: auto;
  margin: 0 auto;
  transition: all 0.5s ease;
  margin-top: -0.1em;
}

.con:hover .bar,
.special-con:hover .bar {
  background-color: black;
}

.middle {
  margin: 0 auto;
}

.bar {
  transition: all 0.5s ease;
}

.con:hover .top {
  transform: translateY(7px) rotateZ(45deg);
}

.con:hover .bottom {
  transform: translateY(-7px) rotateZ(-45deg);
}

.con:hover .middle {
  width: 0;
}

/* end of X effect */
.gray:hover {
  font-weight: bold !important;
}

.noshow,
.noShow {
  display: none;
}

.noshow2,
.noShow2 {
  display: none;
}

.showIt {
  display: block !important;
}

.icon {
  opacity: 0.3;
}

.navbar-nav {
  float: left;
  margin: 0;
  margin-right: 1em;
}

/* slick slider  */
.slick-slider {
  margin-bottom: 0px !important;
}

.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}

.slick-slider {
  overflow: hidden;
  margin-top: 4.5em !important;
}

.slick-slider button {
  cursor: pointer !important;
}

.slick-slider .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .slick-arrow, .slick-dots {
position: absolute;
z-index: 15;
} */
/* .slick-arrow {
top: 50%;
} */
/* .slick-arrow.slick-prev {
left: 0;
}
.slick-arrow.slick-next {
right: 0;
} */
.slick-dots {
  width: 100% !important;
  bottom: 2%;
  left: -42%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

/* .slick-arrow.slick-next {
right: 0;
display: none !important;
}
.slick-arrow.slick-prev {
right: 0;
display: none !important;
} */
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 25px 5px 20px 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  border: 0;
  outline: none;
  background: white;
  margin-top: 0px;
}

li.slick-active button {
  background: #0098da;
}

.slick-dots {
  position: absolute;
  z-index: 3000;
}

.slick-dots {
  bottom: 10px !important;
}

.w800 {
  max-width: 800px;
  padding-top: 80px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 40px;
}

.whiteLine3 {
  width: 90px;
  height: 3px;
  background: white;
  margin-bottom: 45px;
}

.whiteLine3.two {
  width: 90px;
  height: 3px;
  background: white;
  margin-bottom: 45px;
}

.navbar {
  border-radius: 0px !important;
}

p.small {
  font-size: 1.4em;
  font-weight: 100 !important;
  text-align: left;
  line-height: 33px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100 !important;
  color: white;
  margin-bottom: 45px;
  letter-spacing: 0.04em;
}

.easeIt {
  transition-timing-function: ease-in-out;
}

.easeIt2 {
  transition: all 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /* easeInCubic */
}

.addIt {
  opacity: 1;
}

/* flickity */
.m-carousel {
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0px 33px 51px -19px rgba(0, 0, 0, 0.75);
}

.m-carousel.flickity-enabled {
  opacity: 1 !important;
}

.m-carousel {
  opacity: 1 !important;
}

.m-carousel__item {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  width: 50%;
  border-right: none;
}

.m-carousel__item.is-selected {
  opacity: 1;
}

.m-carousel__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.m-carousel__image.flickity-lazyloaded {
  opacity: 1;
}

.m-carousel .flickity-prev-next-button {
  border: none;
  background: none;
}

.m-carousel .flickity-prev-next-button path {
  fill: #fff;
}

.m-carousel .flickity-prev-next-button:hover {
  background: none;
}

.m-carousel__item {
  opacity: 0.3 !important;
  z-index: 10000000000000000;
}

.m-carousel__item.is-selected {
  opacity: 1 !important;
  z-index: 10000000000000000;
}

.darker {
  color: #0f1932 !important;
  font-weight: 900 !important;
}

h1.acq {
  font-size: 2.6em !important;
  font-weight: 700 !important;
  margin-bottom: 45px;
  line-height: 53px;
}

/* footer stuff */
.smallAF {
  width: 40px;
  height: 35px;
  margin-right: 1em;
}

footer {
  padding-top: 40px;
  width: 100%;
  min-height: 260px;
  background-color: #292a2e;
  box-shadow: 0px -14px 40px -9px rgba(0, 0, 0, 0.75);
}

.whiteLink {
  font-family: "Roboto Condensed", sans-serif;
  color: white !important;
  font-weight: 100 !important;
  font-size: 14.4px;
  text-decoration: none;
}

.whiteLink.bottom {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  width: 70px;
}

.whiteLink.bottom:first-of-type {
  margin-left: 60px;
  margin-right: 30px;
  font-size: 13px;
  width: 70px;
}

.whiteLink.bottom:first-of-type:hover {
  margin-left: 60px;
  margin-right: 30px;
  font-size: 13px;
  width: 70px;
}

.whiteLink.bottom:last-of-type {
  margin-right: 0px;
}

.bottomFoot {
  padding-bottom: 1em;
  padding-top: 1em;
  margin-top: 40px;
  padding-left: 0em;
  background-color: #292a2e;
}

#bottomFoot {
  color: white;
  font-size: 30px;
  margin-bottom: 12px;
}

.whiteLink.dark {
  font-family: "Roboto Condensed", sans-serif;
  color: #292a2e !important;
  font-weight: 100 !important;
  font-size: 14.4px;
  text-decoration: none;
}

.whiteLink.two {
  font-family: "Roboto Condensed", sans-serif;
  color: white !important;
  font-weight: 500 !important;
  font-size: 14.4px;
  text-decoration: none;
}

.whiteLink:hover {
  font-size: 14.4px !important;
  text-decoration: none;
}

.whiteLink.bottom {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px !important;
  width: 70px;
}

.whiteLink.bottom:hover {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px !important;
  width: 70px;
}

#same {
  margin-left: 45px;
  margin-right: 20px;
  font-size: 13px;
  width: 70px;
}

#same:hover {
  margin-left: 45px;
  margin-right: 20px;
  font-size: 13px;
  width: 70px;
}

a.whiteLink.two:hover {
  font-size: 14.4px !important;
  text-decoration: none;
}

.horizontal6 {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #e6e6e6 !important;
}

.grayThing {
  background: #e6e6e6 !important;
}

.smaller {
  list-style-type: none;
  margin-bottom: 0.5em;
  text-align: left;
}

.mt4 {
  margin-top: -4em;
}

.smaller2 {
  list-style-type: none;
  margin-bottom: 0.5em;
  text-align: left;
}

.smaller3 {
  list-style-type: none;
}

.mbt-40 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.afcsWhite {
  max-width: 79px !important;
  /* margin-top:12em; */
  margin-top: 1em;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  color: white !important;
}

.em2 {
  margin-left: 2em;
}

.center {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.center2 {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 6em;
}

li a.active {
  color: #0f1932;
}

#menu2 li.slide-line {
  padding: 0;
  margin: 0;
  background: black;
  position: absolute;
  left: 14px;
  top: 20px;
  height: 3px;
  z-index: 0;
  margin-top: 1.2em !important;
  width: 40px;
}

.lessThan {
  width: 200px;
}

#box2 {
  position: relative;
}

.horizontal {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* images on hover expand */
.parent {
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
}

.child {
  transition: all 0.5s;
  width: 100%;
}

.parent:hover .child,
.parent:focus .child {
  transform: scale(1.09);
}

.child:before {
  content: "";
  display: none;
  position: absolute;
}

.flexCol {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.spaceAround {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

.spaceBetween {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.trans--grow {
  transition: width 1s ease-out;
  width: 0%;
}

.trans--grow10 {
  transition: width 1s ease-out;
  width: 0%;
}

.trans--grow3 {
  transition: width 1s ease-out;
  width: 0%;
}

.grow {
  width: 105%;
}

.grow10 {
  width: 70%;
}

.hr {
  margin-left: 0;
}

.hr1 {
  margin-left: 0;
}

.hr10 {
  margin-left: 0;
}

.hr2 {
  margin-right: 0;
}

hr {
  margin-top: 0px;
  padding: 1px 0;
  border: none;
  background-color: white;
  letter-spacing: 5px;
}

button {
  outline: none !important;
}

.centerBlocks {
  display: block !important;
}

.slideDown1,
.slideDown2,
.slideDown3 {
  display: none;
  padding-left: 2em;
  padding-right: 2em;
}

/* search bar media query */
@media (max-width: 1024px) {
  .spreadAcross {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    padding-left: 6px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse.two {
    display: block !important;
    height: 73px;
    padding-bottom: 0;
    overflow: visible !important;
    padding-left: 1.6em;
    padding-bottom: 1em;
    background: #d7d9dc;
    margin-bottom: 0em;
  }

  .fas-fa-search:hover {
    color: #767677 !important;
  }
}
@media (min-width: 992px) {
  .hero-content {
    position: absolute;
    top: 30%;
    left: 6%;
  }

  .hero-content.acq {
    position: absolute;
    top: 22%;
    left: 6%;
  }
}
/* media queries */
@media (min-width: 1025px) {
  .slicker {
    text-shadow: 5px 2px 6px #3a3a3a;
    font-size: 7em;
    line-height: 100px;
    color: white !important;
    margin-bottom: 0em !important;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, sans-serif;
    margin-top: 0;
  }

  .slicker.two {
    text-shadow: 5px 2px 6px #3a3a3a;
    font-size: 7em;
    line-height: 100px;
    color: white !important;
    margin-bottom: 0em;
    margin-top: -0.4em;
    font-weight: 700;
    font-family: "Roboto Condensed", Arial, sans-serif;
  }

  .slicker.three {
    text-shadow: 5px 2px 6px #000000;
    font-weight: lighter !important;
    font-size: 3em !important;
    line-height: 80px;
    color: white;
    letter-spacing: 0em;
    margin-top: -0.6em;
    margin-bottom: 1.2em;
    color: white !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
  }

  .hiddenSlider2 {
    display: none;
  }
}
/* more media queries */
@media (max-width: 1024px) {
  .overlayText {
    font-family: "Roboto Condensed", sans-serif !important;
    color: white;
    font-size: 2em !important;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .hero-slide {
    background-position: center;
  }
}
@media (max-width: 580px) {
  .closeThis,
.closeThis2,
.closeThis3,
.closeThis4,
.closeThis5,
.closeThis6,
.closeThis7,
.closeThis8,
.closeThis9,
.closeThis10 {
    position: absolute;
    top: -4% !important;
    right: -9% !important;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: lighter;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .slick-slider,
.slick-list,
.slick-track {
    height: 100%;
    max-height: 500px;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .slick-slider,
.slick-list,
.slick-track {
    height: 100%;
    max-height: 370px;
  }
}
@media (max-width: 480px) {
  .slick-slider,
.slick-list,
.slick-track {
    height: 100%;
    max-height: 290px;
  }
}
@media (max-width: 1024px) {
  #topLine4 {
    font-weight: 500;
    font-size: 2em !important;
    margin-top: 0em;
    margin-bottom: 0.2em;
  }

  .center.bluish2 {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .bluishButton {
    margin-right: 0em;
    margin-bottom: 1em;
  }

  .block1,
.block2,
.block3,
.block44 {
    display: none !important;
  }

  .block4,
.block6,
.block17,
.block10,
.block5,
.block18 {
    opacity: 1 !important;
  }

  .w800 {
    padding-top: 60px;
  }

  .slicker {
    margin-top: 0em !important;
    font-size: 4em !important;
  }

  .slicker.two {
    font-size: 4em !important;
    margin-top: -0.8em !important;
  }

  .center2 {
    margin-top: 4em !important;
  }

  .center2.bluish2 {
    margin-bottom: 6em !important;
  }

  .hiddenSlider2 {
    display: flex;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .slick-dots {
    width: 100% !important;
    bottom: 2%;
    left: -41.5%;
  }

  .slicker.three {
    font-size: 1.8em !important;
    font-weight: lighter !important;
    margin-bottom: 0em !important;
    margin-top: -1em !important;
  }

  #hiddenVideos {
    padding-top: 2em !important;
  }

  .close3 {
    padding-top: 1em !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .slicker {
    margin-top: 2em !important;
  }

  .slick-dots {
    width: 100% !important;
    bottom: 2%;
    left: -42.5% !important;
    text-align: center;
  }

  .slicker.three {
    font-size: 1.8em !important;
    font-weight: lighter !important;
    margin-bottom: 0em;
    margin-top: -1em !important;
  }

  #hiddenVideos {
    padding-top: 2em !important;
  }

  .close3 {
    padding-top: 1em !important;
  }

  /*
  .smaller {
  margin-bottom:0em;
  } */
}
@media (max-width: 1024px) and (min-width: 768px) {
  .funThing {
    left: 12%;
  }

  #b31 {
    bottom: 14% !important;
  }

  hr {
    margin-top: 0px;
    padding: 1px 0;
    border: none;
    background-color: white;
    letter-spacing: 5px;
  }

  #topLine5,
#topLine2,
#topLine4,
#topLine3 {
    font-size: 1.4em !important;
  }

  h1.acq {
    font-size: 2.6em !important;
  }

  p.register {
    padding-top: 1em;
    font-size: 1.4em !important;
  }

  .m-carousel.flickity-enabled {
    opacity: 1 !important;
    display: block !important;
  }

  .m-carousel {
    opacity: 1 !important;
    display: block !important;
  }

  /* #wide {
    min-width:1078px;
    max-height:840px;
  } */
  .center.bluish2 {
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
  }
}
@media (max-width: 991px) {
  .hideOnTablet {
    display: none !important;
  }

  .tabletHidden {
    display: block;
  }

  .whiteLine3.two {
    margin-top: 17.5em !important;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding-right: 3em;
    outline: none !important;
  }

  input {
    outline: none !important;
    width:200px !important;
  }
}
@media (max-width: 767px) {
  #slideUpLiner2 {
    height: 3px;
    width: 90px;
    margin-bottom: 40px;
  }

  .smaller3 {
    margin-bottom: 0.5em;
  }

  .mobileHidden {
    display: block;
  }

  #mobileSmall {
    max-height: 340px !important;
    width: 100% !important;
  }

  .funThing {
    left: 12%;
  }

  #topLine5,
#topLine2 {
    font-size: 1em !important;
  }

  #topLine4,
#topLine3 {
    font-size: 1.6em !important;
  }

  hr {
    margin-top: 0px;
    padding: 1px 0;
    border: none;
    background-color: white;
    letter-spacing: 5px;
  }

  #slideUpLiner {
    height: 3px;
    width: 70px;
  }

  .m-carousel__item {
    width: 100% !important;
    /* full width */
    min-height: 250px !important;
    /* height of carousel */
    margin-right: 0px;
  }

  .smallerOverlay {
    font-weight: 500 !important;
    font-size: 2.5em !important;
    margin-bottom: 0em;
    margin-top: 0em;
  }

  .slick-dots li button {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 25px 3px 20px 3px;
    padding: 0;
    cursor: pointer;
  }

  .hideSome {
    margin-top: 0em !important;
  }

  #slideUpLiner {
    height: 2px;
    width: 60px;
  }

  .hideOnMobile {
    display: none !important;
  }

  .mobileHidden {
    display: block;
    margin-top: 0em;
  }

  .bluish3 {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .mobileFooter {
    display: block;
  }

  .card-body {
    margin-top: 1em;
  }

  p.register {
    padding-top: 0em;
    font-size: 16px !important;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  p.register.two {
    margin-top: 2em !important;
    margin-bottom: 1em !important;
  }

  p.small {
    font-size: 18px !important;
    text-align: center !important;
  }

  .largeFooter {
    display: none;
  }

  .bottomFoot {
    display: none;
  }

  .slicker.three {
    font-size: 1.4em !important;
    margin-top: -1em !important;
    font-weight: 100;
  }

  .slick-dots {
    width: 100% !important;
    bottom: 2%;
    left: -39% !important;
    text-align: center;
  }

  .slick-dots li button {
    height: 11px !important;
    width: 11px !important;
  }

  .slicker {
    font-size: 2em !important;
    margin-top: 3em !important;
  }

  .slicker.two {
    font-size: 2em !important;
    margin-top: -3em !important;
  }

  .slide-message {
    margin-bottom: 15px;
  }

  .center2.bluish2 {
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    padding-right: 2em;
    padding-left: 2em;
  }

  .bluishButton.two {
    margin-right: 0em !important;
  }

  .bluishButton {
    margin-right: 0em !important;
    margin-bottom: 1em !important;
    margin-left: 0em !important;
    margin-top: 1em !important;
  }

  h1.acq {
    font-size: 2em !important;
  }

  .mt4 {
    margin-top: -2em !important;
  }

  .diversity {
    height: 400px !important;
  }
}
@media (min-width: 992px) {
  .nope {
    display: none;
  }

  #bs-example-navbar-collapse-1 {
    padding-top: 0.4em;
  }
}
.slick-slider {
  visibility: hidden;
}

.slick-slider.slick-initialized {
  visibility: visible;
}

/* styles for internet explorer */
li {
  list-style-type: none !important;
}

.nav {
  list-style-type: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .con {
    margin-top: -0.2em;
  }

  .bar {
    margin: 5px auto;
  }
}
@media (min-width: 1025px) {
  .hero-slide {
    background-size: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3em;
    max-height: 65vh !important;
    height: 65vh;
  }

  #hero-slider2 {
    max-height: 65vh !important;
  }

  #hero-slider {
    max-height: 65vh !important;
  }
}
@media (min-width: 1900px) {
  #hero-slider2 {
    max-height: 65vh !important;
  }

  #hero-slider {
    max-height: 65vh !important;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .col-xs-12.shrink {
    width: 33.3333333333% !important;
  }
}
@media (max-width: 767px) {
  #topLine4 {
    font-weight: 500;
    font-size: 1.4em !important;
    margin-top: 0em;
    margin-bottom: 0.2em;
  }

  #topLine3 {
    font-weight: 500;
    font-size: 1.4em !important;
    margin-top: 0em;
    margin-bottom: 0.2em;
  }

  hr {
    padding: 1px 0;
  }

  .funThing {
    bottom: 25%;
  }

  .funThing:hover hr#line.trans--grow.hr1.grow {
    width: 110%;
  }

  hr.trans--grow.hr1.grow:active {
    width: 110% !important;
  }

  .slideDown1,
.slideDown2,
.slideDown3 {
    padding-top: 1em !important;
    vertical-align: middle !important;
    position: relative;
    overflow: hidden;
  }

  hr.trans--grow.hr1.grow {
    width: 110%;
  }

  .slick-dots {
    width: 100% !important;
    bottom: 2%;
    left: -40.5% !important;
    text-align: center;
  }
}
.img-test {
  height: 37vh !important;
}

.text-uppercase {
  text-transform: uppercase;
}

/** * Grid styles */
li {
  list-style-type: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: white !important;
}

.video-grid.front-page {
  margin: 0 auto;
  padding: 0em;
  /* width:100%; */
}

ul.video-list {
  display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  margin: 0em;
  padding: 0em;
}

li.video {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  width: calc(100% / 3);
}

.pb2 {
  margin-bottom: 2em;
}

li.video a {
  outline: none;
}

li.video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s;
}

li.video figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 5px;
}

li.video figure img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s;
}

li.video figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0f1932;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transform: translateY(0);
  opacity: 0.8;
  transition: all 0.2s;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  text-align: left;
}

li.video:hover figure img {
  opacity: 1;
  transform: scale(1);
}

li.video:hover figure figcaption {
  opacity: 0;
  transform: translateY(50%);
}

li.video:hover:before {
  /* background-color: rgba(0, 0, 0, 0.3); */
}

@media screen and (max-width: 800px) {
  li.video {
    width: 50%;
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 640px) {
  li.video {
    width: 100%;
  }
}
body {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  font-weight: 100 !important;
  cursor: grab;
  pointer-events: auto !important;
}

html {
  cursor: grab;
}

.icon {
  max-height: 50px;
}

.carousel-control {
  opacity: 1 !important;
}

.transparent {
  opacity: 0;
}

.preloader-wrap {
  display: none;
}

p {
  margin: 0 0 30px;
}

html {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
html p,
html div,
html a,
html span,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .h1,
html .h2,
html .h3,
html .h4,
html .h5,
html .h6 {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}
html #bigThing p.small {
  margin-bottom: 30px;
}
html #bigThing p.small.mb0 {
  margin-bottom: 0;
}
html #bigThing p.small.tiny {
  font-size: 13.75px;
  line-height: 1.2;
}
html #bigThing .content-last p.small:last-of-type {
  margin-bottom: 0;
}
html #hero-slider,
html #hero-slider2,
html .hero-slide {
  background-color: #1d223a;
}
html #hero-slider,
html #hero-slider2 {
  margin-top: 71px !important;
}
html .hero-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 3em;
  height: 220px;
  background-size: cover;
}
html .hero-slide .slicker {
  font-size: 70px !important;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
  text-shadow: 5px 2px 6px #3a3a3a;
  line-height: 0.75;
}
html .hero-slide .slicker.three, html .hero-slide .slicker.four {
  font-size: 28px !important;
  font-weight: normal !important;
  text-transform: uppercase;
  margin-left:6px;

  }
@media (min-width: 720px) {
  html .hero-slide {
    height: 400px;
  }
}
@media (min-width: 1025px) {
  html .hero-slide {
    max-height: 65vh !important;
    height: 65vh;
  }
  html #hero-slider2 {
    max-height: 65vh !important;
  }
  html #hero-slider {
    max-height: 65vh !important;
  }
}
html .hero-content {
  position: absolute !important;
  top: 50% !important;
  left: 6% !important;
  transform: translateY(-50%) !important;
  height: auto !important;
}
html .slide-message {
  margin-bottom: 20px !important;
}
html .slide-message:last-of-type {
  margin-bottom: 0 !important;
}
html #topLine4,
html #topLine3,
html #topLine5,
html #topLine2 {
  font-size: 24px !important;
}
html .parent #line {
  display: none;
}
html .m-carousel .flickity-prev-next-button {
  background: url("/wp-content/uploads/2019/12/arrow-previous.png") no-repeat center center;
  background-size: contain;
  width: 68px;
  height: 83px;
  border-radius: unset;
  transition: all 300ms ease-in-out;
}
html .m-carousel .flickity-prev-next-button > * {
  display: none !important;
}
html .m-carousel .flickity-prev-next-button:hover, html .m-carousel .flickity-prev-next-button:focus {
  background: url("/wp-content/uploads/2019/12/arrow-previous-filled.png") no-repeat center center;
  background-size: contain;
}
html .flickity-prev-next-button.previous {
  left: 160px;
}
html .flickity-prev-next-button.next {
  transform: translateY(-50%) rotate(180deg);
  right: 160px;
}
@media (max-width: 420px) {
  html .flickity-prev-next-button.previous {
    left: 12px;
  }
  html .flickity-prev-next-button.next {
    right: 12px;
  }
}
html .footer-links a.whiteLink {
  color: #a6a8aa !important;
}
html .footer-links a.whiteLink:hover, html .footer-links a.whiteLink:focus {
  color: white !important;
}
html .footer-links a.whiteLink.two {
  color: white !important;
}
@media (min-width: 421px) {
  html .centerBlocks .parent,
html #blocks4 .parent {
    height: 32.5vh;
  }
  html .centerBlocks .parent:after,
html #blocks4 .parent:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transform: translateX(-100%);
    transition: all 300ms ease-in-out;
  }
  html .centerBlocks .parent:hover:after, html .centerBlocks .parent:focus:after,
html #blocks4 .parent:hover:after,
html #blocks4 .parent:focus:after {
    transform: translateX(0);
  }
  html .centerBlocks .parent img,
html #blocks4 .parent img {
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
html .centerBlocks .funThing,
html #blocks4 .funThing {
  top: 30px;
  bottom: unset;
}
html h2.large {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 1025px) {
  html h2.large {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
html h3.medium {
  text-transform: uppercase;
  color: white;
  margin: 0 0 24px;
  font-size: 18px !important;
  font-weight: bold;
}
@media (min-width: 1025px) {
  html h3.medium {
    margin-bottom: 30px;
    font-size: 20px !important;
  }
}
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow),
html .bluishButton,
html .bluishButton.two,
html .bluishButton.new {
  background-color: #0d1326;
  border: #0d1326;
  color: #fff;
  width: 280px;
  height: 60px;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: normal !important;
  line-height: 23px;
  text-decoration: none;
}
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow) a,
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow) span,
html .bluishButton a,
html .bluishButton span,
html .bluishButton.two a,
html .bluishButton.two span,
html .bluishButton.new a,
html .bluishButton.new span {
  line-height: 36px;
  font-size: 20px;
  font-weight: normal !important;
  display: block;
}
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow) a:hover, html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow) a:focus,
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow) span:hover,
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow) span:focus,
html .bluishButton a:hover,
html .bluishButton a:focus,
html .bluishButton span:hover,
html .bluishButton span:focus,
html .bluishButton.two a:hover,
html .bluishButton.two a:focus,
html .bluishButton.two span:hover,
html .bluishButton.two span:focus,
html .bluishButton.new a:hover,
html .bluishButton.new a:focus,
html .bluishButton.new span:hover,
html .bluishButton.new span:focus {
  text-decoration: none;
}
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow).lightBlueButton, html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow).learn_more_btn,
html .bluishButton.lightBlueButton,
html .bluishButton.learn_more_btn,
html .bluishButton.two.lightBlueButton,
html .bluishButton.two.learn_more_btn,
html .bluishButton.new.lightBlueButton,
html .bluishButton.new.learn_more_btn {
  background-color: #375393;
}
html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow).lightBlueButton a, html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow).learn_more_btn a,
html .bluishButton.lightBlueButton a,
html .bluishButton.learn_more_btn a,
html .bluishButton.two.lightBlueButton a,
html .bluishButton.two.learn_more_btn a,
html .bluishButton.new.lightBlueButton a,
html .bluishButton.new.learn_more_btn a {
  color: white;
}
@media (max-width: 768px) {
  html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow),
html .bluishButton,
html .bluishButton.two,
html .bluishButton.new {
    width: auto;
  }
}
@media (max-width: 420px) {
  html button:not(.navbar-toggle):not([role=tab]):not(.flickity-button):not(.slick-arrow),
html .bluishButton,
html .bluishButton.two,
html .bluishButton.new {
    width: 90%;
  }
}
html .form-group.states {
  position: relative;
}
html .form-group.states:before, html .form-group.states:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #ffffff;
  top: 43%;
  transition: all 0.3s ease;
}
html .form-group.states:before {
  right: 50px;
  transform: rotate(-130deg);
}
html .form-group.states:after {
  right: 56px;
  transform: rotate(130deg);
}
html .container-fluid.blacker3,
html #bottom_seperator {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #375393;
  margin-top: 0;
}
html .container-fluid.blacker3 p,
html #bottom_seperator p {
  margin-bottom: 25px !important;
  font-size: 18px !important;
  line-height: 33px;
  letter-spacing: 0.04em;
}
html .container-fluid.blacker3 .center2,
html .container-fluid.blacker3 .center,
html .container-fluid.blacker3 .bluish3,
html #bottom_seperator .center2,
html #bottom_seperator .center,
html #bottom_seperator .bluish3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html .container-fluid.blacker3 .bluishButton,
html #bottom_seperator .bluishButton {
  margin-top: 0 !important;
}
html .container-fluid.blacker3 .bottomBoxShadow,
html #bottom_seperator .bottomBoxShadow {
  box-shadow: none;
}
html .container.cbm {
  max-width: 800px;
}
html .w800 {
  padding-top: 40px;
  padding-bottom: 40px;
}
html #slideUpLiner,
html #slideUpLiner2,
html #slideUpLiner3 {
  display: none;
}
html #bottom_seperator h2 {
  margin-bottom: 15px;
}
html .img-responsive.i4, html .img-responsive.i5, html .img-responsive.i6, html .img-responsive.i7, html .img-responsive.i8 {
  background-color: #1b2134;
  position: relative;
  opacity: 0.6;
  z-index: 2;
}
html .img-responsive.i4:hover, html .img-responsive.i4:focus, html .img-responsive.i5:hover, html .img-responsive.i5:focus, html .img-responsive.i6:hover, html .img-responsive.i6:focus, html .img-responsive.i7:hover, html .img-responsive.i7:focus, html .img-responsive.i8:hover, html .img-responsive.i8:focus {
  opacity: 1;
}
html form.subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
html form.subscribe input {
  margin-right: 16px;
  margin-bottom: 0;
  background: white;
  color: black;
  height: 60px;
  border: none;
  box-shadow: none;
  font-size: 17px;
  padding: 15px;
  line-height: 1;
}
html form.subscribe .lightBlueButton {
  margin: 0;
}
html .nav .con .top {
  transform: translateY(7px) rotateZ(45deg);
}
html .nav .con .bottom {
  transform: translateY(-7px) rotateZ(-45deg);
}
html .nav .con .middle {
  width: 0;
}
html .errorTitle {
  text-align: center;
  margin: 0;
  font-size: 12.5em;
  line-height: 1;
}
html .errorSubTitle {
  text-align: center;
  margin: 0;
  font-size: 40px;
  line-height: 1;
}
html ul.cbm-list {
  padding: 0;
  margin-bottom: 30px;
  font-size: 1.4em;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: white;
  text-align: left;
  list-style-position: inside;
}
html ul.cbm-list li {
  list-style-type: disc !important;
}
html footer {
  box-shadow: none;
}
html .largeFooter .spaceAround {
  padding: 0 1em;
  max-width: 1200px;
  justify-content: space-between;
  width: 100%;
}
html .largeFooter .spaceAround ul.footer-links {
  padding: 0;
}
html .lowerFooter {
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
}
html .lowerFooter .whiteLink.bottom {
  width: auto;
}
html .page-template-template-40_AFTAC-News h1,
html .page-template-template-41_AFCS-News h1 {
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  html .page-template-template-40_AFTAC-News h1,
html .page-template-template-41_AFCS-News h1 {
    font-size: 50px !important;
    margin-bottom: 30px;
  }
}
html .page-template-template-01_Homepage #hero-slider .hero-slide,
html .page-template-template-40_AFTAC-News #hero-slider .hero-slide,
html .page-template-template-41_AFCS-News #hero-slider .hero-slide {
  background-color: #1c252b;
}
html .page-template-template-01_Homepage #hero-slider .hero2,
html .page-template-template-40_AFTAC-News #hero-slider .hero2,
html .page-template-template-41_AFCS-News #hero-slider .hero2 {
  background-color: #051641;
}
html .page-template-template-01_Homepage #hero-slider .hero3,
html .page-template-template-40_AFTAC-News #hero-slider .hero3,
html .page-template-template-41_AFCS-News #hero-slider .hero3 {
  background-color: #4b423b;
}
html .page-template-template-01_Homepage #hero-slider .hero4,
html .page-template-template-40_AFTAC-News #hero-slider .hero4,
html .page-template-template-41_AFCS-News #hero-slider .hero4 {
  background-color: #1a242d;
}
html .page-template-template-01_Homepage .hidden-message,
html .page-template-template-40_AFTAC-News .hidden-message,
html .page-template-template-41_AFCS-News .hidden-message {
  opacity: 0;
}
html .page-template-template-01_Homepage p.small,
html .page-template-template-40_AFTAC-News p.small,
html .page-template-template-41_AFCS-News p.small {
  text-align: center;
}
html .page-template-template-01_Homepage .video figure figcaption,
html .page-template-template-40_AFTAC-News .video figure figcaption,
html .page-template-template-41_AFCS-News .video figure figcaption {
  display: none;
}
html .page-template-template-01_Homepage .blocks500,
html .page-template-template-40_AFTAC-News .blocks500,
html .page-template-template-41_AFCS-News .blocks500 {
  margin-bottom: 0;
}
html .page-template-template-01_Homepage .expand,
html .page-template-template-40_AFTAC-News .expand,
html .page-template-template-41_AFCS-News .expand {
  text-decoration: none;
  display: block;
  padding: 30px 40px;
  cursor: url("/wp-content/uploads/2019/12/HoverState-ReadMore-e1576527235607.png") 60.5 60.5, auto !important;
  transition: all 300ms ease-in-out;
}
html .page-template-template-01_Homepage .expand:hover, html .page-template-template-01_Homepage .expand:focus,
html .page-template-template-40_AFTAC-News .expand:hover,
html .page-template-template-40_AFTAC-News .expand:focus,
html .page-template-template-41_AFCS-News .expand:hover,
html .page-template-template-41_AFCS-News .expand:focus {
  background-color: #2b2e3d;
}
html .page-template-template-01_Homepage .expand .main-news-box,
html .page-template-template-40_AFTAC-News .expand .main-news-box,
html .page-template-template-41_AFCS-News .expand .main-news-box {
  display: flex;
  border: none;
}
html .page-template-template-01_Homepage .expand .img-wrapper,
html .page-template-template-40_AFTAC-News .expand .img-wrapper,
html .page-template-template-41_AFCS-News .expand .img-wrapper {
  margin-right: 1em;
  width: 300px;
}
html .page-template-template-01_Homepage .expand .img-wrapper img,
html .page-template-template-40_AFTAC-News .expand .img-wrapper img,
html .page-template-template-41_AFCS-News .expand .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
html .page-template-template-01_Homepage .expand .inner-news,
html .page-template-template-40_AFTAC-News .expand .inner-news,
html .page-template-template-41_AFCS-News .expand .inner-news {
  border-top: 3px solid white;
  flex-grow: 1;
}
html .page-template-template-01_Homepage .expand .meta,
html .page-template-template-40_AFTAC-News .expand .meta,
html .page-template-template-41_AFCS-News .expand .meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 16px;
}
html .page-template-template-01_Homepage .expand .meta .meta-title,
html .page-template-template-40_AFTAC-News .expand .meta .meta-title,
html .page-template-template-41_AFCS-News .expand .meta .meta-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
html .page-template-template-01_Homepage .expand .meta .meta-date,
html .page-template-template-40_AFTAC-News .expand .meta .meta-date,
html .page-template-template-41_AFCS-News .expand .meta .meta-date {
  text-align: right;
  font-size: 16px;
  color: #ceeffe;
  min-width: 300px;
  padding-left: 20px;
}
html .page-template-template-01_Homepage .expand p,
html .page-template-template-40_AFTAC-News .expand p,
html .page-template-template-41_AFCS-News .expand p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  html .page-template-template-01_Homepage a.expand,
html .page-template-template-40_AFTAC-News a.expand,
html .page-template-template-41_AFCS-News a.expand {
    background-color: #2b2e3d;
    margin-bottom: 24px;
  }
}
@media (max-width: 420px) {
  html .page-template-template-01_Homepage .expand,
html .page-template-template-40_AFTAC-News .expand,
html .page-template-template-41_AFCS-News .expand {
    padding: 0;
  }
  html .page-template-template-01_Homepage .expand .inner-news,
html .page-template-template-40_AFTAC-News .expand .inner-news,
html .page-template-template-41_AFCS-News .expand .inner-news {
    border: none;
    padding: 0 20px 20px;
  }
  html .page-template-template-01_Homepage .expand .main-news-box,
html .page-template-template-40_AFTAC-News .expand .main-news-box,
html .page-template-template-41_AFCS-News .expand .main-news-box {
    border-top: 3px solid white;
    flex-direction: column;
  }
  html .page-template-template-01_Homepage .expand .main-news-box .img-wrapper,
html .page-template-template-40_AFTAC-News .expand .main-news-box .img-wrapper,
html .page-template-template-41_AFCS-News .expand .main-news-box .img-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }
  html .page-template-template-01_Homepage .expand .main-news-box .meta,
html .page-template-template-40_AFTAC-News .expand .main-news-box .meta,
html .page-template-template-41_AFCS-News .expand .main-news-box .meta {
    flex-direction: column;
  }
  html .page-template-template-01_Homepage .expand .main-news-box .meta .meta-date,
html .page-template-template-40_AFTAC-News .expand .main-news-box .meta .meta-date,
html .page-template-template-41_AFCS-News .expand .main-news-box .meta .meta-date {
    text-align: left;
    padding-left: 0;
    margin-top: 12px;
  }
}
html .page-template-template-02_About .hero-slide {
  background-color: #1d1f1f;
}
html .page-template-template-02_About p.small {
  text-align: center;
}
html .page-template-template-02_About #blocks8 {
  margin-bottom: 0;
}
html .page-template-template-02_About .blocks88 {
  margin-bottom: 80px;
}
html .page-template-template-02_About .w1200 {
  max-width: 1200px;
  padding: 40px 2em 80px;
}
html .page-template-template-02_About .about-btn {
  padding: 40px 2em;
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
html .page-template-template-02_About .about-btn .lightBlueButton {
  margin: 0 auto !important;
  width: 100%;
  max-width: 280px;
}
html .page-template-template-02_About .about-btn p.small {
  margin-bottom: 40px;
}
html .page-template-template-02_About .about-btn img {
  margin-bottom: 30px;
  width: 50%;
}
html .page-template-template-02_About .about-btn:before {
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 3px solid white;
  transition: all 300ms ease-in-out;
  will-change: transform border-width;
  pointer-events: none;
}
html .page-template-template-02_About .about-btn:hover, html .page-template-template-02_About .about-btn:focus {
  text-decoration: none;
}
html .page-template-template-02_About .about-btn:hover:before, html .page-template-template-02_About .about-btn:focus:before {
  transform: scale(1.025);
  border-width: 5px;
}
@media screen and (min-width: 992px) {
  html .page-template-template-02_About .row.btn-wrappers {
    display: flex;
  }
  html .page-template-template-02_About .row.btn-wrappers:before, html .page-template-template-02_About .row.btn-wrappers:after {
    content: none;
  }
  html .page-template-template-02_About .about-btn {
    height: 100%;
  }
}
html .page-template-template-03_Videos figcaption {
  display: none;
}
html .page-template-template-03_Videos h1 {
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  html .page-template-template-03_Videos h1 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1140px) {
  html .page-template-template-03_Videos li.video figure {
    margin: 0 5px 24px;
  }
  html .page-template-template-03_Videos li.video:last-of-type figure {
    margin-bottom: 0;
  }
}
html .page-template-template-04_Contact .hero-slide {
  background-color: #2a2f33;
}
html .page-template-template-04_Contact h2.large {
  text-align: left;
}
html .page-template-template-04_Contact .quicklinks p.small {
  margin-bottom: 0 !important;
}
html .page-template-template-04_Contact .quicklinks a {
  color: #79cbfd;
  font-weight: 700 !important;
}
html .page-template-template-04_Contact #bigThing .content-last .small.noMargin {
  margin-bottom: 0;
}
html .page-template-template-04_Contact a.small {
  line-height: 33px;
}
html .page-template-template-04_Contact .col-lg-6 {
  padding: 0 30px;
}
@media (max-width: 1140px) {
  html .page-template-template-04_Contact .heros {
    margin-top: 48px;
  }
  html .page-template-template-04_Contact .col-lg-6 {
    padding: 0 15px;
  }
  html .page-template-template-04_Contact .blocksTop .heros .col-md-12:last-of-type {
    margin-top: 80px;
  }
}
@media (max-width: 420px) {
  html .page-template-template-04_Contact h2.large {
    text-align: center;
  }
}
html .page-template-template-09-Innovation h1.header {
  color: #79cbfd;
  font-weight: bold;
  font-size: 48px !important;
  margin: 0;
}
html .page-template-template-09-Innovation #site-wrapper {
  background: #191f35 !important;
}
html .page-template-template-09-Innovation .innovation-wrapper {
  margin-bottom: 80px;
  position: relative;
}
html .page-template-template-09-Innovation .innovation-wrapper .container.cbm {
  padding-top: 150px;
  max-width: unset;
}
html .page-template-template-09-Innovation .innovation-wrapper .container.cbm p.small {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}
html .page-template-template-09-Innovation .slider-wrapper {
  position: relative;
}
html .page-template-template-09-Innovation .PrevArrow,
html .page-template-template-09-Innovation .NextArrow {
  background: url("/wp-content/uploads/2019/12/arrow-previous.svg") no-repeat center center;
  background-size: contain;
  width: 68px;
  height: 83px;
  border: none;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
}
html .page-template-template-09-Innovation .PrevArrow:hover, html .page-template-template-09-Innovation .PrevArrow:focus,
html .page-template-template-09-Innovation .NextArrow:hover,
html .page-template-template-09-Innovation .NextArrow:focus {
  background: url("/wp-content/uploads/2019/12/arrow-previous-filled.svg") no-repeat center center;
  background-size: contain;
}
html .page-template-template-09-Innovation .PrevArrow {
  left: 125px;
}
html .page-template-template-09-Innovation .NextArrow {
  transform: translateY(-50%) rotate(180deg);
  right: 125px;
}
html .page-template-template-09-Innovation .Modern-Slider .info {
  opacity: 0;
  transform: translateY(100%);
  position: relative;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 100px 100px;
  transition: all 300ms ease-in-out;
  transition: transform 500ms ease-in;
}
html .page-template-template-09-Innovation .Modern-Slider .info h4 {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
html .page-template-template-09-Innovation .Modern-Slider .info h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
}
html .page-template-template-09-Innovation .Modern-Slider .item {
  margin: 0 50px;
  cursor: url("/wp-content/uploads/2019/12/HoverState-LearnMore-e1576527874982.png") 60.5 60.5, auto !important;
  position: relative;
}
html .page-template-template-09-Innovation .Modern-Slider .item.open {
  cursor: url("/wp-content/uploads/2019/12/HoverState-Back-e1576527840716.png") 60.5 60.5, auto !important;
}
html .page-template-template-09-Innovation .Modern-Slider .item:hover, html .page-template-template-09-Innovation .Modern-Slider .item:focus {
  outline: none;
}
html .page-template-template-09-Innovation .Modern-Slider .item .stroke {
  color: white;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
@supports (-webkit-text-stroke: 2px white) {
  html .page-template-template-09-Innovation .Modern-Slider .item .stroke {
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;
  }
}
html .page-template-template-09-Innovation .Modern-Slider .item .img-fill {
  position: relative;
}
html .page-template-template-09-Innovation .Modern-Slider .item .img-fill:before {
  content: "";
  background: rgba(25, 31, 53, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 300ms ease-in-out;
}
html .page-template-template-09-Innovation .open .stroke {
  opacity: 0 !important;
}
html .page-template-template-09-Innovation .open .img-fill:before {
  background: rgba(25, 31, 53, 0.8) !important;
}
html .page-template-template-09-Innovation .open .info {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1140px) {
  html .page-template-template-09-Innovation .slick-slider,
html .page-template-template-09-Innovation .slick-list,
html .page-template-template-09-Innovation .slick-track {
    max-height: unset !important;
  }
  html .page-template-template-09-Innovation .Modern-Slider {
    margin-top: 80px !important;
  }
  html .page-template-template-09-Innovation .Modern-Slider .slick-slide {
    height: auto;
  }
  html .page-template-template-09-Innovation .Modern-Slider .item .stroke {
    position: absolute;
    transform: translate(0);
    left: 0;
    top: 50px;
    width: 100%;
  }
  html .page-template-template-09-Innovation .Modern-Slider .item .info {
    position: relative;
    transform: translate(0);
    left: 0;
    top: 0;
    padding: 20px;
    opacity: 1;
    height: auto;
  }
}
@media (max-width: 768px) {
  html .page-template-template-09-Innovation .slick-arrow {
    display: none !important;
  }
  html .page-template-template-09-Innovation .swipe-notification {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  html .page-template-template-09-Innovation .swipe-notification span {
    color: white;
    margin-right: 8px;
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 420px) {
  html .page-template-template-09-Innovation h1.header {
    color: white;
    text-align: center;
    font-size: 30px;
    margin-bottom: 24px;
  }
  html .page-template-template-09-Innovation p.small {
    margin-bottom: 0;
  }
  html .page-template-template-09-Innovation .Modern-Slider {
    margin-top: 30px !important;
  }
  html .page-template-template-09-Innovation .Modern-Slider .item {
    margin: 0;
  }
  html .page-template-template-09-Innovation .Modern-Slider .item .stroke {
    font-size: 36px;
    opacity: 0;
  }
  html .page-template-template-09-Innovation .Modern-Slider .item h4 {
    font-size: 36px;
  }
}
@media screen and (min-width: 769px) {
  html .page-template-template-09-Innovation .swipe-notification {
    display: none;
  }
}
html .page-template-template-10_History .swiper-slide > img {
  height: 100%;
}
html .page-template-template-10_History .swiper-container {
  max-width: unset;
  padding: 0;
}
html .page-template-template-10_History .sliderText img {
  margin: 24px 0;
}
html .page-template-template-10_History footer {
  box-shadow: none;
}
html .page-template-template-10_History .yearStyle {
  width: 5px;
}
html .page-template-template-10_History .yearStyle .moveUp {
  transition: all 300ms ease-in-out;
}
html .page-template-template-10_History .yearStyle:hover, html .page-template-template-10_History .yearStyle:focus {
  opacity: 1;
}
html .page-template-template-10_History .yearStyle:hover .moveUp, html .page-template-template-10_History .yearStyle:focus .moveUp {
  opacity: 1;
}
html .page-template-template-10_History .yearStyle.swiper-pagination-bullet-active {
  width: 8px;
}
html .page-template-template-10_History .swipe-notification {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
html .page-template-template-10_History .swipe-notification span {
  color: white;
  margin-right: 8px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  html .page-template-template-10_History .swipe-notification {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html .page-template-template-10_History .swiper-pagination {
    display: none !important;
  }
  html .page-template-template-10_History .strip {
    max-height: 800px;
  }
  html .page-template-template-10_History .swiper-container {
    max-height: none;
    height: auto;
  }
}
html .acquisition-nav {
  background: #414451;
  display: block;
  height: 70px;
  width: 100%;
  opacity: 1;
  z-index: 99999;
  will-change: transform, position;
  transform: translateY(0);
  transition: all 300ms ease-in-out;
}
html .acquisition-nav .brand {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
html .acquisition-nav .nav-list {
  background-color: #20232d;
}
html .acquisition-nav ul li a {
  background: transparent !important;
}
html .acquisition-nav.sticky {
  position: fixed;
  top: 0px;
  transform: translateY(71px);
}
html .page-template-template-11_Acquisition #hero-slider2,
html .page-template-template-11_Acquisition .hero-slide {
  background-color: #151d3a;
}
html .page-template-template-11_Acquisition .centerBlocks .parent {
  width: 20%;
}
html .page-template-template-11_Acquisition p.small {
  text-align: center;
}
@media (max-width: 420px) {
  html .page-template-template-11_Acquisition .blocksTop .heros .parent img {
    height: 150px;
    object-fit: cover;
  }
}
html .page-template-template-43_Acquisition-Careers #hero-slider2,
html .page-template-template-43_Acquisition-Careers .hero-slide {
  background-color: #061120;
}
html .page-template-template-43_Acquisition-Careers .whiteStrong {
  color: white;
  text-decoration: underline;
  font-weight: 900 !important;
}
html .page-template-template-38_Careers .hero-slide {
  background-color: #222a2f;
}
html .page-template-template-38_Careers .hero-slide.hero1 {
  background-color: #1c252b;
}
html .page-template-template-38_Careers .hero-slide.hero2 {
  background-color: #131c38;
}
html .page-template-template-38_Careers .bottomFlickity {
  margin-bottom: 0;
  margin-top: 60px;
}
html .page-template-template-38_Careers .btn-modal {
  margin-top: 12px;
}
html .page-template-template-38_Careers .parent:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translateX(-100%);
  transition: all 300ms ease-in-out;
}
html .page-template-template-38_Careers .parent:hover:after, html .page-template-template-38_Careers .parent:focus:after {
  transform: translateX(0);
}
html .page-template-template-38_Careers .parent .funThing {
  bottom: unset !important;
  top: 50% !important;
  transform: translateY(-50%);
}
html .page-template-template-38_Careers .centerBlocks .parent .funThing {
  top: 30px !important;
  transform: none;
}
html .page-template-template-38_Careers .jobTypes {
  position: relative;
}
html .page-template-template-38_Careers .jobTypes:before, html .page-template-template-38_Careers .jobTypes:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  border-bottom: 20px solid #ffffff;
  top: 32%;
  transition: all 0.3s ease;
}
html .page-template-template-38_Careers .jobTypes:before {
  right: 40px;
  transform: rotate(-130deg);
}
html .page-template-template-38_Careers .jobTypes:after {
  right: 55px;
  transform: rotate(130deg);
}
html .page-template-template-38_Careers .square-buttons .parent {
  position: relative;
}
html .page-template-template-38_Careers .square-buttons .parent img {
  margin: 0;
}
html .page-template-template-32_AFTAC .hero-slide {
  background-color: #0f1722;
}
html .page-template-template-32_AFTAC p.small {
  text-align: center;
}
html .page-template-template-32_AFTAC .parent img {
  margin-top: 0;
}
@media (max-width: 420px) {
  html .page-template-template-32_AFTAC .parent img {
    min-height: 125px;
    object-fit: cover;
  }
}
html .page-template-template-34_AFTAC-Careers button#csp_header {
  background: #2b2e3d;
  color: white !important;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 33px;
  font-weight: 600 !important;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  height: auto;
}
html .page-template-template-34_AFTAC-Careers button#csp_header:before, html .page-template-template-34_AFTAC-Careers button#csp_header:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  border-bottom: 20px solid #ffffff;
  top: 32%;
  transition: all 0.3s ease;
}
html .page-template-template-34_AFTAC-Careers button#csp_header:before {
  right: 40px;
  transform: rotate(-130deg);
}
html .page-template-template-34_AFTAC-Careers button#csp_header:after {
  right: 55px;
  transform: rotate(130deg);
}
html .page-template-template-34_AFTAC-Careers #blocks8 .parent {
  height: 32.5vh;
}
html .page-template-template-34_AFTAC-Careers #blocks8 .parent img {
  height: 100%;
  object-fit: cover;
}
html .page-template-template-34_AFTAC-Careers #blocks8 .parent .funThing {
  left: 12% !important;
  top: 30px;
  bottom: unset;
}
html .page-template-template-35_AFTAC-Contact .hero-slide {
  background-color: #0b0f15;
}
html .page-template-template-35_AFTAC-Contact #bigThing .blocks02 .content-middle p.small {
  margin-bottom: 0;
}
html .single-post article {
  margin: 10em 0 5em;
}
html .single-post article h1 {
  text-transform: uppercase;
  font-size: 48px !important;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
  text-align: center;
}
html .single-post article .entry-content {
  color: white;
  font-size:20px;
}
html .single-post article .entry-content li {
  list-style-type: disc !important;
  font-size:20px;
}
html .page-template-template-37_Students-Grads .hero-slide {
  background-color: #000000;
}
html .page-template-template-37_Students-Grads .card-body {
  font-size: unset;
  margin-top: 24px;
}
html .page-template-template-37_Students-Grads .learn_more_btn {
  margin-bottom: 45px;
}
html .page-template-template-37_Students-Grads button#csp_header {
  background: #2b2e3d;
  color: white !important;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 33px;
  font-weight: 600 !important;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
html .page-template-template-37_Students-Grads button#csp_header:before, html .page-template-template-37_Students-Grads button#csp_header:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 20px;
  border-bottom: 20px solid #ffffff;
  top: 32%;
  transition: all 0.3s ease;
}
html .page-template-template-37_Students-Grads button#csp_header:before {
  right: 40px;
  transform: rotate(-130deg);
}
html .page-template-template-37_Students-Grads button#csp_header:after {
  right: 55px;
  transform: rotate(130deg);
}
html .page-template-template-37_Students-Grads .accordion_content:last-of-type button#csp_header {
  margin-bottom: 0;
}
html .page-id-438 #hero-slider2,
html .page-id-438 .hero-slide,
html .page-id-444 #hero-slider2,
html .page-id-444 .hero-slide,
html .page-id-456 #hero-slider2,
html .page-id-456 .hero-slide,
html .page-id-459 #hero-slider2,
html .page-id-459 .hero-slide {
  background-color: #20282c;
}
html .page-id-440 #hero-slider2,
html .page-id-440 .hero-slide,
html .page-id-453 #hero-slider2,
html .page-id-453 .hero-slide,
html .page-id-457 #hero-slider2,
html .page-id-457 .hero-slide {
  background-color: #191d1e;
}
html .page-id-441 #hero-slider2,
html .page-id-441 .hero-slide {
  background-color: #272426;
}
html .page-id-442 #hero-slider2,
html .page-id-442 .hero-slide {
  background-color: #535568;
}
html .page-id-443 #hero-slider2,
html .page-id-443 .hero-slide,
html .page-id-452 #hero-slider2,
html .page-id-452 .hero-slide {
  background-color: #0c0509;
}
html .page-id-445 #hero-slider2,
html .page-id-445 .hero-slide {
  background-color: #262829;
}
html .page-id-446 #hero-slider2,
html .page-id-446 .hero-slide {
  background-color: #181e39;
}
html .page-id-447 #hero-slider2,
html .page-id-447 .hero-slide,
html .page-id-454 #hero-slider2,
html .page-id-454 .hero-slide {
  background-color: #2b2623;
}
html .page-id-449 #hero-slider2,
html .page-id-449 .hero-slide {
  background-color: #1d202f;
}
html .page-id-450 #hero-slider2,
html .page-id-450 .hero-slide {
  background-color: #201f2d;
}
html .page-id-451 #hero-slider2,
html .page-id-451 .hero-slide {
  background-color: #1b1f32;
}
html .page-id-458 #hero-slider2,
html .page-id-458 .hero-slide {
  background-color: #302b29;
}
html .page-template-template-39_Occupation h1.acq {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
html .page-template-template-39_Occupation #hero-slider2 {
  margin-bottom: 40px !important;
}
html .page-template-template-12_Testing p.small,
html .page-template-template-13_Testing-Careers p.small,
html .page-template-template-14_Testing-Benefits p.small,
html .page-template-template-15_Testing-Locations p.small,
html .page-template-template-16_Nuclear p.small,
html .page-template-template-17_Nuclear-Careers p.small,
html .page-template-template-18_Nuclear-Benefits p.small,
html .page-template-template-19_Nuclear-Locations p.small,
html .page-template-template-20_Maintenance p.small,
html .page-template-template-21_Maintenance-Careers p.small,
html .page-template-template-22_Maintenance-Benefits p.small,
html .page-template-template-23_Maintenance-Locations p.small,
html .page-template-template-24_Lifecycle p.small,
html .page-template-template-25_Lifecycle-Careers p.small,
html .page-template-template-26_Lifecycle-Benefits p.small,
html .page-template-template-26_Lifecycle-Locations p.small,
html .page-template-template-28_SMSC p.small,
html .page-template-template-29_SMSC-Careers p.small,
html .page-template-template-30_SMSC-Benefits p.small,
html .page-template-template-31_SMSC-Locations p.small,
html .page-template-template-33_AFTAC-About p.small,
html .page-template-template-34_AFTAC-Careers p.small,
html .page-template-template-36_Find-Job p.small,
html .page-template-template-37_Students-Grads p.small,
html .page-template-template-38_Careers p.small,
html .page-template-template-42_Register p.small,
html .page-template-template-43_Acquisition-Careers p.small,
html .page-template-default p.small {
  text-align: center;
}
html .events-archive #tribe-events-pg-template {
  max-width: 1100px;
}
html .events-archive #tribe-events-pg-template #tribe-events-footer {
  display: none;
}
html .events-archive #tribe-events-pg-template .tribe-events-calendar {
  margin-bottom: 0;
}
html .events-single #tribe-events-pg-template {
  max-width: 800px;
}
html .events-single #tribe-events-pg-template .tribe-events-content {
  font-size: 1.4em;
  line-height: 33px;
  font-weight: 100;
  color: white;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  text-align: center;
}
 #tribe-events-content .hentry > div{
  text-align:left !important;
}
html #tribe-events-pg-template {
  margin-top: 110px;
}
html #tribe-events-pg-template .tribe-events-tooltip,
html #tribe-events-pg-template .tribe-events-ical-srb {
  display: none !important;
}
html #tribe-events-pg-template .tribe-events-calendar .tribe-events-has-events:after {
  background-color: #79cbfd;
}
html #tribe-events-pg-template .tribe-events-page-title {
  text-transform: uppercase;
  font-size: 50px !important;
  font-weight: bold;
  margin-bottom: 0.5em;
}
html #tribe-events-pg-template .tribe-events-month-event-title a {
  color: #79cbfd;
  font-size: 16px;
  font-weight: bold;
}
html #tribe-events-pg-template .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #79cbfd;
}
html #tribe-events-pg-template .tribe-events-list-separator-month,
html #tribe-events-pg-template .tribe-events-day-time-slot-heading {
  text-transform: uppercase;
  color: white;
  margin: 1.4em 0;
  font-size: 20px;
  font-weight: bold;
  background: transparent;
}
html #tribe-events-pg-template a.type-tribe_events {
  display: block;
  padding: 0px 10px;
  cursor: url("/wp-content/uploads/2019/12/HoverState-ReadMore-e1576527235607.png") 60.5 60.5, grab !important;
  transition: all 300ms ease-in-out;
  border: none;
  margin-bottom: 5px;
}
html #tribe-events-pg-template a.type-tribe_events:hover, html #tribe-events-pg-template a.type-tribe_events:focus {
  background-color: transparent;
  color: #ffffff !important;
}
html #tribe-events-pg-template a.type-tribe_events .inner-event {
  display: flex;
}
html #tribe-events-pg-template a.type-tribe_events .event-content {
  /*border-top: 3px solid white;*/
  padding-top: 16px;
  flex-grow: 1;
}
html #tribe-events-pg-template a.type-tribe_events .tribe-events-list-event-title {
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border-top: 1px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 4px;
  width:100%;
}
single-tribe_events .tribe-events-single-event-title {
    font-size: 70px !important;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
html #tribe-events-pg-template a.type-tribe_events .tribe-events-event-meta {
  color: #ceeffe;
  background: transparent;
  border: none;
}
html #tribe-events-pg-template .tribe-events-list .tribe-events-venue-details {
  margin: 0;
  border: none;
}
html #tribe-events-pg-template .img-wrapper {
  margin-right: 1em;
}
html #tribe-events-pg-template .tribe-events-back a {
  color: #79cbfd;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 18px;
}
html #tribe-events-pg-template .tribe-events-nav-pagination {
  display: none;
}
html #tribe-events-pg-template .tribe-events-single-section.tribe-events-event-meta {
  font-size: 16px;
  background: #375393;
  border: none;
  color: white;
}
html #tribe-events-pg-template .tribe-events-button {
  background-color: #0d1326;
  border: #0d1326;
  color: #fff;
  height: 50px;
  width: auto;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold !important;
  line-height: 1.6;
}
html #tribe-events-pg-template .tribe-events-notices {
  background: transparent;
  border-radius: 0;
  text-shadow: none;
  border: none;
  color: #ceeffe;
  font-size: 16px;
  padding: 0;
}
html #tribe-events-pg-template .tribe-mobile-day-heading {
  color: white;
}
html #tribe-events-pg-template .tribe-events-event-image img {
  width: 100%;
}
@media (max-width: 1140px) {
  html #tribe-events-pg-template .tribe-events-schedule {
    display: none;
  }
}
html .form-control {
  border: 1px solid white;
  color: white;
  background: transparent;
  margin-bottom: 24px;
  font-family: "Roboto Condensed", sans-serif;
}
html select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5em;
  padding-right: 28px;
}
html .select-wrapper {
  position: relative;
}
html .select-wrapper:before, html .select-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #ffffff;
  top: 43%;
  transition: all 0.3s ease;
}
html .select-wrapper:before {
  right: 12px;
  transform: rotate(-130deg);
}
html .select-wrapper:after {
  right: 18px;
  transform: rotate(130deg);
}
html .form-group .btn-primary {
  background: #2f5399;
  border: none;
  font-weight: bold;
  padding: 0em 2em;
  margin-top: 12px;
}
html .selectMultiple {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}
html .selectMultiple select {
  display: none;
}
html .selectMultiple > div {
  position: relative;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 0px;
  background: transparent;
  font-size: 14px;
  line-height: 1.428571429;
  min-height: 34px;
  border: 1px solid #fff;
}
html .selectMultiple > div .arrow {
  right: 1px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 28px;
  position: absolute;
}
html .selectMultiple > div .arrow:before, html .selectMultiple > div .arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-bottom: 8px solid #ffffff;
  top: 43%;
  transition: all 0.3s ease;
}
html .selectMultiple > div .arrow:before {
  right: 12px;
  transform: rotate(-130deg);
}
html .selectMultiple > div .arrow:after {
  left: 9px;
  transform: rotate(130deg);
}
html .selectMultiple > div span {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.428571429;
  transition: all 0.3s ease;
}
html .selectMultiple > div span.hide {
  opacity: 0;
  visibility: hidden;
  transform: translate(-4px, 0);
}
html .selectMultiple > div a {
  position: relative;
  padding: 0 8px 0px 24px;
  line-height: 28px;
  color: #ffffff;
  border: 1px solid white;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}
html .selectMultiple > div a em {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
html .selectMultiple > div a:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(28, 36, 54, 0.9);
  z-index: -1;
  border-radius: 4px;
}
html .selectMultiple > div a i {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 28px;
  display: block;
}
html .selectMultiple > div a i:before, html .selectMultiple > div a i:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 1px;
}
html .selectMultiple > div a i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
html .selectMultiple > div a i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
html .selectMultiple > div a.notShown {
  opacity: 0;
  transition: opacity 0.3s ease;
}
html .selectMultiple > div a.notShown:before {
  width: 28px;
  transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}
html .selectMultiple > div a.notShown i {
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
html .selectMultiple > div a.notShown em {
  opacity: 0;
  transform: translate(-6px, 0);
  transition: all 0.4s ease 0.3s;
}
html .selectMultiple > div a.notShown.shown {
  opacity: 1;
}
html .selectMultiple > div a.notShown.shown:before {
  width: 100%;
}
html .selectMultiple > div a.notShown.shown i {
  opacity: 1;
}
html .selectMultiple > div a.notShown.shown em {
  opacity: 1;
  transform: translate(0, 0);
}
html .selectMultiple > div a.remove:before {
  width: 28px;
  transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}
html .selectMultiple > div a.remove i {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
html .selectMultiple > div a.remove em {
  opacity: 0;
  transform: translate(-12px, 0);
  transition: all 0.4s ease 0s;
}
html .selectMultiple > div a.remove.disappear {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
html .selectMultiple > ul {
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  z-index: 1;
  position: relative;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px;
  border: 1px solid white;
  background: transparent;
  max-height: 187px;
  overflow-y: scroll;
  transform: translate(0, 20px) scale(0.8);
  transform-origin: 0 0;
  transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}
html .selectMultiple > ul li {
  color: #ffffff;
  background: transparent;
  padding: 12px 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s;
}
html .selectMultiple > ul li:hover {
  background: #2f5399;
}
html .selectMultiple > ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}
html .selectMultiple > ul li.beforeRemove {
  border-radius: 0 0 8px 8px;
}
html .selectMultiple > ul li.beforeRemove:first-child {
  border-radius: 8px;
}
html .selectMultiple > ul li.afterRemove {
  border-radius: 8px 8px 0 0;
}
html .selectMultiple > ul li.afterRemove:last-child {
  border-radius: 8px;
}
html .selectMultiple > ul li.remove {
  transform: scale(0);
  opacity: 0;
}
html .selectMultiple > ul li.remove:after {
  animation: ripple 0.4s ease-out;
}
html .selectMultiple > ul li.notShown {
  display: none;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.4s ease;
}
html .selectMultiple > ul li.notShown.show {
  transform: scale(1);
  opacity: 1;
}
html .selectMultiple.open > ul {
  transform: translate(0, 12px) scale(1);
  opacity: 1;
  visibility: visible;
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  25% {
    transform: scale(30, 30);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(50, 50);
  }
}
@media (max-width: 1140px) {
  html .hideNav {
    display: none;
  }
  html .slide-line {
    display: none !important;
  }
  html .noShow2 {
    display: none;
  }
  html .social {
    display: none !important;
  }
  html .nope {
    display: block;
  }
  html .navbar-toggle {
    display: block;
  }
  html .navbar-header {
    float: none;
  }
  html .navbar-nav {
    float: none !important;
    margin: 0;
  }
  html .navbar-nav > li {
    float: none;
  }
  html .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    overflow-x: visible;
  }
  html .navbar-collapse.collapse {
    display: none !important;
  }
  html .navbar-default .navbar-collapse,
html .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #e7e7e7;
  }
  html .slicker {
    margin-top: 0 !important;
  }
  html .smallAF {
    margin-left: 1em;
  }
  html .navbar-default {
    border-bottom: none;
  }
  html .navbar-default .navbar-toggle .icon-bar {
    background-color: #282828;
  }
  html .navbar-collapse {
    max-height: none;
  }
  html .navbar-collapse br {
    display: none;
  }
  html .navbar-collapse #box2 {
    width: 100%;
    display: block;
  }
  html .navbar-collapse .ml15 {
    margin-left: 0;
  }
  html .navbar-collapse .nope {
    padding-bottom: 0;
  }
  html .navbar-collapse #tipue_search_input {
    float: none;
    width: 100%;
    border: 1px solid black;
    padding: 20px;
    text-transform: uppercase;
  }
  html .navbar-collapse .navbar-nav > li > a {
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    min-width: 100%;
  }
  html .navbar-collapse .navbar-nav > li {
    position: relative;
  }
  html .navbar-collapse .navbar-nav > li:after {
    content: "";
    display: block;
    height: 2px;
    width: 100vw;
    background-color: #c0c0c0;
    bottom: 0;
    left: -15px;
    position: absolute;
  }
  html .navbar-collapse .allAcross {
    margin-top: 16px;
    height: unset;
    max-height: none;
  }
  html .navbar-collapse .allAcross:after {
    height: 100% !important;
    background-color: #00529c !important;
    z-index: 0;
  }
  html .navbar-collapse .allAcross #liRegister {
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
    padding: 24px 0;
  }
  html .navbar-collapse .nav {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  html .hero-slide .slicker {
    font-size: 48px !important;
    margin-top: 0 !important;
    line-height: 1.1 !important;
  }
  html .hero-slide .slicker.three {
    line-height: 1.2;
    font-size: 24px !important;
  }
  html .slide-message {
    margin-bottom: 0.3em !important;
  }
}
@media (max-width: 768px) {
  html .hero-slide .slicker {
    font-size: 32px !important;
    margin-top: 0 !important;
    line-height: 0.75 !important;
  }
  html .hero-slide .slicker.three {
    line-height: 1.2;
    font-size: 16px !important;
  }
  html .slide-message {
    margin-bottom: 1em !important;
  }
  html #mobileSmall {
    min-height: 125px;
    object-fit: cover;
  }
  html div[class*=model] .row .col-xs-12 > div {
    flex-direction: column;
    justify-content: flex-start !important;
  }
  html div[class*=model] .row .col-xs-12 > div div[id*=caption] {
    width: 100% !important;
    height: auto !important;
  }
  html div[class*=model] .row .col-xs-12 > div button[id*=getFile] {
    display: none;
  }
}
@media (max-width: 420px) {
  html .page-template-template-38_Careers #topLine4,
html .page-template-template-38_Careers #topLine3,
html .page-template-template-38_Careers #topLine5,
html .page-template-template-38_Careers #topLine2 {
    font-size: 16px !important;
  }
  html .acquisition-nav .brand {
    font-size: 13px;
  }
  html #mobileSmall {
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  html #bottom_seperator h2 br {
    display: none;
  }
  html .tribe-events-page-title {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: bold;
  }
  html #tribe-events-content {
    margin-bottom: 0 !important;
  }
  html .funThing {
    top: 30px !important;
    bottom: unset !important;
    left: 12% !important;
  }
  html .hero-content.acq {
    margin-top: 0 !important;
  }
  html .slick-dots {
    display: none !important;
  }
  html .hero-slide {
    background-size: cover;
  }
  html .hero-slide .slicker {
    font-size: 24px !important;
    margin-top: 0 !important;
    line-height: 0.5 !important;
  }
  html .hero-slide .slicker.three {
    line-height: 1.2;
    font-size: 16px !important;
  }
  html .acquisition-nav.sticky {
    transform: translateY(65px);
  }
  html #bigThing p.small {
    margin-bottom: 24px;
  }
  html .videoWrapperACQ {
    box-shadow: none;
  }
  html button#csp_header {
    text-align: left;
    padding: 12px 40px 12px 20px;
    white-space: normal;
    height: auto;
  }
  html button#csp_header:before, html button#csp_header:after {
    border-bottom: 12px solid #ffffff !important;
  }
  html button#csp_header:before {
    right: 20px !important;
  }
  html button#csp_header:after {
    right: 23px !important;
  }
  html .mobileFooter .flexStart {
    justify-content: center !important;
  }
  html .middleTablet.two {
    padding-right: 1em;
  }
  html .middleTablet {
    background-color: #20242e;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
  }
  html .middleTablet img {
    min-width: 40px;
  }
  html .middleTablet p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
html #tribe-events-pg-template {
  margin-top: 40px !important;
}
html .page-template-template-40_AFTAC-News #news,
html .page-template-template-40_AFTAC-News .innovation-wrapper .container.cbm,
html .page-template-template-41_AFCS-News #news,
html .page-template-template-41_AFCS-News .innovation-wrapper .container.cbm,
html .page-template-template-03_Videos #news,
html .page-template-template-03_Videos .innovation-wrapper .container.cbm,
html .page-template-template-09-Innovation #news,
html .page-template-template-09-Innovation .innovation-wrapper .container.cbm {
  padding-top: 110px !important;
}
html .page-template-template-40_AFTAC-News #featured-videos,
html .page-template-template-41_AFCS-News #featured-videos,
html .page-template-template-03_Videos #featured-videos,
html .page-template-template-09-Innovation #featured-videos {
  margin-top: 100px !important;
}

html #tribe-events-pg-template .tribe-events-single-section.tribe-events-event-meta {
  background: #20242e;
}
.single-tribe_events .tribe-events-single-event-title {
    font-size: 50px !important;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.tribe-events-loop
.tribe-events-event-meta
{
  background: transparent;
    border: 1px solid #ffffff;
    margin-top: 12px;
    padding: 12px 0 15px;
}
#getFile, #getFile2, #getFile3, #getFile4, #getFile5, #getFile6, #getFile7, #getFile8, #getFile9, #getFile10, #getFile11, #getFile12, #getFile13{

  text-align: center;
  background: white !important;
  color: black;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-radius: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
}
a:hover {color: #00aeef;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: none;
}
.scroll-to-top a {
    border: 1px solid #ffffff45;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 13px;
    color: #ffffff45;
    background: transparent;
    margin-left: -13px;
}
.scroll-to-top a {
    width: 40px;
    height: 40px;
    background: transparent !important;
    color: #ffffff45;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #ffffff45;
}
div.scroll {
    margin: 0;
    padding: 40px 100px 100px;
    background-color: transparent !important;
    width: 700px;
    height: 300px;
    overflow-x: auto;
    overflow-y: auto;
    text-align: justify;
    overflow-y: scroll;
    overflow-x: hidden;
   position:absolute;
}
#hero-slider2
.slick-dots li button {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 25px 3px 20px 3px;
    padding: 0;
    cursor: pointer;
    display:none
}

body.archive #tribe-events div p{
  position:relative;
  /*top:218px;*/
  left:0px;
}

@media (max-width:767px){

  body.archive #tribe-events p span{
  position:relative;
  /*top:-200px;*/
  font-weight:600;
  }

}

@media (max-width:700px){

  body.archive #tribe-events p span{
  position:relative;
 /* top:-200px;*/
  font-size:14px;
  line-height:1.5em;
  padding-top:0px;
  padding-bottom:0px;
  font-weight:600;
  }

}
.homeeventsbutton {
  margin-top: -18px;
  font-size: 14px;
  color: red !important;
  background-color: #ffffff;
  border: 2px solid transparent;
  font-weight: 800 !important;
  padding: 12px 40px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  margin-right: 1em;
  margin-left: 1em;
  width: 160px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/*
#bigThing .container-fluid{
  padding-top:-40px;
  padding-bottom:0px !important;
  margin-top:20px;
}
*/
/* Column 12/12 */
/*
#bigThing .container-fluid .row center .col-xs-12{
  padding-top:-30px;
  margin-top:-29px;

}
*/
.center2 a {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 100 !important;
    color: #333333;
}
.center2 a:hover {
  color: #00ccff;
}

.columnarts {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; }
}

/* Responsive layout -mobile styling for the columns on the arts page */
@media (max-width: 600px) {
  .columnarts {
    width: 100%;
    padding-left:-120px;
    padding-right:40px;
    margin-bottom:-30px;
  }

.afcs-footer {
    background-color: #f8f8f8;
    border-top: solid 1px #e7e7e7;
    padding: 10px 0;
    text-align: center;

  }
  .three-column {
    float: left;
    width: 33.33%
    border-color: grey;
    border-width: 1px;
    margin: 0px -46px 34px 102px
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
}
.vertbox {
    width: 280px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
}
.horizbox {
    height:135px;
    width:280px;
    padding: 7px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto;
}
.one-column {
    display: block;
    margin: 0px 0px 0px -7px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    border-width: 1px;
    border-color: #FFFFFF;
}

#pu3651 {
    width: 99.3%;
    margin-left: 0.36%;
    z-index: 135;
 }

#u3637-12, #u3649-12, #u3643-12, #u3676-12, #u3664-12, #u3662-12, #u3687-5 {
    font-family: ingra-condensed, sans-serif;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    line-height: 26px;
    color: #0054A6;

}

 #afcs_global_search_input {
        float: left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    height: 31px !important;
    margin-top: 4px !important;
    width: 200px !important;
}


@media (max-width: 1140px) {
#afcs_global_search_input {
    float: none;
    width: 100% !important;
    border: 1px solid black !important;
    padding: 20px !important;
    text-transform: uppercase; 

 }
}

@media (max-width: 768px) {
html .single-post article .entry-content {
  color: white;
  font-size:18px !important;
  }
html .single-post article .entry-content li {
  list-style-type: disc !important;
  font-size:18px !important;
  }
html .single-post article .embed-youtube {
   position: relative;
    width: 350px;
  /*  height: 350px;*/
    overflow: hidden;
  }  
}

html .single-post article .embed-youtube {
   position: relative;
    width: auto;
    /*height: 400px;*/
    margin-bottom: 20px;
}

html .single-post article .videoWrapperACQ {
    margin-bottom: 30px;
  }
