@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
 * Modified by Leepfrog Technologies for use in CourseLeaf.
*/
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }

body {
  color: #212529;
  font-family: 'Freight Sans Pro W00', Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.inactivescreen {
    overflow-y: hidden; }

.accessible {
  padding: 10px;
  position: absolute;
  left: -9999em;
  background: #fff; }
  .accessible ul {
    text-align: right; }
    .accessible ul li {
      margin: 0 0 0 .5em;
      display: inline; }
  .accessible.show {
    position: relative;
    left: 0; }

@media (min-width: 992px) {
  #column-wrapper {
    flex-direction: row-reverse; } }

@media (min-width: 992px) {
  #col-content {
    padding: 40px 40px 40px 0;
    border-right: 1px solid #eee;
    min-height: 900px;
    margin-right: -15px; } }

@media (max-width: 991.98px) {
  #col-nav {
    margin: 30px 0; } }

body.homepage #col-content {
  flex: 0 0 100%;
  max-width: 97%;
  border: 0px;
  margin-right: 0px; }

body.homepage #col-nav {
  display: none; }

#header {
  background: #c8032b;
  padding: 0 0 15px 0; }
  @media (min-width: 992px) {
    #header {
      padding: 0; } }

#logo {
  max-width: 175px; }
  @media (max-width: 991.98px) {
    #logo {
      margin: 15px auto 0 auto; } }
  @media (min-width: 576px) {
    #logo {
      max-width: 215px; } }
  #logo img,
  #logo a {
    display: block; }

.header-top-nav {
  text-align: center;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .header-top-nav {
      text-align: right;
      margin-bottom: 0; } }
  .header-top-nav li {
    display: inline-block;
    padding: 5px 10px; }
    @media (min-width: 992px) {
      .header-top-nav li {
        padding: 0 10px; } }
    .header-top-nav li a {
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      text-shadow: 0 1px 3px #a50223;
      font-size: 14px; }
      @media (min-width: 992px) {
        .header-top-nav li a {
          font-size: 1rem; } }
      .header-top-nav li a:hover, .header-top-nav li a:focus {
        opacity: 0.9;
        text-decoration: underline; }

#header-title {
  padding: 40px 15px;
  position: relative; }
  #header-title a {
    text-decoration: none;
    position: relative;
    z-index: 1; }
  #header-title h1 {
    display: inline-block;
    font-family: 'Caslon Graphique W01', Georgia, 'Times New Roman', serif;
    color: #111;
    font-size: 60px;
    line-height: 1.2; }
    @media (min-width: 992px) {
      #header-title h1 {
        font-size: 75px; } }
  #header-title h2 {
    margin-top: -16px;
    color: #405362;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5; }

#random-img {
  position: absolute;
  z-index: 0;
  width: 40%;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  #random-img .header-title-img_gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, white 0%, white 8%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0) 100%); }

#local-header {
  background: #eee; }
  #local-header .container {
    position: relative; }
  @media (max-width: 1199.98px) {
    #local-header .col {
      flex: 0 0 100%; } }

#navigation {
  display: none;
  border-top: 1px solid #fff;
  padding: 0; }
  @media (min-width: 992px) {
    #navigation {
      display: block;
      border-top: none;
      padding: 0 15px; } }
  #navigation.active {
    display: block; }
  @media (min-width: 992px) {
    #navigation ul#main-nav {
      text-align: center; } }
  @media (min-width: 992px) {
    #navigation ul#main-nav li {
      display: inline-block; } }
  #navigation ul#main-nav li a {
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    color: #111;
    font-family: "DIN Next W01", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    border-left: 3px solid #eee;
    border-bottom: 1px solid #d2d1d1; }
    @media (min-width: 992px) {
      #navigation ul#main-nav li a {
        border: 0;
        border-top: 3px solid #eee; } }
    @media (min-width: 1200px) {
      #navigation ul#main-nav li a {
        padding: 15px; } }
  #navigation ul#main-nav li li.active,
  #navigation ul#main-nav li a:hover,
  #navigation ul#main-nav li a:focus {
    background: #fff;
    border-left-color: #c8032b; }
    @media (min-width: 992px) {
      #navigation ul#main-nav li li.active,
      #navigation ul#main-nav li a:hover,
      #navigation ul#main-nav li a:focus {
        border: 0;
        border-top: 3px solid #c8032b; } }
  #navigation ul#main-nav li.isparent {
    position: relative; }
    #navigation ul#main-nav li.isparent > a:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
  #navigation ul#main-nav ul {
    position: fixed;
    z-index: 50;
    left: 105%;
    top: 100%;
    color: #212529;
    text-align: left;
    background: #fff; }
    @media (min-width: 992px) {
      #navigation ul#main-nav ul {
        min-width: 200px;
        box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.25); } }
    #navigation ul#main-nav ul li {
      display: block; }
      #navigation ul#main-nav ul li a {
        padding: 10px 15px;
        font-size: 19px;
        text-transform: none;
        white-space: pre-wrap;
        line-height: 20px;
        border: 0;
        border-bottom: 1px solid #eee; }
        #navigation ul#main-nav ul li a:hover, #navigation ul#main-nav ul li a:focus {
          border-top: 0;
          border-bottom: 1px solid #eee;
          background: #eee; }
  #navigation ul#main-nav li.opened > a {
    background: #fff;
    border-left-color: #c8032b; }
    @media (min-width: 992px) {
      #navigation ul#main-nav li.opened > a {
        border-left: none;
        border-top: 3px solid #c8032b; } }
  #navigation ul#main-nav li.opened ul {
    position: relative;
    left: 0; }
    @media (min-width: 992px) {
      #navigation ul#main-nav li.opened ul {
        position: absolute;
        left: 0; } }

#hamburger {
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  height: 53px; }
  #hamburger .label {
    font-family: "DIN Next W01", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #14181b;
    margin-top: 18px;
    font-size: 21px;
    text-transform: uppercase; }
  #hamburger .fa {
    float: right;
    position: relative;
    top: 3px;
    right: 4px;
    z-index: 1;
    color: #fff;
    font-size: 26px; }
  #hamburger:after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: #c8032b; }
  @media (min-width: 992px) {
    #hamburger {
      display: none; } }

.search {
  width: 100%; }
  .search form {
    position: relative; }
  .search input[type=text] {
    width: 100%;
    line-height: normal;
    border: none;
    background: #fff;
    padding: 10px 50px 10px 10px;
    height: 50px;
    color: #14181b;
    border-radius: 5px;
    font-weight: 400; }
  .search ::-webkit-input-placeholder {
    font-style: italic;
    color: #14181b;
    opacity: 0.6; }
  .search :-moz-placeholder {
    font-style: italic;
    color: #14181b;
    opacity: 0.6; }
  .search ::-moz-placeholder {
    font-style: italic;
    color: #14181b;
    opacity: 0.6; }
  .search :-ms-input-placeholder {
    font-style: italic;
    color: #14181b;
    opacity: 0.6; }
  .search button {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    color: #d2d1d1;
    font-size: 21px;
    margin-right: 8px; }
    .search button .fa {
      position: relative;
      top: -2px; }
    .search button:hover, .search button:focus {
      color: #405362; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .search {
      padding: 5px; }
      .search input[type=text] {
        height: 40px; } }

#utility-bar {
  border-bottom: 1px solid #eee;
  padding: 20px 0; }
  @media (min-width: 768px) {
    #utility-bar .row {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    #utility-bar .utility-bar_actions {
      text-align: right; } }
  #utility-bar .utility-bar_actions .print-btn {
    color: #405362; }
    #utility-bar .utility-bar_actions .print-btn + .print-btn {
      margin-left: 15px; }
    #utility-bar .utility-bar_actions .print-btn .fa {
      margin-right: 2px; }
    #utility-bar .utility-bar_actions .print-btn:hover, #utility-bar .utility-bar_actions .print-btn:focus {
      text-decoration: underline; }

#sidebar {
  display: none;
  background: #F9F9F9;
  border: 1px solid #eee; }
  @media (min-width: 992px) {
    #sidebar {
      display: block;
      background: none;
      border: 0; } }
  #sidebar.active {
    display: block; }
  #sidebar .sidebar-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: none; }
    @media (min-width: 992px) {
      #sidebar .sidebar-header {
        display: block; } }
    #sidebar .sidebar-header a {
      color: inherit;
      text-decoration: none; }

#sidebar-toggle {
  background: #F9F9F9;
  border: 1px solid #eee;
  padding: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase; }
  #sidebar-toggle i {
    margin-right: 10px;
    font-weight: normal; }
  @media (min-width: 992px) {
    #sidebar-toggle {
      display: none; } }

@media (max-width: 767.98px) {
  #edition {
    display: none; } }

#cl-menu ul.nav li {
  position: relative; }
  #cl-menu ul.nav li a {
    display: block;
    text-decoration: none;
    position: relative;
    color: inherit;
    padding: 10px 15px; }
    #cl-menu ul.nav li a:hover, #cl-menu ul.nav li a:focus {
      color: #c8032b; }
  #cl-menu ul.nav li.isparent > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 9px; }
  #cl-menu ul.nav li.isparent.active > a:after {
    content: '\f107'; }
  #cl-menu ul.nav li:hover {
    border-left-color: #c8032b; }

#cl-menu ul.nav ul.nav {
  padding-left: 30px; }
  #cl-menu ul.nav ul.nav li a {
    font-size: 15px;
    padding-left: 0; }
    #cl-menu ul.nav ul.nav li a:hover, #cl-menu ul.nav ul.nav li a:focus {
      text-decoration: underline; }
  #cl-menu ul.nav ul.nav li.self > a {
    font-weight: bold; }
  #cl-menu ul.nav ul.nav ul.nav {
    padding-left: 15px; }
    #cl-menu ul.nav ul.nav ul.nav a {
      padding: 7px 0; }

#cl-menu > ul.nav > li {
  border-bottom: 1px solid #eee;
  border-left: 3px solid #F9F9F9; }
  @media (min-width: 992px) {
    #cl-menu > ul.nav > li {
      border-left-color: #fff; } }
  #cl-menu > ul.nav > li.active, #cl-menu > ul.nav > li.self {
    border-left-color: #c8032b; }
    #cl-menu > ul.nav > li.active > a, #cl-menu > ul.nav > li.self > a {
      color: #c8032b; }

#breadcrumb ul {
  padding-top: 10px; }
  #breadcrumb ul:before, #breadcrumb ul:after {
    content: " ";
    display: table; }
  #breadcrumb ul:after {
    clear: both; }
  @media (min-width: 768px) {
    #breadcrumb ul {
      padding-top: 0; } }

#breadcrumb li {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #c8032b; }
  #breadcrumb li a {
    display: inline-block;
    text-decoration: none;
    color: #555; }
    #breadcrumb li a:hover, #breadcrumb li a:focus {
      text-decoration: underline; }

#breadcrumb .crumbsep {
  color: #444;
  padding: 0 10px; }

#banner-image {
  margin-bottom: 35px; }
  #banner-image img {
    width: 100%;
    height: auto;
    display: block; }

h1.page-title {
  font-family: "DIN Next W01", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  position: relative;
  margin-bottom: 60px;
  line-height: 40px;
  font-weight: bold; }
  h1.page-title:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    max-width: 350px;
    border-bottom: 5px solid #eea900; }

.page_content {
  font-size: 20px;
  line-height: 32px;
  color: #454545; }
  .page_content > a.lfeditable + h2,
  .page_content > h2:first-child {
    padding-top: 0;
    margin-top: 0; }
  .page_content a {
    text-decoration: underline;
    color: #c8032b; }
    .page_content a:hover, .page_content a:focus {
      color: #960220; }
  .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .page_content h2 {
    color: #c8032b;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 35px;
    font-weight: 500; }
  .page_content h3 {
    color: #111;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 35px; }
  .page_content h4 {
    font-size: 1.05rem;
    text-transform: uppercase; }
  .page_content h5 {
    font-size: 1.05rem; }
  .page_content h6 {
    font-size: 1rem; }
  .page_content p,
  .page_content dl,
  .page_content ul,
  .page_content ol,
  .page_content table,
  .page_content blockquote {
    margin-bottom: 25px; }
  .page_content p.introtext {
    font-size: 1.5rem; }
  .page_content p.noindent {
    margin: 0;
    padding: 0; }
  .page_content p.hangindent {
    padding-left: 25px;
    text-indent: -25px; }
  .page_content p.text-red {
    color: #c8032b !important; }
  .page_content p.text-blue {
    color: #405362 !important; }
  .page_content p.text-black {
    color: #111 !important; }
  .page_content ul,
  .page_content ol {
    margin-left: 20px; }
    .page_content ul li,
    .page_content ol li {
      margin: 0 0 0.5em; }
  .page_content ul:not([type]) {
    list-style: disc; }
  .page_content ul li ul {
    margin-bottom: 0;
    margin-top: 0.5em; }
    .page_content ul li ul:not([type]) {
      list-style: circle; }
  .page_content ul li p,
  .page_content ul li table {
    font-size: 1em; }
  .page_content ul.tightlist {
    list-style: none;
    margin-left: 0; }
    .page_content ul.tightlist li {
      margin: 0; }
    .page_content ul.tightlist ul {
      list-style: none;
      margin: 0 0 0 25px; }
  .page_content ul[type="circle"] {
    list-style: circle; }
  .page_content ul[type="disc"] {
    list-style: disc; }
  .page_content ul[type="square"] {
    list-style: square; }
  .page_content ol:not([type]) {
    list-style: decimal; }
  .page_content ol ol {
    margin-top: 0.5em;
    margin-bottom: 0; }
    .page_content ol ol:not([type]) {
      list-style: lower-alpha; }
    .page_content ol ol ol:not([type]) {
      list-style: lower-roman; }
  .page_content li br {
    content: '';
    display: block;
    margin: 0 0 0.3em; }
  .page_content sup,
  .page_content sub {
    font-size: 0.75em;
    line-height: 1; }
  .page_content sup {
    vertical-align: super; }
  .page_content sub {
    vertical-align: sub; }
  .page_content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  .page_content blockquote {
    background: #eee;
    padding: 40px;
    quotes: none; }
    .page_content blockquote p {
      color: #111;
      position: relative;
      padding-left: 60px; }
      .page_content blockquote p:before {
        font-style: italic;
        content: '“';
        position: absolute;
        top: 5px;
        left: -10px;
        color: #c8032b;
        font-size: 80px;
        font-weight: bold; }
    .page_content blockquote cite {
      font-size: 17px;
      margin-left: 60px; }
      .page_content blockquote cite:before {
        content: "\2014 \0020"; }
  .page_content .cola {
    width: 48%;
    float: left; }
  .page_content .colb {
    width: 48%;
    float: right; }
  @media (max-width: 991.98px) {
    .page_content .cola,
    .page_content .colb {
      width: auto;
      float: none; } }
  .page_content table {
    width: 100%;
    font-size: 18px;
    margin-bottom: 1rem; }
    .page_content table th,
    .page_content table td {
      padding: 0.75rem;
      text-align: left;
      vertical-align: top;
      border-top: 1px solid #dee2e6; }
    .page_content table th {
      font-weight: normal;
      background: #eee;
      vertical-align: bottom;
      border-bottom: 2px solid #dee2e6;
      color: #212529; }
    .page_content table td img {
      vertical-align: top; }
    .page_content table td p,
    .page_content table td li {
      margin: 0;
      font-size: 1em; }
    .page_content table tr.areaheader td, .page_content table tr.areaheader,
    .page_content table tr.areasubheader td, .page_content table tr.areasubheader,
    .page_content table tr.listsum td,
    .page_content table tr.plangridtotal td,
    .page_content table tr.plangridsum td {
      font-weight: bold; }
    .page_content table tr.areasubheader,
    .page_content table tr.areasubheader td,
    .page_content table tr td.areasubheader {
      font-style: italic; }
    .page_content table tr.orclass td {
      padding-top: 0;
      border-top: none; }
      .page_content table tr.orclass td.codecol {
        padding-left: 2em; }
    .page_content table tr td.hourscol,
    .page_content table tr th.hourscol {
      text-align: right;
      width: 10%;
      white-space: nowrap; }
    .page_content table.hiddencourselist {
      display: none; }
    .page_content table.sc_courselist td.codecol {
      width: 25%; }
    .page_content table.sc_courselist td[colspan="2"] + td.hourscol {
      width: 75px;
      white-space: nowrap; }
    .page_content table .plangridyear th {
      background: #111;
      color: #fff;
      font-size: 20px;
      padding: 15px; }
    .page_content table.sorttable tr.odd,
    .page_content table.sorttable tr.even {
      background: none; }
    .page_content table.sorttable tr:nth-child(2n) {
      background: #f5f5f5; }
    .page_content table.sc_footnotes {
      border: 0;
      font-size: 15px; }
      .page_content table.sc_footnotes td {
        padding: 0;
        border: 0; }
        .page_content table.sc_footnotes td.symcol {
          width: 15px; }
        .page_content table.sc_footnotes td ul {
          margin-top: 7px;
          margin-bottom: 7px; }
        .page_content table.sc_footnotes td li {
          font-size: 1em; }
  .page_content ul.letternav {
    padding: 0;
    margin: 0 0 1em 0;
    list-style: none; }
    .page_content ul.letternav li {
      text-transform: uppercase;
      font-weight: bold;
      float: left;
      margin: 0 1px 1px 0; }
      .page_content ul.letternav li:before, .page_content ul.letternav li:after {
        display: none; }
      .page_content ul.letternav li a, .page_content ul.letternav li.inactive {
        padding: .25em .6em;
        color: #333;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 1em;
        float: left;
        border: none;
        background: #c8032b;
        box-sizing: content-box; }
      .page_content ul.letternav li.inactive {
        background: #eee; }
      .page_content ul.letternav li a {
        color: #fff;
        text-decoration: none;
        border: none; }
        .page_content ul.letternav li a:hover, .page_content ul.letternav li a:active, .page_content ul.letternav li a:focus {
          background: #960220; }
      .page_content ul.letternav li.inactive {
        background: #eee; }
        .page_content ul.letternav li.inactive a {
          background: none;
          color: #333;
          padding: 0; }
          .page_content ul.letternav li.inactive a:hover, .page_content ul.letternav li.inactive a:focus {
            background: none;
            cursor: text; }
  .page_content h2.letternav-head {
    color: #c8032b;
    position: relative;
    padding-bottom: 13px; }
    .page_content h2.letternav-head:after {
      content: '';
      color: #eee;
      background: #eee;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px; }
  .page_content h2.letternav-head + ul {
    margin-left: 0;
    padding-left: 0; }
    .page_content h2.letternav-head + ul li {
      font-size: 18px;
      list-style: none; }
      .page_content h2.letternav-head + ul li a {
        color: #454545;
        text-decoration: none; }
        .page_content h2.letternav-head + ul li a:hover, .page_content h2.letternav-head + ul li a:focus {
          color: #c8032b;
          text-decoration: underline; }
  .page_content img.imgleft {
    padding: 0 10px 10px 0;
    float: left; }
  .page_content img.imgright {
    padding: 0 0 10px 10px;
    float: right; }
  .page_content img.imgcenter {
    padding: 10px;
    margin: 0 auto;
    display: block; }
  .page_content .archive-message,
  .page_content .shared-message,
  .page_content .search-message {
    background: #eee; }
    .page_content .archive-message p,
    .page_content .shared-message p,
    .page_content .search-message p {
      padding: 1rem;
      font-size: 18px; }
  .page_content .toggle {
    padding: 0;
    margin: 0; }
    .page_content .toggle:before, .page_content .toggle:after {
      display: none; }
    .page_content .toggle button {
      width: 100%;
      text-align: left;
      background: none;
      text-transform: inherit;
      cursor: pointer;
      color: #111;
      margin: 0;
      font-weight: 500;
      font-size: 25px;
      line-height: 35px;
      position: relative;
      padding: 15px; }
      .page_content .toggle button:after {
        content: '\f078';
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: normal;
        vertical-align: top;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        color: #c8032b; }
      .page_content .toggle button[aria-expanded=true]:after {
        content: '\f077'; }
  .page_content .toggle-wrap {
    border: 1px solid #eee;
    border-left: 4px solid #c8032b;
    margin-bottom: 2px; }
    .page_content .toggle-wrap + .toggle-wrap {
      border-top: none; }
    .page_content .toggle-wrap .toggle-wrap {
      border: none; }
      .page_content .toggle-wrap .toggle-wrap button {
        font-size: 20px; }
    .page_content .toggle-wrap + :not(.toggle-wrap) {
      margin-top: 1.4em; }
  .page_content .toggle-content {
    margin: 15px 0;
    padding: 5px 0 15px 20px; }
    .page_content .toggle-content *:last-child {
      margin-bottom: 0; }
    .page_content .toggle-content[aria-hidden=true] {
      display: none; }
    .page_content .toggle-content .toggle-content {
      padding-left: 25px; }
  .page_content .fslaunch {
    margin: 2rem 0; }
    .page_content .fslaunch a {
      display: inline-block;
      cursor: pointer;
      background: #c8032b;
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      color: #fff;
      text-decoration: none;
      position: relative;
      padding-right: 45px; }
      .page_content .fslaunch a:after {
        content: '\2192';
        position: absolute;
        bottom: 8px;
        right: 14px;
        width: 28px; }
      .page_content .fslaunch a:hover, .page_content .fslaunch a:focus {
        background: #b40327; }
  .page_content .onthispage {
    border: 1px solid #eee; }
    .page_content .onthispage .otp-title {
      font-weight: bold;
      padding: 10px;
      background: #F9F9F9;
      border-bottom: 1px solid #eee; }
    .page_content .onthispage ul {
      font-size: 0.9rem;
      margin: 0;
      padding: 10px;
      list-style: none; }
      .page_content .onthispage ul li {
        padding: 4px 0;
        margin: 0; }
        .page_content .onthispage ul li:last-child {
          padding-bottom: 0; }
        .page_content .onthispage ul li a {
          color: inherit;
          text-decoration: none; }
          .page_content .onthispage ul li a:hover, .page_content .onthispage ul li a:focus {
            text-decoration: underline; }
      .page_content .onthispage ul ul {
        list-style-type: square !important;
        margin: 0 0 0 30px;
        padding: 0; }
  .page_content .scimage img {
    display: block; }
  .page_content .scimage.imgleft, .page_content .scimage.imgright {
    width: 300px; }
  .page_content .scimage.imgleft {
    float: left;
    margin: 0 15px 15px 0; }
  .page_content .scimage.imgright {
    float: right;
    margin: 0 0 15px 15px; }
  .page_content .scimage.imgcenter, .page_content .scimage.imgfullwidth {
    margin-bottom: 25px; }
  .page_content .scimage.imgcenter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center; }
    .page_content .scimage.imgcenter:before, .page_content .scimage.imgcenter:after {
      content: " ";
      display: table; }
    .page_content .scimage.imgcenter:after {
      clear: both; }
    .page_content .scimage.imgcenter figcaption {
      flex: 0 0 100%; }
  .page_content .scimage.imgfullwidth:before, .page_content .scimage.imgfullwidth:after {
    content: " ";
    display: table; }
  .page_content .scimage.imgfullwidth:after {
    clear: both; }
  .page_content .scimage.imgfullwidth img {
    width: 100%;
    height: auto; }
  .page_content .scimage.hascaption {
    border-radius: 3px;
    padding: 5px;
    background: #eee; }
  .page_content .scimage figcaption {
    font-size: 0.85em;
    margin: 5px 2px 2px;
    line-height: 1.1; }

#fssearchresults .searchresult {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }

#fssearchresults h2 a {
  text-decoration: none; }

#fssearchresults h2 {
  margin-bottom: 0; }

#fssearchresults h3 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

#fssearchresults p {
  margin: 15px 0; }
  #fssearchresults p.noindent {
    margin: 3px 0; }
  #fssearchresults p.search-url {
    margin: 0;
    font-size: 0.9rem; }

#fssearchresults .search-courseresult h2 {
  font-size: 22px; }

#archive-selector {
  margin-bottom: 25px; }

#archive-selector label {
  font-size: 0.85rem; }

#archive-selector select {
  margin: 0 10px; }

#archive-selector button {
  cursor: pointer;
  background: #c8032b;
  color: #fff;
  border-radius: 10px;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 0.75rem; }

#tabs {
  margin: 0 0 2rem; }
  #tabs ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    position: relative; }
  #tabs li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 1px -1px; }
    #tabs li:only-child {
      float: none; }
    #tabs li:before, #tabs li:after {
      display: none; }
    #tabs li a,
    #tabs li button {
      cursor: pointer;
      text-transform: none;
      text-align: left;
      display: block;
      text-decoration: none;
      padding: 15px 18px;
      background: #F9F9F9;
      color: #555;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 15px;
      border: 1px solid #F9F9F9;
      border-top: 3px solid transparent;
      border-bottom-color: #eee;
      width: 100%; }
      #tabs li a:hover, #tabs li a:focus,
      #tabs li button:hover,
      #tabs li button:focus {
        background: #eee;
        border-color: #eee; }
    #tabs li.active > a,
    #tabs li.active > button, #tabs li.active-sub > a,
    #tabs li.active-sub > button {
      color: #222;
      background: #fff;
      border-color: #eee;
      border-top: 3px solid #c8032b;
      border-bottom-color: transparent; }
    #tabs li.tab-overflow {
      position: relative; }
      #tabs li.tab-overflow > button {
        position: relative;
        padding-right: 32px; }
        #tabs li.tab-overflow > button:after {
          content: '\f0d7';
          font-family: FontAwesome;
          font-weight: normal;
          line-height: 0;
          width: 14px;
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 7px; }
      #tabs li.tab-overflow ul {
        border: none;
        background: none;
        margin: 0;
        padding: 0;
        position: fixed;
        z-index: 50;
        right: 105%;
        top: calc(100% - 1px);
        white-space: nowrap; }
        #tabs li.tab-overflow ul a {
          background: #eee;
          border: none;
          border-left: 3px solid transparent;
          text-align: right; }
          #tabs li.tab-overflow ul a:hover, #tabs li.tab-overflow ul a:focus {
            background: #F9F9F9; }
      #tabs li.tab-overflow.tab-solo button {
        background: #c8032b;
        color: #fff; }
      #tabs li.tab-overflow.tab-solo ul {
        width: 100%; }
      #tabs li.tab-overflow.tab-solo ul,
      #tabs li.tab-overflow.tab-solo ul a {
        text-align: left; }
      #tabs li.tab-overflow li {
        float: none;
        border: none;
        margin: 0;
        padding: 0; }
        #tabs li.tab-overflow li.active > a {
          background: #F9F9F9;
          border-left-color: #c8032b; }
      #tabs li.tab-overflow.open ul {
        position: absolute;
        right: 0; }
  #tabs.condense li.tab-overflow {
    position: static; }
    #tabs.condense li.tab-overflow ul {
      white-space: normal;
      width: 100%; }

#additional-links {
  background: #eee;
  padding: 70px 15px 50px;
  text-align: center; }
  #additional-links .icon-block_item {
    margin-bottom: 30px; }
  #additional-links .icon-block_item a {
    font-style: italic;
    font-size: 18px;
    text-decoration: none; }
    #additional-links .icon-block_item a:hover h3, #additional-links .icon-block_item a:focus h3 {
      color: #af0326; }
    #additional-links .icon-block_item a:hover .icon-block_circle, #additional-links .icon-block_item a:focus .icon-block_circle {
      opacity: 0.8; }
  #additional-links .icon-block_item h3 {
    margin-bottom: 10px;
    padding: 0 15px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2; }
  #additional-links .icon-block_circle {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding: 42px 0;
    margin: 0 auto 15px auto; }
    #additional-links .icon-block_circle--red {
      background: #c8032b url("../images/icon-book.svg") no-repeat center center;
      background-size: 70px; }
    #additional-links .icon-block_circle--yellow {
      background: #eea900 url("../images/icon-general.svg") no-repeat center center;
      background-size: 75px; }
    #additional-links .icon-block_circle--blue {
      background: #405362 url("../images/icon-advising.svg") no-repeat center center;
      background-size: 65px; }
    #additional-links .icon-block_circle--black {
      background: #111 url("../images/icon-previous.svg") no-repeat center center;
      background-size: 65px; }

#footer {
  background: #111;
  text-align: center;
  border-top: 5px solid #c8032b;
  padding: 50px 0;
  color: #fff;
  font-size: 14px; }
  #footer a {
    color: #fff;
    text-decoration: underline; }
    #footer a:hover, #footer a:focus {
      opacity: 0.8; }
  #footer p {
    margin-bottom: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 22px; }
    #footer p:nth-of-type(2) {
      font-size: 13px; }
  #footer .footer_links-container {
    padding: 0 15px 50px 15px; }
  #footer .footer_copyright {
    padding: 50px 0 0 0;
    border-top: 1px solid #2e3133; }
  #footer .footer_links {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      #footer .footer_links {
        text-align: right; } }
    #footer .footer_links li {
      display: inline-block;
      padding: 5px 10px; }
      @media (min-width: 992px) {
        #footer .footer_links li {
          padding: 0; } }
      #footer .footer_links li a {
        font-family: "DIN Next W01", 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 20px;
        padding: 5px 10px; }
        @media (min-width: 992px) {
          #footer .footer_links li a {
            padding: 12px; } }

a#totop {
  display: block;
  text-decoration: none;
  background: #c8032b;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 99;
  right: 25px;
  bottom: -55px;
  transition: bottom .2s; }
  a#totop:after {
    content: '\f077';
    font-family: FontAwesome;
    position: absolute;
    top: 46%;
    left: 51%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 22px; }
  a#totop.show {
    bottom: 25px; }

#print-btn {
  display: block;
  text-align: left;
  background: #F9F9F9;
  border: 1px solid #eee;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px; }
  #print-btn:hover, #print-btn:focus {
    background: #eee; }
  #print-btn i {
    margin-right: 7px; }

#lfjs_modaldiv {
  opacity: 0.8 !important;
  background: #fff !important; }

#print-dialog {
  padding: 0;
  width: 350px;
  text-align: left;
  background: #fff;
  border: 1px solid #eee;
  border-bottom-width: 5px;
  border-radius: 3px;
  line-height: 1.5;
  font-family: inherit !important; }
  @media (max-width: 767.98px) {
    #print-dialog {
      width: 90%; } }
  #print-dialog.noscript {
    display: block;
    position: relative; }
  #print-dialog .print-header {
    padding: 10px 20px;
    background: #c8032b;
    position: relative; }
    #print-dialog .print-header button {
      position: absolute;
      right: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: none;
      line-height: 1;
      background: #eea900;
      border-radius: 50%;
      text-align: center;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      #print-dialog .print-header button:after {
        content: '';
        width: 30px;
        height: 30px;
        display: block;
        background-color: #960220;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCAzNDguMzMzIDM0OC4zMzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM0OC4zMzMgMzQ4LjMzNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0zMzYuNTU5LDY4LjYxMUwyMzEuMDE2LDE3NC4xNjVsMTA1LjU0MywxMDUuNTQ5YzE1LjY5OSwxNS43MDUsMTUuNjk5LDQxLjE0NSwwLDU2Ljg1ICAgYy03Ljg0NCw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQwNywxMS43NjljLTEwLjI5NiwwLTIwLjU4MS0zLjkxOS0yOC40MTktMTEuNzY5TDE3NC4xNjcsMjMxLjAwM0w2OC42MDksMzM2LjU2MyAgIGMtNy44NDMsNy44NDQtMTguMTI4LDExLjc2OS0yOC40MTYsMTEuNzY5Yy0xMC4yODUsMC0yMC41NjMtMy45MTktMjguNDEzLTExLjc2OWMtMTUuNjk5LTE1LjY5OC0xNS42OTktNDEuMTM5LDAtNTYuODUgICBsMTA1LjU0LTEwNS41NDlMMTEuNzc0LDY4LjYxMWMtMTUuNjk5LTE1LjY5OS0xNS42OTktNDEuMTQ1LDAtNTYuODQ0YzE1LjY5Ni0xNS42ODcsNDEuMTI3LTE1LjY4Nyw1Ni44MjksMGwxMDUuNTYzLDEwNS41NTQgICBMMjc5LjcyMSwxMS43NjdjMTUuNzA1LTE1LjY4Nyw0MS4xMzktMTUuNjg3LDU2LjgzMiwwQzM1Mi4yNTgsMjcuNDY2LDM1Mi4yNTgsNTIuOTEyLDMzNi41NTksNjguNjExeiIgZmlsbD0iI0ZGRkZGRiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center center;
        border-radius: 50%;
        line-height: normal;
        font-family: FontAwesome;
        font-weight: 300;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility; }
    #print-dialog .print-header h2 {
      font-size: 1.3em;
      font-weight: bold;
      color: #fff; }
  #print-dialog .print-body {
    padding: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 15px; }
    #print-dialog .print-body li + li {
      margin-top: 20px; }
    #print-dialog .print-body a {
      font-weight: 700;
      color: #c8032b; }
    #print-dialog .print-body p.option-desc {
      font-size: 14px; }

.lfjsbubble .courseblock,
.page_content .courseblock {
  margin-bottom: 30px; }
  .lfjsbubble .courseblock p.noindent,
  .page_content .courseblock p.noindent {
    margin: 0 0 3px;
    padding: 0; }
  .lfjsbubble .courseblock p.courseblocktitle,
  .page_content .courseblock p.courseblocktitle {
    font-size: 20px; }
  .lfjsbubble .courseblock span.credits,
  .page_content .courseblock span.credits {
    float: right; }

.lfjsbubble .courseblock {
  margin-bottom: 0; }
  .lfjsbubble .courseblock a {
    color: #c8032b; }

html.no-js .accessible {
  position: relative;
  left: 0; }

html.no-js #print-dialog {
  display: block;
  position: relative; }

html.no-js #totop {
  opacity: 1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

.pagebreak {
  height: 0;
  line-height: 0; }

/*# sourceMappingURL=styles.css.map */