@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (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)
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,600,700");
@-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: 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; }

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/* BASE CSS: Aggregated file */
/* Integrate all base css, unique to this site */
.bg-c-primary-lighter {
  background-color: #8d9caf; }

.bg-c-primary-lighter-overlay {
  background-color: rgba(141, 156, 175, 0.85); }

.c-primary-lighter {
  color: #8d9caf; }

.bg-c-primary-light {
  background-color: #62768d; }

.bg-c-primary-light-overlay {
  background-color: rgba(98, 118, 141, 0.85); }

.c-primary-light {
  color: #62768d; }

.bg-c-primary {
  background-color: #435060; }

.bg-c-primary-overlay {
  background-color: rgba(67, 80, 96, 0.85); }

.c-primary {
  color: #435060; }

.bg-c-primary-dark {
  background-color: #242a33; }

.bg-c-primary-dark-overlay {
  background-color: rgba(36, 42, 51, 0.85); }

.c-primary-dark {
  color: #242a33; }

.bg-c-primarydarker {
  background-color: #040506; }

.bg-c-primarydarker-overlay {
  background-color: rgba(4, 5, 6, 0.85); }

.c-primarydarker {
  color: #040506; }

.bg-c-secondary-lighter {
  background-color: #e5cd9b; }

.bg-c-secondary-lighter-overlay {
  background-color: rgba(229, 205, 155, 0.85); }

.c-secondary-lighter {
  color: #e5cd9b; }

.bg-c-secondary-light {
  background-color: #d5af5f; }

.bg-c-secondary-light-overlay {
  background-color: rgba(213, 175, 95, 0.85); }

.c-secondary-light {
  color: #d5af5f; }

.bg-c-secondary {
  background-color: #b78c30; }

.bg-c-secondary-overlay {
  background-color: rgba(183, 140, 48, 0.85); }

.c-secondary {
  color: #b78c30; }

.bg-c-secondary-dark {
  background-color: #7a5e20; }

.bg-c-secondary-dark-overlay {
  background-color: rgba(122, 94, 32, 0.85); }

.c-secondary-dark {
  color: #7a5e20; }

.bg-c-secondarydarker {
  background-color: #3e2f10; }

.bg-c-secondarydarker-overlay {
  background-color: rgba(62, 47, 16, 0.85); }

.c-secondarydarker {
  color: #3e2f10; }

.bg-c-tertiary-lighter {
  background-color: #d5ba80; }

.bg-c-tertiary-lighter-overlay {
  background-color: rgba(213, 186, 128, 0.85); }

.c-tertiary-lighter {
  color: #d5ba80; }

.bg-c-tertiary-light {
  background-color: #c29a47; }

.bg-c-tertiary-light-overlay {
  background-color: rgba(194, 154, 71, 0.85); }

.c-tertiary-light {
  color: #c29a47; }

.bg-c-tertiary {
  background-color: #8d6f2f; }

.bg-c-tertiary-overlay {
  background-color: rgba(141, 111, 47, 0.85); }

.c-tertiary {
  color: #8d6f2f; }

.bg-c-tertiary-dark {
  background-color: #54421c; }

.bg-c-tertiary-dark-overlay {
  background-color: rgba(84, 66, 28, 0.85); }

.c-tertiary-dark {
  color: #54421c; }

.bg-c-tertiarydarker {
  background-color: #1a1509; }

.bg-c-tertiarydarker-overlay {
  background-color: rgba(26, 21, 9, 0.85); }

.c-tertiarydarker {
  color: #1a1509; }

.bg-c-quaternary-lighter {
  background-color: #a5a6a7; }

.bg-c-quaternary-lighter-overlay {
  background-color: rgba(165, 166, 167, 0.85); }

.c-quaternary-lighter {
  color: #a5a6a7; }

.bg-c-quaternary-light {
  background-color: #7e7f82; }

.bg-c-quaternary-light-overlay {
  background-color: rgba(126, 127, 130, 0.85); }

.c-quaternary-light {
  color: #7e7f82; }

.bg-c-quaternary {
  background-color: #58595b; }

.bg-c-quaternary-overlay {
  background-color: rgba(88, 89, 91, 0.85); }

.c-quaternary {
  color: #58595b; }

.bg-c-quaternary-dark {
  background-color: #323334; }

.bg-c-quaternary-dark-overlay {
  background-color: rgba(50, 51, 52, 0.85); }

.c-quaternary-dark {
  color: #323334; }

.bg-c-quaternarydarker {
  background-color: #0d0d0d; }

.bg-c-quaternarydarker-overlay {
  background-color: rgba(13, 13, 13, 0.85); }

.c-quaternarydarker {
  color: #0d0d0d; }

.bg-c-quinary-lighter {
  background-color: #e1e2e2; }

.bg-c-quinary-lighter-overlay {
  background-color: rgba(225, 226, 226, 0.85); }

.c-quinary-lighter {
  color: #e1e2e2; }

.bg-c-quinary-light {
  background-color: #babbbd; }

.bg-c-quinary-light-overlay {
  background-color: rgba(186, 187, 189, 0.85); }

.c-quinary-light {
  color: #babbbd; }

.bg-c-quinary {
  background-color: #939597; }

.bg-c-quinary-overlay {
  background-color: rgba(147, 149, 151, 0.85); }

.c-quinary {
  color: #939597; }

.bg-c-quinary-dark {
  background-color: #6d6f71; }

.bg-c-quinary-dark-overlay {
  background-color: rgba(109, 111, 113, 0.85); }

.c-quinary-dark {
  color: #6d6f71; }

.bg-c-quinarydarker {
  background-color: #47494a; }

.bg-c-quinarydarker-overlay {
  background-color: rgba(71, 73, 74, 0.85); }

.c-quinarydarker {
  color: #47494a; }

.bg-primary .color-overlay, .color-overlay .bg-primary .color-overlay {
  background-color: #435060; }

.bg-primary .button, .color-overlay .bg-primary .button {
  color: #ffffff; }
  .bg-primary .button.treatment-a, .color-overlay .bg-primary .button.treatment-a {
    background-color: #b78c30; }
    .bg-primary .button.treatment-a a, .color-overlay .bg-primary .button.treatment-a a {
      color: #ffffff; }
  .bg-primary .button.treatment-b, .color-overlay .bg-primary .button.treatment-b {
    background-color: #8d6f2f; }
    .bg-primary .button.treatment-b a, .color-overlay .bg-primary .button.treatment-b a {
      color: #000000; }

.bg-primary hr, .color-overlay .bg-primary hr {
  color: #b78c30; }

.bg-white .color-overlay, .color-overlay .bg-white .color-overlay {
  background-color: #ffffff; }

.bg-white .button, .color-overlay .bg-white .button {
  color: #ffffff; }
  .bg-white .button.treatment-a, .color-overlay .bg-white .button.treatment-a {
    background-color: #435060; }
    .bg-white .button.treatment-a a, .color-overlay .bg-white .button.treatment-a a {
      color: #ffffff; }
  .bg-white .button.treatment-b, .color-overlay .bg-white .button.treatment-b {
    background-color: #8d6f2f; }
    .bg-white .button.treatment-b a, .color-overlay .bg-white .button.treatment-b a {
      color: #ffffff; }

.bg-white hr, .color-overlay .bg-white hr {
  color: #000000; }

.bg-grey .color-overlay, .color-overlay .bg-grey .color-overlay {
  background-color: #ededed; }

.bg-grey .button, .color-overlay .bg-grey .button {
  color: #ffffff; }
  .bg-grey .button.treatment-a, .color-overlay .bg-grey .button.treatment-a {
    background-color: #435060; }
    .bg-grey .button.treatment-a a, .color-overlay .bg-grey .button.treatment-a a {
      color: #ffffff; }
  .bg-grey .button.treatment-b, .color-overlay .bg-grey .button.treatment-b {
    background-color: #8d6f2f; }
    .bg-grey .button.treatment-b a, .color-overlay .bg-grey .button.treatment-b a {
      color: #ffffff; }

.bg-grey hr, .color-overlay .bg-grey hr {
  color: #000000; }

.bg-primary-transparent .color-overlay, .color-overlay .bg-primary-transparent .color-overlay {
  background-color: rgba(67, 80, 96, 0.85); }

.bg-primary-transparent .button, .color-overlay .bg-primary-transparent .button {
  color: #ffffff; }
  .bg-primary-transparent .button.treatment-a, .color-overlay .bg-primary-transparent .button.treatment-a {
    background-color: #b78c30; }
    .bg-primary-transparent .button.treatment-a a, .color-overlay .bg-primary-transparent .button.treatment-a a {
      color: #ffffff; }
  .bg-primary-transparent .button.treatment-b, .color-overlay .bg-primary-transparent .button.treatment-b {
    background-color: #8d6f2f; }
    .bg-primary-transparent .button.treatment-b a, .color-overlay .bg-primary-transparent .button.treatment-b a {
      color: #000000; }

.bg-primary-transparent hr, .color-overlay .bg-primary-transparent hr {
  color: #b78c30; }

.content-light h1, [class*=" content-"] .content-light h1 {
  color: #ffffff; }

.content-light h2, [class*=" content-"] .content-light h2 {
  color: #ffffff; }

.content-light h3, [class*=" content-"] .content-light h3 {
  color: #ffffff; }

.content-light h4, [class*=" content-"] .content-light h4 {
  color: #ffffff; }

.content-light h5, [class*=" content-"] .content-light h5 {
  color: #ffffff; }

.content-light h6, [class*=" content-"] .content-light h6 {
  color: #ededed; }

.content-light p, .content-light li, [class*=" content-"] .content-light p, [class*=" content-"] .content-light li {
  color: #ffffff; }

.content-light table td, [class*=" content-"] .content-light table td {
  color: #ffffff; }

.content-light .body, [class*=" content-"] .content-light .body {
  color: #ffffff; }

.content-light .button, [class*=" content-"] .content-light .button {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #435060 !important; }
  .content-light .button:hover, [class*=" content-"] .content-light .button:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff !important; }
  .content-light .button a, [class*=" content-"] .content-light .button a {
    color: #ffffff !important;
    font-weight: 400; }
    .content-light .button a:hover, [class*=" content-"] .content-light .button a:hover {
      color: #435060 !important; }

.content-dark h1, [class*=" content-"] .content-dark h1 {
  color: #435060; }

.content-dark h2, [class*=" content-"] .content-dark h2 {
  color: #435060; }

.content-dark h3, [class*=" content-"] .content-dark h3 {
  color: #435060; }

.content-dark h4, [class*=" content-"] .content-dark h4 {
  color: #435060; }

.content-dark h5, [class*=" content-"] .content-dark h5 {
  color: #435060; }

.content-dark h6, [class*=" content-"] .content-dark h6 {
  color: #b78c30; }

.content-dark p, .content-dark li, [class*=" content-"] .content-dark p, [class*=" content-"] .content-dark li {
  color: #435060; }

.content-dark table td, [class*=" content-"] .content-dark table td {
  color: #435060; }

.content-dark .body, [class*=" content-"] .content-dark .body {
  color: #435060; }

.content-dark .button, [class*=" content-"] .content-dark .button {
  border: 1px solid #435060;
  color: #435060;
  background-color: #ffffff !important; }
  .content-dark .button:hover, [class*=" content-"] .content-dark .button:hover {
    border: 1px solid #435060;
    background-color: #435060 !important; }
  .content-dark .button a, [class*=" content-"] .content-dark .button a {
    color: #435060 !important;
    font-weight: 400; }
    .content-dark .button a:hover, [class*=" content-"] .content-dark .button a:hover {
      color: #ffffff !important; }

.content-gold h1, [class*=" content-"] .content-gold h1 {
  color: #b78c30; }

.content-gold h2, [class*=" content-"] .content-gold h2 {
  color: #b78c30; }

.content-gold h3, [class*=" content-"] .content-gold h3 {
  color: #b78c30; }

.content-gold h4, [class*=" content-"] .content-gold h4 {
  color: #b78c30; }

.content-gold h5, [class*=" content-"] .content-gold h5 {
  color: #b78c30; }

.content-gold h6, [class*=" content-"] .content-gold h6 {
  color: #b78c30; }

.content-gold p, .content-gold li, [class*=" content-"] .content-gold p, [class*=" content-"] .content-gold li {
  color: #435060; }

.content-gold table td, [class*=" content-"] .content-gold table td {
  color: #435060; }

.content-gold .body, [class*=" content-"] .content-gold .body {
  color: #435060; }

.content-gold .button, [class*=" content-"] .content-gold .button {
  border: 1px solid #b78c30;
  color: #b78c30;
  background-color: #ffffff !important; }
  .content-gold .button:hover, [class*=" content-"] .content-gold .button:hover {
    border: 1px solid #b78c30;
    background-color: #b78c30 !important; }
  .content-gold .button a, [class*=" content-"] .content-gold .button a {
    color: #b78c30 !important;
    font-weight: 400; }
    .content-gold .button a:hover, [class*=" content-"] .content-gold .button a:hover {
      color: #ffffff !important; }

.classic-rendering {
  color: #435060 !important; }
  .classic-rendering div, .classic-rendering p, .classic-rendering span {
    color: inherit !important; }

a.button, .button {
  color: #ffffff;
  border: 2px solid #b78c30;
  background-color: #b78c30; }
  a.button a, .button a {
    color: #ffffff !important; }
    a.button a:after, .button a:after {
      background-color: none !important; }
  a.button:hover, .button:hover {
    color: #ffffff;
    background-color: #8d6f2f;
    border: 2px solid #8d6f2f; }
    a.button:hover a, .button:hover a {
      color: #ffffff !important; }
  a.button.primary, .button.primary {
    color: #b78c30;
    border: 2px solid #b78c30;
    background-color: #ffffff; }
    a.button.primary a, .button.primary a {
      color: #b78c30 !important; }
    a.button.primary:hover, .button.primary:hover {
      color: #ffffff;
      background-color: #b78c30; }
      a.button.primary:hover a, .button.primary:hover a {
        color: #ffffff !important; }
  a.button.secondary, .button.secondary {
    color: #ffffff;
    border: 2px solid #b78c30;
    background-color: #b78c30; }
    a.button.secondary a, .button.secondary a {
      color: #ffffff !important; }
    a.button.secondary:hover, .button.secondary:hover {
      color: #ffffff;
      background-color: #8d6f2f;
      border: 2px solid #8d6f2f; }
      a.button.secondary:hover a, .button.secondary:hover a {
        color: #ffffff !important; }
  a.button.light, .button.light {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #d4d4d4; }
    a.button.light a, .button.light a {
      color: #ffffff !important; }
    a.button.light:hover, .button.light:hover {
      color: #435060;
      background-color: #ffffff;
      border: 2px solid #ffffff; }
      a.button.light:hover a, .button.light:hover a {
        color: #435060 !important; }
  a.button.dark, .button.dark {
    color: #435060;
    border: 2px solid #435060;
    background-color: #ffffff; }
    a.button.dark a, .button.dark a {
      color: #435060 !important; }
    a.button.dark:hover, .button.dark:hover {
      color: #ffffff;
      background-color: #435060;
      border: 2px solid #435060; }
      a.button.dark:hover a, .button.dark:hover a {
        color: #ffffff !important; }

.golden-text {
  color: #b78c30 !important; }
  .golden-text a {
    color: inherit !important; }

hr.golden {
  background-color: #b78c30; }

hr.thick {
  height: 5px; }

hr.left {
  margin-left: 0px; }

hr.right {
  margin-right: 0px; }

hr.short {
  width: 25px; }

hr.half-width {
  width: 50%; }

hr.full-width {
  width: 100%; }

html {
  font-size: 10px; }

.primary-font {
  font-family: "Frank Ruhl Libre", serif !important; }

.secondary-font {
  font-family: "Frank Ruhl Libre", serif !important; }

.fs-extra-small {
  font-size: 1rem !important; }

.fs-small {
  font-size: 1.2rem !important; }

.fs-regular {
  font-size: 1.6rem !important; }

.fs-large {
  font-size: 3rem !important; }

.fs-extra-large {
  font-size: 3.6rem !important; }

.fs-mega {
  font-size: 7rem !important; }

.main-content {
  font-smooth: always; }
  .main-content .heading-section h1 {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 400;
    font-size: 4.5rem -5px;
    line-height: 40px; }
    @media (min-width: 992px) {
      .main-content .heading-section h1 {
        font-size: 7rem;
        line-height: 80px; } }
  .main-content .content-section h1 {
    font-size: 3.6rem;
    font-family: "Frank Ruhl Libre", serif;
    line-height: 52px;
    font-weight: 400;
    margin-top: 0; }
  .main-content .content-section h2 {
    font-size: 2rem;
    line-height: 26px;
    color: #939597;
    font-family: "Frank Ruhl Libre", serif; }
  .main-content .content-section h3 {
    font-size: 2.4rem;
    font-family: "Frank Ruhl Libre", serif;
    line-height: 30px;
    font-weight: 400; }
  .main-content .content-section h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 24px; }
  .main-content .content-section h5 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.6rem;
    line-height: 26px; }
  .main-content .content-section h6 {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .main-content .content-section .sidenav-container ul li {
    padding: 8px 0; }
    .main-content .content-section .sidenav-container ul li a {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 24px; }
      .main-content .content-section .sidenav-container ul li a ul li a {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none; }
  .main-content div, .main-content input, .main-content textarea {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.6rem; }
  .main-content a {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.6rem;
    font-weight: 700; }
  .main-content p {
    font-size: 1.6rem; }
  .main-content .btn, .main-content a.btn, .main-content span.btn, .main-content div.btn {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.6rem; }
  .main-content .button, .main-content a.button, .main-content span.button, .main-content div.button {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 1.6rem;
    font-weight: 700; }
    .main-content .button a, .main-content a.button a, .main-content span.button a, .main-content div.button a {
      font-weight: 700; }
  .main-content .classic-rendering p, .main-content .classic-rendering a {
    font-family: "Source Sans Pro", sans-serif; }
  .main-content .classic-rendering a {
    font-weight: 400; }

.desktop-header, .mobile-header, .desktop-footer, .mobile-nav, .mega-nav-panel {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

a.show-external:after {
  content: '\f08e';
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none; }

a.show-arrow:after {
  content: '\f061';
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none; }

.megamenu-header {
  font-size: 1.6rem;
  font-weight: 600; }

.megamenu-footer {
  font-size: 1.2rem; }

.no-padding .content-styling {
  padding: 0 0 !important; }

.extra-small-padding .content-styling {
  padding: 20px 0 !important; }

.small-padding .content-styling {
  padding: 30px 0 !important; }

.medium-padding .content-styling {
  padding: 50px 0 !important; }

.large-padding .content-styling {
  padding: 100px 0 !important; }

.extra-large-padding .content-styling {
  padding: 150px 0 !important; }

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

.extra-small-margin {
  margin: 20px 0 !important; }

.small-margin {
  margin: 30px 0 !important; }

.medium-margin {
  margin: 50px 0 !important; }

.large-margin {
  margin: 100px 0 !important; }

.extra-large-margin {
  margin: 150px 0 !important; }

.main-content h1 {
  line-height: 1.1;
  margin: 20px 0; }
  @media (min-width: 992px) {
    .main-content h1 {
      line-height: 90px; } }

.main-content h2 {
  line-height: 1.2;
  margin: 20px 0; }

.main-content h3 {
  line-height: 1.2;
  margin: 20px 0; }

.main-content h4 {
  line-height: 1.2;
  margin: 20px 0; }

.main-content div, .main-content input, .main-content textarea {
  line-height: 1.3em; }

.main-content p {
  line-height: 1.5em; }

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

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

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

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

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

/* HACKS */
/* LAYOUTS */
body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

html {
  min-height: 100%; }

body {
  height: 100%; }

.page {
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.main-content {
  flex-grow: 1; }

header, .main-content, footer {
  flex-shrink: 0; }

/* Website.Content Page */
.content-page {
  padding-bottom: 40px; }
  .content-page [class*="-section "] {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .content-page [class*="-section "] {
        padding-left: 0px;
        padding-right: 0px; } }
  .content-page button {
    border: 1px solid #b78c30;
    padding: 10px;
    width: 200px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #b78c30;
    background: url(/img/icons/arrow-right-gold-med.png) no-repeat 95% 50%;
    background-color: #ffffff;
    cursor: pointer; }
    .content-page button:hover {
      color: #ffffff;
      background: url(/img/icons/arrow-right-white-med.png) no-repeat 95% 50%;
      background-color: #b78c30; }
  .content-page .heading-section {
    min-height: 200px;
    border-bottom: 5px solid #8d6f2f; }
    @media (min-width: 992px) {
      .content-page .heading-section {
        min-height: 280px; } }
    .content-page .heading-section.small {
      min-height: 100px; }
      .content-page .heading-section.small .top-image {
        height: 100px !important; }
      .content-page .heading-section.small .container {
        display: none; }
    .content-page .heading-section .top-image {
      background-position: center;
      position: relative;
      background-size: cover;
      min-height: 200px; }
      @media (min-width: 992px) {
        .content-page .heading-section .top-image {
          min-height: 280px; } }
      .content-page .heading-section .top-image .img-edit-container {
        height: 100px;
        width: 100px;
        right: 0;
        bottom: -285px;
        position: absolute;
        overflow: hidden; }
        .content-page .heading-section .top-image .img-edit-container img {
          width: 100%;
          height: 100%; }
    .content-page .heading-section .container {
      max-width: 1020px;
      padding-top: 70px;
      padding-bottom: 30px; }
      @media (min-width: 992px) {
        .content-page .heading-section .container {
          padding-top: 90px;
          padding-bottom: 60px; } }
      .content-page .heading-section .container .heading-content.gold-bar {
        height: 5px;
        background-color: #b78c30;
        margin-left: 15px; }
  .content-page .content-section {
    max-width: 1020px;
    margin-top: 50px; }
    @media (min-width: 992px) {
      .content-page .content-section {
        margin-top: 70px; } }
    .content-page .content-section .sidenav-container {
      display: none; }
      @media (min-width: 992px) {
        .content-page .content-section .sidenav-container {
          display: block; } }
    @media (min-width: 992px) {
      .content-page .content-section .container {
        /* max-width: 700px; */ } }
    .content-page .content-section .container h1:first-of-type, .content-page .content-section .container h2:first-of-type, .content-page .content-section .container h3:first-of-type, .content-page .content-section .container h4:first-of-type, .content-page .content-section .container h5:first-of-type {
      margin-top: 0px; }
    .content-page .content-section .body {
      overflow-x: auto;
      font-family: "Source Sans Pro", sans-serif; }
      .content-page .content-section .body :first-child {
        margin-top: 0px !important; }
      .content-page .content-section .body p {
        line-height: 24px; }
      .content-page .content-section .body a {
        font-family: "Frank Ruhl Libre", serif;
        font-size: 1.6rem;
        color: #b78c30;
        text-decoration: none; }
        .content-page .content-section .body a:hover {
          text-decoration: underline; }
        .content-page .content-section .body a.blue {
          color: #435060; }
        .content-page .content-section .body a.leaving:after {
          content: url(/img/icons/leaving-gold.png); }
        .content-page .content-section .body a.pdf:before {
          content: url(/img/icons/pdf.png); }
      .content-page .content-section .body p a {
        color: #b78c30;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.6rem;
        text-decoration: none; }
        .content-page .content-section .body p a:hover {
          text-decoration: underline; }
      .content-page .content-section .body table {
        margin: 10px 0;
        width: 100%; }
        .content-page .content-section .body table tr {
          border-top: 1px solid #b78c30; }
          .content-page .content-section .body table tr:first-child {
            border-top: 3px solid #b78c30;
            vertical-align: top; }
          .content-page .content-section .body table tr:last-child {
            border-bottom: 3px solid #b78c30; }
          .content-page .content-section .body table tr th {
            color: #b78c30;
            padding: 14px 14px 12px 14px;
            text-align: left; }
          .content-page .content-section .body table tr td {
            font-family: "Source Sans Pro", sans-serif;
            padding: 14px 14px 12px 14px;
            text-align: left; }
            .content-page .content-section .body table tr td:first-child {
              font-family: "Frank Ruhl Libre", serif; }
            .content-page .content-section .body table tr td a {
              text-decoration: none;
              color: #435060;
              font-family: "Source Sans Pro", sans-serif; }
              .content-page .content-section .body table tr td a:hover {
                color: #b78c30;
                text-decoration: underline; }
      .content-page .content-section .body img {
        height: auto; }
        .content-page .content-section .body img {
          width: 100%; }
        .content-page .content-section .body img.original, .content-page .content-section .body img.icon {
          width: auto; }

@media (min-width: 992px) and (min-width: 992px) {
  .content-page .content-section .body img.left, .content-page .content-section .body img.right {
    display: inline;
    max-width: 50%; } }
        @media (min-width: 992px) {
          .content-page .content-section .body img.left {
            float: left;
            margin-right: 20px; }
          .content-page .content-section .body img.right {
            float: right;
            margin-left: 20px; } }
      .content-page .content-section .body p {
        line-height: 24px;
        font-size: 1.6rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400; }
      .content-page .content-section .body p + ul, .content-page .content-section .body p + ol, .content-page .content-section .body p + dl {
        margin-top: 20px;
        padding-top: 0px; }
      .content-page .content-section .body ul, .content-page .content-section .body ol {
        font-size: 1.6rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        line-height: 22px;
        list-style-type: disc;
        color: #435060; }
        .content-page .content-section .body ul li, .content-page .content-section .body ol li {
          line-height: 22px;
          font-size: 1.6rem;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          margin-bottom: 5px;
          color: #435060; }
          .content-page .content-section .body ul li:last-child, .content-page .content-section .body ol li:last-child {
            margin: 0; }
      .content-page .content-section .body ol {
        list-style-type: decimal; }
    .content-page .content-section .intro {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 2.2rem;
      font-weight: 300;
      line-height: 32px; }
      .content-page .content-section .intro p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 2.2rem;
        line-height: 32px; }
      .content-page .content-section .intro a {
        text-decoration: none;
        color: #b78c30;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 2.2rem;
        font-weight: 300;
        line-height: 32px; }
        .content-page .content-section .intro a:hover {
          color: #b78c30;
          text-decoration: underline; }
    .content-page .content-section .caption {
      text-align: center;
      margin-top: 10px; }
    .content-page .content-section table {
      border-collapse: collapse;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    .content-page .content-section .responsive-video-container {
      width: 100%;
      margin-top: 20px;
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
      .content-page .content-section .responsive-video-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .content-page .subnav-section {
    display: none; }

/* Website.Landing Page */
.landing-page .heading-section {
  min-height: 316px;
  border-bottom: none; }
  .landing-page .heading-section .container {
    padding-top: 100px; }
    @media (min-width: 992px) {
      .landing-page .heading-section .container {
        padding-top: 90px;
        padding-bottom: 60px; } }

.landing-page .content-section .body-container {
  border-top: 5px solid #8d6f2f;
  padding: 50px 15px 30px 15px;
  margin-top: -110px; }
  @media (min-width: 992px) {
    .landing-page .content-section .body-container {
      padding: 70px 30px 30px 30px; } }

/* Feature.Banner */
.banner-rendering.rendering {
  position: relative; }
  .banner-rendering.rendering .content-wrap {
    padding: 50px 0; }
    .banner-rendering.rendering .content-wrap .heading {
      margin-top: 0;
      margin-bottom: 20px; }
    .banner-rendering.rendering .content-wrap .subheading {
      margin-top: 0;
      margin-bottom: 10px; }
    .banner-rendering.rendering .content-wrap .body {
      margin-top: 25px; }
  .banner-rendering.rendering.text-left {
    text-align: left; }
  .banner-rendering.rendering.text-right {
    text-align: right; }
  .banner-rendering.rendering.text-center {
    text-align: center; }
  .banner-rendering.rendering.content-left .container-constraint:after, .banner-rendering.rendering.content-right .container-constraint:after {
    content: "";
    display: table;
    clear: both; }
  .banner-rendering.rendering.content-center {
    margin-left: auto;
    margin-right: auto; }
  .banner-rendering.rendering.content-left .container-fluid {
    float: left; }
  .banner-rendering.rendering.content-right .container-fluid {
    float: right; }
  .banner-rendering.rendering.content-top .content-styling {
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner-rendering.rendering.content-top .content-styling .container-constraint {
      align-self: flex-start; }
  .banner-rendering.rendering.content-bottom .content-styling {
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner-rendering.rendering.content-bottom .content-styling .container-constraint {
      align-self: flex-end; }
  .banner-rendering.rendering.content-middle .content-styling {
    display: flex;
    align-items: center;
    justify-content: center; }
  .banner-rendering.rendering .container-fluid {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%; }
  .banner-rendering.rendering.content-width-small .container-fluid {
    width: 40%; }
  .banner-rendering.rendering.content-width-medium .container-fluid {
    width: 60%; }
  .banner-rendering.rendering.content-width-large .container-fluid {
    width: 80%; }
  @media screen and (max-width: 768px) {
    .banner-rendering.rendering.content-width-small .container-fluid, .banner-rendering.rendering.content-width-medium .container-fluid, .banner-rendering.rendering.content-width-large .container-fluid {
      width: 100%; } }
  .banner-rendering.rendering.small-banner .content-styling {
    min-height: 400px; }
  .banner-rendering.rendering.medium-banner .content-styling {
    min-height: 600px; }
  .banner-rendering.rendering.large-banner .content-styling {
    min-height: 800px; }
  .banner-rendering.rendering .background-image {
    background-position: center center;
    background-size: cover; }
  .banner-rendering.rendering .button {
    border-radius: 10px;
    /*float: left;*/
    margin-right: 10px;
    display: inline-block; }
    .banner-rendering.rendering .button:last-child {
      margin-right: 0; }
  .banner-rendering.rendering .button a {
    padding: 10px;
    text-decoration: none; }
  .banner-rendering.rendering .call-to-actions {
    padding: 10px 0; }
    .banner-rendering.rendering .call-to-actions:after {
      content: "";
      display: table;
      clear: both; }
  .banner-rendering.rendering .img-edit-container {
    z-index: 999;
    width: 75px;
    max-width: 75px;
    height: 75px;
    max-height: 75px;
    position: absolute;
    bottom: 0;
    right: 0; }
    .banner-rendering.rendering .img-edit-container img {
      width: 75px;
      height: 75px;
      max-width: 75px;
      max-height: 75px; }

/* Feature.Classic */
.classic-rendering.rendering {
  position: relative;
  /*
    &.content-left .row {
        justify-content: flex-start !important;
    }

    &.content-center .row {
        justify-content: center !important;
    }

    &.content-right .row {
        justify-content: flex-end !important;
    }*/ }
  .classic-rendering.rendering.text-left {
    text-align: left; }
  .classic-rendering.rendering.text-right {
    text-align: right; }
  .classic-rendering.rendering.text-center {
    text-align: center; }
  .classic-rendering.rendering .col {
    flex-basis: 0%; }
  .classic-rendering.rendering.content-left .row {
    flex-direction: row-reverse;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .classic-rendering.rendering.content-left .row {
        flex-direction: column-reverse;
        margin: auto; } }
  .classic-rendering.rendering.content-right .row {
    flex-direction: row;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .classic-rendering.rendering.content-right .row {
        flex-direction: column-reverse;
        margin: auto; } }
  @media screen and (max-width: 768px) {
    .classic-rendering.rendering.content-width-small .container-constraint, .classic-rendering.rendering.content-width-medium .container-constraint, .classic-rendering.rendering.content-width-large .container-constraint {
      width: 100%; } }
  .classic-rendering.rendering .container-constraint {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .classic-rendering.rendering .container-constraint {
        width: 80%; } }
  .classic-rendering.rendering.content-width-small .content-image {
    flex: 0 0 60%;
    max-width: 60%; }
    @media screen and (max-width: 767px) {
      .classic-rendering.rendering.content-width-small .content-image {
        flex: 0 0 100%;
        max-width: 100%; } }
  .classic-rendering.rendering.content-width-small .content-text-style {
    flex: 0 0 40%;
    max-width: 40%; }
    @media screen and (max-width: 767px) {
      .classic-rendering.rendering.content-width-small .content-text-style {
        flex: 0 0 100%;
        max-width: 100%; } }
  .classic-rendering.rendering.content-width-medium .content-image {
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .classic-rendering.rendering.content-width-medium .content-image {
        flex: 0 0 100%;
        max-width: 100%; } }
  .classic-rendering.rendering.content-width-medium .content-text-style {
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .classic-rendering.rendering.content-width-medium .content-text-style {
        flex: 0 0 100%;
        max-width: 100%; } }
  .classic-rendering.rendering.content-width-large .content-image {
    flex: 0 0 20%;
    max-width: 20%; }
    @media screen and (max-width: 767px) {
      .classic-rendering.rendering.content-width-large .content-image {
        flex: 0 0 100%;
        max-width: 100%; } }
  .classic-rendering.rendering.content-width-large .content-text-style {
    flex: 0 0 80%;
    max-width: 80%; }
    @media screen and (max-width: 767px) {
      .classic-rendering.rendering.content-width-large .content-text-style {
        flex: 0 0 100%;
        max-width: 100%; } }
  .classic-rendering.rendering.image-top .content-image {
    display: flex;
    align-items: center;
    justify-content: center; }
    .classic-rendering.rendering.image-top .content-image img {
      align-self: flex-start; }
  .classic-rendering.rendering.image-middle .content-image {
    display: flex;
    align-items: center;
    justify-content: center; }
  .classic-rendering.rendering.image-bottom .content-image {
    display: flex;
    align-items: center;
    justify-content: center; }
    .classic-rendering.rendering.image-bottom .content-image img {
      align-self: flex-end; }
  .classic-rendering.rendering .content-wrap {
    padding: 50px 0; }
    .classic-rendering.rendering .content-wrap .heading {
      margin-top: 0;
      margin-bottom: 20px; }
    .classic-rendering.rendering .content-wrap .subheading {
      margin-top: 0;
      margin-bottom: 10px; }
    .classic-rendering.rendering .content-wrap .body {
      margin-top: 25px; }
  .classic-rendering.rendering .background-image {
    background-position: center center;
    background-size: cover; }
  .classic-rendering.rendering .button {
    padding: 10px;
    float: left;
    margin-right: 10px;
    height: 50px;
    display: flex;
    align-items: center; }
  .classic-rendering.rendering .button a {
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
  .classic-rendering.rendering .call-to-actions {
    padding-bottom: 10px; }
    .classic-rendering.rendering .call-to-actions:after {
      content: "";
      display: table;
      clear: both; }
  .classic-rendering.rendering .img-edit-container {
    z-index: 999;
    width: 75px;
    max-width: 75px;
    height: 75px;
    max-height: 75px;
    position: absolute;
    bottom: 0;
    right: 0; }
    .classic-rendering.rendering .img-edit-container img {
      width: 75px;
      height: 75px;
      max-width: 75px;
      max-height: 75px; }
  .classic-rendering.rendering a i {
    margin-left: 15px; }

/* Feature.Navigation */
.breadcrumb-section {
  background: #F5F3F2; }
  .breadcrumb-section ul {
    padding: 10px 0; }
  .breadcrumb-section ul li {
    display: inline-block; }
    @media (max-width: 575.98px) {
      .breadcrumb-section ul li {
        font-size: 1.3rem; } }
    .breadcrumb-section ul li a {
      color: #7B7B7B;
      padding: 0 5px 0 0;
      margin: 0;
      margin-right: 10px;
      display: block;
      position: relative; }
    .breadcrumb-section ul li a:after {
      content: "/";
      position: absolute;
      right: -8px;
      top: 0; }
    .breadcrumb-section ul li a.current {
      color: #4865A9;
      font-weight: 700; }
    .breadcrumb-section ul li i {
      margin-right: 7px; }
      @media (max-width: 767.98px) {
        .breadcrumb-section ul li i {
          display: none; } }
  .breadcrumb-section ul li:last-child a:after {
    content: none; }
  .breadcrumb-section a, .breadcrumb-section a:hover {
    border-bottom: none; }

@media (min-width: 992px) {
  div.desktop-header {
    display: block; }
  div.mobile-header {
    display: none; } }

.desktop-header {
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  position: relative;
  height: 90px;
  position: relative; }
  .desktop-header .container-fluid {
    width: 100%; }
    .desktop-header .container-fluid .logo {
      padding-left: 30px; }
      .desktop-header .container-fluid .logo a:focus {
        outline: none; }
      .desktop-header .container-fluid .logo .active {
        display: block; }
      .desktop-header .container-fluid .logo .alternate {
        display: none; }
    .desktop-header .container-fluid .logo-container {
      margin-left: 0px;
      margin-top: 10px;
      padding-right: 0px;
      width: 200px; }
	  .desktop-header .container-fluid .logo-container img {	
        height: 67px; }
    .desktop-header .container-fluid .link-container {
      position: absolute;
      top: 48%;
      width: 100%;
      padding: 0 185px;
      left: 0px; }
      .desktop-header .container-fluid .link-container .primary-menu-links {
        align-items: center;
        font-size: 1.6rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: right;
        position: relative; }
        .desktop-header .container-fluid .link-container .primary-menu-links.desktop-header-menu-links .left-link {
          position: absolute;
          display: flex;
          top: -20px; }
        .desktop-header .container-fluid .link-container .primary-menu-links.desktop-header-menu-links .right-link {
          right: 30px;
          top: -20px;
          position: absolute;
          display: flex; }
        .desktop-header .container-fluid .link-container .primary-menu-links.desktop-header-menu-links a {
          display: inline; }
          .desktop-header .container-fluid .link-container .primary-menu-links.desktop-header-menu-links a:not(:last-child) {
            margin-right: 30px; }
          .desktop-header .container-fluid .link-container .primary-menu-links.desktop-header-menu-links a:hover {
            color: #b78c30;
            -webkit-transition: color 0.2s ease-out;
            -moz-transition: color 0.2s ease-out;
            -o-transition: color 0.2s ease-out;
            transition: color 0.2s ease-out; }
        @media (min-width: 992px) {
          .desktop-header .container-fluid .link-container .primary-menu-links {
            width: 100%;
            max-width: 1020px;
            margin: auto; } }
        .desktop-header .container-fluid .link-container .primary-menu-links a:nth-of-type(1), .desktop-header .container-fluid .link-container .primary-menu-links a:nth-of-type(2) {
          margin-left: 0px;
          text-align: left; }
        .desktop-header .container-fluid .link-container .primary-menu-links a {
          margin-left: auto;
          display: block;
          padding: 10px;
          text-decoration: none;
          border-radius: 3px;
          background-color: none;
          color: #435060; }
          .desktop-header .container-fluid .link-container .primary-menu-links a.checkfirst-icon {
            background-image: url(/img/icons/checkfirst-gray.png);
            min-height: 38px;
            width: 173px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            display: inline-block;
            padding: 0;
            max-height: 40px; }
            .desktop-header .container-fluid .link-container .primary-menu-links a.checkfirst-icon:hover {
              background-image: url(/img/icons/checkfirst-gold.png);
              -webkit-transition: background-image 0.2s ease-out;
              -moz-transition: background-image 0.2s ease-out;
              -o-transition: background-image 0.2s ease-out;
              transition: background-image 0.2s ease-out; }
            .desktop-header .container-fluid .link-container .primary-menu-links a.checkfirst-icon:focus {
              background-image: url(/img/icons/checkfirst-gold.png);
              outline: none; }
    .desktop-header .container-fluid .button-container {
      position: absolute;
      right: 0px;
      margin-right: 0px;
      padding-right: 0px; }
      @media (min-width: 992px) {
        .desktop-header .container-fluid .button-container .menu-button {
          min-width: 90px;
          height: 90px;
          margin-left: 5px;
          background-color: #b78c30;
          display: flex;
          cursor: pointer; }
          .desktop-header .container-fluid .button-container .menu-button .menutitle {
            color: #ffffff;
            position: absolute;
            bottom: 10px;
            text-align: center;
            width: 90px;
            font-size: 1.4rem;
            right: 0;
            z-index: 99; }
          .desktop-header .container-fluid .button-container .menu-button img {
            width: 25px;
            height: 25px;
            margin: auto; }
            .desktop-header .container-fluid .button-container .menu-button img.active {
              display: block; }
            .desktop-header .container-fluid .button-container .menu-button img.alternate {
              display: none; }
          .desktop-header .container-fluid .button-container .menu-button:hover {
            background-color: #8d6f2f;
            -webkit-transition: background-color 0.2s ease-out;
            -moz-transition: background-color 0.2s ease-out;
            -o-transition: background-color 0.2s ease-out;
            transition: background-color 0.2s ease-out; } }
      .desktop-header .container-fluid .button-container .menu-button.homepage-search-button {
        display: none; }
  .desktop-header.homepage-header {
    background-color: #435060; }
    .desktop-header.homepage-header .container-fluid .logo-container .logo .active {
      display: none; }
    .desktop-header.homepage-header .container-fluid .logo-container .logo .alternate {
      display: block; }
    .desktop-header.homepage-header .container-fluid .link-container .primary-menu-links a {
      color: #ffffff; }
      .desktop-header.homepage-header .container-fluid .link-container .primary-menu-links a.checkfirst-icon {
        background-image: url(/img/icons/checkfirst-white.png);
        min-height: 38px;
        width: 173px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        display: inline-block;
        padding: 0; }
        .desktop-header.homepage-header .container-fluid .link-container .primary-menu-links a.checkfirst-icon:hover {
          background-image: url(/img/icons/checkfirst-gold.png);
          -webkit-transition: background-image 0.2s ease-out;
          -moz-transition: background-image 0.2s ease-out;
          -o-transition: background-image 0.2s ease-out;
          transition: background-image 0.2s ease-out; }
        .desktop-header.homepage-header .container-fluid .link-container .primary-menu-links a.checkfirst-icon:focus {
          background-image: url(/img/icons/checkfirst-gold.png); }
      .desktop-header.homepage-header .container-fluid .link-container .primary-menu-links a:focus {
        outline: none;
        color: #b78c30; }
    .desktop-header.homepage-header .container-fluid .button-container {
      position: absolute;
      right: 0px; }
      .desktop-header.homepage-header .container-fluid .button-container .menu-button .active {
        display: none; }
      .desktop-header.homepage-header .container-fluid .button-container .menu-button .alternate {
        display: block; }

.nav-hidden .desktop-header {
  top: -90px;
  opacity: 0; }

.mobile-header .container-fluid .color-overlay {
  display: flex;
  align-items: center; }
  .mobile-header .container-fluid .color-overlay .col {
    padding: 0px !important;
    margin: 0px !important; }
  .mobile-header .container-fluid .color-overlay .logo {
    padding: 3px 15px; }
    .mobile-header .container-fluid .color-overlay .logo .active {
      display: block; }
    .mobile-header .container-fluid .color-overlay .logo .alternate {
      display: none; }
    .mobile-header .container-fluid .color-overlay .logo img {
      height: 40px; }
  .mobile-header .container-fluid .color-overlay .button-container .menu-button {
    min-width: 50px;
    height: 50px;
    margin-left: 5px;
    background-color: #b78c30;
    display: flex;
    cursor: pointer; }
    .mobile-header .container-fluid .color-overlay .button-container .menu-button .menutitle {
      color: #ffffff;
      position: absolute;
      bottom: 10px;
      right: 0;
      z-index: 99;
      text-align: center;
      width: 90px;
      font-size: 1.4rem; }
    .mobile-header .container-fluid .color-overlay .button-container .menu-button img {
      width: 25px;
      height: 25px;
      margin: auto; }
      .mobile-header .container-fluid .color-overlay .button-container .menu-button img.active {
        display: block; }
      .mobile-header .container-fluid .color-overlay .button-container .menu-button img.alternate {
        display: none; }
    .mobile-header .container-fluid .color-overlay .button-container .menu-button:hover {
      background-color: #8d6f2f;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }

.mobile-header.homepage-header {
  background-color: #435060; }
  .mobile-header.homepage-header .color-overlay .logo .active {
    display: none; }
  .mobile-header.homepage-header .color-overlay .logo .alternate {
    display: block; }
  .mobile-header.homepage-header .button-container a:focus {
    outline: none; }
  .mobile-header.homepage-header .button-container .menu-button .active {
    display: none; }
  .mobile-header.homepage-header .button-container .menu-button .alternate {
    display: block; }

.sidebar-nav-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0; }
  .sidebar-nav-list ul li {
    color: #435060; }
    .sidebar-nav-list ul li a {
      text-decoration: none;
      color: inherit; }
      .sidebar-nav-list ul li a.active {
        color: #b78c30 !important; }
        .sidebar-nav-list ul li a.active .gold-bar {
          display: block; }
      .sidebar-nav-list ul li a i.gold-bar {
        display: none;
        position: absolute;
        left: -25px;
        height: 5px;
        margin: 10px 0;
        background-color: #b78c30;
        width: 20px; }
    .sidebar-nav-list ul li.child-title {
      padding: 10px 0px !important; }
      .sidebar-nav-list ul li.child-title a {
        font-weight: 600 !important;
        font-size: 1.6rem !important;
        text-transform: uppercase; }
        .sidebar-nav-list ul li.child-title a:focus {
          outline: none; }
    .sidebar-nav-list ul li.grandchild-title {
      padding: 0px !important; }
      .sidebar-nav-list ul li.grandchild-title a {
        font-size: 1.4rem !important;
        font-weight: 400 !important;
        text-transform: capitalize; }

.sidebar-title {
  margin-bottom: 15px; }
  .sidebar-title .title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #435060; }
    .sidebar-title .title a {
      text-decoration: none;
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      text-transform: uppercase; }
      .sidebar-title .title a.active {
        color: #b78c30 !important; }
        .sidebar-title .title a.active .gold-bar {
          display: block;
          position: absolute;
          left: -25px;
          height: 5px;
          margin: 10px 0;
          background-color: #b78c30;
          width: 20px; }

.open-menu-button:hover .lines:before {
  top: 8px; }

.open-menu-button:hover .lines:after {
  top: -8px; }

.mobile-nav {
  top: 0;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #eee;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
  position: fixed;
  z-index: 200;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Click and drag */
  /*COPIED FROM MEGA MENU*/ }
  @media (min-width: 992px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    margin: 5px 0; }
  .mobile-nav .logo a {
    padding: 0;
    border: none; }
    .mobile-nav .logo a .heading {
      text-align: right; }
      .mobile-nav .logo a .heading .close-button {
        margin-top: 15px;
        margin: 10px 0 0 0;
        padding: 15px 0 0 0;
        display: inline-block;
        cursor: pointer;
        height: 30px;
        width: 30px; }
  .mobile-nav::-webkit-scrollbar {
    width: 5px; }
  .mobile-nav .megamenu-header {
    padding: 0px; }
    .mobile-nav .megamenu-header .row {
      margin: 0px;
      padding: 0px; }
      .mobile-nav .megamenu-header .row .col {
        margin: 0px;
        padding: 0px; }
        .mobile-nav .megamenu-header .row .col .logo a {
          padding-left: 15px; }
        .mobile-nav .megamenu-header .row .col .logo img {
          height: 40px; }
        .mobile-nav .megamenu-header .row .col.button-container {
          height: 50px;
          justify-content: flex-end;
          display: flex; }
          .mobile-nav .megamenu-header .row .col.button-container .menu-button {
            width: 50px;
            height: 50px;
            margin-left: 5px;
            background-color: #b78c30;
            display: flex;
            cursor: pointer; }
            .mobile-nav .megamenu-header .row .col.button-container .menu-button img {
              width: 25px;
              height: 25px;
              margin: auto; }
              .mobile-nav .megamenu-header .row .col.button-container .menu-button img.active {
                display: block; }
              .mobile-nav .megamenu-header .row .col.button-container .menu-button img.alternate {
                display: none; }
            .mobile-nav .megamenu-header .row .col.button-container .menu-button:hover {
              background-color: #8d6f2f; }
          .mobile-nav .megamenu-header .row .col.button-container.homepage-search-button {
            display: none; }
  .mobile-nav .megamenu-links {
    padding-right: 15px;
    margin: 0px; }
  .mobile-nav .megamenu-content {
    overflow-y: auto;
    position: absolute;
    top: 190px;
    right: 0px;
    left: 0px;
    bottom: 125px; }
    @media (min-width: 576px) {
      .mobile-nav .megamenu-content {
        top: 115px;
        bottom: 115px; } }
  .mobile-nav .megamenu-footer {
    padding: 10px 0px;
    position: fixed;
    bottom: 0px; }
    .mobile-nav .megamenu-footer .primary-menu-links {
      width: 100%; }
      .mobile-nav .megamenu-footer .primary-menu-links.row {
        margin: 0px; }
  .mobile-nav a {
    color: #435060;
    text-decoration: none; }
    .mobile-nav a:hover {
      text-decoration: underline; }
  .mobile-nav .mega-nav-list .mega-nav-col {
    padding: 0px 15px;
    min-width: 250px;
    font-size: 1.4rem; }
    .mobile-nav .mega-nav-list .mega-nav-col .accordion-menu h2 {
      display: inline; }
    .mobile-nav .mega-nav-list .mega-nav-col .accordion-menu .open-mobile-menu-items .open-mobile-menu-items-icon {
      display: block;
      float: right;
      padding: 10px;
      transform: rotate(90deg);
      transition: .2s; }
      @media (min-width: 576px) {
        .mobile-nav .mega-nav-list .mega-nav-col .accordion-menu .open-mobile-menu-items .open-mobile-menu-items-icon {
          display: none; } }
    .mobile-nav .mega-nav-list .mega-nav-col .accordion-menu .accordion-panel {
      display: none;
      margin-top: 0px;
      margin-bottom: 0px;
      transition: .2s; }
      @media (min-width: 576px) {
        .mobile-nav .mega-nav-list .mega-nav-col .accordion-menu .accordion-panel {
          opacity: 1;
          height: auto;
          display: block;
          margin-top: 5px;
          margin-bottom: 5px; } }
    .mobile-nav .mega-nav-list .mega-nav-col .accordion-menu.open .open-mobile-menu-items .open-mobile-menu-items-icon {
      transform: rotate(270deg) scaleY(-1);
      -moz-transform: rotate(270deg) scaleY(-1);
      -o-transform: rotate(270deg) scaleY(-1);
      -webkit-transform: rotate(270deg) scaleY(-1);
      filter: FlipV;
      -ms-filter: "FlipV";
      transition: .2s; }
    .mobile-nav .mega-nav-list .mega-nav-col .accordion-menu.open .accordion-panel {
      opacity: 1;
      height: auto;
      transition: .2s; }
    .mobile-nav .mega-nav-list .mega-nav-col .nav-banner-container {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 15px;
      color: #ffffff;
      font-family: "Frank Ruhl Libre", serif; }
      .mobile-nav .mega-nav-list .mega-nav-col .nav-banner-container p {
        color: #ffffff;
        font-family: "Frank Ruhl Libre", serif;
        margin-top: 0; }
      .mobile-nav .mega-nav-list .mega-nav-col .nav-banner-container a {
        color: #ffffff;
        text-decoration: none;
        font-family: "Source Sans Pro", sans-serif; }
        .mobile-nav .mega-nav-list .mega-nav-col .nav-banner-container a:hover {
          text-decoration: none;
          color: #b78c30; }
    .mobile-nav .mega-nav-list .mega-nav-col hr {
      margin-top: 10px;
      margin-bottom: 5px;
      background-color: #d4d4d4;
      height: 1px;
      border: none;
      border-top: 1px solid #d4d4d4;
      color: #d4d4d4; }
      @media (min-width: 576px) {
        .mobile-nav .mega-nav-list .mega-nav-col hr {
          margin-top: 20px;
          margin-bottom: 10px;
          background-color: #d4d4d4;
          height: 1px;
          border: none;
          border-top: 1px solid #d4d4d4;
          color: #d4d4d4; } }
    .mobile-nav .mega-nav-list .mega-nav-col h2 {
      font-family: "Frank Ruhl Libre", serif;
      color: #b78c30; }
      .mobile-nav .mega-nav-list .mega-nav-col h2 a {
        color: inherit; }
    .mobile-nav .mega-nav-list .mega-nav-col ul {
      padding-left: 0px; }
      .mobile-nav .mega-nav-list .mega-nav-col ul li {
        list-style: none; }

.underlay {
  opacity: 0;
  background: #DDD;
  position: fixed;
  display: block;
  transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
  z-index: 7;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

body.mobile-nav-is-open {
  overflow-y: hidden; }
  body.mobile-nav-is-open .mobile-nav {
    opacity: 1;
    visibility: visible; }
  body.mobile-nav-is-open .underlay {
    opacity: 0.9;
    display: block;
    visibility: visible;
    cursor: pointer;
    transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out; }

.mobile-nav .menu-item {
  margin: 0;
  width: 100%;
  display: block;
  padding: 10px 0 10px 0; }

.mobile-nav a.section-header {
  padding: 15px 0px 15px 0;
  font-weight: 700;
  font-size: 1.8rem;
  color: #435060;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 95% 23px;
  border-bottom: 1px solid #b78c30; }
  @media (max-width: 1199.98px) {
    .mobile-nav a.section-header {
      background-position: 90% 23px; } }
  .mobile-nav a.section-header.active {
    color: #b78c30; }
    .mobile-nav a.section-header.active .arrow {
      padding: 10px 7px;
      float: right;
      background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
      transform: rotate(-90deg); }
  .mobile-nav a.section-header .arrow {
    padding: 10px 7px;
    margin: 0 10px 0 10px;
    float: right;
    background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
    transform: rotate(90deg); }

.mobile-nav .height-spacer .sub-link a {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-size: 1.6rem; }

.desktop-footer a {
  border-bottom: none; }
  .desktop-footer a:focus {
    outline: none; }

/*
@include media-breakpoint-up(lg) {
    text-align: left;
}
*/
/*
    align-items: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    //display: flex;
    //justify-content: space-between;
*/
.mega-nav-panel {
  top: 0px;
  left: 0px;
  opacity: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  visibility: hidden;
  display: block;
  transform: scale(0.85);
  background: #ededed;
  font-size: 1.4rem !important; }
  .mega-nav-panel .fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 1.3em;
    margin-right: 8px; }
  @media (max-width: 991.98px) {
    .mega-nav-panel {
      display: none; } }
  .mega-nav-panel .megamenu-header {
    padding: 0px; }
    .mega-nav-panel .megamenu-header .row {
      margin: 0px; }
      .mega-nav-panel .megamenu-header .row .col {
        padding: 0px; }
        .mega-nav-panel .megamenu-header .row .col .primary-menu-links {
          width: 100%;
          text-align: center;
          margin-left: 50px;
          color: #435060;
          padding-top: 45px; }
          .mega-nav-panel .megamenu-header .row .col .primary-menu-links .link-column {
            display: inline-block;
            vertical-align: top;
            padding-left: 25px;
            min-width: max-content; }
            .mega-nav-panel .megamenu-header .row .col .primary-menu-links .link-column:first-of-type {
              padding-left: 15px; }
          .mega-nav-panel .megamenu-header .row .col .primary-menu-links .checkfirst-icon {
            background-image: url(/img/icons/checkfirst-gray.png);
            height: 12px;
            width: 173px; }
    .mega-nav-panel .megamenu-header .button-container {
      height: 90px;
      justify-content: flex-end;
      display: flex; }
      .mega-nav-panel .megamenu-header .button-container .menu-button {
        width: 90px;
        height: 90px;
        margin-left: 5px;
        background-color: #b78c30;
        display: flex;
        cursor: pointer; }
        .mega-nav-panel .megamenu-header .button-container .menu-button img {
          width: 25px;
          height: 25px;
          margin: auto; }
          .mega-nav-panel .megamenu-header .button-container .menu-button img.active {
            display: block; }
          .mega-nav-panel .megamenu-header .button-container .menu-button img.alternate {
            display: none; }
        .mega-nav-panel .megamenu-header .button-container .menu-button:hover {
          background-color: #8d6f2f; }
      .mega-nav-panel .megamenu-header .button-container.homepage-search-button {
        display: none; }
  .mega-nav-panel .megamenu-footer {
    padding: 20px 50px;
    position: fixed;
    bottom: 0px; }
    .mega-nav-panel .megamenu-footer .primary-menu-links {
      width: 100%; }
      .mega-nav-panel .megamenu-footer .primary-menu-links.row {
        margin: 0px; }
  .mega-nav-panel .color-overlay {
    padding: 20px 50px; }
  .mega-nav-panel a {
    color: #435060;
    text-decoration: none; }
    .mega-nav-panel a:hover {
      text-decoration: underline;
      color: #b78c30;
      -webkit-transition: color 0.2s ease-out;
      -moz-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
  .mega-nav-panel .megamenu-content {
    bottom: 55px;
    overflow-y: auto;
    position: absolute;
    top: 90px;
    right: 0px;
    left: 0px; }
  .mega-nav-panel .mega-nav-list .mega-nav-col {
    padding: 0px 30px;
    min-width: 250px; }
    .mega-nav-panel .mega-nav-list .mega-nav-col:first-of-type {
      padding-left: 15px; }
    .mega-nav-panel .mega-nav-list .mega-nav-col:last-of-type {
      padding-right: 15px; }
    .mega-nav-panel .mega-nav-list .mega-nav-col hr {
      margin-top: 20px;
      margin-bottom: 10px;
      background-color: #d4d4d4;
      height: 1px;
      border: none;
      border-top: 1px solid #d4d4d4;
      color: #d4d4d4; }
      .mega-nav-panel .mega-nav-list .mega-nav-col hr:first-of-type {
        margin-top: 0px; }
    .mega-nav-panel .mega-nav-list .mega-nav-col h2 {
      font-family: "Frank Ruhl Libre", serif;
      color: #b78c30; }
      .mega-nav-panel .mega-nav-list .mega-nav-col h2 a {
        color: inherit; }
    .mega-nav-panel .mega-nav-list .mega-nav-col ul {
      padding-left: 0px; }
      .mega-nav-panel .mega-nav-list .mega-nav-col ul li {
        list-style: none;
        line-height: 1.5; }
        .mega-nav-panel .mega-nav-list .mega-nav-col ul li.parent-page {
          margin-top: 20px; }
        .mega-nav-panel .mega-nav-list .mega-nav-col ul li a.parent-page {
          font-weight: 600;
          text-transform: uppercase; }
        .mega-nav-panel .mega-nav-list .mega-nav-col ul li a.active {
          color: #b78c30; }
        .mega-nav-panel .mega-nav-list .mega-nav-col ul li a:hover {
          color: #b78c30;
          text-decoration: none;
          -webkit-transition: color 0.2s ease-out;
          -moz-transition: color 0.2s ease-out;
          -o-transition: color 0.2s ease-out;
          transition: color 0.2s ease-out; }
    .mega-nav-panel .mega-nav-list .mega-nav-col .nav-banner-container {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 15px;
      color: #ffffff;
      font-family: "Frank Ruhl Libre", serif; }
      .mega-nav-panel .mega-nav-list .mega-nav-col .nav-banner-container p {
        color: #ffffff;
        font-family: "Frank Ruhl Libre", serif;
        margin-top: 0; }
      .mega-nav-panel .mega-nav-list .mega-nav-col .nav-banner-container a {
        color: #ffffff;
        text-decoration: none;
        font-family: "Source Sans Pro", sans-serif; }
        .mega-nav-panel .mega-nav-list .mega-nav-col .nav-banner-container a:hover {
          text-decoration: none;
          color: #b78c30;
          -webkit-transition: color 0.2s ease-out;
          -moz-transition: color 0.2s ease-out;
          -o-transition: color 0.2s ease-out;
          transition: color 0.2s ease-out; }

.mega-nav-is-open .mega-nav-panel {
  left: 0px;
  opacity: 1;
  visibility: visible;
  display: block;
  transform: scale(1); }

.open-mega-nav-button {
  z-index: 1; }

.underlay {
  opacity: 0;
  position: fixed;
  display: block;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  z-index: 20;
  visibility: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* allows div to fire click event on mobile devices */ }

.mega-nav-is-open .underlay {
  opacity: 1;
  display: block;
  visibility: visible; }

body.mega-nav-is-open {
  overflow-y: hidden;
  /* TODO: this does not work on true mobile devices*/ }

/* Feature.Banner */
.banner-rendering.rendering {
  position: relative; }
  .banner-rendering.rendering .content-wrap {
    padding: 50px 0; }
    .banner-rendering.rendering .content-wrap .heading {
      margin-top: 0;
      margin-bottom: 20px; }
    .banner-rendering.rendering .content-wrap .subheading {
      margin-top: 0;
      margin-bottom: 10px; }
    .banner-rendering.rendering .content-wrap .body {
      margin-top: 25px; }
  .banner-rendering.rendering.text-left {
    text-align: left; }
  .banner-rendering.rendering.text-right {
    text-align: right; }
  .banner-rendering.rendering.text-center {
    text-align: center; }
  .banner-rendering.rendering.content-left .container-constraint:after, .banner-rendering.rendering.content-right .container-constraint:after {
    content: "";
    display: table;
    clear: both; }
  .banner-rendering.rendering.content-center {
    margin-left: auto;
    margin-right: auto; }
  .banner-rendering.rendering.content-left .container-fluid {
    float: left; }
  .banner-rendering.rendering.content-right .container-fluid {
    float: right; }
  .banner-rendering.rendering.content-top .content-styling {
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner-rendering.rendering.content-top .content-styling .container-constraint {
      align-self: flex-start; }
  .banner-rendering.rendering.content-bottom .content-styling {
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner-rendering.rendering.content-bottom .content-styling .container-constraint {
      align-self: flex-end; }
  .banner-rendering.rendering.content-middle .content-styling {
    display: flex;
    align-items: center;
    justify-content: center; }
  .banner-rendering.rendering .container-fluid {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%; }
  .banner-rendering.rendering.content-width-small .container-fluid {
    width: 40%; }
  .banner-rendering.rendering.content-width-medium .container-fluid {
    width: 60%; }
  .banner-rendering.rendering.content-width-large .container-fluid {
    width: 80%; }
  @media screen and (max-width: 768px) {
    .banner-rendering.rendering.content-width-small .container-fluid, .banner-rendering.rendering.content-width-medium .container-fluid, .banner-rendering.rendering.content-width-large .container-fluid {
      width: 100%; } }
  .banner-rendering.rendering.small-banner .content-styling {
    min-height: 400px; }
  .banner-rendering.rendering.medium-banner .content-styling {
    min-height: 600px; }
  .banner-rendering.rendering.large-banner .content-styling {
    min-height: 800px; }
  .banner-rendering.rendering .background-image {
    background-position: center center;
    background-size: cover; }
  .banner-rendering.rendering .button {
    border-radius: 10px;
    /*float: left;*/
    margin-right: 10px;
    display: inline-block; }
    .banner-rendering.rendering .button:last-child {
      margin-right: 0; }
  .banner-rendering.rendering .button a {
    padding: 10px;
    text-decoration: none; }
  .banner-rendering.rendering .call-to-actions {
    padding: 10px 0; }
    .banner-rendering.rendering .call-to-actions:after {
      content: "";
      display: table;
      clear: both; }
  .banner-rendering.rendering .img-edit-container {
    z-index: 999;
    width: 75px;
    max-width: 75px;
    height: 75px;
    max-height: 75px;
    position: absolute;
    bottom: 0;
    right: 0; }
    .banner-rendering.rendering .img-edit-container img {
      width: 75px;
      height: 75px;
      max-width: 75px;
      max-height: 75px; }

/* Feature.Columns */
/* Feature.RichText */
.rich-text-rendering.rendering {
  position: relative;
  /*
    &.content-left .row {
        justify-content: flex-start !important;
    }

    &.content-center .row {
        justify-content: center !important;
    }

    &.content-right .row {
        justify-content: flex-end !important;
    }*/ }
  .rich-text-rendering.rendering.text-left {
    text-align: left; }
  .rich-text-rendering.rendering.text-right {
    text-align: right; }
  .rich-text-rendering.rendering.text-center {
    text-align: center; }
  .rich-text-rendering.rendering.content-left .content-styling:after, .rich-text-rendering.rendering.content-right .content-styling:after {
    content: "";
    display: table;
    clear: both; }
  .rich-text-rendering.rendering.content-center .container-constraint {
    margin-left: auto;
    margin-right: auto; }
  .rich-text-rendering.rendering.content-left .container-constraint {
    float: left;
    margin-left: 25px; }
  .rich-text-rendering.rendering.content-right .container-constraint {
    float: right;
    margin-right: 25px; }
  @media screen and (max-width: 768px) {
    .rich-text-rendering.rendering.content-width-small .container-constraint, .rich-text-rendering.rendering.content-width-medium .container-constraint, .rich-text-rendering.rendering.content-width-large .container-constraint {
      width: 100%; } }
  .rich-text-rendering.rendering .container-constraint {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%; }
  .rich-text-rendering.rendering.content-width-small .container-constraint {
    width: 40%; }
  .rich-text-rendering.rendering.content-width-medium .container-constraint {
    width: 60%; }
  .rich-text-rendering.rendering.content-width-large .container-constraint {
    width: 80%; }
  .rich-text-rendering.rendering .content-wrap {
    padding: 50px 0; }
    .rich-text-rendering.rendering .content-wrap .heading {
      margin-top: 0;
      margin-bottom: 20px; }
    .rich-text-rendering.rendering .content-wrap .subheading {
      margin-top: 0;
      margin-bottom: 10px; }
    .rich-text-rendering.rendering .content-wrap .body {
      margin-top: 25px; }
  .rich-text-rendering.rendering .background-image {
    background-position: center center;
    background-size: cover; }
  .rich-text-rendering.rendering .button {
    border-radius: 10px;
    float: left;
    margin-right: 10px; }
  .rich-text-rendering.rendering .button a {
    padding: 10px;
    text-decoration: none; }
  .rich-text-rendering.rendering .call-to-actions {
    padding-bottom: 10px; }
    .rich-text-rendering.rendering .call-to-actions:after {
      content: "";
      display: table;
      clear: both; }
  .rich-text-rendering.rendering .img-edit-container {
    z-index: 999;
    width: 75px;
    max-width: 75px;
    height: 75px;
    max-height: 75px;
    position: absolute;
    bottom: 0;
    right: 0; }
    .rich-text-rendering.rendering .img-edit-container img {
      width: 75px;
      height: 75px;
      max-width: 75px;
      max-height: 75px; }

/* Feature.ThreeBox */
/* Feature.TwoBlock */
.twoblock-rendering.rendering {
  position: relative;
  /*
    &.content-left .row {
        justify-content: flex-start !important;
    }

    &.content-center .row {
        justify-content: center !important;
    }

    &.content-right .row {
        justify-content: flex-end !important;
    }*/
  /*&.content-image-top {
        .content-image {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                align-self: flex-start;
            }
        }
    }

    &.content-image-middle {
        .content-image {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
            }
        }
    }


    &.content-image-bottom {
        .content-image {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                align-self: flex-end;
            }
        }
    }*/ }
  .twoblock-rendering.rendering.text-left {
    text-align: left; }
  .twoblock-rendering.rendering.text-right {
    text-align: right; }
  .twoblock-rendering.rendering.text-center {
    text-align: center; }
  .twoblock-rendering.rendering .col {
    flex-basis: 0%; }
  .twoblock-rendering.rendering.content-left .row {
    flex-direction: row-reverse;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-left .row {
        flex-direction: column-reverse; } }
  .twoblock-rendering.rendering.content-right .row {
    flex-direction: row;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-right .row {
        flex-direction: column; } }
  .twoblock-rendering.rendering.content-center .row .content-block-one, .twoblock-rendering.rendering.content-center .row .content-block-two {
    flex: 0 0 100%;
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .twoblock-rendering.rendering.content-width-small .container-constraint, .twoblock-rendering.rendering.content-width-medium .container-constraint, .twoblock-rendering.rendering.content-width-large .container-constraint {
      width: 100%; } }
  .twoblock-rendering.rendering .container-constraint {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 80%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
  .twoblock-rendering.rendering.content-width-small .content-block-one {
    flex: 0 0 60%;
    max-width: 60%; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-width-small .content-block-one {
        flex: 0 0 100%;
        max-width: 100%; } }
  .twoblock-rendering.rendering.content-width-small .content-block-two {
    flex: 0 0 40%;
    max-width: 40%; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-width-small .content-block-two {
        flex: 0 0 100%;
        max-width: 100%; } }
  .twoblock-rendering.rendering.content-width-medium .content-block-one {
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-width-medium .content-block-one {
        flex: 0 0 100%;
        max-width: 100%; } }
  .twoblock-rendering.rendering.content-width-medium .content-block-two {
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-width-medium .content-block-two {
        flex: 0 0 100%;
        max-width: 100%; } }
  .twoblock-rendering.rendering.content-width-large .content-block-one {
    flex: 0 0 20%;
    max-width: 20%; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-width-large .content-block-one {
        flex: 0 0 100%;
        max-width: 100%; } }
  .twoblock-rendering.rendering.content-width-large .content-block-two {
    flex: 0 0 80%;
    max-width: 80%; }
    @media screen and (max-width: 768px) {
      .twoblock-rendering.rendering.content-width-large .content-block-two {
        flex: 0 0 100%;
        max-width: 100%; } }
  .twoblock-rendering.rendering .content-block-one .heading, .twoblock-rendering.rendering .content-block-one .body, .twoblock-rendering.rendering .content-block-one .content-image {
    margin: 0 0 20px 0; }
  .twoblock-rendering.rendering.image-top .content-block-one {
    display: flex;
    flex-direction: column; }
    .twoblock-rendering.rendering.image-top .content-block-one .heading {
      order: 2; }
    .twoblock-rendering.rendering.image-top .content-block-one .body {
      order: 3;
      margin: 0; }
    .twoblock-rendering.rendering.image-top .content-block-one .content-image {
      order: 1; }
  .twoblock-rendering.rendering.image-middle .content-block-one {
    display: flex;
    flex-direction: column; }
    .twoblock-rendering.rendering.image-middle .content-block-one .heading {
      order: 1; }
    .twoblock-rendering.rendering.image-middle .content-block-one .body {
      order: 3;
      margin: 0; }
    .twoblock-rendering.rendering.image-middle .content-block-one .content-image {
      order: 2; }
  .twoblock-rendering.rendering.image-bottom .content-block-one {
    display: flex;
    flex-direction: column; }
    .twoblock-rendering.rendering.image-bottom .content-block-one .heading {
      order: 1; }
    .twoblock-rendering.rendering.image-bottom .content-block-one .body {
      order: 2; }
    .twoblock-rendering.rendering.image-bottom .content-block-one .content-image {
      order: 3;
      margin: 0; }
  .twoblock-rendering.rendering .content-wrap {
    padding: 50px 0; }
    .twoblock-rendering.rendering .content-wrap .heading {
      margin-top: 0;
      margin-bottom: 20px; }
    .twoblock-rendering.rendering .content-wrap .subheading {
      margin-top: 0;
      margin-bottom: 10px; }
    .twoblock-rendering.rendering .content-wrap .body {
      margin-top: 25px; }
  .twoblock-rendering.rendering .background-image {
    background-position: center center;
    background-size: cover; }
  .twoblock-rendering.rendering .button {
    border-radius: 10px;
    float: left;
    margin-right: 10px; }
  .twoblock-rendering.rendering .button a {
    padding: 10px;
    text-decoration: none; }
  .twoblock-rendering.rendering .call-to-actions {
    padding-bottom: 10px; }
    .twoblock-rendering.rendering .call-to-actions:after {
      content: "";
      display: table;
      clear: both; }
  .twoblock-rendering.rendering .img-edit-container {
    z-index: 999;
    width: 75px;
    max-width: 75px;
    height: 75px;
    max-height: 75px;
    position: absolute;
    bottom: 0;
    right: 0; }
    .twoblock-rendering.rendering .img-edit-container img {
      width: 75px;
      height: 75px;
      max-width: 75px;
      max-height: 75px; }

/* Feature.RegulatoryInstruments */
/*
    Reference this file in the global website project scss file.
    e.g. src/project/website/styles/website.scss
*/
.archived-legend {
  font-size: 1.4rem !important;
  font-family: "Source Sans Pro", sans-serif !important;
  color: #435060;
  display: none; }
  .archived-legend.active {
    display: inline-block; }
  .archived-legend .color-block {
    width: 15px;
    height: 15px;
    background-color: #d4d4d4;
    display: inline-block;
    margin: 20px 10px 0px 10px; }
    @media (min-width: 992px) {
      .archived-legend .color-block {
        margin: 0 10px; } }

.meta-instrument-numbers {
  display: none; }

.regulatory-instruments-groups {
  margin-bottom: 40px; }
  .regulatory-instruments-groups .desktop-only {
    display: none; }
    @media (min-width: 992px) {
      .regulatory-instruments-groups .desktop-only {
        display: block; } }
  .regulatory-instruments-groups .mobile-only {
    display: block; }
    @media (min-width: 992px) {
      .regulatory-instruments-groups .mobile-only {
        display: none; } }
  .regulatory-instruments-groups .rendering .heading {
    border-bottom: 2px solid #b78c30; }
    .regulatory-instruments-groups .rendering .heading div {
      color: #b78c30;
      font-family: "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      padding: 15px 0 15px 15px; }
      .regulatory-instruments-groups .rendering .heading div.mobile-only {
        padding: 15px 0 15px 0px; }
  .regulatory-instruments-groups .rendering a {
    display: block;
    text-decoration: none;
    color: #435060;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif; }
    .regulatory-instruments-groups .rendering a.active {
      color: #b78c30; }
    .regulatory-instruments-groups .rendering a:hover {
      color: #b78c30;
      text-decoration: underline; }
    .regulatory-instruments-groups .rendering a.section-header {
      padding: 20px 10px;
      color: #435060;
      border-top: 1px solid #8d6f2f; }
      .regulatory-instruments-groups .rendering a.section-header:hover {
        color: #b78c30;
        text-decoration: underline; }
      .regulatory-instruments-groups .rendering a.section-header.active {
        border-top: 1px solid #b78c30;
        color: #b78c30; }
        .regulatory-instruments-groups .rendering a.section-header.active .arrow {
          padding: 10px 5px;
          float: right;
          background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
          transform: rotate(-90deg); }
      .regulatory-instruments-groups .rendering a.section-header .arrow {
        padding: 10px 5px;
        float: right;
        background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
        transform: rotate(90deg); }
        @media (max-width: 1199.98px) {
          .regulatory-instruments-groups .rendering a.section-header .arrow {
            margin-left: 15px; } }
  .regulatory-instruments-groups .rendering .row.regulatory-instrument-group {
    padding: 15px 0;
    font-family: "Source Sans Pro", sans-serif;
    border-bottom: 1px solid #b78c30; }
    .regulatory-instruments-groups .rendering .row.regulatory-instrument-group.archived {
      background-color: #d4d4d4;
      color: #ffffff; }
    .regulatory-instruments-groups .rendering .row.regulatory-instrument-group.hidden {
      display: none; }
    .regulatory-instruments-groups .rendering .row.regulatory-instrument-group.notice {
      display: block !important; }
    .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .no-documents-found {
      font-family: "Source Sans Pro", sans-serif;
      color: #435060;
      padding-left: 15px; }
    .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .instrument-number-field {
      padding: 0 22px 0 15px;
      color: #58595b; }
      @media (max-width: 1199.98px) {
        .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .instrument-number-field {
          padding: 0 10px 0 15px; }
          .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .instrument-number-field:first-of-type {
            padding: 0 10px 0 15; } }
      .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .instrument-number-field.title {
        padding: 0 10px 0 15px; }
        .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .instrument-number-field.title:before {
          content: url("/img/icons/pdf.png");
          position: absolute;
          left: -15px;
          top: 4px; }
          @media (min-width: 992px) {
            .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .instrument-number-field.title:before {
              left: -20px;
              top: -2px; } }
        .regulatory-instruments-groups .rendering .row.regulatory-instrument-group .instrument-number-field.title a:hover {
          color: #b78c30; }
    .regulatory-instruments-groups .rendering .row.regulatory-instrument-group p {
      font-family: "Source Sans Pro", sans-serif; }
  .regulatory-instruments-groups .rendering .row .section {
    cursor: pointer; }
    .regulatory-instruments-groups .rendering .row .section:first-of-type {
      border-top: 2px solid #b78c30; }
  .regulatory-instruments-groups .rendering .row .height-spacer {
    padding: 5 15px 15px 15px;
    margin-bottom: 15px; }
    @media (max-width: 1199.98px) {
      .regulatory-instruments-groups .rendering .row .height-spacer.container {
        max-width: 100%; } }
    .regulatory-instruments-groups .rendering .row .height-spacer.container h5 {
      margin: 0;
      text-transform: none;
      margin-left: -5px; }
    .regulatory-instruments-groups .rendering .row .height-spacer .row {
      border-bottom: 1px solid #d4d4d4; }
      .regulatory-instruments-groups .rendering .row .height-spacer .row.heading {
        padding: 12px 0 6px 0; }
      .regulatory-instruments-groups .rendering .row .height-spacer .row.footer {
        padding: 6px 0 12px 10px; }
        .regulatory-instruments-groups .rendering .row .height-spacer .row.footer a:after {
          content: url(/img/icons/arrow-right-sm.png);
          margin-left: 10px; }
      .regulatory-instruments-groups .rendering .row .height-spacer .row .columns-content {
        padding: 10px; }
        .regulatory-instruments-groups .rendering .row .height-spacer .row .columns-content.instrument-number {
          color: #58595b; }
        .regulatory-instruments-groups .rendering .row .height-spacer .row .columns-content.no-documents-found {
          font-family: "Frank Ruhl Libre", serif;
          color: #435060; }
      .regulatory-instruments-groups .rendering .row .height-spacer .row a {
        padding: 0px;
        font-family: "Source Sans Pro", sans-serif;
        color: #435060; }
        .regulatory-instruments-groups .rendering .row .height-spacer .row a:hover {
          color: #b78c30; }
      .regulatory-instruments-groups .rendering .row .height-spacer .row:last-of-type {
        border: 0; }
        .regulatory-instruments-groups .rendering .row .height-spacer .row:last-of-type a {
          color: #b78c30; }
  .regulatory-instruments-groups .tab-container {
    margin-top: 30px; }
    .regulatory-instruments-groups .tab-container .tab-items {
      padding: 0;
      display: inline-block;
      /* float: right; */
      /* margin: 15px; */ }
      .regulatory-instruments-groups .tab-container .tab-items a.tab-item {
        display: inline-block;
        background: #ededed;
        padding: 10px 15px;
        margin: 0px;
        min-height: 50px;
        min-width: 140px;
        max-width: 140px;
        text-decoration: none;
        color: #435060;
        font-size: 1.4rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        vertical-align: top;
        text-align: center;
        line-height: 3.4rem;
        position: relative; }
        .regulatory-instruments-groups .tab-container .tab-items a.tab-item.active {
          color: #ffffff;
          background: #b78c30; }
          .regulatory-instruments-groups .tab-container .tab-items a.tab-item.active:after {
            content: ' \25BC';
            color: #b78c30;
            position: absolute;
            display: block;
            bottom: -38px;
            left: 63px;
            height: 50px; }
  .regulatory-instruments-groups .content-tabs {
    border-top: 2px solid #b78c30; }
    .regulatory-instruments-groups .content-tabs .content-tab {
      display: none; }
      .regulatory-instruments-groups .content-tabs .content-tab.active {
        display: block; }
  .regulatory-instruments-groups .content-tab .accordion-container .accordion-container .menu-item {
    margin: 0;
    width: 100%;
    display: block;
    padding: 10px 0 10px 0; }
  .regulatory-instruments-groups .content-tab .accordion-container .accordion-container .section-header {
    padding-left: 30px; }
  .regulatory-instruments-groups .dropdown {
    position: relative;
    opacity: 0;
    transition: all 200ms;
    height: 0;
    overflow-y: hidden;
    background-color: #ededed; }
    .regulatory-instruments-groups .dropdown.active {
      opacity: 1;
      margin-bottom: 15px; }
    .regulatory-instruments-groups .dropdown a {
      display: block;
      font-weight: 700;
      color: #000000; }
    .regulatory-instruments-groups .dropdown p {
      display: block;
      padding: 10px 10px 10px 10px;
      color: #000000;
      text-decoration: none; }

.reg-admin {
  margin-bottom: 15px; }
  .reg-admin thead td p {
    font-weight: 700; }
  .reg-admin tr:nth-child(even) {
    background-color: #eee; }
  .reg-admin td {
    padding: 5px; }
  .reg-admin .ui-sortable-helper {
    outline: 0;
    background-color: #ccc !important; }

/* Feature.NewsReleases */
/*
    Reference this file in the global website project scss file.
    e.g. src/project/website/styles/website.scss
*/
.news-release-detail .news-release-body .body {
  font-family: "Source Sans Pro", sans-serif;
  color: #435060; }

.news-release-detail .news-release-body h4:first-of-type {
  margin-top: 0;
  padding-top: 0; }

.news-release-detail .news-release-body ul.list-square {
  list-style-type: square; }

.share-buttons .col-1 {
  margin-right: 15px !important; }
  @media (max-width: 991.98px) {
    .share-buttons .col-1 {
      max-width: 80px !important; } }
  @media (max-width: 991.98px) {
    .share-buttons .col-1 iframe {
      width: 69px;
      height: 25px !important;
      max-width: auto; } }

.news-releases .rendering .row {
  padding: 10px;
  border-bottom: 1px solid #b78c30;
  background-color: #ffffff; }
  .news-releases .rendering .row.heading {
    background-color: none;
    border-bottom: 3px solid #b78c30; }
  .news-releases .rendering .row .group a {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    text-decoration: none;
    color: #435060;
    font-weight: 700; }
  .news-releases .rendering .row .group .type {
    margin: 10px 0 0 0px; }
    .news-releases .rendering .row .group .type .newsreleasetype {
      background-color: #ffffff;
      border: 1px solid #b78c30;
      width: 30px;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6rem;
      padding: 5px;
      font-family: "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #b78c30; }

.accordion-list {
  margin-bottom: 30px; }
  .accordion-list .accordion-container {
    border-top: 2px solid #b78c30; }
    .accordion-list .accordion-container .menu-item {
      margin: 0;
      width: 100%;
      display: flex;
      padding: 10px 0 10px 0; }
    .accordion-list .accordion-container .accordion-items h4 {
      margin-bottom: 0px; }
      .accordion-list .accordion-container .accordion-items h4:first-of-type {
        margin-top: 15px; }
    .accordion-list .accordion-container .accordion-items .section {
      border-bottom: 1px solid #b78c30; }
      .accordion-list .accordion-container .accordion-items .section:last-of-type {
        border-bottom: 2px solid #b78c30; }
      .accordion-list .accordion-container .accordion-items .section .section-header {
        padding: 25px 0px 25px 0;
        font-weight: 600;
        color: #435060;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 95% 23px; }
        @media (max-width: 1199.98px) {
          .accordion-list .accordion-container .accordion-items .section .section-header {
            background-position: 90% 23px; } }
        .accordion-list .accordion-container .accordion-items .section .section-header.active {
          color: #b78c30; }
          .accordion-list .accordion-container .accordion-items .section .section-header.active .arrow {
            padding: 5px 15px 15px 5px;
            float: right;
            background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
            transform: rotate(-90deg); }
        .accordion-list .accordion-container .accordion-items .section .section-header .arrow {
          padding: 5px 15px 15px 5px;
          float: right;
          background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
          transform: rotate(90deg); }
          @media (max-width: 1199.98px) {
            .accordion-list .accordion-container .accordion-items .section .section-header .arrow {
              margin: 0 5px 0 15px; } }
    .accordion-list .accordion-container .accordion-items .height-spacer {
      padding: 0 0 10px 0;
      font-family: "Source Sans Pro", sans-serif;
      color: #435060; }
      .accordion-list .accordion-container .accordion-items .height-spacer div {
        font-family: "Source Sans Pro", sans-serif; }
  .accordion-list .dropdown {
    position: relative;
    opacity: 0;
    transition: all 200ms;
    height: 0;
    overflow-y: hidden;
    color: #435060;
    font-family: "Source Sans Pro", sans-serif; }
    .accordion-list .dropdown .date {
      font-family: "Frank Ruhl Libre", serif; }
    .accordion-list .dropdown.active {
      opacity: 1; }
    .accordion-list .dropdown a {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.6rem;
      font-weight: 600;
      color: #b78c30;
      text-decoration: none; }
      .accordion-list .dropdown a:hover {
        text-decoration: underline; }
      .accordion-list .dropdown a.blue {
        color: #435060; }
      .accordion-list .dropdown a.leaving:after {
        content: url(/img/icons/leaving-gold.png); }
      .accordion-list .dropdown a.pdf:before {
        content: url(/img/icons/pdf.png); }
    .accordion-list .dropdown ul, .accordion-list .dropdown ol {
      font-size: 1.6rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      line-height: 22px;
      list-style-type: disc;
      color: #435060;
      margin-top: 0; }
      .accordion-list .dropdown ul li, .accordion-list .dropdown ol li {
        line-height: 22px;
        font-size: 1.6rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        margin-bottom: 5px;
        color: #435060; }
        .accordion-list .dropdown ul li:last-child, .accordion-list .dropdown ol li:last-child {
          margin: 0; }
    .accordion-list .dropdown ol {
      list-style-type: decimal; }
    .accordion-list .dropdown p {
      display: block;
      margin: 0;
      text-decoration: none;
      font-family: "Source Sans Pro", sans-serif;
      color: #435060;
      padding: 10px 0; }
      .accordion-list .dropdown p:first-of-type {
        padding: 0 0 10px 0; }

.tab-container {
  margin-top: 30px; }
  .tab-container .tab-items {
    padding: 0;
    display: inline-block;
    /* float: right; */
    /* margin: 15px; */
    border-bottom: 2px solid #b78c30;
    width: 100%; }
    .tab-container .tab-items a.tab-item {
      display: inline-block;
      background: #ededed;
      padding: 10px 15px;
      margin: 0px;
      min-height: 50px;
      min-width: 140px;
      max-width: 140px;
      text-decoration: none;
      color: #435060;
      font-size: 1.4rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 700;
      vertical-align: top;
      text-align: center;
      line-height: 1.1em;
      position: relative; }
      .tab-container .tab-items a.tab-item.active {
        color: #ffffff;
        background: #b78c30; }
        .tab-container .tab-items a.tab-item.active:after {
          content: ' \25BC';
          color: #b78c30;
          position: absolute;
          display: block;
          bottom: -48px;
          left: 63px;
          height: 50px; }
      @media (max-width: 991.98px) {
        .tab-container .tab-items a.tab-item {
          margin: 0 0 15px 0; }
          .tab-container .tab-items a.tab-item.active {
            color: #ffffff;
            background: #b78c30; }
            .tab-container .tab-items a.tab-item.active:after {
              content: ' \25BC';
              color: #b78c30;
              position: absolute;
              display: block;
              bottom: -45px;
              left: 63px;
              height: 50px; } }
      @media (max-width: 575.98px) {
        .tab-container .tab-items a.tab-item {
          min-width: 25%;
          max-width: 25%;
          padding: 5px;
          font-size: 1.1rem; } }
  .tab-container .content-tabs .content-tab {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    color: #435060;
    line-height: 1.5em;
    margin-top: 15px; }
    .tab-container .content-tabs .content-tab.active {
      display: block; }

/*
    Reference this file in the global website project scss file.
    e.g. src/project/website/styles/website.scss
*/
.proceeding-heading {
  border-bottom: 2px solid #b78c30;
  margin-bottom: 0 !important;
  padding-bottom: 5px; }

.proceeding-label {
  font-weight: 700; }

.proceeding-row {
  border-bottom: 1px solid #b78c30;
  padding: 5px 0; }

/*
    Reference this file in the global website project scss file.
    e.g. src/project/website/styles/website.scss
*/
form.asc-calc-form {
  border: 20px solid #aeaeae;
  padding: 15px;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  @media (max-width: 1199.98px) {
    form.asc-calc-form {
      text-align: left !important; } }
  form.asc-calc-form .field-container {
    margin-top: 10px; }
    @media (max-width: 1199.98px) {
      form.asc-calc-form .field-container .text-right {
        text-align: left !important; } }
  form.asc-calc-form label.container {
    display: block;
    position: relative;
    padding: 0 30px 0 0;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400; }
  form.asc-calc-form .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  form.asc-calc-form .checkmark {
    position: absolute;
    top: 3px;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%; }
    @media (max-width: 1199.98px) {
      form.asc-calc-form .checkmark {
        right: 15px; } }
  form.asc-calc-form .container:hover input ~ .checkmark {
    background-color: #939597; }
  form.asc-calc-form .container input:checked ~ .checkmark {
    background-color: #b78c30; }
  form.asc-calc-form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  form.asc-calc-form .container input:checked ~ .checkmark:after {
    display: block; }
  form.asc-calc-form .container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff; }
  form.asc-calc-form select, form.asc-calc-form input[type=text] {
    padding: 10px;
    width: 100%; }
  form.asc-calc-form label {
    width: unset !important;
    min-width: unset !important; }
    form.asc-calc-form label i, form.asc-calc-form label em {
      box-sizing: unset !important; }
      form.asc-calc-form label i:before, form.asc-calc-form label i:after, form.asc-calc-form label em:before, form.asc-calc-form label em:after {
        box-sizing: unset !important; }
  form.asc-calc-form .more-info {
    margin-left: 15px;
    color: #ffffff;
    background-color: #b78c30;
    width: 20px;
    height: 20px;
    padding: 0 5px;
    font-famiy: "Source Sans Pro", sans-serif;
    font-weight: 700; }
    form.asc-calc-form .more-info:hover {
      cursor: pointer; }
  form.asc-calc-form .field-label {
    width: 100%;
    flex: auto; }
  form.asc-calc-form .field-info {
    display: none; }
    form.asc-calc-form .field-info p {
      margin-top: 0;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.4rem; }
      form.asc-calc-form .field-info p a {
        font-family: "Source Sans Pro", sans-serif;
        color: #b78c30; }
  form.asc-calc-form .error-msg {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.4rem;
    display: block;
    color: #b78c30; }
  form.asc-calc-form .dollar {
    margin-right: 5px; }
  form.asc-calc-form input, form.asc-calc-form select[name="fund_type"], form.asc-calc-form select[name="year_end"] {
    width: 90% !important; }

/* Date Picker*/
.ui-datepicker .ui-widget-header {
  border: 0;
  background: #ffffff;
  font-weight: 600; }

.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 400; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  opacity: 1 !important; }

.ui-datepicker-calendar .ui-state-default {
  background-color: #FFF;
  border-color: #e5e5e5; }

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight,
.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #e5e5e5; }

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-active:hover,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover,
.ui-datepicker-calendar .ui-state-default.ui-state-highlight:hover {
  border: 1px solid #336699;
  background: #336699;
  color: #FFF; }

/* Feature HomePageCarousel */
.main-content .slider {
  min-height: 56vh; }
  .main-content .slider .slick-list, .main-content .slider .slick-track {
    min-height: 56vh; }
  .main-content .slider:not(.slick-initialized) {
    display: flex;
    position: relative;
    width: 100%; }
    .main-content .slider:not(.slick-initialized) .rendering:first-of-type {
      display: block;
      visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .main-content .slider.slick-initialized .rendering {
    visibility: visible; }
  @media (max-width: 991.98px) {
    .main-content .slider.slider-desktop {
      display: none; } }
  .main-content .slider.slider-mobile {
    display: none; }
    @media (max-width: 991.98px) {
      .main-content .slider.slider-mobile {
        display: block; } }
  .main-content .slider .rendering {
    position: relative;
    height: 100%;
    visibility: hidden; }
    .main-content .slider .rendering .mobile-backup {
      background-size: contain; }
    .main-content .slider .rendering .container-constraint {
      padding: 60px 0;
      height: 100%;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
      min-height: 56vh; }
      .main-content .slider .rendering .container-constraint h2.heading {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 4.5rem;
        line-height: 1.0em;
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .main-content .slider .rendering .container-constraint h2.heading {
            font-size: 2.2rem;
            line-height: 1.1em; } }
      .main-content .slider .rendering .container-constraint .subheading {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 2.2rem; }
        @media (max-width: 1199.98px) {
          .main-content .slider .rendering .container-constraint .subheading {
            font-size: 1.8rem; } }
      .main-content .slider .rendering .container-constraint .body {
        margin-top: 25px; }
    .main-content .slider .rendering.text-left {
      text-align: left; }
    .main-content .slider .rendering.text-right {
      text-align: right; }
    .main-content .slider .rendering.text-center {
      text-align: center; }
    .main-content .slider .rendering.content-left .container-constraint:after, .main-content .slider .rendering.content-right .container-constraint:after {
      content: "";
      display: table;
      clear: both; }
    .main-content .slider .rendering.content-center {
      margin-left: auto;
      margin-right: auto; }
    .main-content .slider .rendering.content-left .container-fluid {
      float: left; }
    .main-content .slider .rendering.content-right .container-fluid {
      float: right; }
    .main-content .slider .rendering.content-top .content-styling {
      display: flex;
      align-items: center;
      justify-content: center; }
      .main-content .slider .rendering.content-top .content-styling .container-constraint {
        align-self: flex-start; }
    .main-content .slider .rendering.content-bottom .content-styling {
      display: flex;
      align-items: center;
      justify-content: center; }
      .main-content .slider .rendering.content-bottom .content-styling .container-constraint {
        align-self: flex-end; }
    .main-content .slider .rendering.content-middle .content-styling {
      display: flex;
      align-items: center;
      justify-content: center; }
    .main-content .slider .rendering .container-fluid {
      padding-bottom: 10px;
      padding-top: 10px;
      width: 100%; }
    .main-content .slider .rendering.content-width-small .container-fluid {
      width: 40%; }
    .main-content .slider .rendering.content-width-medium .container-fluid {
      width: 60%; }
    .main-content .slider .rendering.content-width-large .container-fluid {
      width: 80%; }
    @media screen and (max-width: 768px) {
      .main-content .slider .rendering.content-width-small .container-fluid, .main-content .slider .rendering.content-width-medium .container-fluid, .main-content .slider .rendering.content-width-large .container-fluid {
        width: 100%; } }
    .main-content .slider .rendering.small-banner .content-styling {
      min-height: 400px; }
    .main-content .slider .rendering.medium-banner .content-styling {
      min-height: 600px; }
    .main-content .slider .rendering.large-banner .content-styling {
      min-height: 800px; }
    .main-content .slider .rendering .background-image {
      background-position: center center;
      background-size: cover;
      height: 100%; }
    .main-content .slider .rendering .button {
      margin-right: 10px;
      display: inline-block; }
      @media (max-width: 1199.98px) {
        .main-content .slider .rendering .button {
          margin: 10px 0 0 0; } }
      .main-content .slider .rendering .button:last-child {
        margin-right: 0; }
    .main-content .slider .rendering .button a {
      padding: 10px;
      text-decoration: none; }
    .main-content .slider .rendering .call-to-actions {
      padding: 10px 0; }
      .main-content .slider .rendering .call-to-actions:after {
        content: "";
        display: table;
        clear: both; }
    .main-content .slider .rendering .img-edit-container {
      z-index: 999;
      width: 75px;
      max-width: 75px;
      height: 75px;
      max-height: 75px;
      position: absolute;
      bottom: 0;
      right: 0; }
      .main-content .slider .rendering .img-edit-container img {
        width: 75px;
        height: 75px;
        max-width: 75px;
        max-height: 75px; }

.main-content .search-bar {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  margin-bottom: 15px;
  padding: 0 15px;
  max-height: 45px;
  border: 0; }
  .main-content .search-bar .search-bar-bg {
    border: 0;
    background-color: #b78c30;
    opacity: 0.8;
    height: 45px;
    width: 100%; }
  .main-content .search-bar .search-bar-input {
    color: #ffffff;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 2rem;
    font-weight: 400;
    height: 45px;
    padding: 10px 20px;
    width: 100%;
    background-color: #b78c30;
    opacity: 0.8;
    position: relative;
    top: -45px;
    border: 0; }
    .main-content .search-bar .search-bar-input:focus {
      outline: 0; }
  .main-content .search-bar .submit {
    position: relative;
    top: -45px;
    width: 100%;
    border: 0;
    height: 45px;
    background: #b78c30 url(/img/icons/search-white.png) 50% 50% no-repeat;
    padding: 10px;
    opacity: 0.8;
    min-width: 61px; }
    .main-content .search-bar .submit:focus {
      outline: 0; }
    .main-content .search-bar .submit:hover {
      background: url(/img/icons/search-white.png) 50% 50% no-repeat;
      background-color: #8d6f2f;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
      cursor: pointer;
      opacity: 1.0; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%; }

@media (min-width: 768px) {
  .mini-carousel-container .slick-list {
    height: 34vh; } }

@media (max-width: 991.98px) {
  .mini-carousel-container .slick-list {
    height: 220px; } }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px; }

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

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=slick.min.css.map */
/* Slider */
.slick-loading .slick-list {
  /*  DC - only saving as this is a modifcation of an OOTB file that has been included here
    background: #fff url('./ajax-loader.gif') center center no-repeat; */ }

/* Icons */
@font-face {
  /*  DC - only saving as this is a modifcation of an OOTB file that has been included here
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    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');
    */ }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
  @media (max-width: 991.98px) {
    .slick-prev,
    .slick-next {
      bottom: 15%;
      display: none !important; } }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 100px;
  z-index: 1; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: url(/img/icons/arrow2-left-white-lg.png); }

[dir='rtl'] .slick-prev:before {
  content: url(/img/icons/arrow2-left-white-lg.png); }

.slick-next {
  right: 100px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: url(/img/icons/arrow2-right-white-lg.png); }

[dir='rtl'] .slick-next:before {
  content: url(/img/icons/arrow2-right-white-lg.png); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-slide > div {
  height: 100%; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.homepage-content-blocks {
  width: 100%;
  margin: 0;
  background-color: #435060; }
  .homepage-content-blocks .mini-carousel {
    background-color: #435060;
    margin: 0 0px 0px 0;
    width: 100%;
    padding: 0; }
    .homepage-content-blocks .mini-carousel .row {
      height: 100%; }
      .homepage-content-blocks .mini-carousel .row .mini-carousel-container {
        visibility: hidden; }
        .homepage-content-blocks .mini-carousel .row .mini-carousel-container.slick-initialized {
          visibility: visible; }
          .homepage-content-blocks .mini-carousel .row .mini-carousel-container.slick-initialized:hover {
            background-color: #8d6f2f; }
      .homepage-content-blocks .mini-carousel .row .slick-list {
        height: inherit; }
        .homepage-content-blocks .mini-carousel .row .slick-list .slide {
          height: 100%; }
          .homepage-content-blocks .mini-carousel .row .slick-list .slide .body {
            max-height: 150px; }
    @media (min-width: 992px) {
      .homepage-content-blocks .mini-carousel {
        height: 31vh; } }
    @media (max-width: 991.98px) {
      .homepage-content-blocks .mini-carousel {
        border-bottom: 1px solid #ffffff; } }
    .homepage-content-blocks .mini-carousel:hover .slick-prev:before {
      content: url(/img/icons/arrow2-left-white-sm.png); }
    .homepage-content-blocks .mini-carousel:hover [dir='rtl'] .slick-prev:before {
      content: url(/img/icons/arrow2-left-white-sm.png); }
    .homepage-content-blocks .mini-carousel:hover .slick-next:before {
      content: url(/img/icons/arrow2-right-white-sm.png); }
    .homepage-content-blocks .mini-carousel:hover [dir='rtl'] .slick-next:before {
      content: url(/img/icons/arrow2-right-white-sm.png); }
    .homepage-content-blocks .mini-carousel .slide {
      margin: 0;
      min-height: 100%;
      padding: 0px 40px; }
      @media (min-width: 992px) {
        .homepage-content-blocks .mini-carousel .slide {
          height: 34vh; } }
      @media (max-width: 1199.98px) {
        .homepage-content-blocks .mini-carousel .slide {
          padding: 10px 20px; } }
      .homepage-content-blocks .mini-carousel .slide:last-of-type {
        display: none; }
      .homepage-content-blocks .mini-carousel .slide:hover {
        background-color: #8d6f2f;
        cursor: pointer;
        background-image: url(/img/icons/stripes-tileable.png);
        background-repeat: repeat-x; }
        .homepage-content-blocks .mini-carousel .slide:hover .arrow {
          background: url(/img/icons/arrow-right-white-lg.png) no-repeat; }
      .homepage-content-blocks .mini-carousel .slide .arrow {
        display: block;
        position: relative;
        bottom: 0;
        background: url(/img/icons/arrow-right-gold-lg.png) no-repeat;
        height: 25px; }
      .homepage-content-blocks .mini-carousel .slide h2 {
        font-family: "Frank Ruhl Libre", serif;
        font-size: 3rem;
        color: #ffffff;
        margin-bottom: 5px;
        line-height: 3rem; }
      .homepage-content-blocks .mini-carousel .slide h5 {
        font-family: "Frank Ruhl Libre", serif;
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 400;
        margin: 0; }
      .homepage-content-blocks .mini-carousel .slide .body {
        font-family: "Frank Ruhl Libre", serif;
        color: #ffffff; }
        .homepage-content-blocks .mini-carousel .slide .body p {
          color: #ffffff; }
    .homepage-content-blocks .mini-carousel .slick-arrow {
      position: absolute;
      top: 92%; }
    .homepage-content-blocks .mini-carousel .slick-prev {
      left: auto;
      right: 30px;
      content: ''; }
    .homepage-content-blocks .mini-carousel .slick-next {
      right: 10px;
      content: ''; }
    .homepage-content-blocks .mini-carousel .slick-prev:before {
      content: url(/img/icons/arrow2-left-gold-sm.png); }
    .homepage-content-blocks .mini-carousel [dir='rtl'] .slick-prev:before {
      content: url(/img/icons/arrow2-left-gold-sm.png); }
    .homepage-content-blocks .mini-carousel .slick-next:before {
      content: url(/img/icons/arrow2-right-gold-sm.png); }
    .homepage-content-blocks .mini-carousel [dir='rtl'] .slick-next:before {
      content: url(/img/icons/arrow2-right-gold-sm.png); }
  .homepage-content-blocks a {
    text-decoration: none; }
    .homepage-content-blocks a .single-content-block:hover {
      background-color: #8d6f2f;
      background-image: url(/img/icons/stripes-tileable.png);
      background-repeat: repeat-x;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out; }
      .homepage-content-blocks a .single-content-block:hover .arrow {
        background: url(/img/icons/arrow-right-white-lg.png) no-repeat; }
  .homepage-content-blocks .content-block-grouping {
    height: 100%; }
    @media (max-width: 991.98px) {
      .homepage-content-blocks .content-block-grouping {
        padding-top: 1px; } }
  .homepage-content-blocks .single-content-block-container {
    min-height: 120px;
    background-color: #ffffff;
    padding: 0 0 0px 1px; }
    @media (min-width: 992px) {
      .homepage-content-blocks .single-content-block-container {
        height: 50%; } }
    @media (max-width: 991.98px) {
      .homepage-content-blocks .single-content-block-container {
        padding: 0 0 1px 1px; } }
    .homepage-content-blocks .single-content-block-container.top-row {
      padding: 0 0 1px 1px; }
    @media (max-width: 991.98px) {
      .homepage-content-blocks .single-content-block-container.odd {
        padding-left: 0; } }
    .homepage-content-blocks .single-content-block-container .single-content-block {
      text-decoration: none;
      height: 100%;
      position: relative;
      margin: 0;
      background-color: #435060;
      padding: 10px 40px;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.4rem; }
      @media (max-width: 1199.98px) {
        .homepage-content-blocks .single-content-block-container .single-content-block {
          padding: 10px 20px; } }
      .homepage-content-blocks .single-content-block-container .single-content-block a {
        color: #ffffff;
        text-decoration: none;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.4rem; }
        .homepage-content-blocks .single-content-block-container .single-content-block a:hover {
          color: #b78c30;
          text-decoration: none; }
      .homepage-content-blocks .single-content-block-container .single-content-block p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        color: #ffffff;
        text-decoration: none; }
        .homepage-content-blocks .single-content-block-container .single-content-block p b, .homepage-content-blocks .single-content-block-container .single-content-block p strong {
          font-weight: 700;
          text-transform: uppercase; }
      .homepage-content-blocks .single-content-block-container .single-content-block .social {
        color: #ffffff;
        display: inline-block;
        padding: 0 10px 0 0;
        font-size: 1.2rem;
        font-weight: 300; }
        .homepage-content-blocks .single-content-block-container .single-content-block .social:hover i {
          color: #b78c30; }
      .homepage-content-blocks .single-content-block-container .single-content-block .arrow {
        display: block;
        position: relative;
        bottom: 0;
        background: url(/img/icons/arrow-right-gold-lg.png) no-repeat;
        height: 25px; }

/*
    Reference this file in the global website project scss file.
    e.g. src/project/website/styles/website.scss
*/
.event-list {
  margin-top: 30px; }
  .event-list:first-of-type {
    margin-top: 0px; }
  .event-list a {
    text-decoration: none;
    margin: 0 20px 20px 0;
    max-width: 340px;
    background-color: #ededed; }
    .event-list a:focus, .event-list a:hover {
      outline: none;
      text-decoration: none !important; }
      .event-list a:focus .event-date, .event-list a:hover .event-date {
        color: #b78c30;
        text-decoration: none; }
      .event-list a:focus .event-location, .event-list a:hover .event-location {
        color: #435060;
        text-decoration: none; }
      .event-list a:focus .event-desc, .event-list a:hover .event-desc {
        color: #b78c30;
        text-decoration: underline; }
    .event-list a .event-block {
      font-size: 1.6rem;
      font-family: "Source Sans Pro", sans-serif;
      color: #435060;
      padding: 0;
      min-height: 240px; }
      .event-list a .event-block .event-banner {
        width: 340px;
        background-size: cover;
        min-height: 90px;
        background-repeat: no-repeat;
        background-image: url("/img/event-bg-default.png"); }
      .event-list a .event-block .event-date {
        color: #b78c30;
        font-weight: 400;
        font-family: "Source Sans Pro", sans-serif;
        min-height: 14px;
        margin: 8px 15px 4px 15px; }
      .event-list a .event-block .event-location {
        color: #435060;
        font-weight: 400;
        font-family: "Source Sans Pro", sans-serif;
        margin: 4px 15px 4px 15px;
        min-height: 20px; }
      .event-list a .event-block .event-desc {
        font-family: "Frank Ruhl Libre", serif;
        font-size: 2rem;
        font-weight: 400;
        margin: 35px 15px 0 15px; }
        @media (max-width: 991.98px) {
          .event-list a .event-block .event-desc {
            padding-bottom: 15px; } }

.event-details .event-banner {
  width: 100%;
  background-size: cover;
  min-height: 150px;
  max-height: 200px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-position: 50% 50%; }

.event-details .event-date {
  font-weight: 300; }

.event-details .event-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  color: #435060; }
  .event-details .event-desc p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    color: #435060; }
    .event-details .event-desc p:first-of-type {
      margin-top: 0; }
  .event-details .event-desc a {
    color: #b78c30 !important;
    font-family: "Source Sans Pro", sans-serif;
    text-decoration: none; }
    .event-details .event-desc a:hover {
      text-decoration: underline; }

/*
    Reference this file in the global website project scss file.
    e.g. src/project/website/styles/website.scss
*/
.sample h1 {
  font-size: 72px; }

form {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #435060; }
  form h3 {
    border-bottom: 1px solid #b78c30; }
  form .hidden-field, form .hidden-label {
    display: none !important; }
  form input:focus {
    outline: none; }
  form label {
    flex: 0 0 25%;
    min-width: 25%;
    width: 25%;
    display: inline-flex;
    margin-bottom: 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 700; }
    @media (max-width: 575.98px) {
      form label {
        flex: 0 0 50%;
        min-width: 50%;
        width: 50%; } }
    form label.required:after {
      content: ' *';
      color: red; }
  form input {
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
  form textarea {
    flex: 0 0 75%;
    min-width: 75%;
    width: 75%;
    display: block;
    font-family: "Source Sans Pro", sans-serif !important;
    color: #435060;
    margin-bottom: 15px; }
  form .form-section.side-by-side label, form .name-address.side-by-side label, form .company-name.side-by-side label, form .hidden-section.side-by-side label {
    flex: 0 0 10%;
    min-width: 10%;
    width: 10%;
    display: inline-flex;
    margin-bottom: 15px;
    margin-left: 15px; }
    form .form-section.side-by-side label:first-of-type, form .name-address.side-by-side label:first-of-type, form .company-name.side-by-side label:first-of-type, form .hidden-section.side-by-side label:first-of-type {
      margin-left: 0; }
    @media (max-width: 575.98px) {
      form .form-section.side-by-side label, form .name-address.side-by-side label, form .company-name.side-by-side label, form .hidden-section.side-by-side label {
        flex: 0 0 40%;
        min-width: 40%;
        width: 40%;
        margin-left: 0; } }
  form .form-section.side-by-side input[type=text], form .name-address.side-by-side input[type=text], form .company-name.side-by-side input[type=text], form .hidden-section.side-by-side input[type=text] {
    flex: 0 0 20%;
    min-width: 20%;
    width: 20%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
    @media (max-width: 575.98px) {
      form .form-section.side-by-side input[type=text], form .name-address.side-by-side input[type=text], form .company-name.side-by-side input[type=text], form .hidden-section.side-by-side input[type=text] {
        flex: 0 0 50%;
        min-width: 50%;
        width: 50%; } }
  form .form-section.side-by-side .field-validation-error, form .name-address.side-by-side .field-validation-error, form .company-name.side-by-side .field-validation-error, form .hidden-section.side-by-side .field-validation-error {
    display: inline-block;
    max-width: 15%;
    margin: 0;
    top: 8px;
    position: relative; }
  form .form-section label, form .name-address label, form .company-name label, form .hidden-section label {
    flex: 0 0 25%;
    min-width: 25%;
    width: 25%;
    display: inline-flex; }
    @media (max-width: 575.98px) {
      form .form-section label, form .name-address label, form .company-name label, form .hidden-section label {
        flex: 0 0 40%;
        min-width: 40%;
        width: 40%; } }
    form .form-section label.textarea-label, form .name-address label.textarea-label, form .company-name label.textarea-label, form .hidden-section label.textarea-label {
      flex: 0 0 100%;
      min-width: 100%;
      width: 100%; }
    form .form-section label input, form .name-address label input, form .company-name label input, form .hidden-section label input {
      display: block; }
  form .form-section span.field-validation-error + p, form .form-section span.field-validation-valid + p, form .name-address span.field-validation-error + p, form .name-address span.field-validation-valid + p, form .company-name span.field-validation-error + p, form .company-name span.field-validation-valid + p, form .hidden-section span.field-validation-error + p, form .hidden-section span.field-validation-valid + p {
    margin-top: 5px; }
  form .form-section input[type=text], form .form-section select, form .name-address input[type=text], form .name-address select, form .company-name input[type=text], form .company-name select, form .hidden-section input[type=text], form .hidden-section select {
    flex: 0 0 75%;
    min-width: 50%;
    width: 50%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
  form .form-section input[type=tel], form .name-address input[type=tel], form .company-name input[type=tel], form .hidden-section input[type=tel] {
    flex: 0 0 75%;
    min-width: 50%;
    width: 50%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
  form .form-section input[type=email], form .name-address input[type=email], form .company-name input[type=email], form .hidden-section input[type=email] {
    flex: 0 0 75%;
    min-width: 50%;
    width: 50%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
  form .form-section input[type=date], form .name-address input[type=date], form .company-name input[type=date], form .hidden-section input[type=date] {
    flex: 0 0 75%;
    min-width: 50%;
    width: 50%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
    @media (max-width: 575.98px) {
      form .form-section input[type=date], form .name-address input[type=date], form .company-name input[type=date], form .hidden-section input[type=date] {
        flex: 0 0 15%;
        min-width: 15%; } }
  form .form-section input[type=checkbox], form .name-address input[type=checkbox], form .company-name input[type=checkbox], form .hidden-section input[type=checkbox] {
    flex: 0 0 10%;
    min-width: 10%;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    vertical-align: middle;
    display: inline !important;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
    @media (max-width: 575.98px) {
      form .form-section input[type=checkbox], form .name-address input[type=checkbox], form .company-name input[type=checkbox], form .hidden-section input[type=checkbox] {
        flex: 0 0 15%;
        min-width: 15%;
        width: 20px;
        height: 20px; } }
  form .form-section .uploader-section, form .name-address .uploader-section, form .company-name .uploader-section, form .hidden-section .uploader-section {
    display: block; }
    form .form-section .uploader-section input[type="file"], form .name-address .uploader-section input[type="file"], form .company-name .uploader-section input[type="file"], form .hidden-section .uploader-section input[type="file"] {
      display: block; }
    form .form-section .uploader-section .field-validation-error, form .name-address .uploader-section .field-validation-error, form .company-name .uploader-section .field-validation-error, form .hidden-section .uploader-section .field-validation-error {
      display: block;
      font-family: "Source Sans Pro", sans-serif;
      color: #b78c30;
      font-size: 1.4rem;
      margin-top: 0px;
      margin-bottom: 0px; }
      @media (max-width: 575.98px) {
        form .form-section .uploader-section .field-validation-error, form .name-address .uploader-section .field-validation-error, form .company-name .uploader-section .field-validation-error, form .hidden-section .uploader-section .field-validation-error {
          margin-top: 5px; } }
  form .form-section .radio-yes-no-section label, form .form-section .radio-two-section label, form .name-address .radio-yes-no-section label, form .name-address .radio-two-section label, form .company-name .radio-yes-no-section label, form .company-name .radio-two-section label, form .hidden-section .radio-yes-no-section label, form .hidden-section .radio-two-section label {
    flex: 0 0 20%;
    min-width: 20%;
    width: 20%;
    display: inline-flex; }
    @media (max-width: 575.98px) {
      form .form-section .radio-yes-no-section label, form .form-section .radio-two-section label, form .name-address .radio-yes-no-section label, form .name-address .radio-two-section label, form .company-name .radio-yes-no-section label, form .company-name .radio-two-section label, form .hidden-section .radio-yes-no-section label, form .hidden-section .radio-two-section label {
        flex: 0 0 20%;
        min-width: 20%;
        width: 20%; } }
    form .form-section .radio-yes-no-section label:first-of-type, form .form-section .radio-two-section label:first-of-type, form .name-address .radio-yes-no-section label:first-of-type, form .name-address .radio-two-section label:first-of-type, form .company-name .radio-yes-no-section label:first-of-type, form .company-name .radio-two-section label:first-of-type, form .hidden-section .radio-yes-no-section label:first-of-type, form .hidden-section .radio-two-section label:first-of-type {
      flex: 0 0 40%;
      min-width: 40%;
      width: 40%; }
    form .form-section .radio-yes-no-section label input, form .form-section .radio-two-section label input, form .name-address .radio-yes-no-section label input, form .name-address .radio-two-section label input, form .company-name .radio-yes-no-section label input, form .company-name .radio-two-section label input, form .hidden-section .radio-yes-no-section label input, form .hidden-section .radio-two-section label input {
      display: block; }
  form .form-section .checkbox-section label, form .name-address .checkbox-section label, form .company-name .checkbox-section label, form .hidden-section .checkbox-section label {
    width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
    display: block; }
    form .form-section .checkbox-section label.checkbox-label, form .name-address .checkbox-section label.checkbox-label, form .company-name .checkbox-section label.checkbox-label, form .hidden-section .checkbox-section label.checkbox-label {
      font-family: "Source Sans Pro", sans-serif;
      color: #435060;
      font-size: 1.6rem;
      margin-top: 15px; }
  form .form-section .checkbox-section input[type=checkbox], form .name-address .checkbox-section input[type=checkbox], form .company-name .checkbox-section input[type=checkbox], form .hidden-section .checkbox-section input[type=checkbox] {
    flex: 0 0 10%;
    min-width: 10%;
    width: 10%;
    display: inline !important;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
    @media (max-width: 575.98px) {
      form .form-section .checkbox-section input[type=checkbox], form .name-address .checkbox-section input[type=checkbox], form .company-name .checkbox-section input[type=checkbox], form .hidden-section .checkbox-section input[type=checkbox] {
        flex: 0 0 15%;
        min-width: 15%;
        width: 15%; } }
  form .form-section .checkbox-section input[data-sc-field-name="relevant-documents"], form .form-section .checkbox-section input[data-sc-field-name="other-regs-contacted"], form .name-address .checkbox-section input[data-sc-field-name="relevant-documents"], form .name-address .checkbox-section input[data-sc-field-name="other-regs-contacted"], form .company-name .checkbox-section input[data-sc-field-name="relevant-documents"], form .company-name .checkbox-section input[data-sc-field-name="other-regs-contacted"], form .hidden-section .checkbox-section input[data-sc-field-name="relevant-documents"], form .hidden-section .checkbox-section input[data-sc-field-name="other-regs-contacted"] {
    flex: 0 0 10%;
    min-width: 10%;
    width: 10%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
    @media (max-width: 575.98px) {
      form .form-section .checkbox-section input[data-sc-field-name="relevant-documents"], form .form-section .checkbox-section input[data-sc-field-name="other-regs-contacted"], form .name-address .checkbox-section input[data-sc-field-name="relevant-documents"], form .name-address .checkbox-section input[data-sc-field-name="other-regs-contacted"], form .company-name .checkbox-section input[data-sc-field-name="relevant-documents"], form .company-name .checkbox-section input[data-sc-field-name="other-regs-contacted"], form .hidden-section .checkbox-section input[data-sc-field-name="relevant-documents"], form .hidden-section .checkbox-section input[data-sc-field-name="other-regs-contacted"] {
        flex: 0 0 15%;
        min-width: 15%;
        width: 15%; } }
  form .uploader-section input[type="file"] {
    display: block; }
  form .radio-three-section label {
    flex: 0 0 20%;
    min-width: 20%;
    width: 20%;
    display: inline-flex; }
    @media (max-width: 575.98px) {
      form .radio-three-section label {
        flex: 0 0 20%;
        min-width: 20%;
        width: 20%; } }
    form .radio-three-section label:first-of-type {
      flex: 0 0 25%;
      min-width: 25%;
      width: 25%; }
    form .radio-three-section label input {
      display: block; }
  form .content-sidebyside-section {
    margin-bottom: 20px; }
    form .content-sidebyside-section span {
      display: inline; }
      form .content-sidebyside-section span:first-of-type {
        display: block; }
    form .content-sidebyside-section label {
      font-weight: 400; }
    form .content-sidebyside-section .label-from::before {
      content: '\A';
      white-space: pre; }
    form .content-sidebyside-section .label-to::before {
      content: ' - '; }
    form .content-sidebyside-section input {
      width: 50px !important;
      min-width: 50px !important; }
  form .checkbox-section label {
    width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
    display: block;
    line-height: 1.6rem;
    margin-bottom: 8px;
    font-weight: 400; }
    form .checkbox-section label.checkbox-label {
      font-family: "Source Sans Pro", sans-serif;
      color: #435060;
      font-size: 1.6rem;
      font-weight: 700; }
  form .checkbox-section input[type=checkbox] {
    flex: 0 0 10%;
    min-width: 10%;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    vertical-align: middle;
    display: inline !important;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
    @media (max-width: 575.98px) {
      form .checkbox-section input[type=checkbox] {
        flex: 0 0 15%;
        min-width: 15%;
        width: 20px;
        height: 20px; } }
  form .checkbox-section input[data-sc-field-name="relevant-documents"], form .checkbox-section input[data-sc-field-name="other-regs-contacted"] {
    flex: 0 0 10%;
    min-width: 10%;
    width: 10%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
  form .checkbox-columns-section {
    padding-bottom: 15px; }
    form .checkbox-columns-section label {
      width: 45%;
      flex: 0 0 45%;
      min-width: 45%;
      line-height: 1.6rem;
      margin-bottom: 8px;
      font-weight: 400; }
      form .checkbox-columns-section label:before {
        display: table;
        content: " "; }
      form .checkbox-columns-section label.checkbox-label {
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
        font-family: "Source Sans Pro", sans-serif;
        color: #435060;
        font-size: 1.6rem;
        display: block;
        font-weight: 700; }
    form .checkbox-columns-section input[type=checkbox] {
      flex: 0 0 10%;
      min-width: 10%;
      width: 20px;
      height: 20px;
      margin: 0 !important;
      vertical-align: middle;
      display: inline !important;
      font-family: "Source Sans Pro", sans-serif;
      color: #435060;
      font-size: 1.6rem; }
      @media (max-width: 575.98px) {
        form .checkbox-columns-section input[type=checkbox] {
          flex: 0 0 15%;
          min-width: 15%;
          width: 15%; } }
  form .checkbox-horizontal-section {
    padding-bottom: 15px; }
    form .checkbox-horizontal-section label {
      width: 100%;
      flex: 0 0 100%;
      min-width: 100%;
      display: inline;
      line-height: 1.6rem;
      margin-bottom: 8px;
      font-weight: 400; }
      form .checkbox-horizontal-section label.checkbox-label {
        flex: 0 0 25%;
        min-width: 25%;
        width: 25%;
        font-family: "Source Sans Pro", sans-serif;
        color: #435060;
        font-size: 1.6rem;
        display: block;
        font-weight: 700; }
    form .checkbox-horizontal-section input[type=checkbox] {
      flex: 0 0 10%;
      min-width: 10%;
      width: 20px;
      height: 20px;
      margin: 0 !important;
      vertical-align: middle;
      display: inline !important;
      font-family: "Source Sans Pro", sans-serif;
      color: #435060;
      font-size: 1.6rem; }
      @media (max-width: 575.98px) {
        form .checkbox-horizontal-section input[type=checkbox] {
          flex: 0 0 15%;
          min-width: 15%;
          width: 20px;
          height: 20px; } }
  form .form-section {
    padding-top: 20px; }
    form .form-section:first-of-type {
      border-top: 0;
      padding-top: 0px; }
  form .hidden-section {
    display: none; }
  form input[value=Next], form input[value=Previous] {
    border: 1px solid #b78c30;
    padding: 10px;
    width: 200px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #b78c30;
    background: url(/img/icons/arrow-right-gold-med.png) no-repeat 95% 50%;
    background-color: #ffffff;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 15px; }
    form input[value=Next]:hover, form input[value=Previous]:hover {
      color: #ffffff;
      background: url(/img/icons/arrow-right-white-med.png) no-repeat 95% 50%;
      background-color: #b78c30; }
  form input[value=Previous] {
    text-align: right;
    background: url(/img/icons/arrow-left-gold-med.png) no-repeat 5% 50%; }
    form input[value=Previous]:hover {
      background: url(/img/icons/arrow-left-white-med.png) no-repeat 5% 50%;
      background-color: #b78c30; }
  form .add-company {
    width: 220px;
    margin-bottom: 15px; }
  form .add-individual {
    width: 240px;
    margin-bottom: 15px; }
  form .empty-label {
    margin: 0 !important;
    display: none !important; }
  form .request-type label, form .receive-info label {
    flex: 0 0 75%;
    min-width: 75%;
    width: 75%;
    display: inline-flex;
    margin-bottom: 15px; }
    form .request-type label input[type=radio], form .receive-info label input[type=radio] {
      min-width: 10%;
      width: 10%;
      display: block; }
  form .info-request-section p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400; }
    form .info-request-section p:first-of-type {
      margin-top: 0; }
  form .date-request p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 700; }
    form .date-request p.required:after {
      content: ' *';
      color: red; }
    form .date-request p:first-of-type {
      margin-top: 0; }
  form .date-request label {
    flex: 0 0 15%;
    min-width: 15%;
    width: 15%;
    display: inline-flex;
    margin-bottom: 15px;
    margin-left: 15px; }
    form .date-request label:first-of-type {
      margin-left: 0; }
    @media (max-width: 575.98px) {
      form .date-request label {
        flex: 0 0 25%;
        min-width: 25%;
        width: 25%;
        margin-left: 0; } }
  form .date-request input[type=date] {
    flex: 0 0 25%;
    min-width: 25%;
    width: 25%;
    display: inline;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
    @media (max-width: 575.98px) {
      form .date-request input[type=date] {
        flex: 0 0 50%;
        min-width: 50%;
        width: 50%; } }
  form .type-of-document label {
    flex: 0 0 25%;
    min-width: 50%;
    width: 50%;
    display: inline-flex;
    margin-bottom: 15px;
    font-weight: 400; }
    @media (max-width: 575.98px) {
      form .type-of-document label {
        flex: 0 0 90%;
        min-width: 90%;
        width: 90%; } }
    form .type-of-document label.type-of-document-label {
      font-weight: 700; }
    form .type-of-document label input[type=checkbox] {
      min-width: 10%;
      width: 10%;
      display: block;
      height: 20px; }
  form .type-of-document input[type=text] {
    flex: 0 0 75%;
    min-width: 50%;
    width: 50%;
    display: inline-flex;
    font-family: "Source Sans Pro", sans-serif;
    color: #435060;
    font-size: 1.6rem; }
  form .field-validation-error {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    color: #b78c30;
    font-size: 1.4rem;
    margin-top: -15px;
    margin-bottom: 15px; }
    @media (max-width: 575.98px) {
      form .field-validation-error {
        margin-top: -5px; } }
  form .mailin-submit {
    display: inline-block; }
  form .personal-submit {
    display: none; }
  form .receive-info p, form .receive-info color, form .receive-info li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.6rem;
    color: #435060; }
  form .receive-info padding:first-of-type {
    margin-top: 0; }
  form .request-type, form .receive-info, form .type-of-document, form .info-request-section {
    margin-top: 20px;
    border-top: 1px solid #b78c30;
    padding-top: 20px; }

/* Feature ComplaintsForms */
.complaints-form {
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: unset;
  /*.content-section {
        margin-top: 30px;
    }*/
  /*.asc-login-input {
        margin-bottom: 15px;
        width: 100% !important;
    }*/ }
  .complaints-form input[type=file] {
    font-family: "Source Sans Pro", sans-serif; }
  .complaints-form .success-box {
    border: solid;
    background-color: #edf5ea !important;
    border-color: #3b5925; }
    .complaints-form .success-box .success-header {
      color: #2b4022;
      font-weight: bolder; }
  @media screen and (max-width: 992px) {
    .complaints-form .complaint-list .hide-pipe-mobile {
      display: none; }
    .complaints-form .complaint-list .edit-delete-text {
      display: inline-block;
      margin-bottom: 20px; } }
  .complaints-form .main-row {
    font-family: "Source Sans Pro", sans-serif !important; }
    .complaints-form .main-row h1, .complaints-form .main-row h2, .complaints-form .main-row h3, .complaints-form .main-row h4 {
      font-family: "Frank Ruhl Libre", serif !important; }
    @media screen and (max-width: 992px) {
      .complaints-form .main-row {
        flex-direction: column-reverse;
        margin: auto; } }
  .complaints-form .document-upload-mobile {
    display: none; }
    @media screen and (max-width: 992px) {
      .complaints-form .document-upload-mobile {
        display: block; } }
  .complaints-form .panel-box .submit-to-asc {
    width: 250px; }
  .complaints-form .panel-box .terms-field {
    padding-left: 0px; }
  .complaints-form .panel-box .interactable button {
    display: none;
    width: 50%;
    background: url(/img/icons/more.png) no-repeat 95% 50%; }
    @media screen and (max-width: 992px) {
      .complaints-form .panel-box .interactable button {
        display: block; } }
  @media screen and (max-width: 992px) {
    .complaints-form .tab-container {
      overflow-x: auto;
      overflow-y: hidden; }
      .complaints-form .tab-container .tab-items {
        display: block;
        width: 200%; } }
  .complaints-form .field label {
    width: 100%; }
  .complaints-form label {
    width: unset;
    min-width: unset;
    display: inline-block; }
    .complaints-form label i, .complaints-form label em {
      box-sizing: unset !important; }
      .complaints-form label i:before, .complaints-form label i:after, .complaints-form label em:before, .complaints-form label em:after {
        box-sizing: unset !important; }
  .complaints-form .full-width-field {
    width: 100% !important; }
  .complaints-form h3 {
    font-size: 2.4rem;
    font-family: "Frank Ruhl Libre", serif;
    line-height: 30px;
    font-weight: 400; }
  .complaints-form .fas {
    margin-right: 10px; }
    .complaints-form .fas.icon-blue {
      color: #2A78E4; }
    .complaints-form .fas.icon-red {
      color: #d4d4d4; }
    .complaints-form .fas.icon-green {
      color: #333436; }
  .complaints-form hr {
    margin: 30px 0px; }
  .complaints-form a {
    color: #b78c30; }
    .complaints-form a.call-to-actions {
      padding: 10px;
      text-decoration: underline; }
  .complaints-form .error-message {
    color: red; }
  .complaints-form .success-message {
    color: #6AA84F; }
  .complaints-form .no-top-margin {
    margin-top: 0px; }
  .complaints-form .submit-anon-message {
    display: none; }
    .complaints-form .submit-anon-message p {
      color: #990000; }
  .complaints-form .panel-heading {
    font-weight: bolder;
    display: block;
    padding-bottom: 5px; }
  .complaints-form .panel-text {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px; }
    .complaints-form .panel-text.terms-field {
      font-size: 1.5rem;
      font-family: "Source Sans Pro", sans-serif !important;
      padding-top: 10px;
      padding-bottom: 25px !important;
      padding-left: 0px !important; }
    .complaints-form .panel-text .terms-text {
      position: absolute !important; }
  .complaints-form .info-text {
    padding-top: 10px;
    margin: 0px -20px; }
  .complaints-form .dotted-block {
    margin: 30px;
    padding: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px; }
    .complaints-form .dotted-block.green-border {
      border-color: #333436; }
    .complaints-form .dotted-block.gray-border {
      border-color: #333436; }
    .complaints-form .dotted-block.full-width {
      margin: 0px -35px; }
    .complaints-form .dotted-block.no-top-margin {
      margin-top: 0px; }
    .complaints-form .dotted-block button {
      width: 100%; }
    .complaints-form .dotted-block .panel-text-spacer {
      position: absolute; }
  .complaints-form .complaints-table {
    width: 100%; }
    .complaints-form .complaints-table thead tr td {
      font-weight: 600; }
  .complaints-form .gray-bg {
    background-color: #d4d4d4; }
  .complaints-form .blue-bg {
    background-color: #CADEF9; }
  .complaints-form .green-bg {
    background-color: #EDF5EA; }
  .complaints-form .text-italic {
    font-style: italic; }
  .complaints-form .text-center {
    text-align: center; }
  .complaints-form .sidebar {
    padding: 15px; }
    .complaints-form .sidebar hr {
      margin: 10px 0px; }
    .complaints-form .sidebar .text-block {
      margin: 10px 0px;
      padding: 15px; }
  .complaints-form .tab-container .tab-items a.tab-item {
    min-width: 90px !important;
    padding: 15px 10px; }
    .complaints-form .tab-container .tab-items a.tab-item.active:after {
      content: ' \25BC';
      color: #b78c30;
      position: absolute;
      display: block;
      bottom: -48px;
      left: 44%;
      height: 50px; }
    .complaints-form .tab-container .tab-items a.tab-item.disabled {
      pointer-events: none;
      background-color: #d4d4d4; }
  .complaints-form .tab-container .tab-items a:hover {
    color: #fff;
    background-color: #b78c30; }
  .complaints-form .content-text-numbered {
    padding: 10px 0px;
    min-height: 70px; }
    .complaints-form .content-text-numbered .content-number {
      margin-right: 15px;
      float: left; }
    .complaints-form .content-text-numbered .content-text {
      margin-top: 12px;
      display: grid;
      min-height: 130px; }
      .complaints-form .content-text-numbered .content-text.no-min-height {
        min-height: auto; }
      .complaints-form .content-text-numbered .content-text button {
        height: fit-content;
        bottom: 10px;
        position: absolute; }
  .complaints-form .circle-spacer {
    padding-left: 25px; }
  .complaints-form .asc-login-hr {
    margin-top: 20px; }
  .complaints-form .asc-forms-content-section {
    padding-bottom: 10px; }
  .complaints-form .asc-forms-heading-centered {
    margin: auto !important;
    padding: 15px; }
  .complaints-form .content-block {
    padding: 15px 0px; }
  .complaints-form .complaint-list {
    overflow: auto; }
    .complaints-form .complaint-list .min-width {
      min-width: 600px; }
    .complaints-form .complaint-list .heading {
      border-bottom: 2px solid #b78c30; }
      .complaints-form .complaint-list .heading div {
        color: #b78c30;
        font-family: "Source Sans Pro", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        padding: 15px 0 15px 15px; }
    .complaints-form .complaint-list .form-list-item {
      padding: 15px 0;
      font-family: "Source Sans Pro", sans-serif;
      border-bottom: 1px solid #b78c30;
      overflow-wrap: break-word;
      font-family: "Source Sans Pro", sans-serif; }
      .complaints-form .complaint-list .form-list-item div {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.6rem;
        padding: 0 22px 0 15px;
        color: #58595b; }
        .complaints-form .complaint-list .form-list-item div a {
          text-decoration: none;
          color: #435060;
          font-weight: 700;
          font-family: "Source Sans Pro", sans-serif; }
          .complaints-form .complaint-list .form-list-item div a:hover {
            color: #b78c30;
            text-decoration: underline; }
  .complaints-form .asc-forms-content-section ul {
    padding-left: 20px; }
    .complaints-form .asc-forms-content-section ul li {
      line-height: 22px;
      font-size: 1.6rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      margin-bottom: 5px;
      color: #435060;
      padding-left: 0; }
  .complaints-form .complaint-table {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    border-top: solid 1px #d4d4d4; }
    .complaints-form .complaint-table thead tr {
      font-weight: bold;
      border-bottom: solid 1px #d4d4d4; }
    .complaints-form .complaint-table tbody tr:nth-child(even) {
      background-color: #d4d4d4; }
    .complaints-form .complaint-table tbody tr {
      border-bottom: solid 1px #d4d4d4; }
      .complaints-form .complaint-table tbody tr:hover {
        background-color: #CADEF9; }
      .complaints-form .complaint-table tbody tr td:not(:first-of-type) {
        padding-left: 10px; }
      .complaints-form .complaint-table tbody tr td {
        padding: 5px;
        vertical-align: text-top; }
  .complaints-form .required-terms {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 1.5rem;
    padding-bottom: 10px;
    color: #990000; }
  .complaints-form .required:after {
    margin-left: 5px;
    content: "*";
    color: red;
    vertical-align: top; }
  .complaints-form .cooperation form .field {
    vertical-align: top; }
  .complaints-form form {
    /***********CUSTOM */
    margin: 15px 0px;
    /* Customize the label (the container) */
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Create the indicator (the dot/circle - hidden when not checked) */
    /* Show the indicator (dot/circle) when checked */
    /* Style the indicator (dot/circle) */
    /*input, textarea, select[name="fund_type"], select[name="year_end"] {
            width: 90% !important;
        }*/
    /******************************/
    /* Date Picker*/ }
    .complaints-form form .cta-rows .cancel-button {
      background: url(/img/icons/close-gold.png) no-repeat 95% 50%; }
    .complaints-form form .cta-rows .cancel-button:hover {
      background: url(/img/icons/close-white.png) no-repeat 95% 50%;
      background-color: #b78c30; }
    .complaints-form form .extra-padding-top {
      padding-top: 25px; }
    .complaints-form form .field-name {
      width: 25%; }
      @media screen and (max-width: 992px) {
        .complaints-form form .field-name {
          width: 100%;
          margin-top: 5px;
          margin-bottom: 0px; } }
    .complaints-form form other-inline {
      width: 100% !important; }
    .complaints-form form #other-select .field {
      vertical-align: middle; }
    .complaints-form form .field {
      display: inline-block;
      width: 100%;
      vertical-align: middle; }
      @media screen and (max-width: 992px) {
        .complaints-form form .field {
          padding: 0px; } }
      .complaints-form form .field textarea {
        display: inline-block; }
      .complaints-form form .field.required:after {
        content: "*";
        color: red;
        vertical-align: top; }
    @media (max-width: 1199.98px) {
      .complaints-form form {
        text-align: left !important; } }
    .complaints-form form .field-container {
      margin-top: 10px; }
      @media (max-width: 1199.98px) {
        .complaints-form form .field-container .text-right {
          text-align: left !important; } }
    .complaints-form form label.container {
      display: block;
      position: relative;
      padding: 0 30px 0 0;
      margin-bottom: 12px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-weight: 400; }
    .complaints-form form .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .complaints-form form .checkmark {
      position: absolute;
      top: 3px;
      right: 0;
      height: 15px;
      width: 15px;
      background-color: #eee;
      border-radius: 50%; }
      @media (max-width: 1199.98px) {
        .complaints-form form .checkmark {
          right: 15px; } }
    .complaints-form form .container:hover input ~ .checkmark {
      background-color: #939597; }
    .complaints-form form .container input:checked ~ .checkmark {
      background-color: #b78c30; }
    .complaints-form form .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .complaints-form form .container input:checked ~ .checkmark:after {
      display: block; }
    .complaints-form form .container .checkmark:after {
      top: 5px;
      left: 5px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #ffffff; }
    .complaints-form form select, .complaints-form form input[type=text], .complaints-form form input[type=date], .complaints-form form input[type=email], .complaints-form form input[type=tel], .complaints-form form input[type=password], .complaints-form form textarea {
      padding: 10px;
      margin: 5px 0px; }
      .complaints-form form select.small, .complaints-form form input[type=text].small, .complaints-form form input[type=date].small, .complaints-form form input[type=email].small, .complaints-form form input[type=tel].small, .complaints-form form input[type=password].small, .complaints-form form textarea.small {
        width: 30%; }
      .complaints-form form select.medium, .complaints-form form input[type=text].medium, .complaints-form form input[type=date].medium, .complaints-form form input[type=email].medium, .complaints-form form input[type=tel].medium, .complaints-form form input[type=password].medium, .complaints-form form textarea.medium {
        width: 60%; }
      .complaints-form form select.large, .complaints-form form input[type=text].large, .complaints-form form input[type=date].large, .complaints-form form input[type=email].large, .complaints-form form input[type=tel].large, .complaints-form form input[type=password].large, .complaints-form form textarea.large {
        width: 90%; }
        @media screen and (max-width: 992px) {
          .complaints-form form select.large select, .complaints-form form select.large input[type=text], .complaints-form form select.large input[type=date], .complaints-form form select.large input[type=email], .complaints-form form select.large input[type=tel], .complaints-form form select.large input[type=password], .complaints-form form input[type=text].large select, .complaints-form form input[type=text].large input[type=text], .complaints-form form input[type=text].large input[type=date], .complaints-form form input[type=text].large input[type=email], .complaints-form form input[type=text].large input[type=tel], .complaints-form form input[type=text].large input[type=password], .complaints-form form input[type=date].large select, .complaints-form form input[type=date].large input[type=text], .complaints-form form input[type=date].large input[type=date], .complaints-form form input[type=date].large input[type=email], .complaints-form form input[type=date].large input[type=tel], .complaints-form form input[type=date].large input[type=password], .complaints-form form input[type=email].large select, .complaints-form form input[type=email].large input[type=text], .complaints-form form input[type=email].large input[type=date], .complaints-form form input[type=email].large input[type=email], .complaints-form form input[type=email].large input[type=tel], .complaints-form form input[type=email].large input[type=password], .complaints-form form input[type=tel].large select, .complaints-form form input[type=tel].large input[type=text], .complaints-form form input[type=tel].large input[type=date], .complaints-form form input[type=tel].large input[type=email], .complaints-form form input[type=tel].large input[type=tel], .complaints-form form input[type=tel].large input[type=password], .complaints-form form input[type=password].large select, .complaints-form form input[type=password].large input[type=text], .complaints-form form input[type=password].large input[type=date], .complaints-form form input[type=password].large input[type=email], .complaints-form form input[type=password].large input[type=tel], .complaints-form form input[type=password].large input[type=password], .complaints-form form textarea.large select, .complaints-form form textarea.large input[type=text], .complaints-form form textarea.large input[type=date], .complaints-form form textarea.large input[type=email], .complaints-form form textarea.large input[type=tel], .complaints-form form textarea.large input[type=password] {
            width: 95%; }
          .complaints-form form select.large textarea, .complaints-form form input[type=text].large textarea, .complaints-form form input[type=date].large textarea, .complaints-form form input[type=email].large textarea, .complaints-form form input[type=tel].large textarea, .complaints-form form input[type=password].large textarea, .complaints-form form textarea.large textarea {
            width: 93%; } }
      .complaints-form form select.full, .complaints-form form input[type=text].full, .complaints-form form input[type=date].full, .complaints-form form input[type=email].full, .complaints-form form input[type=tel].full, .complaints-form form input[type=password].full, .complaints-form form textarea.full {
        width: 100%; }
    .complaints-form form label {
      width: unset;
      min-width: unset; }
      .complaints-form form label i, .complaints-form form label em {
        box-sizing: unset !important; }
        .complaints-form form label i:before, .complaints-form form label i:after, .complaints-form form label em:before, .complaints-form form label em:after {
          box-sizing: unset !important; }
    .complaints-form form .more-info {
      margin-left: 15px;
      color: #ffffff;
      background-color: #b78c30;
      width: 20px;
      height: 20px;
      padding: 0 5px;
      font-famiy: "Source Sans Pro", sans-serif;
      font-weight: 700; }
      .complaints-form form .more-info:hover {
        cursor: pointer; }
    .complaints-form form .field-label {
      width: 100%;
      flex: auto; }
    .complaints-form form .field-info {
      display: none; }
      .complaints-form form .field-info p {
        margin-top: 0;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.4rem; }
        .complaints-form form .field-info p a {
          font-family: "Source Sans Pro", sans-serif;
          color: #b78c30; }
    .complaints-form form .error-msg {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.4rem;
      display: block;
      color: #b78c30; }
    .complaints-form form .dollar {
      margin-right: 5px; }
    .complaints-form form .ui-datepicker .ui-widget-header {
      border: 0;
      background: #ffffff;
      font-weight: 600; }
    .complaints-form form .ui-datepicker .ui-datepicker-calendar th {
      font-weight: 400; }
    .complaints-form form .ui-datepicker .ui-datepicker-prev,
    .complaints-form form .ui-datepicker .ui-datepicker-next {
      opacity: 1 !important; }
    .complaints-form form .ui-datepicker-calendar .ui-state-default {
      background-color: #FFF;
      border-color: #e5e5e5; }
    .complaints-form form .ui-datepicker .ui-state-highlight,
    .complaints-form form .ui-datepicker .ui-widget-content .ui-state-highlight,
    .complaints-form form .ui-datepicker .ui-widget-header .ui-state-highlight,
    .complaints-form form .ui-datepicker-calendar .ui-state-default:hover {
      background-color: #e5e5e5; }
    .complaints-form form .ui-datepicker .ui-state-active,
    .complaints-form form .ui-datepicker .ui-state-active:hover,
    .complaints-form form .ui-datepicker .ui-widget-content .ui-state-active,
    .complaints-form form .ui-datepicker .ui-widget-header .ui-state-active,
    .complaints-form form .ui-datepicker a.ui-button:active,
    .complaints-form form .ui-datepicker .ui-button:active, .complaints-form form .ui-datepicker .ui-button.ui-state-active:hover,
    .complaints-form form .ui-datepicker-calendar .ui-state-default.ui-state-highlight:hover {
      border: 1px solid #336699;
      background: #336699;
      color: #FFF; }
  .complaints-form .tabs ul {
    padding-left: 0px;
    border-bottom: 1px solid black;
    height: 30px; }
    .complaints-form .tabs ul li {
      height: inherit;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      border-left: 1px solid black;
      padding-right: 10px;
      position: relative;
      background-color: #d4d4d4;
      display: inline-block;
      padding: .24em .3em .25em;
      margin-right: 6px;
      z-index: 0; }
      .complaints-form .tabs ul li:after {
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        position: absolute;
        z-index: -1;
        content: "";
        right: -3px;
        top: 0;
        height: 29px;
        width: 100%;
        background-color: inherit;
        -webkit-transform: skewX(10deg);
        -moz-transform: skewX(10deg);
        -ms-transform: skewX(10deg);
        transform: skewX(10deg); }
      .complaints-form .tabs ul li.selected {
        border-bottom: none;
        background-color: white; }
        .complaints-form .tabs ul li.selected:after {
          border-bottom: none; }
  .complaints-form .loading-modal {
    display: none; }
    .complaints-form .loading-modal.active {
      display: block;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 7;
      /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: black;
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
      min-height: 1000px; }
      .complaints-form .loading-modal.active .modal-content {
        background-color: #fefefe;
        margin: 10% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 35%;
        /* Could be more or less, depending on screen size */ }
        .complaints-form .loading-modal.active .modal-content .loading-animation {
          text-align: center; }
        .complaints-form .loading-modal.active .modal-content .loading-animation:after {
          overflow: hidden;
          display: inline-block;
          vertical-align: bottom;
          -webkit-animation: ellipsis steps(4, end) 900ms infinite;
          animation: ellipsis steps(4, end) 900ms infinite;
          content: "\2026";
          /* ascii code for the ellipsis character */
          width: 0px; }

@keyframes ellipsis {
  to {
    width: 1.25em; } }

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em; } }
      @media screen and (max-width: 992px) {
        .complaints-form .loading-modal.active .modal-content {
          width: 90% !important; } }
  .complaints-form .session-timeout-modal {
    display: none; }
    .complaints-form .session-timeout-modal.active {
      display: block;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 7;
      /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: black;
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
      min-height: 1000px; }
      .complaints-form .session-timeout-modal.active .modal-content {
        background-color: #fefefe;
        margin: 10% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 20%;
        /* Could be more or less, depending on screen size */ }
        .complaints-form .session-timeout-modal.active .modal-content .loading-animation {
          text-align: center; }
      @media screen and (max-width: 992px) {
        .complaints-form .session-timeout-modal.active .modal-content {
          width: 90% !important; } }
  .complaints-form .modal {
    display: none;
    font-family: "Source Sans Pro", sans-serif !important; }
    .complaints-form .modal h1 {
      font-family: "Frank Ruhl Libre", serif !important; }
    .complaints-form .modal.active {
      display: block;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 6;
      /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: black;
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */ }
      .complaints-form .modal.active .modal-content {
        background-color: #fefefe;
        margin: 10% auto;
        /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 35%;
        /* Could be more or less, depending on screen size */ }
        @media screen and (max-width: 992px) {
          .complaints-form .modal.active .modal-content {
            width: 90%; } }

.checkbox-group select, .checkbox-group input[type=text], .checkbox-group input[type=date], .checkbox-group input[type=email], .checkbox-group input[type=tel], .checkbox-group input[type=password], .checkbox-group textarea {
  padding: 10px;
  margin: 5px 0px; }
  .checkbox-group select.small, .checkbox-group input[type=text].small, .checkbox-group input[type=date].small, .checkbox-group input[type=email].small, .checkbox-group input[type=tel].small, .checkbox-group input[type=password].small, .checkbox-group textarea.small {
    width: 30%; }
  .checkbox-group select.medium, .checkbox-group input[type=text].medium, .checkbox-group input[type=date].medium, .checkbox-group input[type=email].medium, .checkbox-group input[type=tel].medium, .checkbox-group input[type=password].medium, .checkbox-group textarea.medium {
    width: 60%; }
  .checkbox-group select.large, .checkbox-group input[type=text].large, .checkbox-group input[type=date].large, .checkbox-group input[type=email].large, .checkbox-group input[type=tel].large, .checkbox-group input[type=password].large, .checkbox-group textarea.large {
    width: 90%; }
  .checkbox-group select.full, .checkbox-group input[type=text].full, .checkbox-group input[type=date].full, .checkbox-group input[type=email].full, .checkbox-group input[type=tel].full, .checkbox-group input[type=password].full, .checkbox-group textarea.full {
    width: 100%; }

@media screen and (max-width: 992px) {
  .checkbox-group input[type=checkbox] {
    margin-top: 15px; } }

.checkbox-group .security-commissions {
  padding-left: 20px; }

.checkbox-group label {
  width: unset !important;
  min-width: unset !important;
  font-weight: normal; }
  .checkbox-group label i, .checkbox-group label em {
    box-sizing: unset !important; }
    .checkbox-group label i:before, .checkbox-group label i:after, .checkbox-group label em:before, .checkbox-group label em:after {
      box-sizing: unset !important; }

div.panel-outer .info-box {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: -10px; }
  div.panel-outer .info-box span.info-text {
    display: inline-block;
    margin-left: 10%;
    margin-top: -9%; }

div.panel-outer .contact-box {
  padding: 25px; }
  div.panel-outer .contact-box .contact-text {
    margin-left: 2%;
    display: inline-block; }

.circle {
  color: #435060;
  width: 40px;
  height: 40px;
  border: 5px solid #435060;
  border-radius: 50%;
  font-size: 150% !important;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder; }

@media screen and (max-width: 992px) {
  .num-tab-container {
    overflow-x: auto;
    overflow-y: hidden; }
    .num-tab-container .tab-items {
      display: block; } }

html body .complaints-form button.wide {
  width: 300px !important; }

html body .complaints-form .radius {
  border-radius: 10px; }

html body .complaints-form .content-font, html body .complaints-form .content-font > * {
  font-family: "Source Sans Pro", sans-serif !important; }

html body .complaints-form .content-section {
  margin-top: 20px; }

html body .complaints-form .contact-type-icon {
  margin-left: 15px;
  margin-top: 3px; }

html body .complaints-form .contact-type-block {
  display: none;
  border: 1px solid #d4d4d4;
  padding: 15px;
  width: 70%;
  left: 28%;
  position: absolute;
  background-color: white;
  z-index: 99999; }
  @media screen and (max-width: 992px) {
    html body .complaints-form .contact-type-block {
      width: 60%;
      left: 38%; } }

html body .complaints-form .contact-type-icon {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: none;
  box-sizing: content-box !important; }
  html body .complaints-form .contact-type-icon:hover + .contact-type-block {
    display: block; }

html body .complaints-form .hover-icon {
  margin-left: 15px; }

html body .complaints-form .hover-block {
  display: none;
  border: 1px solid #d4d4d4;
  padding: 15px;
  font-size: 1.5rem !important;
  position: absolute;
  background-color: white;
  z-index: 99999;
  font-weight: 400;
  text-transform: none; }

html body .complaints-form .hover-icon {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: none;
  box-sizing: content-box !important; }
  html body .complaints-form .hover-icon:hover + .hover-block {
    display: block; }

html body .complaints-form button.simple, html body .complaints-form button.simple:hover {
  padding: 10px 30px 10px 0px;
  border-width: 0px;
  width: auto;
  background-color: transparent;
  color: #b78c30;
  position: relative !important;
  max-width: 200px;
  bottom: auto;
  background: url(/img/icons/arrow-right-gold-med.png) no-repeat center right;
  box-sizing: border-box; }

html body .complaints-form a.simple-cta, html body .complaints-form a.simple-cta:hover {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif !important;
  color: #b78c30;
  text-transform: uppercase;
  padding: 10px 30px 10px 0px;
  min-width: 1px;
  display: inline-block;
  background: url(/img/icons/arrow-right-gold-med.png) no-repeat center right;
  text-decoration: none;
  box-sizing: border-box; }

html body .complaints-form a.box-cta {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif !important;
  color: #b78c30;
  text-transform: uppercase;
  padding: 10px 30px 10px 0px;
  min-width: 1px;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #B78C30;
  display: block;
  background: #FFFFFF url(/img/icons/arrow-right-gold-med.png) no-repeat 97.5% center;
  padding-left: 15px;
  width: 50%; }
  @media screen and (max-width: 992px) {
    html body .complaints-form a.box-cta {
      width: 80%; } }
  html body .complaints-form a.box-cta:hover {
    background: #b78c30 url(/img/icons/arrow-right-white-med.png) no-repeat 97.5% center;
    color: #fff; }

html body .complaints-form a.simple-cta.cancel {
  background: url(/img/icons/close-gold.png) no-repeat center right;
  margin-left: 30px; }

html body .complaints-form .heading-font, html body .complaints-form .heading-font > * {
  font-family: "Frank Ruhl Libre", serif !important; }

html body .complaints-form .larger-heading-font, html body .complaints-form .larger-heading-font > * {
  font-family: "Frank Ruhl Libre", serif !important;
  font-size: 3.6rem !important;
  font-weight: 400; }
  @media screen and (max-width: 992px) {
    html body .complaints-form .larger-heading-font, html body .complaints-form .larger-heading-font > * {
      font-size: 2.9rem !important; } }

html body .complaints-form .accordion-list > h5 {
  font-family: "Frank Ruhl Libre", serif !important;
  font-size: 3.6rem !important;
  font-weight: 400; }
  @media screen and (max-width: 992px) {
    html body .complaints-form .accordion-list > h5 {
      font-size: 2.9rem !important; } }

html body .complaints-form .subheading, html body .complaints-form .subheading > * {
  font-family: "Frank Ruhl Libre", serif !important;
  font-size: 1.4rem !important;
  color: #b78c30;
  margin-top: 10px; }

html body .complaints-form .small-font, html body .complaints-form .small-font > * {
  font-size: 1.5rem !important; }

html body .complaints-form .smaller-font, html body .complaints-form .smaller-font > * {
  font-size: 1.4rem !important; }

html body .complaints-form .light-gray-bg {
  background-color: #ededed; }

html body .complaints-form .circle {
  border: 2px solid #435060; }

html body .complaints-form p {
  font-family: "Source Sans Pro", sans-serif !important; }

html body .complaints-form .fas.icon-gold {
  color: #b78c30; }

html body .complaints-form .fas.icon-coal {
  color: #435060; }

html body .complaints-form .label-checkboxes {
  margin-left: 5px; }

html body .complaints-form input[type=radio] + label {
  width: auto;
  margin-right: 10px;
  margin-left: 5px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif; }

html body .complaints-form .field > .attention-block {
  width: 100%;
  margin-bottom: 2rem; }

html body .complaints-form .mt-1 {
  margin-top: 1rem !important; }

html body .complaints-form .mt-2 {
  margin-top: 2rem !important; }

html body .complaints-form .mt-3 {
  margin-top: 3rem !important; }

html body .complaints-form .mb-1 {
  margin-bottom: 1rem !important; }

html body .complaints-form .mb-2 {
  margin-bottom: 2rem !important; }

html body .complaints-form .mb-3 {
  margin-bottom: 3rem !important; }

html body .complaints-form .attention-block {
  border: 1px solid #d4d4d4;
  padding: 15px; }
  html body .complaints-form .attention-block .attention-text {
    position: relative;
    padding-left: 28px; }
    html body .complaints-form .attention-block .attention-text i {
      position: absolute;
      left: 0px;
      top: 2px; }
    html body .complaints-form .attention-block .attention-text p {
      margin: 0;
      padding: 0;
      font-size: 1.5rem !important; }
    html body .complaints-form .attention-block .attention-text p + p {
      margin-top: 1rem; }

html body .complaints-form .columns-content {
  font-family: "Source Sans Pro", sans-serif !important;
  padding-bottom: 40px;
  position: relative; }
  html body .complaints-form .columns-content h5 {
    margin-bottom: 0px; }
  html body .complaints-form .columns-content.has-button {
    padding-bottom: 40px; }
    html body .complaints-form .columns-content.has-button a.simple-cta {
      position: absolute;
      bottom: 0px;
      left: 70px; }
  html body .complaints-form .columns-content.has-button.tall-button {
    padding-bottom: 65px; }
  html body .complaints-form .columns-content .panel-outer .content-text.card {
    padding-left: 20px; }
  html body .complaints-form .columns-content .content-text {
    padding-left: 55px; }
  html body .complaints-form .columns-content .content-text, html body .complaints-form .columns-content .content-text-numbered {
    min-height: auto;
    display: block; }
  @media screen and (max-width: 992px) {
    html body .complaints-form .columns-content {
      padding-bottom: 20px; } }
  html body .complaints-form .columns-content p {
    margin-top: 0;
    margin-bottom: 1rem; }

html body .complaints-form .content-text {
  font-family: "Source Sans Pro", sans-serif !important;
  color: #435060; }

html body .complaints-form .content-text p {
  color: #435060; }

html body .complaints-form .content-section h2 {
  color: #435060; }

html body .complaints-form .steps-block {
  margin-top: 1em; }

html body .complaints-form .login-block {
  border: 1px solid #d4d4d4; }
  html body .complaints-form .login-block h5 {
    margin-bottom: 0; }
  html body .complaints-form .login-block p {
    font-size: 1.5rem !important; }
  html body .complaints-form .login-block form {
    margin-bottom: 0; }

html body .complaints-form .border-block {
  border: 1px solid #d4d4d4; }
  html body .complaints-form .border-block h5 {
    margin-bottom: 0; }
  html body .complaints-form .border-block form {
    margin-bottom: 0; }

html body .complaints-form .text-block h5 {
  font-size: 2rem; }

html body .complaints-form .complaint-block {
  background: #ededed 0% 0% no-repeat padding-box; }
  html body .complaints-form .complaint-block h5 {
    margin-bottom: 0; }
  html body .complaints-form .complaint-block form {
    margin-bottom: 0; }

html body .complaints-form .radio-complaint input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0; }

html body .complaints-form .radio-complaint input[type="radio"] + label {
  margin-top: 10px !important;
  margin-left: 0px !important;
  margin-right: 0px !important; }

html body .complaints-form .radio-complaint input[type="radio"]:checked + label {
  background-color: #b78c30;
  color: #fff; }

html body .complaints-form .radio-complaint label {
  display: inline-block;
  background-color: #fff;
  padding: 6px 10px;
  font-size: 1.6rem;
  border: 1px solid #A5A8AB;
  border-radius: 9px;
  color: #435060; }
  html body .complaints-form .radio-complaint label:hover {
    background-color: #b78c30;
    color: #fff;
    cursor: pointer; }

html body .complaints-form .complaint-answers {
  margin-top: 20px; }
  html body .complaints-form .complaint-answers div {
    display: none; }

html body .complaints-form .content-text-numbered .content-text {
  margin-top: 7px; }
  html body .complaints-form .content-text-numbered .content-text button {
    height: auto;
    bottom: 0;
    position: absolute !important; }

html body .complaints-form .content-text-numbered ul {
  margin-top: 0; }

html body .complaints-form .panel-box {
  padding: 10px;
  margin-bottom: 2rem; }
  html body .complaints-form .panel-box .panel-heading {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 1.5rem !important;
    color: #435060; }
    html body .complaints-form .panel-box .panel-heading.panel-heading-intro {
      font-weight: 300; }
  html body .complaints-form .panel-box .panel-text-spacer {
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 1.5rem !important;
    color: #435060; }
  html body .complaints-form .panel-box .panel-text {
    position: relative;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 5px; }
    html body .complaints-form .panel-box .panel-text i {
      position: absolute;
      left: 0px;
      top: 2px; }

html body .complaints-form .panel-outer {
  padding: 10px; }
  html body .complaints-form .panel-outer .info-block {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 28px; }
    html body .complaints-form .panel-outer .info-block i {
      position: absolute;
      left: 0px;
      top: 2px; }
    html body .complaints-form .panel-outer .info-block .info-text {
      margin: 0;
      padding: 0;
      font-size: 1.5rem !important; }
  html body .complaints-form .panel-outer .contact-box {
    border: 1px solid #d4d4d4; }
  html body .complaints-form .panel-outer .info-block + .contact-box {
    margin-top: 3rem; }

html body .complaints-form .card {
  padding: 20px; }

html body .complaints-form .card-small {
  padding: 15px; }

html body .complaints-form .tab-title {
  background-color: #b78c30;
  margin-top: -5px; }
  html body .complaints-form .tab-title .row {
    margin: 0; }
    html body .complaints-form .tab-title .row h2 {
      font-size: 3.6rem;
      color: #fff;
      font-weight: 400; }
      @media screen and (max-width: 992px) {
        html body .complaints-form .tab-title .row h2 {
          font-size: 2rem; } }
  html body .complaints-form .tab-title .center {
    margin-left: auto;
    margin-right: auto; }

html body .complaints-form .tab-bar {
  overflow: auto; }
  html body .complaints-form .tab-bar div.row {
    min-width: 400px;
    overflow: hidden; }
  html body .complaints-form .tab-bar .center {
    margin-left: auto;
    margin-right: auto; }

html body .complaints-form .num-tab-container {
  font-size: 1.6rem; }
  html body .complaints-form .num-tab-container .tab-items a.tab-item {
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 10px 10px;
    margin: 15px 6px 25px 6px;
    display: inline-block;
    background: #ededed;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    vertical-align: top;
    text-align: center;
    line-height: 1.1em;
    position: relative;
    color: #A5A8AB; }
    html body .complaints-form .num-tab-container .tab-items a.tab-item.active {
      color: #fff;
      background-color: #b78c30; }
    html body .complaints-form .num-tab-container .tab-items a.tab-item.completed {
      background: #fff;
      border: 1px solid #707070;
      color: #435060; }
      html body .complaints-form .num-tab-container .tab-items a.tab-item.completed:after {
        font-family: "Font Awesome 5 Free";
        content: ' \f058';
        position: absolute;
        display: block;
        bottom: -25px;
        left: 30%;
        font-weight: 700; }
    html body .complaints-form .num-tab-container .tab-items a.tab-item.disabled {
      pointer-events: none;
      background-color: #ededed; }
  html body .complaints-form .num-tab-container .tab-items a:hover {
    color: #fff;
    background-color: #b78c30; }

html body .complaints-form .complaint-form a.box-cta, html body .complaints-form .complaint-form a.box-cta:hover {
  width: 200px;
  margin-top: 15px;
  margin-bottom: 35px; }

html body .complaints-form .complaint-form a.cancel {
  margin-left: 29px; }

html body .complaints-form .complaint-form h5 {
  color: #b78c30;
  border-bottom: 2px solid #b78c30;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700; }

html body .complaints-form .complaint-form h6 {
  color: #b78c30;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700; }

html body .complaints-form .complaint-form p {
  margin: 0; }

html body .complaints-form .complaint-form p.bold {
  font-weight: 700; }

html body .complaints-form .complaint-form .radio {
  margin-bottom: 2rem; }
  html body .complaints-form .complaint-form .radio label {
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px; }
  html body .complaints-form .complaint-form .radio p {
    margin: -0.5rem 0 0rem 2.7rem !important;
    max-width: 700px; }
  html body .complaints-form .complaint-form .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    html body .complaints-form .complaint-form .radio input[type="radio"] + .radio-label:before {
      content: '';
      background: #fff;
      border-radius: 100%;
      border: 1px solid #707070;
      display: inline-block;
      width: 1.2em;
      height: 1.2em;
      position: relative;
      margin-right: 0.5em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
    html body .complaints-form .complaint-form .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #435060;
      box-shadow: inset 0 0 0 3px #fff; }
    html body .complaints-form .complaint-form .radio input[type="radio"]:focus + .radio-label:before {
      outline: none;
      border-color: #707070; }
    html body .complaints-form .complaint-form .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }

html body .complaints-form .complaint-form label.field-name.full-width-field {
  color: #b78c30;
  font-weight: 400;
  margin: 0; }

html body .complaints-form .complaint-form label.field-name.full-width-field.radio-field {
  color: #435060 !important;
  margin-bottom: 10px; }

html body .complaints-form .complaint-form label.field-name.full-width-field.checkbox-field {
  color: #435060 !important;
  margin-bottom: 10px; }

html body .complaints-form .complaint-form .field {
  margin-top: 0;
  margin-bottom: 26px; }
  html body .complaints-form .complaint-form .field .no-margin {
    margin: 0 !important; }
  html body .complaints-form .complaint-form .field select {
    color: #A5A8AB; }
  html body .complaints-form .complaint-form .field select option {
    color: #435060; }
  html body .complaints-form .complaint-form .field input::placeholder, html body .complaints-form .complaint-form .field textarea::placeholder {
    color: #A5A8AB;
    font-family: "Source Sans Pro", sans-serif; }
  html body .complaints-form .complaint-form .field input[type="radio"] {
    position: absolute;
    opacity: 0; }
    html body .complaints-form .complaint-form .field input[type="radio"] + label {
      margin-left: 25px; }
      html body .complaints-form .complaint-form .field input[type="radio"] + label:before {
        content: '';
        background: #fff;
        border-radius: 100%;
        border: 1px solid #707070;
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        position: relative;
        margin-right: 0.5em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
        margin-left: -27px; }
    html body .complaints-form .complaint-form .field input[type="radio"]:checked + label:before {
      background-color: #435060;
      box-shadow: inset 0 0 0 3px #fff; }
    html body .complaints-form .complaint-form .field input[type="radio"]:focus + label:before {
      outline: none;
      border-color: #707070; }
    html body .complaints-form .complaint-form .field input[type="radio"] + label:empty:before {
      margin-right: 0; }
  html body .complaints-form .complaint-form .field input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    html body .complaints-form .complaint-form .field input[type="checkbox"] + label {
      margin-left: 0; }
      html body .complaints-form .complaint-form .field input[type="checkbox"] + label:before {
        content: '';
        background: #fff;
        border-radius: 20%;
        border: 1px solid #707070;
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        position: relative;
        margin-right: 0.5em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease; }
    html body .complaints-form .complaint-form .field input[type="checkbox"]:checked + label:before {
      background-color: #435060;
      box-shadow: inset 0 0 0 3px #fff; }
    html body .complaints-form .complaint-form .field input[type="checkbox"]:focus + label:before {
      outline: none;
      border-color: #707070; }
    html body .complaints-form .complaint-form .field input[type="checkbox"] + label:empty:before {
      margin-right: 0; }

html body .complaints-form .summary-form .checkbox-group {
  margin-top: 10px; }

html body .complaints-form .summary-form h5 a {
  text-transform: none;
  float: right;
  font-size: 1.2rem !important; }

html body .complaints-form .summary-form div.field {
  margin-bottom: 10px !important; }

.CoveoSearchInterface {
  display: block !important; }
  .CoveoSearchInterface .coveo-visible-to-screen-reader-only {
    visibility: hidden; }
  .CoveoSearchInterface .loading-section {
    display: flex;
    z-index: 99;
    margin-top: 20px; }
    .CoveoSearchInterface .loading-section .row {
      margin: 0;
      padding: 20px 0;
      border-bottom: 1px solid #b78c30; }
      .CoveoSearchInterface .loading-section .row:first-of-type {
        border-top: 1px solid #ededed; }
      .CoveoSearchInterface .loading-section .row .col {
        background-color: #ededed;
        min-height: 50px;
        height: 50px; }
  .CoveoSearchInterface.coveo-waiting-for-first-query {
    background-color: #ffffff !important; }
    .CoveoSearchInterface.coveo-waiting-for-first-query .coveo-first-loading-animation {
      display: none !important; }
  .CoveoSearchInterface.CoveoDebug .loading-section {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    display: none; }
  .CoveoSearchInterface.CoveoDebug .coveo-main-section {
    display: block; }
  .CoveoSearchInterface .coveo-main-section {
    display: none; }
  @media (max-width: 991.98px) {
    .CoveoSearchInterface .desktop-only {
      display: none; } }
  .CoveoSearchInterface .coveo-first-loading-animation {
    background: #ffffff; }
    .CoveoSearchInterface .coveo-first-loading-animation .coveo-logo {
      background: unset !important; }
    .CoveoSearchInterface .coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot {
      background-color: #b78c30; }
  .CoveoSearchInterface .coveo-no-results {
    max-width: 100% !important; }
    .CoveoSearchInterface .coveo-no-results .accordion-list {
      display: none; }
      .CoveoSearchInterface .coveo-no-results .accordion-list .section a.menu-item {
        text-align: left; }
    .CoveoSearchInterface .coveo-no-results .CoveoQuerySummary {
      font-family: "Source Sans Pro", sans-serif; }
      .CoveoSearchInterface .coveo-no-results .CoveoQuerySummary .coveo-query-summary-no-results-string {
        font-family: "Source Sans Pro", sans-serif; }
      .CoveoSearchInterface .coveo-no-results .CoveoQuerySummary .coveo-query-summary-cancel-last {
        font-family: "Source Sans Pro", sans-serif;
        color: #b78c30;
        text-decoration: none; }
        .CoveoSearchInterface .coveo-no-results .CoveoQuerySummary .coveo-query-summary-cancel-last:hover {
          text-decoration: underline; }
      .CoveoSearchInterface .coveo-no-results .CoveoQuerySummary .coveo-query-summary-search-tips-info {
        font-family: "Source Sans Pro", sans-serif; }
      .CoveoSearchInterface .coveo-no-results .CoveoQuerySummary ul li {
        font-family: "Source Sans Pro", sans-serif;
        color: #435060; }
  .CoveoSearchInterface .content-section {
    margin-top: 30px; }
  @media (max-width: 1199.98px) {
    .CoveoSearchInterface .coveo-dropdown-header {
      display: none !important; } }
  .CoveoSearchInterface .coveo-main-section {
    padding: 0px 0; }
    .CoveoSearchInterface .coveo-main-section .CoveoSearchbox .CoveoOmnibox {
      width: 90%;
      display: inline-block; }
    .CoveoSearchInterface .coveo-main-section .CoveoSearchbox .CoveoSearchButton {
      display: inline-block; }
      .CoveoSearchInterface .coveo-main-section .CoveoSearchbox .CoveoSearchButton .coveo-search-button {
        display: inline-block;
        width: 45%;
        margin-top: 10px; }
        .CoveoSearchInterface .coveo-main-section .CoveoSearchbox .CoveoSearchButton .coveo-search-button svg {
          color: #b78c30; }
    .CoveoSearchInterface .coveo-main-section .coveo-tab-section {
      display: none; }
    .CoveoSearchInterface .coveo-main-section .coveo-recommendation-column {
      display: none; }
    .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb {
      border: 0;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.6rem; }
      .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values {
        display: inline-block;
        margin-top: 0;
        padding-left: 0;
        list-style-type: none;
        width: 67%; }
        .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item {
          margin-right: 12px;
          display: inline-block; }
          .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item:hover .coveo-facet-breadcrumb-clear svg g path {
            color: #c91e1e !important; }
          .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item .coveo-facet-breadcrumb-value {
            color: #263E55; }
            .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item .coveo-facet-breadcrumb-value.coveo-selected {
              color: #263E55 !important; }
            .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
              color: #263E55;
              background-position: auto;
              width: auto;
              height: auto;
              text-indent: 0; }
              .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear svg {
                width: 9px;
                margin-top: 1px;
                margin-left: 1px;
                color: #263E55; }
                .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear svg g {
                  color: #263E55; }
                  .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value-list-item .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear svg g path {
                    color: #263E55; }
      .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-title {
        font-weight: 700;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.6rem; }
      .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-facet-breadcrumb-caption {
        color: #b78c30;
        font-weight: 700;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.6rem; }
      .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
        background-color: #b78c30;
        border: 0; }
        .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all:focus {
          outline-color: #ffffff; }
        .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all div {
          color: #ffffff;
          font-weight: 700;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.4rem;
          text-transform: uppercase; }
          .CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all div:before {
            content: '';
            background: url(/img/icons/close-white.png);
            background-size: 100%;
            width: 10px;
            height: 10px;
            margin-right: 5px;
            display: inline-block; }
    .CoveoSearchInterface .coveo-main-section .CoveoQuerySummary {
      font-size: 1.4rem; }
      .CoveoSearchInterface .coveo-main-section .CoveoQuerySummary .coveo-query-summary-search-tips-info {
        font-family: "Source Sans Pro", sans-serif;
        color: #435060;
        font-size: 1.6rem; }
      .CoveoSearchInterface .coveo-main-section .CoveoQuerySummary ul li {
        font-family: "Source Sans Pro", sans-serif;
        color: #435060;
        font-size: 1.6rem; }
    .CoveoSearchInterface .coveo-main-section .CoveoQueryDuration {
      font-size: 1.4rem; }
    .CoveoSearchInterface .coveo-main-section .coveo-results-column {
      padding: 0; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .magic-box .magic-box-input .magic-box-underlay .magic-box-error {
        border-bottom: none; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container {
        border: 0;
        background-color: #ededed;
        z-index: 100; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .CoveoFacet {
          z-index: 100;
          background-color: #ededed;
          padding-bottom: 15px;
          margin-bottom: 0; }
          @media (min-width: 992px) {
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .CoveoFacet {
              min-width: 33%;
              max-width: 50%; } }
          @media (max-width: 1199.98px) {
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .CoveoFacet {
              min-width: 100%; } }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .CoveoFacet .coveo-facet-value-caption {
            width: 54% !important; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .CoveoFacet .coveo-facet-header-eraser {
            width: auto;
            height: auto;
            text-indent: 0;
            background: none; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .CoveoFacet .coveo-facet-header-eraser svg {
              height: 15px;
              color: #263E55; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .CoveoFacet .coveo-facet-header-eraser svg:hover {
                color: #630b0b;
                margin: 0; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .menu-item {
          margin: 0;
          width: 100%;
          display: block;
          padding: 10px 0 10px 0; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .section {
          border: 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .section .section-header {
            padding: 10px 15px;
            font-weight: 400;
            font-family: "Source Sans Pro", sans-serif;
            color: #435060;
            text-decoration: none;
            font-size: 1.2rem; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .section .section-header.active {
              color: #b78c30; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .section .section-header.active .arrow {
                padding: 10px 5px;
                float: right;
                background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
                transform: rotate(-90deg); }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .section .section-header .arrow {
              padding: 10px 7px;
              margin: 0 0 0 5px;
              float: right;
              background: url(/img/icons/arrow2-right-gold-lg.png) no-repeat right center;
              transform: rotate(90deg); }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .dropdown {
          overflow-y: visible; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .height-spacer {
          padding: 0;
          background-color: #ededed;
          display: none; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .accordion-container .accordion-items .height-spacer ul li {
            margin-bottom: 0; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header {
        box-shadow: none; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .sort-by {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.4rem;
          color: #435060; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section div {
          margin-right: 10px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-desc, .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-asc {
          width: 80px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-desc span, .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-asc span {
            padding: 0 10px 6px 10px;
            min-width: 50px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-desc .date-descending, .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-asc .date-descending {
            background: url(/img/icons/arrow2-left-gold-sm.png) no-repeat 50% 50%;
            transform: rotate(-90deg);
            width: 10px !important;
            height: 20px;
            padding: 0 5px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-desc .date-ascending, .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-asc .date-ascending {
            background: url(/img/icons/arrow2-left-gold-sm.png) no-repeat 50% 50%;
            transform: rotate(90deg);
            width: 10px !important;
            height: 20px;
            padding: 0 5px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-desc .news-date-descending, .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-asc .news-date-descending {
            background: url(/img/icons/arrow2-left-gold-sm.png) no-repeat 50% 50%;
            transform: rotate(-90deg);
            width: 10px !important;
            height: 20px;
            padding: 0 5px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-desc .news-date-ascending, .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-asc .news-date-ascending {
            background: url(/img/icons/arrow2-left-gold-sm.png) no-repeat 50% 50%;
            transform: rotate(90deg);
            width: 10px !important;
            height: 20px;
            padding: 0 5px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-desc {
          display: flex; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .date-asc {
          display: none; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.4rem;
          font-weight: 400;
          color: #b78c30;
          border: 0;
          padding: 0 15px 6px 15px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort:focus {
            outline: 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort.coveo-selected {
            padding-bottom: 2px;
            border-bottom: 4px solid #b78c30; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-summary-section {
          font-size: 1.4rem; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox {
        padding: 0px 0px 0px 0px;
        margin-bottom: 20px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox .magic-box {
          border: 0; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox .magic-box-icon:before {
          padding: 10px;
          background: url(/img/icons/close-gold.png);
          margin: 15px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox .magic-box .magic-box-input {
          border-bottom: 1px solid #b78c30; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox .magic-box .magic-box-input input {
            font-weight: 700; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox .CoveoSearchButton {
          border: 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoSearchbox .CoveoSearchButton .coveo-icon {
            background: url(/img/icons/search-gold.png) no-repeat;
            width: 26px;
            height: 25px; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList {
        margin: 0;
        padding: 0; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult {
          border-bottom: 1px solid #b78c30;
          margin: 0;
          padding: 15px 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult > div > .coveo-title,
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult > div > .CoveoExcerpt {
            padding: 0 15px 0 0;
            width: 76%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult > div > .coveo-title {
            margin: 0.25em 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult > div > .CoveoExcerpt {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 1.4rem;
            color: #435060;
            line-height: 1.6em; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .asc-web {
            background-color: #eee;
            padding: 10px;
            border: 1px solid #b78c30; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .asc-web .coveo-result-row + .coveo-result-cell {
              width: 7%; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .asc-web .coveo-result-row + .coveo-result-cell + .coveo-result-row {
              width: 93%;
              display: table-cell; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .asc-web .coveo-title a.CoveoResultLink {
              font-weight: 700;
              color: #b78c30 !important;
              font-family: "Source Sans Pro", sans-serif;
              text-decoration: none; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title {
            font-family: "Source Sans Pro", sans-serif;
            padding-right: 15px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title span {
              vertical-align: initial; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title span.proceeding-title {
                font-weight: 700 !important;
                color: #435060 !important;
                font-family: "Source Sans Pro", sans-serif; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title a {
              vertical-align: initial;
              color: #435060 !important; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title a.CoveoResultLink {
                font-weight: 700;
                color: #435060 !important;
                font-family: "Source Sans Pro", sans-serif; }
                .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title a.CoveoResultLink:active {
                  color: #435060; }
                .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title a.CoveoResultLink:focus {
                  outline: none;
                  color: #b78c30; }
                .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title a.CoveoResultLink:hover {
                  color: #b78c30 !important; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title a:hover {
                color: #b78c30 !important;
                text-decoration: underline; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-title a.golden-text {
                color: #b78c30 !important; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-excerpt {
            padding-right: 10px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .coveo-excerpt .CoveoExcerpt {
              color: #435060; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column {
            font-family: "Frank Ruhl Libre", serif;
            color: #435060;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 24px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column.default div {
              font-size: 1.4rem !important; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column.default a {
              color: #b78c30;
              font-size: 1.4rem !important; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column.default a:hover {
                text-decoration: underline; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column.default a.instrument-lookup:after {
                content: url(/img/icons/arrow-right-sm.png);
                margin-left: 10px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column.default .metadata-label {
              display: inline !important;
              font-size: 1.4rem !important; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column .metadata-label {
              display: none;
              font-weight: 700;
              margin-right: 15px; }
              @media (max-width: 575.98px) {
                .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-column .metadata-label {
                  display: inline; } }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .type {
            margin: 10px 0 0 0px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .type .newsreleasetype {
              background-color: #ffffff;
              border: 1px solid #b78c30;
              width: 30px;
              text-align: center;
              font-size: 1.6rem;
              line-height: 1.6rem;
              padding: 5px;
              font-family: "Source Sans Pro", sans-serif;
              text-transform: uppercase;
              font-weight: 700;
              color: #b78c30; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .additional-info {
            margin-top: 20px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-right {
            text-align: right; }
            @media (max-width: 991.98px) {
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .metadata-right {
                text-align: left; } }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .result-details {
            white-space: normal;
            font-size: 1.4rem; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .result-details div {
              font-size: 1.4rem; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .result-details .result-detail-col {
              margin-top: 10px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .result-details p {
              margin-top: 0;
              line-height: 1.3em;
              word-wrap: break-word;
              font-size: 1.4rem; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .result-details a :hover {
              color: #b78c30 !important; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type {
            font-weight: 300;
            font-family: "Frank Ruhl Libre", serif;
            color: #435060;
            font-size: 1.4rem; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date.small, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type.small {
              font-size: 1.2rem; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date a, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type a {
              color: #435060; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date a.instrument-lookup:after, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type a.instrument-lookup:after {
                content: url(/img/icons/arrow-right-sm.png);
                margin-left: 10px; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date a.instrument-lookup img, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type a.instrument-lookup img {
                max-width: 12px;
                max-height: 12px;
                margin-left: 5px; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date a:hover, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type a:hover {
                color: #b78c30; }
                .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date a:hover span, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type a:hover span {
                  color: #b78c30; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .date a span, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .search-type a span {
                font-family: "Source Sans Pro", sans-serif; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .proceeding-details div {
            font-weight: 400;
            font-family: "Source Sans Pro", sans-serif;
            color: #435060;
            font-size: 1.2rem; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .proceeding-details div p {
              font-weight: 400;
              font-family: "Source Sans Pro", sans-serif;
              color: #435060;
              font-size: 1.2rem; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .proceeding-details div p:first-of-type {
                margin-top: 0; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .proceeding-details div p:last-of-type {
                margin-bottom: 0; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .proceeding-details div a {
              font-family: "Source Sans Pro", sans-serif;
              color: #b78c30;
              text-decoration: none;
              font-size: 1.2rem; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .proceeding-details div a:hover {
                text-decoration: underline; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .proceeding-details div a font {
                color: #b78c30 !important; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .created-date {
            font-size: 1.2rem;
            line-height: 24px;
            margin-bottom: 5px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .CoveoExcerpt, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .SummaryDesc {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 1.4rem;
            color: #435060; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .icon img {
            padding: 8px 0 0 13px;
            margin-top: 3px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .CoveoFieldValue .coveo-clickable {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 1.2rem;
            padding: 2px 8px;
            border-radius: 2px;
            color: #435060;
            border: 1px solid #d4d4d4;
            font-weight: 400;
            display: inline-block; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .CoveoFieldValue .coveo-clickable:hover {
              text-decoration: none;
              background-color: #b78c30;
              color: #ffffff;
              border: 1px solid #b78c30; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .CoveoResult .CoveoFieldValue .coveo-clickable.coveo-selected {
              color: #ffffff;
              background-color: #b78c30;
              border: 1px solid #b78c30; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-icon.pdf {
          background: url(/img/icons/pdf.png) no-repeat;
          background-size: contain; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-result-row.metadata p, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-result-row.metadata span {
          font-size: 1.1rem; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section {
          padding-left: 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .coveo-result-row {
            margin: 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .ndo-enforcement-result > .coveo-result-row:nth-child(2) > .coveo-result-cell:first-child {
            width: 52%; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .ndo-enforcement-result > .coveo-result-row:nth-child(2) > .coveo-result-cell:first-child .coveo-title {
              margin-top: 3px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .ndo-enforcement-result > .coveo-result-row:nth-child(2) > .coveo-result-cell:first-child .coveo-result-row .coveo-result-cell:first-child {
              width: 3% !important; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .ndo-enforcement-result > .coveo-result-row:nth-child(2) > .coveo-result-cell:nth-child(2) {
            font-family: "Frank Ruhl Libre", serif;
            color: #435060;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 32px;
            width: 20%;
            padding-left: 15px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .ndo-enforcement-result > .coveo-result-row:nth-child(2) > .coveo-result-cell:nth-child(2) .coveo-result-row {
              margin: 0; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .ndo-enforcement-result > .coveo-result-row:nth-child(2) > .coveo-result-cell:nth-child(2) .coveo-result-row .metadata-label {
                display: inline-block;
                font-weight: bold;
                font-size: 1.4rem; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:first-child {
            width: 7%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(2) {
            width: 36%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(3), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(4) {
            width: 16%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:last-child {
            width: 18%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row .coveo-result-cell:first-child {
            width: 7%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row .coveo-result-cell:nth-child(2) {
            width: 26%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row .coveo-result-cell:nth-child(3) {
            width: 25%;
            line-height: 1.5;
            font-size: 1.4rem;
            padding-top: 7px;
            padding-right: 6px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row .coveo-result-cell:nth-child(4) {
            font-family: "Frank Ruhl Libre", serif;
            color: #435060;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 32px;
            width: 17%;
            padding-top: 1px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .exemption-orders-result .coveo-result-row .coveo-result-cell:last-child {
            font-size: 1.4rem;
            line-height: 1.6;
            padding-top: 5px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section .fallback-result .coveo-result-row > .coveo-result-cell:first-child {
            width: 7%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section .fallback-result .coveo-result-row > .coveo-result-cell:last-child {
            width: 93%; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section .fallback-result .coveo-result-row > .coveo-result-cell:last-child .coveo-result-row:nth-child(2) {
              font-size: 1.2rem;
              line-height: 24px;
              margin-bottom: 5px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section .fallback-result .coveo-result-row > .coveo-result-cell .icon img {
            padding: 8px 0 0 13px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section .fallback-result .coveo-result-row > .coveo-result-cell .CoveoExcerpt {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 1.4rem;
            color: #435060;
            width: 75%;
            display: block; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .news-release-result > .coveo-result-row {
            margin: 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .news-release-result .coveo-result-row > .coveo-result-cell:first-child {
            width: 76%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .news-release-result .coveo-result-row > .coveo-result-cell:last-child {
            width: 13%;
            text-align: left;
            margin-right: 25px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .news-release-result .coveo-result-row .newsreleasetype {
            background-color: #ffffff;
            border: 1px solid #b78c30;
            width: 30px;
            text-align: right;
            font-size: 1.6rem;
            line-height: 1.6rem;
            padding: 5px;
            font-family: "Source Sans Pro", sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            color: #b78c30;
            margin-right: 25px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .news-release-result .coveo-result-row .coveoforsitecore-time-cell {
            font-family: "Frank Ruhl Libre", serif;
            color: #435060;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 32px;
            width: 20%;
            text-align: center; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-archived-current-result .coveo-result-row .coveo-result-cell:first-child {
            width: 40%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-archived-current-result .coveo-result-row .coveo-result-cell:nth-child(2), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-archived-current-result .coveo-result-row .coveo-result-cell:last-child {
            width: 19%;
            font-family: "Frank Ruhl Libre", serif;
            color: #435060;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 24px;
            padding-top: 3px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-archived-current-result .coveo-result-row .coveo-result-cell:nth-child(2) .metadata-label, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-archived-current-result .coveo-result-row .coveo-result-cell:last-child .metadata-label {
              display: none; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-archived-current-result .coveo-result-row .coveo-result-cell:last-child {
            width: 14%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-archived-current-result .coveo-result-row:nth-child(2) .coveo-result-cell:last-child {
            width: 13%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row {
            margin: 0; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row .coveo-result-cell:first-child {
              width: 58%; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row .coveo-result-cell:nth-child(2) {
              width: 25%; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row .coveo-result-cell:last-child {
              width: 17%; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row .coveo-result-cell:nth-child(2), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row .coveo-result-cell:last-child {
              font-family: "Frank Ruhl Libre", serif;
              color: #435060;
              font-size: 1.4rem;
              font-weight: 400;
              line-height: 24px;
              padding-top: 3px; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row .coveo-result-cell:nth-child(2) .metadata-label, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .pdo-unpaid-result .coveo-result-row .coveo-result-cell:last-child .metadata-label {
                display: none; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .publications-result .coveo-result-row + .coveo-result-cell {
            width: 7%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .publications-result .coveo-result-row + .coveo-result-cell + .coveo-result-cell {
            width: 68%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveoforsitecore-information-section > .publications-result .coveo-result-cell:last-child {
            width: 25%;
            font-family: "Frank Ruhl Libre", serif;
            color: #435060;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 24px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument > .coveo-result-cell:first-child {
          width: 8%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument > .coveo-result-cell:nth-child(2) {
          width: 55%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument > .coveo-result-cell:last-child {
          width: 25%;
          padding-left: 25px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument > .coveo-result-cell:last-child .coveo-result-row {
            font-size: 1.4rem;
            margin-top: 9px; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument > .coveo-result-cell:last-child .coveo-result-row a {
              color: #b78c30;
              font-size: 1.4rem !important;
              padding-left: 15px; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument > .coveo-result-cell:last-child .coveo-result-row a:after {
                content: url(/img/icons/arrow-right-sm.png);
                margin-left: 10px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument.facets .coveo-result-row + .coveo-result-cell {
          width: 8%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument.facets .coveo-result-row + .coveo-result-cell + .coveo-result-cell {
          width: 50%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument.facets .coveo-result-cell:last-child {
          width: 30%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .regulatory-instrument.facets .coveo-result-cell .metadata-label {
          font-weight: 700; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .fallback-result .coveo-result-row > .coveo-result-cell:first-child {
          width: 7%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .fallback-result .coveo-result-row > .coveo-result-cell:last-child {
          width: 93%; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .fallback-result .coveo-result-row > .coveo-result-cell:last-child .coveo-result-row:nth-child(2) {
            font-size: 1.2rem;
            line-height: 24px;
            margin-bottom: 5px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .fallback-result .coveo-result-row > .coveo-result-cell .icon img {
          padding: 8px 0 0 13px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .fallback-result .coveo-result-row > .coveo-result-cell .CoveoExcerpt {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.4rem;
          color: #435060;
          width: 75%;
          display: block; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .event-result .coveo-result-row .coveoforsitecore-time-cell {
          font-size: 1.4rem;
          padding-right: 15px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:first-child {
          width: 8%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(2) {
          width: 43%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .exemption-orders-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(4) {
          font-family: "Frank Ruhl Libre", serif;
          color: #435060;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 32px;
          width: 20%;
          text-align: center; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-unpaid-result .coveo-result-row:nth-child(2) .coveo-result-cell:first-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-archived-current-result .coveo-result-row:nth-child(2) .coveo-result-cell:first-child {
          width: 60%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-unpaid-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(2), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-unpaid-result .coveo-result-row:nth-child(2) .coveo-result-cell:last-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-archived-current-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(2),
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-archived-current-result .coveo-result-row:nth-child(2) .coveo-result-cell:last-child {
          width: 25%;
          font-family: "Frank Ruhl Libre", serif;
          color: #435060;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 24px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-unpaid-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(2) .metadata-label, .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-unpaid-result .coveo-result-row:nth-child(2) .coveo-result-cell:last-child .metadata-label,
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-archived-current-result .coveo-result-row:nth-child(2) .coveo-result-cell:nth-child(2) .metadata-label,
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .pdo-archived-current-result .coveo-result-row:nth-child(2) .coveo-result-cell:last-child .metadata-label {
            display: none; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .news-release-result .coveo-result-row:nth-child(2) > .coveo-result-cell:first-child {
          width: 60%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .news-release-result .coveo-result-row:nth-child(2) > .coveo-result-cell:last-child {
          width: 13%;
          text-align: left;
          margin-right: 25px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .news-release-result .coveo-result-row .newsreleasetype {
          background-color: #ffffff;
          border: 1px solid #b78c30;
          width: 30px;
          text-align: right;
          font-size: 1.6rem;
          line-height: 1.6rem;
          padding: 5px;
          font-family: "Source Sans Pro", sans-serif;
          text-transform: uppercase;
          font-weight: 700;
          color: #b78c30;
          margin-right: 25px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .news-release-result .coveo-result-row .coveoforsitecore-time-cell {
          font-family: "Frank Ruhl Libre", serif;
          color: #435060;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 32px;
          width: 20%;
          text-align: center; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:first-child {
          width: 5%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:nth-child(2) {
          width: 29%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:nth-child(3) {
          width: 17%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:nth-child(4) {
          width: 25%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:last-child {
          width: 25%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:nth-child(3), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:nth-child(4), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell:last-child {
          font-family: "Frank Ruhl Libre", serif;
          color: #435060;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 24px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-enforcement-result .coveo-result-row .coveo-result-cell .metadata-label {
          display: block; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:first-child {
          width: 7%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:nth-child(2) {
          width: 27%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:nth-child(3) {
          width: 17%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:nth-child(4) {
          width: 25%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:last-child {
          width: 25%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:nth-child(3), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:nth-child(4), .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell:last-child {
          font-family: "Frank Ruhl Libre", serif;
          color: #435060;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 24px;
          padding-top: 5px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .ndo-reg-issuer-result .coveo-result-row .coveo-result-cell .metadata-label {
          display: none; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .publications-result .coveo-result-cell:first-child {
          width: 7%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .publications-result .coveo-result-cell:nth-child(2) {
          width: 68%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .publications-result .coveo-result-cell:last-child {
          width: 25%;
          font-family: "Frank Ruhl Libre", serif;
          color: #435060;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 24px; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-text {
        display: none; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list {
        margin-top: 30px; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list .coveo-results-per-page-list-item {
          border: 0;
          margin: 0 10px 0 0;
          padding: 0; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list .coveo-results-per-page-list-item:focus {
            outline-color: #ffffff; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list .coveo-results-per-page-list-item.coveo-active a {
            font-size: 1.2rem;
            line-height: 1.2rem;
            text-align: center;
            padding: 9px;
            color: #b78c30;
            width: 30px;
            height: 30px;
            max-height: 30px;
            max-width: 30px;
            display: inline-block;
            background-color: #ffffff; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list .coveo-results-per-page-list-item.coveo-active a:hover {
              font-size: 1.2rem;
              line-height: 1.2rem;
              background-color: #ffffff;
              color: #b78c30;
              width: 30px;
              height: 30px;
              max-height: 30px;
              max-width: 30px;
              background-color: #ffffff; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list .coveo-results-per-page-list-item a {
            font-size: 1.2rem;
            line-height: 1.2rem;
            text-align: center;
            padding: 9px;
            color: #435060;
            width: 30px;
            height: 30px;
            max-height: 30px;
            max-width: 30px;
            display: inline-block;
            background-color: #ffffff; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list .coveo-results-per-page-list-item a:focus {
              border: 0; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultsPerPage .coveo-results-per-page-list .coveo-results-per-page-list-item a:hover {
              font-size: 1.2rem;
              line-height: 1.2rem;
              color: #435060;
              width: 30px;
              height: 30px;
              max-height: 30px;
              max-width: 30px;
              background-color: #ffffff; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager {
        margin-left: 0; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list {
          margin-top: 30px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item {
            border: 0;
            margin: 0 10px 0 0;
            padding: 0;
            background-color: none; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item:focus {
              outline-color: #ffffff; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item.coveo-pager-previous a span {
              background-image: none;
              display: inline;
              overflow: none;
              height: 20px;
              background-size: auto; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item.coveo-pager-next a {
              font-size: 1.2rem;
              line-height: 1.2rem;
              text-align: center;
              padding: 9px;
              color: #435060;
              width: 30px;
              height: 30px;
              max-height: 30px;
              max-width: 30px;
              display: inline-block;
              background: none; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item.coveo-pager-next a span {
                background-image: none;
                display: inline;
                overflow: none;
                height: 20px;
                background-size: auto; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item.coveo-active {
              background-color: initial; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item.coveo-active a {
                font-size: 1.2rem;
                line-height: 1.2rem;
                text-align: center;
                padding: 9px;
                color: #b78c30;
                width: 30px;
                height: 30px;
                max-height: 30px;
                max-width: 30px;
                display: inline-block;
                background-color: #ffffff; }
                .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item.coveo-active a:hover {
                  font-size: 1.2rem;
                  line-height: 1.2rem;
                  background-color: #ffffff;
                  color: #b78c30;
                  width: 30px;
                  height: 30px;
                  max-height: 30px;
                  max-width: 30px;
                  background-color: #ffffff; }
            .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item a {
              font-size: 1.2rem;
              line-height: 1.2rem;
              text-align: center;
              padding: 9px;
              color: #435060;
              width: 30px;
              height: 30px;
              max-height: 30px;
              max-width: 30px;
              display: inline-block;
              background-color: #ffffff; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item a:focus {
                border: 0; }
              .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoPager .coveo-pager-list .coveo-pager-list-item a:hover {
                font-size: 1.2rem;
                line-height: 1.2rem;
                color: #435060;
                width: 30px;
                height: 30px;
                max-height: 30px;
                max-width: 30px;
                background-color: #ffffff; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-sort-container {
        border-bottom: 1px solid #b78c30; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-sort-container .CoveoSort {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.6rem;
          font-weight: 700;
          color: #b78c30;
          border-bottom: none;
          padding: 0 0 5px 0;
          text-transform: uppercase;
          display: block;
          padding-top: 15px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-sort-container .CoveoSort.coveo-descending .coveo-icon .coveo-sort-icon-ascending {
            display: none; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-sort-container .CoveoSort.coveo-selected {
            padding-bottom: 1px;
            border-bottom: 4px solid #b78c30;
            margin-right: 10px; }
          .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-sort-container .CoveoSort .coveo-icon {
            text-indent: 0px;
            background: none;
            font-size: 10px; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-sorts,
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-registrants-sorts,
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .notices-decisions-and-orders-sorts {
        display: flex; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-sorts .coveo-sort-container:first-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-registrants-sorts .coveo-sort-container:first-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .notices-decisions-and-orders-sorts .coveo-sort-container:first-child {
          width: 34%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-sorts .coveo-sort-container:nth-child(2),
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-registrants-sorts .coveo-sort-container:nth-child(2),
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .notices-decisions-and-orders-sorts .coveo-sort-container:nth-child(2) {
          width: 17%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-sorts .coveo-sort-container:nth-child(3),
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-registrants-sorts .coveo-sort-container:nth-child(3),
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .notices-decisions-and-orders-sorts .coveo-sort-container:nth-child(3) {
          width: 25%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-sorts .coveo-sort-container:last-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .decisions-and-orders-registrants-sorts .coveo-sort-container:last-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .notices-decisions-and-orders-sorts .coveo-sort-container:last-child {
          width: 25%; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .investor-alerts-sorts,
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .news-releases-sorts,
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .reports-and-publications-sorts,
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .reporting-issuer-list-sorts {
        display: flex; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .investor-alerts-sorts .coveo-sort-container:first-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .news-releases-sorts .coveo-sort-container:first-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .reports-and-publications-sorts .coveo-sort-container:first-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .reporting-issuer-list-sorts .coveo-sort-container:first-child {
          width: 75%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .investor-alerts-sorts .coveo-sort-container:last-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .news-releases-sorts .coveo-sort-container:last-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .reports-and-publications-sorts .coveo-sort-container:last-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .reporting-issuer-list-sorts .coveo-sort-container:last-child {
          width: 25%; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-registrants-sorts,
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-sorts {
        display: flex; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-registrants-sorts .coveo-sort-container:first-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-sorts .coveo-sort-container:first-child {
          width: 33%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-registrants-sorts .coveo-sort-container:nth-child(2),
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-sorts .coveo-sort-container:nth-child(2) {
          width: 25%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-registrants-sorts .coveo-sort-container:nth-child(3),
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-sorts .coveo-sort-container:nth-child(3) {
          width: 17%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-registrants-sorts .coveo-sort-container:last-child,
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .exemption-orders-sorts .coveo-sort-container:last-child {
          width: 25%; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .status-of-current-proceedings-sorts {
        display: flex; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .status-of-current-proceedings-sorts .coveo-sort-container:first-child {
          width: 55%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .status-of-current-proceedings-sorts .coveo-sort-container:nth-child(2) {
          width: 22%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .status-of-current-proceedings-sorts .coveo-sort-container:last-child {
          width: 22%; }
      .CoveoSearchInterface .coveo-main-section .coveo-results-column .unpaid-orders-sorts {
        display: flex; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .unpaid-orders-sorts .coveo-sort-container:first-child {
          width: 58%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .unpaid-orders-sorts .coveo-sort-container:nth-child(2) {
          width: 26%; }
        .CoveoSearchInterface .coveo-main-section .coveo-results-column .unpaid-orders-sorts .coveo-sort-container:last-child {
          width: 19%; }
    .CoveoSearchInterface .coveo-main-section .search-column-headers {
      width: 100%;
      margin-top: 10px; }
      .CoveoSearchInterface .coveo-main-section .search-column-headers .row {
        width: 100%;
        border-bottom: 1px solid #b78c30; }
        .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header {
          font-family: "Source Sans Pro", sans-serif;
          color: #b78c30;
          font-weight: 700;
          font-size: 1.6rem;
          text-transform: uppercase; }
          @media (max-width: 991.98px) {
            .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header {
              font-size: 1.2rem; } }
          @media (max-width: 575.98px) {
            .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header {
              display: none; } }
          .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header .CoveoSort {
            font-family: "Source Sans Pro", sans-serif;
            font-size: 1.6rem;
            font-weight: 700;
            color: #b78c30;
            padding-bottom: 2px;
            border-bottom: 0;
            padding: 0 0 2px 0; }
            @media (max-width: 991.98px) {
              .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header .CoveoSort {
                font-size: 1.2rem; } }
            .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header .CoveoSort:focus {
              outline: 0; }
            .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header .CoveoSort.coveo-selected {
              padding-bottom: 2px;
              border-bottom: 4px solid #b78c30;
              margin-right: 10px; }
            .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header .CoveoSort.coveo-ascending .coveo-icon {
              background: url(/img/icons/arrow2-right-gold-sm.png) no-repeat right center;
              transform: rotate(-90deg);
              background-position-y: center; }
            .CoveoSearchInterface .coveo-main-section .search-column-headers .row .column-header .CoveoSort .coveo-icon {
              background: url(/img/icons/arrow2-right-gold-sm.png) no-repeat right center;
              transform: rotate(90deg);
              background-position-y: center;
              width: 5px;
              height: 10px;
              margin-left: 10px; }
  .CoveoSearchInterface .coveo-facet-value[data-value="ASC-WEB"], .CoveoSearchInterface .coveo-facet-value[data-value="Coveo_web_index - ASC-PROD"] {
    display: none; }
  .CoveoSearchInterface .coveo-facet-column, .CoveoSearchInterface .coveo-facet-accordion {
    padding: 0 15px 0 0;
    display: flex;
    width: 100%; }
    .CoveoSearchInterface .coveo-facet-column .coveo-facet-footer, .CoveoSearchInterface .coveo-facet-accordion .coveo-facet-footer {
      background-color: unset; }
      .CoveoSearchInterface .coveo-facet-column .coveo-facet-footer .coveo-facet-more, .CoveoSearchInterface .coveo-facet-accordion .coveo-facet-footer .coveo-facet-more {
        background-color: unset;
        margin: 0 auto;
        width: 25px; }
        .CoveoSearchInterface .coveo-facet-column .coveo-facet-footer .coveo-facet-more span svg, .CoveoSearchInterface .coveo-facet-accordion .coveo-facet-footer .coveo-facet-more span svg {
          width: 62%; }
          .CoveoSearchInterface .coveo-facet-column .coveo-facet-footer .coveo-facet-more span svg g path, .CoveoSearchInterface .coveo-facet-accordion .coveo-facet-footer .coveo-facet-more span svg g path {
            color: #b78c30 !important; }
      .CoveoSearchInterface .coveo-facet-column .coveo-facet-footer .coveo-facet-less, .CoveoSearchInterface .coveo-facet-accordion .coveo-facet-footer .coveo-facet-less {
        background-color: unset;
        margin: 0 auto;
        width: 25px; }
        .CoveoSearchInterface .coveo-facet-column .coveo-facet-footer .coveo-facet-less span svg, .CoveoSearchInterface .coveo-facet-accordion .coveo-facet-footer .coveo-facet-less span svg {
          width: 62%; }
          .CoveoSearchInterface .coveo-facet-column .coveo-facet-footer .coveo-facet-less span svg g path, .CoveoSearchInterface .coveo-facet-accordion .coveo-facet-footer .coveo-facet-less span svg g path {
            color: #b78c30 !important; }
    .CoveoSearchInterface .coveo-facet-column .CoveoFacet, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet {
      border: 0;
      background-color: unset;
      padding: 0 15px;
      margin-top: 0; }
      .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-search-button, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-search-button, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-search-button, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-search-button, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-search-button, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-search-button, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-search-button, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-search-button {
        display: none; }
      .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-search, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-search, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-search, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-search, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-search, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-search, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-search, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-search {
        border: 0;
        border-bottom: 1px solid #b78c30 !important; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-search .coveo-facet-search-input, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-search .coveo-facet-search-input, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-search .coveo-facet-search-input, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-search .coveo-facet-search-input, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-search .coveo-facet-search-input, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-search .coveo-facet-search-input, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-search .coveo-facet-search-input, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-search .coveo-facet-search-input {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.6rem;
          color: #435060; }
      .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header {
        background-color: transparent;
        border-bottom: 1px solid #b78c30;
        box-shadow: 0; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-title, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header .coveo-facet-header-title, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-title {
          color: #435060;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 700;
          font-size: 1.6rem; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-wait-animation, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-wait-animation, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-wait-animation, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-wait-animation, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header .coveo-facet-header-wait-animation, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header .coveo-facet-header-wait-animation, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-wait-animation, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-wait-animation {
          text-indent: 0; }
          .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-wait-animation svg, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-wait-animation svg, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-wait-animation svg, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-wait-animation svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header .coveo-facet-header-wait-animation svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header .coveo-facet-header-wait-animation svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-wait-animation svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-wait-animation svg {
            opacity: 0.75; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-settings, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-settings, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-settings, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-settings, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header .coveo-facet-header-settings, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header .coveo-facet-header-settings, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-settings, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-settings {
          display: none; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-eraser, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-eraser, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-eraser, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-eraser, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header .coveo-facet-header-eraser, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header .coveo-facet-header-eraser, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-eraser, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-eraser {
          width: auto;
          height: auto;
          text-indent: 0 !important;
          background: none; }
          .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-eraser svg, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-eraser svg, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-eraser svg, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-eraser svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header .coveo-facet-header-eraser svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header .coveo-facet-header-eraser svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-eraser svg, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-eraser svg {
            width: 14px;
            color: #364757; }
            .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-eraser svg:hover, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-eraser svg:hover, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-eraser svg:hover, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-eraser svg:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-header .coveo-facet-header-eraser svg:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-header .coveo-facet-header-eraser svg:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-eraser svg:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-eraser svg:hover {
              color: #630b0b;
              margin: 0;
              text-indent: 0 !important; }
      .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values {
        list-style-type: none; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected {
          background-color: #ededed; }
          .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-count {
            color: #b78c30; }
          .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox {
            border: 0;
            background: url(/img/icons/gold-check.png) no-repeat;
            background-size: cover; }
            .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span {
              display: none; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-caption {
          color: #435060;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 1.4rem; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox span {
          display: none; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-label, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-label, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-label, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-label, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-label, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-label, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-label, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-label {
          padding: 2px 0; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox {
          border: 1px solid #939597;
          height: 1.4rem;
          width: 1.4rem;
          border-radius: 0; }
          .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus span {
            display: none; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption {
          font-family: "Source Sans Pro", sans-serif;
          color: #435060;
          font-size: 1.4rem;
          width: 63%;
          display: inline-block;
          margin-top: -4px; }
        .CoveoSearchInterface .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetRange .coveo-facet-values .coveo-facet-value .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoFacetSlider .coveo-facet-values .coveo-facet-value .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-accordion .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-count {
          font-family: "Frank Ruhl Libre", serif;
          font-size: 1.4rem;
          color: #435060;
          display: inline-block; }
  .CoveoSearchInterface .coveo-facet-search-results {
    border: 0;
    padding: 0;
    margin: 0;
    width: 300px !important; }
    .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value:hover, .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value.coveo-selected {
      background-color: #ededed; }
      .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-count, .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-caption, .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-count {
        color: #b78c30; }
      .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox, .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox {
        border: 0;
        background: url(/img/icons/gold-check.png) no-repeat;
        background-size: cover; }
        .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox span, .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox span {
          display: none; }
    .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-label {
      padding: 2px 0; }
    .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
      border: 1px solid #939597;
      height: 1.4rem;
      width: 1.4rem;
      border-radius: 0; }
      .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus span {
        display: none; }
    .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-caption {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.4rem; }
    .CoveoSearchInterface .coveo-facet-search-results .coveo-facet-value .coveo-facet-value-count {
      font-family: "Frank Ruhl Libre", serif;
      font-size: 1.4rem; }
  .CoveoSearchInterface .sidenav-container.coveo-facet-column .sidebar-title {
    display: none; }
  .CoveoSearchInterface .sidenav-container.coveo-facet-column ul.coveo-facet-values li.coveo-facet-value {
    padding: 3px 0; }
  .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet {
    padding: 0; }
    .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-header {
      padding-left: 0;
      padding-right: 0; }
      .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title {
        line-height: 22px; }
      .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-header ul.coveo-facet-values li {
        padding: 3px 0; }
    .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-value-exclude {
      line-height: 13px; }
      .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-value-exclude svg {
        font-size: 12px; }
        .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-value-exclude svg .coveo-exclusion-svg {
          fill: #a8afb6 !important; }
    .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-footer div span {
      color: #b78c30; }
      .CoveoSearchInterface .sidenav-container.coveo-facet-column .CoveoFacet .coveo-facet-footer div span svg {
        width: 55%; }

/*
@include media-breakpoint-down(sm) {

}
*/
/* COMPONENTS */
.desktop-footer {
  border-top: 1px solid #d4d4d4;
  border-bottom: 5px solid #8d6f2f;
  color: #435060;
  text-align: center;
  padding: 30px 0px 10px 0px;
  margin-top: 30px;
  font-size: 1.6rem; }
  @media screen and (min-width: 992px) {
    .desktop-footer {
      text-align: left;
      padding: 50px 0px 10px 0px;
      margin-top: 50px; } }
  .desktop-footer .container {
    max-width: 1020px; }
  .desktop-footer a {
    color: #435060;
    text-decoration: none; }
    .desktop-footer a:hover {
      color: #b78c30; }
    .desktop-footer a:focus {
      outline: none;
      color: #b78c30; }
  .desktop-footer ul {
    padding-left: 0px; }
    .desktop-footer ul li {
      list-style: none;
      line-height: 1.7; }
  .desktop-footer .bottom-footer-bar {
    font-size: 1.2rem;
    padding-top: 20px;
    align-items: baseline; }
    .desktop-footer .bottom-footer-bar .copyright-text {
      padding: 10px 0px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .desktop-footer .bottom-footer-bar .copyright-text {
          text-align: left;
          padding-left: 15px; } }
    .desktop-footer .bottom-footer-bar .link-text {
      text-align: center;
      text-transform: uppercase;
      font-size: 1.6rem;
      padding: 10px 0px;
      display: inline-block; }
      @media screen and (min-width: 992px) {
        .desktop-footer .bottom-footer-bar .link-text {
          text-align: right;
          padding: 0px;
          padding-right: 20px;
          display: inline; } }
      .desktop-footer .bottom-footer-bar .link-text a {
        font-weight: 600; }
        .desktop-footer .bottom-footer-bar .link-text a:after {
          content: '\f08e';
          font-family: "FontAwesome";
          font-weight: normal;
          font-style: normal;
          margin: 0px 0px 0px 10px;
          text-decoration: none; }
        .desktop-footer .bottom-footer-bar .link-text a:hover {
          color: #b78c30; }
    .desktop-footer .bottom-footer-bar .icons-bar {
      text-align: center;
      padding: 10px 0px;
      font-size: 1.5rem; }
      @media screen and (min-width: 992px) {
        .desktop-footer .bottom-footer-bar .icons-bar {
          text-align: right;
          padding-right: 15px;
          display: inline; } }
  .desktop-footer .homepage-bottom-footer-bar {
    display: none; }
  .desktop-footer.homepage-footer {
    padding: 0px 5px;
    border: none;
    font-size: 1.2rem;
    margin-top: 3px; }
    .desktop-footer.homepage-footer .container {
      max-width: 100% !important; }
    .desktop-footer.homepage-footer .top-footer-bar, .desktop-footer.homepage-footer .bottom-footer-bar {
      display: none; }
    .desktop-footer.homepage-footer .homepage-bottom-footer-bar {
      display: flex; }
      .desktop-footer.homepage-footer .homepage-bottom-footer-bar .copyright-bar {
        padding: 0px;
        margin: 0px;
        text-align: right;
        padding-right: 30px; }
      .desktop-footer.homepage-footer .homepage-bottom-footer-bar .links-bar {
        padding: 0px;
        margin: 0px;
        padding-left: 30px; }
        .desktop-footer.homepage-footer .homepage-bottom-footer-bar .links-bar a {
          margin-right: 20px; }

.classic-rendering.rendering {
  margin: 0 auto;
  width: 100%;
  height: auto; }
  @media screen and (min-width: 992px) {
    .classic-rendering.rendering.content-left .container-fluid .content-image {
      right: 0px; }
    .classic-rendering.rendering.content-left .container-fluid .content-text-style {
      left: 0%;
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .classic-rendering.rendering.content-right .container-fluid .content-image {
      left: 0px; }
    .classic-rendering.rendering.content-right .container-fluid .content-text-style {
      left: 50%; } }
  @media screen and (min-width: 992px) {
    .classic-rendering.rendering {
      min-height: 440px; } }
  .classic-rendering.rendering .background-image {
    position: relative; }
  .classic-rendering.rendering .container-constraint {
    padding: 0px; }
    @media (max-width: 1199.98px) {
      .classic-rendering.rendering .container-constraint {
        width: 100%; } }
    @media (min-width: 768px) {
      .classic-rendering.rendering .container-constraint {
        width: 80%; } }
  .classic-rendering.rendering .container-fluid {
    padding: 0px; }
    @media screen and (min-width: 992px) {
      .classic-rendering.rendering .container-fluid {
        padding: 0px 15px; } }
    .classic-rendering.rendering .container-fluid .content-image {
      width: 100%;
      min-height: 220px;
      height: 100%;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 30px; }
      @media screen and (min-width: 992px) {
        .classic-rendering.rendering .container-fluid .content-image {
          width: 50%;
          min-height: 440px;
          position: absolute;
          right: 0px; } }
    .classic-rendering.rendering .container-fluid .content-text-style {
      padding: 15px !important; }
      @media (min-width: 768px) {
        .classic-rendering.rendering .container-fluid .content-text-style {
          padding: 40px !important;
          min-height: 440px; } }
    .classic-rendering.rendering .container-fluid a {
      color: #b78c30;
      text-decoration: none; }

.main-content .content-light .button, .desktop-footer .content-light .button {
  background-image: url(/img/icons/arrow-right-white-med.png);
  background-repeat: no-repeat;
  background-position: 95% 50%; }
  .main-content .content-light .button:hover, .desktop-footer .content-light .button:hover {
    background-image: url(/img/icons/arrow-right-dark-med.png);
    background-color: #ffffff; }

.main-content .content-dark .button, .desktop-footer .content-dark .button {
  background-image: url(/img/icons/arrow-right-dark-med.png);
  background-repeat: no-repeat;
  background-position: 95% 50%; }
  .main-content .content-dark .button:hover, .desktop-footer .content-dark .button:hover {
    background-image: url(/img/icons/arrow-right-white-med.png);
    background-color: #435060; }

.main-content .content-gold .button, .desktop-footer .content-gold .button {
  background-image: url(/img/icons/arrow-right-gold-med.png);
  background-repeat: no-repeat;
  background-position: 95% 50%; }
  .main-content .content-gold .button:hover, .desktop-footer .content-gold .button:hover {
    background-image: url(/img/icons/arrow-right-white-med.png);
    background-color: #b78c30; }

.main-content .button, .desktop-footer .button {
  border-radius: 0 !important;
  width: 200px;
  padding-right: 50px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px; }
  .main-content .button:focus, .desktop-footer .button:focus {
    outline: none; }
  .main-content .button:hover a, .desktop-footer .button:hover a {
    font-family: "Source Sans Pro", sans-serif;
    width: 100%; }
  .main-content .button a, .desktop-footer .button a {
    font-family: "Source Sans Pro", sans-serif;
    width: 100%;
    margin: 0;
    display: block; }
    .main-content .button a:after, .desktop-footer .button a:after {
      margin: 0px 0px 0px 10px;
      height: 25px;
      width: 25px;
      float: right;
      background-color: none; }
    .main-content .button a:focus, .desktop-footer .button a:focus {
      outline: none; }
  .main-content .button.primary a:after, .desktop-footer .button.primary a:after {
    content: url(../../img/website/right-arrow-gold.png); }
  .main-content .button.primary:hover a:after, .desktop-footer .button.primary:hover a:after {
    content: url(../../img/website/right-arrow-white-lg.png); }
  .main-content .button.secondary a:after, .desktop-footer .button.secondary a:after {
    content: url(../../img/website/right-arrow-white-lg.png); }
  .main-content .button.light a:after, .desktop-footer .button.light a:after {
    content: url(../../img/website/right-arrow-white-lg.png); }
  .main-content .button.light:hover a:after, .desktop-footer .button.light:hover a:after {
    content: url(../../img/website/right-arrow-black-lg.png); }
  .main-content .button.dark a:after, .desktop-footer .button.dark a:after {
    content: url(../../img/website/right-arrow-black-lg.png); }
  .main-content .button.dark:hover a:after, .desktop-footer .button.dark:hover a:after {
    content: url(../../img/website/right-arrow-white-lg.png); }
