/********************************************
 * Customize Tachyons
 **********************/
 img {
    max-width: 100% !important;
    height: auto !important;
 }
 .bg-gradient {
    background: rgb(40,46,106);
    background: linear-gradient(45deg, rgba(40,46,106,1) 0%, rgba(114,201,191,1) 100%);
  }
  .shadow-1 {
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  }
  .shadow-2 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.13);
  }
  .lh-none {
    line-height: 0;
  }
  .mw9 {
    max-width: 72rem;
  }
  
  .purple { color: #282E6A; }
  .red    { color: #F15F5C; }
  .teal   { color: #72C9BF; }
  .teal-dark  { color: #1D658F; }
  
  
  .bg-gray-light { background-color: #eaeaea; }
  .bg-red { background-color: #F15F5C; }
  .bg-purple { background-color: #282E6A; }
  
  /********************************************
   * Typography
   **********************/
  body, a, button {
    font-family: proxima-nova, sans-serif;
  }
  
  h1,h2,h3,h4,h5,h6 {
    font-family: 'Arvo', sans-serif;
    color: #282e6a;
  }
  h4, h5, h6 {
    font-weight: 100;
  }
  .white h1,
  .white h2,
  .white h3,
  .white h4,
  .white h5,
  .white h6,
  .white p {
    color: #fff;
  }
  .purple h1,
  .purple h2,
  .purple h3,
  .purple h4,
  .purple h5,
  .purple h6,
  .purple p {
    color: #282e6a;
  }
  .fw1 h1,
  .fw1 h2,
  .fw1 h3,
  .fw1 h4,
  .fw1 h5,
  .fw1 h6 {
    font-weight: 100;
  }
  
  .arvo {
    font-family: 'Arvo', sans-serif;
  }
  .proxima-nova {
    font-family: proxima-nova, sans-serif;
  }
  
  /********************************************
   * Components & Sections
   **********************/
  #top-bar > div {
    min-height: 5rem;
    background-image: url(https://get.qiigo.com/rs/586-XUY-657/images/Qiigo_Q_cut.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 130px;
  }
  #top-bar.hide-right #topLogoImg {
    margin: 0 auto;
  }
  #top-bar.hide-right #header-cta {
    display: none;
  }
  
  #hero, .banner-cta {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-cta {
    margin-bottom: 0;
  }
  #hero .min-height {
    min-height: 270px;
    padding-top: 30px;
  }
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #hero .overlay {
    background: #141414;
    opacity: .8;
  }
  .banner-cta .overlay {
    background-color: #72C9BF;
    opacity: .85;
  }
  
  .divider, .divider-left {
    width: 50px;
    height: 2px; 
    background-color: #72C9BF;
    margin: 0 auto;
  }
  .divider-left {
    margin-left: 0;
  }
  
  .brackets {
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .brackets h1,
  .brackets h2,
  .brackets h3,
  .brackets h4,
  .brackets h5,
  .brackets h6 {
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .brackets h1:before,
  .brackets h2:before,
  .brackets h3:before,
  .brackets h4:before,
  .brackets h5:before,
  .brackets h6:before,
  .brackets h1:after,
  .brackets h2:after,
  .brackets h3:after,
  .brackets h4:after,
  .brackets h5:after,
  .brackets h6:after {
    content: '';
    position: absolute;
    top: -10px;
    border-top: 1px solid #F15F5C;
    border-bottom: 1px solid #F15F5C;
    height: calc(100% + 20px);
    width: 20px;
  }
  .brackets h1:before,
  .brackets h2:before,
  .brackets h3:before,
  .brackets h4:before,
  .brackets h5:before,
  .brackets h6:before {  
    left: -15px;
    border-left: 1px solid #F15F5C;
  }
  .brackets h1:after,
  .brackets h2:after,
  .brackets h3:after,
  .brackets h4:after,
  .brackets h5:after,
  .brackets h6:after {
    right: -15px;
    border-right: 1px solid #F15F5C;
  }
  
  .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
  .embed-container iframe, 
  .embed-container object, 
  .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  
  .quote-divider {
    display: block;
    height: 75px;
    width: 4px;
    margin-left: 30px;
    background-color: #72c9bf;
  }
  .webinar-timebox {
    max-width: 25rem;
    margin-top: auto;
    top: calc(100% - 40px);
    background-color: #F2F3F6;
    border: 10px solid #fff;
  }
  
  .footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #282e6a 0%, #72c9bf 100%);
  }
  .footer-large-q {
    max-width: 250px;
    position: absolute;
    top: 0;
    left: -14px;
  }
  .footer-large-q svg {
    width: 50%;
  }
  @media screen and (min-width:30rem) {
    #top-bar > div {
      background-size: 100px;
    }
    #form-wrapper {
      margin-bottom: -10rem;
    }
    #whitepaperImg {
      margin-bottom: -5rem;
    }
    #hero {
      margin-bottom: 10rem;
    }
  }