@charset "UTF-8";
/* ----------------------------------------------------------

BOOTSTRAP FUNCTION SCSS

---------------------------------------------------------- */
/* Standard Colors
----------------------------------------- */
/*
tint = lighten w/ white  shade = darken w/ black */
/* BLACK & WHITE */
/* really dark navy */
/* lightest - 10% opacity */
/* 20% opacity */
/* 35% opacity */
/* 75% opacity */
/* darkest - 90% opacity */
/* PENN STATE BRAND BLUE */
/* logo medium blue */
/* logo navy */
/* highlights only */
/* darker navy */
/* logo navy */
/* PA Sky Blue */
/* teal */
/*calculated version for WCAG AA */
/* yellow */
/* in this case lighten casts a better blue-ish tint */
/* Grids & Breakpoints
----------------------------------------- */
/*420*/
/*600*/
/*760 - imbetween b/c of wide mega menu */
/*900*/
/*1200*/
/*1400*/
/*1800*/
/* query for no padding beyond this width */
/* ----------------------------------------------------------

FONT INCLUDES

---------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:900,400,700,400italic,700italic,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* Fonts
----------------------------------------- */
/* 12, 14, 16, 20, 24, 28, 36, 48 */
/* 12 */
/* 12 */
/* 14 */
/* 14 */
/* 14 */
/* 16 */
/* 20 */
/* 24 */
/* 28 */
/* 36 */
/* 48 */
/* 64 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kp8bcp");
  src: url("../fonts/icomoon.eot?kp8bcp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kp8bcp") format("truetype"), url("../fonts/icomoon.woff?kp8bcp") format("woff"), url("../fonts/icomoon.svg?kp8bcp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ----------------------------------------------------------

CORE BOOTSTRAP SCSS

---------------------------------------------------------- */
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #192540; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.99; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 400px; } }

@media (min-width: 900px) {
  .modal-lg {
    max-width: 1300px; } }

.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) {
    .container {
      max-width: 560px; } }
  @media (min-width: 760px) {
    .container {
      max-width: 724px; } }
  @media (min-width: 900px) {
    .container {
      max-width: 864px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1164px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1364px; } }
  @media (min-width: 1800px) {
    .container {
      max-width: 1440px; } }
.container-fluid {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 760px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 900px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1800px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid rgba(62, 163, 158, 0.25) !important; }

.border-top {
  border-top: 1px solid rgba(62, 163, 158, 0.25) !important; }

.border-right {
  border-right: 1px solid rgba(62, 163, 158, 0.25) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(62, 163, 158, 0.25) !important; }

.border-left {
  border-left: 1px solid rgba(62, 163, 158, 0.25) !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 600px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 760px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 900px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1800px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 600px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 760px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 900px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1800px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 600px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 760px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 900px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1800px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 760px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 900px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1800px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 760px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 900px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1800px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(25, 37, 64, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Defaults
----------------------------------------- */
/* ----------------------------------------------------------

STRIPPED DOWN RESET

---------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

.clear:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

.clear-before:before {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

img {
  align-self: flex-start;
  flex-shrink: 0;
  /* IE 11 */
  min-height: 1px;
  /* IE 10 force resize */
  flex: none;
  /* IE 10 */ }

a img {
  border: none;
  /* IE 10 */ }

/* ----------------------------------------------------------

OFF CANVAS SEARCH

---------------------------------------------------------- */
#slider {
  backgroud-color: #FFF;
  bottom: 0;
  width: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  top: -70px;
  /* height: 100px; */
  width: 100%;
  z-index: 0;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  body.active #slider {
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transform: translateY(70px); }

header {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 1; }
  body.active header {
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transform: translateY(70px); }

#slider-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0.5rem 0.5rem 0 0.5rem;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }

/* ----------------------------------------------------------

BASE

---------------------------------------------------------- */
body {
  background: #FFF url(../images/bg-subtle-prc.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

body.simple {
  background-image: none; }

.bg-subtle {
  background: #FFF url(../images/bg-subtle-prc.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

/* ----------------------------------------------------------

GENERAL BODY & CONTAINERS

---------------------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  font-size: 100%;
  font-weight: 400;
  color: #192540;
  font-family: "Roboto Slab", "Bitter", sans-serif;
  position: relative; }

@media (min-width: 37.5rem) {
  body {
    font-size: 115%; } }

@media (min-width: 56.25rem) {
  body {
    font-size: 125%; } }

@media (min-width: 75rem) {
  body {
    font-size: 135%; } }

@media (min-width: 87.5rem) {
  body {
    font-size: 145%; } }

@media (min-width: 112.5rem) {
  body {
    font-size: 155%; } }

/* ----------------------------------------------------------

UTILITY CLASSES

---------------------------------------------------------- */
/* Offscreen Elements
----------------------------------------- */
.element-invisible.mobile-only {
  height: auto;
  width: auto;
  left: auto;
  position: relative; }

.element-invisible {
  height: 0px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0px; }
  .element-invisible:active, .element-invisible:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: auto; }

a.element-invisible:focus {
  background-color: #EFC900;
  color: #FFF; }

@media (min-width: 37.5rem) {
  .element-invisible.mobile-only {
    height: 0px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0px; } }

/* Formatting Utilities
----------------------------------------- */
.no-margin {
  margin: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.no-padding {
  padding: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-top {
  padding-top: 0; }

.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 500px;
  border: 0.5em solid rgba(255, 255, 255, 0.1); }

.text-left {
  text-align: left; }

.text-left-mobile-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-right-mobile-center {
  text-align: center; }

@media (min-width: 37.5rem) {
  .text-left-mobile-center {
    text-align: left; }
  .text-right-mobile-center {
    text-align: right; } }

.text-center {
  text-align: center; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.float-right {
  float: right;
  margin-left: 1rem; }

.float-left {
  float: left;
  margin-right: 1rem; }

.container-center,
.element-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.logo-hhd img {
  width: 210px;
  height: auto;
  z-index: 9; }

.logo-prc img {
  max-width: 400px; }

.padded .grid-cell.logo-primary {
  padding: 1rem 0 0.75rem 0; }

.padded .grid-cell.logo-secondary {
  padding-top: 0;
  padding-bottom: 0.75rem; }

.email-feature {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-size: 1.0rem; }
  .email-feature a {
    display: flex;
    align-items: center; }
  .email-feature .material-icons {
    margin-right: .125rem; }

@media (min-width: 37.5rem) {
  .padded .grid-cell.logo-secondary {
    padding-top: 1rem; }
  .logo-hhd img {
    width: 190px;
    height: auto; }
  .logo-prc img {
    max-width: none;
    height: 54px;
    width: auto; } }

@media (min-width: 56.25rem) {
  .padded .grid-cell.logo-primary {
    padding: 1rem 0.5rem 1rem 0; }
  .logo-hhd img {
    width: 210px;
    height: 60px; }
  .logo-prc img {
    width: auto;
    height: 60px; } }

@media (min-width: 75rem) {
  .padded .grid-cell.logo-primary {
    padding: 1rem 1.5rem 1.25rem 0; }
  .logo-hhd img {
    width: 250px;
    height: 71px; }
  .logo-prc img {
    height: 71px;
    width: auto; } }

.reveal-me {
  opacity: 0; }

/* ----------------------------------------------------------

ICONS

---------------------------------------------------------- */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.25em 0 0; }

.icon-newspaper:before {
  content: "\e904"; }

.icon-book:before {
  content: "\e91f"; }

.icon-file-empty:before {
  content: "\e924"; }

.icon-files-empty:before {
  content: "\e925"; }

.icon-file-text2:before {
  content: "\e926"; }

.icon-folder:before {
  content: "\e92f"; }

.icon-folder-open:before {
  content: "\e930"; }

.icon-phone:before {
  content: "\e942"; }

.icon-phone-hang-up:before {
  content: "\e943"; }

.icon-envelop:before {
  content: "\e945"; }

.icon-location:before {
  content: "\e947"; }

.icon-location2:before {
  content: "\e948"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-bubble:before {
  content: "\e96b"; }

.icon-bubbles:before {
  content: "\e96c"; }

.icon-bubbles2:before {
  content: "\e96d"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-search:before {
  content: "\e986"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-cloud-check:before {
  content: "\e9c4"; }

.icon-bookmark:before {
  content: "\e9d2"; }

.icon-bookmarks:before {
  content: "\e9d3"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-arrow-up-left2:before {
  content: "\ea39"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-arrow-up-right2:before {
  content: "\ea3b"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-down-right2:before {
  content: "\ea3d"; }

.icon-arrow-down2:before {
  content: "\ea3e"; }

.icon-arrow-down-left2:before {
  content: "\ea3f"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-checkbox-checked:before {
  content: "\ea52"; }

.icon-checkbox-unchecked:before {
  content: "\ea53"; }

.icon-radio-checked:before {
  content: "\ea54"; }

.icon-radio-checked2:before {
  content: "\ea55"; }

.icon-radio-unchecked:before {
  content: "\ea56"; }

.icon-share:before {
  content: "\ea7d"; }

.icon-google-plus3:before {
  content: "\ea8d"; }

.icon-hangouts:before {
  content: "\ea8e"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-rss:before {
  content: "\ea9b"; }

.icon-rss2:before {
  content: "\ea9c"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-youtube2:before {
  content: "\ea9e"; }

.icon-vimeo:before {
  content: "\eaa0"; }

.icon-vimeo2:before {
  content: "\eaa1"; }

.icon-tumblr:before {
  content: "\eab9"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-pinterest:before {
  content: "\ead1"; }

.icon-pinterest2:before {
  content: "\ead2"; }

.icon-file-pdf:before {
  content: "\eadf"; }

.icon-file-openoffice:before {
  content: "\eae0"; }

.icon-file-word:before {
  content: "\eae1"; }

.icon-file-excel:before {
  content: "\eae2"; }

.icon-libreoffice:before {
  content: "\eae3"; }

.icon-social {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.25rem; }

a.icon-social:hover {
  color: #8BE0FF; }

.icon-social + a {
  vertical-align: middle; }

/* ----------------------------------------------------------

FLEX LAYOUT

---------------------------------------------------------- */
.mobile-reorder {
  order: -1; }

@media (min-width: 37.5rem) {
  .mobile-reorder {
    order: unset;
    /*reset */ } }

.max-width {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto; }

.max-width-article {
  width: 100%;
  margin: 0 auto;
  padding: 0 3%; }

.max-width.no-padding {
  padding: 0; }

@media (min-width: 75rem) {
  article.max-width {
    padding: 0; }
  .max-width-article {
    width: 1080px;
    max-width: 1080px; } }

/* -----
BASIC GRID CONTAINER 
-----  */
.bg-white {
  background-color: #FFF; }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.grid-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.grid-horizontal {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.grid-cell {
  display: block;
  /* at mobile size, all grid cells don't flex */
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* default grid cell is stacked vertically */ }

@media (min-width: 37.5rem) {
  .grid-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.full,
.eighty,
.three-quarters,
.half,
.two-up.margined .grid-cell,
.third, .three-up.margined .grid-cell,
.two-thirds,
.forty,
.quarter, .four-up.margined .grid-cell,
.fifth,
.sixth {
  width: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: block;
  position: relative; }

.margined .full,
.logo-primary,
.logo-secondary {
  width: 98%;
  -webkit-flex-basis: 98%;
  flex-basis: 98%;
  max-width: 98%;
  display: block;
  position: relative; }

article ul.logo-wrap {
  list-style-type: none;
  margin: 0; }
  article ul.logo-wrap li {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    margin: 0;
    padding: 0.75rem; }

/* -----
GRID OPTIONS
-----  */
.reverse {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.grid-right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

/* .margined, */
.margined > div,
.margined > article,
.margined > a,
.margined > ul {
  margin: 1vw 1%;
  /* vw used for firefox bug */ }

.project_entry .margined > div {
  margin: 1rem 1%;
  /* new project entry layout with 2/3 text 1/3 image 2/2020 */ }
  @media (min-width: 56.25rem) {
    .project_entry .margined > div {
      margin: 3rem 1%; } }
.margined > div.pswp,
.project_entry .margined > div.pswp {
  margin: 0; }

@media (min-width: 56.25rem) {
  .project_entry .margined > div.pswp {
    margin: 0; } }

.three-up.margined > a,
.three-up.margined > div,
.three-up.margined > ul,
.four-up.margined > a,
.four-up.margined > div,
.four-up.margined > ul,
.six-up.margined > a,
.six-up.margined > div,
.six-up.margined > ul {
  margin: 1vw 1%;
  /* extra padding at grid level to even out margins on the inner blocks */ }

.three-up.margined,
.four-up.margined,
.six-up.margined {
  padding: 1vw 1%;
  /* extra padding at grid level to even out margins on the inner blocks */ }

.grid-centered {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.grid-vertical-center {
  -ms-flex-align: center;
  /* IE 10 */
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.grid-vertical-bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -ms-flex-align: end;
  /* IE 10 */ }

/* -----
MAX WIDTH
-----  */
@media (min-width: 1520px) {
  .max-width {
    padding: 0;
    width: 1440px;
    /* need to set explicit width to equalize same width columns in different blocks */ } }

@media (min-width: 1160px) {
  article .max-width,
  article.max-width,
  aside .max-width,
  aside.max-width,
  .category-navigation .max-width,
  .extra-nav-cards .max-width {
    width: 1080px; }
  .split-block-nav .category-navigation .max-width {
    width: 100%;
    margin-left: 0; } }

article.no-header-image .extra-nav-cards {
  top: 0; }

.block-image {
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  position: relative; }

.block-image-positioner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  /* no flex on single column */ }

.padded .grid-cell {
  padding: 1.5rem; }

.padded.grid-cell {
  padding: 0.75rem; }

@media (min-width: 37.5rem) {
  /* .margined, */
  .margined > div,
  .margined > a {
    margin: 1vw 1%;
    /* vw used for Firefox bug */ }
  .reverse {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
  .half,
  .three-up .grid-cell,
  .quarter, .four-up .grid-cell,
  .fifth {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    /* flex-basis: 49.98%; */
    /* wtf safari? */
    max-width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .partial-height-img-based .half {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: block;
    position: relative; }
  .two-thirds + .third {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .margined > .half,
  .two-up.margined .grid-cell,
  .margined > .third, .three-up.margined .grid-cell,
  .margined > .quarter, .four-up.margined .grid-cell,
  .margined.fifth {
    width: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    /*flex-basis: 48.98%;*/
    /* wtf safari? */
    max-width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .margined > .preview-block-img.third {
    width: 33.3333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.3333%;
    /* flex-basis: 33.2%; * /* wtf safari? */
    max-width: 33.3333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .individual .margined .half {
    width: 98%;
    -webkit-flex-basis: 98%;
    flex-basis: 98%;
    max-width: 98%;
    display: block;
    position: relative; }
  .margined .half.no-flex,
  .individual .margined .half.no-flex {
    display: block; }
  .logo-primary,
  .logo-secondary {
    width: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    max-width: none; }
  header .margined .third {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .sixth,
  article ul.logo-wrap li {
    display: block;
    width: 33.3333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.3333%;
    /* flex-basis: 33.2%; * /* wtf safari? */
    max-width: 33.3333%; }
  .margined.sixth {
    align-content: space-between;
    width: 31.3333%;
    -webkit-flex-basis: 31.3333%;
    flex-basis: 31.3333%;
    /* flex-basis: 32.2%; */
    /* wtf safari? */
    max-width: 31.3333%; } }

@media (min-width: 56.25rem) {
  .individual .margined .half {
    width: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    /*flex-basis: 48.98%;*/
    /* wtf safari? */
    max-width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .partial-height-img-based .half {
    width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    /* flex-basis: 49.98%; */
    /* wtf safari? */
    max-width: 50%; }
  .third,
  .three-up .grid-cell,
  .two-thirds + .third {
    width: 33.3333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    /* flex-basis: 33.2%; */
    /* wtf safari? */
    max-width: 33.3333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .margined > .third,
  .three-up.margined .grid-cell {
    width: 31.3333%;
    -webkit-flex-basis: 31.3333%;
    flex-basis: 31.3333%;
    /* flex-basis: 32.2%; */
    /* wtf safari? */
    max-width: 31.3333%; }
  .three-quarters {
    width: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .margined > .three-quarters {
    width: 73%;
    -webkit-flex-basis: 73%;
    flex-basis: 73%;
    max-width: 73%; }
  .quarter {
    width: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .margined > .quarter {
    width: 23%;
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    max-width: 23%; }
  .two-thirds {
    width: 66.6666%;
    -webkit-flex-basis: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .margined > .two-thirds {
    width: 64.6666%;
    -webkit-flex-basis: 64.6666%;
    flex-basis: 64.6666%;
    /* flex-basis: 65.4%; */
    /* wtf safari? */
    max-width: 64.6666%; }
  .fifth {
    /* work on this - header nav only right now */
    flex-grow: 0;
    flex-shrink: 0;
    width: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 19.98%;
    /* wtf safari? */
    max-width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #home header ul {
    top: 0; }
  .card.third {
    height: 50%; }
  .forty {
    /* used in header nav - flex basis weird in safari */
    -webkit-flex-basis: 40%;
    flex-basis: 39.98%;
    /* wtf safari? */
    max-width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  article ul.logo-wrap li {
    width: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .block-image-positioner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* box flexes but image inside does not */
    position: absolute; }
  .block-image img {
    /* use standard responsive img until 2 column layout */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%; } }

@media (min-width: 75rem) {
  .three-quarters {
    width: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    /* flex-basis: 74.8%; */
    max-width: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .margined.three-quarters {
    width: 73%;
    -webkit-flex-basis: 73%;
    flex-basis: 73%;
    /* flex-basis: 74.6%; */
    /* wtf safari? */
    max-width: 73%; }
  .sixth,
  article ul.logo-wrap li {
    width: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    /* flex-basis: 19.8%; */
    /* wtf safari? */
    max-width: 20%; }
  .margined.sixth {
    width: 14.6666%;
    -webkit-flex-basis: 14.6666%;
    flex-basis: 14.6666%;
    /* flex-basis: 15.4666%; */
    /* wtf safari? */
    max-width: 14.6666%; }
  .quarter,
  .four-up .grid-cell {
    width: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    /* flex-basis: 24.98%; */
    /* wtf safari? */
    max-width: 25%; }
    .quarter.card, .quarter.card-simple,
    .four-up .grid-cell.card,
    .four-up .grid-cell.card-simple {
      width: 23%;
      -webkit-flex-basis: 23%;
      flex-basis: 23%;
      max-width: 23%; }
  .margined.quarter,
  .four-up.margined .grid-cell {
    width: 23%;
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    /* flex-basis: 23.98%; */
    /* wtf safari? */
    max-width: 23%; } }

.no-flex {
  display: block; }

/* ----------------------------------------------------------

ASIDES

---------------------------------------------------------- */
p.pullquote {
  font-size: 100%;
  border-top: 1px solid #B85941;
  border-bottom: 1px solid #B85941;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: rgba(25, 37, 64, 0.65);
  margin-left: 5%;
  margin-right: 5%; }

p.learn-more {
  background-color: #D1D4DA; }
  p.learn-more img {
    float: left; }

/* ----------------------------------------------------------

SIMPLE NAV AND AFFIX

---------------------------------------------------------- */
.menu-button {
  position: relative;
  display: block;
  padding: 1.5rem;
  font-size: 1.25rem;
  background: #205EA3;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  width: 100%;
  cursor: pointer; }
  .menu-button:before {
    content: "\e9bd";
    font-family: 'icomoon';
    color: #FFF;
    margin-right: 0.375rem;
    position: relative;
    top: .25rem;
    font-size: 1.75rem;
    font-weight: lighter; }

.menu-button .touch-button {
  background: transparent url(../images/menu-bars.png) no-repeat center center;
  position: absolute;
  z-index: 999;
  top: 7px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: right; }

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 0.5em;
  color: #FFF; }

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }

.flexnav.opacity {
  opacity: 0; }

.flexnav.show {
  max-height: 2000px;
  opacity: 1;
  transition: all 0.3s ease-in-out; }

ul.flexnav:after {
  content: "";
  display: table;
  clear: both; }

ul.flexnav {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
  ul.flexnav a,
  ul.flexnav a:visited {
    color: #205EA3;
    width: 100%;
    font-size: 1.1rem;
    border-top: 1px solid #FFF;
    padding: 1rem 0;
    display: block;
    text-indent: 0;
    transition: all 0.3s ease-in-out;
    background-color: #C3E2F8;
    text-align: center; }
  ul.flexnav a:hover {
    background-color: #205EA3;
    color: #FFF; }

.search:before {
  content: "\e986";
  font-family: 'icomoon';
  color: #205EA3;
  position: relative;
  top: .125rem;
  font-size: 1.25rem;
  font-weight: lighter; }

@media (min-width: 56.25rem) {
  .menu-button {
    display: none; }
  nav {
    width: 100%;
    display: block;
    z-index: 999;
    text-align: center; }
  .flexnav {
    max-height: none; }
  .flexnav.opacity {
    opacity: 1; }
  ul.flexnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    list-style-type: none;
    /* display: inline-block;  necessary to center */
    position: relative;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    background-color: #205EA3;
    width: 100%;
    margin-top: 1rem; }
    ul.flexnav a,
    ul.flexnav a:visited {
      display: inline-block;
      width: auto;
      background-color: transparent;
      border-top: none;
      color: #FFF;
      padding: 1.5rem 0.5rem 1.25rem 0.5rem;
      transition: all 0.3s ease-in-out; }
    ul.flexnav a:hover {
      color: #C3E2F8; }
  /* 
	.affix {
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 999;
		
		.flexnav.opacity {
			opacity: 0.9; 
			}
		
		ul.flexnav {
			margin-top: 0;
		
		    a {
			    padding: 0.75rem 2rem;
			    }
			}
	
		} */ }

/* ----------------------------------------------------------

PRIMARY MEGA NAV

---------------------------------------------------------- */
#show-micro {
  /* makes button full-width with just bg on far right */
  display: block;
  text-align: center;
  position: relative;
  background: #205EA3;
  cursor: pointer;
  padding: 1.5em;
  white-space: nowrap;
  width: 100%;
  z-index: 999;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
  #show-micro:before {
    content: "\e9bd";
    font-family: 'icomoon';
    color: #FFF;
    margin-right: 0.375rem;
    position: relative;
    top: .25rem;
    font-size: 1.75rem;
    font-weight: lighter; }

#show-micro:hover {
  opacity: 0.75; }

#show-micro.opened {
  background: #205EA3; }

.cbp-hrmenu {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
  z-index: 999;
  text-align: center;
  /* just to center inital ul - override inside */
  background-color: #205EA3;
  font-weight: 400;
  letter-spacing: 0.025em; }

.cbp-hrmenu.display-cbp-hrmenu {
  display: block;
  height: auto;
  opacity: 1; }

.cbp-hropen .cbp-hrsub {
  padding-top: 0;
  position: relative; }

.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.1rem;
  /*
	display: inline-block; /* just inital ul to enable list centering */
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  text-transform: none; }

.cbp-hrmenu ul ul {
  background-color: transparent;
  text-transform: none;
  margin-bottom: 0; }

.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
  width: 100%;
  /*	max-width: $max-width; */
  margin: 0 auto; }

.cbp-hrmenu .cbp-hrsub-inner {
  max-width: 1440px; }

.cbp-hrmenu li {
  /* overall menu sizing */ }

.cbp-hrmenu > ul > li {
  display: block;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

#nav-primary-mega .cbp-hrsub-inner ul.nav-inline li {
  display: block;
  float: left;
  padding-top: 0;
  margin: 0.75rem; }
  #nav-primary-mega .cbp-hrsub-inner ul.nav-inline li a {
    padding: 0.5rem; }
  #nav-primary-mega .cbp-hrsub-inner ul.nav-inline li.nav-category {
    display: block;
    float: none; }

.cbp-hrmenu > ul > li > a {
  display: block;
  padding: 1em 2em;
  color: #fff;
  border-bottom: 0; }

.cbp-hrmenu > ul > li > a:focus,
nav li a:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none; }

.cbp-hrmenu > ul > li > a:before {
  content: '\E5CF';
  font-family: 'Material Icons';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  top: 0.125rem;
  display: inline-block;
  position: relative;
  color: #fff; }

.cbp-hrmenu > ul > li.cbp-hropen > a:before {
  content: '\E5CF';
  font-family: 'Material Icons'; }

.cbp-hrmenu > ul > li.dropdown-search > a:before,
.cbp-hrmenu > ul > li.dropdown-search.cbp-hropen > a:before,
.cbp-hrmenu > ul > li.no-dropdown > a:before,
.cbp-hrmenu > ul > li > a.direct-link:before {
  content: none; }

.cbp-hrmenu > ul > li > a:hover {
  text-decoration: none;
  border-bottom: 0;
  background-color: #1E417B; }

.cbp-hrmenu > ul > li > a:hover:before {
  color: #FFF; }

.cbp-hrmenu > ul > li.cbp-hropen > a {
  color: #FFF;
  background-color: #192540; }

.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
  color: #FFF; }

.cbp-hrmenu .cbp-hrsub {
  position: relative; }

.cbp-hrmenu .cbp-hrsub {
  display: none;
  background: #192540;
  /* tab and dropdown bg */
  width: 100%;
  left: 0;
  z-index: 999;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out; }

.cbp-hropen .cbp-hrsub {
  display: block;
  padding-bottom: 3em;
  z-index: 999;
  height: auto;
  overflow: auto;
  opacity: 1; }

.ie7 .cbp-hropen .cbp-hrsub {
  top: 3em; }

.cbp-hrmenu .cbp-hrsub-inner {
  padding: 0; }

.cbp-hrmenu .cbp-hrsub-inner ul li a {
  padding: 0.1em;
  color: #FFF; }

.cbp-hrmenu .cbp-hrsub-inner ul li a:hover {
  text-decoration: none;
  /* text-decoration-color: $color-highlight-blue; */
  color: #8BE0FF; }

.cbp-hrmenu .cbp-hrsub-inner ul li img {
  display: none; }

#nav-primary-mega .cbp-hrsub-inner ul li {
  border: medium none;
  float: none;
  line-height: 1.2;
  margin: 0;
  padding: 0.625rem 0 0.625rem 0;
  position: relative;
  text-align: left;
  text-transform: none;
  width: auto;
  font-weight: 400; }
  #nav-primary-mega .cbp-hrsub-inner ul li span {
    display: block;
    font-family: "Roboto Slab", "Bitter", sans-serif;
    font-size: 90%;
    margin-bottom: .2rem;
    color: #93BFE6; }

#nav-primary-mega .cbp-hrsub-inner ul li.nav-category {
  padding: 0 0 0.5rem 0;
  margin: 0 0 0.125rem 0;
  font-size: 1.5rem;
  line-height: 1.2;
  border-bottom: 1px solid rgba(164, 215, 218, 0.5);
  text-align: left;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

#nav-primary-mega .cbp-hrsub-inner ul li.nav-divider {
  height: 0;
  border-bottom: 1px solid rgba(164, 215, 218, 0.5);
  padding-top: 0; }

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
  content: " ";
  display: table; }

.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both; }

.cbp-hrsub div.nav-overview p {
  font-size: 1.1rem; }

#nav-primary-mega .cbp-hrsub-inner ul.nav-subsection li.first {
  font-family: "Roboto Slab", "Bitter", sans-serif;
  border-top: 1px dotted rgba(164, 215, 218, 0.5);
  font-size: 1.25rem;
  margin-top: 1rem; }

.cbp-hrsub div.nav-overview p.nav-category {
  display: none; }

.cbp-hrsub div.nav-overview p {
  font-size: 1.1rem; }

@media (min-width: 47.5rem) {
  /* this breakpoint sets where the menu goes from expandable to inline */
  /* Primary Nav */
  .cbp-hrmenu {
    display: block;
    height: auto;
    overflow: visible;
    float: none;
    opacity: 1; }
  #show-micro {
    display: none; }
  .cbp-hrmenu .cbp-hrsub {
    position: absolute; }
  .cbp-hrmenu .cbp-hrsub-inner {
    padding-top: 2rem; }
  .cbp-hrmenu ul {
    font-size: 1rem; }
  .cbp-hrmenu ul ul {
    font-size: 1.1rem; }
  .cbp-hrmenu > ul > li {
    display: inline-block;
    border-bottom: none; }
  .cbp-hrmenu > ul > li > a {
    display: inline-block; }
  .cbp-hrmenu > ul > li > a > span {
    display: none;
    /* hide long menu items */ }
  .cbp-hrmenu > ul > li > a {
    padding: 1rem 0.5rem; }
  .cbp-hrsub div.nav-overview {
    border-right: 1px solid #303A53; }
  .cbp-hrsub div.nav-overview p.nav-category {
    display: block; }
  #nav-primary-mega .cbp-hrsub-inner ul {
    text-align: left; } }

@media (min-width: 56.25rem) {
  .cbp-hrmenu > ul > li > a {
    padding: 1rem; } }

@media (min-width: 75rem) {
  .cbp-hrmenu ul {
    font-size: 1.1rem; }
  .cbp-hrmenu > ul > li > a > span {
    display: inline;
    /* re-show long menu items */ }
  .cbp-hrmenu .cbp-hrsub-inner > div.search {
    width: 50%; } }

@media (min-width: 87.5rem) {
  .cbp-hrmenu > ul > li > a {
    padding: 1.5em 2em; } }

/* ----------------------------------------------------------

HOME BG VIDEO

---------------------------------------------------------- */
.slide {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  position: relative; }

.fix-height {
  /* height: 80vh; */
  /* temporary while loading */
  /* used this as setting with header bar. . . hiding header, so increasing */
  height: 80vh; }

.ambient-video {
  /*  display: none; */ }
  .ambient-video h1 {
    margin-left: 2rem;
    margin-right: 2rem; }

section#hero-video {
  background: url(http://creativeservices.psu.edu/images/bg-video-alternate.jpg) #000 no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }
  section#hero-video .fix-height {
    background-color: #000; }
  section#hero-video .logo-hhd img {
    margin: 2.5rem auto 0 auto; }

#hero-video .jp-no-solution {
  color: #000; }
  #hero-video .jp-no-solution a {
    color: #000; }

@media (min-width: 37.5rem) {
  .ambient-video {
    display: block; }
  section#hero-video {
    background: none; } }

/* disable pointer events for passing through to ambient video control */
.section-text,
.section.audio {
  pointer-events: none; }

a.nav-arrow,
.jplayer,
button,
#progress {
  pointer-events: auto; }

@media (min-width: 37.5rem) {
  .ambient-video {
    display: block; }
  section#hero-video {
    background: none; } }

.ambient-video {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .ambient-video iframe,
  .ambient-video object,
  .ambient-video embed,
  .ambient-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media (min-aspect-ratio: 16/9) {
  /* wider than 16x9 */
  video {
    /* for jplayer */
    width: 100% !important;
    width: 100vw !important;
    height: 56.25vw !important;
    /* 16/9 = 1.778 */ } }

@media (max-aspect-ratio: 16/9) {
  /* taller than 16 x 9 */
  .ambient-video iframe,
  .ambient-video object,
  .ambient-video embed {
    height: 100vh;
    width: 177.78vh; }
  .ambient-video video {
    /* for jplayer */
    height: 100vh !important;
    width: 177.78vh !important; } }

/* ----------------------------------------------------------

VIDEO

---------------------------------------------------------- */
.container-video,
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 1rem 0; }
  .container-video iframe,
  .container-video object,
  .container-video embed,
  .video-embed iframe,
  .video-embed object,
  .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-video-fullscreen .center-center {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9)); */
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, rgba(0, 8, 18, 0.6), rgba(0, 8, 18, 0.45)); }

@media screen and (min-aspect-ratio: 1/1) {
  /* square or landscape */
  .section-video-fullscreen .center-center {
    /*	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9)); */
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, rgba(0, 8, 18, 0.6), rgba(0, 8, 18, 0.45)); } }

/* VIDEO BELOW SCREENSHOT - AS FULL SCREEN AS POSSIBLE */
.full-video {
  background-color: #192540;
  position: relative;
  float: none;
  display: block; }

.video-set-width {
  margin: 0 auto;
  padding: 2.5vh 0;
  width: 95%; }

@media screen and (min-aspect-ratio: 16/9) {
  /* when page is 16x9 or wider */
  .video-set-width {
    margin: 0;
    width: 95%; }
  .full-video .container-video,
  .showcase-video .container-video {
    padding-bottom: 0;
    width: 160vh;
    height: 90vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .full-video .container-video iframe,
    .full-video .container-video object,
    .full-video .container-video embed,
    .showcase-video .container-video iframe,
    .showcase-video .container-video object,
    .showcase-video .container-video embed {
      position: relative;
      display: block;
      width: 160vh;
      height: 90vh;
      margin-left: auto;
      margin-right: auto; } }

/* VIDEO IN TOP OF FRAME */
.showcase-video .container-video {
  padding-bottom: 0;
  width: 100vh;
  height: 56.25vh;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .showcase-video .container-video iframe,
  .showcase-video .container-video object,
  .showcase-video .container-video embed {
    position: relative;
    display: block;
    width: 100vh;
    height: 56.25vh;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-aspect-ratio: 16/9) {
  /* when page is 16x9 or wider, switch to vh units so user sees text */
  .showcase-video .container-video {
    padding-bottom: 0;
    width: 100vh;
    height: 56.25vh;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .showcase-video .container-video iframe,
    .showcase-video .container-video object,
    .showcase-video .container-video embed {
      position: relative;
      display: block;
      width: 100vh;
      height: 56.25vh;
      margin-left: auto;
      margin-right: auto; } }

/* ----------------------------------------------------------

SLIDE - FULL SCREEN BG

---------------------------------------------------------- */
.hero {
  /* position: relative; removed for link click on video */
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
  .hero img.hero-background {
    opacity: 0.65; }

.hero.full-height,
.full-height .grid {
  height: 100vh; }

.hero.partial-height,
.partial-height .grid {
  height: 60vh; }

.variable-height-img-based {
  height: 35vh; }

.hero.variable-height-img-based {
  height: 1px;
  /* IE 11 - won't respect min-height for vertical centering */
  height: 45vh;
  background-color: #1E417B;
  background: linear-gradient(135deg, #000000 0%, #192540 100%); }

/* WAS 60 VH - 061617 */
.hero.partial-height-img-based {
  height: 1px;
  /* IE 11 - won't respect min-height for vertical centering */
  height: auto;
  min-height: 60vh;
  /* don't need height at smallest size for PRC Projects. . . */
  background-color: #1E417B;
  background: linear-gradient(135deg, #000000 0%, #192540 100%); }

.project_entry.project_standalone .hero.partial-height-img-based {
  background: #192540;
  /* Old browsers */
  background: linear-gradient(135deg, #192540 0%, #1E417B 100%);
  background: linear-gradient(135deg, #000000 0%, #192540 100%); }

.project_entry .hero.partial-height-img-based {
  min-height: 60vh;
  /* don't need height at smallest size for PRC Projects. . . */ }

.project_entry.project_standalone .hero.partial-height-img-based {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media (min-width: 37.5rem) {
  .hero.partial-height-img-based {
    height: 40vh;
    /* IE 11 - won't respect min-height for vertical centering */
    min-height: 60vh;
    /* don't need height at smallest size for PRC Projects. . . */ }
  .project_entry .hero.partial-height-img-based {
    height: 60vh;
    min-height: 60vh;
    /* don't need height at smallest size for PRC Projects. . . */ }
  .project_entry.project_standalone .hero.partial-height-img-based {
    height: auto;
    min-height: 65vh;
    /* don't need height at smallest size for PRC Projects. . . */ } }

.hero.partial-height img {
  width: auto;
  height: 100%; }

.hero.partial-height-img-based img {
  height: 100%;
  width: auto; }

.hero.full-height img {
  width: auto;
  height: 100%; }

@media (min-aspect-ratio: 650/1040) {
  /* do this when aspect is this or HIGHER */
  .hero.partial-height-img-based img {
    height: auto;
    width: 110%;
    /* easier to adjust this up than to find exact aspect ratio */
    height: 100%;
    width: auto; }
  .project_entry .hero.partial-height-img-based img {
    height: 100%;
    width: auto; } }

@media (min-aspect-ratio: 900/1040) {
  /* do this when aspect is this or HIGHER */
  .hero.partial-height-img-based img {
    height: auto;
    width: 110%;
    /* easier to adjust this up than to find exact aspect ratio */ }
  .project_entry .hero.partial-height-img-based img {
    height: auto;
    width: 150%;
    /* easier to adjust this up than to find exact aspect ratio */ } }

@media (min-aspect-ratio: 15/10) {
  .hero.partial-height-img-based img {
    height: auto;
    width: 100%; } }

.hero.partial-height-img-based .hero-title {
  position: relative; }

.project_entry .hero-title.max-width,
.page-template .hero-title.max-width {
  padding: 0; }
  .project_entry .hero-title.max-width .grid-cell:first-of-type,
  .page-template .hero-title.max-width .grid-cell:first-of-type {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    margin-bottom: 0; }

@media (min-width: 56.25rem) {
  .project_entry.project_standalone.peace .hero-title,
  .project_entry.project_standalone.project_standalone_interior .hero-title {
    margin-top: 0; } }

@media (min-width: 56.25rem) {
  .project_entry.project_standalone .hero-title,
  .sel-news-header .hero-title {
    margin-top: -4rem; }
  .project_entry.project_standalone .preview-blocks,
  .sel-news-header .preview-blocks {
    margin-top: -4rem; } }

.project_entry.project_standalone .preview-blocks,
.sel-news-header .preview-blocks {
  padding-bottom: 1rem; }

.project_entry.project_standalone .ctct-embed-signup,
.sel-news-header .ctct-embed-signup {
  margin-bottom: 2rem; }

.project_entry.project_standalone ul.list-inline,
.sel-news-header ul.list-inline {
  margin-top: 1.5rem;
  margin-left: 0;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-size: 0.95rem; }
  @media (min-width: 75rem) {
    .project_entry.project_standalone ul.list-inline,
    .sel-news-header ul.list-inline {
      font-size: 1.1rem; } }
  .project_entry.project_standalone ul.list-inline li a,
  .sel-news-header ul.list-inline li a {
    margin: 0 .25rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid transparent; }
    .project_entry.project_standalone ul.list-inline li a:hover,
    .sel-news-header ul.list-inline li a:hover {
      background: rgba(30, 65, 123, 0.75);
      color: #8BE0FF;
      border: 1px solid transparent;
      background: #8BE0FF;
      color: #192540; }
  .project_entry.project_standalone ul.list-inline li.nav-active a,
  .sel-news-header ul.list-inline li.nav-active a {
    color: #8BE0FF;
    border: 1px solid #8BE0FF; }
    .project_entry.project_standalone ul.list-inline li.nav-active a:hover,
    .sel-news-header ul.list-inline li.nav-active a:hover {
      background: transparent; }

.project_entry.project_standalone .affix,
.sel-news-header .affix {
  background: rgba(25, 37, 64, 0.95);
  width: 100%;
  padding: 1.5rem 1rem 1.5rem 2.5rem;
  /* additional left padding to align affixed nav */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .project_entry.project_standalone .affix ul.list-inline,
  .sel-news-header .affix ul.list-inline {
    margin-top: 0;
    margin-left: auto; }

.project_entry.project_standalone p.breadcrumb,
.sel-news-header p.breadcrumb {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0.5rem; }

.project_entry.project_standalone .hero img.hero-background,
.sel-news-header .hero img.hero-background {
  opacity: 0.25;
  opacity: 0.4; }

.project_entry.project_standalone .hero h1,
.project_entry.project_standalone .hero p.h1,
.sel-news-header .hero h1,
.sel-news-header .hero p.h1 {
  color: #FFF;
  font-size: 1.75rem;
  margin-bottom: 1rem; }

.project_entry.project_standalone p.project-overview,
.sel-news-header p.project-overview {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem; }
  .project_entry.project_standalone p.project-overview a:hover,
  .sel-news-header p.project-overview a:hover {
    color: #192540; }

@media (min-width: 56.25rem) {
  .project_entry.project_standalone .hero h1,
  .project_entry.project_standalone .hero p.h1,
  .sel-news-header .hero h1,
  .sel-news-header .hero p.h1 {
    max-width: 75%;
    font-size: 2.25rem; }
  .project_entry.project_standalone p.project-overview,
  .sel-news-header p.project-overview {
    font-size: 1.25rem;
    max-width: 90%; } }

@media (min-width: 75rem) {
  .project_entry.project_standalone ul.list-inline,
  .sel-news-header ul.list-inline {
    font-size: 1.25rem; }
    .project_entry.project_standalone ul.list-inline li a,
    .sel-news-header ul.list-inline li a {
      margin: 0 .625rem; } }

@media (min-width: 87.5rem) {
  .project_entry.project_standalone p.project-overview,
  .sel-news-header p.project-overview {
    font-size: 1.5rem; }
  .project_entry.project_standalone .hero h1,
  .project_entry.project_standalone .hero p.h1,
  .sel-news-header .hero h1,
  .sel-news-header .hero p.h1 {
    font-size: 3rem; } }

.project_entry.project_standalone .hero-title.max-width,
.sel-news-header .hero-title.max-width {
  padding: 0; }
  .project_entry.project_standalone .hero-title.max-width .grid-cell:first-of-type,
  .sel-news-header .hero-title.max-width .grid-cell:first-of-type {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0; }

.modal-open .affix {
  display: none; }

@media (min-width: 87.5rem) {
  .project_entry .hero-title.max-width .grid-cell:first-of-type,
  .page-template .hero-title.max-width .grid-cell:first-of-type {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

a.share-block:link,
a.share-block:visited {
  background: #205EA3;
  color: #FFF;
  flex-direction: row;
  font-size: 1.25rem;
  font-family: "Roboto Slab", "Bitter", sans-serif; }
  a.share-block:link span,
  a.share-block:visited span {
    font-size: 1.75rem;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    display: block;
    margin-bottom: 0.25rem; }
  a.share-block:link span.share-email,
  a.share-block:visited span.share-email {
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 1rem;
    font-family: "Roboto Slab", "Bitter", sans-serif; }
    a.share-block:link span.share-email .material-icons,
    a.share-block:visited span.share-email .material-icons {
      font-size: 1.75rem;
      vertical-align: middle; }
  a.share-block:link:hover,
  a.share-block:visited:hover {
    background: #1E417B; }
    a.share-block:link:hover span.share-email,
    a.share-block:visited:hover span.share-email {
      color: #8BE0FF; }
    a.share-block:link:hover .material-icons,
    a.share-block:visited:hover .material-icons {
      color: #8BE0FF; }

.hero,
.hero.center-center,
.hero .ambient-video {
  /* video only ever center-center */
  overflow: hidden; }
  .hero img,
  .hero frame,
  .hero object,
  .hero embed,
  .hero video,
  .hero.center-center img,
  .hero.center-center frame,
  .hero.center-center object,
  .hero.center-center embed,
  .hero.center-center video,
  .hero .ambient-video img,
  .hero .ambient-video frame,
  .hero .ambient-video object,
  .hero .ambient-video embed,
  .hero .ambient-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.hero.center-top img {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (min-width: 75rem) {
    .hero.center-top img {
      top: -20%; } }
  @media (min-width: 112.5rem) {
    .hero.center-top img {
      top: -10%; } }
.hero.center-bottom img {
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.hero.left-bottom img {
  left: 0;
  top: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.hero.right-bottom img {
  left: 100%;
  top: 100%;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%); }

.hero.left-top img {
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.hero.right-top img {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.hero .tagline {
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 0.5rem; }

.hero h1,
.hero p.h1 {
  font-size: 1.5rem;
  margin: 0;
  display: block;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: bolder;
  /* text-transform: uppercase; */
  color: #B85941;
  line-height: 1; }

.home-template .hero h1 {
  display: inline-block; }

.home-template .hero h1 span {
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 1.25;
  margin-top: 1em;
  left: 15px;
  -webkit-box-shadow: -15px 0px 0px rgba(255, 255, 255, 0.75), 15px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: -15px 0px 0px rgba(255, 255, 255, 0.75), 15px 0px 0px rgba(255, 255, 255, 0.75);
  box-decoration-break: clone;
  box-sizing: content-box; }

p.hero-subhead {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0.75rem 0; }

article .hero-subhead {
  margin-top: 1rem; }

/* old when there was a tagline .hero h1 { 
	font-size: $font-size-default;
	margin: 0;
	padding-bottom: 0.375em;
	border-bottom: 3px solid $color-highlight-blue;
	display: inline-block;
	font-family: $font-stack-primary;
	font-weight: $font-weight-light;
	}
	*/
.intro {
  padding-top: 1rem;
  padding-bottom: 6rem; }
  .intro p {
    font-size: 1.25rem;
    line-height: 1.4; }

@media (min-width: 37.5rem) {
  .hero h1 {
    font-size: 2.5rem; }
  .hero .tagline {
    font-size: 3rem; }
  .intro p {
    font-size: 2.25rem;
    line-height: 1.6; } }

@media (min-width: 56.25rem) {
  .hero h1 {
    font-size: 2.75rem; } }

@media (min-width: 75rem) {
  .hero h1 {
    font-size: 3.00rem; }
  .hero-subhead {
    font-size: 1.75rem; } }

@media (min-width: 87.5rem) {
  .hero h1 {
    font-size: 3.25rem; } }

/* ----------------------------------------------------------

GENERAL STYLING

---------------------------------------------------------- */
.theme-dark h1, .theme-dark h2, .theme-dark h4, .theme-dark p, .theme-dark ul, .theme-dark li, .theme-dark dl {
  color: #FFF; }

img {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }

h1, h2, h3, h4 {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  line-height: 1.2;
  font-weight: 400; }

h1 {
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Roboto Slab", "Bitter", sans-serif;
  color: #B85941;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: bolder;
  font-size: 2.25rem; }

.no-hero h1 {
  margin-top: 5.25rem;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 1.5rem;
  font-family: "Roboto Slab", "Bitter", sans-serif;
  font-weight: 400;
  color: #535C70;
  letter-spacing: -0.015em;
  line-height: 1;
  margin: 3rem 0 2rem 0;
  position: relative;
  padding-left: 3rem;
  width: 100%; }
  h2::before {
    content: url(../images/icon-pillars.png);
    position: absolute;
    top: -1.125rem;
    left: 0; }

h2.mb-3 {
  margin: 3rem 0; }

.home-template h2.no-divider {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .home-template h2.no-divider::before {
    content: none; }

.project_standalone h2.email-subscribe {
  margin-left: 0; }
  .project_standalone h2.email-subscribe::before {
    content: none; }

.home-template h2 {
  font-size: 2.25rem;
  margin-top: 4rem; }

@media (min-width: 37.5rem) {
  h1 {
    font-size: 3.5rem; }
  .project_entry h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.25rem; }
  .home-template h2 {
    font-size: 3rem; } }

nav h2 {
  font-size: 2.25rem;
  padding: 0;
  margin-top: 3rem;
  display: inline-block;
  border-top: none;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: bolder; }

#directory-list p.director-header {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  border-bottom: 5px solid rgba(67, 89, 111, 0.25);
  padding-bottom: 0;
  display: inline-block;
  margin-bottom: 0.75rem; }
  #directory-list p.director-header + h3 {
    margin-top: 0; }

h3,
h2.presentation-files,
p.publication-title {
  font-size: 1.75rem;
  font-weight: 400;
  color: #B85941;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  letter-spacing: -0.015em;
  margin: 3rem 0 0.125rem 0;
  left: 0;
  line-height: 1.2; }

.preview-blocks h3 {
  font-size: 1.25rem; }
  @media (min-width: 56.25rem) {
    .preview-blocks h3 {
      font-size: 1.5rem; } }
.project_standalone .preview-blocks h3 {
  font-size: 1.25rem; }

.tags + h3 {
  margin-top: 1.5rem; }

p.publication-title {
  color: #192540;
  font-size: 1.5rem;
  margin-top: 2rem; }

h2.presentation-files:before {
  content: none; }

.four-up h3 {
  margin-top: 0.5rem; }

h4,
caption {
  font-family: "Roboto Slab", "Bitter", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0.5rem 0 0.375rem 0;
  text-align: left; }

p {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 1.5rem 0 1.5rem 0;
  font-weight: lighter; }

p.large {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem; }
  @media (min-width: 37.5rem) {
    p.large {
      font-size: 1.75rem; } }
@media (min-width: 56.25rem) {
  .lead {
    max-width: 66.66%; } }

.lead p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  margin-top: 0; }
  @media (min-width: 56.25rem) {
    .lead p {
      font-size: 1.25rem;
      padding-left: 1.5rem;
      border-left: 1px solid #B85941; } }
.home-template p.large,
.project_standalone p.large {
  margin-bottom: 0; }

p.small {
  font-size: 90%; }

p.publication-information,
p.publication-link-document {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  line-height: 1.6; }

p.publication-information a {
  overflow-wrap: break-word;
  word-break: break-word; }

.four-up,
.three-up {
  /* preview grids */ }
  .four-up img,
  .three-up img {
    transition: all 0.3s ease-in-out; }
  .four-up p,
  .three-up p {
    margin: 0 0 1rem 0;
    line-height: 1.2; }
  .four-up a:hover,
  .three-up a:hover {
    background-color: rgba(195, 226, 248, 0.25); }
    .four-up a:hover img,
    .three-up a:hover img {
      opacity: 0.9;
      mix-blend-mode: multiply; }

@media (min-width: 37.5rem) {
  p {
    font-size: 1.25rem; } }

p.callout,
blockquote {
  background-color: rgba(147, 191, 230, 0.25);
  border: 0.5rem solid rgba(147, 191, 230, 0.5);
  padding: 2rem;
  margin-top: 2rem;
  width: 90%;
  margin-left: 5%;
  line-height: 1.6; }

blockquote.blockquote-2020 {
  background-color: transparent;
  border: none;
  border-left: 0.125rem solid rgba(147, 191, 230, 0.5);
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  blockquote.blockquote-2020 p {
    font-size: 1.75rem;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    line-height: 1.4; }
  blockquote.blockquote-2020 cite {
    display: block;
    margin-top: 1rem;
    text-align: right;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: lighter; }
    blockquote.blockquote-2020 cite::before {
      content: '– ';
      color: #303A53; }

@media (min-width: 56.25rem) {
  blockquote.blockquote-vertical {
    float: right;
    width: 45%;
    margin-left: 1.5rem;
    margin-top: 1rem; } }

p.entry-date {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-size: 1.5rem;
  color: #535C70;
  font-weight: 400; }

.read-more {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.1rem; }

/* Links
----------------------------------------- */
a {
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:link {
    color: #205EA3; }
  a:hover {
    color: #0f2d4e; }
  a:active {
    color: #205EA3; }
  a:visited {
    color: #205EA3; }
  a:focus {
    color: #205EA3; }

p a {
  padding: 0.05em;
  border-bottom: 1px solid #8BE0FF;
  text-decoration: none; }
  p a.img-link {
    border-bottom: transparent; }

p a:hover {
  background-color: #8BE0FF; }
  p a.img-link:hover {
    background-color: transparent; }

nav p a {
  border-bottom: 0;
  box-shadow: none;
  padding: 0; }

.theme-dark a:link {
  color: #FFF; }

.theme-dark a:hover {
  color: #8BE0FF; }

.theme-dark a:active {
  color: #8BE0FF; }

.theme-dark a:visited {
  color: #FFF; }

.theme-dark a:focus {
  color: #FFF; }

.theme-dark p a:hover {
  color: #8BE0FF; }

a:focus,
a:focus img,
li.active a,
nav li a:focus,
a:focus #nav-icon,
a.btn:focus,
button:focus,
input[type="submit"]:focus,
div:focus {
  outline: thin dotted;
  outline: 5px auto #EFC900;
  outline-offset: -2px;
  box-shadow: inset 0 0 3px 2px #EFC900; }

div.modal:focus,
nav a:focus {
  outline: none;
  box-shadow: none; }

.modaal-wrapper:focus,
.modaal-video-wrap:focus {
  box-shadow: none;
  outline: none; }

/* ----------------------------------------------------------

ARTICLE FORMATTTING

---------------------------------------------------------- */
.header-image {
  overflow: hidden;
  justify-content: center;
  /* allows image to crop center when combined with below media query */
  width: 100%; }

@media screen and (max-aspect-ratio: 1/1) {
  /* when page is 3/4 or narrower */
  .header-image img {
    height: 100%;
    width: auto; } }

.max-width-article.padding-top.grid-cell {
  padding-top: 4.25rem; }
  .max-width-article.padding-top.grid-cell > p:first-of-type {
    font-size: 1.5rem; }

article.padding-top {
  padding-top: 2.25rem; }
  article.padding-top p:first-of-type {
    font-size: 1.25rem; }

article h1 {
  margin-top: 5.25rem; }

article p.breadcrumb + h1 {
  margin-top: 0; }

article ul, article ol {
  font-family: "Roboto Slab", "Bitter", sans-serif;
  font-size: 1.25rem;
  font-weight: lighter;
  padding: 0 1rem; }
  article ul li, article ol li {
    margin: 1rem 0;
    /* border-bottom: 1px solid rgba($color-aqua,0.5); */
    /* padding-bottom: 1rem; */
    padding-bottom: 0.5rem;
    line-height: 1.6; }
  article ul li:last-of-type, article ol li:last-of-type {
    border-bottom: none;
    margin-bottom: 0; }
  article ul ul li,
  article ul ol li, article ol ul li,
  article ol ol li {
    /* sub bullets */
    margin: 0.5rem;
    border-bottom: transparent;
    padding-bottom: 0;
    list-style-type: circle;
    font-size: 90%; }

article ul {
  list-style-type: disc; }

.project_standalone article h1 {
  margin-top: 0; }

@media (min-width: 37.5rem) {
  article.padding-top {
    padding-top: 4.25rem; }
    article.padding-top p:first-of-type {
      font-size: 1.75rem; } }

.news-entry {
  padding-bottom: 3rem; }

p.twitter {
  padding-top: 0.25rem; }

.twitter::before {
  content: "\ea96";
  font-family: 'icomoon';
  color: #1DA1F2;
  margin-right: 0.25rem; }

.pdf:before,
article a[href$=".pdf"]:before {
  content: "\eadf";
  font-family: 'icomoon';
  color: #B85941;
  margin-right: 0.25rem; }

.link:before,
.more-info:before {
  content: "\ea3b";
  font-family: 'icomoon';
  color: #205EA3;
  margin-right: 0.25rem; }

@media (min-width: 37.5rem) {
  article ul,
  article ol {
    padding: 0 3rem; } }

p.page-subhead,
.get-started h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bolder;
  color: #1E417B;
  margin-top: 3.3333rem;
  margin-bottom: 1.5rem;
  line-height: 1.2; }

ul.columned-list {
  list-style-type: none;
  margin-top: 1.5rem;
  font-style: italic; }

nav ul.columned-list {
  margin-top: 0;
  font-style: normal; }

@media (min-width: 56.25rem) {
  ul.columned-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2;
    -moz-column-gap: 2;
    column-gap: 2; }
  ul.columned-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top: 1rem;
    margin-bottom: 0; } }

/* ----------------------------------------------------------

HOMEPAGE

---------------------------------------------------------- */
p.category {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: #FFF;
  font-size: 1.1rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  z-index: 99;
  margin-top: 0;
  padding: 0.5rem 1rem; }

.preview-blocks a:nth-of-type(1) p.category.category-news,
.preview-blocks a:nth-of-type(2) p.category.category-news,
.preview-blocks a:nth-of-type(3) p.category.category-news,
.preview-block-img p.category.category-news {
  background: rgba(30, 65, 123, 0.85); }

.preview-blocks a:nth-of-type(1) p.category.category-blog,
.preview-blocks a:nth-of-type(2) p.category.category-blog,
.preview-blocks a:nth-of-type(3) p.category.category-blog,
.preview-block-img p.category.category-blog {
  background: rgba(184, 89, 65, 0.85); }

.preview-blocks a:nth-of-type(1) p.category {
  background: rgba(90, 70, 111, 0.85); }

.preview-blocks a:nth-of-type(2) p.category {
  background: rgba(184, 89, 65, 0.85); }

.preview-blocks a:nth-of-type(3) p.category {
  background: rgba(93, 125, 114, 0.85); }

.preview-blocks a:nth-of-type(4) p.category {
  background: rgba(30, 65, 123, 0.85); }

/* ----------------------------------------------------------

HOMEPAGE NEWS & EVENTS

---------------------------------------------------------- */
.news-events {
  margin-bottom: 3rem; }

.tabs-container__panel #news-landing .preview-block {
  /* landing page is 2rem but this needs more space */
  margin-bottom: 3rem; }

.tabs-container__panel .preview-block img {
  /* for related news on people pages to fill blocks */
  height: 100%;
  object-fit: cover; }

.preview-block {
  flex-shrink: 0;
  /* IE 11 */
  margin-bottom: 1rem; }
  .preview-block img {
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
    /* IE 11 */
    min-height: 1px;
    /* IE 10 force resize */
    flex: none;
    /* IE 10 */ }
  .preview-block:hover img {
    opacity: 1; }
  .preview-block img.img-vertical-preview {
    width: 65%;
    margin-left: 17.5%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    z-index: 99; }
  .preview-block img.img-vertical-bg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    width: 150%; }
  .preview-block .breadcrumb {
    margin-top: 0;
    margin-bottom: 0; }
  .preview-block h3 {
    margin-top: 0.5rem;
    color: #205EA3;
    font-size: 1.25rem; }
    @media (min-width: 56.25rem) {
      .preview-block h3 {
        font-size: 1.25rem; } }
    @media (min-width: 87.5rem) {
      .preview-block h3 {
        font-size: 1.5rem; } }
.preview-block-img {
  overflow: hidden;
  background-image: url(../images/vert-img-bg.jpg); }

.preview-block.news-preview-block figure {
  display: none; }

.preview-block.news-preview-block p {
  margin-bottom: 0;
  margin-top: 0; }

.preview-block.news-preview-block h3 {
  margin-top: 0.25em; }

.event-preview-block,
.preview-block-headline {
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5rem;
  transition: all 0.3s ease-in-out; }
  .event-preview-block p,
  .preview-block-headline p {
    color: #192540;
    line-height: 1.4;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    font-size: 1rem;
    font-weight: 400; }
  .event-preview-block:hover,
  .preview-block-headline:hover {
    background: white; }
  .event-preview-block ul,
  .preview-block-headline ul {
    margin-top: 0.5rem;
    list-style-type: none;
    padding-left: 1rem;
    margin-left: 0;
    border-left: 5px solid rgba(67, 89, 111, 0.25);
    font-size: 1.1rem;
    color: #192540;
    font-weight: lighter; }

.simple .event-preview-block ul {
  font-size: 0.95rem; }

.event-series .event-preview-block,
#news-landing .preview-block-headline,
.simple .event-preview-block,
.simple .preview-block-headline {
  background: rgba(209, 212, 218, 0.25); }
  .event-series .event-preview-block:hover,
  #news-landing .preview-block-headline:hover,
  .simple .event-preview-block:hover,
  .simple .preview-block-headline:hover {
    background: rgba(209, 212, 218, 0.5); }

.simple .preview-block.preview-block-2020 {
  background: rgba(209, 212, 218, 0.25); }
  .simple .preview-block.preview-block-2020:hover {
    background: rgba(209, 212, 218, 0.5); }

.event-series .event-preview-block {
  /* events landing & archives */
  min-height: 10rem;
  margin-bottom: 2rem; }

.event-series .two-up .grid-cell {
  background: rgba(209, 212, 218, 0.25); }

.event-series .two-up .grid-cell:nth-of-type(2) {
  background: rgba(195, 226, 248, 0.25); }

.event-series .two-up p {
  font-size: 1.1rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  line-height: 1.4;
  font-weight: 400; }

@media (min-width: 56.25rem) {
  ul, ol {
    margin-left: 1.5rem; } }

@media (min-width: 87.5rem) {
  .news-events {
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; } }

/* ----------------------------------------------------------

2020 Recent News Blocks Update
	
---------------------------------------------------------- */
.preview-block.preview-block-2020 {
  background: rgba(255, 255, 255, 0.5); }
  .preview-block.preview-block-2020:hover {
    background: #FFF; }
  @media (min-width: 56.25rem) {
    .preview-block.preview-block-2020 .preview-block-img {
      padding: 1.5rem 0 1.5rem 1.5rem; } }
  .preview-block.preview-block-2020 .preview-block-img {
    background-image: none; }
  .preview-block.preview-block-2020 .preview-block-headline {
    background: transparent; }

/* ----------------------------------------------------------

EVENTS
	
---------------------------------------------------------- */
.event-preview-block .breadcrumb span {
  color: #B85941;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bolder;
  position: relative;
  background-color: transparent;
  padding: 0; }

.big-date {
  background-color: #B85941;
  text-align: center;
  margin-bottom: 1rem;
  padding: 1rem;
  display: inline-block; }
  .big-date p {
    color: #FFF;
    line-height: 1;
    font-weight: 400;
    margin: 0; }
    .big-date p span.day-of-week {
      font-size: 1.1rem;
      padding: 0.5rem 0.25rem; }
    .big-date p span.month {
      font-family: "Lato", "Open Sans", "Bitter", sans-serif;
      text-transform: uppercase;
      font-size: 1.1rem;
      padding: 0.5rem 0.25rem 0 0.25rem; }
    .big-date p span.day {
      font-family: "Lato", "Open Sans", "Bitter", sans-serif;
      font-size: 1.1rem;
      padding: 0 0.25rem 0 0.25rem;
      line-height: 1.6; }
    .big-date p span.day.multi-day {
      font-size: 1.1rem;
      line-height: 1.6; }

@media (min-width: 56.25rem) {
  span.day-of-week {
    background-color: shade(#B85941, 20%); }
  .big-date {
    padding-top: 0 0.5rem 0.5rem 0.5rem; }
  p span.day-of-week {
    font-size: 0.875rem;
    display: block; }
  p span.month {
    display: block;
    font-size: 1.1rem; }
  p span.day {
    font-size: 2.75rem;
    display: block; }
  p span.day.multi-day {
    font-size: 1.5rem; } }

@media (min-width: 56.25rem) {
  .event-preview-block {
    margin-left: 5.5rem; }
  .big-date {
    width: 5.5rem;
    position: absolute;
    left: -5.5rem;
    display: block;
    border-radius: 0 0 0 10px; } }

.single-event p.event-type {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  text-transform: uppercase; }

.single-event ul.file-list {
  font-family: "Roboto Slab", "Bitter", sans-serif;
  font-size: 1.25rem;
  font-weight: lighter;
  list-style-type: disc; }
  .single-event ul.file-list li {
    margin: 1.5rem 0;
    border-bottom: 1px solid rgba(164, 215, 218, 0.5);
    padding-bottom: 1.5rem;
    line-height: 1.6; }
  .single-event ul.file-list li:last-of-type {
    border-bottom: none; }

#projects .grid.bg-white {
  padding-top: 2rem; }

/* ----------------------------------------------------------

NEWS LANDING

---------------------------------------------------------- */
.grid.bg-white {
  padding-bottom: 3rem; }

#news-landing .grid.bg-white {
  padding-top: 1rem; }

#news-landing .preview-block {
  margin-bottom: 2rem; }

.news-landing-preview .preview-block-headline h3 {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.5rem; }

/* ----------------------------------------------------------

HIGHLIGHT BOX

---------------------------------------------------------- */
@media (min-width: 37.5rem) {
  .highlight-box {
    float: left;
    width: 33.3333%; } }

/* ----------------------------------------------------------

FIGURE

---------------------------------------------------------- */
figure {
  margin-bottom: 2rem; }

.top-offset {
  margin-top: 3rem; }

.c-figure {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.c-figure--full {
  margin-top: 1.5rem;
  margin-bottom: 1.0rem; }

.leadership-block {
  margin-top: 1.5rem;
  border-bottom: 1px solid #D1D4DA; }

.director-img {
  width: 100%; }

@media (min-width: 37.5rem) {
  img.director-img {
    width: 20%;
    float: right;
    margin-left: 1.5rem; } }

@media (min-width: 56.25rem) {
  .c-figure--right--half {
    float: right;
    width: 50%;
    position: relative;
    margin-left: 1.5rem;
    margin-top: 0.75rem; }
  .c-figure--right {
    float: right;
    width: 33.3333%;
    position: relative;
    margin-left: 1.5rem;
    margin-top: 0.75rem; }
  .c-figure--left {
    float: left;
    width: 33.3333%;
    position: relative;
    margin-right: 1.5rem;
    margin-top: 0.75rem; } }

figcaption {
  display: block;
  /* background-color: rgba($color-ps-blue-1,0.5); */
  padding: 0.5rem 0 1rem 0;
  font-size: 0.875rem;
  color: #192540;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

/* ----------------------------------------------------------

ADDRESS

---------------------------------------------------------- */
p.address {
  border-left: 1px solid #43596F;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 0;
  margin-top: 1rem;
  margin-bottom: 2rem; }

/* ----------------------------------------------------------

DIRECTORY

---------------------------------------------------------- */
.alpha-directory ul {
  margin-left: 0; }

ul#directory-filter {
  margin: 1rem 0 0 0;
  padding: 0 0 0.75rem 0;
  text-align: left;
  font-size: 1rem; }

ul#directory-filter ul {
  margin-bottom: 0;
  margin-top: 0; }

ul#directory-filter li {
  display: inline-block;
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 10px; }

ul#directory-filter li.directory-divider {
  text-transform: uppercase;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

ul#directory-filter li.directory-media a {
  text-transform: uppercase; }

ul#directory-filter a {
  margin-right: 0.15em;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border: 1px solid transparent; }

ul#directory-filter a:hover, ul#directory-filter a.current {
  background-color: rgba(195, 226, 248, 0.25);
  color: #B85941; }

#directory-list {
  width: 100%; }
  #directory-list .directory-entry-text {
    float: left;
    position: relative; }
  #directory-list .directory-img {
    display: none; }
  #directory-list li {
    list-style-type: none;
    /* border-top: 1px solid $color-gray-1;  new for inline photos */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #directory-list li:hover {
    background-color: rgba(209, 212, 218, 0.25); }
  #directory-list p {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0.75rem 0; }
  #directory-list p.title {
    font-style: italic;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    /* new for inline photos */
    font-size: 0.95rem; }
    @media (min-width: 75rem) {
      #directory-list p.title {
        font-size: 1.1rem; } }
  #directory-list h3 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    /* new for inline photos */ }
    @media (min-width: 75rem) {
      #directory-list h3 {
        font-size: 1.25rem; } }
ul#directory-list li {
  /* new for inline photos */
  display: inline-block;
  width: 49%;
  /* b/c inline and not flexed */
  text-align: left;
  line-height: 1.1;
  vertical-align: top;
  padding: 0.75rem 1.5%;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: none;
  font-size: 1.1rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

#projects ul#directory-list li,
#Tab-Biography ul#directory-list li {
  width: 100%; }

@media (min-width: 37.5rem) {
  /* new for inline photos */
  ul#directory-list li {
    width: 32%; }
  #projects ul#directory-list li,
  #Tab-Biography ul#directory-list li {
    width: 49%; } }

@media (min-width: 56.25rem) {
  /* new for inline photos */
  ul#directory-list li {
    width: 24%; }
  #projects ul#directory-list li,
  #Tab-Biography ul#directory-list li {
    width: 32%; } }

@media (min-width: 75rem) {
  /* new for inline photos */
  ul#directory-list li {
    width: 19%; }
  .sel-directory ul#directory-list li {
    width: 24%; } }

@media (min-width: 37.5rem) {
  #directory-list .directory-img {
    display: block;
    float: left;
    margin: 1rem 2rem 1rem 1rem;
    max-width: 160px;
    flex-shrink: 0;
    /* IE 11 */ } }

/* ----------------------------------------------------------

PUBLICATIONS

---------------------------------------------------------- */
p.publication-link-document {
  margin-top: 0; }

/* ----------------------------------------------------------

EVENT SERIES FOOTER

---------------------------------------------------------- */
.series-footer-nav {
  border-top: 1px solid #D1D4DA;
  margin-top: 3rem; }
  .series-footer-nav ul#directory-filter {
    text-align: center; }

/* ----------------------------------------------------------

SEARCH

---------------------------------------------------------- */
.margined > div.search-results {
  margin-bottom: 3rem; }

.search-results h2, .search-results h3, .search-results h4, .search-results img {
  display: none; }

.search-results p {
  font-size: 1.1rem;
  line-height: 1.4; }

.search-results ul {
  font-size: 1.1rem; }

.search-results p.results-quantity {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  color: #535C70;
  font-size: 1.25rem; }

.search-results p.search-title {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.25rem; }
  .search-results p.search-title span {
    color: #B85941;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bolder;
    position: relative;
    top: -0.25em; }

/* ----------------------------------------------------------

INDIVIDUAL

---------------------------------------------------------- */
.breadcrumb {
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.0rem; }
  .breadcrumb a,
  .breadcrumb a:visited,
  .breadcrumb span {
    background-color: rgba(67, 89, 111, 0.6);
    color: #FFF;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    text-transform: uppercase;
    border-bottom: none;
    box-shadow: none;
    padding: 0.5rem; }
  .breadcrumb a:hover {
    background-color: #43596F; }

.individual img.bio-pic {
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-right: 1rem; }

.individual p.position {
  font-size: 1.75rem;
  display: inline-block;
  border-bottom: 5px solid rgba(67, 89, 111, 0.25);
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #43596F;
  line-height: 1.2; }

.individual ul.position-list {
  color: #43596F;
  font-weight: 400;
  list-style-type: none; }
  .individual ul.position-list li {
    font-size: 1.25rem;
    position: relative;
    padding: 0.5rem 0.25rem 0 1.5rem;
    margin-left: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    border-bottom: none;
    line-height: 1.2;
    font-weight: 300; }
  .individual ul.position-list li:before {
    content: '● ';
    color: #B85941;
    position: absolute;
    top: 0.375rem;
    left: 0.25rem; }

div.address {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  margin-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-left: 10px solid rgba(67, 89, 111, 0.25); }
  div.address p {
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.75rem; }
  div.address p.pdf {
    margin: 1rem 0; }

.project_entry div.address {
  /* new project_entry 02/2020 */
  margin-top: 2rem; }

@media (min-width: 56.25rem) {
  div.address {
    margin-left: 2rem; } }

/* ----------------------------------------------------------

FAQ

---------------------------------------------------------- */
.faq h4 {
  margin-left: 3rem;
  padding-top: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  position: relative; }

.faq h4:before {
  content: "\ea0a";
  font-family: 'icomoon';
  color: #7BAA59;
  font-weight: bold;
  position: absolute;
  left: -0.5rem;
  top: 1.125em;
  font-size: 1.1rem; }

.faq h4.active:before {
  content: "\ea0f";
  font-family: 'icomoon';
  color: #C34123;
  font-weight: bold;
  position: absolute;
  left: -0.5rem;
  top: 1.125em;
  font-size: 1.1rem; }

.faq div {
  background-color: rgba(209, 212, 218, 0.125);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1.5rem; }

/* ----------------------------------------------------------

SECTION NAVIGATION

---------------------------------------------------------- */
article,
article.max-width.bio-block {
  margin-bottom: 2rem; }

@media (min-width: 37.5rem) {
  article,
  article.max-width.bio-block {
    margin-bottom: 5rem; } }

article.no-header-image + aside {
  top: 0; }

.highlight-box {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }
  .highlight-box h2 {
    border-top: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.75rem;
    background-color: #1E417B;
    color: #FFF;
    font-weight: lighter;
    display: inline-block;
    padding: 0.5rem 1rem; }
  .highlight-box img {
    position: absolute;
    z-index: 0; }
  .highlight-box .half, .highlight-box.third {
    background-color: #7dc2e8;
    background-image: linear-gradient(to right bottom, #7dc2e8 0%, #aadd74 100%); }
    .highlight-box .half p, .highlight-box.third p {
      font-size: 1.25rem; }

.highlight-box.third {
  padding: 1.5rem; }
  .highlight-box.third p {
    font-size: 1.1rem; }
  .highlight-box.third a {
    background-color: rgba(255, 255, 255, 0.5); }

@media (min-width: 37.5rem) {
  .highlight-box.third {
    float: right;
    position: relative;
    width: 33.3333%;
    margin-left: 1.5rem; } }

/* ----------------------------------------------------------

ANIMATION

---------------------------------------------------------- */
.animation-background {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -o-animation-delay: 1s;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1; }

.animation-hero-h1 {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 1.5s;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -o-animation-delay: 1.5s;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-iteration-count: 1; }

.animation-hero-tagline {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 1.5s;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -o-animation-delay: 1.5s;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-iteration-count: 1; }

article {
  background-color: #FFF;
  position: relative; }

article.no-header-image {
  top: 0;
  margin-top: 3rem; }

.bg-subtle .preview-blocks a {
  background-color: rgba(255, 255, 255, 0.325); }
  .bg-subtle .preview-blocks a:hover {
    background-color: rgba(255, 255, 255, 0.75); }

.bg-subtle .preview-blocks a.all-projects {
  background-color: rgba(30, 65, 123, 0.625);
  background-color: rgba(255, 255, 255, 0.325); }
  .bg-subtle .preview-blocks a.all-projects h3 {
    color: #ffffff;
    color: #205EA3; }
  .bg-subtle .preview-blocks a.all-projects:hover {
    background-color: rgba(255, 255, 255, 0.75); }
    .bg-subtle .preview-blocks a.all-projects:hover h3 {
      color: #205EA3; }
  .bg-subtle .preview-blocks a.all-projects .grid-content .center-me {
    flex-direction: column;
    display: flex;
    align-self: center;
    text-align: center; }

.preview-blocks .set-img-bg {
  overflow: hidden;
  background-color: #192540; }

.preview-blocks img {
  opacity: 0.75;
  transition: all 0.3s ease-in-out; }

.preview-blocks a:hover {
  background-color: rgba(209, 212, 218, 0.5); }
  .preview-blocks a:hover img {
    opacity: 1; }

.preview-blocks h3 {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  color: #205EA3; }

.preview-blocks p {
  margin-top: 0;
  color: #192540;
  line-height: 1.4;
  font-size: 0.95rem; }
  @media (min-width: 56.25rem) {
    .preview-blocks p {
      font-size: 1.1rem; } }
.preview-blocks p.category {
  color: #FFF; }

.preview-blocks .grid-content {
  padding: 1rem; }

/* ----------------------------------------------------------

BIO

---------------------------------------------------------- */
#people article {
  padding-top: 0;
  margin-bottom: 5rem; }

.bio-block h2 {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-size: 1.75rem;
  width: 100%;
  text-transform: uppercase;
  color: #535C70;
  line-height: 1.4;
  padding-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem; }

.bio-block .contact-details {
  /* 	margin-top: 1.5rem; was for four-up version */ }
  .bio-block .contact-details .grid-cell {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .bio-block .contact-details p {
    margin-top: 1.0rem;
    /* padding-top: 0; was for 4-up version */
    line-height: 1.4;
    font-size: 1.1rem; }
  .bio-block .contact-details h2 {
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    text-align: left;
    color: #AFB3BC;
    border-left: 1px solid rgba(164, 215, 218, 0.5); }

.bio-block ul.tag-list,
.bio-block .education-block ul {
  padding: 0; }
  .bio-block ul.tag-list li,
  .bio-block .education-block ul li {
    display: inline-block;
    border-bottom: none;
    box-shadow: none;
    margin: 0.25rem;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    background-color: rgba(209, 212, 218, 0.25);
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    font-size: 1.1rem; }

.bio-header {
  padding: 2rem 4rem 0 4rem; }
  .bio-header h1 {
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    font-size: 4.25rem;
    text-transform: uppercase;
    color: #8BE0FF;
    font-weight: bolder;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    margin-left: 2rem;
    text-align: left;
    line-height: 1; }
  .bio-header p {
    margin-bottom: 0;
    margin-left: 2rem;
    margin-top: 0; }
  .bio-header p.more {
    margin-top: 0.25rem; }
  .bio-header p.occupation {
    font-style: italic; }
  .bio-header p.dept {
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    text-transform: uppercase;
    color: #535C70; }
  .bio-header img {
    width: auto;
    height: auto;
    box-shadow: 5px 5px 0 #fff, 10px 10px 0 rgba(139, 224, 255, 0.5); }

.prc-divider {
  text-align: center;
  margin: 0 auto 0 auto; }
  .prc-divider:before {
    margin-top: 3rem;
    content: url(../images/icon-pillars.png);
    display: block; }

.tags p {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  color: #B85941;
  font-weight: bolder;
  margin-bottom: 0.5rem; }

.tags a {
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0.25rem 0.75rem;
  border: 1px solid #93BFE6;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

.tags a.active {
  background-color: #B9DC7A; }

.tags a:hover {
  background-color: #c3e2f8;
  color: #205EA3; }

.pagination {
  margin-bottom: 2rem; }
  .pagination ul {
    list-style-type: none;
    text-align: center; }
    .pagination ul li {
      display: inline-block; }
  .pagination .pagination-newer,
  .pagination .pagination-older {
    font-size: 0.875rem;
    padding: 0.25rem 0.25rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
  .pagination .pagination-newer:before {
    content: '\E5CB';
    font-family: 'Material Icons';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    top: 0.45rem;
    font-size: 1.5rem; }
  .pagination .pagination-older:after {
    content: '\E5CC';
    font-family: 'Material Icons';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    top: 0.45rem;
    font-size: 1.5rem; }

/* ----------------------------------------------------------

BIO BOX

---------------------------------------------------------- */
.bio-box {
  background-color: rgba(209, 212, 218, 0.25);
  padding: 1rem; }
  .bio-box p {
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    font-weight: 400; }

@media (min-width: 56.25rem) {
  .bio-box {
    float: right;
    width: 50%;
    margin-left: 2rem; } }

/* ----------------------------------------------------------

PAGE NAVIGATION

---------------------------------------------------------- */
nav.sub-navigation {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem; }
  nav.sub-navigation ul {
    font-size: 1.5rem;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #D1D4DA;
    list-style-type: none;
    text-align: left;
    font-weight: 400;
    font-family: "Roboto Slab", "Bitter", sans-serif; }
    nav.sub-navigation ul.nav-right {
      border-left: none;
      margin-left: 0;
      padding-left: 0;
      border-right: 1px solid #D1D4DA;
      margin-right: 1rem;
      padding-right: 1rem; }
    nav.sub-navigation ul li {
      margin: 0.75rem 0; }
    nav.sub-navigation ul li a {
      padding: 0.25rem 0; }
    nav.sub-navigation ul li.selected > a {
      color: #B85941;
      border-bottom: 1px dotted #D1D4DA; }
    nav.sub-navigation ul ul {
      font-size: 1.25rem;
      border-left: none;
      font-weight: 400;
      margin-left: 0;
      font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

@media (min-width: 37.5rem) {
  nav.sub-navigation {
    margin-top: 6rem; } }

/* ----------------------------------------------------------

SPLITSCREEN

---------------------------------------------------------- */
.split-screen nav h2,
.split-screen ul li.first {
  /* hide section callout and overview link from split screen landing page */
  display: none; }

.img-fill {
  overflow: hidden;
  background-color: #192540;
  min-height: 12.5rem;
  /* needed for old iphone which does not respect img height */ }
  .img-fill img {
    width: 100%;
    height: auto;
    opacity: 0.3;
    align-self: flex-start; }
  .img-fill h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    /* word-break: break-all; */
    word-wrap: break-word;
    color: #8BE0FF;
    line-height: 0.75;
    font-weight: bolder;
    mix-blend-mode: hard-light;
    opacity: 0.75;
    width: 90%;
    letter-spacing: -0.025em; }

.grid-square .grid-cell {
  background-color: #192540; }

.grid-square .grid-square-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  flex: none; }

.grid-square h2 {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-size: 2.75rem;
  text-transform: uppercase;
  /* word-break: break-all; */
  word-wrap: break-word;
  color: #8BE0FF;
  line-height: 0.85;
  font-weight: bolder;
  mix-blend-mode: hard-light;
  opacity: 0.75;
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

.grid-square img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  align-self: flex-start;
  transition: all 0.3s ease-in-out; }

.grid-square .grid-cell:hover img {
  opacity: 0.125; }

#home .img-fill h1 {
  font-size: 7rem; }

.grid.full-height {
  height: 100vh; }
  .grid.full-height .img-fill {
    justify-content: center; }
    .grid.full-height .img-fill h1 {
      font-size: 4.25rem; }
  .grid.full-height img {
    height: 100vh;
    width: auto; }

.alert-box h2 {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-size: 2.75rem;
  text-transform: uppercase;
  /* word-break: break-all; */
  word-wrap: break-word;
  color: #8BE0FF;
  line-height: 0.85;
  font-weight: bolder;
  mix-blend-mode: hard-light;
  opacity: 0.75;
  border-top: none;
  padding: 0;
  margin-top: 0; }

@media (min-width: 37.5rem) {
  .img-fill h1 {
    font-size: 5rem; } }

@media (min-width: 56.25rem) {
  .img-fill img {
    height: 100%;
    width: auto; }
  .img-fill h1 {
    font-size: 6rem; } }

@media (min-width: 75rem) {
  .img-fill h1 {
    font-size: 8rem; } }

@media (min-width: 112.5rem) {
  .split-screen .img-fill img {
    width: 100%;
    height: auto; } }

/* ----------------------------------------------------------

CENTER TABLES

---------------------------------------------------------- */
.center-center {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.center-center-cell {
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
  text-align: center; }

/* ----------------------------------------------------------

LANDING SLIDE

---------------------------------------------------------- */
.home-template header {
  background: #FFF url(../images/bg-subtle-prc.jpg) no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

header {
  width: 100%;
  position: relative;
  display: block;
  z-index: 999; }
  header img {
    display: block;
    transition: all 0.3s ease-in-out; }
  header img:hover {
    opacity: 0.75; }
  header .universal {
    position: relative;
    display: block;
    float: right;
    z-index: 99;
    top: 0.5rem; }
    header .universal a {
      font-size: 1.1rem;
      font-family: "Lato", "Open Sans", "Bitter", sans-serif;
      text-transform: uppercase;
      margin: 0 0.5rem; }
  @media (min-width: 47.5rem) {
    header .universal {
      position: absolute;
      right: 2rem;
      top: 1rem;
      float: none; } }
  header ul {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    position: relative; }
    header ul li {
      /* display: inline-block; removed for switch to dropdown menu */
      margin: 0 0.75rem; }
      header ul li a {
        border-bottom: 2px solid transparent;
        padding: 0.5rem 0.5rem;
        transition: all 0.3s ease-in-out; }
      header ul li a:visited {
        color: #FFF; }

@media (min-width: 56.25rem) {
  header {
    padding: 0; } }

.nav-feature div {
  background-color: #205EA3; }

.nav-feature img {
  opacity: 1;
  transition: all 0.3s ease-in-out; }

nav .nav-feature p {
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent; }

nav a.nav-feature:hover img {
  opacity: 0.5; }

header ul li a:hover,
nav a.nav-feature:hover p {
  /* border-bottom: 2px solid $color-highlight-blue; */
  color: #FFF; }

.navigation,
.header-background-animation {
  /* hide nav and its background from small screens */
  display: none; }

.brand-logo {
  display: block;
  float: none;
  transition: all 0.3s ease-in-out; }
  .brand-logo img {
    width: 240px;
    height: auto; }

.center-mobile {
  text-align: center; }

@media (min-width: 37.5rem) {
  .center-mobile {
    text-align: inherit; }
  .brand-logo img {
    width: 280px;
    height: auto; } }

p.story-tagline {
  line-height: 1.2;
  color: #FFF;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-weight: lighter;
  text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 2px;
  text-align: center;
  font-size: 1.5rem; }
  p.story-tagline span {
    display: none; }

@media (min-width: 37.5rem) {
  p.story-tagline span {
    display: inline; } }

/*------------------------------------------------

VIDEO

---------------------------------------------------------- */
.container-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%; }
  .container-video iframe,
  .container-video object,
  .container-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

iframe.map {
  margin-top: 2rem; }

#publications .container-video {
  width: 50%;
  padding-bottom: 28.125%; }

/*------------------------------------------------

BUTTON

---------------------------------------------------------- */
button,
a.btn,
.theme-dark a.btn,
.btn {
  background: #F1D126;
  color: #192540;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto Slab", "Bitter", sans-serif;
  border: none;
  margin-top: 1em;
  font-size: 1.1rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem; }
  button:hover,
  a.btn:hover,
  .theme-dark a.btn:hover,
  .btn:hover {
    background: #EFC900;
    cursor: pointer; }
  button.media-transcript, button.media-credits,
  a.btn.media-transcript,
  a.btn.media-credits,
  .theme-dark a.btn.media-transcript,
  .theme-dark a.btn.media-credits,
  .btn.media-transcript,
  .btn.media-credits {
    margin-top: 0;
    background: transparent;
    padding: 0;
    position: relative;
    color: #FFF;
    cursor: pointer; }
  button.media-credits,
  a.btn.media-credits,
  .theme-dark a.btn.media-credits,
  .btn.media-credits {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 99999; }

button.close {
  background: transparent; }

.btn.alt-btn {
  color: #FFF;
  background: #205EA3; }

.btn.alt-btn:hover {
  background: #93BFE6;
  color: #1E417B; }

#hero-video a.btn,
a.btn.big-btn {
  padding: 1rem 2rem; }

.hero a.btn {
  margin-bottom: 1rem; }

.no-btn-spacer {
  margin-bottom: 5rem; }

.btn.small,
a.btn.small {
  font-size: 1.1rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  margin-top: 0; }

.toggle {
  /* Toggle is button w/ out background! */
  font-size: 0.875rem;
  border-bottom: 1px solid #8BE0FF;
  box-shadow: inset 0 -1px 0 #8BE0FF; }

@media (min-width: 37.5rem) {
  button,
  a.btn,
  .theme-dark a.btn,
  .btn {
    font-size: 1.25rem; }
  .toggle {
    font-size: 0.75rem; } }

.toggle:before {
  content: '+';
  margin-right: 0.125em; }

.toggle.toggle-opened:before {
  content: 'x';
  margin-right: 0.25em;
  position: relative;
  top: -0.05em;
  font-size: 75%; }

div.toggled-group {
  display: none;
  text-align: left; }
  div.toggled-group p {
    font-size: 1.1rem;
    margin-bottom: 1em; }

div.toggled-group.credits-text {
  background-color: #FFF;
  padding: 0.5em 0.5em 0 0.5em;
  position: absolute !important;
  bottom: 1.5em;
  right: 1em;
  z-index: 99999; }
  div.toggled-group.credits-text p {
    font-size: 0.75rem;
    color: #192540; }

.half div.toggled-group p {
  font-size: 0.875rem; }

.transcript-text {
  padding: 1em 0 0 0; }

.media-transcript + p,
.transcript-text + p {
  margin-top: 2em; }

/* ----------------------------------------------------------

FOOTER

---------------------------------------------------------- */
footer {
  background: #1E417B;
  padding: 2rem 0; }
  footer img {
    margin: 0 auto; }
  footer ul {
    font-size: 0.875rem;
    margin: 1.5rem 0 0 0;
    text-align: center; }
    footer ul.social {
      border-bottom: 1px solid #8BE0FF;
      padding-bottom: 1rem;
      margin-bottom: 2rem; }
    footer ul li {
      color: #FFF;
      display: inline-block;
      font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
      footer ul li a {
        padding: 0.5em 0.5em;
        border-bottom: 2px solid transparent; }

@media (min-width: 37.5rem) {
  footer ul {
    font-size: 1rem; } }

.email-signup-block {
  background-color: rgba(32, 94, 163, 0.85); }
  .email-signup-block .btn {
    margin-top: 0; }
  .email-signup-block label {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0; }
  .email-signup-block form {
    text-align: center;
    padding: 1rem 0.5rem 2rem 0.5rem; }
    .email-signup-block form .email-subscribe:before {
      content: '\E0BE';
      font-family: 'Material Icons';
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      margin-right: 0.5rem;
      position: relative;
      top: 0.375rem;
      font-size: 1.75rem;
      color: #C3E2F8; }

.email-subscribe-li {
  display: block;
  font-size: 1.2rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

.email-subscribe-li .material-icons {
  vertical-align: middle; }

/* ----------------------------------------------------------

FORMS

---------------------------------------------------------- */
form {
  width: 100%;
  padding: 0.5rem;
  font-face: "Lato", "Open Sans", "Bitter", sans-serif; }

input.txt:focus + .form-hint {
  display: block; }

fieldset {
  border: none; }

#freeform {
  counter-reset: label; }

#freeform label:before {
  content: counter(label) ". ";
  counter-increment: label; }

form .required {
  color: #B85941; }

label {
  font-size: 1.25rem;
  display: block;
  color: #192540;
  margin-top: 1.75rem;
  margin-bottom: 0.375rem; }

label.header-label {
  display: none; }

label span {
  font-size: 1.1rem; }

#main section.pages-section form ul li:before {
  content: none; }

article form ul li {
  list-style-type: none; }

/* alignment for radio buttons */
input[type=radio] {
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle; }

li label {
  display: inline;
  font-size: 1.25rem;
  font-style: italic;
  vertical-align: middle; }

li label:before {
  content: none;
  display: none; }

input, textarea {
  font-weight: normal;
  color: #192540; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input.file {
  padding: 0.75rem;
  border: 1px solid #AFB3BC;
  background-color: #C3E2F8;
  font-size: 1.25rem; }

#slider form {
  text-align: right; }

input.file {
  display: block; }

select {
  color: #192540;
  margin: 0 0 1.25rem 0;
  border: 1px solid #AFB3BC;
  float: left;
  border-radius: 9px;
  padding: 0.25rem 0.25rem 0 0.75rem;
  background-color: #FFF;
  font-size: 1.25rem; }

#freeform select, .pages-section form select {
  float: none;
  display: block; }

select option {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

select:hover {
  background-color: #C3E2F8; }

.header-label {
  font-size: 1.75rem;
  margin-top: 0.75rem; }

textarea:hover, textarea:focus,
input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
input[type="tel"]:hover, input[type="tel"]:focus
textarea:hover, textarea:focus,
input.file:hover, input.file:focus {
  background-color: tint(#C3E2F8, 50%);
  opacity: 1;
  transition: all 0.3s ease-in-out; }

.user-creation {
  float: left;
  font-size: 1.75rem;
  margin-left: 1.25rem;
  margin-top: 1.75rem; }

.form-current-photo {
  display: block;
  margin-left: 1.75rem; }

/* FORM ERROR MESSAGE */
label.error {
  display: block;
  color: red;
  font-style: italic;
  font-weight: normal; }

input.error {
  border: 2px solid red; }

/* FORM SUCCESS MESSAGE */
.form-success {
  background-color: #B9DC7A;
  font-size: 2.25rem;
  margin-top: 4rem;
  padding: 1.25rem;
  line-height: 1.4; }

.sm, a.sm {
  float: left;
  font-size: 1.25rem;
  padding: 0.25rem;
  background-color: #205EA3;
  border: none;
  text-decoration: none;
  color: #FFF;
  margin-left: 1.25rem;
  margin-top: 1rem; }

/* top search button  input.btn {
	
	background-color:  #C34123;
	color:#fff;
	text-decoration:none;
	text-align:center;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding: 5px 8px 3px 8px;
	font-size: 1.4em;
	border: 0;
	font-family: $font-stack-primary;
	-webkit-appearance: none;
	}*/
/* top search button  input.btn:hover {
	background-color: $color-ps-blue-3;
	border: 0;
	cursor: pointer;
	}*/
textarea.txt textarea#note {
  padding: 0.25rem;
  margin: 0 0 0 1.25rem;
  border: 1px solid #AFB3BC;
  border-top: 1px solid #535C70;
  background-color: #FFF;
  font-size: 1.5rem; }

input.txt {
  width: 50%; }

textarea.txt {
  width: 75%;
  height: 10rem; }

/* p.button paragraph buttons */
.button {
  width: 33.33%;
  text-align: center;
  margin: 1.5rem auto 0 auto; }

.button.small-button {
  width: 25%;
  font-size: 1.25rem; }

.button a,
input.button {
  background: #F1D126;
  color: #192540;
  display: block;
  padding: 1rem 2rem;
  text-decoration: none;
  font-family: "Roboto Slab", "Bitter", sans-serif;
  font-size: 1.75rem;
  border: none;
  box-shadow: none;
  margin-top: 1.25rem;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out; }

.button a:hover, input.button:hover {
  background: #EFC900; }

a.btn:focus,
button:focus,
input:focus,
textarea:focus,
radio {
  outline: 4px auto #8BE0FF;
  box-shadow: inset 0 0 2px 1px #8BE0FF; }

.warning {
  border: 3px solid #B85941;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  text-align: center; }
  .warning p {
    color: #B85941; }

.ctct-custom-form {
  min-width: 280px !important; }
  .ctct-custom-form h2 {
    font-size: 1.75rem;
    margin-right: 0;
    margin-top: 2rem;
    width: 100%;
    left: 0;
    line-height: 1.1; }
    .ctct-custom-form h2:before {
      left: 0; }
  .ctct-custom-form label {
    font-weight: 400 !important;
    text-align: left !important;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    min-width: 9rem;
    margin-top: 0;
    margin-bottom: 0.25rem !important; }
  .ctct-custom-form input[type="text"] {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #FFF !important;
    color: #192540 !important;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif !important;
    font-size: 1.25rem !important;
    width: 100%; }
    @media (min-width: 37.5rem) {
      .ctct-custom-form input[type="text"] {
        width: auto !important; } }
  .ctct-custom-form input[type="text"]:focus {
    outline: 4px auto #8BE0FF !important;
    box-shadow: inset 0 0 2px 1px #8BE0FF !important; }
  .ctct-custom-form input[type="text"]:hover {
    background-color: tint(#C3E2F8, 50%) !important;
    opacity: 1;
    transition: all 0.3s ease-in-out; }
  .ctct-custom-form .ctct-button {
    background: #F1D126 !important;
    color: #192540 !important;
    font-size: 1.25rem !important;
    display: inline-block !important;
    font-weight: 400 !important;
    width: auto !important; }
  .ctct-custom-form .ctct-button:hover {
    background: #EFC900 !important;
    cursor: pointer !important; }

#error_message {
  margin-top: 3rem; }
  #error_message p {
    color: #192540;
    background-color: #FFF;
    border: 0.5rem solid #B85941;
    padding: 2rem;
    display: block; }

#success_message {
  background-color: #FFF;
  border: 0.5rem solid shade(#B9DC7A, 15%);
  padding: 2rem;
  display: block;
  margin-top: 3rem; }

/* ----------------------------------------------------------
search
---------------------------------------------------------- */
input[type=search],
input[type=email] {
  background-color: #FFF;
  border: 0;
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  font-size: 1.25rem;
  border: 1px dotted #205EA3;
  width: 200px; }

div.search {
  position: relative; }
  div.search span {
    line-height: normal;
    vertical-align: middle;
    display: inline-block; }
  div.search div.search .btn-search:before {
    display: inline-block;
    content: "\e986";
    /*  font-family: 'icomoon'; */
    margin-right: 0.25em;
    font-size: 1.25rem;
    color: #205EA3; }
  div.search button.btn {
    display: block;
    margin-top: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0.5rem;
    padding: 0;
    height: 2rem;
    width: 2rem; }

.btn-search:before {
  display: inline-block;
  content: "GO";
  background-color: #F1D126;
  border-radius: 25px;
  margin-right: 0.25em;
  font-size: 1.1rem;
  padding: 0.25rem;
  color: #205EA3; }

.btn-search:hover:before {
  color: #1E417B; }

#slider button.btn {
  display: block;
  margin-top: 0;
  background-color: transparent;
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  padding: 0;
  height: 3rem;
  width: 3rem; }

/* ----------------------------------------------------------
captcha image
---------------------------------------------------------- */
#publishForm img {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 10px; }

/*------------------------------------------------

NEW ACCORDION

---------------------------------------------------------- */
.content-accordion {
  padding-bottom: 1.5rem; }

.content-accordion button {
  margin-top: 0.5rem; }

.accordion-content {
  padding: 1rem; }

@media (min-width: 56.25rem) {
  .accordion-content {
    padding: 1.5rem; } }

/*------------------------------------------------

GET STARTED

---------------------------------------------------------- */
.get-started {
  background-color: #FFF; }

.get-started h2 {
  border-top: 0; }

/*------------------------------------------------

PROJECTS

---------------------------------------------------------- */
.project_entry .breadcrumb {
  margin-top: 1rem; }

.project_entry .hero h1 {
  font-size: 3rem; }

/*------------------------------------------------

ACCESSIBLE TABS PANEL

---------------------------------------------------------- */
#TabContainer {
  margin: 1.5rem 0 4rem 0;
  text-align: center; }

#projects #TabContainer {
  margin-bottom: 0; }

@media (min-width: 37.5rem) {
  .tabs-container__panel {
    /* background: #fff; */
    padding: 1.5em; }
  #projects .tabs-container__panel {
    padding: 0; } }

.tabs-container__panel .three-up .grid-content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.tabs-navigation a:focus,
.accordion-wrapper:focus,
.tabs-container__panel:focus {
  outline: none;
  box-shadow: none; }

p.tab-highlight {
  text-transform: uppercase;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  font-size: 2.25rem;
  color: #FFF;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23); }

.tabs-container__panel h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  margin-bottom: 0;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  text-transform: uppercase;
  color: #8BE0FF;
  padding-bottom: 0; }

.tabs-container__panel h4 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid #D1D4DA;
  padding-top: 2rem; }

.tabs-container__panel p.project-entry-link {
  margin-top: 0.25rem; }

.tabs-container__panel ul, .tabs-container__panel ol {
  /* same list style as articles */
  font-family: "Roboto Slab", "Bitter", sans-serif;
  font-size: 1.25rem;
  font-weight: lighter; }
  .tabs-container__panel ul li, .tabs-container__panel ol li {
    margin: 1.5rem 0;
    /* border-bottom: 1px solid rgba($color-aqua,0.5);
		padding-bottom: 1.5rem; */
    line-height: 1.6; }
  .tabs-container__panel ul li:last-of-type, .tabs-container__panel ol li:last-of-type {
    border-bottom: none;
    margin-bottom: 0; }
  .tabs-container__panel ul ul li,
  .tabs-container__panel ul ol li, .tabs-container__panel ol ul li,
  .tabs-container__panel ol ol li {
    /* sub bullets */
    margin: 0.5rem;
    border-bottom: transparent;
    padding-bottom: 0;
    list-style-type: circle;
    font-style: italic; }

.tabs-container__panel ul {
  list-style-type: disc; }

#Tab-Resources.tabs-container__panel ul li {
  list-style-type: none; }

#Tab-Resources.tabs-container__panel a[href$=".pdf"]:before {
  content: "\eadf";
  font-family: 'icomoon';
  color: #B85941;
  margin-right: 0.5rem; }

#Tab-Resources.tabs-container__panel a[href$=".docx"]:before,
#Tab-Resources.tabs-container__panel a[href$=".doc"]:before {
  content: "\eae1";
  font-family: 'icomoon';
  color: #295497;
  margin-right: 0.5rem; }

#Tab-Resources.tabs-container__panel a[href^="http://www.youtube.com"]:before,
#Tab-Resources.tabs-container__panel a[href^="http://youtube.com"]:before,
#Tab-Resources.tabs-container__panel a[href^="https://www.youtube.com"]:before,
#Tab-Resources.tabs-container__panel a[href^="https://youtube.com"]:before {
  content: "\ea9d";
  font-family: 'icomoon';
  color: #bb0000;
  margin-right: 0.5rem; }

.project_entry .tabs-container__panel ul#directory-list li {
  margin: 0;
  padding-bottom: 0;
  border-bottom: transparent; }

h3.tabs-container__title {
  margin-top: 0; }

#Tab-Media span {
  display: block;
  font-size: 1.1rem;
  color: #535C70;
  margin-top: 1.5rem; }

#Tab-Media p {
  line-height: 1.4;
  margin-top: 0.25rem; }

@media (min-width: 37.5rem) {
  .tabs-container__panel ul,
  .tabs-container__panel ol {
    padding: 0 3rem; }
  .tabs-container__panel ul#directory-list {
    padding: 0; } }

@media all and (min-width: 49.8125em) {
  .tabs-nav-init .tabs-container__title,
  .tabs-nav-init .tabs-container__panel {
    display: none; }
  .tabs-container__panel[aria-hidden="false"] {
    display: block; }
  .tabs-navigation {
    width: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: inline-block; }
  .tabs-navigation li {
    display: table-cell;
    vertical-align: top;
    padding: 0 0.5rem; }
  .tabs-navigation__button {
    position: relative;
    display: inline-block;
    color: rgba(25, 37, 64, 0.5);
    text-decoration: none;
    cursor: default;
    line-height: 1;
    font-size: 1.5rem;
    padding: 1.25rem;
    border: none;
    margin: 0; }
  .tabs-navigation__button:hover {
    cursor: pointer;
    border-bottom: 5px solid #8BE0FF; }
  .tabs-navigation__button[aria-selected="true"] {
    color: #B85941;
    border-bottom: 5px solid #8BE0FF;
    z-index: 10; } }

@media (max-width: 49.75em) {
  .tabs-navigation, .tabs-init .tabs-container__panel, .tabs-init .accordion--closed .tabs-container__panel {
    display: none; }
  .tabs-init {
    margin-left: -1.5em;
    margin-right: -1.5em; }
  .tabs-init .tabs-container__title {
    cursor: pointer; }
  .tabs-container__panel[aria-hidden="false"] {
    display: block;
    margin-bottom: 1rem; }
  .tabs-container__title[aria-selected="true"] {
    color: #B85941;
    margin-bottom: 1rem;
    padding: 0;
    margin-left: 1rem;
    margin-top: 1.5rem; }
  .tabs-container__title[aria-selected="false"] {
    color: rgba(25, 37, 64, 0.5);
    border-bottom: none;
    background: rgba(209, 212, 218, 0.25);
    padding: 0.25em 1em .625em 1em;
    position: relative;
    font-size: 1.25rem; }
  .tabs-container__title[aria-selected="false"]:before {
    content: '\E5Cf';
    font-family: 'Material Icons';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 1.75rem;
    color: #205EA3;
    position: relative;
    display: inline-block;
    top: .375rem; }
  .tabs-container__panel.accordion--closed {
    color: rgba(25, 37, 64, 0.5);
    border-bottom: none;
    background: rgba(209, 212, 218, 0.5);
    padding: 1em 1.5em; } }

.hide,
.hide-mobile {
  display: none; }

.hide-desktop {
  display: block; }

@media (min-width: 37.5rem) {
  .hide-mobile {
    display: block; }
  header .hide-mobile {
    display: none; }
  .hide-desktop {
    display: none; } }

@media (min-width: 47.5rem) {
  header .hide-mobile {
    display: block; } }

/*------------------------------------------------

MODAL

---------------------------------------------------------- */
.modal {
  -webkit-overflow-scrolling: touch;
  /* smooth mobile scroll */ }
  .modal .modal-dialog {
    overflow: hidden; }
  .modal button.close {
    position: fixed;
    float: none;
    top: 1rem;
    right: 1rem;
    opacity: 1;
    z-index: 99; }
    .modal button.close span {
      color: white;
      font-size: 3rem; }
  .modal .modal-body {
    padding: 0 1rem 0.5rem 1rem; }
  .modal ul {
    list-style-type: none;
    text-align: center;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    font-size: 1.5rem;
    padding-left: 0; }
  .modal li a {
    color: #FFF;
    position: relative; }
    .modal li a:hover {
      color: #8BE0FF; }
  .modal .nav-link {
    display: inline-block;
    padding: 0.5rem 0 0.25rem 0;
    margin: 0.5rem 0 0.5rem 0; }

li.nav-active a {
  color: #8BE0FF; }

.modal ul li a {
  display: inline-block;
  transition: all 0.3s ease-in-out; }

.modal ul.list-inline {
  margin-top: 0.75rem; }
  .modal ul.list-inline .fab {
    font-size: 1.75rem; }
  .modal ul.list-inline li a:hover::before {
    visibility: hidden; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline li {
    display: inline-block; }

/*------------------------------------------------

DISPLAY UTILITIES

---------------------------------------------------------- */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 37.5rem) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 47.5rem) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 75rem) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 87.5rem) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.project_entry.project_standalone #main h1 {
  text-align: left; }

.project_entry.project_standalone .hero .theme-dark p a:hover {
  color: #192540; }

.project_entry.project_standalone .preview-block {
  padding-bottom: 2rem;
  padding-top: 1rem;
  border-bottom: 1px solid #D1D4DA; }

.project_entry.project_standalone .preview-block-img {
  background-image: none; }

.project_entry.project_standalone .ctct-custom-form {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .project_entry.project_standalone .ctct-custom-form .grid {
    align-self: center; }
  .project_entry.project_standalone .ctct-custom-form button {
    margin: 0 auto; }

.project_entry.project_standalone .policy-briefs .preview-blocks {
  /* issues briefs do NOT link to pdf files
		.grid-cell::before{
		content: "\eadf";
	    font-family: 'icomoon';	
	    color: $color-rust;
		position: absolute;
	    top: 0.75rem;
	    left: 0.75rem;
	    font-size: $font-size-l;
	    font-weight: lighter;
	    z-index: 99;
		}
		*/ }
  .project_entry.project_standalone .policy-briefs .preview-blocks .grid-cell {
    position: relative; }
  .project_entry.project_standalone .policy-briefs .preview-blocks p.breadcrumb {
    color: #535C70;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    margin-bottom: 0;
    font-size: 1.1rem; }
  .project_entry.project_standalone .policy-briefs .preview-blocks h3 {
    margin-top: 0;
    font-size: 1.25rem; }

span.support-small {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-size: 1.1rem;
  font-weight: 400; }

.mt-0 {
  margin-top: 0; }

.rwjf-logo {
  display: block;
  border-left: 1px solid #fff;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem; }

.project_entry .hero.partial-height-img-based .rwjf-logo img {
  width: 200px;
  height: auto;
  position: relative;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none; }

.entry-date {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem; }
  .entry-date span {
    font-size: 75%; }

.sel-news-header {
  background: #192540;
  /* Old browsers */
  background: linear-gradient(135deg, #192540 0%, #1E417B 100%); }

.sel-project-header {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: bolder;
  font-size: 1.5rem;
  line-height: 1.2; }

.affix button.btn-toggle-mobile-nav {
  margin-top: 0; }

.padded .grid-cell.sel-landing-nav-cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent !important; }

div.ctct-form-embed div.ctct-form-defaults {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif !important;
  font-size: 1.25rem !important; }
  div.ctct-form-embed div.ctct-form-defaults [data-qe-id="form-description"] {
    display: none; }
  div.ctct-form-embed div.ctct-form-defaults h2:before {
    content: none; }
  div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    padding-left: 0;
    text-align: center;
    font-family: "Roboto Slab", "Bitter", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.1 !important; }

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  font-weight: 400 !important; }

.g-recaptcha {
  display: none !important; }

.ctct-inline-form {
  margin-top: 3rem;
  margin-bottom: 3rem; }

/* ----------------------------------------------------------

EMAIL ARCHIVE

---------------------------------------------------------- */
article .ctct-inline-form {
  /* remove top margin for version on subscribe page */
  margin-top: 0; }

article .email-archive {
  /* wraps content builder on email subscribe page */ }
  article .email-archive h4 {
    border-top: 1px solid rgba(62, 163, 158, 0.25);
    padding-top: 1.5rem;
    margin-top: 1rem; }
    article .email-archive h4:first-of-type {
      border-top: none; }
    article .email-archive h4 a::after {
      content: "\ea3c";
      font-family: 'icomoon';
      margin-left: 0.375rem;
      position: relative;
      top: .125rem;
      font-weight: lighter;
      color: #205EA3;
      transition: all 0.3s ease-in-out; }
    article .email-archive h4 a:hover {
      color: #B85941; }
      article .email-archive h4 a:hover::after {
        color: #B85941; }
  article .email-archive ul {
    font-size: 0.95rem;
    margin-top: 1rem; }
    @media (min-width: 56.25rem) {
      article .email-archive ul {
        font-size: 1rem; } }
    article .email-archive ul li {
      margin: 0.5rem 0; }

/* ----------------------------------------------------------

PARTIALS

---------------------------------------------------------- */
/* ----------------------------------------------------------

Tables

---------------------------------------------------------- */
table {
  display: block;
  overflow-x: auto;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 100%;
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto; }
  table caption {
    font-size: 1.25rem;
    font-weight: bolder;
    caption-side: top; }
  table th {
    font-size: 0.875rem;
    text-align: left;
    vertical-align: middle; }
  table td {
    font-size: 0.875rem;
    line-height: 1.4;
    vertical-align: top; }
  table a:link,
  table a:visited {
    color: #205EA3; }
    table a:link:hover,
    table a:visited:hover {
      text-decoration: underline; }
  table th, table td {
    padding: 1rem; }
    table th p, table td p {
      line-height: 1.2;
      margin: 0.5rem 0; }
  table tr:nth-of-type(odd) {
    background: rgba(209, 212, 218, 0.25); }
  table tr:nth-of-type(even) {
    background: rgba(209, 212, 218, 0.5); }
  table tr th {
    background: rgba(209, 212, 218, 0.125); }

/* ----------------------------------------------------------

FIGURES

---------------------------------------------------------- */
figure.content-builder img {
  width: 100%;
  height: auto; }

figure.content-builder {
  margin-top: 0.75rem;
  margin-bottom: 1rem; }

figure.fullWidth.content-builder {
  margin-top: 2rem;
  margin-bottom: 2rem; }

figure.content-builder figcaption,
figure.content-builder figcaption p {
  color: #4D565B;
  font-size: 0.95rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  padding: 0.25rem 0 0 0;
  line-height: 1.4;
  font-weight: 400;
  margin: 0; }

figure.float-left figcaption {
  text-align: left;
  margin-left: 0.75rem; }

figure.float-right figcaption {
  /* text-align: right; */
  margin-right: 0.75rem; }

figure.fullWidth figcaption {
  text-align: left;
  font-size: 0.875rem;
  margin-left: 0.75rem; }

.float-half,
.float-third,
.float-quarter {
  width: 100%; }

figure.float-left,
figure.float-right {
  float: none;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 600px) {
  figure.float-left {
    float: left;
    margin-right: 1.5rem; }
  figure.float-right {
    float: right;
    margin-left: 1.5rem; }
  figure.float-left figcaption {
    text-align: left; }
  figure.float-right figcaption {
    /* text-align: right; */ }
  .float-half,
  .float-third,
  .float-quarter {
    width: 50%; } }

@media (min-width: 760px) {
  .float-quarter {
    width: 25%; } }

@media (min-width: 1200px) {
  .float-third {
    width: 33.3333%; }
  .float-half.float-with-columns {
    width: 50%; } }

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.wrap-video {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem; }

.accordion.accordion-transcript .btn {
  margin: 0;
  border-radius: 0; }
  .accordion.accordion-transcript .btn img {
    width: 15px;
    height: 10px;
    vertical-align: initial; }

.btn-transcript {
  width: 100%;
  background-color: #e9eaea;
  text-align: left; }
  .btn-transcript img {
    display: inline-block;
    margin-right: 0.25rem;
    align-self: center;
    position: relative;
    top: -.1rem; }

.accordion-transcript .accordion-content {
  padding: 1rem;
  background-color: #f6f6f7; }
  .accordion-transcript .accordion-content p {
    font-size: 1rem; }

.btn-transcript[aria-expanded="true"] img {
  transform: rotate(180deg); }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* ----------------------------------------------------------

Card Columns - Build Masonry Style Cards for Photoswipe Galleries

---------------------------------------------------------- */
.card-columns {
  margin-bottom: 1rem; }
  .card-columns figure {
    margin-bottom: 1rem;
    display: inline-block; }

/* need to override Bootstrap default of 3 cards at ALL breakpoints! */
@media (min-width: 37.5rem) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem; } }

@media (min-width: 75rem) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

/* ----------------------------------------------------------

Photoswipe - Masonry Image Gallery w/ Modal View 

---------------------------------------------------------- */
.pswp__counter,
.pswp__caption__center {
  font-size: 0.75rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

.photoswipe-gallery figure img {
  opacity: 0.85;
  transition: all 0.375s ease-in-out; }
  .photoswipe-gallery figure img:hover {
    opacity: 1; }

.pswp button:hover {
  background-color: transparent; }

.photoswipe-gallery figcaption {
  display: none;
  /* do not display in masonry layout - but data needed to feed modal */ }

.photoswipe-gallery .card:hover img {
  opacity: 0.85;
  /* filter: brightness(0.75); commment out Aug 2020 - Breaks in Safari */ }

/* ----------------------------------------------------------

PEACE Initiative

---------------------------------------------------------- */
.peace .modal button.close {
  top: 0;
  right: 0;
  margin-top: 0; }

.peace #main {
  background-image: url(/assets/images/peace/peace-landing-bg2.jpg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: top;
  background-blend-mode: multiply;
  transition: background-color 1.25s ease; }
  @media (min-width: 56.25rem) {
    .peace #main {
      background-size: 100%; } }
.peace .hero.variable-height-img-based.bg-transparent {
  background: transparent; }

.peace .hero.variable-height-img-based,
.peace.project_entry.project_standalone .hero.partial-height-img-based {
  height: 50vh;
  padding-top: 4rem; }
  @media (min-width: 37.5rem) {
    .peace .hero.variable-height-img-based,
    .peace.project_entry.project_standalone .hero.partial-height-img-based {
      padding-top: 5rem;
      min-height: 50vh; } }
  @media (min-width: 75rem) {
    .peace .hero.variable-height-img-based,
    .peace.project_entry.project_standalone .hero.partial-height-img-based {
      padding-top: 6rem; } }
.peace.project_standalone article h1 {
  margin-top: 2rem; }
  @media (min-width: 37.5rem) {
    .peace.project_standalone article h1 {
      font-size: 2.25rem; } }
/* BG FADE COLORS */
.color-bgfade-blue {
  background-color: #D2DFED; }

.color-bgfade-green {
  background-color: #DDEDF1; }

.color-bgfade-tan {
  background-color: #E6E8E3; }

.color-bgfade-white {
  background-color: #FFF; }

body.peace {
  background-image: none;
  transition: background-color 1.25s ease; }

/* body.peace header {
	background: $color-white url(../images/bg-subtle-prc.jpg) no-repeat;
	-moz-background-size: cover;		
	-o-background-size: cover;		
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	}
	*/
.peace header {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  left: 0; }

.peace .padded .grid-cell.logo-secondary {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem; }
  @media (min-width: 37.5rem) {
    .peace .padded .grid-cell.logo-secondary {
      padding-top: 1rem; } }
@media (min-width: 56.25rem) {
  .peace.project_entry.project_standalone .preview-blocks {
    margin-top: 0; } }

.peace.project_entry.project_standalone .affix, .sel-news-header .affix {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem; }
  @media (min-width: 56.25rem) {
    .peace.project_entry.project_standalone .affix, .sel-news-header .affix {
      padding: 1.5rem 1rem 1.5rem 1.5rem; } }
.peace.project_entry.project_standalone .hero.partial-height-img-based {
  background: transparent; }

.peace.project_entry.project_standalone #main .hero h1,
.peace.project_entry.project_standalone #main .hero p.h1 {
  color: #192540;
  text-align: center; }
  @media (min-width: 56.25rem) {
    .peace.project_entry.project_standalone #main .hero h1,
    .peace.project_entry.project_standalone #main .hero p.h1 {
      margin-left: 12.5%; } }
.peace.project_entry.project_standalone .affix {
  background: #D2DFED;
  border-bottom: 1px solid #93BFE6; }

.peace.project_entry.project_standalone ul.list-inline li.nav-active a {
  color: #205EA3;
  background: rgba(255, 255, 255, 0.75); }

p.section-crumb {
  font-size: 0.95rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  text-align: center;
  color: #8c5650;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 0; }
  @media (min-width: 56.25rem) {
    p.section-crumb {
      font-size: 1.1rem; } }
p.peace-overview {
  font-size: 1rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  text-align: center;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.4;
  color: #192540; }
  @media (min-width: 56.25rem) {
    p.peace-overview {
      font-size: 1.5rem; } }
  @media (min-width: 87.5rem) {
    p.peace-overview {
      font-size: 1.75rem; } }
.peace article {
  background: transparent;
  margin-bottom: 0; }
  .peace article h1 {
    color: #8c5650; }
  .peace article ul, .peace article ol {
    font-family: "Lato", "Open Sans", "Bitter", sans-serif; }

.peace h2 {
  margin: 1.5rem 0 1rem 0;
  padding: 1.5rem 0 1rem 0;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: bolder;
  font-size: 3rem;
  padding-left: 0;
  text-align: center;
  border-top: 1px solid rgba(62, 163, 158, 0.25); }
  @media (min-width: 760px) {
    .peace h2 {
      border-top: none; } }
  .peace h2::before {
    content: none; }

.peace h4 {
  margin: 1.5rem 0 1rem 0;
  font-weight: lighter; }

.peace.project_standalone_interior h2 {
  text-align: left;
  font-size: 1.75rem;
  border-top: 1px solid rgba(62, 163, 158, 0.25);
  font-weight: lighter;
  font-family: "Roboto Slab", "Bitter", sans-serif; }
  @media (min-width: 760px) {
    .peace.project_standalone_interior h2 {
      font-size: 2.25rem; } }
.divider-line {
  width: 100%;
  text-align: center;
  overflow: hidden; }

.divider-line h2 {
  font-size: 2.25rem;
  display: inline-block;
  width: auto; }
  @media (min-width: 760px) {
    .divider-line h2 {
      font-size: 3rem; } }
@media (min-width: 760px) {
  .divider-line:before {
    right: 0.5em;
    margin-left: -50%; }
  .divider-line:after {
    left: 0.5em;
    margin-right: -50%; } }

@media (min-width: 760px) {
  .divider-line:before,
  .divider-line:after {
    border-top: 1px solid #93BFE6;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 1em; } }

.peace p {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  margin: 1rem 0; }

.peace blockquote p {
  margin: 0; }

.peace.project_entry.project_standalone .hero.partial-height-img-based {
  /* background: $color-black; */
  /* Old browsers */ }

.peace.project_entry.project_standalone .hero img.hero-background {
  opacity: 1; }

@media (min-aspect-ratio: 1200/1000) {
  /* do this when aspect is this or HIGHER */
  .peace.project_entry .hero.partial-height-img-based img {
    height: auto;
    width: 100%;
    /* easier to adjust this up than to find exact aspect ratio */ } }

.peace.project_entry.project_standalone .hero.partial-height-img-based {
  padding-bottom: 1rem; }

.peace.project_entry.project_standalone .hero-title.max-width {
  z-index: 2; }

.peace blockquote {
  background-color: transparent;
  border: none; }

.preview-learn-more ul {
  list-style-type: none;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  margin-left: 0; }
  .preview-learn-more ul li {
    margin-bottom: 0.5rem; }
    .preview-learn-more ul li a:hover {
      border-bottom: 1px solid #8BE0FF; }

.preview-learn-more img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 0.25rem; }
  @media (min-width: 760px) {
    .preview-learn-more img {
      width: 20px;
      height: 20px; } }
.peace-preview h3,
.offset-preview-block h3 {
  margin-top: 1rem;
  font-weight: lighter;
  color: #205EA3; }
  @media (min-width: 760px) {
    .peace-preview h3,
    .offset-preview-block h3 {
      font-size: 2.25rem; } }
.peace-preview a,
.offset-preview-block a {
  font-weight: bolder; }

a.peace-preview,
a.offset-preview-block {
  /* background-color: rgba($color-white,0.25); */ }
  a.peace-preview h3,
  a.offset-preview-block h3 {
    display: inline;
    border-bottom: 1px solid transparent; }
    @media (min-width: 760px) {
      a.peace-preview h3,
      a.offset-preview-block h3 {
        margin-top: 0; } }
  a.peace-preview img,
  a.offset-preview-block img {
    opacity: 0.75;
    transition: all 0.375s ease-in-out; }
  a.peace-preview p,
  a.offset-preview-block p {
    color: #192540; }
  a.peace-preview .preview-learn-more ul li,
  a.offset-preview-block .preview-learn-more ul li {
    padding: 0.05em .25em;
    border-bottom: 1px solid transparent;
    display: inline-block;
    margin-right: 1rem;
    transition: all 0.375s ease-in-out;
    margin-bottom: 1rem; }
  a.peace-preview:hover h3,
  a.offset-preview-block:hover h3 {
    border-bottom: 1px solid #93BFE6; }
  a.peace-preview:hover .preview-learn-more ul li,
  a.offset-preview-block:hover .preview-learn-more ul li {
    border-bottom: 1px solid #93BFE6; }
  a.peace-preview:hover img,
  a.offset-preview-block:hover img {
    opacity: 1; }

.opacity-dimmer {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 101%;
  background-position: center center, right center;
  background-color: rgba(25, 37, 64, 0.5);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.65) 100%);
  transition: all 0.2s ease-in-out; }

@media screen and (max-aspect-ratio: 8/10) {
  .opacity-dimmer {
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); } }

.opacity-dimmer-top-right {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 100%); }

.opacity-dimmer-bottom-right {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 100%); }

.opacity-dimmer-bottom-left {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%); }

.opacity-dimmer-bottom-left-short {
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.9) 100%); }

.opacity-dimmer-bottom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%); }

.opacity-dimmer-bottom-heavy {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, black 100%); }

.peace-contact-bar {
  background: url(../images/peace/fpo-mandala-bw.jpg), #c8e7e9;
  background-size: 40%;
  background-position: -10% -10%;
  background-blend-mode: multiply;
  background-repeat: no-repeat; }
  @media (min-width: 760px) {
    .peace-contact-bar {
      background-size: 25%;
      background-position: -10% 50%; } }
  .peace-contact-bar h2 {
    font-size: 1.5rem;
    text-align: left;
    border-top: none; }
  .peace-contact-bar p {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bolder; }
  @media (min-width: 760px) {
    .peace-contact-bar h2 {
      font-size: 1.75rem; }
    .peace-contact-bar p {
      font-size: 1.5rem; } }
/* ----------------------------------------------------------

ACCORDION

---------------------------------------------------------- */
.sel-policy-brief .brief-authors {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  display: inline-block; }
  @media (min-width: 37.5rem) {
    .sel-policy-brief .brief-authors {
      margin-left: 1.5rem; } }
.sel-policy-brief p.author-new-citation {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  line-height: 1.4;
  font-size: 0.95rem;
  font-weight: 400;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: lighter; }
  .sel-policy-brief p.author-new-citation a {
    font-weight: 400; }

.sel-policy-brief .btn.pdf {
  line-height: 1.0; }

.sel-policy-brief p a:hover {
  background: rgba(139, 224, 255, 0.5); }

/* ----------------------------------------------------------

SEL Policy Briefs

---------------------------------------------------------- */
.list-three-col,
.list-two-col {
  margin-bottom: 0;
  list-style-type: none; }
  .list-three-col ul,
  .list-two-col ul {
    margin-left: 0.75rem; }
  .list-three-col h3,
  .list-two-col h3 {
    margin-top: 0; }
  .list-three-col div.category,
  .list-two-col div.category {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1.5rem; }
  .list-three-col li,
  .list-two-col li {
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .list-three-col li span,
  .list-two-col li span {
    display: block;
    font-size: 75%;
    font-weight: 400;
    margin: 0.125rem 0; }

@media (min-width: 760px) {
  .list-three-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 2.5rem;
    margin-bottom: 0.5rem;
    padding-right: 0;
    padding-left: 0;
    column-rule: 1px solid rgba(150, 190, 230, 0.25); }
  .list-two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; } }

@media (min-width: 1200px) {
  .list-three-col {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; } }

.material-icons-outlined {
  font-family: 'Material Icons';
  vertical-align: bottom;
  margin-left: 0.25rem; }

.sel-policy-brief {
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  font-weight: normal; }
  .sel-policy-brief .sel-policy-crumbs {
    border-bottom: 1px solid rgba(150, 190, 230, 0.25);
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief .sel-policy-crumbs {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
  .sel-policy-brief p.section-crumb {
    text-align: left;
    text-transform: none;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 400;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    line-height: 1.2; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief p.section-crumb {
        font-size: 0.95rem; } }
    .sel-policy-brief p.section-crumb span {
      display: inline-block;
      margin-left: 0.125rem;
      margin-right: 0.125rem; }
    .sel-policy-brief p.section-crumb a:link {
      border-bottom: 1px solid transparent; }
  .sel-policy-brief p.next-up {
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    margin-bottom: 0; }
  .sel-policy-brief p.next-up-more {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief p.next-up-more {
        font-size: 1.5rem; } }
    @media (min-width: 75rem) {
      .sel-policy-brief p.next-up-more {
        font-size: 1.75rem; } }
  .sel-policy-brief h1 {
    font-weight: 400;
    color: #2C76C6;
    font-size: 1.75rem;
    padding-bottom: 1rem; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief h1 {
        font-size: 2.25rem; } }
    @media (min-width: 75rem) {
      .sel-policy-brief h1 {
        font-size: 3rem; } }
  .sel-policy-brief p {
    font-family: "Roboto Slab", "Bitter", sans-serif; }
  .sel-policy-brief p.author-citation {
    font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
  .sel-policy-brief h2 {
    font-weight: 400;
    color: #2C76C6;
    font-size: 1.5rem;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif;
    padding-left: 0;
    margin-bottom: 1.5rem; }
    .sel-policy-brief h2::before {
      content: none; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief h2 {
        font-size: 1.75rem; } }
    @media (min-width: 75rem) {
      .sel-policy-brief h2 {
        font-size: 2.25rem; } }
  .sel-policy-brief h1,
  .sel-policy-brief h2 {
    color: #535C70; }
  .sel-policy-brief h3 {
    font-size: 1.1rem;
    color: #314D64;
    color: #B85941;
    border-top: 1px solid rgba(150, 190, 230, 0.25);
    padding-top: 1.25rem; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief h3 {
        font-size: 1.25rem; } }
  .sel-policy-brief h3.tighter {
    margin-top: 1.5rem; }
    @media (min-width: 75rem) {
      .sel-policy-brief h3.tighter {
        font-size: 1.25rem; } }
  @media (min-width: 37.5rem) {
    .sel-policy-brief p {
      margin-left: 1.5rem; } }
  .sel-policy-brief ul {
    font-size: 0.95rem;
    font-weight: lighter;
    padding-left: 1.5rem; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief ul {
        font-size: 1.1rem; } }
    .sel-policy-brief ul li {
      margin: 1.5rem 0;
      line-height: 1.4; }
      .sel-policy-brief ul li a {
        font-weight: 400; }
      .sel-policy-brief ul li span.sel-publication-citation {
        display: block;
        font-style: italic;
        font-weight: lighter; }
  @media (min-width: 56.25rem) {
    .sel-policy-brief .category {
      padding: 0 1.5rem; } }
  .sel-policy-brief .category ul,
  .sel-policy-brief p.author-short-citation {
    font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
  .sel-policy-brief .category ul li {
    line-height: 1.4; }
  .sel-policy-brief .pdf:before {
    font-size: 1.5rem;
    margin-right: 1rem;
    vertical-align: middle; }
  .sel-policy-brief .btn.pdf {
    border-radius: 3rem; }
  .sel-policy-brief .btn {
    display: block;
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-bottom: transparent;
    font-family: "Lato", "Open Sans", "Bitter", sans-serif; }
    .sel-policy-brief .btn:hover {
      background-color: #F4D94D;
      cursor: pointer; }
  .sel-policy-brief h1 {
    font-weight: bolder;
    font-size: 1.5rem;
    padding-bottom: 1rem; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief h1 {
        font-size: 1.75rem; } }
    @media (min-width: 75rem) {
      .sel-policy-brief h1 {
        font-size: 2.5rem; } }
  .sel-policy-brief h2 {
    font-weight: 400;
    font-size: 1.25rem;
    border-top: 1px solid rgba(150, 190, 230, 0.25);
    padding-top: 1.5rem; }
    .sel-policy-brief h2.border-none {
      border-top: none; }
    @media (min-width: 37.5rem) {
      .sel-policy-brief h2 {
        font-size: 1.5rem; } }
    @media (min-width: 75rem) {
      .sel-policy-brief h2 {
        font-size: 1.75rem; } }
  .sel-policy-brief p {
    font-size: 0.95rem; }
  @media (min-width: 37.5rem) {
    .sel-policy-brief p {
      font-size: 1.1rem; } }
  .sel-policy-brief .publication-sticky {
    position: sticky;
    top: 24px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background: transparent;
    padding: 0;
    transition: all 0.3s ease-in-out; }
    .sel-policy-brief .publication-sticky img {
      border: none;
      box-shadow: 3px 3px 12px rgba(25, 37, 64, 0.35); }
    .sel-policy-brief .publication-sticky:hover img {
      box-shadow: 3px 3px 12px rgba(25, 37, 64, 0.65); }
    .sel-policy-brief .publication-sticky:hover .btn {
      background-color: #F4D94D; }

p.author-short-citation {
  margin: 0.5rem 0 0.5rem 1rem;
  line-height: 1.4;
  font-size: 0.95rem;
  font-weight: 400; }
  @media (min-width: 37.5rem) {
    p.author-short-citation {
      font-size: 1rem; } }
img.rwjf-funding-logo {
  width: 320px;
  height: auto; }

.btn.more-briefs {
  margin-top: 5rem;
  padding-top: 7.5vmin;
  padding-bottom: 7.5vmin; }

.next-up {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 .5em;
  margin-top: 3rem;
  font-family: "Lato", "Open Sans", "Bitter", sans-serif;
  text-transform: uppercase;
  font-weight: 400; }
  .next-up span {
    position: relative; }
  .next-up:before, .next-up:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    border-top: 1px solid #4D565B;
    top: 50%; }
  .next-up:after {
    left: 100%; }
  .next-up:before {
    right: 100%; }
  .next-up.next-up-bordered {
    display: block;
    padding: 0;
    background: none; }
    .next-up.next-up-bordered span {
      padding: 0 1em; }
    .next-up.next-up-bordered:after {
      content: normal; }
    .next-up.next-up-bordered:before {
      right: 0;
      margin: 0;
      width: 100%; }

p.next-up-more {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2rem; }
  @media (min-width: 37.5rem) {
    p.next-up-more {
      font-size: 1.75rem; } }
  @media (min-width: 75rem) {
    p.next-up-more {
      font-size: 2.25rem; } }
.more-briefs-wrap {
  background: rgba(255, 255, 255, 0.25);
  border: 0.75rem solid transparent;
  transition: all 0.3s ease-in-out; }

a.more-briefs:hover .more-briefs-wrap {
  border: 0.75rem solid rgba(255, 255, 255, 0.5); }

.sel-policy-brief button.btn.btn-collapse {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-bottom: 0;
  border: 2px solid transparent;
  line-height: 1;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  margin-top: 0;
  font-size: 0.95rem;
  color: #535C70; }
  .sel-policy-brief button.btn.btn-collapse:focus {
    border: 2px dotted rgba(139, 224, 255, 0.5);
    outline: none;
    box-shadow: none; }
  .sel-policy-brief button.btn.btn-collapse:hover {
    background: rgba(139, 224, 255, 0.5); }
  .sel-policy-brief button.btn.btn-collapse:focus {
    border: 2px dotted rgba(139, 224, 255, 0.5); }
  .sel-policy-brief button.btn.btn-collapse img {
    margin-right: 0.5rem;
    width: 15px;
    height: 10px;
    align-self: auto; }
  .sel-policy-brief button.btn.btn-collapse[aria-expanded="false"] img.carat-open {
    display: inline-block;
    opacity: 0.6; }
  .sel-policy-brief button.btn.btn-collapse[aria-expanded="false"] img.carat-close {
    display: none; }
  .sel-policy-brief button.btn.btn-collapse[aria-expanded="true"] img.carat-open {
    display: none; }
  .sel-policy-brief button.btn.btn-collapse[aria-expanded="true"] img.carat-close {
    display: inline-block;
    opacity: 0.6; }
  .sel-policy-brief button.btn.btn-collapse[aria-expanded="true"]::after {
    transform: rotate(180deg); }
