@font-face {
  font-family: "Museo";
  src: url("../webfonts/museo.otf") format("opentype"); }

.event-info__title {
  font-size: 26px;
  font-weight: 700;
  color: #4b3900;
  margin-bottom: 10px; }

.event-info__description {
  margin-top: 20px; }
  @media (min-width: 785px) {
    .event-info__description {
      margin-top: 50px; } }

.event-info__date {
  color: #c60651; }

.faq__accordion {
  max-width: 970px;
  margin: 0 auto 15px;
  min-height: 70px; }
  @media (min-width: 785px) {
    .faq__accordion {
      margin-bottom: 40px; }
      .faq__accordion:hover .faq__heading {
        -webkit-transition: background 0.5s ease;
        transition: background 0.5s ease;
        border-radius: 6px 6px 0 0;
        background-color: #4b3900; }
        .faq__accordion:hover .faq__heading h2 {
          color: #fff; }
      .faq__accordion:hover .faq__open-switch {
        display: none; }
      .faq__accordion:hover .faq__close-switch {
        display: block; } }
  .faq__accordion.active .faq__heading {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    border-radius: 6px 6px 0 0;
    background-color: #4b3900; }
    .faq__accordion.active .faq__heading h2 {
      color: #fff; }
  .faq__accordion.active .faq__open-switch {
    display: none; }
  .faq__accordion.active .faq__close-switch {
    display: block; }
  .faq__accordion.active .faq__content {
    visibility: visible;
    height: auto;
    color: #4b3900;
    background-color: #eee9d6;
    padding: 18px 15px; }

.faq__heading {
  background-color: #eee9d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px; }
  .faq__heading.active {
    background-color: #c60651;
    padding: 26px 26px 18px 26px; }

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px; }
  .faq__wrapper h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #4b3900;
    padding: 0 15px;
    margin: 0; }
  @media (min-width: 785px) {
    .faq__wrapper {
      width: 100%; } }

.faq__wrapper-counter {
  background-color: #4b3900;
  height: 100%;
  padding: 24px 12px;
  border-radius: 6px 0 0 6px; }

.faq__counter {
  color: #c60651;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

.faq__close-switch {
  display: none;
  width: 22px;
  border-top: 1px solid #fff; }

.faq__content {
  visibility: hidden;
  height: 0; }
  .faq__content p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px; }
    .faq__content p:last-child {
      margin-bottom: 0; }
    @media (min-width: 785px) {
      .faq__content p {
        font-size: 14px;
        padding-left: 76px; } }

.faqs--general p {
  margin: 0;
  padding: 15px; }

.faqs--general ul {
  margin: 15px 0 0 55px;
  padding: 0; }

.faqs--general li {
  font-size: 14px;
  font-family: 'Roboto', sans-serif; }

.page-template-template-international_vc #clear-header {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.page-template-template-international_vc main, .page-template-template-international_vc .page-template-template-modular .centered_content, .page-template-template-modular .page-template-template-international_vc .centered_content {
  padding: 0 0 55px; }

.page-template-template-international_vc #main-nav-toggle {
  padding: 0 20px; }

.page-template-template-international_vc #main-search {
  margin: 0 20px 0 0; }

.page-template-template-international_vc .wrapper--content {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px; }

.page-template-template-international_vc .button-wrapper {
  width: 100%;
  text-align: center; }

.page-template-template-international_vc .button {
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  margin: 0 auto;
  width: auto;
  min-width: 230px;
  line-height: 1;
  padding: 21px 10px; }
  @media (min-width: 785px) {
    .page-template-template-international_vc .button {
      font-size: 21px;
      margin-top: 15px; } }

.page-template-template-international_vc hr {
  height: 0;
  border: 0;
  border-top: 1px solid #b1aa8e;
  margin: 25px 0; }

.hero__photo {
  display: block;
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover; }
  .hero__photo.hero__photo--desktop {
    display: none;
    height: 600px; }
    @media (min-width: 785px) {
      .hero__photo.hero__photo--desktop {
        display: block; } }
  .hero__photo.hero__photo--mobile {
    display: block; }
    @media (min-width: 785px) {
      .hero__photo.hero__photo--mobile {
        display: none; } }

.hero__callout {
  background-color: #c60651;
  color: #fff;
  padding: 28px 38px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 785px) {
    .hero__callout {
      font-size: 28px;
      padding: 28px 60px; } }

.locations__intro {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 35px 10px 0; }
  @media (min-width: 785px) {
    .locations__intro {
      padding: 85px 33px 18px; } }
  .locations__intro h2 {
    font-size: 16px;
    font-weight: bold;
    color: #c60651; }
    @media (min-width: 785px) {
      .locations__intro h2 {
        font-size: 28px; } }
  .locations__intro p {
    font-size: 14px;
    font-weight: 400;
    color: black; }
    @media (min-width: 785px) {
      .locations__intro p {
        font-size: 18px; } }

.locations__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1; }
  .locations__overlay.active {
    display: block; }

.locations__desktop {
  display: none; }

@media (min-width: 785px) {
  .locations__mobile {
    display: none; }
  .locations__desktop {
    display: block; } }

.locations__continent {
  margin-bottom: 10px; }
  @media (min-width: 785px) {
    .locations__continent {
      display: none;
      max-width: 280px; } }
  .locations__continent .locations__heading {
    background-color: #4b3900;
    padding: 10px 13px 10px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px; }
    @media (min-width: 785px) {
      .locations__continent .locations__heading {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .locations__continent .locations__heading h2 {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      padding: 0;
      margin: 0; }
      @media (min-width: 785px) {
        .locations__continent .locations__heading h2 {
          font-size: 18px; } }
  .locations__continent .locations__content {
    visibility: hidden;
    height: 0; }
  .locations__continent.active .locations__heading .locations__close {
    display: block; }
  .locations__continent.locations__continent--modal {
    cursor: pointer; }
    .locations__continent.locations__continent--modal .locations__heading {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .locations__continent.locations__continent--modal .locations__heading .locations__close {
        display: block; }
  .locations__continent.active, .locations__continent.locations__continent--modal {
    z-index: 3; }
    .locations__continent.active .locations__heading, .locations__continent.locations__continent--modal .locations__heading {
      background-color: #c60651;
      padding: 26px 26px 18px 26px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .locations__continent.active .locations__heading .locations__number, .locations__continent.locations__continent--modal .locations__heading .locations__number {
        display: none; }
    .locations__continent.active .locations__content, .locations__continent.locations__continent--modal .locations__content {
      visibility: visible;
      height: auto;
      background-color: #eee9d6;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
    .locations__continent.active img, .locations__continent.locations__continent--modal img {
      width: 100%;
      height: auto; }
    .locations__continent.active .locations__wrapper, .locations__continent.locations__continent--modal .locations__wrapper {
      text-align: center;
      padding: 25px 10px 10px; }
      .locations__continent.active .locations__wrapper h3, .locations__continent.locations__continent--modal .locations__wrapper h3 {
        display: inline-block;
        color: #4b3900;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #b1aa8e;
        margin: 0 0 10px; }
      .locations__continent.active .locations__wrapper ul, .locations__continent.locations__continent--modal .locations__wrapper ul {
        margin: 0 0 25px;
        padding: 0; }
      .locations__continent.active .locations__wrapper li, .locations__continent.locations__continent--modal .locations__wrapper li {
        list-style-type: none;
        margin: 0 0 5px;
        padding: 0;
        font-size: 14px; }
      .locations__continent.active .locations__wrapper p, .locations__continent.locations__continent--modal .locations__wrapper p {
        font-size: 14px;
        margin: 20px 0; }
      .locations__continent.active .locations__wrapper .button, .locations__continent.locations__continent--modal .locations__wrapper .button {
        padding: 14px 0;
        width: 155px;
        min-width: 155px;
        font-size: 14px; }
  .locations__continent .locations__number {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #df731c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .locations__continent .locations__number span {
      background-color: #df731c;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .locations__continent .locations__close {
    display: none;
    width: 22px;
    border-top: 1px solid #fff; }
  .locations__continent#north-america {
    display: none;
    position: absolute; }
    @media (min-width: 785px) {
      .locations__continent#north-america {
        top: 0;
        left: 50%;
        margin-left: -130px; } }
    @media (min-width: 1219px) {
      .locations__continent#north-america {
        left: 37%;
        top: 15%;
        margin-left: 0; } }
  .locations__continent#south-america {
    display: none;
    position: absolute; }
    @media (min-width: 785px) {
      .locations__continent#south-america {
        top: 0;
        left: 50%;
        margin-left: -130px; } }
    @media (min-width: 1219px) {
      .locations__continent#south-america {
        left: 42%;
        top: 45%;
        margin-left: 0; } }
  .locations__continent#europe {
    display: none;
    position: absolute; }
    @media (min-width: 785px) {
      .locations__continent#europe {
        top: 0;
        left: 50%;
        margin-left: -130px; } }
    @media (min-width: 1219px) {
      .locations__continent#europe {
        left: 30%;
        top: 15%;
        margin-left: 0; } }
  .locations__continent#africa {
    display: none;
    position: absolute; }
    @media (min-width: 785px) {
      .locations__continent#africa {
        top: 0;
        left: 50%;
        margin-left: -130px; } }
    @media (min-width: 1219px) {
      .locations__continent#africa {
        left: 28%;
        top: 35%;
        margin-left: 0; } }
  .locations__continent#asia {
    display: none;
    position: absolute; }
    @media (min-width: 785px) {
      .locations__continent#asia {
        top: 0;
        left: 50%;
        margin-left: -130px; } }
    @media (min-width: 1219px) {
      .locations__continent#asia {
        left: 40%;
        top: 20%;
        margin-left: 0; } }
  .locations__continent#australia {
    display: none;
    position: absolute; }
    @media (min-width: 785px) {
      .locations__continent#australia {
        top: 0;
        left: 50%;
        margin-left: -130px; } }
    @media (min-width: 1219px) {
      .locations__continent#australia {
        left: 56%;
        top: 45%;
        margin-left: 0; } }

.locations__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.locations__desktop {
  position: relative; }
  .locations__desktop canvas {
    display: block;
    width: 100%;
    visibility: hidden; }
  .locations__desktop svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  @media (min-width: 785px) {
    .locations__desktop svg {
      display: block;
      width: 120%;
      margin-left: -10%; } }
  @media (min-width: 1219px) {
    .locations__desktop svg {
      display: block;
      width: 100%;
      margin-left: 0; } }

.locations__contact-us {
  padding: 20px 20px 40px 20px;
  font-family: 'Roboto', sans-serif;
  text-align: center; }
  .locations__contact-us p {
    font-size: 14px; }
  @media (min-width: 785px) {
    .locations__contact-us {
      padding-bottom: 85px; }
      .locations__contact-us p {
        font-size: 18px; } }

@media (min-width: 1219px) {
  .program-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.program-overview__photo {
  position: relative;
  background: none;
  width: 100%; }
  .program-overview__photo img {
    display: block;
    width: 100%;
    height: auto; }
  .program-overview__photo a {
    display: block;
    width: 100%;
    height: 100%; }
  @media (min-width: 1219px) {
    .program-overview__photo {
      width: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .program-overview__photo img {
        display: none; } }

.program-overview__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -26px; }

@media (min-width: 1219px) {
  .program-overview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #4b3900;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.program-overview__text {
  background-color: #4b3900;
  padding: 35px 25px;
  font-family: 'Roboto', sans-serif; }
  @media (min-width: 1219px) {
    .program-overview__text {
      padding: 120px 80px; } }
  .program-overview__text h2,
  .program-overview__text p {
    color: #fff; }
  .program-overview__text h2 {
    font-size: 16px;
    font-weight: bold; }
    @media (min-width: 1219px) {
      .program-overview__text h2 {
        font-size: 26px; } }
  .program-overview__text p {
    font-size: 14px;
    margin: 0; }
    @media (min-width: 1219px) {
      .program-overview__text p {
        font-size: 18px; } }

.program-overview__nav {
  background-color: #eee9d6; }
  .program-overview__nav ul {
    margin: 0;
    padding: 12px 22px; }
  .program-overview__nav li {
    list-style: none;
    padding: 10px 0;
    margin: 0; }
  .program-overview__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #4b3900;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold; }
    @media (min-width: 1219px) {
      .program-overview__nav a {
        font-size: 20px; } }
    .program-overview__nav a:hover {
      color: #c60651; }
      .program-overview__nav a:hover svg use {
        stroke: #c60651; }
  @media (min-width: 1219px) {
    .program-overview__nav {
      height: 65px; }
      .program-overview__nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .program-overview__nav .program-overview__nav-arrow {
        margin-left: 10px; } }

.become-handler {
  padding: 38px 15px 28px; }
  @media (min-width: 785px) {
    .become-handler {
      padding: 80px 15px 50px; } }

.become-handler__intro {
  text-align: center; }
  .become-handler__intro h2 {
    color: #c60651;
    font-size: 16px; }
    @media (min-width: 785px) {
      .become-handler__intro h2 {
        font-size: 28px; } }
  .become-handler__intro p {
    font-size: 14px; }
    @media (min-width: 785px) {
      .become-handler__intro p {
        font-size: 18px; } }

.become-handler__confirm {
  background-color: #4b3900;
  color: #fff;
  padding: 70px;
  text-align: center; }
  .become-handler__confirm p {
    color: #fff; }
  .become-handler__confirm .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
    .become-handler__confirm .button-wrapper .button {
      margin: 0 10px;
      padding: 15px 30px;
      min-width: auto; }
    .become-handler__confirm .button-wrapper .button--back {
      background-color: black;
      border: none;
      border-radius: 7px; }

.testimonial {
  padding: 30px 15px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 785px) {
    .testimonial {
      padding: 160px 15px; } }

.testimonial__wrapper {
  width: 100%;
  max-width: 655px;
  margin: auto; }

.testimonial__quote,
.testimonial__attribution {
  position: relative;
  z-index: 10; }
  .testimonial__quote p,
  .testimonial__attribution p {
    color: #fff; }

.testimonial__quote p {
  font-size: 18px;
  margin: 0 0 20px; }
  @media (min-width: 785px) {
    .testimonial__quote p {
      font-size: 28px; } }

.testimonial__attribution p {
  font-size: 14px;
  font-weight: bold;
  margin: 0; }
  @media (min-width: 785px) {
    .testimonial__attribution p {
      font-size: 16px; } }

.testimonial__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(223, 115, 28, 0.8); }

.become-evaluator {
  padding: 40px 0; }
  @media (min-width: 785px) {
    .become-evaluator {
      padding: 80px 0; } }

.become-evaluator__intro {
  padding: 0 15px 35px;
  text-align: center; }
  .become-evaluator__intro h2 {
    font-size: 16px;
    color: #c60651; }
    @media (min-width: 785px) {
      .become-evaluator__intro h2 {
        font-size: 28px; } }
  .become-evaluator__intro p {
    font-size: 14px; }
    .become-evaluator__intro p:last-child {
      margin: 0; }
    @media (min-width: 785px) {
      .become-evaluator__intro p {
        font-size: 18px; } }

.become-evaluator__list {
  max-width: 970px;
  margin: 0 auto;
  padding: 0; }
  .become-evaluator__list li {
    background-color: #eee9d6;
    color: #4b3900;
    border-top: 14px solid #4b3900;
    border-radius: 6px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
    padding: 15px;
    font-size: 14px;
    font-weight: bold; }
    @media (min-width: 785px) {
      .become-evaluator__list li {
        font-size: 18px;
        border-top: none;
        border-left: 14px solid #4b3900;
        margin-bottom: 40px;
        padding: 20px 60px 20px 20px; } }

.news-and-events {
  padding: 40px 35px;
  background-color: #eee9d6; }
  .news-and-events article {
    padding-bottom: 35px; }
  @media (min-width: 1219px) {
    .news-and-events {
      padding: 65px 35px; } }
  .news-and-events h2 {
    font-size: 21px;
    color: #c60651; }
    @media (min-width: 785px) {
      .news-and-events h2 {
        font-size: 28px; } }
  .news-and-events p {
    font-size: 14px;
    font-weight: bold;
    margin: 0; }
    .news-and-events p + a {
      display: block;
      padding-top: 15px; }
    @media (min-width: 785px) {
      .news-and-events p {
        font-size: 16px; } }
  @media (min-width: 1219px) {
    .news-and-events .wrapper--content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news-and-events .wrapper--content .news-and-events__news {
        width: 40%;
        border-right: 1px solid #b1aa8e;
        padding-right: 50px;
        margin-right: 50px; } }

.news-and-events__events p {
  margin: 0 0 5px; }
  @media (min-width: 785px) {
    .news-and-events__events p {
      font-size: 18px; } }

.news-and-events__learn-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none; }

.partners {
  padding: 40px 15px;
  text-align: center; }
  @media (min-width: 1219px) {
    .partners .wrapper--content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .partners .wrapper--content .partners__sponsor {
        width: 40%;
        border-right: 1px solid #b1aa8e;
        padding-right: 50px;
        margin-right: 50px; } }
  @media (min-width: 1219px) {
    .partners {
      padding: 65px 35px; } }
  @media (min-width: 785px) {
    .partners {
      text-align: left; } }
  .partners h2 {
    font-size: 21px;
    color: #c60651;
    margin-bottom: 20px; }
    @media (min-width: 785px) {
      .partners h2 {
        font-size: 28px; } }
  .partners .partners__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .partners .partners__logo-wrapper p {
      margin: 0; }
    .partners .partners__logo-wrapper img {
      -ms-flex-item-align: center;
          align-self: center;
      width: 100%;
      height: auto; }
      @media (min-width: 1219px) {
        .partners .partners__logo-wrapper img {
          padding-right: 35px; }
          .partners .partners__logo-wrapper img:last-child {
            padding-right: none; } }
    .partners .partners__logo-wrapper span {
      position: absolute;
      top: 0;
      left: -99999999px; }
    @media (min-width: 1219px) {
      .partners .partners__logo-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

.map__continent--greenland path {
  fill: #4b3900; }

.map__continent--north-america,
.map__continent--south-america,
.map__continent--europe,
.map__continent--africa,
.map__continent--asia,
.map__continent--australia {
  cursor: pointer; }
  .map__continent--north-america path,
  .map__continent--south-america path,
  .map__continent--europe path,
  .map__continent--africa path,
  .map__continent--asia path,
  .map__continent--australia path {
    fill: #4b3900;
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease; }
  .map__continent--north-america .map__marker circle,
  .map__continent--north-america .map__marker path,
  .map__continent--south-america .map__marker circle,
  .map__continent--south-america .map__marker path,
  .map__continent--europe .map__marker circle,
  .map__continent--europe .map__marker path,
  .map__continent--africa .map__marker circle,
  .map__continent--africa .map__marker path,
  .map__continent--asia .map__marker circle,
  .map__continent--asia .map__marker path,
  .map__continent--australia .map__marker circle,
  .map__continent--australia .map__marker path {
    fill: #df731c;
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease; }
  .map__continent--north-america:hover path, .map__continent--north-america.active path,
  .map__continent--south-america:hover path,
  .map__continent--south-america.active path,
  .map__continent--europe:hover path,
  .map__continent--europe.active path,
  .map__continent--africa:hover path,
  .map__continent--africa.active path,
  .map__continent--asia:hover path,
  .map__continent--asia.active path,
  .map__continent--australia:hover path,
  .map__continent--australia.active path {
    fill: #df731c; }
  .map__continent--north-america:hover .map__marker circle,
  .map__continent--north-america:hover .map__marker path, .map__continent--north-america.active .map__marker circle,
  .map__continent--north-america.active .map__marker path,
  .map__continent--south-america:hover .map__marker circle,
  .map__continent--south-america:hover .map__marker path,
  .map__continent--south-america.active .map__marker circle,
  .map__continent--south-america.active .map__marker path,
  .map__continent--europe:hover .map__marker circle,
  .map__continent--europe:hover .map__marker path,
  .map__continent--europe.active .map__marker circle,
  .map__continent--europe.active .map__marker path,
  .map__continent--africa:hover .map__marker circle,
  .map__continent--africa:hover .map__marker path,
  .map__continent--africa.active .map__marker circle,
  .map__continent--africa.active .map__marker path,
  .map__continent--asia:hover .map__marker circle,
  .map__continent--asia:hover .map__marker path,
  .map__continent--asia.active .map__marker circle,
  .map__continent--asia.active .map__marker path,
  .map__continent--australia:hover .map__marker circle,
  .map__continent--australia:hover .map__marker path,
  .map__continent--australia.active .map__marker circle,
  .map__continent--australia.active .map__marker path {
    fill: #c60651; }

.map__continent--africa {
  cursor: default; }
  .map__continent--africa:hover path, .map__continent--africa.active path {
    fill: #4b3900; }

.become-handler .button-wrapper {
  width: 100%;
  text-align: center; }

.become-handler .button {
  text-transform: none;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 0px;
  width: auto;
  min-width: 230px;
  line-height: 1;
  padding: 21px 10px; }
  @media (min-width: 785px) {
    .become-handler .button {
      font-size: 21px;
      margin-top: 15px; } }

.js-accordion-item.active .js-accordion-content {
  -webkit-transition: ease 1s height;
  transition: ease 1s height;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform; }

.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (min-width: 785px) {
  #main-nav li {
    font-size: 18px; }
    #main-nav li.menu-item-13719 .menu-item-has-children, #main-nav li.menu-item-270 .menu-item-has-children, #main-nav li.menu-item-14877 .menu-item-has-children {
      font-weight: normal;
      margin: 0 10px; }
      #main-nav li.menu-item-13719 .menu-item-has-children a, #main-nav li.menu-item-270 .menu-item-has-children a, #main-nav li.menu-item-14877 .menu-item-has-children a {
        font-weight: bold; }
        #main-nav li.menu-item-13719 .menu-item-has-children a:hover, #main-nav li.menu-item-270 .menu-item-has-children a:hover, #main-nav li.menu-item-14877 .menu-item-has-children a:hover {
          color: #fff;
          cursor: text; }
    #main-nav li.menu-item-13719 .sub-menu .sub-menu li, #main-nav li.menu-item-270 .sub-menu .sub-menu li, #main-nav li.menu-item-14877 .sub-menu .sub-menu li {
      background: none; }
      #main-nav li.menu-item-13719 .sub-menu .sub-menu li a, #main-nav li.menu-item-270 .sub-menu .sub-menu li a, #main-nav li.menu-item-14877 .sub-menu .sub-menu li a {
        font-weight: normal; }
        #main-nav li.menu-item-13719 .sub-menu .sub-menu li a:hover, #main-nav li.menu-item-270 .sub-menu .sub-menu li a:hover, #main-nav li.menu-item-14877 .sub-menu .sub-menu li a:hover {
          color: #df731c;
          cursor: pointer; }
    #main-nav li.menu-item-13719:hover .sub-menu, #main-nav li.menu-item-270:hover .sub-menu, #main-nav li.menu-item-14877:hover .sub-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: -349px;
      top: 60px;
      width: 765px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      #main-nav li.menu-item-13719:hover .sub-menu a + .sub-menu, #main-nav li.menu-item-270:hover .sub-menu a + .sub-menu, #main-nav li.menu-item-14877:hover .sub-menu a + .sub-menu {
        display: block;
        margin-bottom: 10px; }
      #main-nav li.menu-item-13719:hover .sub-menu .sub-menu, #main-nav li.menu-item-270:hover .sub-menu .sub-menu, #main-nav li.menu-item-14877:hover .sub-menu .sub-menu {
        display: block;
        width: 216px;
        margin: 5px 0 10px;
        padding: 0; }
        #main-nav li.menu-item-13719:hover .sub-menu .sub-menu li, #main-nav li.menu-item-270:hover .sub-menu .sub-menu li, #main-nav li.menu-item-14877:hover .sub-menu .sub-menu li {
          font-size: 16px;
          font-weight: normal;
          margin: 0 0 7px; } }

@media (min-width: 1219px) {
  #main-nav li.menu-item-13719 .menu-item-has-children, #main-nav li.menu-item-270 .menu-item-has-children, #main-nav li.menu-item-14877 .menu-item-has-children {
    font-weight: bold;
    margin: 0 10px; }
  #main-nav li.menu-item-13719:hover .sub-menu, #main-nav li.menu-item-270:hover .sub-menu, #main-nav li.menu-item-14877:hover .sub-menu {
    left: -115px;
    width: 835px; }
    #main-nav li.menu-item-13719:hover .sub-menu .sub-menu, #main-nav li.menu-item-270:hover .sub-menu .sub-menu, #main-nav li.menu-item-14877:hover .sub-menu .sub-menu {
      width: 240px; } }

.home #main-nav.logo-hidden li.menu-item-13719:hover .sub-menu, .home #main-nav.logo-hidden li.menu-item-270:hover .sub-menu, .home #main-nav.logo-hidden li.menu-item-14877:hover .sub-menu {
  left: -209px; }

.single-post .blog img.size-volunteer-int-hero-desktop {
  display: block; }

.single-post .at4-share.slideInRight, .single-post .at4-share.slideInLeft {
  display: none !important; }

.single-post .at-below-post.addthis_tool {
  margin-bottom: 15px; }

.hidden-blog-spacer {
  opacity: 0; }

.single-post .blog .content-container {
  max-width: 900px;
  margin: 0 auto; }

.single-post .blog .title-heading {
  background: #c60651;
  padding: 20px 30px;
  margin-bottom: 20px; }
  .single-post .blog .title-heading * {
    color: white;
    margin: 0; }

@media (max-width: 1220px) {
  .single-post .blog .posts-container li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.blog .title-container {
  background: #c60651;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px; }
  .blog .title-container * {
    color: white;
    margin: 0; }
  .blog .title-container:before {
    content: ' ';
    background: #c60651;
    position: absolute;
    left: -100%;
    right: 100%;
    bottom: 0;
    top: 0; }
  .blog .title-container:after {
    content: ' ';
    background: #c60651;
    position: absolute;
    left: 100%;
    right: -100%;
    bottom: 0;
    top: 0; }

.blog .related {
  font-size: 30px;
  text-align: center;
  margin: 25px 0; }

.blog .posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0; }
  .blog .posts-container li {
    display: block;
    width: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    background: #eee;
    margin-bottom: 20px;
    border-radius: 5px; }
    @media (max-width: 1220px) {
      .blog .posts-container li {
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%; } }
    @media (max-width: 785px) {
      .blog .posts-container li {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .blog .posts-container li a.link {
      padding: 5px 15px;
      display: block;
      text-align: center;
      text-decoration: none;
      color: #c60651; }
      .blog .posts-container li a.link:hover {
        color: #df731c; }
    .blog .posts-container li .bottom {
      padding: 15px 0;
      display: block; }
    .blog .posts-container li img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      width: 100%; }
    .blog .posts-container li .categories {
      font-size: 14px;
      display: block;
      text-align: center;
      color: darkgrey; }
      .blog .posts-container li .categories a {
        padding: 0;
        font-weight: normal;
        pointer-events: none;
        color: darkgrey;
        display: inline;
        text-decoration: none; }

.centered-registration {
  max-width: 1000px;
  margin: 0 auto; }

.aacr_complete {
  padding: 10px;
  background: #e0dcca;
  border-radius: 4px;
  display: inline; }
  .aacr_complete * {
    color: #c60651; }

.manage_profile {
  padding: 0; }
  .manage_profile .messages {
    margin-bottom: 0; }
  .manage_profile .wrapper {
    max-width: 1100px; }
  .manage_profile .group-heading {
    font-size: 34px;
    color: #4b3900 !important; }
  .manage_profile .pane {
    background: #e0dcca;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 5px; }
    .manage_profile .pane .align-right {
      margin-top: 10px; }
      @media (max-width: 1219px) {
        .manage_profile .pane .align-right {
          width: 20% !important;
          clear: none !important; } }
    .manage_profile .pane .pane-title {
      font-weight: bold !important;
      color: #c60651 !important;
      margin: 10px 0 10px 35px !important;
      width: 55% !important; }
    .manage_profile .pane.outdated .panel-body {
      background: #eee9d6; }
    .manage_profile .pane .panel-body {
      background: white;
      padding: 15px 15px 15px 35px; }
      .manage_profile .pane .panel-body ul {
        margin-bottom: 0 !important; }
        .manage_profile .pane .panel-body ul li {
          font-size: 18px !important; }
          .manage_profile .pane .panel-body ul li:last-of-type {
            margin-bottom: 0; }
          .manage_profile .pane .panel-body ul li a {
            font-size: 16px !important; }
            .manage_profile .pane .panel-body ul li a.aacr-explanation {
              font-size: 13px !important; }
  .manage_profile #menu-registrations-offcanvas {
    margin-left: 0; }
  .manage_profile #registrations-offcanvas .menu li {
    list-style: none; }
  .manage_profile #registrations-offcanvas .registration-status p {
    margin-bottom: 0; }
  .manage_profile #manage-profile-header {
    background: #f2eede url("../images/vcbannerbg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 350px 350px;
    padding: 30px 0;
    margin-bottom: 30px; }
    @media (max-width: 785px) {
      .manage_profile #manage-profile-header {
        padding-left: 20px;
        padding-right: 20px; } }
    .manage_profile #manage-profile-header .right {
      font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .manage_profile #manage-profile-header #volunteer-center-welcome-banner {
      padding: 0; }
      .manage_profile #manage-profile-header #volunteer-center-welcome-banner .notification .notification-title {
        margin-bottom: 0; }
      .manage_profile #manage-profile-header #volunteer-center-welcome-banner .banner-wrap {
        max-width: none;
        padding: 0; }
    .manage_profile #manage-profile-header ul {
      margin: 0; }
      .manage_profile #manage-profile-header ul li {
        font-weight: 100;
        list-style: none;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .manage_profile #manage-profile-header ul li #text {
          font-weight: 100; }
  .manage_profile .manage-button {
    background: #e0dcca;
    padding: 15px;
    display: block;
    width: 100%;
    color: #c60651;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative; }
    .manage_profile .manage-button::after {
      content: "";
      position: absolute;
      height: 100%;
      right: 15px;
      background-size: 10px;
      background: url("../images/arrow-right.svg") no-repeat center right;
      width: 10px;
      top: 0; }
    .manage_profile .manage-button span.subtext {
      display: block;
      color: black;
      font-size: 15px; }
  .manage_profile h2 {
    color: #c60651; }
  @media (min-width: 785px) {
    .manage_profile .registration-info .left, .manage_profile .banner-wrap .left {
      width: 60%;
      display: inline-block;
      padding-right: 50px; }
    .manage_profile .registration-info .right, .manage_profile .banner-wrap .right {
      width: 39%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 785px) {
    .manage_profile .registration-details {
      display: inline-block;
      width: 65%; } }
  @media (min-width: 785px) {
    .manage_profile .registration-links {
      display: inline-block;
      width: 33%;
      vertical-align: top; } }
  @media (max-width: 785px) {
    .manage_profile .registration-links {
      padding-top: 20px; } }
  .manage_profile .registration-links p {
    font-size: 16px !important; }
  .manage_profile .registration-links li {
    margin-bottom: 5px; }
  .manage_profile .registration-links a {
    font-weight: 500; }
  .manage_profile .registration-links a.aacr-explanation {
    color: black; }
  .manage_profile .registration-links .aacr-link {
    color: #c60651;
    margin-right: 8px; }

footer.revised {
  overflow: hidden;
  padding: 40px 0 40px; }
  footer.revised nav {
    padding: 0;
    width: auto; }
    @media (max-width: 600px) {
      footer.revised nav {
        margin-left: 0; } }
    footer.revised nav li {
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 10px; }
  footer.revised h2 {
    margin-bottom: 12px;
    font-size: 25px; }
  footer.revised .developed-by {
    padding: 0; }
    footer.revised .developed-by a {
      padding: 4px 0 4px 30px; }
  footer.revised .address {
    padding: 4px 0; }
  footer.revised .new_row {
    clear: both; }
  footer.revised .fifty, footer.revised .full {
    margin-bottom: 15px;
    width: 50%;
    display: inline-block;
    float: left; }
    @media (max-width: 767px) {
      footer.revised .fifty, footer.revised .full {
        width: 100%;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  footer.revised .full {
    width: 100%;
    margin-bottom: 0; }
  footer.revised .email-sign-up {
    width: 100%; }
    footer.revised .email-sign-up label {
      margin-top: 0; }
  footer.revised .copyright {
    font-size: 12px; }
  footer.revised .social-links li {
    margin: 10px 15px 8px 0; }
  footer.revised .form-fields {
    position: relative; }
    footer.revised .form-fields input[type="submit"] {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 30%;
      padding: 10px 0px; }
    footer.revised .form-fields input[type="text"] {
      width: 75%; }

.aacr-modal {
  position: fixed;
  opacity: 0;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999; }
  .aacr-modal.open {
    opacity: 1;
    display: block; }
  .aacr-modal .modal-content {
    padding: 50px;
    width: 60%;
    height: auto;
    position: absolute;
    left: 20%;
    top: 10%;
    background: #f2eede;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 900px) {
      .aacr-modal .modal-content {
        width: 80%;
        height: auto;
        left: 10%;
        top: 10%; } }
    @media (max-width: 700px) {
      .aacr-modal .modal-content {
        width: 90%;
        height: 90%;
        overflow-y: scroll;
        left: 5%;
        top: 5%; } }
  .aacr-modal .aacr-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: black; }
    .aacr-modal .aacr-modal-close:hover {
      color: black; }

@media (max-width: 785px) {
  .banner-home {
    position: relative !important; }
    .banner-home .slide {
      overflow-x: hidden; } }

.banner-home.right .slide > .caption {
  left: auto !important;
  right: 0 !important; }

.banner-home .title {
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  color: #4b3900;
  margin-bottom: 15px;
  margin-top: 0; }

.banner-home p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  color: #4b3900; }

.banner-home .slide > .caption {
  height: auto !important;
  background: rgba(246, 244, 233, 0.7);
  width: 400px !important; }
  .banner-home .slide > .caption a.button {
    padding: 5px 15px;
    display: block;
    max-width: 150px;
    background: #c60651;
    text-align: center;
    margin: 0 auto 20px 0; }
    @media (max-width: 785px) {
      .banner-home .slide > .caption a.button {
        margin: 0 auto 20px; } }
  @media (max-width: 785px) {
    .banner-home .slide > .caption {
      text-align: center !important;
      width: 100% !important;
      padding: 15px !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-bottom: 60px !important; }
      .banner-home .slide > .caption h3 {
        margin-bottom: 0 !important;
        margin-top: 0 !important; } }

.banner-home #slideshow-pager {
  width: 330px;
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: calc(50% - ((330 / 2) * 1px));
  text-align: center !important; }
  @media (max-width: 785px) {
    .banner-home #slideshow-pager {
      display: block !important;
      bottom: -35px !important;
      padding: 0 !important; } }
  .banner-home #slideshow-pager span {
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #c60651 !important;
    background: transparent !important;
    border-radius: 100%; }
    .banner-home #slideshow-pager span.cycle-pager-active {
      background: #c60651 !important; }

.banner-interior .banner-content {
  background: #c60651;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 400px;
  padding: 20px; }
  @media (max-width: 785px) {
    .banner-interior .banner-content {
      max-width: 100%; } }
  .banner-interior .banner-content p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    color: white; }

.banner-interior .interior-banner-content {
  margin-top: 15px;
  display: block; }

.banner-interior h1 {
  padding: 0;
  background: transparent;
  position: relative;
  margin: 0 !important; }

#main-nav > ul > li > ul {
  top: 45px !important; }

.page-template-template-interior-banner .banner-interior .banner-content,
.page-template-template-modular .banner-interior .banner-content {
  background: rgba(246, 244, 233, 0.7);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 785px) {
    .page-template-template-interior-banner .banner-interior .banner-content,
    .page-template-template-modular .banner-interior .banner-content {
      bottom: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: unset;
      position: absolute; } }

.page-template-template-interior-banner .banner-interior h1,
.page-template-template-modular .banner-interior h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
  color: #c60651 !important; }

.page-template-template-interior-banner .banner-interior *,
.page-template-template-modular .banner-interior * {
  color: black !important; }

.single-resource .addthis_tool {
  display: none !important; }

.page-template-template-modular .content .wrapper {
  max-width: 100%; }

.page-template-template-modular .program-overview__text p {
  line-height: 1.5; }

.page-template-template-modular .become-handler__faqs {
  margin: 40px 0; }
  .page-template-template-modular .become-handler__faqs p {
    line-height: 1.5; }

.page-template-template-modular .centered_content {
  max-width: 1200px;
  margin: 40px auto 0; }

.page-template-template-modular nav.breadcrumb {
  float: none; }

.page-template-template-volunteer_center_registrations #registration-steps {
  width: 50%;
  float: left; }
  .page-template-template-volunteer_center_registrations #registration-steps p {
    margin: 0 5px; }
  @media (max-width: 785px) {
    .page-template-template-volunteer_center_registrations #registration-steps {
      width: 100%;
      float: none; } }
