/* @import url('http://example.com/example_style.css'); */

@font-face {
  font-family: "TT Norms";
  src: url("https://3854954.fs1.hubspotusercontent-na1.net/hubfs/3854954/Jumpsuit/TypeType%20-%20TT%20Norms%20Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Norms";
  src: url("https://3854954.fs1.hubspotusercontent-na1.net/hubfs/3854954/Jumpsuit/TypeType%20-%20TT%20Norms%20ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body, html {
  font-size:100%;
}

* {
  box-sizing: border-box;
}

p, ol, ul, li {
  font-family:"TT Norms", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #3C4650;
}

bold, strong {
  font-weight:800;
}

h1 {
  font-family:"TT Norms", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  color: #1D6BE0;
}

h1.white {
  color:#ffffff;
}

h2 {
  font-family:"TT Norms", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  color: #1D6BE0;
}

h3 {
  font-family:"TT Norms", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 57px;
  color: #1D1D1D;
}

h4 {
  font-family:"TT Norms", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color:#000000;
}

ul.no-list {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.hs-error-msg {
    font-size: 10px;
    color: #fff;
}

/*****************************************/
/* Colors   */
/*****************************************/

.blue {
  background: #1D6BE0;
}

.off-white {
  background: #F5F5F5;
}

.light-black {
  background:#1D1D1D;
}

.gray-light {
  background:#F5F5F5;
}


/*****************************************/
/* Building Blocks   */
/*****************************************/

.kwi-jumpsuit {
    width: 100%;
    margin: 0 auto 45px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kwi-jumpsuit .header-container-wrapper {
    background: #1D1D1D;
    width: 100%;
    display: flex;
    justify-content: center;
      background-color: #0F172A;
    background-position: bottom right;
    background-repeat: no-repeat;
  background-size:cover;
}

.kwi-jumpsuit .header {
  padding:25px 50px;
  max-width:1100px;
}


.kwi-jumpsuit .header p {
  color:#ffffff;
}

.kwi-jumpsuit .container {
    max-width: 100vw;
    padding: 50px !important;
    margin:0 auto;
}

.kwi-jumpsuit .quote .row-fluid {
    padding: 40px 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.kwi-jumpsuit .quote p {
  margin:0 auto;
}

.kwi-jumpsuit .button {
  text-align:center;
}

.kwi-jumpsuit .button > div,
.kwi-jumpsuit input.primary {
padding: 14px 30px;
    margin: 16px auto;
    background: #1d6be0;
    border-radius: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "TT Norms",Helvetica,Arial,sans-serif;
    text-decoration: none;
    width: auto;
  display:inline-block;
}

.kwi-jumpsuit .button a {
  color:#fff;
  text-decoration:none;
}

/*****************************************/
/* Form Fields   */
/*****************************************/

.kwi-jumpsuit .header .row-fluid {
  display:flex;
  align-items:flex-end;
}

.kwi-jumpsuit form {
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(6px);
    padding: 15px 20px;
    box-shadow: 0px 0px 5px #000;
}

.kwi-jumpsuit label span {
    color: #000;
    font-size: 16px;
    line-height:16px;
    text-transform: uppercase;
    margin-bottom:0;
    font-family:"TT Norms", Helvetica, Arial, sans-serif;
}

.kwi-jumpsuit fieldset.form-columns-1 .hs-input {
  width:100% !important;
}

.kwi-jumpsuit .input {
    line-height: 0;
}

.kwi-jumpsuit input.primary {
  margin:10px auto;
}

.kwi-jumpsuit input {
  background:#FFF;
  border:1px solid #fff !important;
  padding:5px 10px;
  color:#fff;
  box-sizing:border-box;
  font-family:"TT Norms", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-bottom: 10px;
  border:1px solid #000;
}
}

.kwi-jumpsuit input:active {
  border:1px solid #1D6BE0;
}

.kwi-jumpsuit .hs-button {
  color: #ffffff !important;
  text-decoration: none !important;
   max-width:100% !important;
  display: inline-block !important;
  align-self: flex-start !important;
}

@media (max-width:960px) {
  
  .kwi-jumpsuit .row-fluid {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
  }
  
  .kwi-jumpsuit .container {
    padding:10px !important;
  }
  
  .kwi-jumpsuit .quote .row-fluid {
    padding:10px;
  }
  
  .kwi-jumpsuit img { 
    width:100% !important;
  }
  
  .kwi-jumpsuit h1 {
    font-size:54px;
    line-height:54px;
  }
  
  .kwi-jumpsuit .row-fluid .span4,
  .kwi-jumpsuit .row-fluid .span8 {
    width:100%;
  }
  
  .kwi-jumpsuit .quote p {
    margin-bottom: 16px;
    text-align: left;
}
  
  .kwi-jumpsuit h4 {
    padding: 0 20px;
}
  
}