/****************************
  General
****************************/

h1,
h2,
h3,
h4,
h5,
h6,
.lead {
  font-family: "adobe-caslon-pro", serif;
}

.panel-title {
  font-family: "Usual", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
.pagination > li > a,
.pagination > li > span,
.webform-component-addressfield
  .form-item[class*="autocompletion-block"]
  + div[class*="toogle"]
  a {
  color: #0033a0;
}

a:hover,
a:focus,
.webform-component-addressfield
  .form-item[class*="autocompletion-block"]
  + div[class*="toogle"]
  a:hover {
  color: #143887;
}

.webform-component-addressfield
  .form-item[class*="autocompletion-block"]
  + div[class*="toogle"]
  a {
  text-decoration: underline;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0033a0;
  border-color: #0033a0;
}

p {
  line-height: 1.5;
}

#skip-link,
.element-invisible,
.hide-text .link_title {
  display: none;
}

.skip-link {
  background: #0033a0;
  color: #ffffff;
  left: -5000px;
  letter-spacing: 2px;
  padding: 30px 40px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 150;
}
.skip-link:focus {
  left: 0;
  color: #ffffff;
}

.margin-15-0 {
  margin: 15px 0;
}

.margin-30-0 {
  margin: 30px 0;
}

.margin-30-0-0 {
  margin: 30px 0 0;
}

.margin-0-0-30 {
  margin: 0 0 30px;
}

.margin-1em {
  margin: 1em 0;
}

.margin-15em {
  margin: 1.5em 0;
}

.margin-2em {
  margin: 2em 0;
}

.padding-0-2em {
  padding: 0 2em;
}

.image-intro.grad-study-page .first {
  line-height: 9rem;
}

.image-intro.grad-study-page .second {
  line-height: 6rem;
}

.grad-study-page-stats .stat {
  font-family: 'Oswald';
  font-weight: bold;
  color:#0033a0;
  text-transform: uppercase;
  font-size:6em;
  margin:0;
}

.grad-study-page-stats .stat-subtext {
  font-family:'Oswald';
  font-weight: bold;
  color:#0033a0;
  font-size:2em;
  margin-bottom:.5em;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .margin-1em-top {
    margin-top: 1em;
  }

  .margin-1em-bottom {
    margin-bottom: 1em;
  }

  .image-intro.grad-study-page .first {
    font-size: 3em;
    line-height: 5rem;
  }

  .image-intro.grad-study-page .second {
    font-size: 2em;
    line-height: 3.5rem;
  }

  .grad-study-page-stats .stat {
    font-size: 4em;
  }

  .grad-study-page .engagement-cta div {
    margin-right: 6em;
  }

}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

/*.img-responsive { width: 100%; }*/

.img-wrapper {
  display: inline-block;
  overflow: hidden;
}

.img-wrapper img {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  vertical-align: middle;
}

.img-wrapper img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}

@media only screen and (min-width: 768px) {
  .neg-padding {
    padding: 0;
  }
}

.btn {
  font-size: 16px;
  padding: 8px 15px;
}

.btn-lg {
  font-size: 18px;
  padding: 15px 15px;
  letter-spacing: 0.25px;
}

.btn-lg .fa {
  margin-right: 5px;
}

.btn-info,
.btn-info:focus,
.btn-primary {
  background: #0033a0;
  border-color: #0033a0;
}

.btn-info:hover,
.btn-info:active,
.btn-info:hover:active,
.btn-info:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:active:focus {
  background: #143887;
  border-color: #143887;
}

.node-type-page .region-content {
  margin-bottom: 2em;
}

.page-digital-sign .region-content,
.page-digital-sign-hardy .region-content {
  margin: 0;
}
#views-bootstrap-carousel-1 .carousel-inner.carousel-inner {
  width: 100% !important;
}

.js-hide {
  display: none;
}

.node-type-webform .alert-warning {
  display: none;
}

.flex-row.row {
  display: flex;
  flex-wrap: wrap;
}

.webform-submit {
  font-weight: bold;
  font-size: 18px;
  padding: 0.5em 1.25em;
  text-transform: uppercase;
}

/****************************
  Home: Video
****************************/

.navbar-toggle .icon-bar {
  background: #ffffff;
}

.navbar-toggle:focus {
  outline: 1px dashed #ffffff;
}

.h-header__inner {
  position: relative;
  height: 100%;
  overflow: visible;
}

@media only screen and (max-width: 46em) {
  .h-header__inner {
    height: auto;
  }
}

@media only screen and (max-width: 46em) {
  .h-header__top {
    height: 5.625rem;
    line-height: 5.625rem;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 768px) {
  .h-header__top {
    height: auto;
  }
}

.h-header__block {
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 4;
}

@media only screen and (max-width: 46em) {
  .h-header__block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .h-header__block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 41.6667%;
    float: left;
    position: relative;
  }
}

@media only screen {
  .h-header__block:first-child {
    padding-left: 1.25rem !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .h-header__block:first-child {
    margin-left: 0px;
  }
}

.h-header__meta {
  max-width: 24.375rem;
  padding-right: 20px;
  margin-top: 3.25rem;
}

@media only screen and (max-width: 46em) {
  .h-header__meta {
    margin-top: 1.9375rem;
    margin-bottom: 2.5625rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-header__meta {
    margin-bottom: 4.375rem;
  }
}

.h-header__meta.-meta-home {
  max-width: 31.25rem;
  margin: 0;
}

@media only screen and (min-width: 768px) and (min-height: 53.125rem) {
  .h-header__meta.-meta-home {
    top: 5rem;
    padding-bottom: 8.75rem;
  }
}

@media only screen and (max-width: 46em) {
  .h-header__meta.-meta-home .h-header__meta-content {
    padding: 1.875rem 0 1rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 64em) {
  .h-header__meta.-meta-home .h-header__meta-content {
    padding: 4.375rem 0 1.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-header__meta.-meta-home .h-header__meta-content {
    display: table-cell;
    vertical-align: middle;
  }
}

.h-header p {
  color: #f2ede7;
  margin-top: 1.625rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0.625rem;
  text-shadow: 1px 1px 5px #333333;
}

.h-header p a {
  color: #ffffff;
  font-weight: bold;
}

.h-header__title {
  font-size: 2rem;
  color: #f2ede7;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .h-header__title {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-header__title {
    font-size: 2.75rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 64em) {
  .h-header__title {
    font-size: 1.875rem;
    margin-top: 0.625rem;
  }
}

.h-header__meta.-meta-home .h-header__title {
  font-size: 2rem;
  max-width: 60%;
  margin-bottom: 1.25rem;
  margin-top: 6.25rem;
}

@media only screen and (max-width: 767px) {
  .h-header__meta.-meta-home {
    max-width: 100%;
    margin-top: 2em;
  }

  .h-header__meta {
    padding-right: 0;
  }

  .h-header__meta.-meta-home .h-header__title {
    max-width: 100%;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-header__meta.-meta-home .h-header__title {
    font-size: 4.375rem;
    max-width: 50rem;
    text-shadow: 1px 1px 5px #333333;
  }
}

@media only screen and (min-width: 768px) and (min-height: 53.125rem) {
  .h-header__meta.-meta-home .h-header__title {
    font-size: 5.625rem;
    line-height: 0.85;
    max-width: inherit;
  }
}

@media screen and (max-width: 25rem) {
  .h-header__title {
    font-size: 2.75rem;
  }
}

.h-header {
  position: relative;
  background-color: #2c2c2c;
}

@media only screen and (max-width: 46em) {
  .h-header {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .h-header.-with-video,
  .h-header.-with-image {
    height: 600px;
    height: 55vh;
    padding-bottom: 0;
  }

  .h-header.-with-image.smaller {
    /*height: 100px;*/
    height: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .h-header.-with-video,
  .h-header.-with-image {
    height: 700px;
    height: 90vh;
    background: none;
    padding-bottom: 0;
    overflow: hidden;
  }

  .department-video {
    height: 620px !important;
    /*height: 80vh !important;*/
    height: 70vh !important;
  }

  .h-header.-with-image {
    height: 550px;
    height: 72vh;
    overflow: initial;
  }

  .node-type-lean .h-header.-with-image {
    /*height: 550px;*/
    /*height: 775px;*/
  }

  .h-header.-with-image.dept-home {
    height: 650px;
    height: 82vh;
    overflow: initial;
  }

  .h-header.-with-video .h-header__logo-wrap,
  .h-header.-with-image .h-header__logo-wrap {
    margin-top: 1.25rem;
  }

  .h-header.-with-image.smaller {
    /*height: 100px;*/
    height: 0;
  }

  .h-header.-with-image.smaller-events {
    height: 250px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 414px) {
  .h-header.-with-video,
  .h-header.-with-image {
    height: 90vh;
  }
}

.node-type-landing-page .department-video {
  height: 620px !important;
  height: 60vh !important;
}

.h-header.-with-video:before,
.h-header.-with-video:after,
.h-header.-with-image:before,
.h-header.-with-image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.h-header.-with-video:before,
.h-header.-with-image:before {
  top: 0;
  height: 40%;
  background-image: -owg-linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
}

.h-header.-with-video:after,
.h-header.-with-image:after {
  bottom: 0;
  height: 10%;
  background-image: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}

.h-header.-with-image.smaller:before {
  top: 0;
  /*height: 100%;*/
  height: 0;
  background-image: -owg-linear-gradient(rgba(0, 0, 0, 0.9), transparent);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
}

.h-header.-with-image.smaller-events:before {
  top: 0;
  height: 80%;
  background-image: -owg-linear-gradient(rgba(0, 0, 0, 0.9), transparent);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
}

.h-header.-with-image.smaller:after {
  bottom: 0;
  /*height: 100%;*/
  height: 0;
  background-image: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}
.h-header.-with-image.smaller-events:after {
  bottom: 0;
  height: 80%;
  background-image: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

@media only screen and (min-width: 768px) and (min-height: 53.125rem) {
  .h-header.-with-video,
  .h-header.-with-image {
    /*height: 70vh;*/
    height:550px;
  }
}

.h-header .controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 101;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  width:65px;
  text-align:center;
}
.h-header .controls a.playpause {
  color:#ffffff;
}

.h-fvideo,
.h-fimage {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .h-fvideo,
  .h-fimage {
    height: 100%;
    overflow: hidden;
  }
}

.h-fvideo__sm {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .h-fvideo,
  .h-fimage {
    z-index: -1;
    display: block;
    background: #2c2c2c;

  }
  .h-fimage {
    /*height:550px;*/
  }
  .h-fvideo {
    /*height:750px;*/
  }

  .node-type-lean .h-fimage { height:550px; }

  .h-fvideo__wrapper,
  .h-fimage__wrapper {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 500px;
    height: calc(90vh + 60px);
  }

  .h-fvideo__video,
  .h-fimage__image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .h-fvideo__sm,
  .h-fimage__sm {
    display: none;
  }
}

.h-fvideo__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.no-csstransforms .h-fvideo__video,
.no-csstransforms .h-fimage__image {
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (min-height: 53.125rem) {
  .h-fvideo__wrapper,
  .h-fimage__wrapper {
    height: 700px;
    height: calc(70vh + 60px);
    background-size: cover;
    -webkit-background-size: cover;
  }
}

.h-header.-with-video .h-fvideo__wrapper,
.h-header.-with-image .h-fimage__wrapper {
  position: absolute;
  height: 100%;
}

h2.masthead-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: 1em 0;
  z-index: 5;
  font-size: 3em;
  text-shadow: 1px 1px 5px #333333;
}

h2.masthead-title a {
  color: #fff;
  display: inline-block;
  max-width: 15em;
}

h2.masthead-title a:hover {
  text-decoration: none;
}

.h-header.-with-image.smaller h2.masthead-title {
  display: none;
}

@media only screen and (max-width: 767px) {
  .h-header.-with-image.smaller-events h2.masthead-title {
    display: initial;
  }

  h2.masthead-title {
    margin: 0 0.5em 0.5em;
    font-size: 2em;
  }

  .h-header.-with-image .h-fimage__wrapper {
    display: block;
    top: 0;
    width: 100%;
  }
}

/****************************
  Masthead: Video (Refactored)
****************************/
section.video-intro {
  min-height: 80vh;
  position: relative;
}

.video-background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-background .video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/****************************
  Masthead: Image (Refactored)
****************************/
section.image-intro {
  min-height: 80vh;
  position: relative;
}

.image-background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/****************************
  Engagement CTA
****************************/
.node-type-engagement-page h1,
.node-type-engagement-page h2,
.node-type-engagement-page h3,
.node-type-engagement-page h4,
.node-type-engagement-page h5,
.node-type-engagement-page p,
.node-type-engagement-page .directory_name {
  font-family: "Nunito Sans";
}

.node-type-engagement-page #bootstrap-megamenu-main-menu {
  /* height:250px;
  background: linear-gradient(180deg, rgba(44,42,41,.75) 0%, rgba(44,42,41,0) 50%) */
}

.node-type-engagement-page .block-title {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.node-type-engagement-page .region-content {
  margin-left: 0;
}

.engagement-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
}

.engagement-cta div {
  margin-bottom: 10px;
  font-family: "Oswald";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.engagement-cta span {
  padding: 0 10px;
  background-color: #1e8aff;
}

.engagement-cta .first {
  font-size: 18px;
}

.engagement-cta .second {
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-size: 36px;
}

.engagement-cta .engagement-link {
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffdc00;
}

.engagement-cta .engagement-link .fa {
  font-size: 18px;
  padding-left: 5px;
}

.engagement-secondary-cta {
  font-family: "Nunito Sans";
  font-weight: 900;
  height: 60px;
  color: white;
  background-color: #0033a0;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.engagement-footer {
  position: relative;
}

.engagement-footer .squares {
  position: absolute;
  top: 40px;
  left: 0;
}

.engagement-footer .squares .yellow {
  width: 50px;
  height: 50px;
  background-color: #ffdc00;
}

.engagement-footer .squares .orange {
  width: 20px;
  height: 20px;
  background-color: #ffa360;
  position: absolute;
  left: 50px;
}

.engagement-footer .squares .bluegrass {
  width: 15px;
  height: 15px;
  background-color: #1e8aff;
  position: absolute;
  left: 70px;
  top: 35px;
}

.node-engagement-page .paragraphs-item-text,
.node-engagement-page .paragraphs-item-web-video {
  padding-left: 15px;
  padding-right: 15px;
}

.node-engagement-page .paragraphs-item-web-video {
  margin-bottom: 40px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  section.video-intro,
  section.image-intro {
    padding-top: 40vh;
  }

  .engagement-cta {
    position: static;
    bottom: auto;
    left: auto;
    padding-bottom: 0;
  }

  .engagement-cta div {
    margin-bottom: 20px;
  }

  .engagement-cta .first {
    font-size: 24px;
  }

  .engagement-cta .second {
    font-size: 48px;
  }

  .engagement-cta .engagement-link {
    font-size: 16px;
    padding: 10px 15px;
  }

  .engagement-cta .engagement-link .fa {
    font-size: 20px;
  }

  .engagement-secondary-cta {
    font-size: 18px;
  }

  .engagement-footer .jumbotron {
    height: 400px;
  }

  .engagement-footer {
    margin-bottom: -32px;
  }

  .engagement-footer .engagement-cta {
    position: absolute;
    top: 100px;
    left: 100px;
  }

  .engagement-footer .engagement-cta .first {
    font-size: 24px;
  }

  .engagement-footer .engagement-cta .second {
    font-size: 48px;
  }

  .engagement-footer .engagement-cta .engagement-link {
    font-size: 18px;
    padding: 10px 10px;
  }

  .engagement-footer .engagement-cta .engagement-link .fa {
    font-size: 22px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .engagement-cta .first {
    font-size: 36px;
  }

  .engagement-cta .second {
    font-size: 64px;
  }

  .engagement-cta .engagement-link {
    font-size: 18px;
    padding: 10px 15px;
  }

  .engagement-cta .engagement-link .fa {
    font-size: 24px;
  }

  .engagement-secondary-cta {
    font-size: 20px;
  }

  .engagement-footer .jumbotron {
    height: 550px;
  }

  .engagement-footer .engagement-cta {
    position: absolute;
    top: 100px;
    left: 150px;
  }
}

/****************************
  Highlight Region
****************************/
.engagement-highlight {
  background-color: #e0e0df;
  border-top: 1px solid #cccccb;
  border-bottom: 1px solid #cccccb;
  padding: 0 20px;
  margin-bottom: -32px;
}

.engagement-hightlight .directory_name {
  font-family: "Nunito Sans";
}

.engagement-highlight .directory_name {
  font-size: 18px;
  margin: 0.5em 0 0;
  font-weight: 600;
  text-align: center;
}

.engagement-highlight h5 {
  font-size: 14px;
  margin: 0 0 2em;
  text-align: center;
}

@media (min-width: 768px) {
  .engagement-highlight {
    margin-bottom: 0;
  }

  .engagement-highlight .directory_name {
    font-size: 20px;
  }

  .engagement-highlight h5 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .engagement-highlight .directory_name {
    font-size: 22px;
  }

  .engagement-highlight h5 {
    font-size: 16px;
  }
}

/****************************
  Call to Action Grid
****************************/
.paragraphs-item-call-to-action-grid
  .paragraphs-items-field-call-to-action-grid-item {
  display: flex;
  flex-wrap: wrap;
}

.paragraphs-items-field-call-to-action-grid-item > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.cta-grid-item,
.cta-card-item {
  display: flex;
  flex-direction: column;
}

.cta-grid-item h3,
.cta-card-item h3 {
  font-size: 18px !important;
  font-family: "Nunito Sans" !important;
  font-weight: 600 !important;
  color: #0033a0 !important;
}

.cta-grid-item p:nth-of-type(2),
.cta-card-item p:nth-of-type(2) {
  margin-top: auto;
}

.paragraphs-items-field-call-to-action-grid-item .btn {
  font-size: 16px;
  color: white;
  background-color: #0033a0;
  font-family: "Oswald";
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 0.75px;
  padding: 15px;
}

.paragraphs-items-field-call-to-action-grid-item .btn:hover,
.paragraphs-items-field-call-to-action-grid-item .btn:active {
  text-decoration: none;
  background-color: #143887;
}

.cta-grid-item .top,
.cta-card-item .top {
  height: 25px;
  border-top: 2px dotted #0033a0;
  width: 50%;
  margin: 0 auto;
  margin-top: 10px;
}

.cta-card-item .top {
  margin-top: 20px;
}

.paragraphs-items-field-call-to-action-grid-item
  .cta-grid-item:first-child
  .top,
.paragraphs-items-field-call-to-action-grid-item
  .cta-card-item:first-child
  .top {
  display: none;
}

.cta-card-item .cta-card {
  background-color: #0033a0;
  color: #ffffff;
  padding: 15px;
}

.cta-card-item .cta-card h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
}

.paragraphs-items-field-call-to-action-grid-item .cta-card-item .cta-card .btn {
  font-size: 18px;
  color: #0033a0;
  background-color: #ffffff;
  font-family: "Oswald";
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  margin-top: 15px;
}

.paragraphs-items-field-call-to-action-grid-item
  .cta-card-item
  .cta-card
  .btn:hover,
.paragraphs-items-field-call-to-action-grid-item
  .cta-card-item
  .cta-card
  .btn:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #0033a0;
  border: 2px solid #ffffff;
}

@media (min-width: 768px) {
  .paragraphs-items-field-call-to-action-grid-item
    .cta-grid-item:nth-child(1)
    .top,
  .paragraphs-items-field-call-to-action-grid-item
    .cta-grid-item:nth-child(2)
    .top {
    display: none;
  }

  .paragraphs-items-field-call-to-action-grid-item
    .cta-card-item:nth-child(1)
    .top {
    display: none;
  }
}

@media (min-width: 992px) {
  .paragraphs-items-field-call-to-action-grid-item
    .cta-grid-item:nth-child(1)
    .top,
  .paragraphs-items-field-call-to-action-grid-item
    .cta-grid-item:nth-child(2)
    .top,
  .paragraphs-items-field-call-to-action-grid-item
    .cta-grid-item:nth-child(3)
    .top {
    display: none;
  }

  .paragraphs-items-field-call-to-action-grid-item
    .cta-card-item:nth-child(1)
    .top,
  .paragraphs-items-field-call-to-action-grid-item
    .cta-card-item:nth-child(2)
    .top {
    display: none;
  }

}

/****************************
  Card Paragraph
****************************/

.paragraphs-item-card {
  -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 15px rgba(0,0,0,.2);
  box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
  margin-bottom: 30px !important;
}

.paragraphs-item-card h3, .paragraphs-item-card h4, .paragraphs-item-card p {
  padding-right: 20px;
}

@media (max-width: 991px) {
  .paragraphs-item-card h3, .paragraphs-item-card h4, .paragraphs-item-card p {
    padding-left: 20px;
  }
}

/****************************
  Wildly Possible Edits
****************************/
.lead.wp {
  font-family: "Nunito Sans";
  font-size: 18px;
}

.region-content-info .btn.wp {
  color: white;
  background-color: #0033a0;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-family: "Oswald";
  text-transform: uppercase;
}

.region-content-info .btn.wp:hover,
.region-content-info .btn.wp:active {
  text-decoration: none;
  background-color: #143887;
}

.region-content-info .btn.wp .fa {
  padding-left: 10px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .lead.wp {
    font-size: 20px;
  }
}

/****************************
  Masthead SVG (Mobile)
****************************/

.h-header.-with-video.-home-masthead {
  display: flex;
  flex-direction: column;
  height: 70vh;
}

.h-header.-with-video.-home-masthead .h-header__inner {
  flex-grow: 2;
}

.h-header.-with-video.-home-masthead .h-header__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.h-header.-with-video.-home-masthead .h-header__meta {
  margin-top: 0;
}

.h-header.-with-video.-home-masthead .h-header__meta-content {
  display: flex;
  justify-content: center;
}

.home-masthead-img {
  width: 350px;
  padding-top: 55px;
}

.h-header.-with-video.-home-masthead .h-fimage__fallback,
.h-header.-with-video.department-video .h-fimage__fallback {
  display: none;
}

@media only screen and (max-width: 768px) {
  .h-header.-with-video.-home-masthead .h-fvideo__wrapper,
  .h-header.-with-video.department-video .h-fvideo__wrapper.fallback, .h-header .controls {
    display: none;
  }

  .h-header.-with-video.-home-masthead .h-fimage__fallback,
  .h-header.-with-video.department-video .h-fimage__fallback {
    display: block;
  }
}

.node-type-landing-page .h-header.-with-image {
  height: 75vh;
}

.node-type-landing-page .h-header.-with-video::before,
.node-type-landing-page .h-header.-with-image::before {
  background-image: none;
  height: 0;
}

.node-type-landing-page .h-header.-with-image .h-fimage {
  position: static;
}

.lp-masthead-cta {
  z-index: 99;
  position: absolute;
  /* top: 70px; */
  bottom: 0;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.lp-masthead-cta .lp-headline {
  color: #ffffff;
  text-shadow: #1e8aff 2px 2px;
  font-family: "Nunito Sans";
  font-weight: 900;
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
}

.lp-masthead-cta .lp-subline {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-weight: 800;
  font-size: 24px;
  text-shadow: 0 1px 6px black;
  letter-spacing: 0.75px;
  margin: 0;
  margin-bottom: 10px;
}

.lp-masthead-cta .lp-button {
  background-color: #0033a0;
  color: #ffffff;
  text-align: center;
  font-family: "Blackbike Rough";
  font-size: 28px;
  padding: 15px 40px;
  box-shadow: 0 2px 6px black;
  width: 100%;
  max-width: 375px;
  border-width: 0;
}

.lp-masthead-cta .lp-button:hover,
.lp-masthead-cta .lp-button:active {
  text-decoration: none;
  background-color: #143887;
}

.node-type-landing-page .container-wrapper {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid #1e8aff;
}

.node-type-landing-page .main-container {
  padding-bottom: 200px;
}

.node-type-landing-page .footer {
  margin-top: 0;
}

.node-type-landing-page .main-container h3 {
  color: #0033a0;
  font-family: "Oswald";
  font-size: 24px;
}

.node-type-landing-page .main-container strong {
  color: #0033a0;
}

.node-type-landing-page .main-container p,
.node-type-landing-page .main-container li {
  font-family: "Nunito Sans";
}

.node-type-landing-page .lp-masthead-cta .lp-button {
  margin-bottom: 30px;
}

.node-type-landing-page .lp-masthead-cta .lp-button:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .node-type-landing-page .h-header.-with-image {
    height: 65vh;
  }

  .node-type-landing-page .main-container h3 {
    font-size: 32px;
  }

  .lp-masthead-cta {
    padding: 40px 20px;
  }

  .lp-masthead-cta .lp-headline {
    color: #ffffff;
    text-shadow: #1e8aff 2px 2px;
    font-family: "Nunito Sans";
    font-size: 48px;
  }

  .lp-masthead-cta .lp-subline {
    color: #ffffff;
    font-family: "Nunito Sans";
    font-size: 26px;
    text-shadow: 0 1px 6px black;
    letter-spacing: 0.5px;
  }

  .lp-masthead-cta .lp-button {
    background-color: #0033a0;
    color: #ffffff;
    /* font-size: 24px; */
    padding: 15px 40px;
    box-shadow: 0 2px 6px black;
    width: 100%;
    max-width: 375px;
  }
}

@media only screen and (min-width: 992px) {
  .node-type-landing-page .h-header.-with-image {
    height: 90vh;
  }

  .node-type-landing-page .main-container h3 {
    font-size: 48px;
  }

  .lp-masthead-cta {
    padding: 40px 20px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .lp-masthead-cta .lp-headline {
    color: #ffffff;
    text-shadow: #1e8aff 3px 3px;
    font-family: "Nunito Sans";
    font-size: 72px;
  }

  .lp-masthead-cta .lp-subline {
    color: #ffffff;
    font-family: "Nunito Sans";
    font-size: 32px;
    text-shadow: 0 1px 6px black;
    letter-spacing: 0.75px;
  }

  .lp-masthead-cta .lp-button {
    background-color: #0033a0;
    color: #ffffff;
    padding: 15px 40px;
    box-shadow: 0 2px 6px black;
    width: 100%;
    max-width: 375px;
  }
}

@media only screen and (min-width: 768px) {
  .h-header__block:first-child {
    padding-left: 4rem !important;
  }

  .h-header__meta.-meta-home {
    max-width: 520px;
  }

  .home-masthead-img {
    margin-left: 20px;
    width: 100%;
  }
}

/****************************
  Navbar
****************************/


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15%;
  right: 15%;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: initial;
  }
}

#navbar,
#bootstrap-megamenu-main-menu {
  z-index: 100;
}

.navbar {
  border: none;
}

.navbar-eng {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  border: 0;
}

.navbar-eng .navbar-nav.navbar-right {
  background: #143887;
  padding-right: 40px;
  margin-right: 0;
}

.navbar-nav.navbar-right.nav-secondary {
  background: none;
}

.navbar-nav.navbar-secondary {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .navbar-eng .navbar-nav.navbar-right {
    background: #143887;
    padding-right: 0;
  }

  .dropdown-toggle:focus {
    outline: 1px dashed #000000;
  }

  .navbar-eng a:focus{
    outline: 1px dashed #ffffff;
  }

  .link-standalone {
    margin-bottom: 30px;
  }
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border-color: transparent;
}

.navbar-eng .dropdown-menu a:focus {
  outline: 1px dashed #0033a0;
}

#bootstrap-megamenu-main-menu .navbar-nav hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(248, 248, 248, 0.95);
}

#bootstrap-megamenu-main-menu .navbar-nav.nav-secondary > li > a {
  color:#C0C0C0;
  font-size:14px;
}

#navbar-collapsing {
  margin-top:10px;
}

a.dropdown-toggle:focus {
    text-decoration: underline;
}
.nav>li>a:focus {
    text-decoration: underline;
}

#bootstrap-megamenu-main-menu .navbar-nav.nav-secondary > li > a:hover, #bootstrap-megamenu-main-menu .navbar-nav.nav-secondary > li > a:focus {
  color:#ffffff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #bootstrap-megamenu-main-menu .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #a8b1d5;
    /*color: #fff;*/
    background: none;
    font-size:17px;
  }

  #bootstrap-megamenu-main-menu .navbar-nav > li > a:hover, #bootstrap-megamenu-main-menu .navbar-nav > li > a:focus {
    /*color: #a8b1d5;*/
    color: #ffffff;
    background: transparent;
  }
}

.trans-menu .navbar-header {
  float: initial;
}

.trans-menu .navbar-toggle {
  display: initial;
  margin-right: 0;
}

.trans-menu .navbar-collapse.collapse {
  display: none !important;
}

.trans-menu .navbar-collapse.collapse.in {
  display: block !important;
}

.trans-menu .navbar-collapse {
  margin: 0;
}

#bootstrap-megamenu-main-menu a.mega-group-title {
  font-weight: bold;
}

.nav-logo {
  max-height: 60px;
  width: 300px;
  margin-left: 20px;
  position: absolute;
  top: 20px;
}
.nav-logo-link:focus {
  outline: 1px dashed #ffffff;
}

.nav-logo.tl {
  max-height: 100px;
  top: 0;
  /* margin-top: 10px; */
}

.nav-logo-cafe {
  max-height: 60px;
  width: 250px;
  margin-left: 30px;
  position: absolute;
}

.nav-logos-container {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 15px;
}

.nav-logo-ds {
  max-height: 55px;
  border-right: 1px solid #ffffff;
}

.nav-logo-ds.coe {
  padding-right: 30px;
}

.nav-logo-ds.com,
.nav-logo-ds.cph {
  padding: 0 30px;
  padding-bottom: 5px;
  padding-top: 2px;
}

.nav-logo-ds.cph {
  border-right-width: 0;
}

.nav-logo-ism,
.nav-logo-ir4td,
.nav-logo-lean,
.nav-logo-peik,
.nav-logo-eday {
  max-height: 175px;
  margin-left: 30px;
  filter: drop-shadow(0 0 10px #333);
}

@media (max-width: 767px) {
  .nav-logo-ism,
  .nav-logo-ir4td,
  .nav-logo-lean,
  .nav-logo-peik,
  .nav-logo-eday {
    margin-left: 0;
    max-width: 330px;
  }
}

.nav-logo-eng {
  max-height: 60px;
  width: 300px;
  margin-left: 20px;
  position: absolute;
  top: 15px;
  left: 290px;
  border-top: 0 !important;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
  padding-top: 0;
}

.nav-et.nav-logo-et {
  height: 60px;
  max-height: 60px;
  margin-left: 20px;
  position: absolute;
  top: 15px;
  left: 263px;
  border-top: 0 !important;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
  padding-top: 0;
}

.nav-et.nav-logo-eng {
  margin-left: 0;
  left: 0;
  padding-left: 0;
  border-left-width: 0;
}

@media (max-width: 767px) {
  .nav-logo {
    margin-top: -10px;
    margin-left: 10px;
  }

  .smaller .nav-logo-eng {
    display: none;
  }

  .trans-menu .navbar-collapse {
    margin: 33px 0 0;
  }
}

/*
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 200ms ease-in-out;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
*/

.navbar-toggle .icon-bar {
  transition: 300ms ease-in-out;
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 3px;
}
.navbar-toggle .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -13px;
}

.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  opacity: 1;
}

/****************************
  Megamenu
****************************/

/*.navbar-eng {
  font-family: "Nunito Sans";
  padding-top: 20px;
}*/

/* div.myUK {
  display: block;
  float: right;
  padding-right: 40px;
} */

div.myUK a {
  /* span.myUK a { */
  display: inline-block;
  background: url(/sites/default/files/my-UK.png) center no-repeat;
  background-size: contain;
  width: 40px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 5px 15px 0;
  opacity: 0.8;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

div.myUK a:hover {
  opacity: 1;
}
div.myUK a:focus {
  outline: 1px solid #ffffff;
}

.navbar-eng.yamm .yamm-content {
  padding: 10px 20px;
}

.navbar-eng.yamm ul.dropdown-menu {
  background: rgba(248, 248, 248, 0.95);
  color: #2c2a29;
  margin: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 6px solid #143887;
}

.yamm .dropdown.yamm-fw .dropdown-menu.menu-half-width {
  left: 45%;
}

@media screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}

.menu-vert-border {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .navbar-nav > li > a {
    color: #ffffff;
  }

  .menu-vert-border {
    border-right: 0;
  }
}
.navbar-eng.yamm ul.dropdown-menu .nav-pills.level-2 > li > a {
  margin-left: 10px;
}

.navbar-eng.yamm ul.dropdown-menu h3 {
  margin-top: 0;
}

.navbar-eng.yamm ul.dropdown-menu h4 a {
  color: #143887;
  display: block;
}

.navbar-eng.yamm ul.dropdown-menu .nav-pills > li > a {
  padding: 2px 0;
  color: #333;
}

.navbar-eng.yamm ul.dropdown-menu .nav-pills > li > a:hover,
.navbar-eng.yamm ul.dropdown-menu .nav-pills > li > a:focus {
  background: none;
  text-decoration: underline;
}

.bootstrap-megamenu .nav {
  padding-right: 40px;
}

.bootstrap-megamenu-nav {
  background: #143887;
  padding-right: 40px;
}

.bootstrap-megamenu .caret {
  border-top-color: #a8b1d5;
}

@media (min-width: 768px) {
  .bootstrap-megamenu .nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #a8b1d5;
  }

  .bootstrap-megamenu .nav > li > a:hover {
    color: #fff;
    background: transparent;
  }
}

.navbar-collapse {
  padding-right: 0;
  /* margin: 33px 0 0; */
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .navbar-collapse {
    margin: 1em 0 0;
  }
}

.bootstrap-megamenu .navbar-btn {
  float: right;
}

/****************************
  Regions
****************************/

.region-home-info,
.region-content-info,
.content-spotlight {
  margin: 30px 0 15px;
}

.region-home-news,
.region-home-history,
.region-home-events {
  margin: 15px 0;
}

.region-home-history {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1.page-header,
  .region-content,
  ul.tabs--primary {
    /*margin-left: 20px;*/
  }
  .node-type-static-container .region-content { margin-left: 0; }
}

/****************************
  Home: About ENG
****************************/

.region-home-info h3 {
  margin-top: 0;
}

.region-home-info .grey-box {
  border-left: 1px solid #d8d5d0;
}

/****************************
  Home: Numbers
****************************/

#numbers {
  padding: 0 0 2%;
}

#numbers .container-fluid {
  max-width: 1500px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 4em;
  margin-top: -40px;
  color: #efefef;
}

@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-col .carousel-inner > .item.active.right,
  .carousel-col .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }

  .carousel-col .carousel-inner > .item.active.left,
  .carousel-col .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }

  .carousel-col .carousel-inner > .item.active,
  .carousel-col .carousel-inner > .item.left,
  .carousel-col .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media all and (min-width: 992px) {
  .carousel-col .carousel-inner > .active.left,
  .carousel-col .carousel-inner > .prev {
    left: -33.3%;
  }

  .carousel-col .carousel-inner > .active.right,
  .carousel-col .carousel-inner > .next {
    left: 33.3%;
  }

  .carousel-col .carousel-inner > .active,
  .carousel-col .carousel-inner > .left,
  .carousel-col .carousel-inner > .prev.right {
    left: 0;
  }

  .carousel-col .carousel-inner .cloneditem-2,
  .carousel-col .carousel-inner .cloneditem-3 {
    display: block;
  }
}

@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-col .carousel-inner > .item.active.right,
  .carousel-col .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.3%, 0, 0);
    transform: translate3d(33.3%, 0, 0);
    left: 0;
  }

  .carousel-col .carousel-inner > .item.active.left,
  .carousel-col .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.3%, 0, 0);
    transform: translate3d(-33.3%, 0, 0);
    left: 0;
  }

  .carousel-col .carousel-inner > .item.active,
  .carousel-col .carousel-inner > .item.left,
  .carousel-col .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-col .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-col .carousel-control.left {
  margin-left: 15px;
}

.carousel-col .carousel-control.right {
  margin-right: 15px;
}

#views-bootstrap-carousel-1 {
  position: relative;
  vertical-align: top;
  text-align: center;
}

#views-bootstrap-carousel-1.row {
  text-align: center;
}

#views-bootstrap-carousel-1 .carousel-inner.carousel-inner {
  width: 90%;
  margin: 0 auto;
}

#views-bootstrap-carousel-1 .num-wrap {
  margin: 0 auto;
  width: auto;
  position: relative;
  padding: 4%;
}

#views-bootstrap-carousel-1 .num-wrap p {
  font-size: 5em;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
}

#views-bootstrap-carousel-1 .num-wrap p span {
  font-size: 0.22em;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
}

#views-bootstrap-carousel-1 .carousel-control {
  width: 6%;
}

/****************************
  Home: News
****************************/

.region-home-news .col-sm-4,
.region-home-spotlight .col-sm-4 .thumbnail,
.region-content-news .col-sm-4 {
  height: 650px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .region-home-news .col-sm-4,
  .region-home-spotlight .col-sm-4 .thumbnail,
  .region-content-news .col-sm-4 {
    height: auto;
    overflow: auto;
  }
}

.region-home-news .thumbnail,
.region-content-news .thumbnail {
  height: 100%;
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 0;
  background: #f6f6f6;
  margin: 2em 0;
}

.region-home-news .thumbnail .caption,
.region-content-news .thumbnail .caption {
  height: 100%;
}

.region-home-news .thumbnail .caption h3,
.region-content-news .thumbnail .caption h3 {
  font-size: 1.5em;
  line-height: 1.45em;
  margin: 15px 10% 5px;
}

.region-home-news .thumbnail .caption p,
.region-content-news .thumbnail .caption p {
  margin: 0 10% 11px;
  line-height: 1.45em;
}

.region-home-news .thumbnail .caption a,
.region-content-news .thumbnail .caption a {
  color: #333333;
}

.news-divider {
  margin-bottom: 27px;
}

/****************************
  Home: Research
****************************/

.region-home-research a {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}

/****************************
  Home: History
****************************/

.grey-span {
  background: #63656b;
}

.region-home-history h3,
.region-home-research h3 {
  margin: 0 0 15px 0;
}

.region-home-history .history-item,
.region-home-research .research-item {
  background: #efefef;
  padding: 15px;
  color: #333333;
}

.region-home-history .history-item:before,
.region-home-research .research-item:before {
  filter: blur(5px);
}

.region-home-history .carousel .item,
.region-home-research .carousel .item {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  background-size: cover !important;
}

@media all and (max-width: 1024px) {
  .region-home-research .carousel .item {
    background-size: 100% !important;
    background-attachment: local;
  }

  .region-home-research .carousel-caption h3 {
    font-size: 32px !important;
  }
}

@media all and (max-width: 768px) {
  .region-home-research .carousel .item {
    height: 400px;
    background-size: 100% !important;
    background-attachment: local;
  }

  .region-home-research .carousel-caption h3 {
    font-size: 24px !important;
  }
}

.region-home-history .carousel-caption,
.region-home-research .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*text-shadow: none;*/
  padding: 2% 10%;
}

.region-home-history .carousel-caption {
  background: rgba(0,0,0,0.75);
}

.region-home-research .carousel-caption {
  top: 75%;
}

.region-home-history .carousel-caption h3,
.region-home-research .carousel-caption h3 {
  font-size: 2.5em;
}

.region-home-history .carousel-caption p,
.region-home-research .carousel-caption p {
  font-size: 1.5em;
}

/****************************
  Home: Events
****************************/

.region-home-events .col-sm-3 {
  border-right: 1px solid #eee;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .region-home-events .col-sm-3 {
    border-right: none;
  }
}

.region-home-events div.col-sm-3:hover {
  background: #f3f3f3;
}

.region-home-events h4 {
  margin-top: 15px;
}

.region-home-events a {
  color: #333333;
}

#events {
  padding: 2em 0 0;
}

#events .block-title {
  display: none;
}

@media (max-width: 767px) {
  #events .block-title {
    display: initial;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/****************************
  Event Page
****************************/

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-20 {
  margin-bottom: 20px;
  clear: both;
}

body.node-type-event .date-display-single,
body.node-type-event .date-display-range {
  display: none;
}

.addtocal {
  float: none;
  font-size: 0.8em;
}

.event-date,
.event-time,
.event-location {
  font-size: 1.3em;
  font-weight: 400;
  color: #2e2d29;
  line-height: 1.3em;
}

#event-details {
  margin-top: 20px;
}

#event-details dt {
  width: 100px;
  text-transform: uppercase;
  color: #0033a0;
}

#event-details dd {
  margin-left: 120px;
  border-bottom: none;
  padding-bottom: 0;
}

/****************************
  Event Calendar
****************************/

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: none;
}

.view-event-calendar .today,
.calendar-calendar .month-view .full tr td.multi-day.ends-today,
.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-color: #0033a0 !important;
}

.calendar-calendar td .inner div.calendar {
  padding: 5px 0;
}

.calendar-calendar td.empty {
  color: #b8c3db;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: #0033a0 !important;
  height: 3em;
  padding: 1em 0;
}

.calendar-calendar .month-view .full td.multi-day .inner div a {
  color: #ffffff;
}

.view-event-calendar .pager li > a,
.pager li > span,
li.date-prev a,
li.date-next a {
  border: 0;
  border-radius: 0;
}

.view .date-nav-wrapper .date-prev {
  left: 0;
  text-align: left;
}

.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full tr td.single-day.today {
  border-color: #0033a0 !important;
}

.calendar-calendar div.calendar {
  font-size: 0.85em;
}

/****************************
  Spotlights
****************************/

#spotlights {
  background: #ffffff;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 20%,
    #e2e2e2 20%,
    #e2e2e2 80%,
    #ffffff 80%,
    #ffffff 100%
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 20%,
    #e2e2e2 20%,
    #e2e2e2 80%,
    #ffffff 80%,
    #ffffff 100%
  );
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 20%,
    #e2e2e2 20%,
    #e2e2e2 80%,
    #ffffff 80%,
    #ffffff 100%
  );
}

#block-views-spotlight-block-home-spotlight,
#block-views-spotlight-spotlight-more .thumbnail {
  text-align: center;
}

p.spotlight-name {
  font-size: 1.25em;
}

p.spotlight-name a {
  color: #333;
}

.region-home-spotlight,
.region-content-spotlight {
  padding: 2em 0;
  text-align: center;
}

.region-home-spotlight h2.block-title,
.region-content-spotlight h2.block-title {
  border-bottom: 2px solid #333333;
  letter-spacing: 0.3em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.region-home-spotlight .thumbnail {
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 0;
}

#block-views-spotlight-spotlight-more .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.region-home-spotlight .thumbnail .caption h3,
.region-content-spotlight .thumbnail .caption h3 {
  margin: 15px 10%;
}

.region-home-spotlight .thumbnail .caption,
.region-home-spotlight .thumbnail .caption a,
.region-content-spotlight .thumbnail .caption,
.region-content-spotlight .thumbnail .caption a {
  color: #333;
  text-align: left;
}

.region-home-spotlight .thumbnail .caption p,
.region-content-spotlight .thumbnail .caption p {
  margin: 0 10% 11px;
  line-height: 1.45em;
}

.region-home-spotlight .thumbnail .caption hr,
.region-content-spotlight .thumbnail .caption hr {
  margin: 0 10% 11px;
  border-color: #333;
}

.region-home-spotlight .thumbnail .caption p.spotlight-type,
.region-content-spotlight .thumbnail .caption p.spotlight-type {
  font-size: 14px;
  line-height: 1.35em;
}

.view-spotlight p.spotlight-name {
  margin: 0.5em 0 2em;
}

h1.spotlight_name {
  margin: 1% 20px 0 10%;
}

p.spotlight_quote {
  margin: 20px 20px 0 10%;
  font-size: 1.4em;
}

p.spotlight_department {
  font-size: 1.2em;
  margin: 20px 20px 0 10%;
}

@media (max-width: 767px) {
  #spotlights {
    background: #ffffff;
  }

  .region-home-spotlight .thumbnail {
    border: 0;
  }

  h1.spotlight_name {
    font-size: 1.75em;
    margin: 20px 0 10px;
  }

  h3.spotlight_quote {
    font-size: 1.15em;
    margin: 20px 0 10px;
  }

  p.spotlight_department {
    font-size: 1em;
    margin: 20px 0 10px;
  }
}

/****************************
  Footer
****************************/

footer {
  color: #fff;
  border: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff;
  margin-top: 2em;
}

.node-type-lean footer {
  margin-top: 2em;
}

@media (max-width: 767px) {
  footer {
    text-align:center;
  }
}

.front footer {
  margin-top: 0;
}

.region-footer-eng {
  background: #00216d;
  /*margin-top: 2em;*/
}

.node-type-lean .region-footer-eng {
  background: #000000;
}

.region-footer-dept {
  background: #0033a0;
  padding: 0.5em 0;
}

.region-footer-dept .list-inline > li {
  padding: 0 0.75em;
}

.region-footer-eng object {
  width: 14em;
  margin: 1em 0 0;
}

.uk-lockup {
  text-align: center;
}

.uk-lockup object {
  max-height: 5em;
  margin: 1em 0 0;
}

.region-footer-eng h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Usual", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.region-footer-eng .nav.nav-pills.nav-stacked li a {
  padding: 0.1em 0;
}

.region-footer-eng .nav.nav-pills.nav-stacked li a:hover {
  text-decoration: underline;
}

.region-footer-eng a {
  color: #B1C9E8;
}

.region-footer-dept a {
  color: #fff;
}

.region-footer-eng a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .region-footer-eng h4 {
    margin:2em 0 -1em;
  }

  .region-footer-eng .nav.nav-pills.nav-stacked li a {
    padding: 0.1em 0;
    line-height: 1em;
  }
}

@media (max-width: 767px) {
  .region-footer-eng object {
    width: 10em;
    margin: 1em 0 0;
  }
}

#block-block-1 {
  padding: 1.5em 0;
}

#block-block-1 .col-xs-12.col-md-9 {
	border-right:1px solid rgba(255,255,255,0.3);
}

#block-block-1 .list-unstyled {
	text-align:right;
}

#block-block-1 .list-unstyled li {
	margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
	#block-block-1 .col-xs-12.col-md-9 {
		border-right:none;
	}

	#block-block-1 .list-unstyled {
		text-align:center;
	}
}

#block-block-226 a {
  color:#fff;
}

#block-block-571 {
  background: #efefef;
  border-top: 1px solid #dedede;
  padding: 2em 0;
  color: #333;
  /*margin: 2em 0 0*/
}

#block-block-571 p {
  margin-bottom: 0;
}

#block-block-571 .list-inline {
  text-align:right;
}
@media only screen and (max-width: 991px) {
  #block-block-571 .list-inline {
    text-align:left;
  }
}
#block-block-571 .list-inline>li {
  padding-right:35px;
}
#block-block-571 a {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #0033a0;
}
#block-block-571 a:hover {
  text-decoration: none;
}
#block-block-571 span i {
  margin-right:5px;
}

/****************************
  Body
****************************/

section.col-sm-8.col-md-7 {
  border-left: 1px solid #d8d5d0;
  padding-bottom: 30px;
}

section.col-sm-7.col-sm-offset-3,
section.col-sm-7.col-sm-offset-2,
section.col-sm-7.col-sm-offset-3,
section.col-sm-7.col-sm-offset-1 {
  border-left: none;
}

dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}

dd:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/****************************
  Department Menu
****************************/

.row.menu--wrapper {
  background: #0033a0;
}

.region-content-menu .menu--department a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 768px) {
  .menu--department .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.region-content-menu .menu--department li a:hover,
.region-content-menu .menu--department li a:focus {
  background: #002b87;
  color: #ffffff;
}

.region-content-menu .menu--department .dropdown-menu a {
  color: #333;
  font-size: 1em;
  letter-spacing: 0.25px;
  text-transform: none;
}

.region-content-menu .menu--department .nav > li li a:hover,
.region-content-menu .block-menu-block .nav > li li a:focus {
  background: #f9f9f9;
  color: #000000;
}

#block-menu-block-39 {
  background: #efefef;
}

#block-menu-block-39 .block-title {
  padding-left: 0.5em;
}

#block-menu-block-39 a.active {
  background: #fefefe;
}

.menu--department .dropdown-menu a.active {
  background: #0033a0;
  color: #ffffff;
}

@media (max-width: 767px) {
  .row.menu--wrapper {
    padding: 0 1em;
  }

  .region-content-menu .menu--department .dropdown-menu a {
    color: #fff;
  }

  .region-content-menu .menu--department .dropdown-menu a li a {
    color: #333;
  }

  .menu--department .dropdown-menu > li > a:hover,
  .menu--department .dropdown-menu > li > a:focus {
    background: #002b87;
  }

  .row.menu--wrapper.hide--menu {
    display: none;
  }
  .row.menu--wrapper .caret {
    display: none;
  }
}

/****************************
  News: Exposed Filter
****************************/

#block-views-exp-news-page-news-all,
#block-views-exp-jobs-feed-jobs-page {
  margin: 30px 0;
}

/****************************
  Breadcrumbs
****************************/
.breadcrumb {
  background-color: transparent;
  margin: 15px 0;
  font-size: 0.9em;
}

/****************************
  Menu: Secondary - Sidebar
****************************/

.region-sidebar-first .block-menu-block .menu-block-wrapper {
  margin: 30px 0 0;
}

.region-sidebar-first .block-menu-block h2.block-title {
  border-bottom: 1px solid #f0ede8;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  margin: 1.5em 0 1em;
  padding-right: 1em;
}

.region-sidebar-first .block-menu-block h2.block-title a {
  color: #333333;
}

.region-sidebar-first .block-menu-block h2.block-title a:hover {
  color: #000000;
  text-decoration: none;
}

.region-sidebar-first .block-menu-block .menu-block-wrapper li {
  width: 100%;
}

.region-sidebar-first .block-menu-block .menu-block-wrapper a {
  color: #333333;
}

.region-sidebar-first .block-menu-block .menu-block-wrapper a.active,
.region-sidebar-first .block-menu-block .menu-block-wrapper a.active:hover {
  background: #f0ede8;
}

.region-sidebar-first .block-menu-block .menu-block-wrapper a:hover,
.region-sidebar-first .block-menu-block .menu-block-wrapper a:focus {
  text-decoration: none;
  background: transparent;
}

.region-sidebar-first .block-menu-block .menu-block-wrapper ul ul {
  border-left: 1px solid #d8d5d0;
  padding-left: 0.5em;
  margin: 0.625em 0 0.625em 0.875em;
}

.region-sidebar-first .block-menu-block .menu-block-wrapper ul ul li {
  margin: 0;
}

.navbar-nav > li > a {
  padding: 10px 15px;
}

/****************************
  Paragraphs
****************************/

.entity-paragraphs-item {
  margin: 15px 0;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.paragraphs-item-full-width-image .caption {
  font-size: 0.8em;
  color: #555555;
  margin: 10px 0;
  text-align: right;
}

.paragraphs-items .panel {
  border: none;
}

.paragraphs-items .panel-heading,
.paragraphs-items .panel-body {
  padding: 10px 0;
}

.paragraphs-items .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.btn-white {
  background: #ffffff;
  color: #0033a0;
  width: 100%;
}
.btn-blue {
  background: #0033a0;
  color: #ffffff;
  width: 100%;
}
.btn-blue:hover {
  color: #ffffff;
}
.btn-rsvp {
  margin: 0;
  background: #efefef;
  font-size: 0.8em;
  color: inherit;
  margin-right: 20px;
}

.paragraphs-item-image-grid .thumbnail {
  border: none;
  padding: 0;
}

@media (min-width: 769px) {
  .paragraphs-item-image-dropdown-grid .paragraphs-items-field-image-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
}

.paragraphs-item-image-dropdown-grid
  .paragraphs-items-field-image-dropdown
  .panel {
  margin-bottom: 20px;
}

/****************************
  Directory
****************************/

.view-display-id-page_directory_faculty
  .views-widget-filter-field_department_tid_1,
.view-display-id-page_directory_faculty
  .views-widget-filter-field_research_areas_tid,
.view-display-id-page_directory_faculty .views-widget-filter-description,
.view-display-id-page_directory_faculty_research
  .views-widget-filter-field_department_tid_1,
.view-display-id-page_directory_faculty_research
  .views-widget-filter-field_research_areas_tid,
.view-display-id-page_directory_faculty_research
  .views-widget-filter-description,
.view-display-id-page_directory_faculty_research .views-widget-filter-name,
.view-display-id-page_directory_faculty .views-widget-filter-name {
  width: 15em;
  float: left;
}

.view-display-id-page_directory_faculty
  .views-widget-filter-field_department_tid_1,
.view-display-id-page_directory_faculty
  .views-widget-filter-field_research_areas_tid,
.view-display-id-page_directory_faculty_research
  .views-widget-filter-field_department_tid_1,
.view-display-id-page_directory_faculty_research
  .views-widget-filter-field_research_areas_tid {
  margin-right: 2em;
}

p.directory_name {
  font-size: 1.5em;
  margin: 0.5em 0 0;
  font-family: "adobe-caslon-pro", serif;
}

p.directory_name a {
  color: #333333;
}

p.directory_title {
  margin: 0 0 2em;
}

.label-primary {
  background-color: #0033a0;
}

h1.directory_name {
  font-size: 2.5em;
  color: #0033a0;
}

h2.directory_title {
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 0;
}

hr.directory_hr {
  margin: 1.5em 0;
}

.directory_email,
.directory_phone,
.directory_office,
.directory_cv,
.directory_link {
  margin: 0.25em 0;
}

.directory_email .fa,
.directory_phone .fa,
.directory_office .fa,
.directory_cv .fa,
.directory_link .fa {
  float: left;
  width: 2em;
  margin-bottom: 0.4em;
}

.list-inline.directory_department li {
  text-transform: uppercase;
  padding-right: 20px;
}

p.distinction_name {
  font-size: 1.25em;
  margin: 0.5em 0 1em;
  font-family: "adobe-caslon-pro", serif;
}

p.distinction_name a {
  color: #333;
}

.list-inline.directory_research li::after {
  content: "\00a0\00a0|";
}

.list-inline.directory_research li:last-of-type::after {
  content: "";
}

.view-id-video_viewbook .embed-responsive-16by9,
#block-views-video-viewbook-block-1 .embed-responsive-16by9 {
  margin: 0.8em 0;
}

.view-header hr {
  margin-bottom: 0;
}

.view-display-id-page_directory_ambass h5 {
  margin-top: 0;
}

/****************************
  Research
****************************/

#block-views-research-research-main .col-sm-4 {
  height: auto;
  margin-bottom: 2em;
}

.view-research .thumbnail {
  border: none;
  background: #ececeb;
  padding: 1.5em;
}

.view-research .thumbnail .research-image {
  margin: -1.5em -1.5em 1em -1.5em;
}

.view-research .thumbnail .research-areas {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.3;
  margin: 0 0 1em;
  color: #6c7373;
}

.view-research .thumbnail h4 {
  margin: 0 0 0.5em;
}

.view-research .thumbnail .research-summary {
  color: #6c7373;
}

.node-type-research .page-header {
  padding: 0;
  border-bottom: 0;
  width: 85%;
  margin: 1em auto;
  font-size: 2.8em;
  font-weight: 600;
}

.node-type-research .entity-paragraphs-item .content,
.node-type-news .entity-paragraphs-item .content {
  width: 65%;
  margin: 50px auto 0;
}

.node-type-research p {
  margin: 0 0 1.5em;
}

.node-type-research p:last-child {
  margin-bottom: 2.5em;
}

.research_alt {
  color: #606060;
  text-align: center;
  font-size: 0.8em;
}

.published {
  margin: 0.75em 0;
  font-style: italic;
}

.research_intro {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 44px auto 22px;
  width: 65%;
  margin-bottom: 1em;
}

.node-type-research .thumbnail {
  border: 0;
  padding: 0;
  margin: 1.5em 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.node-type-research .thumbnail h4 {
  font-weight: 600;
  margin: 0.5em 0.75em;
}

.node-type-research .thumbnail p {
  margin: 0.5em 1em;
  padding: 0;
}

.node-type-research .thumbnail .research-areas {
  padding-bottom: 1.25em;
  text-transform: uppercase;
  font-size: 0.85em;
  line-height: 1.3;
  color: #6c7373;
}

.research-headline {
  margin: 1em 1em 0.6em;
  font-weight: 600;
  font-size: 1.5em;
}

.research-intro {
  margin: 0 1em;
}

.region-content-news .research-areas {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1.3;
  margin: 1em 1.75em;
  color: #6c7373;
}

/****************************
  Landing Pages
****************************/

.node-type-landing-page {
  background: #ffffff;
  color: #000000;
}

.node-type-landing-page .h-header.-with-video.smaller {
  /*height: 700px;*/
  height: 0;
  overflow: hidden;
}

.landing-page--move-up {
  margin-top: -5em;
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  color: #333333;
}

.node-type-landing-page .cta_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-page.cta {
  background-color: #0033a0;
  color: #ffffff;
  width: 300px;
  text-align: center;
  padding: 20px 40px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Blackbike Rough";
  letter-spacing: 0.25px;
  z-index: 1000;
}

.landing-page.cta:last-child {
  margin-bottom: 0;
}

.landing-page.cta:hover,
.landing-page.cta:focus {
  text-decoration: none;
  background-color: #143887;
}

/****************************
  RFI (Overrides)
****************************/

.node-type-landing-page .container-wrapper.rfi {
  border-top: 10px solid #1e8aff;
}

.node-type-landing-page .rfi .main-container {
  margin-top: 8px;
}

.node-type-landing-page .rfi .main-container h1,
.node-type-landing-page .rfi .main-container h2,
.node-type-landing-page .rfi .main-container h3,
.node-type-landing-page .rfi .main-container h4,
.node-type-landing-page .rfi .main-container h5,
.node-type-landing-page .rfi .main-container h6 {
  font-family: "adobe-caslon-pro", serif;
  letter-spacing: 0;
}

.node-type-landing-page .rfi .main-container p,
.node-type-landing-page .rfi .main-container li {
  font-family: "Usual", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.node-type-landing-page .rfi .main-container p strong {
  color: #000;
}

.node-type-landing-page .rfi .main-container p,
.node-type-landing-page .rfi .main-container ul {
  margin-bottom: 20px;
}

.ff-form-main {
  max-width: none !important;
}

.ff-form-main .ff-group-row .ff-item-row:first-child {
  display: none !important;
}

.ff-item-row {
  padding-top: 20px !important;
  display: flex !important;
  flex-direction: column;
}

.ff-form-main .ff-item-row:nth-child(2) {
  padding-top: 0 !important;
}

.ff-form-main .ff-item-row:nth-child(6),
.ff-form-main .ff-item-row:nth-child(16),
.ff-form-main .ff-item-row:nth-child(17) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.ff-form-main .ff-item-row:nth-child(6) .ff-col-2,
.ff-form-main .ff-item-row:nth-child(16) .ff-col-2,
.ff-form-main .ff-item-row:nth-child(17) .ff-col-2 {
  width: auto !important;
  min-width: unset !important;
}

.ff-form-main .ff-item-row:nth-child(6) .ff-col-1 label,
.ff-form-main .ff-item-row:nth-child(16) .ff-col-1 label,
.ff-form-main .ff-item-row:nth-child(17) .ff-col-1 label {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.ff-form-main .ff-item-row:nth-child(6) .ff-col-2 .ff-checkbox,
.ff-form-main .ff-item-row:nth-child(16) .ff-col-2 .ff-checkbox,
.ff-form-main .ff-item-row:nth-child(17) .ff-col-2 .ff-checkbox {
  margin-right: 10px;
}

.ff-item-row .ff-label-col {
  padding-bottom: 5px;
}

.ff-item-row .ff-label-col .ff-label {
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.25px;
  color: #0033a0;
  font-size: 14px;
}

.ff-col-2.ff-field-col {
  max-width: 100%;
}

.ff-field-col .ff-textarea {
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #b1c9e8;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none !important;
}

.ff-group-row .ff-field-col .ff-select-type.ff-singlepicklist {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 5px !important;
  border: 1px solid #b1c9e8 !important;
  height: 50px;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  background-color: white;
}

.ff-group-row
  .ff-field-col
  .select2-container.ff-select-type.ff-singlepicklist {
  padding: 0;
  padding-left: 15px;
  border-width: 0;
  height: 50px;
}

.ff-group-row
  .ff-field-col
  .select2-container.ff-select-type.ff-singlepicklist
  .select2-choice {
  border-width: 0;
  height: 50px;
  background-color: transparent;
  padding: 0;
}

.ff-group-row
  .ff-field-col
  .select2-container.ff-select-type.ff-singlepicklist
  .select2-choice
  .select2-chosen {
  color: #000000;
}

.ff-field-col {
  flex-direction: column;
  align-items: flex-start;
}

.ff-input-type.ff-type-text {
  border: 1px solid #b1c9e8;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 14px;
  box-shadow: none !important;
}

.ff-select-to-checkbox-ul .ff-checkbox-li {
  position: relative;
  margin-bottom: 10px !important;
}

.ff-checkbox-li span.ff-ext-checkbox-css {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: none;
  border: 1px solid #b1c9e8;
  border-radius: 2px;
  height: 14px;
  width: 14px;
}

.ff-select-to-checkbox-ul .ff-checkbox-li label {
  color: #0033a0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 25px !important;
  margin-top: -3px;
}

.ff-input-type.ff-type-text:focus,
.ff-field-col .ff-textarea:focus,
.ff-group-row .ff-field-col .ff-select-type.ff-singlepicklist:focus {
  border-width: 2px !important;
  border-color: #1e8aff !important;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

.ff-checkbox-li span.ff-ext-checkbox-css.ff-ext-selected {
  border-color: #1e8aff;
  background-image: none;
  background-color: #1e8aff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ff-checkbox-li span.ff-ext-checkbox-css.ff-ext-selected:after {
  content: "\2713";
  font-size: 10px;
  line-height: 14px;
}

.ff-label-col a {
  color: #0033a0;
}

.ff-required-mark {
  color: #1e8aff !important;
  padding-right: 5px;
}

.ff-footnote-label.ff-label {
  color: #000;
}

.select2-container.ff-select-type.ff-singlepicklist a {
  height: 35px;
  display: flex;
  align-items: center;
  background-color: white;
  color: #333;
}

.ff-footer-group .ff-footer-row .ff-submit-btn {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 !important;
}

.ff-submit-btn .btnDiv,
.ff-submit-btn .footnoteDiv,
.ff-group-row .fw-row .ff-label-col {
  text-align: left !important;
}

.ff-group-row .fw-row .ff-label-col .ff-general-text-label {
  padding-top: 20px;
  font-size: 16px !important;
  color: #000;
}

.ff-submit-btn .btnDiv .ff-btn-submit {
  margin-left: 0 !important;
  font-weight: 600;
  background-color: #1e8aff;
  border-width: 0;
  border-radius: 5px;
  color: #ffffff;
  height: 50px;
  width: 100%;
  max-width: 350px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.45px;
  margin-bottom: 20px;
  border-bottom: 4px solid rgba(177, 201, 232, 0.75);
}

.ff-submit-btn .btnDiv .ff-btn-submit:hover {
  /* border-top: 4px solid rgba(177, 201, 232, 0.75); */
  /* border-bottom: 4px solid rgba(177, 201, 232, 0.75); */

  background-color: #186ecc;
}

.ff-submit-btn .btnDiv .ff-btn-submit:active {
  border-bottom: 3px solid #1e8aff;
  border-top: 1px solid white;
}

/****************************
  True Lean
****************************/
.node-type-lean p,
.node-type-lean h1,
.node-type-lean h2,
.node-type-lean h3,
.node-type-lean h4,
.node-type-lean h5,
.node-type-lean h6,
/*.node-type-ir4td p,*/
.node-type-ir4td h1,
.node-type-ir4td h2,
.node-type-ir4td h3,
.node-type-ir4td h4,
.node-type-ir4td h5,
.node-type-ir4td h6,
.page-node-11586 p,
.page-node-11586 h1,
.page-node-11586 h2,
.page-node-11586 h3,
.page-node-11586 h4,
.page-node-11586 h5,
.page-node-11586 h6 {
  font-family: "Nunito Sans";
}

.node-type-lean h1.page-header,
.node-type-lean h2,
.node-type-lean h3,
.node-type-lean h4,
.node-type-lean p.directory_name,
.page-node-11586 h1.page-header,
.page-node-11586 h2,
.page-node-11586 h3,
.page-node-11586 h4,
.page-node-11586 p.directory_name {
  font-weight: 600;
}

.node-type-lean .nav-logo-tl,
.page-node-11586 .nav-logo-tl {
  height: 175px;
}

.node-type-lean .masthead-title {
  margin-bottom: 0;
}

.node-type-lean .masthead-title.ptc {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .node-type-lean .nav-logo-tl,
  .page-node-11586 .nav-logo-tl {
    height: 100px;
    width: 330px;
  }
}

.node-type-lean .h-header.-with-video::after,
.node-type-lean .h-header.-with-image::after,
.page-node-11586 .h-header.-with-video::after,
.page-node-11586 .h-header.-with-image::after {
  height: 40%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.node-type-lean p.lead,
.page-node-11586 p.lead {
  font-weight: 200;
}

.node-type-lean .leadership-info p strong {
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .node-type-lean .leadership-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }

  .node-type-lean .leadership-row .leadership-photo {
    padding-right: 20px;
    min-width: 175px;
  }

  .node-type-lean .leadership-row .leadership-photo img {
    width: 175px;
  }

  .node-type-lean .leadership-row .leadership-info .directory_name {
    margin-top: 0;
  }
}

.node-type-lean .tl.row p {
  margin-bottom: 25px;
}

.node-type-lean .tl.row > div {
  height: 700px;
}

.node-type-lean .tl.well {
  background-color: rgba(177, 201, 232, 0.15);
  border-color: #b1c9e8;
}

.node-type-lean .leadership-row {
  margin-bottom: 30px;
}

.node-type-lean .leadership-row .leadership-info {
  font-size: 14px;
}

.node-type-lean .leadership-row .leadership-info .read-more {
  margin-bottom: 20px;
}

/****************************
  Paragraph Type: Program Row
****************************/

@media (min-width: 768px) {
  .program-row {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
  }

  .program-row .program-row-heading {
    width: 250px;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #eee;
  }

  .program-row .program-row-content {
    width: 440px;
  }
}

@media (min-width: 992px) {
  .program-row .program-row-content {
    width: 860px;
  }
}

/****************************
  Paragraph Type: Link List
****************************/
.link-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.link-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 20px;
}

.link-list li:before {
  color: #1e8aff;
  font-size: 28px;
  content: "\203A";
  padding-right: 8px;
}

/****************************
  Misc
****************************/

#block-block-121 {
  display: none;
}

.drop-shadow-1 {
  box-shadow: 1px 1px 10px #dddddd;
}

.list-education .list-group-item,
.list-appointments .list-group-item {
  border: 0;
  padding: 10px 15px 10px 0;
}

/****************************
  Business Center
****************************/

.node-type-business-center h1.page-header {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

.node-type-business-center .block-title {
  font-size: 22px;
  font-family: "Oswald", serif;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.node-type-business-center .region-sidebar-second {
  margin-top: 22px;
}

.node-type-business-center .region-sidebar-second .block a,
.node-type-business-center .region-content .block a {
  text-decoration: underline;
  font-weight: 700;
}

#block-views-news-business-office ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#block-views-news-business-office .news {
  margin-bottom: 10px;
}

#block-views-news-business-office div > a {
  font-weight: 700;
  text-decoration: underline;
}

/****************************
  Print Styles
****************************/

@media print {
  section.col-sm-8.col-md-7 {
    border-left: none;
  }

  .node-type-eday .container .row aside,
  .node-type-eday footer,
  .node-type-eday .btn,
  .node-type-eday .row.menu--wrapper {
    display: none;
  }

  .node-type-eday section.col-sm-8.col-md-7 {
    width: 100%;
  }

  .node-type-eday img {
    page-break-inside: avoid;
  }
}

/****************************
  Redesign: Header
****************************/

.wp.header-container {
  background-color: #0033a0;
  font-family: "Nunito Sans";
}

.wp.header-container .header-ribbon a {
  color: #1B97D7;
  transition: 0.2s;
}

.wp.header-container .header-ribbon a:hover {
  color: #ffffff;
}

.wp.header-container .header-ribbon {
  color: #ffffff;
  font-size: 0.9em;
}

.wp.header-container .header-ribbon nav {
  /*padding: 10px 0;*/
}

.wp.header-container .header-ribbon ul {
  margin: 0;
  padding: 0;
}

.wp.header-container .header-ribbon ul li {
  padding: 5px;
  font-family: "Nunito Sans";
  font-weight: 600;
  letter-spacing: 0.25px;

}

.wp.header-container .header-ribbon ul li::after {
  content: "|";
  padding-left: 15px;
  font-family: "Nunito Sans";
  font-weight: 200;
  color: rgba(255, 255, 255, 0.75)
}

.wp.header-container .header-ribbon ul li:last-child::after {
  content: "";
  padding: 0;
}

.wp.header-container .header-primary {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wp.header-container .header-primary .header-logo-container img {
  height: 60px;
}

.wp.header-container .header-buttons li a {
  font-family: "Nunito Sans";
  background-color: transparent;
  border: 3px #1B97D7 solid;
  color: #ffffff ;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: block;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}

.wp.header-container .header-buttons-smaller li a {
  padding: 6px 25px;
}

.wp.header-container .header-buttons li a:hover {
  background-color: #1B97D7;
  color: #0033a0 ;
}

.wp.header-container .header-buttons li.departments > a {
  background-color: #1B97D7;
  color: #0033a0 ;
}

.wp.header-container .header-main-menu {
  background-color: #202C60;
}

.wp.header-container .header-main-menu .navbar {
  margin-bottom: 0;
  min-height: unset;
  display: flex;
  align-items: center;
}

.wp.header-container .header-main-menu .navbar > .navbar-nav > li > a {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 20px 20px 17px 20px;
  border-bottom: 3px solid #202C60;
}

.wp.header-container .header-main-menu .navbar > .navbar-nav > li > a:hover, .wp.header-container .header-main-menu .navbar > .navbar-nav > li > a:focus {
  border-bottom-color: #1B97D7;
  color: #1B97D7;
  transition: border-bottom 0.25s, color 0.25s;
}

.wp.header-container .header-main-menu .navbar > .navbar-nav > li > a:focus {
  text-decoration: none;
}

.wp.header-container .header-main-menu .primary-navbar {
  display: flex;
}

.wp.header-container .header-main-menu .primary-navbar .navbar-nav {
  flex-grow: 2;
}

.primary-navbar-search .input-group {
  background-color: transparent;
  transition: background-color 0.25s, color 0.25s;
}

.primary-navbar-search .input-group:focus, .primary-navbar-search .input-group:hover, .primary-navbar-search .input-group:active {
  background-color: rgba(255, 255, 255, 0.1);
}

.wp.header-container .header-main-menu .primary-navbar .primary-navbar-search input {
  color:#ffffff;
  background-color: transparent;
  transition: background-color 0.25s, color 0.25s;
}

.wp.header-container .header-main-menu .primary-navbar .primary-navbar-search .btn-home-search {
  background-color: transparent;
  transition: background-color 0.25s, color 0.25s;
  padding: 6px 10px;
}

.wp.header-container .header-main-menu .primary-navbar .primary-navbar-search .btn-home-search:hover, .wp.header-container .header-main-menu .primary-navbar .primary-navbar-search .btn-home-search:focus {
  border-color:#ccc;
}

.wp.header-container .header-main-menu .primary-navbar .primary-navbar-search .fa-search {
  color: #1B97D7;
}

.header-main-menu .dropdown-menu-container {
  padding: 10px;
}

.header-main-menu .dropdown-menu-container .dropdown-menu-row {
  display: flex;

}
.header-main-menu .dropdown-menu-container .dropdown-menu-row .dropdown-menu-column {
  width: 100%;
  padding: 0 20px;
}

.header-main-menu .dropdown-menu-container .dropdown-menu-row .dropdown-menu-column h4 {
  color: #0033a0;
  font-family: "Nunito Sans";
  font-weight: 600;
}

.header-main-menu .dropdown-menu-container .dropdown-menu-row .dropdown-menu-column .nav {
  white-space: nowrap;
}

.header-main-menu .dropdown-menu-container .dropdown-menu-row .dropdown-menu-column .nav > li > a, .wp.header-container .header-buttons-smaller .dropdown-menu li a {
  padding: 5px 0 !important;
  color: #000000 !important;
  font-size: 16px !important;
}

.wp.header-container .header-buttons-smaller .dropdown-menu {
  padding: 10px 20px;
}

.wp.header-container .header-buttons-smaller .dropdown-menu li a {
  border: none;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}

.wp.header-container .header-buttons-smaller .dropdown-menu li a:hover {
  background: none;
  text-decoration: underline;
}

.header-main-menu .dropdown-menu-container .dropdown-menu-row .dropdown-menu-column .nav > li > a:hover {
  color: #0033a0;
}

.wp.header-container .header-main-menu .navbar > .navbar-nav > li > .dropdown-menu, .header-buttons ul.dropdown-menu {
  border-bottom: 5px solid #1b97d7;
  background-color: #e8e8e8;
  font-family: "Nunito Sans";
}

.wp.header-container .header-main-menu .navbar > .navbar-nav > li > .dropdown-menu > li > a, .header-buttons ul.dropdown-menu > li > a {
  padding: 5px 20px;
  font-size: 16px;
  color: #000000;
}

.wp.header-container .header-main-menu .navbar > .navbar-nav > li > .dropdown-menu > li > a:hover,
.wp.header-container .header-main-menu .navbar > .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #0033a0;
  background-color: transparent;
  text-decoration: underline;
}

.header-buttons-container,
.header-ribbon-row,
.header-main-menu {
  display: none;
}

.wp.header-container .header-primary {
  justify-content: center;
}

.wp.header-container {
  border-bottom: 5px solid #1B365D;
}

.header-controls-search,
.header-controls-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-bottom: 1px solid #1b97d7;
}

.header-controls-search span,
.header-controls-menu span {
  line-height: 60px;
}

.header-controls-search span i,
.header-controls-menu span i {
  margin-right: 5px;
  color: #1b97d7;
}

.header-controls-menu {
  border-right: 1px solid #1b97d7;
}

.header-controls .col-xs-6 {
  padding: 0;
}

.header-controls a {
  color: #ffffff;
  font-family: "Nunito Sans";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.25s;
}

.header-controls a div {
  background-color: transparent;
  transition: background-color 0.25s;
}

/* transition: background-color 0.25s */

.header-controls a:hover {
  background-color: #ffffff;
  color: #0033a0 ;
}

.header-controls a:hover div {
  background-color: #ffffff;
}

.header-controls a:hover {
  text-decoration: none;
}

/* Desktop+ */
@media (min-width: 992px) {
  .header-buttons-container,
  .header-ribbon-row,
  .header-main-menu {
    display: block;
  }

  .header-ribbon-row {
    border-bottom: 0.25px solid rgba(255, 255, 255, 0.75);
    padding:10px 0;
  }

  .wp.header-container .header-primary {
    justify-content: space-between;
  }

  .wp.header-container {
    border-bottom-width: 0;
  }

  .header-controls {
    display: none;
  }
}


/****************************
  Event Schedule
****************************/
.schedule-content-wrapper {
  padding: 2em 3em;
  background-color: rgba(177, 201, 232, 0.25);
  box-shadow: 10px 10px 0 0 #1e8aff;
}

.schedule-content-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-family: "Nunito Sans";
  color: #0033a0;
  font-size: 36px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.01px;
}

.schedule-content-wrapper .schedule-page-item {
  margin-bottom: 2em;
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.schedule-content-wrapper .schedule-page-item .schedule-time {
  margin-bottom: 0.5em;
  padding-bottom: 9px;
  font-family: "Oswald";
  color: rgba(27, 54, 93, 0.75);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.schedule-content-wrapper .schedule-page-item .program-page-section-title {
  margin-bottom: 0.25em;
  color: #1b365d;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
}

.schedule-content-wrapper .schedule-page-item .program-page-section-title a {
  color: #1b365d;
  text-decoration: none;
}

.schedule-content-wrapper .schedule-page-item .program-page-section-title .fa {
  transition: 0.25s ease-in-out;
}

.schedule-page-item .program-page-section-title a[aria-expanded="true"] .fa {
  transform: rotate(90deg);
}

.schedule-speaker-item {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: rgba(27, 54, 93, 0.75);
}

.schedule-speaker-item a {
  color: #0033a0;
  font-weight: 600;
  text-decoration: none;
}

.schedule-speaker-item a:hover {
  border-bottom: #1e8aff 2px solid;
}

/****************************
  Video Thumbnail Grid
****************************/

.video-thumbnail-grid {
  font-family: "Nunito Sans";
}

.video-thumbnail-grid .video-grid-description {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.video-thumbnail-grid .video-thumbnail-container {
  margin-bottom: 40px;
}

.video-thumbnail-grid .video-thumbnail-container .video-group {
  position: relative;
  border: 4px solid #1e8aff;
  max-width: 608px;
}

.video-thumbnail-grid .video-thumbnail-container .video-group .video-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(27, 54, 93, 1) 0%,
    rgba(27, 54, 93, 0) 50%
  );
}

.video-thumbnail-grid .video-thumbnail-container a:hover .video-gradient {
  background: linear-gradient(
    0deg,
    rgba(27, 54, 93, 1) 0%,
    rgba(27, 54, 93, 0.25) 100%
  );
}

.video-thumbnail-grid .video-thumbnail-container .video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  padding-top: 40px;
}

.video-thumbnail-grid h2 {
  color: #0033a0;
  font-size: 36px;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: -0.01px;
}

.video-thumbnail-grid .video-thumbnail-container .video-thumbnail {
  margin-bottom: 10px;
}

.video-thumbnail-grid .video-thumbnail-container a:hover {
  text-decoration: none;
}

.video-thumbnail-grid .video-thumbnail-container .video-topic {
  font-size: 12px;
  text-transform: uppercase;
  color: #4cbcc0;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.video-thumbnail-grid .video-thumbnail-container h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.25px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.video-thumbnail-grid .video-grid-thumbnail {
  width: 100%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .video-thumbnail-grid .video-grid-thumbnail {
    max-height: 172px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .video-thumbnail-grid .video-grid-thumbnail {
    max-height: 145px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .video-thumbnail-grid .video-grid-thumbnail {
    max-height: 180px;
  }
}

/* New Bootstrap Navigation System */

.navbar-engr-main-menu .navbar-collapse {
  padding: 0;
}

/*
@media (max-width: 767px) {
  .navbar-engr-main-menu .navbar-collapse {
    margin: 1em 0 0;
  }
}
*/

.navbar-engr-main-menu {
  background: #0033a0 linear-gradient(rgba(0, 0, 0, 0.6), rgba(0,0,0,0.15));
  /*background: #0033a0 linear-gradient(#001440, #002c8b);*/
  margin-bottom: 0;
  position: relative;
  font-family: "Nunito Sans";
}

.navbar-engr-main-menu .buttons li {
  margin: auto 5px;
}

.navbar-engr-main-menu .buttons a {
  border: 3px #1B97D7 solid;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: block;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}

.navbar-engr-main-menu .buttons a.button-highlight {
  background-color: #1B97D7;
  color: #0033a0;
}

.navbar-engr-main-menu .buttons a:hover {
  background-color: #1B97D7;
  color: #0033a0;
}

.navbar-engr-main-menu .departments-about a {
  padding: 10px 15px 9px;
  color: #1B97D7;
}

.navbar-engr-main-menu .departments-about a:hover {
  color: #fff;
  text-decoration: underline;
  transition: 0.2s;
}

.navbar-engr-main-menu .four-sub-main li {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
}

.navbar-engr-main-menu .four-sub-main li::after {
  content: "|";
  padding-left: 5px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.75);
  transition: 0.2s;
}

.navbar-engr-main-menu .four-sub-main li:last-child::after {
  content: "";
  padding: 0;
}

.navbar-engr-main-menu .four-sub-main a {
  display: inline-block;
  color: #1B97D7;
  transition: 0.2s;
  padding: 10px 5px;
}

.navbar-engr-main-menu .four-sub-main a:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-engr-main-menu .main-nav {
  /*background-color: #202C60;*/
}

.navbar-engr-main-menu .main-nav a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 20px 20px 17px 20px;
  border-bottom: 3px solid #161d40;
}

.navbar-engr-main-menu .main-nav a:hover {
  border-bottom-color: #1B97D7;
  color: #1B97D7;
  transition: border-bottom 0.25s, color 0.25s;
}

.navbar-engr-main-menu .dropdown-menu {
  border-bottom: 5px solid #1b97d7 !important;
  background-color: rgb(240,240,240);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .navbar-engr-main-menu .dropdown-menu {
    background-color: rgba(240,240,240,0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}

.navbar-engr-main-menu .dropdown-menu a {
  color: #333;
  font-size:16px;
  font-weight: normal;
  letter-spacing: 1;
  padding: 5px 20px;
  border: none;
}

.navbar-engr-main-menu .dropdown-menu a:hover, .navbar-engr-main-menu .dropdown-menu a:focus, .navbar-engr-main-menu .buttons .dropdown-menu a:hover, .navbar-engr-main-menu .buttons .dropdown-menu a:focus {
  color: #0033a0;
  background-color: transparent;
  text-decoration: underline;
}

.navbar-engr-main-menu .buttons .dropdown-menu a {
  border:none;
  color: #333;
  font-size: inherit;
  font-weight: normal;
  text-transform: none;
  letter-spacing: inherit;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
}

.navbar-engr-main-menu .navbar-form .input-group {
  background-color: transparent;
  transition: background-color 0.25s, color 0.25s;
  margin-top:6px;
}

.navbar-engr-main-menu .navbar-form .input-group:hover, .navbar-engr-main-menu .navbar-form input:active, .navbar-engr-main-menu .navbar-form input:focus, .navbar-engr-main-menu .navbar-form .btn-home-search:active, .navbar-engr-main-menu .navbar-form .btn-home-search:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-engr-main-menu .navbar-form input {
  color: #ffffff;
  background-color: transparent;
  transition: background-color 0.25s, color 0.25s;
}

.navbar-engr-main-menu .navbar-form .btn-home-search {
  background-color: transparent;
  transition: background-color 0.25s, color 0.25s;
  padding: 6px 10px;
}

.navbar-engr-main-menu .navbar-form .fa-search {
  color: #1B97D7;
}

/* New Bootstrap Navigation System - Mobile Styles */

.navbar-engr-main-menu .navbar-toggle {
  float:none;
  color: #fff;
}

.navbar-engr-main-menu span.searchText {
  font-weight:normal;
}

.navbar-engr-main-menu .navbar-toggle .icon-bar {
  background-color: #1b97d7;
}

@media (max-width: 992px) {

  .navbar-engr-main-menu .main-nav {
    text-align:center;
  }

  .navbar-engr-main-menu .navbar-toggle, .navbar-engr-main-menu .searchButton {
    color:#fff;
    padding: 5px 10px;
    font-size:1.25em;
    margin: 0;
    border: none;
    transition: background-color 0.25s, color 0.25s;
  }

  .navbar-engr-main-menu .navbar-toggle:focus, .navbar-engr-main-menu .navbar-toggle:active {
    outline: none;
    background: rgba(255,255,255,0.1);
  }

  .navbar-engr-main-menu .navbar-toggle .fa-bars, .navbar-engr-main-menu .navbar-toggle .fa-times-circle, .navbar-engr-main-menu .navbar-toggle .fa-window-close, .navbar-engr-main-menu .searchButton .fa-search {
    color: #1B97D7;
    margin-right:5px;
  }

  .navbar-engr-main-menu .main-nav a:hover {
    border-color:transparent;
  }

  .navbar-engr-main-menu .main-nav a:focus {
    /*outline: 1px dashed #fff;*/
  }

  .navbar-engr-main-menu .dropdown-menu {
    background-color: #fff !important;
    text-align:center;
  }

  .navbar-engr-main-menu .dropdown-menu a {
    color:#333 !important;
    padding: 10px 0;
    white-space: normal;
  }
  .navbar-engr-main-menu .dropdown-menu a:focus {
    outline: 1px dashed #333;
  }

  .navbar-engr-main-menu .dropdown .fa-caret-down {
    transition: transform 0.25s;
  }

  .navbar-engr-main-menu .dropdown.open .fa-caret-down {
    transform: rotate(180deg);
    transition: transform 0.25s;
  }

  .navbar-engr-main-menu .three-buttons {
    margin-bottom:20px;
  }

  .navbar-engr-main-menu ul.buttons {
    text-align: center;
    width:90%;
    list-style: none;
  }

  .navbar-engr-main-menu .buttons li {
    margin-bottom: 10px;
  }

  .navbar-engr-main-menu .buttons a {
    padding: 12px 25px;
    transition: background-color 0.25s, color 0.25s;
  }

  .navbar-engr-main-menu .buttons a:hover {
    background-color: #1B97D7;
    color: #0033a0;
  }

  .navbar-engr-main-menu .upperLinks a {
    padding: 8px 0;
    color: #fff;
    display:block;
  }

  .node-type-research .entity-paragraphs-item .content, .node-type-news .entity-paragraphs-item .content {
    width:100%;
  }

}

a.degree-program-link {
  font-weight:bold;
}

a.degree-program-link:hover {
  text-decoration: none;
}

a.degree-program-link span:hover {
  text-decoration: underline;
}

a.degree-program-link:after {
  font-family: FontAwesome;
  content: '\F105';
  position: relative;
  top: .08em;
  line-height: 0;
  margin-left:5px;
}

/* NEW NAVBAR EDITS */

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: inline-block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
  	display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.body-background-wrapper {
  position: relative;
}

.body-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.paragraphs-item-background-video {
  height: 40vh;
  padding-bottom: 50px;
  padding-top: 50px;
}

.paragraphs-item-background-video video {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -9999;
  min-height: 100%;
  min-width: 100%;
}

.node-type-static-container .main-container {
  background:#fff;
}

.node-type-static-container .entity-paragraphs-item {
  margin: 30px 0;
}

.header-logo-container {
  height:100px;
  /*justify-content: space-between;*/
}

.header-logo-container .header-logo--coe {
  height: 60px;
  margin: 20px 0;
}

.nav--uk-logo {
  float:left;
}
.nav--uk-logo .header-logo {
  height: 66px;
  margin: 17px 20px 17px 0;
}
.header-logo-container h2 {
  margin: 24px 0;
  font-family: 'Nunito Sans';
  font-size: 24px;
  float: left;
}
.header-logo-container h2.nav--dept--one-line {
  margin: 37px 0;
}
.header-logo-container a {
  color:#fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo-container h2 {
    margin: 30px 0;
    font-size: 19px;
  }
  .header-logo-container h2.nav--dept--one-line {
    font-size: 20px;
    margin: 40px 0;
  }
}

.header-logo-dept-of {
  font-size:.7em;
  color:#ccc;
}

#block-views-thesis-defense-block-3 .view-header h3 {
  border-bottom: 1px solid #000;
}

.view-display-id-grad_thesis_present caption, #block-views-thesis-defense-grad-thesis-past .view-grouping-header {
  font-size: 2em;
  color: #000;
  padding: 0;
}

#block-views-thesis-defense-grad-thesis-past .view-grouping-header {
  border-bottom:1px solid #333;
}

#block-views-thesis-defense-grad-thesis-past caption {
  font-size: 1.25em;
  color: #333;
}
/****************************
  Featured Region -- Split header layout
****************************/
.uky-base-page-header.page-header--split.slab--dark-blue{
  background-color: #1f2c5e;
}
.uky-base-page-header.page-header--split.slab--dark-blue .page-header__content a:hover{
  color: #0033a0;
}
@media screen and (min-width: 58rem){
.uky-base-page-header.page-header--split .page-header--split__hero{
  width:56%;
  margin-left: auto;
}}
.uky-base-page-header.page-header--split .slab__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
.uky-base-page-header .slab--dark-blue .slab__wrapper{
  padding-bottom: 0;
  border-width: 0;
}
.uky-base-page-header.page-header--split.slab--dark-blue .page-header__content a.button:link{
  border-color: #0033a0;
  background-color: #0033a0;
  color: #fff;
}
.uky-base-page-header.page-header--split.slab--dark-blue .page-header__content a.button:hover{
  border-color: #0033a0;
  background-color: #fff;
  color: #0033a0;
}
.uky-base-page-header.page-header--split .page-header__content{
  width: 50%;
  max-height: 100%;
  padding: 2rem 3rem;
  background-color: #ffffff;
  border-bottom: 4px #1897d4 solid;
}

.headline-group .headline-group__super{
  display: block;
  color: #515564;
  font-weight: 600;
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.5rem;
}
.limestone-split {
  display: block;
  width: 100%;
  height: auto;
}
.uky-base-page-header .headline-group{
  margin-bottom: 0;
}
.headline-group{
  display: block;
  margin-top: 0;
  font-family: "usual", sans-serif;

}
.uky-base-page-header h1.headline-group__head{
  font-size: 3.5rem;
  line-height: 1rem;
  font-weight: 600;
}
.uky-base-page-header.page-header--split .cta-group{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.uky-base-page-header .cta-group {
  margin-top: 2rem;
}
@media screen and (min-width: 35rem){
.cta-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
}
.uky-base-page-header.page-header--split .cta-group a{
  margin-bottom: 1rem;
}
.cta-group a.button{
  display: inline-block;
  width: auto;
  padding-top: calc(1rem - 2px);
  padding-right: calc(1.875rem - 3px);
  padding-bottom: calc(1rem - 4px);
  padding-left: calc(1.875rem - 3px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-width: 2px;
  border-style: solid;
  font-family: "usual", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
a.link--fancy{
  font-family: "usual", sans-serif;
  line-height: 1.5rem;
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.link--fancy:hover::before{
  left: 0.5rem;
}
.link--fancy::before{
  position: absolute;
  left: 0.25em;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  color: #1897d4;
  font-family: FontAwesome;
  font-size: 0.7em;
  content: "\f101";
}