/* open terminal */
/* cd css */
/* sass --watch app.scss:app.css --style expanded */
a.new-window:after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 2px;
}
a.white-link {
  color: white;
  text-decoration: underline;
}
a.white-link:hover {
  color: white !important;
  text-decoration: underline !important;
}
a.vs-btn {
  width: auto !important;
}
a.blue-link {
  color: #1434cb;
  text-decoration: underline;
}
a.custom-button-primary {
  background-color: #1434cb;
  width: 100%;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  text-align: center;
  color: white;
  padding: 11px 1em;
  display: block;
}
a.custom-button-primary::after {
  content: url("../images/white-arrow.png");
  margin-left: 10px;
}
@media (min-width: 576px) {
  a.custom-button-primary {
    width: 50%;
  }
}
a.custom-button-secondary {
  background-color: #fcc015;
  width: 100%;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  text-align: center;
  color: #021e4c;
  padding: 11px 1em;
  display: block;
}
a.custom-button-secondary::after {
  content: url("../images/blue-arrow.png");
  margin-left: 10px;
}
@media (min-width: 576px) {
  a.custom-button-secondary {
    width: 66%;
  }
}
a.custom-button-secondary.less-width {
  width: 100%;
}
@media (min-width: 576px) {
  a.custom-button-secondary.less-width {
    width: 50%;
  }
}

button {
  border: none;
}
button.custom-button-secondary {
  background-color: #fcc015;
  width: auto;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  text-align: center;
  color: #021e4c;
  padding: 11px 1em;
  display: block;
}
button.custom-button-secondary::after {
  content: url("../images/blue-arrow.png");
  margin-left: 10px;
}

p {
  font-family: "visa-font-latin-light", Tahoma;
  font-size: 17px;
  color: #000;
}
p.intro {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #021e4c;
}
p.larger {
  font-size: 19px;
  line-height: 25px;
}

h1 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 33px;
  line-height: 43px;
}

h2 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #021e4c;
  font-size: 33px;
  line-height: 43px;
}
@media (min-width: 767px) {
  h2 {
    font-size: 54px;
    line-height: 68px;
  }
}

h3 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #021e4c;
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #021e4c;
  font-size: 17px;
  line-height: 25px;
}

img.full-width {
  width: 100%;
}
img.tactic-sketch {
  margin-bottom: -195px;
  margin-top: -30px;
  height: 20vw;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sh-navigation {
  background-color: #fcc015;
}
.sh-navigation .collapse {
  border-top: 1px solid #1434cb;
}
.sh-navigation .navbar-toggler span.navbar-toggler-icon {
  content: url("../images/up-arrow.png");
  height: 16px;
  width: 16px;
}
.sh-navigation .navbar-toggler.collapsed span.navbar-toggler-icon {
  content: url("../images/down-arrow.png");
  height: 16px;
  width: 16px;
}
.sh-navigation a.navbar-brand {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin: 15px;
}
.sh-navigation a.nav-link {
  font-family: "visa-font-latin-light", Tahoma;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid white;
}
.sh-navigation a.nav-link::after {
  content: url("../images/blue-arrow.png");
  margin-left: 10px;
}
@media (min-width: 767px) {
  .sh-navigation li.nav-item.active {
    background-image: url("../images/scribbles/grunge-circle.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 767px) {
  .sh-navigation .collapse {
    border-top: none;
    justify-content: space-around;
  }
  .sh-navigation a.nav-link {
    font-family: "visa-font-latin-semi-bold", Tahoma;
    border-bottom: none;
  }
  .sh-navigation a.nav-link::after {
    content: none;
  }
}

.row.marquee {
  background-image: url("../images/mobile-marquee-index.png");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 40px 15px;
}
.row.marquee h1 {
  color: white;
}
@media (min-width: 767px) {
  .row.marquee {
    background-image: url("../images/second-half-header-desktop.png");
    height: 45vw;
    background-position: center;
    background-size: cover;
    align-content: center;
  }
  .row.marquee h1 {
    font-size: 48px;
    line-height: 54px;
    color: white;
  }
  .row.marquee a.custom-button-secondary {
    width: 66%;
    margin-top: 2em;
  }
}
@media (min-width: 992px) {
  .row.marquee {
    height: 35vw;
    background-position: bottom;
  }
  .row.marquee h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
.row.tactics p {
  font-family: "visa-font-latin-light", Tahoma;
  font-size: 17px;
  line-height: 25px;
}
@media (min-width: 767px) {
  .row.tactics {
    background-image: url("../images/tactics-bg.png");
    background-size: cover;
  }
}
.row.support p {
  line-height: 24px;
}
.row.testimonial {
  background-image: url("../images/testimonial-1.png");
  background-size: cover;
}
.row.testimonial p {
  font-size: 19px;
  line-height: 25px;
  color: #000;
}
.row.testimonial p.quote {
  font-family: "visa-font-latin-semi-bold", Tahoma;
}
.row.testimonial p.source {
  font-family: "visa-font-latin-light", Tahoma;
}
@media (min-width: 767px) {
  .row.testimonial {
    background-image: url("../images/testimonial-2.png");
  }
  .row.testimonial .row {
    align-items: center;
  }
}
.row.reports p span {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #fcc015;
}
@media (min-width: 767px) {
  .row.reports .report {
    display: flex;
    flex-direction: row;
  }
  .row.reports .report h3 {
    font-size: 54px;
    line-height: 68px;
  }
}
.row.programme-carousel .inner {
  background-image: url("../images/about-carousel-background.png");
  margin: 1em;
  padding: 1em;
  height: 85vw;
  background-repeat: no-repeat;
  background-size: cover;
}
.row.programme-carousel .inner h4 {
  font-size: 21px;
  line-height: 32px;
  color: #021e4c;
}
.row.programme-carousel .inner p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 767px) {
  .row.programme-carousel .inner {
    height: 40vw;
  }
}
@media (min-width: 992px) {
  .row.programme-carousel .inner {
    height: 30vw;
  }
}
@media (min-width: 1200px) {
  .row.programme-carousel .inner {
    height: 14vw;
  }
}
.row.team-visa {
  background-image: url("../images/mobile-team-visa.png");
  background-size: cover;
}
.row.team-visa h2,
.row.team-visa p {
  color: white;
}
@media (min-width: 767px) {
  .row.team-visa {
    background-image: url("../images/desktop-team-visa.png");
    background-position: top;
  }
  .row.team-visa h2 {
    text-align: center;
    display: block;
  }
}
.row.carousel .container {
  display: flex;
  align-items: center;
}
@media (min-width: 767px) {
  .row.carousel h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.row .carousel-2 .swiper-slide .inner {
  width: 95%;
  background-color: white;
  margin: auto;
}
.row .carousel-2 .swiper-slide h4 {
  font-size: 19px;
}
.row .carousel-2 .swiper-slide p span.country {
  color: #000;
  font-size: 14px;
  line-height: 32px;
  font-family: "visa-font-latin-semi-bold", Tahoma;
}
.row .carousel-2 .swiper-slide a {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #1434cb;
  padding-bottom: 1em;
  display: block;
}
.row .carousel-2 .swiper-slide a::after {
  content: url("../images/primary-blue-arrow.png");
  margin-left: 10px;
}
.row.the-press .story {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .row.the-press .story {
    flex-direction: column;
  }
}
.row.the-press .story img {
  max-width: 40%;
  height: auto;
}
@media (min-width: 767px) {
  .row.the-press .story img {
    max-width: 100%;
  }
}
.row.the-press .story a {
  font-family: "visa-font-latin-light", Tahoma;
  text-align: left;
  font-size: 17px;
  color: #021e4c;
  padding-left: 10px;
}
@media (min-width: 767px) {
  .row.the-press .story a {
    padding-left: 0;
  }
}
.row.the-press .story a::after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 10px;
}
.row.register-now {
  background-image: url("../images/testimonial-1.png");
  background-size: cover;
}
@media (min-width: 576px) {
  .row.register-now {
    background-image: url("../images/testimonial-2.png");
  }
}
.row.register-now.blue-bg {
  background-color: #1434cb;
}
.row.register-now h2 {
  color: #000;
}
.row.register-now p span {
  font-size: 21px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
}
@media (min-width: 767px) {
  .row.register-now .container {
    display: flex;
    flex-direction: row;
  }
  .row.register-now .container a.custom-button-primary {
    width: 80%;
  }
}
.row.about-marquee {
  background-image: url("../images/about-header-mobile.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.row.about-marquee h1 {
  color: white;
}
.row.about-marquee p {
  color: white;
}
.row.about-marquee .types p {
  font-size: 19px;
}
@media (min-width: 767px) {
  .row.about-marquee {
    background-image: url("../images/about-header-desktop.jpg");
  }
  .row.about-marquee h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .row.about-marquee p {
    font-size: 21px;
  }
}
.row.included h3 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 767px) {
  .row.included h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 767px) {
  .row.ambassadors h2 {
    font-size: 60px;
    line-height: 72px;
  }
  .row.ambassadors h3 {
    font-size: 54px;
    line-height: 68px;
  }
}
.row.participants-marquee {
  background-image: url("../images/white-dots.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.row.participants-marquee h1 {
  color: #000;
}
.row.participants-marquee p {
  color: #000;
}
.row.participants-marquee .types p {
  font-size: 19px;
}
@media (min-width: 767px) {
  .row.participants-marquee {
    background-image: url("../images/white-dots-desktop.jpg");
  }
  .row.participants-marquee h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .row.participants-marquee p {
    font-size: 21px;
  }
}
.row.quotes-carousel {
  background-image: url("../images/mobile-team-visa.png");
  background-size: cover;
}
.row.quotes-carousel p {
  color: white;
  font-size: 17px;
}
.row.quotes-carousel p.intro {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 19px;
  line-height: 24px;
  padding-top: 5em;
}
@media (min-width: 576px) {
  .row.quotes-carousel {
    background-image: url("../images/desktop-team-visa.png");
    background-size: cover;
  }
}
.row.register-marquee {
  background-image: url("../images/register-header-mobile.png");
  background-size: cover;
}
.row.register-marquee a.custom-button-primary {
  font-size: 14px;
}
.row.register-marquee .row {
  height: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .row.register-marquee {
    background-image: url("../images/register-header-desktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 25vw;
  }
  .row.register-marquee h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
.row.benefits h3,
.row.benefits p {
  color: #021e4c;
}
.row.registration {
  background-image: url("../images/register-mobile.png");
  background-size: cover;
  background-color: #1434cb;
}
@media (min-width: 576px) {
  .row.registration {
    background-image: url("../images/register-desktop-md.png");
  }
}
@media (min-width: 992px) {
  .row.registration {
    background-image: url("../images/register-desktop.png");
  }
}
.row.registration h2 {
  color: white;
  text-align: center;
}
.row.registration p {
  color: white;
  font-size: 14px;
  line-height: 22px;
}
.row.registration a {
  color: white;
  text-decoration: underline;
}
.row.registration label,
.row.registration legend {
  color: white;
}
.row.registration label.vs-text,
.row.registration legend.vs-text {
  margin-bottom: 15px;
}
.row.registration .form-control {
  border-radius: 0;
  border: none;
}
.row.registration input[type=text],
.row.registration select {
  padding: 0 10px !important;
  height: 45px;
}
.row.registration textarea {
  height: 90px;
}
.row.registration p[role=alert] {
  color: white;
}
.row.registration strong.required {
  color: white;
}
.row.questions a {
  font-size: 32px;
  line-height: 50px;
  color: #1434cb;
  text-decoration: underline;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  overflow-wrap: break-word;
}
@media (min-width: 767px) {
  .row.supporting-women {
    background-image: url("../images/supporting-desktop-kim.png");
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
  }
  .row.supporting-women h2 {
    color: white;
  }
  .row.supporting-women p {
    color: white;
  }
}

.container.meet-team-visa {
  display: flex;
  align-items: center;
}
.container.testimonials {
  display: flex;
  align-items: center;
}
.container.testimonials .swiper {
  margin: 0 2em;
}
.container.testimonials .swiper-wrapper {
  align-items: center;
}
.container.training {
  display: flex;
  align-items: center;
}

.vs-form-group.vs-checkbox:checked {
  background-color: #fcc015;
}
.vs-form-group.vs-checkbox:checked::after {
  top: -4px;
  left: 0px;
}
.vs-form-group .vs-select-icon {
  top: 40px !important;
}

.vs-ribbon-nav.vs-anchor {
  border-top: none !important;
}

iframe {
  width: 100%;
}

.row.registration p.backend.meta.validation-alert {
  font-size: 26px;
  line-height: 32px;
}

.sponsor-lockup {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.sponsor-lockup img {
  width: 100%;
}
@media (min-width: 767px) {
  .sponsor-lockup img {
    width: auto;
  }
}

.swiper-button-prev {
  content: url("../images/prev-arrow.png");
  left: auto;
  right: auto;
  position: inherit;
  background-size: 80%;
  width: 80px;
  height: 80px;
}

.swiper-button-next {
  content: url("../images/next-arrow.png");
  position: inherit;
  background-size: 80%;
  width: 80px;
  height: 80px;
}

form .vs-form-group .vs-checkbox:checked {
  background-color: #fcc015 !important;
}
form .vs-form-group .vs-checkbox:checked::after {
  top: -4px;
  left: 0px;
}
form .vs-form-group .vs-select-icon {
  top: 40px !important;
}
form .vs-form-group .vs-checkbox-section.vs-pb-1 {
  margin-left: 0 !important;
}

#submitBtn {
  background-color: #fcc015 !important;
  width: 100% !important;
  font-family: "visa-font-latin-semi-bold", Tahoma !important;
  text-align: center !important;
  color: #021e4c !important;
  padding: 11px 1em !important;
  display: block !important;
}
#submitBtn::after {
  content: url("../images/blue-arrow.png") !important;
  margin-left: 10px !important;
}
@media (min-width: 576px) {
  #submitBtn {
    width: auto !important;
  }
}

/*# sourceMappingURL=app.css.map */
