.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #36373d;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 1.3em;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 1.3em;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  text-align: left;
}

a {
  color: #0092ca;
}

a:hover {
  color: #05c0e5;
}

ul {
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  text-align: left;
  list-style-type: square;
}

img {
  display: block;
}

label {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #d71921;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.main-heading {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #0d5789;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 700;
}

.main-heading.white-text {
  color: #fff;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: 0.6;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-contact {
  margin-right: 80px;
  margin-left: 80px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #d71921;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding: 5px 15px;
  font-family: Lato, sans-serif;
  color: #0d5789;
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.6px;
}

.navigation-item:hover {
  color: #0092ca;
}

.navigation-item.w--current {
  color: #0d5789;
  font-weight: 900;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bfe6f5;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrap {
  text-align: center;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  margin-bottom: 40px;
}

.contact-form-grid {
  display: block;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form {
  color: #fff;
}

.footer-wrap {
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #d7f0fa;
  text-align: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: block;
  margin: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(54, 55, 61, 0.8);
  font-size: 14px;
  line-height: 1.3em;
  text-align: left;
}

.footer-links:hover {
  color: #0d5789;
}

.footer-links.w--current {
  font-size: 16px;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-heading {
  margin-bottom: 30px;
}

.form-subhead {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 30px;
}

.home-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  padding: 50px 58% 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
}



.footer-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centered-text {
  text-align: center;
}

.header-button {
  display: inline-block;
  margin-left: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #0092ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bc2fc), color-stop(0%, #36bff5), color-stop(68%, #0092ca));
  background-image: linear-gradient(180deg, #2bc2fc, #36bff5 0%, #0092ca 68%);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.header-button:hover {
  background-color: #0babe9;
  color: #fff;
}

.hidden-div {
  display: none;
}

.newsletter-footer-hider_large {
  position: relative;
  top: -40px;
  display: none;
  overflow: hidden;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #bfe6f5;
  border-radius: 6px;
}

.left-aligned-column {
  text-align: left;
}

.newsletter-footer-form-slider-left-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #808d9b;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
}

.newsletter-footer-form-slider-left-arrow:hover {
  background-color: #5279a3;
}

.newsletter-footer-card {
  display: block;
  width: 100%;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-heading {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #0d5789;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.newsletter-footer-hider_small {
  position: relative;
  top: -40px;
  display: none;
  overflow: hidden;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #bfe6f5;
  border-radius: 6px;
}

.newsletter-footer-form-labels {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #434f5c;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
}

.small-footer-text {
  display: block;
  margin-left: 10px;
  padding-top: 0px;
  color: #808d9b;
  font-size: 13px;
  text-align: center;
}

.newsletter-footer-submit {
  height: 75px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 15px 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 6px;
  background-color: #0092ca;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.newsletter-footer-submit:hover {
  background-color: #3898ec;
}

.newsletter-footer-form-slider-nav {
  display: none;
}

.newsletter-footer-form-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: center;
}

.newsletter-recaptcha-div {
  position: relative;
  left: -22px;
  -webkit-transform: scale(0.82);
  -ms-transform: scale(0.82);
  transform: scale(0.82);
}

.newsletter-footer-heading {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.newsletter-footer-form {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-reverse {
  position: static;
  top: 378px;
  right: 81px;
  z-index: 3;
  display: inline-block;
  margin: 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: #0092ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bc2fc), color-stop(0%, #d7f0fa), color-stop(65%, #0092ca));
  background-image: linear-gradient(180deg, #2bc2fc, #d7f0fa 0%, #0092ca 65%);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-reverse:hover {
  background-color: #0babe9;
}

.button-reverse.newsletter-footer-button {
  margin: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.newsletter-footer-paragraph {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 27px;
  padding-left: 27px;
  color: rgba(51, 60, 69, 0.7);
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}

.newsletter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter-footer-form-slider-right-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0092ca;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
}

.newsletter-footer-form-slider-right-arrow:hover {
  background-color: #06adec;
}

._100px-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-footer-form-slider-bground-text {
  position: absolute;
  left: -35px;
  top: auto;
  right: auto;
  bottom: -32px;
  z-index: 1;
  font-family: Lato, sans-serif;
  color: #d7f0fa;
  font-size: 120px;
  line-height: 1em;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.hero-headline-2 {
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 900;
}

.newsletter-footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.newsletter-footer-form-slider-column-flex-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.hero-headline-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 44px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.newsletter-footer-form-fields {
  height: 40px;
  margin-bottom: 3px;
  padding: 4px 8px;
}

.go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3000;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  float: right;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(51, 60, 69, 0.6);
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  text-align: center;
}

.go-top:hover {
  border-color: #428bc7;
}

.newsletter-footer-form-slider-submit-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

._20px-divider {
  display: none;
  height: 20px;
}

.heading-12 {
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
}

.platform-feature-icon {
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 7px;
  background-color: rgba(215, 240, 250, 0.6);
  font-family: 'Open Sans', sans-serif;
}

.platform-feature-icon.light-blue-outline-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 6px;
  border-color: rgba(215, 240, 250, 0.6);
  background-color: transparent;
}

.footer-logo-link-block {
  width: 100%;
  height: 80px;
  background-image: url('https://micares.s3.amazonaws.com/Images/MI_Footer_Logo.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-button {
  display: inline-block;
  margin-top: 30px;
  padding: 20px 22px;
  border-radius: 5px;
  background-color: #0092ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bc2fc), color-stop(0%, #36bff5), color-stop(68%, #0092ca));
  background-image: linear-gradient(180deg, #2bc2fc, #36bff5 0%, #0092ca 68%);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  cursor: pointer;
}

.hero-button:hover {
  background-color: #0babe9;
  color: #fff;
}

.subhead {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #0d5789;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.row-container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.column-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

._140px-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-link-block {
  width: 100%;
  height: 110px;
  margin-bottom: 30px;
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.intro-text p {
  margin-bottom: 1.5em;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.italic-text {
  font-size: 30px;
  line-height: 1em;
}

.header-text-container {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 1280px) {
  .home-page-header {
    height: 680px;
  }
  .hero-headline-2 {
    font-size: 36px;
  }
  .hero-headline-1 {
    font-size: 50px;
  }
  .header-logo-link-block {
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 1.4em;
  }
  h4 {
    font-size: 20px;
    line-height: 1.4em;
  }
  p {
    margin-bottom: 1.2em;
    font-size: 13px;
  }
  label {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.3em;
  }
  .main-heading {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f8333b;
  }
  .navigation-item:active {
    background-color: #a8151b;
  }
  .navigation-items.mobile-nav {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: #d71921;
  }
  .navigation {
    padding: 15px 20px;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-wrap {
    margin-right: 0px;
  }
  .intro-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }
  .contact-headline {
    width: 100%;
  }
  .contact-form-wrap {
    width: 100%;
  }
  .footer-wrap {
    padding: 25px;
  }
  .footer-links {
    margin: 5px 0px 0px;
    font-size: 12px;
  }
  .home-page-header {
    height: 460px;
    padding: 20px 50% 20px 20px;
  }
  .mobile-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-line1 {
    width: 40px;
    height: 40px;
    background-image: url('../images/menu-icon_1menu-icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .header-button {
    font-size: 14px;
  }
  .hidden-div {
    display: none;
  }
  .newsletter-footer-hider_large {
    height: auto;
  }
  .newsletter-footer-form-slider-left-arrow {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .section-heading {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 25px;
  }
  .newsletter-footer-hider_small {
    height: auto;
  }
  .small-footer-text {
    font-size: 12px;
  }
  .newsletter-footer-submit {
    padding-right: 25px;
    padding-left: 25px;
  }
  .newsletter-footer-form-slider {
    margin-top: 8px;
  }
  .newsletter-recaptcha-div {
    left: -36px;
  }
  .newsletter-footer-heading {
    margin-top: 3px;
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 1.4em;
  }
  .newsletter-footer-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .about {
    padding-right: 0px;
    padding-left: 0px;
  }
  .newsletter-footer-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .newsletter-footer-form-slider-right-arrow {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  ._100px-divider {
    height: 40px;
  }
  .newsletter-footer-form-slider-bground-text {
    left: -24px;
    bottom: -26px;
    font-size: 80px;
  }
  .hero-headline-2 {
    font-size: 20px;
  }
  .newsletter-footer-div {
    width: 95%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .newsletter-footer-form-slider-column-flex-vert {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-headline-1 {
    margin-bottom: 5px;
    font-size: 38px;
  }
  .newsletter-footer-form-fields {
    overflow: hidden;
    width: 100%;
    height: 35px;
  }
  .newsletter-footer-form-slider-submit-div {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
    text-align: right;
  }
  ._20px-divider {
    height: 5px;
  }
  .heading-12 {
    margin-top: 10px;
    font-size: 18px;
  }
  .platform-feature-icon.light-blue-outline-flex-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-button {
    margin-top: 15px;
    padding: 15px 20px;
    font-size: 20px;
  }
  .subhead {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 18px;
  }
  .flex-vertical {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-flex-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-horizontal {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._140px-divider {
    height: 40px;
  }
  .main-icons {
    height: 70px;
  }
  .header-logo-link-block {
    height: 100px;
    margin-bottom: 15px;
  }
  .italic-text {
    font-size: 26px;
    line-height: 1.1em;
  }
  .header-text-container {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 1.3em;
  }
  label {
    margin-top: 12px;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 1.2em;
  }
  .container {
    text-align: center;
  }
  .main-heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-contact {
    padding: 15px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 20px 30px;
  }
  .intro-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    text-align: left;
  }
  .footer-wrap {
    padding: 20px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    text-align: center;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .home-page-header {
    height: 320px;
    padding: 10px 40% 10px 10px;
  }
  .mobile-menu-container {
    width: 40px;
    height: 40px;
  }
  .newsletter-footer-hider_large {
    left: 13px;
    top: -61px;
    width: 95%;
  }
  .section-heading {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 25px;
  }
  .newsletter-footer-hider_small {
    left: 13px;
    top: -61px;
    width: 95%;
  }
  .newsletter-footer-form-labels {
    margin-bottom: 5px;
  }
  .small-footer-text {
    font-size: 11px;
    line-height: 1.2em;
  }
  .newsletter-footer-form-slider {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .newsletter-recaptcha-div {
    left: 0px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .newsletter-footer-heading {
    margin-top: 0px;
    margin-bottom: 9px;
    padding-right: 52px;
    padding-left: 52px;
  }
  .newsletter-footer-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .about {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .newsletter-footer-paragraph {
    padding-right: 38px;
    padding-left: 38px;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newsletter-footer-form-slider-right-arrow {
    margin-right: 37px;
  }
  ._100px-divider {
    height: 20px;
  }
  .newsletter-footer-form-slider-bground-text {
    left: 0px;
    bottom: -16px;
    width: 80%;
    line-height: 0.75em;
  }
  .hero-headline-2 {
    font-size: 16px;
  }
  .newsletter-footer-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .newsletter-footer-form-slider-column-flex-vert {
    margin-top: 10px;
  }
  .hero-headline-1 {
    font-size: 28px;
  }
  .newsletter-footer-form-fields {
    width: 90%;
    height: 40px;
  }
  .go-top {
    z-index: 3000;
  }
  .newsletter-footer-form-slider-submit-div {
    margin-right: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._20px-divider {
    height: 10px;
  }
  .heading-12 {
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .platform-feature-icon.light-blue-outline-flex-box {
    width: 100%;
    height: 220px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .footer-logo-link-block {
    height: 60px;
    background-size: contain;
  }
  .hero-button {
    margin-top: 10px;
    padding: 12px;
    font-size: 16px;
  }
  .subhead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
  }
  .row-container {
    text-align: center;
  }
  .main-icons {
    height: 80px;
  }
  .header-logo-link-block {
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
  }
  .italic-text {
    font-size: 20px;
  }
  .header-text-container {
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 1.3em;
  }
  h4 {
    font-size: 15px;
    line-height: 1.2em;
  }
  p {
    font-size: 12px;
    line-height: 1.4em;
  }
  ul {
    margin-top: 0px;
    padding-left: 19px;
    font-size: 11px;
  }
  .main-heading {
    line-height: 1.2em;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .intro-wrap {
    margin-bottom: 0px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page-header {
    height: 350px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
  }
  .mobile-menu-container {
    width: 30px;
  }
  .header-button {
    font-size: 12px;
  }
  .newsletter-footer-hider_large {
    left: 8px;
  }
  .section-heading {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 20px;
  }
  .newsletter-footer-hider_small {
    left: 8px;
  }
  .newsletter-footer-form-slider {
    width: 300px;
  }
  .newsletter-recaptcha-div {
    left: -22px;
    -webkit-transform: scale(0.83);
    -ms-transform: scale(0.83);
    transform: scale(0.83);
  }
  .newsletter-footer-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
  }
  .about {
    padding-top: 0px;
  }
  .newsletter-footer-paragraph {
    padding-right: 9px;
    padding-left: 9px;
  }
  .text-span-3 {
    font-size: 14px;
  }
  .newsletter-footer-form-slider-right-arrow {
    bottom: 24%;
    margin-right: 24px;
  }
  .newsletter-footer-form-slider-bground-text {
    left: -9px;
    width: 300px;
    font-size: 70px;
  }
  .hero-headline-2 {
    font-size: 20px;
  }
  .newsletter-footer-form-slider-column-flex-vert {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-headline-1 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 31px;
    text-align: center;
  }
  .newsletter-footer-form-fields {
    width: 250px;
  }
  .newsletter-footer-form-slider-submit-div {
    left: 122px;
    width: 400px;
  }
  ._20px-divider {
    display: block;
    height: 15px;
  }
  .heading-12 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .platform-feature-icon.light-blue-outline-flex-box {
    width: 100%;
    height: 265px;
  }
  .hero-button {
    font-size: 20px;
  }
  .hero-button.w--current {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .subhead {
    font-size: 16px;
  }
  .column-flex-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .flex-horizontal {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._140px-divider {
    display: none;
  }
  .main-icons {
    height: 70px;
  }
  .header-logo-link-block {
    background-position: 50% 50%;
    text-align: center;
  }
  .italic-text {
    text-align: center;
  }
  .header-text-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
}

