@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://use.typekit.net/beo2rid.css");
@import url("https://fonts.googleapis.com/css?family=Nunito:600,600i&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Anton");
@import url("https://fonts.googleapis.com/css?family=Anton");
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * 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;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/* UCPA color guide */
/* Lehigh Brown */
/* Gold */
/* Red */
/* Teal */
/* Blue */
/* Grey */
/* Other colors used */
.swatch-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.swatch-list li {
  margin: 0 2rem 2rem 0;
  width: 125px;
}
.swatch-list li:last-of-type {
  margin: 0 0 2rem 0;
}

.swatch {
  display: block;
  height: 125px;
  width: 125px;
}

.hex,
.var {
  font-size: 1rem;
  text-align: center;
  font-family: monospace;
}

/**************
* General Variables
* Note: colors should go into
* components/_patterns/00-base/global/01-colors/_color-vars.scss
* and breakpoint related vars into
* components/_patterns/00-base/_breakpoints.scss */
/* Fonts */
@font-face {
  font-family: DopisRegular;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisRegular.woff2") format("woff2"), url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisRegular.woff") format("woff");
}
@font-face {
  font-family: DopisBold;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisBold.woff2") format("woff2"), url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisBold.woff") format("woff");
}
@font-face {
  font-family: DopisCondensedRegular;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedRegular.woff2") format("woff2"), url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedRegular.woff") format("woff");
}
@font-face {
  font-family: DopisCondensedBold;
  src: url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedBold.woff2") format("woff2"), url("https://www.lehigh.edu/~inis/fonts/Web-Dopis-Family-Pack/DopisCondensedBold.woff") format("woff");
}
/* Campaign Font */
/* Spacing */
/* times */
/* divided */
/**
 * Breakpoint Configuration
 * @see https://github.com/Team-Sass/breakpoint/wiki
 *
 */
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-color: #ded2cc;
}

body {
  font-family: "inter-variable", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  max-width: 1920px;
  margin: 0 auto !important;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
body.sticky main {
  position: relative;
  top: 122px;
  margin-bottom: 122px;
}

.body-inner {
  overflow: hidden;
}

.u-body-no-scroll {
  max-height: 100vh;
  overflow: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: #497ba4;
}
a:hover, a:focus {
  text-decoration: underline;
}

img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
  width: 100%;
}
iframe#sizetracker {
  float: unset;
}

main {
  background-color: #ffffff;
}

.main {
  display: block;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  zoom: 1;
}

.u-a11y-text,
.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.accordion-toggle abbr[title] {
  text-decoration: none;
  border-bottom: 0;
}

.align-center.embedded-entity {
  text-align: center;
}

.webform.filter .form--inline .form-type-select .chosen-container-multi {
  margin: 0 1rem 0 0 !important;
}

/* GDPR banner customizations */
.eu-cookie-compliance-popup-open #sliding-popup {
  opacity: 0.9;
}

.eu-cookie-compliance-banner button {
  background-color: #ffffff !important;
  background-image: none;
  text-shadow: none;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.eu-cookie-compliance-banner button:hover {
  background-color: #FBDD40 !important;
  background-image: none;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message {
  max-width: 80%;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  border-bottom: 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message h1, .eu-cookie-compliance-banner .eu-cookie-compliance-message h2, .eu-cookie-compliance-banner .eu-cookie-compliance-message h3, .eu-cookie-compliance-banner .eu-cookie-compliance-message p {
  font-weight: normal;
  line-height: 1.6;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message#popup-text {
  line-height: 1.6;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message#popup-text p {
  font-size: 14px !important;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message#popup-text p a {
  text-decoration: none;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message#popup-text p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .eu-cookie-compliance-banner #popup-text {
    line-height: 1.2;
  }
}
/* End GDPR banner customizations */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: DopisRegular, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.h1 {
  color: #000;
  font-family: DopisRegular, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  margin: 0 0 0.5rem;
  width: auto;
}

.h2 {
  color: #000;
  font-family: DopisRegular, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  margin: 0 0 0.5rem;
  width: auto;
}

.h3 {
  color: #000;
  font-family: DopisRegular, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  margin: 0 0 0.5rem;
  width: auto;
}

.h4 {
  color: #000;
  font-family: DopisRegular, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  width: auto;
}

.h5 {
  color: #000;
  font-family: DopisRegular, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  width: auto;
}

.h6 {
  color: #000;
  font-family: DopisRegular, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  width: auto;
}

.link {
  color: #497ba4;
}

.blockquote {
  color: #333333;
  text-align: center;
  font-size: 1.5rem;
  border-top: solid 3px #502d0e;
  border-bottom: solid 3px #502d0e;
  margin: 2rem;
  padding: 2rem;
  position: relative;
}
.blockquote::before {
  content: "“";
  color: #502d0e;
  font-size: 20rem;
  font-family: "Arial";
  opacity: 0.1;
  position: absolute;
  top: -25px;
  left: -1rem;
}
.blockquote::after {
  content: "”";
  color: #502d0e;
  font-size: 20rem;
  font-family: "Arial";
  opacity: 0.1;
  position: absolute;
  bottom: -150px;
  right: -1rem;
}
.blockquote .source {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  color: #6a6764;
  font-style: italic;
}
.blockquote .source::before {
  content: "- ";
}

.hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: currentColor;
}

.ol.u_alpha {
  list-style-type: upper-alpha;
}
.ol.u_alpha.l_alpha {
  list-style-type: lower-alpha;
}
.ol.u_alpha.u_roman {
  list-style-type: upper-roman;
}
.ol.u_alpha.l_roman {
  list-style-type: lower-roman;
}

.checkbox-list,
.radiobutton-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-item {
  margin: 1rem 0;
}
.form-item:first-of-type {
  margin: 0 0 1rem 0;
}
.form-item:last-of-type {
  margin: 1rem 0 0 0;
}

.form-item__select,
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=number],
textarea {
  font-size: 1rem;
}

.search-name {
  position: relative;
}
.search-name .search-name-box {
  min-width: 300px;
  background: transparent url(../images/search-icon.jpg) no-repeat 98% center;
  background-size: 25px auto;
  height: 30px;
}
.search-name #search-name-submit {
  -webkit-appearance: none;
  box-sizing: inherit;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: inherit;
  border-image: none;
  color: transparent;
  position: absolute;
  left: 250px;
  top: 1px;
  width: 55px;
  height: 30px;
  background-color: transparent;
}

form .hidden {
  visibility: hidden;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.icons {
  color: #ffffff;
  background-color: #333333;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
}
.icons i {
  font-size: 4rem;
  color: #ffffff;
}
.icons i:hover {
  color: #ffe41e;
}
.icons p:blank {
  display: none;
}

.image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.favicon img {
  width: inherit;
}

.figure {
  margin: 0;
}

.lehigh-logo {
  background-color: #502d0e;
  flex-grow: 2;
  max-width: 180px;
}
@media only screen and (min-width: 769px) {
  .lehigh-logo {
    max-width: 225px;
    min-width: 150px;
  }
}
.lehigh-logo .print {
  display: none;
}
.lehigh-logo .sr-only {
  color: #ffffff;
}

.align-right img {
  margin: 0.75rem 0 0.75rem 0.75rem;
}

.align-left img {
  margin: 0.75rem 0.75rem 0.75rem 0;
}

.table {
  border-radius: 4px;
  border-spacing: 0;
  background-color: #f5f4f3;
  margin: 1rem 0;
  width: 100%;
}
.table__heading-cell {
  color: #000000;
  font-weight: 700;
  padding: 1.2em;
  text-align: left;
}
.table__row:nth-child(2n+1) {
  background-color: #ffffff;
}
.table__row:first-child td:first-child, .table__row:first-child th:first-child {
  border-radius: 5px 0 0;
}
.table__cell, .table__heading-cell {
  border: none;
  padding: 1rem;
}

.accordion-item {
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #ffffff;
}
.accordion-item h2 {
  margin: 0;
  font-size: 1rem;
  position: relative;
}
.accordion-item h2 button {
  all: inherit;
  border: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #f1f1f1;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.accordion-item h2 button::after {
  font-family: "FontAwesome";
  content: "\f0da";
  padding: 0.75rem;
  top: 0;
  position: absolute;
  right: 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion-item h2 button[aria-expanded=true] {
  background-color: #ffe41e;
}
.accordion-item h2 button[aria-expanded=true]::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(450deg);
}
.accordion-item h2 button span {
  width: 85%;
}
.accordion-item .accordion-text {
  padding: 2rem 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.accordion-item .accordion-text[hidden] {
  opacity: 0;
}
.accordion-item .accordion-text a:hover {
  text-decoration: underline;
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.pagination li {
  margin: 0 0.5rem;
  font-size: 0.9rem;
}
@media only screen and (min-width: 769px) {
  .pagination li {
    margin: 0 1rem;
    font-size: 1rem;
  }
}
.pagination li a {
  color: #344654;
}
.pagination li.previous::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0de";
  margin: 0 2px 0 0;
  transform: rotate(270deg);
  position: relative;
  top: 1px;
}
.pagination li.next::after, .pagination li.last::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0de";
  margin: 0 2px 0 0;
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}

.button {
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.4;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.button:hover, .button:focus {
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px 0 #888888;
  box-shadow: 5px 5px 10px 0 #888888;
}
.button.dark-grey {
  background-color: #12354c;
  border: 1px solid #12354c;
  color: #ffffff;
}
.button.dark-grey:hover, .button.dark-grey:focus {
  color: #12354c;
  background-color: #ffffff;
}
.button.gold {
  background-color: #ffe41e;
  border: 1px solid #ffe41e;
  color: #000000;
}
.button.gold:hover, .button.gold:focus {
  color: #344654;
  background-color: #ffffff;
}
.button.grey-light {
  background-color: #d7d7d7;
  border: 1px solid #d7d7d7;
  color: #000000;
}
.button.grey-light:hover, .button.grey-light:focus {
  color: #344654;
  background-color: #ffffff;
}
.button.white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.button.white:hover, .button.white:focus {
  color: #ffffff;
  background-color: #12354c;
}

/* Responsive Video using CSS only */
.video {
  height: 0;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 56.25%; /* 56.25 % = 16x9 */
  position: relative;
}
.video--full {
  padding-bottom: 75%; /* 75% = 4x3 */
}
.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.inline-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #502d0e;
}
.inline-menu__item {
  margin: 0 0.5rem 0 0;
}
.inline-menu__item::after {
  content: "|";
  color: #ffffff;
  padding: 0 0 0 0.25rem;
}
.inline-menu__item:last-child {
  margin-right: 0;
}
.inline-menu__item:last-child::after {
  content: "";
  padding: 0;
}
.inline-menu__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
}
.inline-menu__link:hover, .inline-menu__link:focus {
  color: #ffffff;
}

.main-nav {
  background-color: #502d0e;
}
.main-nav .main-menu {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 769px) {
  .main-nav .main-menu {
    flex-direction: row;
    justify-content: flex-end;
    border: 0;
  }
}
.main-nav .main-menu__item {
  margin: 0;
  border-top: 1px solid #ffffff;
}
@media (min-width: 769px) {
  .main-nav .main-menu__item {
    margin: 0 2rem 0 0;
    border: 0;
  }
}
.main-nav .main-menu .main-menu__link {
  width: 100%;
  padding: 0.5em 1em;
  border: 0;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: transparent;
}
@media (min-width: 769px) {
  .main-nav .main-menu .main-menu__link {
    width: auto;
    padding: 0;
  }
}
.main-nav .main-menu .main-menu__link:hover, .main-nav .main-menu .main-menu__link:focus {
  text-decoration: none;
  color: #ffe41e;
}
.main-nav .main-menu .main-menu__link--with-sub::after {
  position: relative;
  left: 3px;
  color: #ffffff;
  display: inline-block;
  content: "\f107";
  font-family: "FontAwesome";
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  .main-nav .main-menu .main-menu__link--with-sub::after {
    transform: rotate(0);
  }
}
.main-nav .main-menu .main-menu__link--sub:hover, .main-nav .main-menu .main-menu__link--sub:focus {
  text-decoration: underline;
}
.main-nav .main-menu--sub-nav {
  position: absolute;
  top: 10rem;
  left: 0;
  height: inherit;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
.main-nav .main-menu--sub-nav .menu-toggle__toggleable-content-wrapper {
  padding: 2rem;
}
@media (min-width: 769px) {
  .main-nav .main-menu--sub-nav .menu-toggle__toggleable-content-wrapper {
    padding: 0 3rem 5rem;
    height: 80vh;
    overflow-y: auto;
    text-align: center;
  }
}
.main-nav .main-menu--sub-nav.show {
  visibility: visible;
}
.main-nav .main-menu--sub-nav .main-menu--sub {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
}
@media (min-width: 769px) {
  .main-nav .main-menu--sub-nav .main-menu--sub {
    margin: 5rem 0 0 0;
    padding: 0 4rem 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}
.main-nav .main-menu--sub-nav .main-menu--sub li {
  margin: 0 0 0.25rem 0;
}
.main-nav .main-menu--sub-nav .main-menu--sub li.title {
  color: #12354c;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
.main-nav .main-menu--sub-nav .main-menu--sub li.title a {
  color: #12354c;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  text-decoration: none;
}
.main-nav .main-menu--sub-nav .main-menu--sub li.title a:hover {
  text-decoration: none;
}
.main-nav .main-menu--sub-nav .main-menu--sub li.sub-title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
}
.main-nav .main-menu--sub-nav .main-menu--sub li.sub-title a {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
  text-decoration: none;
}
.main-nav .main-menu--sub-nav .main-menu--sub li.sub-title a:hover {
  text-decoration: none;
}
.main-nav .main-menu--sub-nav .main-menu--sub li .main-menu__link {
  color: #000000;
  font-size: 1.25rem;
}
.main-nav .main-menu--sub-nav .main-menu--sub li:last-of-type {
  margin: 0;
}
.main-nav .main-menu--sub-nav .main-menu--stacked {
  display: flex;
  flex-direction: column;
}
.main-nav .main-menu--sub-nav .main-menu--stacked .main-menu--sub:last-of-type {
  margin: 4rem 0 0 0;
}
.main-nav .main-menu--sub-nav .main-menu--stacked .main-menu--sub:last-of-type li {
  margin: 0.5rem 0;
}
.main-nav .main-menu--sub-nav .main-menu--stacked .main-menu--sub:last-of-type li:last-of-type {
  margin: 0.5rem 0 0 0;
}
.main-nav .main-menu--sub-nav .decoration {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .main-nav .main-menu--sub-nav .decoration {
    display: block;
  }
}
.main-nav .main-menu--sub-nav .decoration::before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  border-top: 200px solid transparent;
  border-right: 200px solid #502d0e;
}
.main-nav .main-menu .two .decoration::before {
  border-right: 200px solid #eba033;
}
.main-nav .js-menu-toggle__toggleable__close {
  position: relative;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  appearance: none;
  cursor: pointer;
}
.main-nav .js-menu-toggle__toggleable__close:before, .main-nav .js-menu-toggle__toggleable__close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  box-sizing: border-box;
  display: block;
  width: 2px;
  height: 22px;
  background: #000000;
  transform: translate(0, -50%) rotate(180deg);
  transition: background-color 0.25s;
}
.main-nav .js-menu-toggle__toggleable__close:before {
  transform: translate(0, -50%) rotate(45deg);
}
.main-nav .js-menu-toggle__toggleable__close:after {
  transform: translate(0, -50%) rotate(-45deg);
}
.main-nav .js-menu-toggle__toggleable__close:hover:before, .main-nav .js-menu-toggle__toggleable__close:hover:after, .main-nav .js-menu-toggle__toggleable__close:focus:before, .main-nav .js-menu-toggle__toggleable__close:focus:after {
  background: #1d5970;
}

.sticky .main-nav .main-menu--sub-nav {
  position: fixed;
  top: 121px;
}

.main-menu--sub-nav.js-menu-toggle__toggleable, .main-menu__link--toggle ~ .menu-toggle__toggleable {
  transition: visibility 0s 0.4s;
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: -2;
  width: 100%;
  min-height: calc(100vh - 139px);
  max-height: calc(100vh - 139px);
  visibility: hidden;
  overflow-y: scroll;
}
@media (min-width: 769px) {
  .main-menu--sub-nav.js-menu-toggle__toggleable, .main-menu__link--toggle ~ .menu-toggle__toggleable {
    transition: visibility 0s 0.4s, height 0.25s ease-out, box-shadow 0.4s ease-out;
  }
}
@media (min-width: 769px) {
  .main-menu--sub-nav.js-menu-toggle__toggleable, .main-menu__link--toggle ~ .menu-toggle__toggleable {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    min-height: 0;
    max-height: 99999em;
    overflow: hidden;
    transform: translate(-50%);
  }
}

.main-nav .main-menu--sub-nav .main-menu__item--sub {
  background-color: #ffffff;
}
.main-nav .main-menu--sub-nav.js-menu-toggle__toggleable--open .main-menu__item--sub {
  background-color: inherit;
}

.main-menu--sub-nav.js-menu-toggle__toggleable--open, .main-menu__link--toggle:checked ~ .menu-toggle__toggleable {
  transition: visibility 0s 0s;
  overflow-y: scroll;
  visibility: visible;
}
@media (min-width: 769px) {
  .main-menu--sub-nav.js-menu-toggle__toggleable--open, .main-menu__link--toggle:checked ~ .menu-toggle__toggleable {
    transition: visibility 0s 0s, height 0.25s ease-out, box-shadow 0.4s ease-out;
  }
}
@media (min-width: 769px) {
  .main-menu--sub-nav.js-menu-toggle__toggleable--open, .main-menu__link--toggle:checked ~ .menu-toggle__toggleable {
    height: calc(100vh - vr(4));
  }
}
.js .main-menu--sub-nav.js-menu-toggle__toggleable--open, .js .main-menu__link--toggle:checked ~ .menu-toggle__toggleable {
  box-shadow: 0 18px 54px 18px rgba(0, 0, 0, 0.22);
}
@media (769px) {
  [style*=height].main-menu--sub-nav.js-menu-toggle__toggleable--open, .main-menu__link--toggle:checked ~ [style*=height].menu-toggle__toggleable {
    overflow: hidden;
  }
}

.innerpage-nav {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 2px 5px #888888;
  background-color: #ffffff;
  z-index: 500;
  position: relative;
}
.innerpage-nav.sticky {
  position: fixed;
  top: 120px;
  width: 100%;
  max-width: 1920px;
}
@media only screen and (min-width: 769px) {
  .innerpage-nav-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .innerpage-nav-list li {
    padding: 1rem 2rem;
    font-size: 0.875rem;
    line-height: 1;
  }
  .innerpage-nav-list li a {
    color: #502d0e;
    font-weight: bold;
  }
  .innerpage-nav-list li a:hover {
    text-decoration: none;
  }
  .innerpage-nav-list li.active, .innerpage-nav-list li:hover {
    background-color: #ffe41e;
    position: relative;
  }
  .innerpage-nav-list li.active::before, .innerpage-nav-list li:hover::before {
    content: "";
    position: absolute;
    left: -2.8rem;
    top: 0;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-right: 46px solid #ffe41e;
  }
  .innerpage-nav-list li.active::after, .innerpage-nav-list li:hover::after {
    content: "";
    position: absolute;
    right: -2.8rem;
    top: 0;
    width: 0;
    height: 0;
    border-top: 46px solid #ffe41e;
    border-right: 46px solid transparent;
  }
  .innerpage-nav #innerpage-nav-select {
    display: none;
  }
  .innerpage-nav #innerpage-nav-select + button {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .innerpage-nav {
    display: flex;
    justify-content: center;
  }
  .innerpage-nav-list {
    display: none;
  }
}

.bread {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.bread li {
  color: #344654;
}
.bread li a {
  color: #344654;
}
.bread li::after {
  content: "/";
  margin: 0 2px;
}
.bread li:last-of-type::after {
  content: "";
  margin: 0;
}

.subnav {
  background-color: #f1f1f1;
  padding: 1rem;
  width: 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 769px) {
  .subnav {
    width: 25%;
    margin: 0 3rem 0 0;
  }
}
.subnav ~ .main-content {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .subnav ~ .main-content {
    width: 75%;
  }
}
.subnav h2 {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .subnav h2 {
    text-align: center;
  }
}
.subnav h2 button {
  font-weight: bold;
  font-size: 1.5rem;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .subnav h2 button {
    font-weight: normal;
    font-size: 1rem;
    cursor: initial;
  }
}
@media only screen and (max-width: 769px) {
  .subnav h2 button::before {
    font-weight: normal;
    font-family: "FontAwesome";
    content: "\f078";
    margin: 0 10px 0 0;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 769px) {
  .subnav h2 button.rotate::before {
    display: inline-block;
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    transform: rotate(540deg);
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
  }
}
.subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subnav ul li {
  margin: 1rem 0 1rem 1rem;
}
.subnav ul li a {
  font-size: 1rem;
  color: #333333;
}
.subnav ul li a.is-active {
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .subnav > ul.menu:first-of-type {
    margin: -10px 0 10px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
  }
  .subnav > ul.menu:first-of-type.open {
    height: auto;
    max-height: 1500px;
    transition: max-height 0.5s ease-in !important;
  }
}

.hover-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .hover-box {
    background-image: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box {
    width: 358px;
    height: 336px;
  }
}
.hover-box a:hover, .hover-box a:focus {
  text-decoration: none;
}
.hover-box-image img {
  width: 100%;
}
.hover-box-text, .hover-box-color_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .hover-box-text, .hover-box-color_overlay {
    background: linear-gradient(rgba(80, 83, 31, 0.6), rgba(0, 0, 0, 0.6));
  }
  .hover-box-text.gold, .hover-box-color_overlay.gold {
    background: linear-gradient(rgba(255, 228, 30, 0.8), rgba(0, 0, 0, 0.8));
  }
  .hover-box-text.teal, .hover-box-color_overlay.teal {
    background: linear-gradient(rgba(175, 237, 201, 0.8), rgba(0, 0, 0, 0.8));
  }
  .hover-box-text.blue, .hover-box-color_overlay.blue {
    background: linear-gradient(rgba(102, 176, 255, 0.8), rgba(0, 0, 0, 0.8));
  }
  .hover-box-text.brown, .hover-box-color_overlay.brown {
    background: linear-gradient(rgba(80, 45, 14, 0.8), rgba(0, 0, 0, 0.8));
  }
  .hover-box-text.red, .hover-box-color_overlay.red {
    background: linear-gradient(rgba(255, 68, 56, 0.8), rgba(0, 0, 0, 0.8));
  }
}
.hover-box-content {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .hover-box-content {
    bottom: -3rem;
    height: 125px;
    padding: 0 0.75rem 0 0;
    overflow-y: hidden;
    transition: all 0.25s ease;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box-content h2::before {
    content: "+";
    display: block;
  }
}
.hover-box a:hover .hover-box-content, .hover-box a:focus .hover-box-content {
  bottom: 1rem;
  transition: all 0.25s ease;
}
.hover-box a:hover .hover-box-content h2::before, .hover-box a:focus .hover-box-content h2::before {
  display: none;
}
.hover-box a:hover .hover-box-cta .hover-box-content, .hover-box a:focus .hover-box-cta .hover-box-content {
  bottom: inherit;
}
.hover-box.zoom {
  width: inherit;
  height: inherit;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 500px) {
  .hover-box.zoom {
    max-width: 50%;
    min-width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box.zoom {
    max-width: 50%;
    min-width: 50%;
  }
}
@media only screen and (min-width: 500px) {
  .hover-box.zoom.spotlight, .hover-box.zoom.no_text {
    max-width: 25%;
    min-width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box.zoom.spotlight, .hover-box.zoom.no_text {
    max-width: 25%;
    min-width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box.zoom.spotlight .hover-box-content, .hover-box.zoom.no_text .hover-box-content {
    height: 160px;
  }
}
@media only screen and (min-width: 500px) {
  .hover-box.zoom.no_text {
    max-width: 100%;
    min-width: 100%;
  }
}
.hover-box.zoom .hover-box-image {
  height: 100%;
  width: 100%;
}
.hover-box.zoom .hover-box-image img {
  width: 100%;
  transition: transform 0.2s;
}
.hover-box.zoom:hover .hover-box-image img, .hover-box.zoom:focus .hover-box-image img {
  transform: scale(1.25);
}
.hover-box.zoom .hover-box-text.gold,
.hover-box.zoom .hover-box-color_overlay.gold {
  background: linear-gradient(rgba(255, 228, 30, 0.8), rgba(0, 0, 0, 0.8));
}
.hover-box.zoom .hover-box-text.teal,
.hover-box.zoom .hover-box-color_overlay.teal {
  background: linear-gradient(rgba(175, 237, 201, 0.8), rgba(0, 0, 0, 0.8));
}
.hover-box.zoom .hover-box-text.blue,
.hover-box.zoom .hover-box-color_overlay.blue {
  background: linear-gradient(rgba(102, 176, 255, 0.8), rgba(0, 0, 0, 0.8));
}
.hover-box.zoom .hover-box-text.brown,
.hover-box.zoom .hover-box-color_overlay.brown {
  background: linear-gradient(rgba(80, 45, 14, 0.8), rgba(0, 0, 0, 0.8));
}
.hover-box.zoom .hover-box-text.red,
.hover-box.zoom .hover-box-color_overlay.red {
  background: linear-gradient(rgba(255, 68, 56, 0.8), rgba(0, 0, 0, 0.8));
}
.hover-box.zoom .hover-box-content {
  overflow-y: inherit;
  bottom: 3rem;
  width: 66%;
}
@media only screen and (min-width: 500px) {
  .hover-box.zoom .hover-box-content {
    width: 80%;
    bottom: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box.zoom .hover-box-content {
    height: 145px;
  }
}
.hover-box.zoom .hover-box-content h2::before {
  content: "";
}
.hover-box.zoom:hover .hover-box-content, .hover-box.zoom:focus .hover-box-content {
  height: 7rem;
}
.hover-box.zoom.spotlight:hover .hover-box-content,
.hover-box.zoom.spotlight:hover .hover-box-color_overlay, .hover-box.zoom.spotlight:focus .hover-box-content,
.hover-box.zoom.spotlight:focus .hover-box-color_overlay {
  height: 9rem;
}
@media only screen and (min-width: 769px) {
  .hover-box.three {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
}
.hover-box-cta {
  background-color: #f1f1f1;
  height: 100%;
  padding: 2rem;
  text-align: center;
}
.hover-box-cta .hover-box-content {
  position: relative;
  bottom: inherit;
  height: inherit;
}
.hover-box-cta .hover-box-content h2::before {
  content: "";
}
.hover-box-cta .hover-box-content .cta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 2rem 0 0 0;
}
.hover-box-cta .hover-box-content .cta-list li {
  width: 100%;
  margin: 0 0 0.5rem 0;
}
.hover-box-cta .hover-box-content .cta-list li .button {
  width: 100%;
}
.hover-box.card {
  margin: 0 !important;
  padding: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .hover-box.card {
    margin: 1rem !important;
    padding: 0;
  }
}
.hover-box.card .hover-box-text,
.hover-box.card .hover-box-content {
  position: unset;
}
@media only screen and (min-width: 769px) {
  .hover-box.card .hover-box-text,
  .hover-box.card .hover-box-content {
    position: absolute;
  }
}
.hover-box.card .hover-box-text {
  color: #333333;
}
@media only screen and (min-width: 769px) {
  .hover-box.card .hover-box-text {
    color: #ffffff;
  }
}
@media only screen and (max-width: 769px) {
  .hover-box.card .hover-box-text h2 {
    color: #502d0e;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 769px) {
  .hover-box.card .hover-box-content::after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 6rem;
    color: #81b0d2;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}
.hover-box.card .hover-box-content p {
  padding: 0 2rem 0 0;
}
@media only screen and (min-width: 769px) {
  .hover-box.card .hover-box-content p {
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  .hover-box.card:hover {
    background-color: #f1f1f1;
  }
  .hover-box.card:hover .hover-box-content::after {
    color: #333333;
  }
}

@media only screen and (max-width: 769px) {
  .hover-box.card .hover-box-image {
    display: none;
  }
}
body.page-node-type-spotlight main picture {
  float: right;
  padding: 1rem 0 1rem 1rem;
}
@media only screen and (max-width: 769px) {
  body.page-node-type-spotlight main picture {
    display: block;
    float: none;
    padding: 0 0 1rem 0;
  }
}

.slide-wrapper {
  position: relative;
}
@media only screen and (max-width: 769px) {
  .slide-wrapper {
    background-image: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .slide-wrapper {
    width: 100%;
    display: inline-block;
  }
}
.slide-wrapper.left .slide-content, .slide-wrapper.On .slide-content {
  position: unset;
  background-color: #ffffff;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .slide-wrapper.left .slide-content, .slide-wrapper.On .slide-content {
    position: absolute;
    top: 15%;
    left: 7rem;
    width: 50%;
    padding: 3rem;
  }
}
.slide-wrapper.right .slide-content, .slide-wrapper.Off .slide-content {
  position: unset;
  background-color: #ffffff;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .slide-wrapper.right .slide-content, .slide-wrapper.Off .slide-content {
    position: absolute;
    top: 15%;
    right: 7rem;
    width: 50%;
    padding: 3rem;
  }
}
.slide-wrapper .slide-image {
  display: none;
}
@media only screen and (min-width: 769px) {
  .slide-wrapper .slide-image {
    display: block;
    z-index: 1;
  }
  .slide-wrapper .slide-image img {
    width: 100%;
  }
}
.slide-content {
  background-color: #ffffff;
  z-index: 3;
}
.slide-content h2 {
  color: #502d0e;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 3rem;
}
@media only screen and (min-width: 769px) {
  .slide-content h2 {
    padding: 0;
  }
}
.slide-content h3 {
  color: #12354c;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0 3rem;
}
@media only screen and (min-width: 769px) {
  .slide-content h3 {
    padding: 0;
  }
}
.slide-content img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 1rem 0;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .slide-content img {
    display: none !important;
  }
}
.slide-content p {
  padding: 0 3rem;
}
.slide-content p.read-more {
  margin: 2rem 0 0 0;
}
.slide-content p.read-more a {
  color: #12354c;
  font-weight: bold;
}
.slide-content p.read-more a::before {
  content: "+ ";
}
@media only screen and (min-width: 769px) {
  .slide-content p {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .slide-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
  }
  .slide-decoration::before {
    content: "";
    display: block;
    position: relative;
    right: -450px;
    bottom: -450px;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.9;
    border-width: 450px;
    transform: rotate(45deg);
    border-color: transparent transparent transparent #12354c;
  }
  .slide-decoration.teal::before {
    border-color: transparent transparent transparent #afedc9;
  }
  .slide-decoration.red::before {
    border-color: transparent transparent transparent #ff3d3a;
  }
  .slide-decoration.gold::before {
    border-color: transparent transparent transparent #ffe41e;
  }
  .slide-decoration.grey_dark::before {
    border-color: transparent transparent transparent #12354c;
  }
}

.slick-initialized .slick-slide {
  max-height: 1000px;
}

.stats-wrapper {
  width: 275px;
  text-align: center;
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.stats-circle {
  background: url("/images/triangles_1.png") no-repeat #94d0e9;
  height: 203px;
  width: 203px;
  -webkit-border-radius: 203px;
  -moz-border-radius: 203px;
  border-radius: 203px;
  position: relative;
}
.stats-circle-text {
  text-align: center;
  font-size: 3.75rem;
  color: #502d0e;
  position: relative;
  top: 30%;
}
.stats-description {
  margin: 1.5rem 0 0 0;
  font-size: 1.5rem;
  color: #502d0e;
  width: 80%;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .stats-description {
    width: inherit;
    line-height: 1;
  }
}
.stats-wrapper:first-of-type .stats-circle {
  background: url("/images/triangles_1.png") no-repeat #94d0e9;
}
.stats-wrapper:nth-of-type(2) .stats-circle {
  background: url("/images/triangles_2.png") no-repeat #94d0e9;
}
.stats-wrapper:last-of-type .stats-circle {
  background: url("/images/triangles_3.png") no-repeat #94d0e9;
}

.image-focused-slide-wrapper {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-wrapper {
    width: 100%;
    display: inline-block;
    padding-bottom: 50%;
  }
}
.image-focused-slide-text {
  position: unset;
  width: 100%;
  height: 100%;
  color: #000000;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text {
    color: #ffffff;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text {
    position: absolute;
  }
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.teal {
    background: linear-gradient(rgba(175, 237, 201, 0.9), rgba(0, 0, 0, 0.9));
  }
}
.image-focused-slide-text.teal span {
  background: linear-gradient(rgba(175, 237, 201, 0.9), rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.teal span {
    display: none;
  }
}
.image-focused-slide-text.teal span img {
  opacity: 0.2 !important;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.red {
    background: linear-gradient(rgba(255, 61, 58, 0.9), rgba(0, 0, 0, 0.9));
  }
}
.image-focused-slide-text.red span {
  background: linear-gradient(rgba(255, 61, 58, 0.9), rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.red span {
    display: none;
  }
}
.image-focused-slide-text.red span img {
  opacity: 0.2 !important;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.gold {
    background: linear-gradient(rgba(255, 228, 30, 0.9), rgb(0, 0, 0));
  }
}
.image-focused-slide-text.gold span {
  background: linear-gradient(rgba(255, 228, 30, 0.9), rgb(0, 0, 0));
  height: 100%;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.gold span {
    display: none;
  }
}
.image-focused-slide-text.gold span img {
  opacity: 0.2 !important;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.grey_dark {
    background: linear-gradient(rgba(18, 53, 76, 0.9), rgba(0, 0, 0, 0.9));
  }
}
.image-focused-slide-text.grey_dark span {
  background: linear-gradient(rgba(18, 53, 76, 0.9), rgba(0, 0, 0, 0.9));
  height: 100%;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text.grey_dark span {
    display: none;
  }
}
.image-focused-slide-text.grey_dark span img {
  opacity: 0.2 !important;
}
.image-focused-slide-text .image-focused-slide-image {
  display: none;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-text .image-focused-slide-image {
    display: block;
    opacity: 0.2 !important;
    z-index: 1;
  }
  .image-focused-slide-text .image-focused-slide-image img {
    width: 100%;
  }
}
.image-focused-slide-content {
  position: unset;
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-content {
    position: absolute;
    bottom: 0;
    left: 3rem;
    height: 10rem;
    width: 50%;
  }
}
.image-focused-slide-content h2 {
  margin: 0 2rem 2rem 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-content h2 {
    margin: 0;
    font-weight: normal;
  }
}
.image-focused-slide-content h2::before {
  content: "";
}
.image-focused-slide-content img {
  display: inherit !important;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 500px) {
  .image-focused-slide-content img {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-content img {
    display: none !important;
  }
}
.image-focused-slide-content p {
  margin: 2rem;
}
@media only screen and (min-width: 769px) {
  .image-focused-slide-content p {
    margin: 0;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  max-width: inherit;
}
.news-item img {
  width: 100%;
  margin: 0 0 2rem 0;
}
.news-item h3 {
  font-size: 1rem;
  font-weight: bold;
}
.news-item a {
  font-weight: bold;
  color: #333333;
}
.news-item a.button {
  font-weight: normal;
  width: 95%;
}
.news-item p.cta {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .news-item {
    max-width: 50%;
  }
}
.news-item-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 1rem 0;
}

.event {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  max-width: inherit;
  padding: 0 2rem 1rem 2rem;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (min-width: 769px) {
  .event {
    flex-direction: column;
    align-items: center;
    align-content: center;
    max-width: 250px;
    min-width: 250px;
    padding: 0;
    margin: 0;
    border: 0;
  }
}
.event:last-of-type {
  padding: 0;
  margin: 0;
  border: 0;
}
.event-image {
  max-width: 25%;
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 769px) {
  .event-image {
    max-width: 200px;
    margin: 0 0 2rem 0;
  }
}
.event-image img {
  border-radius: 200px;
  width: 100%;
}
.event-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .event-details {
    align-items: center;
  }
}
.event-date {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 500px) {
  .event-date {
    margin: 0;
  }
}
.event-title {
  text-align: left;
}
@media only screen and (min-width: 500px) {
  .event-title {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .event-title {
    text-align: center;
  }
}
.event-url {
  color: #000000;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
.event-url::before {
  content: "+ ";
}
.event-url:hover, .event-url:focus {
  color: #000000;
}

.event-box {
  width: 358px;
  height: 336px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .event-box {
    width: 358px;
    height: 336px;
  }
}
.event-box a:hover, .event-box a:focus {
  text-decoration: none;
}
.event-box-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  bottom: 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .event-box-text {
    background: linear-gradient(rgba(80, 83, 31, 0.6), rgba(0, 0, 0, 0.6));
  }
  .event-box-text.gold {
    background: linear-gradient(rgba(255, 228, 30, 0.8), rgba(0, 0, 0, 0.8));
  }
  .event-box-text.teal {
    background: linear-gradient(rgba(175, 237, 201, 0.8), rgba(0, 0, 0, 0.8));
  }
  .event-box-text.blue {
    background: linear-gradient(rgba(102, 176, 255, 0.8), rgba(0, 0, 0, 0.8));
  }
  .event-box-text.brown {
    background: linear-gradient(rgba(80, 45, 14, 0.8), rgba(0, 0, 0, 0.8));
  }
}
.event-box-content {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .event-box-content {
    padding: 0 0.75rem 0 0;
    overflow-y: hidden;
  }
}
.event-box-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.event-box.zoom {
  overflow: hidden;
}
.event-box.zoom .event-box-image {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
}
.event-box.zoom .event-box-image img {
  width: 100%;
  transition: all 0.2s ease;
}
.event-box.zoom:hover .event-box-image img, .event-box.zoom:focus .event-box-image img {
  transform: scale(1.25);
  transition: all 0.2s ease;
}
.event-box.zoom .event-box-text.gold {
  background: linear-gradient(rgba(255, 228, 30, 0.8), rgba(0, 0, 0, 0.8));
}
.event-box.zoom .event-box-text.teal {
  background: linear-gradient(rgba(175, 237, 201, 0.8), rgba(0, 0, 0, 0.8));
}
.event-box.zoom .event-box-text.blue {
  background: linear-gradient(rgba(102, 176, 255, 0.8), rgba(0, 0, 0, 0.8));
}
.event-box.zoom .event-box-text.brown {
  background: linear-gradient(rgba(80, 45, 14, 0.8), rgba(0, 0, 0, 0.8));
}

.page-title {
  background-color: #ffe41e;
  padding: 1rem 2rem 1rem 3rem;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .page-title {
    max-width: calc(100% - 60px);
    position: absolute;
  }
  .page-title::after {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 100%;
    content: "";
  }
  .page-title::after {
    top: 0;
    background: linear-gradient(to right bottom, #ffe41e 50%, transparent 50%);
  }
}
.page-title h1 {
  margin: 0;
  color: #502d0e;
}

:not(.main-content) > .content-only-wrapper {
  padding: 2rem;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (min-width: 769px) {
  :not(.main-content) > .content-only-wrapper {
    padding: 4rem 8rem;
    border: 0;
  }
}
@media only screen and (min-width: 500px) {
  :not(.main-content) > .content-only-wrapper h2 {
    color: #502d0e;
    font-weight: bold;
  }
}

.media-box {
  position: relative;
  width: inherit;
  height: inherit;
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 500px) {
  .media-box {
    max-width: 50%;
    min-width: 50%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1023px) {
  .media-box {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .media-box {
    max-width: 50%;
    min-width: 50%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 500px) {
  .media-box {
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
.media-box a {
  color: #ffffff;
}
.media-box-image {
  height: 100%;
  width: 100%;
}
.media-box-image img {
  width: 100%;
  transition: transform 0.2s;
}
.media-box:hover .media-box-image img, .media-box:focus .media-box-image img {
  transform: scale(1.25);
}
.media-box-text {
  position: absolute;
  background: linear-gradient(rgba(80, 83, 31, 0.6), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #ffffff;
  bottom: 0;
}
.media-box-text.gold {
  background: linear-gradient(rgba(255, 228, 30, 0.8), rgba(0, 0, 0, 0.8));
}
.media-box-text.teal {
  background: linear-gradient(rgba(175, 237, 201, 0.8), rgba(0, 0, 0, 0.8));
}
.media-box-text.blue {
  background: linear-gradient(rgba(102, 176, 255, 0.8), rgba(0, 0, 0, 0.8));
}
.media-box-text.brown {
  background: linear-gradient(rgba(80, 45, 14, 0.8), rgba(0, 0, 0, 0.8));
}
.media-box-content {
  position: absolute;
  bottom: 2rem;
  padding: 0 0.75rem 0 0;
  overflow-y: hidden;
  transition: all 0.25s ease;
}
.media-box-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media only screen and (max-width: 769px) {
  .media-box-content h2 {
    font-size: calc(1.1vw + 10px);
  }
}
@media only screen and (max-width: 500px) {
  .media-box-content h2 {
    font-size: 1.5rem;
  }
}
.media-box-content h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}
.media-box-content.blog--podcast h2::before, .media-box-content.podcast h2::before {
  font-family: "FontAwesome";
  content: "\f2ce";
  font-size: 2.5rem;
  font-weight: normal;
}
.media-box-content.article h2::before, .media-box-content.blog--article h2::before {
  font-family: "FontAwesome";
  content: "\f1ea";
  font-size: 2.5rem;
  font-weight: normal;
}
.media-box-content.videos h2::before, .media-box-content.blog--videos h2::before, .media-box-content.blog--video h2::before {
  font-family: "FontAwesome";
  content: "\f01d";
  font-size: 2.5rem;
  font-weight: normal;
}
.media-box-content.blog h2::before, .media-box-content.blog--blog h2::before {
  font-family: "FontAwesome";
  content: "\f14b";
  font-size: 2.5rem;
  font-weight: normal;
}
.media-box-content .tags a {
  margin: 0 -4px 0 0;
}
@media only screen and (max-width: 769px) {
  .media-box-content .tags a {
    font-size: calc(0.8vw + 10px);
  }
}
@media only screen and (max-width: 500px) {
  .media-box-content .tags a {
    font-size: 1rem;
  }
}
.media-box-content .tags a::before {
  content: ",";
  margin: 0 4px 0 0;
}
.media-box-content .tags a:first-of-type::before {
  content: "";
}

.az-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.az-profile-image img {
  border-radius: 100px;
  height: 100px;
  width: 100px;
  max-width: inherit;
}
.az-profile-info {
  margin: 0 0 0 1rem;
  color: #333333;
}
.az-profile-info h3 {
  color: #344654;
  font-size: 1.1rem;
  font-weight: bold;
}
.az-profile-info a {
  color: #333333;
}
.az-profile-info a:hover {
  text-decoration: underline;
}

.sidebar-profile {
  color: #000000;
}
@media only screen and (min-width: 500px) {
  .sidebar-profile {
    margin: 2rem 0 0 0;
  }
}
.sidebar-profile h2 {
  color: #502d0e;
  font-weight: bold;
}
@media only screen and (min-width: 500px) {
  .sidebar-profile .main-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar-profile .main-profile {
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 2rem 0;
  }
}
.sidebar-profile .main-profile .az-profile {
  margin: 2rem 0;
}
@media only screen and (min-width: 500px) {
  .sidebar-profile .main-profile .az-profile {
    margin: 0 3rem 0 0;
    width: 60%;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar-profile .main-profile .az-profile {
    margin: 2rem 0;
    width: 100%;
  }
}
.sidebar-profile .main-profile h3 {
  font-size: 1rem;
  font-weight: bold;
}
.sidebar-profile .main-profile .courses {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-profile .cta {
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 769px) {
  .sidebar-profile .cta {
    margin: 5rem 0 0 0;
  }
}
.sidebar-profile .cta .button {
  width: 100%;
  background-color: #344654;
  color: #ffffff;
}
@media only screen and (min-width: 500px) {
  .sidebar-profile .cta .button {
    width: 40%;
  }
}
@media only screen and (min-width: 769px) {
  .sidebar-profile .cta .button {
    width: 100%;
  }
}
.sidebar-profile .cta .button:hover {
  color: #344654;
  background-color: #ffffff;
}
.sidebar-profile .profile-links a {
  display: block;
}

.profile-small {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.profile-small img {
  max-height: 110px;
  max-width: 110px;
  border-radius: 110px;
  margin: 0 1rem 0 0;
}
.profile-small h4 {
  font-size: 1rem;
  color: #344654;
  font-weight: bold;
  margin: 0;
}

.az-index-group {
  border-bottom: 1px solid #d7d7d7;
  padding: 2rem 2rem 0 2rem;
}
@media only screen and (min-width: 769px) {
  .az-index-group {
    margin: 0 0 3rem 0;
    border: 0;
    padding: 0;
  }
  .az-index-group:last-of-type {
    margin: 0;
  }
}
.az-index-group h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #344654;
}
.az-index-group .profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.az-index-group .profile-list li {
  width: inherit;
  height: inherit;
  margin: 1rem 2rem;
}
@media only screen and (min-width: 769px) {
  .az-index-group .profile-list li {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    margin: 1rem 0;
  }
}

.tags_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5rem 0 1rem 0;
}
.tags_section span {
  color: #6a6764;
}
.tags_section span::after {
  content: ",";
  margin: 0 0.25rem 0 0;
}
.tags_section span:first-of-type::after, .tags_section span:last-of-type::after {
  content: "";
}
.tags_section span a {
  color: #6a6764;
}

.college-name {
  width: 100px;
}
@media only screen and (min-width: 769px) {
  .college-name {
    max-width: 6rem;
    width: inherit;
  }
}
.college-name a {
  font-size: 1.25rem;
  line-height: 1;
  color: #ffffff;
}
.college-name a:hover, .college-name a:focus {
  text-decoration: none;
}

.spokenlayer {
  margin-top: 1rem;
}

.video_box-item {
  display: flex;
  flex-direction: column;
  max-width: inherit;
  box-shadow: 0 2px 10px #888888;
}
.video_box-item .video_box-video {
  width: 100%;
  margin: 0 0 1rem 0;
}
.video_box-item .video_box-video.video {
  padding-top: unset;
}
.video_box-item h3 {
  font-size: 1rem;
  font-weight: bold;
}
.video_box-item a {
  font-weight: bold;
  color: #333333;
}
.video_box-item a.button {
  font-weight: normal;
  width: 95%;
}
@media only screen and (min-width: 769px) {
  .video_box-item {
    max-width: 50%;
  }
}
.video_box-item .video_box-content {
  padding: 0 0.5rem;
}

.skip, .visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
}
.skip:hover, .skip:active, .skip:focus, .visually-hidden:hover, .visually-hidden:active, .visually-hidden:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.header {
  position: relative;
  z-index: 501;
}

.lehigh-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #ffe41e;
  padding: 0.5rem 3rem;
}
.lehigh-nav--universityhome {
  color: #502d0e;
  flex-grow: 1;
}
.lehigh-nav--universityhome:hover, .lehigh-nav--universityhome:focus {
  color: #502d0e;
}
.lehigh-nav--links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lehigh-nav--links li {
  margin: 0 2rem 0 0;
}
.lehigh-nav--links li:last-of-type {
  margin: 0;
}
.lehigh-nav--links a {
  color: #502d0e;
}

.business-nav {
  background-color: #502d0e;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 769px) {
  .business-nav {
    padding: 1rem 3rem;
  }
}
.business-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1920px;
}
.business-nav .hamburger .icons {
  background-color: transparent;
  max-width: inherit;
  min-width: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.business-nav .hamburger .icons i {
  font-size: 2.5rem;
}
@media (min-width: 769px) {
  .business-nav .hamburger {
    display: none;
  }
}
.business-nav .menu {
  flex-grow: 3;
  color: #ffffff;
  display: flex;
}
@media (min-width: 769px) {
  .business-nav .menu {
    justify-content: flex-end;
  }
}

.main-search {
  color: #ffffff;
}
.main-search .icon-list {
  align-content: flex-end;
}
.main-search .icon-list .icons {
  background-color: transparent;
  max-width: inherit;
  min-width: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.main-search .icon-list .icons i {
  font-size: 1.5rem;
}

.menu-toggle-button--site-search {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72px;
  height: 41px;
  color: #ffffff;
}
@media (min-width: 769px) {
  .menu-toggle-button--site-search {
    position: relative;
    bottom: auto;
    right: auto;
    height: 48px;
  }
}
.menu-toggle-button--site-search:hover:before, .menu-toggle-button--site-search:hover:after, .menu-toggle-button--site-search:focus:before, .menu-toggle-button--site-search:focus:after {
  background: #251506;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--magnifying-glass {
  position: relative;
  display: block;
  margin: 0;
  width: 1em;
  height: 1.125em;
  padding: 0;
  border: 0;
  transform: scale(0.5);
  transform-origin: left top;
  font-size: 2.5em;
  appearance: none;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--magnifying-glass:before, .menu-toggle-button--site-search .menu-toggle-button__icon--magnifying-glass:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  transition: border-color 0.25s;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--magnifying-glass:before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid #ffffff;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--magnifying-glass:after {
  top: 0.875em;
  left: 0.7em;
  width: 0.15em;
  height: 0.5em;
  background: #ffffff;
  border-radius: 0.075em;
  transform: rotate(-45deg);
  transform-origin: left top;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--magnifying-glass {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(-50%, -50%) translate(0, -5px);
  transition: opacity 0.25s;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--close {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  transition: opacity 0.25s;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--close:before, .menu-toggle-button--site-search .menu-toggle-button__icon--close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  box-sizing: border-box;
  display: block;
  width: 2px;
  height: 22px;
  background: #ffffff;
  transform: translate(0, -50%) rotate(180deg);
  transition: background-color 0.25s;
}
.menu-toggle-button--site-search .menu-toggle-button__icon--close:before {
  transform: translate(0, -50%) rotate(45deg);
}
.menu-toggle-button--site-search .menu-toggle-button__icon--close:after {
  transform: translate(0, -50%) rotate(-45deg);
}
.menu-toggle-button--site-search.js-menu-toggle-button--active {
  background: #251506;
}
.menu-toggle-button--site-search.js-menu-toggle-button--active .menu-toggle-button__icon--magnifying-glass {
  opacity: 0;
}
.menu-toggle-button--site-search.js-menu-toggle-button--active .menu-toggle-button__icon--close {
  opacity: 1;
}

.main-search__block-wrapper {
  color: #ffffff;
  background: #502d0e;
}
.main-search__block-wrapper > .menu-toggle__toggleable-content-wrapper {
  padding: 0.5rem 2rem;
}

.name-tag {
  background-color: #502d0e;
  color: #ffffff;
  font-family: "DopisRegular", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-style: italic;
  border-top: 1px solid #ffffff;
  padding: 0.5rem;
  text-align: center;
}
.name-tag.sticky {
  position: fixed;
  top: 80px;
  width: 100%;
  max-width: 1920px;
}

.menu-toggle-button,
.js-menu-toggle__toggleable__close,
.menu-toggle-button--shut {
  border: 0;
  appearance: none;
  background: transparent;
}

.menu--mobile-menu {
  background: #ffffff;
}
@media (min-width: 769px) {
  .menu--mobile-menu {
    height: auto !important;
    background: transparent;
  }
}
.menu--mobile-menu > .menu-toggle__toggleable-content-wrapper {
  width: 100%;
}
@media (min-width: 769px) {
  .menu--mobile-menu > .menu-toggle__toggleable-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
  }
}

.menu-toggle-button--mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 67px;
  width: 72px;
}

.menu-toggle-button__icon--burger {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 44px;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(0.5);
}
.menu-toggle-button__icon--burger:before, .menu-toggle-button__icon--burger:after,
.menu-toggle-button__icon--burger .menu-toggle-button__icon--burger__inner {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: block;
  border-top: 4px solid #ffffff;
  width: 60px;
  height: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
.menu-toggle-button__icon--burger:before {
  top: 0;
  left: 0;
  height: 0;
  transform: none;
  transform-origin: left top;
}
.menu-toggle-button__icon--burger:after {
  bottom: 0;
  left: 0;
}
.menu-toggle-button__icon--burger .menu-toggle-button__icon--burger__inner {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transform-origin: right top;
}
.js-menu-toggle-button--active .menu-toggle-button__icon--burger {
  height: 46px;
}
.js-menu-toggle-button--active .menu-toggle-button__icon--burger:before {
  transform: translate(-6px) rotate(-45deg);
  transform-origin: right top;
}
.js-menu-toggle-button--active .menu-toggle-button__icon--burger:after {
  transform: translate(-6px) rotate(45deg);
  transform-origin: right bottom;
}
.js-menu-toggle-button--active .menu-toggle-button__icon--burger .menu-toggle-button__icon--burger__inner {
  opacity: 0;
  transform: rotate(45deg);
  transform-origin: right top;
}

.menu--mobile-menu.js-menu-toggle__toggleable, .mobile-menu-toggle ~ .menu--mobile-menu {
  transition: visibility 0s 0.4s, transform 0.25s ease-out, height 0.25s ease-out;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 200vw;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 769px) {
  .menu--mobile-menu.js-menu-toggle__toggleable, .mobile-menu-toggle ~ .menu--mobile-menu {
    visibility: visible;
    transition: none;
  }
}
@media (min-width: 769px) {
  .menu--mobile-menu.js-menu-toggle__toggleable, .mobile-menu-toggle ~ .menu--mobile-menu {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
  }
}
.js-menu-toggle__toggleable--active-child.menu--mobile-menu.js-menu-toggle__toggleable, .mobile-menu-toggle ~ .js-menu-toggle__toggleable--active-child.menu--mobile-menu {
  transform: translate(-100vw);
}
@media (min-width: 769px) {
  .js-menu-toggle__toggleable--active-child.menu--mobile-menu.js-menu-toggle__toggleable, .mobile-menu-toggle ~ .js-menu-toggle__toggleable--active-child.menu--mobile-menu {
    transform: none;
  }
}
.menu--mobile-menu.js-menu-toggle__toggleable > .menu-toggle__toggleable-content-wrapper, .mobile-menu-toggle ~ .menu--mobile-menu > .menu-toggle__toggleable-content-wrapper {
  width: 100vw;
}
@media (min-width: 769px) {
  .menu--mobile-menu.js-menu-toggle__toggleable > .menu-toggle__toggleable-content-wrapper, .mobile-menu-toggle ~ .menu--mobile-menu > .menu-toggle__toggleable-content-wrapper {
    width: auto;
  }
}

.menu--mobile-menu.js-menu-toggle__toggleable--open, .mobile-menu-toggle:checked ~ .menu--mobile-menu {
  transition: visibility 0s 0s, transform 0.25s ease-out, height 0.25s ease-out;
  transform: none;
}
@media (min-width: 769px) {
  .menu--mobile-menu.js-menu-toggle__toggleable--open, .mobile-menu-toggle:checked ~ .menu--mobile-menu {
    visibility: visible;
    transition: none;
  }
}
@media (min-width: 769px) {
  .menu--mobile-menu.js-menu-toggle__toggleable--open, .mobile-menu-toggle:checked ~ .menu--mobile-menu {
    overflow: visible;
  }
}

@media (min-width: 769px) {
  .mobile-menu-toggle,
  .menu-toggle-button--mobile-menu {
    display: none;
  }
}

@media (min-width: 769px) {
  .menu--mobile-menu {
    margin-left: auto;
    margin-right: auto;
  }
}
.menu--mobile-menu.js-menu-toggle__toggleable:not(.js-menu-toggle__toggleable--open) {
  height: 0 !important;
}
.main-search__block-wrapper.js-menu-toggle__toggleable, .site-search-toggle ~ .menu-toggle__toggleable {
  transition: visibility 0s 0.4s, height 0.25s ease-out, padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out, box-shadow 0.4s ease-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -2;
  height: 0;
  overflow: hidden;
}

.main-search__block-wrapper.js-menu-toggle__toggleable--open, .site-search-toggle:checked ~ .menu-toggle__toggleable {
  transition: visibility 0s 0s, height 0.25s ease-out, padding-top 0.25s ease-in-out, padding-bottom 0.25s ease-in-out, box-shadow 0.4s ease-out;
  height: 120px;
}
[style*=height].main-search__block-wrapper.js-menu-toggle__toggleable--open, .site-search-toggle:checked ~ [style*=height].menu-toggle__toggleable {
  overflow: hidden;
}

.footer {
  background-color: #502d0e;
  padding: 2rem;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding: 2rem 3rem;
  }
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #ffe41e;
}
@media only screen and (min-width: 769px) {
  .footer-top {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
.footer-top .university-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .footer-top .university-info {
    order: 2;
  }
}
.footer-top .university-info .college-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer-top .university-info .address {
  color: #ffffff;
  font-size: 0.875rem;
  font-style: normal;
  margin: 0.5rem 0 0 0;
}
@media only screen and (max-width: 769px) {
  .footer-top .social-media {
    order: 1;
    margin: 0 0 1rem 0;
  }
}
.footer-top .social-media .sm-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer-top .social-media .sm-icons li {
  margin: 0 0.3333333333rem;
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  padding: 0.5rem;
  border-radius: 35px;
  border: 1px solid #502d0e;
  display: flex;
  align-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 500px) {
  .footer-top .social-media .sm-icons li {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin: 0 0.5rem;
  }
}
.footer-top .social-media .sm-icons li:first-of-type {
  margin: 0 0.5rem 0 0;
}
.footer-top .social-media .sm-icons li:last-of-type {
  margin: 0 0 0 0.5rem;
}
.footer-top .social-media .sm-icons li:hover, .footer-top .social-media .sm-icons li:focus, .footer-top .social-media .sm-icons li:focus-within {
  background-color: #502d0e;
  border: 1px solid #ffffff;
}
.footer-top .social-media .sm-icons li:hover a, .footer-top .social-media .sm-icons li:focus a, .footer-top .social-media .sm-icons li:focus-within a {
  color: #ffffff;
}
.footer-top .social-media .sm-icons li a {
  color: #502d0e;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 500px) {
  .footer-top .social-media .sm-icons li a {
    font-size: 2rem;
  }
}
.footer-top .social-media .sm-icons li a:hover, .footer-top .social-media .sm-icons li a:focus, .footer-top .social-media .sm-icons li a:focus-within {
  color: #ffffff;
}
.footer #fcb li {
  border-right: 1px solid #ffffff !important;
  font-size: 0.75rem;
  color: #ffffff;
}
.footer #fcb li.last {
  border-right: 0 !important;
}
.footer #fcb li a {
  font-size: 0.75rem;
  color: #ffffff;
}
.footer #fcb li a:hover, .footer #fcb li a:focus {
  text-decoration: underline;
  color: #ffffff;
}
.footer #fcb ul:last-of-type {
  margin: 0.5rem 0 0 0 !important;
}

#back_top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 25px;
  right: 10%;
  background-color: #502d0e;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 0 55px 1px #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 3px;
}
@media (min-width: 769px) {
  #back_top {
    width: 60px;
    line-height: 60px;
  }
}
#back_top a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#back_top:hover, #back_top:focus {
  background-color: #ffffff;
  color: #502d0e;
}
#back_top:hover a, #back_top:focus a {
  color: #502d0e;
}

.hero {
  position: relative;
}
.hero.white {
  background-color: #344654;
}
.hero .main-img {
  z-index: 1;
}
.hero .main-img img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.slick-next, .slick-prev {
  height: inherit;
  width: inherit;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  .slick-next, .slick-prev {
    top: 30%;
  }
}
.slick-next::before, .slick-prev::before {
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 8rem;
}
.slick-prev {
  left: 1rem;
}
.slick-prev::before {
  content: "\f104";
}
.slick-next {
  right: 1rem;
}
.slick-next::before {
  content: "\f105";
}
.slick-dots {
  bottom: 3rem;
  right: 4rem;
  text-align: center;
  width: inherit;
  position: unset;
}
@media only screen and (min-width: 769px) {
  .slick-dots {
    position: absolute;
  }
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button::before {
  font-size: 1.5rem;
  -webkit-text-stroke: 4px #502d0e;
  opacity: 1;
  color: transparent;
  content: "•";
}
@media only screen and (min-width: 769px) {
  .slick-dots li button::before {
    -webkit-text-stroke: 4px #ffffff;
  }
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #502d0e;
}
@media only screen and (min-width: 769px) {
  .slick-dots li.slick-active button::before {
    color: #ffffff;
  }
}
.slick-dots li:last-of-type {
  margin: 0 0 0 10px;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.story-slide {
  margin: 0 0 -6px 0 !important;
}
@media only screen and (max-width: 769px) {
  .story-slide {
    margin: 3rem 0 0 0 !important;
    padding: 0 0 3rem 0 !important;
    border-bottom: 1px solid #d7d7d7;
  }
}

.slick-next:focus::before, .slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
  color: #502d0e;
}

.callout-section {
  padding: 2rem;
  background-color: #f1f1f1;
  text-align: center;
  color: #12354c;
}
@media only screen and (min-width: 769px) {
  .callout-section {
    padding: 6rem 0;
  }
}
.callout-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .callout-section p {
    padding: 0 15rem;
  }
  .subnav ~ .main-content .callout-section p {
    padding: 0 10%;
  }
}
.callout-section .form-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .callout-section .form-actions {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.callout-section .form-actions .button {
  width: 16rem;
  background-color: #ffe41e;
  color: #333333;
}
.callout-section .form-actions .button.grey-dark {
  background-color: #344654;
  border: 1px solid #344654;
  color: #ffffff;
}
.callout-section .form-actions .button.grey-dark:hover, .callout-section .form-actions .button.grey-dark:focus {
  color: #344654;
  background-color: #ffffff;
}
.callout-section .form-actions .button.form-submit {
  margin-top: 1rem;
}
.callout-section .form-actions li {
  margin: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .callout-section .form-actions li {
    margin: 0;
  }
}
.callout-section .form-actions li:nth-of-type(2) {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .callout-section .form-actions li:nth-of-type(2) {
    margin: 0 4rem;
  }
}
.callout-section .cta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .callout-section .cta-list {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.callout-section .cta-list .button {
  width: 16rem;
}
.callout-section .cta-list .button.grey-dark {
  background-color: #344654;
  border: 1px solid #344654;
  color: #ffffff;
}
.callout-section .cta-list .button.grey-dark:hover, .callout-section .cta-list .button.grey-dark:focus {
  color: #344654;
  background-color: #ffffff;
}
.callout-section .cta-list .button.form-submit {
  margin-top: 1rem;
}
.callout-section .cta-list li {
  margin: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .callout-section .cta-list li {
    margin: 0;
  }
}
.callout-section .cta-list li:nth-of-type(2) {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .callout-section .cta-list li:nth-of-type(2) {
    margin: 0 4rem;
  }
}
.callout-section.white {
  background-color: #ffffff;
  color: #333333;
}
.callout-section.off-white {
  background-color: #f1f1f1;
  color: #344654;
}
.callout-section.gold {
  background-color: #ffe41e;
  color: #333333;
}
.callout-section.grey_dark {
  background-color: #344654;
  color: #ffffff;
}
.callout-section .mailchimp-signup-subscribe-form,
.callout-section .email_signup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.callout-section .mailchimp-signup-subscribe-form input,
.callout-section .email_signup input {
  margin: 0 1rem 0 0;
  border: 1px solid #d7d7d7;
  height: 2.5rem;
}
.callout-section .mailchimp-signup-subscribe-form label,
.callout-section .email_signup label {
  display: none;
}
.callout-section .mailchimp-signup-subscribe-form label.option,
.callout-section .email_signup label.option {
  display: inline;
}

.image-focused {
  margin: 3rem 0 0 0 !important;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (min-width: 769px) {
  .image-focused {
    margin: 0 0 -6px 0 !important;
    padding: 0;
    border-bottom: 0;
  }
}

.news-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 769px) {
  .news-section {
    padding: 5rem;
  }
}
.news-section h2 {
  font-size: 1.5rem;
  color: #502d0e;
  font-weight: bold;
}
.news-section .news-listings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* View more link styling */
}
.news-section .news-listings .news-item {
  flex: 1;
}
.news-section .news-listings .news-item:nth-of-type(2) {
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 769px) {
  .news-section .news-listings {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 3rem 0 0 0;
  }
  .news-section .news-listings .news-item:nth-of-type(2) {
    margin: 0 3rem;
  }
  .news-section .news-listings .news-item:last-of-type {
    margin: 0 0 0 3rem;
  }
}
.news-section .news-listings + a {
  color: #000000;
  font-weight: bold;
  margin: 4rem 0 0 0;
  padding: 0 0 0.5rem 0;
  background-image: linear-gradient(#71c4bc, #71c4bc);
  background-size: 0 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.2s ease-out;
}
.news-section .news-listings + a:hover, .news-section .news-listings + a:focus {
  text-decoration: none;
  background-size: 100% 1px, auto;
}
.news-section-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 769px) {
  .news-section-cta {
    padding: 5rem;
  }
}
.news-section-cta .news-listings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 0 0 0;
}
@media only screen and (min-width: 769px) {
  .news-section-cta .news-listings {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.news-section-cta .news-listings .news-item {
  max-width: inherit;
  flex: 1;
  justify-content: space-between;
}
.news-section-cta .news-listings .news-item:nth-of-type(2) {
  margin: 3rem 0;
}
@media only screen and (min-width: 769px) {
  .news-section-cta .news-listings .news-item:nth-of-type(2) {
    margin: 0 2rem;
  }
}
.news-section-cta .news-listings h3 {
  font-size: 1.5rem;
  color: #502d0e;
}
.news-section-cta.white {
  background-color: #ffffff;
}
.news-section-cta.grey_dark {
  background-color: #344654;
  color: #ffffff;
}
.news-section-cta.grey_dark .news-listings h3 {
  color: #ffffff;
}

.events-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  padding: 2rem 0;
}
.events-section h2 {
  font-size: 1.5rem;
  color: #344654;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .events-section h2 {
    color: #502d0e;
  }
}
.events-section .events-listings {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 769px) {
  .events-section .events-listings {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.events-section > a { /* dfj */
  color: #000000;
  font-weight: bold;
  margin: 4rem 0 0 0;
  padding: 0 0 0.5rem 0;
  background-image: linear-gradient(#71c4bc, #71c4bc);
  background-size: 0 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.2s ease-out;
}
.events-section > a:hover, .events-section > a:focus {
  text-decoration: none;
  background-size: 100% 1px, auto;
}
@media only screen and (min-width: 769px) {
  .events-section .event {
    margin: 0;
  }
  .events-section .event:nth-of-type(2) {
    margin: 0 3rem;
  }
}

.events-square-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.events-square-listings {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}
@media only screen and (min-width: 769px) {
  .events-square-listings {
    padding: 6rem;
  }
}
.events-square-listings .event-box {
  margin: 0.5rem;
}

.dl-wrapper {
  padding: 2rem 4rem;
}
.dl-wrapper:nth-of-type(even) {
  background-color: #f1f1f1;
}
.dl-wrapper .dl {
  display: flex;
  flex-wrap: wrap;
}
.dl-wrapper .dl .dl-term {
  flex-basis: 250px;
}
@media only screen and (min-width: 500px) {
  .dl-wrapper .dl .dl-term {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 769px) {
  .dl-wrapper .dl .dd-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px;
  }
}
.dl-wrapper .dl .dd-wrapper dd a {
  color: #333333;
}
.dl-wrapper.single .dl .dd-wrapper {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.infographic {
  background-color: #ffffff;
  color: inherit;
  padding: 3rem 0 3rem 3rem;
}
@media only screen and (min-width: 769px) {
  .infographic {
    padding: 4rem 0 4rem 4rem;
    position: relative;
    height: 500px;
    overflow: hidden;
    color: #333333;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .infographic::before {
    content: "";
    color: #12354c;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 85vw solid #12354c;
    border-left: 65vw solid transparent;
    border-right: 140vh solid;
  }
}
@media only screen and (min-width: 1023px) {
  .infographic::before {
    border-bottom: 55vw solid #12354c;
    border-left: 55vw solid transparent;
    border-right: 140vh solid;
  }
}
@media only screen and (min-width: 2200px) {
  .infographic::before {
    border-bottom: 30vw solid #12354c;
    border-left: 40vw solid transparent;
    border-right: 140vh solid;
  }
}
@media only screen and (min-width: 769px) {
  .infographic-left {
    position: relative;
    width: 400px;
  }
}
.infographic-right {
  color: #ffffff;
  background-color: #12354c;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .infographic-right {
    position: relative;
    background-color: unset;
  }
}
.infographic img {
  position: relative;
  right: -4rem;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 500px) {
  .infographic img {
    right: -9rem;
  }
}
@media only screen and (min-width: 769px) {
  .infographic img {
    right: -10rem;
    margin: 0;
  }
}

.half-and-half {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 500px) {
  .half-and-half {
    display: block;
    position: relative;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .half-and-half {
    display: block;
    position: relative;
    padding: 0;
  }
}
.half-and-half.grey_lightest {
  background-color: #f1f1f1;
}
.half-and-half.white {
  background-color: #ffffff;
}
.half-and-half-title {
  order: -1;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .half-and-half-title {
    order: 0;
    margin: 7% 0 1rem 0;
  }
}
.half-and-half-image {
  float: left;
  margin: 1rem 0;
}
@media only screen and (min-width: 500px) {
  .half-and-half-image {
    margin: 0 3rem 0 0;
    max-width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .half-and-half-image {
    margin: 0 3rem 0 0;
    max-width: 50%;
  }
}
.half-and-half-image img {
  max-width: 100%;
  height: auto;
}
.half-and-half-btn a {
  color: #333333;
  font-weight: bold;
}
.half-and-half-btn a::before {
  content: "+ ";
}
.half-and-half.swap {
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 500px) {
  .half-and-half.swap {
    padding: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .half-and-half.swap {
    padding: 0 0 0 3rem;
  }
}
.half-and-half.swap .half-and-half-image {
  float: right;
}
@media only screen and (min-width: 500px) {
  .half-and-half.swap .half-and-half-image {
    margin: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .half-and-half.swap .half-and-half-image {
    margin: 0 0 0 3rem;
  }
}

.media-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}
@media only screen and (min-width: 500px) {
  .media-section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
  }
}
@media only screen and (min-width: 769px) {
  .media-section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
  }
}
.media-section .view-all {
  margin: 2rem 0;
}
.media-section .view-all a {
  color: #333333;
  padding: 0 1rem 0.5rem 1rem;
  background-image: linear-gradient(#71c4bc, #71c4bc);
  background-size: 0 1px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.2s ease-out;
}
.media-section .view-all a:hover, .media-section .view-all a:focus {
  text-decoration: none;
  background-size: 100% 1px, auto;
}

.media-section {
  background-color: #ffffff;
}

.media-blurb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 769px) {
  .media-blurb {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 769px) {
  .media-blurb {
    flex-direction: row;
  }
}
@media only screen and (max-width: 500px) {
  .media-blurb {
    flex-direction: column;
  }
}
@media only screen and (min-width: 500px) {
  .media-blurb:first-of-type {
    padding: 0 0 2rem 0;
  }
}
.media-blurb .blurb-content {
  margin: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .media-blurb .blurb-content {
    margin: 2rem 0 0 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .media-blurb .blurb-content {
    margin: 2rem 0 0 2rem;
  }
}

.stats-section {
  padding: 4rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .stats-section .c-stats-slider .slick-list {
    height: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .stats-section .c-stats-slider .slick-dots {
    position: unset;
  }
  .stats-section .c-stats-slider .slick-dots li button::before {
    -webkit-text-stroke: 4px #502d0e;
  }
  .stats-section .c-stats-slider .slick-dots li.slick-active button::before {
    color: #502d0e;
  }
}
@media only screen and (min-width: 769px) {
  .stats-section .c-stats-slider .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  .stats-section .c-stats-slider .slick-slide {
    float: unset;
  }
}
@media only screen and (min-width: 769px) {
  .stats-section .c-stats-slider .slick-slide:nth-of-type(2) {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .stats-section .c-stats-slider.slick-dotted .slick-slide {
    position: relative;
    left: -50px;
    display: flex;
    justify-content: center;
  }
}
.stats-section .c-stats-slider .slick-next {
  right: -4rem;
}
.stats-section .c-stats-slider .slick-prev {
  left: -4rem;
}
.stats-section .c-stats-slider .slick-next::before,
.stats-section .c-stats-slider .slick-prev::before {
  color: #502d0e;
}

@media only screen and (min-width: 769px) {
  .az-index-section {
    padding: 4rem;
  }
}

.banner .video {
  padding-bottom: 40%;
}

.share_on {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 769px) {
  .share_on {
    margin: 6rem 0 0 0;
  }
}
.share_on p {
  margin: 0;
}
.share_on button {
  margin: 0 1rem;
  padding: 0;
  height: 30px;
  width: 30px;
  background-color: #502d0e;
  color: #ffffff;
}
.share_on button:first-of-type {
  margin: 0 1rem 0 2rem;
}
.share_on button:last-of-type {
  margin: 0 0 0 1rem;
}
.share_on button:hover, .share_on button:focus {
  color: #502d0e;
}

.podcast-buttons {
  color: #6a6764;
  margin: 3rem 0;
}
.podcast-buttons .share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 500px) {
  .podcast-buttons .share-buttons {
    justify-content: center;
  }
}
@media only screen and (min-width: 500px) {
  .podcast-buttons .share-buttons li {
    margin: 0 1rem 1rem 0;
  }
}
.podcast-buttons .share-buttons li:first-of-type {
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 500px) {
  .podcast-buttons .share-buttons li:first-of-type {
    margin: 0 1rem 1rem 0;
  }
}
.podcast-buttons .share-buttons li img {
  width: 200px;
}
.podcast-buttons.center {
  text-align: center;
}
.podcast-buttons.center p:first-of-type {
  text-align: center;
}
.podcast-buttons.center .share-buttons {
  justify-content: center;
}
.podcast-buttons.right {
  text-align: left;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 500px) {
  .podcast-buttons.right {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .podcast-buttons.right {
    width: 33.3333333333%;
    float: right;
  }
}

.author-bio {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #344654;
  padding: 1rem 0;
}
.author-bio:last-of-type {
  padding: 1rem 0 0 0;
}
.author-bio img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50px;
}
.author-bio-text {
  margin: 0 0 0 1rem;
}
.author-bio-text h2 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #344654;
}
.author-bio-text p {
  margin: 0;
}

.hover-box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper {
    padding: 3rem;
  }
}
.hover-box-wrapper .hover-box {
  margin: 1rem 0;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper .hover-box {
    margin: 1rem;
    border: 0;
  }
}
.hover-box-wrapper-zoom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 500px) {
  .hover-box-wrapper-zoom {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper-zoom {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.spotlight-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section {
  background-color: #ffffff;
}

/**
 * Capital Campaign materials
 */
/* Campaign Font */
.page-node-type-page {
  /* ------------ Background image for header ------------ */
}
.page-node-type-page .campaign-promo-header {
  background-image: linear-gradient(116.71deg, #502d0e 0, #2a0f00 100%);
  background-repeat: no-repeat;
  background-size: cover;
  /* ------------ Flexbox Container ------------ */
  /* ------------ Flexbox Item ------------ */
  /* ------------ Flexbox Logo Container ------------ */
  /* ------------ Logo Image ------------ */
  /* ------------ Flexbox Text Container ------------ */
  /* ------------ Text Background ------------ */
  /* ------------ Promo Text  ------------ */
}
.page-node-type-page .campaign-promo-header .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 550px;
  align-items: center !important;
}
.page-node-type-page .campaign-promo-header .flex-item {
  padding-bottom: 0px !important;
}
.page-node-type-page .campaign-promo-header .logo-campaign-header {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.page-node-type-page .campaign-promo-header .logo-campaign-header a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.page-node-type-page .campaign-promo-header .logo-campaign-header img {
  padding: 20px;
  width: 50%;
}
.page-node-type-page .campaign-promo-header .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.page-node-type-page .campaign-promo-header .text-campaign-header {
  -webkit-flex: 2;
  /* Safari 6.1+ */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-node-type-page .campaign-promo-header .text-campaign-header {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
  }
}
.page-node-type-page .campaign-promo-header .Aligner-item--bottom {
  align-self: flex-end; /* placing text box at bottom of the container  */
}
.page-node-type-page .campaign-promo-header .campaign-promo-header-text {
  padding: 20px; /* padding for text box */
  max-width: 800px;
}
.page-node-type-page .campaign-promo-header .campaign-promo-header-text p {
  text-align: left;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 2.6em !important;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}
.page-node-type-page .campaign-promo-header .campaign-promo-header-text a {
  color: #fff;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-size: 1em !important;
  font-weight: normal;
  text-decoration: underline;
  text-transform: none;
}
.page-node-type-page .campaign-promo-header .campaign-promo-header-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-node-type-page .campaign-promo-header .campaign-promo-header-text p {
    font-size: 2em !important;
  }
  .page-node-type-page .campaign-promo-header .flex-container {
    min-height: 100%;
  }
  .page-node-type-page .campaign-promo-header .logo-campaign-header img {
    padding: 10px;
    width: 100%;
  }
}
.page-node-type-page .campaign-promo-initiatives-footer {
  background-color: #ff4438;
  /* ------------ Flexbox Container ------------ */
}
.page-node-type-page .campaign-promo-initiatives-footer .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-node-type-page .campaign-promo-initiatives-footer .flex-item {
  padding-bottom: 0px !important;
}
.page-node-type-page .campaign-promo-initiatives-footer .flex-container a {
  text-decoration: underline;
  color: #fff;
}
.page-node-type-page .campaign-promo-initiatives-footer .logo-campaign {
  -webkit-flex: 2;
  /* Safari 6.1+ */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
}
.page-node-type-page .campaign-promo-initiatives-footer .logo-campaign img {
  width: 60%;
  padding: 20px;
}
.page-node-type-page .campaign-promo-initiatives-footer .social {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.page-node-type-page .campaign-promo-initiatives-footer .quick-links {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.page-node-type-page .campaign-promo-initiatives-footer .quick-links h2,
.page-node-type-page .campaign-promo-initiatives-footer .social h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
  color: #000;
}
.page-node-type-page .campaign-promo-initiatives-footer .quick-links a,
.page-node-type-page .campaign-promo-initiatives-footer .social a {
  color: #000;
}
.page-node-type-page .campaign-promo-initiatives-footer .campaign-promo-initiatives-footer-contact {
  background-color: #000;
  color: #fff;
}
.page-node-type-page .campaign-promo-initiatives-footer .campaign-promo-initiatives-footer-contact p {
  padding: 10px;
}
.page-node-type-page .campaign-promo-initiatives-footer .campaign-promo-initiatives-footer-tag p {
  font-family: "Anton", sans-serif;
  font-size: 2.6em !important;
  letter-spacing: 1px;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0;
}
.page-node-type-page .campaign-promo-initiatives-footer .campaign-promo-initiatives-footer-tag .btn {
  border: #fff 1px solid !important;
  border-radius: 0;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5em;
  line-height: 1.5;
  font-family: "Anton", sans-serif;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.page-node-type-page .campaign-promo-initiatives-footer .campaign-promo-initiatives-footer-tag .btn a {
  color: #fff;
  text-decoration: none;
}
.page-node-type-page .campaign-promo-initiatives-footer .campaign-promo-initiatives-footer-tag .btn a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-node-type-page .campaign-promo-initiatives-footer .campaign-promo-header-text p {
    font-size: 1em !important;
  }
  .page-node-type-page .campaign-promo-initiatives-footer .flex-container {
    min-height: 100%;
  }
  .page-node-type-page .campaign-promo-initiatives-footer .logo-campaign-header img {
    padding: 10px;
    width: 60%;
  }
  .page-node-type-page .campaign-promo-initiatives-footer .flex-container {
    flex-direction: column;
  }
}
.page-node-type-page #block-block-27 {
  margin-bottom: 0;
}
.page-node-type-page #sideMenu {
  padding-bottom: 0;
}

.path-frontpage {
  /* ------------ Background image for header ------------ */
}
.path-frontpage .campaign-promo-header {
  background-image: linear-gradient(116.71deg, #502d0e 0, #2a0f00 100%);
  background-repeat: no-repeat;
  background-size: cover;
  /* ------------ Flexbox Container ------------ */
  /* ------------ Flexbox Item ------------ */
  /* ------------ Flexbox Logo Container ------------ */
  /* ------------ Logo Image ------------ */
  /* ------------ Flexbox Text Container ------------ */
  /* ------------ Text Background ------------ */
  /* ------------ Promo Text  ------------ */
}
.path-frontpage .campaign-promo-header .flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  min-height: 380px;
}
.path-frontpage .campaign-promo-header .flex-item {
  padding-bottom: 0px !important;
}
.path-frontpage .campaign-promo-header .logo-campaign-header {
  -webkit-flex: 2;
  /* Safari 6.1+ */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
}
.path-frontpage .campaign-promo-header .logo-campaign-header img {
  padding: 20px;
  width: 90%;
}
.path-frontpage .campaign-promo-header .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.path-frontpage .campaign-promo-header .text-campaign-header {
  -webkit-flex: 2;
  /* Safari 6.1+ */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
}
.path-frontpage .campaign-promo-header .Aligner-item--bottom {
  align-self: flex-end; /* placing text box at bottom of the container  */
}
.path-frontpage .campaign-promo-header .campaign-promo-header-text {
  padding: 20px; /* padding for text box */
  background-color: rgb(253, 212, 54); /* yellow color for text box */
}
.path-frontpage .campaign-promo-header .campaign-promo-header-text p {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 1.6em !important;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: left;
}
.path-frontpage .campaign-promo-header .campaign-promo-header-text hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  /* margin: 60px 0; */
  padding: 0;
  margin: 0;
}
.path-frontpage .campaign-promo-header .external-links {
  margin-bottom: 10px;
  margin-top: 10px;
}
.path-frontpage .campaign-promo-header .campaign-promo-header-text a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8em;
  color: #000;
  text-transform: none;
  font-weight: 600;
}
.path-frontpage .campaign-promo-header .campaign-promo-header-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .path-frontpage .campaign-promo-header .flex-container {
    flex-direction: column;
  }
  .path-frontpage .campaign-promo-header .campaign-promo-header-text p {
    font-size: 1.2em !important;
  }
  .path-frontpage .campaign-promo-header .flex-container {
    min-height: 100%;
  }
  .path-frontpage .campaign-promo-header .logo-campaign-header img {
    padding: 10px;
    width: 60%;
  }
}

.btn-make-a-gift {
  border: #000 1px solid !important;
  border-radius: 0;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1.5;
  font-family: "Anton", sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
.btn-make-a-gift a {
  color: #000;
  text-decoration: none;
}
.btn-make-a-gift:hover {
  background-color: #fb4c2d;
}
.btn-make-a-gift:hover a {
  color: #fff !important;
  text-decoration: none;
}

.video-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .video-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.video-list .video_box-item {
  max-width: inherit;
  justify-content: space-between;
  margin: 1rem;
  width: 80vw;
}
@media screen and (min-width: 769px) {
  .video-list .video_box-item {
    max-width: 40vw;
    width: 100%;
  }
}

.magazine_section {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 769px) {
  .magazine_section {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.magazine_section .hover_box_image {
  margin: 0 0 1rem 0;
  width: 140px;
}
@media screen and (min-width: 769px) {
  .magazine_section .hover_box_image {
    margin: 0 0.5rem 0 0;
  }
}
.magazine_section .magazine_text h3 a {
  color: #333333;
  text-decoration: underline;
}
.magazine_section .magazine_text h3 a:hover, .magazine_section .magazine_text h3 a:focus {
  text-decoration: none;
}

.magazine-listing-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 769px) {
  .magazine-listing-item {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.magazine-listing-item .magazine-listing-item--cover {
  max-width: 140px;
  margin-right: 1em;
}
.magazine-listing-item .magazine-listing-item--title {
  align-self: center;
}

.magazine-article-listing {
  padding: 1rem;
  background-color: #eee8e5;
  max-width: 42em;
  border-top: 10px solid #ffe41e;
}
.magazine-article-listing .magazine_taxonomy,
.magazine-article-listing .magazine-taxonomy {
  font-size: 1.4rem;
  margin: 0;
}
.magazine-article-listing .magazine_stories_heading,
.magazine-article-listing .magazine-stories-heading {
  margin: 0.5rem 0 1.5rem 0;
}
.magazine-article-listing a {
  color: #333333;
}
.magazine-article-listing ul li {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 769px) {
  .hover-box-wrapper.centers {
    padding: 3rem 6rem 6rem 6rem;
  }
}
.hover-box-wrapper.centers h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 500px) {
  .hover-box-wrapper.centers .hover-box {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper.centers .hover-box {
    margin: 1rem;
  }
}
.hover-box-wrapper.centers .hover-box-text {
  color: #333333;
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper.centers .hover-box-text {
    color: #ffffff;
  }
}
.hover-box-wrapper.centers .hover-box-content {
  position: inherit;
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper.centers .hover-box-content {
    position: absolute;
    bottom: -3rem;
    height: 165px;
  }
}
.hover-box-wrapper.centers .hover-box-content p {
  padding: 0 3rem 0 0;
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper.centers .hover-box-content p {
    visibility: hidden;
  }
}
@media only screen and (max-width: 769px) {
  .hover-box-wrapper.centers .hover-box-content::after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 6rem;
    color: #81b0d2;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .hover-box-wrapper.centers .hover-box:hover .hover-box-content, .hover-box-wrapper.centers .hover-box:focus .hover-box-content {
    bottom: 2rem;
  }
  .hover-box-wrapper.centers .hover-box:hover .hover-box-content p, .hover-box-wrapper.centers .hover-box:focus .hover-box-content p {
    visibility: visible;
  }
}
.hover-box-wrapper.centers .hover-box:last-of-type {
  border: 0;
}
.hover-box-wrapper.centers .hover-box-cta .hover-box-content {
  position: relative;
  bottom: inherit !important;
  height: inherit;
}
.hover-box-wrapper.centers .hover-box-cta .hover-box-content::after {
  display: none;
}
@media only screen and (max-width: 769px) {
  .hover-box-wrapper.centers .hover-box-image {
    display: none;
  }
  .hover-box-wrapper.centers .hover-box-text {
    position: inherit;
  }
}

.view-id-news_listing.view-display-id-block_1 {
  margin-top: -5em;
}
.view-id-news_listing.view-display-id-block_1 .webform.filter {
  margin-left: -3em;
  margin-right: -3em;
}
@media only screen and (max-width: 769px) {
  .view-id-news_listing.view-display-id-block_1 .webform.filter {
    margin-left: -2em;
    margin-right: -2em;
  }
}
.view-id-news_listing.view-display-id-block_1 .view-header {
  display: flex;
  justify-content: flex-end;
}
.view-id-news_listing.view-display-id-block_1 .view-header img {
  height: 150px;
  width: auto !important;
}

blockquote {
  background: #eee8e5;
  border-left: 10px solid #ffe41e;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote p,
blockquote h2 {
  display: inline;
  font-size: 1.9rem;
}

.view-id-magazine_listing {
  margin-top: 4em;
}

/** Article layout */
/** Magazine Layout */
.mag-main-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50em;
}
@media screen and (min-width: 500px) {
  .mag-main-about {
    flex-direction: row;
  }
}
.mag-main-about img {
  margin-right: 1em;
  align-self: center;
}
@media screen and (min-width: 500px) {
  .mag-main-about img {
    max-width: 140px;
    align-self: unset;
  }
}

.mag-main-layout {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 920px) {
  .mag-main-layout {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .mag-main-layout .magazine_section {
    padding-right: 2em;
  }
}
.mag-main-layout .magazine-article-listing {
  margin-top: 2em;
}
@media screen and (min-width: 920px) {
  .mag-main-layout .magazine-article-listing {
    margin-top: 0;
  }
}

.mag-article-main-layout {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1224px) {
  .mag-article-main-layout {
    flex-direction: row;
  }
}
@media screen and (min-width: 1224px) {
  .mag-article-main-layout .mag-article-main-about {
    padding-right: 2em;
  }
}
.mag-article-main-layout .mag-article-listing {
  min-width: 300px;
}
.mag-article-main-layout .mag-article-listing .magazine-article-listing {
  margin-top: 2em;
}
@media screen and (min-width: 920px) {
  .mag-article-main-layout .mag-article-listing .magazine-article-listing {
    margin-top: 0;
  }
}

.shell-wrapper {
  padding: 2rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .shell-wrapper {
    padding: 1rem 3rem 3rem 3rem;
  }
}
.shell-wrapper main {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 769px) {
  .shell-wrapper main {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 4rem 0 0 0;
  }
}
.shell-wrapper main .subnav-select {
  margin: 0 0 1rem 0;
}

.directory-wrapper {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media only screen and (min-width: 500px) {
  .directory-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .directory-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0;
  }
}
.directory-profile {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 500px) {
  .directory-profile {
    background-color: #f1f1f1;
    padding: 1rem 3rem 3rem 3rem;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .directory-profile {
    width: 33.3333333333%;
    background-color: #f1f1f1;
    padding: 1rem 3rem 3rem 3rem;
    margin: 0;
  }
}
.directory-details {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .directory-details {
    background-color: #ffffff;
    padding: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .directory-details {
    width: 66.6666666667%;
    padding: 4rem;
  }
}

.shell-wrapper-nonav {
  padding: 2rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .shell-wrapper-nonav {
    padding: 1rem 3rem 3rem 3rem;
  }
}
.shell-wrapper-nonav main {
  margin: 4rem 0 0 0;
}
.shell-wrapper-nonav main .shell-nonav {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .shell-wrapper-nonav main .shell-nonav {
    margin: 0 6rem;
  }
}

.shell-wrapper-nonav-blog {
  padding: 2rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .shell-wrapper-nonav-blog {
    padding: 1rem 3rem 3rem 3rem;
  }
}
.shell-wrapper-nonav-blog main {
  margin: 4rem 0 0 0;
}
.shell-wrapper-nonav-blog main .shell-nonav {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .shell-wrapper-nonav-blog main .shell-nonav {
    margin: 0 6rem;
  }
}
.shell-wrapper-nonav-blog .blog--podcast::before {
  font-family: "FontAwesome";
  content: "\f2ce";
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0 1rem 0 0;
}

@media only screen and (max-width: 500px) {
  .media-section.shell .media-box {
    display: none;
  }
  .media-section.shell .media-box:first-of-type {
    display: block;
  }
}

.webform {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 769px) {
  .webform {
    padding: 3rem 8rem;
  }
}
.webform form {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.webform form [type=submit] {
  margin: 1rem 0 0 0;
  background-color: #12354c;
  color: #ffffff;
  width: 250px;
}
.webform form [type=submit]:hover, .webform form [type=submit]:focus {
  background-color: #ffffff;
  color: #12354c;
}
.webform.filter .form--inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.webform.filter .form--inline div,
.webform.filter .form--inline details,
.webform.filter .form--inline fieldset {
  float: unset;
  margin: 0 1rem;
  position: relative;
}
.webform.filter .form--inline input[name=name],
.webform.filter .form--inline summary {
  background-color: #ffffff;
  width: 275px;
}
.webform.filter .form--inline label {
  font-weight: bold;
}
.webform.filter .form--inline fieldset div {
  margin: 0 0.25rem;
}
.webform.filter .form--inline fieldset label {
  display: inline;
}
.webform.filter .form--inline fieldset legend {
  display: none;
}
.webform.filter .form--inline fieldset .form-radios {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.webform.filter .form--inline details label {
  display: inline;
  margin: 0;
}
.webform.filter .form--inline details .details-wrapper {
  padding: 0 1rem;
  position: absolute;
  background-color: #ffffff;
  width: 275px;
  left: -15px;
  border: 1px solid #344654;
  border-top: 1px solid #f1f1f1;
  z-index: 10;
}
.webform.filter .form--inline details .details-wrapper div {
  margin: 0;
}
.webform.filter .form--inline details .details-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.webform.filter .form--inline details .details-wrapper ul li {
  margin: 0.5rem 0;
}
.webform.filter .form--inline details .details-wrapper ul li label {
  font-weight: 600;
}
.webform.filter .form--inline details .details-wrapper ul li .form-checkbox {
  margin: 0 0.5rem 0 0;
}
.webform.filter .form--inline details .details-wrapper ul li ul {
  padding: 0 0 0.25rem 0.5rem;
  border-left: 3px solid #ffe41e;
}
.webform.filter .form--inline details .details-wrapper ul li ul label {
  font-weight: 400;
}

.webform.filter .form--inline div {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0;
}
@media only screen and (min-width: 769px) {
  .webform.filter .form--inline div {
    margin: 0 1rem;
  }
}

.form-item-category select {
  max-width: 85%;
}
@media only screen and (min-width: 769px) {
  .form-item-category select {
    max-width: 100%;
  }
}

.form-type-radio {
  align-items: center;
}

@media print {
  * {
    color: #000000;
    font-size: 12pt;
  }
  img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .u-a11y-text,
  .sr-only {
    color: #000000;
    overflow: unset;
    clip: unset;
    height: inherit;
    width: inherit;
    position: unset !important;
  }
  a {
    color: #000000 !important;
  }
  a:hover {
    color: #000000 !important;
  }
  a::after {
    content: " (" attr(href) ") ";
  }
  #back_top {
    display: none !important;
  }
  header {
    background-color: unset;
  }
  header .lehigh-nav {
    display: none !important;
  }
  header .business-nav {
    justify-content: center;
    background-color: unset;
    color: #000000;
  }
  header .business-nav a {
    color: #000000;
  }
  header .business-nav .hamburger {
    display: none !important;
  }
  header .business-nav .menu,
  header .business-nav .main-search {
    display: none;
  }
  header .business-nav .college-name {
    flex-grow: unset;
  }
  header .business-nav .lehigh-logo {
    background-color: unset;
    border-right: 1px solid #000000;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 1rem;
  }
  header .business-nav .lehigh-logo .u-a11y-text {
    display: none;
  }
  header .business-nav .lehigh-logo .web {
    display: none;
  }
  header .business-nav .lehigh-logo .print {
    display: block;
  }
  header .name-tag {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
  }
  .hero .main-img {
    display: none;
  }
  .hero .caption {
    position: unset;
    text-shadow: none;
    line-height: inherit;
    margin: 0 0 1rem 0;
    order: 2;
  }
  .hero .caption.white {
    color: #000000;
    text-shadow: none;
  }
  .hero .u-a11y-text {
    order: 1;
    font-size: 1.75rem;
  }
  .hover-box-image {
    display: none;
  }
  .hover-box-text {
    padding: 0;
    position: unset !important;
  }
  .hover-box-text.gold, .hover-box-text.teal, .hover-box-text.red, .hover-box-text.blue, .hover-box-text.brown {
    background: none !important;
  }
  .hover-box.zoom {
    overflow: unset;
    margin: 1rem 0 0 0;
  }
  .hover-box.zoom .hover-box-content {
    position: unset;
    overflow: unset;
    bottom: 0;
    width: inherit;
  }
  .hover-box.zoom:hover .hover-box-content, .hover-box.zoom:focus .hover-box-content {
    height: inherit;
  }
  .hover-box-cta {
    background-color: unset;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .story-slide,
  .c-stats-slider,
  .image-focused {
    margin: 0 !important;
    padding: 0;
  }
  .story-slide button,
  .c-stats-slider button,
  .image-focused button {
    display: none !important;
  }
  .story-slide .slick-slide,
  .c-stats-slider .slick-slide,
  .image-focused .slick-slide {
    display: block !important;
    margin: 2rem 0 0 0;
  }
  .story-slide .slick-slide .slide-content picture,
  .c-stats-slider .slick-slide .slide-content picture,
  .image-focused .slick-slide .slide-content picture {
    display: none;
  }
  .story-slide .slick-slide .slide-content h2,
  .story-slide .slick-slide .slide-content p,
  .c-stats-slider .slick-slide .slide-content h2,
  .c-stats-slider .slick-slide .slide-content p,
  .image-focused .slick-slide .slide-content h2,
  .image-focused .slick-slide .slide-content p {
    padding: 0;
    color: #000000;
  }
  .story-slide .slick-slide .slide-content .read-more,
  .c-stats-slider .slick-slide .slide-content .read-more,
  .image-focused .slick-slide .slide-content .read-more {
    margin: 1rem 0 0 0;
  }
  .story-slide .slick-slide .slide-content .read-more a,
  .c-stats-slider .slick-slide .slide-content .read-more a,
  .image-focused .slick-slide .slide-content .read-more a {
    color: #000000;
  }
  .story-slide .slick-slide.slick-active,
  .c-stats-slider .slick-slide.slick-active,
  .image-focused .slick-slide.slick-active {
    display: block !important;
    float: unset;
  }
  .story-slide .slick-slide.slick-cloned,
  .c-stats-slider .slick-slide.slick-cloned,
  .image-focused .slick-slide.slick-cloned {
    display: none !important;
  }
  .story-slide .slick-list,
  .c-stats-slider .slick-list,
  .image-focused .slick-list {
    height: auto !important;
  }
  .story-slide .slick-track,
  .c-stats-slider .slick-track,
  .image-focused .slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
  .story-slide .slick-track .slick-slide,
  .c-stats-slider .slick-track .slick-slide,
  .image-focused .slick-track .slick-slide {
    width: auto !important;
  }
  .story-slide .stats-wrapper,
  .c-stats-slider .stats-wrapper,
  .image-focused .stats-wrapper {
    text-align: left;
    align-items: flex-start;
  }
  .story-slide .stats-wrapper .stats-circle,
  .c-stats-slider .stats-wrapper .stats-circle,
  .image-focused .stats-wrapper .stats-circle {
    background: none;
    height: inherit;
    width: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .story-slide .stats-wrapper .stats-circle-text,
  .c-stats-slider .stats-wrapper .stats-circle-text,
  .image-focused .stats-wrapper .stats-circle-text {
    color: #000000;
    top: inherit;
    font-size: 1.75rem;
    text-align: left;
  }
  .story-slide .stats-wrapper .stats-description,
  .c-stats-slider .stats-wrapper .stats-description,
  .image-focused .stats-wrapper .stats-description {
    color: #000000;
    font-size: 1rem;
    line-height: inherit;
    width: inherit;
    margin: 0;
  }
  .stats-section {
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .hover-box-wrapper-zoom {
    margin: 1rem 0 0 0;
  }
  .callout-section {
    margin: 1rem 0 0 0;
    padding: 0;
    color: #000000;
    text-align: left;
    background-color: unset;
  }
  .callout-section.white, .callout-section.gold {
    color: #000000;
    background-color: unset;
  }
  .callout-section h2 {
    font-size: 1.75rem;
  }
  .callout-section .cta-list .button {
    width: inherit;
    background-color: unset;
    border: 0;
    padding: 0.5rem 0;
  }
  .image-focused-slide-content picture {
    display: none;
  }
  .image-focused-slide-content h2 {
    margin: 0 0 1rem 0;
  }
  .slick-slide {
    float: unset;
  }
  .news-section {
    padding: 0;
    margin: 1rem 0 0 0;
    align-items: flex-start;
  }
  .news-section img {
    display: none;
  }
  .news-section h2 {
    color: #000000;
    font-size: 1.75rem;
  }
  .news-section .news-listings + a {
    margin: 1rem 0 0 0;
  }
  .news-section .news-listings .news-item:nth-of-type(2) {
    margin: 1rem 0 0 0;
  }
  .events-section {
    padding: 0;
    margin: 1rem 0 0 0;
    background-color: unset;
    align-items: flex-start;
  }
  .events-section h2 {
    font-size: 1.75rem;
    color: #000000;
  }
  .events-section > a {
    margin: 0;
  }
  .events-section .event {
    margin: 1rem 0 0 0;
    padding: 0 0 1rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .events-section .event-image {
    display: none;
  }
  .path-frontpage .campaign-promo-header {
    background-image: none;
    margin: 1rem 0 0 0;
  }
  .path-frontpage .campaign-promo-header .flex-container {
    display: block;
    min-height: unset;
  }
  .path-frontpage .campaign-promo-header .flex-container .logo-campaign-header {
    display: none;
  }
  .path-frontpage .campaign-promo-header .flex-container .text-campaign-header .campaign-promo-header-text {
    background-color: unset;
    padding: 0;
  }
  .footer {
    margin: 1rem 0;
    padding: 0;
    color: #000000;
    background-color: unset;
  }
  .footer a {
    color: #000000;
  }
  .footer-top {
    align-items: flex-start;
    border-bottom: 0;
  }
  .footer-top .university-info .college-logo .lehigh-logo {
    background-color: unset;
  }
  .footer-top .university-info .college-logo .lehigh-logo .u-a11y-text {
    display: none;
  }
  .footer-top .university-info .address {
    color: #000000;
  }
  .footer-top .social-media .sm-icons {
    flex-direction: column;
    margin: 1rem 0 0 0;
  }
  .footer-top .social-media .sm-icons li {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: inherit;
    width: inherit;
    padding: 0;
    display: block;
    background-color: unset;
  }
  .footer-top .social-media .sm-icons li:focus-within, .footer-top .social-media .sm-icons li:focus, .footer-top .social-media .sm-icons li:hover {
    background-color: unset;
    border: 0;
  }
  .footer-top .social-media .sm-icons li a {
    color: #000000;
  }
  .footer #fcb li {
    color: #000000;
  }
  .footer #fcb li a {
    color: #000000;
  }
  .innerpage-nav {
    display: none !important;
  }
  .innerpage-nav-list {
    display: none;
  }
  #main-content {
    display: none;
  }
  .page-title {
    background-color: unset;
    padding: 0;
  }
  .page-title h1 span {
    font-size: 2rem;
  }
  :not(.main-content) > .content-only-wrapper {
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .dl-wrapper {
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .dl-wrapper:nth-of-type(even), .dl-wrapper:nth-of-type(odd) {
    background-color: unset;
  }
  .infographic {
    background-color: unset;
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .infographic img {
    background-color: #344654;
    padding: 1rem;
  }
  .news-section-cta {
    align-items: flex-start;
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .news-section-cta .news-item picture {
    display: none;
  }
  .news-section-cta .news-item h3 {
    color: #000000;
  }
  .news-section-cta .news-item p.cta {
    text-align: left;
  }
  .news-section-cta .news-item .button {
    border-radius: 0;
  }
  .news-section-cta .news-item .button.grey-light {
    background-color: unset;
    border: 0;
    width: inherit;
    padding: 0;
  }
  .news-section-cta .news-item .button.grey-light:hover {
    box-shadow: unset;
    background-color: unset;
  }
  .half-and-half {
    padding: 0;
    margin: 1rem 0 0 0;
    align-items: flex-start;
  }
  .half-and-half.swap {
    padding: 0;
  }
  .half-and-half.grey_lightest {
    background-color: unset;
  }
  .button {
    text-align: left;
    padding: 0;
  }
  .button.dark-grey {
    background-color: unset;
    border: 0;
  }
  .events-square-section {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .events-square-listings {
    flex-direction: column;
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .events-square-listings .event-box {
    height: inherit;
    width: inherit;
  }
  .events-square-listings .event-box-text {
    position: unset;
    height: inherit;
    width: inherit;
    display: block;
    padding: 0;
    text-align: left;
  }
  .events-square-listings .event-box-content {
    position: unset;
  }
  .media-section {
    align-items: flex-start;
  }
  .media-box {
    position: unset;
    max-width: inherit;
    min-width: inherit;
  }
  .media-box-image {
    display: none;
  }
  .media-box-text {
    position: unset;
    background: unset;
  }
  .media-box-text.teal, .media-box-text.blue, .media-box-text.brown, .media-box-text.gold {
    background: unset;
  }
  .media-box-content {
    position: unset;
  }
  .callout-section .form-actions .button {
    width: inherit;
    background-color: unset;
    color: #000000;
  }
  .callout-section .mailchimp-signup-subscribe-form,
  .callout-section .email_signup {
    justify-content: flex-start;
  }
  .lehigh-logo .web {
    display: none;
  }
  .lehigh-logo .print {
    display: block;
  }
  .webform {
    background-color: unset;
    padding: 0;
  }
  .webform form [type=submit] {
    text-align: center;
  }
  .az-profile {
    display: block;
  }
  .banner img {
    max-width: 300px;
  }
  .video-wrapper .video {
    display: none;
  }
  .accordion-item h2 button[aria-expanded=true] {
    background-color: #f1f1f1;
  }
  .sidebar-profile .cta .button {
    background-color: unset;
  }
}
.desktop {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .desktop {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .desktop.flex {
    display: flex !important;
  }
}

.mobile {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}
/*# sourceMappingURL=global.css.map */
