/*!
	multi-brand-colors 1.1.0
	https://github.com/raulghm/multi-brand-colors
	Licensed under the MIT license - http://opensource.org/licenses/MIT
	Copyright (c) 2015 Raúl Hernández
*/
html:after {
  content: "js-breakpoints-getComputedStyleTest";
  visibility: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 0;
  height: 0;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 325px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -325px;
  text-align: left;
}
.sidr.left {
  left: -325px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4 {
  margin-left: 12px;
  color: #c95106;
  margin-top: 50px;
  text-transform: uppercase;
}
.sidr h3 {
  font-weight: 300;
}
.sidr a {
  font-weight: 300;
  letter-spacing: .1rem;
}
.sidr p {
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #333;
}
.sidr ul.quick-links {
  font-family: 'Crimson Text', serif;
  font-size: 1.5em;
  text-align: center;
  border: none;
  margin-top: 40px;
}
.sidr ul.quick-links li {
  border: none;
}
.sidr ul.quick-links a {
  font-weight: 300;
}
.sidr ul li {
  display: block;
  overflow: hidden;
  min-height: 48px;
  width: 100%;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #333;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: none;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  background-color: #333;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 15px;
}
.sidr label {
  font-weight: 100;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: white;
  color: black;
  display: block;
  clear: both;
}
.sidr #site-search input[type=text] {
  height: 45px;
}
.sidr .input-group {
  margin-top: 39px;
  margin-bottom: 10px;
}
.sidr .btn-search {
  height: 45px;
  background-color: #c95106;
  border: none;
}
.sidr .glyphicon-search {
  color: white;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .sidr .input-group {
    margin-top: 18px;
  }
}
@media (max-width: 480px) {
  .sidr {
    width: 250px;
  }
  .sidr.left {
    left: -260px;
  }
}
.u-backgroundPositionN {
  background-position: center top;
}
.u-backgroundPositionNE {
  background-position: right  top;
}
.u-backgroundPositionE {
  background-position: right  center;
}
.u-backgroundPositionSE {
  background-position: right  bottom;
}
.u-backgroundPositionS {
  background-position: center bottom;
}
.u-backgroundPositionSW {
  background-position: left   bottom;
}
.u-backgroundPositionW {
  background-position: left   center;
}
.u-backgroundPositionNW {
  background-position: left   top;
}
.u-backgroundPositionC {
  background-position: center center;
}
.u-positionN {
  top: 0%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.u-positionNE {
  top: 0%;
  right: 0%;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.u-positionE {
  top: 50%;
  right: 0%;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.u-positionSE {
  top: auto;
  right: 0%;
  bottom: 0%;
  left: auto;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.u-positionS {
  top: auto;
  right: auto;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.u-positionSW {
  top: auto;
  right: auto;
  bottom: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.u-positionW {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.u-positionNW {
  top: 0%;
  right: auto;
  bottom: auto;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.u-positionC {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.u-positionN,
.u-positionNE,
.u-positionE,
.u-positionSE,
.u-positionS,
.u-positionSW,
.u-positionW,
.u-positionNW,
.u-positionC {
  position: absolute;
}
.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.u-visuallyhidden:active,
.u-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.u-displayNone {
  display: none;
}
.u-displayNoneImportant {
  display: none !important;
}
.u-noMarginsImportant {
  margin: 0 !important;
}
html:after {
  content: "js-breakpoints-getComputedStyleTest";
  visibility: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  width: 0;
  height: 0;
}
@media (max-width: 480px) {
  .inTheHeadlines:after {
    content: 'xs';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-xs {
    position: absolute;
  }
  .inTheHeadlines:after {
    content: 'xs';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-xs {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inTheHeadlines:after {
    content: 'sm';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-sm {
    position: absolute;
  }
  .inTheHeadlines:after {
    content: 'sm';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-sm {
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inTheHeadlines:after {
    content: 'md';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-md {
    position: absolute;
  }
  .inTheHeadlines:after {
    content: 'md';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-md {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .inTheHeadlines:after {
    content: 'lg';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-lg {
    position: absolute;
  }
  .inTheHeadlines:after {
    content: 'lg';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .inTheHeadlines .js-breakpoints-lg {
    position: absolute;
  }
}
.inTheHeadlines-titleOutside {
  position: relative;
}
.inTheHeadlines-titleOutside::before {
  background-color: #c95106;
  bottom: 1px;
  content: '';
  color: #c95106;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.inTheHeadlines-title {
  background: #f4eee5;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 0 -20px;
  padding: 0 10px;
}
.inTheHeadlines-headline {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.inTheHeadlines-headlineLink:active,
.inTheHeadlines-headlineLink:hover,
.inTheHeadlines-headlineLink:link,
.inTheHeadlines-headlineLink:visited {
  color: #c95106;
}
.inTheHeadlines-summary {
  hyphens: auto;
}
.inTheHeadlines-summaryImage {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
}
.inTheHeadlines-summaryImageTop {
  margin: 0 0 10px 0;
  max-width: 100%;
  display: block;
}
.inTheHeadlines .swiper-container {
  height: 100%;
  padding: 0 0 20px 0;
  width: 100%;
}
.inTheHeadlines .swiper-pagination {
  bottom: 0px;
}
.inTheHeadlines .swiper-pagination-bullet {
  background-color: #aaa;
  opacity: 1.0;
}
.inTheHeadlines .swiper-pagination-bullet-active {
  background-color: #c95106;
}
.inTheHeadlines .swiper-button-prev,
.inTheHeadlines .swiper-button-next {
  background-image: none;
}
.inTheHeadlines .swiper-button-prev,
.inTheHeadlines .swiper-button-next {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  bottom: 4px;
  height: 12px;
  margin: 0px;
  width: 12px;
  top: auto;
}
.inTheHeadlines .swiper-button-prev {
  transform: rotate(-0.125turn);
}
.inTheHeadlines .swiper-button-next {
  transform: rotate(0.375turn);
}
.inTheHeadlines .swiper-button-disabled {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  opacity: 1.0;
}
.HeroSlider-content {
  background-size: cover;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .HeroSlider-content {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .HeroSlider-content {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .HeroSlider-content {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .HeroSlider-content {
    height: 500px;
  }
}
.HeroSlider-caption {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  margin: 20px 57px;
  max-height: calc(100% - 40px);
  overflow: hidden;
  text-shadow: 1px 1px 2px #000;
  text-shadow: 1px 0px 1px #000,
                     0px 1px 1px #000,
                     1px 1px 2px #000,
                     2px 2px 4px #000;
}
.HeroSlider-caption:active,
.HeroSlider-caption:hover,
.HeroSlider-caption:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .HeroSlider-caption {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .HeroSlider-caption {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .HeroSlider-caption {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) {
  .HeroSlider-caption {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .HeroSlider-caption.u-positionNW,
  .HeroSlider-caption.u-positionNE,
  .HeroSlider-caption.u-positionE,
  .HeroSlider-caption.u-positionSE,
  .HeroSlider-caption.u-positionSW,
  .HeroSlider-caption.u-positionW {
    max-width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .HeroSlider-caption.u-positionNW,
  .HeroSlider-caption.u-positionNE,
  .HeroSlider-caption.u-positionE,
  .HeroSlider-caption.u-positionSE,
  .HeroSlider-caption.u-positionSW,
  .HeroSlider-caption.u-positionW {
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .HeroSlider-caption.u-positionNW,
  .HeroSlider-caption.u-positionNE,
  .HeroSlider-caption.u-positionE,
  .HeroSlider-caption.u-positionSE,
  .HeroSlider-caption.u-positionSW,
  .HeroSlider-caption.u-positionW {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .HeroSlider-caption.u-positionNW,
  .HeroSlider-caption.u-positionNE,
  .HeroSlider-caption.u-positionE,
  .HeroSlider-caption.u-positionSE,
  .HeroSlider-caption.u-positionSW,
  .HeroSlider-caption.u-positionW {
    max-width: 30%;
  }
}
.HeroSlider-caption.u-positionN,
.HeroSlider-caption.u-positionS,
.HeroSlider-caption.u-positionC {
  margin: 0;
  width: calc(100% - 114px);
  text-align: center;
}
.HeroSlider-caption.u-positionNE,
.HeroSlider-caption.u-positionE,
.HeroSlider-caption.u-positionSE {
  text-align: right;
}
/*

Here are all the classes used when editing the RTE
- commonspotRTE
- CS_Document
- CS_Element_Textblock
- **CS_Textblock_Text**
- cke_editable
- cke_editable_themed
- cke_contents_ltr
- cke_show_borders

The **CS_Textblock_Text** class is used both the RTE when editing and when the
text is output. It's the closest.

*/
.CS_Textblock_Text,
.article-content {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.CS_Textblock_Text > *:first-child,
.article-content > *:first-child {
  margin-top: 0;
}
.CS_Textblock_Text h1,
.article-content h1,
.CS_Textblock_Text h2,
.article-content h2,
.CS_Textblock_Text h3,
.article-content h3,
.CS_Textblock_Text h4,
.article-content h4,
.CS_Textblock_Text h5,
.article-content h5,
.CS_Textblock_Text h6,
.article-content h6 {
  float: none;
  clear: both;
}
.CS_Textblock_Text h1,
.article-content h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
.CS_Textblock_Text h2,
.article-content h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.CS_Textblock_Text h3,
.article-content h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
}
.CS_Textblock_Text h4,
.article-content h4,
.CS_Textblock_Text h5,
.article-content h5,
.CS_Textblock_Text h6,
.article-content h6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.CS_Textblock_Text img,
.article-content img {
  display: inline-block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 1rem;
  /* Become 100pc wide */
}
@media (max-width: 480px) {
  .CS_Textblock_Text img,
  .article-content img {
    display: block;
    clear: both;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.CS_Textblock_Text .lead,
.article-content .lead {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
.CS_Textblock_Text .photo-center-100pc,
.article-content .photo-center-100pc {
  clear: both;
  display: block;
  float: none;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 1rem 0;
}
.CS_Textblock_Text .photo-center-50pc,
.article-content .photo-center-50pc {
  display: block;
  clear: both;
  float: none;
  height: auto;
  margin: 0 auto;
  max-width: 50%;
  padding: 1rem 0;
  /* Become 100pc wide */
}
@media (max-width: 480px) {
  .CS_Textblock_Text .photo-center-50pc,
  .article-content .photo-center-50pc {
    max-width: 50%;
  }
}
.CS_Textblock_Text .photo-left,
.article-content .photo-left,
.CS_Textblock_Text .photo-left-caption,
.article-content .photo-left-caption,
.CS_Textblock_Text img[align="left"],
.article-content img[align="left"] {
  clear: both;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  max-width: 33%;
  padding: 1rem 1rem 1rem 0;
  /* Become 100pc wide */
}
@media (max-width: 480px) {
  .CS_Textblock_Text .photo-left,
  .article-content .photo-left,
  .CS_Textblock_Text .photo-left-caption,
  .article-content .photo-left-caption,
  .CS_Textblock_Text img[align="left"],
  .article-content img[align="left"] {
    display: block;
    clear: both;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.CS_Textblock_Text .photo-right,
.article-content .photo-right,
.CS_Textblock_Text .photo-right-caption,
.article-content .photo-right-caption,
.CS_Textblock_Text img[align="right"],
.article-content img[align="right"] {
  clear: both;
  display: block;
  float: right;
  height: auto;
  margin: 0;
  max-width: 33%;
  padding: 1rem 0 1rem 1rem;
  /* Become 100pc wide */
}
@media (max-width: 480px) {
  .CS_Textblock_Text .photo-right,
  .article-content .photo-right,
  .CS_Textblock_Text .photo-right-caption,
  .article-content .photo-right-caption,
  .CS_Textblock_Text img[align="right"],
  .article-content img[align="right"] {
    display: block;
    clear: both;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.CS_Textblock_Text table img,
.article-content table img {
  padding: 0;
}
.CS_Textblock_Text blockquote,
.article-content blockquote,
.CS_Textblock_Text .quote-center-100pc,
.article-content .quote-center-100pc {
  border-bottom: 3px solid #c95106;
  border-top: 3px solid #c95106;
  clear: both;
  display: block;
  float: none;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 1rem;
  max-width: 100%;
  padding: 1rem;
  text-align: center;
}
.CS_Textblock_Text .quote-center-50pc,
.article-content .quote-center-50pc {
  border-bottom: 3px solid #c95106;
  border-top: 3px solid #c95106;
  clear: both;
  display: block;
  float: none;
  font-style: italic;
  font-weight: 400;
  margin: 0 auto 1rem;
  max-width: 50%;
  padding: 1rem;
  text-align: center;
  /* Become 100pc wide */
}
@media (max-width: 480px) {
  .CS_Textblock_Text .quote-center-50pc,
  .article-content .quote-center-50pc {
    max-width: 100%;
    margin: 0 1rem 1rem;
  }
}
.CS_Textblock_Text .quote-left,
.article-content .quote-left {
  border-left: 3px solid #c95106;
  clear: none;
  display: block;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 0 1rem;
  max-width: 50%;
  float: left;
  margin: 1rem 1rem 1rem 0;
  padding: 1rem;
  text-align: left;
}
.CS_Textblock_Text blockquote,
.article-content blockquote,
.CS_Textblock_Text .quote-center-100pc *,
.article-content .quote-center-100pc *,
.CS_Textblock_Text .quote-center-50pc *,
.article-content .quote-center-50pc *,
.CS_Textblock_Text .quote-left *,
.article-content .quote-left *,
.CS_Textblock_Text .quote-right *,
.article-content .quote-right * {
  margin: 0;
  padding: 0;
}
.marketingMessage {
  border-bottom: 3px solid #c95106;
  border-top: 3px solid #c95106;
  clear: both;
  display: block;
  float: none;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 1rem;
  max-width: 100%;
  padding: 1rem;
  text-align: center;
}
.medicine-background {
  position: absolute;
  height: 72px;
  background-color: rgba(19, 32, 51, 0.85);
  width: 100%;
  right: calc(((100% - 1170px) / 2) + 72px );
  z-index: -10;
}
.medicine-background:after {
  position: absolute;
  right: -72px;
  content: ' ';
  width: 0;
  height: 0;
  border-left: none;
  border-right: 72px solid transparent;
  border-top: 72px solid rgba(19, 32, 51, 0.85);
}
.full-width-row.school-header-row .school-name .medicine-background {
  right: 125px;
}
@media (max-width: 768px) {
  .full-width-row.school-header-row .school-name .medicine-background + .container {
    height: 72px;
    background-color: #132033;
    position: relative;
  }
}
.hsc-background {
  position: absolute;
  height: 72px;
  background-color: #e4ebed;
  width: 100%;
  right: calc(-463%);
  z-index: -10;
}
.hsc-background:after {
  position: absolute;
  right: -72px;
  content: ' ';
  width: 0;
  height: 0;
  border-left: none;
  border-right: 72px solid transparent;
  border-top: 72px solid #e4ebed;
}
.full-width-row.school-header-row .school-name .hsc-background {
  right: 125px;
}
@media (max-width: 768px) {
  .full-width-row.school-header-row .school-name .hsc-background + .container {
    height: 72px;
    background-color: #e4ebed;
    position: relative;
  }
}
.HomepageIntro-links ul {
  list-style: none;
  padding: 0;
}
.HomepageIntro-links.HomepageIntro-links.HomepageIntro-links a,
.HomepageIntro-links.HomepageIntro-links.HomepageIntro-links a:active,
.HomepageIntro-links.HomepageIntro-links.HomepageIntro-links a:focus,
.HomepageIntro-links.HomepageIntro-links.HomepageIntro-links a:hover,
.HomepageIntro-links.HomepageIntro-links.HomepageIntro-links a:link,
.HomepageIntro-links.HomepageIntro-links.HomepageIntro-links a:visited {
  background: #c95106 none repeat scroll 0% 0%;
  border-left: 0.5rem solid #B24502;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0px 0px 1rem;
  padding: 1rem 0rem 1rem 1rem;
}
li.HomepageIntro-links {
  list-style-type: none;
  padding-left: 0;
  margin-left: -40px;
}
.HomepageIntro-links li {
  line-height: 1em;
}
.CS_Image_IMG {
  margin-bottom: 1em;
}
.faculty-card img {
  float: left;
  vertical-align: text-top;
  margin-right: 1em;
}
.container-full-width {
  overflow: hidden;
}
@media (max-width: 767px) {
  .AccordionLinkGroup:after {
    content: 'xs';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .AccordionLinkGroup .js-breakpoints-xs {
    position: absolute;
  }
  .AccordionLinkGroup:after {
    content: 'xs';
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 0;
    height: 0;
  }
  .AccordionLinkGroup .js-breakpoints-xs {
    position: absolute;
  }
}
.AccordionLinkGroup-section {
  margin: 0 0 10px;
}
.AccordionLinkGroup-heading {
  background-color: #555;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.AccordionLinkGroup-disclosureWidget {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.AccordionLinkGroup-disclosureIcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  user-select: none;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  height: 32px;
  position: relative;
  transform: scale(0.75);
  width: 32px;
}
.AccordionLinkGroup-disclosureIcon > * {
  display: block;
}
.AccordionLinkGroup-disclosureIcon:hover,
.AccordionLinkGroup-disclosureIcon:focus {
  outline: none;
}
.AccordionLinkGroup-disclosureIcon::-moz-focus-inner {
  border: 0;
}
.AccordionLinkGroup-disclosureIcon::before,
.AccordionLinkGroup-disclosureIcon::after {
  content: '';
  display: block;
  border-radius: 2px;
  width: 85%;
  height: 10%;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.3s;
  background: #fff;
}
.AccordionLinkGroup-disclosureIcon::before {
  left: 1%;
  transform: rotate(-135deg);
  width: 59%;
}
.AccordionLinkGroup-disclosureIcon::after {
  left: auto;
  right: 5%;
  transform: rotate(135deg);
  width: 60%;
}
.AccordionLinkGroup-section--isOpen .AccordionLinkGroup-disclosureWidget .AccordionLinkGroup-disclosureIcon::before,
.AccordionLinkGroup-section--isOpen .AccordionLinkGroup-disclosureWidget .AccordionLinkGroup-disclosureIcon::after {
  left: 8%;
  width: 85%;
}
.AccordionLinkGroup-section--isOpen .AccordionLinkGroup-disclosureWidget .AccordionLinkGroup-disclosureIcon::before {
  transform: rotate(45deg);
}
.AccordionLinkGroup-section--isOpen .AccordionLinkGroup-disclosureWidget .AccordionLinkGroup-disclosureIcon::after {
  transform: rotate(-45deg);
}
.AccordionLinkGroup-body {
  background-color: #DEDEDE;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}
.AccordionLinkGroup-body--isOpen {
  max-height: 9999px;
}
.AccordionLinkGroup-body ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.AccordionLinkGroup-body li:not(:last-of-type) {
  margin-bottom: 10px;
}
.AccordionLinkGroup-body a {
  color: #000;
  display: block;
}
.CS_Element_DataSheet .CS_DataSheet_Table {
  border-collapse: collapse;
}
.CS_Element_DataSheet .CS_DataSheet_Header_Row,
.CS_Element_DataSheet .CS_DataSheet_Data_Row,
.CS_Element_DataSheet .CS_DataSheet_Data_Row_Alternate,
.CS_Element_DataSheet .CS_DataSheet_Summary_Row {
  border-color: #ddd;
  border-style: solid;
  border-width: 0px;
}
.CS_Element_DataSheet .CS_DataSheet_Header_Row {
  border-bottom-width: 3px;
  font-weight: 500;
}
.CS_Element_DataSheet .CS_DataSheet_Data_Row:not(:last-of-type),
.CS_Element_DataSheet .CS_DataSheet_Data_Row_Alternate:not(:last-of-type) {
  border-bottom-width: 1px;
}
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_First_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_Column {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column:not(:last-of-type),
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column:not(:last-of-type),
.CS_Element_DataSheet .CS_DataSheet_Data_First_Column:not(:last-of-type),
.CS_Element_DataSheet .CS_DataSheet_Data_Column:not(:last-of-type) {
  padding-right: 2rem;
}
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column .CS_Element_DataSheet .CS_DataSheet_Data_First_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column .CS_Element_DataSheet .CS_DataSheet_Data_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column .CS_Element_DataSheet .CS_DataSheet_Data_First_Column,
.CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column .CS_Element_DataSheet .CS_DataSheet_Data_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_First_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_First_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_First_Column .CS_Element_DataSheet .CS_DataSheet_Data_First_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_First_Column .CS_Element_DataSheet .CS_DataSheet_Data_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_First_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_Column .CS_Element_DataSheet .CS_DataSheet_HeaderItem_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_Column .CS_Element_DataSheet .CS_DataSheet_Data_First_Column,
.CS_Element_DataSheet .CS_DataSheet_Data_Column .CS_Element_DataSheet .CS_DataSheet_Data_Column {
  padding-bottom: 0;
  padding-top: 0;
}
.CS_Element_DataSheet .CS_DataSheet_Summary_Row {
  border-top-width: 3px;
  text-align: right;
}
.OurCommunity {
  background-color: #1d1d1d;
  color: #E4E4E4;
  font-family: 'Crimson Text', serif;
  font-size: 20px;
  padding: 20px 0;
}
.OurCommunity-heading {
  font-family: 'Crimson Text', serif;
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.OurCommunity-internalList {
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.OurCommunity-internalList:last-of-type {
  margin-bottom: 20px;
}
.OurCommunity-internalList--top {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .OurCommunity-internalList--top {
    margin: 0;
  }
}
.OurCommunity-internalList--bottom {
  margin: 0 0 20px;
}
.OurCommunity-internalListItem {
  display: inline-block;
  list-style: none;
}
@media (max-width: 767px) {
  .OurCommunity-internalListItem {
    display: block;
    margin-bottom: 10px;
  }
}
.OurCommunity-internalListItem:not(:last-of-type) {
  padding-right: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .OurCommunity-internalListItem:not(:last-of-type) {
    padding-right: 0;
  }
}
.OurCommunity-internalListItem:not(:last-of-type)::after {
  background-color: #E4E4E4;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 5px;
}
@media (max-width: 767px) {
  .OurCommunity-internalListItem:not(:last-of-type)::after {
    display: none;
  }
}
.OurCommunity-internalLink {
  color: #E4E4E4;
  text-decoration: none;
}
.OurCommunity-internalLink:active,
.OurCommunity-internalLink:focus,
.OurCommunity-internalLink:hover,
.OurCommunity-internalLink:visited {
  color: #E4E4E4;
}
.OurCommunity-socialList {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.OurCommunity-socialListItem {
  display: inline-block;
}
.OurCommunity-socialListItem:not(:last-of-type) {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .OurCommunity-socialListItem:not(:last-of-type) {
    margin-right: 20px;
  }
}
.OurCommunity-socialLink {
  background-color: transparent;
  border-radius: 5px;
  display: block;
}
.OurCommunity-socialLink:hover {
  transition: background-color 300ms;
}
.OurCommunity-socialIcon {
  display: block;
  height: 32px;
  width: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .OurCommunity-socialIcon {
    width: 32px;
  }
}
.OurCommunity-socialIcon path {
  fill: #E4E4E4;
}
.OurCommunity-socialLink:hover path {
  transition: fill 300ms;
}
.OurCommunity-socialLink--facebook:active path,
.OurCommunity-socialLink--facebook:focus path,
.OurCommunity-socialLink--facebook:hover path {
  fill: #3b5998;
}
.OurCommunity-socialLink--twitter:active path,
.OurCommunity-socialLink--twitter:focus path,
.OurCommunity-socialLink--twitter:hover path {
  fill: #55acee;
}
.OurCommunity-socialLink--youtube:active path,
.OurCommunity-socialLink--youtube:focus path,
.OurCommunity-socialLink--youtube:hover path {
  fill: #cd201f;
}
.OurCommunity-socialLink--instagram:active path,
.OurCommunity-socialLink--instagram:focus path,
.OurCommunity-socialLink--instagram:hover path {
  fill: #3f729b;
}
.OurCommunity-socialLink--rss:active path,
.OurCommunity-socialLink--rss:focus path,
.OurCommunity-socialLink--rss:hover path {
  fill: #c95106;
}
.cs_control + .cs_control {
  margin-top: 0rem;
}
.u-collapse-cs-controls .cs_control + .cs_control {
  margin-top: 0;
}
.u-compact-cs-controls .cs_control + .cs_control {
  margin-top: 0.5;
}
.u-expand-cs-controls .cs_control + .cs_control {
  margin-top: 2rem;
}
.MUFooter {
  background-color: #101010;
  box-sizing: border-box;
  color: #f4eee5;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  padding: 40px 0;
}
.MUFooter * {
  box-sizing: inherit;
}
.MUFooter-wordmarkOutside {
  margin: 0 0 20px;
  text-align: center;
}
.MUFooter-wordmark {
  height: auto;
  max-width: 100%;
  width: 400px;
}
.MUFooter-list,
.MUFooter-listItem {
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.MUFooter-list--campus {
  margin-bottom: 20px;
}
.MUFooter-list--rac + .MUFooter-list--rac {
  margin-bottom: 20px;
}
.MUFooter-listItem--left:not(:last-of-type),
.MUFooter-listItem--right:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .MUFooter-listItem--left:not(:last-of-type),
  .MUFooter-listItem--right:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.MUFooter-listItem--left {
  text-align: right;
}
@media (max-width: 767px) {
  .MUFooter-listItem--left {
    text-align: center;
  }
}
.MUFooter-listItem--right {
  text-align: left;
}
@media (max-width: 767px) {
  .MUFooter-listItem--right {
    margin-bottom: 20px;
    text-align: center;
  }
}
.MUFooter-listItem--campus,
.MUFooter-listItem--rac {
  margin-bottom: 5px;
  text-align: center;
}
.MUFooter-link:active,
.MUFooter-link:focus,
.MUFooter-link:hover,
.MUFooter-link:link,
.MUFooter-link:visited {
  color: #DBDBDB;
}
.MUFooter-link:link,
.MUFooter-link:visited {
  text-decoration: none;
}
.MUFooter-link:active,
.MUFooter-link:focus,
.MUFooter-link:hover {
  text-decoration: underline;
}
.MUFooter-phoneOutside {
  text-align: center;
}
.MUFooter-list--rac {
  text-align: center;
}
.MUFooter-listItem--rac {
  display: inline-block;
}
@media (max-width: 767px) {
  .MUFooter-listItem--rac {
    display: block;
  }
}
.MUFooter-listItem--rac:not(:last-of-type) {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .MUFooter-listItem--rac:not(:last-of-type) {
    padding-right: 0;
  }
}
.MUFooter-listItem--rac:not(:last-of-type)::after {
  background-color: #DBDBDB;
  border-radius: 100%;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 5.5px;
  top: 50%;
  transform: translate(0, calc(-50% + 2px));
  width: 4px;
}
@media (max-width: 767px) {
  .MUFooter-listItem--rac:not(:last-of-type)::after {
    display: none;
  }
}
.MUFooter-street,
.MUFooter-cityStateZip {
  display: inline;
}
@media (max-width: 767px) {
  .MUFooter-street,
  .MUFooter-cityStateZip {
    display: block;
  }
}
.MUFooter-street::after {
  content: ',';
}
@media (max-width: 767px) {
  .MUFooter-street::after {
    content: '';
  }
}
.LegalMumboJumbo {
  background-color: #101010;
  border-top: 1px solid #1d1d1d;
  box-sizing: border-box;
  color: #7b7b7b;
  font-size: 14px;
  padding: 5px 0;
}
.LegalMumboJumbo * {
  box-sizing: inherit;
}
.LegalMumboJumbo-list,
.LegalMumboJumbo-listItem {
  list-style: none;
  margin: 0;
  padding: 0;
}
.LegalMumboJumbo-list {
  text-align: center;
}
.LegalMumboJumbo-listItem {
  display: inline-block;
}
@media (max-width: 767px) {
  .LegalMumboJumbo-listItem {
    display: block;
  }
}
.LegalMumboJumbo-listItem:not(:last-of-type) {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .LegalMumboJumbo-listItem:not(:last-of-type) {
    padding-right: 0;
  }
}
.LegalMumboJumbo-listItem:not(:last-of-type)::after {
  background-color: #7b7b7b;
  border-radius: 100%;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: transition(0, -50%);
  width: 3px;
}
@media (max-width: 767px) {
  .LegalMumboJumbo-listItem:not(:last-of-type)::after {
    display: none;
  }
}
.LegalMumboJumbo-link {
  color: #7b7b7b;
  text-decoration: none;
}
.LegalMumboJumbo-link:active,
.LegalMumboJumbo-link:focus,
.LegalMumboJumbo-link:hover {
  color: #7b7b7b;
}
.bg-light-gray {
  background-color: #f4eee5;
}
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: .25rem;
}
.mb2 {
  margin-bottom: .5rem;
}
.mb3 {
  margin-bottom: 1rem;
}
.mb4 {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 4rem;
}
.mb6 {
  margin-bottom: 8rem;
}
.mb7 {
  margin-bottom: 16rem;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: .25rem;
}
.mt2 {
  margin-top: .5rem;
}
.mt3 {
  margin-top: 1rem;
}
.mt4 {
  margin-top: 2rem;
}
.mt5 {
  margin-top: 4rem;
}
.mt6 {
  margin-top: 8rem;
}
.mt7 {
  margin-top: 16rem;
}
.mv0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mv1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.mv2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mv3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mv4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mv5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mv6 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mv7 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pv1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}
.pv2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
h1 {
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
h1,
h2,
h2,
h3,
h4 {
  margin-top: 1.3em;
}
h1 {
  color: #c95106;
  margin-top: 0;
  font-size: 2.25em;
  line-height: 40px;
}
h3 {
  font-size: 1.3em;
  letter-spacing: .13rem;
  line-height: 29px;
}
h4,
h5,
h6 {
  font-size: 1.0625em;
}
.full-width-row h3,
h4 {
  font-weight: 600;
}
h2.baseline-rule {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
h2.baseline-rule span {
  background-color: white;
  position: relative;
  padding: 0 10px;
  margin-left: -10px;
}
h2.baseline-rule:before {
  content: ' ';
  position: absolute;
  left: -200000px;
  width: 500000px;
  margin-top: 1em;
  height: 1px;
  border-bottom: 1px solid #c95106;
}
p {
  line-height: 1.8em;
}
ul,
ol {
  line-height: 2em;
}
a {
  color: #c95106;
}
strong,
b {
  font-weight: 500;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
#skip-links {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#skip-links li a:focus {
  display: block;
  overflow: hidden;
  padding: 1em;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #c95106;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 1.5em;
  z-index: 1000;
}
.full-width-row {
  display: block;
  overflow: hidden;
  padding: 20px 0;
}
.full-width-row.authoring-reminder-row {
  background-color: #e43c69;
  border-bottom: 1px solid #fff;
  min-height: 50px;
  color: white;
  text-shadow: 1px 1px 1px #333;
}
.full-width-row.authoring-reminder-row .container {
  background: url(../../templates/assets/images/alert-stop.png) no-repeat 0 1px;
  min-height: 50px;
  padding-left: 60px;
}
.full-width-row.header-row {
  background-color: #c95106;
  border-bottom: 1px solid #8e3a04;
  padding: 0;
}
.full-width-row.nav-row {
  background-color: #b14501;
  border-top: 1px solid #c95106;
  padding: 0;
}
.full-width-row.nav-row .container {
  padding: 0;
}
.full-width-row.spotlight-row {
  padding: 0;
}
.full-width-row.gray-row {
  background-color: #f4eee5;
}
.full-width-row.gray-row h2.baseline-rule span {
  background-color: #f4eee5;
}
.full-width-row.gray-row a,
.full-width-row.gray-row a:active,
.full-width-row.gray-row a:focus,
.full-width-row.gray-row a:hover,
.full-width-row.gray-row a:link,
.full-width-row.gray-row a:visited {
  color: #b84a06;
}
.full-width-row.initiatives-row {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.full-width-row.initiatives-accordion-row {
  background-color: #000;
}
.full-width-row.initiatives-accordion-row a {
  color: white;
}
.full-width-row.initiatives-accordion-row h3 a {
  color: #c95106;
}
.full-width-row.school-header-row {
  display: block;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  position: relative;
  padding-top: 0;
}
.full-width-row.school-header-row.school-homepage {
  margin-top: -43vw;
  position: absolute;
}
.full-width-row.school-header-row .school-image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.full-width-row.school-header-row .school-name {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 72px;
  margin-top: 20px;
}
.full-width-row.school-header-row .school-name .school-name-background {
  position: absolute;
  height: 72px;
  background-color: black;
  width: 100%;
  right: calc(((100% - 1170px) / 2) + 72px );
  z-index: -10;
}
.full-width-row.school-header-row .school-name .school-name-background:after {
  position: absolute;
  right: -72px;
  content: ' ';
  width: 0;
  height: 0;
  border-left: none;
  border-right: 72px solid transparent;
  border-top: 72px solid black;
}
.full-width-row.school-header-row .school-name a,
.full-width-row.school-header-row .school-name h1 {
  color: white;
}
.full-width-row.school-header-row .school-name a:hover {
  text-decoration: none;
}
.full-width-row.school-header-row .school-name a img {
  borer: none;
}
.full-width-row.school-header-row .school-name .image-heading {
  display: block;
  height: 72px;
  line-height: 1em;
  margin: 0;
  position: relative;
}
.full-width-row.school-header-row .school-name .image-heading img {
  height: auto;
  max-height: 60%;
  max-width: 75%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 9999px;
}
.full-width-row.school-header-row .school-name .image-heading span {
  font-family: 'Crimson Text', serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.4;
}
.full-width-row.school-header-row .school-name .text-heading {
  display: none;
}
.full-width-row.school-header-row .school-menu-button {
  display: none;
  padding: 0 0 0 10px;
  color: white;
  border-left: 1px solid white;
  float: right;
}
.full-width-row.school-header-row .school-menu-button .chevron:after {
  width: 15px;
  height: 15px;
  border-width: 1px 1px 0 0;
  margin-top: 25px;
}
.full-width-row.school-header-row .school-name.school-name-overlay {
  width: 100%;
  position: absolute;
  top: 0;
}
.full-width-row.school-header-row .school-name.school-name-overlay .school-name-background {
  z-index: 0;
}
.full-width-row.school-header-row .school-name.school-name-overlay .container {
  position: relative;
}
.full-width-row.school-header-row .school-nav {
  display: block;
  overflow: hidden;
  height: 35px;
}
.full-width-row.school-header-row .school-nav .school-nav-container {
  display: inline-block;
  position: relative;
}
.full-width-row.school-header-row .school-nav .school-nav-background {
  position: relative;
  height: 35px;
  width: calc(100% + 5000px);
  margin-top: 0px;
  z-index: -10;
  background-color: gray;
  float: right;
}
.full-width-row.school-header-row .school-nav .school-nav-background:after {
  position: absolute;
  right: -35px;
  content: ' ';
  width: 0;
  height: 0;
  border-left: none;
  border-right: 35px solid transparent;
  border-top: 35px solid gray;
}
.full-width-row.school-header-row .school-nav ul {
  padding: 0;
  margin: 0 5px 0 0;
  list-style: none;
  display: inline-block;
  position: relative;
  top: -35px;
  font-size: 15px;
}
.full-width-row.school-header-row .school-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  line-height: 1.5em;
}
.full-width-row.school-header-row .school-nav ul li:first-child a {
  padding-left: 0;
}
.full-width-row.school-header-row .school-nav ul li a {
  display: block;
  padding: 0 10px;
  color: white;
  line-height: 35px;
}
.full-width-row.school-header-row .school-nav ul li a:hover {
  text-decoration: none;
}
.full-width-row.school-header-row .container {
  padding: 0;
}
.full-width-row.school-header-row.engineering .school-name .school-name-background {
  background-color: rgba(210, 177, 74, 0.9);
}
.full-width-row.school-header-row.engineering .school-name .school-name-background:after {
  border-top-color: rgba(210, 177, 74, 0.9);
}
.full-width-row.school-header-row.engineering .school-nav .school-nav-background {
  background-color: rgba(174, 133, 51, 0.9);
}
.full-width-row.school-header-row.engineering .school-nav .school-nav-background:after {
  border-top-color: rgba(174, 133, 51, 0.9);
}
.full-width-row.footer-row-1 {
  background-color: #1d1d1d;
  padding: 40px 0;
}
.full-width-row.footer-row-1 h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: .5em;
}
.full-width-row.footer-row-1 {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
.full-width-row.footer-row-1 ul {
  padding: 0;
  margin: 0;
  font-size: 1.3em;
}
.full-width-row.footer-row-1 ul li {
  display: inline;
}
.full-width-row.footer-row-1 ul li:after {
  content: " \00b7";
  padding: 0 15px;
}
.full-width-row.footer-row-1 ul li:last-of-type:after {
  content: "";
  padding: 0;
}
.full-width-row.footer-row-2 {
  padding: 80px 0 20px 0;
  font-weight: 300;
}
.full-width-row.footer-row-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.full-width-row.footer-row-2 ul li {
  padding: 20px 0;
}
.full-width-row.footer-row-2,
.full-width-row.footer-row-3 {
  background-color: #101010;
}
.full-width-row.footer-row-3 {
  padding: 15px 0;
}
.full-width-row.footer-row-3,
.full-width-row.footer-row-3 a {
  color: #6c6c6c;
}
.full-width-row.footer-row-1,
.full-width-row.footer-row-2,
.full-width-row.footer-row-3 {
  border-bottom: 1px solid #020202;
  border-top: 1px solid #1d1d1d;
}
.full-width-row.header-row,
.full-width-row.header-row a,
.full-width-row.nav-row,
.full-width-row.nav-row a {
  color: #fff;
}
.full-width-row.footer-row-1,
.full-width-row.footer-row-1 a,
.full-width-row.footer-row-2,
.full-width-row.footer-row-2 a {
  color: #dbdbdb;
}
.full-width-row .row.container {
  margin-left: auto;
  margin-right: auto;
}
a.logo {
  text-decoration: none;
  margin: 20px 0;
  display: block;
}
a.logo img {
  width: 396px;
  height: auto;
  max-width: 100%;
  max-height: 76px;
  horizontal-align: left;
}
a.hamburger-menu-button {
  height: 42px;
  text-decoration: none;
  display: inline-block;
  margin-top: 38px;
}
a.hamburger-menu-button span.menu-text {
  font-size: 1em;
  font-weight: 300;
  padding: 12px 8px 8px;
  display: inline-block;
  float: left;
  letter-spacing: .1rem;
}
a.hamburger-menu-button span.menu-icon {
  background-color: #b14501;
  width: 45px;
  height: 45px;
  display: inline-block;
  background-image: url(../../templates/assets/images/menu-icons.svg);
  background-size: 63px auto;
  background-repeat: no-repeat;
  background-position: center top;
  float: right;
}
a.hamburger-menu-button.active span.menu-icon {
  background-position: center bottom -2px;
}
ul.nav.nav-justified {
  margin-top: 0;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .03rem;
  text-align: justify;
  height: 38px;
}
ul.nav li {
  display: inline-block;
  width: auto;
  line-height: 1.5em;
}
ul.nav li a {
  padding: 8px 10px;
  letter-spacing: .2rem;
}
ul.nav li:first-child a {
  padding-left: 0;
}
ul.nav li:last-child a {
  padding-right: 0;
}
ul.nav li a:hover,
ul.nav li a:focus,
ul.nav li a:active {
  background-color: #b14501;
}
ul.nav:after {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
}
.chevron.shadow::before,
.chevron::after {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
  transition: transform .5s;
}
.chevron.shadow.right:before,
.chevron.right:after {
  left: 0;
  transform: rotate(45deg);
}
.chevron.shadow.bottom:before,
.chevron.bottom:after {
  top: 0;
  transform: rotate(135deg);
}
.chevron.shadow.left:before,
.chevron.left:after {
  left: 0.25em;
  transform: rotate(-135deg);
}
.chevron.shadow.up:before,
.chevron.up:after {
  transform: rotate(315deg);
  transition: transform .5s;
  top: 0.25em;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner .item {
  display: none;
  position: relative;
}
.carousel-inner .item > img,
.carousel-inner .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner .item.next,
  .carousel-inner .item.active.right {
    left: 0;
  }
  .carousel-inner .item.prev,
  .carousel-inner .item.active.left {
    left: 0;
  }
  .carousel-inner .item.next.left,
  .carousel-inner .item.prev.right,
  .carousel-inner .item.active {
    left: 0;
  }
}
.carousel-inner .active,
.carousel-inner .next,
.carousel-inner .prev {
  display: block;
}
.carousel-inner .active {
  left: 0;
}
.carousel-inner .next,
.carousel-inner .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner .next {
  left: 100%;
}
.carousel-inner .prev {
  left: -100%;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
  left: 0;
}
.carousel-inner .active.left {
  left: -100%;
}
.carousel-inner .active.right {
  left: 100%;
}
#heroCarousel .carousel-control {
  width: 60px;
  background: none;
  opacity: 1;
}
#heroCarousel .carousel-control .chevron {
  position: absolute;
  top: calc(50% - 38px);
  display: inline-block;
}
#heroCarousel .carousel-control .chevron:before,
#heroCarousel .carousel-control .chevron:after {
  width: 35px;
  height: 35px;
  border-width: 4px 4px 0 0;
}
#heroCarousel .carousel-control .chevron:before {
  border-color: #999;
}
#heroCarousel .carousel-control .chevron:after {
  margin-left: 2px;
  border-color: white;
  margin-top: -35px;
}
#heroCarousel .carousel-control .chevron.left {
  left: 50%;
}
#heroCarousel .carousel-control .chevron.right {
  right: 50%;
}
.spotlight-row .spotlight-image {
  width: 100%;
  height: 43vw;
}
.spotlight-row .spotlight-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.spotlight-row .spotlight-image.NW {
  background-position: left top;
}
.spotlight-row .spotlight-image.N {
  background-position: center top;
}
.spotlight-row .spotlight-image.NE {
  background-position: right top;
}
.spotlight-row .spotlight-image.E {
  background-position: right center;
}
.spotlight-row .spotlight-image.SE {
  background-position: right bottom;
}
.spotlight-row .spotlight-image.S {
  background-position: center bottom;
}
.spotlight-row .spotlight-image.SW {
  background-position: left bottom;
}
.spotlight-row .spotlight-image.W {
  background-position: left center;
}
.spotlight-row .spotlight-boxes {
  position: absolute;
  top: 4vw;
  left: 0;
}
.spotlight-row .spotlight-boxes .spotlight-header,
.spotlight-row .spotlight-boxes .spotlight-caption {
  display: inline-block;
  max-width: 800px;
}
.spotlight-row .spotlight-boxes .spotlight-header {
  background-color: rgba(201, 81, 6, 0.9);
  color: #fff;
  padding: 0 25px;
  max-width: 720px;
}
.spotlight-row .spotlight-boxes .spotlight-header h2 {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 2.4em;
  margin: 15px 0;
  font-weight: 300;
}
.spotlight-row .spotlight-boxes .spotlight-header h2 a,
.spotlight-row .spotlight-boxes .spotlight-header h2 a:hover {
  color: white;
  text-decoration: none;
}
.spotlight-row .spotlight-boxes .spotlight-caption {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 25px;
  font-size: 1.5em;
  font-weight: 300;
}
.spotlight-row .spotlight-boxes .spotlight-caption a {
  color: #c95106;
  display: inline-block;
}
.spotlight-row .spotlight-boxes.right {
  left: auto;
  right: 0;
}
.spotlight-row .spotlight-boxes.right .spotlight-header,
.spotlight-row .spotlight-boxes.right .spotlight-caption {
  float: right;
  clear: right;
}
.spotlight-row .spotlight-boxes.bottom {
  top: auto;
  bottom: 4vw;
}
.spotlight-row .spotlight-boxes.cover {
  height: 43vw;
  top: 0;
  padding-top: 14.5vw;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.spotlight-row .spotlight-boxes.cover .spotlight-header {
  background: none;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  margin: 0 40px;
}
.spotlight-row .spotlight-boxes.cover .spotlight-header h2 {
  font-family: 'Roboto', sans-serif;
  border-bottom: 3px solid white;
  display: inline-block;
  font-weight: 400;
}
.spotlight-row .spotlight-boxes.cover .spotlight-caption {
  background: none;
  color: white;
  font-size: 2.3em;
  padding: 0;
  font-style: italic;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  letter-spacing: .1rem;
  max-width: 100%;
  margin: 0 40px;
}
.spotlight-row .spotlight-boxes.cover .spotlight-caption a {
  color: white;
}
.carousel-indicators {
  bottom: 5px;
}
.main-content img,
.subsite-branding-container img,
.large-banner-container img {
  max-width: 100%;
  height: auto;
}
a.news-feature {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  min-height: 320px;
  background-color: #f4eee5;
}
a.news-feature img {
  max-width: 100%;
  max-height: 250px;
}
a.news-feature .news-feature-caption {
  font-weight: 300;
  margin: 15px 0 20px 0;
  display: block;
  max-width: 350px;
}
a.news-feature:hover img {
  opacity: .9;
}
a.news-feature:hover .news-feature-caption {
  text-decoration: underline;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: block;
  width: 20000em;
}
.jcarousel ul li {
  float: left;
  padding-right: 20px;
}
.jcarousel .jcarousel-prev,
.jcarousel .jcarousel-next {
  position: absolute;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  text-align: center;
  z-index: 10;
  color: white;
}
.jcarousel .jcarousel-prev {
  top: 0;
  left: 0;
}
.jcarousel .jcarousel-next {
  top: 0;
  right: 0;
}
.jcarousel .jcarousel-prev .glyphicon,
.jcarousel .jcarousel-next .glyphicon {
  position: absolute;
  top: 50%;
  left: 30%;
  font-size: 1.3em;
}
h4.featured-event-date {
  background-color: #c95106;
  color: white;
  text-align: center;
  display: block;
  width: 35px;
  height: 35px;
  float: left;
  font-size: 1em;
  font-weight: 300;
  line-height: 2.2em;
  margin: 0;
}
ul.featured-event-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f4eee5;
  border-top: 1px solid #c95106;
  display: block;
  width: calc(100% - 35px);
  float: left;
  padding: 5px;
  line-height: 1.4em;
  margin-bottom: 10px;
  min-height: 35px;
}
ul.featured-event-list li {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
ul.featured-event-list li:last-child {
  margin-bottom: 0;
}
ul.featured-event-list li a {
  color: #333;
}
.featured-event-carousel .carousel-indicators {
  bottom: -10px;
}
.featured-event-carousel .carousel-caption {
  /* left: 20%; */
  /* right: 20%; */
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 10px 40px 10px;
  box-shadow: inset 0 -150px 150px -80px #000000;
}
.initiative-row {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-box-shadow: inset 0 -200px 400px -100px #000000;
  -webkit-box-shadow: inset 0 -200px 400px -100px #000000;
  box-shadow: inset 0 -200px 400px -100px #000000;
  position: relative;
}
.initiative-carousel-list {
  background-color: rgba(0, 0, 0, 0.9);
  color: #c95106;
  padding: 0 20px 20px;
  height: 500px;
  z-index: 1000;
  position: relative;
  margin-bottom: -500px;
  float: right;
  width: 50%;
}
.initiative-carousel-list h3 {
  margin-left: 10px;
  font-size: 1.2em;
  margin-bottom: .3em;
  font-weight: 400;
  letter-spacing: .1rem;
}
.initiative-carousel-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.4em;
}
.initiative-carousel-list ul li {
  padding: 0;
}
.initiative-carousel-list ul li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 300;
}
.initiative-carousel-list ul li a:hover {
  background-color: #c95106;
}
.initiative-carousel-list ul li a.active {
  background-color: #c95106;
}
.initiative-caption {
  position: absolute;
  bottom: -470px;
  color: white;
  text-shadow: 0 1px 1px black;
  font-weight: 300;
}
.caret,
.caret::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 10px dashed;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: rotate(0deg);
  transition: transform .5s;
}
.caret:before {
  content: '';
  position: absolute;
}
.caret.up {
  transform: rotate(180deg);
  transition: transform .5s;
}
.accordion h3 a {
  display: block;
  border-bottom: 1px solid #cecece;
  font-weight: 400;
  padding: 20px 0;
}
.accordion h3 a .chevron {
  color: #dedede;
  margin: 8px 8px 0 0;
  float: right;
}
.accordion h3 a .chevron:after {
  width: 15px;
  height: 15px;
  border-width: 2px 2px 0 0;
}
.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}
.accordion ul li {
  padding: 10px 0;
  font-weight: 100;
}
#secondaryMenuContainer h3 {
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .13rem;
  line-height: 1.2em;
}
#secondaryMenuContainer h3 > a {
  max-width: 85%;
  display: inline-block;
  line-height: 1em;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
#secondaryMenuContainer h3 .school-menu-button {
  display: none;
}
ul.secondary-menu,
ul.secondary-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.secondary-menu {
  font-size: .9em;
  line-height: 1.8em;
  border-top: 1px solid #dedede;
  margin-top: 0;
  margin-bottom: 1em;
}
ul.secondary-menu li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  padding: 0;
  transition: color 1s;
}
ul.secondary-menu > li:last-child,
ul.secondary-menu > li ul > li:last-child {
  border-bottom: none;
}
ul.secondary-menu li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 10px;
  display: block;
}
ul.secondary-menu li.active {
  background-color: #dedede;
  transition: color 1s;
  padding-bottom: 0;
}
ul.secondary-menu li.current-page a,
ul.secondary-menu li a:hover {
  border-left: 3px solid black;
}
ul.secondary-menu li ul {
  max-height: 2000px;
  transition: max-height 0.5s;
  background-color: #efefef;
  margin: 0;
}
ul.secondary-menu ul.collapse {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
ul.secondary-menu li ul li.secondary-menu-parent {
  border-bottom: none;
}
ul.secondary-menu li ul li.secondary-menu-parent.active {
  border-bottom: 1px solid #dedede;
}
ul.secondary-menu li ul li.secondary-menu-parent.active:last-child {
  border: none;
}
ul.secondary-menu li ul li.active {
  background-color: transparent;
}
ul.secondary-menu li ul li a {
  font-weight: 300;
}
ul.secondary-menu li ul ul {
  padding-left: 0;
  border-top: 1px solid #dedede;
}
ul.secondary-menu li ul ul li {
  display: list-item;
  overflow: visible;
}
ul.secondary-menu li ul ul li:hover {
  background-color: #f6f6f6;
}
ul.secondary-menu li ul ul li.current-page:hover {
  background-color: transparent;
}
ul.secondary-menu li ul ul li a,
ul.secondary-menu li ul ul li a:hover {
  padding-left: 35px;
  background: url("/www/templates/assets/images/disc.png") no-repeat 13px 10px;
}
ul.secondary-menu li ul ul li a:hover {
  border-left: none;
}
ul.secondary-menu li ul ul li.current-page a {
  border-left: 3px solid #000;
  padding-left: 32px;
  background-position: 10px 10px;
}
ul.secondary-menu li ul ul ul li a,
ul.secondary-menu li ul ul li.current-page ul li a,
ul.secondary-menu li ul ul ul li a:hover {
  padding-left: 60px;
  background: url("/www/templates/assets/images/disc.png") no-repeat 38px 10px;
}
ul.secondary-menu li ul ul li.current-page ul li a {
  border: 0;
}
ul.secondary-menu li ul ul ul li.current-page a {
  padding-left: 57px;
  background-position: 35px 10px;
}
ul.secondary-menu .secondary-menu-parent a {
  max-width: 85%;
  display: inline-block;
}
.school-menu-button,
ul.secondary-menu .submenu-toggle {
  appearance: none;
  border: none;
  float: right;
  padding: 0;
  margin: 10px 10px 0 0;
  background: none;
}
.school-menu-button .chevron:after,
ul.secondary-menu .submenu-toggle .chevron:after {
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .full-width-row.school-header-row.secondary-page-row {
    display: none;
  }
  #secondaryMenuContainer h3 {
    background-color: black;
    padding: 0 15px;
    margin: -20px -15px 20px -15px;
    height: 72px;
    line-height: 72px;
    font-size: 2em;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
  }
  #secondaryMenuContainer h3 a {
    color: white;
  }
  #secondaryMenuContainer h3 .school-menu-button {
    padding: 0 0 0 10px;
    color: white;
    float: right;
    display: inline-block;
  }
  #secondaryMenuContainer h3 .school-menu-button .chevron::after {
    width: 15px;
    height: 15px;
    border-width: 1px 1px 0 0;
    margin-top: 20px;
  }
  #secondaryMenu {
    margin-top: 0;
  }
  ul.secondary-menu {
    margin: -20px -15px 0 -15px;
    border-bottom: 1px solid #dedede;
  }
}
@media (max-width: 480px) {
  #secondaryMenuContainer h3 {
    font-size: 1.5em;
  }
}
.sidebar {
  clear: left;
}
@media (max-width: 768px) {
  .sidebar {
    clear: right;
  }
}
.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: '';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto;
}
/* Add scrollbar on webkit browsers */
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}
.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
.social-media-box {
  padding: 15px 15px 15px 75px;
  border-top: 1px solid;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin: 15px 0;
  font-size: 1.2em;
  font-weight: 100;
}
.social-media-box.instagram-box {
  border-color: #c95106;
  background-color: #f4eee5;
  background-image: url(../../templates/assets/images/instagram-bg.png);
}
.social-media-box.twitter-box {
  border-color: #6da4ce;
  background-color: rgba(237, 240, 242, 0.15);
  background-image: url(../../templates/assets/images/twitter-bg.png);
  padding-top: 40px;
  padding-bottom: 40px;
}
.social-media-box.youtube-box {
  border-color: #b73127;
  background-color: #f8f0f0;
  background-image: url(../../templates/assets/images/youtube-bg.png);
  background-position: 20px center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .spotlight-row .spotlight-boxes.cover {
    height: 43vw;
  }
  .initiative-carousel-list {
    font-size: .85em;
  }
  .full-width-row.school-header-row .school-name .school-name-background {
    right: 125px;
  }
  .jcarousel .jcarousel-prev,
  .jcarousel .jcarousel-next {
    height: 205px;
  }
}
@media (max-width: 992px) {
  .full-width-row.nav-row {
    display: none;
  }
  .full-width-row.school-header-row .container {
    padding: 0 15px;
  }
  .spotlight-row .spotlight-boxes.cover {
    padding-top: 15.5vw;
  }
  .spotlight-row .spotlight-boxes.cover .spotlight-header h2 {
    font-size: 1.7em;
  }
  .spotlight-row .spotlight-boxes.cover .spotlight-caption {
    font-size: 1.2em;
  }
  .jcarousel .jcarousel-prev,
  .jcarousel .jcarousel-next {
    height: 210px;
  }
}
@media (max-width: 600px) {
  a.news-feature {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .full-width-row.header-row {
    height: 80px;
  }
  a.logo img {
    height: 999px;
    width: auto;
    max-width: 100%;
    max-height: 40px;
  }
  a.hamburger-menu-button {
    padding: 0;
    width: 42px;
    margin-top: 18px;
  }
  a.hamburger-menu-button span.menu-text {
    position: absolute;
    top: -1000px;
  }
  #heroCarousel .carousel-control .chevron {
    position: absolute;
    top: 122px;
    display: inline-block;
  }
  .spotlight-row .spotlight-boxes {
    height: auto;
    padding-bottom: 0;
    background-size: 100% auto;
    background-position: center top;
    margin-top: 0;
    font-size: .8em;
  }
  .spotlight-row .spotlight-boxes.cover {
    display: none;
  }
  .spotlight-row .spotlight-boxes,
  .spotlight-row .spotlight-boxes.bottom,
  .spotlight-row .spotlight-boxes.bottom {
    padding-top: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .spotlight-row .spotlight-boxes.right .spotlight-header {
    float: none;
    display: block;
    overflow: hidden;
  }
  .spotlight-row .spotlight-boxes .spotlight-header {
    background-color: #c95106;
    width: 100%;
    max-width: 100%;
  }
  .spotlight-row .spotlight-boxes .spotlight-caption {
    background-color: white;
    display: none;
  }
  .full-width-row.school-header-row {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .full-width-row.school-header-row.school-homepage {
    margin-top: 0;
    position: relative;
  }
  .full-width-row.school-header-row .school-name {
    margin-top: 0;
  }
  .full-width-row.school-header-row .school-name .school-name-background {
    width: 100%;
    left: 0;
  }
  .full-width-row.school-header-row .school-name .school-name-background:after {
    display: none;
  }
  .full-width-row.school-header-row .school-menu-button {
    display: inline-block;
  }
  .full-width-row.school-header-row .school-nav .school-name-background,
  .full-width-row.school-header-row .school-nav .school-nav-background {
    display: none;
  }
  .full-width-row.school-header-row .school-name {
    background-color: black;
  }
  .full-width-row.school-header-row .school-name .container {
    height: 72px;
    position: relative;
  }
  .full-width-row.school-header-row .school-name .image-heading {
    display: none;
  }
  .full-width-row.school-header-row .school-name .text-heading {
    max-width: 85%;
    display: inline-block;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 2em;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    line-height: 1em;
  }
  .full-width-row.school-header-row .school-nav {
    position: absolute;
    left: -2000em;
    max-height: 35px;
    transition: max-height 0.5s;
    background-color: gray;
  }
  .full-width-row.school-header-row .school-nav.toggle {
    position: relative;
    left: 0;
    height: auto;
    max-height: 2000px;
    padding-top: 3em;
  }
  .full-width-row.school-header-row .school-nav ul li {
    display: block;
    width: 100%;
    float: none;
  }
  .full-width-row.school-header-row .school-nav ul li a {
    padding-left: 0;
  }
  .full-width-row.school-header-row.engineering .school-name {
    background-color: #d2b14a;
  }
  .full-width-row.school-header-row.engineering .school-nav {
    background-color: #ae8533;
  }
  .jcarousel .jcarousel-prev,
  .jcarousel .jcarousel-next {
    display: none;
  }
  .full-width-row.footer-row-2 {
    padding-top: 40px;
  }
  .full-width-row.footer-row-2 ul {
    text-align: center;
  }
  .full-width-row.footer-row-2 ul li {
    padding: 10px 0;
  }
  .full-width-row.footer-row-2 img {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=screen.css.map */
