@import "core.css";

body {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  /* or 150% */

  letter-spacing: 0.04em;

  color: var(--utm-blue);
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

[role="main"] a {
  font-family: var(--utm-body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
  word-break: break-word;
}

.panel-title {
  padding-bottom: 2em;
  color: var(--utm-orange);
}

.panel-title:after {
  content: "";
  display: block;
  width: 1em;
  border-bottom: 2px solid var(--utm-orange);
  padding-top: 0.5em;
}

/**
    DISPLAY 
*/
.d-none {
  display: none !important;
}

/**
    CONTAINER 
    This is the default width container for the troughed div
*/
.--container {
  width: 100%;
}

.--container-normal {
  width: min(95%, var(--width-normal));
  margin: 0 auto;
}

.--container-slim {
  width: min(90%, var(--width-slim));
  margin: 0 auto;
}

/**
    SPLASH SECTION
*/
.header--splash-inset {
  padding-top: 18vh;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--utm-blue);
}

.header--splash-inset-image-container {
  position: relative;
  max-width: 90vw;
  height: 70vh;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.header--splash-inset-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/**
    HEADER INSET
*/
.header-inset {

  background-color: var(--utm-blue);
  height: 18.5vh;
}

.header-inset>.--container-normal {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 15vh;
}

.header-inset-content {
  /* flex: 0 0 45%;
          height: 50%;
          display: flex;
          flex-flow: column;
          justify-content: center;
          align-items: center;
          position: relative; */
  width: 70%;
  text-align: center;
}

.header-inset-type {
  font-weight: 600;
  font-size: 14px;
  color: white;
  text-transform: uppercase;

}

.header-inset-title {
  color: white;
  font-family: var(--utm-body-font);
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
}

.header-inset-blurb {
  color: white;
  font-family: var(--utm-body-font);
  font-size: 20px;
  margin: 1em 0;
}

/*
  whole div underline
*/

.--underline {
  border-bottom: 2px solid var(--utm-blue);
  /*margin: 5.5vh auto;*/
}

.--underline-white {
  border-bottom: 2px solid white
}

.explore--academics {
  position: relative;
  width: 100%;
  background-color: var(--utm-blue);
  color: white;
  transition: 0.3s;
  background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore--academics-title {
  position: relative;
  font-size: 64px;
  font-weight: 300;
  flex: 1;
  max-width: 700px;
  margin: 1em 0;
  line-height: 65px;
  font-family: var(--utm-body-font);
}

.explore--academics-header {
  display: flex;
  flex-flow: column;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.explore--academics-cta {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  flex: 1;
  padding-bottom: 5vh;
}

.explore--academics-blurb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  color: white;
}

.explore--academics-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.program--university-numbers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 7.5vh 0;
}

.number-container {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 30%;
}

.number-blurb {
  color: white;
  margin: 0 2vw;
}

@media only screen and (max-width:1367px) {
  :root {
    --change-indicator-size: 5vh;
    --video-controls-button-play: "\25BA";
    --video-controls-button-pause: "\25A0";
    --video-controls-button: "\25A0"
  }

  .explore--academics-cta {
    flex-flow: column wrap;
    margin: 0 auto;
    width: 100%;
  }

  .explore--academics-blurb {
    width: 95%;
    margin: 1em auto;
  }

  .program--university-numbers {
    display: flex;
    flex-flow: column;
  }

  .number-container {
    padding: 5vh;
  }
}

/*
Explore UTM Numbers Section
*/

.explore--numbers {
  margin: 5vh 0;
}

.--four-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 7vh;
}

.--four-card-content-image {
  display: initial;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 90%;
}

.--four-card-content-noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1em;
}

.--numbers-cta {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  margin: 1em;
  font-size: 14px;
}

.--numbers-cta a {
  font-size: 14px;
}

.--numbers-blurb {
  width: 100%;
  font-size: 14px;
}

.--four-card-content {
  display: flex;
  flex: 1 0 380px;
  box-sizing: border-box;
  margin: 1em .25em;
  justify-content: space-between;
  flex-flow: column;
}

.--four-card-content .number.outline-text.--clear {
  color: white;
  -webkit-text-stroke: 2px var(--utm-orange);
  -webkit-text-fill-color: white;
  font-size: min(7vh, 7vw);
  line-height: min(17vh, 14vw)
}

.explore--numbers .--four-card-content:nth-child(2n+1) {
  border: 15px solid var(--utm-gray-light);
}

.explore--numbers .--four-card-content:nth-child(2n) .--numbers-cta {
  margin: 2em 0;
}

/**
    MATERIAL ICON SIZES
*/
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* desktop */
h1 {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 110%;
  /* or 42px */
  margin: 34px 0;
  /* or 65px */

  /* UTM Blue */

  color: var(--utm-blue);
}

h2 {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  /* or 42px */
  margin: 34px 0;

  /* UTM Blue */

  color: var(--utm-blue);
}

h2.bold {
  font-weight: bold;
}

h2.large,
h1.large {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  /* or 57px */


  /* UTM Blue */

  color: var(--utm-blue);
}

h2.narrow {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 110%;
  /* or 48px */


  /* UTM Blue */

  color: var(--utm-blue);
}

h3 {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  /* identical to box height, or 20px */



  /* UTM Blue */

  color: var(--utm-blue);
}

h4 {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 110%; */
  /* identical to box height, or 20px */
  margin: 27px 0;


  /* UTM Blue */

  color: var(--utm-blue);
}

h3.block,
h4.block,
h3.meta-title,
.try-others h3 {
  font-family: var(--utm-body-font);
}

h3.--body {
  font-family: var(--utm-body-font);
}

h5 {
  font-family: var(--utm-body-font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* or 122% */

  letter-spacing: 0.04em;

  /* UTM Blue */

  color: var(--utm-blue);
}

/**
    TEXT ALIGN
*/
.text-center {
  text-align: center;
}

/**
    PROGRAM SEARCH FILTERS AND INPUT
*/

.program-list-controls {
  background-color: var(--utm-blue);
  color: white;
  padding-top: 4vh;
}

.program-list-controls-container {
  display: flex;
  flex: 1 0 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.program-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;

}

.program-button>button {
  border: 2px transparent solid;
  background-color: transparent;

  padding: 32px 0;
  font-weight: 600;
  color: var(--utm-blue);
  display: flex;
  justify-content: center;
  align-items: center;
}

.program-button:hover>button {
  border: 2px var(--utm-blue) solid;
}

.programs-search {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.programs-search>input {
  width: 100%;
  background: #092F60;
  padding: 20px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-width: 0;
}

.programs-search>input::placeholder {
  font-family: var(--utm-body-font);
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.programs-search>input:focus {
  outline: none !important;
}

.programs-search>input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.program-button {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin: 1vh 1vw;
}

.checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: gray;
}

/**
    FULL DIV OVERLAY 
    --cta-fullscreen example usage
*/
.--overlay-fulldiv {
  position: relative;
  background: transparent;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.--overlay-fulldiv:before {
  transition-duration: 1.5s;
  content: "";
  position: absolute;
  opacity: 0.5;
  background-color: black;
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/**
    HEADER WITH IMAGE - second tier page
*/
.header--withimage {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--utm-blue);
  height: 70vh;
}

.header--withimage-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vh;
  height: 60vh;
  margin-left: -2vw;
}

.header--withimage::before {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50%);
  background-color: var(--utm-gray-light);
  -webkit-box-shadow: 360px 0 0 #fff;
  box-shadow: 360px 0 0 #fff;
  content: "";
  display: block;
  pointer-events: none;
}

.header--withimage-inner {
  width: 100%;

  display: flex;
  flex-flow: row;
  justify-content: center;
}

.header--withimage-inner-container {
  width: min(95%, var(--width-normal));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row;
}

.header--withimage-left {
  height: 70vh;
  flex: 1 0 49%;
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}

.program-title {
  position: relative;
  width: calc(100% - 2vw);
}

.program-title h3 {
  display: none;
}

.header--withimage-right {
  background-color: var(--utm-gray-light);
  flex: 1 0 50%;
  position: relative;
}

.header--withimage-image-container {
  width: 100%;
  /* position: absolute; */
  /* top: 11vh; */
  /* left: -15vw; */
  /* height: 58vh; */
  margin: 0;
  /* bottom: 0; */
  /* left: -10vw; */
  display: flex;
  height: 100%;
  flex-flow: column;
  flex: 0 0 47%;
  justify-content: flex-end;
  align-items: flex-start;
}

/**
    HEADER NO IMAGE - third tier page
*/
.header--noimage {
  height: 45vh;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  background-image: url(/_imgs/marketing/Swoop-Gray.45.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--utm-blue);
}

.header--noimage>.--container-normal {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header--noimage-content {
  flex: 0 0 75%;
  height: 66%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  text-align: center;
}

.header--noimage-type {
  font-weight: 600;
  font-size: 14px;
  color: var(--utm-orange);
  text-transform: uppercase;
}

.header--noimage-title {
  color: white;
  font-family: var(--utm-body-font);
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
}

.header--noimage-blurb {
  color: white;
  font-family: var(--utm-body-font);
  font-size: 20px;
}

/**
    SPLASH SECTION
*/
.splash--utm-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}

.splash--utm-overlay.--centered {
  justify-content: center;
  background: rgba(0, 0, 0, .25);
}

.splash--utm-overlay-container {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.splash--utm>div.video-container {
  position: relative;
  height: 75vh;
}

.splash--utm>div.video-container.--25h {
  height: 25vh;
}

.splash--utm>div.video-container.--35h {
  height: 35vh;
}

.splash--utm>div.video-container.--45h {
  height: 45vh;
}

.splash--utm>div.video-container.--55h {
  height: 55vh;
}

.splash--utm>div.video-container.--65h {
  height: 65vh;
}

.splash--utm>div.video-container.--70h {
  height: 70vh;
}

.splash--utm>div.video-container>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -1vh;
}

/* .header {
    position: relative;
    height: 99vh;
    text-align: center;
    justify-content: center;
} */
.splash--utm-overlay-container>.overlay-callout {
  font-family: var(--utm-body-font);
  font-size: 64px;
  line-height: 72px;
  font-weight: 300;
  color: white;
  margin: 3vh 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.splash--utm-overlay-container>.overlay-callout-blurb {
  /* font-family: var(--utm-body-font); */
  font-size: 16px;
  line-height: 25px;
  color: white;
  margin-bottom: 5vh;
  max-width: 475px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  text-align: center;
}

.splash--utm-overlay-container>.overlay-buttons {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}

/**
    Video section with half in half colored background 
    also used without video
*/

.video--utm,
.video--utm.blue-white {
  background: linear-gradient(0, white 50%, var(--utm-blue) 50%);
}

.video--utm.white-blue {
  background: linear-gradient(0, var(--utm-blue) 50%, white 50%);
}

.video--utm>.--container {
  width: min(100%, calc(var(--width-normal) * 1.2));
}

.video--utm-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 55vh;
}

.video--utm-container>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video--utm-container>.controls-container {
  position: absolute;
  bottom: 0vh;

  max-width: 100%;
}

.video--utm-container .controls {
  background: var(--utm-blue);
  padding: 1em;
  color: white;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.video-seekbar {
  cursor: pointer;
  height: 5px;
  margin-bottom: 10px;
  outline: thin solid var(--utm-orange);
  overflow: hidden;
  position: relative;
  width: 90%;
}

#video-seekbar span {
  background-color: var(--utm-orange);
  position: absolute;
  top: -6px;
  left: 0;
  height: 6px;
}

.video-seekbar-timer:after {
  content: attr(data-video-seekbar-timer);
}

.video--utm-container .controls>.video-title {
  font-size: 22px;
  font-weight: 800;
}

/**
  Homepage - callout section

.callout-focus-column{
  flex-basis: 50%;
}*/
blockquote.callout-focus {
  max-width: 47%;

}

/**
    CALL TO ACTION FULL SCREEN SECTION
    the section has the following components
    callout-title
    callout-blurb
    generic button
*/
.--cta-fullscreen {
  background-image: url(/_imgs/_main/12032021_GraduationShoot044.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.--cta-fullscreen-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.--cta-fullscreen-callout {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.--cta-fullscreen-callout-title {
  font-family: var(--utm-body-font);
  font-size: 64px;
  line-height: 1.2em;
  color: white;
  z-index: 2;
  padding: 12px 0;
}

.--cta-fullscreen-callout-blurb {
  font-size: 20px;
  color: white;
  padding: 12px 0;
  text-align: center;
  max-width: 600px;
}

/**
    BUTTON LAUNCh TO
    these are the circles with text beside them in card views
*/
.btn-launch-to {
  align-items: center;
  position: relative;
  display: flex;
  text-align: left;
}

div:hover>a>.btn-launch-to:before {
  background-color: var(--utm-gray4);
}

.btn-launch-to:before {
  background-color: #ff8204;

  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.15s ease-in-out;
  background-size: 48px 48px;
  height: 32px;
  width: 32px;

  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='48' preserveAspectRatio='xMidYMid meet' viewBox='0 0 375 374.999991' width='48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' zoomAndPan='magnify'%3E%3CclipPath id='a'%3E%3Cpath d='m125.421875 138.0625h124.5v99h-124.5zm0 0' /%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m200.277344 237.0625 49.578125-49.5-49.578125-49.5-6.359375 6.351562 38.660156 38.65625h-107.085937v8.988282h107.085937l-38.660156 38.65625zm0 0' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
}

div:hover>a>.btn-launch-to {
  color: var(--utm-blue);
}

.departments-arrow {
  margin: 1em auto;
}

/**
    SECONDARY MENU 
*/
.secondary-menu.--blue {
  background-color: var(--utm-blue);
  padding-top: 1px;
}

.secondary-menu {
  padding-bottom: 4vh;
}

.secondary-menu.--blue .secondary-menu-title,
.secondary-menu.--blue .secondary-menu-items>a {
  color: white;
}

.secondary-menu-title {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--utm-body-font);
  font-weight: 800;
  line-height: 40px;
  width: var(--width-slim);
}

/* 
.secondary-menu-title:before {
  content: "";
  flex: 0.9 1 auto;
  border-bottom: 2px solid var(--utm-gray-light);
  margin: auto;
}

.secondary-menu-title:after {
  content: "";
  flex: 3 1;
  border-bottom: 2px solid var(--utm-gray-light);
  margin: auto;
}

.secondary-menu-title:before {
  margin-right: 2em;
}

.secondary-menu-title:after {
  margin-left: 2em;
} */

.secondary-menu-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: var(--width-slim);
  margin-left: auto;
  margin-right: auto;
}

/* .secondary-menu-items:before{
    content: "";
    flex: 1 1 auto;
    
    margin-right: 2em
} */
.secondary-menu-items:after {
  content: "";
  flex: 3 1;
  margin-left: 2em;
}

.secondary-menu.--blue .secondary-menu-item-link {
  color: white;
}

.secondary-menu-item-link {
  color: var(--utm-blue);
  font-weight: 600;
  /*text-decoration-color: var(--utm-orange);*/
  margin: 0 2em 0 0;
  text-underline-offset: 0.3em;
  padding-left: 2em;
}

.secondary-menu-item {
  font-size: 16px;
}

.secondary-menu-title>svg {
  width: 1em;
  margin-right: 1em;
}

.secondary-menu-title>svg>path {
  fill: var(--utm-orange);
}

/**
    META BLOCKS - list / content boxes with orange lines over them
*/
.program--metadatas {
  /*padding: 5vh 0;*/
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.program--metadatas-container {
  width: min(100%, var(--width-slim));
  margin-left: auto;
  margin-right: auto;
}

.metas-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;

}

.scholarships-meta-list .metas-container.--nomargin {
  margin: 0;
}

.scholarships-meta-list .metas-container {
  margin: 3vh 0 0 0;
}

.meta-container {

  flex-basis: 35%;
  border-top: 3px solid #90D6FD;
  /*min-height: 275px;
  margin: 3vh 0 0 0;*/

}

.meta-container.single {
  flex-basis: auto;
}

.meta-list {
  column-count: 1;
}

.meta-datas a,
.meta-datas {
  font-size: 14px;
}

.meta-datas .--columned {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}


/**
    explore--utm-endpoints
*/
.explore--utm-endpoints {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: start;

  padding: 3em 0;
}

.explore--utm-endpoint {
  flex: 25%;
  margin: 1em;
  padding: 1em;
}

.explore--utm-endpoint.blue {
  background-color: var(--utm-blue);
  color: white;
}

.explore--utm-endpoint:nth-of-type(2).animate-up {
  transition-delay: 0.225s;
}

.explore--utm-endpoint:last-child.animate-up {
  transition-delay: 0.45s;
}

/**
    CORNER ACCENTS
*/

.--Accent-bottom-down {
  padding: 12px;

  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
  background-size: 10vh;
  background-image: url(),
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 stroke=%22%23ff8402%22 fill=%22transparent%22 transform=%22translate(20, 40) rotate(45)%22 %2F%3E%3C%2Fsvg%3E");
}

.--Accent-top-left {
  padding: 12px;

  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
  background-size: 10vh;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 stroke=%22%23ff8402%22 fill=%22transparent%22 transform=%22translate(0, 0) rotate(0)%22 %2F%3E%3C%2Fsvg%3E"),
    url(), url(), url();
}

.--Accent-top-right {
  padding: 12px;

  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
  background-size: 10vh;
  background-image: url(),
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 stroke=%22%23ff8402%22 fill=%22transparent%22 transform=%22translate(40, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"),
    url(), url();
}

.--Accent-bottom-left {
  padding: 12px;
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
  background-size: 10vh;
  background-image: url(), url(), url(),
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 stroke=%22%23ff8402%22 fill=%22transparent%22 transform=%22translate(0, 40) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
}

.--Accent-bottom-right {
  padding: 12px;
  font-size: 1.5em;
  background-repeat: no-repeat;
  background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
  background-size: 10vh;
  background-image: url(), url(),
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 stroke=%22%23ff8402%22 fill=%22transparent%22 transform=%22translate(40 , 40) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"),
    url();
}

/**
    SPLIT 50 50 columns

*/

.split5050 {
  position: relative;
  display: flex;
  flex-flow: row wrap;

  justify-content: center;
  align-items: center;
  padding: 2.5vh 0;
}

.split5050>div {
  flex: 1 0 48%;
}

/**
    Card layout

*/

.card {
  /* border: 1px solid #dedede; */
  background-color: white;
}

.card.blue {
  background-color: var(--utm-blue);
}

.card__item {
  color: var(--utm-blue);

  text-transform: initial;
}

.card.blue .card__footer,
.card.blue .card__item,
.card.blue .card__sub,
.card.blue a {
  color: white;
}

.card.--no-border {
  border: unset;
}

.card__wrap--inner {
  padding: 12px 12px 50px 12px;
}

.card__item {
  padding: 18px 0;
  /* font-family: var(--utm-body-font); */

}

section.tours a {
  text-decoration: none;
}

.card__sub {
  padding: 18px 0;
}

.card__footer {
  padding: 18px;
  overflow: hidden;
  border-top: 1px solid #dedede;
}

/*Card Flex Code*/

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card a {
  color: var(--utm-blue);
}

.card a:hover {
  --_p: 0%;
}

.card__wrap--outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 5vh auto;
}

.card__wrap--inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.secondary-menu-button {
  display: none;
}

@media (min-width: 600px) {
  .card__wrap--inner {
    width: 100%;
  }
}

@media (min-width: 1023px) {
  .card__wrap--inner {
    width: 30.33%;
  }
}

.flexible {
  flex-grow: 1;
}

/** 
    TOUR VIDEOS
*/
.tour-flythrough {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vh 0 5vh 0;
}

.embed-container {
  height: 630px;
  width: 1120px;
  position: relative;
  overflow: hidden;
}

.embed-container iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

/**
    UNDERLINE TITLES
*/
.heading-with-underline {
  font-size: 20px;
  font-weight: 800;
  position: relative;
}

.heading-with-underline:before {
  content: "";
  position: absolute;
  width: min(10vw, 2em);
  height: 2px;
  bottom: -10px;
  left: 0;
  border-bottom: 2px solid var(--utm-orange);
}

.heading-with-underline-center {
  font-size: 20px;
  font-weight: 800;
  position: relative;
}

.heading-with-underline-center:before {
  content: "";
  position: absolute;
  width: min(10vw, 2em);
  height: 4px;
  bottom: -4px;
  left: calc((100% / 2) - (0.5 * 2em));
  border-bottom: 1px solid var(--utm-orange);
}

/**
    ABSOLUTE POSITIONED UTM ICON STACKED
*/
.--utm-icon {
  position: absolute;
  top: 13vh;
  left: 4vw;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  flex: 1;
}

.--utm-icon>img {
  display: block;
  width: 100%;
}

/**
    OUTLINE TEXT
*/
.outline-text {
  color: var(--utm-blue);
  font-size: min(11vh, 14vw);
  -webkit-text-stroke: 1px var(--utm-orange);
  -webkit-text-fill-color: var(--utm-orange);
  font-weight: 800;
  line-height: min(20vh, 14vw);
}

.outline-text.blue {
  font-size: min(12vh, 6vw);
  -webkit-text-stroke: 1px var(--utm-blue);
  -webkit-text-fill-color: transparent;

  /* background: repeating-linear-gradient(-45deg, var(--utm-blue), var(--utm-blue) 5px, white 5px, white 10px); */
  background-image: url(/_imgs/marketing/Swoop-orange.png);
  background-position: center center;

  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.vertical-line {
  display: inline-block;
  border-left: 1px solid #ccc;
  margin: 0 10px;
  height: 125px;
  margin-top: -5vh;
}

/**
    LINKS
*/
.--utm-button,
.facebook.link,
.intagram.link,
.snapchat.link,
.facebook.link,
.youtube.link,
.Tiktok.link,
a.--no-underline {
  text-decoration: none !important;
}

#utmMenuPill a {
  color: white;
  text-decoration: none;
  text-decoration-color: unset;
  text-decoration-thickness: auto;
  text-decoration-color: unset;

}

a {
  color: var(--utm-blue);
  position: relative;
  text-decoration: underline;
  text-decoration-color: var(--utm-gray);
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;

}

#utmMenuPill a:hover {
  text-decoration: none;
  text-decoration-color: white;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

a:hover {
  text-decoration-color: var(--utm-blue);
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

a .underline {
  --s: 0.1em;
  /* the thickness of the line */

  color: white;
  padding-bottom: var(--s);
  background: linear-gradient(90deg, var(--utm-orange) 50%, white 0) calc(100% - var(--_p, 0%)) / 200% 100%,
    linear-gradient(var(--utm-orange) 0 0) 0% 100% / var(--_p, 0%) var(--s) no-repeat;
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  transition: 0.5s;
  position: relative;
  text-decoration: none;
  text-underline-offset: 8px;
  font-size: 16px;
}

a.underline:hover {
  --_p: 100%;
}

a.endpoint-link:hover,
.utm-menu-logo a:hover,
a.news--utm-story:hover {
  --_p: 0%;
}

a.events-list-item-container,
a.news--utm-story {
  text-decoration: none;
}

a.blue {
  color: var(--utm-blue);
}

/* Lets add an arrow after each link */
/* a.--arrow:after {
  position: absolute;
  padding-left: 17px;
  content: "→";
  color: var(--utm-orange);
  font-size: 1.9em;
  bottom: 0;
} */
a.--bio,
a.--out,
a.--pdf {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

a.--out:after {
  margin: 0 0.25em;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

a.--pdf:after {
  margin: 0 0.25em;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

a.--bio:after {
  margin: 0 0.25em;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

a.--arrow {

  transition: transform 250ms;
  margin-bottom: 1em;

}

a.--arrow:after {
  display: inline-block !important;
  margin: 0 0.25em;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 500ms;
}

/* a.--bio:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23000000" version="1.1" id="Capa_1" width="800px" height="800px" viewBox="0 0 43.916 43.916" xml:space="preserve"><g><path d="M34.395,0H9.522c-2.762,0-5,2.239-5,5v33.916c0,2.761,2.238,5,5,5h24.871c2.762,0,5-2.239,5-5V5 C39.395,2.239,37.154,0,34.395,0z M9.208,16.855c0-1.172,0.951-2.121,2.121-2.121h0.742c-0.791-0.874-1.277-2.03-1.277-3.304 c0-2.723,2.209-4.931,4.932-4.931c2.725,0,4.932,2.207,4.932,4.932c0,1.272-0.486,2.429-1.279,3.303h0.709 c1.172,0,2.121,0.949,2.121,2.121v3.578c0,1.122-0.875,2.03-1.975,2.106h-9.051c-1.1-0.076-1.975-0.984-1.975-2.106V16.855 L9.208,16.855z M32.708,37.416h-21.5c-1.104,0-2-0.896-2-2s0.896-2,2-2h21.5c1.104,0,2,0.896,2,2S33.812,37.416,32.708,37.416z M32.708,29.916h-21.5c-1.104,0-2-0.896-2-2s0.896-2,2-2h21.5c1.104,0,2,0.896,2,2S33.812,29.916,32.708,29.916z M32.708,22.416 h-6.5c-1.104,0-2-0.896-2-2c0-1.104,0.896-2,2-2h6.5c1.104,0,2,0.896,2,2C34.708,21.52,33.812,22.416,32.708,22.416z"/></g></svg>');
  background-color: white;
} */

a.--pdf:after {
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16.55 26.45h1.85V22.3h2.4q.8 0 1.325-.525.525-.525.525-1.325v-2.4q0-.8-.525-1.325Q21.6 16.2 20.8 16.2h-4.25Zm1.85-6v-2.4h2.4v2.4Zm6.45 6h4.2q.75 0 1.3-.525t.55-1.325v-6.55q0-.8-.55-1.325-.55-.525-1.3-.525h-4.2Zm1.85-1.85v-6.55h2.35v6.55Zm6.65 1.85h1.85V22.3h2.5v-1.85h-2.5v-2.4h2.5V16.2h-4.35ZM13 38q-1.2 0-2.1-.9-.9-.9-.9-2.1V7q0-1.2.9-2.1.9-.9 2.1-.9h28q1.2 0 2.1.9.9.9.9 2.1v28q0 1.2-.9 2.1-.9.9-2.1.9Zm0-3h28V7H13v28Zm-6 9q-1.2 0-2.1-.9Q4 42.2 4 41V10h3v31h31v3Zm6-37v28V7Z'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 109.33 122.88' style='enable-background:new 0 0 109.33 122.88' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23262626;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FF0000;%7D .st2%7Bfill:%23FFFFFF;%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M82.28,105.33h-10.8V90.47H56.14v14.86H44.99l18.64,17.54L82.28,105.33L82.28,105.33z M102.4,33.95H83.61 c-1.98,0-4.73-1.06-6.03-2.36c-1.3-1.3-2.09-3.65-2.09-5.61V6.95l0,0H25.83c-0.16,0-0.29,0.08-0.37,0.16 c-0.14,0.09-0.18,0.21-0.18,0.38v87.73c0,0.12,0.09,0.29,0.16,0.37c0.09,0.13,0.26,0.16,0.38,0.16h12.96 c-1.03,2.16-1.79,4.49-2.23,6.91H23.7c-1.46,0-2.76-0.58-3.73-1.55c-0.96-0.96-1.54-2.26-1.54-3.73V5.32 c0-1.46,0.59-2.76,1.54-3.73c0.97-0.97,2.31-1.55,3.73-1.55h55.31C79.13,0,79.25,0,79.38,0c0.58,0,1.18,0.25,1.59,0.62h0.08 c0.09,0.05,0.13,0.09,0.21,0.16l27.27,27.6c0.46,0.46,0.8,1.09,0.8,1.8c0,0.21-0.04,0.37-0.08,0.6c0,25.22,0,41.39,0,66.61 c0,1.46-0.59,2.77-1.55,3.73c-0.97,0.96-2.27,1.55-3.73,1.55H90c-0.44-2.43-1.19-4.75-2.23-6.91h14.07c0.16,0,0.16-0.09,0.25-0.16 c0.13-0.09,0.3-0.26,0.3-0.37C102.39,71.78,102.4,57.39,102.4,33.95L102.4,33.95z M81.72,25.43V8.12l19.49,19.74H84.15 c-0.67,0-1.26-0.29-1.72-0.71C82.01,26.73,81.72,26.1,81.72,25.43L81.72,25.43L81.72,25.43z'/%3E%3Cpolygon class='st1' points='0,38.51 88.9,38.51 88.9,81.22 0,81.22 0,38.51'/%3E%3Cpath class='st2' d='M12.07,48.62h11.77c2.56,0,4.48,0.61,5.75,1.82c1.27,1.22,1.91,2.94,1.91,5.18c0,2.3-0.69,4.1-2.09,5.4 c-1.39,1.3-3.51,1.94-6.37,1.94h-3.87v8.46h-7.11V48.62L12.07,48.62z M19.18,58.34h1.73c1.37,0,2.33-0.23,2.87-0.71 c0.55-0.47,0.83-1.07,0.83-1.81c0-0.72-0.24-1.33-0.72-1.82c-0.47-0.5-1.38-0.75-2.7-0.75h-2.02V58.34L19.18,58.34z M34.99,48.62 H45.5c2.07,0,3.75,0.28,5.02,0.84c1.27,0.56,2.32,1.36,3.16,2.41c0.83,1.05,1.43,2.27,1.81,3.66c0.37,1.39,0.56,2.86,0.56,4.42 c0,2.44-0.28,4.33-0.84,5.67c-0.55,1.34-1.33,2.47-2.32,3.38c-0.99,0.91-2.05,1.51-3.18,1.81c-1.55,0.41-2.96,0.62-4.22,0.62H34.99 V48.62L34.99,48.62z M42.06,53.79v12.45h1.73c1.48,0,2.53-0.16,3.16-0.49c0.62-0.32,1.11-0.9,1.47-1.71 c0.35-0.81,0.53-2.13,0.53-3.96c0-2.42-0.39-4.07-1.18-4.96c-0.79-0.89-2.11-1.34-3.94-1.34H42.06L42.06,53.79z M59.49,48.62h17.5 v4.9H66.6v3.98h8.87v4.6H66.6v9.32h-7.11V48.62L59.49,48.62z'/%3E%3C/g%3E%3C/svg%3E");
}

a.--out:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M9 42q-1.2 0-2.1-.9Q6 40.2 6 39V9q0-1.2.9-2.1Q7.8 6 9 6h13.95v3H9v30h30V25.05h3V39q0 1.2-.9 2.1-.9.9-2.1.9Zm10.1-10.95L17 28.9 36.9 9H25.95V6H42v16.05h-3v-10.9Z'/%3E%3C/svg%3E");
  background-color: white;
}

a.--arrow:after {
  transform: translate(0px, 10px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='25' width='25'%3E%3Cpath d='m17.5 5.999-.707.707 5.293 5.293H1v1h21.086l-5.294 5.295.707.707L24 12.499l-6.5-6.5z'/%3E%3C/svg%3E");

}

a:hover.--arrow:after {
  transform: translate(10px, 10px);

}

a.--arrow:hover {
  text-decoration-color: unset;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

a.--arrow:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 33px;
  width: 0;
  bottom: -3px;
  background: #000;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

a.--arrow:hover:before,
a.--arrow:focus:before,
a.--arrow:active:before {
  left: 0;
  right: auto;
  width: calc(100% - 33px)
}

/* a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.9s cubic-bezier(0.16,1,0.3,1);;
  content: '';
  position: absolute;
  width:  calc(100% - 33px);
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

a:hover::before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
} */
/**
    Lists
    UL > LI 
*/
.--left-align-list {
  list-style: none;
  padding: 0;
}

li {
  line-height: 30px;
}

/**
    HYPHENATED LINE (AKA CHANGE INDICATOR)
*/
section>.change-indicator {
  position: absolute;
  height: var(--change-indicator-size);
  width: 1em;
  border-left: 3px var(--utm-orange) dashed;
  z-index: 1;
}

.change-indicator {
  position: absolute;
  height: var(--change-indicator-size);
  width: 1em;
  border-left: 2px var(--utm-orange) dashed;
}

.change-indicator.--small {
  position: absolute;

  height: var(--change-indicator-height-small);
  width: 1em;
  border-left: 2px var(--utm-orange) dashed;
}

.change-indicator.--center {
  top: calc(-1 * (var(--change-indicator-size)));
  left: 50%;
}

.change-indicator.--left {
  top: calc(-1 * (0.25 * var(--change-indicator-size)));
  left: calc(((100vw - var(--width-normal)) / 2) + (var(--width-normal) / 50) + 5%);
}

.change-indicator.--right {
  top: calc(-1 * (0.25 * var(--change-indicator-size)));
  right: calc(((100vw - var(--width-normal)) / 2) + (var(--width-normal) / 50) + 5%);
}

.change-indicator.--left-horizontal {
  top: 50%;
  left: calc(-1 * (0.75 * var(--change-indicator-size)));
  height: 0;
  border-bottom: 2px dashed var(--utm-orange);
  width: var(--change-indicator-size);
}

.change-indicator.--100h {
  height: 100%;
  top: unset;
}

.change-indicator.--125h {
  height: 125%;
  top: unset;
}

.dashed-line-horizontal {
  flex-grow: 1;
  border-bottom: dashed 2px var(--utm-orange);
}

.dashed-line-horizontal.blue {
  border-bottom: dashed 2px var(--utm-blue);
}

/**
    BUTTONS
*/

.generic-cta {
  font-family: var(--utm-body-font);
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 44px;
  background: #ff8204;
  border-radius: 60px;
  max-width: 400px;
  width: fit-content;
  color: white;
}

.generic-cta-outline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 44px;
  background: white;
  border-radius: 60px;
  max-width: 25%;
  width: fit-content;
  color: var(--utm-blue);
  border: 1px solid var(--utm-blue);
}

button {
  border: none;
  background-color: var(--utm-blue);
  border-radius: 2px;
  height: 2em;
  color: #ffffff;
  text-transform: uppercase;
}

a>button {
  min-width: 300px;
  background-color: transparent;
  color: white;
  font-weight: 600;
  font-family: var(--utm-body-font);
  font-size: 13px;
  border: 2px solid var(--utm-blue);
  padding: 2.5em 1em;

  background-color: var(--utm-blue);
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;

  position: relative;
  text-decoration: none;
  transition: 0.5s transform ease-in-out;
  will-change: transform;
}

a>button.--mini {
  min-width: 85px;
  font-size: 10px;
  padding: 1.5em 0.5em;
}

/* a > button::after {
  background-color: var(--utm-orange);

  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(45deg);
  transform-origin: top left;
  transition: 0.5s transform ease-out;
  will-change: transform;
  z-index: -1;
} 

a > button:hover::after {
  transform: translate(0, 0);
  font-size: 15px;
}
*/

button.clear-white {
  min-width: 300px;
  background-color: transparent;
  color: white;
  font-weight: 600;
  font-family: var(--utm-body-font);
  font-size: 14px;
  border: 2px solid white;

  display: flex;
  justify-content: center;
  align-items: center;
}

button.clear-blue {
  min-width: 300px;
  background-color: transparent;
  color: var(--utm-blue);
  font-weight: 600;
  font-family: var(--utm-body-font);
  font-size: 14px;
  border: 2px solid var(--utm-blue);

  display: flex;
  justify-content: center;
  align-items: center;
}

button.blue-white {
  min-width: 300px;
  background-color: var(--utm-blue);
  color: white;
  font-weight: 600;
  font-family: var(--utm-body-font);
  font-size: 14px;
  border: 2px solid white;

  display: flex;
  justify-content: center;
  align-items: center;
}

button.clear-orange {
  min-width: 300px;

  color: white;
  font-weight: 600;
  font-family: var(--utm-body-font);
  font-size: 14px;
  border: 2px solid var(--utm-orange);

  display: flex;
  justify-content: center;
  align-items: center;
}

button.white-blue {
  min-width: 300px;
  background-color: white;
  color: var(--utm-blue);
  font-weight: 600;
  font-family: var(--utm-body-font);
  font-size: 14px;
  border: 2px solid var(--utm-blue);

  display: flex;
  justify-content: center;
  align-items: center;
}

button:not(.v-btn):hover {
  border: 2px solid var(--utm-smokey);
  color: white;
  background-color: var(--utm-smokey);
  transform: scale(1.05);
  will-change: transform;
}

/**
  PROGRAM DATA
  **/
.program-request-cta>a {
  margin-right: 2vw;
}

.program-request-cta {
  width: 100%;
  /* margin: 0 auto; */
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.program-data {
  background-color: var(--utm-gray-light);
  padding: 4vh 0;
}

.program-data a {
  color: var(--utm-blue);
}

.program-data-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  color: var(--utm-blue);
}

.program-meta-data-title {
  font-weight: 800;
  font-size: 14px !important;

}

.program-meta-data-content,
.program-meta-data-content a {

  font-size: 14px !important;
}

/**
  Marker
*/
mark {
  background-color: var(--utm-sunsphere);
}

/**
    COLLAPSABLE DIV
*/
@keyframes sweep {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

details {
  /* user-select: none; */
  transition: all 0.3s;
  margin: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--utm-body-font);

}

details[open] {
  transition: height 1s;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  /*border: 1px var(--utm-blue) solid;*/
  flex-flow: column;

}

details[open]::details-content {
  display: contents;
  width: 100%;
}

details[open] summary~* {
  animation: sweep .5s ease-in-out;
}

details[open]>summary.--new-blue,
details[open]>summary.--clear,
details[open]>summary.--white,
details[open]>summary.--blue,
details[open]>summary.--orange,
details[open]>summary.--gray {
  background-color: var(--utm-gray-light);
  color: var(--utm-blue)
}

details .details-content {
  padding: 1em;

  width: 100%;
}

details>summary {
  user-select: none;
  width: 100%;
}

details>summary.--gray,
details>summary.--clear,
details>summary.--white {
  border: 2px var(--utm-gray-light) solid;
}

details>summary.--utm-robinegg>span.icon,
details>summary.--gray>span.icon,
details>summary.--white>span.icon,
details>summary.--blue>span.icon,
details>summary span.icon {
  font-family: var(--utm-body-font);

  transition: all 0.3s;
  font-size: 24px;
  background-color: #ff8400;
  color: white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

details>summary.--orange>span.icon,
details>summary.--clear>span.icon {
  font-family: var(--utm-body-font);

  transition: all 0.3s;
  font-size: 24px;
  background-color: var(--utm-blue);
  color: white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

details>summary span.icon::after {
  height: 34px;
  line-height: 32px !important;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  content: "+";
  width: 34px;
}

details[open] summary span.icon {
  transform: rotate(225deg);
  transform-origin: center;
}

summary.--utm-robinegg {
  background-color: var(--utm-robinegg);
  color: var(--utm-blue);
}

summary.--orange {
  background-color: var(--utm-orange);
  color: var(--utm-blue);
}

summary.--blue {
  background-color: var(--utm-blue);
  color: white;
}

summary.--gray {
  background-color: var(--utm-gray-light);
  color: var(--utm-blue);
}

summary.--clear {
  background-color: transparent;
  color: var(--utm-blue);
}

summary.--white,
summary.white {
  background-color: white;
  color: var(--utm-blue);
}

summary {
  font-family: var(--utm-body-font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: white;
  background-color: var(--utm-blue);
  padding: 0 1em;
  min-height: 65px;
}

summary::-webkit-details-marker {
  display: none;
}

.menu-main summary {
  background-color: transparent;
}

/**
    SIMPLE DATA TABLES
*/
table.utm-data-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 5vh 0 5vh 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}

table.utm-data-table a {
  font-size: 14px;
}

table.utm-data-table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table.utm-data-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

table.utm-data-table tr:nth-child(2n + 1) {
  background-color: white;
}

table.utm-data-table th,
table.utm-data-table td {
  padding: 0.625em;
  text-align: left;
}

table.utm-data-table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 760px) {

  .program-data-container {

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;

  }

  a>button {

    padding: 1.5em .3em;

  }

  .program-button {

    margin: 1vh 3vw;
  }

  table.utm-data-table.--exams tr:nth-child(1),
  table.utm-data-table.--exams tr>td:nth-child(1) {
    display: none;
  }

  table.utm-data-table {
    border: 0;
  }

  table.utm-data-table caption {
    font-size: 1.3em;
  }

  table.utm-data-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.utm-data-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table.utm-data-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table.utm-data-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.utm-data-table td:last-child {
    border-bottom: 0;
  }

  .--four-card-container {
    display: block;
  }
}

/**
    directory
*/
.directory-list-table {
  width: 100%;

  margin: 0 auto;
}

.directory-list-body-row,
.directory-list-header {
  width: min(95%, var(--width-normal));

  margin: 16px auto;
  display: flex;
  flex-flow: row wrap;
}

.directory-list-header-before {
  min-width: 133px;
}

.directory-list-header-left,
.directory-list-header-middle,
.directory-list-header-right,
.directory-list-body-before,
.directory-list-body-row-left,
.directory-list-body-row-middle,
.directory-list-body-row-right {
  flex: 1 0 24%;
  text-align: left;
  /* font-family: var(--utm-title-font); */
  font-size: 16px;
  line-height: 26px;
  padding: 16px;

  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-flow: column;
}

.directory-list-header-left,
.directory-list-header-middle,
.directory-list-header-right {
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;

}

.directory-list-body-row {
  border: 2px solid transparent;
  transition: all 300ms;
}

/* .directory-list-body-row:hover,
.directory-list-body-row:active {
  border: 2px solid var(--utm-orange);
  background-color: white;
  color: var(--utm-blue);

} */

.directory-name {
  font-size: 32px;
  font-weight: 600;
  /* font-family: var(--utm-title-font); */
  padding-bottom: 8px;
}

.directory-phone a,
.directory-email a {
  color: var(--utm-blue);
}

.directory-list-seperator {
  width: 95%;
  border-bottom: 2px solid var(--utm-gray-ultralight);
}

.directory-pic-img {
  max-height: 200px;
  width: 133px;
}

/**

      Faculty Spotlight

*/
.faculty-spotlight-person-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}

.faculty-spotlight-person-image-container.--nocircle {
  border-radius: unset;
  height: unset;
}

.faculty-spotlight {
  background-color: var(--utm-gray2);
  color: white;
  display: flex;
  flex-flow: column;
  padding: 5vh 0 3vh 0;
  margin-top: 5vh;
}

.faculty-spotlight-title {
  color: var(--utm-orange);
  font-family: var(--utm-body-font);
  font-size: 64px;
  line-height: 65px;
  text-align: center;
  padding: 5vh 0;

}

.split5050 {
  position: relative;
  display: flex;
  flex-flow: row wrap;

  justify-content: center;
  align-items: center;
}

.split5050>div {
  flex: 1 0 48%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.faculty-spotlight-person-image {
  width: 100%;
  max-width: 360px;

}

.faculty-spotlight-person-name,
.faculty-spotlight-person-title {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--utm-body-font);
  max-width: 350px;
  width: 100%;
}

.faculty-spotlight-person {
  padding: 2em;

}

.faculty-spotlight-person-name {
  font-weight: 600;
}

.faculty-spotlight-person-blurb {
  font-size: 20px;
  max-width: 475px;
}

.faculty-spotlight-person-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  height: 150px;
  width: 150px;
}




@media only screen and (max-width: 1376px) {
  .split5050 {
    flex-flow: column;
  }
}

/**
        BLOCKQUOTE SECTION

*/

.spotlight-person-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.profile-picture img {
  position: absolute;
  height: auto;
  width: auto;
  max-width: 100%;
}

.spotlight-person-image {
  width: 100%;
  max-width: 300px;
}

.centered>img {
  position: absolute;
  top: 50%;
  transform: translate(0%, -38%);
}

.blockquote--utm.--transparent .blockquote--utm-container {
  background: transparent;
  color: var(--utm-blue);

}

.blockquote-img {
  flex: 1 0 30%;
}

.blockquote--utm.--transparent .blockquote-after-name,
.blockquote--utm.--transparent .blockquote-after-title,
.blockquote--utm.--transparent blockquote {
  color: var(--utm-blue);
}

.blockquote--utm {
  padding: 5vh 0;

}

.blockquote--utm-container {
  margin: 0 auto;
  position: relative;
  width: min(100%, var(--width-normal));
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: var(--utm-blue);
  color: white;

  min-height: 300px;
}

.--blockquote-blue {
  background-color: var(--utm-blue);
}

.blockquote--utm-intro {
  font-family: var(--utm-body-font);
  font-weight: 300;
  font-size: 64px;
  line-height: 65px;
  color: var(--utm-blue);
  text-align: center;
}

.blockquote--utm #blockquoteMsgImgHeader {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 400px;
}

.blockquote--utm .blockquote-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 64%;
  padding: 20px 0 0 25px;
}

.blockquote--utm blockquote {
  font-size: 32px;
  line-height: 45px;
  font-family: var(--utm-body-font);
  color: white;
  position: relative;
  z-index: 1;
}

.blockquote--utm.--transparent .blockquote-after {
  font-size: 12px;
  color: var(--utm-blue);
  display: flex;
  flex-flow: column;
}

.blockquote--utm .blockquote-after {
  font-size: 12px;
  color: white;
  justify-content: center;
  align-items: center;
}

.blockquote-after-name {
  font-size: 12px;
  font-weight: 800;
  color: white;
  display: flex;
  justify-content: center;
}

.blockquote-after-title {
  font-size: 12px;
  color: white;
  display: flex;
  justify-content: center;
}

/*blockquote:before {
  content: open-quote;
}

blockquote:before,
blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  font-size: 12vh;
   top: 0.2em; 
  /* position: relative;
  font-family: var(--utm-body-font);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: orange;
  position: absolute;
  top: 0.2em;
  left: -4vh;
  z-index: -1;
} */

/**
    CONTACT BLOCK
*/
.contact-us>.--container-normal {
  background-color: #daf1fb;
  margin: 10vh auto;
}

.contact-container {
  padding: 24px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 25vh;
}

.contact-title {
  font-family: var(--utm-body-font);
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 37px;
}

.contact-location-title,
.contact-info-title {
  font-size: 14px;
}

.contact-info-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
}

.contact-info-container a {
  font-size: 14px;
}

.contact-info-container>div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 275px;
  margin-top: 1em;
  width: 100%;
}

/**
    FOCUS POINTS - used in /campuslife/healthandsafety/ 
*/
.focus-points-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.speaker-focus-point {
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-items: center;
  margin: 1em;
  min-width: 250px;
  min-height: 275px;
}

.speaker-focus-point-name {
  font-size: 1em;
  width: 100%;
  max-width: 250px;
  text-align: center;
  font-weight: 600;
  margin-top: .4em;
}

.speaker-focus-point-title {
  width: 100%;
  max-width: 250px;
  font-size: .9em;
  text-align: center;
}

.focus-point {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: center;
  margin: 0 0 3vh 0;
}

.focus-point.--nomargin,
.focus-point.--nomargin .focus-point-information {
  margin: 0;
}

.focus-point-information {
  display: flex;
  flex: 55%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 2vh 2vh 0;
}

.focus-point-img {
  display: flex;
  flex: 38%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.focus-point-link a {
  font-weight: 600;
}

/** FILLER BLOCK - near full screen image
    background-image housed in page
*/
.filler--utm {
  background-position: center center;

  background-size: cover;
  height: 100vh;
  width: 100%;
}

/** 
  JOINUS section /campuslife/healthandsafety/
*/
.joinus-info-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 0;
}

.joinus-title {
  color: var(--utm-orange);
  font-weight: 600;
  text-align: center;
  padding: 2.5vh 0;
}

.joinus-subtitle {
  font-size: 64px;
  line-height: 65px;
  font-family: var(--utm-body-font);
  text-align: center;
  padding: 2.5vh 0;
}

.joinus-blurb {
  width: min(80%, var(--width-slim));
}

.--joinus-info-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 0;
}

.--joinus-title {
  color: var(--utm-smokey);
  font-weight: 600;
  text-align: center;
  padding: 2.5vh 0 0 0;
}

.--joinus-subtitle {
  font-size: 64px;
  line-height: 65px;
  font-family: var(--utm-body-font);
  text-align: center;
  padding: 2.5vh 0;
}

.--joinus-blurb {
  width: min(80%, var(--width-slim));
  text-align: center;
}

/**
  CALL TO ACTION SECTION
*/
.--call-to-action-section {
  margin: 1em;
  border: 6px var(--utm-gray-light) solid;
}

.--ctas-title {
  font-size: 24px;
  font-family: var(--utm-body-font);
  line-height: 38px;
  font-weight: 600;
  margin: 1em 0;
  text-align: center;
}

.--ctas-buttons {
  margin: 1em 0;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

/**
    CALL TO ACTION BAR
*/
.--call-to-action-bar {
  background-color: transparent;
  position: relative;
  margin: 0 0 5vh 0;
}

.--call-to-action-bar.--orange>.--container-normal>.bar {
  background-color: var(--utm-orange);
}

.--call-to-action-bar>.--container-normal>.bar {
  background-color: var(--utm-blue);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 3vh;
}

.bar-title {
  font-family: var(--utm-body-font);
  font-size: 36px;
  line-height: 50px;
  color: white;
  width: 100%;
  max-width: 600px;
}

/**

    ENDPOINT-2024/07/09
*/
.endpoint-img {
  display: block;
  width: 100%;
}

.endpoint-img.--tall {
  height: 650px;
  object-fit: cover;
  border-radius: 5%;
}

.endpoint-blurb {
  padding: 2em 0;
}

a.endpoint-link {
  color: white;
  text-decoration: underline;
  text-decoration-color: var(--utm-gray);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
}

a.endpoint-link:hover {
  text-decoration-color: var(--utm-blue);
}

/**
        
    ANIMATIONS
*/

.animate-up {
  margin-top: 0%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-right {
  margin-top: 0%;
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-left {
  margin-top: 0%;
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-right.visible,
.animate-left.visible,
.animate-up.visible {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in.visible {
  opacity: 1;
}

.reveal {
  will-change: transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.reveal:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--utm-blue);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 1.5s;

  transform: scaleY(1);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal.visible:before {
  transform: scaleY(0);
}

.footer--utm {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background-image: url(/_imgs/marketing/Swoop-Gray.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--utm-blue);
  width: 100%;
  height: fit-content;
}

.footer--utm-container {
  padding: 3em 0;

  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  color: white;
  width: 100%;
}

.card__item,
.endpoint-title,
.footer-title {
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 0;
}

.endpoint-link.--blue,
.card__item.--blue,
.endpoint-title.--blue,
.footer-title.--blue {
  color: var(--utm-blue);
}

.footer--utm-icon {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex: 49%;
}

.footer--utm-icon {
  max-width: 350px;
  padding-top: 1em;
}

.footer--utm-icon>img {
  width: 100%;
  display: block;
}


.copyright {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: var(--utm-blue);
  color: white;
  font-size: 12px;
  padding: 4em 1em;
}

.campus-text {
  width: 80%;
  text-align: center;
}

.campus-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  margin-top: 2em;
  padding: 0;
}

.campus-social-media {
  padding-bottom: 4vh;
}

footer a {
  color: white;
}


.campus-links a,
.copyright a {
  font-size: 12px;
  text-decoration: underline white;
}

.footer-list {
  columns: 2;
  margin-top: 2em;

}

.footer-list a {
  font-size: 14px;
}

.footer--utm-contacts-address {
  margin-top: 2em;
}

.footer--utm-contacts-address a {

  font-size: 16px;

}

/**
    IMAGE GALLERY
*/
.program--callouts {
  width: 100%;
  background-color: var(--utm-gray-light);
}

.image-grid {
  padding: 30px 0;
}

.image-row {
  display: flex;
}

.image-row .image {
  margin: 12px;
}

.image-grid img {
  max-height: 43vh;
}

.image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3),
        0 6px 20px rgba(0, 0, 0, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.7); */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image>.blurb {
  background-color: inherit;
  padding: 12px 12px 12px 0;
  font-size: 14px;
}

.gallery-video {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .program-data-container {

    flex-flow: column;
    justify-content: center;
    align-items: flex-start;

  }

  /*
    removed due to issues on mobile
    .splash--utm > div.video-container {
    padding-top: 140px;
  } */
  .bar-title {
    font-family: var(--utm-body-font);
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 1em;
  }

  .blockquote--utm blockquote {

    font-size: 24px;
    line-height: 32px;
  }

  .divider {
    display: none;
  }

  .split5050 {
    flex-flow: column wrap;
  }

  /* Style The Dropdown Button */

  .secondary-menu-title {
    width: 100%;
  }

  .secondary-menu-button details,
  .secondary-menu-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .details-content {
    display: flex;
    Flex-flow: column;
    margin-left: 10vw;
  }

  .secondary-menu-item-link {
    padding-left: 0;
    margin-bottom: 1em;
  }

  .dropSecondarybtn {

    color: white;
    padding: 16px;
    font-size: 16px;
    border: 2px solid var(--utm-blue);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
    width: 90vw;
  }

  .dropSecondarybtn:hover {
    border: 2px solid white;
    color: var(--utm-blue);
    background-color: transparent;
  }

  /* The container <div> - needed to position the dropdown content */
  .secondary-menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: cetner;
  }

  /* dropdown-secondary-menu Content (Hidden by Default) */
  .secondary-menu-items {
    display: none;
    position: absolute;
    background-color: var(--utm-gray-ultralight);
    min-width: 160px;
    border: 1px solid var(--utm-gray2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .secondary-menu-items a {
    color: var(--utm-smokey) !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: .5em;
  }

  /* Change color of dropdown links on hover */
  .secondary-menu-items a:hover {
    background-color: var(--utm-blue);
    color: white !important;
  }

  /* Show the dropdown menu on hover */
  /* .secondary-menu:hover .secondary-menu-items {
    display: block;
    margin-top: 3em;
  } */

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .secondary-menu:hover .dropbtn {
    background-color: var(--utm-gray-ultralight);
  }

  .secondary-menu-items {
    flex-flow: column;
    align-items: flex-start;
    width: 85%;
  }

  .image-row {
    flex-direction: column;
    height: auto;
  }

  .image-row .image {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 1025px) {
  .program-title {
    text-align: center;
  }

  .program-request-cta {
    justify-content: center !important;
  }

  .explore--utm-endpoints {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;

    padding: 3em 0;
  }

  .utm-menu-right-column,
  .utm-menu-left-column {

    margin: 2em auto !important;
  }

  .--callout {
    width: 90%;
  }

  .header--noimage-title {
    font-size: 28px;
    line-height: 34px;
  }

  .splash--utm-overlay {


    text-align: center;
  }

  .splash--utm-overlay-container>.overlay-callout-blurb {
    display: none;
  }

  .splash--utm-overlay-container>.overlay-callout {
    font-size: 42px;
    line-height: 52px;
  }

  .vertical-line {
    margin: 0 10px;
    height: 5vh;
  }

  .change-indicator.--125h {
    display: none;
  }

  h1 {
    font-family: var(--utm-body-font);
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 100%;
    /* or 40px */

    /* UTM Blue */

    color: var(--utm-blue);
  }

  h2 {
    font-family: var(--utm-body-font);
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 102%;
    /* or 33px */

    letter-spacing: -0.5px;
    text-transform: none;

    /* UTM Blue */

    color: var(--utm-blue);
  }

  h2.large,
  h1.large {
    font-family: var(--utm-body-font);
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 110%;
    /* or 42px */
    margin: 40px 0;
    letter-spacing: -0.5px;
    text-transform: none;
    /* UTM Blue */

    color: var(--utm-blue);
  }

  h2.narrow {
    font-family: var(--utm-body-font);
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 110%;
    /* or 35px */
    text-transform: none;
    letter-spacing: -0.5px;

    /* UTM Blue */

    color: var(--utm-blue);
  }

  h3 {
    font-family: var(--utm-body-font);
    font-style: normal;
    font-weight: 400;

    line-height: 110%;
    /* or 18px */

    text-transform: none;

    /* UTM Blue */

    color: var(--utm-blue);
  }

  .footer--utm-container {
    flex-flow: column wrap;
    margin: 0 auto;
    width: 100%;
  }

  .footer--utm,
  .footer--utm-contacts,
  .footer--utm-link {
    flex-flow: column wrap;
  }

  .image-gallery {
    flex-direction: row;
  }

  .header--withimage::before {
    content: unset;
  }

  .header--withimage-left {
    align-items: center;
  }

  .header--withimage-image {
    background-size: contain;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .header--withimage-image-container {
    background-color: var(--utm-blue);
  }

  .header--withimage-inner-container {
    flex-flow: column wrap;
    margin-top: 80px;
  }

  .blockquote--utm-container {
    width: min(100%, var(--width-normal));
  }

  .program--university-numbers .number-container,
  .program--university-callout .--blurb {
    margin: 0 auto;
    width: 85%;
  }

  .metas-container {
    justify-content: space-evenly;
    width: 95%;
    margin: auto;
    display: block;
  }

  .program--metadatas-container {
    width: min(90%, var(--width-slim));
  }

  .focus-point-img {
    flex: 50%;
  }
}

@media screen and (min-width: 40em) {

  .--four-card-content {
    max-width: calc(50% - 1em);
  }
}

@media screen and (min-width: 70em) {
  .--four-card-content {
    max-width: calc(23% - 1em);
  }
}

@media(prefers-color-scheme: dark) {

  .utm-menu-search input {
    color: black;
  }
}