/*
======================================================================================================
Fonts
======================================================================================================
*/
/*
======================================================================================================
Variables
======================================================================================================
*/
.smoke {
  background-color: #F5F3F1 !important;
}

.smoke-text {
  color: #F5F3F1 !important;
}

.cornflower {
  background-color: #96D4E8 !important;
}

.cornflower-text {
  color: #96D4E8 !important;
}

.ocean {
  background-color: #0076AA !important;
}

.ocean-text {
  color: #0076AA !important;
}

.lapis {
  background-color: #1F3D7B !important;
}

.lapis-text {
  color: #1F3D7B !important;
}

.mint {
  background-color: #AEF4D2 !important;
}

.mint-text {
  color: #AEF4D2 !important;
}

.algae {
  background-color: #4CA87C !important;
}

.algae-text {
  color: #4CA87C !important;
}

.forest {
  background-color: #018140 !important;
}

.forest-text {
  color: #018140 !important;
}

.goldenrod {
  background-color: #F4CA68 !important;
}

.goldenrod-text {
  color: #F4CA68 !important;
}

.lava {
  background-color: #CD1818 !important;
}

.lava-text {
  color: #CD1818 !important;
}

.charcoal {
  background-color: #091226 !important;
}

.charcoal-text {
  color: #091226 !important;
}

.gradient {
  background: rgb(76, 168, 124);
  background: -webkit-gradient(linear, left top, right top, from(rgb(76, 168, 124)), to(rgb(0, 118, 170)));
  background: linear-gradient(90deg, rgb(76, 168, 124) 0%, rgb(0, 118, 170) 100%);
}

/*
======================================================================================================
Defaults
======================================================================================================
*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #415464;
  font-family: "interstate", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.h1, h1 {
  font-family: "miller-banner", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4.2rem;
  margin: 0 0 20px;
}

.h2, h2 {
  font-family: "miller-banner", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin: 0 0 15px;
}

.h3, h3 {
  font-family: "miller-banner", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin: 0 0 15px;
}

.h4, h4 {
  font-family: "miller-banner", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 15px;
}

.h5, h5 {
  font-family: "miller-banner", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  margin: 0 0 15px;
}

.h6, h6 {
  font-family: "interstate", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  line-height: 1.8rem;
  margin: 0 0 15px;
  text-transform: uppercase;
}

hr {
  background: #DDDDDD;
  border: none;
  height: 1px;
  margin: 0 0 30px;
  opacity: 1;
}

sup {
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

ul {
  line-height: 2.4rem;
  margin: 0 0 30px 30px;
  padding: 0;
}

ul li {
  margin: 0 0 15px;
  padding: 0;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 15px 0 15px 45px;
}

ol {
  line-height: 2.4rem;
  margin: 0 0 30px 30px;
  padding: 0;
}

ol li {
  margin: 0 0 15px;
  padding: 0;
}

ol ol {
  list-style-type: lower-alpha;
}

p {
  margin: 0 0 30px;
}

dl {
  margin: 0 0 40px;
  padding-left: 30px;
}

dl dt {
  font-size: 1.7rem;
}

dl dd {
  margin: 0 0 15px;
  padding-left: 30px;
}

blockquote {
  margin: 0 0 40px;
  position: relative;
}

blockquote .line-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

blockquote .line-wrap .pattern {
  color: #415464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 4rem;
  margin-right: 10px;
}

blockquote .line-wrap .line {
  background: #415464;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  margin-top: 1px;
}

blockquote .quote {
  display: block;
  font-family: "miller-text", serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.8rem;
  margin: 0 0 30px;
}

blockquote .cite {
  color: #091226;
}

a {
  color: #0076AA;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000000;
  outline: none;
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px dotted #96D4E8;
}

@media (min-width: 768px) {
  body {
    font-size: 1.9rem;
    line-height: 3.2rem;
  }
  .h1, h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
  .h2, h2 {
    font-size: 4rem;
    line-height: 5rem;
    margin: 0 0 20px;
  }
  .h3, h3 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin: 0 0 20px;
  }
  .h4, h4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .h5, h5 {
    font-size: 1.9rem;
    line-height: 2.6rem;
  }
  blockquote .quote {
    font-size: 2.2rem;
    line-height: 4.2rem;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 7rem;
    line-height: 8rem;
  }
  blockquote .quote {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}
/*
======================================================================================================
Tables
======================================================================================================
*/
table {
  background: #ffffff;
  border: 1px solid #DDDDDD;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin: 0 0 30px;
  width: 100%;
}

table th {
  background: #96D4E8;
  border: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 15px 20px;
  text-transform: uppercase;
}

table td {
  border: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
  padding: 15px 20px;
  vertical-align: top;
}

table tbody tr:nth-child(even) {
  background: #ffffff;
}

table tbody tr:nth-child(odd) {
  background: #F5F3F1;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
}

/*
======================================================================================================
Forms
======================================================================================================
*/
::-webkit-input-placeholder {
  color: #333333;
}

::-moz-placeholder {
  color: #333333;
}

:-ms-input-placeholder {
  color: #333333;
}

:-moz-placeholder {
  color: #333333;
}

form {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

form hr {
  margin: -5px 0 25px;
}

form p {
  margin: 0 0 20px;
}

form label {
  display: block;
}

form input,
form select,
form textarea {
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  color: #666666;
  display: block;
  font-size: 1.6rem;
  height: 40px;
  line-height: 30px;
  outline: none;
  padding: 4px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

form select {
  height: 40px;
}

select.narrow {
  height: 34px;
}

form input[type=file] {
  line-height: 24px;
}

form textarea {
  min-height: 120px;
}

form input:focus,
form select:focus,
form textarea:focus {
  -webkit-box-shadow: 0 0 3px #0076AA;
          box-shadow: 0 0 3px #0076AA;
}

form button {
  cursor: pointer;
}

form .label-text {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 5px;
}

/*
======================================================================================================
Colors
======================================================================================================
*/
.primary {
  background-color: #1F3D7B !important;
}

.primary-text {
  color: #1F3D7B !important;
}

.primary-d3 {
  background-color: #03060d !important;
}

.primary-d3-text {
  color: #03060d !important;
}

.primary-d2 {
  background-color: #0d1932 !important;
}

.primary-d2-text {
  color: #0d1932 !important;
}

.primary-d1 {
  background-color: #162b56 !important;
}

.primary-d1-text {
  color: #162b56 !important;
}

.primary-l1 {
  background-color: #3869cd !important;
}

.primary-l1-text {
  color: #3869cd !important;
}

.primary-l2 {
  background-color: #8aa6e1 !important;
}

.primary-l2-text {
  color: #8aa6e1 !important;
}

.primary-l3 {
  background-color: #e3eaf8 !important;
}

.primary-l3-text {
  color: #e3eaf8 !important;
}

.secondary {
  background-color: #018140 !important;
}

.secondary-text {
  color: #018140 !important;
}

.secondary-d3 {
  background-color: #00170b !important;
}

.secondary-d3-text {
  color: #00170b !important;
}

.secondary-d2 {
  background-color: #003a1d !important;
}

.secondary-d2-text {
  color: #003a1d !important;
}

.secondary-d1 {
  background-color: #015e2e !important;
}

.secondary-d1-text {
  color: #015e2e !important;
}

.secondary-l1 {
  background-color: #02f57a !important;
}

.secondary-l1-text {
  color: #02f57a !important;
}

.secondary-l2 {
  background-color: #6ffeb5 !important;
}

.secondary-l2-text {
  color: #6ffeb5 !important;
}

.secondary-l3 {
  background-color: #e3fff1 !important;
}

.secondary-l3-text {
  color: #e3fff1 !important;
}

.tertiary {
  background-color: #CD1818 !important;
}

.tertiary-text {
  color: #CD1818 !important;
}

.tertiary-d3 {
  background-color: #160303 !important;
}

.tertiary-d3-text {
  color: #160303 !important;
}

.tertiary-d2 {
  background-color: #5b0b0b !important;
}

.tertiary-d2-text {
  color: #5b0b0b !important;
}

.tertiary-d1 {
  background-color: #9f1313 !important;
}

.tertiary-d1-text {
  color: #9f1313 !important;
}

.tertiary-l1 {
  background-color: #ec5f5f !important;
}

.tertiary-l1-text {
  color: #ec5f5f !important;
}

.tertiary-l2 {
  background-color: #f4a3a3 !important;
}

.tertiary-l2-text {
  color: #f4a3a3 !important;
}

.tertiary-l3 {
  background-color: #fce8e8 !important;
}

.tertiary-l3-text {
  color: #fce8e8 !important;
}

.slate {
  background-color: #415464 !important;
}

.slate-text {
  color: #415464 !important;
}

.slate-d3 {
  background-color: #0b0e11 !important;
}

.slate-d3-text {
  color: #0b0e11 !important;
}

.slate-d2 {
  background-color: #1d252c !important;
}

.slate-d2-text {
  color: #1d252c !important;
}

.slate-d1 {
  background-color: #2f3d48 !important;
}

.slate-d1-text {
  color: #2f3d48 !important;
}

.slate-l1 {
  background-color: #6f8aa1 !important;
}

.slate-l1-text {
  color: #6f8aa1 !important;
}

.slate-l2 {
  background-color: #b0bfcb !important;
}

.slate-l2-text {
  color: #b0bfcb !important;
}

.slate-l3 {
  background-color: #f1f3f6 !important;
}

.slate-l3-text {
  color: #f1f3f6 !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.gray-1 {
  background-color: #111111 !important;
}

.gray-1-text {
  color: #111111 !important;
}

.gray-2 {
  background-color: #222222 !important;
}

.gray-2-text {
  color: #222222 !important;
}

.gray-3 {
  background-color: #333333 !important;
}

.gray-3-text {
  color: #333333 !important;
}

.gray-4 {
  background-color: #666666 !important;
}

.gray-4-text {
  color: #666666 !important;
}

.gray-5 {
  background-color: #888888 !important;
}

.gray-5-text {
  color: #888888 !important;
}

.gray-6 {
  background-color: #999999 !important;
}

.gray-6-text {
  color: #999999 !important;
}

.gray-7 {
  background-color: #CCCCCC !important;
}

.gray-7-text {
  color: #CCCCCC !important;
}

.gray-8 {
  background-color: #DDDDDD !important;
}

.gray-8-text {
  color: #DDDDDD !important;
}

.gray-9 {
  background-color: #EEEEEE !important;
}

.gray-9-text {
  color: #EEEEEE !important;
}

.gray-10 {
  background-color: #F9F9F9 !important;
}

.gray-10-text {
  color: #F9F9F9 !important;
}

.white {
  background-color: #ffffff !important;
}

.white-text {
  color: #ffffff !important;
}

/*
======================================================================================================
Font Styles
======================================================================================================
*/
.font-size-xl {
  font-size: 2.4rem;
  line-height: 3rem;
}

.font-size-lg {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.font-size-md {
  font-size: 1.9rem;
  line-height: 2.6rem;
}

.font-size-sm {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.font-size-xs {
  font-size: 1.4rem;
  line-height: 2rem;
}

/*
======================================================================================================
Buttons
======================================================================================================
*/
.button {
  background: transparent;
  border: 1px solid #96D4E8;
  border-radius: 42px;
  color: #0076AA;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04688rem;
  line-height: 2rem;
  min-width: 166px;
  outline: none;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:hover,
.button:focus {
  background: #0076AA;
  border-color: #0076AA;
  color: #ffffff;
  text-decoration: none;
}

.button.button-forest {
  border-color: #018140;
  color: #018140;
}

.button.button-forest:hover,
.button.button-forest:focus {
  background: #018140;
  color: #ffffff;
}

.button.button-algae {
  border-color: #4CA87C;
  color: #4CA87C;
}

.button.button-algae:hover,
.button.button-algae:focus {
  background: #4CA87C;
  color: #ffffff;
}

.button.button-mint {
  border-color: #AEF4D2;
  color: #AEF4D2;
}

.button.button-mint:hover,
.button.button-mint:focus {
  background: #AEF4D2;
  color: #000000;
}

.button.button-lava {
  border-color: #CD1818;
  color: #CD1818;
}

.button.button-lava:hover,
.button.button-lava:focus {
  background: #CD1818;
  color: #ffffff;
}

.button.button-goldenrod {
  border-color: #F4CA68;
  color: #F4CA68;
}

.button.button-goldenrod:hover,
.button.button-goldenrod:focus {
  background: #F4CA68;
  color: #000000;
}

.button.button-lapis {
  border-color: #1F3D7B;
  color: #1F3D7B;
}

.button.button-lapis:hover,
.button.button-lapis:focus {
  background: #1F3D7B;
  color: #ffffff;
}

.button.button-ocean {
  border-color: #0076AA;
  color: #0076AA;
}

.button.button-ocean:hover,
.button.button-ocean:focus {
  background: #0076AA;
  color: #ffffff;
}

.button.button-cornflower {
  border-color: #96D4E8;
  color: #96D4E8;
}

.button.button-cornflower:hover,
.button.button-cornflower:focus {
  background: #96D4E8;
  color: #000000;
}

.button.button-charcoal {
  border-color: #091226;
  color: #091226;
}

.button.button-charcoal:hover,
.button.button-charcoal:focus {
  background: #091226;
  color: #ffffff;
}

.button.button-slate {
  border-color: #415464;
  color: #415464;
}

.button.button-slate:hover,
.button.button-slate:focus {
  background: #415464;
  color: #ffffff;
}

.button.button-smoke {
  border-color: #F5F3F1;
  color: #F5F3F1;
}

.button.button-smoke:hover,
.button.button-smoke:focus {
  background: #F5F3F1;
  color: #000000;
}

.button.button-white {
  border-color: #ffffff;
  color: #ffffff;
}

.button.button-white:hover,
.button.button-white:focus {
  background: #ffffff;
  color: #000000;
}

.button .wlu-icon:first-child {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.button .wlu-icon:last-child {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.button.button-icon {
  position: relative;
}

.button.button-icon .wlu-icon:first-child {
  display: none;
}

.button.button-icon:hover .wlu-icon:first-child,
.button.button-icon:focus .wlu-icon:first-child {
  display: inline-block;
  margin-right: 15px;
}

.button.button-icon .wlu-icon:last-child {
  display: none;
}

.button.button-icon:hover .wlu-icon:last-child,
.button.button-icon:focus .wlu-icon:last-child {
  display: inline-block;
  margin-left: 15px;
}

/*
======================================================================================================
Container
======================================================================================================
*/
.container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/*
======================================================================================================
Utilities
======================================================================================================
*/
.border {
  border: 1px solid #DDDDDD !important;
}

.border-none {
  border: none !important;
}

.clickable {
  cursor: pointer;
}

.filter-grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.hr-lg {
  height: 4px !important;
}

.hr-md {
  height: 2px !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-5 {
  margin-bottom: 5px !important;
}

.margin-10 {
  margin-bottom: 10px !important;
}

.margin-15 {
  margin-bottom: 15px !important;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.margin-30 {
  margin-bottom: 30px !important;
}

.margin-40 {
  margin-bottom: 40px !important;
}

.margin-50 {
  margin-bottom: 50px !important;
}

.margin-60 {
  margin-bottom: 60px !important;
}

.margin-70 {
  margin-bottom: 70px !important;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-pull-10 {
  margin-bottom: -10px !important;
}

.margin-pull-20 {
  margin-bottom: -20px !important;
}

.margin-pull-30 {
  margin-bottom: -30px !important;
}

.margin-pull-40 {
  margin-bottom: -40px !important;
}

.margin-pull-50 {
  margin-bottom: -50px !important;
}

.margin-pull-60 {
  margin-bottom: -60px !important;
}

.nowrap {
  white-space: nowrap;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.pipe {
  margin: 0 5px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > div {
  padding-left: 15px;
  padding-right: 15px;
}

.row-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-gutter-0 > div {
  padding-left: 0;
  padding-right: 0;
}

.row-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-gutter-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-gutter-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-gutter-30 > div {
  padding-left: 15px;
  padding-right: 15px;
}

.row-gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-gutter-40 > div {
  padding-left: 20px;
  padding-right: 20px;
}

.row-gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-gutter-50 > div {
  padding-left: 25px;
  padding-right: 25px;
}

.row-gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-gutter-60 > div {
  padding-left: 30px;
  padding-right: 30px;
}

.row-gutter-wrap {
  margin: -3px;
  overflow: hidden;
  padding: 3px;
}

.spacer-5 {
  clear: both;
  height: 5px;
}

.spacer-10 {
  clear: both;
  height: 10px;
}

.spacer-20 {
  clear: both;
  height: 20px;
}

.spacer-30 {
  clear: both;
  height: 30px;
}

.spacer-40 {
  clear: both;
  height: 40px;
}

.spacer-50 {
  clear: both;
  height: 50px;
}

.spacer-60 {
  clear: both;
  height: 60px;
}

.spacer-70 {
  clear: both;
  height: 70px;
}

.spacer-80 {
  clear: both;
  height: 80px;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-indent {
  padding-left: 30px;
}

.text-wrap {
  word-wrap: break-word;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.wlu-icon {
  display: inline-block;
  font-size: 100%;
}

.wlu-icon svg {
  display: inline-block;
  height: 1em;
  fill: currentColor;
  width: 1em;
}

/*
====================================================================================================
#Page
====================================================================================================
*/
#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 73px;
}

#page main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

#page.scrolled header .header-content .nav ul:first-child {
  margin: 0;
}

#page.scrolled header .header-content .nav ul:last-child {
  display: none;
}

#page.scrolled header .header-content .logo a img {
  height: 42px;
  width: 107px;
}

@media (min-width: 992px) {
  #page {
    padding-top: 84px;
  }
}
@media (min-width: 1200px) {
  #page {
    padding-top: 105px;
  }
  #page.scrolled header .header-content {
    padding: 15px 0;
  }
}
/*
====================================================================================================
Header
====================================================================================================
*/
header {
  background: #ffffff;
  border-bottom: 1px solid #DDDDDD;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

header a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header a:hover {
  color: #000000;
  text-decoration: none;
}

header .skip-to-content {
  background: #1F3D7B;
  border: 2px solid #1F3D7B;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  left: -2000%;
  line-height: 20px;
  margin-top: -20px;
  min-width: 160px;
  padding: 8px 20px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  top: 50%;
  z-index: 2;
}

header .skip-to-content:focus {
  left: auto;
  right: 15px;
}

header .header-content {
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .header-content .container {
  position: relative;
}

header .header-content .logo a {
  color: #1F3D7B;
  display: block;
  overflow: hidden;
}

header .header-content .logo a img {
  height: 42px;
  width: 107px;
}

header .header-content .nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}

header .header-content .nav ul:first-child {
  font-family: "miller-banner", serif;
  font-size: 2rem;
  line-height: 2.5rem;
  list-style: none;
  margin: 0 0 10px;
}

header .header-content .nav ul:first-child li {
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
}

header .header-content .nav ul:first-child li a {
  color: #000000;
}

header .header-content .nav ul:first-child li a:hover,
header .header-content .nav ul:first-child li a:focus {
  color: #0076AA;
}

header .header-content .nav ul:last-child {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
  list-style: none;
  margin: 0;
}

header .header-content .nav ul:last-child li {
  display: inline-block;
  margin: 0 0 0 15px;
  position: relative;
}

header .header-content .nav ul:last-child li:nth-child(n+7) a {
  color: #415464;
  font-weight: 500;
}

header .header-content .nav ul:last-child li:nth-child(n+7) a:hover,
header .header-content .nav ul:last-child li:nth-child(n+7) a:focus {
  color: #000000;
}

header .header-content .nav ul:last-child li .pipe {
  margin: 0;
}

header .header-content .open-menu {
  margin-left: auto;
}

header .header-content .open-menu a {
  border: 1px solid #DDDDDD;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
}

@media (min-width: 992px) {
  header .header-content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header-content .open-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .header-content {
    padding: 20px 0;
  }
  header .header-content .logo a img {
    height: 64px;
    width: 167px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
/*
====================================================================================================
Main
====================================================================================================
*/
main {
  position: relative;
}

/*
====================================================================================================
Footer
====================================================================================================
*/
footer {
  background: #091226;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 40px 0 10px;
}

footer a {
  color: #ffffff;
}

footer a:hover,
footer a:focus {
  color: #96D4E8;
}

footer h2 {
  font-family: "interstate", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.0625rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
}

footer p {
  margin: 0 0 30px;
}

footer hr {
  background: #0076AA;
  margin: 0 0 15px;
}

footer ul {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  list-style: none;
  margin: 0 0 30px;
}

footer .logo {
  margin: 0 0 30px;
}

footer .logo a {
  color: #ffffff;
  display: block;
  font-size: 6.5rem;
  max-width: 168px;
  overflow: hidden;
}

footer .logo a img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
}

footer .address {
  font-size: 1.7rem;
  margin: 0 0 20px;
}

footer .address .pipe {
  color: #0076AA;
  font-size: 2rem;
  margin: 0 15px;
}

footer .address .tel {
  color: #ffffff;
  text-decoration: none;
}

footer .social {
  font-size: 2.6rem;
  margin: 0 0 20px;
}

footer .social li {
  margin: 0 0 8px;
}

footer .social li a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

footer .social li a:hover,
footer .social li a:focus {
  color: #ffffff;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

footer .legal a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  footer .social li {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .links li {
    padding-right: 15px;
    width: 50%;
  }
}
/*
====================================================================================================
Menu
====================================================================================================
*/
.menu.opened {
  right: 0;
  width: 100%;
}

.menu {
  background: #ffffff;
  border-left: 1px solid #DDDDDD;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  bottom: 0;
  max-width: 430px;
  overflow: auto;
  position: fixed;
  right: -430px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  top: 0;
  width: 0;
  z-index: 3;
}

.menu .top {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 20px;
  margin: 0 0 10px;
}

.menu .close-menu a {
  border: 1px solid #DDDDDD;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
}

.menu .form-search {
  margin: 0;
  padding: 1px;
}

.menu .form-search input {
  padding: 10px 40px 10px 20px;
  height: 40px;
}

.menu .form-search button {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.menu a {
  color: #333333;
}

.menu .nav > ul {
  font-size: 1.6rem;
  line-height: 2.2rem;
  list-style: none;
  margin: 0 0 10px;
}

.menu .nav > ul > li {
  margin: 0;
  position: relative;
}

.menu .nav > ul > li > a {
  display: block;
  font-family: "miller-banner", serif;
  font-size: 2.2rem;
  line-height: 3rem;
  padding: 10px 40px 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu .nav > ul > li > a:hover,
.menu .nav > ul > li > a:focus {
  text-decoration: none;
}

.menu .nav > ul > li > .toggle-sub-list {
  border-radius: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 10px;
  width: 32px;
}

.menu .nav > ul > li > .toggle-sub-list .icon {
  background: #96D4E8;
  border: 1px solid #96D4E8;
  border-radius: 100%;
  display: block;
  font-size: 1.6rem;
  height: 32px;
  line-height: 27px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 32px;
}

.menu .nav > ul > li.opened > .toggle-sub-list .icon {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu .nav > ul > li > .sub-list ul {
  border-left: 1px solid #0076AA;
  font-size: 1.4rem;
  line-height: 2rem;
  list-style: none;
  margin: 0 0 0 40px;
}

.menu .nav > ul > li > .sub-list ul li {
  margin: 0;
}

.menu .nav > ul > li > .sub-list ul li a {
  color: #0076AA;
  display: inline-block;
  margin-left: 20px;
  padding: 5px;
}

.menu .links {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .links ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  padding: 20px 20px 10px;
  margin: 0;
}

.menu .links ul:first-child li a {
  color: #0076AA;
}

.menu .links ul:last-child {
  border-left: 1px solid #DDDDDD;
}

@media (min-width: 992px) {
  .menu {
    display: none !important;
  }
}
/*
====================================================================================================
Page Shield
====================================================================================================
*/
.page-shield {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}

@media (min-width: 992px) {
  .page-shield {
    display: none !important;
  }
}
/* search */
#mobile-search-input {
  display: block;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  font-size: inherit;
}

#search table, #search tbody, #search tr, #search td, table[role=presentation], table[role=presentation] tbody, table[role=presentation] tr, table[role=presentation] td {
  background-color: #fff !important;
  border: 0px !important;
}

#search {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#search * {
  font-family: "interstate", sans-serif !important;
}
#search table {
  margin-bottom: 0px !important;
}
#search .gsc-control-cse {
  padding: 0px !important;
}
#search .gsc-input {
  padding: 0px !important;
  font-size: 2rem !important;
  height: 50px !important;
}

.gsc-search-button {
  margin: 0 !important;
  padding: 16px !important;
  height: 60px !important;
  width: 60px !important;
}

button.gsc-search-button {
  background-color: #003087 !important;
  border-color: #003087 !important;
}
button.gsc-search-button:hover {
  background-color: #001843 !important;
  border-color: #091226 !important;
}
button.gsc-search-button svg {
  width: 2rem !important;
  height: 2rem !important;
}

.gsc-input-box:focus-within {
  border-color: #555 !important;
}

.gsc-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gs-image-box {
  margin-right: 1em !important;
}

.gsc-refinementBlock {
  font-size: 1.15em;
}

.gsc-result-info-container {
  padding: 0;
}

.gsc-results {
  width: 100% !important;
}

.gsc-result:not(.gsc-promotion) {
  border-bottom: 1px solid #dfe1e5 !important;
  padding: 1.5em !important;
}
.gsc-result .gs-title a {
  font-weight: normal !important;
  font-size: 2rem !important;
}
.gsc-result .gs-title a b {
  font-size: 2rem !important;
}
.gsc-result .gs-snippet {
  font-size: 1.5rem !important;
}

.gs-visibleUrl {
  line-height: 1em !important;
  margin-bottom: 1em !important;
  color: #000 !important;
}

.gsc-promotion:has(+ .gsc-promotion) {
  margin-bottom: 1em !important;
}

/* end search */
.tray > div > div.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.tray.glue-top {
  padding-bottom: 0;
  margin-bottom: -20px;
}

#soc-container div.body-copy {
  margin: auto;
}

#tour-container {
  padding: 0;
}

#tour-container div.row {
  margin-left: 0;
  margin-right: 0;
}

#tour-container div.row > div {
  padding-left: 0;
  padding-right: 0;
}

#tour-container div.body-copy {
  max-width: 100%;
}

#tour-container div.body-copy > div > p {
  margin-bottom: 0;
}

#tour-container div.body-copy > div > p:first-child {
  margin-bottom: -10px;
}

.form-embed > iframe {
  border: 0px;
  width: 100%;
}

.header p.img-wrap {
  text-align: center;
}

.header p a {
  color: #aae5ff;
}

.header p a:hover {
  color: #ffffff;
}

/* modal */
.blocker {
  z-index: 101 !important;
}

.modal {
  -webkit-box-shadow: 0 0 10px #96D4E8;
          box-shadow: 0 0 10px #96D4E8;
}
.modal.modal-md {
  max-width: 768px !important;
}
.modal.modal-lg {
  max-width: 992px !important;
}
.modal.modal-xl {
  max-width: 1200px !important;
}
.modal .close-modal {
  text-indent: unset !important;
  background-image: none !important;
}
.modal .icon {
  border: 1px solid #96D4E8;
  background: #96D4E8;
  border-radius: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 26px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 30px;
  color: #000;
}
.modal .icon:hover {
  background: #ffffff;
}

/* end modal */
/* venu hours modal */
#venue-hours .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#venue-hours .modal-body > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin: 1rem;
  padding: 1rem;
}
#venue-hours .modal-body h6 {
  font-weight: bold;
  border-bottom: 1px solid #415464;
}
#venue-hours .modal-body p {
  font-size: 1.5rem;
  margin: 0;
}

/* end venue hours modal */
/* menu modal */
#menu .modal-body > div {
  margin: 1rem 0;
  padding: 1rem;
}
#menu .modal-body > div > div {
  margin: 0.2rem;
  padding: 1rem;
}
#menu .modal-body h5 {
  border-bottom: 1px solid #415464;
  margin: 0;
}
#menu .modal-body h6 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#menu .modal-body ul {
  list-style-type: none;
  margin: 0 0 0 1rem;
}
#menu .modal-body li {
  font-size: 1.5rem;
  margin: 0;
}

/* end menu modal */
/* footnotes */
sup.footnote, div.footnotes sup {
  vertical-align: middle;
  font-size: 1.3rem;
  margin: 0 0.2em;
  top: -0.75em;
}

sup.footnote a, div.footnotes sup a {
  color: #CD1818;
}

.white-text sup.footnote a {
  color: #AEF4D2;
}

div.footnotes {
  border-left: 2px solid #CD1818;
  padding: 0.5em;
  border-radius: 5px;
  background-color: #F5F3F1;
}
div.footnotes p {
  margin: 0;
}

/* end footnotes */
.text-shadow {
  text-shadow: 1px 1px 2px #000;
}

.text-outline {
  text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000;
}

.text-nowrap {
  white-space: nowrap;
}

.slick-slide .img-wrap img {
  width: 100%;
}

div.tray > div.container {
  padding-left: 0;
  padding-right: 0;
}

.body-copy {
  max-width: 100%;
}

img.blockImg {
  max-width: 100%;
  height: auto;
}

.list-side-nav {
  font-weight: normal !important;
}

.list-side-nav a.on {
  font-weight: bold;
  color: #000;
}

img.floatImg {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.body-copy > h2, .body-copy > h3, .body-copy > h4, .body-copy > h5, .body-copy > h6 {
  color: #000;
}

table tbody th.tableCell {
  background: none !important;
}

h5, .h5, h6, .h6 {
  font-family: interstate;
}

h5, .h5 {
  text-transform: uppercase;
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

.tray-slider-callout .slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

hr {
  clear: both;
}

.mw-25 {
  max-width: 25% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.inline {
  display: inline;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.sr-only {
  height: 1px;
  width: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}

form .form_response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .form_response > input[type=checkbox] {
  width: auto;
}

form .form_response > * {
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 599px) {
  .mw-25, .mw-50, .mw-75 {
    max-width: 100% !important;
  }
}
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

/* policy page elements (aside and revision history) */
aside.policy-details {
  float: right;
  background-color: #F5F3F1;
  border-style: solid;
  border-color: #415464;
  border-width: 3px 1px;
  max-width: 50%;
  padding: 1rem;
  margin-left: 1rem;
  font-size: 0.8em;
}

aside.policy-details > ul {
  margin: 0;
}

aside.policy-details ul li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}

aside.policy-details ul ul {
  margin: 0 0 0 2rem;
}

aside.policy-details table ul {
  margin: 0;
}

div.revision-history {
  font-size: 0.8em;
  background-color: #F5F3F1;
  border-style: solid;
  border-color: #415464;
  border-width: 3px 1px;
  padding: 1rem;
}

div.revision-history h2 {
  border-bottom: 1px solid #415464;
}

div.revision-history strong {
  text-transform: uppercase;
}

/* end policy page elements */
/* scrolltop button */
#scrollTop {
  border-radius: 1rem;
  min-width: 0;
  padding: 0.3em 0.5em;
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 99;
  background-color: #ffffff;
  opacity: 0.8;
}
#scrollTop:hover {
  background-color: #091226;
}

/* end scrolltop button */
p.lead {
  font-family: "Miller-Text";
  font-size: 1.3em;
}

/* ul column shenanigans */
ul.column-1, ul.column-xs-1 {
  margin-left: 0 !important;
  -moz-column-count: 1;
       column-count: 1;
  -webkit-column-count: 1;
}

ul.column-1 li::before, ul.column-xs-1 li::before {
  background-image: none !important;
}

ul.column-2, ul.column-xs-2 {
  margin-left: 0 !important;
  -moz-column-count: 2;
       column-count: 2;
  -webkit-column-count: 2;
}

ul.column-2 li::before, ul.column-xs-2 li::before {
  background-image: none !important;
}

ul.column-3, ul.column-xs-3 {
  margin-left: 0 !important;
  -moz-column-count: 3;
       column-count: 3;
  -webkit-column-count: 3;
}

ul.column-3 li::before, ul.column-xs-3 li::before {
  background-image: none !important;
}

ul.column-4, ul.column-xs-4 {
  margin-left: 0 !important;
  -moz-column-count: 4;
       column-count: 4;
  -webkit-column-count: 4;
}

ul.column-4 li::before, ul.column-xs-4 li::before {
  background-image: none !important;
}

ul.column-5, ul.column-xs-5 {
  margin-left: 0 !important;
  -moz-column-count: 5;
       column-count: 5;
  -webkit-column-count: 5;
}

ul.column-5 li::before, ul.column-xs-5 li::before {
  background-image: none !important;
}

ul.column-6, ul.column-xs-6 {
  margin-left: 0 !important;
  -moz-column-count: 6;
       column-count: 6;
  -webkit-column-count: 6;
}

ul.column-6 li::before, ul.column-xs-6 li::before {
  background-image: none !important;
}

@media screen and (max-width: 576px) {
  ul.column-xs-1 {
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-count: 1;
  }
  ul.column-xs-2 {
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-count: 2;
  }
  ul.column-xs-3 {
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-count: 3;
  }
  ul.column-xs-4 {
    -moz-column-count: 4;
         column-count: 4;
    -webkit-column-count: 4;
  }
  ul.column-xs-5 {
    -moz-column-count: 5;
         column-count: 5;
    -webkit-column-count: 5;
  }
  ul.column-xs-6 {
    -moz-column-count: 6;
         column-count: 6;
    -webkit-column-count: 6;
  }
}
@media screen and (min-width: 576px) {
  ul.column-sm-1 {
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-count: 1;
  }
  ul.column-sm-2 {
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-count: 2;
  }
  ul.column-sm-3 {
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-count: 3;
  }
  ul.column-sm-4 {
    -moz-column-count: 4;
         column-count: 4;
    -webkit-column-count: 4;
  }
  ul.column-sm-5 {
    -moz-column-count: 5;
         column-count: 5;
    -webkit-column-count: 5;
  }
  ul.column-sm-6 {
    -moz-column-count: 6;
         column-count: 6;
    -webkit-column-count: 6;
  }
}
@media screen and (min-width: 768px) {
  ul.column-md-1 {
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-count: 1;
  }
  ul.column-md-2 {
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-count: 2;
  }
  ul.column-md-3 {
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-count: 3;
  }
  ul.column-md-4 {
    -moz-column-count: 4;
         column-count: 4;
    -webkit-column-count: 4;
  }
  ul.column-md-5 {
    -moz-column-count: 5;
         column-count: 5;
    -webkit-column-count: 5;
  }
  ul.column-md-6 {
    -moz-column-count: 6;
         column-count: 6;
    -webkit-column-count: 6;
  }
}
@media screen and (min-width: 992px) {
  ul.column-lg-1 {
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-count: 1;
  }
  ul.column-lg-2 {
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-count: 2;
  }
  ul.column-lg-3 {
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-count: 3;
  }
  ul.column-lg-4 {
    -moz-column-count: 4;
         column-count: 4;
    -webkit-column-count: 4;
  }
  ul.column-lg-5 {
    -moz-column-count: 5;
         column-count: 5;
    -webkit-column-count: 5;
  }
  ul.column-lg-6 {
    -moz-column-count: 6;
         column-count: 6;
    -webkit-column-count: 6;
  }
}
@media screen and (min-width: 1200px) {
  ul.column-xl-1 {
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-count: 1;
  }
  ul.column-xl-2 {
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-count: 2;
  }
  ul.column-xl-3 {
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-count: 3;
  }
  ul.column-xl-4 {
    -moz-column-count: 4;
         column-count: 4;
    -webkit-column-count: 4;
  }
  ul.column-xl-5 {
    -moz-column-count: 5;
         column-count: 5;
    -webkit-column-count: 5;
  }
  ul.column-xl-6 {
    -moz-column-count: 6;
         column-count: 6;
    -webkit-column-count: 6;
  }
}
/* end ul column shenanigans */
/* anchor */
.tray-anchor {
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden !important;
}

/* end anchor */
/* hours component */
.tray-hours dl {
  margin: 0 !important;
  padding: 0 !important;
}
.tray-hours.tray-body dl {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
}
.tray-hours.tray-body dl dt {
  grid-column-start: 1;
}
.tray-hours.tray-body dl dd {
  grid-column-start: 2;
}
.tray-hours.tray-sidebar dd {
  padding-left: 1rem !important;
  margin: 0 !important;
  font-size: 1.2rem;
}
.tray-hours.tray-sidebar dt {
  font-size: 1.4rem;
}
.tray-hours.tray-sidebar thead th {
  padding: 1rem !important;
}

/* end hours component */
/* grid component */
.slider-grid .slide .card-wrap .card-inner {
  min-height: auto !important;
  padding: 20px;
}
.slider-grid .slider-image {
  width: 100%;
}
.slider-grid .slick-slide .empty {
  padding: 0 !important;
}
.slider-grid .col-sm-12 .slider-image:not(.mobile) {
  aspect-ratio: 2.062893;
}
.slider-grid .col-sm-6 .slider-image, .slider-grid .col-sm-12 .slider-image.mobile {
  aspect-ratio: 1;
}
.slider-grid .slick-slide .row-gutter-20 {
  margin-left: 1%;
  margin-right: 1%;
}
.slider-grid .slick-slide .card-inner {
  overflow: hidden;
}
.slider-grid .slick-slide .card-wrap {
  height: 100%;
}
.slider-grid .card-wrap .content p:last-of-type {
  margin-bottom: 0;
}

/* end grid component */
/* icon grid component */
.tray.tray-icongrid .row {
  margin: 0;
}
.tray.tray-icongrid .row > div {
  padding: 0.5rem;
}
.tray.tray-icongrid .row > div a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.tray.tray-icongrid .row > div i.fa {
  display: block;
  margin: auto;
  padding: 1rem;
}
.tray.tray-icongrid .row > div p {
  text-align: center;
  margin-bottom: 0;
}
.tray.tray-icongrid .row > div p.text {
  font-size: 1.4rem;
}
.tray.tray-icongrid .row > div.no-spacing {
  padding: 0 !important;
}

/* end icon grid component */
.tray-slider-grid .slider-grid .slide .row {
  height: 100%;
}

.tray .content ul:not(.list-contact):not(.list-links) li {
  list-style: none;
  position: relative;
}

.tray .content ul:not(.list-contact):not(.list-links) li::before {
  background-image: url("/DssPreview/Content/assets/icons/pattern-small-blue.svg"), url("/Content/assets/icons/pattern-small-blue.svg");
  content: " ";
  display: block;
  height: 16px;
  left: -28px;
  position: absolute;
  top: 3px;
  width: 16px;
}

.tray .content ol li::marker, .body-copy ol li::marker {
  font-family: "miller-banner", serif;
}

.tray .content ul:not(.list-contact):not(.list-links), .body-copy ul:not(.list-contact):not(.list-links) {
  margin-left: 3.5em;
}

.tray .content ul:not(.list-contact):not(.list-links) ul, .body-copy ul:not(.list-contact):not(.list-links) ul {
  margin-left: 1.5em;
}

/* header full image */
.aspect-3 {
  aspect-ratio: 3 !important;
  height: auto !important;
}

.header-title-offset {
  margin-top: -3em;
  z-index: 2;
  position: relative;
  display: inline-block;
  max-width: 90%;
}

@media screen and (max-width: 600px) {
  .header-title-offset .nowrap {
    white-space: normal !important;
  }
}
/* end header full image */
/* header image without image */
.header-height {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header-height-small {
  min-height: 100px;
}

.header-height-medium {
  min-height: 150px;
}

.header-height-large {
  min-height: 200px;
}

.header-height-locked {
  aspect-ratio: 2;
}

@media (min-width: 768px) {
  .header-height-small {
    min-height: 150px;
  }
  .header-height-medium {
    min-height: 225px;
  }
  .header-height-large {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .header-height-small {
    min-height: 200px;
  }
  .header-height-medium {
    min-height: 300px;
  }
  .header-height-large {
    min-height: 400px;
  }
}
/* end header image without image */
/* header slider */
.tray .slider-header .slick-arrow.slick-prev {
  left: 10px;
}
.tray .slider-header .slick-arrow.slick-next {
  right: 10px;
}
.tray .slider-header .background-image {
  aspect-ratio: 3 !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.tray .slider-header .slick-dots {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tray .slider-header .number-counter {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  font-size: 0.7em;
}
.tray .slider-header .content {
  background: #fff;
  padding: 0 30px;
  position: absolute;
  right: 50%;
  top: 18%;
  bottom: 18%;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1em;
  padding-right: 1em;
}
.tray .slider-header .content p, .tray .slider-header .content ul {
  margin: 0;
  text-align: center;
}
.tray .slider-header .content p.list-links, .tray .slider-header .content ul.list-links {
  border-left: none !important;
}
.tray .slider-header .content p.list-links li a, .tray .slider-header .content ul.list-links li a {
  border-left: 1px solid #0076aa;
}
.tray .slider-header .content p {
  margin-bottom: 20px;
}
.tray .slider-header .content .text-block {
  font-size: 1.2em;
}
.tray .slider-header .content .h3 {
  font-size: 2.4em;
}

@media screen and (max-width: 1200px) {
  .tray .slider-header .content {
    width: 45%;
    top: 10%;
    bottom: 10%;
  }
  .tray .slider-header .content .text-block {
    font-size: 1.1em;
  }
  .tray .slider-header .content .h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 992px) {
  .tray .slider-header .content {
    height: 200px;
    right: 50px;
    left: 50px;
    top: auto;
    bottom: -150px;
    width: auto;
  }
  .tray .slider-header .content .text-block {
    font-size: 1em;
  }
  .tray .slider-header .content .h3 {
    font-size: 2em;
  }
  .tray .slider-header .slide {
    margin-bottom: 190px;
  }
  .tray .slider-header .slick-arrow {
    height: 40px;
    width: 40px;
  }
  .tray .slider-header .slick-arrow.slick-prev {
    left: 5px;
    background-position: 7px 3px;
  }
  .tray .slider-header .slick-arrow.slick-next {
    right: 5px;
    background-position: 10px 3px;
  }
}
@media screen and (max-width: 768px) {
  .tray .slider-header .content {
    height: 250px;
    bottom: -200px;
  }
  .tray .slider-header .slide {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 600px) {
  .tray .slider-header .content {
    height: 275px;
    bottom: -225px;
  }
  .tray .slider-header .slide {
    margin-bottom: 265px;
  }
}
/* end header slider */
/* news rss feature story */
.feature-row.row {
  padding: 1rem !important;
  margin-bottom: 1em;
}
.feature-row.row p.img-wrap {
  margin: 0;
}
.feature-row.row > div {
  padding: 0;
}
.feature-row.row .feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

/* end news rss feature story */
/* column listing */
.column-item {
  font-size: 0.8em;
  line-height: 1.6em;
}
.column-item h3 {
  font-size: 1.1em;
  line-height: 1em;
}
.column-item h4 {
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  font-family: interstate;
}
.column-item p {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}
.column-item p.degree {
  font-weight: 500;
}

.img-thumb img {
  width: 5em;
}

@media screen and (max-width: 768px) {
  .column-item {
    font-size: 1em;
    line-height: 2em;
  }
}
/* end column listing */
/* stat bar */
.stat-bar p {
  text-align: center;
  margin-bottom: 0;
}

.stat-bar p.h1 {
  font-size: 7rem;
  line-height: 8rem;
}

.stat-bar p.p {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

@media screen and (min-width: 1200px) {
  .stat-bar p.h1 {
    font-size: 8rem;
    line-height: 9rem;
  }
  .stat-bar p.p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .stat-bar p.h1 {
    font-size: 7rem;
    line-height: 8rem;
  }
  .stat-bar p.p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .stat-bar p.h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
  .stat-bar p.p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* end stat bar */
/* contact info address */
@media screen and (min-width: 768px) {
  .list-contact > li.list-address {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
/* end contact info address */
/* datachart */
.highcharts-container {
  z-index: 100 !important;
}

/* end datachart */
/* people listing */
p.person-sabbatical {
  font-weight: bold;
  font-style: italic;
  padding: 0 1em;
  margin-top: -1em;
}

/* end people listing */
/* header video/image */
@media screen and (min-width: 1200px) {
  .header-video-container {
    height: calc(100vh - 200px);
  }
  .header-image-container {
    height: 340px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-video-container {
    min-height: 600px !important;
  }
  .header-image-container {
    height: 340px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-video-container {
    min-height: 400px !important;
  }
  .header-image-container {
    height: 240px !important;
  }
}
.header-video-container {
  min-height: 200px;
}

.header-image-container {
  height: 140px;
}

.header-video-container h1, .header-image-container h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* end header video/image */
/* image shortcode */
.tray {
  clear: both;
}

.featured-image-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.featured-image-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.featured-image-center {
  display: block;
  margin: 1em auto;
}

.featured-image:not(.no-border) img {
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.featured-image span {
  font-size: 0.6em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  line-height: 1.2em;
  display: block;
}
.featured-image button.button {
  line-height: 1rem;
  font-size: 1rem;
  padding: 0.5rem;
}
.featured-image hr {
  margin: 0;
}
.featured-image .longdesc {
  font-size: 1.5rem;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem;
  margin-top: -1.6rem;
}

@media screen and (max-width: 991px) {
  .featured-image {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1em auto !important;
  }
  .featured-image span {
    font-size: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.3em;
  }
}
/* end image shortcode */
/* quote shortcode */
.quote-inline {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  margin-bottom: 15px !important;
}

.quote-inline p {
  margin-bottom: 15px !important;
}

.cite-inline {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

/* end quote shortcode */
/* intranet lock */
.wlu-icon.wlu-lock {
  color: #e67818;
  line-height: 1em;
  vertical-align: text-bottom;
}

/* end intranet lock */
/* sidebar nav child indicator */
.wlu-icon > svg.wlu-child {
  vertical-align: middle;
  margin-bottom: 0.2em;
  opacity: 0.75;
}

/* end sidebar nav child indicator */
/* alerts - container */
#sc-smartboard-container {
  padding-right: calc(20px + 1.04166667%);
  padding-left: calc(20px + 1.04166667%);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: #96D4E8;
  color: #091226;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 69px;
  z-index: 10;
  top: 4px;
}

.sc-smartboard-container {
  padding: 1em 0.5em;
  width: 100%;
  position: relative;
  bottom: auto;
  z-index: 10;
  top: 4px;
}

#sc-smartboard-container p:not(:last-of-type), .sc-smartboard-container p:not(:last-of-type) {
  margin-bottom: 0.5em !important;
}

#sc-smartboard-container p:last-of-type, .sc-smartboard-container p:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 599px) and (max-width: 991px) {
  #sc-smartboard-container, .sc-smartboard-container {
    padding-right: calc((100% - 300px) / 2 + 1.04166667%);
    padding-left: calc((100% - 300px) / 2 + 1.04166667%);
    margin-top: 69px;
    margin-bottom: -69px;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  #sc-smartboard-container, .sc-smartboard-container {
    padding-right: calc((100% - 600px) / 2 + 1.04166667%);
    padding-left: calc((100% - 600px) / 2 + 1.04166667%);
    margin-top: 69px;
    margin-bottom: -69px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #sc-smartboard-container, .sc-smartboard-container {
    padding-right: calc((100% - 992px) / 2 + 1.04166667%);
    padding-left: calc((100% - 992px) / 2 + 1.04166667%);
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  #sc-smartboard-container, .sc-smartboard-container {
    padding-right: calc((100% - 1200px) / 2 + 1.04166667%);
    padding-left: calc((100% - 1200px) / 2 + 1.04166667%);
    margin-top: 101px;
    margin-bottom: -101px;
  }
}
/* end alerts - container */
/* alerts - all others */
.sc-smartboard-item {
  margin: 12px 0;
}

@media screen and (min-width: 740px) {
  .sc-smartboard-item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0;
  }
}
.sc-smartboard-item:not(:last-child) {
  margin-bottom: 35px;
}

.sc-smartboard-subject {
  font-family: "miller-text", serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.77778;
  margin-right: 10px;
}

@media screen and (min-width: 740px) {
  .sc-smartboard-subject {
    font-size: 1.875rem;
    line-height: 1.46667;
  }
}
.sc-smartboard-datetime {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-style: italic;
}

@media screen and (min-width: 740px) {
  .sc-smartboard-datetime {
    font-size: 1.3125rem;
    line-height: 1.71429;
  }
}
@media screen and (min-width: 980px) {
  .sc-smartboard-datetime {
    font-size: 1.5rem;
    line-height: 1.83333;
  }
}
.sc-smartboard-message {
  font-size: 1.1875rem;
  line-height: 1.5;
  width: 100%;
  margin-top: 5px;
}

@media screen and (min-width: 740px) {
  .sc-smartboard-message {
    font-size: 1.5rem;
    line-height: 1.83333;
  }
}
.sc-smartboard-message a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

.banner_alert .sc-smartboard-message a:hover, .banner_alert .sc-smartboard-message a:focus {
  color: #0076AA;
}

/* end alerts - all others */
.accordion-nav {
  margin: 0 0 30px;
  position: relative;
}

.accordion-nav .toggle a {
  border: 1px solid #DDDDDD;
  color: #000000;
  display: block;
  padding: 10px 60px 10px 20px;
  position: relative;
  text-decoration: none;
}

.accordion-nav .toggle a:hover,
.accordion-nav .toggle a:focus {
  text-decoration: none;
}

.accordion-nav .toggle .icon {
  background: #ffffff;
  border: 1px solid #96D4E8;
  border-radius: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 25px;
  height: 32px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 9px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 32px;
}

.accordion-nav .content {
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-top: none;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}

.accordion-nav .content > ul {
  margin: 0;
  padding: 20px 20px 15px;
}

.accordion-nav .toggle .icon span svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion-nav.opened .toggle .icon {
  background: #96D4E8;
}

.accordion-nav.opened .toggle .icon span svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordions {
  border-top: 1px solid #DDDDDD;
  margin: 0 0 30px;
}

.accordion {
  border-bottom: 1px solid #DDDDDD;
}

.accordion .accordion-toggle {
  line-height: 2.4rem;
}

.accordion .accordion-toggle a {
  color: #000000;
  display: block;
  font-family: "miller-text", serif;
  font-size: 2.4rem;
  line-height: 3rem;
  padding: 20px 50px 20px 5px;
  position: relative;
  text-decoration: none;
}

.accordion .accordion-toggle a:hover .icon,
.accordion .accordion-toggle a:focus .icon {
  background: #ffffff;
}

.accordion .accordion-toggle .icon {
  background: #96D4E8;
  border: 1px solid #96D4E8;
  border-radius: 100%;
  color: #000000;
  display: block;
  font-size: 1.8rem;
  line-height: 32px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 38px;
}

.accordion .accordion-toggle .icon span svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion .accordion-toggle.opened .icon {
  background: #ffffff;
}

.accordion .accordion-toggle.opened .icon span svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion .accordion-content {
  display: none;
}

.accordion .accordion-content .body-copy {
  max-width: 800px;
  padding: 20px 5px;
}

.accordion .accordion-content .body-copy p {
  margin: 0 0 10px;
}

.accordion .accordion-content .body-copy ul {
  margin: 0 0 10px 30px;
}

.accordion .accordion-content .body-copy hr {
  margin: 20px 0;
}

.accordion .accordion-content .body-copy .list-no-bull {
  margin: 0 0 10px;
}

.accordions .accordions {
  margin-left: 2rem;
}
.accordions .accordions div:last-of-type .accordion {
  border-bottom: 0;
}
.accordions .accordions .accordion p {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.accordions .accordions .accordion .accordion-toggle {
  line-height: 1.6rem;
}
.accordions .accordions .accordion .accordion-toggle.opened a .icon {
  background: #F5F3F1;
}
.accordions .accordions .accordion .accordion-toggle a {
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 14px 34px 14px 5px;
}
.accordions .accordions .accordion .accordion-toggle a .icon {
  background: #AEF4D2;
  border: 1px solid #AEF4D2;
  font-size: 1.2rem;
  line-height: 22px;
  height: 26px;
  right: 5px;
  top: 11px;
  width: 26px;
}
.accordions .accordions .accordion .accordion-toggle a:hover .icon {
  background: #F5F3F1;
}

.bg-img {
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bg-img .center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.bg-img .center-center {
  -o-object-position: center center;
     object-position: center center;
}

.bg-img .center-top {
  -o-object-position: center top;
     object-position: center top;
}

.bg-img .left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.bg-img .left-center {
  -o-object-position: left center;
     object-position: left center;
}

.bg-img .left-top {
  -o-object-position: left top;
     object-position: left top;
}

.bg-img .right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.bg-img .right-center {
  -o-object-position: right center;
     object-position: right center;
}

.bg-img .right-top {
  -o-object-position: right top;
     object-position: right top;
}

.bg-vid {
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-vid video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.body-copy a {
  font-weight: 500;
  text-decoration: underline;
}

.body-copy ol li {
  padding-left: 5px;
}

.body-copy ol li::marker {
  color: #0076AA;
  font-weight: 600;
}

.body-copy ul li {
  list-style: none;
  position: relative;
}

.body-copy ul li::before {
  background-image: url("../icons/pattern-small-blue.svg");
  content: " ";
  display: block;
  height: 16px;
  left: -28px;
  position: absolute;
  top: 3px;
  width: 16px;
}

.buttons-wrap {
  margin-left: -5px;
  margin-right: -5px;
}

.buttons-wrap > a {
  margin: 5px;
}

.card-wrap {
  padding: 0 0 30px;
}

.card-wrap .card-inner.clickable:hover,
.card-wrap .card-inner.clickable:focus {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.card-wrap .card-inner {
  background: #ffffff;
  height: 100%;
  padding: 40px 30px 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-wrap .bg-img {
  z-index: 0;
}

.card-wrap .content {
  font-size: 1.5rem;
  line-height: 2.4rem;
  position: relative;
  z-index: 1;
}

.card-wrap .pattern-wrap {
  display: block;
  margin: -60px 0 -60px 30px;
  position: relative;
  z-index: 1;
  width: 80px;
}

.card-wrap .pattern-wrap .line {
  background: #415464;
  height: 30px;
  margin: 5px auto;
  width: 1px;
}

.card-wrap .pattern-wrap .pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 4rem;
}

.card-wrap .thumb-wrap {
  float: right;
  margin: -60px 0 30px 30px;
  max-width: 120px;
}

.card-wrap .thumb-wrap img {
  max-width: 100%;
}

.card-wrap .offset-wrap {
  margin-bottom: -10px;
  padding: 0 30px;
  position: relative;
}

.card-wrap .offset-wrap img {
  position: relative;
  z-index: 1;
}

.card-wrap .offset-wrap .img-bg {
  background: #ffffff;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 0;
}

.crumbs.offset {
  margin: -70px 0 50px;
}

.crumbs {
  color: #415464;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: -20px 0 30px;
  text-transform: uppercase;
}

.crumbs a {
  color: #415464;
  display: inline-block;
  text-decoration: none;
}

.crumbs a:hover,
.crumbs a:focus {
  text-decoration: underline;
}

.crumbs span:first-child {
  top: -1px;
}

.crumbs span {
  display: inline-block;
  position: relative;
  margin: 0 4px;
}

.crumbs .active {
  margin: 0;
}

.form-search {
  margin: 0 0 30px;
  padding: 2px;
  position: relative;
}

.form-search form {
  position: relative;
}

.form-search form input {
  background: #ffffff;
  border: none;
  height: 50px;
  padding: 15px 50px 15px 20px;
}

.form-search form button {
  background: transparent;
  border: none;
  color: #1F3D7B;
  height: 50px;
  font-size: 1.6rem;
  line-height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.img-caption {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 10px 0;
  width: 100%;
}

.img-caption .slide-count {
  border-top: 1px solid #96D4E8;
  margin-top: 10px;
  max-width: 80px;
  padding-top: 10px;
}

.img-wrap {
  position: relative;
}

.img-wrap > a {
  display: inline-block;
}

.img-wrap img {
  max-width: 100%;
}

.img-wrap .icon {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  border-radius: 100%;
  color: #091226;
  display: block;
  font-size: 3rem;
  height: 70px;
  left: 50%;
  line-height: 65px;
  margin: -35px 0 0 -35px;
  position: absolute;
  text-indent: 21px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 70px;
}

.img-wrap a:hover .icon,
.img-wrap a:focus .icon {
  background: #ffffff;
  color: #0076AA;
}

.img-wrap .img-clip {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: block;
  padding: 2px;
  -webkit-transition: -webkit-clip-path 200ms ease;
  transition: -webkit-clip-path 200ms ease;
  transition: clip-path 200ms ease;
  transition: clip-path 200ms ease, -webkit-clip-path 200ms ease;
}

.img-wrap a:hover .img-clip,
.img-wrap a:focus .img-clip {
  -webkit-clip-path: inset(5px);
          clip-path: inset(5px);
}

.heading .h1,
.heading h1 {
  font-size: 6rem;
  line-height: 60px;
  text-align: center;
}

/*.heading .accent{display:block;}
.heading span{display:block;}*/
.heading span:first-child {
  margin-bottom: -20px;
}

.heading .body-copy {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .heading .accent {
    display: block;
  }
  .heading span {
    display: block;
  }
  .img-wrap .img-clip {
    padding: 5px;
  }
  .img-wrap a:hover .img-clip,
  .img-wrap a:focus .img-clip {
    -webkit-clip-path: inset(8px);
            clip-path: inset(8px);
  }
  .heading span:first-child {
    margin-bottom: -20px;
  }
}
@media (min-width: 992px) {
  .heading .body-copy {
    text-align: left;
  }
  .heading .h1,
  .heading h1 {
    font-size: 7.5rem;
    line-height: 75px;
    margin: 0 0 28px;
    text-align: left;
  }
  .heading span:first-child {
    margin-bottom: -25px;
  }
}
@media (min-width: 1200px) {
  .heading .h1,
  .heading h1 {
    font-size: 9rem;
    line-height: 90px;
    margin: 0 0 25px;
  }
  .heading span:first-child {
    margin-bottom: -30px;
  }
}
.list-contact {
  list-style: none;
  margin-left: 0;
}

.list-contact li {
  margin: 0 0 5px;
}

.list-details {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.list-details li {
  border-left: 1px solid #96D4E8;
  padding: 0 25px 0 15px;
}

.list-details li span {
  display: block;
}

.list-details li .h6 {
  color: #999999;
  margin: 0 0 5px;
}

.list-links {
  border-left: 1px solid #0076AA;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.list-links li::before {
  display: none !important;
}

.list-links li {
  margin: 0;
}

.list-links li a {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 25px 0 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.list-links li a .wlu-icon:not(.wlu-lock) {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: -2px;
}

.list-links a:hover,
.list-links a:focus {
  text-decoration: none;
}

.list-no-bull {
  list-style: none;
  margin: 0 0 40px;
}

.list-programs {
  border-top: 1px solid #DDDDDD;
  list-style: none;
  margin: 0 0 30px;
}

.list-programs li {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 25px 20px;
}

.list-programs li:nth-of-type(2n+1) {
  background: #F5F3F1;
  -webkit-box-shadow: inset 0 5px 0 0 #fff, inset 0 -5px 0 0 #fff;
          box-shadow: inset 0 5px 0 0 #fff, inset 0 -5px 0 0 #fff;
}

.list-programs li a:hover,
.list-programs li a:focus,
.list-programs li a:hover span:first-child,
.list-programs li a:focus span:first-child {
  color: #0076AA;
  text-decoration: none;
}

.list-programs li a span:first-child {
  color: #000000;
  font-family: "miller-text", serif;
}

.list-programs li a .wlu-icon {
  font-size: 1.4rem;
  left: 5px;
  position: relative;
  top: -2px;
}

.list-programs li .title {
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .list-programs li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-programs li .title {
    margin: 0;
  }
}
.list-social {
  font-size: 2.4rem;
  list-style: none;
  margin-left: 0;
}

.list-social li {
  display: inline-block;
  margin: 0 0 5px;
}

.list-social li a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.list-social li a:hover,
.list-social li a:focus {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.list-side-nav {
  font-size: 1.6rem;
  font-family: "miller-text", serif;
  font-weight: 700;
  line-height: 2.2rem;
  list-style: none;
  margin: 0 0 30px;
}

.list-side-nav li::before {
  display: none !important;
}

.list-side-nav li {
  margin: 0 0 10px;
}

.list-side-nav li a {
  text-decoration: none;
}

.list-side-nav li a:hover,
.list-side-nav li a:focus {
  color: #000000;
  text-decoration: underline;
}

.list-side-nav li.parent a {
  color: #000000;
}

.list-side-nav li ul {
  font-family: "interstate", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  list-style: none;
  margin: 10px 0 10px 6px;
  padding-left: 6px;
}

.list-side-nav li ul li a {
  color: #0076AA;
}

.list-side-nav li.on > a {
  font-weight: bold;
}

.list-side-nav > li > ul > li > ul > li > ul {
  border-left: none;
}

.listing {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 30px;
}

.listing p {
  margin: 0 0 20px;
}

.listing .content {
  max-width: 800px;
}

.listing-thumb .thumb-wrap {
  float: right;
  margin-left: 20px;
  margin-top: 6px;
  width: 80px;
}

.listing-thumb .thumb-wrap a {
  display: block;
}

.listing-thumb .thumb-wrap img {
  max-width: 100%;
}

@media (min-width: 576px) {
  .listing-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listing-thumb .thumb-wrap {
    float: none;
    margin-left: 0;
    margin-right: 30px;
    min-width: 170px;
  }
}
@media (min-width: 1200px) {
  .listing-thumb .thumb-wrap {
    min-width: 250px;
  }
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px;
  text-align: center;
}

.pager nav a {
  background: #ffffff;
  border: 1px solid #DDDDDD;
  color: #333333;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 32px;
  margin: 2px 0;
  min-width: 34px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pager nav a:hover,
.pager nav a:focus {
  background: #0076AA;
  border-color: #0076AA;
  color: #ffffff;
  text-decoration: none;
}

.pager nav span {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  width: 34px;
}

.pager nav .on {
  background: #0076AA;
  color: #ffffff;
}

.pager nav .on:hover,
.pager nav .on:focus {
  background: #0076AA;
  color: #ffffff;
  text-decoration: none;
}

.pager nav .wlu-icon {
  position: relative;
  top: -2px;
}

.profile-wrap .card-wrap {
  padding: 0;
}

.profile-wrap .img-profile img {
  max-width: 100%;
  width: 375px;
}

@media (min-width: 768px) {
  .profile-wrap {
    background: white;
  }
}
.side.stick {
  position: sticky;
  top: 100px;
}

.side {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 30px;
}

.side .h4, .side h4 {
  margin: 0 0 5px;
}

.side p {
  margin-bottom: 15px;
}

.side p:last-child {
  margin-bottom: 0;
}

.side ul {
  margin: 0 0 20px;
}

.side blockquote .quote {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
}

.side .buttons-wrap .button {
  display: block;
  min-width: 0;
}

.side-contact {
  border-left: 1px solid #96D4E8;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .side-profile {
    border-left: 1px solid #96D4E8;
    padding-left: 30px;
  }
}
.slider-callout .slide {
  padding-top: 46px;
}

.slider-callout .slick-dots {
  margin: 0 0 30px;
}

.slider-callout .slick-arrow {
  display: none !important;
}

@media (min-width: 1200px) {
  .slider-callout .slick-arrow {
    display: block !important;
  }
  .slider-callout .slick-dots {
    display: none !important;
  }
}
.slider-grid {
  margin: 0 -10px;
}

.slider-grid .img-wrap {
  max-width: 240px;
}

.slider-grid .slide {
  padding: 0 10px;
}

.slider-grid .slide .card-wrap {
  height: 100%;
  padding: 0 0 20px;
}

.slider-grid .slide .card-wrap .card-inner {
  min-height: 200px;
}

.slider-grid .slick-arrow {
  display: none !important;
}

.slider-grid .slick-arrow.slick-prev {
  left: -10px;
}

.slider-grid .slick-arrow.slick-next {
  right: -10px;
}

.slider-grid .slick-dots {
  margin-top: 0;
  position: relative;
}

.slick-slider.slick-initialized.slider-grid.full {
  display: none !important;
}

@media (min-width: 576px) {
  .slick-slider.slick-initialized.slider-grid.compact {
    display: none !important;
  }
  .slick-slider.slick-initialized.slider-grid.full {
    display: block !important;
  }
  .slider-grid .slide .card-wrap .card-inner {
    min-height: 270px;
  }
  .slider-grid .slide .col-sm-12 .card-wrap .card-inner {
    min-height: 310px;
  }
}
@media (min-width: 992px) {
  .slider-grid {
    margin: 0;
  }
  .slider-grid .slide .card-wrap .card-inner {
    min-height: 310px;
  }
  .slider-grid .slide .col-sm-12 .card-wrap .card-inner {
    min-height: 330px;
  }
}
@media (min-width: 1200px) {
  .slider-grid {
    margin: 0;
    padding: 0 20px;
  }
  .slider-grid .slick-arrow {
    display: block !important;
  }
  .slider-grid .slick-dots {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .slider-grid {
    margin: 0;
    padding: 0 5px;
  }
}
.slider-media {
  margin: 0 auto;
  max-width: 1000px;
}

.slider-media .media-wrap {
  position: relative;
}

.slider-media .media-wrap .img-wrap {
  position: relative;
  z-index: 1;
}

.slider-media .media-wrap .img-wrap > a {
  display: block;
}

.slider-media .media-wrap .vid-overlay {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.slider-media .media-wrap .vid-overlay .vid-wrap {
  margin: auto 0;
}

.slider-media .media-wrap .vid-overlay .icon {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  border-radius: 100%;
  color: #091226;
  display: block;
  font-size: 2rem;
  height: 40px;
  line-height: 34px;
  position: absolute;
  text-indent: 9px;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
}

.slider-media .media-wrap .vid-overlay a:hover .icon,
.slider-media .media-wrap .vid-overlay a:focus .icon {
  background: #ffffff;
  color: #0076AA;
}

.slider-media .media-wrap.playing .img-wrap {
  z-index: 0;
}

.slider-media .media-wrap.playing .vid-overlay {
  z-index: 1;
}

.slider-media .slick-arrow {
  display: none !important;
  margin-top: -66px;
}

.slider-media .slick-dots {
  margin-top: -5px;
}

@media (min-width: 1200px) {
  .slider-media {
    margin: 0 auto 30px;
  }
  .slider-media .slick-arrow {
    display: block !important;
  }
  .slider-media .slick-dots {
    display: none !important;
  }
}
.slider-profile .slick-arrow {
  display: none !important;
}

.slider-profile {
  max-width: 1000px;
  margin: 0 auto;
}

.slider-profile .slide {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .slider-profile .slide {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .slider-profile {
    margin: 0 auto 30px;
  }
  .slider-profile .slick-arrow {
    display: block !important;
  }
  .slider-profile .slick-dots {
    display: none !important;
  }
}
.slider-profile-thumbs {
  margin: 0 0 30px;
}

.slider-rss {
  margin: 0 -15px 30px;
}

.slider-rss .slick-arrow {
  display: none !important;
}

.slider-rss .card-wrap {
  padding-bottom: 0;
}

.slider-rss .card-wrap .card-inner {
  background: transparent;
  padding: 0 15px;
}

.slider-rss .card-wrap .card-inner .content p:last-child {
  margin: 0 0 10px;
}

@media (min-width: 1300px) {
  .slider-rss {
    margin: 0 auto 30px;
  }
  .slider-rss .slick-arrow.slick-prev {
    display: inline-block !important;
    left: -50px;
  }
  .slider-rss .slick-arrow.slick-next {
    display: inline-block !important;
    right: -50px;
  }
  .slider-rss .slick-dots {
    display: none !important;
  }
}
.slider-tabs .card-wrap {
  padding-bottom: 0;
}

.slider-tabs .card-wrap .thumb-wrap {
  margin-top: 0;
}

.slider-tabs-nav {
  border-left: 1px solid #888888;
  display: none;
  list-style: none;
  margin: 0;
}

.slider-tabs-nav li {
  display: block;
  margin: 0 0 20px;
}

.slider-tabs-nav li:last-child {
  margin: 0 0 0 -1px;
}

.slider-tabs-nav li a,
.slider-tabs-nav li {
  border-left: 1px solid #888888;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "miller-text", serif;
  margin-left: -1px;
  padding: 5px 20px;
}

.slider-tabs-nav li a:hover,
.slider-tabs-nav li:hover {
  border-left: 1px solid #ffffff;
  text-decoration: none;
}

.slider-tabs-nav li a.on, .slider-tabs-nav li.on,
.slider-tabs-nav li a:focus,
.slider-tabs-nav li:focus {
  border-left: 1px solid #96D4E8;
  color: #96D4E8;
  outline: none;
  text-decoration: none;
}

@media (min-width: 992px) {
  .slider-tabs-wrap {
    background: #ffffff;
    min-height: 100%;
  }
  .slider-tabs .card-wrap {
    padding-bottom: 0;
  }
  .slider-tabs .slick-dots {
    display: none !important;
  }
  .slider-tabs-nav {
    display: block;
  }
}
.table-wrap {
  margin: 0 0 30px;
  overflow: auto;
}

.table-wrap table {
  margin: 0;
}

.tags {
  margin: -2px;
}

.tags .tag {
  border-radius: 3px;
  background: #0076AA;
  color: #ffffff;
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: 1px;
  margin: 2px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.tags .tag.forest {
  background: #018140;
}

.tags .tag.cornflower {
  background: #96D4E8;
  color: #000000;
}

.text-cta {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 25px 0 0;
  position: relative;
  text-transform: uppercase;
}

.text-cta .wlu-icon {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: -2px;
}

.text-cta:hover,
.text-cta:focus {
  color: #000000 !important;
  text-decoration: none;
}

.vid-wrap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.vid-wrap iframe {
  border: none;
  bottom: 0;
  left: 0;
  height: 1px;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.vr-wrap {
  height: 50px;
  margin: 0 auto 30px;
  position: relative;
  width: 1px;
}

.vr-wrap hr {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.vr-wrap.bottom-top hr {
  bottom: 0;
}

.vr-wrap.top-bottom hr {
  top: 0;
}

/*
======================================================================================================
Tray Styles
======================================================================================================
*/
.tray {
  padding: 40px 0 20px;
  position: relative;
}

.tray.tray-no-padding {
  padding: 0 !important;
}

.tray.tray-layer-top {
  z-index: 2;
}

.tray.tray-offset + .tray {
  padding-top: 10px;
}

.tray.tray-offset + .ice > .tray {
  padding-top: 10px;
}

.tray .container {
  position: relative;
  z-index: 1;
}

.tray-alert {
  background: #2c85db;
  bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 30px 0 0;
  position: sticky;
  width: 100%;
  z-index: 1;
}

.tray-alert p {
  margin: 0 0 30px;
}

.tray-alert a {
  color: #fff;
}

.tray-ctas {
  padding: 1px 0;
}

.tray-ctas p {
  margin: 0 0 20px;
}

.tray-ctas .vr-wrap {
  margin: 10px auto;
}

@media (min-width: 768px) {
  .tray-ctas .button {
    min-width: 220px;
  }
}
.tray-callout {
  padding: 60px 0 30px;
}

.tray-hero {
  position: relative;
}

.tray-hero .body-copy {
  max-width: none;
}

.tray-hero .body-copy p {
  color: #CCCCCC;
  font-family: "miller-text", serif;
}

.tray-hero .play-toggle,
.tray-hero .watch-video {
  bottom: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  line-height: 1.8rem;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  z-index: 2;
}

.tray-hero .watch-video {
  right: 95px;
}

.tray-hero .play-toggle a,
.tray-hero .watch-video a {
  color: #ffffff;
  opacity: 0.5;
  text-shadow: 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000;
}

.tray-hero .play-toggle a:hover,
.tray-hero .play-toggle a:focus,
.tray-hero .watch-video a:hover,
.tray-hero .watch-video a:focus {
  opacity: 1;
}

.tray-hero .play-toggle a:last-child {
  display: none;
}

.tray-hero .play-toggle.playing a:last-child {
  display: inline;
}

.tray-hero .play-toggle.playing a:first-child {
  display: none;
}

.tray-listing {
  padding-bottom: 0;
}

.tray-pillar .pattern-wrap {
  display: block;
  margin: -60px auto;
  overflow: hidden;
  position: relative;
  width: 40px;
  z-index: 2;
}

.tray-pillar .pattern-wrap .line {
  height: 30px;
  margin: 5px auto;
  width: 1px;
}

.tray-pillar .pattern-wrap .pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: 4rem;
}

.tray-pillar .card-wrap .img-wrap {
  margin-bottom: -10px;
  padding: 0 30px;
  position: relative;
}

.tray-pillar .card-wrap .img-wrap img {
  position: relative;
  z-index: 1;
}

.tray-pillar .card-wrap .img-wrap .img-bg {
  background: #ffffff;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 0;
}

.tray-pillar .card-wrap .card-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tray-pillar .card-wrap .card-inner .content h3,
.tray-pillar .card-wrap .card-inner .content .h3 {
  font-family: "miller-text", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem;
}

@media (min-width: 768px) {
  .tray-pillar .pattern-wrap {
    width: 80px;
  }
  .tray-pillar .card-wrap {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .tray-pillar .pattern-wrap {
    margin: -60px auto -20px;
  }
}
.tray-slider-grid .container-fluid {
  max-width: 1400px;
}

.tray-slider-media .content {
  margin: 0 auto;
  max-width: 1000px;
}

.tray-slider-callout {
  padding: 10px 0 1px;
}

.tray-slider-callout .slider-callout {
  margin: 0 auto;
  max-width: 1000px;
}

.tray-slider-callout .slider-callout .slick-arrow {
  display: none !important;
}

@media (min-width: 1200px) {
  .tray-slider-callout {
    padding: 10px 0 20px;
  }
  .tray-slider-callout .slider-callout .slick-arrow {
    display: block !important;
  }
  .tray-slider-callout .slick-dots {
    display: none !important;
  }
}
.tray-slider-tabs {
  padding: 40px 0;
}

.tray-slider-tabs .heading .body-copy {
  margin: 0;
  text-align: left;
}

.tray-top {
  background: #091226;
  color: #ffffff;
  position: relative;
}

.tray-top p {
  color: #F5F3F1;
  font-family: "miller-text", serif;
}

.tray-top .bottom {
  background: #ffffff;
  bottom: 0;
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tray-top .img-wrap {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tray-top .top-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
  .tray-top .top-grid .grid-item:first-child {
    grid-area: 1/1/2/2;
  }
  .tray-top .top-grid .grid-item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .tray-top .top-grid .grid-item:last-child {
    grid-area: 2/1/3/3;
  }
}
@media (min-width: 992px) {
  .tray-top .top-grid .grid-item:first-child {
    grid-area: 1/1/2/2;
  }
  .tray-top .top-grid .grid-item:nth-child(2) {
    grid-area: 1/2/3/3;
  }
  .tray-top .top-grid .grid-item:last-child {
    grid-area: 2/1/3/2;
  }
}
/*
====================================================================================================
Plugins
====================================================================================================
*/
/* AOS.js */
.aos-init[data-aos=fade] {
  top: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.aos-init[data-aos=fade].aos-animate {
  opacity: 1;
}

.aos-init[data-aos=shift-up] {
  opacity: 0.2;
  position: relative;
  top: 40px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.aos-init[data-aos=shift-up].aos-animate {
  opacity: 1;
  top: 0;
}

.aos-init[data-aos=vr-grow] {
  height: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.aos-init[data-aos=vr-grow].aos-animate {
  height: 100%;
}

/* Slick Slider */
.slick-slider {
  display: none !important;
}

.slick-slider.slick-initialized {
  display: block !important;
}

.slick-arrow {
  background: #091226;
  border: 1px solid #091226;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  overflow: hidden;
  outline: none;
  padding: 0;
  position: absolute;
  text-indent: -999px;
  top: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 50px;
  z-index: 1;
}

.slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.587 14.588c-0.781 0.781-0.781 2.050 0 2.831l10 10c0.781 0.781 2.050 0.781 2.831 0s0.781-2.050 0-2.831l-8.588-8.588 8.581-8.588c0.781-0.781 0.781-2.050 0-2.831s-2.050-0.781-2.831 0l-10 10z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-position: 13px 8px;
  left: -30px;
}

.slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.587 14.588c-0.781 0.781-0.781 2.050 0 2.831l10 10c0.781 0.781 2.050 0.781 2.831 0s0.781-2.050 0-2.831l-8.588-8.588 8.581-8.588c0.781-0.781 0.781-2.050 0-2.831s-2.050-0.781-2.831 0l-10 10z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 13px 8px;
}

.slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.413 14.588c0.781 0.781 0.781 2.050 0 2.831l-10 10c-0.781 0.781-2.050 0.781-2.831 0s-0.781-2.050 0-2.831l8.588-8.588-8.581-8.588c-0.781-0.781-0.781-2.050 0-2.831s2.050-0.781 2.831 0l10 10z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  background-position: 15px 8px;
  right: -30px;
}

.slick-arrow.slick-next:hover,
.slick-arrow.slick-next:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.413 14.588c0.781 0.781 0.781 2.050 0 2.831l-10 10c-0.781 0.781-2.050 0.781-2.831 0s-0.781-2.050 0-2.831l8.588-8.588-8.581-8.588c-0.781-0.781-0.781-2.050 0-2.831s2.050-0.781 2.831 0l10 10z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 15px 8px;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background: #ffffff;
}

.slick-arrow:focus {
  outline: 2px dotted #96D4E8;
}

.slick-dots {
  line-height: 20px;
  list-style: none;
  margin: 15px 0 10px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px 0;
}

.slick-dots li::before {
  display: none !important;
}

.slick-dots li button {
  background: #999999;
  border: 2px solid #999999;
  border-radius: 100%;
  cursor: pointer;
  height: 14px;
  overflow: hidden;
  padding: 0;
  text-indent: -1000px;
  width: 14px;
}

.slick-dots li.slick-active button {
  background: #000000;
  border-color: #000000;
}

@media print {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  /* header */
  header {
    z-index: -100;
  }
  /* footer */
  footer div.container {
    padding: 0 !important;
  }
  footer div.logo, footer ul.social {
    display: none;
  }
  footer h2 {
    font-size: 2.5rem !important;
    line-height: 2.8rem !important;
    color: #000;
  }
  footer div.row-gutter-60 {
    margin: 0;
  }
  footer div.col-6 {
    width: 100%;
    padding: 0;
  }
  footer ul.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100vw;
    border: 0;
  }
  footer ul.links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer div.legal p {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
  }
  #content {
    /* sidebar */
    /* scroll top button */
    /* slider header */
    /* multiselect */
    /* section break */
    /* brand pillars */
    /* flexible callout */
    /* soc */
    /* cta */
    /* virtual tour */
    /* body-video */
    /* news rss */
  }
  #content .white-text {
    color: #000 !important;
  }
  #content > section.tray > div.container > div.row > div.col-md-4.col-lg-3 {
    display: none !important;
  }
  #content #scrollTop {
    display: none;
  }
  #content section.tray:has(div.slider-header) {
    page-break-inside: avoid;
    width: 100vw;
  }
  #content section.tray:has(div.slider-header) div.play-toggle {
    display: none !important;
  }
  #content section.tray:has(div.slider-header) div.slider-header div.background-image {
    aspect-ratio: unset !important;
    width: 100vw;
  }
  #content section.tray:has(div.slider-header) div.slider-header div.background-image div.card-wrap {
    padding: 0 !important;
  }
  #content section.tray:has(div.slider-header) div.slider-header div.content {
    position: initial;
    width: 100vw;
    padding: 2em;
  }
  #content section.tray:has(div.slider-header) div.slider-header div.content .h3 {
    font-size: 3rem !important;
    line-height: 3.6rem !important;
    color: #000;
  }
  #content section.tray:has(div.slider-header) div.slider-header div.content .text-block, #content section.tray:has(div.slider-header) div.slider-header div.content .list-links li a {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
  }
  #content section.tray:has(div.slider-header) div.slider-header div.content div.number-counter {
    display: none;
  }
  #content section.tray:has(div.slider-header) div.slider-header button.slick-arrow, #content section.tray:has(div.slider-header) div.slider-header ul.slick-dots {
    display: none !important;
  }
  #content section.tray.tray-slider-tabs {
    page-break-inside: avoid;
    padding: 2rem 0 0 0;
  }
  #content section.tray.tray-slider-tabs div.heading .h1 {
    font-size: 4rem !important;
    line-height: 5rem !important;
    color: #000;
  }
  #content section.tray.tray-slider-tabs div.heading div.body-copy p {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
  }
  #content section.tray.tray-slider-tabs ul.slider-tabs-nav {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100vw;
    border: 0;
  }
  #content section.tray.tray-slider-tabs ul.slider-tabs-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content section.tray.tray-slider-tabs ul.slider-tabs-nav li .wlu-icon {
    display: none;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner {
    padding: 2rem 0 0 0;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner div.content {
    width: 100vw;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner p.thumb-wrap {
    display: none;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner .h3 {
    font-size: 3rem !important;
    line-height: 3.6rem !important;
    color: #000;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner ul.list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100vw;
    border: 0;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner ul.list-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner ul.list-links li .wlu-icon {
    display: none;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner div.content div p, #content section.tray.tray-slider-tabs div.slider-tabs-wrap div.card-inner .list-links li a {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
    padding: 0;
  }
  #content section.tray.tray-slider-tabs div.slider-tabs-wrap button.slick-arrow, #content section.tray.tray-slider-tabs div.slider-tabs-wrap ul.slick-dots {
    display: none !important;
  }
  #content section.tray.tray-heading {
    page-break-inside: avoid;
    padding: 2rem 0 0 0 !important;
  }
  #content section.tray.tray-heading .mw-50 {
    max-width: unset !important;
  }
  #content section.tray.tray-heading .h1 {
    font-size: 4rem !important;
    line-height: 5rem !important;
    color: #000;
  }
  #content section.tray.tray-heading .h1 > span {
    display: inline !important;
  }
  #content section.tray.tray-heading .body-copy {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
  }
  #content section.tray.tray-pillar {
    page-break-inside: avoid;
    padding: 2rem 0 0 0 !important;
  }
  #content section.tray.tray-pillar p.h6 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    color: #000;
  }
  #content section.tray.tray-pillar h3, #content section.tray.tray-pillar div.font-size-sm p {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
  }
  #content section.tray.tray-pillar h3:last-of-type, #content section.tray.tray-pillar div.font-size-sm p:last-of-type {
    margin: 0;
  }
  #content section.tray.tray-pillar div.img-wrap, #content section.tray.tray-pillar div.pattern-wrap, #content section.tray.tray-pillar p.buttons-wrap {
    display: none;
  }
  #content section.tray.tray-pillar div.aos-init {
    opacity: 1 !important;
    top: 0 !important;
  }
  #content section.tray.tray-pillar div.card-wrap, #content section.tray.tray-pillar div.card-inner {
    padding: 0;
  }
  #content section.tray.tray-callout {
    page-break-inside: avoid;
    padding: 2rem 0 0 0 !important;
  }
  #content section.tray.tray-callout div.img-wrap, #content section.tray.tray-callout div.pattern-wrap {
    display: none;
  }
  #content section.tray.tray-callout div.container {
    padding: 0 !important;
  }
  #content section.tray.tray-callout p.h6 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    color: #000;
  }
  #content section.tray.tray-callout h3 {
    font-size: 3rem !important;
    line-height: 3.6rem !important;
    color: #000;
  }
  #content section.tray.tray-callout p:not(.h6) {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
  }
  #content section.tray.tray-callout div.card-wrap, #content section.tray.tray-callout div.card-inner {
    padding: 0;
  }
  #content section.tray.tray-callout ul.list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100vw;
    border: 0;
  }
  #content section.tray.tray-callout ul.list-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content section.tray.tray-callout ul.list-links li .wlu-icon {
    display: none;
  }
  #content #soc-container {
    padding: 0 !important;
  }
  #content #soc-container > div.container {
    max-width: 50%;
  }
  #content section.tray.tray-ctas {
    page-break-inside: avoid;
    padding: 2rem 0 0 0 !important;
  }
  #content section.tray.tray-ctas div.vr-wrap {
    display: none;
  }
  #content section.tray.tray-ctas div.container {
    padding: 0 !important;
  }
  #content section.tray.tray-ctas h2 {
    font-size: 3.5rem !important;
    line-height: 4.2rem !important;
    color: #000;
  }
  #content section.tray.tray-ctas p.buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100vw;
    border: 0;
  }
  #content section.tray.tray-ctas p.buttons-wrap > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: unset !important;
  }
  #content #tour-container {
    display: none !important;
  }
  #content #body-video {
    display: none !important;
  }
  #content section.tray:has(div.slider-rss) h2 {
    font-size: 3.5rem !important;
    line-height: 4.2rem !important;
    color: #000;
  }
  #content section.tray:has(div.slider-rss) div.content p.img-wrap {
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
  }
  #content section.tray:has(div.slider-rss) div.content p.h4 {
    font-size: 2.5rem !important;
    line-height: 2.8rem !important;
    color: #000;
  }
  #content section.tray:has(div.slider-rss) div.content p:not(.h4) {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    border: 0;
    color: #000;
  }
  #content section.tray:has(div.slider-rss) button.slick-arrow, #content section.tray:has(div.slider-rss) ul.slick-dots {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */
