@charset "UTF-8";
@import url("https://college-choice.net/lp-live/base-project-resources/util/reset.css");
@import url("https://college-choice.net/lp-live/base-project-resources/util/global.css");
@font-face {
  font-family: "Cambon";
  src: local("Cambon Regular"), local("Cambon-Regular"), url("fonts/Cambon-Regular.woff2") format("woff2"), url("fonts/Cambon-Regular.woff") format("woff"), url("fonts/Cambon-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Post Grotesk";
  src: local("Post Grotesk Book"), local("Post-Grotesk-Book"), url("fonts/PostGrotesk-Book.woff2") format("woff2"), url("fonts/PostGrotesk-Book.woff") format("woff"), url("fonts/PostGrotesk-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
button.button, .button button,
a.button,
.button a, button,
.type_event_button a,
[type=submit],
[type=button] {
  transition: all 0.25s ease-in-out;
  background: white;
  border: 2px solid #00267A;
  color: #00267A;
  display: block;
  width: 100%;
  padding: 1.5rem 2em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  outline: 0;
  font-size: 1rem;
  line-height: 1.2;
  text-shadow: one !important;
}
a.button:hover,
.button a:hover, button:hover,
.type_event_button a:hover,
[type=submit]:hover,
[type=button]:hover,
a.button:focus,
.button a:focus, button:focus,
.type_event_button a:focus,
[type=submit]:focus,
[type=button]:focus,
a.button:focus-within,
.button a:focus-within, button:focus-within,
.type_event_button a:focus-within,
[type=submit]:focus-within,
[type=button]:focus-within {
  background: none;
  border: 2px solid white;
  color: white;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a, button,
  .type_event_button a,
  [type=submit],
  [type=button] {
    display: inline-block;
    width: auto;
  }
}

button.minor-button, .minor-button button,
a.minor-button,
.minor-button a {
  background: white;
  border: 2px solid #00267A;
  color: #00267A;
}
button.minor-button:hover, .minor-button button:hover,
a.minor-button:hover,
.minor-button a:hover, button.minor-button:focus, .minor-button button:focus,
a.minor-button:focus,
.minor-button a:focus, button.minor-button:focus-within, .minor-button button:focus-within,
a.minor-button:focus-within,
.minor-button a:focus-within {
  background: #00267A;
  border: 2px solid white;
  color: white;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1.4;
}

h1,
h2,
.edu-links-section .edu-section-title,
.card figcaption .caption-title .title,
h3,
h4,
h5,
h6 {
  font-family: "Cambon", Times, serif;
  font-weight: 500;
  color: #00267A;
  margin: 0 0 0.75rem;
  line-height: 1.2rem;
  font-style: normal;
}

.title {
  font-family: "Cambon", Times, serif;
  font-weight: 400;
  margin: 0 0 0.75rem;
  line-height: 1.2rem;
  font-style: normal;
}

h1 {
  font-size: 2.75rem;
  line-height: 3rem;
}
@media (min-width: 37.5rem) {
  h1 {
    font-size: calc(2.75rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h1 {
    font-size: 3rem;
  }
}

h2, .edu-links-section .edu-section-title, .card figcaption .caption-title .title {
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (min-width: 37.5rem) {
  h2, .edu-links-section .edu-section-title, .card figcaption .caption-title .title {
    font-size: calc(2.5rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h2, .edu-links-section .edu-section-title, .card figcaption .caption-title .title {
    font-size: 2.75rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 37.5rem) {
  h3 {
    font-size: calc(2rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (min-width: 37.5rem) {
  h4 {
    font-size: calc(1.5rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h4 {
    font-size: 1.75rem;
  }
}

h5, h6 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 37.5rem) {
  h5, h6 {
    font-size: calc(1.5rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  h5, h6 {
    font-size: 1.75rem;
  }
}

p,
ul,
ol,
blockquote,
address {
  font-family: "Post Grotesk", Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  margin: 0 0 1rem 0;
}
@media (min-width: 37.5rem) {
  p,
  ul,
  ol,
  blockquote,
  address {
    font-size: calc(1rem + 0.1 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  p,
  ul,
  ol,
  blockquote,
  address {
    font-size: 1.1rem;
  }
}

ul,
ol {
  padding: 0;
  list-style-type: disc;
  margin: 0 0 1rem;
  padding-left: 1rem;
}
ul li,
ol li {
  margin: 0 0 0.5rem;
}
ul li::marker,
ol li::marker {
  color: #078CF5;
}

a {
  transition: all 0.25s ease-in-out;
  color: #066ab7;
  font-weight: bold;
  outline: none;
}
a:hover, a:focus, a:focus-within {
  color: #00267A;
  text-decoration: none;
}

.error,
.val-header {
  color: red;
}

.mauticform-row .mauticform-helpmessage,
small,
.copyright {
  font-size: 0.875em;
  font-style: italic;
}

.visuallyhidden, .ac_results.hide,
.ceeb-results.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active, .ac_results.hide .focusable:active,
.ceeb-results.hide .focusable:active,
.visuallyhidden .focusable:focus,
.ac_results.hide .focusable:focus,
.ceeb-results.hide .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.rte-custom-highschoollookup7 .result {
  position: relative;
  margin: 1rem 0;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border: 1px solid #000;
}
.rte-custom-highschoollookup7 .result .location {
  display: block;
  font-size: 0.875em;
  font-style: italic;
}
.rte-custom-highschoollookup7 .result a {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: transparent;
  border: 0;
  background: none;
  font-size: 0;
}
.rte-custom-highschoollookup7 .result a::after {
  content: "✗ ";
  color: #000;
  font-size: 1rem;
  line-height: 1;
}
.ceeb-result-container {
  position: relative;
}
.ceeb-result-container .mauticform-input {
  padding-right: 1.5rem;
}
.ceeb-result-container .ceeb-icon.show::after {
  content: "✗ ";
  position: absolute;
  right: 0;
  cursor: pointer;
}
.ceeb-result-container .ceeb-icon.show:hover::after, .ceeb-result-container .ceeb-icon.show:focus::after {
  color: blue;
}

.ac_results,
.ceeb-results {
  background: #fff;
  position: relative;
  z-index: 1000;
}
.ac_results.show,
.ceeb-results.show {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ac_results.many-results,
.ceeb-results.many-results {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ac_results.few-results,
.ceeb-results.few-results {
  height: -moz-fit-content;
  height: fit-content;
}
.ac_results ul,
.ceeb-results ul {
  margin: 0;
  padding: 0;
}
.ac_results li,
.ceeb-results li {
  display: block;
  margin: 0;
  padding: 0.75em;
  cursor: pointer;
}
.ac_results li:nth-child(even),
.ceeb-results li:nth-child(even) {
  background: #eee;
}
.ac_results li.ac_over, .ac_results li:hover, .ac_results li:focus,
.ceeb-results li.ac_over,
.ceeb-results li:hover,
.ceeb-results li:focus {
  background-color: #000;
  color: white;
}
.ac_results li .location,
.ac_results li .result-location,
.ceeb-results li .location,
.ceeb-results li .result-location {
  display: block;
  font-size: 0.85em;
  font-style: italic;
  margin: 0;
}
.mauticform-field-student_academic_interest .checkboxgrp-wrapper, select, textarea, input {
  width: 100%;
  padding: 0.5em;
  background: #fff;
  border: 1px solid;
  font-size: 1rem;
}
.mauticform-field-student_academic_interest .checkboxgrp-wrapper:focus, select:focus, textarea:focus, input:focus {
  outline: none;
}

.mauticform-has-error label {
  color: red;
}

.mauticform-has-error input,
.mauticform-has-error textarea,
.mauticform-has-error select {
  border-color: red;
}

.mauticform-errormsg {
  color: red;
}

input {
  line-height: 1.2;
}

textarea {
  min-height: 8em;
  overflow: auto !important;
  resize: vertical !important;
  line-height: 1.4;
  font-family: inherit;
}

select {
  overflow: hidden;
  line-height: 1.2;
}

input[type=radio],
input[type=checkbox] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin: 0.7em 0 0 0;
}
input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
input[type=checkbox] ~ label,
input[type=checkbox] ~ .rte-q-label {
  display: block;
  padding: 0.3125em 0 0.3125em 1.25rem;
  font-size: 1rem;
  cursor: pointer;
}

label {
  display: block;
  padding: 0 0 0.125em 0;
  line-height: 1.4;
  font-family: museo-sans, sans-serif !important;
}

.mauticform-row {
  margin: 1rem 0;
}

@media screen {
  .forprint {
    display: none !important;
  }
}
@media (min-width: 56.25rem) {
  .form-section .mauticform-row:not(.question-stacked) > label {
    display: inline-block;
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
    vertical-align: top;
  }
  .form-section .mauticform-row:not(.question-stacked) > label ~ * {
    display: inline-block;
    width: calc(66.667% - 0.375em);
    vertical-align: top;
  }
}

.center {
  width: 90%;
  max-width: 56.25rem;
  margin: auto;
}

.wrap,
.wrapper {
  max-width: 75rem;
  margin: auto;
  padding: 1rem;
}
@media (min-width: 37.5rem) {
  .wrap,
  .wrapper {
    padding: 2rem;
  }
}

.page-header {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
}
@media (min-width: 37.5rem) {
  .page-header .wrapper {
    margin: 0;
  }
}
.page-header .logo {
  width: 9rem;
  height: 2rem;
  background: left/contain no-repeat url("img/img-logo.svg");
  text-indent: -999vw;
  margin: auto;
}
@media (min-width: 18.75rem) {
  .page-header .logo {
    width: calc(9rem + 5 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-header .logo {
    width: 14rem;
  }
}
@media (min-width: 18.75rem) {
  .page-header .logo {
    height: calc(2rem + 2 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-header .logo {
    height: 4rem;
  }
}
@media (min-width: 37.5rem) {
  .page-header .logo {
    margin: 0;
  }
}

.page-main {
  background: lightgray;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > * {
  flex-shrink: 0;
}

.page-main {
  flex-grow: 1;
}

.page-footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .page-footer .wrapper {
    flex-direction: row;
    justify-content: space-between;
    text-align: none;
  }
}
.page-footer .logo {
  width: 7rem;
  height: 4rem;
  background: left/contain no-repeat url("img/img-logo.svg");
  text-indent: -999vw;
}
@media (min-width: 18.75rem) {
  .page-footer .logo {
    width: calc(7rem + 3 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-footer .logo {
    width: 10rem;
  }
}
@media (min-width: 18.75rem) {
  .page-footer .logo {
    height: calc(4rem + 2 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .page-footer .logo {
    height: 6rem;
  }
}
.page-footer ul {
  list-style-type: none;
}
.page-footer ul li {
  display: inline-block;
}
.page-footer ul li a {
  transition: all 0.25s ease-in-out;
  color: #066ab7;
  outline: none;
}
.page-footer ul li a:hover, .page-footer ul li a:focus, .page-footer ul li a:focus-within {
  color: black;
  text-decoration: none;
}
.page-footer ul .help {
  border-right: 1px solid black;
  margin-right: 1rem;
  padding-right: 1rem;
}
.page-footer .school-address {
  display: flex;
}
.page-footer .school-address::before {
  background: url("img/map.webp") no-repeat 50%/contain;
  content: "";
  display: block;
  height: 2rem;
  margin-right: 0.25rem;
  margin-top: -0.125rem;
  width: 1rem;
}
.page-footer .school-address p {
  text-align: center;
}
@media (min-width: 37.5rem) {
  .page-footer .school-address p {
    text-align: left;
  }
}

.FormHide {
  display: none !important;
}

.mauticform-post-success .mauticform-innerform {
  display: none;
}

.mauticform-field-student_academic_interest .checkboxgrp-wrapper {
  padding: 0.25em 0.5em;
  min-height: 5.5em;
  height: 5.5em;
  resize: vertical;
  overflow: scroll;
}

.mauticform-checkboxgrp-row {
  position: relative;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.page-index .primary-content-section {
  background: #eef5f9;
  padding: 2rem;
}
.page-index .primary-content-section .center {
  max-width: 68.75rem;
}
.page-index .help-links {
  display: none;
}

.page-transfer .form-section {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url("img/img-main-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-transfer .form-section .wrapper {
  max-width: 75rem;
}
.page-transfer .form-section .title {
  color: white;
  padding: 10rem 0 0;
  font-size: 2.75rem;
  line-height: 3rem;
}
@media (min-width: 37.5rem) {
  .page-transfer .form-section .title {
    font-size: calc(2.75rem + 1.25 * (100vw - 37.5rem) / 18.75);
  }
}
@media (min-width: 56.25rem) {
  .page-transfer .form-section .title {
    font-size: 4rem;
  }
}
@media (min-width: 37.5rem) {
  .page-transfer .form-section .title {
    padding: 20rem 0 0;
  }
}
.page-transfer .form-section ul {
  padding: 0;
  list-style-type: disc;
  margin: 0 0 1rem;
  padding-left: 3rem;
}
.page-transfer .form-section ul li {
  margin: 0 0 0.25rem;
}
.page-transfer .form-section ul li::marker {
  color: white;
}
.page-transfer .form-section ul li p {
  margin: 0 0 0.5rem 0;
}

.welcome {
  background: white;
  position: relative;
}
@media (min-width: 56.25rem) {
  .welcome .welcome-content .welcome-copy {
    display: flex;
    justify-content: space-between;
  }
  .welcome .welcome-content .welcome-copy div {
    width: 50%;
  }
  .welcome .welcome-content .welcome-copy div:first-child {
    padding-right: 2rem;
  }
  .welcome .welcome-content .welcome-copy .part-2 {
    background: #eef5f9;
    color: black;
    padding: 1rem;
  }
}
@media (min-width: 56.25rem) and (min-width: 37.5rem) {
  .welcome .welcome-content .welcome-copy .part-2 {
    padding: 2rem;
  }
}
@media (min-width: 56.25rem) {
  .welcome .welcome-content .welcome-copy .part-2 .cta {
    width: 100%;
  }
  .welcome .welcome-content .welcome-copy .part-2 .cta a:hover, .welcome .welcome-content .welcome-copy .part-2 .cta a:focus, .welcome .welcome-content .welcome-copy .part-2 .cta a:focus-within {
    background: #00267A;
    border: 2px solid white;
    color: white;
  }
}

.cta {
  display: flex;
  justify-content: center;
}

.edu-links-section {
  background: white;
}
.edu-links-section .edu-section-title {
  width: 92%;
  max-width: 68.75rem;
  padding: 1rem 0 1rem;
  margin-right: auto;
  margin-left: auto;
  color: #00267A;
  text-transform: initial;
  font-size: 1.75rem;
  text-align: center;
  padding: 0 1rem 2rem !important;
}
@media (min-width: 18.75rem) {
  .edu-links-section .edu-section-title {
    padding: calc(1rem + 1 * (100vw - 18.75rem) / 56.25) calc(0rem + 0 * (100vw - 18.75rem) / 56.25) calc(1rem + 1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .edu-links-section .edu-section-title {
    padding: 2rem 0 2rem;
  }
}
@media (min-width: 37.5rem) {
  .edu-links-section .edu-section-title {
    font-size: calc(1.75rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  .edu-links-section .edu-section-title {
    font-size: 2rem;
  }
}
.edu-links-section .edu-section-title::before {
  content: none;
}

.card {
  display: flex;
  flex-direction: column;
}
.card .card-media {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
}
.card .card-media::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.card .card-text {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .card .card-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.card .card-text span {
  display: inline-block;
}
.card figcaption {
  color: #fff;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid white;
  margin: 1rem;
}
@media (min-width: 37.5rem) {
  .card figcaption {
    margin: 0 2rem;
  }
}
.card figcaption .caption-title .title {
  transition: all 0.25s ease-in-out;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: underline;
}
.card figcaption .caption-title .title:hover, .card figcaption .caption-title .title:focus, .card figcaption .caption-title .title:focus-within {
  text-decoration: none;
}
.card figcaption .caption-title .title::before {
  content: none;
}
.card figcaption .caption-title .sub-title,
.card figcaption .caption-title .pre-title {
  font-family: "Post Grotesk", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  margin: 0.25em 0 0;
  line-height: 1.3;
}
@media (min-width: 37.5rem) {
  .card figcaption .caption-title .sub-title,
  .card figcaption .caption-title .pre-title {
    font-size: calc(1rem + 0.25 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  .card figcaption .caption-title .sub-title,
  .card figcaption .caption-title .pre-title {
    font-size: 1.25rem;
  }
}
.card figcaption .caption-title .pre-title {
  margin: 0 0 0.375em;
}
.card img {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
@media (min-width: 62.5rem) {
  .card {
    flex-direction: row;
  }
  .card .card-media,
  .card .card-text {
    width: 50%;
  }
  .card.two .card-media {
    order: 2;
  }
}

@media (min-width: 75rem) {
  .cards {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 1fr 1fr;
  }
  .cards .card.one.double {
    flex-direction: column;
    grid-row-end: 3;
    grid-row-start: 1;
  }
  .cards .card.one.double .card-media,
  .cards .card.one.double .card-text {
    height: 50%;
    width: 100%;
  }
  .cards .card.two,
  .cards .card.three {
    flex-direction: row;
  }
}
@media (min-width: 87.5rem) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}

.double {
  height: 100%;
}

.card.one .caption.wrapper {
  padding: 1rem 1rem;
}
@media (min-width: 18.75rem) {
  .card.one .caption.wrapper {
    padding: calc(1rem + 1 * (100vw - 18.75rem) / 56.25) calc(1rem + 5 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .card.one .caption.wrapper {
    padding: 2rem 6rem;
  }
}
.card.one .card-text {
  background: #c1c5ca url("img/pattern-star-grey.svg") repeat 50%/10rem;
  position: relative;
  z-index: 1;
}
.card.one .card-text .sub-title {
  color: black;
}

.card.two .caption.wrapper {
  padding: 1rem 1rem;
}
@media (min-width: 18.75rem) {
  .card.two .caption.wrapper {
    padding: calc(1rem + 1 * (100vw - 18.75rem) / 56.25) calc(1rem + 1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .card.two .caption.wrapper {
    padding: 2rem 2rem;
  }
}
.card.two .card-text {
  background: #c1c5ca url("img/pattern-star-grey.svg") repeat 50%/10rem;
  position: relative;
}
.card.two .card-text .pre-title {
  color: black;
}

.card.three .caption.wrapper {
  padding: 1rem 1rem;
}
@media (min-width: 18.75rem) {
  .card.three .caption.wrapper {
    padding: calc(1rem + 1 * (100vw - 18.75rem) / 56.25) calc(1rem + 1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .card.three .caption.wrapper {
    padding: 2rem 2rem;
  }
}
.card.three .card-text {
  background: #c1c5ca url("img/pattern-star-grey.svg") repeat 50%/10rem;
  position: relative;
}
.card.three .card-text::before {
  background: #666666;
  content: "";
  height: 100%;
  left: -100vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.card.three .card-text::after {
  background: #666666;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.card.three .card-text a.major-button {
  position: relative;
  z-index: 20;
}
.card.three .card-text .sub-title {
  color: black;
}
.card.three .card-media {
  z-index: 2;
}

.youvisit-container {
  background: #eef5f9;
}

.explore {
  background: #062975 url("img/pattern-star-blue.svg") repeat 50%/10rem;
}
.explore .explore-content {
  background: #00267A;
  border: 1px solid #669bc9;
  color: white;
  margin: 1rem 0;
  padding: 1rem;
}
@media (min-width: 37.5rem) {
  .explore .explore-content {
    padding: 2rem;
  }
}/*# sourceMappingURL=style.css.map */