*, *:after, *:before {
  box-sizing: border-box;
  *behavior: url('../../../behaviors/box-sizing/boxsizing.php');
}

img, video {
  max-width: 100%;
  height: auto;
}

.grid::before, .alert::before, .audience .menu::before, #instafeed::before, .faculty__box__container::before, .featured__research__container::before, .featured__video__container::before, .featured__container::before, .footer__top::before, .footer__bottom::before, .footer__social::before, .footer--alt .footer__copyright::before, .header::before, .infocus__container::before, .nav__social::before, .section__header::before, .wrap::before, .grid::after, .alert::after, .audience .menu::after, #instafeed::after, .faculty__box__container::after, .featured__research__container::after, .featured__video__container::after, .featured__container::after, .footer__top::after, .footer__bottom::after, .footer__social::after, .footer--alt .footer__copyright::after, .header::after, .infocus__container::after, .nav__social::after, .section__header::after, .wrap::after {
  content: '';
  display: table;
  width: 0;
}
.grid::after, .alert::after, .audience .menu::after, #instafeed::after, .faculty__box__container::after, .featured__research__container::after, .featured__video__container::after, .featured__container::after, .footer__top::after, .footer__bottom::after, .footer__social::after, .footer--alt .footer__copyright::after, .header::after, .infocus__container::after, .nav__social::after, .section__header::after, .wrap::after {
  clear: both;
}

.alert .hide, .header__util__text, .search__form > div .form-submit, .section__tabs__item, .subnav .menu .menu, .gsc-clear-button {
  position: absolute;
  left: -999rem;
}

.svgstore {
  display: block;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 0;
}
.svgstore svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.svgstore--arrow-circle {
  padding-bottom: 100%;
}

.svgstore--arrow-down {
  padding-bottom: 64%;
}

.svgstore--arrow-up {
  padding-bottom: 64%;
}

.svgstore--bars {
  padding-bottom: 100%;
}

.svgstore--campus {
  padding-bottom: 100%;
}

.svgstore--cog {
  padding-bottom: 100%;
}

.svgstore--combo {
  padding-bottom: 100.33104%;
}

.svgstore--dollar {
  padding-bottom: 184.375%;
}

.svgstore--external {
  padding-bottom: 100.0002%;
}

.svgstore--facebook {
  padding-bottom: 100%;
}

.svgstore--fleur-icon {
  padding-bottom: 103.67019%;
}

.svgstore--flickr {
  padding-bottom: 100%;
}

.svgstore--gscholar {
  padding-bottom: 100%;
}

.svgstore--heart {
  padding-bottom: 100%;
}

.svgstore--instagram {
  padding-bottom: 100%;
}

.svgstore--linkedin {
  padding-bottom: 100%;
}

.svgstore--logo-shield {
  padding-bottom: 140%;
}

.svgstore--logo-text-short {
  padding-bottom: 29.20623%;
}

.svgstore--logo-text {
  padding-bottom: 14.70588%;
}

.svgstore--logo {
  padding-bottom: 33.4728%;
}

.svgstore--map-marker {
  padding-bottom: 153.125%;
}

.svgstore--online {
  padding-bottom: 100%;
}

.svgstore--person {
  padding-bottom: 100%;
}

.svgstore--pinterest-p {
  padding-bottom: 100%;
}

.svgstore--play-icon {
  padding-bottom: 100%;
}

.svgstore--search {
  padding-bottom: 100%;
}

.svgstore--star {
  padding-bottom: 100%;
}

.svgstore--twitter {
  padding-bottom: 100%;
}

.svgstore--website {
  padding-bottom: 100%;
}

.svgstore--wordpress {
  padding-bottom: 100.00023%;
}

.svgstore--x {
  padding-bottom: 100%;
}

.svgstore--youtube {
  padding-bottom: 100%;
}

/* No files to import found in ../../abstractions/**\/* */
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  /* max-width: 95%; */
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  word-wrap: break-word;
  padding-top: 3.5rem;
}
@media (min-width: 64em) {
  body {
    /* max-width: 100%; */
    padding-top: 3.3125rem !important;
  }
}

*,
h1 {
  margin: 0;
  padding: 0;
}
*.green,
h1.green {
  color: #003300;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

svg {
  fill: currentColor;
}

iframe {
  border: 0;
}

textarea,
input {
  border-radius: 0;
}

textarea,
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  -webkit-transition: color ease 320ms, background-color ease 320ms, opacity ease 320ms;
  transition: color ease 320ms, background-color ease 320ms, opacity ease 320ms;
}

.button {
  display: inline-block;
  font-weight: bold;
  font-size: 1.125rem;
  background: #55812b;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
}
.button:hover {
  background: #005838;
}

.button--full {
  display: block;
}

.button a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.125rem;
  background: #55812b;
  color: white !important;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
}
.button a:hover {
  background: #005838;
}

.button--full a {
  background: none;
}

.button__icon {
  float: right;
  width: 1.25rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.grid {
  /* margin: 0 -1rem; */
  margin: 0 -0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid > * {
  width: 100%;
  min-height: 1px;
}

.grid__item {
  padding: 0 1rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.grid__item > * {
  width: 100%;
  min-height: 1px;
}

@media (min-width: 48em) {
  .grid__item--2 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 64em) {
  .grid__item--3 {
    float: left;
    width: 33.333%;
  }
}

@media (min-width: 32em) {
  .grid__item--4 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .grid__item--4 {
    width: 25%;
  }
}

.grid__item--5 {
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .grid__item--5 {
    margin-bottom: 0;
    width: 17%;
  }
  .grid__item--5:first-child {
    width: 26%;
  }
}

.node-type-universal-landing .grid p {
  margin-right: 4px;
}

.image-embed-left {
  padding: 0px 10px 0px 0px;
  float: left;
}

.image-embed-right {
  padding: 0px 0px 0px 10px;
  float: right;
}

.menu .leaf,
.menu .expanded,
.menu .collapsed {
  list-style-image: none;
  list-style-type: none;
}

.panel-pane .pane-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.table {
  margin-bottom: 3rem;
}
.table table {
  width: 100%;
  border-spacing: 0.25rem 0;
  border-collapse: separate;
}
.table th,
.table td {
  padding: 1rem;
}
.table th {
  background: #005838;
  color: white;
  text-align: left;
  font-weight: normal;
}
.table td {
  font-size: 1rem;
}
.table tr:nth-child(odd) td {
  background: #ebebeb;
}

.table-scroll {
  overflow: auto;
}
.table-scroll table {
  min-width: 48rem;
}

.h1, h1:not([class]) {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.h2, .grid__item__header, h2:not([class]), .faculty__box__heading, .faculty__box__title, .featured__program__title, .featured__research__heading, .featured__research__title, .featured__video__heading, .infocus__heading {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.25;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.h3, h3:not([class]) {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.h4, h4:not([class]) {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.35;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.h5, h5:not([class]) {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.h6, h6:not([class]) {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.heading-small {
  font-size: 1rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 1rem;
}

.p--serif {
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.p--small, .p--caption {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.p--caption {
  padding-left: 2rem;
  margin-top: 1rem;
}

.a, :not(.menu) > :not(li) > a:not([class]),
ul:not([class]) > li:not([class]) > a:not([class]),
ol:not([class]) > li:not([class]) > a:not([class]), .campus-spotlights a, .editors-pick a, .faculty__box__link, .featured-news a, .featured__research__heading a, .feed a,
.feed__link, .in-the-news a, .infocus__heading a, .new-orleans-news a, .recent__category, .recent__title {
  background-image: -webkit-linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4));
  background-image: linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4));
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: 0 88%;
  color: #265d7f;
}
.a:hover, :not(.menu) > :not(li) > a:hover:not([class]),
ul:not([class]) > li:not([class]) > a:hover:not([class]),
ol:not([class]) > li:not([class]) > a:hover:not([class]), .campus-spotlights a:hover, .editors-pick a:hover, .faculty__box__link:hover, .featured-news a:hover, .featured__research__heading a:hover, .feed a:hover,
.feed__link:hover, .in-the-news a:hover, .infocus__heading a:hover, .new-orleans-news a:hover, .recent__category:hover, .recent__title:hover {
  background-image: -webkit-linear-gradient(#265d7f, #265d7f);
  background-image: linear-gradient(#265d7f, #265d7f);
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: 0 88%;
}

p:not([class]) {
  margin-bottom: 1.5rem;
}

ul:not([class]),
ol:not([class]) {
  list-style: none;
  margin-bottom: 1.5rem;
}
ul:not([class]) ul,
ul:not([class]) ol,
ol:not([class]) ul,
ol:not([class]) ol {
  margin-bottom: 0;
}
ul:not([class]) li,
ol:not([class]) li {
  position: relative;
  padding-left: 1.25rem;
}
ul:not([class]) li::before,
ol:not([class]) li::before {
  position: absolute;
  right: calc(100% - 1rem);
}

ul:not([class]) li::before {
  font-weight: bold;
  content: '\2022';
}

ol:not([class]) {
  counter-reset: item;
}
ol:not([class]) li::before {
  content: counter(item) ".";
  counter-increment: item;
}

blockquote {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
blockquote p {
  font-family: "Merriweather", serif;
  font-size: 1.5rem;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-top: -1rem;
}
blockquote::before {
  display: block;
  width: 25%;
  height: 0.25rem;
  background: #00bde4;
  margin-bottom: 1rem;
  content: '';
}

#ac-prog-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0px;
  border-bottom-width: 0rem;
  border-bottom-style: none;
  border-top-width: 0rem;
  border-top-style: none;
  background-image: none;
  background-size: 0px auto;
  background-position: 0px center;
}

.accordion {
  margin-bottom: 2rem;
}

.accordion__item {
  border-top: 0.0625rem solid #005838;
}

.accordion__toggle {
  display: block;
  padding: 0.5rem 0;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  color: #55812b;
}
.accordion__toggle:hover {
  color: #005838;
}

.accordion__toggle__icon {
  float: right;
  width: 1.25rem;
  margin-left: 2rem;
  margin-top: 1rem;
}
.accordion__item--active .accordion__toggle__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__content {
  height: 0;
  overflow: hidden;
}
.accordion__item--active .accordion__content {
  height: auto;
}

.accordion__faq {
  font-size: 23px;
}

.alert {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
  color: white;
}
@media (min-width: 1020px) {
  .alert {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.alert__text {
  position: relative;
  padding: 1rem 3rem 1rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.alert__text :last-child {
  margin-bottom: 0;
}

.alert__close {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
}

.home-alert .alert {
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 64em) {
  .home-alert .alert {
    top: 10.313rem;
  }
}

/* add this above where you expect the anchor to take you */
/* <span class="anchor" id="whateverthetargetidis"></span> */
.anchor {
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

.audience {
  position: fixed;
  left: 0;
  top: 3.5rem;
  width: 100%;
  max-height: calc(100% - 3.5rem);
  overflow: auto;
  background: #ebebeb;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform ease 320ms;
  transition: -webkit-transform ease 320ms;
  transition: transform ease 320ms;
  transition: transform ease 320ms, -webkit-transform ease 320ms;
  z-index: 3;
}
@media (min-width: 64em) {
  .audience {
    top: 3.3125rem;
    max-height: calc(100% - 3.3125rem);
  }
}
.audience-active .audience {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.audience .menu {
  list-style: none;
}
@media (min-width: 64em) {
  .audience .menu li {
    float: right;
  }
}
.audience .menu a {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: #005838;
}
@media (min-width: 48em) {
  .audience .menu a {
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 64em) {
  .audience .menu a {
    padding: 0.5rem 1rem;
  }
}
.audience .menu a:hover {
  background: #005838;
  color: white;
}

.audience__container {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 64em) {
  .audience__container {
    padding: 3rem 2rem;
  }
}
@media (min-width: 80em) {
  .audience__container {
    padding: 3rem;
  }
}

.tu-block-links {
  margin: 1.5em 0;
  position: relative;
}

.tu-block-links ul {
  list-style-type: none !important;
  list-style: none !important;
  margin-bottom: 0;
  padding: 0;
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
  font-size: .875em;
  padding-left: 0;
}

.tu-block-links ul li::before {
  display: none;
}

.tu-block-links ul li a {
  text-align: center !important;
  background-image: none !important;
  text-decoration: none !important;
  line-height: 24px !important;
  min-height: 70px !important;
  height: 100%;
  position: relative !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 768px) {
  .tu-block-links ul {
    font-size: 1em;
  }
}
.tu-block-links ul li {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin: 0;
}

@media (min-width: 768px) {
  .tu-block-links ul li {
    float: left;
    width: 25%;
  }
}
.tu-block-links ul li a {
  background: 0 0;
  border: 1px solid #4380b6;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  position: relative;
  line-height: 2.5em;
  text-align: center;
  padding: 0 1em;
  color: #4380b6;
  display: block;
  overflow: hidden;
  padding: .5em;
}

@media screen and (min-width: 768px) {
  .tu-block-links ul li a {
    overflow: visible;
  }
}
.tu-block-links ul li a i {
  position: relative;
  top: 6px;
  font-size: 1.8em;
  margin-left: .5em;
}

.tu-block-links ul li a::after, .tu-block-links ul li a::before {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  transition: opacity .3s,-webkit-transform .3s;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.tu-block-links ul li a::before {
  border: 2px solid #4380b6;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.tu-block-links ul li a::after {
  background: #4380b6;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tu-block-links ul li a:hover {
  color: white;
}

.tu-block-links ul li a:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tu-block-links ul li a:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background: #4380b6;
}

.tu-block-links ul li:nth-child(n+3) {
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .tu-block-links ul li:nth-child(n+3) {
    margin-top: 0;
  }
}
.block {
  display: block;
  margin-bottom: 2rem;
}

.block img,
.block__image {
  border-bottom: 0.25rem solid #00bde4;
}

.block__content {
  padding: 2rem;
  background: white;
}

.block__heading {
  font-family: "Merriweather", serif;
  font-size: 2rem;
  line-height: 1.3;
  display: inline;
}

.block:hover .block__heading {
  background-image: -webkit-linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4));
  background-image: linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4));
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: 0 88%;
  color: #265d7f;
}
.block:hover .block__heading:hover {
  background-image: -webkit-linear-gradient(#265d7f, #265d7f);
  background-image: linear-gradient(#265d7f, #265d7f);
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: 0 88%;
}

.block__text {
  margin-top: 0.5rem;
}

.breadcrumbs {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.breadcrumbs--school {
  background: #ebebeb;
  margin-left: -15px;
  margin-right: -16px;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 3rem;
  position: relative;
}
@media (min-width: 48em) {
  .breadcrumbs--school {
    margin-left: 0px;
    margin-right: 0px;
  }
  .breadcrumbs--school:after, .breadcrumbs--school:before {
    background: inherit;
    position: absolute;
    content: '';
    top: 0;
    width: 150%;
    height: 100%;
    right: 100%;
  }
  .breadcrumbs--school:after {
    left: 100%;
  }
}
.breadcrumbs--school .school-name {
  font-size: 1.25rem;
  display: block;
  font-weight: bold;
  margin: 0 0.25rem;
}

.breadcrumbs a,
.breadcrumbs__link,
.breadcrumbs__current {
  margin: 0 0.25rem;
}

.breadcrumbs a,
.breadcrumbs__link {
  color: #017ba3;
}

@media (max-width: 1025px) {
  .page-calendar .universal-region--main,
  .page-calendar .universal-region--sidebar,
  .page-calendar .pager {
    width: 100%;
  }

  .page-calendar .pager {
    margin-bottom: 1rem;
  }

  .page-calendar .date-prev, .page-calendar .date-next {
    margin-left: 0;
    margin-right: 0;
  }

  .page-calendar .wrap-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
  }

  .page-calendar .wrap-calendar .universal-region--main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .page-calendar .wrap-calendar .universal-region--sidebar {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .page-calendar .image-nav {
    display: none;
  }

  .page-calendar-month .views-submit-button input,
  .page-calendar-week .views-submit-button input,
  .page-calendar-day .views-submit-button input,
  .page-calendar-month .views-reset-button input,
  .page-calendar-week .views-reset-button input,
  .page-calendar-day .views-reset-button input,
  .page-calendar .view-display-id-block_1,
  .page-calendar .image-nav,
  .page-calendar .views-widget-filter-field_event_type_tid {
    display: none;
  }

  .page-calendar .views-widget-filter-combine input,
  .page-calendar .views-exposed-form-search-upcoming input {
    clear: both;
    float: left;
  }

  .page-calendar #submit-search-upcoming {
    clear: none;
  }
}
.page-calendar .views-row img {
  max-width: 220px;
  max-height: 165px;
  overflow: hidden;
}

@media screen and (min-width: 220px) {
  .page-calendar .views-row img {
    min-width: 220px;
    min-height: 165px;
  }
}
@media screen and (max-width: 600px) {
  .page-calendar .views-row img {
    margin: 0 auto 1rem;
    display: none;
  }
}
.page-calendar .views-widget-filter-combine input, .page-calendar .views-exposed-form-search-upcoming input {
  margin-top: .5rem;
  height: 37px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.page-calendar .views-widget-filter-field_event_type_tid {
  margin-top: 1rem;
}

.page-calendar .views-exposed-form-search-upcoming label {
  padding-right: 6px;
  font-weight: bold;
  color: #54585A;
}

/* Hide the top search box and show the bottom combined filter for calendar/ and calendar/upcoming */
.page-calendar .views-exposed-form-search-upcoming {
  display: none !important;
}

.page-calendar .views-widget-filter-combine {
  display: block;
}

.page-calendar .view-id-calendar .views-row-last {
  border-bottom: none;
}

.page-calendar .view-id-calendar .view-content .item-list h3, .page-calendar .view-display-id-page_1 .view-content .item-list h3 {
  font-size: 24px;
  border-bottom: 1px solid #78BE20;
  padding-bottom: 20px;
  color: #000;
}

/* Show the top search box and hide the bottom combined filter for day/week/month views */
.page-calendar-month .views-exposed-form-search-upcoming,
.page-calendar-week .views-exposed-form-search-upcoming,
.page-calendar-day .views-exposed-form-search-upcoming {
  display: block !important;
  margin-bottom: -20px;
}

.page-calendar-month .views-exposed-form-search-upcoming label,
.page-calendar-week .views-exposed-form-search-upcoming label,
.page-calendar-day .views-exposed-form-search-upcoming label {
  padding-top: 30px;
  float: left;
}

#search-upcoming {
  width: 150px;
}

.page-calendar #submit-search-upcoming {
  color: white;
  background: #0082BA;
  margin: .5rem auto 0;
  width: 80px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.page-calendar-month .views-widget-filter-combine,
.page-calendar-week .views-widget-filter-combine,
.page-calendar-day .views-widget-filter-combine {
  display: none;
}

.page-calendar .image-nav {
  margin-top: 30px;
}

.page-calendar .grid__item {
  float: left;
  display: block;
  padding: 1px;
}

.page-calendar .cat-image, .page-calendar .cat-title {
  min-width: 100%;
}

.page-calendar .cat-title a {
  min-width: 100% !important;
  overflow: visible;
  display: block;
  text-align: center;
}

.page-calendar .image-nav a {
  background-image: none !important;
  font-size: 40px;
  color: white !important;
  font-weight: bold;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -80px;
  position: relative;
}

.page-calendar .pane-views-exp-calendar-page {
  margin-top: 18px;
}

.page-calendar li::before {
  content: "" !important;
}

.page-calendar ul li {
  list-style: none !important;
  list-style-type: none !important;
}

.page-calendar .view .view-header .date-heading h3 {
  font-size: 32px;
}

.page-calendar .view-display-id-block_1 .date-heading h3 a {
  font-size: 20px;
  cursor: pointer;
  color: #265d7f;
  display: block;
  padding-top: 10px;
  background-image: none !important;
}

.page-calendar .views-submit-button {
  clear: both;
}

.page-calendar .view-display-id-block_1 {
  border: 1px solid #78BE20;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}

.page-calendar .views-widget-filter-secondary {
  display: none;
}

.page-calendar .views-exposed-form .views-exposed-widget label {
  color: #54585A !important;
}

.page-calendar .views-widget-filter-field_event_type_tid .form-type-bef-checkbox input:checked {
  margin: 10px !important;
}

.page-calendar .views-widget-filter-field_event_type_tid .form-item input {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.page-calendar .views-widget-filter-field_event_type_tid .form-item label {
  color: #767676;
  font-weight: normal;
}

.page-calendar .views-submit-button, .views-reset-button {
  margin-top: -20px;
}

.page-calendar .views-submit-button input, .page-calendar .views-reset-button input {
  color: white;
  background: #0082BA;
  margin: 20px auto;
  width: 80px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.page-calendar .view-id-calendar .view-header .date-heading, .page-calendar .view-display-id-page_1 .view-header .date-heading {
  margin-top: 30px;
}

.page-calendar .view-id-calendar .view-header h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px !important;
  color: #046A38 !important;
  margin-top: 30px;
  text-align: center;
}

.page-calendar .view-display-id-page_1 .view-header .date-heading h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px !important;
  color: #046A38 !important;
}

.page-calendar .view-display-id-page_1 .views-row img, .page-calendar .view-display-id-page_2 .views-row img, .page-calendar .view-display-id-page_3 .views-row img {
  min-width: 100%;
}

@media screen and (min-width: 800px) {
  .page-calendar .view-display-id-page_1 .views-row img, .page-calendar .view-display-id-page_2 .views-row img, .page-calendar .view-display-id-page_3 .views-row img {
    min-width: 220px;
    min-height: 147px;
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .page-calendar .view-display-id-block_1 {
    display: none;
  }
}
.page-calendar .view .view-header .date-nav-wrapper pager,
.page-calendar .view .view-header .date-nav-wrapper .date-prev,
.page-calendar .view .view-header .date-nav-wrapper .date-next,
.page-calendar .view .view-header .date-nav-wrapper .date-prev a,
.page-calendar .view .view-header .date-nav-wrapper .date-next a {
  background: transparent;
  color: black;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
  border: none;
}

.page-calendar .view img {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 30px !important;
}

.page-calendar .view img.events-calendar-default-image {
  visibility: hidden;
}

.page-calendar .view-display-id-page_1 .view-header .date-nav-wrapper .date-prev a, .page-calendar .view-display-id-page_1 .view-header .date-nav-wrapper .date-next a,
.page-calendar .view-display-id-page_2 .view-header .date-nav-wrapper .date-prev a, .page-calendar .view-display-id-page_2 .view-header .date-nav-wrapper .date-next a,
.page-calendar .view-display-id-page_3 .view-header .date-nav-wrapper .date-prev a, .page-calendar .view-display-id-page_3 .view-header .date-nav-wrapper .date-next a {
  font-weight: normal;
  font-size: 14px;
}

.page-calendar .view-display-id-page_1 .date-nav ul li,
.page-calendar .view-display-id-page_2 .date-nav ul li,
.page-calendar .view-display-id-page_3 .date-nav ul li {
  margin-top: 35px;
  margin-right: 40%;
}

@media screen and (min-width: 800px) {
  .page-calendar .view-display-id-page_1 .date-nav ul li,
  .page-calendar .view-display-id-page_2 .date-nav ul li,
  .page-calendar .view-display-id-page_3 .date-nav ul li {
    margin-top: 0;
    margin-right: 0%;
  }
}
.page-calendar .view-id-calendar .view-content .item-list h3, .page-calendar .view-display-id-page_1 .view-content .item-list h3 {
  font-size: 24px;
  border-bottom: 1px solid #78BE20;
  padding-bottom: 20px;
  color: #000;
}

.page-calendar .view-id-calendar .views-row, .page-calendar .view-display-id-page_1 .views-row {
  width: 100%;
  border-bottom: 1px solid #78BE20;
  float: left;
  padding: 20px;
  margin-bottom: 20px;
}

.page-calendar .view-id-calendar .views-row .field-content a, .page-calendar .view-display-id-page_1 .views-row .field-content a {
  background-image: none !important;
  font-weight: bold;
}

.page-calendar .view-id-calendar img, .page-calendar .view-display-id-page_1 img {
  float: left;
  margin-right: 30px;
}

.page-calendar .view-id-calendar .views-row .see-more, .page-calendar .view-display-id-page_1 .views-row .see-more {
  color: #333;
  font-size: 14px;
}

.page-calendar .view-id-calendar .views-row-last {
  border-bottom: none;
}

.view .date-nav-wrapper .date-prev {
  right: auto;
  left: 0;
}

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  white-space: nowrap;
}

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
  white-space: nowrap;
}

.page-calendar .view-display-id-block_1 .date-prev a, .page-calendar .view-display-id-block_1 .date-next a {
  float: left;
  font-size: 26px;
  color: grey;
  display: inline-block;
  margin: 0;
  padding-right: 0;
}

.back-to-top {
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 100;
}

.back-to-top i {
  font-size: 60px;
}

.back-to-top-inner {
  margin: 4px -8px 4px 13px;
  padding: 10px;
  border-radius: 0px;
  background-color: #0082BA;
}

.back-to-top-outer {
  display: inline-block;
  opacity: 1;
  font-size: 12px;
  font-size: 0.85714rem;
  text-rendering: optimizeLegibility;
  background-color: none;
  border-radius: 0px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: none;
}

.campus-spotlights {
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .campus-spotlights {
    margin-bottom: 0;
  }
}

.campus-spotlights a {
  font-weight: bold;
}

#instafeed a {
  float: left;
  background: transparent;
  width: 50%;
  padding: 0.125rem;
}
@media (min-width: 32em) {
  #instafeed a {
    width: 33.333%;
  }
}
@media (min-width: 48em) {
  #instafeed a {
    width: 25%;
  }
}
@media (min-width: 64em) {
  #instafeed a {
    width: 16.666%;
  }
}

.twitter-timeline {
  display: block !important;
  margin: auto;
}

/*
.dir-item-list{
  list-style: none;
}

.dir-item-list li{
  margin-top: 5px;
  margin-bottom: -40px;
  text-align: center;
}

.dir-item-list li a{
  font-weight: bold;
  text-decoration: none;
}

.item-list .dir-item-list .table th, .table td{
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
*/
#div_outer {
  padding: 5px;
}

#div_dir_lookup {
  padding-right: 8px;
  float: left;
}

.div_dir_lookup {
  margin-bottom: -75px;
}

#btn_dir_lookup {
  float: left;
}

.btn_dir_lookup {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  margin-top: 4px;
}

.editors-pick {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.editors-pick img {
  margin-bottom: 0.5rem;
}

.event {
  background: white;
  text-align: center;
  padding: 0 1rem 6rem 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.event__type a {
  display: inline-block;
  background: #017ba3;
  color: white !important;
  margin-bottom: 2rem;
  padding: 0.25rem 2rem;
  font-size: 1rem;
  background-image: none !important;
  background-size: 0 !important;
  background-repeat: none !important;
  background-position: 0 !important;
}
.event__type a:hover {
  background-image: none !important;
  background-size: 0 !important;
  background-repeat: none !important;
  background-position: 0 !important;
}

.event__title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.event__title a {
  color: #2b2b2b !important;
  background-image: none !important;
}

.event:hover .event__title a {
  background-image: -webkit-linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4)) !important;
  background-image: linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4)) !important;
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: 0 88%;
  color: #265d7f !important;
}

.event__title__link:hover {
  background-image: -webkit-linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4));
  background-image: linear-gradient(rgba(38, 93, 127, 0.4), rgba(38, 93, 127, 0.4));
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: 0 88%;
  color: #265d7f;
}
.event__title__link:hover:hover {
  background-image: -webkit-linear-gradient(#265d7f, #265d7f);
  background-image: linear-gradient(#265d7f, #265d7f);
  background-size: 0.0625rem 0.0625rem;
  background-repeat: repeat-x;
  background-position: 0 88%;
}

.event__date {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #017ba3;
  border-top: 0.125rem solid #017ba3;
  width: 4rem;
  margin: auto;
  padding-top: 0.25rem;
}

.event__month {
  display: block;
}

.event__day {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.node-type-universal-landing .view-event-listings {
  background-color: #eee;
}

.node-type-universal-landing .view-event-listings .section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.school-landing-region--fact-figures .slider__text a {
  color: #7ccced !important;
}

.faculty__box {
  margin-bottom: 2rem;
}

.faculty__box__heading {
  text-align: center;
  margin-bottom: 2rem;
}

.faculty__box__image {
  position: relative;
  display: block;
  border-bottom: 0.25rem solid #00bde4;
}
@media (min-width: 64em) {
  .faculty__box__image {
    float: left;
    width: 55%;
  }
}

.faculty__box__detail {
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  .faculty__box__detail {
    padding: 2rem;
  }
}
@media (min-width: 64em) {
  .faculty__box__detail {
    float: right;
    width: 45%;
  }
}
@media (min-width: 80em) {
  .faculty__box__detail {
    padding: 2rem 8rem 2rem 10rem;
  }
}

.faculty__box__title {
  font-weight: normal;
  margin-bottom: .5rem;
}

.faculty__box__job {
  font-weight: bold;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.faculty__box__text {
  margin: 1.5rem 0;
  font-size: 1rem;
}

.faculty__box__link {
  font-size: 1rem;
}

.view-faculty header {
  display: block;
  float: left;
  border-bottom: 3px solid #017ba3;
  width: 20rem;
}

.view-faculty .faculty-teaser {
  margin-top: -3rem;
}

.view-faculty .field--name-field-people-sub-title-1 {
  width: 100%;
  padding-top: 0.5rem;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

.view-faculty .node__links {
  display: none;
}

.view-faculty .node__content {
  margin-bottom: 1rem;
  float: left;
  width: 100%;
  clear: both;
}

.view-faculty h4 {
  margin-top: 5rem;
  margin-bottom: -0.2rem;
  padding-top: 2rem;
}

.view-faculty h4 a {
  padding-bottom: 0.4rem;
}

.view-faculty .field-label {
  width: 100%;
  margin: 0;
  float: left;
  color: #2b2b2b;
  font-weight: 600;
  display: block;
  position: relative;
}
@media (min-width: 48em) {
  .view-faculty .field-label {
    margin-left: 60%;
    margin-top: -3.4rem;
  }
}

.view-faculty {
  color: #2b2b2b;
}

.view-faculty ul {
  margin: 0;
  float: left;
  display: block;
  position: relative;
  max-width: 18rem;
}
@media (min-width: 48em) {
  .view-faculty ul {
    margin-top: -1.5rem;
    margin-left: 60%;
  }
}

.view-faculty li {
  line-height: 99%;
  font-size: 1.1rem;
}

.view-faculty .pager {
  margin-top: 3rem;
}

.faculty-profile {
  position: relative;
  float: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.faculty-profile .field-label {
  float: left;
  color: #2b2b2b;
  font-weight: 600;
  display: block;
  position: relative;
}

.faculty-profile .field--name-field-people-courses-taught {
  clear: both;
  margin-left: 0;
  padding-left: 0;
  float: left;
  display: block;
  position: relative;
}

.faculty-pub {
  margin-top: 3rem;
}

.faculty-pub ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}

.faculty-pub .panel {
  border: 1px solid #ccc;
  overflow: scroll;
  margin-bottom: 10px;
}

.faculty-pub ul a {
  border: 1px solid #ccc;
  padding: 10px;
  margin-right: 10px;
  float: left;
  display: block;
}

.faculty-pub ul a {
  color: #000;
  text-decoration: none;
}

.faculty-pub ul.tabs a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.faculty-pub ul.tabs a.selected,
.faculty-pub ul.tabs a[aria-selected='true'] {
  background: #ccc;
  border-color: #ccc;
  color: #000;
}

.faculty-pub .panel {
  padding: 10px;
  max-width: 80%;
  overflow: hidden;
}

.faculty-pub div[aria-hidden='true'] {
  display: none;
}

.expert-spotlight {
  background-color: #1081bb;
}

.exp__heading {
  text-transform: uppercase;
  padding-top: 80px;
  font-size: 1.4rem;
  clear: both;
}

.exp__heading, .exp__text, .exp__title, .exp__name {
  clear: both;
  float: left;
  color: white;
  margin-left: 60px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1028px) {
  .exp__heading, .exp__text, .exp__title, .exp__name {
    clear: none;
    width: 50%;
  }
}
.exp__name {
  font-size: 2rem;
}

.exp__name a {
  color: white !important;
  border-bottom: 1px solid white;
}

.exp__image {
  float: left;
}

@media only screen and (min-width: 1200px) {
  .exp__image {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .exp__image img {
    max-height: 400px;
  }
}
.featured-event {
  margin-bottom: 2rem;
}

.featured-event__image {
  margin-bottom: 1rem;
}

.featured-event__title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

.featured-event__date {
  font-weight: bold;
  margin-bottom: 1rem;
}

.featured-news a {
  font-weight: bold;
  font-size: 1.5rem;
  margin: .5rem 0;
  display: inline-block;
}
.featured-news a.photo {
  display: inline;
  /* to avoid adding extra space around photos when linked */
}
.featured-news p {
  padding: 0 !important;
}

.l-region--news a {
  color: white !important;
}

.featured__program {
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .featured__program {
    margin-bottom: 0;
  }
}
.featured__program a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 1rem 0;
  border-bottom: 0.0625rem solid #ebebeb;
  background-image: none !important;
  background-size: 0 !important;
  background-repeat: none !important;
  background-position: 0 !important;
  color: #55812b !important;
  font-weight: bold;
}
.featured__program a:hover {
  background-image: none !important;
  background-size: 0 !important;
  background-repeat: none !important;
  background-position: 0 !important;
}
.featured__program a:hover {
  color: #005838 !important;
}
.featured__program a:first-child {
  border-top: 0.0625rem solid #ebebeb;
}
.featured__program a span.arrow-link-text {
  width: 94%;
}
.featured__program a .button__icon {
  width: 1.25rem;
}
.featured__program a .svgstore--arrow-down {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.featured__program__title {
  font-size: 1.5rem;
  margin-top: .5rem;
}

.featured__research {
  background: #003300;
  padding: 2rem 0.5rem;
}
@media (min-width: 64em) {
  .featured__research {
    padding: 7rem 0;
  }
}

.featured__research__image {
  position: relative;
  display: block;
}
@media (min-width: 64em) {
  .featured__research__image {
    float: left;
    width: 50%;
  }
}

.featured__research__detail {
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  .featured__research__detail {
    padding: 2rem;
  }
}
@media (min-width: 64em) {
  .featured__research__detail {
    float: left;
    width: 50%;
  }
}
@media (min-width: 80em) {
  .featured__research__detail {
    padding: 4rem 2rem;
  }
}

.featured__research__heading {
  font-weight: normal;
}
.featured__research__heading a {
  color: white !important;
  margin-bottom: 0 !important;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;
  background-size: 0.0625rem 0.0625rem !important;
  background-repeat: repeat-x !important;
  background-position: 0 88% !important;
}
.featured__research__heading a:hover {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff) !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  background-size: 0.0625rem 0.0625rem !important;
  background-repeat: repeat-x !important;
  background-position: 0 88% !important;
}

.featured__research__text {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: white;
}

.featured__research__title {
  font-weight: normal;
  line-height: 1.1;
  color: white;
}

.featured__research__subtitle {
  font-weight: bold;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.featured__research__text {
  margin: 1.5rem 0;
  font-size: 1.15rem;
}

.featured__research__title a, .featured__research__text a {
  color: #7ccced !important;
}

p .featured__research__button {
  color: white !important;
}

.featured-story {
  margin-bottom: 3rem;
}

.featured-story__image img {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .featured-story__image img {
    margin-bottom: 0;
  }
}

.featured-story__label {
  margin-bottom: 0.5rem;
}

.featured-story__title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.featured-story__date {
  margin-bottom: 1rem;
}

.featured-story .view-news-listings-imported {
  margin-bottom: -70px !important;
}

.featured__video {
  background: #265d7f;
}

.featured__video__image {
  position: relative;
  display: block;
}
@media (min-width: 64em) {
  .featured__video__image {
    float: right;
    width: 50%;
  }
}
.featured__video__image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 93, 127, 0.7);
  content: '';
}
.featured__video__image img {
  width: 100%;
}

.featured__video__detail {
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  .featured__video__detail {
    padding: 2rem;
  }
}
@media (min-width: 64em) {
  .featured__video__detail {
    float: right;
    width: 50%;
  }
}
@media (min-width: 80em) {
  .featured__video__detail {
    padding: 4rem 2rem;
  }
}

.featured__video__heading {
  color: white;
  font-weight: normal;
}

.featured__video__text {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: white;
}

.featured__video__text ul li a {
  color: #bfdeee !important;
}

.video__play {
  color: white;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 40px);
  position: absolute;
  top: 41%;
  left: 0;
  display: block;
  opacity: 0.75;
  cursor: pointer;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  z-index: 2;
}
.video__play:hover {
  opacity: 1;
}

.featured {
  background-size: cover;
  background-position: center;
  padding: 1rem 0;
  color: white;
}

.featured__item {
  display: block;
  margin-top: 1rem;
  background: rgba(0, 51, 0, 0.6);
}
.featured__item:first-child {
  margin-top: 0;
}
.featured__item:hover {
  background: rgba(0, 88, 56, 0.9);
}

.featured__container {
  padding: 3rem 1rem;
}
@media (min-width: 48em) {
  .featured__container {
    padding: 4rem 2rem;
  }
}
@media (min-width: 80em) {
  .featured__container {
    padding: 5rem 3rem;
  }
}

.featured__icon {
  float: right;
  width: 3rem;
  margin-left: 1rem;
}

.featured__text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3rem;
}
@media (min-width: 48em) {
  .featured__text {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  .featured__text {
    font-size: 3rem;
  }
}
@media (min-width: 80em) {
  .featured__text {
    font-size: 3.5rem;
  }
}

/* node */
.node-type-feature-grouping-ct p {
  max-width: 800px;
}

.node-type-feature-grouping-ct img {
  padding: 25px 0px 25px 0px;
}

/* View */
.pane-nodequeue-block-2 {
  background-color: #E0E0E0;
}

.fg--grid .grid__item a {
  background-image: none !important;
}

.fg-title {
  color: black;
  font-size: 24px;
  font-weight: bold;
}

.fg--grid {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fg {
  float: left;
  width: 100%;
}

.fg--2--img {
  float: left;
  max-width: 35%;
  padding-right: 10px;
}

.fg--2--text {
  max-width: 55%;
}

.feed {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.feed__image {
  border-bottom: 0.25rem solid #00bde4;
  margin-bottom: 0.5rem;
}

.feed a,
.feed__link {
  float: none;
}

div.pane-news-listings div.feed a {
  float: none;
}

.footer {
  position: relative;
  background: #003300;
  color: white;
  margin-top: 6rem;
  z-index: 1;
}

.footer__info__text a {
  color: white !important;
}

.footer__logo {
  display: block;
  width: 8rem;
  padding: 1.25rem 2rem;
  margin: -2rem auto 1rem auto;
  background: #003300;
  border-radius: 50%;
}

.footer__top {
  padding-bottom: 2rem;
}

.footer__info {
  font-size: 1rem;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .footer__info {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .footer__info {
    float: left;
    width: 25%;
  }
}
@media (min-width: 80em) {
  .footer__info {
    padding: 0 3rem;
  }
}

.footer__info__heading {
  font-weight: bold;
  text-transform: uppercase;
}

.footer__info__text {
  margin-bottom: 2rem;
}

.footer__nav {
  padding: 0 1rem;
}
@media (min-width: 48em) {
  .footer__nav {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .footer__nav {
    float: left;
    width: 25%;
  }
}
@media (min-width: 80em) {
  .footer__nav {
    padding: 0 3rem;
  }
}
.footer__nav .menu {
  list-style: none;
}
.footer__nav li {
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .footer__nav li:first-child {
    margin-top: 0;
  }
}
.footer__nav a:hover {
  text-decoration: underline;
}

.footer__feature {
  padding: 0 1rem;
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .footer__feature {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .footer__feature {
    float: left;
    width: 25%;
    margin-top: 0;
  }
}
@media (min-width: 80em) {
  .footer__feature {
    padding: 0 3rem;
  }
}

.footer__bottom {
  padding-bottom: 2rem;
}
.footer__bottom::before {
  display: block;
  height: 0.0625rem;
  background: white;
  margin: 0 1rem 2rem 1rem;
  content: '';
}
@media (min-width: 48em) {
  .footer__bottom::before {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 80em) {
  .footer__bottom::before {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.footer__social {
  list-style: none;
  padding: 0 1rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .footer__social {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .footer__social {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .footer__social {
    padding: 0 3rem;
  }
}

.footer--alt .footer__social {
  padding: 0 1rem;
  font-size: 0.75rem;
}
@media (min-width: 48em) {
  .footer--alt .footer__social {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .footer--alt .footer__social {
    float: right;
    margin-top: 0.25rem;
  }
}
@media (min-width: 80em) {
  .footer--alt .footer__social {
    padding: 0 3rem;
  }
}
.footer--alt .footer__copyright {
  list-style: none;
  padding: 0 1rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .footer--alt .footer__copyright {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .footer--alt .footer__copyright {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .footer--alt .footer__copyright {
    padding: 0 3rem;
  }
}

.footer__social__item {
  float: left;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .footer__social__item {
    margin-bottom: 0;
  }
}

.footer__social__link {
  display: block;
  width: 2.5rem;
}
@media (min-width: 64em) {
  .footer__social__link {
    width: 1.5rem;
  }
}

.footer__copyright {
  padding: 0 1rem;
  font-size: 0.75rem;
}
@media (min-width: 48em) {
  .footer__copyright {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .footer__copyright {
    float: right;
    margin-top: 0.25rem;
  }
}
@media (min-width: 80em) {
  .footer__copyright {
    padding: 0 3rem;
  }
}

.header-overlay {
  padding-top: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #003300;
  color: white;
  z-index: 4;
}
@media (min-width: 64em) {
  .header {
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }
}

.header__wrap {
  position: relative;
}

.header__logo-short {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6rem;
}
@media (min-width: 64em) {
  .header__logo-short {
    display: none;
  }
}

.header__logo-text {
  display: none;
}
@media (min-width: 64em) {
  .header__logo-text {
    display: block;
    float: left;
    width: 12rem;
    margin-left: 2rem;
    margin-top: 0.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease 320ms, visibility ease 320ms;
    transition: opacity ease 320ms, visibility ease 320ms;
  }
}
@media (min-width: 80em) {
  .header__logo-text {
    margin-left: 3rem;
  }
}
@media (min-width: 64em) {
  .header-scrolled .header__logo-text {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 64em) {
  .header--alt .header__logo-text {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav-toggle {
  float: left;
  width: 3.5rem;
  padding: 1rem;
}
@media (min-width: 48em) {
  .header__nav-toggle {
    margin-left: 1rem;
  }
}
@media (min-width: 64em) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-toggle__open {
  display: block;
}
.nav-active .header__nav-toggle__open {
  display: none;
}

.header__nav-toggle__close {
  display: none;
}
.nav-active .header__nav-toggle__close {
  display: block;
}

.header__secondary {
  display: none;
  font-weight: bold;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 64em) {
  .header__secondary {
    display: block;
  }
}
.header__secondary .menu {
  list-style: none;
}
.header__secondary li {
  float: left;
}
.header__secondary a {
  display: block;
  padding: 0.5rem 1rem;
}
.header__secondary a:hover, .header__secondary a.active {
  background: #005838;
  color: white;
}

.header__util__search__open {
  display: block;
}
.search-active .header__util__search__open {
  display: none;
}

.header__util__search__close {
  display: none;
}
.search-active .header__util__search__close {
  display: block;
}

.header__util__audience__open {
  display: block;
}
.audience-active .header__util__audience__open {
  display: none;
}

.header__util__audience__close {
  display: none;
}
.audience-active .header__util__audience__close {
  display: block;
}

.header__util {
  float: right;
  list-style: none;
}
@media (min-width: 64em) {
  .header__util {
    padding: 0 2rem;
  }
}
@media (min-width: 80em) {
  .header__util {
    padding: 0 3rem;
  }
}

.header__util__item {
  display: none;
}
@media (min-width: 64em) {
  .header__util__item {
    display: block;
    float: right;
  }
}

.header__util__item--search {
  display: block;
}

.header__util__link {
  display: block;
}
@media (min-width: 64em) {
  .header__util__link {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 64em) {
  .header__util__link:hover {
    background: #005838;
  }
}

.header__util__link--search {
  padding: 1rem;
}
@media (min-width: 48em) {
  .header__util__link--search {
    margin-right: 1rem;
  }
}
@media (min-width: 64em) {
  .header__util__link--search {
    padding: 0.5rem 1rem;
    margin: 0;
  }
}

.header__util__icon {
  display: block;
  width: 1.5rem;
}
@media (min-width: 64em) {
  .header__util__icon {
    float: left;
    width: 0.75rem;
    margin-top: 0.1875rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 64em) {
  .header__util__text {
    position: static;
  }
}

.header__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #55812b;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .header__close {
    display: none;
  }
}
@media (min-width: 80em) {
  .header__close {
    display: none;
  }
}

.header__close__icon {
  float: left;
  width: 0.75rem;
  margin-top: 0.1875rem;
  margin-right: 0.25rem;
}

.header-overlay {
  width: 100%;
  z-index: 2;
  position: absolute;
  /* top: 3.3125rem; */
  background-color: rgba(0, 0, 0, 0.75);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  display: none;
}
@media (min-width: 48em) {
  .header-overlay {
    display: block;
  }
}

.header-overlay h5 {
  color: white;
  padding-top: .8rem;
  padding-left: 3rem;
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 48em) {
  .header-overlay h5 {
    display: block;
  }
}

/* .front .pane-node-field-sl-banner {display: none; } */
.front .flexslider {
  margin: -6px -4px -6px -6px;
}

.front .flexslider .slides p {
  color: white;
  background-color: rgba(0, 51, 0, 0.75) !important;
  line-height: 1em;
  margin: 0;
  padding: 1vw 1vw 1vw 2vw;
  position: absolute;
  width: 100%;
}

@media (min-width: 800px) {
  .front .flexslider .slides p {
    top: 65%;
    width: 40vw;
  }
}
.view-home-page-slider .flex-prev, .view-home-page-slider .flex-next {
  min-width: 120px;
  color: white !important;
}

.view-home-page-slider {
  overflow: visible;
  margin-bottom: 60px;
}

.front .flexslider {
  margin: -8px -4px -6px -6px !important;
}

.flex-direction-nav a {
  min-height: 50px;
  z-index: 2 !important;
}

.front .flexslider .flex-control-nav {
  bottom: 0;
  z-index: 2;
}

.in-the-news a {
  font-weight: bold;
  font-size: 1.125rem;
}

.in-the-news-bar {
  width: 100%;
  border-bottom: 2px solid #ebebeb;
}

.l-region--in-the-news .grid__item--5 .grid__item__header {
  min-width: 300px;
}

ul.in-the-news {
  max-width: 70%;
  float: left;
}
@media (min-width: 64em) {
  ul.in-the-news {
    float: right;
    margin-top: -3rem;
  }
}

ul.in-the-news li {
  display: inline;
  list-style: none;
  float: left;
  padding-left: 30px;
  padding-bottom: 12px;
}
@media (min-width: 64em) {
  ul.in-the-news li {
    width: 25%;
    max-width: 70%;
    float: right;
  }
}

.infocus {
  background: #265d7f;
}

.infocus__image {
  position: relative;
  display: block;
}
@media (min-width: 64em) {
  .infocus__image {
    float: right;
    width: 50%;
  }
}

.infocus__detail {
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  .infocus__detail {
    padding: 2rem;
  }
}
@media (min-width: 64em) {
  .infocus__detail {
    float: right;
    width: 50%;
  }
}
@media (min-width: 80em) {
  .infocus__detail {
    padding: 4rem 2rem;
  }
}

.infocus__infocus {
  color: white;
}

.infocus__heading {
  font-weight: normal;
}
.infocus__heading a {
  color: white !important;
  margin-bottom: 0 !important;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;
  background-size: 0.0625rem 0.0625rem !important;
  background-repeat: repeat-x !important;
  background-position: 0 88% !important;
}
.infocus__heading a:hover {
  background-image: -webkit-linear-gradient(#ffffff, #ffffff) !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
  background-size: 0.0625rem 0.0625rem !important;
  background-repeat: repeat-x !important;
  background-position: 0 88% !important;
}

.infocus__text {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: white;
}

/*
.tu_tabs ul{
    list-style-type: none;
    margin-top: 2rem;
    padding-bottom: 4rem;
}

.tu_tabs li {
   display: inline;
   float: left;
   border-right: 1px solid $green-dark;
   border-bottom: 1px solid $green-dark;
   border-radius: 5px;
}

.tu_tabs ul li a{
   display: block;
   padding: 8px;
}

.tu_tabs ul li a:hover {
    background-color: $gray;
    color: $black;
}

.tu_tabs .active-trail{
   background-color: #555;
   color: $white;
}
*/
.modal {
  position: fixed;
  left: 0;
  top: 3.5rem;
  width: 100%;
  height: calc(100vh - 3.5rem);
  background: #ebebeb;
  z-index: 3;
  -webkit-animation: modal-open ease 320ms;
          animation: modal-open ease 320ms;
  background-size: cover;
  background-position: center;
}
@media (min-width: 64em) {
  .modal {
    top: 3.3125rem;
    height: calc(100vh - 3.3125rem);
  }
}

.modal--green-dark::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 0, 0.9);
  content: '';
  z-index: -1;
}

.modal--remove {
  -webkit-animation: modal-close ease 320ms;
          animation: modal-close ease 320ms;
}

.modal__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@-webkit-keyframes modal-open {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes modal-open {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes modal-close {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes modal-close {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.nav {
  position: fixed;
  left: 0;
  top: 3.5rem;
  width: 100%;
  max-height: calc(100% - 3.5rem);
  background: #005838;
  color: white;
  padding: 1rem 0;
  overflow: auto;
  z-index: 3;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform ease 320ms;
  transition: -webkit-transform ease 320ms;
  transition: transform ease 320ms;
  transition: transform ease 320ms, -webkit-transform ease 320ms;
}
@media (min-width: 64em) {
  .nav {
    position: static;
    max-height: none;
    padding: 0.5rem 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    z-index: 2;
    overflow: visible;
  }
}
.nav-active .nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 64em) {
  .nav-active .nav {
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 64em) {
  .header-overlay .nav {
    position: absolute;
    top: 3.3125rem;
    background: rgba(0, 0, 0, 0.75);
  }
}

.nav__logo {
  display: none;
}
@media (min-width: 64em) {
  .nav__logo {
    float: left;
    width: 12rem;
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 80em) {
  .nav__logo {
    margin-left: 3rem;
  }
}
@media (min-width: 64em) {
  .header-overlay .nav__logo {
    display: block;
  }
}

.nav__logo-text {
  display: none;
}
@media (min-width: 64em) {
  .nav__logo-text {
    display: block;
    float: left;
    width: 12rem;
    margin-left: 2rem;
    margin-top: 0.5rem;
  }
}
@media (min-width: 80em) {
  .nav__logo-text {
    margin-left: 3rem;
    margin-top: 0.6125rem;
  }
}
@media (min-width: 64em) {
  .header-overlay .nav__logo-text {
    display: none;
  }
}

.nav__primary {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media (min-width: 64em) {
  .nav__primary {
    float: right;
    padding: 0 2rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 80em) {
  .nav__primary {
    padding: 0 3rem;
    font-size: 1.25rem;
  }
}
.nav__primary .menu {
  list-style: none;
}
@media (min-width: 64em) {
  .nav__primary li {
    float: left;
  }
}
.nav__primary a {
  display: block;
  padding: 0.5rem 1rem;
}
@media (min-width: 48em) {
  .nav__primary a {
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 64em) {
  .nav__primary a {
    padding: 0.5rem 1rem;
  }
}
.nav__primary a:hover, .nav__primary a.active, .nav__primary a.active-trail {
  background: #003300;
  color: white;
}
@media (min-width: 64em) {
  .header-overlay .nav__primary {
    margin-top: 2.6125rem;
  }
}
@media (min-width: 80em) {
  .header-overlay .nav__primary {
    margin-top: 2.5rem;
  }
}
@media (min-width: 64em) {
  .nav--alt .nav__primary {
    float: left;
  }
}

.nav__secondary {
  font-size: 0.875rem;
  margin-top: 2rem;
}
@media (min-width: 64em) {
  .nav__secondary {
    display: none;
  }
}
.nav__secondary .menu {
  list-style: none;
}
.nav__secondary a {
  display: block;
  padding: 0.5rem 1rem;
}
@media (min-width: 48em) {
  .nav__secondary a {
    padding: 0.5rem 2rem;
  }
}
.nav__secondary a:hover, .nav__secondary a.ative {
  background: #003300;
  color: white;
}

.nav__util {
  list-style: none;
  margin-top: 2rem;
  font-size: 0.875rem;
}
@media (min-width: 64em) {
  .nav__util {
    display: none;
  }
}

.nav__util__link {
  display: block;
  padding: 0.5rem 1rem;
}
@media (min-width: 48em) {
  .nav__util__link {
    padding: 0.5rem 2rem;
  }
}
.nav__util__link:hover {
  background: #003300;
}

.nav__util__icon {
  float: left;
  width: 0.75rem;
  margin-top: 0.1875rem;
  margin-right: 0.5rem;
}

.nav__social {
  list-style: none;
  padding: 0 1rem;
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .nav__social {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .nav__social {
    float: right;
    margin-top: 0.625rem;
  }
}
@media (min-width: 80em) {
  .nav__social {
    padding: 0 3rem;
    margin-top: 0.6875rem;
  }
}

.nav__social__item {
  display: inline-block;
  width: 1.5rem;
  margin-right: 1rem;
}
@media (min-width: 64em) {
  .nav__social__item {
    margin-right: 0;
    margin-left: 1rem;
  }
}

/* superfish overrides */
.sf-menu {
  z-index: 2 !important;
}

.sf-menu li {
  z-index: 3 !important;
}

.sf-sub-indicator {
  margin-right: -0.75rem;
}

.sf-depth-2, .sf-depth-3, .sf-depth-4 {
  background-color: #003300;
  margin-left: 2rem;
}
@media (min-width: 48em) {
  .sf-depth-2, .sf-depth-3, .sf-depth-4 {
    margin-left: 0rem;
  }
}

.sf-menu-primary-navigation li ul {
  margin-top: -.9rem !important;
}

.front .sf-menu-primary-navigation li ul {
  margin-top: -.9rem !important;
}

.sf-menu-primary-navigation li ul li:first-child {
  padding-top: 0.3rem;
}

.pane-superfish-1 {
  display: none;
}
@media (min-width: 64em) {
  .pane-superfish-1 {
    display: block;
  }
}

.pane-superfish-2 {
  display: block;
}
@media (min-width: 64em) {
  .pane-superfish-2 {
    display: none;
  }
}

#superfish-1 .nolink {
  padding-top: 8px;
  padding-right: 16px;
}

.pane-superfish-2 .nolink {
  padding-top: 10px;
  padding-left: 18px;
  padding-bottom: 10px;
}

ul.sf-menu.sf-accordion {
  display: block !important;
  position: absolute;
}

.pane-superfish-2 ul li {
  width: 100%;
}

.pane-superfish-2 .last {
  padding-bottom: 2rem;
}

.nav__primary .pane-superfish-1 a {
  color: #fff !important;
}

.nav__primary .pane-superfish-2 a {
  color: #fff !important;
}

.pane-superfish-2 ul .menuparent {
  margin-bottom: 10px;
}

.pane-superfish-2 ul li ul .sf-depth-1 {
  padding-left: 24px;
  margin-bottom: -2px;
  background-color: #003300;
}

/* make the primary nav sticky */
/*
.front .nav{
background-color: #005838;
  top: 0px;
  width: 100%
}

@media only screen and (min-width: $min-medium){
	.front .school-branding{
	display: none;
	margin-top: 0px;
	}
}

@media only screen and (min-width: $min-large){
	.front .nav{
	background-color: #005838;
	z-index: 10;
  	position: fixed;
  	top: 53px;
  	width: 100%
	}
	.not-front .nav{
	background-color: #005838;
	z-index: 10;
  	position: fixed !important;
  	top: 50px !important;
  	width: 100%
	}
	.node-type-universal-landing .school-branding{
	margin-top: 48px;
	}
	.front .school-branding{
	display: block;
	margin-top: 52px;
	}
	.notfront .school-branding{
	display: block;
	margin-top: 48px;
	}
	.breadcrumbs--school{
	display: block;
	margin-top: 50px !important;
	}
}


@media only screen and (min-width: $min-full){
	.front .school-branding{
	display: block;
	margin-top: 54px !important;
	}
	.not-front .school-branding{
	display: block;
	margin-top: 50px !important;
	}
}
*/
.new-orleans-news {
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .new-orleans-news {
    margin-bottom: 0;
  }
}

.new-orleans-news a {
  font-weight: bold;
}

.view-display-id-page_3 .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-keys {
  min-width: 250px;
  max-width: 300px;
  margin-bottom: 20px;
}

.view-id-tulane_news_summary.view-display-id-page_3 {
  margin-left: 100px;
}

.view-display-id-page_3 .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-keys label {
  display: block;
  font-size: 1.6rem;
  position: relative;
  float: left;
  font-weight: 400;
}

.view-display-id-page_3 .view-filters .views-exposed-form .views-exposed-widgets .views-widget-filter-keys .views-widget input {
  margin-left: 20px;
  margin-top: 6px;
  height: 1.6rem;
  display: block;
  position: relative;
  float: left;
  border: inset 1px solid #333;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

#edit-submit-tulane-news-summary {
  height: 1.6rem;
  padding: 0.3rem;
  margin-top: 6px;
}

a.archive_nav:link, a.archive_nav:visited {
  text-decoration: none !important;
  color: green;
}

.view-tulane-news-summary .view-content .views-row {
  padding-bottom: 0.3rem;
}

.imported-news-listings {
  max-width: 950px;
}

.office-hours {
  border: 1px solid grey;
  font-style: italic;
  max-width: 16rem;
  min-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.oh-title {
  width: 100%;
  background: #55812b;
  font-style: normal;
  margin-bottom: -12px;
}

.oh-title h4 {
  color: white !important;
  padding: 4px 0px 4px 0px;
  margin-left: 15%;
}

.oh-display-label, .oh-display-times {
  font-style: normal;
}

.oh-display-label, .oh-display-times .oh-display-hours {
  float: left;
}

.oh-row {
  margin: 3px;
  padding: 0px 0px 0px 4px;
}

.oh-row:nth-child(even) {
  background: #ebebeb;
}

.oh-row:last-child {
  padding-bottom: 10px;
}

.oh-display-label {
  min-width: 5.6rem;
}

.oh-single {
  margin-right: .7%;
  float: left;
  width: 240px;
  padding: 4px;
  margin-bottom: 10px;
  border: 1px solid grey;
  border-radius: 5px;
}

.grid__item-oh {
  padding-top: 0px;
  padding-right: .50rem;
  padding-bottom: 0px;
  padding-left: 0rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid__item--3-oh {
  width: auto;
  float: left;
}

.paragraphs-items {
  margin-top: 50px;
}

.paragraphs-items .news-banner {
  margin-bottom: 20px;
}

.pp-image-title {
  color: white;
  background-color: black;
  font-size: 2.0rem;
  padding-left: 14px;
}

.paragraphs-items .caption {
  background: #ccc;
  padding: 4px;
}

.paragraphs-items .pull-quote-attribution {
  border-top: 1px dashed blue;
}

.pp-image-right {
  float: right;
  padding: 0px 20px 10px 20px;
}

.pp-image-left {
  float: left;
  padding: 20px 20px 10px 0px;
}

.pp-image {
  max-width: 340px;
}

.pp-image img {
  width: 100%;
}

.recent {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.recent img {
  border-bottom: 0.25rem solid #00bde4;
  margin-bottom: 0.5rem;
}

.recent__category {
  font-weight: normal;
  font-size: 1.125rem;
}

.recent__date {
  font-size: 1rem;
  font-weight: normal;
  padding: .8rem 0;
}

.recent__text {
  font-size: .9rem;
  font-weight: normal;
}

/* 
Generic Styling, for Desktops/Laptops 
*/
.resp-tbl table {
  width: 100%;
  border-collapse: collapse;
}

/* Zebra striping */
.resp-tbl tr:nth-of-type(odd) {
  background: #eee;
}

.resp-tbl th {
  background: #003300 !important;
  color: white;
  font-weight: bold;
}

.resp-tbl td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 48em), (min-device-width: 48em) and (max-device-width: 64em) {
  /* Force table to not be like tables anymore */
  .resp-tbl table, thead, tbody, th, td, tr {
    display: block;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .resp-tbl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .resp-tbl tr {
    border: 1px solid #ccc;
  }

  .resp-tbl td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .resp-tbl td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
input.gsc-search-button {
  border: 0;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%22-510%20429%2064%2064%22%3E%3Cpath%20d%3D%22M-446%20487.7l-19-19.1c7.1-9.8%206.3-23.4-2.5-32.3-9.7-9.8-25.6-9.8-35.2%200-9.7%209.8-9.7%2025.5%200%2035.2%208.9%208.9%2022.6%209.7%2032.4%202.4l19%2019.1%205.3-5.3zm-51.4-21.3c-6.7-6.7-6.7-17.8%200-24.5%206.7-6.7%2017.7-6.7%2024.5%200%206.7%206.7%206.7%2017.8%200%2024.5-6.7%206.8-17.8%206.8-24.5%200z%22%2F%3E%3C%2Fsvg%3E);
  background-color: none;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  background: none !important;
}

.gsc-control-searchbox-only {
  padding: 3rem;
  background: #ebebeb;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  background: none !important;
  padding: .6875rem 1rem;
  font-size: 1rem;
  width: calc(100% - 2.5625rem);
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border: none;
  box-shadow: none;
}

.gsc-search-box .gsc-search-box-tools .search__box--wrap {
  border: .0625rem solid #55812b;
}

.gsc-selected-option {
  width: 100%;
  white-space: nowrap;
}

.gsc-thumbnail-inside {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.gsc-selected-option-container {
  background-color: transparent;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 1px #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  max-width: 90%;
  min-width: 54px;
  outline: 0;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
  width: auto !important;
}

.search {
  position: fixed;
  left: 0;
  top: 3.5rem;
  width: 100%;
  max-height: calc(100% - 3.5rem);
  overflow: auto;
  background: #ebebeb;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform ease 320ms;
  transition: -webkit-transform ease 320ms;
  transition: transform ease 320ms;
  transition: transform ease 320ms, -webkit-transform ease 320ms;
  z-index: 3;
}
@media (min-width: 64em) {
  .search {
    top: 3.3125rem;
    max-height: calc(100% - 3.3125rem);
  }
}
.search-active .search {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.search__container {
  overflow: hidden;
  position: relative;
  padding: 3rem 1rem;
}
@media (min-width: 48em) {
  .search__container {
    padding: 3rem 2rem;
  }
}
@media (min-width: 80em) {
  .search__container {
    padding: 3rem;
  }
}

.search__button {
  margin-bottom: 1rem;
}
@media (min-width: 32em) {
  .search__button {
    float: left;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.search__form > .form-item-search-block-form {
  overflow: hidden;
  border: 0.0625rem solid #55812b;
  background: white;
  margin-bottom: 1rem;
  font-size: inherit !important;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 32em) {
  .search__form > div {
    float: right;
    width: calc(100% - 9.125rem);
    margin-bottom: 0;
  }
}

@media (min-width: 32em) {
  .search-results-form-wrap .search__form {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

.search__input,
.search__form .form-text {
  float: left;
  height: 2.6rem;
  padding: .5rem;
  font-size: 1rem;
  border: 0;
  width: calc(100% - 2.5625rem);
  border: 0.0625rem solid #55812b;
  border-right: none;
}

.search__submit {
  float: right;
  width: 2.5625rem;
  color: #55812b;
  background: white;
  border: 0.0625rem solid #55812b;
  border-left: none;
  height: 2.6rem;
  padding: .5rem;
  font-size: .4rem;
}

.search__button {
  width: 7.125rem;
}
@media (min-width: 32em) {
  .search__button {
    float: left;
  }
}

.form-radios {
  float: right;
}

.form-radios label {
  margin-left: -.02rem;
}

.form-radios .form-item {
  float: left;
}
.form-radios .form-item:first-child {
  margin-right: 1rem;
}
.form-radios .form-item:last-child {
  margin-left: 1rem;
}

.search__button {
  float: left;
  clear: none;
  margin-top: 0;
  line-height: 1.5rem;
}

@media (max-width: 37.5em) {
  .search__button {
    margin-top: 1rem;
  }

  .form-radios {
    float: left;
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.section {
  padding: 2rem 0;
}
@media (min-width: 80em) {
  .section {
    padding: 3rem 0;
  }
}

.section--white {
  color: white;
}

.section--blue-light {
  background: #017ba3;
  color: white;
  padding: 6rem 0 8rem;
}
@media (min-width: 80em) {
  .section--blue-light {
    padding: 6rem 0 8rem;
  }
}

.section__header {
  width: 100%;
}

.section__prev,
.section__next {
  width: 9rem;
  margin-bottom: 1rem;
}
@media (min-width: 32em) {
  .section__prev,
  .section__next {
    width: 12rem;
  }
}
@media (min-width: 48em) {
  .section__prev,
  .section__next {
    margin-top: 0.5rem;
  }
}
@media (min-width: 64em) {
  .section__prev,
  .section__next {
    width: 16rem;
    margin-bottom: 0;
  }
}

.section__prev {
  float: left;
}

.section__next {
  float: right;
  text-align: right;
}
.section__next .section__nav:hover {
  text-decoration: underline;
  color: #003300;
}

.section__nav {
  display: inline-block;
  color: #55812b;
  font-weight: bold;
}
.section__nav.modal-close:hover {
  text-decoration: underline;
  color: #003300;
}
.section--white .section__nav {
  color: inherit;
}
.section--white .section__nav.modal-close:hover {
  text-decoration: underline;
  color: inherit;
}

.section__nav--white {
  color: white;
}

.section__nav__icon {
  float: left;
  width: 1.6875rem;
  margin-right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section__next .section__nav__icon {
  float: right;
  margin-right: 0;
  margin-left: 0.5rem;
  -webkit-transform: none;
          transform: none;
}

.section__heading, .section__heading h2 {
  clear: both;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  color: #005838;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .section__heading, .section__heading h2 {
    clear: none;
  }
}
.section--white .section__heading, .section--white .section__heading h2 {
  color: inherit;
}

.section__footer {
  text-align: center;
  width: 100%;
  margin-top: auto;
}

.section__tabs {
  margin-bottom: 3rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.section__tabs__item {
  height: 0;
  overflow: hidden;
}

.section__tabs__item--active {
  position: static;
  height: auto;
}

.section__tabs-nav {
  list-style: none;
}

.section__tabs-nav__item {
  display: inline-block;
  margin: 0 0.5rem;
}

.section__tabs-nav__link {
  display: block;
  width: 3rem;
  border-radius: 50%;
  background: white;
  color: #55812b;
  padding: 0.75rem;
}
.section__tabs-nav__item--active .section__tabs-nav__link {
  background: #55812b;
  color: white;
}

.section__fact {
  font-size: 2rem;
  font-family: "Merriweather", serif;
}
@media (min-width: 48em) {
  .section__fact {
    font-size: 3rem;
    margin: 2rem 0;
  }
}
@media (min-width: 64em) {
  .section__fact {
    margin: 4rem 0;
  }
}
@media (min-width: 80em) {
  .section__fact {
    margin: 6rem 0;
  }
}

.slide-up-container {
  overflow: hidden;
}

.slide-up img {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity ease 320ms, -webkit-transform ease 320ms;
  transition: opacity ease 320ms, -webkit-transform ease 320ms;
  transition: opacity ease 320ms, transform ease 320ms;
  transition: opacity ease 320ms, transform ease 320ms, -webkit-transform ease 320ms;
}

.slide-up--active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slider {
  background: #003300;
  color: white;
}
.slider .flickity-page-dots {
  bottom: 3rem;
}
.slider .flickity-page-dots .dot {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.5rem;
  background: white;
  opacity: 1;
}
.slider .flickity-page-dots .dot.is-selected {
  background: #55812b;
}

.slider__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider__item {
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 3rem 0 7rem 0;
}
@media (min-width: 48em) {
  .slider__item {
    padding: 6rem 0 10rem 0;
  }
}
@media (min-width: 64em) {
  .slider__item {
    padding: 8rem 0 12rem 0;
  }
}
@media (min-width: 80em) {
  .slider__item {
    padding: 10rem 0 14rem 0;
  }
}
.slider__item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 0, 0.9);
  content: '';
}

.slider__icon {
  width: 4rem;
  margin: 0 auto 2rem auto;
}

.slider__text {
  font-family: "Merriweather", serif;
  font-size: 2rem;
}

#sw-image-container, #sw-lightbox-overlay {
  height: 0px;
  display: none;
}

.social_connect_green svg {
  fill: #003300;
}

.body__social__ul {
  list-style: none;
  padding: 30px;
}

.body__social__ul li {
  display: inline;
  float: left;
}

.body__social__link {
  display: block;
  width: 3.0rem;
}

@media (max-width: 48em) {
  .body__social__link {
    width: 2.0rem;
  }
}
#spif-lm {
  display: none;
}

#spif-qv {
  display: block;
}

.splash {
  min-height: 100vh;
  /* min-height: 1080px; */
  background-size: cover;
  background-position: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding-top: 3.5rem;
  z-index: -1;
  position: relative;
}
@media (min-width: 64em) {
  .splash {
    padding-top: 10.3125rem;
    margin-top: -3rem;
  }
}
.splash .splash__wrap {
  width: 100%;
  margin: auto auto 0 auto;
  z-index: 2;
}
.splash:after {
  background-attachment: scroll;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  content: '';
  z-index: 1;
}

.front .splash {
  z-index: 1;
  margin-top: -3rem;
}
@media (min-width: 48em) {
  .front .splash {
    margin-top: -2rem !important;
  }
}
@media (min-width: 80em) {
  .front .splash {
    margin-top: -3rem !important;
  }
}

.splash__container {
  padding: 1rem;
  z-index: 2;
}
@media (min-width: 48em) {
  .splash__container {
    padding: 2rem;
  }
}
@media (min-width: 80em) {
  .splash__container {
    padding: 3rem;
  }
}

.splash__location {
  display: inline-block;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}

.splash__location__icon {
  float: left;
  width: 0.875rem;
  margin-right: 0.5rem;
}

.splash__heading {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 8.0rem;
}
@media (min-width: 48em) {
  .splash__heading {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}

.splash__subheading {
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .splash__subheading {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.logged-in .splash, .logged-in .node-type-universal-landing .splash {
  margin-top: 0 !important;
}

.splash-video {
  position: relative;
  width: 100%;
  padding-bottom: 54.25%;
  margin-top: -2.9rem;
  /*  to fix 3rem gap below primary nav */
  overflow: hidden;
  padding-top: 0;
  transition: padding-bottom ease-out 1s;
  -webkit-transition: padding-bottom ease-out 1s;
}

.splash-video.vid-collapse {
  padding-bottom: 33.5%;
}

video#hero-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  z-index: -21;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  transition: opacity ease 1s;
  -webkit-transition: opacity ease 1s;
}

.video-hero-img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  z-index: -20;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 1.0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.video-hero-img.hide {
  opacity: 0.0;
}

.screen-click {
  position: absolute;
  top: 50%;
  left: 46%;
  min-width: 95%;
  width: auto;
  min-height: 100%;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.screen-click.hide {
  display: none;
}

.video#hero-vid.hide, .screen-click.hide, button.x.hide, button.sound.hide {
  display: none;
}

.partial-fade {
  opacity: .65;
}

.full-fade {
  opacity: 0;
}

.vid-controls-overlay, .x-overlay {
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 10px;
  width: auto;
}

.vid-controls-overlay {
  right: 20px;
}

.x-overlay {
  left: 20px;
}

.vid-controls-overlay button, .x-overlay button {
  display: block;
  padding: 9px;
  margin: 0;
  margin-top: 7px;
  border: none;
  width: 40px;
  height: 40px;
  background-color: white;
  /*	color: #000;	*/
  /*	font-size: 10px; */
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.vid-controls-overlay button:hover, .x-overlay button:hover {
  opacity: 1.0;
}

.vid-controls-overlay button img, .x-overlay button img {
  width: 100%;
  height: auto;
}

.x-overlay button.x {
  border-radius: 5%;
  background: none;
  padding: 9px;
}

/* REMOVE REMOVE REMOVE REMOVE REMOVE REMOVE REMOVE REMOVE REMOVE REMOVE REMOVE REMOVE */
.vid-controls-overlay button.false-restart {
  opacity: .01;
}

.vid-controls-overlay button.false-restart:hover {
  opacity: .01;
}

@media screen and (max-width: 665px) {
  button.sound.hide {
    display: none;
  }
}
.tu-sub-content-boxes {
  margin-top: 100px;
  padding: 0 1rem;
}

@media (min-width: 64em) {
  .tu-sub-content-boxes {
    padding: 0;
  }
}
.tu-single-content-box-inner {
  max-width: 364px;
  max-height: 364px;
  float: none;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1023px) {
  .tu-single-content-box-inner {
    margin-bottom: 1rem;
  }
}
.tu-single-content-box img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.tu-content-box-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  max-width: 364px;
  max-height: 364px;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #7f7f7f;
  z-index: 0;
}

strong.tu-content-box-heading {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 30px;
  width: 100%;
  top: 40%;
}

.tu-single-content-box a:hover .tu-content-box-overlay {
  background-color: transparent;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition: 1s;
  transition: 1s;
}

.subnav {
  margin-bottom: 3rem;
  border-bottom: 0.0625rem solid #005838;
}
.subnav .menu {
  list-style: none;
}
.subnav .expanded .menu {
  position: static;
}
.subnav .expanded > .subnav__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.subnav .expanded > a {
  color: #005838;
}
.subnav li {
  font-weight: bold;
  border-top: 0.0625rem solid #005838;
}
.subnav li a {
  display: block;
  padding: 0.5rem 0;
}
.subnav li a:hover {
  color: #005838;
}
.subnav li li {
  font-weight: normal;
  border: 0;
}
.subnav li li a {
  padding-left: 1rem;
}
.subnav li li a:hover {
  background: #005838;
  color: white;
}

.subnav__parent {
  width: calc(100% - 1.5rem);
}

.subnav__toggle {
  float: right;
  width: 1.5rem;
  height: 2.6875rem;
  overflow: hidden;
}

.subnav__toggle__icon {
  display: block;
  padding: 0.375rem 0;
}

.experts-wrap {
  margin-top: -60px;
}

.expert__heading {
  color: white;
  font-size: 2rem;
  float: left;
}

.expert-title {
  color: white;
  font-size: 1.5rem;
  float: left;
}

.expert__heading {
  margin-left: 10%;
}

.experts-wrap .infocus__container {
  overflow: hidden !important;
  border: 0px solid red;
}

.experts-wrap .infocus__image img {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

@media only screen and (min-width: 1280px) {
  .experts-wrap .infocus__image img {
    padding-top: 0px;
  }
}
.faculty-universal-region--main {
  max-width: 95%;
  border: 0px solid green;
}

.tu_people img {
  max-width: 300px;
  height: auto;
}

.tu_people {
  list-style-type: none;
}

.tu_people ul li {
  width: 95%;
  float: left;
  margin-left: 10%;
}

.tu_people .footer__social {
  padding: 2rem 0 2.5rem 0;
  max-width: 200px;
}

.tu_people .footer__social li {
  padding-left: 1rem;
}

.tu_people .footer__social__item {
  max-width: 15%;
}

.expert-video {
  margin-left: 7px;
}

.experts-video-caption {
  margin-top: -28px;
}

.experts-slideshow-section .image-field-caption p {
  margin-top: -12px;
  margin-left: -53px;
}

.faculty-info-courses ul {
  list-style: none;
}

.faculty-info .universal-region, .faculty-info .universal-region--main, .faculty-info .main, .faculty-info .faculty-universal-region--main {
  width: 100%;
  border: 0px solid red;
}

.faculty-info .file img {
  float: left;
}

.experts-sidebar {
  border-left: 1px solid #ebebeb;
}

.research-sb {
  display: none;
}

.faculty-info .file a {
  margin-left: 4px;
  margin-top: -6px;
  float: left;
}

.faculty-info .file-size {
  display: none;
}

.faculty-info-courses {
  padding-top: 1px;
}

.experts-slideshow-section p {
  font-size: 1.125rem;
  font-family: "Roboto Condensed",sans-serif;
}

.experts-slideshow-section img {
  max-width: 640px;
}

.tu-people .universal-region--main {
  margin-left: -1rem;
  border: 0px solid blue;
  max-width: 75%;
}

/* listings page */
.tu-people-pane {
  margin-top: -4rem;
}

.view-id-tulane_people img {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tp-listings-pane-title {
  font-weight: 700;
  font-size: 1.5em;
  margin-left: -16px;
  margin-bottom: 8px;
}

.view-tulane-people a {
  font-weight: 700;
  font-size: 18px;
}

.view-tulane-people {
  line-height: 99%;
  font-size: 16px;
}

.view-tulane-people .views-row {
  min-height: 260px;
  margin-right: 0px;
  width: 250px;
  float: left;
}

.view-tulane-people .views-field-title {
  margin-left: 5px;
}

.universal-margins {
  padding: 2rem 0;
  padding: 0 1rem;
}

@media (min-width: 48em) {
  .universal-margins {
    padding: 2rem 8rem;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.videoOuterWrapper {
  max-width: 70%;
  max-height: 70%;
  margin-left: auto;
  margin-right: auto;
}

.pane-view-from-gibson {
  position: relative;
  float: left;
  width: 100%;
}

.view-view-from-gibson .views-row {
  min-width: 50%;
}

.webform-container-inline label {
  position: relative;
  float: left;
  margin-right: 1em;
}

.webform-container-inline div, .webform-container-inline div.form-item {
  position: relative;
  float: left;
}

.form-item label {
  color: black;
}

.form-file {
  margin-left: 5px !important;
  margin-bottom: 5px !important;
}

.description {
  padding-top: 8px;
  float: left;
  border: 0px solid green;
  line-height: 96%;
  margin-bottom: 14px;
}

.form-radios .form-item:first-child {
  margin-right: 0rem;
}

.description {
  color: #4d4d4d;
  margin-top: -10px;
  font-style: italic;
}

.webform-container-inline label {
  margin-right: 2px;
  margin-left: 20px;
  border: 0px solid green;
}

.form-type-radio {
  border: 0px solid red;
}

.webform-component-radios, .webform-component-checkboxes {
  clear: both;
}

.form-submit {
  clear: both;
  display: inline;
  float: left;
}

.webform-client-form button, .webform-client-form input, .webform-client-form select, .webform-client-form .webform-client-form textarea, .form-submit {
  font-family: inherit;
  font-size: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.webform-client-form button, .webform-client-form input, .form-submit {
  line-height: normal;
}

.webform-client-form input[type="text"], .webform-client-form input[type="password"], .webform-client-form input[type="date"], .webform-client-form input[type="datetime"], .webform-client-form input[type="datetime-local"], .webform-client-form input[type="month"], .webform-client-form input[type="week"], .webform-client-form input[type="email"], .webform-client-form input[type="number"], .webform-client-form input[type="search"], .webform-client-form input[type="tel"], .webform-client-form input[type="time"], .webform-client-form input[type="url"], .webform-client-form textarea {
  background-color: #ffffff;
  font-family: inherit;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  height: 2.3125rem;
  box-sizing: border-box;
  -webkit-transition-property: box-shadow, border-color;
  transition-property: box-shadow, border-color;
  -webkit-transition-duration: 0.45s, 0.45s;
          transition-duration: 0.45s, 0.45s;
  -webkit-transition-timing-function: ease, ease-in-out;
          transition-timing-function: ease, ease-in-out;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.webform-client-form input[type="text"]:focus, .webform-client-form input[type="password"]:focus, .webform-client-form input[type="date"]:focus, .webform-client-form input[type="datetime"]:focus, .webform-client-form input[type="datetime-local"]:focus, .webform-client-form input[type="month"]:focus, .webform-client-form input[type="week"]:focus, .webform-client-form input[type="email"]:focus, .webform-client-form input[type="number"]:focus, .webform-client-form input[type="search"]:focus, .webform-client-form input[type="tel"]:focus, .webform-client-form input[type="time"]:focus, .webform-client-form input[type="url"]:focus, .webform-client-form textarea:focus {
  box-shadow: #999999;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
}

.webform-client-form input[type="text"]:focus, .webform-client-form input[type="password"]:focus, .webform-client-form input[type="date"]:focus, .webform-client-form input[type="datetime"]:focus, .webform-client-form input[type="datetime-local"]:focus, .webform-client-form input[type="month"]:focus, .webform-client-form input[type="week"]:focus, .webform-client-form input[type="email"]:focus, .webform-client-form input[type="number"]:focus, .webform-client-form input[type="search"]:focus, .webform-client-form input[type="tel"]:focus, .webform-client-form input[type="time"]:focus, .webform-client-form input[type="url"]:focus, .webform-client-form textarea:focus {
  background-color: #fafafa;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  outline-width: medium;
  outline-style: none;
}

.webform-submit {
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.25rem;
  margin-left: 0px;
  position: relative;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #336699;
  border-top-color: #29537a;
  border-right-color: #29537a;
  border-bottom-color: #29537a;
  border-left-color: #29537a;
  color: #ffffff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* for drupal webform nodes */
.node__content fieldset {
  padding: 20px;
}

.node__content .webform-component-date .form-item {
  max-width: 8%;
}

.node__content .webform-component-time {
  color: white;
}

.node__content .webform-component-time .form-item {
  max-width: 10%;
}

.node__content .webform-component-date label {
  max-width: 30%;
}

.node__content .webform-component-time label {
  max-width: 40%;
}

.node__content .webform-component-time .option {
  width: 300px;
}

.node-type-webform .form-item {
  float: left;
  position: relative;
}

.node-type-webform .form-radios {
  float: left;
}

.node-type-webform .form-type-checkbox {
  clear: both;
}

.node-type-webform label {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.node-type-webform .webform-component-radios, .webform-component-checkboxes {
  clear: both;
}

.node-type-webform .webform-component {
  clear: both;
}

.wt-layout-wrapper {
  clear: both;
  min-width: 100%;
}

.wt-layout-col1 {
  width: 40%;
  float: left;
}

.wt-layout-col2 {
  width: 60%;
  float: left;
  padding-left: 15px;
}

/* Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0;
  width: auto;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  width: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
  Docs at http://http://simpleweatherjs.com

  Look inspired by http://www.degreees.com/
  Used for demo purposes.

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/
@font-face {
  font-family: 'weather';
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

#weather {
  display: none;
  text-align: right;
  margin: 1.5rem 0 0;
}
@media (min-width: 64em) {
  #weather {
    display: block;
  }
}

#weather .location {
  text-transform: capitalize;
  color: #003300;
  margin-right: .5rem;
}
#weather .temp {
  color: #003300;
}
#weather .currently {
  text-transform: capitalize;
  margin-left: .5rem;
}

i {
  color: black;
  font-family: weather;
  font-size: 3rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
}

.icon-0:before {
  content: ":";
}

.icon-1:before {
  content: "p";
}

.icon-2:before {
  content: "S";
}

.icon-3:before {
  content: "Q";
}

.icon-4:before {
  content: "S";
}

.icon-5:before {
  content: "W";
}

.icon-6:before {
  content: "W";
}

.icon-7:before {
  content: "W";
}

.icon-8:before {
  content: "W";
}

.icon-9:before {
  content: "I";
}

.icon-10:before {
  content: "W";
}

.icon-11:before {
  content: "I";
}

.icon-12:before {
  content: "I";
}

.icon-13:before {
  content: "I";
}

.icon-14:before {
  content: "I";
}

.icon-15:before {
  content: "W";
}

.icon-16:before {
  content: "I";
}

.icon-17:before {
  content: "W";
}

.icon-18:before {
  content: "U";
}

.icon-19:before {
  content: "Z";
}

.icon-20:before {
  content: "Z";
}

.icon-21:before {
  content: "Z";
}

.icon-22:before {
  content: "Z";
}

.icon-23:before {
  content: "Z";
}

.icon-24:before {
  content: "E";
}

.icon-25:before {
  content: "E";
}

.icon-26:before {
  content: "3";
}

.icon-27:before {
  content: "a";
}

.icon-28:before {
  content: "A";
}

.icon-29:before {
  content: "a";
}

.icon-30:before {
  content: "A";
}

.icon-31:before {
  content: "6";
}

.icon-32:before {
  content: "1";
}

.icon-33:before {
  content: "6";
}

.icon-34:before {
  content: "1";
}

.icon-35:before {
  content: "W";
}

.icon-36:before {
  content: "1";
}

.icon-37:before {
  content: "S";
}

.icon-38:before {
  content: "S";
}

.icon-39:before {
  content: "S";
}

.icon-40:before {
  content: "M";
}

.icon-41:before {
  content: "W";
}

.icon-42:before {
  content: "I";
}

.icon-43:before {
  content: "W";
}

.icon-44:before {
  content: "a";
}

.icon-45:before {
  content: "S";
}

.icon-46:before {
  content: "U";
}

.icon-47:before {
  content: "S";
}

/* Views Load More module */
.pager-load-more {
  list-style-type: none;
}

.pager-load-more a {
  font-weight: 700;
}

.wrap {
  max-width: 80rem;
  margin: auto;
}

.wrap--wide {
  max-width: 90rem;
}

.main {
  padding: 0 1rem;
}
@media (min-width: 48em) {
  .main {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .main {
    float: left;
    width: 70%;
  }
}
@media (min-width: 80em) {
  .main {
    padding: 0 3rem;
  }
}
.main.auto {
  float: none;
  margin: 0 auto;
}

@media (min-width: 64em) {
  .main--full {
    float: none;
    width: auto;
  }
}

.sidebar {
  padding: 0 1rem;
}
@media (min-width: 48em) {
  .sidebar {
    padding: 0 2rem;
  }
}
@media (min-width: 64em) {
  .sidebar {
    float: right;
    width: 30%;
  }
}
@media (min-width: 80em) {
  .sidebar {
    padding: 0 3rem;
  }
}

.pane-page-content .grid__item p,
.pane-page-content .grid__item--2 p,
.pane-page-content .grid__item--3 p,
.pane-page-content .grid__item--4 p {
  padding: 0 1rem;
}
