body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: white;
}
body a {
  color: white;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: acme-gothic-wide, sans-serif;
}

.logo-iquw {
  margin-bottom: -3px;
}

.logo-divder {
  margin-left: 30px;
  margin-right: 30px;
}

h1 {
  font-size: 120px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 64px;
  }
}
.text-large {
  font-size: 24px;
}

.top-section {
  background-image: url("../img/starr-iquw-cloud-background.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 100px;
}

.button:hover {
  background-color: white;
  color: #021338;
}

footer {
  background-color: #021338;
}

/*New footer start*/
.starr_footer-top {
  background: #021338;
}

.starr_footer-expert {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 0;
}

.starr_footer-expert .button-blue {
  padding: 13px 26px;
}

.starr_footer-expert .button-blue i {
  position: relative;
  top: 1px;
}

.starr_footer-expert h3 {
  color: #fff;
  margin: 0;
  padding-top: 7px;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

.starr_footer-expert .stacked-cta__body-button {
  margin: 0;
}

.starr_footer-expert .stacked-cta__body-button:hover {
  border-color: #05366E;
}

.starr-footer-left {
  padding-top: 80px;
  max-width: 65%;
}

.starr-footer-left a img {
  max-width: 225px;
}

.footer-bottom_menu {
  width: 100%;
}

.footer_main-menu {
  width: 100%;
}

.starr-access-int {
  margin-right: 0px;
  min-width: 250px;
}

.starr-access-int .access-int, .report-claim a {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

.starr_copyright {
  padding-bottom: 20px;
  font-size: 14px;
  color: #DADEDA;
  width: 100%;
  max-width: 100%;
  font-family: "proxima-nova", sans-serif;
}

.starr_footer-info {
  border-top: 1px solid #06325e;
  margin-top: 40px;
  padding-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.starr_copyright a:hover {
  color: #00b0ff;
  text-decoration: none;
}

.footer-nyc {
  max-width: 100%;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin-top: 20px;
  padding-right: 2px;
}

.footer-nyc img {
  max-width: 400px;
}

.footer-nyc p {
  color: #a0bbd9;
  font-size: 14px;
  max-width: 180px;
  margin-right: 11px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.starr-footer-right {
  margin-top: 70px;
  width: 100%;
}

.starr-footer-right a img {
  max-width: 170px;
}

.starr-footer-right a {
  display: inline-block;
}

.starr-int-menu {
  width: 100%;
  display: block;
  height: auto;
  max-width: 259px;
}

.report-claim {
  display: inline-block;
  clear: both;
  max-width: 259px;
  margin-left: auto;
  text-align: left;
  margin-top: 30px;
  width: 100%;
}

:lang(es-cl) .report-claim {
  text-align: right;
  padding-right: 6px;
}

.report-claim a svg {
  display: none;
}

.report-claim a:after {
  content: "\f105";
  font: normal normal normal 20px/1 FontAwesome;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.starr-access-int i:before {
  content: "\f107";
  min-width: 10px;
  display: inline-block;
}

.starr-access-int [aria-expanded=true] i:before {
  content: "\f105";
}

.starr-access-int i, .report-claim a i {
  font: normal normal normal 20px/1 FontAwesome;
  margin-left: 5px;
}

.starr-access-int i {
  min-width: 13px;
  display: inline-block;
}

.stacked-cta__body-button.button-blue {
  background: rgba(0, 143, 226, 0.4);
  border: solid 1px #021338;
  color: #fff;
  padding: 14px 26px;
  height: 52px;
}

.stacked-cta__body-button.button-blue:before {
  background-color: #043C70;
}

.stacked-cta__body-button.button-blue:hover i {
  color: #D77E1A;
}

.stacked-cta__body-button.button-blue i {
  color: #D77E1A;
  padding-left: 5px;
}

.access-int:hover, .report-claim a:hover {
  text-decoration: none;
}

.footer_menu-main {
  padding-top: 0;
}

.social_media_footer ul li {
  display: inline-block;
  margin-bottom: 0;
}

.social_media_footer ul {
  margin: 0;
}

.social_media_footer {
  display: flex;
  align-items: end;
}

/*New footer end*/
.footer {
  background-color: #021338;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 0;
  margin: 0 auto;
  padding-bottom: 95px;
  position: relative;
  width: 100%;
}

.footer__buttons {
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .footer__buttons {
    display: block;
    line-height: 38px;
    margin-top: 12px;
    text-align: center;
  }
}
.footer__button {
  margin: 0;
}

.footer__button[aria-expanded=false] i {
  position: relative;
  top: -2px;
}

.footer__button[aria-expanded=false] i::before {
  content: "\f0dd";
}

.footer__button[aria-expanded=true] {
  color: #D77E1A;
}

.footer__button[aria-expanded=true] i::before {
  content: "\f0da";
}

.footer__copyright {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 0;
  margin-top: 64px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .footer__copyright {
    line-height: 18px;
    position: static;
    text-align: center;
  }
}
.footer__countries {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: normal;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 250px;
  margin-right: 0;
  padding-left: 2px;
}

@media (max-width: 991.98px) {
  .footer__countries {
    -moz-columns: 2;
         columns: 2;
    display: block;
    line-height: 38px;
    margin-top: 12px;
    text-align: center;
  }
}
.footer__country {
  color: white;
  display: inline-block;
  margin-top: 20px;
  width: -webkit-calc(100% / 2);
  width: 50%;
  text-align: left;
}

.footer__country a {
  color: white;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}

.footer__country a:hover {
  color: #00b0ff;
}

@media (max-width: 991.98px) {
  .footer__country {
    width: 100%;
    margin-top: 0;
  }
}
.footer__link {
  padding-right: 14px;
  display: inline-block;
}

.footer__link a {
  color: white;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  transition: 0.3s;
}

.footer__link a:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  width: 0;
  transition: 0.4s;
}

.footer__link a:hover:after {
  width: 100%;
}

.report-claim a:before {
  content: "";
  height: 1px;
  background: #fff;
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}

.report-claim a:hover:before {
  width: calc(100% - 15px);
}

.report-claim a {
  position: relative;
}

.access-int:after {
  content: "";
  height: 1px;
  background: #fff;
  width: 0;
  display: block;
  transition: 0.3s;
}

.access-int:hover:after {
  width: calc(100% - 21px);
}

.footer__links {
  margin-top: 6px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  display: block;
  line-height: 38px;
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .footer__links {
    display: block;
    line-height: 38px;
    margin-top: 12px;
  }
}
.footer__logo {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .footer__logo {
    margin-top: 52px;
    text-align: center;
  }
}
.footer__logo * {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .footer__logo * {
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}/*# sourceMappingURL=app.css.map */