body {
  background-color: #fcf4e0; }

.bg-green {
  background-color: #31b27d;
  color: white; }

.bg-blue {
  background-color: #1e5989;
  color: white; }

.container-fluid {
  padding: 0; }

.svg-embed {
  width: 100%;
  height: auto;
  position: relative; }
  .svg-embed > svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .svg-embed::after {
    content: '';
    display: block;
    padding-top: 100%;
    position: relative;
    z-index: 5; }

section[class*="-section"] {
  margin: 0;
  padding: 0; }

.big-block-row {
  margin: 1rem; }
  @media (min-width: 768px) {
    .big-block-row {
      display: flex;
      min-height: calc(100vh - 6rem);
      margin: 1rem; } }
  @media (min-width: 1024px) {
    .big-block-row {
      margin: 3rem; } }

.header-block {
  position: relative;
  z-index: 100;
  margin-bottom: 25vh; }
  .header-block h2 {
    font-weight: 200;
    font-size: 3rem;
    margin: 0 0 2rem 0;
    color: white; }
  .header-block p {
    font-size: 1.125rem;
    color: white; }
  @media (min-width: 768px) {
    .header-block {
      margin-bottom: 0; }
      .header-block h2 {
        font-size: 3.5rem; }
      .header-block p {
        font-size: 1.3125rem; } }
  @media (min-width: 1600px) {
    .header-block {
      max-width: 70%; }
      .header-block h2 {
        font-size: 4.25rem; } }

.image-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1rem;
  position: relative; }
  .image-block > .container {
    position: relative;
    z-index: 100; }
  .image-block::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .image-block::after {
    background-color: transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
  @media (min-width: 1024px) {
    .image-block {
      padding: 3rem; } }

.content-block {
  padding: 1rem; }
  @media (min-width: 1024px) {
    .content-block {
      padding: 3rem; } }

.image-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3rem; }
  .image-row img {
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .image-row {
      margin: 0 1rem;
      grid-gap: 1rem;
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1024px) {
    .image-row {
      margin: 0 3rem;
      grid-gap: 3rem;
      grid-template-columns: repeat(6, 1fr); } }

.cta-btn {
  display: inline-grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 1rem;
  align-items: center; }
  .cta-btn .svg-embed {
    display: inline-block;
    max-width: 40px; }
  .cta-btn .btn-title {
    display: inline-block; }
    .cta-btn .btn-title i {
      vertical-align: text-bottom; }
      .cta-btn .btn-title i::before {
        margin: 0; }

.intro-section {
  min-height: 100vh;
  background-image: url("../images/intro-bg-small.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  justify-content: space-between;
  flex-direction: column; }
  .intro-section h1 {
    color: white;
    text-shadow: 0 0 10px black;
    font-size: 4.5rem;
    flex: 0 0 100%; }
  .intro-section .in-page-nav {
    padding-bottom: 1rem;
    width: 100%;
    text-align: center; }
  @media (min-width: 768px) {
    .intro-section {
      background-image: url("../images/intro-bg-large.jpg"); }
      .intro-section h1 {
        font-size: 6rem; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .intro-section h1 {
      font-size: 7.5rem; }
    .intro-section .in-page-nav {
      padding-bottom: 3rem;
      padding-right: 6rem;
      text-align: center; } }

.school-mark-header {
  background-color: #3b2360;
  padding: 2rem 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .school-mark-header {
      padding: 1rem 0; } }

.intro-school-mark {
  max-width: 200px;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .intro-school-mark {
      max-width: 400px;
      max-height: 60px; } }

.learning-section .image-block {
  background-image: url("../images/learning-bg-image-small.jpg"); }
  @media (min-width: 768px) {
    .learning-section .image-block {
      background-image: url("../images/learning-bg-image-large.jpg"); } }

.learning-section .info-items-grid {
  border-top: 2px solid #ffc222;
  border-bottom: 2px solid #ffc222;
  margin: 2rem 0; }

.learning-section .info-item .info-value {
  color: white; }

.learning-section .info-item p {
  color: white; }

.learning-section .cta-btn svg path {
  fill: #6a4c92; }

.learning-section .cta-btn:hover svg path {
  fill: #3b2360; }

.career-section .image-block {
  background-image: url("../images/career-bg-small.jpg"); }
  @media (min-width: 768px) {
    .career-section .image-block {
      background-image: url("../images/career-bg-large.jpg"); } }

.career-section .info-items-grid {
  border-top: 2px solid #ffc222;
  border-bottom: 2px solid #ffc222; }

.career-section .info-item {
  border-color: #ffc222; }
  .career-section .info-item .info-value {
    color: white; }
  .career-section .info-item p {
    color: white; }

.career-section .cta-btn svg path {
  fill: #6a4c92; }

.career-section .cta-btn:hover svg path {
  fill: #3b2360; }

.campus-section .image-block {
  background-image: url("../images/campus-bg-small.jpg"); }
  @media (min-width: 768px) {
    .campus-section .image-block {
      background-image: url("../images/campus-bg-large.jpg"); } }

.campus-section .info-item {
  border-color: white; }

.campus-section .info-items-grid {
  margin: 3rem 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white; }

.campus-section .cta-btn svg path {
  fill: white; }

.campus-section .cta-btn:hover svg path {
  fill: #ffc222; }

.location-section .image-block {
  background-image: url("../images/location-bg-small.jpg"); }
  @media (min-width: 768px) {
    .location-section .image-block {
      background-image: url("../images/location-bg-large.jpg"); } }

.location-section .info-item {
  border-color: #ffc222;
  text-align: left;
  display: grid;
  grid-template-areas: "icon figure" "icon desc";
  grid-template-columns: minmax(auto, 150px) auto;
  grid-column-gap: 1rem; }
  .location-section .info-item .svg-embed {
    grid-area: icon; }
    .location-section .info-item .svg-embed path {
      fill: #ffc222;
      stroke: #ffc222; }
    .location-section .info-item .svg-embed line {
      stroke: #ffc222; }
  .location-section .info-item .info-value {
    grid-area: figure;
    color: white;
    text-align: left;
    align-self: end;
    margin: 0 0 0.5rem 0; }
  .location-section .info-item p {
    grid-area: desc;
    color: white; }
  @media (min-width: 768px) {
    .location-section .info-item {
      grid-column-gap: 3rem; } }

.location-section [data-column="1"] .info-item {
  border-right: 0; }

.so-cal-map-image {
  float: right;
  width: 80%;
  height: auto;
  margin-top: -1rem;
  margin-right: -1rem;
  -webkit-shape-outside: url("../images/so-cal-map-mask.svg");
          shape-outside: url("../images/so-cal-map-mask.svg"); }
  @media (min-width: 1024px) {
    .so-cal-map-image {
      margin-top: -3rem;
      margin-right: -3rem;
      width: 60%; } }

.connect-row {
  padding: 3rem 0; }
  .connect-row .row {
    margin: 0; }
  .connect-row .social-media a {
    color: white; }

.in-page-nav {
  text-align: right;
  padding-top: 3rem; }

/*# sourceMappingURL=travel-brochure.css.map */
