@charset "UTF-8";
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*
$blue: #137F9A;
$gsoe-blue: #007BBD;
$dark-blue: #003B5C;
$pharmacy-green: #01641f;
$nursing-purple: #7C2F7D;
$msmhs-gray: #707070;
$msmhs-blue: #092449;
$mph-orange: #D53D01;
$pa-teal: #0E8172;
$com-red: #bf0111;
*/
/*
$gsoe-blue: linear-gradient(to right, #137F9A, #0E838B);
$pharmacy-green: linear-gradient(to right, #137F9A, #0E838B);
$nursing-purple: linear-gradient(to right, #137F9A, #0E838B);
$msmhs-gray: linear-gradient(to right, #137F9A, #0E838B);
$msmhs-blue: linear-gradient(to right, #137F9A, #0E838B);
$mph-orange: linear-gradient(to right, #137F9A, #0E838B);
$pa-teal: linear-gradient(to right, #137F9A, #0E838B);
$com-red: linear-gradient(to right, #137F9A, #0E838B);
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.wf-loading * {
  opacity: 0; }

*,
::before,
::after {
  flex: 0 1 auto;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  word-wrap: break-word; }

button,
label,
[type='submit'] {
  cursor: pointer; }

iframe {
  border: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

svg {
  fill: currentColor; }

[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

figure {
  margin: 0; }

._debugOutput {
  display: none !important; }

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  left: -10000;
  top: auto; }

.svgstore {
  display: block;
  position: relative; }
  .svgstore::before {
    display: block;
    content: ''; }
  .svgstore svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body {
  font-family: "Lexend", sans-serif;
  color: #000; }

a {
  color: #0F6175;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #003B5C; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700; }

h1, .h1 {
  margin-bottom: .5rem;
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 8px #00004d;
  padding: 0 2rem;
  font-size: 4.375rem; }
  
h1.nobanner, .h1.nobanner {
    margin: 0 auto;
    line-height: 1.5;
    color: #003B5C;
    text-shadow: none; }

h2, .h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.5;
  text-transform: uppercase;
  color: #003B5C;
  text-shadow: none;
  padding: 0; }
  h2::after, .h2::after {
    background: none repeat scroll 0 0 #0282AF;
    bottom: -10px;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 35px;
    margin-bottom: 3rem; }

.h2::after {
  display: none; }

.main__event__content h2 {
  font-size: 2.5rem;
  text-transform: none; }
  .main__event__content h2::after {
    display: none; }

.centertext h2 {
  text-align: center; }
  .centertext h2::after {
    left: 50%; }

h3, .h3 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #003B5C; }

h4, .h4, .news_events_body h3 {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #003B5C; }

h5, .h5, .news_events_body h4 {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
  line-height: 1.2; }

p {
  line-height: 1.625;
  margin: 0 0 1.111rem 0;
  font-size: 1.25rem; }

ul,
ol {
  margin: 1rem 0;
  line-height: 1.625; }
  ul > :first-child,
  ol > :first-child {
    margin-top: 0; }
  ul > :last-child,
  ol > :last-child {
    margin-bottom: 0; }
  ul li,
  ol li {
    margin-bottom: 0.75rem;
    font-size: 1.25rem; }
    ul li::marker,
    ol li::marker {
      color: #003B5C; }

.p-large {
  font-size: 1.875rem;
  font-weight: 700;
  color: #003B5C;
  line-height: 1.5; }

.bold {
  font-weight: 700; }

@media (max-width: 1600px) {
  h1 {
    font-size: 4.375rem; } }

@media (max-width: 1500px) {
  h1 {
    font-size: 3.75rem; }
  h2 {
    font-size: 3.125rem; } }

@media (max-width: 1300px) {
  h1 {
    font-size: 3.4375rem; }
  h2 {
    font-size: 2.8125rem; } }

@media (max-width: 1200px) {
  h3, .news_events_body h2 {
    font-size: 1.875rem;
    line-height: 1.25; } }

@media (max-width: 1023px) {
  h1 {
    margin: 0 0 10% 0;
    padding: 0 1rem; }
  h2, .h2 {
    font-size: 2.8125rem; }
  h4, .news_events_body h3 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
    line-height: 1.5; }
  p, ul li, ol li {
    font-size: 1.125rem; }
  .p-large {
    font-size: 1.5625rem; } }

@media (max-width: 900px) {
  h1 {
    font-size: 3.125rem; } }

@media (max-width: 700px) {
  h1 {
    font-size: 2.375rem; }
  h2, .h2 {
    font-size: 2.1875rem; } }

@media (max-width: 550px) {
  h1 {
    font-size: 1.75rem; }
  h2, .h2 {
    font-size: 1.5625rem; }
  h3, .news_events_body h2 {
    font-size: 1.375rem; }
  h4, .news_events_body h3 {
    font-size: 1.25rem; }
  p, ul li, ol li, .content .table table {
    font-size: 1rem; }
  .p-large, .content .table table th {
    font-size: 1.375rem; } }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xxs,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-offset-0,
.col-xxs-offset-1,
.col-xxs-offset-2,
.col-xxs-offset-3,
.col-xxs-offset-4,
.col-xxs-offset-5,
.col-xxs-offset-6,
.col-xxs-offset-7,
.col-xxs-offset-8,
.col-xxs-offset-9,
.col-xxs-offset-10,
.col-xxs-offset-11,
.col-xxs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xxs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xxs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xxs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xxs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xxs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xxs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xxs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xxs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xxs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xxs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xxs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xxs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xxs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xxs-offset-0 {
  margin-left: 0; }

.col-xxs-offset-1 {
  margin-left: 8.33333333%; }

.col-xxs-offset-2 {
  margin-left: 16.66666667%; }

.col-xxs-offset-3 {
  margin-left: 25%; }

.col-xxs-offset-4 {
  margin-left: 33.33333333%; }

.col-xxs-offset-5 {
  margin-left: 41.66666667%; }

.col-xxs-offset-6 {
  margin-left: 50%; }

.col-xxs-offset-7 {
  margin-left: 58.33333333%; }

.col-xxs-offset-8 {
  margin-left: 66.66666667%; }

.col-xxs-offset-9 {
  margin-left: 75%; }

.col-xxs-offset-10 {
  margin-left: 83.33333333%; }

.col-xxs-offset-11 {
  margin-left: 91.66666667%; }

.start-xxs {
  justify-content: flex-start;
  text-align: start; }

.center-xxs {
  justify-content: center;
  text-align: center; }

.end-xxs {
  justify-content: flex-end;
  text-align: end; }

.top-xxs {
  align-items: flex-start; }

.middle-xxs {
  align-items: center; }

.bottom-xxs {
  align-items: flex-end; }

.around-xxs {
  justify-content: space-around; }

.between-xxs {
  justify-content: space-between; }

.first-xxs {
  order: -1; }

.last-xxs {
  order: 1; }

@media only screen and (min-width: 33em) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-xs-offset-0 {
    margin-left: 0; }
  .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .start-xs {
    justify-content: flex-start;
    text-align: start; }
  .center-xs {
    justify-content: center;
    text-align: center; }
  .end-xs {
    justify-content: flex-end;
    text-align: end; }
  .top-xs {
    align-items: flex-start; }
  .middle-xs {
    align-items: center; }
  .bottom-xs {
    align-items: flex-end; }
  .around-xs {
    justify-content: space-around; }
  .between-xs {
    justify-content: space-between; }
  .first-xs {
    order: -1; }
  .last-xs {
    order: 1; } }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 50em) {
  .container {
    width: 51rem; } }

@media only screen and (min-width: 54em) {
  .container {
    width: 55rem; } }

@media only screen and (min-width: 60em) {
  .container {
    width: 61rem; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

.canvas {
  position: relative;
  overflow: hidden; }

.background-blue {
  background-color: #003B5C; }

.background-gray {
  background-color: #f7f4f2; }


  .background-pattern-bluegradient h2 {
    color: #fff; }
    .background-pattern-bluegradient h2::after {
      display: none; }

.center {
  margin: auto; }

.pagination {
  font-size: 1.5rem; }
  .pagination a {
    padding-left: 5px; }
  .pagination .currentpage {
    padding-left: 5px; }

.hide {
  position: absolute;
  left: -999rem; }

.skip a {
  position: absolute;
  left: -10000rem;
  top: -2rem;
  width: .1rem;
  height: .1rem;
  overflow: hidden;
  z-index: 100;
  color: #fff;
  outline: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-bottom-right-radius: .3rem;
  transition: top 1s ease-out; }
  .skip a:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: #047D9B;
    transition: top .1s ease-in;
    color: #fff; }

.img-circle img {
  border-radius: 50%; }

@media print {
  header,
  footer {
    display: none; }
  img.print {
    display: block;
    max-width: 500px;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid; }
  img {
    display: none !important; }
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%; }
  #mobile__subnav {
    display: none; }
  .accordion__content {
    visibility: visible !important;
    position: static !important;
    left: auto !important; }
  .social-icons {
    display: none; }
  #news-list-page .title {
    font-size: 2.1875rem; }
  .news_events_landing_page_layout.stories .intro {
    font-size: 1.125rem; }
  /* show accordion on stories e.g https://tcop.touro.edu/news/stories/touro-college-of-pharmacy-welcomes-class-of-2024.php */
  #main-content .aggregated-landing #aggregated-content .story p.read_more {
    display: none; }
  #main-content .aggregated-landing #aggregated-content .story .full_story {
    display: block; }
  #main-content .aggregated-landing #aggregated-content .story .full_story .read_less {
    display: none; }
  .button,
  a.button {
    display: none !important; }
  .news-main-image {
    display: none; }
  p {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid; }
  h2 {
    color: #000; }
    h2::after {
      background-color: #000; }
  h1, h3, h4, .p-large, .breadcrumb.no_banner#section_breadcrumb, .breadcrumb.no_banner#section_breadcrumb a {
    color: #000 !important; }
  .background-pattern, .background-gray, .background-school {
    background: #fff; }
  #header-container, .rainbow, .embed-container, .flickrAlbum {
    display: none; }
  #hero.landing .hero_img video, #hero.landing .hero_img #video_overlays, #hero.landing .hero_img button, #hero.landing .hero_img .overlay {
    display: none; }
  #hero.landing .hero_img #js-video {
    background-image: none !important;
    height: auto; }
  #hero.landing .hero_img h1 {
    position: unset !important;
    left: 0;
    top: 0;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 2rem;
    width: 100%;
    padding: 0; }
  #hero.landing .hero_stats {
    background: #fff; }
    #hero.landing .hero_stats .row .stat {
      color: #000;
      margin-bottom: 20px; }
  body.homepage #become_a_touro_bull, body.homepage #areas_of_study .dropdown-container, body.homepage #this_is_touro, body.homepage #tuc_events {
    display: none; }
  body.homepage #areas_of_study {
    padding: 2rem; }
  body.school #school_navigation_container, body.school .programs-container .image, body.school .video_module, body.school .news_module, body.school .events, body.school #subfooter {
    display: none; }
  body.school .p-large, body.school .content h4 {
    color: #000; }
  body.school .promo_block {
    background: #fff !important; }
    body.school .promo_block .overlay {
      display: none; }
  body.school .faculty_grid {
    display: block !important; }
    body.school .faculty_grid h2, body.school .faculty_grid h1, body.school .faculty_grid a, body.school .faculty_grid .fa-li {
      color: #000; }
  .hero_grid {
    display: block !important;
    margin-top: 2rem; }
    .hero_grid #sidebar, .hero_grid .overlay.gradient, .hero_grid .hero_img {
      display: none; }
    .hero_grid .header {
      display: block; }
    .hero_grid #section_breadcrumb {
      text-shadow: none;
      color: #000; }
      .hero_grid #section_breadcrumb a {
        color: #000; }
  #events_landing aside {
    display: none; }
  #events_landing #event_listing_well {
    width: 100%; }
    #events_landing #event_listing_well h3.date {
      border-bottom-color: #000; }
    #events_landing #event_listing_well a, #events_landing #event_listing_well .add-to-calendar, #events_landing #event_listing_well .event-listing .event-address-box .event-address, #events_landing #event_listing_well .school-name {
      color: #000; }
  .main__event__content .map {
    display: none; }
  .main__event__content h3.date {
    border-bottom-color: #000; }
  .main__event__content a, .main__event__content .add-to-calendar, .main__event__content .event-address-box .event-address, .main__event__content .school-name, .main__event__content h2 {
    color: #000 !important; }
  .main__event__content .event-footer {
    border-top: 0 !important; }
  #directory_well #directory_search, #directory_well #directory_alpha {
    display: none !important; }
  #directory_well #directory_results {
    border-top: 0 !important; }
    #directory_well #directory_results a {
      color: #000; }
    #directory_well #directory_results .staff {
      border-bottom-color: #000 !important; } }

.accordion-group {
  margin: 3rem 0; }

.accordion {
  padding: 0.25rem 0; }

.accordion__text {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #137F9A, #0E838B);
  height: 3rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s; }
  .accordion__text:hover {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1); }
  .accordion__text h2,
  .accordion__text h3,
  .accordion__text h4,
  .accordion__text h5,
  .accordion__text p {
    display: inline-block;
    font-size: 1.5rem;
    font-family: "Lexend", sans-serif;
    color: #fff;
    cursor: pointer;
    margin: 0 1rem;
    font-weight: bold;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0; }

.accordion__toggle {
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 1rem 1rem 1rem 1.2rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background: #003B5C;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.25rem; }
  .accordion__toggle .fa-angle-up {
    display: none; }
    .accordion--active .accordion__toggle .fa-angle-up {
      display: inline-block; }
  .accordion__toggle .fa-angle-down {
    display: inline-block; }
    .accordion--active .accordion__toggle .fa-angle-down {
      display: none; }
  .accordion--table .accordion__toggle {
    color: #fff; }
    @media (min-width: 48em) {
      .accordion--table .accordion__toggle {
        position: absolute;
        left: -999rem;
        visibility: hidden; } }

.accordion__content {
  position: absolute;
  left: -999rem;
  visibility: hidden;
  padding: 1rem 2rem;
  background-color: #f7f4f2; }
  .accordion--active .accordion__content {
    position: static;
    left: auto;
    visibility: visible; }
  @media (min-width: 48em) {
    .accordion--table .accordion__content {
      position: static;
      left: auto;
      visibility: visible; } }

.accordion__name {
  margin-top: 0;
  margin-bottom: 0.25rem; }
  .accordion__name a {
    color: #0F6175;
    text-decoration: none; }
    .accordion__name a:hover, .accordion__name a:focus {
      color: #0F6175;
      background-image: linear-gradient(currentColor, currentColor);
      background-repeat: repeat-x;
      background-position: 0 90%;
      background-size: 100% 0.0625rem; }

.accordion__title {
  display: block;
  margin-bottom: 0.75rem; }

@media (max-width: 48em) {
  .accordion-break:before {
    content: "\a";
    white-space: pre; } }

.background-gray .accordion__content {
  background: #fff; }

@media (max-width: 1200px) {
  .accordion__text {
    height: 3.5rem; }
    .accordion__text h2,
    .accordion__text h3,
    .accordion__text h4,
    .accordion__text h5,
    .accordion__text p {
      font-size: 1.125rem;
      line-height: 1.1; }
    .accordion__text .accordion__toggle {
      height: 3.5rem; } }

@media (max-width: 767px) {
  .accordion__text h2,
  .accordion__text h3,
  .accordion__text h4,
  .accordion__text h5,
  .accordion__text p {
    font-size: 1rem; } }

@media (max-width: 550px) {
  .accordion__text {
    height: 5rem; }
    .accordion__text .accordion__toggle {
      height: 5rem; } }

blockquote {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.5rem solid #047D9B;
  border-bottom: 0.5rem solid #047D9B;
  margin: 2rem 0; }
  .sidebar__panel blockquote {
    margin-top: 0; }
  blockquote q {
    display: inline-block;
    font-size: 1.875rem;
    line-height: 1.2;
    padding-left: 1rem;
    padding-right: 1rem; }
  blockquote cite {
    display: block;
    color: #0F6175;
    font-size: 0.75rem;
    font-family: "Lexend", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 1rem; }

.breadcrumb a {
  color: #fff; }

.breadcrumb.no_banner#section_breadcrumb {
  padding-top: 1.5rem;
  text-shadow: none;
  color: #003B5C;
  font-size: 1.25rem; }
  .breadcrumb.no_banner#section_breadcrumb a {
    color: #0F6175; }

.button {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, #137F9A, #0E838B);
  color: #fff;
  cursor: pointer;
  font-family: "Lexend", sans-serif;
  text-align: center;
  font-size: 1.125rem;
  padding: 1rem 1.75rem;
  justify-content: center;
  text-decoration: none;
  margin: 0 0 .25rem;
  font-weight: 700; }
  .button:hover {
    color: #fff;
    background: #003B5C; }
    .button:hover::after {
      color: #fff; }
  .button::after {
    content: '\2192';
    color: #003B5C;
    margin-left: .75rem; }
  .button.light {
    background: #f7f4f2;
    color: #003B5C; }
    .button.light::after {
      color: #0F6175; }
    .button.light:hover {
      color: #fff;
      background: #003B5C; }
      .button.light:hover::after {
        color: #fff; }
  .button.dark {
    color: #fff;
    background: #003B5C; }
    .button.dark::after {
      color: #fff; }
    .button.dark:hover {
      background: #0F6175; }
  .button.white {
    background: white;
    color: #003B5C; }
    .button.white::after {
      color: #0F6175; }
    .button.white:hover {
      color: #fff;
      background: #003B5C; }
      .button.white:hover::after {
        color: #fff; }
  .button.noarrow::after {
    content: none; }

@media (max-width: 767px) {
  .button {
    font-size: 1rem; } }

#directory_well #directory_search {
  width: 100%;
  display: table;
  margin-bottom: 2rem; }
  #directory_well #directory_search div.column {
    display: table-cell;
    vertical-align: top; }
    #directory_well #directory_search div.column.submit input {
      padding-top: 0.65rem; }
    #directory_well #directory_search div.column label {
      font-size: 1.2rem;
      letter-spacing: .6px;
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Lexend", sans-serif; }
    #directory_well #directory_search div.column.name {
      width: 29%;
      padding-right: 1%; }
      #directory_well #directory_search div.column.name input {
        margin-top: .5rem;
        height: 48px;
        width: 100%;
        border: 2px solid #047D9B;
        border-radius: 3px;
        padding: 1rem; }
    #directory_well #directory_search div.column.school {
      width: 38%;
      padding-right: 2%; }
      #directory_well #directory_search div.column.school .form__select {
        margin-bottom: 0.5rem; }
      #directory_well #directory_search div.column.school .caption {
        font-size: 1rem;
        color: #000;
        font-family: "Lexend", sans-serif; }
    #directory_well #directory_search div.column.school, #directory_well #directory_search div.column.dept {
      width: 29%;
      padding-right: 1%; }
      #directory_well #directory_search div.column.school .form__select, #directory_well #directory_search div.column.dept .form__select {
        width: 100%;
        height: 48px;
        border: 2px solid #047D9B;
        border-radius: 3px;
        padding: 0;
        margin: .5rem 0; }
        #directory_well #directory_search div.column.school .form__select .form__select__text, #directory_well #directory_search div.column.dept .form__select .form__select__text {
          font-size: .9rem;
          background-color: transparent; }
        #directory_well #directory_search div.column.school .form__select .form__select__arrow, #directory_well #directory_search div.column.dept .form__select .form__select__arrow {
          padding-top: 0.65rem; }
    #directory_well #directory_search div.column.submit {
      width: 10%;
      padding-top: 1.65rem; }
      #directory_well #directory_search div.column.submit input {
        margin-top: 0.25rem;
        height: 46px;
        width: 100%;
        border: 2px solid #047D9B;
        background: #047D9B;
        border-radius: 3px;
        color: #fff;
        font-weight: 700; }
        #directory_well #directory_search div.column.submit input:hover {
          background: transparent;
          color: #047D9B; }

#directory_well .form__select {
  margin-top: .5rem; }

#directory_well #directory_alpha {
  width: 100%;
  border: 2px solid #047D9B;
  border-right: 0;
  display: table;
  margin-bottom: 80px; }
  #directory_well #directory_alpha a {
    display: table-cell;
    border-right: 2px solid #047D9B;
    text-align: center;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    color: #000; }
    #directory_well #directory_alpha a:hover, #directory_well #directory_alpha a:select {
      background: #047D9B;
      color: #fff; }

#directory_well #directory_results {
  width: 100%;
  border-top: 4px solid #047D9B;
  padding-top: 40px; }
  #directory_well #directory_results .staff {
    width: 100%;
    min-height: 120px;
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    float: none;
    border-bottom: 2px solid #047D9B; }
    #directory_well #directory_results .staff h3 {
      font-size: 1.5rem;
      margin: 0;
      font-weight: 700; }
    #directory_well #directory_results .staff h4 {
      margin: 0 12px 0 0;
      text-transform: uppercase;
      font-size: 1.1rem;
      font-family: "Lexend", sans-serif;
      text-transform: none;
      font-style: oblique; }
    #directory_well #directory_results .staff h5 {
      font-size: 0.875rem;
      font-weight: 700;
      text-transform: uppercase;
      margin: 20px 0 10px 0;
      color: #000; }
    #directory_well #directory_results .staff ul {
      font-size: 0.875rem;
      margin-left: 18px;
      padding: 0;
      margin-top: 0; }
      #directory_well #directory_results .staff ul li {
        font-size: 1rem; }
    #directory_well #directory_results .staff a.email {
      display: block;
      margin-bottom: 5px; }
    #directory_well #directory_results .staff .phone-number {
      margin-top: 8px;
      display: inline-block; }
    #directory_well #directory_results .staff .location {
      border: 0;
      display: table-cell;
      line-height: 1.625rem; }

@media (max-width: 1023px) {
  #directory_well #directory_alpha {
    display: grid;
    height: 90px;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: 50% 50%;
    grid-column-gap: 0;
    border: 1px solid #0F6175; }
  #directory_well #directory_alpha a {
    line-height: 44px;
    width: auto;
    height: 44px;
    display: inline-block;
    border: 1px solid #0F6175; } }

@media (max-width: 699px) {
  #directory_well #directory_alpha {
    display: grid;
    height: 129px;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 33.33% 33.33% 33.33%;
    grid-column-gap: 0;
    border: 1px solid #0F6175; }
  #directory_well #directory_alpha a {
    line-height: 44px;
    width: auto;
    height: 44px;
    display: inline-block;
    border: 1px solid #0F6175; }
  #directory_well #directory_results .staff {
    width: 100%;
    margin-right: 0; }
  #directory_well #directory_search {
    width: 100%;
    display: block;
    margin-bottom: 2rem; }
  #directory_well #directory_search div.column {
    display: block;
    margin-bottom: 1rem;
    padding-right: 0;
    width: 100%; }
  #directory_well #directory_search div.column.name {
    width: 100%; }
  #directory_well #directory_search div.column.school,
  #directory_well #directory_search div.column.dept {
    width: 100%; }
  #directory_well #directory_search div.column.submit {
    width: 100%;
    padding-top: 0; }
  #directory_well.gamma #directory_search div.column {
    width: 100%;
    display: block; }
  #directory_well.gamma #directory_search div.column.name {
    width: 100%;
    padding-right: 0; }
  #directory_well.gamma #directory_search div.column.school,
  #directory_well.gamma #directory_search div.column.dept {
    width: 100%;
    padding-right: 0%; }
  #directory_well.gamma #directory_search div.column.submit {
    width: 100%;
    padding-top: 0; } }

@media (max-width: 449px) {
  #directory_well #directory_alpha {
    display: grid;
    height: 176px;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 25%);
    grid-column-gap: 0;
    border: 1px solid #0F6175; }
  #directory_well #directory_alpha a {
    line-height: 44px;
    width: auto;
    height: 44px;
    display: inline-block;
    border: 1px solid #0F6175; } }

.drawer {
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: visibility 300ms ease, -webkit-transform 300ms ease;
  transition: visibility 300ms ease, transform 300ms ease;
  transition: visibility 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px; }
  .drawer--active .drawer {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  @media (min-width: 32em) {
    .drawer {
      width: 75vw;
      box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.5); } }
  @media (min-width: 48em) {
    .drawer {
      width: 50vw; } }
  @media (min-width: 64em) {
    .drawer {
      width: 40vw; } }
  @media (min-width: 80em) {
    .drawer {
      width: 35vw; } }
  .drawer nav {
    display: none; }

body.drawer-menu-active .drawer nav {
  display: block; }

.drawer--overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4; }

.drawer__overflow {
  overflow-y: auto;
  height: 100vh; }

.drawer__header {
  display: flex;
  align-items: center;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.9px;
  padding: 0.5rem 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.drawer__close {
  width: 2rem;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem;
  margin-left: auto;
  margin-right: 0; }

.drawer--active {
  overflow: hidden; }

.search__drawer {
  position: absolute;
  left: -999rem;
  visibility: hidden; }
  .drawer-search-active .search__drawer {
    position: static;
    left: auto;
    visibility: visible; }

@media (max-width: 960px) {
  .drawer {
    width: 100%; } }

.dropdown {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: .8rem;
  font-family: "Lexend", sans-serif; }
  .dropdown span, .dropdown svg {
    cursor: pointer; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #203D7c;
  min-width: 160px;
  padding: 10px 18px;
  left: -18px;
  z-index: 1; }
  .dropdown-content a {
    display: block;
    margin-top: 25px;
    margin-bottom: 20px; }

.dropdown-active .dropdown-content {
  display: block; }

.menu-active .dropdown svg {
  display: none; }

.menu-active .dropdown span {
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block; }
  .menu-active .dropdown span::after {
    content: ':'; }

.menu-active .dropdown-content {
  display: block;
  position: relative;
  padding: 0;
  left: auto; }
  .menu-active .dropdown-content a {
    margin: 15px 0 0 0; }

#emergencyNotification .notification {
  padding: 1rem 0;
  color: #fff;
  background-color: #0F6175;
  position: relative; }
  #emergencyNotification .notification button {
    position: absolute;
    top: 20px;
    right: 20px; }
  #emergencyNotification .notification .container {
    width: 100%;
    padding: 0 20px; }
    #emergencyNotification .notification .container p {
      font-size: 1rem; }
    #emergencyNotification .notification .container .en_header {
      margin-bottom: 15px; }
      #emergencyNotification .notification .container .en_header strong {
        font-family: "Lexend", sans-serif;
        text-transform: uppercase; }
  #emergencyNotification .notification .en_details {
    display: none; }
  #emergencyNotification .notification .more_info,
  #emergencyNotification .notification .less_info {
    clear: both; }
    #emergencyNotification .notification .more_info span.caption,
    #emergencyNotification .notification .less_info span.caption {
      text-align: right;
      display: block;
      font-family: "Lexend", sans-serif;
      font-size: 0.9375rem;
      text-transform: none;
      font-weight: 400;
      padding: 0;
      color: #fff; }
  #emergencyNotification .notification .morelinks {
    cursor: pointer;
    text-decoration: underline; }

#emergencyNotification .notification-type-general-notification {
  background-color: #0F6175; }

#emergencyNotification .notification a {
  font-weight: 700;
  text-decoration: underline; }

#emergencyNotification .notification a:hover {
  text-decoration: none; }

#emergencyNotification .notification-type-general-notification a,
#emergencyNotification .notification-type-emergency a {
  color: #fff; }

#emergencyNotification .notification-type-general-notification a:hover,
#emergencyNotification .notification-type-emergency a:hover {
  color: #fff; }

#emergencyNotification .notification-type-weather-related {
  background-color: #febd12;
  color: #003B5C; }
  #emergencyNotification .notification-type-weather-related button {
    color: #003B5C; }
  #emergencyNotification .notification-type-weather-related .en_header span {
    color: #003B5C; }
  #emergencyNotification .notification-type-weather-related a {
    color: #003B5C; }
  #emergencyNotification .notification-type-weather-related .more_info span,
  #emergencyNotification .notification-type-weather-related .less_info span {
    color: #003B5C; }

#emergencyNotification .notification-type-emergency,
#emergencyNotification .notification-type-emergency-closing {
  background-color: #B3000F; }

@media (max-width: 1024px) {
  #emergencyNotification .notification .en_header span {
    display: block;
    float: none;
    margin-top: 20px; } }

.add-to-calendar {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  padding-left: 15px;
  border-left: 2px solid #000;
  color: #0F6175; }

.add-to-calendar:hover {
  color: #003B5C;
  background: white; }

.list-date-box .addeventatc,
.date-box .addeventatc {
  font-weight: 700 !important;
  border: none !important;
  padding: 0px !important;
  display: inline-block;
  box-shadow: none !important;
  z-index: 0;
  font-family: "Lexend", sans-serif; }

.addeventatc_dropdown {
  top: 26px !important;
  box-shadow: none !important;
  padding: 6px 0px !important;
  border-top: 1px solid #003B5C !important;
  border-bottom: 1px solid #003B5C !important;
  border-left: 1px solid #003B5C !important;
  border-right: 1px solid #003B5C !important; }

.list-date-box .addeventatc:hover,
.date-box .addeventatc:hover {
  background-color: white !important; }

.addeventatc_dropdown .brx {
  display: none !important; }

.addeventatc_dropdown .copyx {
  display: none !important; }

.addeventatc span {
  display: none; }

.addeventatc-selected {
  background-color: #fff !important; }

.addeventatc_icon.atc_node {
  display: none; }

/*!Don't remove this!
 * jQuery DCalendar and DCalendar Picker plugin styles
 *
 * Author: Dionlee Uy
 * Email: dionleeuy@gmail.com
 *
 * Date: Thursday, May 12 2016
 */
#calendar-demo {
  width: 100%;
  margin-bottom: 40px; }

.calendar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10, 10, 10, 0.7);
  z-index: 100001;
  overflow: hidden;
  display: none; }

.calendar-wrapper {
  position: relative;
  width: 100%;
  font-family: "Lexend", sans-serif; }

.calendar-wrapper.picker {
  position: absolute;
  left: 50%;
  bottom: 24px;
  min-width: 280px;
  opacity: 1;
  overflow: hidden;
  border-radius: 2px;
  -o-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: transform .25s ease, opacity .25s ease;
  transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease;
  -o-transition: -o-transform .25s ease, opacity .25s ease;
  -moz-transition: -moz-transform .25s ease, opacity .25s ease;
  -webkit-transition: -webkit-transform .25s ease, opacity .25s ease; }

.calendar-wrapper.picker.load {
  opacity: 0;
  transform: translateX(-50%) scale(1.05);
  -o-transform: translateX(-50%) scale(1.05);
  -moz-transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05); }

.calendar-head-card {
  font-size: 1.125rem;
  padding: 16px; }

.calendar-head-card .calendar-year,
.calendar-head-card .calendar-date-wrapper {
  color: gainsboro;
  display: block; }

.calendar-head-card .calendar-date-wrapper {
  font-size: 1.875rem;
  cursor: pointer; }

.calendar-head-card .calendar-date-wrapper:hover {
  color: #fff; }

.calendar-container {
  background-color: #fff;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none; }

.calendar-top-selector {
  display: table;
  width: 100%;
  color: #323232;
  margin-bottom: 30px; }

.calendar-top-selector span {
  display: table-cell;
  text-align: center;
  font-weight: bold; }

.calendar-top-selector .calendar-curr-month {
  padding-bottom: 4px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.calendar-next,
.calendar-prev {
  font-size: 1.875rem;
  color: #0F6175;
  width: 20px;
  margin-top: 26px;
  cursor: pointer;
  display: table-cell;
  font-weight: bold;
  background: transparent;
  border: 0;
  padding: 0; }

.calendar-next {
  text-align: right; }

.calendar-grid {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease; }

.calendar-grid .calendar-labels {
  display: table;
  width: 100%;
  visibility: visible;
  opacity: 1;
  height: 55px;
  background: #003B5C;
  padding: 6px;
  color: #fff; }

.calendar-grid .calendar-labels.invis {
  visibility: hidden;
  opacity: 0; }

.calendar-grid .calendar-labels span {
  display: table-cell;
  width: 36px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  vertical-align: middle; }

.calendar-grid .calendar-date-holder {
  position: relative;
  height: 387px;
  overflow: hidden; }

.calendar-date-holder .calendar-dates {
  position: absolute;
  display: table;
  left: 0;
  width: 100%;
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, opacity 0.3s ease;
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, opacity 0.3s ease; }

.calendar-date-holder .calendar-dates.hasmonths {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5); }

.calendar-date-holder .calendar-dates.left {
  margin-left: -260px; }

.calendar-date-holder .calendar-dates.right {
  margin-left: 260px; }

.calendar-date-holder .calendar-dates.months {
  position: relative;
  opacity: 1; }

.calendar-date-holder .calendar-dates.months.load {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5); }

.calendar-date-holder .calendar-dates .cal-row {
  display: table-row; }

.calendar-date-holder .calendar-dates .cal-row:nth-child(2n) {
  background-color: #f7f4f2; }
  .calendar-date-holder .calendar-dates .cal-row:nth-child(2n) .date.nm {
    color: #6e6e6e; }

.calendar-date-holder .calendar-dates .date {
  display: table-cell;
  width: 32px;
  text-align: center;
  border-right: 1px solid #A1A8C5;
  padding: 10px 2px; }

.calendar-date-holder .calendar-dates .date:nth-child(7n) {
  border-right: 0; }

.calendar-date-holder .calendar-dates .date button {
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  padding: 4px;
  color: inherit;
  outline: none;
  font-size: 0.875rem;
  background: transparent;
  border: 0; }

.calendar-date-holder .calendar-dates .date.disabled button {
  cursor: not-allowed;
  color: #c8c8c8; }

.calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) button:hover {
  border-color: #047D9B; }

.calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) button:active {
  border-color: #323232; }

.calendar-date-holder .calendar-dates .date.current button {
  color: #fff;
  font-weight: bold; }

.calendar-date-holder .calendar-dates .date.pm,
.calendar-dates .date.nm {
  color: #969696; }

.calendar-date-holder .calendar-dates .date.selected button {
  color: #f7f4f2; }

.calendar-date-holder .calendar-dates .date.month a {
  display: block;
  padding: 24px 0;
  margin: 0; }

.calendar-date-holder .calendar-dates .date.current button {
  border-radius: 50%;
  border: 1px solid #047D9B;
  display: inline-block;
  color: #000;
  padding: 4px;
  font-size: 0.875rem;
  min-width: 24px; }

.calendar-date-holder .calendar-dates .date.selected button,
.calendar-date-holder .calendar-dates .date button:hover {
  background: #047D9B;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  padding: 4px;
  line-height: 16px;
  min-width: 24px; }

/* Color theme */
.calendar-wrapper[data-theme='blue'] .calendar-head-card {
  background-color: #1565c0; }

.calendar-wrapper[data-theme='red'] .calendar-head-card {
  background-color: #c62828; }

.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.current a {
  color: #d32f2f; }

.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.selected a {
  border-color: #d32f2f; }

.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.selected a:hover {
  border-color: #b71c1c; }

.calendar-wrapper[data-theme='red'] .calendar-date-holder .calendar-dates .date.selected.current a {
  color: #d32f2f; }

.calendar-wrapper[data-theme='purple'] .calendar-head-card {
  background-color: #6a1b9a; }

.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.current a {
  color: #7b1fa2; }

.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.selected a {
  border-color: #7b1fa2; }

.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.selected a:hover {
  border-color: #4a148c; }

.calendar-wrapper[data-theme='purple'] .calendar-date-holder .calendar-dates .date.selected.current a {
  color: #7b1fa2; }

.calendar-wrapper[data-theme='indigo'] .calendar-head-card {
  background-color: #283593; }

.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.current a {
  color: #303f9f; }

.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.selected a {
  border-color: #303f9f; }

.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.selected a:hover {
  border-color: #1a237e; }

.calendar-wrapper[data-theme='indigo'] .calendar-date-holder .calendar-dates .date.selected.current a {
  color: #303f9f; }

.calendar-wrapper[data-theme='teal'] .calendar-head-card {
  background-color: #00695c; }

.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.current a {
  color: #00796b; }

.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.selected a {
  border-color: #00796b; }

.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.selected a:hover {
  border-color: #004d40; }

.calendar-wrapper[data-theme='teal'] .calendar-date-holder .calendar-dates .date.selected.current a {
  color: #00796b; }

.calendar-wrapper[data-theme='green'] .calendar-head-card {
  background-color: #2e7d32; }

.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.current a {
  color: #388e3c; }

.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.selected a {
  border-color: #388e3c; }

.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.selected a:hover {
  border-color: #1b5e20; }

.calendar-wrapper[data-theme='green'] .calendar-date-holder .calendar-dates .date.selected.current a {
  color: #388e3c; }

/* End color theme */
body[datepicker-display='on'] {
  overflow: hidden; }

.calendar-date-holder .calendar-dates .has-event {
  padding-bottom: 2px; }

.calendar-date-holder .calendar-dates .has-event.selected {
  color: #0F6175; }

.has-event::after {
  content: "•";
  display: block;
  font-size: 0.875rem;
  line-height: 6px; }

.event-listing {
  padding: 10px 0 20px 0;
  display: table;
  border-bottom: 2px solid #d8d8d8;
  width: 100%; }
  .event-listing a {
    text-decoration: none; }
    .event-listing a:hover {
      text-decoration: underline; }
  .event-listing .add-to-calendar {
    display: inline-block;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 2px solid; }
  .event-listing .event-address {
    font-weight: 700;
    padding-top: 3px;
    text-decoration: none; }
    .event-listing .event-address:hover {
      text-decoration: underline; }
  .event-listing .intro-text {
    clear: left;
    padding: 20px 0 0 0;
    line-height: 1.4; }
  .event-listing .list-date-box {
    font-size: 0.875rem;
    font-weight: 700; }
  .event-listing .school-name {
    font-size: 1rem;
    font-weight: 700;
    color: #000; }
  .event-listing .time {
    display: inline-block;
    padding-right: 5px;
    margin: 0; }

#event_listing_well.main__content {
  margin-bottom: 4rem; }

#event_listing_well h3.date {
  font-size: 2rem;
  border-bottom: 5px solid #047D9B;
  padding-bottom: 7px; }

#events_sidebar ul {
  list-style: none;
  padding: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  display: table-cell;
  width: 250px;
  vertical-align: top;
  line-height: 18px; }
  #events_sidebar ul input {
    margin-top: 3px;
    margin-right: 5px; }
  #events_sidebar ul label {
    display: inline;
    font-size: 0.875rem; }
  #events_sidebar ul li {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: .5rem; }

#events_sidebar legend {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem; }

#filter_label {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 5px solid #047D9B;
  padding-bottom: 4px;
  margin-bottom: 20px; }

.school_site .filter_label {
  display: none; }

.filter_container {
  margin-bottom: 40px; }
  .filter_container fieldset {
    border: 0;
    padding: 0; }

.filter_list {
  color: #000; }
  .filter_list a {
    color: #f7f4f2;
    font-size: 1rem;
    font-weight: 700; }

.events .main .main__sidebar a,
.news_events_landing_page_layout .main .main__sidebar a,
.search .main .main__sidebar a {
  cursor: pointer; }

.events .main .main__sidebar fieldset,
.news_events_landing_page_layout .main .main__sidebar fieldset,
.search .main .main__sidebar fieldset {
  border: 0;
  padding: 0; }

.events .main .main__sidebar .search__form,
.news_events_landing_page_layout .main .main__sidebar .search__form,
.search .main .main__sidebar .search__form {
  padding: 0;
  margin: 40px 0; }

.news-deets {
  display: table-cell;
  vertical-align: middle; }
  .news-deets .event-name {
    margin: 0 0 20px 0;
    text-transform: none;
    font-weight: 700; }
    .news-deets .event-name a {
      font-size: 1.625rem;
      color: #0F6175;
      text-decoration: underline;
      letter-spacing: normal; }
      .news-deets .event-name a:hover {
        color: #003B5C; }

.event-footer {
  display: inline-block; }
  .event-footer .contact-info {
    width: 50%;
    float: left;
    line-height: 1.625; }
    .event-footer .contact-info p {
      clear: left; }

.gm-inset {
  display: none; }

.main__event__content h1 {
  color: #000;
  margin-bottom: 0;
  margin-top: 1rem; }

.main__event__content .event-address-box {
  margin: 20px 0;
  position: relative; }
  .main__event__content .event-address-box .event-address {
    color: #003B5C;
    line-height: 20px;
    margin-left: 25px; }
  .main__event__content .event-address-box .fab {
    vertical-align: top;
    font-size: 1.125rem;
    margin-right: 10px;
    margin-top: 3px;
    position: absolute; }

.main__event__content .event-date {
  text-transform: uppercase;
  margin-top: 4rem;
  display: inline-block;
  padding-right: 10px; }

.main__event__content .event-footer {
  margin-top: 2rem;
  border-top: 2px solid #003B5C;
  width: 100%; }
  .main__event__content .event-footer .ubheader {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0; }

.main__event__content .event_intro {
  margin-top: 1rem; }

.main__event__content .image img {
  margin: 0; }

.main__event__content .image-description {
  margin-top: .8rem;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #003B5C; }

.main__event__content .school-name {
  font-weight: 700;
  font-size: 0.8125rem;
  color: #003B5C; }
  .main__event__content .school-name a:hover {
    color: #003B5C; }

.main__event__content .social-icons {
  float: right;
  line-height: 1.625;
  margin-top: 0; }
  .main__event__content .social-icons span.fa {
    font-size: 1.25rem;
    background: #EAEAEA;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #003B5C;
    float: right;
    padding: 10px 10px 10px 11px;
    margin: 6px 0 6px 16px; }
  .main__event__content .social-icons span:hover {
    background: #003B5C;
    color: #f6f6f6; }
  .main__event__content .social-icons .icons {
    clear: left;
    margin-bottom: 20px; }

.event-listing .event-address-box {
  margin: 20px 0;
  position: relative; }
  .event-listing .event-address-box .event-address {
    color: #003B5C;
    line-height: 1.4;
    margin-left: 25px; }
  .event-listing .event-address-box .svg-inline--fa {
    vertical-align: top;
    font-size: 1.125rem;
    margin-right: 10px;
    position: absolute; }

.event-listing .event-date {
  text-transform: uppercase;
  margin-top: 1rem;
  display: inline-block;
  padding-right: 10px; }

.event-listing .event-footer {
  margin-top: 2rem;
  border-top: 2px solid #003B5C;
  width: 100%; }
  .event-listing .event-footer .ubheader {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0; }

.event-listing .event_intro {
  margin-top: 1rem; }

.event-listing .image img {
  margin: 0; }

.event-listing .school-name {
  font-weight: 700;
  font-size: 1rem;
  color: #003B5C;
  margin-bottom: 0; }
  .event-listing .school-name a:hover {
    color: #0F6175; }

.event-listing .social-icons {
  float: right;
  margin-top: 0; }
  .event-listing .social-icons span.fa {
    font-size: 1.25rem;
    background: #EAEAEA;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    color: #003B5C;
    float: right;
    padding: 10px 10px 10px 11px;
    margin: 6px 0 6px 16px; }
  .event-listing .social-icons span:hover {
    background: #003B5C;
    color: #f6f6f6; }
  .event-listing .social-icons .icons {
    clear: left;
    margin-bottom: 20px; }

.event-info {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 1.125rem; }
  .event-info a {
    text-decoration: none; }
    .event-info a:hover {
      text-decoration: underline; }

.rename {
  display: inline-block; }

@media (max-width: 1180px) {
  .main__event__content .event-address-box {
    width: 100%; } }

@media (max-width: 1024px) {
  #events_sidebar .filter_list label {
    width: 95%; } }

@media (max-width: 700px) {
  #event_listing_well .h3.date {
    text-align: left; }
  #event_listing_well .thumb-deets,
  #event_listing_well .event-thumb,
  #event_listing_well .event-deets {
    display: block; }
  #event_listing_well .event-thumb {
    padding-right: 0;
    margin-bottom: 20px; }
  .main__event__content {
    width: 100%;
    float: none;
    margin-right: 0; }
  .main__event__content .date-box {
    padding-bottom: 1rem;
    line-height: 1.5; }
  .main__event__content .news-main-image {
    margin: 0 0 3rem 2rem; }
  .main__event__content.main__container {
    margin-top: -10rem; }
  .main__event__content .news-main-image {
    float: none;
    width: 100%;
    margin: 0; }
  .main__event__content .event_intro {
    padding-top: 2rem; }
  .main__event__content .contact-info {
    width: 100%;
    float: none;
    text-align: center; }
  .main__event__content .event-date {
    margin-top: 0; }
  .main__event__content .social-icons {
    float: none;
    text-align: center;
    padding-top: 1rem; }
  .main__event__content .social-icons .fab {
    float: none; } }

@media (max-width: 600px) {
  #event_listing_well .addeventatc {
    display: block;
    margin-top: 10px; }
  #event_listing_well .event-listing .add-to-calendar {
    border-left: 0;
    padding-left: 0;
    margin-left: 0; }
  #filter_label {
    border-bottom: 0; }
  .school_site .filter_label {
    display: inline-block; }
  .filter_container {
    border: 2px solid #003B5C;
    border-radius: 3px;
    padding: 8px 10px;
    margin-bottom: 20px; }
  .filter_label::after {
    content: '\f055';
    font-family: "Font Awesome 7 Pro";
    float: right;
    color: #003B5C;
    padding-top: 2px; }
  .open .filter_label::after {
    content: '\f056'; }
  .filter_list {
    height: 0;
    overflow: hidden;
    margin: 0; }
  .open .filter_list {
    overflow: visible;
    height: auto; } }

@media (max-width: 350px) {
  .calendar-wrapper {
    max-width: 100%; } }

.events_container .center {
  display: flex;
  justify-content: center; }

.events_container .event {
  background: #fff;
  position: relative;
  max-width: 32.33333%;
  font-family: "Lexend", sans-serif; }
  .events_container .event .title {
    font-size: 1.5rem;
    font-weight: 700; }
  .events_container .event .date {
    background: #003B5C;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: auto;
    text-align: center;
    padding: 20px 0;
    font-size: 2.8125rem;
    line-height: 1; }
    .events_container .event .date span {
      font-size: 1.5rem; }
  .events_container .event .content {
    margin: 1rem 1rem 1rem 28%;
    min-height: 130px; }

.events_container .center {
  margin: 3rem auto; }

.news-main-image {
  float: right;
  width: 452px;
  margin: 10px 0 20px 30px; }

.main__event__content h1 {
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.5;
  text-transform: uppercase;
  color: #003B5C;
  text-shadow: none;
  padding: 0; }

@media (max-width: 716px) {
  .news-main-image {
    width: 100%; } }

@media (max-width: 1023px) {
  .events_container .event {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem; }
  .events_container .event .date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: .6;
    padding: 0;
    height: 100%; } }

@media (min-width: 1024px) {
  .results {
    justify-content: space-between; }
    .results.results_2 .event {
      max-width: 49%;
      flex-basis: 49%; } }

.faculty_module .content h3 {
  margin: .25rem 0; }

.faculty_module .content h4 {
  color: #0F6175;
  font-style: italic;
  font-family: "Lexend", sans-serif;
  margin: 0 0 1rem 0; }

.faculty_grid {
  display: grid;
  grid-template-areas: 'image_info name' 'image_info body';
  grid-template-columns: 35% 60%;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  justify-items: start;
  position: relative; }
  .faculty_grid #f_name {
    grid-area: name; }
  .faculty_grid #f_image {
    grid-area: image; }
  .faculty_grid #f_image_info {
    grid-area: image_info; }
  .faculty_grid #f_titles {
    grid-area: titles; }
    .faculty_grid #f_titles .faculty_titles {
      display: flex;
      flex-direction: column; }
    .faculty_grid #f_titles .fa-li {
      color: #003B5C;
      margin-top: 8px; }
    .faculty_grid #f_titles .faculty_title {
      font-style: italic;
      margin-bottom: 5px;
      font-size: 1.25rem;
      line-height: 1.5; }
  .faculty_grid #f_contactinfo {
    grid-area: info; }
  .faculty_grid #f_body {
    grid-area: body;
    width: 100%; }
  .faculty_grid #f_share {
    grid-area: share; }
    .faculty_grid #f_share a {
      background: #f7f4f2;
      border-radius: 50%;
      color: #0F6175;
      margin: 6px 16px 6px 0;
      display: inline-block; }
      .faculty_grid #f_share a:hover {
        color: #f7f4f2;
        background: #0F6175; }
    .faculty_grid #f_share .svg-inline--fa {
      font-size: 1.25rem;
      height: 48px;
      width: 48px;
      float: right;
      padding: 12px 12px 12px 13px; }
    .faculty_grid #f_share .social-media-label {
      display: none; }
    .faculty_grid #f_share .icons {
      margin-top: 10px; }

.faculty_detail .faculty_titles {
  display: flex;
  flex-direction: column; }

.faculty_detail .fa-li {
  color: #003B5C;
  margin-top: 6px; }

.faculty_detail .faculty_title {
  font-style: italic;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.faculty_detail .col-sm-8 {
  width: 100%; }

.faculty_detail h1 {
  margin-top: 0;
  line-height: 1.5;
  text-transform: uppercase;
  color: #003B5C;
  text-shadow: none;
  padding: 0;
  margin-bottom: 0; }

.faculty_detail h2 {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #003B5C;
  text-transform: none; }
  .faculty_detail h2::after {
    display: none; }

.faculty_detail .social-icons {
  float: none;
  margin: 0; }
  .faculty_detail .social-icons a {
    background: #f7f4f2;
    border-radius: 50%;
    color: #047D9B;
    margin: 6px 16px 6px 0;
    display: inline-block; }
    .faculty_detail .social-icons a:hover {
      color: #f7f4f2;
      background: #0F6175; }
  .faculty_detail .social-icons .svg-inline--fa {
    font-size: 1.25rem;
    height: 48px;
    width: 48px;
    float: right;
    padding: 12px 12px 12px 13px; }
  .faculty_detail .social-icons .social-media-label {
    display: none; }
  .faculty_detail .social-icons .icons {
    margin-top: 10px; }

.faculty_detail .social-media-label {
  display: none; }

.faculty_detail .icons {
  margin-top: 10px; }

.faculty_list .content h3 {
  font-size: "Lexend", sans-serif;
  color: #003B5C;
  margin: 1rem 0 0;
  font-weight: bolder; }

.faculty_list .content .faculty_titles {
  display: flex;
  flex-direction: column; }

.faculty_list .content .faculty_title {
  font-style: italic;
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.5; }

.faculty_list .row {
  margin-bottom: 15px;
  border-bottom: 2px solid #dadada;
  padding-bottom: 15px; }

.faculty.experts .row.faculty {
  padding-bottom: 15px;
  border-bottom: 2px solid #dadada;
  margin-bottom: 15px; }
  .faculty.experts .row.faculty .subtitle {
    margin: 0;
    font-size: 1.75rem; }
  .faculty.experts .row.faculty .content .faculty_titles {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.5; }
  .faculty.experts .row.faculty .content h4 {
    font-size: 1.5rem;
    margin: 10px 0 0 0; }
  .faculty.experts .row.faculty .content p {
    font-size: 1.125rem;
    margin-bottom: 0; }

@media (min-width: 767px) {
  #faculty_detail .col-sm-8 {
    padding-left: 30px; } }

@media (max-width: 1199px) {
  .faculty_grid {
    grid-template-areas: 'image_info name' 'image_info body'; } }

@media (max-width: 1023px) {
  .faculty_grid {
    grid-template-columns: 50% 45%; } }

@media (max-width: 767px) {
  .faculty_grid {
    display: grid;
    grid-template-areas: 'name' 'image_info' 'body';
    grid-template-columns: 100%;
    -webkit-column-gap: normal;
            column-gap: normal;
    justify-items: start;
    position: relative; }
  .faculty_detail h2 {
    margin-top: 20px; } }

.flickity-enabled .flickity-prev-next-button {
  display: none; }
  @media (min-width: 64em) {
    .flickity-enabled .flickity-prev-next-button {
      display: block;
      border-radius: 0;
      background-color: transparent;
      width: 5rem;
      height: 5rem;
      transition: background-color 300ms ease;
      color: #f7f4f2;
      z-index: 1; }
      .flickity-enabled .flickity-prev-next-button:hover, .flickity-enabled .flickity-prev-next-button:active {
        background-color: #047D9B;
        opacity: 1; }
      .flickity-enabled .flickity-prev-next-button:disabled {
        opacity: 0; }
      .flickity-enabled .flickity-prev-next-button svg {
        position: static;
        width: auto;
        height: auto; }
      .flickity-enabled .flickity-prev-next-button .arrow {
        fill: #f7f4f2; } }

footer {
  padding: 0;
  background: #0C2735;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #047D9B; }
  footer ul {
    list-style: none; }
  footer .footer_bottom {
    background: #000;
    text-align: center;
    padding: .5rem 0; }
    footer .footer_bottom a {
      color: #fff;
      margin: 2rem 0 2rem 2rem;
      text-decoration: none; }
      footer .footer_bottom a:hover {
        text-decoration: underline; }
    footer .footer_bottom a + a::before {
      content: " | ";
      margin-right: 2rem; }
  footer .footer_container {
    padding: 2rem 0; }
  footer .rainbow {
    height: 10px;
    background: linear-gradient(to right, #003B5C, #EAAA00, #789D4A, #EE2737, #93328E, #007FC3, #E57200, #003B5C); }

@media (max-width: 1023px) {
  footer .footer_container {
    padding: 0; }
    footer .footer_container .col-sm-6:first-child {
      padding-left: 45px; } }

@media (max-width: 767px) {
  .footer_container .col-sm-6 img {
    padding-right: 40px; } }

.form__select {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 3px;
  margin-top: 1rem; }
  .form__select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0; }

.form__select__text {
  height: 2.8rem;
  width: 100%;
  padding: 0 1rem;
  margin: 0;
  line-height: 3;
  padding: 0 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  background-color: #fff; }

.form__select__text--focus {
  border: 1px solid #003B5C;
  outline: 0; }

.form__select__arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3.5rem;
  height: 2.8rem;
  padding: 1rem;
  color: #003B5C;
  pointer-events: none; }

.fsRequiredMarker {
  color: #7E2528 !important; }

.blue_select .form__select__text {
  background-color: #eae5e2;
  color: #003B5C;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  height: auto; }

.blue_select .form__select__arrow {
  color: #003B5C;
  padding: 1rem;
  width: auto; }

.blue_select option {
  color: #003B5C;
  background: #eae5e2;
  font-weight: bold;
  font-family: "Lexend", sans-serif; }

#header-container {
  background: #003B5C;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #header-container header {
    padding: 0;
    background: #003B5C;
    color: #fff;
    position: relative; }
    #header-container header#siteheader {
      max-width: 1920px;
      margin: auto; }
    #header-container header .logo {
      padding: 5px 0 5px 28px; }
    #header-container header .nav_button {
      position: absolute;
      right: 0;
      top: 0;
      height: 72px; }
      #header-container header .nav_button button {
        border: 0;
        padding: 0;
        margin: 0;
        height: 80px;
        width: 100px;
        background: #fff; }
      #header-container header .nav_button .fa-solid {
        width: 36px !important;
        height: 30px;
        color: #0F6175;
        font-size: 2rem; }
      #header-container header .nav_button .fa-xmark {
        display: none; }
    #header-container header .search {
      position: absolute;
      right: 131px; }
      #header-container header .search button {
        border: 0;
        padding: 0;
        background: transparent;
        color: #fff;
        height: 60px;
        vertical-align: middle;
        margin: 10px 0;
        padding-top: 10px; }
      #header-container header .search .label {
        padding: 0 0 10px 10px;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.125rem;
        font-weight: 600;
        font-family: "Lexend", sans-serif; }
      #header-container header .search .fa-solid {
        width: 22px;
        height: 22px;
        font-size: 1.3rem; }
      #header-container header .search .fa-xmark {
        display: none; }

#main-content {
  margin-top: 80px; }

.school #main-content, .news--events #main-content {
  margin-top: 118px; }

body.hasNotifications #header-container, body.hasNotifications #school_navigation_container {
  position: relative;
  top: 0; }

body.hasNotifications #main-content, body.hasNotifications .school #main-content, body.hasNotifications .news--events #main-content {
  margin-top: 0; }

body.hasNotifications.notificationScrolled #header-container, body.hasNotifications.notificationScrolled #school_navigation_container {
  position: fixed; }

body.hasNotifications.notificationScrolled #school_navigation_container {
  top: 80px; }

.rainbow {
  height: 20px;
  background: linear-gradient(to right, #003B5C, #EAAA00, #789D4A, #EE2737, #93328E, #007FC3, #E57200, #003B5C); }

.drawer-menu-active #header-container header .nav_button .fa-bars {
  display: none; }

.drawer-menu-active #header-container header .nav_button .fa-xmark {
  display: inline-block; }

.drawer-search-active #header-container .search .fa-magnifying-glass {
  display: none; }

.drawer-search-active #header-container .search .fa-xmark {
  display: inline-block; }

@media (max-width: 1023px) {
  #header-container header .row {
    margin: 0 1rem; } }

@media (max-width: 1023px) {
  #header-container header {
    height: 80px; }
    #header-container header .header_container {
      justify-content: space-between; }
    #header-container header .logo {
      text-align: center;
      justify-content: center; }
    #header-container header .nav_button {
      position: static; }
      #header-container header .nav_button button {
        width: auto;
        background: inherit; }
      #header-container header .nav_button svg {
        width: 36px !important;
        height: 30px;
        color: #fff; }
      #header-container header .nav_button .fa-solid {
        color: #fff; }
    #header-container header .search {
      order: -1;
      position: static;
      right: auto; }
      #header-container header .search button {
        padding-top: 0;
        margin: 12px 0; }
      #header-container header .search .label {
        display: none; }
      #header-container header .search svg {
        width: 28px !important;
        height: 28px; } }

@media (max-width: 430px) {
  #header-container header .nav_button svg, #header-container header .search svg {
    width: 20px !important; }
  #header-container header .logo {
    padding: 8px 0; }
    #header-container header .logo img {
      height: 60px !important;
      width: auto; } }

#hero {
  position: relative; }
  #hero .hero_img {
    position: relative; }
    #hero .hero_img img {
      width: 100%; }
    #hero .hero_img h1 {
      position: absolute;
      bottom: 2.5rem;
      z-index: 3;
      width: 65%;
      text-shadow: 2px 2px 10px #00000078;
      left: calc(33.33% + 2rem);
      line-height: 1; }
      #hero .hero_img h1 span {
        display: block;
        font-size: 1.75rem;
        font-weight: 400;
        letter-spacing: .1rem; }
    #hero .hero_img .breadcrumb {
      position: absolute;
      bottom: 1rem;
      z-index: 3;
      color: #fff;
      font-size: 1.25rem;
      text-shadow: -1px 1px 8px #0000007a;
      left: calc(33.33% + 2rem); }
  #hero.landing .hero_img h1 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    bottom: auto;
    line-height: 1.2;
    width: 90%; }
  #hero.landing .rainbow {
    height: 10px;
    background: linear-gradient(to right, #003B5C, #EAAA00, #789D4A, #EE2737, #93328E, #007FC3, #E57200, #003B5C); }
  #hero .video-container {
    width: 100vw;
    height: 100vh; }
    #hero .video-container iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 100vh;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.homepage #hero .overlay {
  background: #003B5C; }

.hero_grid {
  background-size: contain;
  display: grid;
  grid-template-areas: 'image image' 'sidebar header' 'sidebar body';
  grid-template-columns: 30% 70%;
  position: relative; }
  .hero_grid.no_sidenav.no_intro {
    grid-template-areas: 'image' 'header';
    grid-template-columns: 100%;
    overflow: hidden; }
    .hero_grid.no_sidenav.no_intro .hero_img {
      height: calc(100vw / 5.5); }
  .hero_grid .hero_img {
    grid-area: image;
    height: calc(100vw / 3); }
    .hero_grid .hero_img img {
      width: 100%; }
  .hero_grid .sidebar {
    grid-area: sidebar;
    z-index: 5;
    background: #003B5C; }
    .hero_grid .sidebar a {
      color: #fff; }
  .hero_grid .intro_paragraph {
    grid-area: body;
    z-index: 5; }

.no_side_bar .hero_grid {
  grid-template-areas: 'image' 'header' 'body';
  grid-template-columns: 100%; }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 3); }

.header {
  grid-area: header;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .header .rainbow {
    height: 10px;
    background: linear-gradient(to right, #003B5C, #EAAA00, #789D4A, #EE2737, #93328E, #007FC3, #E57200, #003B5C); }
  .header h1 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .1rem;
    margin-bottom: .5rem; }

#section_breadcrumb {
  padding: 0 0 1rem 2rem;
  color: #fff;
  text-shadow: 0 0 12px #000000c4; }

@media (min-width: 450px) {
  .hero_grid .hero_img {
    height: calc(100vw / 3); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 3); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 2); } }

@media (min-width: 550px) {
  .hero_grid #section_breadcrumb {
    font-size: 1rem;
    padding-top: .5rem; }
  .hero_grid .hero_img {
    height: calc(100vw / 3); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 2); } }

@media (min-width: 600px) {
  .hero_grid .hero_img {
    height: calc(100vw / 3); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 3); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 2); } }

@media (min-width: 750px) {
  .hero_grid .hero_img {
    height: calc(100vw / 3); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 2); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 2); } }

@media (min-width: 800px) {
  .hero_grid .hero_img {
    height: calc(100vw / 3); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 2); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 2); } }

@media (min-width: 900px) {
  .hero_grid .hero_img {
    height: calc(100vw / 8); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 5.3); }
  .hero_grid #section_breadcrumb {
    font-size: 1.25rem; }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 5.5); } }

@media (min-width: 1150px) {
  .hero_grid .hero_img {
    height: calc(100vw / 6); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 5); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 5.5); } }

@media (max-width: 1150px) and (min-width: 1024px) {
  .hero_grid {
    grid-template-areas: 'image image' 'header header' 'sidebar body'; }
    .hero_grid.no_sidenav.no_intro .hero_img {
      height: calc(100vw / 5.5); } }

@media (min-width: 1200px) {
/*  .no_side_bar h1, .inner_page_simple h1, .inner_page.no_navigation h1 {
    padding: 2rem calc(50vw - 35.5rem) 0 calc(50vw - 35.5rem); } */
  .no_side_bar #section_breadcrumb, .inner_page_simple #section_breadcrumb, .inner_page.no_navigation #section_breadcrumb {
    padding: 0 calc(50vw - 35.5rem) 1rem calc(50vw - 35.5rem); }
  .no_side_bar #intro_paragraph, .inner_page_simple #intro_paragraph, .inner_page.no_navigation #intro_paragraph {
    padding: 2rem calc(50vw - 35.5rem); }
}

@media (min-width: 1300px) {
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 5); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 5); } }

@media (min-width: 1450px) {
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 4.8); } }

@media (min-width: 1600px) {
  .hero_grid .hero_img {
    height: calc(100vw / 5.4); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 3.6); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 4.6); } }

@media (min-width: 2030px) {
  .hero_grid .hero_img {
    height: calc(100vw / 4); }
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 3.6); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 4); } }

@media (min-width: 3000px) {
  .hero_grid.no_sidenav.no_intro .hero_img {
    height: calc(100vw / 4); }
  .hero_grid .hero_img {
    height: calc(100vw / 3.5); }
  .no_side_bar .hero_grid .hero_img {
    height: calc(100vw / 4); } }

@media (max-width: 1023px) {
  .hero_grid {
    background-size: contain;
    display: grid;
    grid-template-areas: 'image' 'header' 'body';
    grid-template-columns: 100%;
    position: relative; }
    .hero_grid h1 {
      margin-bottom: 0; }
    .hero_grid #section_breadcrumb {
      padding: 0 1rem 1rem 1rem; }
  #hero .hero_img .overlay {
    background: #000;
    opacity: .3;
    z-index: 2; }
  #hero .hero_img h1 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: calc(33.33% + 1.5rem); } }

.flickrAlbum,
.flickrAlbum .image__slider {
  height: 350px;
  padding: 0;
  margin-bottom: 40px;
  overflow: hidden; }
  .flickrAlbum .image,
  .flickrAlbum .image__slider .image {
    margin-top: 0; }
    .flickrAlbum .image .image__container,
    .flickrAlbum .image__slider .image .image__container {
      opacity: 0;
      transition: .5s; }

.flickrAlbum .flickity-slider .image__container {
  opacity: 100;
  transition: .10s; }

@media (min-width: 64em) {
  .image__slider {
    background-color: #f7f4f2;
    position: relative;
    padding-bottom: 33.333%; }
    .image__slider:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      height: 100%;
      width: 20%;
      background-image: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 0.7));
      z-index: 1; } }

.image__slider img {
  width: 100%; }

@media (min-width: 64em) {
  .image__slider .flickity-viewport {
    position: absolute;
    width: 100%; } }

.image_slider_fixed:before {
  max-height: 350px; }

.image__slider--count {
  font-weight: bold;
  position: absolute;
  right: 1rem; }

.image__container {
  position: relative;
  display: inline-block; }
  .image__slider .image__container {
    margin-right: 1rem; }
    .image__slider .image__container:hover .image__caption--overlay {
      opacity: 1; }

.image__container--full {
  position: relative; }
  .image__container--full:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); }
  .image__container--full img {
    width: 100%; }

.image__container--narrow {
  width: 90%; }
  @media (min-width: 64em) {
    .image__container--narrow {
      width: 25%; } }

.image__container--wide {
  width: 90%; }
  @media (min-width: 64em) {
    .image__container--wide {
      width: 50%; } }

.image__container--fixed {
  max-height: 350px; }
  @media (min-width: 64em) {
    .image__container--fixed {
      height: 350px; } }
  .image__container--fixed img {
    width: auto;
    max-height: 350px; }

.image__slider .image__container--promo {
  width: 450px;
  margin-right: 20%;
  background-color: #047D9B;
  height: 100%; }
  .image__slider .image__container--promo a {
    display: block;
    padding: 100px 200px 100px 50px;
    color: #fff;
    height: 100%;
    font-family: "Lexend", sans-serif;
    text-decoration: none; }
    .image__slider .image__container--promo a:hover {
      text-decoration: underline; }

.image__caption {
  color: #047D9B;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  padding: 0.5rem 0; }

.image__caption--overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  color: #fff; }
  .image__slider .image__caption--overlay {
    opacity: 0;
    background-color: #047D9B;
    transition: opacity 300ms ease; }

.instagram_module .instagram-block {
  width: 100%;
  padding-bottom: 100%;
  float: left; }

.instagram_module .svg-inline--fa.fa-instagram.fa-w-14 {
  font-style: normal;
  margin-left: 10px;
  font-size: 1.25rem; }

.instagram_module .card {
  width: 100%;
  height: 100%;
  position: relative; }
  .instagram_module .card .card_back {
    display: none; }
    .instagram_module .card .card_back p {
      border: 2px solid #047D9B;
      color: #fff;
      padding: 5px 10px 10px 10px;
      text-overflow: ellipsis;
      overflow: hidden;
      height: 100%;
      width: 100%;
      line-height: 1.55;
      font-size: 1rem; }

.instagram_module .row {
  margin-bottom: 1rem; }

.instagram_module .card:hover .card_back {
  padding: 20px;
  height: 100%;
  width: 100%;
  background: #003B5C;
  display: block;
  position: absolute;
  cursor: pointer; }

@media \0screen\,screen\9 {
  .instagram .card {
    padding: 5px; }
  .instagram .card:hover .card_back {
    display: none; } }

@media (max-width: 767px) {
  .instagram_module .instagram-block {
    margin-bottom: 20px; }
  .instagram_module .card:hover .card_back {
    display: none; } }

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: .4;
  z-index: 2; }
  .overlay.gradient {
    background: linear-gradient(360deg, black, #00000012);
    opacity: 1; }

.promo_block {
  position: relative; }

#intro_paragraph {
  padding: 2rem;
  width: 100%;
  z-index: 2; }
  #intro_paragraph .buttonlist {
    justify-content: space-between; }
    #intro_paragraph .buttonlist .button {
      background: #003B5C; }
      #intro_paragraph .buttonlist .button:hover, #intro_paragraph .buttonlist .button:focus {
        background: #0F6175; }
      #intro_paragraph .buttonlist .button::after {
        color: #fff; }

.image-description {
  margin-top: .8rem;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #003B5C;
  line-height: 1.5; }

.school_landing .buttonlist {
  justify-content: space-between; }

.img-text .addendum h3 {
  margin-top: 0; }

.container {
  margin: auto;
  padding: 2rem; }
  .container.two-col {
    display: flex;
    position: relative; }
  .container.full-width {
    width: 100%;
    padding: 0;
    margin: 0; }

.insert-module .container {
  margin-top: -2rem;
  padding-top: 0; }

.left {
  padding-left: calc(50vw - 36rem);
  padding-right: 2rem;
  width: 100%; }

.right {
  padding-right: calc(50vw - 36rem);
  padding-left: 2rem;
  width: 100%; }

#get_started {
  padding: 2rem 0; }
  #get_started h2 {
    color: #fff; }
    #get_started h2::after {
      content: none; }
  #get_started .button {
    width: 100%;
    margin: .5rem; }

.tuc.homepage #get_started h2 {
  color: #003B5C; }
  .tuc.homepage #get_started h2::after {
    content: ''; }

#areas_of_study {
  padding-top: 2rem; }

#subfooter {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #subfooter .content {
    text-align: center;
    z-index: 3;
    position: relative;
    padding: 2rem; }
    #subfooter .content h2 {
      color: #fff;
      margin-bottom: 4rem;
      text-shadow: 2px 2px 8px #0000004d; }
      #subfooter .content h2::after {
        display: none; }
  #subfooter img {
    width: 100%; }
  #subfooter .buttonlist {
    display: block; }
    #subfooter .buttonlist .button {
      max-width: 300px;
      margin: 1.5rem auto;
      display: block;
      background: #f7f4f2;
      color: #003B5C; }
      #subfooter .buttonlist .button::after {
        color: #0F6175; }
      #subfooter .buttonlist .button:hover {
        color: #fff;
        background: #003B5C; }
        #subfooter .buttonlist .button:hover::after {
          color: #fff; }
  #subfooter.background-image .buttonlist .button {
    background: #f7f4f2;
    color: #003B5C; }
    #subfooter.background-image .buttonlist .button::after {
      color: #0F6175; }
    #subfooter.background-image .buttonlist .button:hover {
      color: #fff;
      background: #003B5C; }
      #subfooter.background-image .buttonlist .button:hover::after {
        color: #fff; }

.hero_stats {
  margin-top: 0;
  background: linear-gradient(to right, #137F9A, #0E838B); }
  .hero_stats .container {
    padding: 2.5rem 0; }
  .hero_stats .footnote p {
    margin-bottom: 0;
    font-size: 1rem; }
  .hero_stats .row {
    justify-content: space-between;
    margin-top: 0; }
    .hero_stats .row .line {
      background: #fff;
      width: 1px;
      max-width: 1px;
      padding: 0; }
    .hero_stats .row .stat {
      text-align: center;
      color: #fff;
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin: auto; }
      .hero_stats .row .stat dl {
        margin: 0; }
      .hero_stats .row .stat dt {
        font-size: 3.125rem;
        font-family: "Lexend", sans-serif;
        font-weight: 700;
        padding-bottom: 10px; }
      .hero_stats .row .stat dd {
        font-size: 1.25rem;
        line-height: 1.5;
        margin: 0; }
      .hero_stats .row .stat .stat dt {
        font-size: 2.5rem; }
      .hero_stats .row .stat .stat dd {
        font-size: 1rem; }

#hero .hero_stats .container {
  padding: 1rem 0; }

.img-text-holder.imageleft .image {
  padding-right: 1rem; }

.img-text-holder.imageleft .content {
  padding-left: 1rem; }
  .img-text-holder.imageleft .content h3 {
    margin-top: 0; }

.img-text-holder.imageright .image {
  padding-left: 1rem; }

.img-text-holder.imageright .content {
  padding-left: 1rem; }
  .img-text-holder.imageright .content h3 {
    margin-top: 0; }

.text_block_two_col {
  padding: 2rem 0 1.5rem 0; }

.imageright .content {
  order: -1; }

.quote-outer-container {
  display: flex;
  height: 100%; }

.quote-container {
  margin: 50px auto; }
  .quote-container .quote {
    display: flex; }
    .quote-container .quote .quote-start {
      font-size: 4.0625rem;
      padding-right: 15px;
      color: #0F6175;
      margin-top: -40px; }
    .quote-container .quote .quote-end {
      font-size: 4.0625rem;
      align-self: flex-end;
      margin-bottom: -65px;
      color: #0F6175; }
    .quote-container .quote .quote-inner {
      font-size: 1.5rem;
      line-height: 1.5; }
  .quote-container .quote-name {
    font-size: 1.25rem;
    color: #003B5C;
    margin: 20px 40px 0 40px;
    text-align: center;
    font-family: "Lexend", sans-serif; }
    .quote-container .quote-name .name {
      text-transform: uppercase;
      font-weight: 700; }

.callout-blocks h2::after {
  content: none; }

.callout-blocks .callout .callout-body {
  padding: 20px;
  background: #fff; }
  .callout-blocks .callout .callout-body h3 {
    font-size: 2rem;
    color: #003B5C;
    border-bottom: 4px solid #0282af;
    margin-top: 0; }

.callout-blocks.align-center h2 {
  text-align: center; }

@media (max-width: 767px) {
  .callout-blocks .callout {
    margin: 15px 0; } }

@media (min-width: 624px) {
  .module .content .col-sm-6:first-child {
    padding-right: 20px; } }

@media (min-width: 768px) {
  #intro_paragraph .buttonlist .button.col-sm-4 {
    max-width: 32.33333%; }
  #intro_paragraph .buttonlist .button.col-sm-6 {
    max-width: 49%; } }

@media (min-width: 1200px) {
  .school_landing #intro_paragraph {
    padding: 2rem calc(50vw - 35rem); } }

@media (max-width: 1199px) {
  .left {
    padding-left: calc(50vw - 30rem); }
  .right {
    padding-right: calc(50vw - 30rem); } }

@media (max-width: 1023px) {
  #intro #intro_paragraph {
    padding: 2rem; }
  .left,
  .right {
    padding-left: 2rem;
    padding-right: 2rem; }
  .row {
    margin-top: 2rem; } }

@media (max-width: 767px) {
  .imageleft .image {
    padding: 1rem; }
  .imageright .image {
    padding: 1rem; }
  .imageright .content {
    order: -1; }
  .hero_stats .row {
    margin-top: 0; } }

#main_navigation ul {
  list-style: none;
  padding-right: 40px; }
  #main_navigation ul li a {
    text-decoration: none;
    font-family: "Lexend", sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #003B5C; }
  #main_navigation ul li ul {
    display: none; }
    #main_navigation ul li ul li a {
      font-size: 1.5rem; }
  #main_navigation ul li.hassublinks a {
    position: relative; }
    #main_navigation ul li.hassublinks a .arrow {
      display: inline-block;
      width: 35px;
      height: 35px;
      box-sizing: border-box;
      margin-left: 10px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      position: absolute;
      top: -4px;
      padding: 10px; }
      #main_navigation ul li.hassublinks a .arrow::before {
        content: '';
        width: 100%;
        height: 100%;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #003B5C;
        transition: .2s ease;
        display: block;
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0; }
      #main_navigation ul li.hassublinks a .arrow:after {
        content: '';
        float: left;
        position: relative;
        top: -100%;
        width: 100%;
        height: 100%;
        border-width: 0 2px 0 0;
        border-style: solid;
        border-color: #003B5C;
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0;
        transition: .2s ease; }
  #main_navigation ul li.hassublinks.expanded a {
    color: #0F6175; }
    #main_navigation ul li.hassublinks.expanded a .arrow {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 5px; }
      #main_navigation ul li.hassublinks.expanded a .arrow::before {
        border-color: #047D9B; }
      #main_navigation ul li.hassublinks.expanded a .arrow:after {
        border-color: #047D9B; }
  #main_navigation ul li.hassublinks.expanded ul {
    display: block; }
    #main_navigation ul li.hassublinks.expanded ul a {
      color: #003B5C; }

#main_navigation .buttons {
  margin: 0 40px; }
  #main_navigation .buttons .button {
    width: 49%;
    padding: 1rem .5rem; }

#main_navigation .dropdowns {
  margin: 0 40px; }
  #main_navigation .dropdowns .form__select {
    margin-bottom: 1rem; }

@media (max-width: 410px) {
  #main_navigation ul li a {
    font-size: 24px; } }

.news_container {
  /*
  margin-left: -1rem;
  margin-right: -1rem;
  */ }
  .news_container .listing-item .news-deets .date {
    font-weight: 700; }
  .news_container .listing-item .news-deets .listing-title {
    font-weight: 700;
    font-size: 1.625rem; }
  .news_container .listing-item .news-deets em {
    font-weight: 700; }





  .news_container .news_item .image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 40%;
    padding-bottom: 67%; }
  .news_container .news_item .overlay {
    background: linear-gradient(0deg, #000 50%, transparent);
    opacity: .5; }
  .news_container .news_item .title {
    font-size: 1.625rem;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0; }
  .news_container .news_item .category {
    font-size: 0.875rem;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    line-height: 1.625;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0; }
  .news_container .news_item .date {
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
    font-weight: bold; }
  .news_container .news_item .intro p {
    font-size: 1rem;
    line-height: 1.5; }
  .news_container hr {
    border: 1px solid #dadada;
    margin: 20px 0; }
  .news_container div.news_column:first-child .news_item {
    position: relative; }
    .news_container div.news_column:first-child .news_item .content {
      padding: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      color: #fff;
      text-shadow: 2px 2px 8px #0000004d; }
    .news_container div.news_column:first-child .news_item .title {
      color: #fff;
      line-height: 1.5; }
      .news_container div.news_column:first-child .news_item .title a {
        color: #fff; }
    .news_container div.news_column:first-child .news_item .category {
      color: #fff; }
  .news_container div.news_column:nth-child(2) {
    justify-content: space-between;
    display: flex;
    flex-direction: column; }
    .news_container div.news_column:nth-child(2) .news_item .intro {
      display: none; }
    .news_container div.news_column:nth-child(2) .news_item .title {
      font-size: 1.375rem; }
  .news_container .center {
    margin: 3rem auto;
    text-align: center; }

#news_detail .date {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }

#news_detail .social-icons {
  margin-bottom: 1rem; }

#news_detail .title {
  color: #003B5C;
  text-transform: none;
  text-shadow: none;
  padding: 0;
  line-height: 1.5; }

#news_detail .subtitle {
  text-transform: none;
  font-weight: 400; }
  #news_detail .subtitle::after {
    display: none; }

.school_landing.news.events .center {
  text-align: center;
  margin-top: 50px; }

.school_landing.news.events #in_the_news_module h4 {
  color: #000; }

.school_landing.news.events #intro_paragraph {
  display: none; }

.school_landing.news.events .hero_stats {
  display: none; }

.news.events .center {
  margin: 3rem auto;
  text-align: center; }

/* start additional images */
.add-image-left {
  float: left;
  width: 452px;
  margin: 0 30px 20px 0; }

.add-image-right {
  float: right;
  width: 452px;
  margin: 0 0 20px 30px; }

@media (max-width: 716px) {
  .add-image-left,
  .add-image-right {
    width: 100%;
    margin: 0; } }

/* end additional images */
@media (min-width: 1200px) {
  .news_container div.news_column:nth-child(2) .news_item {
    flex-basis: auto; } }

@media (max-width: 1199px) {
  .news_container div.news_column:nth-child(2) {
    display: flex;
    flex-direction: row;
    margin-top: 2rem; }
    .news_container div.news_column:nth-child(2) .news_item .image-holder {
      padding: 0; }
    .news_container div.news_column:nth-child(2) .news_item .content {
      margin: 1rem 0 0 0;
      padding: 0; } }

@media (max-width: 767px) {
  .news_container div.news_column:nth-child(1) .intro {
    display: none; }
  .news_container div.news_column:nth-child(1) .title {
    font-size: 1.375rem; }
  .news_container div.news_column:nth-child(2),
  .news_container.row,
  .news_item {
    display: block;
    margin: 2rem 0;
    padding: 0; } }

.program_blocks .programs-container.container {
  padding: 0 2rem; }

.program_blocks .programs-container .program {
  align-items: center; }
  .program_blocks .programs-container .program .content {
    margin: auto;
    text-align: center; }
    .program_blocks .programs-container .program .content.col-sm-6 {
      padding: 2rem; }
    .program_blocks .programs-container .program .content h3 {
      margin-top: 0; }
    .program_blocks .programs-container .program .content p {
      font-size: 1.125rem; }
    .program_blocks .programs-container .program .content .source {
      font-weight: 700; }
  .program_blocks .programs-container .program:nth-child(even) .content {
    order: -1; }

/*
.program_blocks {
    .background-pattern {
        padding: 20px 0;
    }
}
*/
@media (max-width: 1023px) {
  .program_blocks .container {
    padding-bottom: 0; }
  .program_blocks .programs-container .program:nth-child(even) .content {
    order: 1; } }

@media (min-width: 1024px) {
  .program_blocks .programs-container .program .col-sm-6 {
    padding: 0 .5rem 60px .5rem; } }

/*
.school .hero_stats.background-school {
    background-image: none;
}

.college-of-osteopathic-medicine {
    .color-school {
        color: $com-red;
    }

    .background-school {
        background: $com-red;
    }
}

.graduate-school-of-education {
    .color-school {
        color: $gsoe-blue;
    }

    .background-school {
        background: $gsoe-blue;
    }
}

.college-of-pharmacy {
    .color-school {
        color: $pharmacy-green;
    }

    .background-school {
        background: $pharmacy-green;
    }
}

.school-of-nursing {
    .color-school {
        color: $nursing-purple;
    }

    .background-school {
        background: $nursing-purple;
    }
}

.ms-in-medical-health-sciences {
    .color-school {
        color: $msmhs-blue;
    }

    .background-school {
        background: $msmhs-blue;
    }
}

.master-of-public-health {
    .color-school {
        color: $mph-orange;
    }

    .background-school {
        background: $mph-orange;
    }
}

.physician-assistant {
    .color-school {
        color: $pa-teal;
    }

    .background-school {
        background: $pa-teal;
    }
}
*/
.tuc-main .color-school {
  color: #0F6175; }

.background-school {
  background: linear-gradient(to right, #137F9A, #0E838B); }
  .background-school h2, .background-school h3, .background-school h4 {
    color: #fff; }
    .background-school h2::after, .background-school h3::after, .background-school h4::after {
      background: #fff; }
  .background-school .button {
    background: #003B5C;
    color: #fff; }
    .background-school .button::after {
      color: #fff; }
  .background-school a {
    color: #fff; }
  .background-school .event a {
    color: #0F6175; }

body.school header .rainbow {
  display: none; }

.container .fb-container .content-wrapper {
  font-family: "Lexend", sans-serif; }

.container .fb-container .pagination__item--active, .container .fb-container .pagination__item:hover {
  background-color: #003B5C; }

.container .fb-container .dropdown-list__list {
  padding: .25rem 0;
  max-height: 100vh; }

.container .fb-container section.content-wrapper.content-wrapper--col.search-facets-and-results {
  padding: 0; }

.container .fb-container .module-search--bg::before {
  content: none; }

.container .fb-container .module-search--bg .module-search__group {
  max-width: 100%; }

.container .fb-container .search-results__icon {
  display: none; }

.container .fb-container .highlight {
  color: #003B5C;
  background: transparent; }

.container .fb-container .search-results__content p {
  font-size: 1rem; }

.container .fb-container .search-results__title .search-results__link {
  color: #0F6175; }
  .container .fb-container .search-results__title .search-results__link:hover {
    color: #003B5C; }

.search__form {
  background-color: #f7f4f2;
  padding: 2rem 5%;
  color: #fff;
  margin-bottom: 0; }

.search__input__container {
  position: relative; }

.search__input {
  width: 100%;
  border: 2px solid #047D9B;
  border-radius: 3px;
  padding: 1rem;
  margin-top: 20px; }
  .search__input::-webkit-input-placeholder {
    font-family: "Lexend", sans-serif;
    color: #000; }
  .search__input::placeholder {
    font-family: "Lexend", sans-serif;
    color: #000; }
  .search__input:focus {
    border: 2px solid #003B5C;
    outline: 0; }

.search_label {
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #003B5C; }

.search__button {
  position: absolute;
  right: 1rem;
  top: 3.65rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #0F6175;
  width: 1.5rem;
  border: none;
  padding: 0; }
  .search__button svg {
    width: 22px;
    height: 22px; }
  .search__button:hover, .search__button:focus {
    color: #003B5C; }
  .search__button .fa-search {
    font-size: 1.25rem; }

.search__bottom {
  padding: 2rem 5%;
  background-color: #003B5C;
  height: 100vh; }
  .search__bottom .search__heading {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem; }

.search__list {
  padding-left: 0;
  margin: 2rem 0 0;
  list-style: none; }
  .search__list::before, .search__list::after {
    content: '';
    width: 0;
    display: table; }
  .search__list::after {
    clear: both; }

.search__item {
  margin-bottom: 0;
  border-bottom: 1px solid #047D9B; }

.search__link {
  display: inline-block;
  padding: 0.75rem 0;
  border: none;
  color: #fff;
  text-align: left;
  background-color: transparent;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .search__link:hover, .search__link:focus {
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: repeat-x;
    background-position: 0 68%;
    background-size: 100% 0.0625rem;
    color: #fff; }

.content-wrapper {
  font-family: "Lexend", sans-serif; }
  .content-wrapper p {
    font-family: "Lexend", sans-serif; }

h1 {
  margin-top: 1rem; }

@media screen and (min-width: 1025px) {
  .container .fb-container .module-search--bg {
    padding-bottom: 0;
    padding-top: 0; }
  .container .fb-container .content-wrapper {
    padding: 0; }
  .container .fb-container .search-results__link {
    color: #0F6175; }
  .container .fb-container #search-cart, .container .fb-container #search-history {
    max-width: 100%;
    width: 100%;
    padding-top: 0; }
  .container .fb-container .box__title {
    text-transform: none;
    margin-top: 2rem; } }

@media screen and (max-width: 1023px) {
  .container .fb-container {
    margin-top: 0; }
    .container .fb-container .content-wrapper {
      padding: 0; }
    .container .fb-container .search__form {
      padding: 2rem 5%; }
    .container .fb-container .module-search--bg {
      padding-bottom: 0;
      padding-top: 0; } }

#sidebar ul {
  list-style: none;
  color: #fff; }
  #sidebar ul a {
    text-decoration: none; }
    #sidebar ul a:hover {
      border-bottom: 2px solid white; }
  #sidebar ul span {
    border-bottom: 2px solid #fff; }
    #sidebar ul span.currentParent {
      border-bottom: 0; }
  #sidebar ul.first-level {
    padding: 2rem;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0; }
    #sidebar ul.first-level li {
      font-size: 1.25rem; }
      #sidebar ul.first-level li.sectionParent {
        font-size: 1.75rem;
        padding-bottom: 1rem; }
  #sidebar ul.multilevel-linkul-0 {
    padding-left: 1rem; }
    #sidebar ul.multilevel-linkul-0 li {
      font-size: 1.125rem; }
      #sidebar ul.multilevel-linkul-0 li:first-child {
        border: 0;
        font-size: 1.125rem;
        padding-bottom: 0; }

#sidebar.background-blue ul li a {
  color: #fff; }

body.landing_page #sidebar ul.first-level li.sectionParent a, body.school_section_landing #sidebar ul.first-level li.sectionParent a {
  border-bottom: 2px solid #fff; }

@media (max-width: 1150px) and (max-width: 1023px) {
  #sidebar {
    display: none; } }

@media (max-width: 1023px) {
  #sidebar {
    display: none; } }

@media (min-width: 2000px) {
  #sidebar ul.first-level {
    padding-left: calc(50vw - 960px); } }

.social-icons a {
  background: #EAEAEA;
  border-radius: 50%;
  color: #0F6175;
  margin: 6px 16px 6px 0;
  display: inline-block; }
  .social-icons a:hover {
    background: #0F6175;
    color: #f6f6f6; }

.social-icons .fab {
  font-size: 1.25rem;
  height: 40px;
  width: 40px;
  float: right;
  padding: 10px 10px 10px 11px;
  text-align: center;
  border-radius: 50%; }

.social-media-label {
  display: none; }

#school_navigation_container {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 10; }

#school_navigation {
  width: 100%;
  height: 46px;
  max-width: 1920px;
  margin: auto;
  display: flex;
  background: linear-gradient(to right, #137F9A, #0E838B); }
  #school_navigation a {
    text-decoration: none; }
    #school_navigation a:hover {
      position: relative; }
  #school_navigation ul {
    width: 70%;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: right;
    font-weight: 600; }
    #school_navigation ul ul {
      display: none; }
    #school_navigation ul li {
      margin: 0;
      padding: 0 1rem;
      font-size: 1.125rem;
      line-height: 46px; }
      #school_navigation ul li a:hover {
        border-bottom: 2px solid #fff; }
      #school_navigation ul li .currentbranch0 {
        position: relative;
        border-bottom: 2px solid #fff;
        color: #fff; }
      #school_navigation ul li .currentbranch1 {
        font-size: 1.25rem;
        color: #0F6175; }
  #school_navigation button.arrow {
    border: 0;
    padding: 0;
    background: transparent; }
  #school_navigation .school_name {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 46px;
    margin-left: 20px;
    width: 30%; }
  #school_navigation .trigger {
    color: #fff;
    font-size: 1.25rem;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    line-height: 46px;
    margin-left: 20px;
    display: none; }
  #school_navigation table {
    display: none; }

.inner_page #school_navigation {
  display: none; }
  .inner_page #school_navigation a.school_name {
    line-height: 46px;
    padding-left: 1rem;
    margin-left: 0;
    width: 20%; }
  .inner_page #school_navigation ul.inner_navigation {
    width: 80%; }

.inner_page.news--events #school_navigation {
  display: flex; }

@media (max-width: 1023px) {
  .inner_page #school_navigation {
    display: flex; }
    .inner_page #school_navigation a.school_name {
      width: 100%; }
    .inner_page #school_navigation.expanded ul {
      width: 100%; }
  #school_navigation .trigger {
    width: 100%;
    display: block; }
    #school_navigation .trigger .arrow {
      display: inline-block;
      width: 15px;
      height: 15px;
      box-sizing: border-box;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      position: relative;
      top: -5px;
      margin-right: 10px;
      /*
                &:after {
                    content: '';
                    float: left;
                    position: relative;
                    top: -100%;
                    width: 100%;
                    height: 100%;
                    border-width: 0 2px 0 0;
                    border-style: solid;
                    border-color: $white;
                    transform-origin: 100% 0;
                    transition: .2s ease;
                }
                */ }
      #school_navigation .trigger .arrow::before {
        content: '';
        width: 100%;
        height: 100%;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #fff;
        transition: .2s ease;
        display: block;
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0; }
  #school_navigation .school_name {
    display: none; }
  #school_navigation > ul {
    display: none; }
  #school_navigation.expanded {
    flex-direction: column;
    height: calc(100vh - 75px); }
    #school_navigation.expanded .arrow {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 5px; }
    #school_navigation.expanded .school_name {
      font-size: 1.5rem;
      display: block;
      width: 100%;
      background: #fff;
      color: #003B5C;
      margin-left: 0;
      padding-left: 1rem;
      padding-top: 1rem;
      line-height: 1.5; }
    #school_navigation.expanded ul {
      width: 100%; }
      #school_navigation.expanded ul li {
        line-height: 1.75;
        margin: 0.75rem 0 0 0; }
    #school_navigation.expanded > ul {
      display: flex;
      width: 100%;
      height: 100%;
      flex-direction: column;
      background: #fff;
      padding-left: 1rem;
      padding-bottom: 1rem;
      overflow: auto; }
      #school_navigation.expanded > ul li a {
        color: #003B5C;
        font-size: 1.375rem; }
      #school_navigation.expanded > ul li .multilevel-linkul-0 a {
        font-size: 1.25rem; }
      #school_navigation.expanded > ul li .multilevel-linkul-1 a {
        font-size: 1.125rem; }
      #school_navigation.expanded > ul li a .arrow {
        display: inline-block;
        width: 10px;
        height: 10px;
        box-sizing: border-box;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        position: relative;
        top: -5px;
        margin-left: 10px;
        /*
                        &:after {
                            content: '';
                            float: left;
                            position: relative;
                            top: -100%;
                            width: 100%;
                            height: 100%;
                            border-width: 0 2px 0 0;
                            border-style: solid;
                            border-color: $dark-blue;
                            transform-origin: 100% 0;
                            transition: .2s ease;
                        }
                        */ }
        #school_navigation.expanded > ul li a .arrow::before {
          content: '';
          width: 100%;
          height: 100%;
          border-width: 2px 2px 0 0;
          border-style: solid;
          border-color: #003B5C;
          transition: .2s ease;
          display: block;
          -webkit-transform-origin: 100% 0;
                  transform-origin: 100% 0; }
      #school_navigation.expanded > ul li ul {
        display: block; }
        #school_navigation.expanded > ul li ul span {
          color: #0F6175; }
  body.school_landing #school_navigation.expanded .school_name, body.inner_landing #school_navigation.expanded .school_name {
    color: #0F6175; } }

@media (max-width: 1230px) {
  #school_navigation .school_name {
    font-size: 1.1rem; }
  #school_navigation ul li a {
    font-size: 1rem; }
  #school_navigation ul li .currentbranch0 {
    font-size: 1rem; } }

@media (max-width: 1023px) {
  #school_navigation ul li .currentbranch0 {
    color: #0F6175;
    font-size: 1.375rem; }
  #school_navigation ul li a {
    font-size: 1.25rem; } }

@media (max-width: 430px) {
  #school_navigation .school_name {
    font-size: 1rem; } }

.table {
  margin-bottom: 2rem; }
  .table table {
    border-collapse: collapse;
    width: calc(100% + 0.25rem);
    table-layout: initial;
    font-size: 1.25rem; }
    .table table.full-width {
      width: 100%; }
    .table table th,
    .table table td {
      padding: .75rem;
      border: 1px solid #d2d2d2;
      text-align: left;
      vertical-align: top;
      background: #fff; }
    .table table th {
      background: #003B5C;
      color: white;
      font-family: "Lexend", sans-serif;
      font-weight: bold;
      font-size: 1.5rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.table__accordion table {
  width: 100%; }

.table__accordion td:nth-child(1) {
  display: none; }
  @media (min-width: 48em) {
    .table__accordion td:nth-child(1) {
      display: block; } }

.table__accordion td:nth-child(2):before {
  content: attr(data-th);
  display: block;
  margin-bottom: 0.25rem; }
  @media (min-width: 48em) {
    .table__accordion td:nth-child(2):before {
      position: absolute;
      left: -999rem;
      visibility: hidden; } }

.table__accordion td:nth-child(3) {
  text-align: right; }

.table__shadow {
  position: relative; }
  @media (max-width: 48em) {
    .table__shadow::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 0.375rem;
      height: 100%;
      background-image: linear-gradient(to right, transparent, rgba(247, 244, 242, 0.5));
      content: '';
      pointer-events: none; } }

@media (max-width: 48em) {
  .table__scroll {
    overflow: auto; } }

@media (max-width: 599px) {
  #main-content,
  .main__content {
    max-width: 100vw; }
  table {
    max-width: 97vw; }
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }

/* fix for table width */
#main__content {
  overflow: auto; }

.accordion__content table td {
  background: #f7f4f2; }

/*
.background-gray {
    .accordion__content {
        table {
            td {
                background: $white;
            }
        }
    }
}

*/
.tabs {
  width: 100%;
  margin: 2rem 0;
  /*
    [role="tab"]:hover,
    [role="tab"]:focus,
    [role="tab"]:active {
        text-decoration: underline;  
        text-decoration-color: #203D7C;
        text-underline-position: under;
    }*/ }
  .tabs [role="tab"] {
    position: relative;
    padding: 1rem;
    overflow: visible;
    border: 0;
    background: transparent;
    font-weight: bold;
    width: 100%;
    color: #003B5C;
    font-family: "Lexend", sans-serif;
    height: 70px;
    font-size: 1.5rem; }
    .tabs [role="tab"]:hover:before, .tabs [role="tab"]:focus:before {
      opacity: 1; }
  .tabs [role="tab"][aria-selected="true"] {
    background: #003B5C;
    color: #fff; }
  .tabs .tablist {
    background-color: #eae5e2;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .tabs [role="tabpanel"] {
    position: relative;
    z-index: 2; }

@media (max-width: 1023px) {
  .tabs [role="tab"] {
    font-size: 1.25rem; } }

@media (max-width: 767px) {
  .tabs [role="tab"] {
    font-size: 1rem; } }

.promo_block.background-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .promo_block.background-image .content {
    z-index: 3;
    position: relative;
    padding: 2rem;
    color: #fff;
    text-shadow: 2px 2px 8px #0000004d; }
    .promo_block.background-image .content p {
      font-size: 1.5rem; }
    .promo_block.background-image .content a {
      color: #fff; }
    .promo_block.background-image .content h2 {
      color: #fff; }
      .promo_block.background-image .content h2::after {
        background: #fff; }
    .promo_block.background-image .content h3, .promo_block.background-image .content h4 {
      color: #fff; }
    .promo_block.background-image .content .button {
      text-shadow: none; }
      .promo_block.background-image .content .button.light {
        color: #003B5C; }
        .promo_block.background-image .content .button.light:hover {
          color: #fff; }

.promo_block.align-center .content {
  text-align: center; }
  .promo_block.align-center .content h2::after {
    margin: 0 auto 2rem auto; }

.promo_block.background-school .content {
  color: #fff; }
  .promo_block.background-school .content ul li::marker,
  .promo_block.background-school .content ol li::marker {
    color: #fff; }
  .promo_block.background-school .content a {
    color: #fff; }
  .promo_block.background-school .content h2 {
    color: #fff; }
    .promo_block.background-school .content h2::after {
      color: #fff; }

#twitter_module .story_block {
  text-align: left;
  color: #000;
  background: #fff;
  margin: 0 0.5rem;
  flex-basis: 23%;
  max-width: 23%; }

#twitter_module .button:hover, #twitter_module .button:focus {
  color: #fff; }

.video_container {
  margin-left: -1rem;
  margin-right: -1rem; }
  .video_container .center {
    margin: 3rem auto; }
  .video_container .video {
    position: relative; }
    .video_container .video .image {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 60% 40%;
      padding-bottom: 100%; }
    .video_container .video .playbutton {
      position: absolute;
      top: 1rem;
      right: 1.5rem;
      width: 44px;
      height: 44px;
      z-index: 3;
      transition: .15s ease-in-out; }
      .video_container .video .playbutton:hover {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
      .video_container .video .playbutton button {
        border: 0;
        background: #fff;
        border-radius: 50%;
        height: 44px;
        width: 44px; }
        .video_container .video .playbutton button .fa-play {
          color: #003B5C;
          font-size: 1.25em;
          margin: 2px 0 0 4px; }
    .video_container .video .content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1rem 2rem;
      color: #fff;
      z-index: 2;
      text-shadow: 2px 2px 8px #000000a1;
      font-family: "Lexend", sans-serif; }
      .video_container .video .content .title {
        font-size: 1.125rem; }
        .video_container .video .content .title.large {
          font-size: 1.5rem;
          font-weight: 700; }
      .video_container .video .content .credit {
        text-align: right;
        margin-bottom: 0; }

.video-wrapper.default .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .video-wrapper.default .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.video-wrapper .accordion-group {
  margin: 0 0 40px 0; }
  .video-wrapper .accordion-group .accordion__text {
    background: transparent; }
    .video-wrapper .accordion-group .accordion__text:hover {
      box-shadow: none; }
  .video-wrapper .accordion-group .accordion__toggle {
    width: auto;
    background: transparent; }
    .video-wrapper .accordion-group .accordion__toggle .label {
      font-weight: 400;
      font-size: 0.9375rem;
      padding-right: 10px;
      color: #003B5C; }
      .video-wrapper .accordion-group .accordion__toggle .label:hover, .video-wrapper .accordion-group .accordion__toggle .label:focus {
        text-decoration: underline; }
    .video-wrapper .accordion-group .accordion__toggle .fa-angle-down,
    .video-wrapper .accordion-group .accordion__toggle .fa-angle-up {
      color: #003B5C; }
    .video-wrapper .accordion-group .accordion__toggle .hide-transcript {
      display: none; }
  .video-wrapper .accordion-group .accordion__content {
    background: transparent;
    padding: 20px;
    text-align: left;
    margin: 1rem 0;
    line-height: 1.5; }

.video-wrapper .accordion--active .accordion__toggle .hide-transcript {
  display: inline-block; }

.video-wrapper .accordion--active .accordion__toggle .show-transcript {
  display: none; }

body.homepage video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1; }

body.homepage #js-video {
  background-size: cover;
  height: 85vh;
  display: block;
  overflow: hidden; }

body.homepage #video_overlays {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: #047D9B;
  opacity: .8;
  mix-blend-mode: multiply; }

body.homepage .pauseVideo {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  z-index: 3;
  text-decoration: none; }
  body.homepage .pauseVideo:hover, body.homepage .pauseVideo:focus {
    color: #fff; }
  body.homepage .pauseVideo span {
    display: block;
    position: absolute;
    left: -10000rem;
    top: -2rem;
    width: .1rem;
    height: .1rem;
    overflow: hidden; }

body.homepage .pauseVideo::after {
  content: '\f04c';
  font-family: "Font Awesome 7 Pro";
  color: #fff;
  font-size: 2rem;
  font-weight: 900; }

body.homepage .pauseVideo.pause::after {
  content: '\f04b'; }

@media (min-width: 1024px) {
  body.homepage #js-video {
    background-size: cover;
    height: 85vh;
    display: block;
    overflow: hidden; } }

@media (max-width: 1223px) {
  .video_container .video {
    margin-bottom: 2rem; }
  body.homepage .pauseVideo {
    display: none; } }





.stats-list{
      display: flex;
    }

.stats-list .stat strong {
    font-size: 3.125rem;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.stats-list .stat span {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}





@media (min-width: 768px) {
    .stats-list {
width: 100%;
    }
  
  
}

@media (max-width: 767px){
	.stats-list{
      display:block;
    }
  	
  	#hero .row.container{
      justify-content: center;
    }
}


#loginLinks .dropdown-menu.active, #infoForLinks .dropdown-menu.active{
  display: block;
}




.dropdowns .dropdown-toggle{
  padding: 1rem 0.5rem;
  font-size: 1.25rem;
  text-align: left;
  background-color: #eae5e2;
    color: #003B5C;
    font-family: "Lexend", sans-serif;
    font-weight: bold;
    height: auto;
  	margin: 0.5rem 0;
  position: relative;
  border: none;
}


.dropdowns{
	display: flex;
  flex-direction: column;
  
  
}

 .dropdown-toggle .form__select__arrow {
    color: #003B5C;
    padding: 1rem;
    width: auto;
   position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2.8rem;
    pointer-events: none;
}

.dropdowns #loginLinks ul li a, .dropdowns #infoForLinks ul li a{
  font-size: 1rem;
}

.dropdowns #loginLinks ul, .dropdowns #infoForLinks ul{
   line-height: 1rem;
}


#this_is_touro .news_container article .news_item {
    position: relative;  
}

#this_is_touro .news_container article .news_item .content {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 3;
}
#this_is_touro .news_container article .news_item .content .category, #this_is_touro .news_container article .news_item .content a, #this_is_touro .news_container article .news_item .content .intro {
    color: #fff;
}

#hero .hero_stats .row.container {
  padding: 0; }



/* https://touro-web.monday.com/boards/797196237/pulses/6826842973*/
.school .drawer, .inner_page.news--events .drawer{
  top: 126px;
  padding-bottom: 126px;
  overflow: scroll;
}



