@charset "utf-8";

:root {
  --brand-color: #036ad1; /*;/**/
  --brand-color-75: #007bff;
}

@font-face {
font-family: 'FordRegular';
font-style: normal;
font-weight: normal;
src: url('fonts/FordRegular.woff') format('woff');
}

@font-face {
font-family: 'FordBold';
font-style: normal;
font-weight: normal;
src: url('fonts/FordBold.woff') format('woff');
}

@font-face {
font-family: 'FordLight';
font-style: normal;
font-weight: normal;
src: url('fonts/FordLight.woff') format('woff');
}

/*@font-face {
font-family: 'Ford Antenna Thin';
font-style: normal;
font-weight: normal;
src: url('fonts/FordAntennaThin.woff') format('woff');
}
*/
@font-face {
font-family: 'Ford Antenna Medium';
font-style: normal;
font-weight: normal;
src: url('fonts/FordAntennaWGL-Medium.woff') format('woff');
}
/*
@font-face {
font-family: 'Ford Antenna Semibold';
font-style: normal;
font-weight: normal;
src: url('fonts/FordAntennaSemibold.woff') format('woff');
}

@font-face {
font-family: 'Ford Antenna Bold';
font-style: normal;
font-weight: normal;
src: url('fonts/FordAntennaBold.woff') format('woff');
}

@font-face {
font-family: 'Ford Antenna Black';
font-style: normal;
font-weight: normal;
src: url('fonts/FordAntennaBlack.woff') format('woff');
}*/

html {
  height: 100%;
}

body {
  min-width: 100%;
  min-height: 100%;
  line-height: normal;
  font-family: 'Ford Antenna Medium' , sans-serif;
  background-color: black;
  color: #333;
}


p {
  line-height: 1.25;
  font-family: 'Ford Regular' , sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  font-style: normal;
  font-weight: normal;
}

a {
  color: #333;
}

a:hover {
  color: var(--brand-color);
  text-decoration: none;
}

h1, .h1 { font-size: 1.75em; }
h2, .h2 { font-size: 1.75em; }
h3, .h3 { font-size: 1.5em; }
h4, .h4 { font-size: 1.45em; }
h5, .h5 { font-size: 1.3em; }
h6, .h6 { font-size: 1em; }




.mobile-only{
  display: none;
}
.pc-only{
  display: initial;
}

.page-container{
     position: static;
     display:flex;
     flex-direction: column;
     margin:0 auto;
     min-height: 100%;
     width: 100%;
     max-width: 1800px;/*outer width*/
     padding-bottom: 60px;
}

.centered{
  margin: 0 auto;
}

.top-nav-bar{
    position: relative;
    background-color: #102b4e;
    z-index: 1;
    width: 100%;
}

.navbar {
    flex-wrap: nowrap;
    z-index: 50;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 1800px;/*outer width*/
}

/*hero blurb/title on pc only*/
.pc-hero-text-box{
  display: initial;
}

/*hero blurb/title on mobile only*/
.mobile-hero-text-box{
  display: none;
}

.contact-span{
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.blue-link {
  color: var(--brand-color);
}

.white-text {
  color: white !important;
}

/*added to containers define the sides of the page */
.container-page-width-limit{
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}


/*page title*/
.index-container {
    position: relative;
    height: 50%;
    padding-top: 150px;
    margin: 0 auto;
    z-index: 2;
}

.hero-title {
  color: white;
  font-size: 40px;
  font-family: 'Ford Antenna Medium' , sans-serif;
  margin-bottom: 0px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8) , 1px 1px 5px rgba(0,0,0,0.8);
}

.hero-text {
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8) , 1px 1px 5px rgba(0,0,0,0.8);
}

.hero-icons-container{
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.hero-icons-container>div{
  display: flex;
  flex-direction: row;
}

.hero-icons-container .btn{
  margin-right: 12px;
  margin-bottom: 12px;
}

.btn.btn-primary {
    color: #fff;
    background-color: var(--brand-color);
    min-width: 311px;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: var(--brand-color-75);
  border: solid 1px var(--brand-color-75);
}


.hero-btn {
  text-align: left;
  min-width: 150px;
  font-size: 18px;
  font-weight: 400;
  line-height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: solid 1px #c3c3c3;
}

.hero-btn:hover {
  transition: none;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: var(--brand-color);
}

#logo {
  width: 100%;
  max-width: 270px;
}

.index-play-btn:hover {
  opacity: 1;
  cursor: pointer;
}

#overlay {
  transition: all 200ms;
	cursor: url('images/x_white.png'), auto;
}

.modal-content{
    position: absolute;
    top: 20px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2005;
    overflow: hidden;
    display: none;
}


/*VIDEO MODAL*/
#video-modal{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 100px);
    max-height: calc(100vh - 100px);
    background: unset;
    pointer-events: none; 
    overflow: visible;
    box-shadow: none;
    border: none;
}

.video-aspect{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    pointer-events: none;
}

.video {
    pointer-events: all;
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    max-width: calc(100vw - 100px);
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    box-shadow: 2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white;
}
/*VIDEO MODAL*/


.floating-background{
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 1900px;/*outer width + 100px*/
    z-index: 0;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}


.blur-background{
    position: fixed;
    background-position: center top;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
}


/* MOBILE */
@media (max-width: 750px) {

  .mobile-only{
    display: initial;
  }
  .pc-only{
    display: none;  
  }

/*added to containers define the sides of the page */
.container-page-width-limit{
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}




.hero-icons-container{
  display: flex;
  flex-direction: column;
}

  .navbar {
      height: 80px;
      justify-content: center;
  }

  .index-container {
      font-size: 12px;
      position: relative;
      height: 50%;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .floating-background-wrapper{
    position: relative;
  }

  .floating-background{
      position: relative;
      background-position: bottom right;
      background-size: 150% auto;
      padding-top: 88%;
      height: unset;
      width: 100%;
      z-index: 0;
      transform: unset;
      left: 0;
      right: 0;
  }

  .hero-title{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .hero-text{
    font-family: 'Ford Antenna Thin' , sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
  }

  /*hero blurb/title on pc only*/
  .pc-hero-text-box{
    display: none;
  }

  /*hero blurb/title on mobile only*/
  .mobile-hero-text-box{
    display: block;
    text-align: center;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    min-height: 110px;
    background-color: rgba(0, 0, 0, .3);
  }

  .hero-icons-container{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-icons-container>div{
    display: flex;
    flex-direction: column;
  }

  .hero-icons-container .btn{
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 10px;
  }

}









/* quick and dirty radio button styling */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}


/* offset of radio pseudoelement */
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left : 2.7em;
    padding-right : 2.7em;
    display: inline-block;
}
/* NARROW MOBILE */
@media (max-width: 500px) {

  .btn.btn-primary{
    min-width: unset;
  }

  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label
  {
      position: relative;
      padding-left: unset;
      padding-right: unset;
      padding-top: 3em;
      display: inline-block;
  }
}
/* MOBILE */


[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: calc(1.5em);
    height: calc(1.5em);
    background: #388cf2;
    position: absolute;
    top: .25em;
    left: .25em;
    border-radius: 100%;
    -webkit-transition: all 0.4s linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1);
    transition: all 0.4s linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1);
}

[type="radio"]:checked + label:before {
    border-color: #388cf2;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* quick and dirty radio button styling */