/* Main Css */
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #707070;
  padding: 0;
  margin: 0;
}

/* .font-13 { font-size: 0.65rem; }
.font-16 { font-size: 0.8rem; }
.font-18 { font-size: 0.9rem; }
.font-20 { font-size: 1rem; }
.font-36 { font-size: 1.8rem; } */

.font-Roboto { font-family: 'Roboto', sans-serif; }
.font-SourceSerif { font-family: 'Source Serif Pro', serif; }

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

h2 {
  font-size: 1.4em;
  color: #1E5184;
  font-weight: 700;
  text-transform: uppercase;
}

.buy-now-btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0,0.75);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 5px 0px rgba(0,0,0,0.75);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

a:link, a:active, a:visited {
  color: #299EAB;
}

.en-fr {
  color: #FFF;
  font-size: 0.8rem;
  line-height: 40px;
}
  .en-fr a  {
    color: #FFF!important;
  }

.contactus-carrers {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 90%;
  height: 200px;
  margin: auto;
  color: #FFF!important;
  font-family: 'Source Serif Pro', serif;
  text-shadow: 1px 1px 5px #000000;
  text-decoration: none;
  font-size: 1.8rem;
}
  .contactus-carrers p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


.grid-x {
  width: 1233px;
  max-width: 80%;
  margin: auto;
}

#video-background {
  /*  making the video fullscreen  */
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

#TopBar {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #155284;
}

  #Logo {
    display: block;
    margin: auto;
    width: 250px;
    background-color: #FFF;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
    #Logo img {
      display: block;
      width: 90%;
      margin: auto;
      padding: 20px 5px 10px 5px;
    }

#Banner {
  display: block;
  position: relative;
  width: 100%;
  height:75vh;
  background-size: cover;
  background-repeat: no-repeat;
}
  #Banner i {
    display: block;
    bottom: 5px;
    right: 10px;
    font-size: 0.8rem;
    color: #CCC;
    position: absolute;
  }

#Body {
  padding-bottom: 40px;
  background: #FFF;
}

#BrandNames .grid-x {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #123480;
  max-width: 100%;
}
  #BrandNames .grid-x .cell {
    padding: 30px 10px;
    text-align: center;
  }

.brand-name-logo {
  display: block;
  max-width: 190px;
  margin: auto;
}
  .brand-name-logo img {
    max-width: 90%;
  }

.brand-name-text {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 230px;
  display: block;
  margin: auto;
  color: #FFF;
}

.brand-name-link {
  display: block;
  max-width: 200px;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.9rem;
  background-color: #299EAB;
  color: #FFF!important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.brand-name-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#ContactCareers .grid-x {
  max-width: 100%;
}

#Footer {
  padding-top: 20px;
  background-color: #155284;
  color: #FFF;
  font-size: 0.8rem;
}

#Footer a {
  color: #FFF;
}

#FooterLogo {
  display: block;
  max-width: 160px;
  margin: auto;
}

@media(max-width: 1200px) and (orientation:landscape) {
  #Banner {
    background-image: url('../img/banner.png');
  }
  #video-background { display: none; }
  #MobileBg { display: block!important;}
  #MobileBg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }

  #Banner i {
    display: none;
  }
}

@media(max-width: 640px) {
  /*#VideoHeader {
    background: url('img/home/mobile-home.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: initial;
  }*/
  .en-fr { display: none; }

  #Banner {
    background-image: url('../img/banner.png');
  }
  #MobileBg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }

  #Footer {
    text-align: center;
  }
}
