* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('proxima.eot'); /* IE9 Compat Modes */
  src: url('proxima?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('proxima.woff2') format('woff2'), /* Super Modern Browsers */
       url('proxima.woff') format('woff'), /* Pretty Modern Browsers */
       url('proxima.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('proxima.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 'Montserrat', sans-serif;
  color: #777;
  overflow-x: hidden
}

p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  text-align: left;
  width: 90%;
}

iframe {
  box-shadow: 0px 10px 20px 3px #f0f0f0;
  border-radius: 10px;
  padding: 10px;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  border-top: 60px solid #ffffff;
  width: 100%;
  height: 100px;
  top: 78px;
  background-color: #ffffff;
}

.header .top_image {
  position: absolute;
  width: 15%;
  left: 122px;
  top: 75px;
}

.header .header_image {
  position: relative;
  left: 44%;
  top: -280px;
}

.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  height: 100%;
}

.caption .border {
  background-color: rgba(255,255,255,0.85);
  color: #000;
  padding: 18px;
  font-size: 35px;
  letter-spacing: 10px;
}

.header .border {
  position: relative;
  left: 122px;
  top: 279px;
  font-family: 'Proxima Nova', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 84px;
  color: #000;
}

.footer {
  width: 100%;
  height: 677px;
  top: 78px;
  background-color: #E9F2FF;
}

.footer .border {
  text-align: center;
  font-family: 'Motserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 84px;
  color: #000;
  display: block;
}

.footer .border h3 {
  text-align: center;
}

.space {
  height: 20px;
}

.block {
  display:flex;
}

.left {
  float: left;
  width: 100px;
}

.tagline {
  position: relative;
  top: 70px;
}

h3 {
  font-family: 'Proxima Nova', sans-serif;
  font-style: normal;
  font-weight:900;
  font-size: 48px;
  line-height: 120%;  
  color: #111111;
  text-align:left;
}

h4 {
  font-family: 'Proxima Nova', sans-serif;
  font-style: bold;
  font-size: 19px;
  line-height: 120%;
  color: #000000;
  text-transform: uppercase;
  text-align:left;
}

.new_red {
  color: #FF5B4A;
}

.center {
  text-align: center;
}

.central {
  width: 742px;
  display: inline-block;
  text-align: center;
}

.text-single {
  color: #777777;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 80px;
}

.text-multiple {
  color: #777777;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 80px;
  display: flex;
}
.text-split {
  flex: 1;
  padding: 25px 40px;
}

.button-main {
  border: none;
  color: #fff;
  box-shadow: none;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
  cursor: pointer;
  display: block;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: normal;
}

.button-inside {
  background: #DB3A22;
  border: solid 3px #DB3A22!important;
  line-height: 12px;
  border-radius: 14px;
  padding: 20px 50px;
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.signup {
  color:  #DB3A22;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  text-transform: none;
  text-align: left;
  text-decoration: none;
  position:relative;
}

.button-main > span:hover {
  border: solid 3px #DB3A22!important;
  color: #DB3A22;
  background: #fff;
}

.button-secondary {
  border: none;
  color: #fff;
  box-shadow: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
  cursor: pointer;
  display: block;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: normal;
}

.button-sec-inside {
  background: #082548;
  border: solid 3px #082548!important;
  line-height: 12px;
  border-radius: 14px;
  padding: 20px 110px;
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.button-sec-inside2 {
  background: #082548;
  border: solid 3px #082548!important;
  color: #fff;  
  line-height: 12px;
  border-radius: 3px;
  padding: 10px 12px;
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  position: relative;
  left: 10%;
}

.button-secondary> span:hover {
  border: solid 3px #082548!important;
  background: #fff;
  color: #082548;
}

/* Responsiveness */ 
@media only screen and (max-device-width: 1360px) {
  .header .top_image {
    position: absolute;
    width: 38%;
    left: 30px;
    top: 75px;
  }
  .framed img {
    width:100%;
  }
  .text-multiple {
    display: block !important;
    padding: 10px 15px;
  }
  .text-single{
    padding: 30px 25px;
  }
  .text-split {
    padding: 10px 15px;
  }
  .button-inside {
    left: 10%
  }
  .button-main {
    font-size: 15px;
  }
  .button-sec-inside {
    left: 10%
  }
  .button-secondary {
    font-size: 15px;
  }
  .header .border {
    font-size: 32px;
  }
}

@media only screen and (max-device-width: 900px) {
  .parallax {
    background-attachment:scroll;
  }
}