/*! Variables */
/*! Mixins */
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*! Base styles */
body {
  font-family: "Open Sans", sans-serif; }

header, section, footer {
  text-align: center; }

section {
  position: relative;
  z-index: 5; }

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px; }
  .wrapper img {
    max-width: 100%; }

a, a:link, a:active {
  color: #2a76bc;
  text-decoration: none;
  transition: all 0.3s; }

a:hover {
  color: #333638;
  transition: all 0.3s; }

a.btn {
  display: inline-block;
  background-color: #2a76bc;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s; }

a.btn.white {
  background-color: #fff;
  color: #333638;
  border: 1px solid #333638;
  transition: all 0.3s; }

a.btn:hover {
  background-color: #333638;
  color: #fff;
  transition: all 0.3s; }

header {
  background-color: #939598;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif; }
  header .wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    padding: 0; }
    header .wrapper #site {
      flex-basis: 50%;
      min-width: 50%;
      font-weight: 800;
      letter-spacing: 3.2px;
      color: #d1d3d4;
      font-size: 14px; }
      header .wrapper #site a {
        color: #d1d3d4;
        text-decoration: none; }
    header .wrapper #header-right {
      text-align: right;
      flex-basis: 50%;
      min-width: 50%;
      display: block; }
      header .wrapper #header-right form {
        display: inline-block;
        margin: 5px 10% 8px 30px;
        font-family: "Open Sans", sans-serif; }
        header .wrapper #header-right form #search_submit {
          position: relative;
          top: 5px;
          background-image: url(../img/icon-search.png);
          background-repeat: no-repeat;
          background-color: transparent;
          border: none;
          width: 28px;
          height: 27px;
          cursor: pointer; }
        header .wrapper #header-right form #search {
          background-color: #bdbec1;
          height: 20px;
          padding: 3px 7px;
          box-sizing: border-box;
          border: none;
          position: relative;
          top: 0px;
          font-family: "Open Sans", sans-serif;
          font-size: 14px; }
      header .wrapper #header-right #logo-right {
        display: inline-block;
        margin: 5px 0px 8px 10%; }
      header .wrapper #header-right #logo-right2 {
        display: none;
        margin: 5px 0px 8px 10%; }
      header .wrapper #header-right #burger {
        display: none;
        font-size: 30px;
        color: #fff;
        cursor: pointer; }
    header .wrapper #mitlogo2 {
      display: none; }
    @media screen and (max-width: 1132px) {
      header .wrapper #mitlogo1 {
        display: none; }
      header .wrapper #mitlogo2 {
        display: block;
        max-width: 240px; } }
    @media screen and (max-width: 1140px) {
      header .wrapper {
        padding: 0 20px; } }
    @media screen and (max-width: 980px) {
      header .wrapper {
        display: block; }
        header .wrapper #site {
          width: 100%;
          margin: 0;
          padding: 13px 0 0 0; }
        header .wrapper #header-right {
          width: 100%; }
          header .wrapper #header-right form {
            margin: 13px 5% 13px 0%; }
          header .wrapper #header-right #logo-right {
            margin: 13px 0 13px 2%; }
          header .wrapper #header-right #logo-right2 {
            margin: 13px 0 13px 2%; } }
    @media screen and (max-width: 1132px) {
      header .wrapper {
        display: block; }
        header .wrapper #site {
          display: none; }
        header .wrapper #header-right {
          text-align: left; }
          header .wrapper #header-right form {
            display: none; }
          header .wrapper #header-right #logo-right {
            display: none; }
          header .wrapper #header-right #logo-right2 {
            display: inline-block;
            margin: 13px 0 13px 2%; }
          header .wrapper #header-right #burger {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 10px;
            z-index: 1000; }
            header .wrapper #header-right #burger .fa {
              cursor: pointer; }
            header .wrapper #header-right #burger .fa-times {
              display: none; } }

form.search-form {
  display: inline-block;
  margin: 13px 10% 0 30px; }
  form.search-form #search_submit {
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    width: 28px;
    height: 27px;
    cursor: pointer; }
  form.search-form #search {
    background-color: #bdbec1;
    height: 20px;
    padding: 3px 7px;
    box-sizing: border-box;
    border: none;
    position: relative;
    top: 0px; }

nav {
  background-color: #d1d2d4;
  width: 100%;
  display: block; }
  nav ul {
    max-width: 1100px;
    width: calc(100%);
    margin: 0 auto;
    text-align: left;
    padding: 20px 0px;
    left: 0px;
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1140px) {
      nav ul {
        padding: 20px 20px; } }
    nav ul li {
      display: inline-block;
      position: relative;
      margin: 0 15px; }
      nav ul li a:link, nav ul li a:active, nav ul li a:visited {
        text-decoration: none;
        color: #231f20;
        font-weight: 700;
        font-size: 19px;
        letter-spacing: 2.3px;
        text-transform: uppercase; }
    nav ul li.active a {
      color: #2a76bc; }
    nav ul li.current-menu-parent a:link, nav ul li.current-menu-parent a:active, nav ul li.current-menu-parent a:visited, nav ul li.current-menu-item a:link, nav ul li.current-menu-item a:active, nav ul li.current-menu-item a:visited {
      color: #972a34; }
    nav ul li:first-child {
      margin: 0 15px 0 0; }
    nav ul li:nth-child(7) {
      margin: 0 0 0 15px; }
    nav ul li:after {
      position: absolute;
      right: -24px;
      top: 0;
      content: '|';
      color: #333638; }
    nav ul li:nth-child(7):after {
      display: none; }
    nav ul li#nav-search {
      display: none; }
    nav ul li#nav-search:after {
      display: none; }
    nav ul ul.sub-menu {
      display: none; }
    nav ul li span.toggle {
      display: none; }
    @media screen and (max-width: 1080px) {
      nav ul li {
        margin: 0 12px; } }
  @media screen and (max-width: 1132px) {
    nav {
      position: fixed;
      top: 0px;
      right: 0;
      visibility: hidden;
      opacity: 0;
      transform: translate(200%, 0);
      transition: all .5s ease;
      width: 100%;
      max-width: 400px;
      height: 100vh;
      overflow: scroll;
      z-index: 999; }
      nav ul {
        left: 0;
        display: block;
        margin: 40px 0 0 0; }
        nav ul li {
          display: block;
          margin: 0 0 10px 0;
          border-bottom: 2px solid #939598;
          padding-bottom: 5px; }
        nav ul li:after {
          display: none; }
        nav ul li:first-child {
          margin: 0 0px 10px 0; }
        nav ul li:last-child, nav ul li:nth-child(7) {
          margin: 0 0 10px 0px; }
        nav ul li#nav-search {
          display: block; }
          nav ul li#nav-search form {
            display: inline-block;
            margin: 0px 0 0 0px; }
            nav ul li#nav-search form #search_submit {
              background-image: url(../img/icon-search.png);
              background-repeat: no-repeat;
              background-color: transparent;
              border: none;
              width: 28px;
              height: 27px;
              cursor: pointer; }
            nav ul li#nav-search form #search {
              background-color: #fff;
              height: 22px;
              padding: 3px 7px;
              box-sizing: border-box;
              border: none;
              position: relative;
              top: 0px; }
        nav ul li.menu-item-has-children span.toggle {
          display: inline-block;
          right: 35px;
          top: 0px;
          color: #333638;
          font-size: 18px;
          width: 10px;
          height: 10px;
          padding: 2px 5px;
          cursor: pointer;
          position: absolute;
          color: #939598; }
          nav ul li.menu-item-has-children span.toggle .fa-minus {
            display: none; }
        nav ul li.menu-item-has-children.open span.toggle .fa-plus {
          display: none; }
        nav ul li.menu-item-has-children.open span.toggle .fa-minus {
          display: inline-block; }
        nav ul li ul.sub-menu {
          display: block;
          max-height: 0px;
          overflow: hidden;
          padding: 0;
          margin: 0;
          transition: all .3s ease; }
          nav ul li ul.sub-menu li {
            border: none;
            padding: 0;
            text-transform: none; }
            nav ul li ul.sub-menu li a {
              text-transform: none;
              font-weight: 400; }
        nav ul li ul.sub-menu.open {
          display: block;
          max-height: 100vh;
          overflow: hidden;
          padding: 10px 0;
          margin: 0;
          transition: all .3s ease; } }

@media screen and (max-width: 1132px) {
  nav.open {
    transform: translate(0%, 0);
    transition: all .5s ease;
    visibility: visible;
    opacity: 1; } }

body.nav-open, html.nav-open {
  height: 100vh;
  overflow: hidden; }
  body.nav-open header .wrapper #header-right #burger .fa-times, html.nav-open header .wrapper #header-right #burger .fa-times {
    display: inline-block;
    cursor: pointer; }
  body.nav-open header .wrapper #header-right #burger .fa-bars, html.nav-open header .wrapper #header-right #burger .fa-bars {
    display: none; }
  body.nav-open header .wrapper #header-right #burger #search_submit, html.nav-open header .wrapper #header-right #burger #search_submit {
    display: none; }

/*! footer styles */
footer {
  display: block;
  width: 100%;
  background-color: #bcbec0; }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1845px;
    padding: 35px 70px;
    display: flex; }
    footer .wrapper .foot-left {
      flex-basis: 50%;
      min-width: 50%; }
      footer .wrapper .foot-left p {
        font-size: 15px;
        line-height: 29px;
        font-weight: 400;
        margin: 0 0 20px 0; }
        footer .wrapper .foot-left p strong {
          font-weight: 800; }
      footer .wrapper .foot-left .social a {
        position: relative;
        text-align: center;
        width: 25px;
        height: 25px;
        padding: 10px;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        -moz-border-radius: 25px 25px 25px 25px;
        -webkit-border-radius: 25px 25px 25px 25px;
        -khtml-border-radius: 25px 25px 25px 25px;
        background-color: #262626;
        display: inline-block;
        margin: 0 10px 0 0; }
        footer .wrapper .foot-left .social a i {
          position: absolute;
          font-size: 28px;
          color: #fff; }
      footer .wrapper .foot-left .social a.tw i {
        top: 8px;
        left: 9px; }
      footer .wrapper .foot-left .social a.fb i {
        top: 8px;
        left: 10px; }
      footer .wrapper .foot-left .social a.yo i {
        top: 8px;
        left: 7px; }
    footer .wrapper .foot-right {
      flex-basis: 50%;
      min-width: 50%;
      text-align: right; }
      footer .wrapper .foot-right img:nth-child(1) {
        max-width: calc(100% - 100px); }
      footer .wrapper .foot-right a img {
        max-width: 211px;
        margin: 0 0 0 100px; }
    @media screen and (max-width: 820px) {
      footer .wrapper {
        padding: 35px 35px; }
        footer .wrapper .foot-left p {
          margin: 0 20px 0 0; }
        footer .wrapper .foot-left p.social {
          margin: 20px 0 0 0; }
        footer .wrapper .foot-right img:nth-child(1), footer .wrapper .foot-right img:nth-child(2) {
          max-width: 100%;
          margin: 0 0 20px 0; } }
    @media screen and (max-width: 640px) {
      footer .wrapper {
        display: block; }
        footer .wrapper .foot-left, footer .wrapper .foot-right {
          display: block;
          width: 100%;
          margin: 0 0 0 0;
          text-align: center; }
        footer .wrapper .foot-right {
          margin: 20px 0 0 0;
          text-align: center; } }

#home-callouts {
  display: block;
  width: 100%; }
  #home-callouts .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content: space-around; }
    #home-callouts .wrapper .callout {
      flex: 1;
      height: 250px; }
      #home-callouts .wrapper .callout div {
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%; }
        #home-callouts .wrapper .callout div a {
          display: block;
          width: 100%;
          height: 100%;
          color: #fff;
          font-weight: 700;
          padding: 30px 30px 30px 90px;
          box-sizing: border-box;
          background-image: url(../img/icon-arrow1.png);
          background-repeat: no-repeat;
          background-position: 14px 17px;
          background-size: 57px 57px;
          text-decoration: none; }
          #home-callouts .wrapper .callout div a span.type {
            text-transform: uppercase;
            display: block;
            font-size: 15px;
            font-weight: 400; }
          #home-callouts .wrapper .callout div a span.title {
            display: block;
            font-size: 20px;
            line-height: 30px; }
    #home-callouts .wrapper .callout:before {
      content: '';
      float: left;
      padding-top: 100%; }
    @media screen and (max-width: 1400px) {
      #home-callouts .wrapper .callout div a {
        padding: 20px 20px 20px 60px;
        background-position: 14px 14px;
        background-size: 28px 28px; }
        #home-callouts .wrapper .callout div a span.type {
          font-size: 15px; }
        #home-callouts .wrapper .callout div a span.title {
          font-size: 20px;
          line-height: 30px; } }
    @media screen and (max-width: 900px) {
      #home-callouts .wrapper {
        flex-wrap: wrap; }
        #home-callouts .wrapper .callout {
          flex-basis: 50%;
          min-width: 50%;
          height: 150px; } }
    @media screen and (max-width: 640px) {
      #home-callouts .wrapper {
        display: block; }
        #home-callouts .wrapper .callout {
          flex-basis: 100%;
          min-width: 100%;
          height: 150px; } }

/* page styles */
section {
  width: 100%; }
  section .wrapper {
    width: 100%; }
    section .wrapper .blocks {
      display: flex; }
      section .wrapper .blocks .block {
        flex: 1;
        flex-basis: 1; }
        section .wrapper .blocks .block h2 {
          font-size: 24px;
          line-height: 45px; }
        section .wrapper .blocks .block p {
          font-size: 20px;
          line-height: 24px; }

section#home-hero {
  background-color: #fff;
  background-position: right 0;
  background-repeat: no-repeat;
  overflow: hidden; }
  section#home-hero .wrapper {
    max-width: 1140px;
    position: relative;
    padding: 0px 0px; }
    section#home-hero .wrapper .blocks {
      position: relative;
      z-index: 10;
      padding: 35px 0 0 0; }
      section#home-hero .wrapper .blocks .block:nth-child(1) {
        flex-basis: 40%;
        padding: 50px 95px 0 20px;
        background-color: transparent;
        position: relative;
        z-index: 10;
        text-align: left; }
        section#home-hero .wrapper .blocks .block:nth-child(1) .bw {
          max-width: 575px;
          position: relative;
          margin: 0 0 0 auto;
          padding: 0; }
        section#home-hero .wrapper .blocks .block:nth-child(1) p {
          font-size: 16px;
          line-height: 24px; }
      section#home-hero .wrapper .blocks .block:nth-child(1):after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .8;
        background-color: #fff;
        z-index: -1; }
      section#home-hero .wrapper .blocks .block:nth-child(2) {
        flex-basis: 50%;
        border-left: 2px solid #000;
        position: relative;
        z-index: 10; }
        section#home-hero .wrapper .blocks .block:nth-child(2) p {
          font-size: 16px;
          line-height: 24px; }
  @media screen and (max-width: 1080px) {
    section#home-hero {
      background-image: none; }
      section#home-hero .wrapper .blocks {
        display: block;
        padding: 0; }
        section#home-hero .wrapper .blocks .block:nth-child(1) {
          width: 100%;
          box-sizing: border-box;
          padding: 20px 40px; }
          section#home-hero .wrapper .blocks .block:nth-child(1) .bw {
            max-width: 100%;
            margin: 0; }
            section#home-hero .wrapper .blocks .block:nth-child(1) .bw #inner-logo {
              margin: 0 auto;
              display: block;
              text-align: center; }
        section#home-hero .wrapper .blocks .block:nth-child(2) {
          display: none; } }
  section#home-hero #hh1, section#home-hero #hh2, section#home-hero #hh3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateX(200%);
    transition: all 1s ease; }
  section#home-hero #hh3 {
    top: 220px; }
  section#home-hero #hh2 {
    top: 90px; }
  section#home-hero #hh3.open {
    right: 0%;
    transform: translateX(-80%);
    transition: all 2.4s ease; }
  section#home-hero #hh2.open {
    right: 0%;
    transform: translateX(-10%);
    transition: all 1.2s ease; }
  section#home-hero #hh1.open {
    top: 0px;
    right: 0%;
    transform: translateX(0%);
    transition: all 1.8s ease; }

section#page-intro {
  height: 205px;
  background-color: #e4f4fd;
  overflow: hidden; }
  section#page-intro .wrapper {
    background-repeat: no-repeat;
    background-position: right 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative; }
    section#page-intro .wrapper .label {
      font-size: 29px;
      line-height: 38px;
      font-weight: 300;
      position: relative;
      z-index: 10; }
      section#page-intro .wrapper .label span {
        display: block;
        font-weight: 700;
        font-size: 31px;
        letter-spacing: 3.2px; }
      section#page-intro .wrapper .label img {
        z-index: 10; }
    section#page-intro .wrapper #sh1, section#page-intro .wrapper #sh2, section#page-intro .wrapper #sh3 {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      transition: all 1s ease;
      z-index: 1; }
    section#page-intro .wrapper #sh3 {
      display: none; }
    section#page-intro .wrapper #sh1 {
      transform: translate(0%, -200%); }
    section#page-intro .wrapper #sh2 {
      transform: translate(0%, 200%); }
    section#page-intro .wrapper #sh1.open {
      right: 0%;
      transform: translate(0%, 0%);
      transition: all 2.4s ease; }
    section#page-intro .wrapper #sh2.open {
      right: 0%;
      transform: translate(0%, 0%);
      transition: all 2.4s ease; }
    @media screen and (max-width: 1023px) {
      section#page-intro .wrapper .label img {
        display: none; }
      section#page-intro .wrapper #sh1, section#page-intro .wrapper #sh2 {
        display: none; }
      section#page-intro .wrapper #sh3 {
        display: block;
        height: 100%;
        width: auto;
        max-width: 200%; } }

section.page-content .wrapper {
  display: flex;
  border-top: 1px solid #595657;
  padding: 0; }
  section.page-content .wrapper .leftnav {
    flex-basis: 25%;
    min-width: 25%;
    border-right: 1px solid #595657;
    box-sizing: border-box; }
    section.page-content .wrapper .leftnav ul {
      list-style: none;
      margin: 40px 0;
      padding: 0; }
      section.page-content .wrapper .leftnav ul li {
        color: #231f20;
        font-size: 20px;
        line-height: 33px; }
        section.page-content .wrapper .leftnav ul li a {
          color: #808285;
          text-decoration: none; }
      section.page-content .wrapper .leftnav ul li.current-menu-item a {
        color: #972a34;
        font-weight: 700; }
    @media screen and (max-width: 1320px) {
      section.page-content .wrapper .leftnav {
        padding: 0 20px;
        box-sizing: border-box; } }
    @media screen and (max-width: 1023px) {
      section.page-content .wrapper .leftnav {
        display: none; } }
  section.page-content .wrapper .breadcrumb {
    flex-basis: 75%;
    padding: 10px 20px;
    font-size: 19px;
    color: #972a34;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3.2px;
    box-sizing: border-box; }
    section.page-content .wrapper .breadcrumb a {
      color: #972a34;
      text-decoration: none; }
    section.page-content .wrapper .breadcrumb span {
      display: none; }
      section.page-content .wrapper .breadcrumb span em {
        font-style: normal;
        color: #000; }
    @media screen and (max-width: 1132px) {
      section.page-content .wrapper .breadcrumb {
        flex-basis: 100%;
        letter-spacing: 1.3px;
        font-size: 17px; }
        section.page-content .wrapper .breadcrumb span {
          display: inline; } }
  section.page-content .wrapper .inner-content {
    display: flex;
    flex-basis: 75%;
    min-width: 75%;
    padding: 40px 0 40px 20px;
    box-sizing: border-box;
    min-height: 500px; }
    section.page-content .wrapper .inner-content .col1 {
      flex-basis: 66.666%;
      padding: 0 20px 0 0; }
      section.page-content .wrapper .inner-content .col1 div.wp-caption {
        max-width: 100%; }
      section.page-content .wrapper .inner-content .col1 iframe, section.page-content .wrapper .inner-content .col1 video {
        max-width: 100%;
        width: 100%; }
      section.page-content .wrapper .inner-content .col1 h1 {
        margin: 0 0 20px 0;
        color: #333638;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700; }
      section.page-content .wrapper .inner-content .col1 h2 {
        margin: 0 0 20px 0;
        color: #636466;
        font-size: 20px;
        line-height: 32px;
        font-weight: 400; }
      section.page-content .wrapper .inner-content .col1 h3 {
        margin: 0 0 15px 0;
        color: #333638;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700; }
      section.page-content .wrapper .inner-content .col1 h4 {
        margin: 0 0 0px 0;
        color: #333638;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700; }
      section.page-content .wrapper .inner-content .col1 h5 {
        margin: 0 0 0px 0;
        color: #333638;
        font-size: 15px;
        line-height: 24px;
        font-weight: 700; }
      section.page-content .wrapper .inner-content .col1 p, section.page-content .wrapper .inner-content .col1 td, section.page-content .wrapper .inner-content .col1 li {
        color: #636466;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
      section.page-content .wrapper .inner-content .col1 .inner-blocks {
        display: flex;
        margin: 0 0 20px 0; }
        section.page-content .wrapper .inner-content .col1 .inner-blocks .block {
          flex-basis: 50%; }
          section.page-content .wrapper .inner-content .col1 .inner-blocks .block p {
            margin: 0 0 20px 0; }
        section.page-content .wrapper .inner-content .col1 .inner-blocks .block:nth-child(1) {
          padding: 0 10px 0 0;
          box-sizing: border-box; }
        section.page-content .wrapper .inner-content .col1 .inner-blocks .block:nth-child(2) {
          padding: 0 0 0 10px;
          box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        section.page-content .wrapper .inner-content .col1 table {
          display: block;
          height: auto !important; }
          section.page-content .wrapper .inner-content .col1 table tr {
            margin: 0 0 30px 0;
            display: block; }
          section.page-content .wrapper .inner-content .col1 table td {
            display: block; } }
      section.page-content .wrapper .inner-content .col1 #news-items {
        margin: 30px 0;
        position: relative; }
        section.page-content .wrapper .inner-content .col1 #news-items .row {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 0 20px 0;
          -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3ss cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        section.page-content .wrapper .inner-content .col1 #news-items .news-item {
          width: 32%;
          max-width: 300px;
          padding: 0 0 0px 0;
          position: static;
          margin: 0 0 20px 0; }
          section.page-content .wrapper .inner-content .col1 #news-items .news-item p.cat {
            color: #6d6e71;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 8px 0 0 0; }
          section.page-content .wrapper .inner-content .col1 #news-items .news-item .title {
            color: #231f20;
            font-size: 18px;
            line-height: 25px;
            font-weight: 700;
            margin: 8px 0 0 0; }
            section.page-content .wrapper .inner-content .col1 #news-items .news-item .title a {
              color: #231f20;
              text-decoration: none; }
        @media screen and (max-width: 640px) {
          section.page-content .wrapper .inner-content .col1 #news-items .news-item {
            flex-basis: 100%;
            min-width: 100%;
            padding: 0 0 30px 0;
            position: relative;
            margin-bottom: 0px !important; } }
        section.page-content .wrapper .inner-content .col1 #news-items .ind-news-item {
          display: flex; }
          section.page-content .wrapper .inner-content .col1 #news-items .ind-news-item .image {
            min-width: 300px; }
          section.page-content .wrapper .inner-content .col1 #news-items .ind-news-item .content {
            margin: 0 0 0 20px; }
          @media screen and (max-width: 640px) {
            section.page-content .wrapper .inner-content .col1 #news-items .ind-news-item {
              display: block; }
              section.page-content .wrapper .inner-content .col1 #news-items .ind-news-item .content {
                margin: 20px 0; } }
      section.page-content .wrapper .inner-content .col1 #publications {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px 0; }
        section.page-content .wrapper .inner-content .col1 #publications .publication {
          margin: 30px 0 0 0;
          display: flex;
          justify-content: left;
          border-top: 1px solid #000;
          padding: 30px 0 0 0; }
          section.page-content .wrapper .inner-content .col1 #publications .publication img {
            margin: 0 25px 0 0;
            width: 200px;
            flex-basis: 200px;
            min-width: 200px;
            max-height: 200px; }
          section.page-content .wrapper .inner-content .col1 #publications .publication div .title {
            color: #231f20;
            font-size: 18px;
            line-height: 25px;
            font-weight: 700;
            margin: 0; }
            section.page-content .wrapper .inner-content .col1 #publications .publication div .title a {
              color: #231f20;
              text-decoration: none; }
          section.page-content .wrapper .inner-content .col1 #publications .publication div .date {
            margin: 0; }
          section.page-content .wrapper .inner-content .col1 #publications .publication div .author {
            margin: 0; }
          section.page-content .wrapper .inner-content .col1 #publications .publication div .teaser {
            margin: 20px 0 0 0; }
          @media screen and (max-width: 640px) {
            section.page-content .wrapper .inner-content .col1 #publications .publication {
              display: block; }
              section.page-content .wrapper .inner-content .col1 #publications .publication img {
                margin: 0 15px 15px 0; } }
      section.page-content .wrapper .inner-content .col1 #people {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 10px 0 30px 0; }
        section.page-content .wrapper .inner-content .col1 #people .person {
          margin: 0 0 60px 0;
          display: flex;
          justify-content: space-between; }
          section.page-content .wrapper .inner-content .col1 #people .person div.info {
            margin: 0 25px 0 0;
            width: 250px;
            flex-basis: 250px;
            min-width: 250px; }
            section.page-content .wrapper .inner-content .col1 #people .person div.info div.image img {
              width: 100%; }
            section.page-content .wrapper .inner-content .col1 #people .person div.info p {
              margin: 0; }
            section.page-content .wrapper .inner-content .col1 #people .person div.info p.name {
              font-size: 18px;
              font-weight: 700;
              margin: 10px 0 0 0;
              color: #333638; }
            section.page-content .wrapper .inner-content .col1 #people .person div.info p.contact {
              color: #636466;
              margin: 0; }
              section.page-content .wrapper .inner-content .col1 #people .person div.info p.contact a:link, section.page-content .wrapper .inner-content .col1 #people .person div.info p.contact a:active, section.page-content .wrapper .inner-content .col1 #people .person div.info p.contact a:visited {
                color: #00aeef;
                text-decoration: none; }
          section.page-content .wrapper .inner-content .col1 #people .person div.bio p {
            margin: 0 0 20px 0; }
          @media screen and (max-width: 768px) {
            section.page-content .wrapper .inner-content .col1 #people .person {
              display: block; }
              section.page-content .wrapper .inner-content .col1 #people .person div.info {
                margin: 0 0px 0 0;
                width: 100%;
                display: flex;
                justify-content: space-between; }
                section.page-content .wrapper .inner-content .col1 #people .person div.info div.image {
                  padding-right: 10px;
                  box-sizing: border-box;
                  height: auto !important; }
                section.page-content .wrapper .inner-content .col1 #people .person div.info div.image, section.page-content .wrapper .inner-content .col1 #people .person div.info div.pwrap {
                  flex-basis: 50%; }
                  section.page-content .wrapper .inner-content .col1 #people .person div.info div.image p.name, section.page-content .wrapper .inner-content .col1 #people .person div.info div.pwrap p.name {
                    margin: 0; }
              section.page-content .wrapper .inner-content .col1 #people .person div.bio {
                margin: 20px 0 0 0; } }
          @media screen and (max-width: 640px) {
            section.page-content .wrapper .inner-content .col1 #people .person div.info {
              display: block; }
              section.page-content .wrapper .inner-content .col1 #people .person div.info div.image {
                max-width: 255px; }
              section.page-content .wrapper .inner-content .col1 #people .person div.info div.pwrap {
                flex-basis: auto; } }
        section.page-content .wrapper .inner-content .col1 #people .person.single-alumni {
          margin: 0px 0;
          display: flex;
          justify-content: space-between;
          border-top: 1px solid #333638;
          padding: 20px 0; }
          section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .image {
            margin: 0 20px 0 0;
            min-width: 137px; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .image img {
              width: 137px; }
          section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .info {
            margin: 0 40px 0 0;
            width: auto;
            flex-basis: 30%;
            min-width: 30%; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .info p.cat {
              color: #6d6e71;
              font-size: 14px;
              font-weight: 700;
              text-transform: uppercase;
              margin: 0px 0 0 0; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .info p.title {
              color: #231f20;
              font-size: 18px;
              line-height: 25px;
              font-weight: 700;
              margin: 0; }
              section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .info p.title a {
                color: #231f20;
                text-decoration: none; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .info p.focus {
              color: #6d6e71;
              font-size: 18px;
              font-weight: 700;
              margin: 0px 0 0 0; }
          section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .bio {
            color: #636466;
            font-size: 14px;
            line-height: 21px;
            font-weight: 400;
            min-width: 45%; }
          @media screen and (max-width: 768px) {
            section.page-content .wrapper .inner-content .col1 #people .person.single-alumni {
              display: block; }
              section.page-content .wrapper .inner-content .col1 #people .person.single-alumni .info {
                display: block;
                margin: 20px 0; } }
        section.page-content .wrapper .inner-content .col1 #people .person.single-person {
          margin: 0px 0;
          display: flex;
          padding: 0px 0;
          justify-content: left; }
          section.page-content .wrapper .inner-content .col1 #people .person.single-person .image {
            margin: 0 30px 0 0;
            min-width: 255px; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-person .image img {
              width: 255px; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-person .image p.cat {
              color: #6d6e71;
              font-size: 14px;
              font-weight: 700;
              text-transform: uppercase;
              margin: 8px 0 0 0; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-person .image p.title {
              color: #231f20;
              font-size: 18px;
              line-height: 25px;
              font-weight: 700;
              margin: 0; }
              section.page-content .wrapper .inner-content .col1 #people .person.single-person .image p.title a {
                color: #231f20;
                text-decoration: none; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-person .image p.focus {
              color: #6d6e71;
              font-size: 18px;
              font-weight: 700;
              margin: 0px 0 0 0; }
          section.page-content .wrapper .inner-content .col1 #people .person.single-person .info {
            margin: 0 20px 0 0;
            width: auto;
            flex-basis: auto;
            min-width: 1px; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-person .info p.cat {
              color: #6d6e71;
              font-size: 14px;
              font-weight: 700;
              text-transform: uppercase;
              margin: 0px 0 0 0; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-person .info p.title {
              color: #231f20;
              font-size: 18px;
              line-height: 25px;
              font-weight: 700;
              margin: 0; }
              section.page-content .wrapper .inner-content .col1 #people .person.single-person .info p.title a {
                color: #231f20;
                text-decoration: none; }
            section.page-content .wrapper .inner-content .col1 #people .person.single-person .info p.focus {
              color: #6d6e71;
              font-size: 18px;
              font-weight: 700;
              margin: 0px 0 0 0; }
          section.page-content .wrapper .inner-content .col1 #people .person.single-person .bio {
            color: #636466;
            font-size: 14px;
            line-height: 21px;
            font-weight: 400; }
          @media screen and (max-width: 768px) {
            section.page-content .wrapper .inner-content .col1 #people .person.single-person {
              display: block; }
              section.page-content .wrapper .inner-content .col1 #people .person.single-person .info {
                display: block;
                margin: 20px 0; } }
      section.page-content .wrapper .inner-content .col1 #featured-alumnis {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 10px 0 30px 0; }
        section.page-content .wrapper .inner-content .col1 #featured-alumnis .featured-alumni {
          flex-basis: 32%;
          min-width: 32%;
          padding: 0 0 30px 0; }
          section.page-content .wrapper .inner-content .col1 #featured-alumnis .featured-alumni p.cat {
            color: #6d6e71;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 8px 0 0 0; }
          section.page-content .wrapper .inner-content .col1 #featured-alumnis .featured-alumni p.title {
            color: #231f20;
            font-size: 18px;
            line-height: 25px;
            font-weight: 700;
            margin: 0; }
            section.page-content .wrapper .inner-content .col1 #featured-alumnis .featured-alumni p.title a {
              color: #231f20;
              text-decoration: none; }
          section.page-content .wrapper .inner-content .col1 #featured-alumnis .featured-alumni p.focus {
            color: #6d6e71;
            font-size: 18px;
            font-weight: 700;
            margin: 0px 0 0 0; }
        @media screen and (max-width: 768px) {
          section.page-content .wrapper .inner-content .col1 #featured-alumnis .featured-alumni {
            flex-basis: 49%;
            min-width: 49%;
            padding: 0 0 45px 0; } }
        @media screen and (max-width: 640px) {
          section.page-content .wrapper .inner-content .col1 #featured-alumnis .featured-alumni {
            flex-basis: 100%;
            min-width: 100%;
            padding: 0 0 45px 0; } }
      section.page-content .wrapper .inner-content .col1 #pagination {
        display: flex;
        justify-content: space-between; }
        section.page-content .wrapper .inner-content .col1 #pagination a {
          display: inline-block;
          text-decoration: none;
          font-size: 18px;
          font-weight: 700;
          color: #2a76bc; }
          section.page-content .wrapper .inner-content .col1 #pagination a i {
            color: #f5d536;
            font-size: 50px;
            position: relative;
            top: 11px; }
        section.page-content .wrapper .inner-content .col1 #pagination .prev-link i {
          margin: 0 25px 0 0; }
        section.page-content .wrapper .inner-content .col1 #pagination .next-link i {
          margin: 0 0 0 25px; }
    section.page-content .wrapper .inner-content .sidebar {
      flex-basis: 33.3333%;
      min-width: 295px; }
      section.page-content .wrapper .inner-content .sidebar .image-block iframe, section.page-content .wrapper .inner-content .sidebar .image-block video {
        max-width: 100%; }
      section.page-content .wrapper .inner-content .sidebar .image-block img {
        width: 100%; }
      section.page-content .wrapper .inner-content .sidebar .image-block p {
        color: #636466;
        font-size: 12px;
        line-height: 18px; }
      section.page-content .wrapper .inner-content .sidebar .article-block {
        margin: 30px 0 0 0; }
        section.page-content .wrapper .inner-content .sidebar .article-block a.title {
          color: #231f20;
          font-size: 20px;
          line-height: 24px;
          font-weight: 700;
          text-decoration: none; }
        section.page-content .wrapper .inner-content .sidebar .article-block p {
          margin: 0;
          font-size: 15px;
          line-height: 21px;
          color: #636466; }
    @media screen and (max-width: 1023px) {
      section.page-content .wrapper .inner-content {
        flex-basis: 100%; }
        section.page-content .wrapper .inner-content .col1 {
          flex-basis: 100%; } }
  section.page-content .wrapper .inner-content.no-leftnav {
    display: flex;
    flex-basis: 100%;
    min-width: 100%; }

@media screen and (max-width: 1140px) {
  section.page-content .wrapper .inner-content.with-sidebar {
    display: block; }
    section.page-content .wrapper .inner-content.with-sidebar .sidebar {
      padding: 0 20px 0 0; }
      section.page-content .wrapper .inner-content.with-sidebar .sidebar .image-block img {
        width: auto; } }
@media screen and (max-width: 640px) {
  section.page-content .wrapper .inner-content.with-sidebar {
    flex-basis: 100%; } }

section.page-content {
  background-color: #fff; }
  section.page-content .wrapper .inner-content.without-sidebar {
    display: block; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 20px 0; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.alm-btn-wrap {
  margin: 50px 0 20px 0; }
  .alm-btn-wrap button {
    background-color: #2a76bc;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 520px; }

body {
  background-color: #bcbec0; }

section.page-content .wrapper .inner-content .col1 form.search-form {
  margin-left: 0px; }
section.page-content .wrapper .inner-content .col1 .search-item {
  padding: 0 0 0px 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #000; }
  section.page-content .wrapper .inner-content .col1 .search-item .title {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 0 0; }
  section.page-content .wrapper .inner-content .col1 .search-item .date {
    margin: 0 0 20px 0; }

.box-container {
  margin-top: 0;
  left: 0;
  right: 0;
  top: calc(100% + 30px);
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: height 0.3ss cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  max-height: 100vh; }
  .box-container .show-box {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    background-color: #fff; }
    .box-container .show-box h2 {
      margin-top: 20px; }
    .box-container .show-box .social {
      margin: 10px 0;
      padding: 0;
      text-align: center; }
      .box-container .show-box .social li {
        list-style: none;
        margin: 0 3px;
        display: inline-block; }
      .box-container .show-box .social h2 {
        margin: 20px 0 !important; }
    @media screen and (max-width: 640px) {
      .box-container .show-box {
        top: 0;
        position: relative; } }
  @media screen and (max-width: 640px) {
    .box-container {
      top: 20px;
      position: relative; } }

.box-container.is-showing {
  max-height: 100vh;
  padding: 0 0 4px 0;
  overflow: visible;
  -webkit-transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .box-container.is-showing .show-box {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  @media screen and (max-width: 640px) {
    .box-container.is-showing {
      margin-bottom: 30px; } }

.box-container.is-showing .show-box:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: absolute;
  content: '';
  top: -12px;
  left: 50%; }

.box-container.is-showing.count0 .show-box:after {
  left: calc(15.5% - 10px); }
  @media screen and (max-width: 640px) {
    .box-container.is-showing.count0 .show-box:after {
      left: calc(50% - 10px); } }

.box-container.is-showing.count1 .show-box:after {
  left: calc(49% - 10px); }
  @media screen and (max-width: 640px) {
    .box-container.is-showing.count1 .show-box:after {
      left: calc(50% - 10px); } }

.box-container.is-showing.count2 .show-box:after {
  left: calc(84.5% - 10px); }
  @media screen and (max-width: 640px) {
    .box-container.is-showing.count2 .show-box:after {
      left: calc(50% - 10px); } }
