/******************************************************************
Site Name: Wilden Velocity Series Landing Page
Stylesheet: Main Stylesheet
******************************************************************/
@import url(../css/bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
/******************************************************************
Base Stylesheet
******************************************************************/
body {
  background-color: #004b8d;
  font-family: "proxima-nova", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  transition: background-color .24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #004b8d;
  border-bottom: solid 1px transparent;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

h1 a:hover, h1 a:active, h1 a:focus, h1 a:active:hover, h1 a:active:focus, h2 a:hover, h2 a:active, h2 a:focus, h2 a:active:hover, h2 a:active:focus, h3 a:hover, h3 a:active, h3 a:focus, h3 a:active:hover, h3 a:active:focus, h4 a:hover, h4 a:active, h4 a:focus, h4 a:active:hover, h4 a:active:focus, h5 a:hover, h5 a:active, h5 a:focus, h5 a:active:hover, h5 a:active:focus, h6 a:hover, h6 a:active, h6 a:focus, h6 a:active:hover, h6 a:active:focus {
  text-decoration: none;
  color: #001527;
  border-color: #001527;
}

h1 {
  font-size: 36px;
  font-weight: 300;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

.vidwrap {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-top: 56.25%;
  overflow: hidden;
}

.vidwrap iframe, .vidwrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vid-modal {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  z-index: 100;
  width: 90%;
  max-width: 860px;
  background-color: #fff;
  margin: 0 auto;
  padding: 15px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  transition: -webkit-transform .24s ease-in-out;
  transition: transform .24s ease-in-out;
  transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
}

#vid-modal.active {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#vid-modal strong {
  width: calc(100% - 36px);
  display: block;
  margin-bottom: 10px;
}

#vid-modal a.close-btn {
  position: absolute;
  top: 3px;
  right: 0;
  width: 48px;
  padding: 16px;
}

#vid-modal .vidwrap {
  margin: 0;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

img.check-img {
  margin: 5px 0;
}

p, li {
  font-size: 18px;
  line-height: 1.6;
}

p a, li a {
  color: #004b8d;
  border-bottom: solid 1px transparent;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

p a:hover, p a:active, p a:focus, p a:active:hover, p a:active:focus, li a:hover, li a:active, li a:focus, li a:active:hover, li a:active:focus {
  color: #001527;
  text-decoration: none;
  border-color: #001527;
}

p {
  margin-bottom: 30px;
}

.btn {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 30px 15px;
  border-radius: 24px;
}

.btn-default {
  background-color: #e7e7e7;
  color: #999999;
  border: solid 2px #e7e7e7;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background-color: #cecdcd;
  color: #333333;
  border-color: #cecdcd;
}

.btn-primary {
  background-color: #004b8d;
  color: #fff;
  border-color: transparent;
  transition: background-color .24s ease-in-out;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
  color: #fff;
  background-color: #00305a;
  border-color: transparent;
}

.btn-primary.ghost {
  background: #004b8d;
  /* The Fallback */
  background: rgba(0, 75, 141, 0.6);
}

.btn-primary.ghost:hover, .btn-primary.ghost:active, .btn-primary.ghost:focus, .btn-primary.ghost:active:hover, .btn-primary.ghost:active:focus {
  background: #004b8d;
  /* The Fallback */
  background: #004b8d;
}

.btn-primary span {
  display: none;
}

.btn-clear {
  background-color: transparent;
  color: #fff;
  border: solid 2px #fff;
  transition: background-color .24s ease-in-out;
}

.btn-clear:hover, .btn-clear:active, .btn-clear:focus, .btn-clear:active:hover, .btn-clear:active:focus {
  background: #333333;
  /* The Fallback */
  background: rgba(51, 51, 51, 0.2);
  color: #fff;
}

.centered {
  text-align: center;
}

.vcenter {
  align-items: center;
}

#site-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.6);
}

#site-wrap {
  background-color: #fff;
  height: 100%;
  font-size: 16px;
  margin: 0 auto;
}

#site-container {
  position: relative;
  right: 0;
  width: 100%;
}

#top-nav {
  height: 10px;
  background-color: #004b8d;
}

#header {
  position: relative;
  width: 100%;
  padding: 15px;
}

#inner-header {
  text-align: center;
}

#inner-header .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#psg-logo, #brand-logo {
  display: inline-block;
  margin: 0 auto;
}

#psg-logo a, #brand-logo a {
  border: none;
}

#psg-logo img, #brand-logo img {
  width: 240px;
  max-height: 90px;
}

#banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 320px;
  background: #004b8d url("../images/gnx-banner.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#banner h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 5px;
}

#banner #inner-banner {
  margin-bottom: 30px;
  z-index: 10;
}

#banner #launch-vid {
  padding: 10px 20px;
}

#banner #launch-vid:hover, #banner #launch-vid:active, #banner #launch-vid:focus, #banner #launch-vid:active:hover, #banner #launch-vid:active:focus {
  background-color: #f9020c;
}

#banner #launch-vid img {
  width: 100px;
  height: 24px;
}

#banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1240px;
  background: #333333;
  /* The Fallback */
  background: rgba(51, 51, 51, 0.6);
  margin: 0 auto;
}

#content {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

#content ul, #content ol {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}

#content ul li, #content ol li {
  margin: 10px 0;
}

#content.no-banner {
  border-top: solid 2px #7c858c;
}

#main {
  padding-bottom: 40px;
}

#main h2 {
  margin-bottom: 20px;
}

#sidebar {
  padding-top: 10px;
  border-top: solid 1px #e7e7e7;
}

#sidebar h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
}

#sidebar li {
  font-size: 16px;
}

#collateral {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

#collateral .download {
  margin: 15px 0;
}

#collateral .download img {
  width: 125px;
  height: auto;
  margin: 0 auto 10px;
}

#collateral .download h4 {
  font-size: 18px;
}

#form-toggle {
  left: 0;
  width: 100%;
  background: #004b8d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 20px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}

#form-toggle.hidden {
  opacity: 0;
}

#form-toggle h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  margin: 0;
}

#form-toggle img {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 120px;
}

#form-section {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

#form-section.sidebar {
  padding-top: 30px;
  padding-bottom: 20px;
}

#form-section .col-8 {
  padding-left: 0;
}

#form-section .form-group {
  margin-bottom: 0;
}

#form-section .form-control {
  padding: 8px 12px 4px;
  border-radius: 0;
}

#form-section .form-control.error {
  border-color: #f9020c;
}

#form-section label.error {
  display: block;
  font-weight: 700;
  color: #f9020c;
  margin-top: -10px;
}

#form-section input[type="text"] {
  margin-bottom: 20px;
}

#form-section .form-check-input {
  margin-top: 3px;
}

#sub-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer {
  background-color: #004b8d;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}

#footer h4 {
  font-size: 20px;
  color: #fff;
}

#footer p, #footer li {
  font-size: 14px;
  color: #e7e7e7;
}

#footer p span, #footer li span {
  white-space: nowrap;
}

#footer p a, #footer li a {
  color: #fff;
}

#footer p a:hover, #footer p a:active, #footer p a:focus, #footer p a:active:hover, #footer p a:active:focus, #footer li a:hover, #footer li a:active, #footer li a:focus, #footer li a:active:hover, #footer li a:active:focus {
  color: #fff;
  border-color: #fff;
}

#footer ul.social-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#footer ul.social-list li {
  display: inline-block;
  margin: 10px 15px;
}

#footer ul.social-list li a {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  opacity: 0.6;
  transition: opacity .24s ease-in-out;
}

#footer ul.social-list li a:hover, #footer ul.social-list li a:active, #footer ul.social-list li a:focus, #footer ul.social-list li a:active:hover, #footer ul.social-list li a:active:focus {
  opacity: 1;
}

#inner-footer .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer-logo-psg a, #footer-logo-brand a {
  border: none;
  opacity: 0.6;
  transition: opacity .24s ease-in-out;
}

#footer-logo-psg a:hover, #footer-logo-psg a:active, #footer-logo-psg a:focus, #footer-logo-psg a:active:hover, #footer-logo-psg a:active:focus, #footer-logo-brand a:hover, #footer-logo-brand a:active, #footer-logo-brand a:focus, #footer-logo-brand a:active:hover, #footer-logo-brand a:active:focus {
  opacity: 1;
}

#footer-logo-psg img, #footer-logo-brand img {
  display: inline-block;
  margin: 0 auto;
  width: 240px;
  max-height: 90px;
}

#form-wrapper {
  padding: 30px 25px;
  background: #f5f5f5;
  border-radius: 24px;
}

#form-wrapper form.hs-form .hs-recaptcha {
  display: none;
}

#form-wrapper form.hs-form .hs-form-field {
  margin-top: 12px;
}

#form-wrapper form.hs-form label {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #555;
  font-size: 14px;
}

#form-wrapper form.hs-form .hs-submit {
  margin-top: 15px;
  text-align: center;
}

#form-wrapper form.hs-form .hs-submit .hs-button {
  background-color: #004b8d;
  color: #fff;
  border-radius: 24px;
  border: none;
  padding: 8px 32px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  /******************************************************************
Mobile Landscape Stylesheet
******************************************************************/
  #psg-logo img, #brand-logo img {
    max-width: 180px;
  }
  #banner h1 {
    font-size: 42px;
  }
  #form-section .col-8 {
    padding-left: 15px;
  }
  #form-section .form-check-label {
    display: block;
    font-size: 14px;
  }
  #footer-logo-psg img, #footer-logo-brand img {
    max-width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  /******************************************************************
Tablet Stylesheet
******************************************************************/
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
  .btn-primary span {
    display: inline;
  }
  #header {
    background: url("../images/bg_blade.png") no-repeat 35% center;
  }
  #inner-header {
    text-align: left;
  }
  #inner-header .col-8:last-of-type {
    text-align: right;
  }
  #psg-logo img, #brand-logo img {
    width: auto;
    height: 80px;
    max-width: 100%;
    max-height: 100%;
  }
  #banner {
    height: 400px;
  }
  #banner #inner-banner {
    margin-bottom: 80px;
  }
  #banner #inner-banner p {
    font-size: 20px;
  }
  #form-toggle {
    display: none !important;
  }
  #footer p.copyright {
    text-align: left;
  }
  #footer ul.social-list {
    text-align: right;
  }
  #footer ul.social-list li {
    margin-top: 0;
  }
  #inner-footer .col-4 {
    text-align: left;
  }
  #inner-footer .col-8 {
    text-align: right;
  }
  #footer-logo-psg img, #footer-logo-brand img {
    width: auto;
    height: 80px;
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /******************************************************************
Bootstrap Medium Stylesheet
******************************************************************/
  #banner h1 {
    font-size: 56px;
  }
  #sidebar {
    border: none;
  }
}

@media only screen and (min-width: 1200px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
  #banner, #banner.temp {
    height: 500px;
    background-size: 1240px auto;
  }
}
/*# sourceMappingURL=main.css.map */