@import url("https://use.typekit.net/kgu7idf.css");
@font-face {
  font-family: "arnhem";
  src: url("../fonts/Arnhem-Bold.eot");
  src: url("../fonts/Arnhem-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arnhem-Bold.woff2") format("woff2"), url("../fonts/Arnhem-Bold.woff") format("woff"), url("../fonts/Arnhem-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Light.woff2") format("woff2"), url("../fonts/Gentona-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Book.woff2") format("woff2"), url("../fonts/Gentona-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-BookItalic.woff2") format("woff2"), url("../fonts/Gentona-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Medium.woff2") format("woff2"), url("../fonts/Gentona-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-SemiBold.woff2") format("woff2"), url("../fonts/Gentona-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Bold.woff2") format("woff2"), url("../fonts/Gentona-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  src: url("../fonts/Gentona-Heavy.woff2") format("woff2"), url("../fonts/Gentona-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
  }
}
main {
  flex-grow: 1;
  background-color: #F4F4F4;
}

section {
  position: relative;
}

h1,
.h1-like {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}
@media only screen and (max-width: 780px) {
  h1,
.h1-like {
    font-size: 22px;
  }
}

h2,
.h2-like {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
}
@media only screen and (max-width: 780px) {
  h2,
.h2-like {
    font-size: 18px;
  }
}

h3,
.h3-like {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
@media only screen and (max-width: 780px) {
  h3,
.h3-like {
    font-size: 15px;
  }
}

h4,
.h4-like {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 780px) {
  h4,
.h4-like {
    font-size: 18px;
  }
}

p {
  line-height: 1.8em;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: clamp(30px, 5vw, 60px);
  padding-right: clamp(30px, 5vw, 60px);
}
.container.nopadding {
  padding: 0 !important;
}

.row {
  display: flex;
}
.row.reverse {
  flex-direction: row-reverse;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 500px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #005EB8;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 8px;
  border-radius: 15px;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999;
}

header {
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 45.5344070278%;
  position: relative;
}
@media only screen and (max-width: 780px) {
  header {
    padding-bottom: 125.8974358974%;
  }
}
header .scroll {
  font-family: "Gentona";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1100px) {
  header .scroll {
    bottom: 135px;
  }
}
header .scroll::after {
  content: "";
  width: 1px;
  height: 75px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 780px) {
  header .scroll {
    display: none;
  }
}

main {
  position: relative;
  z-index: 1;
}
main .bg-container {
  position: relative;
  background-color: #ffffff;
  padding: 1px;
}
main .cta {
  position: relative;
  max-width: 999px;
  width: 90%;
  background-color: #ffffff;
  padding: 67px 0px 93px 0px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  margin-top: -78px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 780px) {
  main .cta {
    margin-top: -34px;
    margin-bottom: 65px;
    padding: 34px;
  }
}
main .cta h1 {
  margin-top: 0;
  padding-left: 103px;
  padding-right: 103px;
}
@media only screen and (max-width: 780px) {
  main .cta h1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
main .cta h2 {
  margin-top: 0;
}
main .cta p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding-left: 67px;
  padding-right: 67px;
}
@media only screen and (max-width: 780px) {
  main .cta p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }
}
main .cta.counselor-information {
  padding: 84px;
}
@media only screen and (max-width: 780px) {
  main .cta.counselor-information {
    margin-top: -55px;
    padding: 34px;
  }
}
main .cta.counselor-information p {
  font-size: 14px;
  padding: 0;
}
main .cta.counselor-information ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 950px) {
  main .cta.counselor-information ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 500px) {
  main .cta.counselor-information ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
main .cta.counselor-information ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
main .cta.counselor-information ul li a {
  font-family: arnhem, Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
  color: #005EB8;
}
main .cta.counselor-information ul li a:hover {
  text-decoration: none;
}
main .sessions {
  margin-bottom: 95px;
}
@media only screen and (max-width: 780px) {
  main .sessions {
    margin-bottom: 45px;
  }
}
main .sessions.information-sessions {
  padding-bottom: 85px;
}
@media only screen and (max-width: 780px) {
  main .sessions.information-sessions {
    padding-bottom: 45px;
  }
}
main .sessions.counselor-events {
  padding-bottom: 45px;
}
@media only screen and (max-width: 780px) {
  main .sessions .row {
    flex-direction: column;
  }
}
main .sessions .row .col {
  width: 50%;
}
@media only screen and (max-width: 780px) {
  main .sessions .row .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
main .sessions .row .col.left {
  width: 48%;
  padding-right: 80px;
}
@media only screen and (max-width: 1000px) {
  main .sessions .row .col.left {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 780px) {
  main .sessions .row .col.left {
    width: 100%;
    padding-right: 0px;
  }
}
main .sessions .row .col.left h2 {
  margin-top: 0;
}
main .sessions .row .col.right {
  width: 52%;
  padding-left: 27px;
}
@media only screen and (max-width: 780px) {
  main .sessions .row .col.right {
    width: 100%;
    padding-left: 0px;
  }
}
main .sessions .row .col.right .group:first-child {
  margin-bottom: 30px;
  border-bottom: 1px solid #E3E3E3;
}
main .sessions .row .col.right h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 780px) {
  main .sessions .row .col.right h3 {
    font-size: 15px;
  }
}
main .sessions .row .col.right h3.arrow {
  position: relative;
}
main .sessions .row .col.right h3.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -25px;
  width: 12px;
  height: 11px;
  background-image: url(../svg/arrow.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 780px) {
  main .sessions .row .col.right h3.arrow::before {
    top: 6px;
    left: -15px;
    width: 9px;
    height: 8.25px;
  }
}
main .sessions .row .col.right a {
  color: #005EB8;
}
main .sessions .row .col.right a:hover {
  text-decoration: none;
}
main .sessions .row .col.right a h3 {
  font-family: arnhem, Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}
@media only screen and (max-width: 780px) {
  main .sessions .row .col.right a h3 {
    font-size: 20px;
  }
}
main .sessions .row .col.right p {
  margin-top: 5px;
  padding-bottom: 0px;
  color: #535353;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
main .sessions .row .col.right p:last-child {
  padding-bottom: 20px;
}
main .university-list {
  margin-top: -45px;
}
main .university-list .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - 45px) * 0.25));
  justify-content: center;
  justify-items: center;
  grid-gap: 15px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 1040px) {
  main .university-list .row {
    grid-template-columns: repeat(auto-fit, calc((100% - 40px) * 0.5));
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  main .university-list .row {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 45px;
  }
}
main .university-list .row .col .image {
  width: 100%;
  margin-bottom: 5px;
}
main .university-list .row .col .image img {
  width: 100%;
}
main .university-list .row .col .content {
  padding-right: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (max-width: 1040px) {
  main .university-list .row .col .content {
    padding-bottom: 30px;
  }
}
main .university-list .row .col .content a {
  color: #212121;
  cursor: pointer;
  text-decoration: none;
}
main .university-list .row .col .content a:hover {
  text-decoration: underline;
}
main .university-list .row .col .content a h2 {
  margin-top: 15px;
  margin-bottom: 5px;
}

footer {
  background: #212121;
  color: #ffffff;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 700;
}
footer .container {
  padding-left: 20px;
  padding-right: 20px;
}
footer .row {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  /*
  @media only screen and (max-width: 1000px) {
      grid-template-columns: repeat(auto-fit, calc((100% - 60px) * .25));

      &.cols-3 {
          grid-template-columns: repeat(auto-fit, calc((100% - 40px) * .33));
      }

      &.cols-2 {
          grid-template-columns: repeat(auto-fit, calc((100% - 20px) * .5));
      }

      &.cols-1 {
          grid-template-columns: repeat(auto-fit, calc(100% * .33));
      }
  }

  @media only screen and (max-width: 750px) {
      grid-template-columns: repeat(auto-fit, calc((100% - 20px) * .5));

      &.cols-3 {
          grid-template-columns: repeat(auto-fit, calc((100% - 40px) * .33));
      }

      &.cols-2 {
          grid-template-columns: repeat(auto-fit, calc((100% - 20px) * .5));
      }

      &.cols-1 {
          grid-template-columns: repeat(auto-fit, calc(100% * .33));
      }
  }

  @media only screen and (max-width: 550px) {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 20px;

      &.cols-3,
      &.cols-2,
      &.cols-1 {
          grid-template-columns: repeat(1, 1fr);
          margin-bottom: 20px;
      }
  }
  */
}
@media only screen and (max-width: 850px) {
  footer .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 550px) {
  footer .row {
    flex-direction: column;
  }
}
footer .row .column {
  width: calc((77.5% - 80px) / 4);
  padding-left: 20px;
}
@media only screen and (max-width: 850px) {
  footer .row .column {
    width: calc((100% - 60px) / 4);
  }
}
@media only screen and (max-width: 550px) {
  footer .row .column {
    width: 90%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
footer .row .column p {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
footer .row .column img {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 550px) {
  footer .row .column img {
    max-width: 80%;
    max-height: 50px;
  }
}
@media only screen and (max-width: 550px) {
  footer .row .column {
    margin-bottom: 20px;
  }
}
footer .row .column:first-child {
  width: 22.5%;
  padding-left: 0;
}
@media only screen and (max-width: 850px) {
  footer .row .column:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .row .column:first-child br {
    display: none;
  }
}
footer .row .column:nth-child(2) {
  padding-left: 0;
}
