@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Basic type
# Element Defaults
  ## Nav
  ## Structure
  ## Elements
# Page Agnostic Overrides
	## Nav
  ## Structure
  ## Archive
  ## Article
  ## Elements
# Page Specific Overrides
  ## Nav
  ## Structure
  ## Pages 
  ## Articles
  ## Mailchimp
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

button {
  color: initial;
  background-color: transparent;
  font: inherit;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-image: initial;
}

@font-face {
  font-family: "gt-ucla-cinetype";
  src: url("fonts/gt-ucla-cinetype-regular.woff2") format("woff2"), url("fonts/gt-ucla-cinetype-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gt-ucla-cinetype";
  src: url("fonts/GT-Cinetype-Regular-Italic.woff2") format("woff2"), url("fonts/GT-Cinetype-Regular-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "gt-ucla-cinetype";
  src: url("fonts/gt-ucla-cinetype-bold.woff2") format("woff2"), url("fonts/gt-ucla-cinetype-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gt-ucla-cinetype";
  src: url("fonts/GT-Cinetype-Bold-Italic.woff2") format("woff2"), url("fonts/GT-Cinetype-Bold-Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "gt-ucla-cinetype";
  src: url("fonts/gt-ucla-cinetype-light.woff2") format("woff2"), url("fonts/gt-ucla-cinetype-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Slide defaults
# From Slick.css
# From Slick_theme.css
--------------------------------------------------------------*/
/* ------------------------------------- 
  Slide defaults
  ---------------------------------------- */
.slideshow-container {
  position: relative;
  margin: auto;
  margin-left: 140px;
}
@media (max-width: 1024px) {
  .slideshow-container {
    margin: 32px 0;
    margin-left: 320px;
  }
}
@media (max-width: 768px) {
  .slideshow-container {
    margin-left: 140px;
  }
}
@media (max-width: 414px) {
  .slideshow-container {
    margin: 0;
    margin-left: 0;
  }
}
.slideshow-container figcaption { /*caption*/
  font-size: 24px;
  line-height: 28px;
  color: #d6d6d6;
  display: flex;
  flex-direction: row;
}
.slideshow-container figcaption a {
  color: #d6d6d6;
  border-bottom: 0;
}
@media (max-width: 1024px) {
  .slideshow-container figcaption {
    font-size: 20px;
    line-height: 24px;
  }
}
.slideshow-container figcaption span {
  display: inline-block;
}
.slideshow-container figcaption span:first-child {
  margin-right: 40px;
  min-width: 64px;
  max-width: 64px;
}

.caption figcaption.active {
  color: #231F20;
}
.caption figcaption.active a {
  color: #231F20;
}

/* ------------------------------------- 
  From Slick.css
  ---------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide .gray-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.03);
  pointer-events: none;
  max-width: none !important;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------- 
  From Slick_theme.css
  ---------------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next { /* footnote block style */
  display: flex;
  position: absolute;
  bottom: 0;
  color: #231F20;
  font-size: 16px;
  line-height: 16px;
  width: 32px;
  height: 32px;
  padding-top: 0;
  margin-top: -32px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.slick-prev,
.slick-next { /* Next & previous buttons */
  cursor: pointer;
  user-select: none;
  z-index: 20;
}

.slick-next { /* Position the "next button" to the right */
  right: 0;
}

.slick-prev:hover, .slick-next:hover { /* On hover, add a black background color with a little bit see-through */
  background-color: #231F20;
  color: #fff;
}

.slick-translate {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-dots {
  position: absolute;
  bottom: 6px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 15;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 8px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  border: solid 1px #fff;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #fff;
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #231F20;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #231F20;
  opacity: 0.75;
}

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Basic Type
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
*/
html {
  position: relative;
}

body {
  min-height: 100%;
  font-family: "gt-ucla-cinetype", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #231F20;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  body {
    font-size: 17.2px;
    line-height: 22px;
  }
}

h1, h2, h3, h4, h5, h6, p, li, address, span, a {
  opacity: 0;
  transition: opacity 0.25s;
}

.fonts-loaded h1, .fonts-loaded h2, .fonts-loaded h3, .fonts-loaded h4, .fonts-loaded h5, .fonts-loaded h6, .fonts-loaded p, .fonts-loaded li, .fonts-loaded address, .fonts-loaded span, .fonts-loaded a {
  opacity: 1;
}

input {
  font-family: "gt-ucla-cinetype", Helvetica, Arial, sans-serif;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  font-size: 32px;
  line-height: 36px;
  margin: 64px 0 32px 0;
  max-width: 682.6666666667px;
  position: relative;
}
h1:first-child {
  margin-top: 0;
}
@media (max-width: 414px) {
  h1 {
    margin: 32px 0 32px 0;
  }
}
h1 a {
  border-bottom: 0;
  color: inherit;
  word-break: break-word;
  transition: color 0.25s;
}
h1 a:hover {
  color: #fff;
  border-bottom: 0;
}

h2 {
  font-size: 32px;
  line-height: 38px;
  margin: 64px 0 32px 0;
}
h2:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 414px) {
  h2 {
    margin: 32px 0 16px 0;
  }
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 24px 0;
}
h3:first-child {
  margin-top: 0;
}
h3:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 48px 0 24px;
  text-transform: uppercase;
}
h4:first-child {
  margin-top: 0;
}
h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 17.2px;
    line-height: 24px;
  }
}

h5 {
  font-size: 14px;
  line-height: 16px;
  margin: 32px 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 12px;
  }
}

p {
  margin: 24px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* ------------------------------------- 
  Element Defaults
  ---------------------------------------- */
#alert {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(198, 181, 237, 0.33), #f6f8ad);
  border-bottom: 1px solid #231F20;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  transition: background-color 0.2s;
}
#alert:hover {
  background-color: #231F20;
  background-image: none;
  color: #fff;
}

nav {
  width: 100%;
  margin-top: 32px;
  margin-left: -24px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1024px) {
  nav {
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0;
    padding-top: 16px;
    margin-top: 0;
    margin-left: 0;
  }
}
nav a, nav a:hover {
  border: none;
  transition: background-color 0.25s, color 0.25s;
}
nav ul {
  display: flex;
  margin: 0 0 0 24px;
}
@media (max-width: 1024px) {
  nav ul {
    display: none;
  }
}
nav li {
  list-style: none;
}
nav li:before {
  content: none;
  padding-right: 0;
  text-indent: 0;
}
nav li a {
  font-size: 15px;
  text-transform: uppercase;
  line-height: initial;
  padding: 6px 8px;
}
nav li a:hover {
  color: #fff;
  background-color: #231F20;
}

aside {
  margin-top: 32px;
  width: 256px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10;
  /* 1st level menu items */
}
@media (max-width: 1024px) {
  aside {
    width: 25%;
  }
}
@media (max-width: 768px) {
  aside {
    display: none;
  }
}
@media (max-width: 414px) {
  aside {
    display: none;
  }
}
aside a, aside a:hover {
  border: none;
}
aside ul {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  bottom: auto;
  margin: 0 48px 8px 0;
  padding-top: 16px;
  overflow: hidden;
  /* 2nd level menu items */
}
@media (max-width: 1024px) {
  aside ul {
    margin: 0 16px 8px 16px;
  }
}
aside ul li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 5.3333333333px 0 5.3333333333px 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #fff;
  border-left: solid 3px #231F20;
  border-right: solid 3px #231F20;
  transition: background-color 0.25s, border 0.25s, color 0.25s border none;
  /* 1st + 2nd: spacing and border */
}
aside ul li::before {
  content: "—";
  opacity: 0;
  margin-left: -16px;
  vertical-align: top;
  float: left;
  padding-right: 2px;
  transition: margin-left 0.25s, opacity 0.25s;
}
aside ul li:hover::before, aside ul li.current::before {
  opacity: 1;
  margin-left: -4px;
}
aside ul li a {
  display: inline-block;
  margin-left: 8px;
  width: calc(100% - 32px);
}
aside ul li:first-child {
  border-top: solid 3px #231F20;
  border-bottom: 0;
  padding-top: 8px;
}
aside ul li:last-child {
  padding-bottom: 8px;
  border-bottom: solid 3px #231F20;
}
aside ul li + ul {
  margin-top: 8px;
}
aside ul ul:first-child {
  margin-bottom: 8px;
}
aside ul ul + li {
  border-top: solid 3px #231F20;
  margin-top: 8px;
  margin-bottom: 0;
}
aside ul ul {
  position: relative;
  display: block;
  top: auto;
  margin-right: 0;
  padding-top: 0;
}
@media (max-width: 1024px) {
  aside ul ul {
    margin-left: 0;
  }
}
aside ul ul li {
  background-color: #231F20;
  color: #fff;
}
aside ul ul li + ul {
  margin-top: 0;
}
aside ul ul li:last-of-type {
  padding-bottom: 0;
}
aside ul ul a {
  color: #fff;
}
aside ul ul ul li {
  text-transform: none;
  font-weight: normal;
  padding: 4px 0 4px 24px;
}
aside ul ul ul li::before, aside ul ul ul li.current::before {
  content: "•";
  padding-right: 0;
  margin-left: -8px;
}
aside ul ul ul li:last-of-type {
  padding-bottom: 16px;
}
aside ul ul ul li:hover::before, aside ul ul ul li.current:hover::before {
  margin-left: -8px;
}

footer {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 48px 16px 0 16px;
}
@media (max-width: 1024px) {
  footer {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 414px) {
  footer {
    padding-top: 48px;
  }
}
footer nav {
  margin-left: 0;
}
@media (max-width: 1024px) {
  footer nav {
    flex-direction: row;
    flex-flow: row wrap;
    padding: 0;
    margin-left: 0;
  }
  footer nav li a {
    font-size: 12px;
    line-height: 14px;
  }
}
footer nav a:hover {
  text-decoration: underline;
}
footer span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  footer span {
    margin-bottom: 4px;
  }
}
footer section {
  width: 170.6666666667px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  footer section {
    padding: 0;
    width: 50%;
    margin: 0 0 16px 0;
  }
}
footer section:first-child {
  line-height: 16px;
  order: 1;
  /* title manual line-break */
}
footer section:first-child span {
  display: inline-block;
}
footer section:first-child span:first-child, footer section:first-child span:nth-child(2) {
  width: 100%;
}
footer section:first-child address {
  margin: 8px 0 16px 0;
}
@media (max-width: 1024px) {
  footer section:first-child {
    order: 4;
    width: 35%;
  }
  footer section:first-child span {
    margin: 0;
  }
  footer section:first-child span:first-child, footer section:first-child span:nth-child(2) {
    width: auto;
  }
  footer section:first-child span:nth-child(4) {
    width: 100%;
  }
}
footer section:nth-child(2) {
  order: 2;
}
@media (max-width: 1024px) {
  footer section:nth-child(2) {
    order: 1;
    width: 50%;
  }
}
footer section:nth-child(3) {
  width: 256px;
  order: 3;
}
@media (max-width: 1024px) {
  footer section:nth-child(3) {
    order: 2;
    width: 50%;
  }
}
footer section:last-child {
  width: 426.6666666667px;
  display: flex;
  order: 5;
}
footer section:last-child div:first-child {
  width: 256px;
  padding-right: 16px;
}
@media (max-width: 1024px) {
  footer section:last-child div:first-child {
    padding-right: 0;
  }
}
footer section:last-child div:nth-child(2) {
  width: 170.6666666667px;
}
footer section:last-child a { /*social btn*/
  display: block;
  height: 32px;
  border: solid 2px #231F20;
  margin-bottom: 8px;
  padding: 4px 8px;
  transition: all 0.25s;
  display: flex;
  align-items: center;
}
footer section:last-child a span {
  display: flex;
}
footer section:last-child a span:first-child { /*icon*/
  width: 14px;
  margin-right: 8px;
}
footer section:last-child a svg path {
  fill: #231F20;
  transition: fill 0.25s;
}
footer section:last-child a:hover {
  background: #231F20;
  color: #fff;
  text-decoration: none;
}
footer section:last-child a:hover svg path {
  fill: #fff;
}
footer section:last-child span {
  display: inline;
  float: left;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  footer section:last-child {
    display: block;
    width: 50%;
  }
  footer section:last-child div:first-child,
  footer section:last-child div:nth-child(2) {
    width: 120%;
  }
  footer section:last-child a { /*social btn*/
    height: auto;
    border: none;
    margin-bottom: 0;
  }
  footer section:last-child a svg path {
    fill: #231F20;
  }
  footer section:last-child a:hover {
    background: transparent;
    color: inherit;
  }
  footer section:last-child a:hover svg path {
    fill: #231F20;
  }
}
@media (max-width: 1024px) {
  footer section:last-child {
    left: -28px;
    position: relative;
  }
}
footer ul {
  display: block;
  margin: 0;
}
footer ul li {
  display: block;
  margin: 0;
  text-indent: 0;
}
footer ul li:before {
  content: "–";
}
footer ul li a {
  padding: 0;
  text-transform: none;
}
footer ul li a:hover {
  background-color: transparent;
  color: inherit;
}

main, article {
  margin-top: 48px;
  width: 1024px;
}
@media (max-width: 1024px) {
  main, article {
    width: 100%;
    padding: 0 16px;
    margin-top: 24px;
  }
}

aside + main {
  width: 768px;
}
@media (max-width: 1024px) {
  aside + main {
    width: 75%;
  }
}
@media (max-width: 768px) {
  aside + main {
    width: 100%;
  }
}
@media (max-width: 414px) {
  aside + main {
    width: 100%;
  }
}

section {
  margin: 64px 0;
}
section:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  section {
    width: 100%;
  }
}
section img {
  width: 100%;
  height: auto;
  display: block;
}
section ul {
  list-style-type: none;
  margin-left: 32px;
}
@media (max-width: 414px) {
  section ul {
    margin-left: 30px;
  }
}
section ul li {
  text-indent: -32px;
  margin-bottom: 0;
}
@media (max-width: 414px) {
  section ul li {
    text-indent: -30px;
  }
}
section ul li::before {
  content: "—";
  padding-right: 8px;
  text-indent: -8px;
}
section ul ul {
  list-style-type: none;
  margin: 8px 0 8px 32px;
}

a {
  color: #231F20;
  text-decoration: none;
  border-bottom: 1px solid #d6d6d6;
  transition: border-bottom 0.25s;
}
a:hover {
  border-bottom: 1px solid #231F20;
}

a:hover, button:hover {
  cursor: pointer;
}

figure {
  display: inline-block;
  position: relative;
  margin: 0 32px 32px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  word-break: break-word;
}
figure a, figure a:hover {
  border-bottom: none;
  word-break: break-word;
}
figure figcaption {
  padding-top: 8px;
}
figure span {
  display: block;
}
figure .gray-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.03);
  pointer-events: none;
  max-width: none !important;
}
@media (max-width: 414px) {
  figure {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

figure + h1,
figure + h2,
figure + h3,
figure + h4 {
  margin-top: 0;
}

ul, ol {
  margin: 24px 0 24px 2em;
}
ul:first-child, ol:first-child {
  margin-top: 0;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}
ul li, ol li {
  margin: 4px 0;
}

ol {
  width: 256px;
  margin: 0 0 24px 1em;
}
ol li {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
ol li.skip {
  position: absolute;
  opacity: 0;
}
@media (max-width: 1024px) {
  ol {
    width: 100%;
    margin: 0 0 24px 1em;
  }
}

table {
  font-size: 16px;
  line-height: 24px;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  table {
    font-size: 14px;
    line-height: 20px;
  }
}
table tbody, table thead {
  text-align: left;
  width: 100%;
  display: table;
}
table th {
  padding: 0 8px 8px 0;
}
table tbody tr:first-child td {
  border-top: 1px solid;
  padding-top: 8px;
  margin-top: 8px;
}
table td {
  padding-right: 8px;
}

blockquote {
  border-left: 4px solid #d6d6d6;
  margin-left: 1em;
  padding-left: 1em;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 414px) {
  blockquote {
    margin-left: 0;
  }
}

form {
  line-height: 32px;
  font-size: 24px;
}
form select {
  width: fit-content;
  height: 48px;
  appearance: none;
  padding: 2px 12px;
  padding-right: 32px;
  -webkit-appearance: none;
  color: inherit;
  font: inherit;
  border-radius: 0;
  border: 3px solid #231F20;
  background-image: url(../img/arrow.svg);
  background-color: #fff;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (max-width: 414px) {
  form select {
    width: 100%;
  }
}
form select::-ms-expand {
  display: none;
}
form select:-webkit-autofill {
  appearance: menulist;
}
form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #231F20;
}

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Page Agnostic Overrides
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
*/
body.no-scroll { /*when mobile menu is opened */
  height: 100%;
  overflow: hidden;
}
body.no-scroll nav.active {
  display: block;
  position: fixed;
  overflow-y: auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
}
body.no-scroll nav.active .nav-mobile {
  display: block;
}
body.no-scroll nav.active .logo {
  position: absolute;
  top: 24px;
}
@media (max-width: 1024px) {
  body.no-scroll nav.active .logo {
    width: 156px;
    top: 12px;
  }
}
body.no-scroll #menuToggle {
  position: absolute;
  top: 8px;
}

nav .logo {
  width: 272px;
  z-index: 30;
}
@media (max-width: 1024px) {
  nav .logo {
    position: relative;
    right: 16px;
    width: 182px;
  }
}
nav .logo path {
  fill: #231F20;
}
nav .logo .white {
  fill: #fff;
}
nav li a.current {
  color: #fff;
  background-color: #231F20;
}
nav .nav-mobile {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 52px 0;
  background-color: #fff;
}
nav .nav-mobile button {
  text-transform: uppercase;
  color: inherit;
  text-align: left;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 0;
  border-top: 1px solid #231F20;
  margin: 0;
}
nav .nav-mobile button a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 14px 16px;
}
nav .nav-mobile button.parent a:first-child {
  width: 80%;
  float: left;
}
nav .nav-mobile button.parent a:last-child {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  right: 0;
  background-size: 100%;
  background-image: url("../img/arrow-line.svg");
}
nav .nav-mobile button.parent a[aria-expanded=true] {
  margin: 8px 8px 0 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav .nav-mobile button.parent a[aria-expanded=false] {
  margin: 10px 8px 0 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
nav .nav-mobile button.parent.current + ul {
  display: block;
}
nav .nav-mobile ul {
  margin: 0 0 8px 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
nav .nav-mobile ul a {
  width: 100%;
  border-top: none;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: none;
  padding: 4px 16px;
}
@media (max-width: 320px) {
  nav .nav-mobile ul a {
    font-size: 14px;
    line-height: 18px;
  }
}
nav .nav-mobile ul a span {
  display: inline-block;
}
nav .nav-mobile ul a:hover {
  color: inherit;
  background-color: inherit;
}
nav .nav-mobile ul a::before {
  content: none;
}
nav .nav-mobile ul a.current::before {
  content: "•";
  padding-right: 4px;
  display: inline-block;
  float: left;
  vertical-align: top;
}
nav .nav-mobile ul a.current span {
  width: 90%;
}
nav .nav-mobile div {
  border-top: 1px solid #231F20;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 64px 0;
}
nav .nav-mobile div a {
  text-transform: uppercase;
  font-size: 14px;
  width: 43%;
  display: inline-block;
  padding: 4px 16px;
  border-top: none;
  margin: 0;
  vertical-align: middle;
}
nav .nav-mobile div a::before {
  content: none;
}
@media (max-width: 320px) {
  nav .nav-mobile div a {
    width: 100%;
  }
}
nav .nav-mobile div a span {
  padding-right: 4px;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
}
nav .nav-mobile div a span:first-child {
  width: 12px;
  margin-right: 8px;
}
nav .nav-mobile div a span:last-child {
  margin-bottom: 2px;
}
nav .nav-mobile div a.btn_md {
  width: 57%;
}
@media (max-width: 320px) {
  nav .nav-mobile div a.btn_md {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  nav #menuToggle {
    display: block;
    background-image: url(../img/icon-menu-1.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: -8px;
    left: 8px;
    position: relative;
    z-index: 30;
    background-position-x: center;
  }
  nav #menuToggle.close {
    width: 32px;
    height: 32px;
    background-image: url(../img/icon-menu-2.svg);
  }
}

nav.pagination {
  flex-direction: column;
  margin: 24px 0;
  padding-bottom: units(1);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 16px;
}
nav.pagination div {
  font-size: 14px;
  padding: 16px 0;
  line-height: 16px;
  width: 100%;
}
nav.pagination div:first-of-type {
  padding-top: 8px;
  border-bottom: 1px dashed #231F20;
}
nav.pagination a {
  width: auto;
  margin: 0;
}

aside.dark {
  /* 1st level menu items */
}
aside.dark ul {
  /* 2nd level menu items */
}
aside.dark ul li {
  background-color: transparent;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  color: #fff;
  /* 1st + 2nd: spacing and border */
}
aside.dark ul li a {
  color: #fff;
}
aside.dark ul li:first-child {
  border-top: solid 3px #fff;
}
aside.dark ul li:last-child {
  border-bottom: solid 3px #fff;
}
aside.dark ul ul + li {
  border-top: solid 3px #fff;
}
aside.dark ul ul li {
  background-color: #fff;
  color: #231F20;
}
aside.dark ul ul a {
  color: #231F20;
}

footer .icon {
  height: 24px;
  width: 24px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
footer .icon svg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
footer .icon:first-child {
  width: 18px;
}
@media (max-width: 1024px) {
  footer .border {
    order: 3;
    display: block;
    width: -webkit-fill-available;
    height: 1px;
    background-color: #231F20;
    margin-bottom: 16px;
  }
}

section.title {
  margin: 0;
  margin-bottom: 48px;
}
section.title .wrapped-title {
  display: inline-block;
}
@media (max-width: 414px) {
  section.title .wrapped-title {
    display: block;
  }
}
section.title .wrapped-title h1 {
  display: inline;
  margin-right: 16px;
}
@media (max-width: 414px) {
  section.title .wrapped-title h1 {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 414px) {
  section.title .wrapped-title h1:nth-child(2).active {
    margin-top: 24px;
  }
}
section.title + section {
  margin-top: 40px;
}
@media (max-width: 414px) {
  section.title + section h1:first-of-type {
    margin-top: -16px;
  }
}

section.singlecol_text h1 {
  margin-right: 16px;
}
section.singlecol_text a {
  word-break: break-word;
}
section.singlecol_text h1 a {
  word-break: break-word;
}

section.doublecol_text {
  display: flex;
}
@media (max-width: 414px) {
  section.doublecol_text {
    display: block;
  }
}
section.doublecol_text section {
  margin: 0;
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 414px) {
  section.doublecol_text section {
    width: 100%;
    padding-right: 0;
    margin: 32px 0;
  }
}
section.doublecol_text h1 {
  margin-right: 16px;
}
section.doublecol_text a {
  word-break: break-all;
}
section.doublecol_text h1 a {
  word-break: break-word;
}

section.folded_text {
  margin-top: -32px;
}
@media (max-width: 414px) {
  section.folded_text {
    margin-bottom: 48px;
    margin-top: -40px;
  }
}
section.folded_text div:first-child {
  border-bottom: 1px dashed #231F20;
  transform: translateY(-50%);
}
section.folded_text div:first-child button { /*folded btn*/
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  margin-left: 0;
  position: relative;
  left: 0;
  color: #fff;
  margin-right: 8px;
  text-transform: uppercase;
  border-bottom: 0;
  background: #231F20;
  transition: background 0.25s;
  padding-right: 32px;
  transform: translateY(50%);
}
section.folded_text div:first-child button:hover {
  background: #555555;
}
section.folded_text div:first-child button::before {
  content: "";
  background-image: url(../img/arrow-w.svg);
  margin-top: 8px;
  padding-left: 0;
  background-size: 80% 80%;
  position: absolute;
  right: 0;
  background-position: right top;
  float: right;
  padding-right: 0;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
section.folded_text div:nth-child(2) { /*folded content*/
  display: none;
}

section.mixed-gallery {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
section.mixed-gallery a.number {
  display: flex;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  width: 32px;
  height: 32px;
  padding-top: 0;
  margin-top: -32px;
  background-color: white;
  justify-content: center;
  align-items: center;
}
section.mixed-gallery div.text { /*text-module*/
  max-width: 426.6666666667px;
  padding: 0 32px 32px 0;
}
section.mixed-gallery div.text p:last-child {
  margin-bottom: 0;
}
section.mixed-gallery iframe {
  width: 100%;
}
@media (max-width: 414px) {
  section.mixed-gallery {
    margin-left: 0;
  }
  section.mixed-gallery figure {
    width: 100%;
    margin: 0 0 16px 0;
  }
  section.mixed-gallery figure img {
    width: 100%;
    margin: 0;
  }
}

section.callout {
  border: 1px dashed #231F20;
  margin: 0;
  padding: 24px 32px;
}
@media (max-width: 414px) {
  section.callout {
    margin: 0;
    padding: 16px 24px;
  }
}

section.collapsible {
  border-bottom: 1px solid #231F20;
  margin: 0;
}
section.collapsible button {
  cursor: pointer;
  background-color: transparent;
  padding: 16px 0;
  display: block;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  section.collapsible button {
    padding: 12px 0;
  }
}
section.collapsible button:hover {
  background-color: transparent;
}
section.collapsible button[aria-size=false] {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  section.collapsible button[aria-size=false] {
    font-size: 22px;
    line-height: 28px;
  }
}
section.collapsible button[aria-size=true] {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  section.collapsible button[aria-size=true] {
    font-size: 17.2px;
    line-height: 22px;
  }
}
section.collapsible button span {
  padding-left: 32px;
  display: block;
}
@media (max-width: 414px) {
  section.collapsible button span {
    padding-left: 24px;
  }
}
section.collapsible button::before {
  margin-top: 10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  background-size: 100%;
  background-position: left;
  padding-right: 8px;
  width: 10px;
  height: 10px;
  content: "";
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  section.collapsible button::before {
    width: 6px;
  }
}
section.collapsible button[aria-size=true]::before {
  margin-top: 8px;
  width: 6px;
  height: 8px;
}
@media (max-width: 1024px) {
  section.collapsible button[aria-size=true]::before {
    margin-top: 8px;
    width: 3.2px;
    height: 6px;
  }
}
section.collapsible button[aria-expanded=true]::before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
section.collapsible section {
  display: none;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
  padding: 16px 32px 40px 32px;
  overflow: auto;
}
@media (max-width: 414px) {
  section.collapsible section {
    padding: 0 0 24px 0;
  }
}
section.collapsible section table {
  display: inline-block;
  width: 49%;
  padding: 16px 32px 16px 0;
  vertical-align: top;
}
@media (max-width: 414px) {
  section.collapsible section table {
    width: 100%;
    padding-right: 0;
  }
}
section.collapsible section table td {
  width: 70%;
}
section.collapsible section table td:first-child,
section.collapsible section table td:last-child {
  width: 15%;
}
section.collapsible section table td:last-child {
  text-align: right;
  padding-right: 0;
}
section.collapsible .collapsible-meta-wrapper section {
  display: block;
}

section + section.collapsible,
section.collapsible + section,
section.collapsible + div.builder_wrapper {
  margin-top: 32px;
}
section + section.collapsible h1:first-of-type,
section.collapsible + section h1:first-of-type,
section.collapsible + div.builder_wrapper h1:first-of-type {
  margin-top: 64px;
}

section.collapsible + section.collapsible {
  margin-top: 0;
}

section.singlecol_text + section.collapsible {
  margin-top: -40px;
}
@media (max-width: 414px) {
  section.singlecol_text + section.collapsible {
    margin-top: -56px;
  }
}

section.excerpt_item {
  display: flex;
  left: 0;
  width: 100%;
  margin: 0;
  justify-content: center;
  flex-flow: row wrap;
}
section.excerpt_item svg.draw-contour {
  fill: white;
}
section.excerpt_item img {
  width: auto;
}
section.excerpt_item.bg_yellow {
  position: absolute;
  background-image: linear-gradient(#f6f8ad, #fdfdec);
  padding-bottom: 32px;
}
section.excerpt_item.bg_yellow h1 {
  color: #231F20;
}
section.excerpt_item.bg_yellow .wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}
section.excerpt_item.bg_yellow .wrapper .wrapped-title:first-child svg + h1 {
  margin-top: -8px;
}
section.excerpt_item .date {
  display: none;
}

section.bg_dark, body#admissions {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-image: linear-gradient(#231F20, rgba(35, 31, 32, 0.85));
  color: #fff;
  margin: 0;
  position: absolute;
  display: flex;
  left: 0;
  margin: 0;
  justify-content: center;
  flex-flow: row wrap;
  padding-bottom: 48px;
}
section.bg_dark nav, body#admissions nav { /*navigaion on dark bg*/ }
section.bg_dark nav .logo, body#admissions nav .logo {
  position: relative;
}
section.bg_dark nav .logo path, body#admissions nav .logo path {
  fill: #fff;
}
section.bg_dark nav .logo .white, body#admissions nav .logo .white {
  fill: #231F20;
}
section.bg_dark nav li a.current, body#admissions nav li a.current {
  color: #231F20;
  background-color: #fff;
}
section.bg_dark nav li a:hover, body#admissions nav li a:hover {
  color: #231F20;
  background-color: #fff;
}
section.bg_dark a, body#admissions a {
  color: #fff;
}
section.bg_dark a:hover, body#admissions a:hover {
  border-color: #fff;
}
section.bg_dark h1 a:hover, body#admissions h1 a:hover {
  color: #231F20;
}
section.bg_dark a.page_link, body#admissions a.page_link {
  color: #231F20;
  border: 2px solid #fff;
  background-color: #fff;
}
section.bg_dark svg.draw-contour, body#admissions svg.draw-contour {
  stroke: #fff;
}
@media (max-width: 414px) {
  section.bg_dark section, body#admissions section {
    width: calc(100% - 32px);
  }
}
section.bg_dark section ul, body#admissions section ul {
  list-style-type: none;
  margin-left: 32px;
}
@media (max-width: 414px) {
  section.bg_dark section ul, body#admissions section ul {
    margin-left: 30px;
  }
}
section.bg_dark section ul li, body#admissions section ul li {
  text-indent: -32px;
  margin-bottom: 0;
}
@media (max-width: 414px) {
  section.bg_dark section ul li, body#admissions section ul li {
    text-indent: -30px;
  }
}
section.bg_dark section ul li::before, body#admissions section ul li::before {
  content: "—";
  padding-right: 8px;
  text-indent: -8px;
}
section.bg_dark section ul ul, body#admissions section ul ul {
  list-style-type: none;
  margin: 8px 0 8px 32px;
}
section.bg_dark section.blockquote, body#admissions section.blockquote {
  border-color: rgba(255, 255, 255, 0.5);
}
section.bg_dark section.collapsible, body#admissions section.collapsible {
  border-bottom: 1px solid #fff;
}
@media (max-width: 414px) {
  section.bg_dark section.collapsible, body#admissions section.collapsible {
    width: calc(100% - 32px);
  }
}
section.bg_dark section.collapsible button, body#admissions section.collapsible button {
  color: #fff;
}
section.bg_dark section.collapsible button::before, body#admissions section.collapsible button::before {
  background-image: url(../img/arrow-w.svg);
}
section.bg_dark section.collapsible section, body#admissions section.collapsible section {
  margin-left: 0;
}
@media (max-width: 414px) {
  section.bg_dark section.collapsible section, body#admissions section.collapsible section {
    width: 100%;
  }
}
section.bg_dark section.callout, body#admissions section.callout {
  border-color: #fff;
  padding: 24px 32px;
}
@media (max-width: 414px) {
  section.bg_dark section.callout, body#admissions section.callout {
    width: calc(100% - 32px);
    padding: 16px 24px;
  }
}
section.bg_dark section.folded_text div:first-child, body#admissions section.folded_text div:first-child {
  border-bottom: 1px dashed #fff;
}
section.bg_dark section.folded_text div:first-child button, body#admissions section.folded_text div:first-child button { /*folded btn*/
  color: #231F20;
  background: #fff;
}
section.bg_dark section.folded_text div:first-child button:hover, body#admissions section.folded_text div:first-child button:hover {
  background: #555555;
}
section.bg_dark section.folded_text div:first-child button::before, body#admissions section.folded_text div:first-child button::before {
  background-image: url(../img/arrow.svg);
}
section.bg_dark section .wrapped-title:first-child svg + h1, body#admissions section .wrapped-title:first-child svg + h1 {
  margin-top: 64px;
}
section.bg_dark .wrapped-title.active h1.active, body#admissions .wrapped-title.active h1.active {
  color: #231F20;
}
section.bg_dark .wrapped-title.active h1.active a:hover, body#admissions .wrapped-title.active h1.active a:hover {
  color: #231F20;
}
section.bg_dark .wrapped-title.active path, body#admissions .wrapped-title.active path {
  fill: #fff;
}
section.bg_dark nav.active .logo, body#admissions nav.active .logo {
  position: absolute;
}
@media (max-width: 1024px) {
  section.bg_dark #menuToggle, body#admissions #menuToggle {
    background-image: url(../img/icon-menu-1-w.svg);
  }
  section.bg_dark #menuToggle.close, body#admissions #menuToggle.close {
    background-image: url(../img/icon-menu-2-w.svg);
  }
}
section.bg_dark nav.active, body#admissions nav.active {
  background-image: linear-gradient(#231F20, rgba(35, 31, 32, 0.85));
}
section.bg_dark nav.active .nav-mobile, body#admissions nav.active .nav-mobile {
  background-image: linear-gradient(#231F20, rgba(35, 31, 32, 0.85));
}
section.bg_dark nav.active .nav-mobile button, body#admissions nav.active .nav-mobile button {
  border-top: 1px solid #fff;
}
section.bg_dark nav.active .nav-mobile button.parent a:last-child, body#admissions nav.active .nav-mobile button.parent a:last-child {
  background-image: url("../img/arrow-line-w.svg");
}
section.bg_dark nav.active .nav-mobile ul a, body#admissions nav.active .nav-mobile ul a {
  border-top: none;
}
section.bg_dark nav.active .nav-mobile ul a:hover, body#admissions nav.active .nav-mobile ul a:hover {
  color: inherit;
  background-color: inherit;
}
section.bg_dark nav.active .nav-mobile div, body#admissions nav.active .nav-mobile div {
  border-top: 1px solid #fff;
}
section.bg_dark nav.active .nav-mobile div a, body#admissions nav.active .nav-mobile div a {
  border-top: none;
}
section.bg_dark nav.active .nav-mobile div a .icon-svg path, body#admissions nav.active .nav-mobile div a .icon-svg path {
  fill: #fff;
}
section.bg_dark footer nav, body#admissions footer nav {
  color: #fff;
  background-image: none;
}
section.bg_dark footer nav a, section.bg_dark footer nav li a, body#admissions footer nav a, body#admissions footer nav li a {
  color: #fff;
}
section.bg_dark footer nav a:hover, section.bg_dark footer nav li a:hover, body#admissions footer nav a:hover, body#admissions footer nav li a:hover {
  color: #fff;
  background-color: transparent;
}
section.bg_dark footer .icon svg, body#admissions footer .icon svg {
  fill: white;
}
section.bg_dark footer ul, body#admissions footer ul {
  margin-left: 8px;
}
section.bg_dark footer ul li, body#admissions footer ul li {
  text-indent: 0;
}
@media (max-width: 414px) {
  section.bg_dark footer ul li, body#admissions footer ul li {
    text-indent: 0;
  }
}
section.bg_dark footer section:last-child a, body#admissions footer section:last-child a { /*social btn*/
  border: solid 2px #fff;
}
@media (max-width: 1024px) {
  section.bg_dark footer section:last-child a, body#admissions footer section:last-child a {
    border: none;
  }
}
section.bg_dark footer section:last-child a svg path, body#admissions footer section:last-child a svg path {
  fill: #fff;
}
section.bg_dark footer section:last-child a:hover, body#admissions footer section:last-child a:hover {
  background: #fff;
  color: rgba(35, 31, 32, 0.85);
}
section.bg_dark footer section:last-child a:hover svg path, body#admissions footer section:last-child a:hover svg path {
  fill: rgba(35, 31, 32, 0.85);
}
@media (max-width: 1024px) {
  section.bg_dark footer section:last-child a, body#admissions footer section:last-child a { /*social btn*/ }
  section.bg_dark footer section:last-child a svg path, body#admissions footer section:last-child a svg path {
    fill: #fff;
  }
  section.bg_dark footer section:last-child a:hover svg path, body#admissions footer section:last-child a:hover svg path {
    fill: rgba(35, 31, 32, 0.85);
  }
}
section.bg_dark footer .border, body#admissions footer .border {
  background-color: #fff;
}
section.bg_dark a, body#admissions a {
  color: #fff;
}
section.bg_dark a:hover, body#admissions a:hover {
  border-color: #fff;
}
section.bg_dark h1 a:hover, body#admissions h1 a:hover {
  color: #231F20;
}
section.bg_dark a.page_link, body#admissions a.page_link {
  color: #231F20;
  border: 2px solid #fff;
  background-color: #fff;
}
section.bg_dark svg.draw-contour, body#admissions svg.draw-contour {
  stroke: #fff;
}
@media (max-width: 414px) {
  section.bg_dark, body#admissions {
    margin-top: 0;
  }
}
section.bg_dark section, body#admissions section {
  margin-left: 0;
}
section.bg_dark li, body#admissions li {
  text-indent: 0;
}
section.bg_dark li::before, body#admissions li::before {
  content: "";
  padding-right: 0;
  text-indent: 0;
}
section.bg_dark footer ul, body#admissions footer ul {
  margin-left: 0;
}
section.bg_dark footer ul li:before, body#admissions footer ul li:before {
  content: "–";
}

section.category { /* archive-category*/
  margin: 40px 0 24px 0;
  font-size: 0;
}

section.category-dropdown { /* archive-categor:student-worky*/
  margin: -8px 0 24px 0;
}
@media (max-width: 414px) {
  section.category-dropdown {
    margin: 0 0 24px 0;
  }
}

main#faculty section {
  margin-top: 0;
}
main#faculty section:last-child {
  width: 100%;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
main#faculty section:last-child h4 {
  width: 100%;
}
@media (max-width: 414px) {
  main#faculty section:last-child {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 414px) {
  main#faculty figure:nth-of-type(odd) {
    margin-right: 10px;
  }
  main#faculty figure:nth-of-type(even) {
    margin-right: 0;
  }
}

article {
  display: flex;
  flex-flow: row wrap;
  min-height: calc(100vh - 375px); /*100vh - nav + footer */
}
@media (max-width: 1024px) {
  article {
    min-height: calc(100vh - 424px);
  }
}
article figure.hero {
  margin: 0 0 40px 0;
  padding: 0;
  width: 100%;
}
article figure.hero img {
  width: 100%;
}
article figure.hero figcaption {
  text-align: right;
}
article .back {
  width: 100%;
  padding-left: 85.3333333333px;
}
@media (max-width: 1024px) {
  article .back {
    padding-left: 0;
  }
}
@media (max-width: 414px) {
  article [class^=col_] {
    margin: 32px 0 0 0;
  }
  article [class^=col_] h1:first-child, article [class^=col_] h2:first-child, article [class^=col_] h3:first-child, article [class^=col_] h4:first-child, article [class^=col_] h5:first-child {
    margin-top: 0;
  }
}
article [class^=col_] figure { /*inline images */
  margin: 16px 0;
  margin-left: -64px;
}
@media (max-width: 414px) {
  article [class^=col_] figure {
    margin: 8px 0;
    margin-left: 0;
  }
}
article .col_article_side { /*articles*/
  width: 170.6666666667px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  article .col_article_side {
    width: 25%;
  }
}
@media (max-width: 414px) {
  article .col_article_side {
    width: 100%;
    padding-right: 0;
  }
}
article .col_article_side ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 48px;
}
@media (max-width: 414px) {
  article .col_article_side ul {
    margin-bottom: 0;
  }
}
article .col_article_side ul li {
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0;
  margin-top: 0;
  text-indent: 0;
}
article .col_article_side ul li::before {
  content: none;
}
article .col_article_side img {
  width: 100%;
}
article .col_article_side_md {
  width: 341.3333333333px;
  padding-right: 48px;
  margin: 0;
}
article .col_article_side_md img {
  width: 100%;
}
@media (max-width: 1024px) {
  article .col_article_side_md {
    width: 25%;
  }
}
@media (max-width: 414px) {
  article .col_article_side_md {
    width: 100%;
    padding-right: 0;
  }
}
article .col_article_body {
  width: 682.6666666667px;
  padding-right: 48px;
}
@media (max-width: 1024px) {
  article .col_article_body {
    width: 75%;
  }
}
@media (max-width: 414px) {
  article .col_article_body {
    width: 100%;
    padding-right: 0;
  }
}
article .article-title {
  padding-left: 85.3333333333px;
  margin: 0;
  width: 100%;
  font-size: 0;
}
@media (max-width: 414px) {
  article .article-title {
    padding-left: 0;
  }
}
article .article-title h1 {
  margin: 8px 0;
  width: 682.6666666667px;
}
@media (max-width: 414px) {
  article .article-title h1 {
    width: 100%;
  }
}
article .mixed-gallery {
  margin: 96px 0 64px 0;
  justify-content: center;
}
@media (max-width: 414px) {
  article .mixed-gallery {
    margin: 32px 0 32px 0;
  }
}
article .keyword {
  width: 100%;
  float: none;
  margin: 0;
  margin-left: 42.6666666667px;
}
@media (max-width: 1024px) {
  article .keyword {
    margin-left: 0;
  }
}
article .keyword tr {
  width: 100%;
}
@media (max-width: 414px) {
  article .keyword tr td {
    width: 100%;
    display: inline-block;
    clear: both;
  }
}
article .keyword tbody tr:first-child td {
  border: none;
  margin-top: 0;
  padding-top: 24px;
}
@media (max-width: 414px) {
  article .keyword tbody tr:first-child td {
    padding-top: 0;
  }
}
@media (max-width: 414px) {
  article .keyword tbody tr:first-child td:first-child {
    padding-top: 0;
  }
}
article .keyword tbody tr:last-child td {
  padding-bottom: 24px;
}
@media (max-width: 414px) {
  article .keyword tbody tr:last-child td {
    padding-bottom: 0;
  }
}
@media (max-width: 414px) {
  article .keyword tbody tr:last-child td:last-child {
    padding-bottom: 40px;
  }
}
article .keyword td:first-child {
  width: 170.6666666667px;
}
@media (max-width: 414px) {
  article .keyword td:first-child {
    width: 100%;
  }
}
article .keyword td:last-child {
  min-width: 50%;
  width: 100%;
}
@media (max-width: 414px) {
  article .keyword td:last-child {
    min-width: 100%;
  }
}
article .keyword h5 {
  padding-right: 32px;
  min-width: 12rem;
  margin: 8px 0;
}
@media (max-width: 414px) {
  article .keyword h5 {
    min-width: 100%;
    padding-top: 32px;
  }
}
article .keyword + section {
  margin-top: 64px;
}
@media (max-width: 414px) {
  article .keyword + section {
    margin-top: 48px;
  }
}

a.category_link {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  height: 32px;
  padding: 0 10px;
  margin: 0 8px 8px 0;
  color: #231F20;
  text-transform: uppercase;
  border: 2px solid #231F20;
  background: #fff;
  transition: background 0.25s;
}
a.category_link:hover {
  color: #fff;
  background-color: #231F20;
}
a.category_link span {
  display: inline-block;
}
a.category_link span.close {
  margin-left: 8px;
}

a.page_link {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  height: 32px;
  padding: 0 10px;
  margin: 0 0 8px 0;
  color: #fff;
  margin-right: 8px;
  border: solid 2px #231F20;
  text-transform: uppercase;
  background: #231F20;
  transition: all 0.25s;
}
a.page_link:hover {
  background: #fff;
  color: #231F20;
  border: solid 2px #231F20;
}
a.page_link[target=_blank]::after {
  content: " ↗";
}

a.section_link {
  display: inline-block;
  float: left; /*remove space between links*/
  margin: 24px 0;
  margin-right: 8px;
  font-size: 24px;
  line-height: 38px;
  height: 44px;
  border: 3px solid #231F20;
  padding: 0 10px;
  color: #231F20;
  background: #fff;
  transition: background 0.25s, color 0.25s;
}
@media (max-width: 1024px) {
  a.section_link {
    font-size: 20px;
    line-height: 36px;
    height: 40px;
  }
}
a.section_link:hover {
  background: #231F20;
  color: #fff;
}

a.category_link.current, a.category_link.dark,
a.section_link.current,
a.section_link.dark {
  background-color: #231F20;
  color: #fff;
}
a.category_link.current:hover, a.category_link.dark:hover,
a.section_link.current:hover,
a.section_link.dark:hover {
  color: #231F20;
  background-color: #fff;
}

svg.draw-contour {
  position: absolute;
  fill: none;
  stroke: #231F20;
  overflow: visible;
}

.wrapped-title path {
  transition: fill 0.25s;
}
.wrapped-title:first-child svg + h1 { /*when there is a title before */
  margin-top: 8px;
}
.wrapped-title.active h1.active {
  color: #fff;
}
.wrapped-title.active path {
  fill: #231F20;
}

.focuscrop-wrapper {
  padding: 0 !important;
  background: #e4e4e4;
  transition: opacity 0.25s;
}

a .focuscrop-wrapper:hover {
  opacity: 0.75;
}

a .grayscale {
  filter: grayscale(0%);
  transition: filter 0.25s;
}
a .grayscale:hover {
  filter: grayscale(100%);
  opacity: 1;
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.embed-container iframe {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .embed-container iframe {
    left: -88px;
  }
}
@media (max-width: 414px) {
  .embed-container iframe {
    left: 0;
  }
}
.embed-container a.number {
  right: 0;
  bottom: 0;
}

figure.landscape > a.number,
figure.square > a.number,
figure.portrait > a.number {
  top: 32px;
  right: 0;
}

.lightbox .focuscrop-wrapper:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s;
  background-image: url(../img/icon-expand.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.lightbox .focuscrop-wrapper:hover:before {
  opacity: 1;
}

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Page Specific Overrides
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
*/
aside#about {
  margin-top: 108px;
}
aside#academics {
  margin-top: 108px;
}
aside#academics-programs {
  margin-top: 84px;
}
aside#admissions {
  width: 100%;
}
aside.scroll {
  position: fixed;
  margin-left: -384px;
}
aside.scroll#about, aside.scroll#academics, aside.scroll#academics-programs, aside.scroll#admissions {
  margin-top: 16px;
}
aside.scroll + main {
  margin-left: 256px;
}
aside.no-scroll {
  position: relative;
}

@media (max-width: 414px) {
  [class^=col_] {
    width: 100%;
  }
}

.builder_wrapper {
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.builder_wrapper:first-child svg + h1 { /*when there is a title before, no bg */
  margin-top: 0;
}
@media (max-width: 414px) {
  .builder_wrapper:first-child svg + h1 {
    margin-top: 24px;
  }
}
@media (max-width: 414px) {
  .builder_wrapper section.bg_dark {
    margin-top: -12px;
  }
}
.builder_wrapper section.bg_dark .wrapper .wrapped-title:first-child svg + h1 {
  margin-top: 40px;
}

.excerpt_item .wrapper,
.bg_dark .wrapper {
  width: 1024px;
}
@media (max-width: 768px) {
  .excerpt_item .wrapper,
  .bg_dark .wrapper {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .excerpt_item.bg_yellow .wrapper {
    padding: 0 16px;
  }
}

aside + main { /* full grid exceptions: admissions, student-work, news-events*/ }
@media (max-width: 768px) {
  aside + main .wrapper {
    width: 100%;
    padding: 0;
  }
}
aside + main .bg_dark .wrapper, aside + main .bg_yellow .wrapper { /* full grid exceptions: admissions, student-work, news-events*/
  width: 1024px;
  padding-left: 256px;
}
@media (max-width: 768px) {
  aside + main .bg_dark .wrapper, aside + main .bg_yellow .wrapper {
    width: 100%;
    padding: 0;
    padding: 0 16px;
  }
}

.builder_wrapper + .builder_wrapper { /* spacing when multiple exerpts are displayed in array */
  margin: 0;
}
@media (max-width: 1024px) {
  .builder_wrapper + .builder_wrapper {
    margin: 0;
  }
}
.builder_wrapper + .builder_wrapper section.excerpt_item {
  margin: 0 0;
  padding-top: 64px;
}
.builder_wrapper + .builder_wrapper section.excerpt_item[class^=bg_] {
  margin-bottom: 0;
}

section.title.academics + section {
  margin-top: 32px;
}
@media (max-width: 414px) {
  section.title.academics + section {
    margin-top: 16px;
  }
}

section.title.academics-programs .wrapped-title:first-child {
  width: 100%;
  margin-bottom: 24px;
}

body#admissions {
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#admissions figure + .wrapped-title {
  margin-top: -48px;
}
body#admissions .excerpt_item a {
  color: #231F20;
}
body#admissions .excerpt_item h1 a:hover {
  color: #fff;
}
body#admissions .excerpt_item svg.draw-contour {
  stroke: #231F20;
}
body#admissions .excerpt_item footer nav {
  color: #231F20;
}
body#admissions .excerpt_item footer nav a, body#admissions .excerpt_item footer nav li a {
  color: #231F20;
}
body#admissions .excerpt_item footer .icon svg {
  fill: #231F20;
}
body#admissions .excerpt_item footer section:last-child a { /*social btn*/
  border: solid 2px #231F20;
}
body#admissions .excerpt_item footer section:last-child a svg path {
  fill: #231F20;
}
body#admissions .excerpt_item footer section:last-child a:hover {
  background: #fff;
  color: rgba(35, 31, 32, 0.85);
}
body#admissions .excerpt_item footer section:last-child a:hover svg path {
  fill: rgba(35, 31, 32, 0.85);
}
@media (max-width: 1024px) {
  body#admissions .excerpt_item footer section:last-child a { /*social btn*/ }
  body#admissions .excerpt_item footer section:last-child a svg path {
    fill: #231F20;
  }
  body#admissions .excerpt_item footer section:last-child a:hover svg path {
    fill: rgba(35, 31, 32, 0.85);
  }
}
body#admissions .excerpt_item footer .border {
  background-color: #231F20;
}

#news-events section.excerpt_item .date,
#admissions section.excerpt_item .date {
  display: block;
}

#news-events section.excerpt_item figure:first-of-type {
  width: 512px;
}
#news-events section.excerpt_item figure:first-of-type figcaption span:first-child {
  font-size: 24px;
  line-height: 28px;
  display: block;
  padding-bottom: 8px;
}
@media (max-width: 414px) {
  #news-events section.excerpt_item figure:first-of-type figcaption span:first-child {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 0;
  }
}
#news-events section.excerpt_item figure {
  float: left;
  width: 208px;
}
#news-events section.excerpt_item figure img {
  width: 100%;
}

body#home {
  width: 100%;
}
@media (max-width: 1024px) {
  body#home nav .logo {
    width: 224px;
  }
}
@media (max-width: 1024px) {
  body#home nav.active .logo {
    width: 156px;
    top: 12px;
  }
}

main#home {
  display: flex;
  flex-flow: row wrap;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  main#home {
    margin-top: 16px;
  }
}
main#home p {
  margin-bottom: 8px;
}
main#home h1 {
  margin: 16px 0;
}
main#home a.section_link {
  margin-top: 16px;
}
main#home a.page_link {
  margin: 0;
}
main#home a.number {
  display: flex;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  width: 32px;
  height: 32px;
  margin-top: -32px;
  background-color: white;
  justify-content: center;
  align-items: center;
}
main#home [class^=col_] {
  padding-right: 32px;
}
@media (max-width: 414px) {
  main#home [class^=col_] {
    width: 100%;
    padding-right: 0;
  }
}
main#home .col_video {
  width: 725.3333333333px;
}
@media (max-width: 1024px) {
  main#home .col_video {
    width: 60%;
    order: 1;
  }
}
@media (max-width: 414px) {
  main#home .col_video {
    width: 100%;
    padding-right: 0;
  }
}
main#home .col_news {
  width: 298.6666666667px;
  font-size: 16px;
}
main#home .col_news a {
  border-bottom: none;
}
main#home .col_news a:nth-child(2) {
  display: inherit;
}
main#home .col_news a:hover {
  border-bottom: none;
}
main#home .col_news a:hover .focuscrop-wrapper {
  opacity: 0.75;
}
main#home .col_news a:hover .wrapped-title {
  color: #fff;
}
@media (max-width: 1024px) {
  main#home .col_news {
    width: 40%;
    order: 2;
  }
}
@media (max-width: 414px) {
  main#home .col_news {
    order: 3;
    margin-top: 476px;
    width: 100%;
    padding-bottom: 48px;
    padding-right: 40px;
  }
}
@media (max-width: 320px) {
  main#home .col_news {
    width: 288px;
    margin-top: 564px;
    padding-bottom: 16px;
  }
}
@media (max-width: 320px) and (max-width: 320px) {
  main#home .col_news .wrapped-title, main#home .col_news h1 {
    width: 280px;
    padding-left: 0;
  }
}
main#home .col_news figure {
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  main#home .col_news figure {
    margin-right: 0;
  }
}
@media (max-width: 414px) {
  main#home .col_news figure {
    margin: 0;
    margin-top: 8px;
  }
}
main#home .col_academics {
  width: 533.3333333333px;
}
@media (max-width: 1024px) {
  main#home .col_academics {
    width: 52%;
    order: 3;
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  main#home .col_academics {
    width: 52%;
    order: 3;
    margin-top: -94px;
  }
}
@media (max-width: 414px) {
  main#home .col_academics {
    width: 100%;
    order: 2;
    margin-top: 0px;
  }
}
main#home .col_academics h1 {
  margin: 8px 0;
}
main#home .col_academics [class^=academics-] {
  position: absolute;
}
main#home .col_academics .academics-0 {
  margin-left: 140px;
  z-index: 10;
}
@media (max-width: 1024px) {
  main#home .col_academics .academics-0 {
    margin-left: 134px;
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  main#home .col_academics .academics-0 {
    margin-left: 140px;
  }
}
main#home .col_academics .academics-1 {
  width: 216px;
}
@media (max-width: 1024px) {
  main#home .col_academics .academics-1 {
    width: 320px;
  }
  main#home .col_academics .academics-1 span {
    display: inline-block;
  }
}
@media (max-width: 320px) {
  main#home .col_academics .academics-1 {
    width: 200px;
    padding-left: 0;
  }
}
main#home .col_academics .academics-2 {
  width: 360px;
  margin-top: 35px;
  margin-left: 216px;
}
main#home .col_academics .academics-2 span {
  display: inline-block;
}
@media (max-width: 1024px) {
  main#home .col_academics .academics-2 {
    width: 320px;
    margin-top: 94px;
    margin-left: 80px;
  }
  main#home .col_academics .academics-2 span {
    display: inline;
  }
}
@media (max-width: 768px) {
  main#home .col_academics .academics-2 {
    margin-left: 32px;
  }
  main#home .col_academics .academics-2 span {
    display: inline;
  }
}
@media (max-width: 414px) {
  main#home .col_academics .academics-2 {
    width: 336px;
    padding-left: 0px;
    margin-left: 0;
  }
  main#home .col_academics .academics-2 span {
    display: inline;
  }
}
@media (max-width: 320px) {
  main#home .col_academics .academics-2 {
    margin-top: 130px;
    width: 288px;
    padding-left: 0;
  }
}
main#home .col_academics .academics-3 {
  width: 360px;
  margin-top: 132px;
}
main#home .col_academics .academics-3 span {
  display: inline-block;
}
@media (max-width: 1024px) {
  main#home .col_academics .academics-3 {
    margin-top: 188px;
    width: 336px;
  }
}
@media (max-width: 414px) {
  main#home .col_academics .academics-3 {
    width: 336px;
    margin-top: 188px;
    padding-left: 32px;
  }
}
@media (max-width: 320px) {
  main#home .col_academics .academics-3 {
    margin-top: 260px;
    width: 288px;
  }
}
main#home .col_academics .academics-4 {
  margin-top: 228px;
  letter-spacing: -0.02rem;
}
@media (max-width: 1024px) {
  main#home .col_academics .academics-4 {
    margin-top: 282px;
    margin-left: 80px;
  }
}
@media (max-width: 768px) {
  main#home .col_academics .academics-4 {
    margin-left: 32px;
  }
}
@media (max-width: 414px) {
  main#home .col_academics .academics-4 {
    margin-top: 282px;
    margin-left: 32px;
  }
}
@media (max-width: 320px) {
  main#home .col_academics .academics-4 {
    margin-top: 354px;
  }
}
main#home .col_academics .academics-5 {
  width: 186px;
  margin-top: 169px;
  margin-left: 256px;
}
@media (max-width: 1024px) {
  main#home .col_academics .academics-5 {
    margin-top: 340px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 414px) {
  main#home .col_academics .academics-5 {
    width: 328px;
    margin-top: 340px;
    margin-left: 0;
    width: 288px;
  }
}
@media (max-width: 320px) {
  main#home .col_academics .academics-5 {
    width: 288px;
    margin-top: 412px;
  }
}
main#home .col_callout {
  order: 6;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0;
  flex: 0 0 auto;
  width: 405.3333333333px;
  height: 0;
}
@media (max-width: 1024px) {
  main#home .col_callout {
    order: 5;
    font-size: 26px;
    line-height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    width: 405.3333333333px;
    height: 0;
  }
}
@media (max-width: 768px) {
  main#home .col_callout {
    margin-top: 0;
    margin-left: 0;
    width: 405.3333333333px;
    height: auto;
  }
}
@media (max-width: 414px) {
  main#home .col_callout {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    padding-right: 32px;
  }
}
main#home .col_student-work {
  order: 4;
  width: 480px;
  margin-top: 72px;
  padding-right: 0;
}
main#home .col_student-work figure {
  margin: 8px 0 32px 0;
}
@media (max-width: 1024px) {
  main#home .col_student-work {
    order: 4;
    width: 48%;
    padding-right: 0;
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  main#home .col_student-work {
    order: 4;
    width: 48%;
    padding-right: 0;
    margin-top: 56px;
  }
}
@media (max-width: 414px) {
  main#home .col_student-work {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
main#home .col_student-work figure, main#home .col_student-work figure img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
main#home .col_student-work figcaption {
  text-align: right;
}
main#home .col_student-work a.section_link {
  margin-top: 4px;
}
main#home .col_events {
  order: 5;
  width: 100%;
  margin: 32px 0 64px 0;
}
@media (max-width: 1024px) {
  main#home .col_events {
    margin: 32px 0;
  }
}
@media (max-width: 414px) {
  main#home .col_events {
    margin: 0 0 40px 0;
  }
}
main#home .col_events a.page_link {
  margin-bottom: 8px;
}
main#home .col_events a.number, main#home .col_events a.number:hover {
  border-bottom: none;
}
main#home .col_events a.number:hover {
  background-color: #231F20;
  color: #fff;
}
main#home .mixed-gallery {
  order: 7;
  margin: 48px 0 64px 0;
  margin-left: 85.3333333333px;
  display: flex;
  justify-content: flex-end;
  min-width: 50%;
}
main#home .mixed-gallery ol {
  order: 1;
  margin-left: calc(100% - 240px + 15.48px);
  padding-bottom: 32px;
  background-color: red;
}
main#home .mixed-gallery ol.caption-list {
  background-color: red;
}
main#home .mixed-gallery figure {
  order: 2;
  margin: 0 0 32px 32px;
}
@media (max-width: 1024px) {
  main#home .mixed-gallery {
    margin-left: 0;
    margin-top: 234px;
  }
  main#home .mixed-gallery ol {
    order: 1;
    margin-left: calc(100% - 240px + 15.48px);
    padding-bottom: 32px;
  }
  main#home .mixed-gallery figure {
    order: 2;
  }
}
@media (max-width: 768px) {
  main#home .mixed-gallery {
    margin-left: 0;
    margin-top: -80px;
  }
  main#home .mixed-gallery ol {
    order: 1;
    margin-left: calc(100% - 240px + 15.48px);
    padding-bottom: 32px;
  }
  main#home .mixed-gallery figure {
    order: 2;
  }
}
@media (max-width: 414px) {
  main#home .mixed-gallery {
    margin-left: 0;
    margin-top: 64px;
  }
  main#home .mixed-gallery figure, main#home .mixed-gallery figure img {
    width: 100%;
    margin: 0 0 16px 0;
  }
  main#home .mixed-gallery ol {
    order: 2;
    margin: 0 0 24px 1em;
  }
  main#home .mixed-gallery figure {
    order: 1;
  }
}

section#topic {
  background-image: linear-gradient(rgba(198, 181, 237, 0.33), #f6f8ad);
  margin: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  section#topic main {
    padding: 0 16px;
    margin-top: 32px;
  }
}
@media (max-width: 414px) {
  section#topic main {
    padding: 0 16px;
  }
}
section#topic span.section_link,
section#topic a.section_link,
section#topic button {
  margin-top: 4px;
  margin-bottom: 4px;
}
section#topic span.section_link, section#topic button {
  display: inline-block;
  float: left;
  margin-right: 8px;
  font-size: 24px;
  line-height: 38px;
  height: 44px;
  border: 3px solid #231F20;
  padding: 0 10px;
  color: #231F20;
  background: #fff;
  transition: background 0.25s, color 0.25s;
}
@media (max-width: 1024px) {
  section#topic span.section_link, section#topic button {
    font-size: 20px;
    line-height: 36px;
    height: 40px;
  }
}
section#topic button:hover {
  color: #fff;
  background: #231F20;
}
section#topic div.topic-all {
  display: none;
}

article.research .col_article_side,
article.student-work .col_article_side,
article.news .col_article_side,
article.events .col_article_side {
  text-align: right;
}
@media (max-width: 414px) {
  article.research .col_article_side,
  article.student-work .col_article_side,
  article.news .col_article_side,
  article.events .col_article_side {
    text-align: left;
  }
}

article.student-work .keyword li,
article.faculty .keyword li {
  list-style: none;
  padding-bottom: 4px;
}

article.events h4:first-child {
  margin: 0 16px 0 0;
  display: inline-block;
}
article.events .rsvp {
  margin-bottom: 40px;
}
article.events .section_link {
  float: none;
}
article.events .keyword + .rsvp {
  margin-top: 8px;
}
article.events .col_article_side {
  text-align: left;
}
article.events .col_article_body {
  margin-top: 32px;
  margin-left: 128px;
}
@media (max-width: 414px) {
  article.events .col_article_body {
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  article.events section.callout {
    margin-bottom: 48px;
  }
}

article.research [class^=col_] figure {
  margin-left: 0;
  padding-left: 64px;
}

article.faculty .wrapped-title + h4 {
  margin: 0;
}
@media (max-width: 414px) {
  article.faculty .wrapped-title + h4 {
    margin: 32px 0;
  }
}
article.faculty [class^=col_] figure {
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 414px) {
  article.faculty [class^=col_] figure {
    margin: 16px 0;
  }
}
article.faculty table {
  width: 100%;
}
article.faculty table tbody tr:first-child td {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 1024px) {
  article.faculty .col_article_side_md {
    width: 40%;
  }
}
@media (max-width: 414px) {
  article.faculty .col_article_side_md {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  article.faculty .col_article_body {
    width: 60%;
  }
}
@media (max-width: 414px) {
  article.faculty .col_article_body {
    width: 100%;
  }
}
article.faculty .col_article_body table td:first-child {
  width: 85.3333333333px;
}
@media (max-width: 414px) {
  article.faculty .col_article_body table td:first-child {
    width: 20%;
  }
}
article.faculty .col_article_body table td:last-child {
  width: 597.3333333333px;
}
@media (max-width: 414px) {
  article.faculty .col_article_body table td:last-child {
    width: 80%;
  }
}
@media (max-width: 414px) {
  article.faculty .col_article_body table.keyword td:first-child {
    width: 100%;
  }
}
@media (max-width: 414px) {
  article.faculty .col_article_body table.keyword td:last-child {
    width: 100%;
  }
}
article.faculty .email {
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 414px) {
  article.faculty .email {
    margin-bottom: 48px;
  }
}
article.faculty .email div {
  border-bottom: 1px dashed #231F20;
  transform: translateY(-50%);
}
article.faculty .email a {
  background-color: #fff;
  color: #231F20;
  border-bottom-width: 0;
  border-bottom-style: solid;
  width: auto;
  padding: 0.3rem 8px;
  transform: translateY(55%);
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0.3rem 8px;
  border: 2px solid #231F20;
  word-break: break-word;
  text-decoration: none;
}
article.faculty .email a:hover {
  color: #fff;
  background-color: #231F20;
}
article.faculty .email a::before {
  right: 4px;
  position: absolute;
  background-position: right top;
  float: right;
}
article.faculty .email a span {
  padding-left: 8px;
  margin-right: 32px;
}

article.publication [class^=col_] figure {
  margin-left: 0;
  margin-top: 0;
  margin-right: 64px;
}
@media (max-width: 414px) {
  article.publication [class^=col_] figure {
    margin-right: 0;
  }
}
article.publication.portrait figure {
  width: 341.3333333333px;
}
article.publication.portrait .col_article_body {
  width: 682.6666666667px;
}
@media (max-width: 1024px) {
  article.publication.portrait .col_article_body {
    width: 50%;
  }
}
@media (max-width: 414px) {
  article.publication.portrait .col_article_body {
    width: 100%;
  }
}
article.publication.landscape figure, article.publication.landscape .col_article_body {
  width: 512px;
}
@media (max-width: 1024px) {
  article.publication.landscape figure, article.publication.landscape .col_article_body {
    width: 50%;
  }
}
@media (max-width: 414px) {
  article.publication.landscape figure, article.publication.landscape .col_article_body {
    width: 100%;
  }
}
article.publication .article-title {
  padding-left: 0;
}
@media (max-width: 414px) {
  article.publication .article-title + h4 {
    margin: 40px 0 32px 0;
  }
}
article.publication .col_article_body {
  margin-bottom: 96px;
}
@media (max-width: 414px) {
  article.publication .col_article_body {
    margin-bottom: 32px;
  }
}
article.publication a.page_link:last-child {
  margin-top: 24px;
}

article.topic {
  min-height: calc(100vh - 644px);
}
article.topic .title, article.topic .singlecol_text {
  width: 100%;
}
article.topic h1 {
  margin: 0 0 32px 0;
}
article.topic section.gallery {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  margin-top: 0;
}
@media (max-width: 414px) {
  article.topic .topic-faculty {
    width: 100%;
  }
}
@media (max-width: 414px) {
  article.topic .topic-faculty figure:nth-of-type(odd) {
    margin-right: 10px;
  }
  article.topic .topic-faculty figure:nth-of-type(even) {
    margin-right: 0;
  }
}

.calendar-events {
  width: 100%;
}
.calendar-events tr:first-child td {
  border-top: 0;
}
.calendar-events tr.date-spacer {
  height: 32px;
}
.calendar-events tr.date-spacer:first-child {
  height: 0;
}
.calendar-events tr.date-new-start {
  border-top: 1px dashed;
  height: 8px;
}
.calendar-events tr.date-repeat-start {
  border-top: 0;
}
.calendar-events td.calendar-date {
  padding: 4px 0;
  width: 256px;
}
.calendar-events td.calendar-body {
  padding: 4px;
}

main#sign-up-for-our-mailing-list section {
  margin: 40px 0;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup {
  width: 684px;
}
@media (max-width: 414px) {
  main#sign-up-for-our-mailing-list section #mc_embed_signup {
    width: 100%;
  }
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .indicates-required {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  text-align: right;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  display: flex;
  flex-flow: row wrap;
  margin: 8px 0 16px 0;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label, main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input, main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group select {
  font-family: "gt-ucla-cinetype", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label, main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input, main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group select {
    font-size: 17.2px;
    line-height: 22px;
  }
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
  width: 341.3333333333px;
  padding-right: 16px;
  display: inline-block;
}
@media (max-width: 414px) {
  main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
    width: 85%;
  }
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input, main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group select {
  border: 1px solid;
  padding: 0 12px;
  width: 341.3333333333px;
  height: 40px;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.input-group {
  flex-direction: column;
  margin: 48px 0;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.input-group label {
  width: 684px;
}
@media (max-width: 414px) {
  main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.input-group label {
    width: 100%;
  }
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.input-group input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 16px;
  cursor: pointer;
  border-radius: 0;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group h4 {
  margin-bottom: 8px;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group ul {
  margin-left: 0;
  margin: 0;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group ul li {
  text-indent: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll .mc-field-group ul li::before {
  content: none;
  text-indent: 0;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll input[type=submit] {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  height: 32px;
  padding: 0 10px;
  color: #fff;
  margin-right: 8px;
  text-transform: uppercase;
  background: #231F20;
  border-width: 2px;
  border-style: solid;
  border-color: #231F20;
  -webkit-appearance: none;
  border-radius: 0;
}
main#sign-up-for-our-mailing-list section #mc_embed_signup #mc_embed_signup_scroll input[type=submit]:hover {
  background: #fff;
  color: #231F20;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
