/* Custom styles for the Core Theme. Includes Elon homepage, navigation pages and dashboard pages. */
/* Required at the beginning of any and ALL individual theme SCSS
 * stylesheet builds. Contains all necessary variables, functions, 
 * and mixins (from Base) but does not output any CSS. */
/* ::Transitions */
/* ------------------------------------------------------------ */
/* ::Link Hover/Focus/Active Styles Grouped Together */
/* ------------------------------------------------------------ */
/* ::Opacity with IE support */
/* ------------------------------------------------------------ */
/* ::Align things vertically (http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/) */
/* ------------------------------------------------------------ */
/* ::Retina Images */
/* ------------------------------------------------------------ */
/* ::Hex to RGB */
/* ------------------------------------------------------------ */
/* ::Clearfix */
/* ------------------------------------------------------------ */
/* ::Placeholder Text */
/* ------------------------------------------------------------ */
/* ::List styles */
/* ------------------------------------------------------------ */
/* ::Main Elon Palette */
/* ------------------------------------------------------------ */
/* ::Elon Law Palette */
/* ------------------------------------------------------------ */
/* ::Grey Accents Palette */
/* ------------------------------------------------------------ */
/* ::Utility Colors */
/* ------------------------------------------------------------ */
/* ::Assign colors to variable roles */
/* ------------------------------------------------------------ */
/* ::Basic variables */
/* ------------------------------------------------------------ */
/* ::Assign fonts/weights to variable roles */
/* ------------------------------------------------------------ */
/* ::Type sizes/scale */
/* ------------------------------------------------------------ */
/*$alpha    : 88px;
$beta   : 48px;
$gamma    : 36px;
$delta    : 28px;
$epsilon  : 24px;
$zeta   : 22px;
$eta    : 18px;
$theta    : 16px;
$iota     : 14px;
$kappa    : 12px;*/
/* ::Type defaults for compass' rhythm */
/* ------------------------------------------------------------ */
/* ::Variables */
/* ------------------------------------------------------------ */
/* ::Common Styles */
/* ------------------------------------------------------------ */
span.text-wrap--none {
  line-height: 1;
  white-space: nowrap;
}

.home-section {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}

@media print, screen and (min-width: 801px) {
  .home-section {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

@media screen and (min-width: 801px) {
  .home-section.home-section--overlap-top {
    padding-top: 0;
  }
  .home-section.home-section--overlap-top .home-section--container {
    margin-top: -60px;
  }
}

.home-section--container {
  position: relative;
}

.home-section--container header h2 {
  text-align: center;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  margin-bottom: 0.5em;
}

.home-section:not(.home-section--hero) .home-section--container {
  max-width: 1320px;
  padding: 0 10px;
  margin: 0 auto;
}

.home-section:not(.home-section--hero) .home-section--container:before, .home-section:not(.home-section--hero) .home-section--container:after {
  display: table;
  content: " ";
}

.home-section:not(.home-section--hero) .home-section--container:after {
  clear: both;
}

.home-section--item-third {
  margin-bottom: 1.875em;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

@media print, screen and (min-width: 801px) {
  .home-section--item-third {
    float: left;
    width: 33.3333%;
    max-width: none;
    margin-bottom: 0;
    padding: 0 10px;
  }
}

.home-section--item-fourth {
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}

@media screen and (min-width: 641px) {
  .home-section--item-fourth {
    float: left;
    width: 50%;
    max-width: none;
    padding: 0 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
  .home-section--item-fourth:nth-child(4) {
    clear: both;
  }
}

@media print, screen and (min-width: 801px) {
  .home-section--item-fourth {
    float: left;
    width: 25%;
    max-width: none;
    padding: 0 10px;
  }
}

.home-article--box-wrap:before, .home-article--box-wrap:after {
  display: table;
  content: " ";
}

.home-article--box-wrap:after {
  clear: both;
}

@media print, screen and (min-width: 801px) {
  .home-article--box-wrap + .home-article--box-wrap {
    margin-top: 20px;
  }
}

@media only print {
  .home-article--box-wrap {
    page-break-inside: avoid;
  }
}

.home-article--box a {
  display: block;
  border: none;
  color: #535961;
}

.home-article--box a:focus .home-article--image-wrap img {
  -webkit-transform: translateY(-50%) scale(1.025);
  -moz-transform: translateY(-50%) scale(1.025);
  -ms-transform: translateY(-50%) scale(1.025);
  -o-transform: translateY(-50%) scale(1.025);
  transform: translateY(-50%) scale(1.025);
}

@supports (object-fit: cover) {
  .home-article--box a:focus .home-article--image-wrap img {
    -webkit-transform: scale(1.025) translateZ(0);
    -moz-transform: scale(1.025) translateZ(0);
    -ms-transform: scale(1.025) translateZ(0);
    -o-transform: scale(1.025) translateZ(0);
    transform: scale(1.025) translateZ(0);
  }
}

.home-article--box a:focus .home-article--headline {
  color: #73000a;
}

.home-article--box a:focus .home-article--action {
  color: #73000a;
}

.home-article--box a:focus .home-article--action i {
  margin-left: 4px;
}

html:not(.touch) .home-article--box a:hover .home-article--image-wrap img {
  -webkit-transform: translateY(-50%) scale(1.025);
  -moz-transform: translateY(-50%) scale(1.025);
  -ms-transform: translateY(-50%) scale(1.025);
  -o-transform: translateY(-50%) scale(1.025);
  transform: translateY(-50%) scale(1.025);
}

@supports (object-fit: cover) {
  html:not(.touch) .home-article--box a:hover .home-article--image-wrap img {
    -webkit-transform: scale(1.025) translateZ(0);
    -moz-transform: scale(1.025) translateZ(0);
    -ms-transform: scale(1.025) translateZ(0);
    -o-transform: scale(1.025) translateZ(0);
    transform: scale(1.025) translateZ(0);
  }
}

html:not(.touch) .home-article--box a:hover .home-article--headline {
  color: #73000a;
}

html:not(.touch) .home-article--box a:hover .home-article--action {
  color: #73000a;
}

html:not(.touch) .home-article--box a:hover .home-article--action i {
  margin-left: 4px;
}

.home-article--image-wrap {
  position: relative;
  background-image: -owg-linear-gradient(to right, #434343 0%, black 100%);
  background-image: -webkit-linear-gradient(to right, #434343 0%, black 100%);
  background-image: -moz-linear-gradient(to right, #434343 0%, black 100%);
  background-image: -o-linear-gradient(to right, #434343 0%, black 100%);
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  overflow: hidden;
}

.home-article--image-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.home-article--image-wrap > *:not(img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-article--image-wrap > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-article--image-wrap img {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  backface-visibility: hidden;
}

@supports (object-fit: cover) {
  .home-article--image-wrap img {
    object-fit: cover;
    object-position: center;
    top: 0;
    width: 100.2%;
    height: 100.2%;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}

@media screen and (max-width: 420px) {
  .home-article--image-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.home-article--text-wrap {
  position: relative;
  text-align: center;
  background-color: white;
  padding: 1.125em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 420px) {
  .home-article--text-wrap {
    margin-top: -1.5em;
  }
}

@media print, screen and (min-width: 801px) {
  .home-article--text-wrap {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    padding-bottom: 1.875em;
  }
  .home-article--text-wrap .home-article--summary {
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .home-article--text-wrap .home-article--action {
    margin: 0;
  }
}

@media print {
  .home-article--text-wrap {
    height: auto !important;
  }
}

.home-article--headline {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.25em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.home-article--summary {
  font-size: 0.875em;
  line-height: 1.28571em;
}

.home-article--action {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #736133;
}

.home-article--action i {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* ::Hero Styles */
/* ------------------------------------------------------------ */
.home-section--hero {
  position: relative;
  padding: 0;
}

.home-section--hero.home-hero--content-center-left, .home-section--hero.home-hero--content-center-center, .home-section--hero.home-hero--content-center-right {
  align-items: center !important;
}

.home-section--hero.home-hero--content-top-left, .home-section--hero.home-hero--content-top-center, .home-section--hero.home-hero--content-top-right {
  align-items: flex-start !important;
}

.home-section--hero.home-hero--content-bottom-left, .home-section--hero.home-hero--content-bottom-center, .home-section--hero.home-hero--content-bottom-right {
  align-items: flex-end !important;
}

.home-section--hero.home-hero--content-center-left .home-section--container.home-hero--text-container, .home-section--hero.home-hero--content-top-left .home-section--container.home-hero--text-container, .home-section--hero.home-hero--content-bottom-left .home-section--container.home-hero--text-container {
  align-items: flex-start;
}

.home-section--hero.home-hero--content-center-center .home-section--container.home-hero--text-container, .home-section--hero.home-hero--content-top-center .home-section--container.home-hero--text-container, .home-section--hero.home-hero--content-bottom-center .home-section--container.home-hero--text-container {
  align-items: center;
}

.home-section--hero.home-hero--content-center-right .home-section--container.home-hero--text-container, .home-section--hero.home-hero--content-top-right .home-section--container.home-hero--text-container, .home-section--hero.home-hero--content-bottom-right .home-section--container.home-hero--text-container {
  align-items: flex-end;
}

.home-section--hero.text-left {
  text-align: left;
}

.home-section--hero.text-left .home-hero-text--wrapper.image--top {
  align-items: flex-start !important;
}

.home-section--hero.text-left .home-hero-text--ctas {
  justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .home-section--hero.text-left .home-hero-text--wrapper.image--left {
    align-items: flex-start !important;
  }
}

.home-section--hero.text-center {
  text-align: center;
}

.home-section--hero.text-center .home-hero-text--wrapper.image--top {
  align-items: center !important;
}

.home-section--hero.text-center .home-hero-text--ctas {
  justify-content: center !important;
}

@media screen and (max-width: 640px) {
  .home-section--hero.text-center .home-hero-text--wrapper.image--left {
    align-items: center !important;
  }
}

.home-section--hero.text-right {
  text-align: right;
}

.home-section--hero.text-right .home-hero-text--wrapper.image--top {
  align-items: flex-end !important;
}

.home-section--hero.text-right .home-hero-text--ctas {
  justify-content: flex-end !important;
}

@media screen and (max-width: 640px) {
  .home-section--hero.text-right .home-hero-text--wrapper.image--left {
    align-items: flex-end !important;
  }
}

@media screen and (max-width: 640px) {
  .home-section--hero.text-left-mobile {
    text-align: left;
  }
  .home-section--hero.text-left-mobile .home-hero-text--wrapper.image--left,
  .home-section--hero.text-left-mobile .home-hero-text--wrapper.image--top {
    align-items: flex-start !important;
  }
  .home-section--hero.text-left-mobile .home-hero-text--ctas {
    justify-content: flex-start !important;
  }
  .home-section--hero.text-center-mobile {
    text-align: center;
  }
  .home-section--hero.text-center-mobile .home-hero-text--wrapper.image--left,
  .home-section--hero.text-center-mobile .home-hero-text--wrapper.image--top {
    align-items: center !important;
  }
  .home-section--hero.text-center-mobile .home-hero-text--ctas {
    justify-content: center !important;
  }
  .home-section--hero.text-right-mobile {
    text-align: right;
  }
  .home-section--hero.text-right-mobile .home-hero-text--wrapper.image--left,
  .home-section--hero.text-right-mobile .home-hero-text--wrapper.image--top {
    align-items: flex-end !important;
  }
  .home-section--hero.text-right-mobile .home-hero-text--ctas {
    justify-content: flex-end !important;
  }
}

@media print {
  .home-section--hero {
    -webkit-print-color-adjust: exact !important;
  }
}

.home-section--container.home-hero--video-container, .home-section--container.home-hero--image-container {
  overflow: hidden;
  z-index: 1;
  background-color: #333;
  background-image: -owg-linear-gradient(to right, #434343 0%, black 100%);
  background-image: -webkit-linear-gradient(to right, #434343 0%, black 100%);
  background-image: -moz-linear-gradient(to right, #434343 0%, black 100%);
  background-image: -o-linear-gradient(to right, #434343 0%, black 100%);
  background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.home-section--container.home-hero--video-container .home-hero--bg-overlay, .home-section--container.home-hero--image-container .home-hero--bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

.home-section--container.home-hero--video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-section--container.home-hero--video-container video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 101%;
  min-height: 101%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.home-section--container.home-hero--image-container > img {
  display: block;
}

.home-section--container.home-hero--image-container > img.home-hero-img--mobile {
  width: 100%;
  max-width: none;
}

.home-section--container.home-hero--image-container > img.home-hero-img--desktop {
  display: none;
}

@media print, screen and (min-width: 641px) {
  .home-section--container.home-hero--image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-section--container.home-hero--image-container > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 101%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home-section--container.home-hero--image-container > img.home-hero-img--desktop {
    display: block;
  }
  .home-section--container.home-hero--image-container > img.home-hero-img--mobile {
    display: none;
  }
}

.home-section--container.home-hero--text-container {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
}

.home-section--container.home-hero--text-container > *:last-child {
  margin-bottom: 0 !important;
}

.home-section--container.home-hero--text-container .home-hero-text--wrapper {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  width: calc(100% + 40px);
  max-width: 860px;
  margin-left: -20px;
  margin-right: -20px;
}

.home-section--container.home-hero--text-container .home-hero-text--wrapper .home-hero-image,
.home-section--container.home-hero--text-container .home-hero-text--wrapper .home-hero-text {
  padding: 0 20px;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-section--container.home-hero--text-container .home-hero-text--wrapper .home-hero-image {
  margin-bottom: 1rem;
}

.home-section--container.home-hero--text-container .home-hero-text--wrapper .home-hero-image img {
  display: block;
}

.home-section--container.home-hero--text-container .home-hero-text--primary.font-condensed-regular, .home-section--container.home-hero--text-container .home-hero-text--primary.font-condensed-bold, .home-section--container.home-hero--text-container .home-hero-text--primary.font-condensed-light,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-condensed-regular,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-condensed-bold,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-condensed-light {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
}

.home-section--container.home-hero--text-container .home-hero-text--primary.font-normal-regular, .home-section--container.home-hero--text-container .home-hero-text--primary.font-normal-bold,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-normal-regular,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-normal-bold {
  font-family: roboto, roboto-condensed, Verdana, Helvetica, sans-serif;
}

.home-section--container.home-hero--text-container .home-hero-text--primary.font-condensed-regular, .home-section--container.home-hero--text-container .home-hero-text--primary.font-normal-regular,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-condensed-regular,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-normal-regular {
  font-weight: 400;
}

.home-section--container.home-hero--text-container .home-hero-text--primary.font-condensed-bold, .home-section--container.home-hero--text-container .home-hero-text--primary.font-normal-bold,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-condensed-bold,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-normal-bold {
  font-weight: 700;
}

.home-section--container.home-hero--text-container .home-hero-text--primary.font-condensed-light,
.home-section--container.home-hero--text-container .home-hero-text--secondary.font-condensed-light {
  font-weight: 300;
}

.home-section--container.home-hero--text-container .home-hero-text--primary span,
.home-section--container.home-hero--text-container .home-hero-text--secondary span {
  line-height: 1;
}

.home-section--container.home-hero--text-container .home-hero-text--primary span.font-weight-light, .home-section--container.home-hero--text-container .home-hero-text--primary span.text-weight--light,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.font-weight-light,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.text-weight--light {
  font-weight: 300;
}

.home-section--container.home-hero--text-container .home-hero-text--primary span.font-weight-normal, .home-section--container.home-hero--text-container .home-hero-text--primary span.text-weight--normal,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.font-weight-normal,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.text-weight--normal {
  font-weight: 400;
}

.home-section--container.home-hero--text-container .home-hero-text--primary span.font-weight-bold, .home-section--container.home-hero--text-container .home-hero-text--primary span.text-weight--bold,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.font-weight-bold,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.text-weight--bold {
  font-weight: 700;
}

.home-section--container.home-hero--text-container .home-hero-text--primary span.text-color--gold, .home-section--container.home-hero--text-container .home-hero-text--primary span.text-color--gold-lighter, .home-section--container.home-hero--text-container .home-hero-text--primary span.text-color--gold-lightest,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.text-color--gold,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.text-color--gold-lighter,
.home-section--container.home-hero--text-container .home-hero-text--secondary span.text-color--gold-lightest {
  color: #977e42;
}

@media print, screen and (min-width: 641px) {
  .home-section--container.home-hero--text-container .home-hero-text--primary span.text-color--gold,
  .home-section--container.home-hero--text-container .home-hero-text--secondary span.text-color--gold {
    color: #b59a57;
  }
  .home-section--container.home-hero--text-container .home-hero-text--primary span.text-color--gold-lighter,
  .home-section--container.home-hero--text-container .home-hero-text--secondary span.text-color--gold-lighter {
    color: #c5af7a;
  }
  .home-section--container.home-hero--text-container .home-hero-text--primary span.text-color--gold-lightest,
  .home-section--container.home-hero--text-container .home-hero-text--secondary span.text-color--gold-lightest {
    color: #d4c59e;
  }
}

.home-section--container.home-hero--text-container .home-hero-text--primary {
  font-size: 3rem;
  font-size: 5vw;
  line-height: 1.05;
  margin-bottom: 1rem;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
}

@media (max-width: 40rem) {
  .home-section--container.home-hero--text-container .home-hero-text--primary {
    font-size: 2rem;
  }
}

@media (min-width: 80rem) {
  .home-section--container.home-hero--text-container .home-hero-text--primary {
    font-size: 4rem;
  }
}

.home-section--container.home-hero--text-container .home-hero-text--secondary {
  font-size: 1.5rem;
  font-size: 3vw;
  line-height: 1.25;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
}

@media (max-width: 41.66667rem) {
  .home-section--container.home-hero--text-container .home-hero-text--secondary {
    font-size: 1.25rem;
  }
}

@media (min-width: 58.33333rem) {
  .home-section--container.home-hero--text-container .home-hero-text--secondary {
    font-size: 1.75rem;
  }
}

.home-section--container.home-hero--text-container .home-hero-text--ctas {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px !important;
}

.home-section--container.home-hero--text-container .home-hero-text--ctas a {
  margin: 0 10px 10px 10px;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  border-bottom: 0;
  color: #d4c59e;
}

.home-section--container.home-hero--text-container .home-hero-text--ctas a.button {
  color: black;
  background-color: #d4c59e;
  border-radius: 2rem;
  border: 0;
}

.home-section--container.home-hero--text-container .home-hero-text--ctas a i {
  border: 0;
  margin: 0;
  padding: 0;
}

.home-section--container.home-hero--text-container .home-hero-text--ctas a i.icon-left {
  margin-right: 6px;
}

.home-section--container.home-hero--text-container .home-hero-text--ctas a i.icon-right {
  margin-left: 6px;
}

.home-section--container.home-hero--text-container .home-hero-text--ctas a:hover, .home-section--container.home-hero--text-container .home-hero-text--ctas a:focus {
  color: white;
}

.home-section--container.home-hero--text-container .home-hero-text--ctas a:hover.button, .home-section--container.home-hero--text-container .home-hero-text--ctas a:focus.button {
  background-color: white;
  color: #73000a;
}

@media print, screen and (min-width: 641px) {
  .home-section--container.home-hero--text-container .home-hero-text--ctas a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .home-section--container.home-hero--text-container .home-hero-text--wrapper {
    max-width: none !important;
  }
}

@media screen and (min-width: 641px) {
  .home-section--container.home-hero--text-container {
    padding-top: 3.375em;
    padding-bottom: 3.375em;
  }
  .home-section--container.home-hero--text-container .home-hero-text--wrapper.image--left {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
  }
  .home-section--container.home-hero--text-container .home-hero-text--wrapper.image--left .home-hero-image {
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: flex-start;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .home-section--container.home-hero--text-container {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

@media print {
  .home-section--container.home-hero--text-container .home-hero-feat--text-primary,
  .home-section--container.home-hero--text-container .home-hero-feat--text-secondary {
    color: white !important;
  }
}

@media screen and (max-width: 640px) {
  main.home-hero-feature .home-section--container.home-hero--image-container .home-hero--bg-overlay {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  main.home-hero-feature .home-section--container.home-hero--text-container {
    background-color: #f5f5f5;
    color: #535961;
    padding-top: 10px;
    align-items: center !important;
  }
  main.home-hero-feature .home-section--container.home-hero--text-container::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
  }
  main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--primary,
  main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--secondary {
    text-shadow: none;
  }
  main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--ctas a:not(.button) {
    color: #73000a;
  }
  main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--ctas a:not(.button):hover, main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--ctas a:not(.button):focus {
    color: #b7410e;
  }
  main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--ctas a.button {
    background-color: #73000a;
    color: white;
  }
  main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--ctas a.button:hover, main.home-hero-feature .home-section--container.home-hero--text-container .home-hero-text--ctas a.button:focus {
    background-color: #95000d;
  }
}

@media print, screen and (min-width: 641px) {
  main.home-hero-feature .home-section--hero {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
  }
  main.home-hero-feature .home-section--hero::before, main.home-hero-feature .home-section--hero::after {
    content: "";
  }
  main.home-hero-feature .home-section--hero::before {
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 41.66667%;
  }
  main.home-hero-feature .home-section--hero::after {
    display: table;
    clear: both;
  }
}

main.home-hero-video {
  position: relative;
}

main.home-hero-video #emergency-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

main.home-hero-video #emergency-banner + .page--content-wrapper .home-section--hero {
  padding-top: 78px;
}

@media print, screen and (min-width: 801px) {
  main.home-hero-video #emergency-banner + .page--content-wrapper .home-section--hero {
    padding-top: 57px;
  }
}

main.home-hero-video .home-section--hero {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  min-height: calc(100vh - 62px);
}

@media print, screen and (min-width: 1080px) {
  main.home-hero-video .home-section--hero {
    min-height: calc(100vh - 124px);
  }
}

@media screen and (max-width: 1024px) {
  main.home-hero-video .home-section--container.home-hero--text-container {
    padding-top: calc(46px + 1.5rem);
    padding-bottom: calc(46px + 1.5rem);
  }
}

body.admin-bar main.home-hero-video .home-section--hero {
  min-height: calc(100vh - 62px - 46px);
}

@media screen and (min-width: 783px) {
  body.admin-bar main.home-hero-video .home-section--hero {
    min-height: calc(100vh - 62px - 32px);
  }
}

@media print, screen and (min-width: 1080px) {
  body.admin-bar main.home-hero-video .home-section--hero {
    min-height: calc(100vh - 124px - 32px);
  }
}

.home-hero--pause-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border: none !important;
  font-size: 1.125em;
  line-height: 1.33333em;
  padding: 8px 12px;
  border-radius: 4px;
  color: #cccacc;
}

.home-hero--pause-btn i {
  display: block;
  border-right: none;
  padding: 0;
  margin: 0;
}

.home-hero--pause-btn:hover, .home-hero--pause-btn:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
}

.home-hero--pause-btn:focus {
  outline: 1px dotted white;
}

.lt-ie9 .home-hero--pause-btn {
  padding: 12px 18px;
}

@media screen and (min-width: 800px) {
  .home-hero--pause-btn {
    padding: 12px 18px;
  }
}

.lt-ie9 .home-hero--pause-btn {
  bottom: 24px;
  right: 24px;
  font-size: 1.5em;
  line-height: 1.25em;
}

@media screen and (min-width: 1500px) {
  .home-hero--pause-btn {
    bottom: 24px;
    right: 24px;
    font-size: 1.5em;
    line-height: 1.25em;
  }
}

/* ::Feature Stories Styles */
/* ------------------------------------------------------------ */
section.home-section--feat-stories {
  background-color: white;
}

.home-stories--item {
  text-align: center;
}

.home-stories--item a {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  border-bottom: none;
  padding: 0 1.125em 1.125em 1.125em;
  color: #535961;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-stories--item a:before {
  content: '';
  position: absolute;
  left: .5em;
  right: .5em;
  top: .5em;
  bottom: .5em;
  border: 1px solid #b59a57;
  opacity: .5;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}

.home-stories--item a:focus {
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.home-stories--item a:focus:before {
  opacity: .75;
}

.home-stories--item a:focus .home-stories--image {
  -webkit-transform: translateY(-50%) scale(1.025);
  -moz-transform: translateY(-50%) scale(1.025);
  -ms-transform: translateY(-50%) scale(1.025);
  -o-transform: translateY(-50%) scale(1.025);
  transform: translateY(-50%) scale(1.025);
}

@supports (object-fit: cover) {
  .home-stories--item a:focus .home-stories--image {
    -webkit-transform: scale(1.025) translateZ(0);
    -moz-transform: scale(1.025) translateZ(0);
    -ms-transform: scale(1.025) translateZ(0);
    -o-transform: scale(1.025) translateZ(0);
    transform: scale(1.025) translateZ(0);
  }
}

.home-stories--item a:focus .home-stories--cta {
  color: #73000a;
}

.home-stories--item a:focus .home-stories--cta i {
  margin-left: 4px;
}

.home-stories--item .home-stories--title {
  position: relative;
  display: inline-block;
  color: white !important;
  padding: 0 0.5em 0.08333em 0.5em;
  font-weight: 300;
  line-height: 1;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  background-color: rgba(115, 0, 10, 0.9);
  margin-bottom: 28px;
  z-index: 1;
  /*background:
			linear-gradient(135deg, transparent $feat-story-title-corner-size, $feat-story-title-bg 0) top left,
			linear-gradient(225deg, $feat-story-title-bg $feat-story-title-corner-size, $feat-story-title-bg 0) top right,
			linear-gradient(315deg, transparent $feat-story-title-corner-size, $feat-story-title-bg 0) bottom right,
			linear-gradient(45deg,  $feat-story-title-bg $feat-story-title-corner-size, $feat-story-title-bg 0) bottom left;*/
}

.home-stories--item .home-stories--title:before, .home-stories--item .home-stories--title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.home-stories--item .home-stories--title:before {
  bottom: 100%;
  border-bottom: 14px solid rgba(115, 0, 10, 0.9);
  border-right: 14px solid rgba(115, 0, 10, 0.9);
  border-left: 14px solid transparent;
}

.home-stories--item .home-stories--title:after {
  top: 100%;
  border-top: 14px solid rgba(115, 0, 10, 0.9);
  border-left: 14px solid rgba(115, 0, 10, 0.9);
  border-right: 14px solid transparent;
}

@media print {
  .home-stories--item .home-stories--title {
    -webkit-print-color-adjust: exact !important;
  }
}

.home-stories--item .home-stories--image-wrap {
  position: relative;
  overflow: hidden;
  width: calc(100% + (1.125em*2));
  margin: 0 -1.125em -1.125em -1.125em;
}

.home-stories--item .home-stories--image-wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}

.home-stories--item .home-stories--image-wrap > *:not(img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-stories--item .home-stories--image-wrap > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-stories--item .home-stories--image-wrap > .home-stories--image {
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  backface-visibility: hidden;
}

@supports (object-fit: cover) {
  .home-stories--item .home-stories--image-wrap > .home-stories--image {
    object-fit: cover;
    object-position: center;
    top: 0;
    width: 100.2%;
    height: 100.2%;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}

.home-stories--item .home-stories--cta {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #736133;
}

.home-stories--item .home-stories--cta i {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media print, screen and (min-width: 801px) {
  .home-stories--item a {
    display: table;
    width: 100%;
    padding-bottom: 2.25em;
  }
  .home-stories--item .home-stories--cta {
    display: table-footer-group;
    margin: 0;
  }
}

@media print {
  .home-stories--item a {
    height: auto !important;
  }
}

html:not(.touch) .home-stories--item a:hover {
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

html:not(.touch) .home-stories--item a:hover:before {
  opacity: .75;
}

html:not(.touch) .home-stories--item a:hover .home-stories--image {
  -webkit-transform: translateY(-50%) scale(1.025);
  -moz-transform: translateY(-50%) scale(1.025);
  -ms-transform: translateY(-50%) scale(1.025);
  -o-transform: translateY(-50%) scale(1.025);
  transform: translateY(-50%) scale(1.025);
}

@supports (object-fit: cover) {
  html:not(.touch) .home-stories--item a:hover .home-stories--image {
    -webkit-transform: scale(1.025) translateZ(0);
    -moz-transform: scale(1.025) translateZ(0);
    -ms-transform: scale(1.025) translateZ(0);
    -o-transform: scale(1.025) translateZ(0);
    transform: scale(1.025) translateZ(0);
  }
}

html:not(.touch) .home-stories--item a:hover .home-stories--cta {
  color: #73000a;
}

html:not(.touch) .home-stories--item a:hover .home-stories--cta i {
  margin-left: 4px;
}

/* ::Infographics Styles */
/* ------------------------------------------------------------ */
section.home-section--infographics {
  background-color: white;
  background-image: -owg-linear-gradient(white, #ededed);
  background-image: -webkit-linear-gradient(white, #ededed);
  background-image: -moz-linear-gradient(white, #ededed);
  background-image: -o-linear-gradient(white, #ededed);
  background-image: linear-gradient(white, #ededed);
  padding-bottom: 1.5em;
}

@media print, screen and (min-width: 801px) {
  section.home-section--infographics {
    padding-bottom: 3.375em;
  }
}

section.home-section--feat-stories + section.home-section--infographics {
  padding-top: 0;
  margin-top: -1.5em;
}

.home-infographics--item {
  text-align: center;
}

.home-infographics--item .home-infographics--graphic-wrap {
  position: relative;
  padding-bottom: 1.125em;
  margin-bottom: 0.75em;
  min-height: 120px;
}

.home-infographics--item .home-infographics--graphic-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 75px;
  height: 2px;
  background-color: #b59a57;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-infographics--item .home-infographics--title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.125em;
  z-index: 50;
}

.home-infographics--item .home-infographics--title p {
  margin: 0;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
}

.home-infographics--item .home-infographics--title-number {
  font-size: 4.5em;
  line-height: 1.08333em;
  line-height: 1;
  font-weight: 700;
  color: #73000a;
  letter-spacing: -.03em;
}

.home-infographics--item .home-infographics--title-number .small {
  display: block;
  font-size: .278em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: -.5em;
}

.home-infographics--item .home-infographics--title-text {
  font-size: 1.5em;
  line-height: 1.25em;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-infographics--item .home-infographics--bg-img {
  display: block;
  margin: 0 auto;
  max-width: 260px;
  padding-bottom: 1.875em;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /*IE8*/
}

.home-infographics--item .home-infographics--description {
  padding: 0 10px;
  margin: 0;
}

/* ::CTA Styles */
/* ------------------------------------------------------------ */
.home-section--hero + section.home-section--ctas {
  margin-top: 20px;
}

section.home-section--ctas {
  position: relative;
  background-color: #333;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

section.home-section--ctas:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: .6;
  z-index: 0;
}

section.home-section--ctas .home-section--container {
  position: relative;
  z-index: 1;
}

section.home-section--ctas .home-section--container header h2 {
  color: white;
  margin-top: -0.16667em;
  font-weight: 300;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

@media print, screen and (min-width: 801px) {
  section.home-section--ctas {
    padding-top: 6.75em;
    padding-bottom: 6.75em;
  }
}

@media print {
  section.home-section--ctas {
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact !important;
  }
  section.home-section--ctas .home-section--container header h2 {
    text-shadow: none;
  }
}

@media print, screen and (min-width: 641px) {
  .home-ctas--cta-group {
    display: table;
    border-spacing: 20px;
    margin: 0 auto;
  }
}

.home-ctas--cta-link {
  display: block;
  border: none;
  font-size: 1.25em;
  line-height: 1.2em;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  background-color: white;
  color: #977e42;
  padding: 0.9em;
  text-align: center;
  border-radius: 4px;
  max-width: 400px;
  margin: 0 auto 0.9em auto;
}

.home-ctas--cta-link:focus {
  background-color: #73000a;
  color: white;
}

@media print, screen and (min-width: 641px) {
  .home-ctas--cta-link {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    max-width: none;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.25em;
    padding: 0.75em;
  }
}

html:not(.touch) .home-ctas--cta-link:hover {
  background-color: #73000a;
  color: white;
}

/* ::News Styles */
/* ------------------------------------------------------------ */
section.home-section--news {
  background-color: #ededed;
  background-image: -owg-linear-gradient(#ededed, white);
  background-image: -webkit-linear-gradient(#ededed, white);
  background-image: -moz-linear-gradient(#ededed, white);
  background-image: -o-linear-gradient(#ededed, white);
  background-image: linear-gradient(#ededed, white);
}

section.home-section--feat-stories + section.home-section--news,
section.home-section--infographics + section.home-section--news {
  padding-top: 0;
}

section.home-section--feat-stories + section.home-section--news {
  background: white;
}

.home-news--item .home-article--image-wrap::before {
  padding-bottom: 75%;
}

.home-news--cta {
  clear: both;
  text-align: center;
  margin-top: 0.75em;
}

.home-news--cta a {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #736133;
  border: none;
  outline-offset: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-news--cta a i {
  -webkit-transition: margin-left 0.4s;
  -moz-transition: margin-left 0.4s;
  -o-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
}

.home-news--cta a:focus {
  color: #73000a;
}

.home-news--cta a:focus i {
  margin-left: 4px;
}

@media print, screen and (min-width: 801px) {
  .home-news--cta {
    margin-top: 2.25em;
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

html:not(.touch) .home-news--cta a:hover {
  color: #73000a;
}

html:not(.touch) .home-news--cta a:hover i {
  margin-left: 4px;
}

/* ::Highlights Styles */
/* ------------------------------------------------------------ */
.home-section--hero + section.home-section--highlights,
section.home-section--ctas + section.home-section--highlights {
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .home-section--hero + section.home-section--highlights,
  section.home-section--ctas + section.home-section--highlights {
    margin-top: 5px;
  }
}

section.home-section--highlights {
  position: relative;
  padding: 0;
  background-color: white;
  text-align: center;
}

section.home-section--highlights .home-highlights--cell {
  display: table;
  width: 100%;
  height: 225px;
  margin-bottom: 10px;
}

section.home-section--highlights .home-highlights--link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border: none;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  color: #c5af7a;
  font-size: 1.125em;
  line-height: 1.33333em;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  outline-offset: -3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.home-section--highlights .home-highlights--link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #333;
  z-index: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

section.home-section--highlights .home-highlights--link span {
  display: inline-block;
  width: 75%;
  max-width: 380px;
  padding: 0.66667em;
  border: 2px solid;
  line-height: 1.1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.home-section--highlights .home-highlights--link:focus {
  color: white;
  outline: 3px dotted #d4c59e;
}

section.home-section--highlights .home-highlights--link:focus:before {
  opacity: 0;
}

section.home-section--highlights .home-highlights--link:focus span {
  border-color: white;
  background-color: rgba(115, 0, 10, 0.85);
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  section.home-section--highlights .home-highlights--table-half-h .home-highlights--cell-half-w {
    float: left;
    width: calc(50% - (10px/2));
  }
  section.home-section--highlights .home-highlights--table-half-h .home-highlights--cell-half-w:first-child {
    margin-right: 5px;
  }
  section.home-section--highlights .home-highlights--table-half-h .home-highlights--cell-half-w:last-child {
    margin-left: 5px;
  }
}

@media screen and (min-width: 1025px) {
  section.home-section--highlights {
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
  }
  section.home-section--highlights .home-highlights--table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
  section.home-section--highlights .home-highlights--table.home-highlights--table-half-h {
    height: 50%;
  }
  section.home-section--highlights .home-highlights--cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    margin: 0;
  }
  section.home-section--highlights .home-highlights--cell.home-highlights--cell-half-w {
    width: 50%;
  }
  section.home-section--highlights .home-highlights--outer-wrap {
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    width: calc(100% + 10px);
  }
  section.home-section--highlights .home-highlights--link {
    display: block;
    height: 100%;
    border: 5px solid white;
    font-size: 1.25em;
    line-height: 1.2em;
    outline-offset: -7px;
  }
  section.home-section--highlights .home-highlights--link span {
    position: absolute;
    width: auto;
    max-width: none;
    top: 50%;
    left: 50%;
    padding: 0.9em;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

@media print {
  section.home-section--highlights {
    display: none;
  }
}

html:not(.touch) section.home-section--highlights .home-highlights--link:hover {
  color: white;
}

html:not(.touch) section.home-section--highlights .home-highlights--link:hover:before {
  opacity: 0;
}

html:not(.touch) section.home-section--highlights .home-highlights--link:hover span {
  border-color: white;
  background-color: rgba(115, 0, 10, 0.85);
}

html.touch section.home-section--highlights .home-highlights--link {
  color: white;
}

html.touch section.home-section--highlights .home-highlights--link:before {
  opacity: 0;
}

html.touch section.home-section--highlights .home-highlights--link span {
  border-color: white;
  background-color: rgba(115, 0, 10, 0.85);
}

/* ::Schools Styles */
/* ------------------------------------------------------------ */
section.home-section--schools {
  padding-bottom: 4.5em;
  background-color: white;
  background-image: -owg-linear-gradient(white, #ededed);
  background-image: -webkit-linear-gradient(white, #ededed);
  background-image: -moz-linear-gradient(white, #ededed);
  background-image: -o-linear-gradient(white, #ededed);
  background-image: linear-gradient(white, #ededed);
}

@media print, screen and (min-width: 801px) {
  section.home-section--schools {
    padding-bottom: 6.75em;
  }
}

@media only print {
  section.home-section--schools {
    page-break-inside: avoid;
  }
}

section.home-section--feat-stories + section.home-section--schools,
section.home-section--infographics + section.home-section--schools,
section.home-section--news + section.home-section--schools {
  padding-top: 0;
}

section.home-section--infographics + section.home-section--schools {
  background-image: -owg-linear-gradient(#ededed, white);
  background-image: -webkit-linear-gradient(#ededed, white);
  background-image: -moz-linear-gradient(#ededed, white);
  background-image: -o-linear-gradient(#ededed, white);
  background-image: linear-gradient(#ededed, white);
}

.home-schools--item .home-article--headline {
  font-weight: 400;
}

/* ------------------------------------------------------------ */
/* ::Old Styles */
/* ------------------------------------------------------------ */
/* ::Animated Text Styles */
/* ------------------------------------------------------------ */
/* ::Animation Mixin */
/* ------------------------------------------------------------ */
/* ::Hero Top Styles (large images and rotating words) */
/* ------------------------------------------------------------ */
/*
#hero2016 {
  padding-top: 0;
  
  > .row:first-child {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  
  .hero-top {
    position: relative;
    overflow: hidden;
    background-color: #333;
    
    &:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(black, .3);
      z-index: 0;
    }
    
    .rw-sentence {
      color: white;
      font-family: $body-font;
      font-weight: bold;
      font-size: 24px;
      @include text-shadow(rgba(black, 0.6) 0 0 14px);
      padding: 0 20px;
			letter-spacing: -.015em;
    }
		
    
    // min-width media queries
    
    @media screen and ( min-width: 360px ) {
      .rw-sentence {
        font-size: 34px;
      }
    }
    
    @media screen and ( min-width: 480px ) {
      .rw-sentence {
        font-size: 32px;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        
        .rw-words {
          text-indent: 14px;
        }
      }
    }
    
    @media screen and ( min-width: 700px ){
      .rw-sentence {
        font-size: 48px;
        max-width: 570px;

        .rw-words {
          text-indent: 22px;
        }
      }
    }
    
    @media screen and ( min-width: 960px ){
      .rw-sentence {
        font-size: 60px;
        max-width: 705px;
        
        .rw-words {
          text-indent: 20px;
        }
      }
    }
    
    @media screen and ( min-width: 1300px ){
      .rw-sentence {
        font-size: 72px;
        max-width: 845px;
        
        .rw-words {
          text-indent: 24px;
        }
      }
    }
    
    
    // max-width media queries
    
    @media screen and ( max-width: 479px ) {
      &:before {
        @include opacity(.25);
      }
    }
  }
  
  .hero-images {
    //line-height: 0;
    z-index: 0;
    
    img {
			display: block;
      width: 100%;
      max-width: none;
    }
    
    @media screen and ( max-width: 800px ) {
      height: 250px;
      
      img {
        position: relative;
        left: 50%;
        @include translateX(-50%);
        height: 100%;
        width: auto;
      }
    }
  }
}
*/
/* ::Animated text (in hero top) */
/* ------------------------------------------------------------ */
/*
.rw-wrapper {
  position: absolute;
	top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  @include translate(-50%, -50%);
  z-index: 10;
  
  @media screen and ( max-width: 479px ) {
    top: 36%;
  }
}

.rw-sentence {
  > span:not(.rw-words) {
    color: $brand-gold;
  }
  
  @media screen and ( max-width: 479px ){
    text-align: center;
    
    > span {
      display: block;
      line-height: 1;
    }
  }
}

.rw-words {
	display: inline;
  
  > span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    
    &.first {
      @include animation(rotateWordOne 9s linear infinite 0s);
    }
    
    &.second {
      @include animation(rotateWordTwo 9s linear infinite 0s);
    }
    
    &.third {
      @include animation(rotateWordThree 9s linear infinite 0s);
    }
  }
  
  @media screen and ( max-width: 479px ){
    
    > span {
      width: 100%;
      left: 0;
    }
  }
}

.rw-sentence.paused {
	.rw-words {
		> span {
			//animation: step-start;
			-webkit-animation-play-state: paused;
			-moz-animation-play-state: paused;
			-o-animation-play-state: paused;
			animation-play-state: paused;
		}
	}
}

@media screen and ( max-width: 479px ) {
  @include keyframes(rotateWordOne) {
    0% { @include opacity(0); @include translateY(-10px); }
    5.56% { @include opacity(1); @include translateY(0); }
    27.78% { @include opacity(1); @include translateY(0); }
    33.33% { @include opacity(0); @include translateY(10px); }
    100% { @include opacity(0); }
  }

  @include keyframes(rotateWordTwo) {
    0% { @include opacity(0); }
    33% { @include opacity(0); @include translateY(-10px); }
    38.87% { @include opacity(1); @include translateY(0); }
    61.11% { @include opacity(1); @include translateY(0); }
    66.66% { @include opacity(0); @include translateY(10px); }
    100% { @include opacity(0); }
  }

  @include keyframes(rotateWordThree) {
    0% { @include opacity(0); }
    66% { @include opacity(0); @include translateY(-10px); }
    72.22% { @include opacity(1); @include translateY(0); }
    94.44% { @include opacity(1); @include translateY(0); }
    100% { @include opacity(0); @include translateY(10px); }
  }
}

@media screen and ( min-width: 480px ) {
  @include keyframes(rotateWordOne) {
    0% { @include opacity(0); @include translateY(-20px); }
    5.56% { @include opacity(1); @include translateY(0); }
    27.78% { @include opacity(1); @include translateY(0); }
    33.33% { @include opacity(0); @include translateY(20px); }
    100% { @include opacity(0); }
  }

  @include keyframes(rotateWordTwo) {
    0% { @include opacity(0); }
    33% { @include opacity(0); @include translateY(-20px); }
    38.87% { @include opacity(1); @include translateY(0); }
    61.11% { @include opacity(1); @include translateY(0); }
    66.66% { @include opacity(0); @include translateY(20px); }
    100% { @include opacity(0); }
  }

  @include keyframes(rotateWordThree) {
    0% { @include opacity(0); }
    66% { @include opacity(0); @include translateY(-20px); }
    72.22% { @include opacity(1); @include translateY(0); }
    94.44% { @include opacity(1); @include translateY(0); }
    100% { @include opacity(0); @include translateY(20px); }
  }
}


@include keyframes(rotateWord) {
  0% { @include opacity(0); }
  2% { @include opacity(0); @include translateY(-30px); }
	5% { @include opacity(1); @include translateY(0); }
  17% { @include opacity(1); @include translateY(0); }
	20% { @include opacity(0); @include translateY(30px); }
	80% { @include opacity(0); }
  100% { @include opacity(0); }
}
*/
/* ::Variables */
/* ------------------------------------------------------------ */
/* ::Navigation Pages */
/* ---------------------------------------------------------------------- */
.nav-section:nth-of-type(even) {
  background-color: #ededed;
}

.nav-section:nth-of-type(odd) {
  background-color: white;
}

.nav-section--row {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 801px) {
  .nav-section--row {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -moz-flex-flow: row no-wrap;
    -ms-flex-flow: row no-wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    align-content: stretch;
  }
}

@media only screen and (min-width: 801px) {
  .nav-section--content {
    -moz-box-flex: 1 1 calc(60% - 40px);
    -webkit-flex: 1 1 calc(60% - 40px);
    -ms-flex: 1 1 calc(60% - 40px);
    flex: 1 1 calc(60% - 40px);
  }
}

@media only screen and (max-width: 640px) {
  .nav-section--desc {
    font-size: 13px;
  }
}

.nav-section--image {
  display: none;
}

@media only screen and (min-width: 801px) {
  .nav-section--image {
    display: block;
    position: relative;
    -moz-box-flex: 0 1 40%;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: 40px;
  }
  .nav-section--image:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media only print {
  .nav-section--image {
    display: none;
  }
}

@media print, screen and (min-width: 641px) {
  .nav-section--links-wrapper {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -moz-flex-flow: row no-wrap;
    -ms-flex-flow: row no-wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    align-content: stretch;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.nav-section--links li {
  padding-left: 12px;
  margin-bottom: 8px;
}

.nav-section--links li.nav-section-link--featured {
  font-weight: bold;
}

.nav-section--links li > a {
  border-bottom: none;
}

.nav-section--links li > a:before {
  content: '\f105';
  display: inline-block;
  width: 12px;
  margin-left: -12px;
  font-family: FontAwesome;
  font-weight: normal;
  color: #cccacc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-section--links li > a:hover:before, .nav-section--links li > a:focus:before, .nav-section--links li > a:active:before {
  color: #73000a;
}

@media print, screen and (min-width: 641px) {
  .nav-section--links {
    -moz-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 20px;
  }
}

/* ::Variables */
/* ------------------------------------------------------------ */
/* ::Custom Styles for Accordions */
/* ------------------------------------------------------------ */
.dashboard-accordion {
  border-bottom: 0;
}

.dashboard-accordion .dashboard-accordion--content,
.dashboard-accordion .ui-accordion-content {
  background-color: #fafafa;
  padding: 1rem 0;
}

.dashboard-accordion .dashboard-accordion--content ul li,
.dashboard-accordion .ui-accordion-content ul li {
  margin: 0;
  padding: 0 20px;
}

.dashboard-accordion .dashboard-accordion--content ul li a,
.dashboard-accordion .ui-accordion-content ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.375em 0.75em;
  border-bottom: none;
  color: #73000a;
}

.dashboard-accordion .dashboard-accordion--content ul li a:before,
.dashboard-accordion .ui-accordion-content ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0.375em;
  color: #cccacc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.dashboard-accordion .dashboard-accordion--content ul li a:hover, .dashboard-accordion .dashboard-accordion--content ul li a:focus, .dashboard-accordion .dashboard-accordion--content ul li a:active,
.dashboard-accordion .ui-accordion-content ul li a:hover,
.dashboard-accordion .ui-accordion-content ul li a:focus,
.dashboard-accordion .ui-accordion-content ul li a:active {
  color: #b7410e;
}

.dashboard-accordion .dashboard-accordion--content ul li a:hover:before, .dashboard-accordion .dashboard-accordion--content ul li a:focus:before, .dashboard-accordion .dashboard-accordion--content ul li a:active:before,
.dashboard-accordion .ui-accordion-content ul li a:hover:before,
.dashboard-accordion .ui-accordion-content ul li a:focus:before,
.dashboard-accordion .ui-accordion-content ul li a:active:before {
  color: #b7410e;
}

.lt-ie9 .dashboard-accordion .dashboard-accordion--content ul, .lt-ie9
.dashboard-accordion .ui-accordion-content ul {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: flex-start;
}

.lt-ie9 .dashboard-accordion .dashboard-accordion--content ul li, .lt-ie9
.dashboard-accordion .ui-accordion-content ul li {
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width: 641px) {
  .dashboard-accordion .dashboard-accordion--content ul,
  .dashboard-accordion .ui-accordion-content ul {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: flex-start;
  }
  .dashboard-accordion .dashboard-accordion--content ul li,
  .dashboard-accordion .ui-accordion-content ul li {
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.dashboard-accordion .dashboard-accordion--header,
.dashboard-accordion--header {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  padding: 1rem 20px;
  padding-right: 60px;
}

.dashboard-accordion .dashboard-accordion--header:first-child,
.dashboard-accordion--header:first-child {
  border-top: 0;
}

.dashboard-accordion .dashboard-accordion--header:hover, .dashboard-accordion .dashboard-accordion--header:focus, .dashboard-accordion .dashboard-accordion--header:active,
.dashboard-accordion--header:hover,
.dashboard-accordion--header:focus,
.dashboard-accordion--header:active {
  background-color: #ededed;
}

.dashboard-accordion .dashboard-accordion--header.ui-state-active,
.dashboard-accordion--header.ui-state-active {
  background-color: #f5f5f5;
}

.dashboard-accordion .dashboard-accordion--header .ui-accordion-header-icon,
.dashboard-accordion--header .ui-accordion-header-icon {
  right: 20px;
}

.dashboard-accordion--nodropdown {
  border-top: 0;
  padding: 0;
}

.dashboard-accordion--nodropdown:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.dashboard-accordion--nodropdown a {
  display: block;
  position: relative;
  border-bottom: 0;
  padding: 1rem 20px;
  padding-right: 60px;
  z-index: 1;
}

.dashboard-accordion--nodropdown .ui-accordion-header-icon {
  z-index: 0;
}

/* ::Common Sidebar/Sidebar Widget Styles */
/* ------------------------------------------------------------ */
.page-template-page-dashboard .elon_popular_resources_widget .widget-title,
.page-template-page-dashboard .elon_directory_search_widget .widget-title,
.page-template-page-dashboard .elon_emergency_info_widget .widget-title {
  text-align: center;
}

.lt-ie9 .page-template-page-dashboard .widget-wrap {
  border-top: 2px dotted #cccacc;
}

@media screen and (max-width: 800px) {
  .page-template-page-dashboard .widget-wrap {
    border-top: 2px dotted #cccacc;
  }
}

/* ::Popular Links Section */
/* ------------------------------------------------------------ */
.elon_popular_resources_widget ul {
  margin-bottom: -0.66667em;
}

.elon_popular_resources_widget ul li {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: stretch;
  margin: 0;
}

.elon_popular_resources_widget ul li .btn {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}

.lt-ie9 .elon_popular_resources_widget ul {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.lt-ie9 .elon_popular_resources_widget ul li {
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 421px) and (max-width: 800px) {
  .elon_popular_resources_widget ul {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }
  .elon_popular_resources_widget ul li {
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.lt-ie9 .elon_popular_resources_widget ul {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.lt-ie9 .elon_popular_resources_widget ul li {
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1200px) {
  .elon_popular_resources_widget ul {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }
  .elon_popular_resources_widget ul li {
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.sidebar .elon_popular_resources_widget ul li:only-child {
  max-width: none;
  width: 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.main-content .elon_popular_resources_widget {
  margin-bottom: 2.25em;
}

.main-content .elon_popular_resources_widget .widget-title {
  text-align: left;
  color: #73000a;
  letter-spacing: -0.01em;
  font-size: 2.25em;
  line-height: 1.16667em;
  margin: 0 0 0.33333em 0;
}

.lt-ie9 .main-content .elon_popular_resources_widget .widget-title {
  font-size: 1.875em;
  line-height: 1.2em;
  margin: 0 0 0.4em 0;
}

@media screen and (max-width: 640px) {
  .main-content .elon_popular_resources_widget .widget-title {
    font-size: 1.875em;
    line-height: 1.2em;
    margin: 0 0 0.4em 0;
  }
}

/* ::Directory Search Section */
/* ------------------------------------------------------------ */
.directory-search-widget--form {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.directory-search-widget--form .directory-search-widget--input,
.directory-search-widget--form .directory-search-widget--submit {
  height: 50px;
}

.directory-search-widget--form .directory-search-widget--input {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-left: 1.5rem;
  min-width: 0;
}

.directory-search-widget--form .directory-search-widget--submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
}

.directory-search-widget--form .directory-search-widget--submit i {
  margin: 0;
}

/* ::Emergency Information Section */
/* ------------------------------------------------------------ */
.elon_emergency_info_widget {
  border-radius: 4px;
  border: 2px solid #620009;
  padding: 1rem;
  overflow: hidden;
}

.elon_emergency_info_widget .widget-title {
  background-color: #620009;
  color: white;
  font-weight: 700;
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: .75rem 1rem;
}

.elon_emergency_info_widget .btn-icon-styled {
  text-align: left;
}

/* ::Variables */
/* ------------------------------------------------------------ */
/* ::Base Styles */
/* ---------------------------------------------------------------------- */
.page--body.academic-programs--body {
  padding-top: 0;
  padding-bottom: 6rem;
  font-family: roboto, roboto-condensed, Verdana, Helvetica, sans-serif;
  color: #4c4c4c;
}

/* ::Page Header Styles */
/* ---------------------------------------------------------------------- */
.page--header.academic-programs--header {
  background-color: #3b3b3b;
  text-align: center;
  font-family: roboto, roboto-condensed, Verdana, Helvetica, sans-serif;
  color: white;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.page--header.academic-programs--header h1 {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  margin-bottom: 1.5rem;
  font-size: 4rem;
  color: white;
}

@media (max-width: 1200px) {
  .page--header.academic-programs--header h1 {
    font-size: calc(1.525rem + 3.3vw) ;
  }
}

.page--header.academic-programs--header h1:only-child {
  margin-bottom: 0;
}

.page--header.academic-programs--header .programs-header--intro {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page--header.academic-programs--header p {
  font-size: 1.25rem;
  margin-bottom: 0;
}

/* ::Table Filter Styles */
/* ---------------------------------------------------------------------- */
.academic-programs--filters {
  background-color: #3b3b3b;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.academic-programs--filters .program-filters--inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.academic-programs--filters .program-filters--inner > div:not(:last-child) {
  margin-bottom: 1.5rem;
}

.academic-programs--filters label {
  text-transform: uppercase;
  font-variant: normal;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  color: #d4c59e;
  margin: 0 0 0.75rem 0;
  text-align: center;
  font-size: 1.2rem;
  transition: color .25s;
  font-weight: 300;
}

.academic-programs--filters input,
.academic-programs--filters select,
.academic-programs--filters .select2-container--default .select2-selection--single {
  color: white;
  background-color: #2a2a2a;
  border-radius: 4px;
  border: 1px solid #d4c59e;
  height: 60px;
  font-family: roboto, roboto-condensed, Verdana, Helvetica, sans-serif;
  transition: all .25s;
}

.academic-programs--filters input,
.academic-programs--filters select {
  margin: 0;
  padding: 0.75rem 20px;
}

.academic-programs--filters input::-moz-placeholder,
.academic-programs--filters select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.academic-programs--filters input:-ms-input-placeholder,
.academic-programs--filters select:-ms-input-placeholder {
  color: #999;
}

.academic-programs--filters input::-webkit-input-placeholder,
.academic-programs--filters select::-webkit-input-placeholder {
  color: #999;
}

.academic-programs--filters input:focus,
.academic-programs--filters select:focus {
  background-color: #191919 !important;
  color: white;
  box-shadow: none;
  border-color: white !important;
}

.academic-programs--filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  color: white;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 80px;
}

.academic-programs--filters .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #999;
}

.academic-programs--filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  bottom: 1px;
  right: 1px;
  height: auto;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.3);
}

.academic-programs--filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  height: auto;
  width: auto;
  margin: 0;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.academic-programs--filters .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.academic-programs--filters .select2-container--default .select2-selection--single .select2-selection__clear {
  float: none;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  font-size: 0;
  background-color: #d4c59e;
  border-radius: 50%;
}

.academic-programs--filters .select2-container--default .select2-selection--single .select2-selection__clear::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #736133;
}

.academic-programs--filters .select2-container--default .select2-selection--single:focus {
  outline: 0;
  color: white;
  border-color: white;
  background-color: #191919;
}

.academic-programs--filters .select2-container--default.select2-container--open .select2-selection--single {
  outline: 0;
  color: white;
  border-color: white;
  background-color: #191919;
}

.academic-programs--filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: white;
}

.academic-programs--filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-color: black;
}

.academic-programs--filters .program-filters--search:focus-within label,
.academic-programs--filters .filter-select:focus-within label {
  color: white;
}

.academic-programs--filters .program-filters--search form {
  position: relative;
}

.academic-programs--filters .program-filters--search label i {
  margin-right: 6px;
}

.academic-programs--filters .program-filters--search input {
  padding-right: 40px;
}

.academic-programs--filters .program-filters--search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.academic-programs--filters .program-filters--search input:not(:valid) ~ button {
  display: none;
}

.academic-programs--filters .program-filters--search button {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 13.33333px;
  width: 20px;
  height: 20px;
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  font-size: 1rem;
  background-color: #d4c59e;
  border-radius: 50%;
  border: 0;
  margin: 0;
  padding: 0;
  color: #736133;
}

.academic-programs--filters .program-filters--search button i {
  margin: 0;
}

.academic-programs--filters .program-filters--selects {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

.academic-programs--filters .program-filters--selects .filter-select {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-width: 0;
  width: 100%;
}

.academic-programs--filters .program-filters--selects .filter-select:not(:last-child) {
  margin-bottom: 1.5rem;
}

.lt-ie9 .academic-programs--filters .program-filters--search label {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .lt-ie9 .academic-programs--filters .program-filters--search label {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.lt-ie9 .academic-programs--filters .program-filters--selects .filter-select {
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.lt-ie9 .academic-programs--filters .program-filters--selects .filter-select:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .academic-programs--filters .program-filters--search label {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 641px) and (max-width: 1200px) {
  .academic-programs--filters .program-filters--search label {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media screen and (min-width: 641px) {
  .academic-programs--filters .program-filters--selects .filter-select {
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .academic-programs--filters .program-filters--selects .filter-select:not(:last-child) {
    margin-bottom: 0;
  }
}

.lt-ie9 .academic-programs--filters input,
.lt-ie9 .academic-programs--filters select,
.lt-ie9 .academic-programs--filters .select2-container--default .select2-selection--single {
  font-size: 1.25rem;
}

@media screen and (min-width: 801px) {
  .academic-programs--filters input,
  .academic-programs--filters select,
  .academic-programs--filters .select2-container--default .select2-selection--single {
    font-size: 1.25rem;
  }
}

.lt-ie9 .academic-programs--filters .program-filters--selects {
  margin-left: -20px;
  margin-right: -20px;
}

.lt-ie9 .academic-programs--filters .program-filters--selects .filter-select {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1025px) {
  .academic-programs--filters .program-filters--selects {
    margin-left: -20px;
    margin-right: -20px;
  }
  .academic-programs--filters .program-filters--selects .filter-select {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-page-academic-programs .select2-dropdown {
  border-color: white;
  border-radius: 4px;
  background-color: #2a2a2a;
  color: white;
  font-family: roboto, roboto-condensed, Verdana, Helvetica, sans-serif;
  font-size: 1rem;
}

.page-template-page-academic-programs .select2-results__option {
  padding: 0.75rem 20px;
  margin: 0;
}

.page-template-page-academic-programs .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #191919;
  color: #d4c59e;
}

.page-template-page-academic-programs .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #73000a;
  color: white;
}

/* ::Table Styles */
/* ---------------------------------------------------------------------- */
.academic-programs--table-loading {
  text-align: center;
  padding: 3rem 0;
}

html.no-js .academic-programs--table-loading {
  display: none !important;
}

.academic-programs--body .elon-custom-datatable {
  margin-top: 0 !important;
}

.academic-programs--body .elon-custom-datatable .dataTables_wrapper {
  display: block;
}

.academic-programs--body .elon-custom-datatable .table-top {
  background-color: #3b3b3b;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  color: white;
  margin-top: -1.5rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.academic-programs--body .elon-custom-datatable .table-top .dataTables_info {
  float: none;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  font-style: normal;
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  font-size: 1.125rem;
}

.academic-programs--body .elon-custom-datatable table.dataTable,
.academic-programs--body .elon-custom-datatable table {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
  transition: opacity .5s, visibility .5s;
}

.academic-programs--body .elon-custom-datatable table.dataTable a,
.academic-programs--body .elon-custom-datatable table a {
  color: #73000a;
  text-decoration: none;
  border-bottom: 0;
  transition: all .25s;
}

.academic-programs--body .elon-custom-datatable table.dataTable a:hover, .academic-programs--body .elon-custom-datatable table.dataTable a:focus,
.academic-programs--body .elon-custom-datatable table a:hover,
.academic-programs--body .elon-custom-datatable table a:focus {
  color: #527b82;
}

.academic-programs--body .elon-custom-datatable table.dataTable thead th,
.academic-programs--body .elon-custom-datatable table thead th {
  color: #4c4c4c;
  background-color: transparent;
  border-bottom-color: #4c4c4c;
  border-bottom-width: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0.5625rem 20px;
}

@media (max-width: 1200px) {
  .academic-programs--body .elon-custom-datatable table.dataTable thead th,
  .academic-programs--body .elon-custom-datatable table thead th {
    font-size: calc(1.255rem + 0.06vw) ;
  }
}

.academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_asc::after, .academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_desc::after, .academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting_asc::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting_desc::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting::after {
  position: static;
  top: auto;
  right: auto;
  transform: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 13.33333px;
  color: #4c4c4c;
  opacity: .75;
  font-size: 1rem;
  transition: all .2s;
}

.academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_asc:hover, .academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_desc:hover, .academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting:hover,
.academic-programs--body .elon-custom-datatable table thead th.sorting_asc:hover,
.academic-programs--body .elon-custom-datatable table thead th.sorting_desc:hover,
.academic-programs--body .elon-custom-datatable table thead th.sorting:hover {
  background-color: transparent;
  color: #977e42;
}

.academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_asc:hover::after, .academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_desc:hover::after, .academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting:hover::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting_asc:hover::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting_desc:hover::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting:hover::after {
  color: #977e42;
  opacity: 1;
}

.academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting::after {
  content: "\f883";
  opacity: .35;
}

.academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_asc::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting_asc::after {
  content: "\f15d";
}

.academic-programs--body .elon-custom-datatable table.dataTable thead th.sorting_desc::after,
.academic-programs--body .elon-custom-datatable table thead th.sorting_desc::after {
  content: "\f881";
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr:nth-child(odd), .academic-programs--body .elon-custom-datatable table.dataTable tbody tr:nth-child(even),
.academic-programs--body .elon-custom-datatable table tbody tr:nth-child(odd),
.academic-programs--body .elon-custom-datatable table tbody tr:nth-child(even) {
  background-color: white;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.odd,
.academic-programs--body .elon-custom-datatable table tbody tr.odd {
  background-color: white;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.odd > td[class*="sorting_"],
.academic-programs--body .elon-custom-datatable table tbody tr.odd > td[class*="sorting_"] {
  background-color: transparent;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.even,
.academic-programs--body .elon-custom-datatable table tbody tr.even {
  background-color: #f5f5f5;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.even > td[class*="sorting_"],
.academic-programs--body .elon-custom-datatable table tbody tr.even > td[class*="sorting_"] {
  background-color: transparent;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr:hover.odd td, .academic-programs--body .elon-custom-datatable table.dataTable tbody tr:hover.even td,
.academic-programs--body .elon-custom-datatable table tbody tr:hover.odd td,
.academic-programs--body .elon-custom-datatable table tbody tr:hover.even td {
  background-color: transparent;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.parent, .academic-programs--body .elon-custom-datatable table.dataTable tbody tr.child,
.academic-programs--body .elon-custom-datatable table tbody tr.parent,
.academic-programs--body .elon-custom-datatable table tbody tr.child {
  color: white;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.parent a, .academic-programs--body .elon-custom-datatable table.dataTable tbody tr.child a,
.academic-programs--body .elon-custom-datatable table tbody tr.parent a,
.academic-programs--body .elon-custom-datatable table tbody tr.child a {
  color: #d4c59e;
  transition: none;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.parent a:hover, .academic-programs--body .elon-custom-datatable table.dataTable tbody tr.parent a:focus, .academic-programs--body .elon-custom-datatable table.dataTable tbody tr.child a:hover, .academic-programs--body .elon-custom-datatable table.dataTable tbody tr.child a:focus,
.academic-programs--body .elon-custom-datatable table tbody tr.parent a:hover,
.academic-programs--body .elon-custom-datatable table tbody tr.parent a:focus,
.academic-programs--body .elon-custom-datatable table tbody tr.child a:hover,
.academic-programs--body .elon-custom-datatable table tbody tr.child a:focus {
  color: #ededed;
  transition: all .25s;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.parent,
.academic-programs--body .elon-custom-datatable table tbody tr.parent {
  background-color: #620009;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.parent:hover,
.academic-programs--body .elon-custom-datatable table tbody tr.parent:hover {
  background-color: #620009 !important;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.child,
.academic-programs--body .elon-custom-datatable table tbody tr.child {
  background-color: #73000a;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody tr.child:hover,
.academic-programs--body .elon-custom-datatable table tbody tr.child:hover {
  background-color: #73000a !important;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody td,
.academic-programs--body .elon-custom-datatable table tbody td {
  padding: 1.125rem 20px;
  line-height: 1.25;
  vertical-align: middle;
  border-top: 0;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name,
.academic-programs--body .elon-custom-datatable table tbody td.program-name {
  font-size: 1.15rem;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name a::after,
.academic-programs--body .elon-custom-datatable table tbody td.program-name a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 80%;
  margin-left: 6px;
  transition: margin-left .25s;
  visibility: hidden;
  opacity: 0;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name a:hover::after, .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name a:focus::after,
.academic-programs--body .elon-custom-datatable table tbody td.program-name a:hover::after,
.academic-programs--body .elon-custom-datatable table tbody td.program-name a:focus::after {
  margin-left: 12px;
  visibility: visible;
  opacity: 1;
}

.academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name a sup,
.academic-programs--body .elon-custom-datatable table tbody td.program-name a sup {
  margin-left: 2px;
}

.academic-programs--body .elon-custom-datatable table.dataTable.dtr-column > tbody > tr > td.control::before,
.academic-programs--body .elon-custom-datatable table.dtr-column > tbody > tr > td.control::before {
  position: static;
  display: block;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  box-shadow: none;
  border: 0;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f055";
  color: #527b82;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  line-height: 1;
  transition: all .25s;
}

.academic-programs--body .elon-custom-datatable table.dataTable.dtr-column > tbody > tr.parent > td.control::before,
.academic-programs--body .elon-custom-datatable table.dtr-column > tbody > tr.parent > td.control::before {
  color: #d4c59e;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.lt-ie9 .academic-programs--body .elon-custom-datatable table.dataTable thead th,
.lt-ie9 .academic-programs--body .elon-custom-datatable table thead th {
  padding: 0.75rem 20px;
}

.lt-ie9 .academic-programs--body .elon-custom-datatable table.dataTable tbody td,
.lt-ie9 .academic-programs--body .elon-custom-datatable table tbody td {
  padding: 1.5rem 20px;
}

.lt-ie9 .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name,
.lt-ie9 .academic-programs--body .elon-custom-datatable table tbody td.program-name {
  font-size: 1.3rem;
}

@media screen and (min-width: 801px) {
  .academic-programs--body .elon-custom-datatable table.dataTable thead th,
  .academic-programs--body .elon-custom-datatable table thead th {
    padding: 0.75rem 20px;
  }
  .academic-programs--body .elon-custom-datatable table.dataTable tbody td,
  .academic-programs--body .elon-custom-datatable table tbody td {
    padding: 1.5rem 20px;
  }
  .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name,
  .academic-programs--body .elon-custom-datatable table tbody td.program-name {
    font-size: 1.3rem;
  }
}

.lt-ie9 .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name,
.lt-ie9 .academic-programs--body .elon-custom-datatable table tbody td.program-name {
  font-size: 1.5rem;
}

@media screen and (min-width: 1025px) {
  .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name,
  .academic-programs--body .elon-custom-datatable table tbody td.program-name {
    font-size: 1.5rem;
  }
}

.js .academic-programs--body .elon-custom-datatable table.dataTable.loading,
.js .academic-programs--body .elon-custom-datatable table.loading {
  visibility: hidden;
  opacity: 0;
}

.touch .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name a::after,
.touch .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name a:hover::after,
.touch .academic-programs--body .elon-custom-datatable table.dataTable tbody td.program-name a:focus::after,
.touch .academic-programs--body .elon-custom-datatable table tbody td.program-name a::after,
.touch .academic-programs--body .elon-custom-datatable table tbody td.program-name a:hover::after,
.touch .academic-programs--body .elon-custom-datatable table tbody td.program-name a:focus::after {
  visibility: visible;
  opacity: 1;
  margin-left: 6px;
  transition: none;
}

/* ::Table Details Styles */
/* ---------------------------------------------------------------------- */
.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details,
.academic-programs--body table > tbody > tr.child ul.dtr-details {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details li,
.academic-programs--body table > tbody > tr.child ul.dtr-details li {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details li:not(:last-child) span.dtr-data,
.academic-programs--body table > tbody > tr.child ul.dtr-details li:not(:last-child) span.dtr-data {
  margin-bottom: 1.125rem;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-title:empty,
.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data:empty,
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-title:empty,
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-data:empty {
  display: none;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-title,
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-title {
  padding-left: 20px;
  padding-right: 20px;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data,
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-data {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.15rem;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-label,
.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-title,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-label,
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  color: #ededed;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.degrees,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.degrees {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0.375rem -5px -10px -7px;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.department a::after, .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.school a::after,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.department a::after,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.school a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 80%;
  margin-left: 6px;
  transition: all .25s;
  visibility: hidden;
  opacity: 0;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.department a:hover::after, .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.department a:focus::after, .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.school a:hover::after, .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.school a:focus::after,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.department a:hover::after,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.department a:focus::after,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.school a:hover::after,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.school a:focus::after {
  margin-left: 12px;
  visibility: visible;
  opacity: 1;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .majors,
.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .minors,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .majors,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .minors {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .majors a,
.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .minors a,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .majors a,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .minors a {
  display: inline-block;
  padding: 0.375rem 20px;
  background-color: #eae2cf;
  color: #620009;
  border-radius: 5em;
  border: 0;
  margin: 0 5px 10px 5px;
  transition: all .25s;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .majors a:hover, .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .majors a:focus,
.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .minors a:hover,
.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .minors a:focus,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .majors a:hover,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .majors a:focus,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .minors a:hover,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .minors a:focus {
  background-color: white;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .minors a,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .minors a {
  background-color: #d4c59e;
}

.academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .minors a:hover, .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content .minors a:focus,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .minors a:hover,
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-content .minors a:focus {
  background-color: white;
}

.lt-ie9 .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details, .lt-ie9
.academic-programs--body table > tbody > tr.child ul.dtr-details {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: stretch;
}

.lt-ie9 .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details li:not(:last-child) span.dtr-data, .lt-ie9
.academic-programs--body table > tbody > tr.child ul.dtr-details li:not(:last-child) span.dtr-data {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 0;
}

.lt-ie9 .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data, .lt-ie9
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-data {
  min-width: calc((100vw - 40px)/3);
}

.lt-ie9 .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-label,
.lt-ie9 .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-title, .lt-ie9
.academic-programs--body table > tbody > tr.child ul.dtr-details .data-label,
.lt-ie9
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-title {
  margin-bottom: 0.375rem;
}

@media screen and (min-width: 801px) {
  .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details,
  .academic-programs--body table > tbody > tr.child ul.dtr-details {
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    align-content: stretch;
  }
  .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details li:not(:last-child) span.dtr-data,
  .academic-programs--body table > tbody > tr.child ul.dtr-details li:not(:last-child) span.dtr-data {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 0;
  }
  .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data,
  .academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-data {
    min-width: calc((100vw - 40px)/3);
  }
  .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-label,
  .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-title,
  .academic-programs--body table > tbody > tr.child ul.dtr-details .data-label,
  .academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-title {
    margin-bottom: 0.375rem;
  }
}

.lt-ie9 .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data, .lt-ie9
.academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-data {
  min-width: calc(1280px / 3);
}

@media screen and (min-width: 1320px) {
  .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details span.dtr-data,
  .academic-programs--body table > tbody > tr.child ul.dtr-details span.dtr-data {
    min-width: calc(1280px / 3);
  }
}

.touch .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.department a::after,
.touch .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.department a:hover::after,
.touch .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.department a:focus::after, .touch .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.school a::after,
.touch .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.school a:hover::after,
.touch .academic-programs--body table.dataTable > tbody > tr.child ul.dtr-details .data-content.school a:focus::after,
.touch .academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.department a::after,
.touch .academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.department a:hover::after,
.touch .academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.department a:focus::after,
.touch .academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.school a::after,
.touch .academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.school a:hover::after,
.touch .academic-programs--body table > tbody > tr.child ul.dtr-details .data-content.school a:focus::after {
  visibility: visible;
  opacity: 1;
  margin-left: 6px;
}

/* ::Table Disclaimer Styles */
/* ---------------------------------------------------------------------- */
.elon-custom-datatable.academic-programs--table-wrapper .disclaimers {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

.elon-custom-datatable.academic-programs--table-wrapper .disclaimers sup {
  font-size: 75%;
}
