/* page styling */
::selection {
  background-color: #a53131;
  color: #fff;
}

p {
    margin: 0;
}

a {
  color: #a53131;
  text-decoration: none;
  overflow: hidden;
}

a.whiteLink {
  color: white;
  text-decoration: none;
}

a:visited {
  color: #454d51;
}

a.whiteLink:visited {
  color: white;
}

a:hover {
  text-decoration: underline;
}

.showMe {
  visibility: visible !important;
}

.redtext {
  color: #a53131;
  font-weight: bold;
}

.greyBack {
  background: grey !important;
}

.swoopz {
  opacity: 0;
  transition: ease all, opacity 2s;
}

.fadeIn {
  opacity: 1;
  margin-left: 0;
}

.rightHalf,
.leftHalf {
  width: calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
}

.rightHalf {
  position: relative;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

a.nostyle {
  color: white;
  text-decoration: none;
}

a.nostyle:hover {
  text-decoration: none;
}

#header {
  height: 50px;
  width: 100%;
  z-index: 999;
  transition: background 0.5s;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0);
  overflow: hidden;
  position: fixed;
}

#headerLogo {
  width: 58px;
  height: 46px;
  position: absolute;
  margin-left: -63px;
  transition: 0.4s;
  z-index: 9;
}

.falconSvgStyle {
  fill: #a53131;
  fill-rule: evenodd;
}

#header.sticky {
  position: fixed;
  height: 50px;
  transition: background 0.3s;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.sticky>#headerLogo {
  width: 58px;
  height: 46px;
  margin-top: 2px;
  margin-left: 3px;
}

nav {
  float: right;
  line-height: 50px;
  margin-right: 30px;
  transition: 0.3s ease;
}

nav > .navSeparator {
    color: transparent;
}

header.sticky>nav {
    margin-right: 30px;
}

header.sticky>nav>.navSeparator {
    color: #a53131;
}

header>nav>a {
  color: #777;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8)
}

header.sticky>nav>a {
    color: #777;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    cursor: default;
    transition: .2s;
    padding: 14px 6px 14px 0px;
}
header.sticky>nav>a:hover {
    color: #a53131;
}

.fwiName {
  position: absolute;
  line-height: 50px;
  font-size: 19px;
  margin-left: 24px;
  transition: 0.4s;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#header.sticky>a>.fwiName {
  margin-left: 76px;
  color: #777;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.headerGreaterThan {
  margin-left: 188px;
  position: absolute;
  line-height: 50px;
  font-size: 24px;
  opacity: 0;
  color: rgba(150, 0, 0, .6);
}

.breadcrumInsert {
  line-height: 50px;
  position: absolute;
  margin-left: 210px;
  color: #777;
  font-size: 18px;
}

.headerGreaterThan.visible {
  opacity: 1;
}

.content {
  overflow-x: hidden;
    max-width: 100vw;
    position: relative;
}
#toTop {
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 999;
    background: #a53131;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 23px;
    border-radius: 18px;
    border: 2px solid white;
    text-align: center;
    opacity: .3;
    cursor: pointer;
    transition: .3s;
    transform: scale(.7);
    display: none;

}
#toTop:hover {
    opacity: 1;
    transform: scale(1);
}
.section {
  height: 100vh;
  width: 100%;
  z-index: 1;
}

.section1 {
  height: 100vh;
  position: relative;
}

.showPaused {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1000px;
    margin-left: calc(50vw - 300px);
    line-height: 100vh;
    text-shadow: 0px 0px 38px white;
    display: none;

}

.section1ContentBlock {
  height: 200px;
  width: 500px;
  margin-top: calc(50vh - 80px);
  margin-left: calc(50vw - 250px);
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 360px) {
  .section1ContentBlock {
    transform: scale(0.75);
  }
}

@media only screen and (min-width: 540px) {
  .section1ContentBlock {
    transform: scale(1);
  }
}

@media only screen and (min-width: 800px) {
  .section1ContentBlock {
    transform: scale(1.5);
  }
}

@media only screen and (min-width: 920px) {
  .section1ContentBlock {
    transform: scale(1.75);
  }
}

@media only screen and (min-width: 1040px) {
  .section1ContentBlock {
    transform: scale(2);
  }
}

@media only screen and (min-width: 1300px) {
  .section1ContentBlock {
    transform: scale(2.5);
  }
}

.title {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-align: center;
  color: white;
  cursor: default;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.wordCloud {
  position: absolute;
  width: 228px;
  height: 40px;
  margin-left: 139px;
  margin-top: 50px;
  overflow: hidden;
  background: transparent;
  white-space: nowrap;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

#word1 {
  animation-name: word1;
  animation-duration: 16s;
  text-align: left;
}

#word2 {
  animation-name: word2;
  animation-duration: 16s;
  margin-right: 400px;
  margin-left: auto;
  text-align: left;
  padding-left: 185px;
  width: 130px;
}

.inner2 {
  position: relative;
  animation-name: word2inner;
  animation-duration: 16s;
  margin-right: 0px;
  margin-left: auto;
  text-align: right;
  width: 126px;
  height: 80px;
  overflow: hidden;
}

.inner2b {
  float: right;
}

#word3 {
  width: 158px;
  margin-left: 230px;
  visibility: visible;
  animation-name: word3;
  animation-duration: 16s;
}

.inner3 {
  margin-top: 40px;
  animation-name: word3inner;
  animation-duration: 16s;
  width: 150px;
  height: 0px;
  transform: rotateX(180deg);
  transform-origin: top;
  overflow: hidden;
}

.inner3b {
  transform: rotateX(180deg);
}

@keyframes word3inner {
  0% {
    height: 0px;
    transform: rotateX(180deg);
  }
  31% {
    height: 0px;
  }
  32.5% {
    height: 40px;
    transform: rotateX(180deg);
  }
  46.2% {
    height: 40px;
    transform: rotateX(180deg);
  }
  47.3% {
    height: 0px;
  }
  50% {
    height: 0px;
  }
  100% {
    height: 0px;
    transform: rotateX(180deg);
  }
}

@keyframes word3 {
  0% {
    height: 0px;
    transform: translateX(0px);
  }
  32.5% {
    height: 40px;
    transform: translateX(0px);
  }
  46.2% {
    height: 40px;
    transform: translateX(-30px);
  }
  100% {
    height: 0px;
    transform: translateX(-30px);
  }
}

#word4 {
  width: 0;
  margin-left: 130px;
  visibility: visible;
  animation-name: word4;
  animation-duration: 16s;
  text-align: left;
  transform: translate(0, 0);
}

@keyframes word4 {
  0% {
    transform: translateX(0px);
    margin-left: 130px;
    height: 0px;
    width: 140px;
  }
  46.5% {
    height: 0px;
  }
  47.3% {
    height: 40px;
    margin-left: 130px;
    transform: translateX(0px);
  }
  60.3% {
    transform: translateX(0px);
    width: 0px;
    width: 140px;
    margin-left: 150px;
  }
  62.22% {
    height: 40px;
    width: 0px;
  }
  100% {
    height: 40px;
    width: 0px;
    transform: translateX(10px);
  }
}

#word5 {
  animation-name: word5;
  animation-duration: 16s;
  margin-left: 0px;
  text-align: right;
  height: 40px;
  width: 220px;
  padding-left: 130px;
  visibility: visible;
}

@keyframes word5 {
  0% {
    visibility: hidden;
    width: 0px;
    padding-left: 145px;
  }
  62.9% {
    visibility: hidden;
  }
  63% {
    visibility: visible;
  }
  63.28% {
    width: 0px;
  }
  67.2% {
    width: 220px;
  }
  72% {
    padding-left: 145px;
  }
  89% {
    padding-left: 130px;
  }
  100% {
    width: 220px;
    padding-left: 130px;
  }
}

.magicLine {
  z-index: 50;
  width: 4px;
  background: #a53131;
  position: absolute;
  transform-origin: 2px 50px;
  animation-name: magicLine;
  animation-duration: 16s;
  transform: translateX(-15px) rotate(-360deg);
  margin-left: 370px;
  height: 5px;
  margin-top: 78px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

@keyframes magicLine {
  0% {
    width: 4px;
    opacity: 1;
    margin-left: 367px;
    transform: translateX(0px) rotate(0deg);
    height: 50px;
    margin-top: 43px;
    border-radius: 0px;
  }
  4% {
    opacity: 0;
  }
  7% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  18% {
    margin-left: 367px;
    opacity: 1;
  }
  20% {
    margin-left: 130px;
  }
  27% {
    transform: translateX(0px) rotate(0deg);
  }
  29.5% {
    transform: translateX(0px) rotate(-270deg);
    height: 50px;
    margin-left: 130px;
  }
  31% {
    height: 230px;
    margin-left: 330px;
    margin-top: 43px;
  }
  32.5% {
    margin-top: 0px;
    margin-left: 350px;
  }
  44.5% {
    margin-left: 350px;
  }
  45.5% {
    margin-top: 0px;
    margin-left: 300px;
  }
  46.2% {
    margin-top: -8px;
  }
  47.5% {
    margin-top: 43px;
    margin-left: 300px;
  }
  55% {
    margin-left: 300px;
  }
  56% {
    transform: translateX(0px) rotate(-270deg);
    margin-left: 300px;
  }
  58% {
    transform: translateX(0px) rotate(-360deg);
    height: 230px;
  }
  60% {
    height: 50px;
    margin-top: 43px;
    margin-left: 300px;
  }
  63% {
    margin-left: 130px;
  }
  67% {
    margin-left: 370px;
    width: 4px;
    height: 50px;
    margin-top: 43px;
    border-radius: 0px;
  }
  69% {
    height: 5px;
    width: 4px;
    margin-top: 78px;
    border-radius: 3px;
  }
  72% {
    transform: translatex(0px) rotate(-360deg);
  }
  89% {
    transform: translatex(-15px) rotate(-360deg);
  }
  100% {
    transform: translatex(-15px) rotate(-360deg);
    margin-left: 370px;
    height: 5px;
    width: 4px;
    margin-top: 78px;
    border-radius: 3px;
  }
}

@keyframes word1 {
  0% {
    visibility: visible;
    width: 228px;
  }
  18.1% {
    width: 228px;
  }
  19.7% {
    width: 0px;
  }
  20% {
    visibility: hidden;
  }
  100% {
    width: 0;
  }
}

@keyframes word2 {
  0% {
    visibility: visible;
    height: 40px;
  }
  31% {
    height: 40px;
  }
  32.5% {
    height: 0px;
  }
  100% {
    height: 0px;
  }
}

@keyframes word2inner {
  0% {
    visibility: visible;
    height: 40px;
    width: 0px;
  }
  18.3% {
    width: 0px;
  }
  19.3% {
    width: 128px;
  }
  100% {
    width: 128px;
  }
}

.fullscreen-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.faintLogo {
  width: 60px;
  height: auto;
  position: absolute;
  margin-top: 98px;
  margin-left: 210px;
  opacity: .4;
  z-index: 0;
  animation-name: faintLogo;
  animation-duration: 18.5s;
}

@keyframes faintLogo {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: .4;
  }
}

.fullscreen-bg__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

#vidControl {
  position: absolute;
  bottom: 0;
  z-index: 19;
}

.first {
  display: none;
}
.second::after {
    width: calc(100vw - 40px);
    height: calc(100vh - 161px);
    content: '';
    display: block;
    position: absolute;
    margin-top: calc(-100vh + 65px);
    cursor: default;
}

#vidControl>button {
  background: transparent;
  border: none;
  height: 30px;
  width: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  cursor: pointer;
  border-top-right-radius: 30px;
}

.videoGrate {
  height: 100vh;
  width: 100%;
  position: absolute;
  background-color: rgba(63, 73, 75, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='.15' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  display: none;
}

.section1ReadMore {
  position: absolute;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.04);
  height: 100px;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transform: scale(1);
  margin-left: calc(50vw - 90px);
  bottom: -63px;
  cursor: pointer;
  display: none;
  z-index: 1;
}

.section1ReadMore:hover {
  background: rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
}

.section1ReadMore.visible {
  display: block;
}

.who-is-falconwood {
  visibility: none;
}

#who-is-falconwood {
  position: absolute;
}
/*==============================================================================================================*/
.section2 {
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='.08' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.quotedText {
  font-size: calc(12px + .9vw);
  text-align: justify;
  margin: 34px calc(20% - 30px);
}

.quotedText:before {
  display: block;
  height: calc(90% - 16px);
  top: 5%;
  left: calc(20% - 70px);
  border: 8px solid rgba(150, 0, 0, .5);
  border-right: none !important;
  border-left: 6px solid rgba(150, 0, 0, .5);
  width: 11px;
  position: absolute;
  content: '';
}

.quotedText::after {
  display: block;
  height: calc(90% - 16px);
  top: 5%;
  right: calc(20% - 70px);
  border: 8px solid rgba(150, 0, 0, .5);
  border-left: none !important;
  border-right: 6px solid rgba(150, 0, 0, .5);
  width: 11px;
  position: absolute;
  content: '';
}

.quoteParagraph {
  margin: 10px 0;
  color: #555;
  position: relative;
}

.quoteParagraph::after {
  content: '';
  width: calc(100% + 68px);
  height: 2px;
  left: -34px;
  margin-top: calc(1vw + 23px);
  position: absolute;
  background: linear-gradient(to right, rgba(150, 0, 0, .3) 10px, transparent 11px, transparent calc(100% - 9px), rgba(150, 0, 0, .3) calc(100% - 10px));
}

.quoteParagraph:last-child::after {
  display: none;
}

section#careers {
    display: none;
}
/*==============================================================================================================*/
.section3 {
  background: white;
  min-height: 100vh;
  height: auto;
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.section3ContentBlock {
  padding-top: 70px;
}

.chessPiece {
  background-image: url(/img/Chesspiece_Red.png);
  background-repeat: no-repeat;
  width: 143px;
  height: 293px;
  display: block;
  margin-left: calc(50% - 72px);
}
.sectionTitle {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #555;
    cursor: default;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
#tickerGlassDoor {
    font-size: calc(12px + .4vw);
    text-align: justify;
    margin: 0 calc(20% - 30px) 34px;
    padding: 20px 0;
}

#tickerGlassDoor:before {
  display: block;
  height: calc(90% - 16px);
  top: 5%;
  left: calc(20% - 70px);
  border: 8px solid rgba(150, 0, 0, .6);
  border-right: none !important;
  border-left: 6px solid rgba(150, 0, 0, .6);
  width: 11px;
  position: absolute;
  content: '';
}

#tickerGlassDoor::after {
  display: block;
  height: calc(90% - 16px);
  top: 5%;
  right: calc(20% - 70px);
  border: 8px solid rgba(150, 0, 0, .6);
  border-left: none !important;
  border-right: 6px solid rgba(150, 0, 0, .6);
  width: 11px;
  position: absolute;
  content: '';
}

.companyQuotes {
  height: auto;
  position: relative;
}

.quoteLocation {
  font-size: calc(12px + .6vw);
  font-weight: bold;
  color: rgba(150, 0, 0, .4);
  float: right;
  margin-right: calc(19% - 35px);
  margin-top: -52px;
}

#careerFloater {
  position: absolute;
  width: calc(50vw - 20px);
}

#careerFloater.simpleSticky {
  position: fixed;
  top: 65px;
}

#careerFloater.simpleSticky {
  position: fixed;
  top: 65px;
}

#careerFloater.simpleStickyBottom {
  position: absolute;
  bottom: 80px;
}

.floatTitle {
  background: #a53131;
  color: white;
  font-size: 20px;
  padding: 4px 4px 4px 44px;
  position: absolute;
  width: calc(50vw - 61px);
  z-index: 2;
  border-bottom: 1px solid white;
  transform: translateY(-16px);
}

.floatTitleContact {
  float: right;
  padding: 0 20px 0 10px;
  background: #d56067;
  border-top: 1px solid pink;
  border-left: 1px solid pink;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-size: 15px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 1040px) {
  .largeScreenText {
    display: inline-block;
  }
  .smallScreenText {
    display: none;
  }
}

@media only screen and (max-width: 1040px) {
  .largeScreenText {
    display: none;
  }
  .smallScreenText {
    display: inline-block;
  }
}

.floatTitleContact:hover {
  background: #c3545b;
}

.floatTitleContact:active {
  background: #952b2b;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.floatTitle.simpleSticky {
  position: fixed;
  top: 66px;
}

.floatTitleContact>i {
  margin-right: 7px;
  font-size: 13px;
  vertical-align: top;
  margin-top: 5px;
}

@media only screen and (min-width: 1600px) {
  .floatTitle {
    margin-left: -42px;
    width: calc(50vw - 18px);
  }
}

.locationToggle {
  margin-top: 34px;
}

.locationToggle>div {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(165, 49, 49, .5);
  color: white;
  margin-top: 4px;
  border-radius: 6px;
  cursor: pointer;
  text-shadow: 0 0 2px #4b0000;
}

.locationToggle>div:hover {
  background: rgba(165, 49, 49, .6);
}

#importPositions {
  padding-right: 20px;
  padding-top: 30px;
  font-size: 15px;
}

#importPositions>ul {
  margin-top: 0;
  padding-left: 46px;
  overflow: hidden;
  max-height: 2000px;
  transition: .7s ease-in-out;
}

#importPositions>ul>li {
  list-style: none;
  padding: 4px 0;
  transform: translateX(-24px);
  transition: 0.3s;
  transition-delay: 0.1s;
}

#importPositions>ul.shrinkHeight {
  max-height: 0px;
}

#importPositions>ul>li.fadeIn {
  transform: translateX(0px);
}

@media only screen and (min-width: 1600px) {
  #importPositions>ul {
    column-count: 2;
    column-gap: 8px;
    padding-left: 0;
  }
}

.cyberLogo {
  background: url('/img/Shield.svg')
}

.engineeringLogo {
  background: url('/img/Bulb.svg')
}

.businessLogo {
  background: url('/img/Process.svg')
}

.careerLogo {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
}

.careerLogoContainer>h3 {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  line-height: 40px;
  font-size: 18px;
}

.processLogoSVG,
.bulbLogoSVG {
  fill: #a53131;
}

.shieldLogoSVG {
  fill: #a53131;
  fill-rule: evenodd;
}

.careerLogoContainer {
  height: 35px;
  opacity: .7;
  cursor: pointer;
}

.careerLogoContainer:hover {
  opacity: 1;
}

@media only screen and (min-width: 1600px) {
  .careerLogoContainer {
    margin-left: -44px;
  }
  .careerLogoContainer::after {
    content: '';
    display: block;
    height: 2px;
    background: #a53131;
    margin-top: -24px;
    margin-left: 170px;
  }
  .cyberCareerContainer::after {
    margin-left: 180px;
    width: calc(50vw - 170px);
  }
  .engineeringCareerContainer::after {
    margin-left: 314px;
    width: calc(50vw - 304px);
  }
  .businessCareerContainer::after {
    margin-left: 206px;
    width: calc(50vw - 196px);
  }
}
/*==============================================================================================================*/
.section4 {
    display: flex;
    background: #454d51;
    z-index: 1;
    height: auto;
    padding-bottom: 60px;
    position: relative;
}

.section4Content {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.section4Fixed {
    position: relative;
    height: auto;
    padding-top: 72px;
    width: calc(100vw - 20px);
}
.section4Fixed > .sectionTitle {
    color: white;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}
.tlMission {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    max-width: 430px;
    padding: 38px 20px 20px 20px;
    border: 2px solid white;
    border-radius: 6px;
    background: #eee;
    box-shadow: inset 0px 0px 10px grey;
    right: calc(-50% + 11px);
    transform: translateX(-50%);
    position: relative;
    margin: 20px 0 -20px 0;
}
.tlMissionTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #a53131;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: white;
    height: 30px;
    line-height: 30px;
    box-shadow: 0px 4px 6px #00000030;
}

.column {
  width: 50%;
}

.timeline {
    position: relative;
    /* width: 50vw; */
    /* margin-left: calc(50vw - 20px); */
    margin-top: 20px;
    list-style-type: none;
    padding-inline-start: 0;
    padding-top: 20px;
}

.timeline:before {
  position: absolute;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: linear-gradient(to bottom, white 0%, white 8%, white 92%, transparent 100%);
  z-index: 0;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  /* width: 80%; */
  /* float: right; */
  text-align: right;
  /* margin-right: calc(29px + 50vw); */
  margin-right: 30px;
}

.direction-r {
  position: relative;
  /* width: 80%; */
  margin-left: 30px;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag::before, .direction-r .flag::before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: rgb(255, 80, 80);
    border-radius: 10px;
    border: 4px solid white;
    z-index: 10;
}

.direction-r .flag::before {
  left: -40px;
}

.direction-l .flag::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: rgb(248, 248, 248);
  pointer-events: none;
  width: 26px;
}

.direction-r .flag::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: rgb(248, 248, 248);
  pointer-events: none;
  width: 26px;
}

.time-wrapper {
  display: inline;
  line-height: 12px;
  font-size: 0.66666em;
  color: white;
  vertical-align: middle;
  border: 1px solid #ffffff42;
  background: #a53131;
}

.direction-r .time-wrapper {
  float: left;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

.direction-l .time-wrapper {
  float: left;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
}

.desc {
  font-size: 15px;
  line-height: 22px;
  margin: -12px 40px 0px 40px;
  padding: 30px 20px 20px 20px;
  border: 2px solid white;
  border-radius: 6px;
  background: #eee;
  box-shadow: inset 0px 0px 10px grey;
}

.tlItem {
  position: absolute;
}

.left .tlItem {
  right: 0;
  margin-left: 50px;
}

.right .tlItem {
  margin-right: 50px;
}

/* .tlItem96 {
    margin-top: -140px;
    position: absolute;
}

.tlItem2 {
  margin-top: -236px;
  position: absolute;
}

.tlItem4 {
  position: absolute;
  margin-top: -128px;
}

.tlItem7 {
  position: absolute;
  margin-top: -120px;
} */

.tlItem {
  position: absolute;
}

/*==============================================================================================================*/
.section5 {
  position: relative;
  background: white;
  z-index: 9;
  min-height: 730px;
  overflow: hidden;
  overflow-y: scroll;
}

.section5ContentBlock {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.addressContainer {
    position: absolute;
    margin-top: 60px;
    font-size: 15px;
    margin-left: 40px;
}
.addressContainer > .sectionTitle {
    text-align: left;
}
.allAddresses > .redtext {
    margin-top: 16px;
    text-decoration: underline;
}
.SanDiego,
.Norfolk,
.CrystalCity, .Charleston, .Orlando, .Reston, .Stafford {
  transition-delay: 0 !important;
}

/*---------------- 1920 -------------------------*/

.usMapContainer.SanDiego {
  transform: scale(5) translate(39.4%, -20%);
}

.usMapContainer.Norfolk {
  transform: scale(5) translate(-7.8%, 3.5%);
}

.usMapContainer.CrystalCity {
  transform: scale(5) translate(-6.3%, 9.5%);
}

.usMapContainer.Reston {
  transform: scale(5) translate(-4.0%, 9.5%);
}

.usMapContainer.Stafford {
  transform: scale(5) translate(-6.3%, 6.25%)
}

.usMapContainer.Charleston {
    transform: scale(5) translate(-5.8%, -14%);
}

.usMapContainer.Charleston {
    transform: scale(5) translate(-5.8%, -14%);
}

.usMapContainer.Orlando {
    transform: scale(5) translate(-5.8%, -33%);
}

/*---------------- 1850 -------------------------*/

@media only screen and (max-width: 1850px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-9.5%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-8%, 9.5%);
  }

  .usMapContainer.Reston {
    transform: scale(5) translate(-6%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-8%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-7.5%, -14%);
  }
  .usMapContainer.Orlando {
    transform: scale(5) translate(-7.5%, -33%);
  }
}

/*---------------- 1800 -------------------------*/

@media only screen and (max-width: 1800px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-10.5%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-9%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-6.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-9%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-8.5%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-8.5%, -33%);
  }
}

/*---------------- 1733 -------------------------*/

@media only screen and (max-width: 1733px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-12%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-10.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-8.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-10.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-10%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-10%, -33%);
  }
}

/*---------------- 1660 -------------------------*/

@media only screen and (max-width: 1660px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-13.5%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-12%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-9%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-12%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-11.5%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-11.5%, -33%);
  }
}

/*---------------- 1590 -------------------------*/

@media only screen and (max-width: 1590px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-15%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-13.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-10.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-13.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-13%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-13%, -33%);
  }
}

/*---------------- 1520 -------------------------*/

@media only screen and (max-width: 1520px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-16.5%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-15%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-12.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-15%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-14.5%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-14.5%, -33%);
  }
}

/*---------------- 1460 -------------------------*/

@media only screen and (max-width: 1460px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-18%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-16.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-13.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-16.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-16%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-16%, -33%);
  }
}

/*---------------- 1400 -------------------------*/

@media only screen and (max-width: 1400px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-19.5%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-18%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-15%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-18%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-17.5, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-17.5%, -33%);
  }
}

/*---------------- 1350 -------------------------*/

@media only screen and (max-width: 1350px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-21%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-19.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-16.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-19.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-19%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-19%, -33%);
  }
}

/*---------------- 1300 -------------------------*/

@media only screen and (max-width: 1300px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-22.5%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-21%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-18%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-21%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-20.5%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-20.5%, -33%);
  }
}

/*---------------- 1245 -------------------------*/

@media only screen and (max-width: 1245px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-24%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-22.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-19.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-22.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-22%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-22%, -33%);
  }
}

/*---------------- 1195 -------------------------*/

@media only screen and (max-width: 1195px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-25.5%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-24%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-21%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-24%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-23.5%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-23.5%, -33%);
  }
}

/*---------------- 1150 -------------------------*/

@media only screen and (max-width: 1150px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-27%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-25.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-22.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-25.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-25%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-25%, -33%);
  }
}

/*---------------- 1100 -------------------------*/

@media only screen and (max-width: 1100px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-29%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-27.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-24.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-27.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-27%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-27.5%, -33%);
  }
}

/*---------------- 1050 -------------------------*/

@media only screen and (max-width: 1050px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-31%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-29.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-26.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-29.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-29%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-29%, -33%);
  }
}

/*---------------- 995 -------------------------*/

@media only screen and (max-width: 995px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-33%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-31.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-28.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-31.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-31%, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-31%, -33%);
  }
}

/*---------------- 995 -------------------------*/

@media only screen and (max-width: 945px) {
  .usMapContainer.Norfolk {
    transform: scale(5) translate(-35%, 3.5%);
  }
  .usMapContainer.CrystalCity {
    transform: scale(5) translate(-33.5%, 9.5%);
  }
  .usMapContainer.Reston {
    transform: scale(5) translate(-30.5%, 9.5%);
  }
  .usMapContainer.Stafford {
    transform: scale(5) translate(-33.5%, 6.25%)
  }
  .usMapContainer.Charleston {
    transform: scale(5) translate(-33, -14%);
  }
    .usMapContainer.Orlando {
    transform: scale(5) translate(-33%, -33%);
  }
}

.usMapContainer {
  margin-left: calc(50vw - 400px);
  position: relative;
  margin-top: calc(50vh - 300px);
  transition: 1s ease;
  transform: scale(1) translate(0%, 0%);
  transition-delay: .5s;
}
@media only screen and (max-width: 1366px) {
.usMapContainer.shiftMapRight {
  margin-left: calc(58vw - 400px);
}
}

/*---------------- make map bigger on large screens -------------------------*/
@media (min-height: 890px) and (min-width: 1560px) {
    .usMapContainer {
        margin-top: calc(50vh - 215px);
        transform: scale(1.5) translate(10%, 0%);
    }
}

@media only screen and (max-width: 1200px) {
.addressContainer {
    margin-left: 20px;
}
.longAddressCut {
    display:none;
}
}

.usMap {
  width: 800px;
  height: 520px;
  background-repeat: no-repeat;
  margin-top: calc(50vh - 215px);
}

.allStates {
  overflow: visible;
  fill: #eee;
}

.usMapPin {
    position: absolute;
  height: 20px;
  width: 20px;
  background: #a53131;
  border-radius: 12px;
  border: 2px solid white;
  cursor: pointer;
  transition: .2s;
}
.usMapPin:hover {
  background: #d14141;
  box-shadow: inset 0 0 4px #0000008c;
}
.usMapInfo {
  position: absolute;
  cursor: pointer;
}
.usMapInfo:hover, .usMapPin:hover + .usMapInfo {
  color: #a53131;
  text-decoration: underline;
}

.usMapSanDiego {
  transform: translate(77px, 343px);
}
.usMapPin.usMapSanDiego:hover {
    transform: translate(77px, 343px) scale(1.2);
}
.usMapInfo.usMapSanDiego {
    margin-left: -80px;
}
.usMapNorfolk {
  transform: translate(710px, 219px);
}
.usMapPin.usMapNorfolk:hover {
    transform: translate(710px, 219px) scale(1.2);
}
.usMapInfo.usMapNorfolk {
    margin-left: 25px;
}

.usMapReston {
  transform: translate(670px, 195px);
}
.usMapPin.usMapReston:hover {
  transform: translate(670px, 195px) scale(1.2);
}
.usMapInfo.usMapReston {
  margin-left: -55px;
}
.usMapStafford {
  transform: translate(690px, 205px);
}
.usMapPin.usMapStafford:hover {
  transform: translate(690px, 205px) scale(1.2);
}
.usMapInfo.usMapStafford {
  margin-left: 25px;
}


.usMapCrystalCity {
  transform: translate(690px, 189px);
}
.usMapPin.usMapCrystalCity:hover {
    transform: translate(690px, 189px) scale(1.2);
}
.usMapInfo.usMapCrystalCity {
    margin-left: 25px;
}
.usMapCharleston {
  transform: translate(684px, 311px);
}
.usMapPin.usMapCharleston:hover {
    transform: translate(684px, 311px) scale(1.2);
}
.usMapInfo.usMapCharleston {
    margin-left: 25px;
}
.usMapOrlando {
    transform: translate(679px, 407px);
}
.usMapPin.usMapOrlando:hover {
    transform: translate(679px, 407px) scale(1.2);
}
.usMapInfo.usMapOrlando {
    margin-left: 25px;
    background: none;
}

.mapouter.active {
  transform: scale(1) translate(50vw, 50vh);
  transform-origin: 50vw 50vh;
  margin-top: -250px;
  margin-left: -250px;
  opacity: 1;
  transition-delay: 1.5s;
}

.mapouter {
  position: absolute;
  text-align: right;
  height: 500px;
  width: 500px;
  overflow: hidden;
  border-radius: 250px;
  border: 3px solid #a53131;
  box-shadow: 0px 0px 0px 10px white;
  transition: 0.4s;
  transform-origin: 50vw 50vh;
  transform: scale(0.1) translate(50vw, 50vh);
  margin: 0;
  opacity: 0;
  transition-delay: 0s;
  z-index: 3;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 1000px;
  width: 1000px;
  transform: translate(-250px, -250px);
}

.closemap {
  position: absolute;
  transform: translate(50vw, 50vh) rotate(45deg);
  margin-top: -210px;
  margin-left: 170px;
  z-index: 3;
  background: #a53131;
  border: 6px white solid;
  height: 75px;
  width: 75px;
  border-radius: 45px;
  line-height: 68px;
  text-align: center;
  overflow: hidden;
  font-size: 100px;
  color: white;
  cursor: pointer;
}

.maximizemap {
  position: absolute;
  transform: translate(45vw, 42vh);
  margin-top: -210px;
  margin-left: 170px;
  z-index: 3;
  background: #a53131;
  border: 6px white solid;
  height: 75px;
  width: 75px;
  border-radius: 45px;
  line-height: 82px;
  text-align: center;
  overflow: hidden;
  font-size: 54px;
  color: white;
  cursor: pointer;
}

.footer {
    height: 40px;
    width: 100%;
    background: linear-gradient(to left, #222, #454d51, #222);
    position: relative;
    border-top: 1px solid black;
    z-index: 9;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 12px;
}

/*============================================================================================================== tabletilizer--------------*/
@media screen and (min-width: 1800px) {
    .tlItem2 {
        margin-top: -200px;
    }
    .tlItem7 {
        margin-top: -129px;
    }
}

@media screen and (max-width: 1300px) {
    .tlItem7 {
        margin-top: -100px;
    }
}
@media screen and (max-width: 1200px) {
    .tlItem7 {
        margin-top: -40px;
    }
}

@media screen and (max-width: 1024px) {
    .timeline {
        width: calc(100% - 100px);
        margin-left: 20px;
    }
    .timeline>li {
        margin-top: 0;
        position: relative;
    }

    .column:first-child {
        width: 100%;
      }
    .column:last-child {
        display: none;
      }
     .tlItem {
       position: static;
       margin-top: 20px;
     }
     .left .tlItem {
       margin-left: 0px;
     }

    .direction-l,
    .direction-r {
        width: 80%;
        margin-left: 30px;
        margin-right: 0;
        text-align: left;
        width: 100%;
        float: left;
    }
    .direction-l .flag:after {
        right: 100%;
        left: auto;
    }
    .direction-l .flag:before {
        left: -40px;
    }
    .direction-l .time-wrapper {
        float: right;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    .usMapContainer {
        display: none;
    }
    .tlMission {
    left: 256px;
    border-bottom-left-radius: 0;
}
}

@media only screen and (max-width: 768px) {
    #toTop {
        display: none !important;
    }
    .section1ReadMore.visible {
        display: none !important;
    }
    .sticky>#headerLogo {
        height: 55px;
        background: white;
        padding: 0 20px;
    }
    .nameHome {
        display: none;
    }
    header.sticky>nav>.navSeparator {
        display: none;
    }
    nav {
        float: left;
        position: absolute;
        margin: 0 !important;
        width: 100%;
    }
    #header {
        overflow: visible;
    }
    #headerLogo {
        margin-left: calc(50vw - 62px) !important;
        height: 56px;
        padding: 0 20px;
        border-bottom-right-radius: 50px 14px;
        border-bottom-left-radius: 50px 14px;
    }
    .sticky>#headerLogo {
        background: white;
        box-shadow: 0px 10px 10px -11px rgba(0, 0, 0, 0.1);
    }
    .breadcrumInsert {
        display: none;
    }
    .headerGreaterThan.visible {
        display: none !important;
    }
    header>nav>a,
    header.sticky>nav>a {
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important;
        height: 50px;
        width: 20%;
        text-align: center;
    }
    #header > nav > span:nth-child(4) {
        display: inline-block;
        width: 13.5%;
        color: transparent;
    }
    #careerFloater.simpleSticky,
    #careerFloater.simpleStickyBottom {
        position: relative;
        top: 0;
        width: 100%;
    }
    #careerFloater {
        width: 100%;
    }
    .quotedText:before {
        display: none;
    }
    .quotedText {
        margin: 16px;
    }
    .quotedText:after {
        display: none;
    }
    .quoteParagraph::before {
        display: none;
    }
    .quoteParagraph::after {
        display: none;
    }
    .chessPiece {
        display: none;
    }
    .locationToggle > div {
        padding: 8px 12px;
    }
    .section3ContentBlock {
        padding-top: 8px;
    }
    .companyQuotesContainer {
        display: none;
    }
    .leftHalf,
    .rightHalf {
        width: 100%;
    }
    .rightHalf {
        position: relative;
        margin-top: 42px;
    }
    .floatTitle {
        width: calc(100% - 20px);
        padding: 4px 4px 4px 12px;
        border-bottom-right-radius: 17px;
        border-top-right-radius: 17px;
    }
    .floatTitleContact {
        border-bottom-right-radius: 14px;
        border-top-right-radius: 14px;
    }
    .locationToggle {
        margin-left: 10px;
    }
    .usMapContainer {
        display: none;
    }
}

/*============================================================================================================== mobililizer--------------*/
@media only screen and (max-width: 540px) {
    nav {
    width: calc(100vw - 20px);
}
    #header.sticky > nav {
    width: 100%;
}
    #headerLogo {
        display: none;
    }
    #header, #header.sticky {
        padding-left: 3%;
    }
    #header > nav > span:nth-child(4), #header.sticky > nav > span:nth-child(4) {
        display: none;
    }
    #header>nav>a,
    #header.sticky>nav>a {
        width: 25%;
    }
    #header > nav > a:nth-child(3), #header > nav > a:nth-child(1), #header.sticky > nav > a:nth-child(3), #header.sticky > nav > a:nth-child(1) {
        width: 20%;
    }
    .section2 {
        border-top: 2px solid #a53131;
        border-bottom: 2px solid #a53131;
    }
    .quotedText {
        text-align: left;
    }
    .tlMission {
    display:none;
}
}

/*============================================================================================================== /services --------------*/

.underconstruction {
    position: fixed;
    font-size: 8vw;
    color: #00000005;
    margin-top: 33vh;
    margin-left: -9vw;
    font-weight: bold;
    font-family: serif;
    font-family: impact;
    transform: rotate(17deg);
    pointer-events: none;
}
.serviceContent {
      overflow-x: hidden;
  max-width: 1000px;
}
@media only screen and (min-width: 1000px) {
  .serviceContent {
      margin-left: calc(50% - 500px);
}
}
.leftSection, .rightSection {
  width: calc(50% - 45px);
  display:inline-block;
  padding: 20px;
  vertical-align: top;
}
.centerSection {
  width: 60%;
  margin-left: 20%;
  text-align: center;
}
.services, .corporateOverview {
  margin-top: 68px;
  color: #555;
}
.services p {
  margin-block-start: 0;
}
.serviceTitle {
    line-height: 27px;
    padding: 10px 0 5px 0;
    font-size: 18px;
    color: #222;
    text-align: center;
}
.serviceTitle::after {
    content: '';
    display: block;
    background: #a53131;
    height: 1px;
    margin-top: -13px;
    margin-bottom: 13px;
    width: 100%;
}
.whiteBack {
  background: white;
  padding: 0 10px;
}
.centerSection > p {
    text-align: left;
}
.corporateOverview > .sectionTitle::after {
    content: '';
    display: block;
   /* background: #a53131;*/
    height: 3px;
    margin-top: -20px;
    margin-bottom: 12px;
    width: 100%;
}
.corporateOverview {
  padding-bottom: 80px;
}
.birdEnd {
    width: 50px;
    right: 50%;
    position: absolute;
    padding-top: 20px;
}
