<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 */
/* ------------------------------------------------------------ */
/* ::New Gray Color 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 */
/* ------------------------------------------------------------ */
/* ::Color Variables */
/* ------------------------------------------------------------ */
/* ::Variables */
/* ------------------------------------------------------------ */
/* :: Variables */
/* ------------------------------------------------------------ */
/* :: Main Style Overrides */
/* ------------------------------------------------------------ */
.page-template-page-dashboard,
.page-template-page-navigation {
  font-family: roboto, roboto-condensed, Verdana, Helvetica, sans-serif;
  color: #363636;
  font-size: 1rem;
}

.page-template-page-dashboard p,
.page-template-page-navigation p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.page-template-page-dashboard label, .page-template-page-dashboard legend, .page-template-page-dashboard select, .page-template-page-dashboard input, .page-template-page-dashboard textarea,
.page-template-page-navigation label,
.page-template-page-navigation legend,
.page-template-page-navigation select,
.page-template-page-navigation input,
.page-template-page-navigation textarea {
  font-family: inherit;
}

.page-template-page-dashboard h1, .page-template-page-dashboard .typeset-as-h1,
.page-template-page-dashboard h2, .page-template-page-dashboard .typeset-as-h2,
.page-template-page-dashboard h3, .page-template-page-dashboard .typeset-as-h3,
.page-template-page-dashboard h4, .page-template-page-dashboard .typeset-as-h4,
.page-template-page-dashboard h5, .page-template-page-dashboard .typeset-as-h5,
.page-template-page-dashboard h6, .page-template-page-dashboard .typeset-as-h6,
.page-template-page-navigation h1,
.page-template-page-navigation .typeset-as-h1,
.page-template-page-navigation h2,
.page-template-page-navigation .typeset-as-h2,
.page-template-page-navigation h3,
.page-template-page-navigation .typeset-as-h3,
.page-template-page-navigation h4,
.page-template-page-navigation .typeset-as-h4,
.page-template-page-navigation h5,
.page-template-page-navigation .typeset-as-h5,
.page-template-page-navigation h6,
.page-template-page-navigation .typeset-as-h6 {
  font-family: roboto-condensed, roboto, Verdana, Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  color: #363636;
  font-weight: 700;
  margin-bottom: calc(1.5rem/3);
}

.page-template-page-dashboard .widget-wrap .widget-title,
.page-template-page-navigation .widget-wrap .widget-title {
  color: #363636;
  font-weight: 400;
}

.page-template-page-dashboard .page--header,
.page-template-page-navigation .page--header {
  background-color: #f5f5f5;
  padding-top: calc(1.5rem/2);
  padding-bottom: 1.125rem;
}

.page-template-page-dashboard .page--header h1,
.page-template-page-navigation .page--header h1 {
  margin-bottom: 0;
}

.lt-ie9 .page-template-page-dashboard .page--header, .lt-ie9
.page-template-page-navigation .page--header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 641px) {
  .page-template-page-dashboard .page--header,
  .page-template-page-navigation .page--header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.page-template-page-dashboard .page--content-wrapper a:not(.btn),
.page-template-page-navigation .page--content-wrapper a:not(.btn) {
  color: #73000a;
  border-bottom: none;
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
}

.page-template-page-dashboard .page--content-wrapper a:not(.btn):hover, .page-template-page-dashboard .page--content-wrapper a:not(.btn):focus, .page-template-page-dashboard .page--content-wrapper a:not(.btn):active,
.page-template-page-navigation .page--content-wrapper a:not(.btn):hover,
.page-template-page-navigation .page--content-wrapper a:not(.btn):focus,
.page-template-page-navigation .page--content-wrapper a:not(.btn):active {
  color: #736133;
  text-decoration-line: none;
}

.page-template-page-dashboard .page--content-wrapper .page--breadcrumbs,
.page-template-page-navigation .page--content-wrapper .page--breadcrumbs {
  margin-bottom: calc(1.5rem/3);
}

.page-template-page-dashboard .page--content-wrapper .page--breadcrumbs li a,
.page-template-page-navigation .page--content-wrapper .page--breadcrumbs li a {
  text-decoration-line: none;
}

.page-template-page-dashboard .page--content-wrapper .page--breadcrumbs li a:hover, .page-template-page-dashboard .page--content-wrapper .page--breadcrumbs li a:focus, .page-template-page-dashboard .page--content-wrapper .page--breadcrumbs li a:active,
.page-template-page-navigation .page--content-wrapper .page--breadcrumbs li a:hover,
.page-template-page-navigation .page--content-wrapper .page--breadcrumbs li a:focus,
.page-template-page-navigation .page--content-wrapper .page--breadcrumbs li a:active {
  text-decoration-line: underline;
}

.page-template-page-dashboard .page--content-wrapper .page--breadcrumbs li:first-child a::before,
.page-template-page-navigation .page--content-wrapper .page--breadcrumbs li:first-child a::before {
  content: '\f015\00a0';
  margin-right: 0;
}

.page-template-page-dashboard .btn,
.page-template-page-navigation .btn {
  border-radius: .3rem;
}

.page-template-page-dashboard .btn:hover,
.page-template-page-navigation .btn:hover {
  transform: translateY(-1px);
}

.page-template-page-dashboard .btn-sm,
.page-template-page-navigation .btn-sm {
  border-radius: .25rem;
}

html:not(.touch) .page-template-page-dashboard a[href^="tel:"] {
  text-decoration-line: none;
  color: currentcolor !important;
}

/* ::Variables */
/* ------------------------------------------------------------ */
/* ::Common Styles */
/* ------------------------------------------------------------ */
span.text-wrap--none {
  line-height: 1;
  white-space: nowrap;
}

.home-section {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  font-family: roboto, roboto-condensed, Verdana, Helvetica, sans-serif;
}

.home-section:last-of-type:not(.home-section--highlights):not(.home-section--ctas):not(.home-section--hero) {
  padding-bottom: 4.59375rem;
}

@media screen and (min-width: 801px) {
  .home-section {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
  .home-section:last-of-type:not(.home-section--highlights):not(.home-section--ctas):not(.home-section--hero) {
    padding-bottom: 5.0625rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .home-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .home-section:last-of-type:not(.home-section--highlights):not(.home-section--ctas):not(.home-section--hero) {
    padding-bottom: 6.75rem;
  }
}

@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 calc(40px/4);
  margin: 0 auto;
}

@media print, screen and (min-width: 801px) {
  .home-section:not(.home-section--hero) .home-section--container {
    padding: 0 calc(40px/2);
  }
}

.home-section--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(40px/-4);
  margin-right: calc(40px/-4);
  margin-bottom: -2.25rem;
}

.home-section--row .home-section--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 400px;
  max-width: 100%;
  padding-left: calc(40px/4);
  padding-right: calc(40px/4);
  margin-bottom: 2.25rem;
}

@media screen and (min-width: 641px) {
  .home-section--row.home-section--row-4up {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-section--row.home-section--row-4up .home-section--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 801px) {
  .home-section--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-section--row .home-section--item {
    width: auto;
  }
  .home-section--row.home-section--row-3up .home-section--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .home-section--row.home-section--row-4up .home-section--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.home-item--card-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.home-item--card-link .card-link--flex-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-item--card-link .card-link--flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.home-article--box .home-item--card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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 &gt; *:not(img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-article--image-wrap &gt; 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--headline,
  .home-article--text-wrap .home-article--action {
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .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-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--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 &gt; img {
  display: block;
}

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

.home-section--container.home-hero--image-container &gt; 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 &gt; 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 &gt; img.home-hero-img--desktop {
    display: block;
  }
  .home-section--container.home-hero--image-container &gt; 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 &gt; *: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);
  color: white;
  letter-spacing: 0;
}

@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;
  background-color: #f2f2f2;
  border-bottom: none;
  text-decoration: 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;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  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 &gt; *:not(img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-stories--item .home-stories--image-wrap &gt; 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 &gt; .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 &gt; .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 {
    padding-bottom: 2.25em;
  }
  .home-stories--item .home-stories--cta {
    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);
}

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

@media print, screen and (min-width: 801px) {
  section.home-section--feat-stories + section.home-section--infographics {
    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: 2.25rem;
}

.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.625rem;
    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;
  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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; span {
  border-color: white;
  background-color: rgba(115, 0, 10, 0.85);
}

/* ::Schools Styles */
/* ------------------------------------------------------------ */
section.home-section--schools {
  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 .home-section--row {
    margin-bottom: calc(40px/-2);
  }
  section.home-section--schools .home-section--row .home-section--item {
    margin-bottom: calc(40px/2);
  }
}

@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);
}

/* ------------------------------------------------------------ */
/* ::Old Styles */
/* ------------------------------------------------------------ */
/* ::Animated Text Styles */
/* ------------------------------------------------------------ */
/* ::Animation Mixin */
/* ------------------------------------------------------------ */
/* ::Hero Top Styles (large images and rotating words) */
/* ------------------------------------------------------------ */
/*
#hero2016 {
  padding-top: 0;
  
  &gt; .row:first-child {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  
  .hero-top {
    position: relative;
    overflow: hidden;
    background-color: #333;
    
    &amp;: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 ) {
      &amp;: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 {
  &gt; span:not(.rw-words) {
    color: $brand-gold;
  }
  
  @media screen and ( max-width: 479px ){
    text-align: center;
    
    &gt; span {
      display: block;
      line-height: 1;
    }
  }
}

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

.rw-sentence.paused {
	.rw-words {
		&gt; 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: #f5f5f5;
}

.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);
  }
}

.nav-section--desc {
  margin-top: 1rem;
}

@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;
  }
}

.nav-section--links-wrapper {
  margin-top: 1.125rem;
}

.nav-section--links li {
  padding-left: 12px;
  margin-bottom: calc(1.5rem/3);
}

.nav-section--links li:last-child {
  margin-bottom: 0;
}

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

.nav-section--links li &gt; a {
  text-decoration-line: none !important;
}

.nav-section--links li &gt; a[target="_blank"]::after {
  content: none !important;
}

.nav-section--links li &gt; a[target="_blank"] .fa {
  margin-left: 6px;
  font-size: 90%;
  opacity: 0.75;
}

.nav-section--links li &gt; 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 &gt; a:hover, .nav-section--links li &gt; a:focus, .nav-section--links li &gt; a:active {
  text-decoration-line: underline !important;
}

.nav-section--links li &gt; a:hover:before, .nav-section--links li &gt; a:focus:before, .nav-section--links li &gt; a:active:before {
  color: #736133;
}

@media print, screen and (min-width: 641px) {
  .nav-section--links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -moz-column-fill: balance;
    column-fill: balance;
  }
}

/* ::Variables */
/* ------------------------------------------------------------ */
/* :: Utility Classes */
/* ------------------------------------------------------------ */
.lt-ie9 .sr-only-desktop {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (min-width: 801px) {
  .sr-only-desktop {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

/* :: Resource List Custom Styles */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 992px) {
  .page-template-page-dashboard .elon-resources--container .elon-resources--filters .elon-resources--filters--item {
    max-width: 50%;
    min-width: 250px;
  }
  .page-template-page-dashboard .elon-resources--search .elon-resources--search--reset .btn:hover {
    transform: translateY(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;
}

.elon_popular_resources_widget ul li .btn[target="_blank"] .fa {
  margin-left: 6px;
  font-size: 90%;
}

.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;
  }
}

.page-template-page-dashboard.highlight-first-resource-link .elon_popular_resources_widget ul li:first-of-type {
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.page-template-page-dashboard.highlight-first-resource-link .elon_popular_resources_widget ul li:first-of-type .btn {
  max-width: none;
}

.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;
  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 {
  position: relative;
}

.directory-search-widget--form .directory-search-widget--input {
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.025);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  color: currentColor;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 1.5rem + 2px);
  line-height: 1.5;
  margin: 0;
  padding: .75rem;
  min-width: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.directory-search-widget--form .directory-search-widget--input::-webkit-input-placeholder {
  color: #666666;
}

.directory-search-widget--form .directory-search-widget--input:-moz-placeholder {
  /* FF 4-18 */
  color: #666666;
  opacity: 1;
}

.directory-search-widget--form .directory-search-widget--input::-moz-placeholder {
  /* FF 19+ */
  color: #666666;
  opacity: 1;
}

.directory-search-widget--form .directory-search-widget--input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}

.directory-search-widget--form .directory-search-widget--input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
}

.directory-search-widget--form .directory-search-widget--input::placeholder {
  /* modern browser */
  color: #666666;
}

.directory-search-widget--form .directory-search-widget--input:focus {
  border-color: #b59a57;
  box-shadow: 0 0 0 0.2rem rgba(181, 154, 87, 0.25);
  outline: 0;
}

.directory-search-widget--form .directory-search-widget--input:focus + .directory-search-widget--submit {
  background-color: #b59a57;
  color: white;
}

.directory-search-widget--form .directory-search-widget--input:focus + .directory-search-widget--submit:hover, .directory-search-widget--form .directory-search-widget--input:focus + .directory-search-widget--submit:focus {
  background-color: #977e42;
}

.directory-search-widget--form .directory-search-widget--submit {
  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;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 .25rem .25rem 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 125%;
  color: currentcolor;
  transition: all .15s ease-in-out;
}

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

.directory-search-widget--form .directory-search-widget--submit:hover, .directory-search-widget--form .directory-search-widget--submit:focus {
  background-color: #977e42;
}

.directory-search-widget--form .directory-search-widget--submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 154, 87, 0.25);
}

/* ::Emergency Information Section */
/* ------------------------------------------------------------ */
.widget-wrap .widget + .elon_emergency_info_widget {
  margin-top: 2.75em;
}

.elon_emergency_info_widget {
  border-radius: 2px;
  border: 1px solid rgba(98, 0, 9, 0.05);
  padding: 1rem;
  overflow: hidden;
  background-color: rgba(98, 0, 9, 0.075);
}

.elon_emergency_info_widget .widget-title {
  background-color: #620009;
  color: white !important;
  font-weight: 700 !important;
  margin-top: calc((1rem + 1px) * -1);
  margin-left: calc((1rem + 1px) * -1);
  margin-right: calc((1rem + 1px) * -1);
  padding: .75rem 1rem;
  border-radius: 2px 2px 0 0;
}

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

.elon_emergency_info_widget .btn-icon-styled.btn-icon-left.btn-sm::before,
.elon_emergency_info_widget .btn-icon-styled.btn-icon-left.btn-sm i {
  border-radius: .25rem 0 0 .25rem;
}

.elon_emergency_info_widget .btn-icon-styled:hover {
  transform: translateY(0);
}
</pre></body></html>