body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 47px 40px 63px;
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #cf404d;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

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

.hero-heading {
  margin-bottom: 19px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #fff;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  display: block;
  width: 60%;
  height: auto;
  margin: 21px auto 50px;
  font-family: Oswald, sans-serif;
  color: #001e78;
  font-size: 55px;
  line-height: 68px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-subheading.center {
  display: block;
  width: 80%;
  margin: 35px auto 40px;
  font-family: Lato, sans-serif;
  color: #001e78;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.section-title-group {
  margin-bottom: 62px;
  text-align: center;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  display: none;
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  color: transparent;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #00195c;
  font-size: 19px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: underline;
}

.link:hover {
  color: #b80a1a;
  text-decoration: none;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 0px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #001e78;
}

.nav-link {
  display: block;
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #019aff;
}

.nav-link.w--current {
  width: 80%;
  border-bottom: 0px none #fff;
  color: #019aff;
  font-size: 16px;
}

.nav-menu {
  margin-top: 39px;
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00195c), to(#00195c));
  background-image: linear-gradient(180deg, #00195c, #00195c);
}

.content {
  height: 100%;
}

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

.paragraph-form {
  margin-bottom: 0px;
}

.image {
  max-width: 60%;
  padding-bottom: 7px;
}

.image-2 {
  display: block;
  margin-top: 39px;
  margin-right: auto;
  margin-left: auto;
}

.platform_item {
  margin-bottom: 19px;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 16px;
  line-height: 25px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.ordered-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  list-style-type: decimal;
}

.image-4 {
  display: block;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #f03b23;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-subheading-copy.center {
  display: block;
  width: 62%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
}

.section-subheading-copy-2.center {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}

.heading {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #00195c;
  font-size: 23px;
  line-height: 35px;
}

.schedulename {
  display: block;
  width: 80%;
  margin: 20px auto;
  font-family: Oswald, sans-serif;
  color: #727272;
  font-size: 23px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.scheduleinfo {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #001e78;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.scheduleaddress {
  display: block;
  width: 80%;
  margin: 20px auto;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.div-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #000 #000 #000 red;
}

.scheduleblock {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #e6e6e6 #000;
}

.scheduleblock2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #e6e6e6 #000;
}

.image-5 {
  display: block;
  width: 160px;
  margin: 13px auto 0px;
  text-align: left;
}

.paragraph_image1 {
  display: block;
  width: 80%;
  margin: 20px auto 40px;
}

.paragraph_image2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
}

.paragraph {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #727272;
  font-size: 16px;
  line-height: 25px;
}

.name {
  margin-top: 50px;
  font-family: Lato, sans-serif;
  color: #001e78;
  font-size: 61px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  width: 50%;
  margin: 42px auto 40px;
  color: #001e78;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.div-block-2 {
  display: none;
}

.link-3 {
  color: #003de2;
}

.listening {
  width: 240px;
  height: auto;
  margin-top: 43px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #e64c40;
  font-size: 20px;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .section-subheading.center {
    text-align: left;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
  .image-2 {
    padding-bottom: 39px;
  }
  .link-2 {
    text-align: center;
  }
  .section-subheading-copy.center {
    text-align: left;
  }
  .section-subheading-copy-2.center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-top: 45px;
    padding-bottom: 39px;
    border-top: 1px none #bec3c7;
  }
  .section-heading.centered {
    width: 90%;
    margin-top: 15px;
    font-size: 45px;
    line-height: 56px;
  }
  .section-subheading.center {
    width: 90%;
    text-align: center;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .nav-link {
    padding-left: 0px;
    text-align: center;
  }
  .nav-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: block;
    width: 230px;
    height: auto;
    margin: 0px auto 20px;
    background-color: rgba(255, 0, 0, 0);
    text-align: center;
  }
  .banner {
    height: 450px;
  }
  .image-2 {
    margin-top: 39px;
    padding-bottom: 30px;
  }
  .ordered-list {
    width: 97%;
    padding-left: 16px;
  }
  .section-subheading-copy.center {
    width: 92%;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
  .section-subheading-copy-2.center {
    width: 96%;
    text-align: center;
  }
  .image-5 {
    width: 100px;
    margin-top: 4px;
  }
  .paragraph_image2 {
    width: 90%;
  }
  .paragraph {
    width: 90%;
  }
  .name {
    margin-top: 25px;
    font-size: 36px;
    line-height: 51px;
  }
  .heading-2 {
    width: 80%;
    margin-top: 13px;
    margin-bottom: 30px;
    color: #001e78;
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }
  .div-block-2 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: rgba(0, 25, 92, 0);
  }
  .image-6 {
    width: 60px;
  }
}

