@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Neat Bourbon Grid System
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Basic Variables + Mixins
--------------------------------------------------------------*/
.bio-img-container.cover-image {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.button-tile-description, a {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}

.localist_minicalendar_nav a {
  -webkit-transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

.site-logo .logo-img, .mit-logo .logo-img, .site-branding, input[type=submit] {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.research-hero-content h1.biochemistry-biophysics-and-structural-biology, .biochemistry-biophysics-and-structural-biology.bio-icon {
  background-image: url("../../img/res-icon-biochemistry.svg");
}
.research-hero-content h1.cancer-biology, .cancer-biology.bio-icon {
  background-image: url("../../img/res-icon-cancer-biology.svg");
}
.research-hero-content h1.cell-biology, .cell-biology.bio-icon {
  background-image: url("../../img/res-icon-cell-biology.svg");
}
.research-hero-content h1.computational-biology, .computational-biology.bio-icon {
  background-image: url("../../img/res-icon-computational-biology.svg");
}
.research-hero-content h1.genetics, .genetics.bio-icon {
  background-image: url("../../img/res-icon-genetics.svg");
}
.research-hero-content h1.human-disease, .human-disease.bio-icon {
  background-image: url("../../img/res-icon-human-disease.svg");
}
.research-hero-content h1.immunology, .immunology.bio-icon {
  background-image: url("../../img/res-icon-immunology.svg");
}
.research-hero-content h1.microbiology, .microbiology.bio-icon {
  background-image: url("../../img/res-icon-microbiology.svg");
}
.research-hero-content h1.neurobiology, .neurobiology.bio-icon {
  background-image: url("../../img/res-icon-neurobiology.svg");
}
.research-hero-content h1.stem-cell-and-developmental-biology, .stem-cell-and-developmental-biology.bio-icon {
  background-image: url("../../img/res-icon-stem-cell.svg");
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bitter", sans-serif;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
}

.entry-header {
  background: #771251;
}
.entry-header h1 {
  color: #fff;
  padding: 20px 0;
  margin: 0;
  line-height: 1.175em;
}
@media screen and (min-width: 570px) {
  .entry-header h1 {
    padding: 30px 0;
    font-size: 52px;
    font-size: 3.25rem;
    float: left;
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .entry-header h1 {
    max-width: 63%;
  }
}

#helix-title {
  margin-right: 45px;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #C02184;
  font-weight: 400;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #103551;
}

h4 {
  color: #00A793;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

p {
  margin-bottom: 1.5em;
  font-weight: 400;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 1em -7.26%;
  padding: 0 6.26%;
  font-family: "Bitter", sans-serif;
  font-style: italic;
  font-size: 21.6px;
  font-size: 1.35rem;
  line-height: 1.35em;
  color: #00A793;
  text-align: center;
  border-top: 8px solid #EFEFEF;
  border-bottom: 8px solid #EFEFEF;
}
@media screen and (min-width: 570px) {
  blockquote {
    margin: 1em 0;
  }
}
blockquote p {
  margin-bottom: 1em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a.cta-btn {
  background-color: transparent;
  color: #C02184;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #C02184;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 570px) {
  a.cta-btn {
    width: auto;
  }
}
a.cta-btn:hover, a.cta-btn:focus {
  background-color: #C02184;
  color: #fff;
}
a.cta-btn.sidebar-btn {
  display: block;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  color: #103551;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 400;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1em;
  padding: 0 0 0 1.5em;
  font-weight: 400;
  list-style: none;
  position: relative;
}
ul li:before, ol li:before {
  content: "•";
  color: #00A793;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: 10px;
  line-height: 1em;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

ol {
  counter-reset: item;
}
ol li {
  counter-increment: item;
  padding-top: 10px;
}
ol li:before {
  font-family: "Bitter", sans-serif;
  font-weight: 600;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #00A2C2;
  content: counter(item);
  display: block;
  left: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

thead {
  display: none;
}
@media screen and (min-width: 570px) {
  thead {
    display: table-header-group;
  }
}
thead > tr, thead > th {
  font-weight: 500;
  color: #fff;
  background-color: #103551;
  text-align: left;
}

th {
  background-color: #103551;
  color: #fff;
  text-align: left;
  display: none;
}

tr {
  padding: 9px 12px;
  display: block;
  color: #103551;
}
@media screen and (min-width: 570px) {
  tr {
    display: table-row;
    padding: 0;
  }
  tr:first-child {
    display: table-row;
  }
}
tbody tr:nth-child(odd) {
  background-color: #fff;
}
tbody tr:nth-child(even) {
  background-color: #EFEFEF;
}
@media screen and (max-width: 569px) {
  tbody tr:nth-child(odd) {
    background-color: #EFEFEF;
  }
  tbody tr:nth-child(even) {
    background-color: #fff;
  }
}

th {
  display: none;
}

td {
  display: block;
}

th:last-child, td:last-child {
  border-right: none;
}
@media screen and (min-width: 570px) {
  th, td {
    display: table-cell;
    padding: 9px 12px;
    border-right: 2px solid #fff;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
input[type=submit] {
  color: #fff;
  background: #C02184;
  padding: 11px 20px;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 2em;
}
input[type=submit]:hover {
  background: #E342A6;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #95989A;
  border: 1px solid #00A793;
  border-radius: 0;
  padding: 6px 12px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
@media screen and (min-width: 570px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    max-width: 400px;
  }
}

select {
  border: 1px solid #00A793;
  border-radius: 0;
  padding: 7px 50px 7px 12px;
  background: #fff url(../../img/icon-select.svg) center right no-repeat;
  background-size: 40px 40px;
  -moz-appearance: none;
  text-indent: 0.01px;
  -webkit-appearance: none;
  width: 100%;
}
@media screen and (min-width: 570px) {
  select {
    max-width: 400px;
  }
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
}

form p, label {
  color: #103551;
  font-weight: 500;
}

label.label-bottom {
  color: #6F6F6F;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.bio-checkbox, .bio-radio {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.bio-checkbox + label, .bio-radio + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  padding-left: 25px;
  font-family: "Bitter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.bio-checkbox + label:before, .bio-radio + label:before {
  content: "";
  background: #fff;
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  padding: 2px;
  margin-right: 10px;
  margin-top: 3px;
  text-align: center;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 570px) {
  .bio-checkbox + label, .bio-radio + label {
    margin: 5px 10px;
  }
}

.bio-checkbox:checked + label:before {
  background: #fff url("../../img/icon-checkbox-checked.svg") no-repeat center;
  background-size: 7px;
}

.bio-radio + label:before {
  border-radius: 50%;
}
.bio-radio:checked + label:before {
  background: #ccc;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

span.wpcf7-list-item {
  margin: 0 3em 0 0;
}

.wpcf7-form-control-wrap {
  margin-top: 0.8em;
  display: inline-block;
  width: 100%;
}

/* input[type="radio"], 
input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
} */
input[type=radio] {
  opacity: 0;
  cursor: pointer;
}

input[type=radio] + span,
input[type=radio] + label {
  height: 22px;
  display: inline-block;
}

input[type=radio] + span::before,
input[type=radio] + label::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -3px 10px 0 -15px;
  vertical-align: middle;
  cursor: pointer;
}

/* input[type="radio"] + span::before,
input[type="radio"] + label::before,
input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  display:inline-block;
  width:22px;
  height:22px;
  margin: -3px 10px 0 -15px;
  vertical-align:middle;
  cursor: pointer;
} */
input[type=radio] + span::before,
input[type=radio] + label::before {
  content: "";
  background: url("../../img/radio.svg") no-repeat center center;
}

input[type=radio]:checked + span::before,
input[type=radio]:checked + label::before {
  content: "";
  background: url("../../img/radio-checked.svg") no-repeat center center;
}

input[type=radio]:focus + span,
input[type=radio]:focus + label {
  outline: #3b99fc auto 3px;
}

/* input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  content: '';
  background:url('../../img/checkbox.svg') no-repeat center center;
  width: 23px;
}

input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  content: '';
  background:url('../../img/checkbox-checked.svg') no-repeat center center;
} */
/* input[type="radio"]:focus + span,
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + span,
input[type="checkbox"]:focus + label {
  outline: rgb(59, 153, 252) auto 3px;
} */
/* Contact Form 7 stylings */
.wpcf7-form-control-wrap {
  margin-top: 0.5em;
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0 2em 0.5em 0;
}

#ui-datepicker-div {
  z-index: 99 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #103551;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.mit-bio-btn {
  background-color: #C02184;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 16px;
  padding: 0.5em 1.75em;
}
.mit-bio-btn:hover, .mit-bio-btn:focus {
  color: #fff;
  background: #E342A6;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  text-align: right;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  padding-top: 15px;
  display: none;
}
.main-navigation ul ul li {
  background: #EFEFEF;
}
.main-navigation ul ul li .mobile-nav-toggle {
  position: absolute;
  right: 14px;
  margin: 0;
}
.main-navigation ul ul li .mobile-nav-toggle.level-1 {
  top: 17px;
}
.main-navigation ul ul li .mobile-nav-toggle.level-2 {
  top: 3px;
}
.main-navigation ul ul ul {
  position: static;
  padding-top: 2px;
  transform: none;
}
.main-navigation ul ul ul li a {
  color: #103551;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 3px 20px;
}
.main-navigation ul ul ul li a:hover {
  color: #771251;
}
.main-navigation ul ul a {
  font-family: "Bitter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C02184;
  width: 165px;
  text-transform: none;
  padding: 5px 20px;
  line-height: 1.25em;
}
.main-navigation ul ul a.dropdown-toggle {
  padding-right: 27px;
}
.main-navigation ul ul a:hover {
  color: #771251;
}
@media screen and (min-width: 1320px) {
  .main-navigation ul ul a {
    width: 200px;
  }
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation li a {
  font-weight: 400;
}
.main-navigation li a h2, .main-navigation li a h3, .main-navigation li a h4, .main-navigation li a h5 {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
.main-navigation li.level-3 {
  font-style: italic;
}
.main-navigation a {
  font-size: 10px;
  font-size: 0.625rem;
  color: #103551;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 8px 11px;
}
@media screen and (min-width: 1320px) {
  .main-navigation a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 12px 10px 11px;
  }
}
.main-navigation a:hover {
  color: #C02184;
}
.main-navigation .primary-menu-wrapper > ul > .menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
.main-navigation .primary-menu-wrapper > ul > .menu-item-has-children > a {
  padding-right: 4px !important;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}
.main-navigation .menu {
  max-height: 44px;
}
.main-navigation .menu:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
}
.main-navigation .mobile-nav-toggle {
  height: 6px;
  width: 12px;
  background-size: 12px 6px;
  position: unset;
  display: inline;
  margin-right: 8px;
}
.main-navigation .mobile-nav-toggle.level-0 {
  height: 14px;
}
.main-navigation .mobile-nav-toggle.level-1 {
  height: 17px;
}
.main-navigation .mobile-nav-toggle.level-2 {
  height: 13px;
}
@media screen and (min-width: 1320px) {
  .main-navigation .mobile-nav-toggle {
    margin-right: 10px;
  }
}

#site-navigation #primary-menu > li:first-child > a {
  padding-left: 0;
}
#site-navigation #primary-menu > li:last-child > a {
  padding-right: 0;
}
#site-navigation #primary-menu > li:last-child > button {
  margin-right: 0;
}
#site-navigation #primary-menu > li > ul:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  border-bottom: 15px solid #EFEFEF;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#site-navigation #primary-menu > li > ul > li {
  padding: 12px 0;
}
#site-navigation #primary-menu > li > ul > li:after {
  display: block;
  content: "";
  height: 2px;
  background: #DEDEDE;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
#site-navigation #primary-menu > li > ul > li:last-child:after {
  display: none;
}
#site-navigation #primary-menu > li > ul > li ul ul a {
  padding-left: 30px;
}

.menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-wrapper a {
  text-decoration: none;
}

#utility-menu {
  display: inline-block;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-right: 18px;
}
#utility-menu li {
  display: inline-block;
  padding: 8px;
}
#utility-menu a {
  color: #5C5C5C;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}
#utility-menu a:hover {
  color: #C02184;
}

/* Small menu. */
#mobile-menu > li {
  position: relative;
}
#mobile-menu > li > a {
  background-color: #EFEFEF;
  padding: 15px 12.52% 15px 6.26%;
}
#mobile-menu ul.sub-menu {
  background-color: #103551;
  display: none;
  padding: 10px 0 5px;
}
#mobile-menu ul.sub-menu li {
  position: relative;
}
#mobile-menu ul.sub-menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  padding: 8px 6.26% 8px;
}
#mobile-menu ul.sub-menu li.level-3 {
  font-style: italic;
}
#mobile-menu ul.sub-menu a {
  font-weight: 400;
}
#mobile-menu ul.sub-menu a h2, #mobile-menu ul.sub-menu a h3, #mobile-menu ul.sub-menu a h4, #mobile-menu ul.sub-menu a h5 {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
#mobile-menu ul.sub-menu ul {
  display: block;
  padding: 0 0 0 15px;
}
#mobile-menu ul.sub-menu ul li a {
  font-weight: 300;
}

#mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  background: #EFEFEF;
}
#mobile-navigation ul a {
  color: #103551;
  display: block;
  text-decoration: none;
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
#mobile-navigation ul a h2, #mobile-navigation ul a h3, #mobile-navigation ul a h4, #mobile-navigation ul a h5 {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
#mobile-navigation #utility-menu {
  background: #00A793;
  display: block;
}
#mobile-navigation #utility-menu li {
  display: block;
  padding: 0;
}
#mobile-navigation #utility-menu li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 7px 6.26%;
  text-transform: none;
}

.menu-toggle {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url(../../img/nav-burger.svg);
  background-repeat: no-repeat;
  padding: 0;
  background-size: 30px 22px;
  width: 32px;
  height: 22px;
  margin-top: 7px;
}
@media screen and (min-width: 570px) {
  .menu-toggle {
    margin-top: 13px;
  }
  .site-header.small .menu-toggle {
    margin-top: 7px;
  }
}

.mobile-nav-toggle {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url(../../img/arrow-mobile-menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  background-size: 28px 14px;
  width: 32px;
  position: absolute;
  z-index: 11;
  right: 17px;
  top: 0;
  -webkit-transition: 200ms linear all;
  -moz-transition: 200ms linear all;
  -o-transition: 200ms linear all;
  transition: 200ms linear all;
}
.mobile-nav-toggle.open {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mobile-menu-wrapper {
  background-color: #00A793;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 65px;
  bottom: 0;
}
.admin-bar .mobile-menu-wrapper {
  top: 108px;
}
@media screen and (min-width: 570px) {
  .mobile-menu-wrapper {
    width: 55%;
    right: 0;
    left: initial;
    left: auto;
    top: 75px;
  }
  .site-header.small .mobile-menu-wrapper {
    top: 65px;
  }
  .admin-bar .mobile-menu-wrapper {
    top: 122px;
  }
}
@media screen and (min-width: 1100px) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}
.mobile-menu-wrapper .mobile-nav-toggle.level-0 {
  height: 26px;
  top: 15px;
}
.mobile-menu-wrapper .mobile-nav-toggle.level-1 {
  height: 24px;
  top: 6px;
  background-image: url(../../img/arrow-mobile-menu--white.svg);
}
.mobile-menu-wrapper .mobile-nav-toggle.level-2 {
  height: 24px;
  top: 6px;
  background-image: url(../../img/arrow-mobile-menu--white.svg);
}

.mobile-navigation.toggled .mobile-menu-wrapper {
  display: block;
}

@media screen and (min-width: 1100px) {
  .menu-toggle, .main-navigation span {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  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-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Overall grid
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1320px;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1024px) {
  .row {
    margin-left: -3.13%;
    margin-right: -3.13%;
  }
}

.tablet-only {
  display: none;
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .tablet-only {
    display: block;
  }
}

@media (min-width: 320px) {
  .col-full, .col-content, .col-quarter, .col-half,
.col-preview-content, .col-preview-img, .col-hero-content {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%;
  }
}
@media (min-width: 570px) {
  .col-full, .col-content, .col-quarter, .col-half,
.col-preview-content, .col-preview-img, .col-hero-content {
    width: calc(100% - 10.44%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1024px) {
  .col-full, .col-content, .col-quarter, .col-half,
.col-preview-content, .col-preview-img, .col-hero-content {
    width: calc(100% - 6.26%);
    float: left;
    margin-left: 3.13%;
  }
}

@media (min-width: 320px) {
  .col-wide-content {
    width: calc(100% - 12.52%);
    float: left;
    margin-left: 6.26%;
  }
}
@media (min-width: 570px) {
  .col-wide-content {
    width: calc(75% - 9.135%);
    float: left;
    margin-left: 5.22%;
    margin-left: calc(12.5% - 5.8725% + 10.44%);
  }
}
@media (min-width: 1024px) {
  .col-wide-content {
    width: calc(83.3333333333% - 5.7383333333%);
    float: left;
    margin-left: 3.13%;
    margin-left: calc(8.3333333333% - 3.3908333333% + 6.26%);
  }
}

@media (min-width: 570px) {
  .col-half {
    width: calc(50% - 7.83%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1024px) {
  .col-half {
    width: calc(50% - 4.695%);
    float: left;
    margin-left: 3.13%;
  }
}

@media (min-width: 570px) {
  .col-quarter {
    width: calc(50% - 7.83%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1024px) {
  .col-quarter {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%;
  }
}

@media (min-width: 1024px) {
  .col-content {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%;
    float: right;
  }
}

.col-sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .col-sidebar {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%;
  }
}
@media screen and (min-width: 1024px) {
  .col-sidebar {
    display: block;
  }
}

@media (min-width: 570px) {
  .col-preview-img {
    width: calc(25% - 6.525%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1024px) {
  .col-preview-img {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%;
  }
}

@media (min-width: 570px) {
  .col-preview-content {
    width: calc(75% - 9.135%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1024px) {
  .col-preview-content {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%;
  }
}

@media (min-width: 570px) {
  .col-hero-content {
    width: calc(100% - 10.44%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1024px) {
  .col-hero-content {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%;
  }
}

/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .site-header {
    padding-bottom: 10px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
}
.site-header .search-form {
  display: none;
}
.site-header .utility-menu-wrapper {
  display: none;
}
@media screen and (min-width: 1100px) {
  .site-header .utility-menu-wrapper {
    display: block;
    float: right;
  }
}
.site-header.small .site-utility-block * {
  display: none;
}
.site-header.small .site-utility-block #menu-toggle {
  display: block;
  float: right;
}
@media screen and (min-width: 1100px) {
  .site-header.small .site-utility-block #menu-toggle {
    display: none;
  }
}
.site-header ul li:before {
  content: "";
  display: none;
}

.site-branding {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .site-branding {
    margin-top: 22px;
  }
  .site-header.small .site-branding {
    margin-top: 3px;
  }
}
.site-branding div {
  float: left;
}
.site-branding a {
  display: block;
  text-decoration: none;
}
.site-branding a .logo-img.hover {
  display: none;
}
@media screen and (min-width: 1100px) {
  .site-branding a:hover .logo-img {
    display: none;
  }
  .site-branding a:hover .logo-img.hover {
    display: block;
  }
}
.site-branding .logos-divider {
  height: 35px;
  border-left: 1px solid #2E2A25;
  margin-right: 12px;
}
@media screen and (min-width: 570px) {
  .site-branding .logos-divider {
    margin-right: 14px;
    height: 45px;
  }
  .site-header.small .site-branding .logos-divider {
    margin-right: 12px;
    height: 35px;
  }
}

.mit-logo {
  margin-top: 5px;
}
@media screen and (min-width: 570px) {
  .mit-logo {
    margin-top: 8px;
  }
}
.mit-logo .logo-img {
  margin-right: 12px;
  width: 47px;
}
@media screen and (min-width: 570px) {
  .mit-logo .logo-img {
    margin-right: 14px;
    width: 57px;
  }
}

.site-logo {
  margin-top: 10px;
}
@media screen and (min-width: 570px) {
  .site-logo {
    margin-top: 13px;
  }
}
.site-logo .logo-img {
  width: 66px;
}
@media screen and (min-width: 570px) {
  .site-logo .logo-img {
    width: 83px;
  }
}

@media screen and (min-width: 570px) {
  .site-header.small .site-logo {
    margin-top: 10px;
  }
  .site-header.small .site-logo .logo-img {
    width: 66px;
  }
  .site-header.small .mit-logo {
    margin-top: 5px;
  }
  .site-header.small .mit-logo .logo-img {
    margin-right: 12px;
    width: 47px;
  }
  .site-header.small .logos-divider {
    margin-right: 12px;
    height: 35px;
  }
}

@media (min-width: 320px) {
  .site-branding {
    width: calc(83.3333333333% - 11.4766666667%);
    float: left;
    margin-left: 6.26%;
  }
}
@media (min-width: 570px) {
  .site-branding {
    width: calc(50% - 7.83%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1100px) {
  .site-branding {
    width: calc(25% - 3.9125%);
    float: left;
    margin-left: 3.13%;
  }
}
@media screen and (min-width: 1100px) {
  .site-branding {
    width: 170px;
  }
}

.site-utility-block {
  text-align: right;
  cursor: default;
}
@media (min-width: 320px) {
  .site-utility-block {
    width: calc(16.6666666667% - 7.3033333333%);
    float: left;
    margin-left: 6.26%;
  }
}
@media (min-width: 570px) {
  .site-utility-block {
    width: calc(50% - 7.83%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1100px) {
  .site-utility-block {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%;
  }
}
@media screen and (min-width: 570px) {
  .site-utility-block {
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 1100px) {
  .site-utility-block {
    overflow: hidden;
    width: calc(90.61% - 170px);
    margin-right: 3.13%;
  }
}

.site-navigation {
  float: right;
}
@media (min-width: 320px) {
  .site-navigation {
    width: calc(16.6666666667% - 7.3033333333%);
    float: left;
    margin-left: 6.26%;
  }
}
@media (min-width: 570px) {
  .site-navigation {
    width: calc(50% - 7.83%);
    float: left;
    margin-left: 5.22%;
  }
}
@media (min-width: 1100px) {
  .site-navigation {
    width: calc(75% - 5.4775%);
    float: left;
    margin-left: 3.13%;
  }
}
@media screen and (min-width: 1100px) {
  .site-navigation {
    width: calc(90.61% - 170px);
    margin-right: 3.13%;
  }
}

.primary-menu-wrapper {
  width: 100%;
}

#search-form-toggle, .site-utility-block .search-form .search-submit, .site-utility-block .search-form .search-field {
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  color: #771251;
  border: 1px solid #771251;
  padding: 6px 5px 4px;
  margin-top: 0;
}
#search-form-toggle.active, .site-utility-block .search-form .active.search-submit, .site-utility-block .search-form .active.search-field {
  display: none;
}
@media screen and (min-width: 1100px) {
  #search-form-toggle, .site-utility-block .search-form .search-submit, .site-utility-block .search-form .search-field {
    z-index: 10;
    position: relative;
    top: 5px;
    display: block;
    float: right;
  }
  .site-header.small #search-form-toggle, .site-header.small .site-utility-block .search-form .search-submit, .site-utility-block .search-form .site-header.small .search-submit, .site-header.small .site-utility-block .search-form .search-field, .site-utility-block .search-form .site-header.small .search-field {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .site-utility-block .search-form {
    display: none;
    opacity: 0;
    position: absolute;
  }
  .site-utility-block .search-form.active {
    opacity: 1;
    position: relative;
    display: block;
    float: right;
  }
}
.site-utility-block .search-form label {
  float: left;
}
.site-utility-block .search-form .search-field {
  padding: 3px 5px 2px;
  border-radius: 0;
  margin-right: -206px;
  text-transform: none;
}
.site-utility-block .search-form .search-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.site-utility-block .search-form .search-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.site-utility-block .search-form .search-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.site-utility-block .search-form .search-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.site-utility-block .search-form .search-submit {
  background: #771251;
  color: #fff;
}

#mobile-navigation .search-form {
  display: block;
  margin: 15px 6.26% 30px;
}
#mobile-navigation .search-form label {
  display: block;
}
#mobile-navigation .search-form .search-field {
  display: block;
  width: 100%;
  color: #00A793;
  border: 1px solid #BCE0FD;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 7px 12px;
  min-width: 100%;
}
#mobile-navigation .search-form .search-submit {
  display: none;
}

#site-footer {
  padding: 30px 0 40px;
  text-align: center;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 4px solid #EFEFEF;
}
@media screen and (min-width: 1024px) {
  #site-footer {
    padding: 50px 0;
  }
}
#site-footer a {
  text-decoration: none;
}
#site-footer .social-links li {
  display: inline;
  margin-right: 12px;
}
#site-footer .social-links a {
  display: inline-block;
  color: #103551;
  width: 25px;
  background-repeat: no-repeat;
}
#site-footer .social-links a:hover {
  color: #00A793;
}
#site-footer .social-links a.twitter {
  margin-right: 3px;
  margin-left: 4px;
}
#site-footer p {
  margin-bottom: 5px;
}
#site-footer ul li:before {
  display: none;
  content: "";
}

@media screen and (max-width: 569px) {
  .break-mobile {
    display: block;
  }
}

.website-info .widget-title {
  display: none;
}
.website-info p {
  font-weight: 500;
}
.website-info > div:nth-child(1) {
  color: #103551;
}
.website-info > div:nth-child(2) p {
  margin: 5px 0;
}
.website-info > div:nth-child(2) a {
  color: #C02184;
}
.website-info > div:nth-child(2) a:hover {
  color: #103551;
}
.website-info > div:nth-child(3) p {
  color: #5C5C5C;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}
.website-info > div:nth-child(3) a {
  color: #5C5C5C;
}
.website-info > div:nth-child(3) a:hover {
  color: #00A793;
}

/*--------------------------------------------------------------
## Website sidebar
--------------------------------------------------------------*/
.sidebar-item-content.img-caption {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #D8D8D8;
  padding: 13px 15px;
}
.sidebar-item-content.img-caption p {
  margin: 0;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
#main {
  background-color: #EFEFEF;
}

#content {
  margin-top: 65px;
}
.admin-bar #content {
  margin-top: 19px;
}
@media screen and (min-width: 570px) {
  #content {
    margin-top: 75px;
  }
  .admin-bar #content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1100px) {
  #content {
    margin-top: 101px;
  }
  .admin-bar #content {
    margin-top: 101px;
  }
}

section.error-404 {
  padding: 2.5em 0 4em;
}
section.error-404 input[type=submit] {
  margin-top: 1em;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 1024px) {
  .single-post .hentry, .page-template-default .hentry {
    margin: 4em 0 4.5em;
  }
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content a:not(.cta-btn),
.entry-content a:not(.cta-btn),
.entry-summary a:not(.cta-btn) {
  text-decoration: underline;
}
.page-content li,
.entry-content li,
.entry-summary li {
  margin-bottom: 5px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.mit-bio-tag {
  background-color: #3D5F7C;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  padding: 0.45em 0.75em;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.bio-pagination {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 570px) {
  .bio-pagination {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.bio-pagination .page-numbers {
  color: #103551;
  background: #EFEFEF;
  width: 24px;
  display: inline-block;
  font-weight: 500;
  vertical-align: bottom;
}
.bio-pagination .page-numbers:hover {
  background: #103551;
  color: #fff;
}
.bio-pagination .page-numbers.current {
  background: #C02184;
  color: #fff;
}
.bio-pagination .page-numbers.next, .bio-pagination .page-numbers.prev {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center center;
  width: 8px;
  height: 24px;
}
.bio-pagination .page-numbers.prev {
  background-image: url("../../img/icon-pagination-prev.svg");
  margin-right: 20px;
}
.bio-pagination .page-numbers.next {
  background-image: url("../../img/icon-pagination-next.svg");
  margin-left: 20px;
}

#page-header-helix {
  position: relative;
}

.header-helix-wrapper {
  display: none;
  opacity: 0.15;
  margin-left: 60px;
}
@media screen and (min-width: 570px) {
  .header-helix-wrapper {
    display: block;
    padding-bottom: 40px;
    margin-top: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.header-helix-wrapper .helix-bg {
  float: right;
}
.header-helix-wrapper .helix-bg:not(:first-child) {
  margin-left: 0;
  margin-right: -10px;
}

.single-post .entry-content, .page-template-default .entry-content {
  margin-top: 0;
}

.bio-post-hero-img {
  margin-right: -7.1%;
  margin-left: -7.1%;
  overflow: hidden;
}
.bio-post-hero-img > img {
  display: block;
}
@media screen and (min-width: 570px) {
  .bio-post-hero-img {
    margin-right: -5.85%;
    margin-left: -5.85%;
  }
}
@media screen and (min-width: 1024px) {
  .bio-post-hero-img {
    float: left;
    margin-right: 1.5em;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 50%;
  }
}

.basic-page-hero-img {
  height: 155px;
}
@media screen and (min-width: 570px) {
  .basic-page-hero-img {
    height: 305px;
  }
}

.bio-img-container img {
  display: block;
  height: 100%;
  max-width: 1000%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}
.bio-img-container.cover-image img {
  display: none;
}

.bio-access-restricted {
  margin-bottom: 60px;
}

.header-news-date {
  margin-top: 0.5em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container.calendar-container {
  min-height: 500px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .col-content {
    float: none;
    margin: 0 auto;
  }
  .col-content::after {
    clear: both;
    content: "";
    display: table;
  }
}

.accordion {
  margin: 1.5em 0;
  border-bottom: 4px solid #EFEFEF;
}

.accordion-title {
  margin: 0;
}

.js-accordion-controller {
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  border-top: 4px solid #EFEFEF;
  padding: 10px 0 10px 45px;
  line-height: 1.3;
  position: relative;
  width: 100%;
  text-align: left;
  color: #103551;
}
.js-accordion-controller:hover:after, .js-accordion-controller:hover:before {
  background-color: #103551;
}
.js-accordion-controller:after, .js-accordion-controller:before {
  content: "";
  position: absolute;
  background-color: #C02184;
  transition: transform 0.35s ease-out;
  position: absolute;
  top: 12px;
  left: 12px;
}
.js-accordion-controller:after {
  width: 16px;
  height: 2px;
  top: 19px;
}
.js-accordion-controller:before {
  width: 2px;
  height: 16px;
  left: 19px;
}
.js-accordion-controller.open:after, .js-accordion-controller.open:before {
  background-color: #103551;
}
.js-accordion-controller.open:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.js-accordion-controller.open:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.accordion-content {
  padding: 5px 0 25px 45px;
}

.front-hero-section {
  background-color: #103551;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .front-hero-section {
    padding: 2.8125em 0;
    min-height: 485px;
    height: auto;
  }
}
.front-hero-section h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 570px) {
  .front-hero-section h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero-section h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

#col-hero-img {
  overflow-y: hidden;
}

.col-hero-img {
  position: relative;
}
.col-hero-img:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.22);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.col-hero-img > .bio-img-container {
  position: relative;
  height: 100%;
}
.col-hero-img > .bio-img-container .bio-img-caption {
  display: none;
}
@media screen and (min-width: 1024px) {
  .col-hero-img > .bio-img-container .bio-img-caption {
    display: block;
    bottom: 0;
    font-size: 0.6875rem;
    font-weight: 300;
    margin: 0;
    padding: 15px 18px;
    position: absolute;
    width: 50%;
    z-index: 9999;
  }
}
@media screen and (min-width: 1024px) {
  .col-hero-img {
    left: 34.5703125%;
    position: absolute;
    width: calc(100% - 22.8703125%);
    z-index: 0;
  }
  .col-hero-img:after {
    background-color: transparent;
  }
  .col-hero-img > .bio-img-container {
    min-height: 395px;
    max-height: 460px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .col-hero-img > .bio-img-container:after {
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1320px) {
  .col-hero-img {
    left: 35.5703125%;
    width: calc(100% - 23.8703125%);
  }
}
@media screen and (min-width: 1700px) {
  .col-hero-img {
    left: 39.5703125%;
    width: calc(100% - 27.8703125%);
  }
}

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

.bio-slider {
  margin-left: auto;
  margin-right: auto;
}
.bio-slider .slick-arrow {
  background: transparent url("../../img/icon-pointer-arrow-white.svg") center no-repeat;
  background-size: 15px 15px;
  width: 39px;
  height: 32px;
  z-index: 100;
  position: absolute;
  top: 7px;
  right: 30px;
}
@media screen and (min-width: 1024px) {
  .bio-slider .slick-arrow {
    top: unset;
    bottom: 7px;
  }
}
.bio-slider .slick-arrow[class*=slick-prev] {
  right: 55px;
  transform: scaleX(-1);
}

.bio-hero-description {
  margin-top: 0;
  margin-bottom: 1.875em;
  font-weight: 300;
}

.homepage-helix-wrapper {
  opacity: 0.15;
  display: table;
  margin: 35px auto 15px;
}
@media screen and (min-width: 570px) {
  .homepage-helix-wrapper {
    display: block;
    text-align: center;
    margin-top: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-helix-wrapper {
    display: block;
    margin-top: 35px;
    margin-bottom: 0;
  }
}

.bio-home-featured-items {
  margin-top: 41px;
}

.helix-bg {
  background-image: url("../../img/mit-bio-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 40px;
  width: 65px;
}
.helix-bg:not(:first-child) {
  margin-left: -10px;
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .helix-bg {
    display: inline-block;
    float: none;
  }
}

.col-hero-content {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 570px) {
  .col-hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .col-hero-content {
    width: 30%;
  }
}
@media screen and (min-width: 1320px) {
  .col-hero-content {
    width: 26%;
  }
}
@media screen and (min-width: 1700px) {
  .col-hero-content {
    width: 23%;
  }
}

.home-feature-btn {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.58em;
  text-decoration: none;
}
.home-feature-btn:hover {
  color: #103551;
  background: #fff;
}

@media screen and (max-width: 569px) {
  .bio-home-featured-items {
    margin-top: 2.5em;
  }
}

.bio-home-featured-item {
  background-color: #ffffff;
  margin-bottom: 0.875em;
  position: relative;
}
.bio-home-featured-item > * {
  position: relative;
  z-index: 1;
}
.bio-home-featured-item > a {
  display: block;
  height: 100%;
}
.bio-home-featured-item > a:focus {
  outline: thin dotted #fff;
}
.bio-home-featured-item h2 {
  color: #103551;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.35em;
}
.bio-home-featured-item h2 a {
  color: #103551;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
}
.bio-home-featured-item h2:hover {
  color: #103551;
  text-decoration: underline;
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .bio-home-featured-item h2 {
    line-height: 1.5em;
    max-width: 70%;
  }
}
@media screen and (min-width: 570px) {
  .bio-home-featured-item {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .bio-home-featured-item {
    max-height: 220px;
    margin-bottom: 1.625em;
    /* &.bordered {
      margin-top: -$featured-img-max-height-desktop/2 + 40px;
      position: relative;
      zoom: 1;

      &:before {
        background-color: $color__homepage-hero-bg;
        content: '';
        display: block;
        position: absolute;
        height: calc(100% + 10px);
        width: calc(100% + 20px);
        top: -10px;
        left: -10px;
        z-index: 0;
      }
    } */
  }
}

@media (min-width: 320px) {
  .col-research-img,
.col-research-content {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.col-half-research {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  .col-half-research {
    width: calc(50% - 13px);
  }
  .col-half-research.with-margin {
    margin-left: 26px;
  }
}

.col-research-content {
  position: relative;
  padding: 1.5em 1em 4.25em;
  background-color: #ffffff;
}
@media (min-width: 570px) {
  .col-research-content {
    width: 68%;
  }
}
@media (min-width: 1024px) {
  .col-research-content {
    width: calc(41.6666666667%);
    float: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 570px) {
  .col-research-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .col-research-content {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  .col-research-content {
    padding-bottom: 3em;
  }
}
.col-research-content.faculty {
  padding-bottom: 1.75em;
}

@media (min-width: 570px) {
  .col-research-img {
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .col-research-img {
    width: calc(58.3333333333%);
    float: left;
    margin-left: 0;
  }
}
.col-research-img a {
  display: block;
  height: 100%;
}
.col-research-img .bio-img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 570px) {
  .col-research-img .bio-img-container {
    min-height: 137px;
  }
  .col-research-img .bio-img-container > img {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .col-research-img .bio-img-container {
    min-height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .pull-right .col-research-img {
    float: right;
  }
}

h2.featured-faculty-title {
  color: #C02184;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #C02184;
  font-size: 18px;
  font-size: 1.125rem;
}
h2.featured-faculty-title:hover {
  color: #C02184;
}

.home-faculty-desc {
  color: #103551;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0;
}

.home-research-btn {
  position: absolute;
  bottom: 2.4em;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .home-research-btn {
    right: 2.5em;
  }
}

.bio-home-grid-container {
  margin-top: 2.375em;
}
@media screen and (min-width: 570px) {
  .bio-home-grid-container .first-row .news-item {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 569px) {
  .bio-home-grid-container .first-row .news-item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .bio-home-grid-container .first-row .news-item:nth-child(2), .bio-home-grid-container .first-row .news-item:nth-child(4) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .bio-home-grid-container .first-row .news-item:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bio-home-grid-container .first-row .news-item {
    width: calc(33.333333% - 18px);
    margin-right: 26px;
  }
  .bio-home-grid-container .first-row .news-item:nth-child(4), .bio-home-grid-container .first-row .news-item:nth-child(3) {
    margin-right: 0;
  }
  .bio-home-grid-container .first-row .news-item:nth-child(4) {
    float: right;
    margin-bottom: 0;
  }
}
.bio-home-grid-container .second-row .news-item {
  display: none;
}
@media screen and (min-width: 570px) {
  .bio-home-grid-container .second-row .news-item {
    float: left;
    width: calc(33.333333% - 20px);
  }
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .bio-home-grid-container .second-row .news-item:nth-child(2) {
    display: block;
    width: calc(33.333333% - 10px);
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bio-home-grid-container .second-row .news-item {
    display: block;
    width: calc(25% - 19.5px);
    margin-right: 26px;
  }
  .bio-home-grid-container .second-row .news-item:last-child {
    margin-right: 0;
  }
}
.bio-home-grid-container .news-item.big img {
  height: 125px;
}
@media screen and (min-width: 1024px) {
  .bio-home-grid-container .news-item.big img {
    height: 175px;
  }
}

.grid-events-item {
  background: #0f465b;
  background: -webkit-linear-gradient(bottom, #0f465b 0%, #128f85 100%);
  background: linear-gradient(to top, #0f465b 0%, #128f85 100%);
}
@media screen and (min-width: 570px) {
  .grid-events-item {
    float: left;
    width: calc(100% - 20px);
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-events-item {
    width: calc(66.666666% - 9px);
    margin-right: 26px;
  }
}
@media screen and (min-width: 570px) and (max-width: 1023px) {
  .first-row .grid-events-item {
    display: none;
    height: 0 !important;
  }
  .grid-events-item.tablet-only {
    width: calc(66.666666% - 10px);
    margin-right: 20px;
  }
}
.grid-events-item h2 {
  border-bottom: 4px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 0.666666667em;
}

.grid-events-item, .grid-publications {
  padding: 1.375em 1.5625em;
  margin-bottom: 1.125em;
}
@media screen and (min-width: 1024px) {
  .grid-events-item, .grid-publications {
    margin-bottom: 0;
  }
}
.grid-events-item h2, .grid-publications h2 {
  color: #ffffff;
  margin-top: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.grid-events-item h2 a, .grid-publications h2 a {
  color: #ffffff;
}
.grid-events-item .waves-bg, .grid-publications .waves-bg {
  width: calc(100% + 1.5625em*2);
  background-repeat: repeat-x;
  margin-left: -1.5625em;
  margin-right: -1.5625em;
  background-size: auto 100%;
  background-image: url("../../img/home-publications-pattern.svg");
  background-position: center center;
}

.grid-publications {
  background: #771251;
  background: -webkit-linear-gradient(bottom, #771251 0%, #C02184 100%);
  background: linear-gradient(to top, #771251 0%, #C02184 100%);
  margin-bottom: 20px;
}
@media screen and (min-width: 570px) {
  .grid-publications {
    float: right;
    width: calc(33.333333% - 10px);
    padding: 1em;
  }
  .grid-publications h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 820px) {
  .grid-publications {
    padding: 1.375em 1.5625em;
  }
  .grid-publications h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid-publications {
    width: calc(25% - 20px);
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 570px) {
  .grid-news-items {
    float: left;
    width: calc(66.666666% - 10px);
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-news-items {
    width: calc(75% - 7px);
    margin-right: 26px;
  }
  .grid-news-items div:last-child, .grid-news-items div:ntn-child(3) {
    margin-right: 0;
  }
}

.homepage-events-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.homepage-events-widget li {
  margin-bottom: 1em;
}
.homepage-events-widget li:before {
  display: none;
}
.homepage-events-widget a {
  color: #ffffff;
  text-decoration: none;
}
.homepage-events-widget a:hover {
  text-decoration: underline;
}
.homepage-events-widget .lwl0 {
  display: none;
}
.homepage-events-widget .lwn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #ffffff;
}
.homepage-events-widget .lwn a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding-right: 25px;
}
.homepage-events-widget .lwn a:after {
  display: inline-block;
  content: "";
  margin-left: 15px;
  position: absolute;
  background: url(../../img/arrow-right-white.svg) center no-repeat;
  background-size: 8px 13px;
  bottom: 6px;
  width: 8px;
  height: 13px;
}
.homepage-events-widget .lwn > * {
  display: block;
}
.homepage-events-widget .lwl {
  color: #ffffff;
}

.home-publications {
  height: calc(100% - 175px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.home-publications p {
  margin: 0;
  padding-bottom: 1em;
}
.home-publications a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.home-publications a:hover {
  color: #ccc;
}

.home-pub-divider {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 1em;
}

.section-news-grid {
  margin-top: 2em;
}
.section-news-grid::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 570px) {
  .section-news-grid {
    margin-right: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .section-news-grid {
    margin-right: -26px;
  }
  .section-news-grid .news-item.big {
    width: calc(50% - 26px);
  }
  .section-news-grid .news-item.big .bio-img-container {
    height: 262px;
  }
}

.news-item {
  background-color: #FFFFFF;
  margin-bottom: 1.125em;
  width: 100%;
}
@media screen and (min-width: 570px) {
  .news-item {
    margin-bottom: 1.25em;
    margin-right: 16px;
    width: calc(33.3333333% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  .news-item {
    margin-bottom: 1.625em;
    margin-right: 26px;
    width: calc(25% - 26px);
  }
}
.news-item > a {
  display: block;
}
.news-item .entry-preview {
  padding: 1.6875em 1.125em;
  position: relative;
}
.news-item.no-media .entry-preview {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.news-item:not(.no-media) .entry-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding-bottom: 3.625em;
  height: calc(100% - 150px);
}
@media screen and (min-width: 1024px) {
  .news-item:not(.no-media) .entry-preview {
    height: calc(100% - 175px);
  }
}
.news-item.no-media h2 a {
  color: #C02184;
}
.news-item.no-media h2 a:hover {
  color: #103551;
}
.news-item .entry-title {
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
  line-height: 1.45em;
  font-weight: 700;
  color: #103551;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.news-item .entry-title:hover {
  color: #3D5F7C;
}
.news-item .entry-title a {
  color: #103551;
  text-decoration: none;
}
.news-item .entry-title a:hover {
  color: #3D5F7C;
}
.news-item.no-media h2 {
  text-align: left;
}
.news-item .bio-img-container {
  height: 175px;
}
@media screen and (min-width: 570px) {
  .news-item .bio-img-container {
    height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .news-item .bio-img-container {
    height: 175px;
  }
}
.news-item .entry-video-wrapper > .video-container {
  height: 100%;
}
@media screen and (min-width: 570px) {
  .news-item .entry-video-wrapper {
    height: 150px;
  }
  .news-item .entry-video-wrapper > .video-container > iframe {
    max-height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .news-item .entry-video-wrapper {
    height: 175px;
  }
  .news-item .entry-video-wrapper > .video-container > iframe {
    max-height: 175px;
  }
}
.news-item.research-area {
  background: #103551;
  background: -webkit-linear-gradient(bottom, #103551 0%, #00A793 100%);
  background: linear-gradient(to top, #103551 0%, #00A793 100%);
  text-align: center;
}
.news-item.research-area > a {
  padding: 2em 1.5em;
}
.news-item.research-area > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.news-item.research-area .icon-wrapper {
  width: calc(100% + 1.5625em*2);
  background-repeat: repeat-x;
  margin-left: -1.5625em;
  margin-right: -1.5625em;
  background-size: auto 40px;
  background-image: url(../../img/home-publications-pattern.svg);
  background-position: center center;
}
.news-item.research-area .bio-icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  background-size: 100%;
}
.news-item.research-area .flex-wrapper {
  height: calc(100% - 92px);
}
.news-item.research-area h2 {
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .news-item.research-area h2 {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-item.research-area a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.news-item.research-area a:hover {
  color: #fff;
  text-decoration: none;
}

p.news-description {
  color: #103551;
  margin-bottom: 0;
  font-weight: 300;
}

.badge-link {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  background: #00A2C2 url("../../img/icon-pointer-arrow-white.svg") center no-repeat;
  background-size: 15px 15px;
  border-top-left-radius: 1.75em;
  border-top-right-radius: 1.75em;
  width: 39px;
  height: 32px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.badge-link:hover {
  background-color: #00A793;
}

#bio-news-progress-bar {
  color: #103551;
  text-align: center;
  display: none;
  margin-bottom: 25px;
}

#bio-news-progress-bar.post_loading_loader {
  display: block;
}

.page-template-page-faculty #content {
  background: #EFEFEF;
}
@media screen and (min-width: 570px) {
  .page-template-page-faculty .entry-header {
    padding: 50px 0 55px;
  }
}

.faculty-title {
  padding: 0 6.26%;
}
.faculty-title h1 {
  padding: 0;
}
@media screen and (max-width: 569px) {
  .faculty-title {
    padding-top: 1.5em;
  }
  .faculty-title h1 {
    margin-bottom: 0.375em;
  }
}
@media screen and (min-width: 570px) {
  .faculty-title {
    float: left;
    padding: 0 5.22% 65px;
    border-right: 5px solid #BB89A8;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .faculty-title {
    padding: 0 3.13%;
  }
}

.faculty-title-sentence {
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  padding: 0 6.26% 50px;
}
.faculty-title-sentence p {
  margin: 0;
}
@media screen and (min-width: 570px) {
  .faculty-title-sentence {
    float: left;
    padding: 0 5.22% 0 40px;
    max-width: calc(100% - (5.22%*2 + 230px));
  }
}
@media screen and (min-width: 1024px) {
  .faculty-title-sentence {
    max-width: calc(100% - (3.13%*2 + 230px));
  }
}

.filter-wrapper {
  margin-bottom: 35px;
  margin-right: -10px;
  margin-top: -22px;
  position: relative;
  zoom: 1;
}
.filter-wrapper:after {
  display: block;
  content: "";
  clear: both;
}

.filter-toggle {
  text-transform: uppercase;
  color: #fff;
  background: #103551;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: bold;
  padding: 15px 20px;
  width: calc(100% + 20px);
  border: 10px solid #EFEFEF;
  margin: -10px 0 -10px -10px;
  text-align: center;
  display: block;
}
.filter-toggle.open {
  position: relative;
  background-color: #3D5F7C;
}
.filter-toggle.open:after {
  z-index: 10;
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  border-top: 15px solid #3D5F7C;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.filter-toggle:focus, .filter-toggle:hover {
  color: #fff;
}
@media screen and (min-width: 570px) {
  .filter-toggle {
    float: right;
    width: auto;
    min-width: 230px;
  }
}
.filter-toggle.full-calendar {
  margin-right: 0;
  display: none;
}

.bio-filter {
  display: none;
  background: #103551;
  padding: 40px 15px 20px;
  position: absolute;
  width: 100%;
  top: 52px;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 570px) {
  .bio-filter {
    width: 480px;
    top: 42px;
  }
}
.bio-filter label {
  color: #fff;
  cursor: pointer;
  font-family: "Bitter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: top;
  display: inline-block;
  padding-left: 20px;
}
.bio-filter input[type=checkbox] {
  top: 9px;
  position: absolute;
}

.filter-submit-wrapper {
  margin: 25px 0 15px;
}
@media screen and (min-width: 570px) {
  .filter-submit-wrapper {
    margin: 20px 0 10px;
  }
}
.filter-submit-wrapper input {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 10px;
}
@media screen and (min-width: 1320px) {
  .filter-submit-wrapper input {
    padding: 12px 23px;
  }
}
.filter-submit-wrapper input#filter-submit {
  background: #fff;
  color: #103551;
  margin-left: 5px;
  margin-top: 0.5em;
}
@media screen and (min-width: 570px) {
  .filter-submit-wrapper input#filter-submit {
    margin-left: 10px;
  }
}
.filter-submit-wrapper input#filter-reset {
  background: #B2B2B2;
  color: #fff;
  margin-left: 10px;
}
.filter-submit-wrapper input[id^=filter]:hover {
  background: #00A793 !important;
  color: #fff !important;
}

.filter-categories:after {
  clear: both;
  content: "";
  display: block;
}
.filter-categories > div {
  padding: 5px 10px;
  position: relative;
}
@media screen and (min-width: 570px) {
  .filter-categories > div {
    float: left;
    width: calc(50% - 5px);
  }
  .filter-categories > div:nth-child(2n+1) {
    margin-right: 10px;
  }
}

.profiles-wrapper::after,
.profiles-section::after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (min-width: 570px) {
  .profiles-wrapper {
    margin: 0 -10px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .profiles-wrapper {
    margin: 0 -15px 60px;
  }
}

.profiles-section + .profiles-section {
  margin-top: 40px;
}
@media screen and (min-width: 570px) {
  .profiles-section + .profiles-section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .profiles-section + .profiles-section {
    margin-top: 80px;
  }
}

@media screen and (min-width: 570px) {
  .profiles-heading {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .profiles-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.profile-item {
  margin-bottom: 15px;
}
.profile-item:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 570px) {
  .profile-item {
    width: calc(33.33333% - 20px);
    float: left;
    margin: 0 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .profile-item {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}

.profile-img-wrapper {
  float: left;
}
.profile-img-wrapper a {
  display: block;
  height: 82px;
  width: 82px;
}
.profile-img-wrapper a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 570px) {
  .profile-img-wrapper a {
    height: 215px;
    width: 100%;
  }
}
@media screen and (min-width: 570px) {
  .profile-img-wrapper {
    float: none;
  }
}

.profile-content-wrapper {
  float: left;
  width: calc(100% - 82px);
  background: #fff;
  padding: 10px;
  height: 82px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.profile-content-wrapper h3 {
  line-height: 1;
  margin: 0;
  font-weight: 600;
}
.profile-content-wrapper h3 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #C02184;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.profile-content-wrapper h3 a:hover {
  color: #103551;
}
@media screen and (min-width: 570px) {
  .profile-content-wrapper h3 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 570px) {
  .profile-content-wrapper {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    height: auto;
    padding: 20px;
  }
}

.profile-landing-title {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.page-template-page-faculty .profile-description {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #464646;
  margin: 10px 0;
}
@media screen and (min-width: 570px) {
  .page-template-page-faculty .profile-description {
    display: block;
  }
}

@media screen and (min-width: 570px) {
  .profile-photo-block {
    position: relative;
    height: 460px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .profile-photo-block {
    height: 550px;
  }
}
@media screen and (min-width: 1320px) {
  .profile-photo-block {
    height: 610px;
  }
}
@media screen and (min-width: 1700px) {
  .profile-photo-block {
    height: 700px;
  }
}
.profile-photo-block .bio-img-container {
  height: 100%;
}

@media screen and (min-width: 570px) {
  .profile-photo-img {
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .profile-photo-img {
    height: 750px;
  }
}
@media screen and (min-width: 1320px) {
  .profile-photo-img {
    height: 875px;
  }
}
@media screen and (min-width: 1700px) {
  .profile-photo-img {
    height: 1045px;
  }
}

.profile-short-info {
  background: #103551;
  padding: 30px 30px 20px;
}
.profile-short-info h1.profile-name {
  font-size: 30px;
  font-size: 1.875rem;
  color: #08C7B0;
  margin: 0 0 0.3333em;
  line-height: 1.2em;
}
.profile-short-info .profile-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #fff;
  border-bottom: 4px solid #3E5C72;
  margin: 5px 0 20px;
  padding-bottom: 15px;
}
@media screen and (min-width: 570px) {
  .profile-short-info {
    position: absolute;
    top: 80px;
    left: 5.22%;
    width: 325px;
  }
}
@media screen and (min-width: 1024px) {
  .profile-short-info {
    top: 110px;
    left: 3.13%;
  }
}
@media screen and (min-width: 1320px) {
  .profile-short-info {
    top: 110px;
    left: calc(50% - 660px + 41.313px);
  }
}

/* Icons */
.bio-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.single-profile .profile-description {
  background-color: #771251;
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  color: #fff;
  padding: 15px 0 50px;
  text-align: center;
}

.profile-full-content {
  background: #EFEFEF;
  padding-bottom: 50px;
}
@media screen and (min-width: 570px) {
  .profile-full-content {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .profile-full-content .waves-bg {
    margin-top: 0;
  }
}

.profile-contacts {
  background: #fff;
  margin-top: -40px;
  padding: 20px;
}
.profile-contacts:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 570px) {
  .profile-contacts {
    padding: 0;
  }
  .profile-contacts > div {
    float: left;
    padding: 20px 20px 10px;
  }
}
@media screen and (min-width: 820px) {
  .profile-contacts > div {
    padding: 20px 40px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .profile-contacts {
    margin-top: 0;
    position: relative;
    top: -40px;
  }
}

.contact-item {
  margin: 0 0 10px;
}
@media screen and (min-width: 570px) {
  .contact-item {
    float: left;
  }
  .assistant-part .contact-item {
    float: none;
  }
}
.contact-item > *:first-child {
  text-decoration: none;
  color: #103551;
  font-family: "Bitter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
.contact-item > p:last-child {
  color: #6F6F6F;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.contact-item a:hover {
  color: #C02184;
}

.contact-item .lab-website {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 500;
  color: #fff;
  border: 3px solid #C02184;
  text-transform: uppercase;
  background: #C02184;
  padding: 5px 17px;
  margin: 10px 0 15px;
  display: inline-block;
}
@media screen and (min-width: 570px) {
  .contact-item .lab-website {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 820px) {
  .contact-item .lab-website {
    font-size: 16px;
    font-size: 1rem;
  }
}
.contact-item .lab-website:hover {
  background: #E342A6;
  border: 3px solid #E342A6;
  color: #fff;
}

@media screen and (min-width: 570px) {
  .profile-part {
    width: 100%;
  }
  .profile-part .contact-item {
    width: calc(33.333333% - 10px);
    margin-right: 15px;
  }
  .profile-part .contact-item:nth-child(3n) {
    margin-right: 0;
  }
  .profile-part.with-assistant {
    width: 66.666666%;
  }
  .profile-part.with-assistant .contact-item {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .profile-part.with-assistant .contact-item:nth-child(odd) {
    margin-right: 10px;
  }
}

@media screen and (min-width: 570px) {
  .assistant-part {
    width: 33.3333333%;
    position: relative;
  }
  .assistant-part:before {
    display: block;
    content: "";
    position: absolute;
    height: calc(100% - 60px);
    top: 30px;
    left: 0;
    border-left: 2px solid #E2E2E2;
  }
}

.publications ol {
  margin-left: 0;
  padding-left: 0;
}
.publications ol li {
  margin-bottom: 1.5em;
  padding-top: 0;
}
.publications ol li:before {
  display: none;
}
.publications b:not(:first-child) {
  display: block;
  margin-top: 2px;
}
.publications a {
  color: #103551;
}
.publications a:hover {
  color: #3D5F7C;
}

.research-landing-description {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a793+0,103551+100 */
  background: #00A793;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00A793 0%, #103551 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00A793 0%, #103551 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00A793 0%, #103551 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__green", endColorstr="#103551",GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 20px 10px 10px;
}
.research-landing-description h1 {
  margin: 2em 0 2.25em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 600;
}
.research-landing-description a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #00A2C2;
}
.research-landing-description .container {
  max-width: 750px;
}

.bio-research-areas-title {
  background-color: #103551;
  text-transform: uppercase;
  padding: 0.4375em 0.625em;
}

.waves-bg {
  height: 40px;
  width: 240px;
  margin: 35px auto;
  background: url(../../img/waves-bg.svg);
  background-repeat: no-repeat;
}

.researchers {
  background: #103551;
}
.researchers:after {
  display: block;
  content: "";
  clear: both;
}

.research-item {
  color: #fff;
  position: relative;
  padding: 25px;
  display: block;
  text-decoration: none;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.research-item:after {
  content: "";
  position: absolute;
  background-color: rgba(16, 53, 81, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.research-item:hover {
  color: #fff;
}
@media screen and (min-width: 570px) {
  .research-item {
    width: 33.333333%;
    float: left;
    height: 255px;
    padding: 20px;
  }
}
@media screen and (min-width: 820px) {
  .research-item {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .research-item {
    width: 20%;
    padding: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .research-item {
    height: 245px;
  }
}

.blurred-container {
  position: relative;
  padding: 20px;
  text-align: center;
  height: 100%;
  background-size: calc(100% + 80px);
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 570px) {
  .blurred-container {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 820px) {
  .blurred-container {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1320px) {
  .blurred-container {
    padding: 20px 20px;
  }
}
.blurred-container:before {
  content: "";
  background-image: inherit;
  background-size: calc(100% + 80px);
  background-position: center;
  display: block;
  position: absolute;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
  -webkit-box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.3);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
.blurred-container .area-content {
  position: relative;
}
.blurred-container .area-content .bio-icon {
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
}
.blurred-container h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 500;
  margin-top: 0;
}

.research-item-title {
  margin-top: 15px;
}
@media screen and (min-width: 570px) {
  .research-item-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .research-item-title {
    height: 72px;
  }
}

.page-template-page-research-landing #site-footer {
  border-top: none;
}

.bio-research-hero {
  position: relative;
}

.research-img-wrapper {
  width: 100%;
  height: 400px;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 570px) {
  .research-img-wrapper {
    height: 100%;
  }
}
.research-img-wrapper > img {
  height: 100%;
  display: block;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%;
}

.research-hero-gradient {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(16, 53, 81, 0.8);
}
@media screen and (min-width: 570px) {
  .research-hero-gradient {
    height: 100%;
  }
}

.research-hero-content {
  color: #fff;
  z-index: 1;
}
.research-hero-content > .col-content {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .research-hero-content > .col-content {
    width: 100%;
    margin: 0;
  }
}
.research-hero-content h1 {
  margin: 0.8em 6.26% 0;
  line-height: 1.2em;
  background-size: 85px 85px;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 2.5em 0 0.5em 0;
}
.research-hero-content p {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Bitter", sans-serif;
  text-align: left;
}
@media screen and (min-width: 570px) {
  .research-hero-content .research-hero-page-content {
    margin-left: 85px;
    padding-left: 27px;
  }
  .research-hero-content p {
    margin-top: 0;
  }
  .research-hero-content h1 {
    background-position: left center;
    margin: 0;
    padding: 0.5em 0 0.5em 2.8em;
    text-align: left;
  }
}
@media screen and (max-width: 569px) {
  .research-hero-content .research-hero-page-content {
    background: #103551;
    background: -webkit-linear-gradient(bottom, #103551 0%, #00A793 100%);
    background: linear-gradient(to top, #103551 0%, #00A793 100%);
    padding: 1.5em 6.26% 2.5em;
  }
}

.bio-research-icon {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  width: 85px;
  height: 85px;
  display: inline-block;
}
.bio-research-icon .bio-icon {
  width: 85px;
  height: 85px;
  background-size: 100%;
}
@media screen and (min-width: 570px) {
  .bio-research-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}

#scroll-to-content-link {
  background-color: #771251;
  border-radius: 50%;
  height: 72px;
  width: 72px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#scroll-to-content-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/icon-arrow-scroll.svg") center 5px no-repeat;
  background-size: 25px;
}

.bio-research-faculty {
  background-color: #771251;
  padding: 2.25em 0 7em;
  position: relative;
}
.bio-research-faculty h2 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 700;
  margin-top: 0;
}
.bio-research-faculty h2 a {
  color: #fff;
}
.bio-research-faculty h2 a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 570px) {
  .bio-faculty-list-item {
    float: left;
    width: 46%;
    margin-right: 4%;
  }
}
@media screen and (min-width: 820px) {
  .bio-faculty-list-item {
    float: left;
    width: 30%;
    margin-right: 3.3333%;
  }
}

.bio-research-faculty-spotlight {
  position: relative;
  zoom: 1;
  margin-top: -75px;
}

.research-faculty-title {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 400;
}
.research-faculty-title a {
  color: #fff;
}
.research-faculty-title a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 570px) {
  .col-faculty-img {
    float: left;
    width: 265px;
    max-height: 263px;
  }
}
@media screen and (min-width: 1024px) {
  .col-faculty-img {
    width: 215px;
  }
}

.col-faculty-content {
  background-color: #fff;
}
@media screen and (min-width: 570px) {
  .col-faculty-content {
    float: left;
    width: calc(100% - 265px);
  }
}
@media screen and (min-width: 1024px) {
  .col-faculty-content {
    width: calc(100% - 215px);
  }
}
.col-faculty-content > div {
  padding: 20px;
}
.col-faculty-content h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 500;
  margin-bottom: 0;
}
.col-faculty-content h3 a {
  color: #C02184;
}
.col-faculty-content h3 a:hover {
  color: #C02184;
  text-decoration: underline;
}

.profile-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Bitter", sans-serif;
  color: #103551;
}

.profile-description {
  color: #464646;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0;
}

.faculty-spotlight-tag i {
  background-color: #3D5F7C;
}

.bio-research-news {
  padding-bottom: 50px;
}
@media screen and (min-width: 570px) {
  .bio-research-news {
    padding-bottom: 65px;
  }
  .bio-research-news .news-item {
    float: left;
  }
}

.academics-hero-section.show-testimonial {
  padding-bottom: 21em;
}
@media screen and (min-width: 570px) {
  .academics-hero-section.show-testimonial {
    padding-bottom: 7em;
  }
}
.academics-hero-section .academics-hero__title {
  background-color: #3D5F7C;
  color: #fff;
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  padding: 0.45em 0.75em;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.25rem;
}
.academics-hero-section .academics-hero__sub-title {
  color: #ffffff;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 570px) {
  .academics-hero-section .academics-hero__sub-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .academics-hero-section .academics-hero__sub-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.academics-landing-tag {
  margin-bottom: 1.25em;
}

.academics-testimonial {
  margin-top: -295px;
  position: relative;
  zoom: 1;
  z-index: 1;
}
@media screen and (min-width: 570px) {
  .academics-testimonial {
    margin-top: -87px;
  }
}
.academics-testimonial.no-media .col-academ-img {
  display: none;
}
.academics-testimonial.no-media .col-academ-content {
  float: none;
  width: 100%;
  padding: 35px 40px 25px 40px;
}

@media screen and (min-width: 570px) {
  .col-academ-img {
    float: left;
    width: 205px;
    height: 100%;
    position: relative;
  }
  .col-academ-img .bio-img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.col-academ-content {
  background: #0f465b;
  background: -webkit-linear-gradient(right, #0f465b 0%, #128f85 100%);
  background: linear-gradient(to left, #0f465b 0%, #128f85 100%);
  padding: 25px 30px 25px 24px;
}
@media screen and (min-width: 570px) {
  .col-academ-content {
    float: left;
    width: calc(100% - 205px);
  }
}
.col-academ-content > div {
  height: 100%;
  position: relative;
}
.col-academ-content h3 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.25em;
  text-transform: uppercase;
}
.col-academ-content p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "Bitter", sans-serif;
  margin: 0;
  font-weight: 300;
}

.bio-testimonial-link {
  min-height: 25px;
  margin-top: 15px;
}

.academ-land-btn {
  margin-top: 16px;
}
@media screen and (min-width: 570px) {
  .academ-land-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.col-feature-items, .col-quick-links {
  float: left;
  width: 100%;
}
@media screen and (min-width: 570px) {
  .col-feature-items, .col-quick-links {
    width: calc(50% - 13px);
    margin-right: 26px;
  }
}

.col-quick-links {
  background-color: #ffffff;
  padding: 24px 26px;
  margin-right: 0;
}
@media screen and (min-width: 570px) {
  .col-quick-links {
    padding: 30px 31px;
  }
}
@media screen and (min-width: 1024px) {
  .col-quick-links {
    padding: 36px 44px;
  }
}
.col-quick-links > div {
  height: 100%;
  justify-content: space-between;
}

.col-feature-items .flex-wrapper {
  align-content: stretch;
  align-items: stretch;
  height: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  flex: 1 0 auto;
}
@media screen and (min-width: 570px) {
  .flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.bio-featured-link {
  width: 100%;
  margin-bottom: 16px;
  padding: 30px 18px 73px;
  position: relative;
}
.flex-column .bio-featured-link {
  background-color: #771251;
}
.flex-row .bio-featured-link:first-child {
  background-color: #00A793;
}
.flex-row .bio-featured-link:last-child {
  background-color: #103551;
}
@media screen and (min-width: 570px) {
  .flex-row .bio-featured-link {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 0px;
  }
  .flex-row .bio-featured-link:last-child {
    margin-right: 0;
  }
}
.bio-featured-link h3 {
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0;
  line-height: 1.25em;
}
@media screen and (min-width: 1024px) {
  .bio-featured-link h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.bio-featured-link .mit-bio-btn {
  background-color: #fff;
  color: #C02184;
  position: absolute;
  bottom: 30px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.bio-featured-link .mit-bio-btn:hover {
  color: #fff;
  background-color: #C02184;
}

.academics-content-block {
  margin-top: 3em;
  margin-bottom: 75px;
}

.bio-academ-quick-link a {
  color: #103551;
  text-decoration: none;
  display: block;
  font-weight: 400;
}
.bio-academ-quick-link a:hover {
  color: #103551;
}
.bio-academ-quick-link a:hover p {
  text-decoration: underline;
}
.bio-academ-quick-link h4 {
  border-bottom: 4px solid #C02184;
  color: #103551;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 0.75em;
  text-transform: uppercase;
  padding-bottom: 0.25em;
}
.bio-academ-quick-link p {
  color: #103551;
  background: url("../../img/arrow-right-green.svg") bottom right no-repeat;
  background-size: 13px 22px;
  line-height: 1.4em;
  margin: 0 0 1.25em;
  padding-right: 30px;
}
.bio-academ-quick-link:last-child p {
  margin-bottom: 0;
}

.quick-links-divider {
  width: 100%;
  height: 4px;
  background-color: #EFEFEF;
  margin-bottom: 1.25em;
}

.page-template-page-tile #content {
  background: #EFEFEF;
}

.tile-items {
  margin: 45px 0 25px;
}
.tile-items:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 570px) {
  .tile-items {
    margin: 80px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .tile-items {
    margin: 70px 0 60px;
  }
}

.tile-item {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 570px) {
  .tile-item {
    width: calc(33.333333% - 40px / 3);
    float: left;
    margin: 0 20px 20px 0;
  }
  .tile-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tile-item {
    width: calc(33.333333% - 50px / 3);
    margin: 0 25px 25px 0;
  }
}

.tile-img-wrapper .bio-img-container {
  height: 190px;
}
@media screen and (min-width: 570px) {
  .tile-img-wrapper .bio-img-container {
    height: 165px;
  }
}
@media screen and (min-width: 1024px) {
  .tile-img-wrapper .bio-img-container {
    height: 250px;
  }
}

.tile-item-content {
  background: #fff;
  padding: 20px 25px;
}
.tile-item-content h3 {
  color: #00A793;
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.tile-item-content h3 a {
  text-decoration: none;
  color: #00A793;
}
.tile-item-content h3 a:hover {
  color: #103551;
}
.tile-item-content .tile-short-description {
  color: #103551;
}
.tile-item-content .tile-short-description a {
  text-decoration: underline;
}
.tile-item-content .tile-link-button {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  background: #C02184;
  text-decoration: none;
  display: inline-block;
  padding: 5px 30px;
  text-transform: uppercase;
  border-radius: 12px;
  z-index: 1;
}
.tile-item-content .tile-link-button:hover {
  background: #E342A6;
}
@media screen and (min-width: 570px) {
  .tile-item-content .tile-link-button {
    position: absolute;
    bottom: 20px;
    left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .tile-item-content .tile-link-button {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (min-width: 570px) {
  .tile-item-content {
    position: relative;
    padding: 15px 15px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .tile-item-content {
    padding: 20px 20px 50px;
  }
}

.button-tile-description {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #103551;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.button-tile-description:after, .button-tile-description:before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.35s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.button-tile-description:after {
  width: 18px;
  height: 2px;
}
.button-tile-description:before {
  width: 2px;
  height: 18px;
}
.button-tile-description:hover {
  background-color: #00A793;
}
.button-tile-description.open {
  background-color: #00A793;
}
.button-tile-description.open:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.button-tile-description.open:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.tile-long-description {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #103551;
  color: #fff;
  padding: 35px 10px 10px 25px;
  z-index: 10;
}
.tile-long-description > div {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  padding-right: 15px;
}
.tile-long-description p {
  margin-top: 0;
  font-weight: 500;
}
.tile-long-description p:last-child {
  margin-bottom: 0;
}
.tile-long-description a {
  color: #fff;
  text-decoration: underline;
}
.tile-long-description a:hover {
  color: #00A793;
}
@media screen and (min-width: 570px) {
  .tile-long-description {
    padding: 35px 0 30px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .tile-long-description {
    padding: 42px 15px 35px 30px;
  }
}

.search-results #main {
  background: transparent;
}

.search-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #103551;
  margin-top: 35px;
  margin-bottom: 15px;
}
.search-subtitle span {
  color: #00A793;
  font-weight: 700;
}
@media screen and (min-width: 570px) {
  .search-subtitle {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .search-subtitle {
    margin-top: 65px;
  }
}

.search-results #main .search-form {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .search-results #main .search-form {
    margin-bottom: 60px;
  }
}
.search-results #main .search-form:after {
  clear: both;
  content: "";
  display: block;
}
.search-results #main .search-form input {
  float: left;
}
.search-results #main .search-form .search-field {
  min-width: calc(100% - 101px);
  width: calc(100% - 101px);
}
.search-results #main .search-form .search-submit {
  background: #00A793;
  padding: 11px 16px;
  margin-top: 0;
}

.search-result.hentry {
  margin-bottom: 35px;
}

.search-entry-header {
  background: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.search-entry-header h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
}
.search-entry-header h2 a {
  color: inherit;
  position: relative;
  padding-right: 165px;
}
@media screen and (min-width: 570px) {
  .search-entry-header h2 a {
    padding-right: 250px;
  }
}
.search-entry-header h2 a:hover, .search-entry-header h2 a:focus {
  color: #103551;
}
.search-entry-header h2 a:hover:after, .search-entry-header h2 a:focus:after {
  background-image: url("../../img/icon-arrow-link-hover.svg");
}
.search-entry-header h2 a span.search-highlight {
  color: #00A793;
}
.search-entry-header h2 a:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("../../img/icon-arrow-link-hover.svg");
  background-image: url("../../img/icon-arrow-link.svg");
  background-size: 8px 15px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 4px;
  margin-left: 17px;
}

.mit-bio-crumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 500;
}
.mit-bio-crumbs a {
  color: #3D5F7C;
}

.mit-bio-crumbs-divider {
  padding: 0 5px;
}

.search-entry-summary {
  margin-top: 10px;
}
.search-entry-summary p {
  margin-top: 0;
}
.search-entry-summary .search-highlight {
  color: #00A793;
}

.page-template-page-video-gallery #main {
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .page-template-page-video-gallery #main {
    background: #EFEFEF;
  }
}
.page-template-page-video-gallery .waves-bg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-template-page-video-gallery .waves-bg {
    display: block;
  }
}
@media screen and (min-width: 570px) {
  .page-template-page-video-gallery .bio-pagination {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-video-gallery .bio-pagination {
    margin-top: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-video-gallery #site-footer {
    border-top: 0;
  }
}

#video-filter-toggle {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  #video-filter-toggle {
    border-color: #EFEFEF;
    margin-top: -32px;
  }
}

.video-js {
  width: 100%;
}
.video-js .vjs-big-play-button {
  width: 72px;
  height: 50px;
  border: none;
  line-height: 52px;
  font-size: 40px;
  font-size: 2.5rem;
  left: calc(50% - 36px);
  top: calc(50% - 25px);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-js:hover .vjs-big-play-button {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-js.vjs-waiting .vjs-big-play-button {
  display: none !important;
}

.featured-gallery-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 570px) {
  .featured-gallery-item .video-js, .featured-gallery-item .video-container-wrapper {
    float: left;
    width: 65.001%;
    min-height: 350px;
  }
}
.featured-gallery-item .video-container {
  height: 100%;
}
@media screen and (min-width: 570px) {
  .featured-gallery-item .vjs-big-play-button {
    left: calc(50% - 57px);
    top: calc(50% - 45px);
    width: 114px;
    height: 90px;
    line-height: 90px;
    border-radius: 20px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .featured-gallery-item .vjs-big-play-button {
    left: calc(50% - 73px);
    top: calc(50% - 50px);
    width: 146px;
    height: 100px;
    line-height: 100px;
    border-radius: 25px;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.featured-gallery-item .video-text-content {
  background: #103551;
  padding: 25px 30px;
}
@media screen and (min-width: 570px) {
  .featured-gallery-item .video-text-content {
    float: left;
    width: 35%;
    min-height: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .featured-gallery-item .video-text-content {
    padding: 25px 45px;
  }
}
.featured-gallery-item .video-text-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.featured-gallery-item h2 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  margin-top: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.featured-gallery-item .video-description {
  color: #fff;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.featured-gallery-item:after {
  display: block;
  content: "";
  clear: both;
}

.video-category {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #C02184;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.featured-gallery-item .video-category {
  background: #C02184;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 5px 6px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 570px) {
  .video-items:after {
    clear: both;
    content: "";
    display: block;
  }
}

.video-gallery-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 570px) {
  .video-gallery-item {
    float: left;
    margin: 0 30px 30px 0;
    width: calc(33.333333% - 20px);
  }
  .video-gallery-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .video-gallery-item {
    background: #fff;
  }
}
.video-gallery-item .video-text-content {
  padding: 20px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .video-gallery-item .video-text-content {
    background: #fff;
    padding: 20px 30px;
  }
}
.video-gallery-item h3 {
  font-family: "Bitter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.single-video-post .featured-gallery-item {
  margin-top: 2em;
}

@media screen and (max-width: 569px) {
  .bio-outreach-hero {
    padding-bottom: 14em;
  }
}
@media screen and (min-width: 1024px) {
  .bio-outreach-hero {
    position: relative;
    height: 690px;
  }
}
@media screen and (min-width: 1700px) {
  .bio-outreach-hero {
    height: 780px;
  }
}

.outreach-img-wrapper {
  width: 100%;
  height: 181px;
}
@media screen and (min-width: 570px) {
  .outreach-img-wrapper {
    height: 434px;
  }
}
@media screen and (min-width: 1024px) {
  .outreach-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 690px;
    z-index: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1700px) {
  .outreach-img-wrapper {
    height: 780px;
  }
}
.outreach-img-wrapper .bio-img-container {
  height: 100%;
  width: 100%;
}

.bio-outreach-tag i.mit-bio-tag {
  background-color: #3D5F7C;
}

.outreach-hero-content {
  color: #ffffff;
  z-index: 1;
}

.col-outreach-content {
  background-color: #103551;
  padding: 30px 6.26% 87px;
}
@media screen and (min-width: 570px) {
  .col-outreach-content {
    padding: 40px 5.22% 87px;
  }
}
@media screen and (min-width: 1024px) {
  .col-outreach-content {
    width: 34.5703125%;
    position: relative;
    padding: 50px 3.13%;
  }
  .col-outreach-content:before {
    background-color: #103551;
    content: "";
    width: 500%;
    position: absolute;
    left: -500%;
    height: 100%;
    top: 0;
  }
}
.col-outreach-content h1 {
  line-height: 1.25em;
}

.outreach-content-block {
  margin-bottom: 75px;
}

.outreach-section-box {
  background-color: #ffffff;
  margin-bottom: 26px;
}
@media screen and (min-width: 570px) {
  .outreach-section-box {
    float: left;
    width: calc(50% - 13px);
    margin-right: 26px;
  }
  .outreach-section-box:last-child {
    margin-right: 0;
  }
}
.outreach-section-box.last h2 {
  background-color: #00A793;
}
.outreach-section-box > * {
  padding: 0 22px 30px;
}
@media screen and (min-width: 570px) {
  .outreach-section-box > * {
    padding: 0 25px 30px;
  }
}
.outreach-section-box > div {
  position: relative;
}
.outreach-section-box > div > *:first-child {
  margin-top: 0;
}
.outreach-section-box h2 {
  background-color: #771251;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.25em;
  padding-top: 19px;
  padding-bottom: 19px;
}
.outreach-section-box p {
  margin-bottom: 0.75em;
}
.outreach-section-box a.mit-bio-btn {
  display: inline-block;
  margin-top: 2em;
}

.page-template-page-staff .entry-header h1,
.page-template-page-events-calendar .entry-header h1,
.page-template-page-video-gallery .entry-header h1 {
  padding: 25px 0 40px;
}
@media screen and (min-width: 570px) {
  .page-template-page-staff .entry-header h1,
.page-template-page-events-calendar .entry-header h1,
.page-template-page-video-gallery .entry-header h1 {
    padding-top: 40px;
  }
}
.page-template-page-staff .header-helix-wrapper,
.page-template-page-events-calendar .header-helix-wrapper,
.page-template-page-video-gallery .header-helix-wrapper {
  padding-bottom: 50px;
}

.page-template-page-staff #main, .page-template-page-faculty-directory #main {
  background: transparent;
}

.directory-link {
  text-transform: uppercase;
  color: #fff;
  background: #103551;
  font-weight: bold;
  padding: 12px 20px;
  width: calc(100% + 20px);
  border: 10px solid #fff;
  border-bottom: none;
  margin: -28px -10px 30px;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.directory-link:hover, .directory-link:focus {
  color: #fff;
}
.directory-link:after {
  display: block;
  clear: both;
  content: "";
}
.single-staff .directory-link {
  border: 10px solid #EFEFEF;
  border-bottom: none;
}
@media screen and (min-width: 570px) {
  .directory-link {
    float: right;
    width: auto;
    min-width: 230px;
  }
}

#staff-filter-form {
  padding: 15px 0 0;
  margin-bottom: 45px;
}
#staff-filter-form input[type=submit] {
  margin-top: 1em;
}
@media screen and (min-width: 570px) {
  #staff-filter-form {
    padding: 50px 0 0;
  }
}

#table-staff {
  margin-bottom: 50px;
}
@media screen and (min-width: 570px) {
  #table-staff {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #table-staff {
    margin-bottom: 100px;
  }
}
#table-staff th {
  padding: 15px 12px;
}
#table-staff th.header {
  background-image: url("../../img/icon-arrow-sort-down.svg");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: right 15px center;
  cursor: pointer;
}
#table-staff th.header.headerSortDown {
  background-image: url("../../img/icon-arrow-sort-up.svg");
}
@media screen and (min-width: 570px) {
  #table-staff th:last-child {
    min-width: 145px;
  }
}
@media screen and (min-width: 1024px) {
  #table-staff th:first-child, #table-staff th:last-child {
    width: 20%;
  }
}
#table-staff p {
  margin: 0;
  font-weight: 300;
}
#table-staff a {
  color: #103551;
}
#table-staff td:first-child {
  font-weight: 600;
}
#table-staff td:first-child p {
  font-weight: 600;
}
#table-staff td:first-child a {
  text-decoration: underline;
}
@media screen and (max-width: 569px) {
  #table-staff tr {
    padding: 15px 12px;
    margin-bottom: 5px;
  }
}
#table-staff.table-faculty-directory .profile-research-areas {
  margin-top: 10px;
}
#table-staff.table-faculty-directory .profile-research-areas .bio-icon {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
}
#table-staff.table-faculty-directory th:nth-child(3) {
  padding-right: 45px;
}
@media screen and (min-width: 570px) {
  #table-staff.table-faculty-directory th:nth-child(4) {
    min-width: 150px;
  }
}

.staff-email {
  border-bottom: 1px solid #103551;
  display: inline-block;
  line-height: 1;
  padding-right: 15px;
  position: relative;
}
.staff-email.no-arrow {
  padding-right: 0;
}
.staff-email:not(.no-arrow):after {
  display: inline-block;
  content: ">";
  clear: both;
  position: absolute;
  right: 2px;
}

.bio-staff-table-link {
  text-decoration: underline;
}

@media screen and (min-width: 570px) {
  .localist_minicalendar {
    display: block;
    float: right;
    width: 27%;
  }
}
@media screen and (min-width: 1024px) {
  .localist_minicalendar {
    width: 23%;
  }
}
.localist_minicalendar select {
  margin: 5px 0 20px;
  width: 100%;
}

.localist_minicalendar_events {
  margin-bottom: 30px;
}
@media screen and (min-width: 570px) {
  .localist_minicalendar_events {
    float: left;
    width: calc(73% - 30px);
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .localist_minicalendar_events {
    width: calc(77% - 40px);
    margin-right: 40px;
    margin-bottom: 50px;
  }
}
.localist_minicalendar_events ul {
  margin: 0;
  padding: 0;
}
.localist_minicalendar_events li:before {
  display: none;
}

.calendar-wrapper {
  background: #fff;
  padding: 30px 51px 15px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 570px) {
  .calendar-wrapper {
    background: transparent;
    padding: 0;
    width: auto;
    margin: unset;
    left: 0;
    right: 0;
  }
}

#navigation-mobile-calendar {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: -30px 37px 1em;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #navigation-mobile-calendar {
    display: none;
  }
}
#navigation-mobile-calendar li {
  flex: 0 1 auto;
}
#navigation-mobile-calendar li:before {
  display: none;
}
#navigation-mobile-calendar li button {
  color: #103551;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  display: flex;
  font-size: 0.875em;
  align-items: center;
}
#navigation-mobile-calendar li button > .icon-navigation-sidebar {
  stroke: #285577;
  fill: #285577;
  margin-right: 10px;
}
#navigation-mobile-calendar li button[aria-expanded=true], #navigation-mobile-calendar li button:hover {
  color: #C02184;
}
#navigation-mobile-calendar li button[aria-expanded=true] > .icon-navigation-sidebar, #navigation-mobile-calendar li button:hover > .icon-navigation-sidebar {
  fill: #C02184;
  stroke: #C02184;
}

[data-a11y-toggle]:not([aria-controls]) {
  display: none;
}

[aria-hidden=true] {
  display: none;
}
@media screen and (min-width: 820px) {
  [aria-hidden=true] {
    display: block;
  }
}

.bio-events-calendar caption {
  position: relative;
  margin-bottom: 24px;
}
.bio-events-calendar caption .bio-cal-current {
  color: #00A793;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-weight: 500;
  margin-bottom: 1.25em;
  text-align: center;
}
.bio-events-calendar caption .bio-cal-current:hover {
  color: #3D5F7C;
}
.bio-events-calendar caption .bio-cal-prev,
.bio-events-calendar caption .bio-cal-next {
  position: absolute;
  bottom: 5px;
  background: url(../../img/icon-calendar-prev.svg) center no-repeat;
  background-size: 100%;
  width: 11px;
  height: 20px;
}
.bio-events-calendar caption .bio-cal-prev {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  left: 8px;
}
.bio-events-calendar caption .bio-cal-next {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  right: 8px;
  background: url(../../img/icon-calendar-next.svg) center no-repeat;
}

.bio-events-calendar {
  margin-bottom: 0;
}
@media screen and (min-width: 570px) {
  .bio-events-calendar {
    margin-bottom: 2.1em;
  }
}
.bio-events-calendar .bio-cal-header {
  display: none;
}
.bio-events-calendar th, .bio-events-calendar td {
  padding: 0;
  border-right: none;
  display: table-cell;
}
.bio-events-calendar tbody tr {
  color: #6F6F6F;
  display: table-row;
  text-align: center;
}
.bio-events-calendar tbody tr:nth-child(even), .bio-events-calendar tbody tr:nth-child(odd) {
  background-color: transparent;
}
.bio-events-calendar tbody td.day {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 8px;
}
.bio-events-calendar a {
  color: #6F6F6F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
}
.bio-events-calendar a:hover {
  color: #fff;
  text-decoration: none !important;
}

.bio-cal-event {
  position: relative;
}
.bio-cal-event:before {
  content: "";
  border: solid 1px #00A793;
  border-radius: 50%;
  position: absolute;
  height: 26px;
  width: 26px;
  top: 49%;
  left: 49%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
.bio-cal-event:hover {
  color: #fff;
  z-index: 1;
}
.bio-cal-event:hover:before {
  background-color: #00A793;
  z-index: -1;
}

#today-date {
  position: relative;
}
#today-date a {
  color: #fff;
  position: relative;
  z-index: 5;
}
#today-date a:hover {
  color: #fff;
  text-decoration: none;
}
#today-date:before {
  content: "";
  background-color: #00A793;
  border-radius: 50%;
  position: absolute;
  height: 25px;
  width: 25px;
  top: 49%;
  left: 49%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.page-template-page-events-calendar h3.entry-title {
  margin-bottom: 1em;
}

li.lw_event_item {
  margin-bottom: 20px;
}
li.lw_event_item::after {
  clear: both;
  content: "";
  display: table;
}

.lw_event_item_image img {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .lw_event_item_image {
    float: left;
    width: 205px;
    position: relative;
  }
  .lw_event_item_image img {
    display: block;
    object-fit: cover;
    width: 100%;
  }
}

.lw_event_content {
  background-color: #fff;
  padding: 25px 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .lw_event_content {
    float: left;
    width: calc(100% - 205px);
  }
}

.lw_event_item_date {
  background-color: #3D5F7C;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .lw_event_item_date {
    position: absolute;
    bottom: 0;
  }
}

.lw_event_category {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lw_event_category_list {
  color: #3D5F7C;
}
.lw_event_category_list li {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline;
  text-transform: uppercase;
}
.lw_event_category_list li:not(:last-of-type):after {
  display: inline-block;
  content: "|";
  padding: 0 10px;
}

.lw_event_item_title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lw_event_item_title a {
  color: #00A793;
  text-decoration: none !important;
}
.lw_event_item_title a:hover {
  color: #103551;
  text-decoration: none;
}

.lw_event_item_description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 14px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.lw_event_meta {
  font-size: 12px;
  font-size: 0.75rem;
  color: #5C5C5C;
}
.lw_event_meta--details {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.lw_event_meta--calendar {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.lw_event_meta a {
  color: #5C5C5C;
}
.lw_event_meta .addeventatc.action_button {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #3D5F7C;
  border: 0 none;
  border-radius: 0;
  bottom: 0;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 1.75em;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  zoom: 1;
  text-shadow: unset;
  box-shadow: unset !important;
}
.lw_event_meta .addeventatc.action_button:hover {
  color: #fff;
  background-color: #C02184;
}
.lw_event_meta .addeventatc.action_button:after {
  content: "Add to Calendar";
}
.lw_event_meta .addeventatc.action_button .addeventatc_icon {
  display: none;
}

.localist_minicalendar_nav {
  margin-bottom: 16px;
}
.localist_minicalendar_nav a {
  background-color: #3D5F7C;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 9px;
}
.localist_minicalendar_nav a:hover, .localist_minicalendar_nav a:focus {
  background-color: #103551;
}

.bio-event-filter {
  background: #fff;
  padding: 30px 51px 15px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (min-width: 820px) {
  .bio-event-filter {
    background: transparent;
    border-top: solid 1px #A8A8A8;
    left: 0;
    right: 0;
    margin: 0 auto 50px;
    padding: 35px 0 0;
    width: 92.6%;
  }
}

#event-filter fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}
#event-filter input {
  margin-right: 9px;
}
#event-filter label {
  font-family: "Bitter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.285714286em;
}
#event-filter .filter-submit-wrapper .filter-btn:first-of-type {
  margin-left: 0;
}

.bio-events-cats-list {
  margin-left: 0;
  padding: 0;
}
.bio-events-cats-list li:before {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}
@media screen and (max-width: 569px) {
  .wp-caption {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-caption.alignnone {
  margin: 0 0 1.5em 0;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 570px) {
  .wp-caption.alignleft {
    margin: 0 1.5em 1.5em 0;
  }
}
@media screen and (min-width: 1024px) {
  .wp-caption.alignleft {
    margin: 0 1.5em 1.5em -17.4%;
  }
}
@media screen and (min-width: 570px) {
  .wp-caption.alignright {
    margin: 0 0 1.5em 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .wp-caption.alignright {
    margin: 0 -17.4% 1.5em 1.5em;
  }
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Bitter", sans-serif;
  color: #fff;
  background-color: #771251;
  margin: 0 0 0.8075em;
  padding: 15px 6.26%;
}
@media screen and (min-width: 570px) {
  .wp-caption-text {
    width: 90%;
    margin-top: -2em;
    position: relative;
  }
}
.aligncenter .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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