@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800);/* Grab the old reset/global declarations
@import 'foundation/_reset';
@import 'foundation/_global';
/*	NOTE: These files are now kept within a universal "globals" file that is loaded before the template file for each page.
 *	The reason for this is to still be able to include the resets on pages that don't have individual template files (such as ccps)
 *	while avoiding style specificity issues with the new app.css being loaded afterwards (which also has the resets, and so overrides
 *	the specific styling done within the template file). Once the old template css files are gonezo, we can undo this.
 */

/***************************************************************************
    
    UTILITY
    Global variables such as colors, fonts, padding values, etc.
    Also includes custom mixins.
    Also also includes font imports.

***************************************************************************/

/***************************************************************************
    
    SHARED STYLING
    This section is for styles that can be used anywhere but are not exclusive to template pieces.
    Also includes global variables and custom mixins.

    I'm not sure if this file is any different from /layout/templates, lol. These shared styles should be more
    generic. Idk.

***************************************************************************/

/* 
    These are not currently in use, but feel free to place them wherever..
    next your styles that you want to hide within the first item, and as long
    as you put "ie-only" on your alternate HTML for IE (and you've hidden the main
    element within the first declaration) it should auto-hide in non-IE browsers...
*/

html.no-cssfilters .featured-content-item-bg-img {
  background-image: none !important;
}

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

.video-fade-enter-active,
.video-fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.video-fade-enter,
.video-fade-leave-to {
  opacity: 0;
}

.video-element-component .full-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-element-component .video-element-video-inner {
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-element-component .video-element-video-inner div,
.video-element-component .video-element-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-element-component .video-element-video-inner iframe {
  border: 0 !important;
}

.video-element-component .video-element-video-thumbnail-wrapper {
  z-index: 2;
  cursor: pointer;
}

.video-element-component .video-element-video-thumbnail-wrapper .video-thumb-play-btn {
  background-color: #ea002a;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6em;
  width: 6em;
  margin: -3em 0 0 -3em;
  border-radius: 50%;
  border: 5px solid #fff;
}

.video-element-component .video-element-video-thumbnail-wrapper .video-thumb-play-btn:hover {
  background-color: #cb2e23;
}

.video-element-component .video-element-video-thumbnail-wrapper .video-thumb-play-btn:after {
  content: "";
  top: 50%;
  left: 55%;
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #fff;
}

.section-title {
  padding: 3em 6%;
  padding-bottom: 8em;
}

.section-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
}

.section-title + div.section-overlap {
  margin-top: -8em;
}

.section-title.double-space {
  padding-bottom: 16em;
}

.section-title.double-space + div.section-overlap {
  margin-top: -16em;
}

.social-media-feed-wrapper.desktop {
  display: block;
}

@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 2em;
  }

  .video-element-component .video-element-video-thumbnail-wrapper .video-thumb-play-btn {
    height: 5em;
    width: 5em;
    margin: -2.5em 0 0 -2.5em;
  }
}
.all-content__wrapper {
  margin-top: 0 !important;
}

.all-content__featured-image {
  margin-bottom: 0 !important;
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/***************************************************************************
	
	HEADER
	(and all associated styles - including body / wrapper mods)

***************************************************************************/

body.bigtree_bar_open div#header {
  margin-top: 40px;
}

body.bigtree_bar_open div#header .menu {
  height: calc(100vh - 40px);
}

.body__wrapper {
  margin-top: 111px;
}

header {
  display: none;
}

div#header {
  position: fixed;
  z-index: 1001;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 111px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 6%;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
}

div#header .header-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

div#header .logo-section a {
  display: block;
  width: 100%;
  height: 100%;
}

div#header .logo-section img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

div#header .side-logo {
  position: relative;
  width: 14.2857%;
  float: left;
  max-width: 11em;
}

div#header .main-logo {
  width: 35.714%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 27em;
}

div#header .menu-opener {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#header .menu-opener .icon {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin-left: 1em;
  cursor: pointer;
  width: 2em;
}

div#header .menu-opener span.bar {
  height: 3px;
  width: 2em;
  background-color: #ea002a;
  display: block;
  position: absolute;
}

div#header .menu-opener span.bar:nth-of-type(1) {
  top: 10%;
}

div#header .menu-opener span.bar:nth-of-type(2) {
  top: 50%;
  margin-top: -1.5px;
}

div#header .menu-opener span.bar:nth-of-type(3) {
  bottom: 10%;
}

div#header .search-field {
  border: 2px solid transparent;
  border-radius: 2em;
  background-color: #fff;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#header .search-field .search-toggle {
  width: 2em;
  padding: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

div#header .search-field .search-input {
  font-family: "Montserrat", sans-serif;
  color: #333;
  width: calc(100% - 2.5em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  border: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  vertical-align: top;
  position: relative;
  background-color: transparent;
}

div#header .search-field .search-input::-webkit-input-placeholder {
  color: #dbdbdb;
}

div#header .search-field .search-input:-moz-placeholder {
  color: #dbdbdb;
}

div#header .search-field .search-input::-moz-placeholder {
  color: #dbdbdb;
}

div#header .search-field .search-input:-ms-input-placeholder {
  color: #dbdbdb;
}

div#header .search-field.open {
  border-color: #dbdbdb;
  width: 12em;
}

div#header .menu {
  position: absolute;
  width: 411px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: -411px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
  -webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1440px) { 
	div#header .menu .menu-scrollable {
		font-size: 80% !important;
	}
}
div#header .menu .menu-scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 20px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 8em;
}

div#header .menu.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}

div#header .menu .banner {
  width: 100%;
  padding: 2em;
  background-color: #ea002a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div#header .menu .banner .search-field {
  background-color: #ea002a;
  margin-left: calc(-0.5em - 2px);
}

div#header .menu .banner .search-field.open {
  border-color: #fff;
}

div#header .menu .banner .search-field .search-input {
  color: #fff;
}

div#header .menu .banner #menu-close {
  position: relative;
  float: right;
}

div#header .menu .banner #menu-close .menu-close-inner {
  width: 2em;
  height: 2em;
  padding: 0.5em;
}

div#header .menu .banner #menu-close span.bar {
  height: 3px;
  width: 2em;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#header .menu .banner #menu-close span.bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div#header .menu .banner #menu-close span.bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

div#header .menu .banner #menu-close:hover span.bar {
  height: 5px;
}

div#header .menu .banner .links {
  margin: 3em 0 0;
  font-size: 1.25em;
  line-height: 1em;
}

div#header .menu .banner .links a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1em;
}

div#header .menu .banner .links span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0.5em;
  color: #fff;
  font-size: 1em;
}

div#header .menu .accordions {
  padding: 2em;
  border-bottom: 1px solid #ccc;
}

div#header .menu .accordions .link-group {
  padding-bottom: 1em;
}

div#header .menu .accordions .link-group:nth-last-of-type(1) {
  padding-bottom: 0;
}

div#header .menu .accordions .link-group.open li {
  height: 1.4em;
}

div#header .menu .accordions .link-group.open .link-group-title:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

div#header .menu .accordions .link-group-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0.4em 0;
  position: relative;
  cursor: pointer;
}

div#header .menu .accordions .link-group-title:after {
  content: "";
  height: 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 1em;
  border-top: 2px solid #ea002a;
  border-right: 2px solid #ea002a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 12px;
  position: absolute;
  right: 0;
}

div#header .menu .accordions .link-group-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#header .menu .accordions .link-group-wrapper ul li {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 0;
  overflow: hidden;
}

div#header .menu .accordions .link-group-wrapper ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
  color: #333;
}

div#header .menu .submenu {
  padding: 2em 2em 0;
}

div#header .menu .submenu a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  padding: 0.3em 0;
  line-height: 1em;
  color: #333;
  display: block;
}

div#header .menu .submenu.bold a {
  text-transform: uppercase;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
}

@media screen and (max-width: 1366px) {
  div#header .side-logo {
    width: 20%;
  }
}

@media screen and (max-width: 992px) {
  div#header {
    height: 70px;
  }

  .body__wrapper {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  div#header .side-logo {
    display: none;
  }

  div#header .main-logo {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 60%;
  }

  div#header .search-field {
    display: none;
  }

  div#header .menu .banner .search-field {
    display: block;
  }
}

/***************************************************************************
	
	FOOTER

***************************************************************************/

footer.updated {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
}

footer.updated div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

footer.updated .info__wrapper.small {
  width: 25%;
}

footer.updated .info__wrapper.big {
  width: 50%;
}

footer.updated h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 0.75em;
}

footer.updated p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
}

footer.updated p a {
  color: #fff !important;
}

footer.updated .social {
  overflow: hidden;
}

footer.updated .social .icon {
  height: 3em;
  width: 3em;
  margin-left: 1em;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

footer.updated .social .icon.instagram {
  background-image: url("/assets/images/icon-instagram.png");
}

footer.updated .social .icon.twitter {
  background-image: url("/assets/images/icon-twitter.png");
}

footer.updated .social .icon.facebook {
  background-image: url("/assets/images/icon-facebook.png");
}

footer.updated .social .icon.youtube {
  background-image: url("/assets/images/icon-youtube.png");
}

footer.updated .social .icon.linkedin {
  background-image: url("/assets/images/icon-linkedin.png");
}

footer.updated .social .icon.google_plus {
  background-image: url("/assets/images/icon-google-plus.png");
}

footer.updated .social .icon.pinterest {
  background-image: url("/assets/images/icon-pinterest.png");
}

footer.updated .social-wrapper {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 1366px) {
  footer.updated .social .icon {
    height: 2.5em;
    width: 2.5em;
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 992px) {
  footer.updated {
    display: block;
  }

  footer.updated .info__wrapper {
    width: 100% !important;
  }

  footer.updated .info__wrapper.small {
    padding-bottom: 1.5em;
  }

  footer.updated .social-wrapper {
    float: none;
  }

  footer.updated .social .icon {
    margin-left: 0;
    margin-right: 0.5em;
  }
}

.page-header {
  width: 100%;
  padding-top: 31.478%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #000;
}

.page-header img.header {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.page-header .video-element-component {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-header .scaling-video-play-btn {
  width: 7%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.page-header .scaling-video-play-btn .play-btn-inner {
  width: 100%;
  padding-top: 100%;
}

.page-header .scaling-video-play-btn .play-btn-inner .play-btn {
  background-color: #ea002a;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #fff;
}

.page-header .scaling-video-play-btn .play-btn-inner .play-btn:hover {
  background-color: #cb2e23;
}

.page-header .scaling-video-play-btn .play-btn-inner .play-btn:after {
  content: "";
  top: 50%;
  left: 55%;
  position: absolute;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #fff;
}

.sticky-content .sticky-content-inner {
  width: 100%;
}

.sticky-content .sticky-content-inner.sticky {
  position: fixed;
  z-index: 999;
  margin-top: 111px;
  top: 0;
  left: 0;
}

.sticky-content .sticky-content-inner.sticky a.breadcrumbs__title {
  display: none;
}

.breadcrumb-wrapper {
  padding: 0.5em 6%;
  background-color: #333;
}

.breadcrumb-wrapper a {
  color: #fff;
  line-height: 1.5em;
}

.breadcrumb-wrapper nav.breadcrumbs a {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

.breadcrumb-wrapper nav.breadcrumbs a:after {
  content: ">";
  margin: 0 0.5em;
  vertical-align: middle;
  color: #fff;
}

.breadcrumb-wrapper nav.breadcrumbs a:nth-last-of-type(1):after {
  display: none;
}

.breadcrumb-wrapper a.breadcrumbs__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  border: 0 !important;
  padding: 0px; 
}

.horizontal-navigation-wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.horizontal-navigation-wrapper .horiz-links-toggler-mobile {
  display: none;
}

.horizontal-navigation-wrapper .horiz-links-wrapper {
  padding: 0 6%;
  z-index: 2;
  background-color: #F5F5F5;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}

.horizontal-navigation-wrapper .horiz-links-wrapper .horiz-link-item-wrapper {
  display: inline-block;
  margin: 0 0.7em;
  padding: 0.5em 0;
}

.horiz-link-group-title:hover {
  color: #CB2E32 !important;
 }
 
.horizontal-navigation-wrapper .horiz-links-wrapper .horiz-link-item-wrapper.contact {
  position: relative;
  float: right;
}

.horizontal-navigation-wrapper .horiz-links-wrapper .horiz-link-item-wrapper.contact:after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #707271 transparent;
}

.horizontal-navigation-wrapper .horiz-links-wrapper .horiz-link-item-wrapper.contact.open:after {
  bottom: -1px;
  visibility: visible;
  opacity: 1;
}

.horizontal-navigation-wrapper .horiz-links-wrapper a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #333;
}

.horizontal-navigation-wrapper .horizontal-nav-submenu {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 999;
  right: 0;
  background-color: #707271;
  text-align: center;
  padding: 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.horizontal-navigation-wrapper .horizontal-nav-submenu.open {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.horizontal-navigation-wrapper .horizontal-nav-submenu p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1.25em;
  line-height: 1em;
}

.horizontal-navigation-wrapper .horizontal-nav-submenu a {
  color: #fff;
}

.horizontal-navigation-wrapper .horizontal-nav-submenu span {
  font-weight: bold;
  color: #fff;
  margin: 0 0.5em;
}

.horizontal-navigation-wrapper .horizontal-nav-submenu span:nth-last-of-type(1) {
  display: none;
}

.sticky-bar-cta {
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  z-index: 1000;
  background-color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sticky-bar-cta .sticky-bar-btn {
  display: inline-block;
  padding: 0.5em 1em;
  border: 3px solid #fff;
  border-radius: 2em;
  margin-left: 2em;
}

.sticky-bar-cta a,
.sticky-bar-cta p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 992px) {
	.sticky-bar-cta p {
		display: none !important;
	}
}
.discover-drury-cta {
  padding-bottom: 4em;
  background-color: #ea002a;
}

.discover-drury-cta .discover-drury-link {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.discover-drury-cta .discover-drury-link div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.discover-drury-cta .discover-drury-link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #fff;
}

.discover-drury-cta .discover-drury-link a img {
  vertical-align: middle;
  width: 1.5em;
  display: inline-block;
  margin-left: 1em;
}

.side-by-side-callout__wrapper {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.side-by-side-callout__wrapper div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side {
  width: 50%;
  padding-right: 2%;
  display: inline-block;
}

.side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.25em;
  line-height: 1em;
  color: #707271;
}

.side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side h2:nth-of-type(2) {
  color: #ea002a;
}

.side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side p {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: 2em;
}

.side-by-side-callout__wrapper .callout-content-wrapper .callout-right-side {
  width: 50%;
  padding-left: 2%;
  float: right;
}

.side-by-side-callout__wrapper .callout-content-wrapper .callout-right-side.video-callout .video-callout-inner {
  padding-top: 56.25%;
  position: relative;
}

.side-by-side-callout__wrapper .callout-content-wrapper .callout-right-side.video-callout .video-callout-inner .video-element-component {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outstanding-alumni-cta__wrapper {
  padding-bottom: 8em;
  background-color: #fff;
}

.outstanding-alumni-cta__wrapper .section-title {
  background-color: #333;
  padding-top: 15%;
}

.outstanding-alumni-cta__wrapper .section-title h2 {
  color: #fff;
}

.outstanding-alumni-cta__wrapper .outstanding-alumni-items {
  padding: 3em 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.outstanding-alumni-cta__wrapper .alumni-item {
  width: 50%;
}

.outstanding-alumni-cta__wrapper .alumni-item:nth-of-type(2n) {
  padding-left: 2%;
}

.outstanding-alumni-cta__wrapper .alumni-item:nth-of-type(2n+1) {
  padding-right: 2%;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-item-inner {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.outstanding-alumni-cta__wrapper .alumni-item .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #707271;
}

.outstanding-alumni-cta__wrapper .alumni-item .bg-img svg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}

.outstanding-alumni-cta__wrapper .alumni-item .bg-img svg image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-image {
  padding-top: 75%;
  cursor: pointer;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content {
  overflow: hidden;
  position: absolute;
  background-color: #333;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  top: 100%;
  margin-top: -7em;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-content-img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.4;
  background-color: #707271;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: calc(100% - 7em);
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 7em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .grad-year {
  text-align: center;
  padding-right: 1.5em;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .grad-year span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4em;
  line-height: 1em;
  color: #fff;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .alumni-name .name {
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .alumni-name .major {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.6em;
  font-family: "Montserrat", sans-serif;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .arrow img {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-bio {
  position: relative;
  z-index: 2;
  padding: 1em 2em 2em;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-bio p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  line-height: 1.1em;
}

.outstanding-alumni-cta__wrapper .alumni-item .alumni-content a.alumni-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 2em;
  left: 2em;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  border: 3px solid #fff;
}

.outstanding-alumni-cta__wrapper .alumni-item.open .alumni-content {
  top: 0;
  margin-top: 0;
}

.outstanding-alumni-cta__wrapper .alumni-item.open .alumni-content .alumni-content-img {
  bottom: 0;
}

.outstanding-alumni-cta__wrapper .alumni-item.open .alumni-content .arrow {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1366px) {
  .outstanding-alumni-cta__wrapper .alumni-item .alumni-image {
    padding-top: 80%;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content {
    margin-top: -5.5em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header {
    height: 5.5em;
    padding: 1em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .grad-year {
    padding-right: 1em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .grad-year span {
    font-size: 2.75em;
    line-height: 1.5em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .alumni-name {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 1em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .alumni-name .name {
    font-size: 1.25em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-header .alumni-name .major {
    font-size: 1.1em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-bio {
    padding: 0em 2em 0em;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-bio p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1500px) {
  .horizontal-navigation-wrapper .horiz-links-toggler-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background-color: #F5F5F5;
    padding: 1em 6%;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    cursor: pointer;
    z-index: 5;
  }

  .horizontal-navigation-wrapper .horiz-links-toggler-mobile .hamburger {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 2em;
    cursor: pointer;
    width: 1.75em;
  }

  .horizontal-navigation-wrapper .horiz-links-toggler-mobile span {
    height: 4px;
    width: 1.75em;
    background-color: #333;
    display: block;
    position: absolute;
  }

  .horizontal-navigation-wrapper .horiz-links-toggler-mobile span:nth-of-type(1) {
    top: 10%;
  }

  .horizontal-navigation-wrapper .horiz-links-toggler-mobile span:nth-of-type(2) {
    top: 50%;
    margin-top: -2px;
  }

  .horizontal-navigation-wrapper .horiz-links-toggler-mobile span:nth-of-type(3) {
    bottom: 10%;
  }

  .horizontal-navigation-wrapper .horiz-links-toggler-mobile div.text {
    width: calc(100% - 1.75em);
    padding-left: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 2em;
  }

  .horizontal-navigation-wrapper .horiz-links-wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -200%;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
  }

  .horizontal-navigation-wrapper .horiz-links-wrapper.open {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .horizontal-navigation-wrapper .horiz-links-wrapper.open + .horizontal-nav-submenu.open {
    opacity: 1;
    visibility: visible;
  }

  .horizontal-navigation-wrapper .horiz-links-wrapper .horiz-link-item-wrapper {
    display: block;
    text-align: center;
    float: none !important;
  }

  .horizontal-navigation-wrapper .horiz-links-wrapper .horiz-link-item-wrapper:after {
    display: none;
  }

  .horizontal-navigation-wrapper .horizontal-nav-submenu.open {
    opacity: 0;
    visibility: hidden;
  }
 }
@media screen and (max-width: 992px) {
  .page-header .scaling-video-play-btn .play-btn-inner .play-btn {
    border-width: 4px;
  }

  .page-header .scaling-video-play-btn .play-btn-inner .play-btn:after {
    border-width: 12px 0 12px 20px;
  }

  .side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side,
  .side-by-side-callout__wrapper .callout-content-wrapper .callout-right-side {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side p {
    margin-bottom: 2em;
  }

  .outstanding-alumni-cta__wrapper .outstanding-alumni-items {
    display: block;
  }

  .outstanding-alumni-cta__wrapper .outstanding-alumni-items .alumni-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }

  .outstanding-alumni-cta__wrapper .outstanding-alumni-items .alumni-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .sticky-content .sticky-content-inner.sticky {
    margin-top: 70px;
  }

  .sticky-content .sticky-content-inner.sticky .breadcrumb-wrapper {
    display: none;
  }

  .sticky-bar-cta p {
    display: block;
    width: 100%;
    padding-bottom: 0.25em;
  }

  .sticky-bar-cta .sticky-bar-btn {
    margin: 0.5em 0.5em 0;
  }
.breadcrumbs {
	display: none;
}
}

@media screen and (max-width: 768px) {
  .page-header .scaling-video-play-btn .play-btn-inner .play-btn {
    border-width: 3px;
  }

  .page-header .scaling-video-play-btn .play-btn-inner .play-btn:after {
    border-width: 8px 0 8px 13px;
  }

  .outstanding-alumni-cta__wrapper .section-title h2 {
    text-align: left;
  }

  .outstanding-alumni-cta__wrapper .alumni-item {
    max-width: 100%;
  }

  .outstanding-alumni-cta__wrapper .alumni-item .alumni-content .alumni-bio p {
    display: none;
  }

  .side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side h2 {
    font-size: 2.25em;
  }

  .side-by-side-callout__wrapper .callout-content-wrapper .callout-left-side p {
    font-size: 1em;
  }

  .sticky-bar-cta {
    padding-bottom: 2em;
  }

  .sticky-bar-cta .sticky-bar-btn {
    font-size: 0.8em;
  }
}

.featured-image-well__wrapper {
  width: 100%;
}

.featured-image-well__wrapper .featured-image-well {
  width: 100%;
  padding-top: 31.478%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.choose-your-pathway__wrapper {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.choose-your-pathway__wrapper div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.choose-your-pathway__wrapper div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.choose-your-pathway__wrapper .choose-your-pathway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.choose-your-pathway__wrapper .choose-your-pathway__cta {
  width: 25%;
  background-color: #707271;
  height: 15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose-your-pathway__wrapper .choose-your-pathway__cta h2 {
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}

.choose-your-pathway__wrapper .choose-your-pathway__cta:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5em 0 7.5em 4em;
  border-color: transparent transparent transparent #707271;
  position: absolute;
  left: 100%;
  top: 0;
}

.choose-your-pathway__wrapper .choose-your-pathway__items {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding-left: 4em;
}

.choose-your-pathway__wrapper .choose-your-pathway__item {
  width: 33.333%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose-your-pathway__wrapper .choose-your-pathway__item img {
  width: 7.5em;
  padding-bottom: 1em;
}

.choose-your-pathway__wrapper .choose-your-pathway__item h3 {
  font-size: 1.4em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#news-slider-and-events {
  overflow: hidden;
  background-color: #fff;
}

#news-slider-and-events .section-title {
  background-color: #ea002a;
}

#news-slider-and-events .section-title h2 {
  color: #fff;
}

#news-slider-and-events .section-overlap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#featured-events-callout {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2%;
  overflow: hidden;
}

.featured-events-callout__wrapper {
  width: 100%;
  max-width: 40em;
  display: block;
}

.featured-events-callout__wrapper .featured-events-header {
  padding: 2em;
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #707271;
}

.featured-events-callout__wrapper .featured-events-header h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  width: 100%;
  margin: 0;
}

.featured-events-callout__wrapper .featured-events-header img {
  position: absolute;
  height: 1.5em;
  right: 2em;
  top: 50%;
  margin-top: -0.75em;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}

.featured-events-callout__wrapper .featured-event {
  padding-top: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.featured-events-callout__wrapper .featured-event-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.featured-events-callout__wrapper .featured-event-date-icon {
  width: 5em;
  padding-left: 35px;
}

.featured-events-callout__wrapper .featured-event-date-icon .date-icon-inner {
  position: relative;
  width: 100%;
  padding-top: 111.986%;
  background-image: url("/assets/images/icon-calendar.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.featured-events-callout__wrapper .featured-event-date-icon span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  color: #ea002a;
  line-height: 1em;
  width: 100%;
  text-align: center;
}

.featured-events-callout__wrapper .featured-event-date-icon span.month {
  top: 10%;
  font-size: 1.2em;
  text-transform: uppercase;
}

.featured-events-callout__wrapper .featured-event-date-icon span.day {
  top: 50%;
  font-size: 2.5em;
}

.featured-events-callout__wrapper .featured-event-date-content {
  width: calc(100% - 8em);
  padding-left: 1em;
}

.featured-events-callout__wrapper .featured-event-date-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  font-size: 1.2em;
  line-height: 1.4em;
  display: none;
}

.featured-events-callout__wrapper .featured-event-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 1.4em;
  line-height: 1.4em;
}

.featured-events-callout__wrapper .featured-event-see-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  font-size: 1.2em;
  line-height: 1.4em;
  text-transform: uppercase;
}

#featured-content-slider {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2%;
  overflow: hidden;
}

#featured-content-slider #slider-content {
  overflow: hidden;
}

#featured-content-slider .featured-content-slider-outer-wrapper {
  background-color: #333;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 40em;
  float: right;
}

#featured-content-slider .featured-content-slider-wrapper {
  width: 100%;
  height: 40em;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#featured-content-slider .featured-content-slider-wrapper .featured-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateZ(-20em);
          transform: translateZ(-20em);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#featured-content-slider .featured-content-slider-wrapper .featured-content-inner.show-1 {
  -webkit-transform: translateZ(-20em) rotateY(0deg);
          transform: translateZ(-20em) rotateY(0deg);
}

#featured-content-slider .featured-content-slider-wrapper .featured-content-inner.show-2 {
  -webkit-transform: translateZ(-20em) rotateY(-90deg);
          transform: translateZ(-20em) rotateY(-90deg);
}

#featured-content-slider .featured-content-slider-wrapper .featured-content-inner.show-3 {
  -webkit-transform: translateZ(-20em) rotateY(-180deg);
          transform: translateZ(-20em) rotateY(-180deg);
}

#featured-content-slider .featured-content-slider-wrapper .featured-content-inner.show-4 {
  -webkit-transform: translateZ(-20em) rotateY(-270deg);
          transform: translateZ(-20em) rotateY(-270deg);
}

#featured-content-slider .featured-content-slider-wrapper.ie-fix {
  -webkit-perspective: auto;
          perspective: auto;
}

#featured-content-slider .featured-content-slider-wrapper.ie-fix .featured-content-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform-style: none !important;
          transform-style: none !important;
}

#featured-content-slider .featured-content-slider-wrapper.ie-fix .featured-content-inner .featured-content-item {
  -webkit-transform: none !important;
          transform: none !important;
  position: relative;
  display: inline-block;
}

#featured-content-slider .slider-title {
  padding: 2em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#featured-content-slider .slider-title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  width: 100%;
  margin: 0;
}

#featured-content-slider .featured-content-item {
  display: block;
  padding: 6em 0 4em;
  vertical-align: top;
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40em;
  background-color: #707271;
}

#featured-content-slider .featured-content-item.card-number-1 {
  -webkit-transform: rotateY(0deg) translateZ(20em);
          transform: rotateY(0deg) translateZ(20em);
}

#featured-content-slider .featured-content-item.card-number-2 {
  -webkit-transform: rotateY(90deg) translateZ(20em);
          transform: rotateY(90deg) translateZ(20em);
}

#featured-content-slider .featured-content-item.card-number-3 {
  -webkit-transform: rotateY(180deg) translateZ(20em);
          transform: rotateY(180deg) translateZ(20em);
}

#featured-content-slider .featured-content-item.card-number-4 {
  -webkit-transform: rotateY(270deg) translateZ(20em);
          transform: rotateY(270deg) translateZ(20em);
}

#featured-content-slider .featured-content-item .featured-content-item-bg {
  position: absolute;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#featured-content-slider .featured-content-item .featured-content-item-bg .featured-content-item-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#featured-content-slider .featured-content-item .featured-content-item-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 114, 113, 0.5);
}

#featured-content-slider .featured-content-item .featured-content-item-wrapper {
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#featured-content-slider .featured-content-item .featured-content-item-header {
  width: 100%;
  padding-top: 30%;
  position: relative;
  z-index: 5;
}

#featured-content-slider .featured-content-item .featured-content-item-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#featured-content-slider .featured-content-item .featured-content-item-content {
  padding: 2em;
  height: 15em;
  position: relative;
  z-index: 5;
}

#featured-content-slider .featured-content-item .featured-content-item-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
}

#featured-content-slider .featured-content-item .featured-content-item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #fff;
  line-height: 1.2em;
  margin: 0.5em 0 0.75em;
}

#featured-content-slider .featured-content-item .featured-content-item-link {
  display: inline-block;
  padding: 0.5em 0.75em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 1em;
  font-size: 1.25em;
}

#featured-content-slider .slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1em;
  padding: 1em 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#featured-content-slider .slider-controls .slider-tabs {
  width: 70%;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#featured-content-slider .slider-controls .slider-tabs .slider-control {
  position: relative;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#featured-content-slider .slider-controls .slider-tabs .slider-control .control-bg {
  height: 5px;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

#featured-content-slider .slider-controls .slider-tabs .slider-control .control-bg:before {
  content: "";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}

#featured-content-slider .slider-controls .slider-tabs .slider-control.current .control-bg:before {
  width: 100%;
}

#featured-content-slider .slider-controls .slider-arrow {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#featured-content-slider .slider-controls .slider-arrow img {
  width: 50%;
  display: block;
  margin: auto;
  vertical-align: middle;
}

#featured-content-slider .slider-controls .slider-arrow.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tint-feed__wrapper {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 !important;
  background-color: #fff;
}

.tint-feed__wrapper div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.tint-feed__wrapper .section-title {
  background-color: #333;
}

.tint-feed__wrapper .section-title h2 {
  color: #fff;
}

.tint-feed__wrapper .feed-wrapper {
  padding: 3em 6%;
}

@media screen and (max-width: 1366px) {
  .choose-your-pathway__wrapper .choose-your-pathway__cta h2 {
    font-size: 2.5em;
  }

  #featured-content-slider .featured-content-item .featured-content-item-content {
    height: 19em;
  }
}

@media screen and (max-width: 992px) {
  .choose-your-pathway__wrapper {
    padding: 0;
  }

  .choose-your-pathway__wrapper .choose-your-pathway {
    display: block;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__cta {
    width: 100%;
    height: auto;
    padding: 1em;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__cta:after {
    display: none;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__cta br {
    display: none;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__items {
    width: 100%;
    padding: 0;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4% 1%;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__item img {
    width: 6em;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__item h3 {
    font-size: 1.2em;
  }

  .discover-drury-cta__wraper {
    padding-top: 10em;
    margin-top: -10em;
    padding-bottom: 4em;
  }

  #news-slider-and-events .section-title h2 {
    text-align: left;
  }

  #news-slider-and-events .section-overlap {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  #featured-content-slider {
    width: 100%;
    padding-right: 0;
    z-index: 2;
  }

  #featured-content-slider .featured-content-slider-outer-wrapper {
    float: none;
    margin: 0 auto 2em;
  }

  #featured-content-slider .featured-content-item .featured-content-item-content {
    height: 15em;
  }

  #featured-events-callout {
    width: 100%;
    padding-left: 0;
    padding-top: 5%;
    overflow: visible;
  }

  .featured-events-callout__wrapper {
    float: none;
    margin: 0 auto;
  }

  .featured-events-callout__wrapper .featured-events-header h3 {
    z-index: 2;
    position: relative;
  }

  .featured-events-callout__wrapper .featured-events-header img {
    z-index: 2;
  }

  .featured-events-callout__wrapper .featured-events-header:after {
    content: "";
    background-color: #707271;
    position: absolute;
    bottom: 0;
    left: -100%;
    right: -100%;
    height: 300%;
  }
}

@media screen and (max-width: 768px) {
  .choose-your-pathway__wrapper .choose-your-pathway__cta h2 {
    font-size: 1.5em;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__item img {
    width: 4em;
    padding-bottom: 0.5em;
  }

  .choose-your-pathway__wrapper .choose-your-pathway__item h3 {
    font-size: 0.5em;
    margin: 0;
  }

  #featured-content-slider .featured-content-item .featured-content-item-title {
    font-size: 1.5em;
  }

  .featured-events-callout__wrapper .featured-event-date-text {
    font-size: 1em;
  }

  .featured-events-callout__wrapper .featured-event-title {
    font-size: 1.2em;
    padding: 0.4em 0;
  }

  .featured-events-callout__wrapper .featured-event-see-more {
    font-size: 1em;
  }
}

#find-your-program {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

#find-your-program div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#find-your-program-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

#find-your-program-component .label {
  background-color: #ea002a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
}

#find-your-program-component .label h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.75em;
  line-height: 1.1em;
  margin: 0;
  padding-left: 1em;
}

#find-your-program-component .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  margin-top: -15px;
  border-color: transparent transparent transparent #ea002a;
  z-index: 2;
}

#find-your-program-component .field-of-study,
#find-your-program-component .learning-format {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}

#find-your-program-component .field-of-study:after,
#find-your-program-component .learning-format:after {
  content: "";
  height: 1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 1em;
  border-top: 2px solid #707271;
  border-right: 2px solid #707271;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  font-size: 12px;
  position: absolute;
  right: 2em;
}

#find-your-program-component .field-of-study {
  border-right: 2px solid #F5F5F5;
}

#find-your-program-component select {
  display: block;
  cursor: pointer;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none !important;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  padding-left: 1em;
  color: #a7a7a7;
  height: auto;
}

#find-your-program-component select::-webkit-input-placeholder {
  color: #F5F5F5;
}

#find-your-program-component select:-moz-placeholder {
  color: #F5F5F5;
}

#find-your-program-component select::-moz-placeholder {
  color: #F5F5F5;
}

#find-your-program-component select:-ms-input-placeholder {
  color: #F5F5F5;
}

#find-your-program-component select::-ms-expand {
  display: none;
}

#find-your-program-component .search-btn {
  width: 5%;
}

#find-your-program-component .search-btn .search-btn-inner {
  background-color: #ea002a;
  width: 100%;
  padding-top: 100%;
  position: relative;
  min-height: 4em;
}

#find-your-program-component .search-btn .search-btn-inner img {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#tuition-price-callout {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

#tuition-price-callout .tuition-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

#tuition-price-callout .tuition-nav .tuition-nav-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1em;
  cursor: pointer;
  padding: 1.5em 0;
  text-align: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
  color: #707271;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#tuition-price-callout .tuition-content .tuition-content-item {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 3em 0;
}

#tuition-price-callout .tuition-content .tuition-content-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #707271;
  font-size: 1.6em;
  line-height: 1em;
}

#tuition-price-callout .tuition-content .tuition-content-item h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #11a72a;
  font-size: 7em;
  line-height: 1.4em;
}

#tuition-price-callout .tuition-content .tuition-content-item a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #11a72a;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1em;
  padding: 0.5em 1.5em;
  border-radius: 2em;
  border: 3px solid #11a72a;
  margin-top: 1em;
}

#tuition-price-callout.evening-open .tuition-nav .tuition-nav-item.evening {
  background-color: #707271;
  color: #F5F5F5;
}

#tuition-price-callout.evening-open .tuition-content .tuition-content-item.online {
  display: none;
}

#tuition-price-callout.online-open .tuition-nav .tuition-nav-item.online {
  background-color: #707271;
  color: #F5F5F5;
}

#tuition-price-callout.online-open .tuition-content .tuition-content-item.evening {
  display: none;
}

@media screen and (max-width: 1366px) {
  #find-your-program-component .label h2 {
    font-size: 1.5em;
  }

  #find-your-program-component select {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 992px) {
  #find-your-program-component {
    display: block;
  }

  #find-your-program-component .fyp-section {
    width: 100%;
    padding: 1.5em 0;
  }

  #find-your-program-component .label:after {
    display: none;
  }

  #find-your-program-component .field-of-study {
    border-right: 0;
    border-bottom: 2px solid #F5F5F5;
  }

  #find-your-program-component .search-btn {
    width: 100%;
  }

  #find-your-program-component .search-btn .search-btn-inner {
    width: 100%;
    padding-top: 0;
    height: 4em;
  }
}

.page-header-fusion .video-element-video-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/fusion/logo-fusion.png");
  background-size: 66%;
  opacity: 0.35;
  background-repeat: no-repeat;
  background-position: 50% 51%;
}

.content-callout-wrapper {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.content-callout-wrapper div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.content-callout-wrapper .content-callout-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #F5F5F5;
  padding: 4em 2em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.content-callout-wrapper .content-callout-item {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2%;
  text-align: center;
}

.content-callout-wrapper .content-callout-item a {
  display: block;
}

.content-callout-wrapper .content-callout-item h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 0;
}

.content-callout-wrapper .content-callout-item img {
  width: 7em;
  margin: 1em auto;
  display: inline-block;
}

.content-callout-wrapper .content-callout-item p {
  font-family: "Montserrat", sans-serif;
  color: #707271;
  font-size: 1.2em;
  line-height: 1.1em;
  margin-bottom: 0.75em;
}

.content-callout-wrapper .content-callout-item span.link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #707271;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.1em;
}

#students-going-beyond {
  background-color: #fff;
}

#students-going-beyond .section-title {
  background-color: #ea002a;
  color: #fff;
}

#students-going-beyond-component {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#students-going-beyond-component div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#students-going-beyond-component .item-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #000;
}

#students-going-beyond-component .item {
  width: 25%;
  float: left;
  position: relative;
}

#students-going-beyond-component .item .item-inner {
  width: 100%;
  padding-top: 60%;
}

#students-going-beyond-component .item .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#students-going-beyond-component .item .item-bg:after {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: "";
  background-color: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#students-going-beyond-component .item .item-content {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#students-going-beyond-component .item .item-content .content-img {
  width: 33.333%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#students-going-beyond-component .item .item-content .content {
  width: 66.667%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#students-going-beyond-component .item .item-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  font-size: 2em;
  line-height: 1em;
}

#students-going-beyond-component .item .item-content div.close {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  font-size: 1em;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #fff;
}

#students-going-beyond-component .item .item-content div.close img {
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.5em;
}

#students-going-beyond-component .item .item-content span.major {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #707271;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.1em;
}

#students-going-beyond-component .item .item-content div.text {
  margin-top: 1.5em;
  font-family: "Montserrat", sans-serif;
  color: #707271;
  font-size: 1.2em;
  line-height: 1.1em;
}

#students-going-beyond-component .item .item-content div.text p {
  font-size: 1em;
  line-height: 1.1em;
}

#students-going-beyond-component .item .item-content div.text img,
#students-going-beyond-component .item .item-content div.text iframe {
  width: 100%;
  height: auto;
  margin: 1em 0;
}

#students-going-beyond-component .item:hover .item-bg:after {
  opacity: 0;
}

#students-going-beyond-component .item.open .item-content {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 300%;
  height: 200%;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

#students-going-beyond-component .item.open.top .item-content,
#students-going-beyond-component .item.open.middle .item-content {
  top: 0;
}

#students-going-beyond-component .item.open.bottom .item-content {
  top: -100%;
}

#students-going-beyond-component .item.open.left .item-content {
  left: 0;
}

#students-going-beyond-component .item.open.center .item-content {
  left: -100%;
}

#students-going-beyond-component .item.open.right .item-content {
  left: -200%;
}

@media screen and (max-width: 1366px) {
  #students-going-beyond-component .item {
    width: 33.333%;
  }
}

@media screen and (max-width: 992px) {
  #students-going-beyond-component .item {
    width: 100%;
  }

  #students-going-beyond-component .item .item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  #students-going-beyond-component .item .item-content .content-img {
    width: 100%;
    height: 40%;
  }

  #students-going-beyond-component .item .item-content .content {
    width: 100%;
    height: 60%;
  }

  #students-going-beyond-component .item .item-content h3 {
    margin-top: 0.5em;
  }

  #students-going-beyond-component .item .item-content div.close {
    top: 40%;
  }

  #students-going-beyond-component .item.open .item-content {
    width: 100%;
    height: 200%;
  }

  #students-going-beyond-component .item.open.top .item-content,
  #students-going-beyond-component .item.open.middle .item-content {
    top: 0;
  }

  #students-going-beyond-component .item.open.bottom .item-content {
    top: -100%;
  }

  #students-going-beyond-component .item.open.left .item-content,
  #students-going-beyond-component .item.open.center .item-content,
  #students-going-beyond-component .item.open.right .item-content {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .content-callout-wrapper {
    padding: 0;
  }

  .content-callout-wrapper .content-callout-inner {
    display: block;
  }

  .content-callout-wrapper .content-callout-item {
    width: 100%;
    padding-bottom: 3em;
  }

  .content-callout-wrapper .content-callout-item:nth-last-of-type(1) {
    padding-bottom: 0;
  }

  .content-callout-wrapper .content-callout-item h2 {
    display: block;
  }

  .content-callout-wrapper .content-callout-item img {
    display: block;
  }

  .content-callout-wrapper .content-callout-item p {
    display: none;
  }
}

.page-callouts__wrapper {
  padding: 3em 6%;
  background-color: #fff;
}

.page-callouts__wrapper .page-callouts-inner {
  margin-left: -1.5%;
  margin-right: -1.5%;
  overflow: hidden;
}

.page-callouts__wrapper .page-callout {
  width: 33%;
  float: left;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-callouts__wrapper .page-callout-content {
  width: 100%;
  height: 16em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.page-callouts__wrapper .page-callout-content.contact {
  background-color: #ff6200;
}

.page-callouts__wrapper .page-callout-content.contact:after {
  display: none;
}

.page-callouts__wrapper .page-callout-content:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#ff6200));
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), #ff6200);
}

.page-callouts__wrapper .page-callout-content .inner {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-callouts__wrapper .page-callout-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1em;
  color: #fff;
  margin: 0;
}

.page-callouts__wrapper .page-callout-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #fff;
}

.page-callouts__wrapper .page-callout-content p a {
  color: #fff !important;
}

.page-callouts__wrapper .page-callout-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 2em;
  margin: 0;
  line-height: 1em;
  text-shadow: 0 0 20px #333;
}

.page-callouts__wrapper .page-callout-content .contact-info {
  position: absolute;
  bottom: 2em;
  left: 2em;
}

.page-callouts__wrapper .page-callout-content:hover:after {
  top: 0;
}

#featured-post {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

#featured-post div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#featured-post #featured-post-component {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

#featured-post #featured-post-component .article-loading {
  display: block;
  width: 100%;
  height: 30em;
  background-color: #fff;
}

#featured-post #featured-post-component .article-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10em 0 0 -10em;
  height: 20em;
  width: 20em;
  -o-object-fit: cover;
     object-fit: cover;
}

#featured-post #featured-post-component .article-image {
  width: 50%;
  overflow: hidden;
}

#featured-post #featured-post-component .article-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#featured-post #featured-post-component .article-content {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 5% 4%;
  background-color: #fff;
}

#featured-post #featured-post-component .article-content h3.article-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #333;
  font-size: 2em;
  line-height: 1.1em;
}

#featured-post #featured-post-component .article-content span.article-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.1em;
  display: inline-block;
  color: #333;
  margin-bottom: 1em;
}

#featured-post #featured-post-component .article-content p {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 1.25em;
  line-height: 1.1em;
  margin-bottom: 3em;
}

#featured-post #featured-post-component .article-content p > a {
  display: none;
}

#featured-post #featured-post-component .article-content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 0.5em 1em;
  border: 3px solid #ff6200;
  color: #ff6200;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1em;
}

#featured-post #featured-post-component h2.content-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ff6200;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

#featured-post #featured-post-component .article-title-mobile {
  display: none;
}

#featured-post:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ea002a;
}

#graduate-alumni-cta .outstanding-alumni-cta__wrapper .section-title {
  background-color: #ea002a;
  padding-top: 8%;
}

@media screen and (max-width: 1366px) {
  .page-callouts__wrapper .page-callout-content {
    height: 18em;
  }

  .page-callouts__wrapper .page-callout-content h3 {
    font-size: 1.5em;
  }

  .page-callouts__wrapper .page-callout-content h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 992px) {
  .page-callouts__wrapper .page-callout {
    width: 50%;
  }

  #featured-post #featured-post-component {
    display: block;
  }

  #featured-post #featured-post-component .article-title-mobile {
    display: block;
    padding: 4% 5%;
  }

  #featured-post #featured-post-component .article-title-mobile h2.content-title {
    margin-bottom: 0;
  }

  #featured-post #featured-post-component .article-image {
    width: 100%;
    padding-top: 30%;
  }

  #featured-post #featured-post-component .article-content {
    width: 100%;
  }

  #featured-post #featured-post-component .article-content h2.content-title {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-callouts__wrapper .page-callout {
    width: 100%;
  }
}

