@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic);
/* ================================================================
   MIXINS
   - NOTE: AutoCompiler is turned on by default in Prepros - Mixins to account for browser prefix aren't needed.
   ================================================================ */
/* ================================================================
   REM Mixin 
   ================================================================ */
/* ================================================================
   Misc Helpful Mixins
   ================================================================ */
/* ================================================================
   Outdated breakpoint mixin
   ================================================================ */
/* ================================================================
=   Utility Classes
=  ================================================================ */
.list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.list--dividers .list__item:not(:first-child) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cccccc;
}
.list--dividers-sm {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.list--dividers-sm .list__item:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cccccc;
}
@media (min-width: 64em) {
  .list {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .list--alternate .list__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .list--dividers .list__item:not(:first-child) {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .list--dividers-sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .list--dividers-sm .list__item:not(:first-child) {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #cccccc;
  }
}

.grid {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid__item:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 48em) {
  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid__item {
    width: 50%;
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .grid__item:not(:first-child) {
    margin-top: 0rem;
  }
}
@media (min-width: 64em) {
  .grid__item {
    width: 33.333%;
  }
}
/* Carot */
.dropdown__toggle span:after {
  position: relative;
}
.dropdown__toggle span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.313rem solid transparent;
  border-top-color: #6c757d;
}

/* Media Element */
.page-heading__media, .hero--homepage .hero__media, .card--grid .card__media, .card--horizontal .card__media, .card--featured .card__media, .news--featured .news__media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-heading__media, .hero--homepage .hero__media, .card--grid .card__media, .card--horizontal .card__media, .card--featured .card__media, .news--featured .news__media {
  width: 100%;
  height: 100%;
  padding-top: 56%;
  border-radius: 0.5rem;
}

.page-heading__media, .hero--homepage .hero__media, .card--featured .card__media {
  display: block;
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.clearfix::after, .page-meta::after, .pagination::after {
  display: block;
  clear: both;
  content: "";
}

/*!
 * Bootstrap Utilities v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.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;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: 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: -webkit-sticky !important;
  position: sticky !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !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: #fff !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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-9 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-10 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.mr-6 {
  margin-right: 2.5rem !important;
}

.mr-7 {
  margin-right: 3rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.mr-9 {
  margin-right: 5rem !important;
}

.mr-10 {
  margin-right: 6rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.ml-6 {
  margin-left: 2.5rem !important;
}

.ml-7 {
  margin-left: 3rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.ml-9 {
  margin-left: 5rem !important;
}

.ml-10 {
  margin-left: 6rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.m-n8 {
  margin: -4rem !important;
}

.m-n9 {
  margin: -5rem !important;
}

.m-n10 {
  margin: -6rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n6 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n7 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n8 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n9 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n10 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n8 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n9 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n10 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -2rem !important;
}

.mt-n6 {
  margin-top: -2.5rem !important;
}

.mt-n7 {
  margin-top: -3rem !important;
}

.mt-n8 {
  margin-top: -4rem !important;
}

.mt-n9 {
  margin-top: -5rem !important;
}

.mt-n10 {
  margin-top: -6rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mr-n5 {
  margin-right: -2rem !important;
}

.mr-n6 {
  margin-right: -2.5rem !important;
}

.mr-n7 {
  margin-right: -3rem !important;
}

.mr-n8 {
  margin-right: -4rem !important;
}

.mr-n9 {
  margin-right: -5rem !important;
}

.mr-n10 {
  margin-right: -6rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -2rem !important;
}

.mb-n6 {
  margin-bottom: -2.5rem !important;
}

.mb-n7 {
  margin-bottom: -3rem !important;
}

.mb-n8 {
  margin-bottom: -4rem !important;
}

.mb-n9 {
  margin-bottom: -5rem !important;
}

.mb-n10 {
  margin-bottom: -6rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.ml-n5 {
  margin-left: -2rem !important;
}

.ml-n6 {
  margin-left: -2.5rem !important;
}

.ml-n7 {
  margin-left: -3rem !important;
}

.ml-n8 {
  margin-left: -4rem !important;
}

.ml-n9 {
  margin-left: -5rem !important;
}

.ml-n10 {
  margin-left: -6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.p-10 {
  padding: 6rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-9 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-10 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.pr-6 {
  padding-right: 2.5rem !important;
}

.pr-7 {
  padding-right: 3rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.pr-9 {
  padding-right: 5rem !important;
}

.pr-10 {
  padding-right: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pl-6 {
  padding-left: 2.5rem !important;
}

.pl-7 {
  padding-left: 3rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.pl-9 {
  padding-left: 5rem !important;
}

.pl-10 {
  padding-left: 6rem !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-break {
  word-wrap: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !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-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 48em) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 2rem !important;
  }

  .m-sm-6 {
    margin: 2.5rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .m-sm-9 {
    margin: 5rem !important;
  }

  .m-sm-10 {
    margin: 6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 2rem !important;
  }

  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 3rem !important;
  }

  .mt-sm-8 {
    margin-top: 4rem !important;
  }

  .mt-sm-9 {
    margin-top: 5rem !important;
  }

  .mt-sm-10 {
    margin-top: 6rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mr-sm-5 {
    margin-right: 2rem !important;
  }

  .mr-sm-6 {
    margin-right: 2.5rem !important;
  }

  .mr-sm-7 {
    margin-right: 3rem !important;
  }

  .mr-sm-8 {
    margin-right: 4rem !important;
  }

  .mr-sm-9 {
    margin-right: 5rem !important;
  }

  .mr-sm-10 {
    margin-right: 6rem !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ml-sm-5 {
    margin-left: 2rem !important;
  }

  .ml-sm-6 {
    margin-left: 2.5rem !important;
  }

  .ml-sm-7 {
    margin-left: 3rem !important;
  }

  .ml-sm-8 {
    margin-left: 4rem !important;
  }

  .ml-sm-9 {
    margin-left: 5rem !important;
  }

  .ml-sm-10 {
    margin-left: 6rem !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -2rem !important;
  }

  .m-sm-n6 {
    margin: -2.5rem !important;
  }

  .m-sm-n7 {
    margin: -3rem !important;
  }

  .m-sm-n8 {
    margin: -4rem !important;
  }

  .m-sm-n9 {
    margin: -5rem !important;
  }

  .m-sm-n10 {
    margin: -6rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-sm-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-sm-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-sm-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-sm-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-sm-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -2rem !important;
  }

  .mt-sm-n6 {
    margin-top: -2.5rem !important;
  }

  .mt-sm-n7 {
    margin-top: -3rem !important;
  }

  .mt-sm-n8 {
    margin-top: -4rem !important;
  }

  .mt-sm-n9 {
    margin-top: -5rem !important;
  }

  .mt-sm-n10 {
    margin-top: -6rem !important;
  }

  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-sm-n3 {
    margin-right: -1rem !important;
  }

  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-sm-n5 {
    margin-right: -2rem !important;
  }

  .mr-sm-n6 {
    margin-right: -2.5rem !important;
  }

  .mr-sm-n7 {
    margin-right: -3rem !important;
  }

  .mr-sm-n8 {
    margin-right: -4rem !important;
  }

  .mr-sm-n9 {
    margin-right: -5rem !important;
  }

  .mr-sm-n10 {
    margin-right: -6rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -4rem !important;
  }

  .mb-sm-n9 {
    margin-bottom: -5rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-sm-n3 {
    margin-left: -1rem !important;
  }

  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-sm-n5 {
    margin-left: -2rem !important;
  }

  .ml-sm-n6 {
    margin-left: -2.5rem !important;
  }

  .ml-sm-n7 {
    margin-left: -3rem !important;
  }

  .ml-sm-n8 {
    margin-left: -4rem !important;
  }

  .ml-sm-n9 {
    margin-left: -5rem !important;
  }

  .ml-sm-n10 {
    margin-left: -6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 2rem !important;
  }

  .p-sm-6 {
    padding: 2.5rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .p-sm-9 {
    padding: 5rem !important;
  }

  .p-sm-10 {
    padding: 6rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 2rem !important;
  }

  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 3rem !important;
  }

  .pt-sm-8 {
    padding-top: 4rem !important;
  }

  .pt-sm-9 {
    padding-top: 5rem !important;
  }

  .pt-sm-10 {
    padding-top: 6rem !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pr-sm-5 {
    padding-right: 2rem !important;
  }

  .pr-sm-6 {
    padding-right: 2.5rem !important;
  }

  .pr-sm-7 {
    padding-right: 3rem !important;
  }

  .pr-sm-8 {
    padding-right: 4rem !important;
  }

  .pr-sm-9 {
    padding-right: 5rem !important;
  }

  .pr-sm-10 {
    padding-right: 6rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .pl-sm-5 {
    padding-left: 2rem !important;
  }

  .pl-sm-6 {
    padding-left: 2.5rem !important;
  }

  .pl-sm-7 {
    padding-left: 3rem !important;
  }

  .pl-sm-8 {
    padding-left: 4rem !important;
  }

  .pl-sm-9 {
    padding-left: 5rem !important;
  }

  .pl-sm-10 {
    padding-left: 6rem !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 60em) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 2rem !important;
  }

  .m-md-6 {
    margin: 2.5rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .m-md-9 {
    margin: 5rem !important;
  }

  .m-md-10 {
    margin: 6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 2rem !important;
  }

  .mt-md-6 {
    margin-top: 2.5rem !important;
  }

  .mt-md-7 {
    margin-top: 3rem !important;
  }

  .mt-md-8 {
    margin-top: 4rem !important;
  }

  .mt-md-9 {
    margin-top: 5rem !important;
  }

  .mt-md-10 {
    margin-top: 6rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mr-md-5 {
    margin-right: 2rem !important;
  }

  .mr-md-6 {
    margin-right: 2.5rem !important;
  }

  .mr-md-7 {
    margin-right: 3rem !important;
  }

  .mr-md-8 {
    margin-right: 4rem !important;
  }

  .mr-md-9 {
    margin-right: 5rem !important;
  }

  .mr-md-10 {
    margin-right: 6rem !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 2rem !important;
  }

  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 3rem !important;
  }

  .mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .mb-md-9 {
    margin-bottom: 5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 6rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .ml-md-5 {
    margin-left: 2rem !important;
  }

  .ml-md-6 {
    margin-left: 2.5rem !important;
  }

  .ml-md-7 {
    margin-left: 3rem !important;
  }

  .ml-md-8 {
    margin-left: 4rem !important;
  }

  .ml-md-9 {
    margin-left: 5rem !important;
  }

  .ml-md-10 {
    margin-left: 6rem !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -2rem !important;
  }

  .m-md-n6 {
    margin: -2.5rem !important;
  }

  .m-md-n7 {
    margin: -3rem !important;
  }

  .m-md-n8 {
    margin: -4rem !important;
  }

  .m-md-n9 {
    margin: -5rem !important;
  }

  .m-md-n10 {
    margin: -6rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-md-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-md-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-md-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-md-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -2rem !important;
  }

  .mt-md-n6 {
    margin-top: -2.5rem !important;
  }

  .mt-md-n7 {
    margin-top: -3rem !important;
  }

  .mt-md-n8 {
    margin-top: -4rem !important;
  }

  .mt-md-n9 {
    margin-top: -5rem !important;
  }

  .mt-md-n10 {
    margin-top: -6rem !important;
  }

  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-md-n3 {
    margin-right: -1rem !important;
  }

  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-md-n5 {
    margin-right: -2rem !important;
  }

  .mr-md-n6 {
    margin-right: -2.5rem !important;
  }

  .mr-md-n7 {
    margin-right: -3rem !important;
  }

  .mr-md-n8 {
    margin-right: -4rem !important;
  }

  .mr-md-n9 {
    margin-right: -5rem !important;
  }

  .mr-md-n10 {
    margin-right: -6rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }

  .mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -4rem !important;
  }

  .mb-md-n9 {
    margin-bottom: -5rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-md-n3 {
    margin-left: -1rem !important;
  }

  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-md-n5 {
    margin-left: -2rem !important;
  }

  .ml-md-n6 {
    margin-left: -2.5rem !important;
  }

  .ml-md-n7 {
    margin-left: -3rem !important;
  }

  .ml-md-n8 {
    margin-left: -4rem !important;
  }

  .ml-md-n9 {
    margin-left: -5rem !important;
  }

  .ml-md-n10 {
    margin-left: -6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 2rem !important;
  }

  .p-md-6 {
    padding: 2.5rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .p-md-9 {
    padding: 5rem !important;
  }

  .p-md-10 {
    padding: 6rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 2rem !important;
  }

  .pt-md-6 {
    padding-top: 2.5rem !important;
  }

  .pt-md-7 {
    padding-top: 3rem !important;
  }

  .pt-md-8 {
    padding-top: 4rem !important;
  }

  .pt-md-9 {
    padding-top: 5rem !important;
  }

  .pt-md-10 {
    padding-top: 6rem !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pr-md-5 {
    padding-right: 2rem !important;
  }

  .pr-md-6 {
    padding-right: 2.5rem !important;
  }

  .pr-md-7 {
    padding-right: 3rem !important;
  }

  .pr-md-8 {
    padding-right: 4rem !important;
  }

  .pr-md-9 {
    padding-right: 5rem !important;
  }

  .pr-md-10 {
    padding-right: 6rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 2rem !important;
  }

  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 3rem !important;
  }

  .pb-md-8 {
    padding-bottom: 4rem !important;
  }

  .pb-md-9 {
    padding-bottom: 5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 6rem !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .pl-md-5 {
    padding-left: 2rem !important;
  }

  .pl-md-6 {
    padding-left: 2.5rem !important;
  }

  .pl-md-7 {
    padding-left: 3rem !important;
  }

  .pl-md-8 {
    padding-left: 4rem !important;
  }

  .pl-md-9 {
    padding-left: 5rem !important;
  }

  .pl-md-10 {
    padding-left: 6rem !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 72em) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 2rem !important;
  }

  .m-lg-6 {
    margin: 2.5rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .m-lg-9 {
    margin: 5rem !important;
  }

  .m-lg-10 {
    margin: 6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 2rem !important;
  }

  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 3rem !important;
  }

  .mt-lg-8 {
    margin-top: 4rem !important;
  }

  .mt-lg-9 {
    margin-top: 5rem !important;
  }

  .mt-lg-10 {
    margin-top: 6rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mr-lg-5 {
    margin-right: 2rem !important;
  }

  .mr-lg-6 {
    margin-right: 2.5rem !important;
  }

  .mr-lg-7 {
    margin-right: 3rem !important;
  }

  .mr-lg-8 {
    margin-right: 4rem !important;
  }

  .mr-lg-9 {
    margin-right: 5rem !important;
  }

  .mr-lg-10 {
    margin-right: 6rem !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ml-lg-5 {
    margin-left: 2rem !important;
  }

  .ml-lg-6 {
    margin-left: 2.5rem !important;
  }

  .ml-lg-7 {
    margin-left: 3rem !important;
  }

  .ml-lg-8 {
    margin-left: 4rem !important;
  }

  .ml-lg-9 {
    margin-left: 5rem !important;
  }

  .ml-lg-10 {
    margin-left: 6rem !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -2rem !important;
  }

  .m-lg-n6 {
    margin: -2.5rem !important;
  }

  .m-lg-n7 {
    margin: -3rem !important;
  }

  .m-lg-n8 {
    margin: -4rem !important;
  }

  .m-lg-n9 {
    margin: -5rem !important;
  }

  .m-lg-n10 {
    margin: -6rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-lg-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-lg-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-lg-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-lg-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-lg-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-lg-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -2rem !important;
  }

  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -3rem !important;
  }

  .mt-lg-n8 {
    margin-top: -4rem !important;
  }

  .mt-lg-n9 {
    margin-top: -5rem !important;
  }

  .mt-lg-n10 {
    margin-top: -6rem !important;
  }

  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-lg-n3 {
    margin-right: -1rem !important;
  }

  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-lg-n5 {
    margin-right: -2rem !important;
  }

  .mr-lg-n6 {
    margin-right: -2.5rem !important;
  }

  .mr-lg-n7 {
    margin-right: -3rem !important;
  }

  .mr-lg-n8 {
    margin-right: -4rem !important;
  }

  .mr-lg-n9 {
    margin-right: -5rem !important;
  }

  .mr-lg-n10 {
    margin-right: -6rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -4rem !important;
  }

  .mb-lg-n9 {
    margin-bottom: -5rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-lg-n3 {
    margin-left: -1rem !important;
  }

  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-lg-n5 {
    margin-left: -2rem !important;
  }

  .ml-lg-n6 {
    margin-left: -2.5rem !important;
  }

  .ml-lg-n7 {
    margin-left: -3rem !important;
  }

  .ml-lg-n8 {
    margin-left: -4rem !important;
  }

  .ml-lg-n9 {
    margin-left: -5rem !important;
  }

  .ml-lg-n10 {
    margin-left: -6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 2rem !important;
  }

  .p-lg-6 {
    padding: 2.5rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .p-lg-9 {
    padding: 5rem !important;
  }

  .p-lg-10 {
    padding: 6rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 2rem !important;
  }

  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 3rem !important;
  }

  .pt-lg-8 {
    padding-top: 4rem !important;
  }

  .pt-lg-9 {
    padding-top: 5rem !important;
  }

  .pt-lg-10 {
    padding-top: 6rem !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pr-lg-5 {
    padding-right: 2rem !important;
  }

  .pr-lg-6 {
    padding-right: 2.5rem !important;
  }

  .pr-lg-7 {
    padding-right: 3rem !important;
  }

  .pr-lg-8 {
    padding-right: 4rem !important;
  }

  .pr-lg-9 {
    padding-right: 5rem !important;
  }

  .pr-lg-10 {
    padding-right: 6rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .pl-lg-5 {
    padding-left: 2rem !important;
  }

  .pl-lg-6 {
    padding-left: 2.5rem !important;
  }

  .pl-lg-7 {
    padding-left: 3rem !important;
  }

  .pl-lg-8 {
    padding-left: 4rem !important;
  }

  .pl-lg-9 {
    padding-left: 5rem !important;
  }

  .pl-lg-10 {
    padding-left: 6rem !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 81.25em) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 2rem !important;
  }

  .m-xl-6 {
    margin: 2.5rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .m-xl-9 {
    margin: 5rem !important;
  }

  .m-xl-10 {
    margin: 6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 2rem !important;
  }

  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 3rem !important;
  }

  .mt-xl-8 {
    margin-top: 4rem !important;
  }

  .mt-xl-9 {
    margin-top: 5rem !important;
  }

  .mt-xl-10 {
    margin-top: 6rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mr-xl-5 {
    margin-right: 2rem !important;
  }

  .mr-xl-6 {
    margin-right: 2.5rem !important;
  }

  .mr-xl-7 {
    margin-right: 3rem !important;
  }

  .mr-xl-8 {
    margin-right: 4rem !important;
  }

  .mr-xl-9 {
    margin-right: 5rem !important;
  }

  .mr-xl-10 {
    margin-right: 6rem !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ml-xl-5 {
    margin-left: 2rem !important;
  }

  .ml-xl-6 {
    margin-left: 2.5rem !important;
  }

  .ml-xl-7 {
    margin-left: 3rem !important;
  }

  .ml-xl-8 {
    margin-left: 4rem !important;
  }

  .ml-xl-9 {
    margin-left: 5rem !important;
  }

  .ml-xl-10 {
    margin-left: 6rem !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -2rem !important;
  }

  .m-xl-n6 {
    margin: -2.5rem !important;
  }

  .m-xl-n7 {
    margin: -3rem !important;
  }

  .m-xl-n8 {
    margin: -4rem !important;
  }

  .m-xl-n9 {
    margin: -5rem !important;
  }

  .m-xl-n10 {
    margin: -6rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xl-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xl-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -2rem !important;
  }

  .mt-xl-n6 {
    margin-top: -2.5rem !important;
  }

  .mt-xl-n7 {
    margin-top: -3rem !important;
  }

  .mt-xl-n8 {
    margin-top: -4rem !important;
  }

  .mt-xl-n9 {
    margin-top: -5rem !important;
  }

  .mt-xl-n10 {
    margin-top: -6rem !important;
  }

  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-xl-n3 {
    margin-right: -1rem !important;
  }

  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-xl-n5 {
    margin-right: -2rem !important;
  }

  .mr-xl-n6 {
    margin-right: -2.5rem !important;
  }

  .mr-xl-n7 {
    margin-right: -3rem !important;
  }

  .mr-xl-n8 {
    margin-right: -4rem !important;
  }

  .mr-xl-n9 {
    margin-right: -5rem !important;
  }

  .mr-xl-n10 {
    margin-right: -6rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -4rem !important;
  }

  .mb-xl-n9 {
    margin-bottom: -5rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-xl-n3 {
    margin-left: -1rem !important;
  }

  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-xl-n5 {
    margin-left: -2rem !important;
  }

  .ml-xl-n6 {
    margin-left: -2.5rem !important;
  }

  .ml-xl-n7 {
    margin-left: -3rem !important;
  }

  .ml-xl-n8 {
    margin-left: -4rem !important;
  }

  .ml-xl-n9 {
    margin-left: -5rem !important;
  }

  .ml-xl-n10 {
    margin-left: -6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 2rem !important;
  }

  .p-xl-6 {
    padding: 2.5rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .p-xl-9 {
    padding: 5rem !important;
  }

  .p-xl-10 {
    padding: 6rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 2rem !important;
  }

  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 3rem !important;
  }

  .pt-xl-8 {
    padding-top: 4rem !important;
  }

  .pt-xl-9 {
    padding-top: 5rem !important;
  }

  .pt-xl-10 {
    padding-top: 6rem !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pr-xl-5 {
    padding-right: 2rem !important;
  }

  .pr-xl-6 {
    padding-right: 2.5rem !important;
  }

  .pr-xl-7 {
    padding-right: 3rem !important;
  }

  .pr-xl-8 {
    padding-right: 4rem !important;
  }

  .pr-xl-9 {
    padding-right: 5rem !important;
  }

  .pr-xl-10 {
    padding-right: 6rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xl-5 {
    padding-left: 2rem !important;
  }

  .pl-xl-6 {
    padding-left: 2.5rem !important;
  }

  .pl-xl-7 {
    padding-left: 3rem !important;
  }

  .pl-xl-8 {
    padding-left: 4rem !important;
  }

  .pl-xl-9 {
    padding-left: 5rem !important;
  }

  .pl-xl-10 {
    padding-left: 6rem !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 102em) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 2rem !important;
  }

  .m-xxl-6 {
    margin: 2.5rem !important;
  }

  .m-xxl-7 {
    margin: 3rem !important;
  }

  .m-xxl-8 {
    margin: 4rem !important;
  }

  .m-xxl-9 {
    margin: 5rem !important;
  }

  .m-xxl-10 {
    margin: 6rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-9 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-10 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 2rem !important;
  }

  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 3rem !important;
  }

  .mt-xxl-8 {
    margin-top: 4rem !important;
  }

  .mt-xxl-9 {
    margin-top: 5rem !important;
  }

  .mt-xxl-10 {
    margin-top: 6rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mr-xxl-3 {
    margin-right: 1rem !important;
  }

  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mr-xxl-5 {
    margin-right: 2rem !important;
  }

  .mr-xxl-6 {
    margin-right: 2.5rem !important;
  }

  .mr-xxl-7 {
    margin-right: 3rem !important;
  }

  .mr-xxl-8 {
    margin-right: 4rem !important;
  }

  .mr-xxl-9 {
    margin-right: 5rem !important;
  }

  .mr-xxl-10 {
    margin-right: 6rem !important;
  }

  .mr-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-0 {
    margin-left: 0 !important;
  }

  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ml-xxl-3 {
    margin-left: 1rem !important;
  }

  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ml-xxl-5 {
    margin-left: 2rem !important;
  }

  .ml-xxl-6 {
    margin-left: 2.5rem !important;
  }

  .ml-xxl-7 {
    margin-left: 3rem !important;
  }

  .ml-xxl-8 {
    margin-left: 4rem !important;
  }

  .ml-xxl-9 {
    margin-left: 5rem !important;
  }

  .ml-xxl-10 {
    margin-left: 6rem !important;
  }

  .ml-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -2rem !important;
  }

  .m-xxl-n6 {
    margin: -2.5rem !important;
  }

  .m-xxl-n7 {
    margin: -3rem !important;
  }

  .m-xxl-n8 {
    margin: -4rem !important;
  }

  .m-xxl-n9 {
    margin: -5rem !important;
  }

  .m-xxl-n10 {
    margin: -6rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxl-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xxl-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xxl-n9 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xxl-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxl-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xxl-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xxl-n9 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xxl-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -2.5rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -4rem !important;
  }

  .mt-xxl-n9 {
    margin-top: -5rem !important;
  }

  .mt-xxl-n10 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mr-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-xxl-n5 {
    margin-right: -2rem !important;
  }

  .mr-xxl-n6 {
    margin-right: -2.5rem !important;
  }

  .mr-xxl-n7 {
    margin-right: -3rem !important;
  }

  .mr-xxl-n8 {
    margin-right: -4rem !important;
  }

  .mr-xxl-n9 {
    margin-right: -5rem !important;
  }

  .mr-xxl-n10 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -4rem !important;
  }

  .mb-xxl-n9 {
    margin-bottom: -5rem !important;
  }

  .mb-xxl-n10 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ml-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-xxl-n5 {
    margin-left: -2rem !important;
  }

  .ml-xxl-n6 {
    margin-left: -2.5rem !important;
  }

  .ml-xxl-n7 {
    margin-left: -3rem !important;
  }

  .ml-xxl-n8 {
    margin-left: -4rem !important;
  }

  .ml-xxl-n9 {
    margin-left: -5rem !important;
  }

  .ml-xxl-n10 {
    margin-left: -6rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 2rem !important;
  }

  .p-xxl-6 {
    padding: 2.5rem !important;
  }

  .p-xxl-7 {
    padding: 3rem !important;
  }

  .p-xxl-8 {
    padding: 4rem !important;
  }

  .p-xxl-9 {
    padding: 5rem !important;
  }

  .p-xxl-10 {
    padding: 6rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-9 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 2rem !important;
  }

  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 3rem !important;
  }

  .pt-xxl-8 {
    padding-top: 4rem !important;
  }

  .pt-xxl-9 {
    padding-top: 5rem !important;
  }

  .pt-xxl-10 {
    padding-top: 6rem !important;
  }

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xxl-3 {
    padding-right: 1rem !important;
  }

  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pr-xxl-5 {
    padding-right: 2rem !important;
  }

  .pr-xxl-6 {
    padding-right: 2.5rem !important;
  }

  .pr-xxl-7 {
    padding-right: 3rem !important;
  }

  .pr-xxl-8 {
    padding-right: 4rem !important;
  }

  .pr-xxl-9 {
    padding-right: 5rem !important;
  }

  .pr-xxl-10 {
    padding-right: 6rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-0 {
    padding-left: 0 !important;
  }

  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xxl-3 {
    padding-left: 1rem !important;
  }

  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xxl-5 {
    padding-left: 2rem !important;
  }

  .pl-xxl-6 {
    padding-left: 2.5rem !important;
  }

  .pl-xxl-7 {
    padding-left: 3rem !important;
  }

  .pl-xxl-8 {
    padding-left: 4rem !important;
  }

  .pl-xxl-9 {
    padding-left: 5rem !important;
  }

  .pl-xxl-10 {
    padding-left: 6rem !important;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ================================================================
   Boilerplate - Base Styles 
   ================================================================ */
html, button, input, select, textarea {
  color: #000;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  background: #fff;
  font-size: 100%;
}

.sfPublicWrapper {
  position: relative;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  left: 0;
}

::-moz-selection {
  background: #1D5181;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1D5181;
  color: #fff;
  text-shadow: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto;
}

.image-fixed, .image-fixed img {
  max-width: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden, .visually-hidden, .visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .page-meta:before, .pagination:before, .clearfix:after, .page-meta:after, .pagination:after {
  content: " ";
  display: table;
}
.clearfix:after, .page-meta:after, .pagination:after {
  clear: both;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.breakforprint {
  page-break-after: always;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.list-reset, .card--grid, .dropdown__menu ul, .user-actions-list ul, .list, .grid {
  list-style: none;
  padding: 0;
}

.list-inline li {
  display: inline-block;
}

.list-bullets-primary {
  list-style: none;
}
.list-bullets-primary li:before {
  content: "•";
  color: #1D5181;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

table {
  margin: 1em 0;
  border: 1px solid #ccc;
}

td {
  padding: 0.2em 0.4em;
  border: 1px solid #ccc;
  background: #e6e6e6;
}

tr:nth-child(2n) td {
  background: #fff;
}

body span.gc-cs-link {
  color: inherit;
}
body span.gc-cs-link:hover {
  text-decoration: none;
}

.click-user *:focus, .click-user *:active {
  outline: 0;
}

.scroll-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: auto !important;
  z-index: 10000;
}

.svg-legend {
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

/* ================================================================
   Typography Styles
   ================================================================ */
h1, h2, h3 {
  margin: 1em 0 1em 0;
  font-family: "Lato", sans-serif;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2, .card--horizontal .card__title, .news--featured .news__title {
  font-size: 1.813rem;
}

h3, .h3 {
  font-size: 1.313rem;
}

h4, .h4 {
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}

a {
  color: #1D5181;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

.sfContentBlock ul, .sfContentBlock ol {
  padding-left: 1.5em;
  margin: 0 0 1em;
}

blockquote {
  margin: 1em 1.5em;
  padding-left: 1.5em;
  border-left: 5px solid #d9d9d9;
}

.smallest {
  font-size: 0.8em;
}

.smaller {
  font-size: 0.9em;
}

.larger {
  font-size: 1.1em;
}

.largest {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.strike {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

/* Buttons */
.button, .archive-item__action a, .news--featured .news__link, .sfSearchButton, .dri-login input[type=submit], form[name=LoginFormSSO] input[type=submit], .btn {
  display: inline-block;
  padding: 0.47em 1.2em;
  border: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #1D5181;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover, .archive-item__action a:hover, .news--featured .news__link:hover, .sfSearchButton:hover, .dri-login input[type=submit]:hover, form[name=LoginFormSSO] input[type=submit]:hover, .button:focus, .archive-item__action a:focus, .news--featured .news__link:focus, .sfSearchButton:focus, .dri-login input[type=submit]:focus, form[name=LoginFormSSO] input[type=submit]:focus, .btn:hover, .btn:focus {
  text-decoration: none;
  background: #646464;
}
.button.invert, .archive-item__action a.invert, .news--featured .invert.news__link, .invert.sfSearchButton, .dri-login input.invert[type=submit], form[name=LoginFormSSO] input.invert[type=submit], .btn.invert {
  background: #fff;
}

.button--primary {
  color: #fff;
  background: #1D5181;
  text-transform: none;
  white-space: nowrap;
  border-radius: 0.25rem;
}
.button--primary svg.icon {
  fill: #1D5181;
}
.button--primary:hover, .button--primary:focus {
  color: #fff;
  background: #143757;
}

.button--secondary, .card--horizontal.card--secondary-buttons .card__link, .archive-item__action a {
  color: #1D5181;
  background: #edf2f6;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
  border: 1px solid #cddee6;
  border-radius: 0.25rem;
}
.button--secondary svg.icon, .card--horizontal.card--secondary-buttons .card__link svg.icon, .archive-item__action a svg.icon {
  fill: #1D5181;
}
.button--secondary:hover, .card--horizontal.card--secondary-buttons .card__link:hover, .archive-item__action a:hover, .button--secondary:focus, .card--horizontal.card--secondary-buttons .card__link:focus, .archive-item__action a:focus {
  color: #fff;
  background: #1D5181;
  border: 1px solid #1D5181;
}
.button--secondary:hover svg.icon, .card--horizontal.card--secondary-buttons .card__link:hover svg.icon, .archive-item__action a:hover svg.icon, .button--secondary:focus svg.icon, .card--horizontal.card--secondary-buttons .card__link:focus svg.icon, .archive-item__action a:focus svg.icon {
  fill: #fff;
}

.button--invert, .news--featured .news__link {
  color: #1D5181;
  background: #fff;
  text-transform: none;
  white-space: nowrap;
  border: 1px solid #1D5181;
  border-radius: 0.25rem;
}
.button--invert svg.icon, .news--featured .news__link svg.icon {
  fill: #1D5181;
}
.button--invert:hover, .news--featured .news__link:hover, .button--invert:focus, .news--featured .news__link:focus {
  color: #fff;
  background: #1D5181;
  border: 1px solid #fff;
}

.button--hollow, .card--horizontal .card__link {
  color: #1D5181;
  background: transparent;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  padding: 0.657rem 1.5rem;
  display: inline-block;
  border: 1px solid #1D5181;
  border-radius: 0.25rem;
}
.button--hollow svg.icon, .card--horizontal .card__link svg.icon {
  fill: #1D5181;
}
.button--hollow:hover, .card--horizontal .card__link:hover, .button--hollow:focus, .card--horizontal .card__link:focus {
  color: #fff;
  background: #1D5181;
  border: 1px solid #1D5181;
}
.button--hollow:hover svg.icon, .card--horizontal .card__link:hover svg.icon, .button--hollow:focus svg.icon, .card--horizontal .card__link:focus svg.icon {
  fill: #fff;
}
.public a {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.public p {
  margin: 0 !important;
}
.logout::before {
  content: "\f007";
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Pro', 'Font Awesome';
  transition: transform 0.15s ease-out;
  font: var(--fa-font-solid);
}
.media {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1151px) {
  .media {
    align-items: center;
  }
}
.back {
  text-transform: capitalize;
}
.more {
  text-transform: capitalize;
}
/* SF Margin */
.sf-mt-xxxl {
  margin-top: 50px;
}

.sf-ml-xxxl, .sf-Comment-subscribe {
  margin-left: 50px;
}

.sf-mb-xxxl {
  margin-bottom: 50px;
}

.sf-mr-xxxl {
  margin-right: 50px;
}

.sf-mt-xl, .sf-Comments {
  margin-top: 30px;
}

.sf-ml-xl {
  margin-left: 30px;
}

.sf-mb-xl, .sf-Comments-more, .sf-Comments-list, .sf-Comments-header {
  margin-bottom: 30px;
}

.sf-mr-xl {
  margin-right: 30px;
}

.sf-mt-l, .sf-Review-already {
  margin-top: 20px;
}

.sf-ml-l {
  margin-left: 20px;
}

.sf-mb-l {
  margin-bottom: 20px;
}

.sf-mr-l, .sf-Comments-header h3 {
  margin-right: 20px;
}

.sf-mt-m, .sf-Comment-subscribe {
  margin-top: 15px;
}

.sf-ml-m {
  margin-left: 15px;
}

.sf-mb-m, .sf-Comments .sf-loading {
  margin-bottom: 15px;
}

.sf-mr-m {
  margin-right: 15px;
}

.sf-mt-s {
  margin-top: 10px;
}

.sf-ml-s, .sf-Review-count, .sf-Comment-count {
  margin-left: 10px;
}

.sf-mb-s, .sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  margin-bottom: 10px;
}

.sf-mr-s {
  margin-right: 10px;
}

.sf-mt-xs, .sf-Review-count--block .sf-Review-count, .sf-Comments-header a, .sf-Comment-count--block .sf-Comment-count {
  margin-top: 5px;
}

.sf-ml-xs, .sf-Comments-header a {
  margin-left: 5px;
}

.sf-mb-xs {
  margin-bottom: 5px;
}

.sf-mr-xs {
  margin-right: 5px;
}

.sf-mt-xxs {
  margin-top: 0px;
}

.sf-ml-xxs,
.sf-Comment-count--block .sf-Review-count, .sf-Review-count--block .sf-Review-count, .sf-Comment-count--block .sf-Comment-count {
  margin-left: 0px;
}

.sf-mb-xxs {
  margin-bottom: 0px;
}

.sf-mr-xxs {
  margin-right: 0px;
}

/* SF Padding */
.sf-pt-xl {
  padding-top: 30px;
}

.sf-pl-xl {
  padding-left: 30px;
}

.sf-pb-xl {
  padding-bottom: 30px;
}

.sf-pr-xl {
  padding-right: 30px;
}

.sf-pt-l {
  padding-top: 20px;
}

.sf-pl-l {
  padding-left: 20px;
}

.sf-pb-l {
  padding-bottom: 20px;
}

.sf-pr-l {
  padding-right: 20px;
}

.sf-pt-m {
  padding-top: 15px;
}

.sf-pl-m {
  padding-left: 15px;
}

.sf-pb-m {
  padding-bottom: 15px;
}

.sf-pr-m {
  padding-right: 15px;
}

.sf-pt-s {
  padding-top: 10px;
}

.sf-pl-s {
  padding-left: 10px;
}

.sf-pb-s {
  padding-bottom: 10px;
}

.sf-pr-s {
  padding-right: 10px;
}

.sf-pt-xs {
  padding-top: 5px;
}

.sf-pl-xs {
  padding-left: 5px;
}

.sf-pb-xs {
  padding-bottom: 5px;
}

.sf-pr-xs, .sf-Comments-list .sf-Comments-list-author {
  padding-right: 5px;
}

.sf-pt-xxs {
  padding-top: 0px;
}

.sf-pl-xxs {
  padding-left: 0px;
}

.sf-pb-xxs {
  padding-bottom: 0px;
}

.sf-pr-xxs {
  padding-right: 0px;
}

/* ================================================================
   BOOTSTRAP GRID
   ================================================================ */
.container, .alert-banner__content {
  width: 100%;
  max-width: 85em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em;
}
.container--sm {
  max-width: 48em;
}
.container--xl {
  max-width: 100em;
}

.container-sm {
  width: 100%;
  max-width: 48em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em;
}

.container-xl {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em;
}

/* 
 ** In case you want this instead of the width/max-width above.

@media (min-width: $bp-m) {
  .container { width: $bp-m - $grid-gutter-em; }
}

@media (min-width: $bp-mw) {
  .container { width: $bp-mw - $grid-gutter-em; }
}

@media (min-width: $bp-l) {
  .container { width: $bp-l - $grid-gutter-em; }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.938em;
  padding-right: 0.938em;
}

.row {
  margin-left: -0.938em;
  margin-right: -0.938em;
}

.container:before, .alert-banner__content:before, .container:after, .alert-banner__content:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.container:after, .alert-banner__content:after, .container-fluid:after, .row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.938em;
  padding-right: 0.938em;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 60em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 72em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* ================================================================
=   Header
=  ================================================================ */
*:focus {
  outline: none;
}

.svg {
  display: none;
}

.header {
  position: relative;
  background: #fff;
}
.header > .container, .header > .alert-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 72em) {
  .header > .container, .header > .alert-banner__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header .logo {
  width: 100%;
  max-width: 20rem;
  padding-top: 1.25rem;
  position: relative;
  overflow: visible;
}
.header .logo a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header .logo img {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.header .logo span {
  font-size: 1rem;
  width: auto;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.header .logo + div {
  width: 100%;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .user-options {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 72em) {
  .header .user-options {
    width: 100%;
    margin-left: 6rem;
  }
}

.menu-toggle-wrapper {
  display: block;
}
@media (min-width: 72em) {
  .menu-toggle-wrapper {
    display: none;
  }
}

.user-actions-list {
  margin-top: 3rem;
}
.user-actions-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-actions-list ul li {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.user-actions-list ul li a {
  padding: 0.625rem 1rem;
}
@media (min-width: 72em) {
  .user-actions-list {
    margin-top: 0rem;
  }
  .user-actions-list ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .user-actions-list ul li {
    margin-bottom: 0;
  }
}

.search-box {
  width: 100%;
}

.site-top {
  position: relative;
}

/* ================================================================
=   Main
=  ================================================================ */
.main {
  min-height: 400px;
}
.main .addmargin-bottom {
  margin-bottom: 30px;
}
.main .addmargin-top {
  margin-top: 30px;
}
@media (min-width: 72em) {
  .main [class*=addmargin-] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.blue-wrapper {
  padding: 40px 40px;
  margin-bottom: 30px;
  color: #fff;
  background: #1D5181;
}
.blue-wrapper.rounded {
  border-radius: 8px;
}

.blue-gradient-wrapper {
  padding: 40px 0;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29749e+0,004272+100 */
  background: #29749e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#29749e), to(#004272));
  background: -o-linear-gradient(left, #29749e 0%, #004272 100%);
  background: linear-gradient(to right, #29749e 0%, #004272 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29749e", endColorstr="#004272",GradientType=1 );
  /* IE6-9 */
}
.blue-gradient-wrapper.rounded {
  border-radius: 8px;
}

.stretch-wrapper {
  display: table;
  width: 100%;
}
.stretch-wrapper > div {
  overflow: auto;
  padding: 40px;
}
.stretch-wrapper > div.left {
  background: #efefef;
}
.stretch-wrapper > div.right {
  background: #B6D1FF;
}
@media (min-width: 48em) {
  .stretch-wrapper > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .stretch-wrapper > div.left > div {
    float: right;
    padding-right: 50px;
  }
  .stretch-wrapper > div.right > div {
    float: left;
    padding-left: 50px;
  }
}

/* ================================================================
=   Rail
=  ================================================================ */
/* ================================================================
=   Footer
=  ================================================================ */
.footer {
  margin-top: 3rem;
  padding: 3rem 0;
}
.footer .footer-address {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  line-height: 3rem;
}
.footer .footer-address p {
  margin-bottom: 0;
}
.footer .footer-address a {
  color: inherit;
}
.footer .footer-address a:hover, .footer .footer-address a:focus {
  color: inherit;
  text-decoration: underline;
}
.footer .footer-address span {
  display: none;
}
@media (min-width: 48em) {
  .footer .footer-address span {
    display: inline;
    padding: 0 0.5rem;
  }
  .footer .footer-address br {
    display: none;
  }
}
.footer .footer-social {
  text-align: center;
  margin-top: 2rem;
}
.footer .footer-social ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
}
.footer .footer-social ul li {
  font-weight: bold;
  vertical-align: bottom;
  margin-right: 15px;
  display: inline-block;
}
.footer .footer-social ul svg.icon {
  fill: #1D5181;
  width: 25px;
  height: 25px;
}
.footer .footer-links {
  text-align: center;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ededed;
}
.footer .footer-links a {
  color: #6c757d;
  font-size: 1rem;
  text-decoration: underline;
  line-height: 2.5rem;
  white-space: nowrap;
  padding: 0 1rem;
  display: block;
}
.footer .footer-links a:hover, .footer .footer-links a:focus {
  text-decoration: none;
}
@media (min-width: 48em) {
  .footer .footer-links a {
    line-height: 1rem;
    display: inline-block;
    border-right: 1px solid #6c757d;
  }
  .footer .footer-links a:last-child {
    border: 0;
  }
  .footer .footer-links a:nth-child(4) {
    border-right: 0;
  }
}
@media (min-width: 64em) {
  .footer .footer-links a:nth-child(4) {
    border-right: 1px solid #6c757d;
  }
  .footer .footer-links a:nth-child(5) {
    display: inline;
    border-left: 0;
  }
}
.footer .footer-links br {
  display: none;
}
@media (min-width: 48em) {
  .footer .footer-links br {
    display: block;
  }
}
@media (min-width: 64em) {
  .footer .footer-links br {
    display: none;
  }
}
.footer .footer-copyright {
  color: #6c757d;
  font-size: 0.875rem;
  text-align: center;
}
.footer .footer-copyright img {
  width: 1.5rem;
  height: auto;
  margin: 0 auto 1rem auto;
  display: block;
}
@media (min-width: 48em) {
  .footer .footer-copyright img {
    margin: 0 0.5rem 0 0;
    display: inline-block;
  }
}

/* ================================================================
=   Content Boxes and Layout Elements
=  ================================================================ */
.content-box, .breadcrumb {
  background: transparent;
  width: 100%;
  max-width: 98rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 102em) {
  .content-box, .breadcrumb {
    border-radius: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.content-box--fluid {
  width: 100%;
  padding: 0rem;
  max-width: 100%;
  border-radius: 0;
}

.content-box--primary {
  background: #1D5181;
}
.content-box--primary h2, .content-box--primary h3, .content-box--primary h4, .content-box--primary h5, .content-box--primary p, .content-box--primary ul, .content-box--primary li, .content-box--primary span, .content-box--primary strong, .content-box--primary em {
  color: #fff;
}
.content-box--primary a {
  color: #fff;
  text-decoration: underline;
}
.content-box--primary a:hover, .content-box--primary a:focus {
  color: #fff;
  text-decoration: none;
}

.content-box--secondary {
  background: #F54B2E;
}
.content-box--secondary h2, .content-box--secondary h3, .content-box--secondary h4, .content-box--secondary h5, .content-box--secondary p, .content-box--secondary ul, .content-box--secondary li, .content-box--secondary span, .content-box--secondary strong, .content-box--secondary em {
  color: #fff;
}
.content-box--secondary a {
  color: #fff;
  text-decoration: underline;
}
.content-box--secondary a:hover, .content-box--secondary a:focus {
  color: #fff;
  text-decoration: none;
}

.content-box--neutral {
  background: #cccccc;
}
.content-box--neutral h2, .content-box--neutral h3, .content-box--neutral h4, .content-box--neutral h5, .content-box--neutral p, .content-box--neutral ul, .content-box--neutral li, .content-box--neutral span, .content-box--neutral strong, .content-box--neutral em {
  color: #fff;
}
.content-box--neutral a {
  color: #fff;
  text-decoration: underline;
}
.content-box--neutral a:hover, .content-box--neutral a:focus {
  color: #fff;
  text-decoration: none;
}

.content-box--dimmed {
  background: #ededed;
}
.content-box--dimmed h2, .content-box--dimmed h3, .content-box--dimmed h4, .content-box--dimmed h5, .content-box--dimmed p, .content-box--dimmed ul, .content-box--dimmed li, .content-box--dimmed span, .content-box--dimmed strong, .content-box--dimmed em {
  color: #6c757d;
}
.content-box--dimmed a {
  color: #6c757d;
  text-decoration: underline;
}
.content-box--dimmed a:hover, .content-box--dimmed a:focus {
  color: #6c757d;
  text-decoration: none;
}

.hr {
  border-top: 1px solid #cccccc;
}

.wrapper-primary {
  background: #1D5181;
}

.wrapper-secondary {
  background: #F54B2E;
}

.wrapper-neutral {
  background: #cccccc;
}

.wrapper-dimmed {
  background: #ededed;
}

@media (min-width: 102em) {
  [class*=wrapper-].fixedwidth-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 98em;
    border-radius: 0.5rem;
  }
}

.archive-month-selector__menu {
  display: none;
}

/* ================================================================
   Generic Form Styles
   ================================================================ */
.form-group--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-label {
  margin-right: 2rem;
}

.input-row {
  padding: 10px;
}
.input-row:nth-child(odd) {
  background: #eee;
}

.required-indicator {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 15px;
}
.required-indicator:before {
  display: block;
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}

input[type=text],
input[type=search],
input[type=password],
input[type=tel],
input[type=email] {
  background: #ffffff;
  font-size: 1rem;
  height: 3rem;
  width: 100%;
  display: block;
  margin-top: 5px;
  vertical-align: top;
  padding: 5px 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cddee6;
  border-radius: 0.25rem;
  -webkit-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
}

.form-inline {
  position: relative;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 2px;
  border-radius: 0;
  background: none;
}

select {
  height: 3rem;
  border: 1px solid #cddee6;
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
}
select:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
}

textarea {
  padding: 10px 13px;
  min-height: 100px;
  border: 1px solid #cddee6;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  -webkit-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
textarea:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
}

.sfreContentArea {
  padding: 10px 13px;
  background: none;
}

.dropdown {
  position: relative;
  min-width: 10rem;
  z-index: 1;
}
.dropdown__toggle {
  background: #ffffff;
  font-size: 1rem;
  height: 3rem;
  width: 100%;
  display: block;
  margin-top: 5px;
  vertical-align: top;
  padding: 5px 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cddee6;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: right 0.2s ease-out;
  -o-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.dropdown__toggle:focus {
  outline: none;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #1D5181;
}
.dropdown__toggle span {
  position: relative;
  padding-right: 3rem;
}
.dropdown__toggle span:after {
  margin-left: 1rem;
  position: absolute;
  right: 0;
  top: 40%;
}
.dropdown__toggle.active {
  border-radius: 0.25rem 0.25rem 0 0;
}
.dropdown__toggle.active span:after {
  top: 20%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown__menu {
  background: #ffffff;
  width: 100%;
  border: 1px solid #cddee6;
  border-radius: 0 0 0.25rem 0.25rem;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.dropdown__menu ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.dropdown__menu a {
  width: 100%;
  padding: 0.25rem 1rem;
  display: block;
  white-space: nowrap;
}
.dropdown__menu a:hover, .dropdown__menu a:focus {
  color: #fff;
  background: #F54B2E;
  text-decoration: none;
}
/* ================================================================
   Sitefinity Form Styles
   ================================================================ */
.sfLoginFieldsWrp, .sfprofileFieldsList, .sfregisterFieldsList {
  display: block;
  margin: 1em 0;
  padding: 0;
}
.sfLoginFieldsWrp li, .sfprofileFieldsList li, .sfregisterFieldsList li {
  display: block;
  margin: 0;
  padding: 0;
}
.sfLoginFieldsWrp li + li, .sfprofileFieldsList li + li, .sfregisterFieldsList li + li {
  margin-top: 1em;
}

.Sitefinity.RadEditor td {
  background: none;
}
.Sitefinity.RadEditor .reTlbVertical:empty {
  display: none;
}
.Sitefinity.RadEditor .reLeftVerticalSide {
  display: none;
}
.Sitefinity.RadEditor .reContentCell {
  border: none;
}
.Sitefinity.RadEditor .reContentCell iframe {
  border: 1px solid #cddee6;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  background: #ffffff;
}
.Sitefinity.RadEditor .reToolbarWrapper {
  position: absolute;
  top: -6px;
  right: 0;
  margin-right: 0 !important;
}
.Sitefinity.RadEditor .sfMoreTools {
  min-width: 0 !important;
}

.sfTxtBoxSmall .sfTxt,
.sfDdlSmall select {
  max-width: 120px;
}

.sfTxtBoxMedium .sfTxt,
.sfDdlMedium select {
  max-width: 300px;
}

.sfTxtBoxLarge .sfTxt,
.sfDdlLarge select {
  max-width: 400px;
}

.sfExample {
  margin: 0.5em 0 1em;
  font-size: 11px;
  line-height: 1.4em;
}

form[name=LoginFormSSO] input {
  margin-bottom: 10px;
}
/* Error Message
   ========================================================================== */
.sfError {
  margin-top: 3.75px;
  padding: 7.5px 15px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background: red;
}

.dri-login input[type=submit] {
  margin: 20px 0;
  cursor: pointer;
}
.dri-login form > div:last-child {
  display: inline-block;
  vertical-align: middle;
}
.dri-login form > div:nth-last-child(2) {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #000;
}
.dri-login .forgot-password input[type=submit] {
  margin-top: 0 !important;
}
.dri-login .forgot-password div {
  display: block !important;
  border: 0 !important;
}

/* ================================================================
   Keyframes
   ================================================================ */
/* Fade In */
@-webkit-keyframes fadeIn {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}
/* Fade Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ================================================================
   Site Specific Below
   ================================================================ */
/* ==========================================================================
   Global Modules
   - We define modules as larger content that usually have a listing and detailed view.
   ========================================================================== */
/* Module
   - Used to define large, page wide tools (e.g. News listing, Events Calendar)
   ========================================================================== */
.module {
  margin-bottom: 1em;
}
.module .header .title {
  margin-bottom: 0;
}
.module .content {
  margin-bottom: 1em;
}
.module .summary {
  margin-bottom: 1em;
  font-weight: bold;
  font-style: italic;
}

/* Widget
   - Used to define individual parts that make up a page (e.g. News rail listing)
   ========================================================================== */
.widget {
  margin-bottom: 1em;
}
.widget .header {
  padding: 10px;
  background: #1D5181;
}
.widget .header .title {
  margin: 0;
}
.widget .content {
  padding: 10px;
}
/* Item
   - Used to define single piece within a component (e.g. News article within a news listing)
   ========================================================================== */
.item {
  position: relative;
  display: block;
  padding: 0;
}
.item .aside {
  margin: 1em auto;
  max-width: 200px;
}

@media (min-width: 48em) {
  .item .aside {
    display: table-cell;
    width: 80px;
    vertical-align: top;
  }
  .item .item-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
  }
}
/* Meta Content
   - This is content that extends or defines the content that it is pared with.
   - Examples: date, author, tag
   ========================================================================== */
.meta {
  display: block;
  margin: 0 0 1em;
  padding: 0;
}

.meta-item {
  display: block;
}
.meta-item.author {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.meta-item.date {
  margin-top: 10px;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
}

/* Core List Styles
   - Provides core styling for item list
   ========================================================================== */
.item-list {
  display: block;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.item-list .item + .item {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(29, 81, 129, 0.2);
}

/* Include individual components
   ========================================================================== */
.sf-Code pre {
  color: #666;
}

body[contenteditable=true] {
  padding: 20px;
}

.sf-document-list--table .sf-title {
  margin-left: 10px;
}

.documents svg {
  max-width: 100%;
  max-height: 50%;
}
.documents .aside {
  width: 80px;
}

.sf-icon-feed {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.sf-FileField .sf-icon-remove {
  display: inline-block;
  cursor: pointer;
}

input[type=file].sf-FileField-input {
  display: inline-block;
}

.sf-lang-selector.list-inline > li {
  padding-right: 0;
}
.sf-lang-selector a.selected {
  background-color: #f2f2f2;
  color: #333;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 8px;
}
.sf-lang-selector label select {
  display: block;
  font-weight: normal;
}

.sf-list--expandable i {
  margin-right: 5px;
}
.sf-list--expandable .sf-list-content {
  margin-left: 20px;
}
.sf-list--expandable .sf-list-item > div {
  margin-bottom: 5px;
}
.sf-list--expandable .sf-list-item h3:first-child {
  margin-top: 0;
}

/* ================================================================
   SF LOADING
   ================================================================ */
.sf-loading > span, .sf-loading:before, .sf-loading:after {
  display: inline-block;
  height: 30px;
  width: 6px;
  background-color: #9cc5f7;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
          animation: stretchdelay 1.1s infinite ease-in-out;
}

.sf-loading {
  position: relative;
  margin: -5px 0 0 12px;
  height: 30px;
  width: 6px;
}
.sf-loading:before, .sf-loading:after {
  content: " ";
  position: absolute;
  top: 0;
}
.sf-loading:before {
  left: -10px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.sf-loading:after {
  right: -10px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.sf-loading-wrapper .sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: #105ab5;
  }
}
.sf-mt-xl, .sf-Comments {
  margin-top: 30px;
}

.sf-mb-m, .sf-Comments .sf-loading {
  margin-bottom: 15px;
}

.sf-ml-s, .sf-Review-count, .sf-Comment-count {
  margin-left: 10px;
}

.sf-ml-xxs,
.sf-Comment-count--block .sf-Review-count, .sf-Review-count--block .sf-Review-count, .sf-Comment-count--block .sf-Comment-count {
  margin-left: 0;
}

.sf-mt-xs, .sf-Review-count--block .sf-Review-count, .sf-Comments-header a, .sf-Comment-count--block .sf-Comment-count {
  margin-top: 5px;
}

.sf-Comments [class^=sf-icon] {
  display: inline-block;
}
.sf-Comment-count {
  display: inline-block;
}
.sf-Comment-count [class^=sf-icon] {
  display: inline-block;
  vertical-align: middle;
}
.sf-Comment-count--block .sf-Comment-count {
  display: block;
}

[data-sf-role=error-message],
[data-sf-role=list-loading-indicator],
[data-sf-role=list-loading-indicator],
[data-sf-role=comments-new-message-error],
[data-sf-role=comments-new-logged-out-view],
[data-sf-role=comments-new-name-error],
[data-sf-role=captcha-container],
[data-sf-role=single-comment-template],
[data-sf-role=comments-new-pending-approval-message],
[data-sf-role=comments-load-more-button],
[data-sf-role=comments-new-form-button],
[data-sf-role=comments-sort-new-button],
[data-sf-role=comments-sort-old-button],
[data-sf-role=comments-new-requires-authentication],
[data-sf-role=list-rating-wrapper],
[data-sf-role=review-new-form-replacement] {
  display: none;
}

.sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0;
}
.sf-Comments-header .selected {
  color: #333;
}

.sf-Comments-list .sf-Comments-list-author {
  border-right: 1px solid #777;
}

.sf-Comments-form textarea {
  min-height: 90px;
}

.sf-Review-count {
  display: inline-block;
}
.sf-Review-count--block .sf-Review-count {
  display: block;
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  display: block;
}

.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}
.sf-media .sf-video-thmb a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  overflow: hidden;
}
.sf-media .sf-video-thmb a .sf-icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}
.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333333;
}
.sf-media .sf-video-thmb a .sf-icon-play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  left: 12px;
  top: 9px;
}
.sf-media .sf-media-body h3 {
  margin-top: 0;
}

.sf-profile .sf-profile-avatar {
  position: relative;
  display: inline-block;
}
.sf-profile .sf-profile-avatar .glyphicon-remove-sign {
  position: absolute;
  top: 5px;
  right: 5px;
  text-decoration: none;
  color: #999;
  background: #fff;
  border-radius: 50%;
}

.sf-site-selector a, .sf-site-selector span, .sf-site-selector strong {
  display: inline-block;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
}
.sf-site-selector a.selected, .sf-site-selector span.selected, .sf-site-selector strong.selected {
  background-color: #f2f2f2;
  color: #333;
}

.sf-Tags .sf-Tags-size1 {
  font-size: 11px;
}
.sf-Tags .sf-Tags-size2 {
  font-size: 13px;
}
.sf-Tags .sf-Tags-size3 {
  font-size: 18px;
}
.sf-Tags .sf-Tags-size4 {
  font-size: 24px;
}
.sf-Tags .sf-Tags-size5 {
  font-size: 30px;
}
.sf-Tags .sf-Tags-size6 {
  font-size: 36px;
}

/* ******************************************************
   NAVIGATION
		- All Site Navigation

		* INCLUDED IN THIS FILE:
			- Click Menu (Main Nav)
				- Base Styles
				- Drop Down
				- Sliding
				- Mega Menu
			- Jump Navigation
			- Rail Navigation
			- Site Map            
   ****************************************************** */
/* ================================================================
=   CLICK MENU STYLES
=  ================================================================ */
.cm-menu a,
.cm-menu a:visited {
  text-decoration: none;
}

.cm-menu *,
.cm-menu *:after,
.cm-menu *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cm-menu:focus {
  outline: 3px solid blue;
}

.cm-menu,
.cm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.cm-menu ul {
  background: white;
}

.toggle-menu + .cm-menu,
.cm-menu ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.cm-menu {
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 72em) {
  .cm-menu {
    margin-top: 0;
  }
}

.cm-menu li a {
  display: block;
  padding: 10px 10px 10px 25px;
  position: relative;
  font-weight: 600;
  font-size: 1.125rem;
  color: #000;
  /*background:$color-secondary;*/
}

.cm-menu li > ul {
  padding-left: 1rem;
}

.cm-menu li ul li a {
  font-size: 1rem;
}

.cm-menu li:first-child {
  border-top: 0;
}

.cm-menu li {
  position: relative;
}

.cm-menu .has-sub:after,
.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #1D5181;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translateY(-50%);
      -ms-transform: scale(0.98) translateY(-50%);
          transform: scale(0.98) translateY(-50%);
}
@media (min-width: 72em) {
  .cm-menu .has-sub:after,
.cm-menu .expander-wrap .has-sub > span:after {
    border-top-color: #000;
  }
}

.cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #1D5181;
  -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
      -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
          transform: scale(0.98) translateY(-75%) rotate(-180deg);
}
@media (min-width: 72em) {
  .cm-menu .opened > .has-sub:after,
.cm-menu .opened > .expander-wrap .has-sub > span:after {
    border-top-color: #000;
  }
}

.cm-menu > li:hover {
  background: transparent;
}
@media (min-width: 72em) {
  .cm-menu > li:hover {
    background: transparent;
  }
}

.cm-menu > .opened > a,
.cm-menu > li > a:hover,
.cm-menu > li > a:focus,
.cm-menu > li > div > a:hover,
.cm-menu > li > div > a:focus {
  color: #1D5181;
  background: transparent;
}
@media (min-width: 72em) {
  .cm-menu > .opened > a,
.cm-menu > li > a:hover,
.cm-menu > li > a:focus,
.cm-menu > li > div > a:hover,
.cm-menu > li > div > a:focus {
    color: #1D5181;
    background: transparent;
  }
}

.cm-menu .expander-wrap .has-sub:hover > span,
.cm-menu .expander-wrap .has-sub:focus > span {
  color: #fff;
  background: #1D5181;
}

.cm-menu ul .opened > .has-sub:after,
.cm-menu ul .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #000;
}

.cm-js-active .cm-menu {
  max-height: 80em;
  opacity: 1;
}

.cm-menu .opened > ul {
  max-height: 80em;
  opacity: 1;
}

/* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
.cm-menu .expander-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-menu .expander-wrap a {
  display: inline-block;
  vertical-align: middle;
}

.cm-menu .expander-wrap .has-sub {
  background: transparent !important;
  width: 1.5rem;
  margin-left: auto;
  margin-right: 1rem;
  position: relative;
}

.cm-menu .expander-wrap .has-sub:after {
  display: none;
}

.cm-menu .expander-wrap .has-sub > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
}

.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  /* Extra is for anti-aliasing issues in firefox and others */
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #1D5181;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translate(50%, -50%);
      -ms-transform: scale(0.98) translate(50%, -50%);
          transform: scale(0.98) translate(50%, -50%);
}

.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #1D5181;
  -webkit-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
      -ms-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
          transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
}

/* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
.no-js .toggle-menu + .cm-menu {
  opacity: 1;
  max-height: 80em;
}

.no-js .cm-menu > li:hover > a {
  background: #333;
}

.no-js .cm-menu ul ul li:hover > a {
  background: #444;
}

.no-js .cm-menu li:hover > ul {
  display: block;
  max-height: 80em;
  opacity: 1;
  width: 100%;
}

.no-js .cm-menu ul {
  display: none;
  overflow: visible;
}

/* ================= MENU OPEN FUNCTIONALITY ADDED ON SETUP ================= */
@media (min-width: 72em) {
  .toggle-menu + .cm-menu {
    max-height: 80em;
    opacity: 1;
    overflow: visible;
  }

  .cm-menu ul {
    top: 100%;
    overflow: hidden;
  }

  .cm-menu .opened > ul {
    max-height: 80em;
    opacity: 1;
  }

  .cm-menu .animated > ul {
    z-index: 10;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  }

  .cm-menu .animating > ul {
    z-index: -1;
  }

  .cm-menu li a {
    color: #000;
    padding: 10px;
    padding-right: 0;
  }

  .cm-menu .aux-item {
    display: none;
  }
}
/* ================================================================
=   CLICK MENU MENU TYPES
=  ================================================================ */
/*  NAV BAR STYLE TYPE
================================================================*/
@media (min-width: 72em) {
  nav {
    max-width: 85em;
    margin: auto;
  }

  .nav-bar li {
    border-top: 0;
  }

  .nav-bar > ul {
    display: table;
    width: 100%;
    background: transparent;
  }

  .nav-bar > ul > li {
    display: table-cell;
    vertical-align: middle;
  }

  .nav-bar > ul > li > a {
    display: table;
    width: 100%;
    padding: 12px 20px 12px 12px;
    text-align: center;
  }

  .nav-bar > ul > li > a > span {
    display: table-cell;
    padding: 0 10px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
  }

  .nav-bar > ul > li > ul {
    position: absolute;
  }

  .nav-bar .has-sub > span {
    /*min-height: 50px!important;*/
  }

  .nav-bar .has-sub span:after {
    position: static;
    margin-top: 10px;
  }

  .nav-bar ul ul .has-sub:after {
    right: 1rem;
  }

  .nav-bar ul li li li {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-bar ul ul a {
    padding: 10px 20px 10px 12px;
  }

  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .nav-bar ul ul li:hover > a {
    color: #000;
    background: #ddd;
  }
}
/*  ACCORDION NAVIGATION
================================================================*/
/* ------------- CURRENTLY KEEPS SMALL SCREEN STYLES -------------- */
/*  DROP DOWN NAVIGATION
================================================================*/
@media (min-width: 72em) {
  .cm-menu > li {
    overflow: hidden;
  }
  .cm-menu > li.opened {
    overflow: visible;
  }

  .cm-menu li > ul {
    padding-left: 0;
  }

  [data-type=dropdown] ul {
    background: #fff;
    width: auto;
    min-width: 20rem;
    display: block;
    overflow: visible !important;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    -webkit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }

  [data-type=dropdown] ul li:first-child a {
    border-radius: 0.25rem 0 0 0;
  }

  [data-type=dropdown] ul li:last-child a {
    border-radius: 0 0 0 0.25rem;
  }

  [data-type=dropdown] ul li.opened > a {
    color: #fff;
    background: #F54B2E;
  }
  [data-type=dropdown] ul li a {
    width: 100%;
    padding: 1rem 2rem;
  }
  [data-type=dropdown] ul li a:hover, [data-type=dropdown] ul li a:focus {
    color: #fff;
    background: #F54B2E;
    position: relative;
  }
  [data-type=dropdown] ul li a:hover:after, [data-type=dropdown] ul li a:focus:after {
    content: "";
    background: #F54B2E;
    width: 0.75rem;
    margin: 2px 0 0 5px;
    display: inline-block;
    border-top-color: #fff !important;
    position: absolute;
    top: 50%;
    right: 1rem;
    bottom: auto;
    -webkit-transform: scale(0.98) translateY(-50%);
        -ms-transform: scale(0.98) translateY(-50%);
            transform: scale(0.98) translateY(-50%);
  }

  [data-type=dropdown] ul ul {
    position: relative;
    top: auto;
  }

  [data-type=dropdown].opened {
    position: relative;
  }
  [data-type=dropdown].opened:before {
    content: "";
    background: #1D5181;
    width: 100%;
    height: 0.25rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  [data-type=dropdown] .opened > ul {
    background: #225e96;
    max-height: 80em;
    left: auto;
    opacity: 1;
  }
  [data-type=dropdown] .opened > ul li {
    margin: 0;
  }
  [data-type=dropdown] .opened > ul a {
    color: #fff;
  }

  li[data-type=dropdown]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }

  li[data-type=dropdown]:nth-last-child(-n+2) .opened > ul {
    left: auto;
    right: 100%;
  }

  [data-type=dropdown] .expander-wrap a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
    margin-left: 0.5rem;
  }

  [data-type=dropdown] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }

  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type=dropdown] li:hover > ul {
    left: 100%;
  }

  .no-js .cm-menu [data-type=dropdown]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }

  .no-js .cm-menu [data-type=dropdown]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%;
  }
}
@media (min-width: 0) and (max-width: 71.188em) {
  .cm-menu .expander-wrap .has-sub > span {
    max-height: 50px;
  }

  .cm-menu .expander-wrap {
    margin-bottom: 1px;
  }
}
/*  SLIDING MENU NAVIGATION ADJUSTMENTS
================================================================*/
[data-type=sliding].opened .sub-menu,
[data-type=sliding].opened .sub-menu ul {
  max-width: 100%;
}

.cm-menu [data-type=sliding].opened .sub-menu > ul {
  max-height: 80em;
  opacity: 1;
}

.cm-menu [data-type=sliding].animated .sub-menu > ul {
  overflow: visible;
  z-index: 10;
}

.cm-menu [data-type=sliding].animating .sub-menu {
  z-index: -1;
}

@media (min-width: 72em) {
  [data-type=sliding] .sub-menu {
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  [data-type=sliding] .sub-menu > ul {
    display: block;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 180px;
    background: #333;
    -webkit-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, left 0.4s ease-in-out, right 0.4s ease-in-out;
  }

  [data-type=sliding] .sub-menu > ul li {
    position: static;
  }

  [data-type=sliding] .sub-menu > ul > li > ul {
    position: absolute;
    top: 0;
  }

  [data-type=sliding] .sub-menu > ul ul {
    position: absolute;
    top: 0;
  }

  [data-type=sliding] .sub-menu ul ul ul {
    position: static;
    margin: 0;
    padding: 0;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1;
  }

  [data-type=sliding] .sub-menu ul ul .has-sub {
    color: #fff;
    cursor: default;
  }

  [data-type=sliding] .sub-menu ul ul .has-sub {
    background: none;
    border-bottom: 1px solid #fff;
  }

  [data-type=sliding] .sub-menu ul ul .has-sub:after,
[data-type=sliding] .sub-menu ul ul .expander-wrap .has-sub {
    display: none;
  }

  [data-type=sliding] .sub-menu > ul > li > ul > li {
    float: left;
    width: 50%;
    padding: 0 5px;
  }

  [data-type=sliding] .sub-menu > ul > li > ul > li:nth-child(2n+1) {
    clear: left;
  }

  [data-type=sliding] .sub-menu > ul > li > ul > .link-landing {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  [data-type=sliding] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+1) {
    clear: none;
  }

  [data-type=sliding] .sub-menu > ul > li > ul > .link-landing ~ li:nth-child(2n+2) {
    clear: left;
  }

  /* ================= ESSENTIAL SLIDING FUNCTIONALITY ================= */
  [data-type=sliding] .sub-menu.cm-js-inactive {
    position: relative;
    left: 0 !important;
    width: 100% !important;
  }

  [data-type=sliding] .sub-menu.cm-js-inactive > ul {
    min-width: 100%;
  }

  [data-type=sliding] .sub-menu.cm-js-inactive > ul > li > ul {
    padding: 0;
    max-width: 0;
  }

  [data-type=sliding] .sub-menu > ul ul {
    width: 100%;
    margin-left: -5px;
    padding-left: 180px;
    padding-right: 5px;
    z-index: -1;
    opacity: 0;
  }

  [data-type=sliding] .sub-menu .animated ul {
    opacity: 1;
  }

  [data-type=sliding].opened .sub-menu,
[data-type=sliding].opened .sub-menu ul {
    max-width: none;
  }

  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type=sliding] li:hover > ul {
    left: 100%;
  }

  .no-js .cm-menu [data-type=sliding]:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
  }

  .no-js .cm-menu [data-type=sliding]:nth-last-child(-n+2) li:hover > ul {
    left: auto;
    right: 100%;
  }
}
/*  MEGA MENU NAVIGATION ADJUSTMENTS
================================================================*/
.cm-js-menu-active .nav-container {
  max-height: 100%;
  border-top: 1px solid #6c757d;
  overflow: visible;
}

.nav-container {
  background: #fff;
  width: 100%;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

@media (min-width: 72em) {
  .nav-container {
    width: 100%;
    max-width: none;
    max-height: 80em;
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
    overflow: visible;
  }

  .cm-menu [data-type=mega] {
    position: static;
  }

  [data-type=mega] > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #1D5181;
    overflow: hidden;
    -wekbit-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  [data-type=mega] > ul ul {
    position: static;
    max-height: 80em;
    width: 100%;
    overflow: hidden;
    background: transparent;
    opacity: 1;
  }

  [data-type=mega] > ul .opened ul {
    margin-left: 0;
  }

  [data-type=mega] > ul > li {
    float: left;
    width: 25%;
  }

  [data-type=mega] > ul > li:nth-child(4n+1) {
    clear: left;
  }

  [data-type=mega] > ul > .link-landing {
    margin: 0;
    width: 100%;
  }

  [data-type=mega] > ul > .link-landing ~ li:nth-child(4n+1) {
    clear: none;
  }

  [data-type=mega] > ul > .link-landing ~ li:nth-child(4n+2) {
    clear: left;
  }

  /* ================= OPENED FUNCTIONALITY ADDED ON SETUP ================= */
  [data-type=mega] a + .has-sub {
    width: 0;
    min-height: 0;
    height: 100%;
  }

  [data-type=mega] a + .has-sub > span {
    min-height: 0;
    height: 100%;
  }

  [data-type=mega] ul .has-sub:after {
    display: none;
  }

  [data-type=mega].opened > ul {
    padding: 20px;
  }

  /* ================= SEPARATE EXPANDERS OPTION IS ENABLED ================= */
  [data-type=mega] ul a + .has-sub {
    display: none;
  }

  /* ================= HOVER FALLBACK IF JAVASCRIPT IS DISABLED ================= */
  .no-js .cm-menu [data-type=mega] ul ul {
    display: block;
  }
}
/* ================================================================
=   NAVIGATION TOGGLE STYLES
=  ================================================================ */
.menu-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 18px;
  background: transparent;
  border: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #000;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

button:hover {
  color: #262626;
}

button.active {
  border-color: transparent;
}
button.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
button.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ================================================================
=   EXTRA OVERWRITE STYLES
=  ================================================================ */
.main-nav {
  position: relative;
  z-index: 1000;
}

[data-type=sliding] .sub-menu .item-banner {
  width: 100%;
}

[data-type=sliding] .sub-menu .item-banner a {
  text-align: center;
  background: none;
}

[data-type=mega] .custom-sub {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

[data-type=mega] .custom-sub ul {
  position: static;
  opacity: 1;
  max-height: 80em;
}

[data-type=mega] .custom-sub p {
  margin: 10px;
  color: #fff;
}

[data-type=mega] .custom-sub .banner-wrap {
  width: 100%;
}

[data-type=mega] .custom-sub .banner-wrap a {
  text-align: center;
  background: none;
}

.cm-menu .opened > .custom-sub {
  max-height: 80em;
  opacity: 1;
  padding: 20px;
}

.cm-menu .animated > .custom-sub {
  overflow: visible;
  z-index: 10;
}

.cm-menu .animating > .custom-sub {
  z-index: -1;
}

@media (min-width: 72em) {
  [data-type=mega] .custom-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #333;
  }
}
@media (min-width: 72em) {
  .table-row {
    display: table;
    width: 100%;
  }

  .table-col {
    display: table-cell;
    vertical-align: top;
  }
}
.section-nav .opened > ul {
  border-bottom: 1px solid #d4d4d4;
  max-height: 80em;
  opacity: 1;
}

.section-nav .opened > a,
.section-nav .opened > .expander-wrap a {
  border-bottom: 1px solid #aaa;
  color: #333;
  background: #d4d4d4;
}

.section-nav .opened .opened > .expander-wrap > a {
  background: #c4c4c4;
}

/* ================================================================
=   JUMP NAVIGATION
=  ================================================================ */
.jump-nav-container {
  height: 4.75rem;
  position: relative;
}

.jump-nav {
  color: #fff;
  background: #F54B2E;
  width: 16rem;
  margin: auto;
  border-radius: 0.25rem;
  position: absolute;
  top: auto;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jump-nav__toggle {
  padding: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jump-nav__toggle span {
  line-height: 1;
}
.jump-nav__toggle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.313rem solid transparent;
  border-top-color: #fff;
}
.jump-nav__toggle.active:after {
  -webkit-transform: translateY(-0.313rem) scale(-1);
      -ms-transform: translateY(-0.313rem) scale(-1);
          transform: translateY(-0.313rem) scale(-1);
}
.jump-nav__menu {
  display: none;
}
.jump-nav__menu ul {
  margin: 0;
  padding: 0.437rem 0;
  list-style: none;
  border-top: 1px solid #fff;
}
.jump-nav__menu ul li a {
  color: inherit;
  padding: 0.437rem 0.875rem;
  display: block;
}
@media (min-width: 48em) {
  .jump-nav {
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ================================================================
=   Rail Navigation
=  ================================================================ */
.nav-rail ul > li {
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}
.nav-rail ul > li a:hover {
  background: #646464;
}
.nav-rail ul > li a {
  padding: 10px 20px;
  background: #1D5181;
  color: #fff;
}
.nav-rail ul > li a span:after {
  border-top-color: #fff !important;
}
.nav-rail ul > li ul > li a {
  background: #143757 !important;
  padding-left: 35px;
}
.nav-rail ul > li ul > li ul li a {
  background: #0a1d2e !important;
  padding-left: 45px;
}

.section-nav .opened > ul {
  border-bottom: 1px solid #d4d4d4;
  max-height: 80em;
  opacity: 1;
}
.section-nav .opened > a, .section-nav .opened > .expander-wrap a {
  border-bottom: 1px solid #aaa;
  color: #333;
  background: #d4d4d4;
}
.section-nav .opened .opened > .expander-wrap > a {
  background: #c4c4c4;
}

@media (min-width: 72em) {
  .footer-nav .menu {
    display: table;
    list-style: none;
    width: 100%;
  }
  .footer-nav .menu > li {
    display: table-cell;
  }
  .footer-nav .menu > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
/* ================================================================
=   Sitemap
=  ================================================================ */
.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  color: #fff;
  text-decoration: none;
  background: #1D5181;
}
.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  text-decoration: none;
  background: #143757;
}

.sitemap ul,
.sitemap li {
  display: block;
  margin: 0;
  padding: 0;
}
.sitemap a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-weight: bold;
  line-height: 1.2em;
}
.sitemap > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
  width: 300px;
}
.sitemap > ul > li ul {
  margin-left: 20px;
}
.sitemap > ul > li ul ul {
  margin-left: 10px;
}
.sitemap > ul > li ul ul a {
  font-size: 0.9em;
}
.sitemap > ul > li ul ul ul a {
  font-weight: normal;
  color: #000;
}
.sitemap > ul > li > ul > li {
  position: relative;
}
.sitemap > ul > li > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  height: 100%;
  width: 1px;
  background: #8ea8c0;
}
.sitemap > ul > li > ul > li:first-child:before {
  top: 1em;
  height: 100%;
}
.sitemap > ul > li > ul > li:last-child:before {
  height: 8px;
}
.sitemap > ul > li > ul > li:first-child:last-child:before {
  height: 0;
}
.sitemap > ul > li > ul > li > a:after {
  content: "";
  position: absolute;
  top: 1em;
  left: -14px;
  z-index: 3;
  margin-top: -6px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #8ea8c0;
}

.sticky-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sticky-nav li {
  background: #F54B2E;
  display: inline-block;
  vertical-align: middle;
  width: 33.333%;
}
.sticky-nav li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sticky-nav li a:hover {
  background: #e52b0b;
}
.sticky-nav li a .icon {
  display: block;
  margin: 0 auto 4px;
  fill: #fff;
  width: 40px;
  height: 40px;
}
@media (min-width: 72em) {
  .sticky-nav {
    position: fixed;
    z-index: 998;
    top: 250px;
    right: 0;
    background: transparent;
  }
  .sticky-nav li {
    display: block;
    margin-bottom: 6px;
    width: auto;
    background: transparent;
  }
  .sticky-nav li a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 15px 25px;
    background: rgba(245, 75, 46, 0.7);
  }
  .sticky-nav li a .icon {
    display: none;
  }
}

/* ================================================================
   Tab Styles
   ================================================================ */
/* Responsive Tabs */
/* Mobile First 
.tab-section {
    background: #e8e8e8;
    border: 1px solid #222;
}

.tab-section + .tab-section {
    border-top-width: 0;
}

.tab-content {
    padding: 1em;
    background: #fff;
}

.js .tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-nav {
    display: none;
}

.tab-header {
    display: block;
    padding: 1em;
    color: #5a5a5a;
    cursor: pointer;
    text-decoration: none;
}

.tab-header:hover, .tab-header:focus {
    background: #dcdcdc;
    text-decoration: none;
}

.js .tab-header:before {
    content: '\2b\a0';
}

.js .tab-header.active:before {
    content: '\2013\a0';
}*/
/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em
@media (min-width: 30em) {
    .tab-nav {
        display: block;
    }

    .tab-nav a {
        display: block;
        padding: 0.5em 1.5em;
        float: left;
        background: #e8e8e8;
        color: #5a5a5a;
        text-decoration: none;
    }

    .tab-nav a:hover, .tab-nav a:focus {
        text-decoration: none;
        background: #fff;
    }

    .tab-nav a.active {
        background: #fff;
    }

    .tab-header {
        display: none;
    }

    .tabPanel {
    }

    .tab-content {
        padding: 1em
    }

    .tab-section {
        display: none;
    }

    .tab-section  + .tab-section {
        border-top-width: 1px;
    }

    .tab-section.active {
        display: block;
    }

    .tab-section.active .tab-content {
        display: block;
    }

    .no-js .tab-section {
        display: block;
    }  
} */
/* ==========================================================================
   FAQs
   ========================================================================== */
.faq-legend {
  display: inline-block;
  padding: 7.5px 15px;
  margin-bottom: 2em;
  border: 1px solid #cccccc;
  background: #f2f2f2;
}
.faq-legend ol {
  margin: 0;
  padding: 0 0.5em 0 15px;
}
.faq-legend li {
  list-style-type: square;
}
.faq-legend li + li {
  margin-top: 0.2em;
}
.faq-legend li a {
  text-decoration: none;
}
.faq-legend li a:hover, .faq-legend li a:focus {
  text-decoration: underline;
}

.faq-details .module-list .item + .item {
  margin-top: 15px;
}
.faq-details .item .title {
  padding-right: 40px;
}
.faq-details .item .top {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}
.faq-details .item .top:hover, .faq-details .item .top:focus {
  text-decoration: underline;
}
.faq-details .item .top:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 4px;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #cccccc transparent;
}

.dark-theme-list {
  color: #1D5181;
  border-radius: 8px;
  border: 1px solid #1D5181;
  overflow: hidden;
}
.dark-theme-list h3 {
  padding: 40px;
  font-size: 40px;
  margin: 0;
}
.dark-theme-list > div {
  border-top: 2px solid #1D5181;
}
.dark-theme-list > div a[data-sf-role=toggleLink] {
  position: relative;
  display: block;
  padding: 20px 90px 20px 40px;
  color: #1D5181;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.dark-theme-list > div a[data-sf-role=toggleLink]:after {
  position: absolute;
  right: 40px;
  top: 0;
  width: 40px;
  height: 100%;
  content: "+";
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  text-align: center;
}
.dark-theme-list > div a[data-sf-role=toggleLink].expanded:after {
  content: "-";
}
.dark-theme-list > div .sf-list-content {
  margin: 0;
  font-size: 16px;
  padding: 20px 40px;
  background: #1D5181;
  color: #fff;
  text-align: center;
}

.blue-wrapper .sf-list-item > div > a {
  display: block;
  position: relative;
  color: #E36C0A;
}
.blue-wrapper .sf-list-item > div > a :after {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.blue-wrapper .sf-list-item > div > a.expanded i:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ================================================================

#Pagination

Standard Sitefinity pager. Builds off of the format: 

`<div class="sf_pagerNumeric"><a class="sf_PagerCurrent" href="#">1</a><a href="#">2</a><a href="#">3</a><a href="#">4</a></div>`

   ================================================================ */
.pagination {
  text-align: left;
  list-style: none;
  margin: 0 -0.5rem 1rem 0;
  padding: 0;
}
.pagination li {
  vertical-align: middle;
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.pagination li a {
  background: #edf2f6;
  text-decoration: none;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cddee6;
  border-radius: 0.25rem;
}
.pagination li.active a {
  color: #fff;
  background: #F54B2E;
  border: 1px solid #F54B2E;
}
.pagination li.active span {
  display: none;
}
@media (min-width: 48em) {
  .pagination {
    text-align: right;
  }
}

/* ================================================================
   Page Meta Area
    - Page Tools Wrapper
    - Page Tools/ Social Media
    - Breadcrumbs
    - Old Sitefinity social styles (pending removal)
   ================================================================ */
.page-meta {
  margin-bottom: 2em;
}

.sf-document-list--table table {
  width: 100%;
}
.sf-document-list--table thead td {
  background: #999;
  color: #fff;
}

/* Page Tools (Print | Email | Share)
   ================================================================ */
.social-share {
  padding: 0 20px;
  text-align: right;
}
.social-share li {
  display: inline-block;
}
.social-share li a {
  display: block;
}
.social-share li a svg {
  width: 30px;
  height: 30px;
}
.social-share li.share-facebook svg {
  fill: #3b5998;
}
.social-share li.share-twitter svg {
  fill: #00aced;
}
.social-share li.share-linkedin svg {
  fill: #007bb6;
}
.social-share li.share-reddit svg {
  fill: #ff4500;
}
.social-share li.share-tumblr svg {
  fill: #32506d;
}
.social-share li.share-googleplus svg {
  fill: #dd4b39;
}
.social-share li.share-stumbleupon svg {
  fill: #eb4823;
}
.social-share li.share-bloggr svg {
  fill: #fb8f3d;
}

/* Breadcrumbs
   ================================================================ */
.breadcrumb {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  margin-top: 0;
}
.breadcrumb li {
  color: #6c757d;
  font-size: 0.875rem;
  padding-right: 1rem;
  display: inline-block;
  position: relative;
}
.breadcrumb li:after {
  content: "•";
  display: block;
  position: absolute;
  right: 0.125rem;
  top: 0px;
}
.breadcrumb li:last-child:after {
  display: none;
}

/* ================================================================
   SF - OLD SOCIAL SHARE
   ================================================================ 

.sf-social-share {
	li {
		display: inline-block;
		vertical-align: top;
    }
	span { display: inline-block; }
}

.sf-share-button {
	display: inline-block;
	padding: 5px 5px 0 2px;
	border: 1px solid #d3d3d3; border-radius: 3px;
	vertical-align: top;
	font-size: 12px; color: #000;
	line-height: 1;
	transition: background .2s ease;

	&:hover, &:focus {
		text-decoration: none;
		background: #efefef;
		color: #000;
    }
	> span { margin-top: -3px; }
	> strong {
		vertical-align: top;
		font-weight: 400;
    }
}

.sf-icon-blogger, .sf-icon-delicious, .sf-icon-digg, .sf-icon-facebook, .sf-icon-google, .sf-icon-linkedin,
.sf-icon-mailto, .sf-icon-myspace, .sf-icon-reddit, .sf-icon-stumble-upon, .sf-icon-tumblr, .sf-icon-twitter {
	background-image: url(../images/social-share-sprite.png);
	width: 16px; height: 16px;
}

.sf-icon-blogger { background-position: -16px 0; }
.sf-icon-delicious { background-position: 0 -32px; }
.sf-icon-digg { background-position: 0 -16px; }
.sf-icon-facebook { background-position: -16px -16px; }
.sf-icon-google { background-position: -32px 0 }
.sf-icon-linkedin { background-position: -32px -16px; }
.sf-icon-mailto { background-position: 0 0; }
.sf-icon-myspace { background-position: -16px -32px; }
.sf-icon-reddit { background-position: -32px -32px; }
.sf-icon-stumble-upon { background-position: -48px 0; }
.sf-icon-tumblr { background-position: -48px -16px; }
.sf-icon-twitter { background-position: -48px -32px; }
*/
/* ================================================================
   Events
   ================================================================ */
.sf-Ratings .sf-Ratings-stars {
  display: inline-block;
  vertical-align: middle;
}
.sf-Ratings .sf-Ratings-stars span {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
}
.sf-Ratings .sf-Ratings-stars span.hover, .sf-Ratings .sf-Ratings-stars span.on {
  color: #006cd8;
}
.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
  cursor: default;
}
.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
  color: #fc0;
}
.sf-Ratings .sf-Ratings-average, .sf-Ratings .sf-Ratings-count {
  font-size: 16px;
  vertical-align: middle;
}
.sf-Ratings .sf-Ratings-count span {
  vertical-align: middle;
}

/*
.ratings {
      display: block;
      padding: 0.4em 2.5em 0.4em 2em;
      background: #bec6cc;
      color: #6a747c; font-weight: bold;
      text-transform: uppercase; text-decoration: none;
      //@include transition(all 0.2s ease-out);

      + a { margin:2px 0 0; }

      //@include breakpoint(m){
      //  display:inline-block;
//
      //  + a { margin:0 0 0 2px; }
      //}

      &:hover, &:focus { background:mix(#bec6cc, #6a747c, 50%); }

      &:after{
        content:'';
        @extend .icons-arrow-right;
        position:absolute; right:1.5em; top:8px;
      }
    }
  }
}
*/
.sf-Comments {
  margin-top: 30px;
}
.sf-Comments [class^=sf-icon] {
  display: inline-block;
}
.sf-Comments .sf-loading {
  margin-bottom: 15px;
}

.sf-Comment-count {
  display: inline-block;
  margin-left: 10px;
}
.sf-Comment-count [class^=sf-icon] {
  display: inline-block;
  vertical-align: middle;
}

[data-sf-role=error-message],
[data-sf-role=list-loading-indicator],
[data-sf-role=list-loading-indicator],
[data-sf-role=comments-new-message-error],
[data-sf-role=comments-new-logged-out-view],
[data-sf-role=comments-new-name-error],
[data-sf-role=captcha-container],
[data-sf-role=single-comment-template],
[data-sf-role=comments-new-pending-approval-message],
[data-sf-role=comments-load-more-button],
[data-sf-role=comments-new-form-button],
[data-sf-role=comments-sort-new-button],
[data-sf-role=comments-sort-old-button],
[data-sf-role=comments-new-requires-authentication],
[data-sf-role=list-rating-wrapper],
[data-sf-role=review-new-form-replacement] {
  display: none;
}

.sf-Comments-header {
  margin-bottom: 30px;
}
.sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
}
.sf-Comments-header a {
  margin-top: 5px;
  margin-left: 5px;
}
.sf-Comments-header .selected {
  color: #333;
}

.sf-Comments-list {
  margin-bottom: 30px;
}
.sf-Comments-list .sf-Comments-list-author {
  padding-right: 5px;
  border-right: 1px solid #ccc;
}

.sf-Comments-form textarea {
  min-height: 90px;
}

.sf-Comments-more {
  margin-bottom: 30px;
}

.sf-Comment-subscribe {
  margin-top: 15px;
  margin-left: 50px;
}

.sf-Review-already {
  margin-top: 20px;
}

.sf-Review-count {
  display: inline-block;
  margin-left: 10px;
}

.sf-Comment-count--block .sf-Comment-count, .sf-Comment-count--block .sf-Review-count {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}

.sf-search-results {
  margin-bottom: 20px;
}

ul.sf-autocomplete {
  position: absolute;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  list-style: none;
}
ul.sf-autocomplete a {
  padding: 3px;
  display: block;
  color: #000;
}
ul.sf-autocomplete a.ui-state-focus {
  background-color: #eee;
}
ul.sf-autocomplete a:hover {
  cursor: pointer;
  text-decoration: none;
}

/* ==========================================================================
   Search
   - All search related styles will go here.
   - Examples: Header Search, Search details
   ========================================================================== */
/* Search Box Basic
   - Basic styling for the search box
   ========================================================================== */
.search-toggle {
  display: none;
}

.header .search-toggle {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 999;
}
.header .search-toggle svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.header .search-region .btn {
  padding: 0.35em 1.2em;
  height: 37px;
}

.search-btn-txt {
  display: none;
}

.search-btn-icon {
  display: block;
}
.search-btn-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.search-container {
  padding: 15px 20px;
}
.search-container input[type=search] {
  width: 100%;
  height: 45px;
  padding-left: 12px;
  font-size: 18px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-container button {
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  text-indent: -999px;
  background: transparent;
  overflow: hidden;
}

.sfsearchSubmit {
  display: none;
}

.ui-autocomplete {
  background: #fff;
  padding: 15px;
  list-style: none;
  max-width: 392px;
}
.ui-autocomplete li {
  padding: 5px;
  cursor: pointer;
}
.ui-autocomplete li:hover {
  background: #efefef;
}

/* Search Box Header
   - Styling for the search box found in the header
   ========================================================================== */
.header .sfsearchBox {
  position: absolute;
  top: 0;
  right: 0;
}
.header .sfsearchBox .sfsearchSubmit {
  position: relative;
  top: 2px;
  left: 2px;
  font-size: 24px;
  color: #fff;
}
.header .sfsearchBox .sfsearchSubmit:hover, .header .sfsearchBox .sfsearchSubmit:focus {
  color: rgba(255, 255, 255, 0.75);
}
.header .sfsearchBox .sfSearchButton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* ================================================================
   Search Results
   ================================================================ */
.sfsearchResultsWrp dd {
  margin-left: 0;
}
.sfsearchResultsWrp .sfsearchResultTitle {
  display: inline-block;
  margin-top: 1em;
}
.sfsearchResultsWrp .sfsearchResultTitle:first-child {
  margin-top: 0;
}
.sfsearchResultsWrp .sfsearchResultSnippet {
  display: none;
}
.sfsearchResultsWrp .sfsearchResultUrl {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.sfsearchResultsWrp .sfsearchResultUrl a {
  display: inline-block;
  font-weight: normal;
}
.sfsearchResultsWrp .sfsearchResultUrl a:before {
  content: "(";
}
.sfsearchResultsWrp .sfsearchResultUrl a:after {
  content: ")";
}

.sf-search-results {
  margin-bottom: 20px;
}

.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}
.sf-media .sf-video-thmb a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  overflow: hidden;
}
.sf-media .sf-video-thmb a .sf-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}
.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333333;
}
.sf-media .sf-video-thmb a .sf-icon-play:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.sf-media .sf-media-body h3 {
  margin-top: 0;
}

ul.sf-autocomplete {
  position: absolute;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  list-style: none;
}
ul.sf-autocomplete a {
  padding: 3px;
  display: block;
  color: #000;
}
ul.sf-autocomplete a.ui-state-focus {
  background-color: #eee;
}
ul.sf-autocomplete a:hover, ul.sf-autocomplete a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* ================================================================
   Hawk Search Styling
   ================================================================ */
.hs-searchBar-wrapper {
  margin-top: -40px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
.hs-searchBar-wrapper .hs-searchBar .search-within-wrp {
  display: inline-block;
}
@media (min-width: 48em) {
  .hs-searchBar-wrapper .hs-searchBar .search-within-wrp {
    width: 60%;
  }
}
.hs-searchBar-wrapper .hs-searchBar .search-within-wrp > div {
  display: table;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  text-align: left;
}
.hs-searchBar-wrapper .hs-searchBar .search-within-wrp > div > div:last-child {
  position: absolute;
  right: 1px;
  top: 1px;
}
@media (min-width: 48em) {
  .hs-searchBar-wrapper .hs-searchBar .search-within-wrp > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  .hs-searchBar-wrapper .hs-searchBar .search-within-wrp > div > div:last-child {
    position: relative;
    width: 120px;
    padding-left: 20px;
    text-align: right;
  }
}
.hs-searchBar-wrapper .hs-searchBar .search-within-wrp > div:last-child {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin: 0;
  text-align: left;
}
.hs-searchBar-wrapper .hs-searchBar input[type=search] {
  background: #5482A3;
  border: 1px solid #fff;
  border-radius: 6px !important;
  color: #fff;
  padding: 10px;
  width: 100%;
}
.hs-searchBar-wrapper .hs-searchBar input[type=button] {
  width: 100%;
  height: 53px;
  border-radius: 6px;
  background: #F54B2E;
  cursor: pointer;
  font-size: 16px;
}

.hawk-listingControls .hawk-sortWrapper {
  margin-bottom: 12px;
}
@media (min-width: 48em) {
  .hawk-listingControls .hawk-sortWrapper {
    float: left;
  }
}
@media (min-width: 30em) {
  .hawk-listingControls .hawk-pagination {
    float: right;
  }
  .hawk-listingControls .hawk-pagination .hawk-viewNumber, .hawk-listingControls .hawk-pagination .hawk-paging {
    float: right;
    margin-left: 20px;
  }
}
.hawk-listingControls .hawk-pagination .hawk-pageActive {
  color: #F54B2E;
}
.hawk-listingControls .hawk-pagination .hawk-pageLink {
  color: #000;
}
.hawk-listingControls .hawk-pagination .hawk-arrowRight {
  margin: 0 15px;
}
.hawk-listingControls select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: #CCC;
}

.contentList > div {
  padding: 50px 0;
  border-bottom: 1px solid #CCC;
}
.contentList > div h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contentList > div .searchCaption {
  background: #F5F5F5;
  padding: 20px;
}
.contentList > div > span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}

.hawkfacets#topFacets {
  padding: 20px 10px 20px 10px;
  background-color: #f3f3f3;
  border: 1px solid #b8b8b8;
  margin-bottom: 50px;
}
.hawkfacets#topFacets .hawk-groupHeading {
  padding: 0 10px;
  font-size: 30px;
  color: #1D5181;
  margin: 0;
}
.hawkfacets#topFacets .hawk-groupHeading .icon {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  fill: #1D5181;
}
.hawkfacets#topFacets .hawk-groupHeading .icon.active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 60em) {
  .hawkfacets#topFacets .hawk-groupHeading .icon {
    display: none;
  }
}
.hawkfacets#topFacets .hawk-facetFilters {
  padding: 40px 0 0;
  margin: 0;
  list-style: none;
  display: none;
}
@media (min-width: 60em) {
  .hawkfacets#topFacets .hawk-facetFilters {
    display: table !important;
  }
}
.hawkfacets#topFacets .hawk-facetFilters li {
  display: block;
  vertical-align: middle;
  margin: 10px;
  padding: 8px;
  text-align: center;
}
@media (min-width: 60em) {
  .hawkfacets#topFacets .hawk-facetFilters li {
    display: table-cell;
  }
}
.hawkfacets#topFacets .hawk-facetFilters li a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
}
.hawkfacets#topFacets .hawk-facetFilters li a:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  content: "";
}
.hawkfacets#topFacets .hawk-facetFilters li a .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.hawkfacets#topFacets .hawk-facetFilters li.hawkFacet-active a:before {
  background: #c9e1f0;
}
.hawkfacets#topFacets .hawk-facetFilters li.hawkFacet-active a .icon {
  opacity: 1;
}
.hawkfacets#hawkSelections ul {
  display: block !important;
}
.hawkfacets#hawkfacets {
  margin-bottom: 50px;
}
.hawkfacets#hawkfacets .hawk-groupHeading {
  padding: 15px 20px;
  font-size: 30px;
  background: #1D5181;
  color: #fff;
  margin: 0;
}
.hawkfacets#hawkfacets .hawk-groupHeading .icon {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  fill: #fff;
}
.hawkfacets#hawkfacets .hawk-groupHeading .icon.active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 60em) {
  .hawkfacets#hawkfacets .hawk-groupHeading .icon {
    display: none;
  }
}
.hawkfacets#hawkfacets #hawkSelections .hawk-navGroupContent {
  margin-bottom: 50px;
}
.hawkfacets#hawkfacets .hawk-facetFilters {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  display: none;
}
@media (min-width: 60em) {
  .hawkfacets#hawkfacets .hawk-facetFilters {
    display: block !important;
  }
}
.hawkfacets#hawkfacets .hawk-facetFilters li {
  display: block;
  background: #fff;
  border-bottom: 1px solid #b8b8b8;
}
.hawkfacets#hawkfacets .hawk-facetFilters li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 50px;
  text-decoration: none;
}
.hawkfacets#hawkfacets .hawk-facetFilters li a:before {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  content: "";
}
.hawkfacets#hawkfacets .hawk-facetFilters li a .icon {
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.hawkfacets#hawkfacets .hawk-facetFilters li.hawkFacet-active a:before {
  background: #c9e1f0;
}
.hawkfacets#hawkfacets .hawk-facetFilters li.hawkFacet-active a .icon {
  opacity: 1;
}
.hawkfacets#hawkfacets #hawkSelections .hawk-facetFilters li a:before, .hawkfacets#hawkfacets #hawkSelections .hawk-facetFilters li a:after {
  display: block;
  width: 2px;
  height: 12px;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  background: #F54B2E !important;
  border: 0 !important;
}
.hawkfacets#hawkfacets #hawkSelections .hawk-facetFilters li a:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hawkfacets#hawkfacets #hawkSelections .hawk-facetFilters li a:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hawk-arrowLeft {
  margin: 15px;
}

.hawk-paging {
  margin-top: 12px;
}
.hawk-paging .hawk-arrowLeft, .hawk-paging .hawk-arrowRight {
  position: relative;
}
.hawk-paging .hawk-arrowLeft:after, .hawk-paging .hawk-arrowRight:after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 7px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.hawk-paging .hawk-arrowLeft .hawk-visuallyHidden, .hawk-paging .hawk-arrowRight .hawk-visuallyHidden {
  display: none;
}
.hawk-paging .hawk-arrowLeft:after {
  border-right: 5px solid #000;
  left: 0;
}
.hawk-paging .hawk-arrowRight:after {
  border-left: 5px solid #000;
  right: 0;
}

.hawk-visuallyHidden {
  display: none;
}

#hawktoptext {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.5;
  cursor: pointer;
}

/* ================================================================
   Events
   ================================================================ */
.event-filter {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  border-bottom: 1px solid #B1B1B1;
}
.event-filter li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.event-filter li a {
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 6px 20px;
  background: #B1B1B1;
  color: #fff;
  text-decoration: none;
}
.event-filter li a.active, .event-filter li a:hover {
  background: #F54B2E;
}

.event-banner img {
  width: 100%;
}

.event-social.contentBox {
  padding: 0;
}
.event-social.contentBox .media {
  display: none;
}
.event-social.contentBox .content {
  position: static;
  padding-bottom: 36px;
}

.event-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-list li {
  display: block;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.event-list-home .event-list li {
  border-bottom: 1px solid #1D5181;
  max-width: 400px;
}
.event-list li .sf-event-type {
  display: inline-block;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.event-list-home .event-list li .sf-event-type {
  display: table;
  width: 100%;
  padding: 0;
  border: 0;
}
.event-list li .sf-event-type > div {
  line-height: 14px;
}
.event-list li .sf-event-type > div:first-child {
  text-transform: uppercase;
  padding-bottom: 12px;
}
.event-list li .sf-event-type > div:first-child span {
  display: inline-block;
  vertical-align: bottom;
}
.event-list li .sf-event-type > div:first-child span.Seminar {
  background-color: #FF604C;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.event-list li .sf-event-type > div:first-child span.Webinar {
  background-color: #013F78;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.event-list li .sf-event-type > div:first-child span.Webcast {
  background-color: #66BBE0;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.event-list li .sf-event-type > div:first-child span.Annual.Meeting {
  background-color: #D2D2D2;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.event-list li .sf-event-type > div:last-child {
  color: #333;
  font-size: 14px;
}
@media (min-width: 48em) {
  .event-list li .sf-event-type > div {
    display: inline-block;
    vertical-align: bottom;
  }
  .event-list li .sf-event-type > div:first-child {
    padding-bottom: 0;
  }
  .event-list li .sf-event-type > div:last-child {
    padding-left: 20px;
    text-align: right;
  }
}
.event-list li .detail-link {
  color: #1D5181;
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.event-list-home .event-list li .detail-link {
  font-size: 16px;
}
.event-list li .subtitle {
  padding: 15px 0 30px;
  color: #999;
}
.event-list li .content {
  padding-bottom: 20px;
}
.event-list li:last-child {
  border: 0;
}
.event-list-home .event-list li:last-child a {
  font-weight: normal;
  font-style: italic;
}

.event-detail {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 15px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #6a747c url(../Images/layout/events-details-bg.png) 0 0 no-repeat;
}
.event-detail ul, .event-detail li {
  display: block;
  margin: 0;
  padding: 0;
}
.event-detail li {
  position: relative;
  padding-left: 25px;
}
.event-detail li [class*=icons-] {
  position: absolute;
  top: 2px;
  left: 3px;
}
.event-detail li [class*=icon-] {
  position: absolute;
  top: 0;
  left: 3px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.event-detail li + li {
  margin-top: 0.5em;
}
.event-detail li a {
  color: #fff;
  text-decoration: none;
}
.event-detail li a:hover, .event-detail li a:focus {
  text-decoration: underline;
}
.event-detail .postStamp {
  text-align: center;
}
.event-detail .postStamp .time {
  padding-top: 90px;
  background: none;
}
.event-detail .postStamp .postStampDay {
  font-size: 65px;
  font-size: 4.0625rem;
}
.event-detail .postStamp .postStampMonth {
  font-size: 36px;
  font-size: 2.25rem;
}
.event-detail .postStamp.postStampMulti .time {
  display: inline-block;
  padding-top: 50px;
}
.event-detail .postStamp.postStampMulti .postStampDay {
  font-size: 35px;
  font-size: 2.1875rem;
}
.event-detail .postStamp.postStampMulti .postStampMonth {
  font-size: 26px;
  font-size: 1.625rem;
}
.event-detail .buy {
  margin-top: 1em;
}
.event-detail .buy a {
  position: relative;
  display: block;
  padding: 0.4em 2.5em 0.4em 2em;
  background: #bec6cc;
  color: #6a747c;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.event-detail .buy a + a {
  margin: 2px 0 0;
}
.event-detail .buy a:hover, .event-detail .buy a:focus {
  background: #949da4;
}
.event-detail .buy a:after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 8px;
}

/* ================================================================
   News
   ================================================================ */
.news-home ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-home ul li {
  display: block;
  max-width: 400px;
  margin: 0;
  border-bottom: 1px solid #1D5181;
  border-top: 0 !important;
}
.news-home ul li a {
  display: block;
  padding: 12px 0;
}
.news-home ul li:last-child {
  border: 0;
}
.news-home ul li:last-child a {
  font-weight: normal;
  font-style: italic;
}

.news--featured .news__media {
  margin-bottom: 1rem;
}
.news--featured .news__content {
  text-align: center;
}
.news--featured .news__section-title {
  font-size: 1.125rem;
}
.news--featured .news__title {
  font-weight: 400;
}
.news--featured .news__summary, .news--featured .news__summary * {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
.news--featured .news__actions {
  text-align: center;
}
@media (min-width: 64em) {
  .news--featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news--featured .news__media {
    margin-bottom: 0rem;
    padding-top: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
  }
  .news--featured .news__content {
    text-align: left;
    width: 50%;
    padding: 0 4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .news--featured .news__summary, .news--featured .news__summary * {
    font-weight: 300;
  }
  .news--featured .news__actions {
    text-align: left;
  }
}

.news--button {
  background: #fff;
  text-align: center;
  height: 100%;
  padding: 1rem;
  min-height: 9rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
}
.news--button .news__title {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.news--button .news__link {
  color: #1D5181;
  font-weight: 400;
}
.news--button:hover, .news--button:focus {
  background: #F54B2E;
}
.news--button:hover .news__title, .news--button:focus .news__title {
  color: #fff;
}
.news--button:hover .news__link, .news--button:focus .news__link {
  color: #fff;
}

/* ==========================================================================
PHOTO GALLERY
========================================================================== */
.photo-gallery {
  margin: 0 auto;
  padding: 0;
}
.photo-gallery .photo-gallery-item {
  position: relative;
}
.photo-gallery .photo-gallery-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.photo-gallery .photo-gallery-item > a {
  position: relative;
  display: block;
}
.photo-gallery .photo-gallery-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
}
.photo-gallery .photo-gallery-item .content p {
  margin: 0;
  color: #fff;
}

.photo-gallery-thumbs {
  position: relative;
  margin: 0;
  padding: 0;
}
.photo-gallery-thumbs .slick-list {
  padding: 0 !important;
}
.photo-gallery-thumbs .slick-arrow {
  display: inline-block;
  z-index: 10;
  padding: 0 10px;
  width: 40px;
  height: 50px;
  font-size: 3em;
  color: #fff !important;
  line-height: 1;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-gallery-thumbs .slick-arrow:before, .photo-gallery-thumbs .slick-arrow:after {
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.photo-gallery-thumbs .slick-arrow:hover, .photo-gallery-thumbs .slick-arrow:focus {
  background: #1D5181;
}
.photo-gallery-thumbs .slick-arrow.slick-prev {
  left: 0;
}
.photo-gallery-thumbs .slick-arrow.slick-next {
  right: 8px;
}
.photo-gallery-thumbs li {
  position: relative;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.photo-gallery-thumbs li .item {
  position: relative;
  margin-right: 10px;
}
.photo-gallery-thumbs li .item .photo-gallery-item {
  position: relative;
  padding-top: 50%;
}
.photo-gallery-thumbs li .item .photo-gallery-item .media {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.photo-gallery-thumbs li.slick-center .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1D5181;
}
.photo-gallery-thumbs li img {
  display: block;
  margin: 0 auto;
}

.image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.image-gallery__thumbs {
  position: relative;
  max-width: 200px;
}
@media (min-width: 48em) {
  .image-gallery__thumbs {
    max-width: 100%;
  }
}

.thumbs__capt {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.25rem;
  text-shadow: #fff 0px 0px 5px;
  width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
  max-width: 43em;
}

/* ================================================================
=   Documents
=  ================================================================ */
.archive-month-selector {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .archive-month-selector {
    margin-bottom: 0rem;
    position: absolute;
    top: 0rem;
    left: 1rem;
  }
}

.archive-list {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.archive-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.archive-item__title {
  color: #1D5181;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.archive-item__size {
  color: #6c757d;
  font-weight: 400;
  display: block;
}
.archive-item__action {
  width: 100%;
}
.archive-item__action a {
  width: 100%;
}
@media (min-width: 48em) {
  .archive-item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .archive-item__title {
    margin-bottom: 0;
    padding-right: 0rem;
  }
  .archive-item__action {
    width: auto;
  }
}

.archive-pager--bottom {
  margin-top: 1rem;
}

/* ================================================================
=   Alerts
=  ================================================================ */
.alert-mod {
  background: #F54B2E;
  padding: 20px;
  color: #fff;
  text-align: center;
}
.alert-mod > div {
  max-width: 72em;
  margin: auto;
}

.alerts {
  background: #00477f;
}

.alert-banner {
  color: #fff;
  text-decoration: none;
}
.alert-banner__item {
  color: inherit;
  display: block;
}
.alert-banner__content {
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
}
.alert-banner__action {
  margin-left: 0.5rem;
}

/* ================================================================
=   Banners
=  ================================================================ */
/* Slideshows */
.slideshow {
  max-width: 100em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}

.slide, .mast-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  text-align: center;
  font-size: 22px;
  color: #1D5181;
}
.slide .overlay, .mast-banner .overlay {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 15px;
}

.slide-text {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
}
@media (min-width: 48em) {
  .slide-text {
    padding: 50px 20%;
  }
}
.slide-text.slide-overlay:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-text .white-text {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 15px;
  font-size: 24px;
  margin-bottom: 40px;
  z-index: 2;
}
@media (min-width: 48em) {
  .slide-text .white-text {
    font-size: 40px;
  }
}
.slide-text .white-text p {
  margin: 0;
}
.slide-text .content {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
.slide-text .content p {
  margin: 0;
}
@media (min-width: 48em) {
  .slide-text .content {
    max-width: 60%;
    font-size: 30px;
  }
}

.mast-banner {
  margin-bottom: 30px;
}

@media (min-width: 48em) {
  .slide, .mast-banner {
    font-size: 40px;
  }

  .slide {
    padding: 100px 20px;
  }
  .homepage .slide {
    padding: 200px 20px;
  }

  .overlay {
    padding: 30px;
  }
}
/* Card Callout */
.card-callout {
  display: block;
  margin: 20px 0;
  text-align: center;
  text-decoration: none !important;
}
.card-callout img {
  max-width: 200px;
}

/* Flip Card */
.flip-container {
  margin: 30px 0;
  position: relative;
  z-index: 1;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.flip-container .card {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.flip-container .card.flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-container .card.flip .front {
  -ms-backface-visibility: hidden;
  opacity: 0;
}
.flip-container .card.flip .back {
  -ms-backface-visibility: visible;
}
.flip-container .card .front {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.flip-container .card .front img {
  max-width: 200px;
}
.flip-container .card .back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid #CCC;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  text-align: center;
  /*h3 {display: none;}

  @media (min-width: 0) and (max-width: $bp-mw) {
  	text-align: left;
  	border-width: 0 0 1px 0;

  	h3 {display: inline-block; border-bottom: 1px dotted #CCC;}
  	br {display: none;}
  	.btn {
  		display: block;
  		background: transparent;
  		color: #000;
  		text-align: left;
  		text-transform: none;
  		padding-left: 0;
  		color: #1d5181;
  	}
  }*/
}
.flip-container .card .back > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 30em) and (max-width: 60em) {
  .flip-row .col-md-3 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
  }
}
/* Button Cards */
.card--button {
  background: #fff;
  text-align: center;
  min-height: 9rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
}
.card--button .card__title {
  color: #000;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.card--button .card__action, .card--button .card__action span, .card--button .card__action a {
  color: #1D5181;
  font-weight: 400;
  text-decoration: underline;
}
.card--button:hover, .card--button:focus {
  background: #F54B2E;
}
.card--button:hover .card__title, .card--button:focus .card__title {
  color: #fff;
}
.card--button:hover .card__action, .card--button:hover .card__action span, .card--button:hover .card__action a, .card--button:focus .card__action, .card--button:focus .card__action span, .card--button:focus .card__action a {
  color: #fff;
}

/* Card Featured */
.card--featured {
  background: #1D5181;
  position: relative;
  min-height: 14rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card--featured .card__content {
  background: #1D5181;
  text-align: center;
  padding: 1rem;
  position: relative;
  border-radius: 0.5rem;
}
.card--featured .card__title {
  color: #fff;
  font-weight: 300;
}
.card--featured .card__action {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 48em) {
  .card--featured {
    min-height: 32rem;
  }
  .card--featured .card__media {
    position: absolute;
    padding: 0;
  }
  .card--featured .card__content {
    background: #1D5181;
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .card--featured .card__title {
    color: #fff;
  }
  .card--featured .card__action {
    color: #fff;
  }
}

/* Homepage Callouts */
.card--horizontal .card__media {
  margin-bottom: 1rem;
}
.card--horizontal .card__title {
  color: #6c757d;
  font-weight: 400;
}
.card--horizontal .card__summary {
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.card--horizontal .card__summary, .card--horizontal .card__summary * {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.card--horizontal .card__link {
  width: 100%;
  display: block;
}
.card--horizontal .card__link:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .card--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card--horizontal .card__media {
    margin-bottom: 0rem;
    padding-top: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
  }
  .card--horizontal .card__content {
    width: 50%;
    padding: 0 4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media (min-width: 85.375em) {
  .card--horizontal .card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card--horizontal .card__link {
    width: 45%;
    display: block;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .card--horizontal .card__link:not(:first-child) {
    margin-top: 0rem;
  }
  .card--horizontal .card__link:nth-child(even) {
    margin-left: 1rem;
  }
}
/* Card Grid */
.card--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.card--grid .card__grid-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card--grid .card__grid-item:not(:first-child) {
  margin-top: 2rem;
}
.card--grid .card__content {
  text-align: center;
  padding-top: 1rem;
}
.card--grid .card__title {
  color: #6c757d;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.card--grid .card__summary {
  color: #6c757d;
}
.card--grid .card__summary a {
  text-decoration: underline;
}
.card--grid .card__summary a:hover, .card--grid .card__summary a:focus {
  text-decoration: none;
}
.card--grid .card__actions {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .card--grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card--grid .card__grid-item {
    width: 50%;
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .card--grid .card__grid-item:not(:first-child) {
    margin-top: 0rem;
  }
  .card--grid .card__media {
    height: auto;
  }
  .card--grid .card__content {
    text-align: left;
  }
  .card--grid .card__summary a {
    padding-right: 1rem;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  .card--grid .card__summary a:last-child {
    padding-right: 0rem;
  }
}
@media (min-width: 64em) {
  .card--grid .card__grid-item {
    width: 33.333%;
  }
}

/* ================================================================
   Committees
   ================================================================ */
.committee-mast {
  margin: -40px 0 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
}
@media (min-width: 48em) {
  .committee-mast {
    height: 250px;
  }
}

.committee-chair img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.committee-chair span {
  display: block;
  font-size: 22px;
  color: #666;
}
.committee-chair span.title {
  color: #1D5181;
  font-weight: 700;
  margin-bottom: 15px;
}
.committee-chair span.name {
  color: #1D5181;
}

.committee-buttons {
  margin-top: 20px;
}
.committee-buttons .button, .committee-buttons form[name=LoginFormSSO] input[type=submit], form[name=LoginFormSSO] .committee-buttons input[type=submit], .committee-buttons .dri-login input[type=submit], .dri-login .committee-buttons input[type=submit], .committee-buttons .sfSearchButton, .committee-buttons .news--featured .news__link, .news--featured .committee-buttons .news__link, .committee-buttons .archive-item__action a, .archive-item__action .committee-buttons a {
  display: block;
  margin-bottom: 15px;
  border-radius: 8px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d5181+0,5c86a7+100 */
  background: #1d5181;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#1d5181), to(#5c86a7));
  background: -o-linear-gradient(top, #1d5181 0%, #5c86a7 100%);
  background: linear-gradient(to bottom, #1d5181 0%, #5c86a7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d5181", endColorstr="#5c86a7",GradientType=0 );
  /* IE6-9 */
}

.committee-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.committee-list li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}

.committee-list-container .pagination {
  padding: 0;
  margin: 20 0 0;
  list-style: none;
}
.committee-list-container .pagination li {
  display: inline-block;
  vertical-align: middle;
}
.committee-list-container .pagination li.active a {
  color: #F54B2E;
}
.committee-list-container .pagination li a span {
  display: none;
}

.committee-detail h2 {
  color: #1D5181;
}
.committee-detail .optional-text {
  margin-top: 30px;
}
.committee-detail a.back {
  display: inline-block;
  padding: 0 0 20px 10px;
}
.committee-detail a.back span {
  display: inline-block;
  vertical-align: middle;
}
.committee-detail a.back:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #1D5181;
}

.cd-aux {
  display: none;
}
.col-md-9 .cd-aux, .sfPageEditor .cd-aux {
  display: block;
}
.cd-aux .cd-aux-header {
  color: #fff;
  font-size: 24px;
  padding: 20px;
  margin-top: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d5181+0,5c86a7+100 */
  background: #1d5181;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#1d5181), to(#5c86a7));
  background: -o-linear-gradient(top, #1d5181 0%, #5c86a7 100%);
  background: linear-gradient(to bottom, #1d5181 0%, #5c86a7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d5181", endColorstr="#5c86a7",GradientType=0 );
  /* IE6-9 */
}

.roster {
  padding: 0;
  margin: 0;
  list-style: none;
  clear: both;
  width: 100%;
}
.roster li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 100%;
}
@media (min-width: 48em) {
  .roster li {
    width: 50%;
  }
}
@media (min-width: 72em) {
  .roster li {
    width: 33.333%;
  }
}
.roster li .roster-card {
  border: 1px solid #999;
  padding: 0 20px 20px;
  margin: 0 10px 20px;
}
.roster li .roster-card .position {
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 6px;
  margin-bottom: 20px;
}
.roster li .roster-card .meta {
  display: table;
  width: 100%;
}
.roster li .roster-card .meta > div {
  display: table-cell;
  vertical-align: middle;
}
.roster li .roster-card .meta > div:first-child {
  background: url() center no-repeat;
}
.roster li .roster-card .meta img, .roster li .roster-card .meta .icon {
  padding-right: 20px;
  height: 90px;
  max-width: none;
}
.roster li .roster-card .meta .icon {
  width: 90px;
}

/* ================================================================
   Bookstore
   ================================================================ */
.featured-products {
  padding: 50px 60px;
}
.featured-products h2 {
  color: #F54B2E;
  font-size: 18px;
}
.featured-products h2 a {
  display: block;
  font-style: italic;
  font-size: 16px;
}
@media (min-width: 30em) {
  .featured-products h2 {
    font-size: 30px;
  }
  .featured-products h2 a {
    float: right;
  }
}
.featured-products .item {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none !important;
}
.featured-products .item img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 20px;
  max-width: 175px;
}
.featured-products .item span {
  color: #1D5181;
}
.featured-products .icon {
  width: 50;
  height: 100px;
}
.featured-products .slick-prev:before, .featured-products .slick-prev:after, .featured-products .slick-next:before, .featured-products .slick-next:after {
  display: block;
  position: absolute;
  top: -50px;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.featured-products .slick-prev {
  left: -60px;
}
.featured-products .slick-prev:before {
  border-right: 40px solid #666;
  left: 0;
}
.featured-products .slick-prev:after {
  border-right: 40px solid #fff;
  left: 2px;
}
.featured-products .slick-next {
  right: -60px;
}
.featured-products .slick-next:before {
  border-left: 40px solid #666;
  right: 0;
}
.featured-products .slick-next:after {
  border-left: 40px solid #fff;
  right: 2px;
}

.search-box {
  width: 100%;
  margin-left: 2rem;
  position: relative;
}
@media (min-width: 72em) {
  .search-box {
    margin-left: 1rem;
  }
}
.search-box input[type=search] {
  margin-top: 0;
}
.search-box button {
  background: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-box button svg.icon {
  fill: #1D5181;
  width: 1rem;
  height: 1rem;
}
.search-box button:hover, .search-box button:focus {
  background: none;
}

/* ================================================================
=   Hero
=  ================================================================ */
.hero--homepage {
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 100em) {
  .hero--homepage {
    border-radius: 0.5rem;
  }
}
.hero--homepage .hero__item {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero--homepage .hero__media {
  height: 14rem;
  padding-top: 0;
  position: static;
  border-radius: 0;
}
.hero--homepage .hero__content {
  background: #F54B2E;
  text-align: center;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero--homepage .hero__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.hero--homepage .hero__action {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 48em) {
  .hero--homepage .hero__item {
    height: 33.75rem;
  }
  .hero--homepage .hero__media {
    position: absolute;
    height: 100%;
  }
  .hero--homepage .hero__content {
    padding: 2rem;
    max-width: 40rem;
    position: absolute;
    border-radius: 0.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: auto !important;
  }
}
.hero--homepage .slick-arrow {
  background: #fff;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  top: 20%;
}
.hero--homepage .slick-arrow:hover, .hero--homepage .slick-arrow:focus {
  background: #F54B2E;
}
.hero--homepage .slick-arrow:hover:before, .hero--homepage .slick-arrow:focus:before {
  border: solid #fff;
}
.hero--homepage .slick-arrow:before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  display: block;
  border: solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 48em) {
  .hero--homepage .slick-arrow {
    top: 50%;
  }
}
.hero--homepage .slick-arrow.slick-prev {
  left: 2rem;
}
.hero--homepage .slick-arrow.slick-prev:before {
  border-width: 0 0 2px 2px;
  -webkit-transform: translateX(0.25rem) rotate(45deg);
      -ms-transform: translateX(0.25rem) rotate(45deg);
          transform: translateX(0.25rem) rotate(45deg);
}
.hero--homepage .slick-arrow.slick-next {
  right: 2rem;
}
.hero--homepage .slick-arrow.slick-next:before {
  border-width: 2px 2px 0 0;
  -webkit-transform: translateX(-0.25rem) rotate(45deg);
      -ms-transform: translateX(-0.25rem) rotate(45deg);
          transform: translateX(-0.25rem) rotate(45deg);
}

.page-heading {
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 98rem;
  position: relative;
  overflow: hidden;
}
.page-heading:before {
  content: "";
  background: rgba(29, 81, 129, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 100em) {
  .page-heading {
    border-radius: 0.5rem;
  }
}
.page-heading__media {
  height: 100%;
  padding-top: 0;
  position: absolute;
  border-radius: 0;
  z-index: 1;
}
.page-heading__title {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0;
  position: relative;
  top: 35%;
  z-index: 3;
}
@media (min-width: 60em) {
  .page-heading {
    height: 22.5rem;
  }
}

@media (max-width: 59.938em) {
  .jump-nav-enable .page-heading__title {
    top: 15%;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  background: white;
  border: 2px solid #1D5181;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ================================================================
   Print Styles
   ================================================================ */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* ================================================================
   Sitefinity Admin Overrides
   ================================================================ */
/* Old Overrides */
.Sitefinity.RadEditor, .Sitefinity.RadEditor * {
  font-family: inherit;
}

.RadDockZone .rdContent * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ZoneEditorToolboxContainer h2 {
  font-family: arial, sans-serif;
}

.sfLayoutPropsContainer .sfTxt {
  color: #000;
}

.sfPageEditor .addthis-smartlayers {
  display: none;
}

.sfTemplateEditor .sfLayoutWidthSlider, .sfTemplateEditor #columnList {
  display: none !important;
}

.zeContentMode .sfPageContainer .RadDock_Sitefinity .rdContent {
  min-height: 15px;
}

#ZoneEditor {
  overflow: visible !important;
}

body[contenteditable=true] {
  padding: 20px;
}

.sfTemplateEditor .svg, .sfTemplateEditor .search-container {
  display: block !important;
}
.sfTemplateEditor .sticky-nav {
  position: relative;
  top: auto;
}

.sfPageEditor .logo a span {
  margin-bottom: 0;
}
.sfPageEditor .logo a:before {
  content: none;
}
.sfPageEditor .menu-toggle-wrapper {
  display: block;
}
.sfPageEditor .sf_colsIn.hr > .RadDockZone {
  display: none;
}

/* RD Styles To Make a Page Template for SOLR Search */

.group::after, .interior-layout::after, .page-header::after, .item-list__link::after, .item-list__item::after, dl::after {
	content: "";
	display: table;
	clear: both
}

.interior-layout__main {
	margin-bottom: 24px
}

@media(min-width: 1100px) {
	.interior-layout__nav {
		margin-bottom: 0
	}
	.interior-layout__nav>*:last-child {
		margin-bottom: 48px
	}
	.interior-layout__title {
		margin-bottom: 24px
	}
	.interior-layout__main {
		/* margin-bottom: 48px */
	}
	.interior-layout__nav, .interior-layout__aside {
		width: 25%;
		float: right;
		clear: right;
		overflow: hidden;
		position: relative;
		z-index: 2
	}
	.interior-layout__main {
		width: 75%;
		padding-right: 48px;
		float: left
	}
}

.event-list li .detail-link:nth-child(2) {
  display: none !important;
}

.interior-layout-main .item-list__item {
  padding: 24px;
}

.interior-layout-main .item-list__item:nth-child(odd) {
  background: #edf2f6;
}

.interior-layout-main .overview {
  padding-right: 24px;
}

#SearchRefine .interior-nav h5 {
  font-size: 24px;
  margin-bottom: 12px;
}

#searchAgainText {
  margin-bottom: 24px;
}

#SearchRefine .accordion__label {
  /* margin-bottom: 7px; */
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 48em) {
  .interior-layout-main .pagination {
    text-align: left;
  }
}

.search-box{
  width:574px !important;
  float:right;
} 

.interior-layout-main .item-list__title {
 font-size: 20px;
}

.search-current-tags .button.button--xsmall {
  border-radius: 0.25rem;
}

.search-current-tags .far.fa-times-circle {
  padding-left: 7px;
}

.search-current-tags {
  margin-bottom: 24px;
}

.screenreaders-only {
  display: none;
}
.header-search__submit {
  border: none;
  cursor: pointer;
}

.search-box button {
  top: 57%;
  right: 12px !important;
}

.header-search__label.main-search {
  display: none;
}

.fa.fa-search {
  color: #0e2a6f !important;
  font-size: 20px;
}

@media (max-width: 48em) {
  .header-search__form {
    width:100% !important;
    overflow: visible;
  }
  .header-search__input.main-search {
    width:574px !important;
    margin-left: 12px;
  }

  .header-search__input {
    width:574px !important;
  }

  .header-search__submit {
    background: none !important;
    cursor: pointer;
  }

#header-search__input {
  width: 100% !important;
}


.search-box input {
  width:574px !important;
  position: relative;
} 
} 

.interior-layout__nav {
  margin-bottom: 24px;
}

/* Accordions */

.accordion__label {
	display: block;
	padding: 12px;
	background: #fff;
	border: 1px solid #d2d6d8;
	color: #003057;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, border-radius .15s ease-out
}
.accordion__label .fa-arrow-right {
	margin-left: .4em;
	transition: transform .15s ease-out
}
.accordion__label:hover {
	color: #3d1152
}
.accordion__label.is-active {
	color: #134b8e;
	border-color: #134b8e #134b8e #d2d6d8 #134b8e;
	background: #f7f7f7;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion__label.is-active .fa-arrow-right {
	transform: rotate(90deg)
}
.accordion__label:focus {
	outline: 1px dashed rgba(128, 128, 128, .3);
	outline-offset: -6px
}
.accordion__label~.accordion__label {
	margin-top: 6px
}
.accordion__content {
	margin-bottom: 24px;
	padding: 24px 12px;
	border: 1px solid #134b8e;
	border-top: none;
	border-radius: 0 0 5px 5px;
	transition: all .2s ease-out;
	overflow: hidden
}
.accordion__content+.accordion__label {
	margin-top: -18px
}
.js .accordion__content:not(.is-active) {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-width: 0 1px;
	visibility: hidden;
	opacity: 0
}
.accordion__label--primary {
	color: #134b8e;
	border-color: #134b8e;
	background-color: #f6f9fe
}
.accordion__label--primary:hover {
	color: #fff;
	background-color: #134b8e
}
.accordion__label--primary.is-active {
	color: #134b8e;
	border-color: #134b8e #134b8e #f6f9fe #134b8e;
	background-color: #f6f9fe
}
.accordion__label--highlight {
	color: #3d1152;
	border-color: #3d1152;
	background-color: #faf5fd
}
.accordion__label--highlight:hover {
	color: #fff;
	background-color: #3d1152
}
.accordion__label--highlight.is-active {
	color: #3d1152;
	border-color: #3d1152 #3d1152 #faf5fd #3d1152;
	background-color: #faf5fd
}
.accordion__content--highlight {
	border-color: #3d1152
}
.accordion__label--action {
	color: #c73437;
	border-color: #c73437;
	background-color: #fdf9f9
}
.accordion__label--action:hover {
	color: #fff;
	background-color: #c73437
}
.accordion__label--action.is-active {
	color: #c73437;
	border-color: #c73437 #c73437 #fdf9f9 #c73437;
	background-color: #fdf9f9
}
.accordion__content--action {
	border-color: #c73437
}
.accordion__label--primary-solid {
	color: #fff;
	border-color: #134b8e;
	background-color: #134b8e
}
.accordion__label--primary-solid:hover {
	color: #fff;
	background-color: #063978
}
.accordion__label--primary-solid:focus {
	outline: 1px dashed rgba(255, 255, 255, .3)
}
.accordion__label--primary-solid.is-active {
	color: #fff;
	border-color: #134b8e;
	background-color: #134b8e
}
.js .accordion__content--primary-solid:not(.is-active) {
	border-width: 0 2px
}
.accordion__content--primary-solid {
	border-width: 1px 2px 2px
}
.accordion__label--highlight-solid {
	color: #fff;
	border-color: #3d1152;
	background-color: #3d1152
}
.accordion__label--highlight-solid:hover {
	color: #fff;
	background-color: #330548
}
.accordion__label--highlight-solid:focus {
	outline: 1px dashed rgba(255, 255, 255, .3)
}
.accordion__label--highlight-solid.is-active {
	color: #fff;
	border-color: #3d1152;
	background-color: #3d1152
}
.js .accordion__content--highlight-solid:not(.is-active) {
	border-width: 0 2px
}
.accordion__content--highlight-solid {
	border-width: 1px 2px 2px;
	border-color: #3d1152
}
.accordion__label--action-solid {
	color: #fff;
	border-color: #c73437;
	background-color: #c73437
}
.accordion__label--action-solid:hover {
	color: #fff;
	background-color: #b41013
}
.accordion__label--action-solid:focus {
	outline: 1px dashed rgba(255, 255, 255, .3)
}
.accordion__label--action-solid.is-active {
	color: #fff;
	border-color: #c73437;
	background-color: #c73437
}
.js .accordion__content--action-solid:not(.is-active) {
	border-width: 0 2px
}
.accordion__content--action-solid {
	border-width: 1px 2px 2px;
	border-color: #c73437
}

.accordion__content .item-list__item {
  margin-bottom: 12px;
}

.spacer {
  height: 24px;
}
.spacer--tiny {
  height: 6px;
}
.spacer--small {
  height: 12px;
}
.spacer--medium {
  height: 24px;
}
.spacer--large {
  height: 48px;
}
.spacer--huge {
  height: 72px;
}
@media (max-width: 767px) {
  .spacer--large {
    height: 36px;
  }
  .spacer--huge {
    height: 48px;
  }
}

.committee-chair span {
  font-size: 1.1em !important;
  line-height: 1.5em !important;
}

.committee-chair.center-chair {
  margin-left: auto;
  margin-right: auto;
}

.committee-chair span a {
  text-decoration: none !important;
}

/*! ---------- =grids ---------- */

.grid {
	display: block;
	padding: 0;
	margin: 0 -24px 0 0;
	letter-spacing: -0.31em;
	text-rendering: optimizespeed;
	text-align: center;
	list-style: none
}
.grid.align-left {
	text-align: left
}
.grid.align-right {
	text-align: right
}
.grid.no-margin {
	margin-bottom: -24px
}
.grid--compact {
	margin-right: -12px
}
.grid--compact.no-margin {
	margin-bottom: -12px
}
.grid__unit {
	display: inline-block;
	width: 100%;
	padding: 0 24px 24px 0;
	margin: 0;
	vertical-align: top;
	letter-spacing: normal;
	text-rendering: auto;
	text-align: left
}
.grid--compact>.grid__unit {
	padding: 0 12px 12px 0
}
.grid__unit--1-2 {
	width: 50%
}
.grid__unit--1-3 {
	width: 33.33%
}
.grid__unit--2-3 {
	width: 66.66%
}
.grid__unit--1-4 {
	width: 25%
}
.grid__unit--3-4 {
	width: 75%
}
.grid__unit--1-5 {
	width: 20%
}
.grid__unit--2-5 {
	width: 40%
}
.grid__unit--3-5 {
	width: 60%
}
.grid__unit--4-5 {
	width: 80%
}
.grid__unit--1-6 {
	width: 16.66%
}
.grid__unit--5-6 {
	width: 83.3%
}
.grid__unit--1-8 {
	width: 12.5%
}
.grid__unit--3-8 {
	width: 37.5%
}
.grid__unit--5-8 {
	width: 62.5%
}
.grid__unit--7-8 {
	width: 87.5%
}
.grid__unit--1-9 {
	width: 11.11%
}
.grid__unit--2-9 {
	width: 22.22%
}
.grid__unit--4-9 {
	width: 44.44%
}
.grid__unit--5-9 {
	width: 55.55%
}
.grid__unit--7-9 {
	width: 77.77%
}
.grid__unit--8-9 {
	width: 88.88%
}
.grid__unit--1-12 {
	width: 8.33%
}
.grid__unit--5-12 {
	width: 41.65%
}
.grid__unit--7-12 {
	width: 58.31%
}
.grid__unit--11-12 {
	width: 91.63%
}
@media(min-width: 480px) {
	.grid__unit--1-1-s {
		width: 100%
	}
	.grid__unit--1-2-s {
		width: 50%
	}
	.grid__unit--1-3-s {
		width: 33.33%
	}
	.grid__unit--2-3-s {
		width: 66.66%
	}
	.grid__unit--1-4-s {
		width: 25%
	}
	.grid__unit--3-4-s {
		width: 75%
	}
	.grid__unit--1-5-s {
		width: 20%
	}
	.grid__unit--2-5-s {
		width: 40%
	}
	.grid__unit--3-5-s {
		width: 60%
	}
	.grid__unit--4-5-s {
		width: 80%
	}
	.grid__unit--1-6-s {
		width: 16.66%
	}
	.grid__unit--5-6-s {
		width: 83.3%
	}
	.grid__unit--1-8-s {
		width: 12.5%
	}
	.grid__unit--3-8-s {
		width: 37.5%
	}
	.grid__unit--5-8-s {
		width: 62.5%
	}
	.grid__unit--7-8-s {
		width: 87.5%
	}
	.grid__unit--1-9-s {
		width: 11.11%
	}
	.grid__unit--2-9-s {
		width: 22.22%
	}
	.grid__unit--4-9-s {
		width: 44.44%
	}
	.grid__unit--5-9-s {
		width: 55.55%
	}
	.grid__unit--7-9-s {
		width: 77.77%
	}
	.grid__unit--8-9-s {
		width: 88.88%
	}
	.grid__unit--1-12-s {
		width: 8.33%
	}
	.grid__unit--5-12-s {
		width: 41.65%
	}
	.grid__unit--7-12-s {
		width: 58.31%
	}
	.grid__unit--11-12-s {
		width: 91.63%
	}
}
@media(min-width: 960px) {
	.grid {
		margin-right: -48px
	}
	.grid.no-margin {
		margin-bottom: -48px
	}
	.grid--compact {
		margin-right: -24px
	}
	.grid--compact.no-margin {
		margin-bottom: -24px
	}
	.grid__unit {
		padding: 0 48px 48px 0
	}
	.grid--compact>.grid__unit {
		padding: 0 24px 24px 0
	}
	.grid__unit--1-1-m {
		width: 100%
	}
	.grid__unit--1-2-m {
		width: 50%
	}
	.grid__unit--1-3-m {
		width: 33.33%
	}
	.grid__unit--2-3-m {
		width: 66.66%
	}
	.grid__unit--1-4-m {
		width: 25%
	}
	.grid__unit--3-4-m {
		width: 75%
	}
	.grid__unit--1-5-m {
		width: 20%
	}
	.grid__unit--2-5-m {
		width: 40%
	}
	.grid__unit--3-5-m {
		width: 60%
	}
	.grid__unit--4-5-m {
		width: 80%
	}
	.grid__unit--1-6-m {
		width: 16.66%
	}
	.grid__unit--5-6-m {
		width: 83.3%
	}
	.grid__unit--1-8-m {
		width: 12.5%
	}
	.grid__unit--3-8-m {
		width: 37.5%
	}
	.grid__unit--5-8-m {
		width: 62.5%
	}
	.grid__unit--7-8-m {
		width: 87.5%
	}
	.grid__unit--1-9-m {
		width: 11.11%
	}
	.grid__unit--2-9-m {
		width: 22.22%
	}
	.grid__unit--4-9-m {
		width: 44.44%
	}
	.grid__unit--5-9-m {
		width: 55.55%
	}
	.grid__unit--7-9-m {
		width: 77.77%
	}
	.grid__unit--8-9-m {
		width: 88.88%
	}
	.grid__unit--1-12-m {
		width: 8.33%
	}
	.grid__unit--5-12-m {
		width: 41.65%
	}
	.grid__unit--7-12-m {
		width: 58.31%
	}
	.grid__unit--11-12-m {
		width: 91.63%
	}
}
@media(min-width: 1100px) {
	.grid__unit--1-1-l {
		width: 100%
	}
	.grid__unit--1-2-l {
		width: 50%
	}
	.grid__unit--1-3-l {
		width: 33.33%
	}
	.grid__unit--2-3-l {
		width: 66.66%
	}
	.grid__unit--1-4-l {
		width: 25%
	}
	.grid__unit--3-4-l {
		width: 75%
	}
	.grid__unit--1-5-l {
		width: 20%
	}
	.grid__unit--2-5-l {
		width: 40%
	}
	.grid__unit--3-5-l {
		width: 60%
	}
	.grid__unit--4-5-l {
		width: 80%
	}
	.grid__unit--1-6-l {
		width: 16.66%
	}
	.grid__unit--5-6-l {
		width: 83.3%
	}
	.grid__unit--1-8-l {
		width: 12.5%
	}
	.grid__unit--3-8-l {
		width: 37.5%
	}
	.grid__unit--5-8-l {
		width: 62.5%
	}
	.grid__unit--7-8-l {
		width: 87.5%
	}
	.grid__unit--1-9-l {
		width: 11.11%
	}
	.grid__unit--2-9-l {
		width: 22.22%
	}
	.grid__unit--4-9-l {
		width: 44.44%
	}
	.grid__unit--5-9-l {
		width: 55.55%
	}
	.grid__unit--7-9-l {
		width: 77.77%
	}
	.grid__unit--8-9-l {
		width: 88.88%
	}
	.grid__unit--1-12-l {
		width: 8.33%
	}
	.grid__unit--5-12-l {
		width: 41.65%
	}
	.grid__unit--7-12-l {
		width: 58.31%
	}
	.grid__unit--11-12-l {
		width: 91.63%
	}
}
@media(min-width: 1300px) {
.grid__unit--1-5-w {
	width: 20%
}
}
        


/*# sourceMappingURL=main.min.css.map */