@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: #CB2E32;
}

.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;
}

.social-media-feed-wrapper.mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .social-media-feed-wrapper.desktop {
    display: none;
  }

  .social-media-feed-wrapper.mobile {
    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;
}

/***************************************************************************
	
	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%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	div#header .logo-section img {
		top: 40px;
	}
}

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);
}

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: #707271;
  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: 21%;
  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: #CB2E32;
}

.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.2em 6%;
  background-color: #333;
}

.breadcrumb-wrapper a {
  color: #fff;
  line-height: 1.5em;
}

@media screen and (max-width: 992px) { 
	.breadcrumbs {
		display: none;
	}
}

.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;
}

.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 2em 0 0;
  padding: 0.5em 0;
}

.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 .horiz-links-wrapper a:hover {
  color: #CB2E32;
}

.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;
  white-space: nowrap;
  -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;
}

.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: 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: none;
    width: 100%;
    padding-bottom: 0.25em;
  }

  .sticky-bar-cta .sticky-bar-btn {
    margin: 0.5em 0.5em 0;
  }
}

@media screen and (max-width: 1400px) {
	.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: 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%;
  position: relative;
}

.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;
  padding-left: 20px;
}

.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;
}

.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: #707271;
  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: 4em;
  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;
}

@media screen and (max-width: 992px) { 
	.content-callout-wrapper .content-callout-item .link_arrow, .link {
		display: none;
	}

}

#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%;
  }
}

a.cboxElement {
  outline: 0 !important;
}

#cboxOverlay {
  opacity: 0.5 !important;
}

#cboxClose {
  display: none !important;
}

.lounge_title {
  width: 100%;
  background: #FFF;
  text-align: center;
  font-size: 46px;
  padding-top: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}

.lounge_title__button_link {
  height: 50px;
  border: 3px solid #EA002A;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
  border-radius: 25px;
  font-size: 24px;
  color: #EA002A;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

.lounge_title__button_link:hover {
  background: #EA002A;
  color: #FFF;
}

.lounge_title__button {
  width: 100%;
  text-align: center;
}

.quote {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  margin-top: 80px;
  padding-bottom: 45px;
}

.quote_text__title {
  text-align: left;
  font-size: 35px;
  padding-top: 45px;
  padding-left: 105px;
  font-weight: 700;
  color: #333333;
}

.quote_text__body {
  text-align: left;
  font-size: 20px;
  padding-left: 105px;
  padding-right: 105px;
  padding-top: 20px;
  color: #333333;
}

.explore {
  padding: 2em 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #EA002A;
  color: #FFF;
  text-align: center;
  padding-bottom: 60px;
}

.explore_title {
  font-size: 46px;
  text-align: left !important;
  padding-left: 100px;
  padding-top: 50px;
  font-weight: 700;
}

.brand__link {
  outline: none !important;
  padding: 10px;
}

.brand__link:active {
  outline: none !important;
}

.brand_div__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.explore_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFF;
  width: 450px;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 35px;
}

.explore_boxes__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;
  margin-left: 5%;
  margin-right: 5%;
  padding: 4em 2em;
}

.explore_box:hover {
  background: #FFF;
  color: #000;
}

.brand__title {
  font-size: 28px;
  margin-top: 23px;
  margin-bottom: -10px;
  font-weight: bold;
}

.learn {
  width: 100%;
  height: 100%;
}

.learn_title {
  font-size: 46px;
  text-align: left !important;
  padding-left: 100px;
  margin-bottom: 50px;
  padding-top: 50px;
  font-weight: bolder;
}

.learn {
  width: 100%;
  height: 100%;
}

.learn__div_column {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  padding: 10px;
}

.learn_div__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  padding-right: 100px;
}

.learn_div__title {
  font-size: 28px;
  padding-left: 23px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}

.learn_div__body {
  padding-left: 25px;
  padding-right: 25px;
}

.learn_div__box {
  border: 2px solid #EA002A;
  height: 124px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.learn_div__box a {
  text-decoration: none;
}

.learn_div__box:hover {
  background: #EA002A !important;
  color: #FFF !important;
}

.collage {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #FFF), color-stop(40%, #333333));
  background-image: linear-gradient(to bottom, #FFF 40%, #333333 40%);
  background-image: -ms-linear-gradient(to bottom, #FFF 40%, #333333 40%);
  padding-bottom: 85px;
  padding: 4em 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.collage__wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}

.collage__video_embed {
  padding-left: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.collage__title {
  text-align: center;
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  padding-top: 50px;
}

.collage__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -357px;
  margin-left: 660px;
}

.collage__images:after {
  content: "";
  display: table;
  clear: both;
}

.collage__image_one,
.collage__image_two,
.collage__image_three,
.collage__image_four {
  margin-bottom: -5px;
  margin-left: -2px;
}

.collage__column_one,
.collage__column_two {
  float: left;
}

@media (max-width: 968px) {
  .explore_boxes__inner {
    display: block;
  }

  .explore_box {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }

  .learn_div__wrapper {
    display: block !important;
    margin: auto;
    padding-right: 0px;
  }

  .learn_div__box {
    height: 170px;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
  }

  .learn_title,
  .explore_title {
    margin: 0 auto;
    padding-left: 25px;
  }

  .learn_title {
    padding-bottom: 30px;
  }

  .quote_text__title,
  .quote_text__body {
    padding-left: 25px;
  }

  .collage__wrapper {
    padding-left: 0px;
    margin: 0 auto;
  }

  .collage__video_embed {
    width: 100% !important;
    height: 100% !important;
    padding-left: 0px;
    padding-top: 35px;
  }

  .collage__images {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: -5px;
  }

  .collage__column_one,
  .collage__column_two {
    display: block;
  }

  .collage__image_one,
  .collage__image_two {
    display: none;
  }

  .collage__image_three,
  .collage__image_four {
    display: none;
  }

  iframe {
    width: 100% !important;
  }
}
.modular-callouts_featured_image {
	height: 400px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

@media screen and (max-width: 992px) {
	.modular-callouts_featured_image { 
		height: 100px !important;
	}
}

.modular-callouts-wrapper {
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.modular-callouts-wrapper .callouts {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.modular-callouts-wrapper .callouts.half {
  width: 50%;
}

.modular-callouts-wrapper .callouts.half.profiles + .callouts.half.profiles .profiles-wrapper {
  padding-left: 2em;
  padding-right: 5em;
}

.modular-callout {
  width: 100%;
  padding: 3em 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.modular-callout div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.modular-callout .callout-title {
  padding: 0 0 3em;
}

.modular-callout .callout-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
}

.modular-callout .callout-title + div.section-overlap {
  margin-top: -8em;
}

.modular-callout .callout-title.double-space {
  padding-bottom: 16em;
}

.modular-callout .callout-title.double-space + div.section-overlap {
  margin-top: -16em;
}

.modular-callout.half .callout-title h2 {
  font-size: 25px;
}

.modular-callout.half .callout-bg {
  height: 300%;
}

.modular-callout h1,
.modular-callout h2,
.modular-callout h3,
.modular-callout h4,
.modular-callout h5,
.modular-callout h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
}

.modular-callout h1 {
  font-size: 28px;
  line-height: 1.2em;
}

.modular-callout h2 {
  font-size: 25px;
  line-height: 1.2em;
}

.modular-callout h3 {
  font-size: 23px;
  line-height: 1.2em;
}

.modular-callout h4 {
  font-size: 21px;
  line-height: 1.2em;
}

.modular-callout h5 {
  font-size: 19px;
  line-height: 1.2em;
}

.modular-callout h6 {
  font-size: 17px;
  line-height: 1.2em;
}

.modular-callout p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  line-height: 1.2em;
}

.modular-callout ul {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-left: 20px;
  padding: 0 0 20px 18px;
}

.modular-callout ul li {
  padding: 5px; 
}

.modular-callout li  > ul > li {
  font-size: 0.8em !important;
}

.modular-callout .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
}

.modular-callout .callout-bg.red {
  background-color: #ea002a;
}

.modular-callout .callout-bg.red + .callout-title h2 {
  color: #fff;
}

.modular-callout .callout-bg.gray {
  background-color: #333;
}

.modular-callout .callout-bg.gray + .callout-title h2 {
  color: #fff;
}

.about-w-box-wrapper .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-w-box-wrapper .callout-inner .about-left-side {
  width: 63.5%;
}

.about-w-box-wrapper .callout-inner .about-left-side.full-size {
  width: 100% !important;
}

.about-w-box-wrapper .callout-inner .about-left-side p {
  margin-top: 20px;
}

.about-w-box-wrapper .callout-inner .about-left-side h3 {
  margin-top: 20px;
}

.about-w-box-wrapper .callout-inner .about-right-side {
  width: 36.5%;
}

.about-w-box-wrapper .callout-inner .about-right-side .right-side-inner {
  padding-left: 20.5%;
}

.standalone-contact-box {
  display: none;
}

.contact-box .contact-box-inner {
  background-color: #F5F5F5;
  border: 1px solid #eaeaea;
  padding: 2em;
}

.contact-box .contact-social-icons {
  margin-top: 3em;
}

.contact-box .contact-social-icons a {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-image: url("/assets/images/socialsprites.png");
  background-size: 600%;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.contact-box .contact-social-icons a.instagram {
  background-position: 0 0;
}

.contact-box .contact-social-icons a.instagram:hover {
  background-position: 0 100%;
}

.contact-box .contact-social-icons a.twitter {
  background-position: 20% 0;
}

.contact-box .contact-social-icons a.twitter:hover {
  background-position: 20% 100%;
}

.contact-box .contact-social-icons a.facebook {
  background-position: 40% 0;
}

.contact-box .contact-social-icons a.facebook:hover {
  background-position: 40% 100%;
}

.contact-box .contact-social-icons a.youtube {
  background-position: 60% 0;
}

.contact-box .contact-social-icons a.youtube:hover {
  background-position: 60% 100%;
}

.contact-box .contact-social-icons a.linkedin {
  background-position: 80% 0;
}

.contact-box .contact-social-icons a.linkedin:hover {
  background-position: 80% 100%;
}

.contact-box .contact-social-icons a.pinterest {
  background-position: 100% 0;
}

.contact-box .contact-social-icons a.pinterest:hover {
  background-position: 100% 100%;
}

@media screen and (max-width: 992px) {
  .about-w-box-wrapper .callout-inner .about-left-side {
    width: 100%;
  }

  .about-w-box-wrapper .callout-inner .about-right-side {
    display: none;
  }

  .standalone-contact-box {
    display: block;
  }
}

.featured-news-feed-wrapper {
  padding: 0;
}

.featured-news-feed-wrapper.red .callout-slider .callout-slider-inner .slide .content .content-inner {
  background-color: #ea002a;
}

.featured-news-feed-wrapper.half .callout-title {
  display: none;
}

.featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .content {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .content .content-inner {
  height: 17em;
}

.featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .image .image-inner {
  padding-top: 50%;
  height: auto;
  top: auto;
  left: auto;
  position: relative;
}

.featured-news-feed-wrapper.half .callout-slider-controls {
  bottom: 1em;
  width: 76%;
  left: 12%;
}

.featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .content .content-outer {
  padding-top: 45%;
}

.featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .content .content-outer .content-inner {
  position: absolute;
  top: 4em;
  bottom: 4em;
  left: 0;
  right: 0;
}

.featured-news-feed-wrapper .callout-title {
  padding-top: 3em;
}

.featured-news-feed-wrapper .callout-slider {
  overflow: hidden;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide {
  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;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide .content {
  width: 50%;
  background-color: #fff;
  z-index: 2;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide .content .content-inner {
  background-color: #333;
  padding: 2em 12%;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide .content .content-inner h3 {
  color: #fff;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide .content .content-inner a {
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  padding: 0.5em 0.75em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 1em;
  font-size: 1.25em;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide .image {
  z-index: 1;
  width: 50%;
}

.featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide .image .image-inner {
  padding-top: 45%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-news-feed-wrapper .callout-slider-controls {
  z-index: 3;
  position: absolute;
  width: 38%;
  bottom: 5em;
  left: 6%;
  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;
}

.featured-news-feed-wrapper .callout-slider-controls .pagination-button-wrapper {
  width: calc(100% - 4em);
  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;
  padding-left: 2%;
  padding-right: 2%;
}

.featured-news-feed-wrapper .callout-slider-controls .pagination {
  display: inline-block;
  cursor: pointer;
}

.featured-news-feed-wrapper .callout-slider-controls .pagination.arrow {
  width: 2em;
  margin-top: -7px;
}

.featured-news-feed-wrapper .callout-slider-controls .pagination.arrow img {
  width: 100%;
  height: auto;
}

.featured-news-feed-wrapper .callout-slider-controls .pagination.arrow.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.featured-news-feed-wrapper .callout-slider-controls .pagination.button {
  padding-left: 2%;
  padding-right: 2%;
}

.featured-news-feed-wrapper .callout-slider-controls .pagination.button .button-inner {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}

.featured-news-feed-wrapper .callout-slider-controls .pagination.button .button-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.featured-news-feed-wrapper .callout-slider-controls .pagination.button.active .button-inner:before {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .image .image-inner {
    padding-top: 40%;
  }
}

@media screen and (max-width: 1366px) {
  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .image .image-inner {
    padding-top: 50%;
  }

  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .content .content-outer {
    padding-top: 65%;
  }

  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .image .image-inner {
    padding-top: 65%;
  }
}

@media screen and (max-width: 1100px) {
  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .content .content-outer {
    padding-top: 100%;
  }

  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .image .image-inner {
    padding-top: 100%;
  }
}

@media screen and (max-width: 992px) {
  .featured-news-feed-wrapper .callout-title {
    display: none;
  }

  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide,
  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .content,
  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .content .content-outer,
  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .content .content-outer {
    padding-top: 0 !important;
  }

  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .content .content-outer .content-inner,
  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .content .content-outer .content-inner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    height: 17em;
  }

  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .image,
  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .featured-news-feed-wrapper.half .callout-slider .callout-slider-inner .slide .image .image-inner,
  .featured-news-feed-wrapper.full .callout-slider .callout-slider-inner .slide .image .image-inner {
    padding-top: 60% !important;
    height: auto;
    top: auto;
    left: auto;
    position: relative;
  }

  .featured-news-feed-wrapper.half .callout-slider-controls,
  .featured-news-feed-wrapper.full .callout-slider-controls {
    bottom: 1em;
    width: 76%;
    left: 12%;
  }
}

@media screen and (max-width: 992px) {
  .featured-news-feed-wrapper .callout-slider .callout-slider-inner .slide .content .content-inner h3 {
    font-size: 1.5em;
  }
}

.callouts.featured_links_w_text_links {
  min-height: 25em;
}

.featured-links-w-text-wrapper {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-links-w-text-wrapper .callout-title {
  width: 100%;
  height: 8.4em;
  padding: 0 !important;
  position: relative;
}

.featured-links-w-text-wrapper .callout-title h2 {
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.featured-links-w-text-wrapper .callout-title.red {
  background-color: #ea002a;
}

.featured-links-w-text-wrapper .callout-title.gray {
  background-color: #333;
}

.featured-links-w-text-wrapper .callout-links {
  width: 100%;
  height: calc(100% - 8.4em);
}

.featured-links-w-text-wrapper .callout-links.num-items-1 .callout-link {
  height: calc(100% - 2px);
}

.featured-links-w-text-wrapper .callout-links.num-items-2 .callout-link {
  height: calc(50% - 2px);
}

.featured-links-w-text-wrapper .callout-links.num-items-3 .callout-link {
  height: calc(33.3333% - 2px);
}

.featured-links-w-text-wrapper .callout-links.num-items-4 .callout-link {
  height: calc(25% - 2px);
}

.featured-links-w-text-wrapper .callout-links.num-items-5 .callout-link {
  height: calc(20% - 2px);
}

.featured-links-w-text-wrapper .callout-links .callout-link {
  width: 100%;
  padding-left: 20%;
  position: relative;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #F5F5F5;
}

.featured-links-w-text-wrapper .callout-links .callout-link p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  text-transform: uppercase;
}

.featured-links-w-text-wrapper .callout-links .callout-link p img {
  width: 1em;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 0.25em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.featured-links-w-text-wrapper .callout-links .callout-link p:hover img {
  margin-left: 0.75em;
}

@media screen and (max-width: 992px) {
  .callouts.featured_links_w_text_links {
    min-height: 0;
  }

  .featured-links-w-text-wrapper {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }

  .featured-links-w-text-wrapper .callout-title {
    height: auto;
  }

  .featured-links-w-text-wrapper .callout-title h2 {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 1em 0;
  }

  .featured-links-w-text-wrapper .callout-links {
    height: auto;
  }

  .featured-links-w-text-wrapper .callout-links .callout-link {
    height: auto !important;
    padding-left: 10%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .featured-links-w-text-wrapper .callout-links .callout-link p {
    font-size: 1em;
  }
}

.featured-links-w-images-wrapper {
  margin-top: 3em;
}

.featured-links-w-images-wrapper .callout-links {
  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;
  margin-left: -2%;
  margin-right: -2%;
}

.featured-links-w-images-wrapper .callout-links.num-items-1 .callout-link {
  width: 100%;
}

.featured-links-w-images-wrapper .callout-links.num-items-2 .callout-link {
  width: 50%;
}

.featured-links-w-images-wrapper .callout-links.num-items-3 .callout-link {
  width: 33.333%;
}

.featured-links-w-images-wrapper .callout-links.num-items-4 .callout-link {
  width: 25%;
}

.featured-links-w-images-wrapper .callout-links .callout-link {
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
}

.featured-links-w-images-wrapper .callout-links .callout-link .callout-inner {
  width: 100%;
}

.featured-links-w-images-wrapper .callout-links .callout-link .callout-image {
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}

.featured-links-w-images-wrapper .callout-links .callout-link .callout-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-links-w-images-wrapper .callout-links .callout-link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #ea002a;
  border: 2px solid #F5F5F5;
  border-top-width: 0;
  text-transform: uppercase;
  display: block;
  padding: 1.5em;
}

.featured-links-w-images-wrapper .callout-links .callout-link a img {
  width: 1em;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 0.25em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.featured-links-w-images-wrapper .callout-links .callout-link a:hover img {
  margin-left: 0.75em;
}

@media screen and (max-width: 992px) {
  .featured-links-w-images-wrapper .callout-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .featured-links-w-images-wrapper .callout-links .callout-link {
    width: 100% !important;
    margin-bottom: 2em;
  }
}

.profiles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 3em 2em 3em 5em;
}

.profiles-wrapper.full {
  padding-right: 5em;
}

.profiles-wrapper .callout-image {
  width: 15em;
  padding-right: 3em;
}

.profiles-wrapper .callout-image .headshot {
  width: 12em;
  height: 18em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.profiles-wrapper .callout-content {
  width: calc(100% - 15em);
}

.profiles-wrapper .callout-content h2 {
  font-size: 25px;
  line-height: 1.2em;
  margin: 0;
  color: #000;
}

.profiles-wrapper .callout-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 1em;
}

.profiles-wrapper .callout-link {
  margin-top: 2em;
}

.profiles-wrapper .callout-link.mobile {
  display: none;
}

.profiles-wrapper .callout-link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  text-transform: uppercase;
  position: relative;
}

.profiles-wrapper .callout-link a img {
  position: absolute;
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.profiles-wrapper .callout-link a:hover img {
  right: -2em;
}

.modular-callouts-wrapper .callouts.half + .callouts.half.profiles .profiles-wrapper {
  padding-left: 2em;
  padding-right: 5em;
}

.modular-callouts-wrapper .callouts.half + .callouts.half:not(.profiles) + .callouts.half.profiles .profiles-wrapper {
  padding-left: 5em;
  padding-right: 2em;
}

@media screen and (max-width: 1366px) {
  .profiles-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .profiles-wrapper .callout-content {
    padding-left: 1.5em;
  }

  .modular-callouts-wrapper .callouts.half + .callouts.half.profiles .profiles-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .modular-callouts-wrapper .callouts.half + .callouts.half:not(.profiles) + .callouts.half.profiles .profiles-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 992px) {
  .profiles-wrapper {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }

  .profiles-wrapper .callout-image {
    width: 100%;
    padding-right: 0;
  }

  .profiles-wrapper .callout-image .headshot {
    max-width: 20em;
    display: block;
    margin: auto;
  }

  .profiles-wrapper .callout-content {
    width: 100%;
    padding-left: 0;
  }

  .profiles-wrapper .callout-content h2:nth-child(1) {
    padding-top: 1em;
  }

  .profiles-wrapper .callout-link.desktop {
    display: none;
  }

  .profiles-wrapper .callout-link.mobile {
    display: block;
  }
}

#featured-events-callout.modular-callout {
  width: 100%;
  padding: 0;
  background-color: #F5F5F5;
  overflow: visible;
}

#featured-events-callout.modular-callout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background-color: #F5F5F5;
  z-index: 2;
}

#featured-events-callout.modular-callout.red .featured-events-callout__wrapper .featured-events-header {
  background-color: #ea002a;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper {
  max-width: 100%;
  z-index: 3;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-events-header {
  background-color: #333;
  padding: 2em 12%;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-events-header h3 {
  font-size: 25px;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-events-header img {
  right: 12%;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-date-text {
  display: none;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-date-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-title {
  width: 100%;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-see-more {
  width: 100%;
  color: #ea002a;
}

#featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event:nth-child(1) {
  padding-top: 0;
}

#featured-events-callout.modular-callout .events-inner {
  padding: 2em 12%;
}

@media screen and (max-width: 992px) {
  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-events-header:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #featured-events-callout.modular-callout .events-inner {
    padding-left: 6%;
    padding-right: 6%;
  }

  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-events-header {
    padding-left: 6%;
    padding-right: 6%;
  }

  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-events-header h3 {
    font-size: 1.5em;
  }

  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-events-header img {
    height: 1em;
    top: 55%;
  }

  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-date-icon {
    width: 4em;
  }

  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-date-icon span.day {
    font-size: 2em;
    top: 48%;
  }

  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-date-icon span.month {
    top: 9%;
    font-size: 1em;
  }

  #featured-events-callout.modular-callout .featured-events-callout__wrapper .featured-event-date-content {
    width: calc(100% - 4em);
  }
}

.youtube-embed-wrapper.half {
  padding: 3em 12%;
}

.youtube-embed-wrapper.half .callout-video {
  width: 100%;
}

.youtube-embed-wrapper .callout-video {
  width: 56%;
  position: relative;
  margin: auto;
}

.youtube-embed-wrapper .callout-video .video-element-component {
  padding-top: 56.25%;
}

.youtube-embed-wrapper .callout-video .video-element-component .scaling-video-play-btn {
  width: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.youtube-embed-wrapper .callout-video .video-element-component .scaling-video-play-btn .play-btn-inner {
  width: 100%;
  padding-top: 100%;
}

.youtube-embed-wrapper .callout-video .video-element-component .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;
}

.youtube-embed-wrapper .callout-video .video-element-component .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;
}

@media screen and (max-width: 992px) {
  .youtube-embed-wrapper .callout-video {
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  .modular-callouts-wrapper .callouts {
    width: 100% !important;
  }

  .modular-callouts-wrapper .callout-bg {
    height: 100%;
  }

  .modular-callout .callout-title h2 {
    font-size: 2em;
  }

  .modular-callout.half .callout-title h2 {
    font-size: 1.5em;
  }
}

#dcal-module {
  background-color: #fff;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}

#dcal-module input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

#dcal-module input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#dcal-module input[type="text"]::-webkit-search-decoration,
#dcal-module input[type="text"]::-webkit-search-cancel-button,
#dcal-module input[type="text"]::-webkit-search-results-button,
#dcal-module input[type="text"]::-webkit-search-results-decoration {
  display: none;
}

#dcal-module .calendar-header {
  width: 100%;
  height: 17.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3em 6% 3em;
}

#dcal-module .calendar-header svg {
  display: inline-block;
}

#dcal-module .calendar-header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  padding-top: 1em;
}

#dcal-module .sticky-content {
  display: none;
}

#dcal-module .filters {
  padding: 2em 0 0;
  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;
}

#dcal-module .filters .filter {
  width: 50%;
  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;
  position: relative;
}

#dcal-module .filters .filter:nth-child(1) {
  padding-right: 1em;
}

#dcal-module .filters .filter:nth-last-child(1) {
  padding-left: 1em;
}

#dcal-module .filters .filter .label {
  display: inline-block;
  width: 8em;
  height: 3.3em;
  background-color: #ea002a;
  text-align: center;
  position: relative;
}

#dcal-module .filters .filter .label p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 3.3em;
}

#dcal-module .filters .filter .label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ea002a;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}

#dcal-module .filters .filter input,
#dcal-module .filters .filter select {
  font-size: 1em;
  display: inline-block;
  line-height: 3.3em;
  height: 3.3em;
  border: 0;
  margin: 0;
  color: #000;
  background-color: #fff;
  padding-left: 1em;
}

#dcal-module .filters .filter input::-webkit-input-placeholder,
#dcal-module .filters .filter select::-webkit-input-placeholder {
  color: #a7a7a7;
}

#dcal-module .filters .filter input:-ms-input-placeholder,
#dcal-module .filters .filter select:-ms-input-placeholder {
  color: #a7a7a7;
}

#dcal-module .filters .filter input::-ms-input-placeholder,
#dcal-module .filters .filter select::-ms-input-placeholder {
  color: #a7a7a7;
}

#dcal-module .filters .filter input::placeholder,
#dcal-module .filters .filter select::placeholder {
  color: #a7a7a7;
}

#dcal-module .filters .filter input {
  width: calc(100% - 8em - 3.3em);
}

#dcal-module .filters .filter select {
  width: calc(100% - 8em);
}

#dcal-module .filters .filter select::-ms-expand {
  display: none;
  height: 0;
  width: 0;
}

#dcal-module .filters .filter .do-search {
  width: 3.3em;
  height: 3.3em;
  background-color: #ea002a;
  position: relative;
  cursor: pointer;
}

#dcal-module .filters .filter .do-search img {
  width: 40%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#dcal-module .filters .filter .dropdown-arrow {
  position: absolute;
  pointer-events: none;
  width: 3.3em;
  height: 3.3em;
  right: 0;
  top: 0;
  z-index: 2;
}

#dcal-module .filters .filter .dropdown-arrow:before {
  content: "";
  width: 15%;
  height: 15%;
  border-top: 3px solid #707271;
  border-left: 3px solid #707271;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

#dcal-module .cal-btn {
  display: inline-block;
  text-align: center;
  width: 16em;
  background-color: #333;
  border-radius: 2em;
  cursor: pointer;
  border: 2px solid #333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#dcal-module .cal-btn p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  padding-left: 4em;
  padding-right: 2em;
  position: relative;
  font-size: 1em;
  line-height: 3.3em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#dcal-module .cal-btn svg {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  left: 2em;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

#dcal-module .cal-btn svg.default {
  opacity: 1;
  visibility: visible;
}

#dcal-module .cal-btn svg.hover {
  opacity: 0;
  visibility: hidden;
}

#dcal-module .cal-btn:hover {
  background-color: #fff;
}

#dcal-module .cal-btn:hover p {
  color: #333;
}

#dcal-module .cal-btn:hover svg.default {
  opacity: 0;
  visibility: hidden;
}

#dcal-module .cal-btn:hover svg.hover {
  opacity: 1;
  visibility: visible;
}

#dcal-module .options-bar {
  background-color: #F5F5F5;
  border-bottom: 1px solid #dbdbdb;
  padding: 1.5em 6%;
  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;
}

#dcal-module .options-bar .option p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 3.3em;
}

#dcal-module .options-bar .button {
  width: 30%;
}

#dcal-module .options-bar .button.email-list {
  text-align: right;
}

#dcal-module .options-bar .button.email-list svg {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5em;
}

#dcal-module .options-bar .views {
  width: 40%;
  background-color: #dbdbdb;
  border: 2px solid #dbdbdb;
  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;
  border-radius: 2em;
  position: relative;
}

#dcal-module .options-bar .views .view {
  width: 25%;
  text-align: center;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

#dcal-module .options-bar .views .view.active p {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #ea002a;
}

#dcal-module .options-bar .views:after {
  content: "";
  border-radius: 2em;
  width: 25%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 2px solid #fff;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}

#dcal-module .options-bar .views.current-view-listAll:after {
  left: 0;
}

#dcal-module .options-bar .views.current-view-listDay:after {
  left: 25%;
}

#dcal-module .options-bar .views.current-view-dayGridWeek:after {
  left: 50%;
}

#dcal-module .options-bar .views.current-view-dayGridMonth:after {
  left: 75%;
}

#dcal-module #datepicker {
  position: relative;
}

#dcal-module #datepicker .datepicker {
  position: absolute;
  padding: 1em;
  width: 375px;
  background-color: #fff !important;
  left: 50%;
  top: -3.15em;
  z-index: 10;
  border-radius: 1.75em;
  -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);
  border: 1px solid #dbdbdb;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#dcal-module #datepicker .datepicker .datepicker-close {
  height: 2.5em;
  width: 2.5em;
  background-color: #ea002a;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1.25em;
  margin-right: -1.25em;
  -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);
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#dcal-module #datepicker .datepicker .datepicker-close:before,
#dcal-module #datepicker .datepicker .datepicker-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #fff;
}

#dcal-module #datepicker .datepicker .datepicker-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#dcal-module #datepicker .datepicker .datepicker-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#dcal-module #datepicker .datepicker .datepicker-close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#dcal-module #datepicker .datepicker .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

#dcal-module #datepicker .datepicker .fc-dayGrid-view .fc-body .fc-row {
  min-height: 51px;
  height: auto !important;
}

#dcal-module #datepicker .datepicker .fc-content-skeleton {
  min-height: 51px;
  height: auto !important;
}

#dcal-module #datepicker .datepicker .fc-scroller.fc-day-grid-container {
  height: auto !important;
}

#dcal-module #datepicker .datepicker .fc-left {
  width: 15%;
  text-align: right;
}

#dcal-module #datepicker .datepicker .fc-day-top {
  height: 51px !important;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

#dcal-module #datepicker .datepicker .fc-day-top .fc-day-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  float: none !important;
  font-size: 1.25em;
  color: #000;
}

#dcal-module #datepicker .datepicker .fc-day-top.fc-today .fc-day-number {
  color: #fff;
}

#dcal-module #datepicker .datepicker .fc-center {
  width: 70%;
  text-transform: uppercase;
}

#dcal-module #datepicker .datepicker .fc-center h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.5em;
  line-height: 1.2em;
}

#dcal-module #datepicker .datepicker .fc-right {
  width: 15%;
}

#dcal-module #datepicker .datepicker .fc-button-primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5em;
  height: 2.5em;
  background-color: #ea002a;
  display: inline-block;
  position: relative;
  border-radius: 0.625em;
  border: 0;
  cursor: pointer;
}

#dcal-module #datepicker .datepicker .fc-button-primary:after {
  content: "";
  height: 25%;
  width: 25%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

#dcal-module #datepicker .datepicker .fc-button-primary span {
  display: none;
}

#dcal-module #datepicker .datepicker .fc-button-primary.fc-prev-button:after {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#dcal-module #datepicker .datepicker .fc-button-primary.fc-next-button:after {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

#dcal-module #datepicker .datepicker .fc-unthemed th,
#dcal-module #datepicker .datepicker .fc-unthemed td,
#dcal-module #datepicker .datepicker .fc-unthemed thead,
#dcal-module #datepicker .datepicker .fc-unthemed tbody,
#dcal-module #datepicker .datepicker .fc-unthemed .fc-divider,
#dcal-module #datepicker .datepicker .fc-unthemed .fc-row,
#dcal-module #datepicker .datepicker .fc-unthemed .fc-content,
#dcal-module #datepicker .datepicker .fc-unthemed .fc-popover,
#dcal-module #datepicker .datepicker .fc-unthemed .fc-list-view,
#dcal-module #datepicker .datepicker .fc-unthemed .fc-list-heading td {
  border-color: transparent !important;
  background-color: transparent !important;
}

#dcal-module #datepicker .datepicker .fc-day-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.5em;
  line-height: 1.2em;
}

#dcal-module #datepicker .datepicker .fc-day {
  position: relative;
}

#dcal-module #datepicker .datepicker .fc-day:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border: 1px solid #dbdbdb;
  border-radius: 0.6em;
}

#dcal-module #datepicker .datepicker .fc-day.fc-today:before {
  background-color: #ea002a;
}

#dcal-module .current-event-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
}

#dcal-module .current-event-wrapper .current-event-wrapper-inner {
  padding: 3em 6%;
  border-bottom: 1px solid #dbdbdb;
}

#dcal-module .current-event-wrapper .current-event-close {
  position: relative;
  margin-bottom: 1em;
}

#dcal-module .current-event-wrapper .current-event-close .current-event-close-outer {
  display: inline-block;
  padding: 1em 1em 1em 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#dcal-module .current-event-wrapper .current-event-close .current-event-close-outer:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#dcal-module .current-event-wrapper .current-event-close .current-event-close-inner {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: 50%;
  margin-top: -0.75em;
}

#dcal-module .current-event-wrapper .current-event-close .current-event-close-inner:before,
#dcal-module .current-event-wrapper .current-event-close .current-event-close-inner:after {
  content: "";
  background-color: #ea002a;
  position: absolute;
  height: 3px;
  width: 1.5em;
  top: 50%;
}

#dcal-module .current-event-wrapper .current-event-close .current-event-close-inner:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#dcal-module .current-event-wrapper .current-event-close .current-event-close-inner:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#dcal-module .current-event-wrapper .current-event-close p {
  color: #ea002a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
  padding-left: 2em;
}

#dcal-module .current-event-wrapper .current-event-item {
  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;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar {
  width: 15em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .current-event-image {
  width: 100%;
  padding-top: 68%;
  margin-bottom: 2.5em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event {
  margin-bottom: 2.5em;
  position: relative;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event .add-to-calendar-list {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 1.25em;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 3;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event .add-to-calendar-list.active {
  height: 6em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event .add-to-calendar-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event .add-to-calendar-list ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #333;
  line-height: 2em;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event .add-to-calendar-list ul li a {
  color: #333;
  display: block;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event .add-to-calendar-list ul li:nth-of-type(1) {
  border-top: 1px solid #dbdbdb;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .add-event .add-to-calendar-list ul li:hover {
  background-color: #dbdbdb;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .cal-btn {
  width: 100%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .cal-btn svg {
  left: 1.5em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .cal-btn p {
  padding-left: 2em;
  padding-right: 0;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event ul {
  list-style: none;
  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;
  margin-left: -3%;
  margin-right: -3%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event ul li {
  width: 25%;
  padding: 3%;
  position: relative;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event ul li a {
  width: 100%;
  height: 100%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon {
  width: 100%;
  padding-top: 100%;
  background-image: url("/assets/images/dcal/socialsprite_dcal.png");
  background-size: 800%;
  cursor: pointer;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.twitter {
  background-position: 14.5% 0.5%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.twitter:hover {
  background-position: 14.5% 100%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.facebook {
  background-position: 28.5% 0.5%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.facebook:hover {
  background-position: 28.5% 100%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.email {
  background-position: 85.6% 0.5%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.email:hover {
  background-position: 85.6% 100%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.url {
  background-position: 100% 0.5%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event .icon.url:hover {
  background-position: 100% 100%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content {
  width: calc(100% - 15em);
  padding-left: 5%;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 2em;
  line-height: 1.2em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 1.4em;
  line-height: 1em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content div {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .event-description div {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 15px;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .event-description p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 10px;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content ul {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 10px;
 }

#dcal-module .current-event-wrapper .current-event-item .current-event-content li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
  margin-left: 40px;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content p a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ea002a;
  text-decoration: underline;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .linkButton {
  color: #FFF;
  text-decoration: none;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content p.date {
  margin-bottom: 2em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .current-event-info {
  margin-bottom: 1em;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .contact-table {
  display: table;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .contact-table .row {
  display: table-row;
  margin-bottom: 1px;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .contact-table .cell {
  display: table-cell;
  padding-right: 1em;
  border-right: 1px solid #000;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .contact-table .cell + .cell {
  padding-left: 1em;
  padding-right: 0;
  border-right: 0;
}

#dcal-module .current-event-wrapper .current-event-item .current-event-content .contact-table br {
  height: 0.5em;
}

#dcal-module .event-listing-title-bar {
  padding: 1.5em 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dcal-module .event-listing-title-bar.no-events-found {
  min-height: 20em;
}

#dcal-module .event-listing-title-bar h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0;
}

#dcal-module .event-listing-title-bar .event-listing-title.all,
#dcal-module .event-listing-title-bar .event-listing-title.single {
  width: 100%;
}

#dcal-module .event-listing-title-bar .event-listing-title.day {
  width: 60%;
}

#dcal-module .event-listing-title-bar .event-change {
  width: 20%;
}

#dcal-module .event-listing-title-bar .event-change.prev {
  text-align: right;
}

#dcal-module .event-listing-title-bar .event-change .event-change-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5em;
  height: 2.5em;
  background-color: #ea002a;
  display: inline-block;
  position: relative;
  border-radius: 0.625em;
  cursor: pointer;
}

#dcal-module .event-listing-title-bar .event-change .event-change-btn:after {
  content: "";
  height: 25%;
  width: 25%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

#dcal-module .event-listing-title-bar .event-change .event-change-btn.prev:after {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#dcal-module .event-listing-title-bar .event-change .event-change-btn.next:after {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

#dcal-module .event-list-item {
  padding: 1.5em 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

#dcal-module .event-list-item:hover .event-content h3 {
  color: #ea002a;
}

#dcal-module .event-list-item:nth-child(2n) {
  background-color: #F5F5F5;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#dcal-module .event-list-item:nth-last-child(1) {
  border-bottom: 1px solid #dbdbdb;
}

#dcal-module .event-list-item .event-image {
  width: 15%;
}

#dcal-module .event-list-item .event-image .event-image-inner {
  width: 100%;
  padding-top: 68%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#dcal-module .event-list-item .event-content {
  width: 85%;
  padding-left: 2em;
}

#dcal-module .event-list-item .event-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #000;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0;
}

#dcal-module .event-list-item .event-content p.date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.4em;
  margin: 1em 0;
}

#dcal-module .event-list-item .event-content p.link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ea002a;
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
}

#dcal-module .events-listing {
  padding-bottom: 3em;
}

#dcal-module .events-listing .fc-view-container {
  padding: 0 6%;
}

#dcal-module .events-listing .fc-toolbar.fc-header-toolbar {
  padding: 1.5em 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}

#dcal-module .events-listing .fc-toolbar.fc-header-toolbar .fc-left {
  width: 20%;
  text-align: right;
}

#dcal-module .events-listing .fc-toolbar.fc-header-toolbar .fc-center {
  width: 60%;
}

#dcal-module .events-listing .fc-toolbar.fc-header-toolbar .fc-center h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2em;
  line-height: 1.2em;
}

#dcal-module .events-listing .fc-toolbar.fc-header-toolbar .fc-right {
  width: 20%;
}

#dcal-module .events-listing .fc-day.fc-widget-content {
  border: 1px solid #000;
}

#dcal-module .events-listing .fc-button-primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5em;
  height: 2.5em;
  background-color: #ea002a;
  display: inline-block;
  position: relative;
  border-radius: 0.625em;
  border: 0;
  cursor: pointer;
}

#dcal-module .events-listing .fc-button-primary:after {
  content: "";
  height: 25%;
  width: 25%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

#dcal-module .events-listing .fc-button-primary span {
  display: none;
}

#dcal-module .events-listing .fc-button-primary.fc-prev-button:after {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#dcal-module .events-listing .fc-button-primary.fc-next-button:after {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

#dcal-module .events-listing .fc-unthemed th,
#dcal-module .events-listing .fc-unthemed td,
#dcal-module .events-listing .fc-unthemed thead,
#dcal-module .events-listing .fc-unthemed tbody,
#dcal-module .events-listing .fc-unthemed .fc-divider,
#dcal-module .events-listing .fc-unthemed .fc-row,
#dcal-module .events-listing .fc-unthemed .fc-content,
#dcal-module .events-listing .fc-unthemed .fc-popover,
#dcal-module .events-listing .fc-unthemed .fc-list-view,
#dcal-module .events-listing .fc-unthemed .fc-list-heading td {
  border-color: #000;
}

#dcal-module .events-listing .fc-unthemed thead,
#dcal-module .events-listing .fc-head-container.fc-widget-header {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

#dcal-module .events-listing .fc-today {
  background-color: #dbdbdb !important;
}

#dcal-module .events-listing .fc-event {
  background-color: #F5F5F5;
  border: 1px solid #bcbcbc;
  cursor: pointer;
  border-radius: 10px;
}

#dcal-module .events-listing .fc-event .fc-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
}

#dcal-module .events-listing .fc-event .fc-content .fc-time {
  display: none;
}

#dcal-module .events-listing .fc-event .fc-content .fc-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  white-space: normal;
  font-size: 12px;
  line-height: 15px;
}

#dcal-module .events-listing .fc-scroller.fc-day-grid-container {
  height: auto !important;
}

#dcal-module .events-listing .fc-day-header {
  background-color: transparent !important;
  border-color: transparent !important;
}

#dcal-module .events-listing .fc-day-header span {
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2em;
  line-height: 2.5em;
}

#dcal-module .events-listing span.fc-day-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.5em;
}

@media screen and (max-width: 1366px) {
  #dcal-module .calendar-header {
    height: 22em;
  }

  #dcal-module .filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #dcal-module .filters .filter {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1em;
    width: 40em;
  }

  #dcal-module .cal-btn {
    width: 16em;
  }

  #dcal-module .options-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #dcal-module .options-bar .button {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #dcal-module .options-bar .button.submit-event {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0.5em;
  }

  #dcal-module .options-bar .button.email-list {
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0.5em;
  }

  #dcal-module .options-bar .views {
    margin-top: 1em;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(32em + 1em + 8px);
  }
}
/* Temp removing of email list button */
  #dcal-module .email-list .cal-btn {
	display: none;
  }
  
@media screen and (max-width: 992px) {
  #dcal-module .calendar-header {
    height: 16em;
  }

  #dcal-module .calendar-header h1 {
    width: 11em;
    margin: auto;
    font-size: 2em;
  }

  #dcal-module .calendar-header .filters {
    display: none;
  }

  #dcal-module .sticky-content {
    display: block;
  }

  #dcal-module .horizontal-navigation-wrapper .horiz-links-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  #dcal-module .horizontal-navigation-wrapper .horiz-links-wrapper.open {
    height: 293px;
  }

  #dcal-module .horizontal-navigation-wrapper .button {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 6%;
    padding-right: 6%;
    text-align: left;
  }

  #dcal-module .horizontal-navigation-wrapper .button svg {
    position: absolute;
    width: 2em;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  #dcal-module .horizontal-navigation-wrapper .button p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-left: 3em;
  }

  #dcal-module .horizontal-navigation-wrapper .filters {
    padding: 0 6%;
  }

  #dcal-module .horizontal-navigation-wrapper .filters .filter {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dbdbdb;
  }

  #dcal-module .horizontal-navigation-wrapper .filters .filter input,
  #dcal-module .horizontal-navigation-wrapper .filters .filter select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
  }

  #dcal-module .horizontal-navigation-wrapper .filters .filter input {
    width: calc(100% - 3.3em);
  }

  #dcal-module .horizontal-navigation-wrapper .filters .filter select {
    width: 100%;
  }

  #dcal-module .horizontal-navigation-wrapper .filters .filter .do-search {
    background-color: #fff;
  }

  #dcal-module .horizontal-navigation-wrapper .filters .filter .do-search.cats {
    position: relative;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  #dcal-module .horizontal-navigation-wrapper .filters .filter .do-search.cats:before {
    content: "";
    width: 30%;
    height: 30%;
    border-top: 2px solid #ea002a;
    border-left: 2px solid #ea002a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
  }

  #dcal-module .options-bar .button {
    display: none;
  }

  #dcal-module .options-bar .views {
    margin-top: 0;
  }

  #dcal-module .options-bar .views .view {
    width: 50%;
  }

  #dcal-module .options-bar .views .view:nth-child(n+3) {
    display: none;
  }

  #dcal-module .options-bar .views:after {
    width: 50%;
  }

  #dcal-module .options-bar .views.current-view-listAll:after {
    left: 0;
  }

  #dcal-module .options-bar .views.current-view-listDay:after {
    left: 50%;
  }

  #dcal-module .current-event-wrapper .current-event-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  #dcal-module .current-event-wrapper .current-event-item .current-event-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  #dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .current-event-image {
    display: none;
  }

  #dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .cal-btn {
    width: 15em;
    margin: auto;
    display: block;
  }

  #dcal-module .current-event-wrapper .current-event-item .current-event-sidebar .share-event {
    width: calc(15em + 4px);
    margin: auto;
  }

  #dcal-module .current-event-wrapper .current-event-item .current-event-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
  }

  #dcal-module .events-listing {
    padding-bottom: 0;
  }

  #dcal-module .event-listing-title-bar {
    background-color: #333;
  }

  #dcal-module .event-listing-title-bar h2 {
    color: #fff;
  }

  #dcal-module .event-listing-title-bar.no-events-found {
    background-color: #fff;
  }

  #dcal-module .event-listing-title-bar.no-events-found h2 {
    color: #333;
  }

  #dcal-module .event-list-item .event-image {
    width: 25%;
  }

  #dcal-module .event-list-item .event-content {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  #dcal-module .event-list-item .event-image {
    display: none;
  }

  #dcal-module .event-list-item .event-content {
    width: 100%;
    padding-left: 0;
  }

  #dcal-module #datepicker .datepicker {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none !important;
            transform: none !important;
  }

  #dcal-module #datepicker .datepicker .datepicker-close {
    display: none;
  }

  #dcal-module #datepicker .datepicker .fc.fc-unthemed {
    width: 100% !important;
  }

  #dcal-module #datepicker .datepicker .fc-day:before {
    height: auto;
    width: auto;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
  }

  #dcal-module .event-listing-title-bar .event-listing-title.day {
    width: 100%;
  }

  #dcal-module .event-listing-title-bar .event-change {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  #dcal-module .calendar-header h1 {
    width: 100%;
  }

  #dcal-module .event-listing-title-bar h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 540px) {
  #dcal-module .event-listing-title-bar h2 {
    font-size: 1.25em;
  }
}
/* 
	Hiding the header/footer when pages are printed. 
*/
@media print {
    #Header, .updated, .sticky, .horizontal-navigation { display: none !important; } 
}

