@charset "UTF-8";
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*$fa-font-path: '../../dist/fonts/font-awesome';
@import '../../node_modules/@fortawesome/fontawesome-free/scss/variables';
@import '../../node_modules/@fortawesome/fontawesome-free/scss/solid';
@import '../../node_modules/@fortawesome/fontawesome-free/scss/brands';*/
@-webkit-keyframes scale-star-compact {
  0% {
    background-size: 1.0625rem;
  }
  100% {
    background-size: 350%;
  }
}
@keyframes scale-star-compact {
  0% {
    background-size: 1.0625rem;
  }
  100% {
    background-size: 350%;
  }
}
.layout-container {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 56.25em) {
  .layout-container {
    max-width: 71.25em;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.region--content-prefix .layout-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.user-logged-in.path-node .page-wrapper .layout-container,
.user-logged-in.path-admin .page-wrapper .layout-container {
  max-width: unset !important;
}

body.cke_editable {
  font-family: "Tenorite", Arial, sans-serif;
  display: block;
  padding: 0.625rem;
}

.ck-content {
  font-family: "Tenorite", Arial, sans-serif !important;
}

.ck-editor__editable .ck-list-bogus-paragraph {
  display: unset;
}

.cke_panel_list li {
  padding: 0.3125rem;
  overflow: visible;
}
.cke_panel_list li:hover {
  background-color: #dcd6d1;
}
.cke_panel_list li.cke_selected {
  position: relative;
  padding-left: 0.625rem;
  border-left: 3px solid #414141;
}
.cke_panel_list li.cke_selected::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-left: 5px solid #414141;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cke_panel_list li.cke_selected:hover::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background-color: red;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.cke_panel_list li a {
  overflow: visible;
}

span.cke_image_resizer_wrapper {
  display: block;
}

.adminimal-admin-toolbar .toolbar a {
  font-family: "Open Sans", sans-serif;
}

.view-series-listing {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .view-series-listing {
    width: 95%;
  }
}
.view-series-listing .coh-style-heading-2-size {
  margin-bottom: 1rem;
}
@media screen and (max-width: 48em) {
  .view-series-listing .coh-style-heading-2-size {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.view-series-listing form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0 auto 0;
}
.view-series-listing details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.view-series-listing .rule a {
  text-decoration: underline;
}
.view-series-listing .rule a:hover {
  text-decoration: none;
}

.rule:not(:last-child) {
  margin-bottom: 1rem;
}

.part-heading {
  font-size: 1rem;
  margin-bottom: 0.65rem;
  font-weight: 700;
}
@media (min-width: 48em) {
  .part-heading {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.part-subheading {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.region--page-title.clearfix .layout-container {
  padding: 0;
  margin: 0;
}

.field--label-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field--label-above:first-child {
  margin-top: 1rem;
}
.field--label-above .field__label {
  margin: 0 0.5rem 0 0;
  font-size: 1rem;
  border: none;
  padding-bottom: 0;
  font-weight: 400;
}
.field--label-above .field__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}

#footer-menu-and-social-media-links::before {
  content: "";
}

div[aria-label="Status message"],
div[aria-label="Error message"],
div[aria-label="Warning message"],
.messages--warning {
  position: relative;
  display: block;
  width: 100%;
  max-height: 1000px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  padding: 0.625rem 1.25rem 0.625rem 3.125rem;
  overflow: auto;
  background-image: none !important;
}
div[aria-label="Status message"] .visually-hidden,
div[aria-label="Error message"] .visually-hidden,
div[aria-label="Warning message"] .visually-hidden,
.messages--warning .visually-hidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
div[aria-label="Status message"]:before,
div[aria-label="Error message"]:before,
div[aria-label="Warning message"]:before,
.messages--warning:before {
  position: absolute;
  top: 0.8125rem;
  left: 1.25rem;
  width: 1.25rem;
  text-align: center;
}
div[aria-label="Status message"] ul,
div[aria-label="Error message"] ul,
div[aria-label="Warning message"] ul,
.messages--warning ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}
div[aria-label="Status message"] em,
div[aria-label="Error message"] em,
div[aria-label="Warning message"] em,
.messages--warning em {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
div[aria-label="Status message"] a,
div[aria-label="Error message"] a,
div[aria-label="Warning message"] a,
.messages--warning a {
  text-decoration: underline;
}
.region--content-prefix div[aria-label="Status message"],
.region--content-prefix div[aria-label="Error message"],
.region--content-prefix div[aria-label="Warning message"],
.region--content-prefix .messages--warning {
  margin-bottom: 1.5625rem;
}

div[aria-label="Status message"] {
  background-color: tint(rgb(0, 160, 0), 80%);
  border: 1px solid rgb(0, 160, 0);
  color: black;
}
div[aria-label="Status message"]:before {
  color: #000700;
}

div[aria-label="Error message"] {
  background-color: tint(rgb(160, 0, 0), 80%);
  color: black;
  border: 1px solid rgb(160, 0, 0);
}
div[aria-label="Error message"]:before {
  color: #070000;
}
div[aria-label="Error message"] pre {
  white-space: normal;
}

div[aria-label="Warning message"],
.messages--warning {
  background-color: tint(#FFD424, 80%);
  color: black;
  border: 1px solid #FFD424;
}
div[aria-label="Warning message"]:before,
.messages--warning:before {
  color: #8a6f00;
}
div[aria-label="Warning message"] pre,
.messages--warning pre {
  white-space: normal;
}

.entity-moderation-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.entity-moderation-form li:last-child {
  margin-right: 1.875rem;
}

.toolbar ul {
  font-size: 0.8125rem;
}
.toolbar ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.align-center img {
  margin-left: auto;
  margin-right: auto;
}

.align-left img {
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.align-right img {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

figure {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
}
figure figcaption {
  margin-top: 0.625rem;
}
@media (min-width: 56.25em) {
  figure figcaption {
    font-size: 0.8125rem;
  }
}

label {
  margin-bottom: 0.625rem;
}

input,
textarea {
  margin: 0;
}

textarea {
  vertical-align: top;
}

.form-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.form-item,
.form-wrapper:not(.container),
fieldset .field-prefix {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
@media (min-width: 56.25em) {
  .form-item,
  .form-wrapper:not(.container),
  fieldset .field-prefix {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.form-item-organization-name,
.form-item-latitude {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form-wrapper.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.description {
  color: #414141;
}

fieldset,
fieldset.form-item {
  overflow: auto;
  margin-bottom: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset legend {
  width: 100%;
}
fieldset.form-composite > legend {
  display: block;
  overflow: hidden;
  font-weight: 400;
}
fieldset .fieldset-legend {
  display: block;
  font-size: 1.5rem;
  font-family: "Tenorite", Arial, sans-serif;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: none;
}
fieldset .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.form-description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

form .tabledrag-toggle-weight-wrapper,
form .table-container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.video-embed-field-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.webform-confirmation {
  margin-top: 1.5625rem;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=file],
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  display: block;
  outline: 0;
  border: 1px solid #dce3e3;
  border-radius: 2px;
  cursor: pointer;
  padding: 0.9375rem;
  width: 100%;
  vertical-align: top;
  font-family: "Tenorite", Arial, sans-serif;
  text-shadow: none;
  -webkit-appearance: none;
}
textarea:hover,
select:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
input[type=file]:hover,
.chosen-container-single .chosen-single:hover,
.chosen-container-multi .chosen-choices li.search-field input[type=text]:hover {
  border-color: #b7c6c6;
}
textarea:focus,
select:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=file]:focus,
.chosen-container-single .chosen-single:focus,
.chosen-container-multi .chosen-choices li.search-field input[type=text]:focus {
  outline: 1px solid #b7c6c6;
}
textarea.has-error,
select.has-error,
input[type=date].has-error,
input[type=datetime].has-error,
input[type=datetime-local].has-error,
input[type=email].has-error,
input[type=month].has-error,
input[type=number].has-error,
input[type=password].has-error,
input[type=search].has-error,
input[type=tel].has-error,
input[type=text].has-error,
input[type=time].has-error,
input[type=url].has-error,
input[type=week].has-error,
input[type=file].has-error,
.chosen-container-single .chosen-single.has-error,
.chosen-container-multi .chosen-choices li.search-field input[type=text].has-error {
  border-color: rgb(160, 0, 0);
  background-color: rgba(160, 0, 0, 0.1);
  color: rgb(160, 0, 0);
}
textarea[disabled],
select[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
input[type=file][disabled],
.chosen-container-single .chosen-single[disabled],
.chosen-container-multi .chosen-choices li.search-field input[type=text][disabled] {
  border-color: #dcd6d1;
  background-color: #dcd6d1;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select,
.chosen-container-single .chosen-single,
input[type=tel],
input[type=url] {
  max-width: 100%;
  width: 100%;
  border: 1px solid #dce3e3;
  padding: 0.625rem 0.9375rem;
  -webkit-appearance: none;
  border-radius: 2px;
  background-color: #ffffff;
}
@media (min-width: 56.25em) {
  input[type=text],
  input[type=password],
  input[type=email],
  textarea,
  select,
  .chosen-container-single .chosen-single,
  input[type=tel],
  input[type=url] {
    padding: 0.75rem 1rem;
  }
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
textarea:hover,
select:hover,
.chosen-container-single .chosen-single:hover,
input[type=tel]:hover,
input[type=url]:hover {
  border-color: #b7c6c6;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:focus,
.chosen-container-single .chosen-single:focus,
input[type=tel]:focus,
input[type=url]:focus {
  outline: 1px solid #b7c6c6;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

#edit-cancel {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  border: 1px solid #b7c6c6;
  background-color: #b7c6c6;
  padding: 0.625rem 1.5rem;
}
#edit-cancel:focus {
  outline: none;
}
#edit-cancel:hover {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
#edit-cancel:focus {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
#edit-cancel::before {
  margin-right: 0.625rem;
}

.js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

input[type=checkbox] {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  opacity: 0;
}
input[type=checkbox] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
input[type=checkbox] + label a {
  text-decoration: underline;
  font-family: "Tenorite Bold", Arial, sans-serif;
}
input[type=checkbox] + label a:hover {
  text-decoration: none;
}
input[type=checkbox] + label::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #89857e;
  border-radius: 2px;
  margin-right: 0.625rem;
  background-color: #ffffff;
  background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/iconography/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center 48%;
  background-size: 0%;
}
input[type=checkbox]:checked + label::before {
  background-color: #a8c208;
  background-size: 75%;
  border-color: #a8c208;
}

.js-form-type-datelist {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.js-form-type-datelist .container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.js-form-type-datetime {
  margin-bottom: 0;
}
.js-form-type-datetime .container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

input[type=datetime],
input[type=time],
.js-form-type-date input {
  max-width: 100%;
  width: 100%;
  padding: 0.9375rem;
  border-radius: 2px;
  background-color: #ffffff;
}
@media (min-width: 56.25em) {
  input[type=datetime],
  input[type=time],
  .js-form-type-date input {
    padding: 0.75rem 1rem;
  }
}

input[type=time] {
  font-size: 0.875rem;
}

#views-exposed-form-calendar-list .form--inline .form-type-date {
  width: 100%;
  margin-bottom: 0;
}

fieldset.js-webform-type-webform-email-confirm {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.js-form-type-webform-document-file {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form-type-webform-image-file {
  max-width: 400px;
}
.form-type-webform-image-file .file,
.form-type-webform-image-file .form-file,
.form-type-webform-image-file .form-submit {
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}
.form-type-webform-image-file .form-submit {
  padding: 0.625rem 1.25rem;
  margin-left: 0;
}
.form-type-webform-image-file .description {
  margin-top: 0;
}

input[type=file] {
  max-width: 100%;
}

.js-webform-type-checkboxes .js-form-type-checkbox label {
  margin-bottom: 0;
}

input[type=radio] {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  opacity: 0;
}
input[type=radio] + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
input[type=radio] + label::before {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid #737487;
  margin-right: 0.625rem;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/iconography/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0%;
}
input[type=radio]:focus + label {
  outline: 1px dashed #414141;
}
input[type=radio]:checked + label::before {
  opacity: 1;
  background-color: #a8c208;
  background-size: 50%;
  border-color: #a8c208;
}

input[type=range] {
  width: 100%;
}

select,
.chosen-container-single .chosen-single {
  background-color: #ffffff;
  background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/iconography/chevron-down.svg") !important;
  background-repeat: no-repeat;
  background-position: right 0.625rem top 50%;
  background-size: 0.75rem;
  padding-right: 1.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand,
.chosen-container-single .chosen-single::-ms-expand {
  display: none;
}
select:hover, select:focus,
.chosen-container-single .chosen-single:hover,
.chosen-container-single .chosen-single:focus {
  border-color: #b7c6c6;
}
select:focus,
.chosen-container-single .chosen-single:focus {
  outline: 1px solid #b7c6c6;
}

.chosen-container {
  font-size: 1.125rem;
  width: 100% !important;
}
.chosen-container .chosen-drop {
  border-color: #b7c6c6;
}
.chosen-container .chosen-results li {
  padding: 0.5rem;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #002d2d;
  background-image: none;
}

.chosen-container-single .chosen-single {
  height: auto !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.6875rem;
}
.chosen-container-single .chosen-single span {
  margin-right: 0;
}
.chosen-container-single .chosen-single div {
  display: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #b7c6c6;
}
.chosen-container-active.chosen-with-drop .chosen-single:focus {
  outline: 1px solid #b7c6c6;
}

.form-type-select {
  max-width: 100%;
}

.js-form-type-webform-signature {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.js-form-type-webform-signature .webform-signature-pad {
  background-color: transparent;
}
.js-form-type-webform-signature .webform-signature-pad::before {
  background-color: #dcd6d1;
  margin-bottom: 0.625rem;
}
.js-form-type-webform-signature .form-submit {
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
}

.form-submit {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
  max-width: 100%;
}
.form-submit:focus {
  outline: none;
}
.form-submit:visited {
  color: #000000;
}
.form-submit:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.form-submit:focus, .form-submit:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.form-submit::before {
  margin-right: 0.625rem;
}

.tableselect input[type=checkbox] {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  opacity: 1;
}

.form-type-webform-terms-of-service {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (max-width: 31.1875em) {
  .form-type-webform-terms-of-service .option {
    font-size: 0.875rem;
  }
}
.form-type-webform-terms-of-service .option a {
  margin-left: 0.375rem;
}

.js-text-format-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.js-text-format-wrapper .form-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.js-form-type-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.js-form-type-url {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

fieldset.js-webform-type-webform-buttons label {
  margin-bottom: 0;
}
fieldset.js-webform-type-webform-buttons label::before {
  display: none;
}

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

@keyframes throbber-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ajax-progress-throbber:not(.js-off-canvas-computed-ignore) {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent !important;
}
.ajax-progress-throbber:not(.js-off-canvas-computed-ignore) .throbber {
  width: 100%;
  padding: 0;
  background-image: none;
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.ajax-progress-throbber:not(.js-off-canvas-computed-ignore) .throbber::before {
  -webkit-animation: throbber-spin 2s infinite linear;
          animation: throbber-spin 2s infinite linear;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.ajax-progress-throbber:not(.js-off-canvas-computed-ignore) .message {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form-submit + .ajax-progress-throbber:not(.js-off-canvas-computed-ignore) {
  position: absolute;
  top: inherit;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto !important;
  height: auto !important;
}
.form-submit + .ajax-progress-throbber:not(.js-off-canvas-computed-ignore) .throbber {
  background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/loader-sprite.svg") !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200px;
  width: 28.2px !important;
  height: 48px !important;
  border-radius: 0;
  border: none;
  -webkit-animation: sprite 1s steps(7) infinite;
          animation: sprite 1s steps(7) infinite;
}
.form-submit + .ajax-progress-throbber:not(.js-off-canvas-computed-ignore) .message {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@-webkit-keyframes sprite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200px 0;
  }
}

@keyframes sprite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200px 0;
  }
}
form div[id*=ajax-wrapper] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

label.form-required::after {
  content: "*";
  font-size: 1rem;
  margin-left: 0.1875rem;
  line-height: 0;
  color: #d30000;
  background-image: none;
}

.form-type-processed-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.webform-progress {
  width: 100%;
}
.webform-progress .progress-tracker {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.webform-progress .progress-marker {
  display: block;
}

/* List with .extra-lower-roman CSS class. */
/* TODO: This file is NOT complete. It is just a quick draft to demo the solution for the list-related styling issues. We need a themer to step in and do the rest. */
/* TODO: Publication CT only, please add other CTs if necessary. */
.node--type-publication .region--content .field--name-body ol.extra-lower-roman > li:first-child {
  counter-reset: hai 1;
}

.node--type-publication .region--content .field--name-body ol.extra-lower-roman > li + li {
  counter-increment: hai 1;
}

.node--type-publication .region--content .field--name-body ol.extra-lower-roman > li::marker {
  content: "(" counter(hai, lower-roman) ")";
}

ol.extra-lower-roman > li:first-child {
  counter-reset: hai 1;
}

ol.extra-lower-roman > li + li {
  counter-increment: hai 1;
}

ol.extra-lower-roman > li::before {
  content: "(" counter(hai, lower-roman) ")" !important;
}

/* List with .extra-lower-roman CSS class. */ /* List with ... CSS class. */
html {
  font-family: "Tenorite", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000000;
}

figure, p, pre {
  margin: 0 0 1.5rem;
}

strong,
b {
  font-family: "Tenorite Bold", Arial, sans-serif;
  font-weight: 300;
}

em {
  font-family: "Tenorite Italic", Arial, sans-serif;
}

sup,
sub {
  text-transform: uppercase;
  font-family: "Tenorite Bold", Arial, sans-serif;
  font-size: 0.875rem;
}

.field--name-field-quick-link .field__item:not(:last-child) .eck-entity {
  margin-bottom: 1.25rem;
}
.field--name-field-quick-link .field__item .eck-entity {
  position: relative;
}
.field--name-field-quick-link .field__item .field--name-field-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46px;
  background-color: #7a9d96;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field--name-field-quick-link .field__item .field--name-field-link {
  background-color: #ffffff;
}
.field--name-field-quick-link .field__item .field--name-field-link a {
  display: block;
  position: relative;
  border: 1px solid #023737;
  padding: 0.75rem 1.25rem 0.75rem 4.125rem;
  border-radius: 5px;
  border-bottom-width: 3px;
}
.field--name-field-quick-link .field__item .field--name-field-link a:hover {
  text-decoration: none;
}

a[class^=btn-] {
  display: inline-block;
}

.btn-primary,
a[title="Button 1"] {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
}
.btn-primary:focus,
a[title="Button 1"]:focus {
  outline: none;
}
.btn-primary:visited,
a[title="Button 1"]:visited {
  color: #000000;
}
.btn-primary:hover,
a[title="Button 1"]:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.btn-primary:focus, .btn-primary:active,
a[title="Button 1"]:focus,
a[title="Button 1"]:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.btn-primary::before,
a[title="Button 1"]::before {
  margin-right: 0.625rem;
}

.btn-primary--small {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
}
.btn-primary--small:focus {
  outline: none;
}
.btn-primary--small:visited {
  color: #000000;
}
.btn-primary--small:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.btn-primary--small:focus, .btn-primary--small:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.btn-primary--small::before {
  margin-right: 0.625rem;
}

.btn-secondary,
a[title="Button 2"] {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  border: 1px solid #b7c6c6;
  background-color: #b7c6c6;
  padding: 0.625rem 1.5rem;
}
.btn-secondary:focus,
a[title="Button 2"]:focus {
  outline: none;
}
.btn-secondary:hover,
a[title="Button 2"]:hover {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.btn-secondary:focus,
a[title="Button 2"]:focus {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.btn-secondary::before,
a[title="Button 2"]::before {
  margin-right: 0.625rem;
}

.btn-secondary--small {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  border: 1px solid #b7c6c6;
  background-color: #b7c6c6;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
}
.btn-secondary--small:focus {
  outline: none;
}
.btn-secondary--small:hover {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.btn-secondary--small:focus {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.btn-secondary--small::before {
  margin-right: 0.625rem;
}

.btn-tertiary,
.btn-alternate,
a[title="Button 3"] {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  border: 1px solid #023737;
  background-color: #023737;
  padding: 0.625rem 1.5rem;
}
.btn-tertiary:focus,
.btn-alternate:focus,
a[title="Button 3"]:focus {
  outline: none;
}
.btn-tertiary:hover, .btn-tertiary:focus,
.btn-alternate:hover,
.btn-alternate:focus,
a[title="Button 3"]:hover,
a[title="Button 3"]:focus {
  border-color: #000606;
  background-color: #000606;
  color: #ffffff;
}
.btn-tertiary::before,
.btn-alternate::before,
a[title="Button 3"]::before {
  margin-right: 0.625rem;
}

.btn-tertiary--small,
.btn-alternate--small {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  border: 1px solid #023737;
  background-color: #023737;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
}
.btn-tertiary--small:focus,
.btn-alternate--small:focus {
  outline: none;
}
.btn-tertiary--small:hover, .btn-tertiary--small:focus,
.btn-alternate--small:hover,
.btn-alternate--small:focus {
  border-color: #000606;
  background-color: #000606;
  color: #ffffff;
}
.btn-tertiary--small::before,
.btn-alternate--small::before {
  margin-right: 0.625rem;
}

.clear {
  display: block;
  clear: both;
}

.description {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.live-search-details input[type=text] {
  font-style: italic;
  margin-bottom: 2rem;
  height: 4.25rem;
  background-color: #ececec;
  border-style: none;
  width: 100%;
}
@media (min-width: 48em) {
  .live-search-details input[type=text] {
    margin-bottom: 4.25rem;
  }
}

.view-part-listing details[open] summary {
  margin-bottom: 0;
}

details {
  border: 1px solid transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}
details > .details-wrapper {
  padding: 1.5rem 0 0 0;
}
details summary {
  display: block;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.75rem;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  padding: 1.5rem 2.5rem 1.5rem 0rem;
  border-bottom: 1px solid #dcd6d1;
}
details summary:hover {
  text-decoration: underline;
}
details summary::after {
  display: block;
  content: "";
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--add.svg);
  background-color: #b7c6c6;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
details summary .details-title {
  line-height: 1.25rem;
}
@media (min-width: 48em) {
  details summary .details-title {
    line-height: 1.5rem;
  }
}
details summary:focus {
  outline: none;
}
.cke_editable details summary,
details summary a {
  position: relative;
  display: block;
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  padding: 1rem 2.5rem 1rem 0;
  line-height: 1.6875rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .cke_editable details summary,
  details summary a {
    padding: 1.375rem 2.5rem 1.375rem 0.0625rem;
    font-size: 1.25rem;
  }
}
.cke_editable details summary::before, .cke_editable details summary::after,
details summary a::before,
details summary a::after {
  font-family: "icomoon";
  content: "\f078";
  padding-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 56.25em) {
  .cke_editable details summary::before, .cke_editable details summary::after,
  details summary a::before,
  details summary a::after {
    font-size: 1rem;
  }
}
.cke_editable details summary:hover::before, .cke_editable details summary:hover::after,
details summary a:hover::before,
details summary a:hover::after {
  color: #414141;
}
.cke_editable details summary:focus::before, .cke_editable details summary:focus::after,
details summary a:focus::before,
details summary a:focus::after {
  color: #023737;
}
.cke_editable details summary::before,
details summary a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}
.cke_editable details summary::after,
details summary a::after {
  font-family: "icomoon";
  content: "\f077";
  display: none;
  color: #000000;
}
.cke_editable details summary:hover,
details summary a:hover {
  text-decoration: none;
  color: #000000;
}
.cke_editable details summary:focus,
details summary a:focus {
  outline: none;
}
.cke_editable details[open], details[open] {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #dcd6d1;
}
.cke_editable details[open] summary, details[open] summary {
  border-bottom: 1px solid transparent;
}
.cke_editable details[open] summary::after, details[open] summary::after {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--minus.svg);
}
.cke_editable details[open] summary a::before, details[open] summary a::before {
  display: none;
}
.cke_editable details[open] summary a::after, details[open] summary a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
details.collapse-processed {
  border-bottom: 1px solid #000000;
}
details.collapse-processed summary {
  padding: 0;
}
details.collapse-processed summary::before {
  display: none;
}
details:not([open]) summary:first-child ~ * {
  display: none;
}
details summary::-moz-list-bullet {
  list-style-type: none;
}
details summary::-webkit-details-marker {
  display: none;
}

details + details {
  margin-top: -1.25rem;
}

.cke_editable details {
  padding: 0;
  background-color: transparent;
  border-top: 0px;
  border-radius: 0px;
}

@media print {
  .cke_editable details summary,
  details summary a {
    font-weight: 700;
    font-size: 16pt !important;
    line-height: 20pt !important;
  }
  .cke_editable details[open] summary a, details[open] summary a {
    margin-left: -1px;
  }
}
.grouping-innermost {
  margin-bottom: 2rem;
}

.group-heading-1 {
  font-weight: 700;
  font-size: 1.125rem;
  margin: 1.65rem 0 1.65rem 0;
}

.group-heading-innermost {
  margin: 1.25rem 0 1.25rem 0;
  font-weight: 700;
}

.featured-text {
  display: block;
  border-left: 5px solid #002d2d;
  padding: 1.25rem 1.875rem 1.25rem 1.5625rem;
}

.highlight-box {
  border: 1px solid red;
}

.highlighted-text {
  display: block;
  background-color: tint(rgb(0, 0, 160), 95%);
  color: #2e2e5e;
  padding: 1.25rem 1.875rem;
  border-radius: 5px;
  border: 1px solid tint(rgb(0, 0, 160), 40%);
}

label {
  display: block;
}

.field__label {
  font-size: 1.125rem;
  font-family: "Tenorite Bold", Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 0.625rem;
}

html:lang(fr) .field--label-inline .field__label::after {
  margin-left: 5px;
}

a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 1px dashed #414141;
}

.field--name-body p a:not(.coh-btn),
.field--name-body ul a:not(.coh-btn),
.field--name-body ol a:not(.coh-btn),
.field--name-body table a:not(.coh-btn),
.field--name-field-executive-summary p a:not(.coh-btn),
.field--name-field-executive-summary ul a:not(.coh-btn),
.field--name-field-executive-summary ol a:not(.coh-btn),
.field--name-field-executive-summary table a:not(.coh-btn) {
  font-family: "Tenorite Bold", Arial, sans-serif;
  cursor: pointer;
  text-decoration: underline;
  word-break: break-word;
}
.field--name-body p a:not(.coh-btn):hover,
.field--name-body ul a:not(.coh-btn):hover,
.field--name-body ol a:not(.coh-btn):hover,
.field--name-body table a:not(.coh-btn):hover,
.field--name-field-executive-summary p a:not(.coh-btn):hover,
.field--name-field-executive-summary ul a:not(.coh-btn):hover,
.field--name-field-executive-summary ol a:not(.coh-btn):hover,
.field--name-field-executive-summary table a:not(.coh-btn):hover {
  text-decoration: none;
}
.field--name-body p a.coh-style-external,
.field--name-body p a.coh-style-link-with-icon,
.field--name-body ul a.coh-style-external,
.field--name-body ul a.coh-style-link-with-icon,
.field--name-body ol a.coh-style-external,
.field--name-body ol a.coh-style-link-with-icon,
.field--name-body table a.coh-style-external,
.field--name-body table a.coh-style-link-with-icon,
.field--name-field-executive-summary p a.coh-style-external,
.field--name-field-executive-summary p a.coh-style-link-with-icon,
.field--name-field-executive-summary ul a.coh-style-external,
.field--name-field-executive-summary ul a.coh-style-link-with-icon,
.field--name-field-executive-summary ol a.coh-style-external,
.field--name-field-executive-summary ol a.coh-style-link-with-icon,
.field--name-field-executive-summary table a.coh-style-external,
.field--name-field-executive-summary table a.coh-style-link-with-icon {
  font-family: "Tenorite", Arial, sans-serif;
  text-decoration: none;
}
.field--name-body p a.coh-style-external:hover,
.field--name-body p a.coh-style-link-with-icon:hover,
.field--name-body ul a.coh-style-external:hover,
.field--name-body ul a.coh-style-link-with-icon:hover,
.field--name-body ol a.coh-style-external:hover,
.field--name-body ol a.coh-style-link-with-icon:hover,
.field--name-body table a.coh-style-external:hover,
.field--name-body table a.coh-style-link-with-icon:hover,
.field--name-field-executive-summary p a.coh-style-external:hover,
.field--name-field-executive-summary p a.coh-style-link-with-icon:hover,
.field--name-field-executive-summary ul a.coh-style-external:hover,
.field--name-field-executive-summary ul a.coh-style-link-with-icon:hover,
.field--name-field-executive-summary ol a.coh-style-external:hover,
.field--name-field-executive-summary ol a.coh-style-link-with-icon:hover,
.field--name-field-executive-summary table a.coh-style-external:hover,
.field--name-field-executive-summary table a.coh-style-link-with-icon:hover {
  text-decoration: underline;
}

.coh-style-social-icon---linkedin-link,
.coh-style-social-icon---facebook-link,
.coh-style-social-icon---twitter-link,
.coh-style-social-icon---youtube-link {
  font-size: 0 !important;
}
.coh-style-social-icon---linkedin-link:hover,
.coh-style-social-icon---facebook-link:hover,
.coh-style-social-icon---twitter-link:hover,
.coh-style-social-icon---youtube-link:hover {
  text-decoration: none !important;
}

pre {
  white-space: pre-wrap;
}

.small-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.table-container {
  max-width: 100%;
  overflow: auto;
  position: relative;
}

table:not(.fc table) {
  width: 100%;
  margin: 1rem auto 1rem auto;
}
table:not(.fc table) p {
  margin: 0;
}
table:not(.fc table) p:not(:last-child) {
  margin-bottom: 1.5rem;
}
table:not(.fc table) th,
table:not(.fc table) thead th {
  padding: 0.625rem 1rem;
  text-align: left;
  vertical-align: bottom;
}
table:not(.fc table) tbody {
  border: none;
}
table:not(.fc table) th,
table:not(.fc table) td {
  border: none;
  vertical-align: top;
  padding: 0.625rem 1rem;
  border-right: 1px solid #89857e;
}
table:not(.fc table) th {
  border: 1px solid #89857e;
  background-color: #dce3e3;
}
table:not(.fc table) td ol:first-child {
  margin-top: 0;
}
table:not(.fc table) td ol, table:not(.fc table) td ol li:last-child {
  margin-bottom: 0;
}
table:not(.fc table) td ol:only-child {
  margin-top: 0;
}
table:not(.fc table) td ol li ol:only-child {
  margin-top: 1rem;
}
table:not(.fc table) td ol + p {
  margin-top: 1.5rem;
}
table:not(.fc table) tr {
  border: 1px solid #89857e;
}
table:not(.fc table) tr:nth-child(odd) {
  background-color: #f9f7f6;
}
table:not(.fc table) tr:nth-child(even) {
  background-color: #ffffff;
}
table:not(.fc table) caption {
  caption-side: top;
  text-align: left;
  position: sticky;
  left: 0;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #023737;
}
table:not(.fc table) .tablesort {
  background-image: none;
  padding-left: 0.3125rem;
}
table:not(.fc table) .tablesort.tablesort--asc::before {
  font-size: 0.875rem;
  display: block;
}
table:not(.fc table) .tablesort.tablesort--desc::before {
  font-size: 0.875rem;
  display: block;
}
.advisory-report-api-form table:not(.fc table) caption {
  text-align: left;
  position: relative;
  font-weight: 400;
  padding: 0;
  color: #000000;
  background-color: transparent;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.advisory-report-api-form table:not(.fc table) > .table-container {
  padding-left: 0;
  padding-right: 0;
}
.advisory-report-api-form table:not(.fc table) thead tr {
  padding: 0 1rem;
}
.advisory-report-api-form table:not(.fc table) th {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 400;
}
.advisory-report-api-form table:not(.fc table) tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
.advisory-report-api-form table:not(.fc table) tr:nth-child(odd):not(thead tr) {
  background-color: #ffffff;
}
.advisory-report-api-form table:not(.fc table) th,
.advisory-report-api-form table:not(.fc table) td {
  padding: 0 1rem;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advisory-report-api-form table:not(.fc table) tbody tr {
  background: white;
  background-color: #ffffff;
  border-radius: 0 1rem 1rem 0;
  border: 1px solid #dcd6d1 !important;
  padding: 2rem 1rem;
}
.advisory-report-api-form table:not(.fc table) td {
  font-size: 1rem;
  line-height: 1.125rem;
}
@media (min-width: 56.25em) {
  .advisory-report-api-form table:not(.fc table) td {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.advisory-report-api-form table:not(.fc table) td a {
  font-family: "Tenorite Bold", Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}
.advisory-report-api-form table:not(.fc table) td a:hover {
  text-decoration: underline;
}
.advisory-report-api-form table:not(.fc table) td a::before {
  content: "";
  width: 5px;
  background: #a8c208;
  position: absolute;
  top: -2.0625rem;
  bottom: -2.0625rem;
  left: -2.0625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.advisory-report-api-form table:not(.fc table) td a:hover::before {
  background: #d3e364;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 3rem 0 1.8125rem 0;
}

.coh-heading {
  margin-top: 0;
}

.coh-style-title-small---heading-5-size {
  font-size: 1.5rem;
  line-height: 1.2em;
}

h1 {
  font-size: 3.75rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (min-width: 37.5em) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.25rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (min-width: 37.5em) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 1em;
  font-family: "Tenorite Bold", Arial, sans-serif;
}
@media (min-width: 37.5em) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
}
@media (min-width: 37.5em) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.3em;
}
@media (min-width: 37.5em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}

.field--name-body > h1:first-child, .field--name-body > h2:first-child, .field--name-body > h3:first-child, .field--name-body > h4:first-child, .field--name-body > h5:first-child, .field--name-body > h6:first-child {
  margin-top: 0;
}

ul,
ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}

label::after {
  content: "" !important;
  padding-left: 0.5rem;
}

.view-search .view-header {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #002d2d;
}
.view-search .results-for h2 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 37.5em) {
  .view-search .results-for h2 {
    font-size: 1.875rem;
  }
}
.view-search .display-summary {
  font-size: 0.875rem;
  font-style: italic;
}
.view-search .view-empty {
  font-size: 1.25rem;
  font-style: italic;
}
.view-search .views-row {
  padding-bottom: 1.5rem;
}
.view-search .views-row:not(:last-child) {
  border-bottom: 1px solid #89857e;
}
.view-search .node h2,
.view-search .node .field--name-name,
.view-search .media h2,
.view-search .media .field--name-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.view-search .node .field__label,
.view-search .media .field__label {
  padding-bottom: 0;
  border-bottom: 0;
}
.view-search .node .field,
.view-search .media .field {
  clear: both;
  margin-top: 0.625rem;
}
.view-search .node .node__submitted,
.view-search .node .field--name-field-date .datetime,
.view-search .node .field--name-field-date-range,
.view-search .media .node__submitted,
.view-search .media .field--name-field-date .datetime,
.view-search .media .field--name-field-date-range {
  padding-left: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 56.25em) {
  .view-search .node .node__submitted,
  .view-search .node .field--name-field-date .datetime,
  .view-search .node .field--name-field-date-range,
  .view-search .media .node__submitted,
  .view-search .media .field--name-field-date .datetime,
  .view-search .media .field--name-field-date-range {
    font-size: 0.875rem;
  }
}
.view-search .node .field--name-field-body *,
.view-search .node .field--name-body *,
.view-search .media .field--name-field-body *,
.view-search .media .field--name-body * {
  text-align: left;
  display: inline;
  margin-bottom: 0;
}
.view-search .views-field[class*=field-media-file] {
  margin-top: 0.625rem;
}
.view-search .views-field[class*=field-media-file] .field-content {
  word-break: break-word;
}

.skip-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0.625rem;
  text-align: center;
  background-color: #b7c6c6;
  border: 2px solid #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}
.skip-link::before {
  padding-right: 0.625rem;
}
.skip-link:focus {
  outline: none;
}
.skip-link:hover {
  color: #000000;
  text-decoration: underline;
}

.view-calendar {
  margin-bottom: 5rem;
}
@media (min-width: 56.25em) {
  .view-calendar {
    margin-bottom: 6rem;
  }
}
.view-calendar .view-header {
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #b7c6c6;
  text-align: right;
}
.view-calendar .view-header a {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
  margin-bottom: 1rem;
}
.view-calendar .view-header a:focus {
  outline: none;
}
.view-calendar .view-header a:visited {
  color: #000000;
}
.view-calendar .view-header a:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.view-calendar .view-header a:focus, .view-calendar .view-header a:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.view-calendar .view-header a::before {
  margin-right: 0.625rem;
}
.view-calendar .fc td, .view-calendar .fc th {
  border-right: 1px solid #ddd;
}
.view-calendar .fc-day-grid-event {
  background-color: #b7c6c6 !important;
  border-color: #b7c6c6 !important;
  color: #000000;
  padding: 0.25rem;
}
.view-calendar .fc-event-dot {
  background-color: #b7c6c6 !important;
}
.view-calendar .event-type {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  border-radius: 2px;
  background-color: #dce3e3;
}
.view-calendar .event-title {
  font-weight: 700;
  font-size: 1.125rem;
}

.fc-button {
  text-transform: capitalize;
}

.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page,
.block-views-block--continuing-education-block-1 .views-exposed-form) {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dcd6d1;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  margin: 0 0 2rem 0;
}
@media (min-width: 31.25em) {
  .views-exposed-form:not(.block-views-exposed-filter-block--search-search-page,
  .block-views-block--continuing-education-block-1 .views-exposed-form) {
    margin: 0 0 3.75rem 0;
  }
}

.views-exposed-form > .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 37.5em) {
  .views-exposed-form > .form--inline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.views-exposed-form .fieldgroup {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
}
@media (min-width: 37.5em) {
  .views-exposed-form .fieldgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.views-exposed-form .form-item-combine {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.views-exposed-form .form-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
}
.views-exposed-form .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.views-exposed-form .form-radios label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
}
.views-exposed-form .form-radios .form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  float: none;
  position: relative;
  padding: 0.6875rem 1.25rem;
  margin: 0.3125rem;
}
.views-exposed-form .form-radios .form-item:last-child {
  margin-right: 0;
}
.views-exposed-form .form-radios input[type=radio] {
  border: 1px solid #dcd6d1;
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.views-exposed-form .form-radios input[type=radio]:checked {
  background-color: #f0ece8;
  border-color: #f0ece8;
}
.views-exposed-form .filters-container {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 37.5em) {
  .views-exposed-form .filters-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 37.5em) {
  .views-exposed-form .form-type-textfield {
    margin-bottom: 0;
  }
}
.views-exposed-form .form-type-textfield label {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 37.5em) {
  .views-exposed-form.block-views-exposed-filter-block--publication-with-solr-block-publications-solr .form-type-textfield {
    margin-bottom: 1.25rem;
  }
}
.views-exposed-form.block-views-exposed-filter-block--publication-with-solr-block-publications-solr .form-type-textfield label {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.block-views-block--enforcement-publication-news-releases-block-1 .views-exposed-form .fieldgroup {
  margin-left: 0.375rem;
}

.coh-view-contents .views-exposed-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.coh-view-contents > .coh-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.coh-view-contents .heading-sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-view-contents .heading-sort-wrapper .coh-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0;
}
.coh-view-contents .sorts-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.sorts-container.form-wrapper,
.form-item-sort-bef-combine {
  padding: 0;
  margin: 0;
}
.sorts-container.form-wrapper label,
.form-item-sort-bef-combine label {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorts-container.form-wrapper select,
.form-item-sort-bef-combine select {
  background-position: right 1.5rem top 50%;
  background-color: #f9f7f6;
  border-color: #dcd6d1;
  padding: 0.625rem 2.75rem 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 16.875rem;
}
.sorts-container.form-wrapper .form-item,
.form-item-sort-bef-combine .form-item {
  padding: 0;
  margin: 0;
}

.form-item-sort-bef-combine-consultation:not(.sorts-container .form-item-sort-bef-combine-consultation),
.form-item-sort-bef-combine-enforcement-proceeding:not(.sorts-container .form-item-sort-bef-combine-enforcement-proceeding),
.form-item-sort-bef-combine-publication:not(.sorts-container .form-item-sort-bef-combine-publication),
.form-item-sort-bef-combine-regulated-dealers:not(.sorts-container .form-item-sort-bef-combine-regulated-dealers) {
  display: none;
}

.facets-widget-links h2 {
  margin-top: 0;
}
.facets-widget-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.5rem 0;
}
.facets-widget-links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  float: none;
  position: relative;
  margin: 0.3125rem;
  list-style: none;
  line-height: 2.5rem;
}
.facets-widget-links li:first-child {
  margin-left: 0;
}
.facets-widget-links li:last-child {
  margin-right: 0;
}
.facets-widget-links li a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dcd6d1;
  border-radius: 1.25rem;
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facets-widget-links li a:hover, .facets-widget-links li a:focus, .facets-widget-links li a.is-active {
  background-color: #f0ece8;
  border-color: #f0ece8;
}

.node--view-mode-teaser h2,
.node--view-mode-compact h2 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.node--view-mode-teaser .node__submitted,
.node--view-mode-teaser .announcement-date,
.node--view-mode-teaser .field--name-field-date .datetime,
.node--view-mode-teaser .field--name-field-date-range,
.node--view-mode-compact .node__submitted,
.node--view-mode-compact .announcement-date,
.node--view-mode-compact .field--name-field-date .datetime,
.node--view-mode-compact .field--name-field-date-range {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 56.25em) {
  .node--view-mode-teaser .node__submitted,
  .node--view-mode-teaser .announcement-date,
  .node--view-mode-teaser .field--name-field-date .datetime,
  .node--view-mode-teaser .field--name-field-date-range,
  .node--view-mode-compact .node__submitted,
  .node--view-mode-compact .announcement-date,
  .node--view-mode-compact .field--name-field-date .datetime,
  .node--view-mode-compact .field--name-field-date-range {
    font-size: 0.875rem;
  }
}
.node--view-mode-teaser .node__submitted::before,
.node--view-mode-teaser .announcement-date::before,
.node--view-mode-teaser .field--name-field-date .datetime::before,
.node--view-mode-teaser .field--name-field-date-range::before,
.node--view-mode-compact .node__submitted::before,
.node--view-mode-compact .announcement-date::before,
.node--view-mode-compact .field--name-field-date .datetime::before,
.node--view-mode-compact .field--name-field-date-range::before {
  display: none;
}
.node--view-mode-teaser .field--name-body .more-link,
.node--view-mode-compact .field--name-body .more-link {
  display: inline;
  padding-left: 0.125rem;
  font-weight: 700;
}

.node--view-mode-full {
  margin-top: 1.25rem;
}
@media (min-width: 56.25em) {
  .node--view-mode-full {
    margin-top: 1.6875rem;
  }
}

@media (min-width: 56.25em) {
  .layout--twocol-sidebar-first .region-small .node--view-mode-teaser .node__submitted,
  .layout--twocol-sidebar-first .region-small .node--view-mode-teaser .announcement-date,
  .layout--twocol-sidebar-first .region-small .node--view-mode-compact .node__submitted,
  .layout--twocol-sidebar-first .region-small .node--view-mode-compact .announcement-date,
  .layout--twocol-sidebar-second .region-small .node--view-mode-teaser .node__submitted,
  .layout--twocol-sidebar-second .region-small .node--view-mode-teaser .announcement-date,
  .layout--twocol-sidebar-second .region-small .node--view-mode-compact .node__submitted,
  .layout--twocol-sidebar-second .region-small .node--view-mode-compact .announcement-date,
  .layout--threecol-split .region-small .node--view-mode-teaser .node__submitted,
  .layout--threecol-split .region-small .node--view-mode-teaser .announcement-date,
  .layout--threecol-split .region-small .node--view-mode-compact .node__submitted,
  .layout--threecol-split .region-small .node--view-mode-compact .announcement-date {
    font-size: 0.75rem;
  }
}

.node--view-mode-list-item.node--type-consultation a, .node--view-mode-list-item.node--type-enforcement-proceeding a {
  background-color: #ffffff;
  border: 1px solid #dcd6d1;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #000000;
  padding: 2rem;
  margin-bottom: 0.625rem;
  position: relative;
  display: block;
}
@media (min-width: 56.25em) {
  .node--view-mode-list-item.node--type-consultation a, .node--view-mode-list-item.node--type-enforcement-proceeding a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.node--view-mode-list-item.node--type-consultation a::before, .node--view-mode-list-item.node--type-enforcement-proceeding a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 5px;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.node--view-mode-list-item.node--type-consultation a:hover::before, .node--view-mode-list-item.node--type-consultation a:focus::before, .node--view-mode-list-item.node--type-enforcement-proceeding a:hover::before, .node--view-mode-list-item.node--type-enforcement-proceeding a:focus::before {
  background-color: #a8c208;
}
.node--view-mode-list-item.node--type-consultation .node__content.Concluded .field--name-field-status, .node--view-mode-list-item.node--type-enforcement-proceeding .node__content.Concluded .field--name-field-status {
  display: none;
}
.node--view-mode-list-item.node--type-consultation h2, .node--view-mode-list-item.node--type-enforcement-proceeding h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 0;
}
.node--view-mode-list-item.node--type-consultation .field, .node--view-mode-list-item.node--type-enforcement-proceeding .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.node--view-mode-list-item.node--type-consultation .field--name-field-division, .node--view-mode-list-item.node--type-enforcement-proceeding .field--name-field-division {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1.5rem;
  margin-top: -1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.node--view-mode-list-item.node--type-consultation .field--name-field-division .field__item::after, .node--view-mode-list-item.node--type-enforcement-proceeding .field--name-field-division .field__item::after {
  content: "/";
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.node--view-mode-list-item.node--type-consultation .field--name-field-division .field__item:last-child::after, .node--view-mode-list-item.node--type-enforcement-proceeding .field--name-field-division .field__item:last-child::after {
  display: none;
}
.node--view-mode-list-item.node--type-consultation .field--name-field-date-commmenced, .node--view-mode-list-item.node--type-enforcement-proceeding .field--name-field-date-commmenced {
  padding-right: 2rem;
}
.node--view-mode-list-item.node--type-consultation .field--name-field-file-number, .node--view-mode-list-item.node--type-enforcement-proceeding .field--name-field-file-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.node--view-mode-list-item.node--type-consultation .field--name-field-outcome, .node--view-mode-list-item.node--type-enforcement-proceeding .field--name-field-outcome {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.node--view-mode-list-item.node--type-consultation .field--name-field-issues, .node--view-mode-list-item.node--type-enforcement-proceeding .field--name-field-issues {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.node--view-mode-list-item.node--type-consultation h2 {
  font-size: 1.5rem;
  line-height: 1.2em;
}

.coh-ce-1cf5916b .field.field--name-field-notice-date::first-letter {
  text-transform: capitalize !important;
}

.block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.block > h2,
.block .block--inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.125rem;
  margin-top: 0;
}
@media (min-width: 56.25em) {
  .block > h2,
  .block .block--inner h2 {
    font-size: 2rem;
  }
}
.block > h2::before,
.block .block--inner h2::before {
  margin-right: 1rem;
}

.region--sidebar-second .block,
.region--sidebar-first .block {
  margin-bottom: 2.5rem;
}

.layout__region .block {
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.report-nav-bar {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.report-nav-bar > div {
  padding: 0 0.625rem;
}
.report-nav-bar a {
  text-decoration: underline;
  font-family: "Tenorite Bold", Arial, sans-serif;
}
.report-nav-bar a:hover {
  text-decoration: none;
}
.report-nav-bar .back-to-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report-nav-bar .back-to-search .back-to-search-icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/chevron-left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
}
.report-nav-bar .print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report-nav-bar .print-icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1rem;
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/print.svg);
  background-size: 1rem;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
}

.advisor_report_card {
  margin-bottom: 2rem;
}
.advisor_report_card.first-level {
  margin-bottom: 4rem;
}
.advisor_report_card .title:not(.container .title) {
  margin-bottom: 2rem;
}
@media (min-width: 31.25em) {
  .advisor_report_card .title:not(.container .title) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.advisor_report_card .title:not(.container .title)::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 31.25em) {
  .advisor_report_card .title:not(.container .title)::before {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 56.25em) {
  .advisor_report_card .title:not(.container .title)::before {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
  }
}
.advisor_report_card .title:not(.container .title) h2 {
  margin-bottom: 0;
}
.advisor_report_card h2, .advisor_report_card h3 {
  margin-top: 0;
}
.advisor_report_card h3 {
  font-family: "Tenorite", Arial, sans-serif;
}
.advisor_report_card .container {
  background-color: #ffffff;
  border: 1px solid #dcd6d1;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 31.25em) {
  .advisor_report_card .container {
    padding: 3.5rem;
  }
}
@media (min-width: 56.25em) {
  .advisor_report_card .container {
    padding: 5rem;
  }
}
.advisor_report_card .table-container {
  padding: 0;
}
.advisor_report_card table {
  margin-top: 0;
  margin-bottom: 0;
}
.advisor_report_card table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #dcd6d1 !important;
}
@media (min-width: 56.25em) {
  .advisor_report_card table tr {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.advisor_report_card table tr:last-child {
  border-bottom: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.advisor_report_card table tr:nth-child(odd) {
  background-color: transparent;
}
.advisor_report_card table th,
.advisor_report_card table td {
  border: none;
  min-width: 10rem;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.advisor_report_card table th:first-child,
.advisor_report_card table td:first-child {
  padding-left: 0;
}
.advisor_report_card table th:last-child,
.advisor_report_card table td:last-child {
  padding-right: 0;
}
.advisor_report_card table th {
  font-weight: 400;
}
.advisor_report_card table:not(#industry_courses) th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding-right: 1rem;
  background-color: transparent;
  font-family: "Tenorite Bold", Arial, sans-serif;
}
@media (min-width: 56.25em) {
  .advisor_report_card table:not(#industry_courses) th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.advisor_report_card table:not(#industry_courses) td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.advisor_report_card ul {
  margin: 0;
}
.advisor_report_card ul li {
  margin-left: 0;
  margin-bottom: 0.625rem;
  list-style: none;
}
.advisor_report_card ul li:last-child {
  margin-bottom: 0;
}
.advisor_report_card .description {
  color: #000000;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .advisor_report_card .description {
    margin-bottom: 2rem;
  }
}
.advisor_report_card .firm-container {
  padding: 1.5rem 0;
  border-top: 1px solid #dcd6d1;
  border-bottom: 1px solid #dcd6d1;
}
@media (min-width: 56.25em) {
  .advisor_report_card .firm-container {
    padding: 2rem 0;
  }
}
.advisor_report_card .firm-container .firm-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.advisor_report_card .firm-container .firm-name p {
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1.5rem;
  margin-bottom: 0;
}
.advisor_report_card .firm-container .firm-name:hover p {
  text-decoration: underline;
}
.advisor_report_card .firm-container .firm-name::after {
  display: block;
  content: "";
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--add.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
@media (min-width: 56.25em) {
  .advisor_report_card .firm-container .firm-name::after {
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.advisor_report_card .firm-container .firm-contents {
  display: none;
}
.advisor_report_card .firm-container.open .firm-name {
  margin-bottom: 2rem;
}
.advisor_report_card .firm-container.open .firm-name::after {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--minus.svg);
}
.advisor_report_card .firm-container.open .firm-contents {
  display: block;
}
.advisor_report_card .over-card-bottom {
  padding: 0 2rem 2rem 2rem;
}
@media (min-width: 56.25em) {
  .advisor_report_card .over-card-bottom {
    padding: 0 2rem 2rem 8rem;
  }
}
.advisor_report_card .more-container {
  padding: 1.25rem 0;
  margin-top: 1.25rem;
  border-top: 1px solid #dcd6d1;
  border-bottom: 1px solid #dcd6d1;
}
@media (min-width: 56.25em) {
  .advisor_report_card .more-container {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
  }
}
.advisor_report_card .more-container .more-container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.advisor_report_card .more-container .more-container-header p {
  text-decoration: underline;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1.5rem;
}
.advisor_report_card .more-container .more-container-header:hover p {
  text-decoration: none;
}
.advisor_report_card .more-container .more-container-header::after {
  display: block;
  content: "";
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--add.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.advisor_report_card .more-container .more-container-contents {
  display: none;
}
.advisor_report_card .more-container p:last-child {
  margin-bottom: 0;
}
.advisor_report_card .more-container.open .more-container-header {
  margin-bottom: 1.5rem;
}
.advisor_report_card .more-container.open .more-container-header::after {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--minus.svg);
}
.advisor_report_card .more-container.open .more-container-contents {
  display: block;
}
.advisor_report_card.basic-details-status .title::before {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--basic-details.svg);
}
.advisor_report_card.registration-information-wrapper .title::before {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--registration-info.svg);
}
.advisor_report_card.registered-provinces-territories ul li {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}
.advisor_report_card.registered-provinces-territories ul li::before {
  content: "•";
  font-size: 1.5rem;
  margin-right: 0.625rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.advisor_report_card.registered-provinces-territories ul li:first-child {
  padding-left: 0;
}
.advisor_report_card.registered-provinces-territories ul li:first-child::before {
  display: none;
}
.advisor_report_card .terms-conditions .data-container p {
  display: inline-block;
  margin-bottom: 0;
}
.advisor_report_card.previous-sponsoring-firms .title::before {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--previous-sponsor.svg);
}
.advisor_report_card.previous-sponsoring-firms .data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.advisor_report_card.previous-sponsoring-firms .data-container .data-container--description,
.advisor_report_card.previous-sponsoring-firms .data-container .data-container--firms {
  padding: 0 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media (min-width: 56.25em) {
  .advisor_report_card.previous-sponsoring-firms .data-container .data-container--description,
  .advisor_report_card.previous-sponsoring-firms .data-container .data-container--firms {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 50%;
  }
}
.advisor_report_card.previous-sponsoring-firms .data-container ul li {
  padding-left: 1.25rem;
  position: relative;
}
.advisor_report_card.previous-sponsoring-firms .data-container ul li::before {
  content: "•";
  font-size: 1rem;
  margin-right: 0.625rem;
  position: absolute;
  left: 0;
}
.advisor_report_card.industry-courses .title::before {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--industry-courses.svg);
}
.advisor_report_card.industry-courses table th {
  font-size: 0.875rem;
}
.advisor_report_card.industry-courses table tr:first-child {
  padding-bottom: 1.25rem;
}
.advisor_report_card.regulatory-disclosures .title::before {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--regulatory-disclosures.svg);
}
.advisor_report_card.regulatory-disclosures .data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.advisor_report_card.regulatory-disclosures .data-container .data-container-prior,
.advisor_report_card.regulatory-disclosures .data-container .data-container-after {
  padding: 0 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
@media (min-width: 56.25em) {
  .advisor_report_card.regulatory-disclosures .data-container .data-container-prior,
  .advisor_report_card.regulatory-disclosures .data-container .data-container-after {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 50%;
  }
}
.advisor_report_card.regulatory-disclosures .data-container .data-container-prior {
  margin-bottom: 2rem;
}
@media (min-width: 56.25em) {
  .advisor_report_card.regulatory-disclosures .data-container .data-container-prior {
    margin-bottom: 0;
  }
}
.advisor_report_card.regulatory-disclosures .data-container .data-container-prior-header,
.advisor_report_card.regulatory-disclosures .data-container .data-container-after-header {
  font-family: "Tenorite Bold", Arial, sans-serif;
  margin-bottom: 1rem;
}
.advisor_report_card.disciplinary-actions .title::before {
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/icon--disciplinary-actions.svg);
}

.information-block {
  margin-bottom: 2.5rem;
}
.information-block h2 {
  margin-top: 0;
}

.ar_current_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ar_current_status::before {
  display: block;
  content: "";
  background-image: url(/themes/custom/de_theme/dist/css/../img/iconography/checkmark.svg);
  background-color: #a8c208;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  margin-right: 0.5rem;
}

.block-system-branding-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: visible;
}
.block-system-branding-block .site-logo {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.8125rem;
}
@media (min-width: 23.4375em) {
  .block-system-branding-block .site-logo {
    padding-right: 1.125rem;
  }
}
.block-system-branding-block .site-logo .logo--print {
  display: none;
}
.block-system-branding-block .site-logo img {
  width: 100%;
  height: auto;
  min-height: 1px;
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.block-system-branding-block .site-name {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.user-is-tabbing .block-system-branding-block .site-logo:focus {
  outline: 1px dashed #000000;
}
.user-is-tabbing .block-system-branding-block .site-name a:focus {
  outline: none;
}
.user-is-tabbing .block-system-branding-block .site-name a:focus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 1px dashed #89857e;
}

#block-de-theme-ciropopup {
  display: none;
}

#spb-block-de-theme-ciropopup .spb-popup-main-wrapper.spb_center {
  background-color: #f0ece8;
  width: 80% !important;
  max-height: 90%;
  left: 50%;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  margin-left: 0 !important;
  padding: 3rem;
  border: none;
  overflow: auto;
}
#spb-block-de-theme-ciropopup .block {
  position: relative;
}
#spb-block-de-theme-ciropopup .block::before {
  display: block;
  content: "";
  background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/iconography/CIRO_OCRI_Icon.svg");
  background-repeat: no-repeat;
  width: 4.5rem;
  height: 6.25rem;
  margin: 0 auto 2rem auto;
}
@media (min-width: 48em) {
  #spb-block-de-theme-ciropopup .block::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.6875rem;
    height: 9.375rem;
  }
}
@media (min-width: 62.5em) {
  #spb-block-de-theme-ciropopup .block::before {
    width: 9.375rem;
    height: 100%;
  }
}
#spb-block-de-theme-ciropopup .field--name-body {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  #spb-block-de-theme-ciropopup .field--name-body {
    padding-right: 9.8125rem;
    min-height: 9.8125rem;
  }
}
@media (min-width: 62.5em) {
  #spb-block-de-theme-ciropopup .field--name-body {
    padding-right: 12.5rem;
    min-height: 12.5rem;
  }
}
#spb-block-de-theme-ciropopup .field--name-body p:last-child {
  margin-bottom: 0;
}
#spb-block-de-theme-ciropopup .spb-controls {
  display: none;
}
@media (min-width: 56.1875em) {
  #spb-block-de-theme-ciropopup .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#spb-block-de-theme-ciropopup .spb_close,
#spb-block-de-theme-ciropopup .spb_redirect {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
  font-weight: 700;
  float: none;
  border: none;
  text-transform: none;
  border-radius: 2.1875rem;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
  width: 100%;
}
#spb-block-de-theme-ciropopup .spb_close:focus,
#spb-block-de-theme-ciropopup .spb_redirect:focus {
  outline: none;
}
#spb-block-de-theme-ciropopup .spb_close:visited,
#spb-block-de-theme-ciropopup .spb_redirect:visited {
  color: #000000;
}
#spb-block-de-theme-ciropopup .spb_close:hover,
#spb-block-de-theme-ciropopup .spb_redirect:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
#spb-block-de-theme-ciropopup .spb_close:focus, #spb-block-de-theme-ciropopup .spb_close:active,
#spb-block-de-theme-ciropopup .spb_redirect:focus,
#spb-block-de-theme-ciropopup .spb_redirect:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
#spb-block-de-theme-ciropopup .spb_close::before,
#spb-block-de-theme-ciropopup .spb_redirect::before {
  margin-right: 0.625rem;
}
#spb-block-de-theme-ciropopup .spb_close:hover, #spb-block-de-theme-ciropopup .spb_close:focus,
#spb-block-de-theme-ciropopup .spb_redirect:hover,
#spb-block-de-theme-ciropopup .spb_redirect:focus {
  border: none;
}
@media (min-width: 56.1875em) {
  #spb-block-de-theme-ciropopup .spb_close,
  #spb-block-de-theme-ciropopup .spb_redirect {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
    margin-right: 1.875rem;
  }
}
#spb-block-de-theme-ciropopup .spb_close {
  color: #000000;
  background-color: #ffffff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 37.5em) {
  #spb-block-de-theme-ciropopup .spb_close {
    margin-right: 1.875rem;
  }
}
#spb-block-de-theme-ciropopup .spb_close:hover {
  text-decoration: underline;
  color: #000000;
  background-color: #ffffff;
}
#spb-block-de-theme-ciropopup .spb_close:focus {
  background-color: #dce3e3;
}
#spb-block-de-theme-ciropopup .spb_redirect {
  background-color: #000000;
  color: #ffffff;
}
#spb-block-de-theme-ciropopup .spb_redirect:hover {
  text-decoration: underline;
  background-color: #000000;
  color: #ffffff;
}
#spb-block-de-theme-ciropopup .spb_redirect:focus {
  background-color: #002d2d;
}
#spb-block-de-theme-ciropopup .spb_redirect:visited {
  color: #ffffff;
}

.block-cookies .cookiesjsr-banner {
  margin: 0 auto;
  max-width: 91rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible;
  background-color: #366060;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .block-cookies .cookiesjsr-banner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.block-cookies .cookiesjsr-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background-color: #366060;
  z-index: -1;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--info {
  padding-left: 0;
}
@media (min-width: 768px) {
  .block-cookies .cookiesjsr-banner .cookiesjsr-banner--info {
    margin-bottom: 0;
  }
}
.block-cookies .cookiesjsr-banner ul.cookiesjsr-links {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.block-cookies .cookiesjsr-banner ul.cookiesjsr-links li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}
.block-cookies .cookiesjsr-banner ul.cookiesjsr-links a {
  text-decoration: underline;
  font-size: 1rem;
}
.block-cookies .cookiesjsr-banner ul.cookiesjsr-links a:hover {
  text-decoration: none;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--action button:last-of-type {
  margin-right: 0;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--action button {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  border: 1px solid #b7c6c6;
  background-color: #b7c6c6;
  padding: 0.625rem 1.5rem;
  font-family: "Tenorite Bold", Arial, sans-serif;
  min-height: unset;
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--action button:focus {
  outline: none;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--action button:hover {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--action button:focus {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--action button::before {
  margin-right: 0.625rem;
}
.block-cookies .cookiesjsr-banner .cookiesjsr-banner--action button:hover {
  -webkit-transform: unset;
          transform: unset;
}

.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group:not(:first-of-type) .cookiesjsr-service-group--tab {
  border-top: 1px solid #e4e5e6;
  border-bottom: 1px solid #e4e5e6;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group:first-of-type {
  border-bottom: 1px solid #e4e5e6;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group.active button {
  background-color: #366060;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group button {
  border: 0;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--tab {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--tab:hover {
  background-color: #366060;
  color: #ffffff !important;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group--content {
  background-color: #ffffff;
  border-left: 1px solid #e4e5e6;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group--content > *,
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group--content a,
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group--content h3,
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group--content h2,
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-layer--body .cookiesjsr-service-group--content h4 {
  color: #000000;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer .cookiesjsr-service--action span {
  color: #023737;
  background-color: transparent;
}
.cookiesjsr-layer--wrapper .cookiesjsr-service:hover {
  background-color: transparent;
}
.cookiesjsr-layer--wrapper li {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.cookiesjsr-layer--wrapper li li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}
.cookiesjsr-layer--wrapper li a {
  color: #023737;
  font-size: 1rem;
  text-decoration: underline;
}
.cookiesjsr-layer--wrapper li a:hover {
  text-decoration: none;
}
.cookiesjsr-layer--wrapper .cookiesjsr-switch {
  -webkit-box-shadow: inset -1px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: inset -1px 2px 4px rgba(0, 0, 0, 0.5);
  border-color: #89857e;
}
.cookiesjsr-layer--wrapper .cookiesjsr-switch::after {
  border-color: #89857e;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  border: 1px solid #b7c6c6;
  background-color: #b7c6c6;
  padding: 0.625rem 1.5rem;
  font-family: "Tenorite Bold", Arial, sans-serif;
  min-height: unset;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0.3em;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button:focus {
  outline: none;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button:hover {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button:focus {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button::before {
  margin-right: 0.625rem;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button:hover {
  -webkit-transform: unset;
          transform: unset;
}
@media (min-width: 31.25em) {
  .cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0.625em;
  }
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save:focus {
  outline: none;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save:visited {
  color: #000000;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save:focus, .cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save::before {
  margin-right: 0.625rem;
}
@media (min-width: 31.25em) {
  .cookiesjsr-layer--wrapper .cookiesjsr-layer--footer button.save {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 56.1875em) {
  .block-facets-summary {
    margin-left: 0.8125rem;
    margin-right: 0.8125rem;
  }
}
.block-facets-summary ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.block-facets-summary ul li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}
.block-facets-summary ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.block-facets-summary .facet-summary-item--clear a {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  border: 1px solid #b7c6c6;
  background-color: #b7c6c6;
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  width: 100%;
  justify-content: center;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.block-facets-summary .facet-summary-item--clear a:focus {
  outline: none;
}
.block-facets-summary .facet-summary-item--clear a:hover {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.block-facets-summary .facet-summary-item--clear a:focus {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.block-facets-summary .facet-summary-item--clear a::before {
  margin-right: 0.625rem;
}
.block-facets-summary .facet-summary-item--facet {
  display: none;
}

.block-facets-block {
  background-color: #dcd6d1;
  display: block;
  overflow: hidden;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
@media (max-width: 56.1875em) {
  .block-facets-block {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 56.25em) {
  .block-facets-block {
    padding: 3.75rem 2.5rem 3.75rem 2.5rem;
  }
}
.block-facets-block > h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: none;
}
.block-facets-block .no-results-message {
  display: none;
}
.block-facets-block > h2 + .no-results-message {
  display: block;
  margin-top: 1.5625rem;
  font-size: 0.875rem;
  font-style: italic;
}
.block-facets-block .facet-block {
  padding-top: 1.75rem;
  margin-top: 2.5rem;
  border-top: 1px solid #ADB9B9;
}
.block-facets-block .hide-facets + .facet-block {
  margin-top: 1.75rem;
}
.block-facets-block ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
.block-facets-block ul li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}
.block-facets-block label {
  margin-bottom: 0.875rem;
  font-weight: 400;
}
.block-facets-block input[type=checkbox]:checked + label::before {
  background-color: #3FA7BF;
  border-color: #3FA7BF;
}

@media (max-width: 56.1875em) {
  .facet-blocks-toggle--container {
    margin-bottom: 1rem;
  }
}
.facet-blocks-toggle--container .facet-blocks-toggle {
  display: none;
}
@media (max-width: 56.1875em) {
  .facet-blocks-toggle--container .facet-blocks-toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #f9f7f6;
    border: 1px solid #dcd6d1;
    padding: 0.625rem 2.75rem 0.625rem 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3.125rem;
    background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/iconography/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 1.5rem top 50%;
    background-size: 0.75rem;
  }
  .facet-blocks-toggle--container .facet-blocks-toggle:hover, .facet-blocks-toggle--container .facet-blocks-toggle:focus {
    background-color: #f0ece8;
  }
}
@media (max-width: 56.1875em) {
  .facet-blocks-toggle--container .facet-blocks-toggle.accordion-open {
    margin-bottom: 0;
    background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/iconography/chevron-up.svg");
  }
}

@media (max-width: 56.1875em) {
  .facet-blocks--container {
    display: none;
  }
}
@media (max-width: 56.1875em) {
  .facet-blocks--container.accordion-open {
    display: block;
    margin-top: 1.5rem;
  }
}

.block-facets-block .facet-empty {
  display: none;
}
.block-facets-block .facet-block h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
.block-facets-block .facet-block button {
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 100%;
  font-size: 0.9375rem;
  font-family: "Tenorite", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 1px solid transparent;
  padding-right: 1.75rem;
}
.block-facets-block .facet-block button::before, .block-facets-block .facet-block button::after {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-facets-block .facet-block button::before {
  font-family: "icomoon";
  content: "\f077";
}
.block-facets-block .facet-block button::after {
  font-family: "icomoon";
  content: "\f078";
  display: none;
}
.block-facets-block .facet-block button:hover {
  border-color: #414141;
}
.block-facets-block .facet-block button:focus {
  outline: 1px solid #023737;
}
.block-facets-block .facet-block ul {
  padding-top: 0.625rem;
}
.block-facets-block .facet-block.hide-facets ul {
  display: none;
}
.block-facets-block .facet-block.hide-facets button::before {
  display: none;
}
.block-facets-block .facet-block.hide-facets button::after {
  display: block;
}

.page-title {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (min-width: 37.5em) {
  .page-title {
    font-size: 3rem;
  }
}

@media (min-width: 56.25em) {
  .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page).show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-animation: fade-in 0.3s forwards;
          animation: fade-in 0.3s forwards;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-item,
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions {
  margin: 0;
  padding: 0;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) form,
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 37.5em) {
  .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) form,
  .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form--inline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form--inline {
  position: relative;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-top: 2px;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield::before {
  color: #002d2d;
  position: absolute;
  font-size: 1.5rem;
  left: 1.5rem;
}
@media (min-width: 56.25em) {
  .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield::before {
    font-size: 1.875rem;
    left: 1.875rem;
  }
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield input[type=text] {
  font-size: 1.125rem;
  border: transparent;
  padding: 1.375rem 8rem 1.375rem 3.75rem;
  border-radius: 2.5rem;
  color: #002d2d;
}
@media (min-width: 56.25em) {
  .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield input[type=text] {
    font-size: 1.5rem;
    padding: 1.375rem 8rem 1.375rem 5rem;
  }
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield input[type=text]::-webkit-input-placeholder {
  color: #002d2d;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield input[type=text]::-moz-placeholder {
  color: #002d2d;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield input[type=text]::-ms-input-placeholder {
  color: #002d2d;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield input[type=text]::placeholder {
  color: #002d2d;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield input[type=text]:focus {
  outline: 2px solid #a8c208;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-select {
  display: none;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) label {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions {
  position: absolute;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  right: 0.75rem;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-submit {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-submit:focus {
  outline: none;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-submit:visited {
  color: #000000;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-submit:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-submit:focus, .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-submit:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-submit::before {
  margin-right: 0.625rem;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .mobile-modal-controls {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 2rem;
}
@media (min-width: 37.5em) {
  .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .mobile-modal-controls {
    display: none;
  }
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .mobile-modal-controls .search-toggle {
  width: 100%;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 0.75rem 0.625rem;
  background-color: #7a9d96;
  text-transform: uppercase;
  font-size: 0.875rem;
  opacity: 0;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .mobile-modal-controls .search-toggle.open {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
  opacity: 1;
}
.block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .mobile-modal-controls .search-toggle:focus {
  background-color: #002d2d;
  border-color: #002d2d;
  outline: none;
}
header .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) input[type=text] {
  border: none;
}
header .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) input[type=text]:hover, header .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) input[type=text]:focus {
  border: none;
  outline: none;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form--inline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  padding: 0 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 56.25em) {
  .region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-textfield {
    margin-bottom: 0;
  }
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) input[type=text] {
  border: 1px solid #dce3e3;
  border-radius: 2px;
  padding: 0.8125rem 0.9375rem;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) input[type=text]:hover {
  border-color: #b7c6c6;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-select {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
  width: 100%;
  padding: 0 0.625rem;
}
@media (min-width: 56.25em) {
  .region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-type-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
}
@media (min-width: 56.25em) {
  .region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions {
    padding-top: 0;
  }
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions:before {
  display: none;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions .form-submit {
  font-size: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
  min-width: 6.25rem;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions .form-submit:focus {
  outline: none;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions .form-submit:visited {
  color: #000000;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions .form-submit:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions .form-submit:focus, .region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions .form-submit:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.region--content .block-views-exposed-filter-block--search-search-page:not(.search-bar-results .block-views-exposed-filter-block--search-search-page) .form-actions .form-submit::before {
  margin-right: 0.625rem;
}

.user-is-tabbing #block-globalsearch .form-submit:focus {
  outline: none;
  background-color: #002d2d;
  border-color: #002d2d;
}

.block-de-search-toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -1px;
}
@media (min-width: 56.25em) {
  .block-de-search-toggle {
    display: none;
  }
}
.block-de-search-toggle .search-toggle {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  background-image: none;
  background-color: transparent;
  padding: 0.625rem;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
}
.block-de-search-toggle .search-toggle::before {
  font-size: 2rem;
  color: #023737;
}
.block-de-search-toggle .search-toggle::after {
  display: none;
  font-size: 2rem;
  color: #023737;
}
.block-de-search-toggle .search-toggle:hover, .block-de-search-toggle .search-toggle:focus {
  border-color: #002d2d;
}
.block-de-search-toggle .search-toggle:focus {
  outline: 1px solid #002d2d;
}
.block-de-search-toggle .search-toggle.open::before {
  display: none;
}
.block-de-search-toggle .search-toggle.open::after {
  display: block;
}

.view-top-rules-advisors a {
  background-color: #ffbe00;
  color: #000000;
}

.view-top-rules-compliance a {
  background-color: #414141;
  color: #ffffff;
}
.view-top-rules-compliance p {
  color: #ffffff;
}

.view-top-rules-advisors .coh-row-inner, .view-top-rules-compliance .coh-row-inner, .view-top-umir-rules-for-compliance .coh-row-inner {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
}
@supports not (display: grid) {
  .view-top-rules-advisors .coh-row-inner, .view-top-rules-compliance .coh-row-inner, .view-top-umir-rules-for-compliance .coh-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 56.1875em) {
  .view-top-rules-advisors .coh-row-inner, .view-top-rules-compliance .coh-row-inner, .view-top-umir-rules-for-compliance .coh-row-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 62.5em) {
  .view-top-rules-advisors .coh-row-inner, .view-top-rules-compliance .coh-row-inner, .view-top-umir-rules-for-compliance .coh-row-inner {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.view-top-rules-advisors .coh-column, .view-top-rules-compliance .coh-column, .view-top-umir-rules-for-compliance .coh-column {
  margin: 0 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@supports not (display: grid) {
  .view-top-rules-advisors .coh-column, .view-top-rules-compliance .coh-column, .view-top-umir-rules-for-compliance .coh-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 56.1875em) {
  .view-top-rules-advisors .coh-column, .view-top-rules-compliance .coh-column, .view-top-umir-rules-for-compliance .coh-column {
    /** Explicit Positioning - For IE 10, IE 11 and Edge > 16 */
  }
  .view-top-rules-advisors .coh-column:nth-child(1), .view-top-rules-compliance .coh-column:nth-child(1), .view-top-umir-rules-for-compliance .coh-column:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .view-top-rules-advisors .coh-column:nth-child(2), .view-top-rules-compliance .coh-column:nth-child(2), .view-top-umir-rules-for-compliance .coh-column:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .view-top-rules-advisors .coh-column:nth-child(3), .view-top-rules-compliance .coh-column:nth-child(3), .view-top-umir-rules-for-compliance .coh-column:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .view-top-rules-advisors .coh-column:nth-child(4), .view-top-rules-compliance .coh-column:nth-child(4), .view-top-umir-rules-for-compliance .coh-column:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .view-top-rules-advisors .coh-column:nth-child(5), .view-top-rules-compliance .coh-column:nth-child(5), .view-top-umir-rules-for-compliance .coh-column:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .view-top-rules-advisors .coh-column:nth-child(6), .view-top-rules-compliance .coh-column:nth-child(6), .view-top-umir-rules-for-compliance .coh-column:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  @supports not (display: grid) {
    .view-top-rules-advisors .coh-column, .view-top-rules-compliance .coh-column, .view-top-umir-rules-for-compliance .coh-column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
    }
  }
}
@media (min-width: 62.5em) {
  .view-top-rules-advisors .coh-column, .view-top-rules-compliance .coh-column, .view-top-umir-rules-for-compliance .coh-column {
    /** Explicit Positioning - For IE 10, IE 11 and Edge > 16 */
  }
  .view-top-rules-advisors .coh-column:nth-child(1), .view-top-rules-compliance .coh-column:nth-child(1), .view-top-umir-rules-for-compliance .coh-column:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .view-top-rules-advisors .coh-column:nth-child(2), .view-top-rules-compliance .coh-column:nth-child(2), .view-top-umir-rules-for-compliance .coh-column:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .view-top-rules-advisors .coh-column:nth-child(3), .view-top-rules-compliance .coh-column:nth-child(3), .view-top-umir-rules-for-compliance .coh-column:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .view-top-rules-advisors .coh-column:nth-child(4), .view-top-rules-compliance .coh-column:nth-child(4), .view-top-umir-rules-for-compliance .coh-column:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .view-top-rules-advisors .coh-column:nth-child(5), .view-top-rules-compliance .coh-column:nth-child(5), .view-top-umir-rules-for-compliance .coh-column:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .view-top-rules-advisors .coh-column:nth-child(6), .view-top-rules-compliance .coh-column:nth-child(6), .view-top-umir-rules-for-compliance .coh-column:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  @supports not (display: grid) {
    .view-top-rules-advisors .coh-column, .view-top-rules-compliance .coh-column, .view-top-umir-rules-for-compliance .coh-column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33%;
              flex: 1 1 33.33%;
    }
  }
}
.view-top-rules-advisors a, .view-top-rules-compliance a, .view-top-umir-rules-for-compliance a {
  padding: 2.25rem;
  min-width: 290px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 200px;
}
.view-top-rules-advisors a p, .view-top-rules-compliance a p, .view-top-umir-rules-for-compliance a p {
  font-size: 1.125rem;
  font-family: "Tenorite", Arial, sans-serif;
}
.view-top-rules-advisors a .rule-number, .view-top-rules-compliance a .rule-number, .view-top-umir-rules-for-compliance a .rule-number {
  font-weight: 900;
}
.view-top-rules-advisors a .rule-number:after, .view-top-rules-compliance a .rule-number:after, .view-top-umir-rules-for-compliance a .rule-number:after {
  font-family: "icomoon";
  content: "\f054";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.675rem;
  margin-left: 0.625rem;
  vertical-align: 0.125rem;
}
.view-top-rules-advisors a .rule-number:after:hover, .view-top-rules-compliance a .rule-number:after:hover, .view-top-umir-rules-for-compliance a .rule-number:after:hover {
  text-decoration: none;
}

.view-top-umir-rules-for-compliance .coh-row-inner {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
}
@supports not (display: grid) {
  .view-top-umir-rules-for-compliance .coh-row-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 56.1875em) {
  .view-top-umir-rules-for-compliance .coh-row-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.view-top-umir-rules-for-compliance .coh-column {
  margin: 0 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@supports not (display: grid) {
  .view-top-umir-rules-for-compliance .coh-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 56.1875em) {
  .view-top-umir-rules-for-compliance .coh-column {
    /** Explicit Positioning - For IE 10, IE 11 and Edge > 16 */
  }
  .view-top-umir-rules-for-compliance .coh-column:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .view-top-umir-rules-for-compliance .coh-column:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .view-top-umir-rules-for-compliance .coh-column:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .view-top-umir-rules-for-compliance .coh-column:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .view-top-umir-rules-for-compliance .coh-column:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .view-top-umir-rules-for-compliance .coh-column:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  @supports not (display: grid) {
    .view-top-umir-rules-for-compliance .coh-column {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
    }
  }
}
.view-top-umir-rules-for-compliance a {
  padding: 2.25rem;
  min-width: 290px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 200px;
}
.view-top-umir-rules-for-compliance a p {
  font-size: 1.125rem;
  font-family: "Tenorite", Arial, sans-serif;
}
.view-top-umir-rules-for-compliance a .rule-number {
  font-weight: 900;
}
.view-top-umir-rules-for-compliance a .rule-number:after {
  font-family: "icomoon";
  content: "\f054";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.675rem;
  margin-left: 0.625rem;
  vertical-align: 0.125rem;
}
.view-top-umir-rules-for-compliance a .rule-number:after:hover {
  text-decoration: none;
}

#block-views-block-recently-posted-publications-block-1 .views-row:nth-child(4), #block-views-block-recently-posted-publications-block-1 .views-row:nth-child(5), #block-views-block-recently-posted-publications-block-1 .views-row:nth-child(6) {
  display: none;
}
@media (min-width: 37.5em) {
  #block-views-block-recently-posted-publications-block-1 .views-row:nth-child(4), #block-views-block-recently-posted-publications-block-1 .views-row:nth-child(5), #block-views-block-recently-posted-publications-block-1 .views-row:nth-child(6) {
    display: block;
  }
}

.block-sro-mailchimp #mc_embed_signup form {
  padding: 0;
  margin: 0;
}
.block-sro-mailchimp h4 {
  color: #414141;
  margin-bottom: 1.25rem;
}
.block-sro-mailchimp .mc_email_address {
  margin-bottom: 2rem;
}
.block-sro-mailchimp p.label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.block-sro-mailchimp #mc_embed_signup .asterisk {
  font-weight: 700;
  font-size: 1rem;
  top: 0;
  padding-left: 0.3125rem;
  color: rgb(160, 0, 0);
}
.block-sro-mailchimp input[type=radio] + label,
.block-sro-mailchimp input[type=checkbox] + label {
  font-family: "Tenorite", Arial, sans-serif;
  font-weight: 400;
}
.block-sro-mailchimp input[type=radio] + label::before {
  width: 1.125rem;
  height: 1.125rem;
}
.block-sro-mailchimp input[type=radio]:checked + label::before {
  background-color: #7a9d96;
  border-color: #7a9d96;
}
.block-sro-mailchimp #mc_embed_signup .button {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
  text-transform: none;
  height: auto;
}
.block-sro-mailchimp #mc_embed_signup .button:focus {
  outline: none;
}
.block-sro-mailchimp #mc_embed_signup .button:visited {
  color: #000000;
}
.block-sro-mailchimp #mc_embed_signup .button:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.block-sro-mailchimp #mc_embed_signup .button:focus, .block-sro-mailchimp #mc_embed_signup .button:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.block-sro-mailchimp #mc_embed_signup .button::before {
  margin-right: 0.625rem;
}
.block-sro-mailchimp #mc_embed_signup div#mce-responses {
  margin: 0;
  padding: 0;
  width: 100%;
}
.block-sro-mailchimp #mc_embed_signup div.response {
  padding: 0;
}

.block-views-block--all-notices-block-notices .view-header,
.block-views-block--all-notices-with-solr-3-block-1 .view-header {
  font-weight: 700;
  font-size: 1.125rem;
}
.block-views-block--all-notices-block-notices .view-header.results,
.block-views-block--all-notices-with-solr-3-block-1 .view-header.results {
  margin-bottom: 2rem;
}
.block-views-block--all-notices-block-notices h2.coh-heading::before,
.block-views-block--all-notices-with-solr-3-block-1 h2.coh-heading::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1.875rem;
  height: 2.5rem;
  background-image: url("/themes/custom/de_theme/dist/css/../img/iconography/SRO_icon-Notices.svg");
  background-repeat: no-repeat;
  background-size: 1.875rem;
  margin-right: 0.625rem;
}
.block-views-block--all-notices-block-notices .view-filters,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters {
  margin-bottom: 1.5rem;
}
.block-views-block--all-notices-block-notices .view-filters #edit-field-notice-date-wrapper,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters #edit-field-notice-date-wrapper {
  width: 100%;
}
.block-views-block--all-notices-block-notices .view-filters .form-radios ul,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-radios ul {
  margin: 0;
}
.block-views-block--all-notices-block-notices .view-filters .form-radios ul li,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-radios ul li {
  margin-left: 0;
  list-style: none;
}
.block-views-block--all-notices-block-notices .view-filters .form--inline .filters,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters {
  border: none;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.block-views-block--all-notices-block-notices .view-filters .form--inline .form-actions,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .form-actions {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c4c4bb;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
.block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-one,
.block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-two,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-one,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-two {
  border: none;
  margin: 0;
}
.block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-one,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-one {
  width: 100%;
}
@media (min-width: 48em) {
  .block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-one,
  .block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-one {
    max-width: 66.667%;
    border-right: 1px solid #c4c4bb;
    padding-right: 2.5rem;
  }
}
.block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-one .fieldgroup,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-one .fieldgroup {
  width: 100%;
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-one .fieldgroup,
  .block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-one .fieldgroup {
    max-width: 50%;
  }
}
.block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-two,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-two {
  width: 100%;
}
@media (min-width: 48em) {
  .block-views-block--all-notices-block-notices .view-filters .form--inline .filters-group-two,
  .block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .filters-group-two {
    max-width: 33.334%;
    padding-left: 2.5rem;
  }
}
.block-views-block--all-notices-block-notices .view-filters .form--inline .all_notices_results_label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form--inline .all_notices_results_label {
  padding: 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.block-views-block--all-notices-block-notices .view-filters fieldset .fieldset-wrapper,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters fieldset .fieldset-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.block-views-block--all-notices-block-notices .view-filters .fieldset-wrapper > fieldset.form-item,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .fieldset-wrapper > fieldset.form-item {
  border: none;
  padding: 0;
  margin: 0;
}
.block-views-block--all-notices-block-notices .view-filters fieldset#edit-field-notice-date-wrapper .fieldset-legend,
.block-views-block--all-notices-block-notices .view-filters fieldset#edit-field-notice-date-wrapper--2 .fieldset-legend,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters fieldset#edit-field-notice-date-wrapper .fieldset-legend,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters fieldset#edit-field-notice-date-wrapper--2 .fieldset-legend {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.block-views-block--all-notices-block-notices .view-filters .form-item-search-api-fulltext,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-search-api-fulltext {
  margin-bottom: 0;
  width: 100%;
}
.block-views-block--all-notices-block-notices .view-filters .form-wrapper:not(.container),
.block-views-block--all-notices-block-notices .view-filters .form-item,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-wrapper:not(.container),
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item {
  margin-right: 0;
}
.block-views-block--all-notices-block-notices .view-filters .form-wrapper:not(.container) label,
.block-views-block--all-notices-block-notices .view-filters .form-item label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-wrapper:not(.container) label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item label {
  font-size: 0.875rem;
  font-weight: 700;
}
.block-views-block--all-notices-block-notices .view-filters .form-wrapper:not(.container) .fieldset-legend,
.block-views-block--all-notices-block-notices .view-filters .form-item .fieldset-legend,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-wrapper:not(.container) .fieldset-legend,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item .fieldset-legend {
  display: block;
  border-bottom: none;
  font-size: 0.875rem;
  padding-left: 0.5rem;
  padding-bottom: 0;
  font-weight: 700;
}
.block-views-block--all-notices-block-notices .view-filters input[type=radio] + label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters input[type=radio] + label {
  line-height: 1.25rem;
}
.block-views-block--all-notices-block-notices .view-filters .form-item-term-node-tid-depth,
.block-views-block--all-notices-block-notices .view-filters .form-item-field-notice-type,
.block-views-block--all-notices-block-notices .view-filters .form-item-field-rulebook,
.block-views-block--all-notices-block-notices .view-filters .form-type-date,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-term-node-tid-depth,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-notice-type,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-rulebook,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-type-date {
  width: 100%;
  margin: 0;
  margin-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 56.25em) {
  .block-views-block--all-notices-block-notices .view-filters .form-item-term-node-tid-depth,
  .block-views-block--all-notices-block-notices .view-filters .form-item-field-notice-type,
  .block-views-block--all-notices-block-notices .view-filters .form-item-field-rulebook,
  .block-views-block--all-notices-block-notices .view-filters .form-type-date,
  .block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-term-node-tid-depth,
  .block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-notice-type,
  .block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-rulebook,
  .block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-type-date {
    max-width: 50%;
  }
}
.block-views-block--all-notices-block-notices .view-filters .form-item-term-node-tid-depth label,
.block-views-block--all-notices-block-notices .view-filters .form-item-field-notice-type label,
.block-views-block--all-notices-block-notices .view-filters .form-item-field-rulebook label,
.block-views-block--all-notices-block-notices .view-filters .form-type-date label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-term-node-tid-depth label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-notice-type label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-rulebook label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-type-date label {
  font-size: 0.875rem;
  font-weight: 700;
}
.block-views-block--all-notices-block-notices .view-filters .form-item-term-node-tid-depth .select-wrapper,
.block-views-block--all-notices-block-notices .view-filters .form-item-field-notice-type .select-wrapper,
.block-views-block--all-notices-block-notices .view-filters .form-item-field-rulebook .select-wrapper,
.block-views-block--all-notices-block-notices .view-filters .form-type-date .select-wrapper,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-term-node-tid-depth .select-wrapper,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-notice-type .select-wrapper,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-field-rulebook .select-wrapper,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-type-date .select-wrapper {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.25rem;
}
.block-views-block--all-notices-block-notices .view-filters .NativeDatepicker,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .NativeDatepicker {
  position: absolute;
  top: 50%;
  right: 2rem;
  background-image: url(/themes/custom/de_theme/dist/css/../../dist/img/iconography/calendar_today.svg);
  background-size: 1.25rem;
}
.block-views-block--all-notices-block-notices .view-filters .visually-hidden,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .visually-hidden {
  width: 1px !important;
}
.block-views-block--all-notices-block-notices .view-filters .chosen-container,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .chosen-container {
  width: 100% !important;
}
.block-views-block--all-notices-block-notices .view-filters .chosen-container-single .chosen-single,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .chosen-container-single .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  background: none;
  height: 50px;
  line-height: 50px;
  border-color: #dcd6d1;
  font-family: "Tenorite", Arial, sans-serif;
  font-size: 1rem;
  color: #414141;
  background-image: url("/themes/custom/de_theme/dist/css/../../dist/img/iconography/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem top 50%;
  background-size: 0.75rem;
}
.block-views-block--all-notices-block-notices .view-filters .chosen-container-single .chosen-single div b,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .chosen-container-single .chosen-single div b {
  display: none;
}
.block-views-block--all-notices-block-notices .view-filters .chosen-container .chosen-drop,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .chosen-container .chosen-drop {
  border-color: #000;
}
.block-views-block--all-notices-block-notices .view-filters .chosen-container-active.chosen-with-drop .chosen-single,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.block-views-block--all-notices-block-notices .view-filters .chosen-container .chosen-results,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .chosen-container .chosen-results {
  max-height: 9.375rem;
}
.block-views-block--all-notices-block-notices .view-filters .form-item-combine,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-combine {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-right: 0;
}
.block-views-block--all-notices-block-notices .view-filters .form-item-combine label,
.block-views-block--all-notices-with-solr-3-block-1 .view-filters .form-item-combine label {
  font-size: 0.875rem;
  font-weight: 700;
}
.block-views-block--all-notices-block-notices .views-row,
.block-views-block--all-notices-with-solr-3-block-1 .views-row {
  padding: 1rem 0 1rem 0;
  margin-bottom: 0;
}
.block-views-block--all-notices-block-notices .views-row:first-child,
.block-views-block--all-notices-with-solr-3-block-1 .views-row:first-child {
  padding-top: 0;
}
.block-views-block--all-notices-block-notices .views-field,
.block-views-block--all-notices-with-solr-3-block-1 .views-field {
  margin-bottom: 0.375rem;
}
.block-views-block--all-notices-block-notices .views-field-field-notice-date,
.block-views-block--all-notices-with-solr-3-block-1 .views-field-field-notice-date {
  color: #60604d;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
}
.block-views-block--all-notices-block-notices .views-field-title,
.block-views-block--all-notices-with-solr-3-block-1 .views-field-title {
  margin-bottom: 0.625rem;
}
.block-views-block--all-notices-block-notices .views-field-title a,
.block-views-block--all-notices-with-solr-3-block-1 .views-field-title a {
  font-size: 1.125rem;
}
.block-views-block--all-notices-block-notices .views-label,
.block-views-block--all-notices-with-solr-3-block-1 .views-label {
  display: inline-block;
  font-weight: 700;
  margin-right: 0.3125rem;
}
.block-views-block--all-notices-block-notices .field-content,
.block-views-block--all-notices-with-solr-3-block-1 .field-content {
  display: inline-block;
}

.block-views-block--dealers-we-regulate-block-dealers-we-regulate .view-filters label {
  font-weight: 700;
  font-size: 0.875rem;
}
.block-views-block--dealers-we-regulate-block-dealers-we-regulate .view-filters .form--inline {
  width: 100%;
}
.block-views-block--dealers-we-regulate-block-dealers-we-regulate .view-filters .form--inline .form-type-textfield {
  width: 100%;
}
@media (min-width: 37.5em) {
  .block-views-block--dealers-we-regulate-block-dealers-we-regulate .view-filters .form--inline .form-type-textfield {
    width: 75%;
  }
}
.block-views-block--dealers-we-regulate-block-dealers-we-regulate .table-container table th {
  border: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.block-views-block--dealers-we-regulate-block-dealers-we-regulate .table-container table th, .block-views-block--dealers-we-regulate-block-dealers-we-regulate .table-container table td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.block-views-block--dealers-we-regulate-block-dealers-we-regulate .table-container table th p, .block-views-block--dealers-we-regulate-block-dealers-we-regulate .table-container table td p {
  margin-bottom: 0;
}
.block-views-block--dealers-we-regulate-block-dealers-we-regulate .table-container table tbody tr:nth-child(odd) {
  background-color: #ebf2ff;
}
.block-views-block--dealers-we-regulate-block-dealers-we-regulate .table-container table tbody tr td {
  width: 50%;
  border: none;
}

.block-views-block--regulated-dealers-block-regulated-dealers .sorts-container {
  position: absolute;
  bottom: -4.5rem;
  right: 0;
}
@media (min-width: 31.25em) {
  .block-views-block--regulated-dealers-block-regulated-dealers .sorts-container {
    bottom: -6rem;
  }
}
.block-views-block--regulated-dealers-block-regulated-dealers .coh-style-title-small---heading-5-size {
  margin-bottom: 2.5rem;
}

.block-views-block--definitions-block-1 .view-header {
  margin-bottom: 2rem;
}
.block-views-block--definitions-block-1 .view-filters .views-exposed-form label {
  font-weight: 700;
}
.block-views-block--definitions-block-1 .field--name-field-glossary-term:before {
  content: open-quote;
}
.block-views-block--definitions-block-1 .field--name-field-glossary-term:after {
  content: close-quote;
}
html[lang=fr] .block-views-block--definitions-block-1 .field--name-field-glossary-term:before {
  content: "«";
  margin-right: 0.3125rem;
}
html[lang=fr] .block-views-block--definitions-block-1 .field--name-field-glossary-term:after {
  content: "»";
  margin-left: 0.3125rem;
}

.page-node-7946 .coh-accordion-tabs-nav li:nth-child(n+2) {
  display: none;
}

.block-views-block--glossary-of-financial-certifications-block-1 {
  margin-bottom: 2rem;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-row {
  background-color: #ffffff;
  border: 1px solid #dcd6d1;
  border-radius: 0 1rem 1rem 0;
  padding: 2rem;
  margin: 0 0 0.625rem 0;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field {
  border-bottom: 1px solid #dcd6d1;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field.views-field-title {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field.views-field-title .field-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field .views-label {
  font-family: "Tenorite Bold", Arial, sans-serif;
  padding-right: 0.625rem;
}
@media (min-width: 48em) {
  .block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field .views-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field .field-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field p:last-child {
  margin-bottom: 0;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field a {
  font-family: "Tenorite Bold", Arial, sans-serif;
  text-decoration: underline;
  word-break: break-all;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field a:hover {
  text-decoration: none;
}
.block-views-block--glossary-of-financial-certifications-block-1 .view-content .views-field a:focus {
  color: #002d2d;
  text-decoration: none;
}

.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-filters .bef-exposed-form .form--inline,
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-filters .bef-exposed-form .form--inline {
  width: 100%;
}
.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-filters .bef-exposed-form .form--inline > .form-item,
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-filters .bef-exposed-form .form--inline > .form-item {
  width: 100%;
}
@media (min-width: 37.5em) {
  .block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-filters .bef-exposed-form .form--inline > .form-item,
  .block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-filters .bef-exposed-form .form--inline > .form-item {
    width: 75%;
  }
}
.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field,
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field:nth-child(even),
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field:nth-child(even) {
  background-color: #ebf2ff;
}
.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field .views-label,
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field .views-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding: 0.625rem 1rem;
  line-height: 1.25rem;
}
.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field .field-content,
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field .field-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 40%;
  padding: 0.625rem 1rem;
}
.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field .field-content a,
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field .field-content a {
  word-break: break-word;
}
.block-views-block--glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field.views-field-title .field-content,
.block-views-block--french-glossary-of-financial-certifications-glossary-financial-view-block .view-content .views-row .views-field.views-field-title .field-content {
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 2rem 1rem 1rem 1rem;
}

.block-views-block--enforcement-publication-news-releases-block-1,
.block-views-block--news-release-content--block-1,
.block-views-block--recently-posted-media-releases-block-1,
.block-views-block--recently-posted-media-releases-block-2 {
  margin-bottom: 6.25rem;
}
.block-views-block--enforcement-publication-news-releases-block-1 .views-row a,
.block-views-block--news-release-content--block-1 .views-row a,
.block-views-block--recently-posted-media-releases-block-1 .views-row a,
.block-views-block--recently-posted-media-releases-block-2 .views-row a {
  background-color: #ffffff;
  border: 1px solid #dcd6d1;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #000000;
  padding: 2rem;
  margin-bottom: 0.625rem;
  position: relative;
  width: 100%;
}
.block-views-block--enforcement-publication-news-releases-block-1 .views-row a::before,
.block-views-block--news-release-content--block-1 .views-row a::before,
.block-views-block--recently-posted-media-releases-block-1 .views-row a::before,
.block-views-block--recently-posted-media-releases-block-2 .views-row a::before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 5px;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.block-views-block--enforcement-publication-news-releases-block-1 .views-row a:hover::before, .block-views-block--enforcement-publication-news-releases-block-1 .views-row a:focus::before,
.block-views-block--news-release-content--block-1 .views-row a:hover::before,
.block-views-block--news-release-content--block-1 .views-row a:focus::before,
.block-views-block--recently-posted-media-releases-block-1 .views-row a:hover::before,
.block-views-block--recently-posted-media-releases-block-1 .views-row a:focus::before,
.block-views-block--recently-posted-media-releases-block-2 .views-row a:hover::before,
.block-views-block--recently-posted-media-releases-block-2 .views-row a:focus::before {
  background-color: #a8c208;
}
.block-views-block--enforcement-publication-news-releases-block-1 .field,
.block-views-block--news-release-content--block-1 .field,
.block-views-block--recently-posted-media-releases-block-1 .field,
.block-views-block--recently-posted-media-releases-block-2 .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block-views-block--news-release-content--block-1 .views-row a::before,
.block-views-block--recently-posted-media-releases-block-1 .views-row a::before,
.block-views-block--recently-posted-media-releases-block-2 .views-row a::before {
  background-color: #d3e364;
}

.block-views-block--recently-posted-media-releases-block-2 {
  margin-bottom: 2rem;
}

.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr {
  border-top: 1px solid #dcd6d1;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .form--inline {
  width: 100%;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .form--inline .form-item {
  margin-right: 0;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .form-wrapper fieldset {
  padding: 0;
  margin-bottom: 0;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .bef-exposed-form {
  margin: 0;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr #edit-field-publication-date-wrapper--3 {
  margin-bottom: 0;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr #edit-field-publication-date-wrapper--5 {
  padding: 0;
  margin-bottom: 0;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr #edit-field-publication-date-wrapper--5 .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: transparent;
  padding: 0;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container #edit-field-publication-date-wrapper {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container fieldset .fieldset-wrapper {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-publication-date-min,
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-publication-date-max {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-search-api-fulltext {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 70.25em) {
  .views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-search-api-fulltext {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-rulebook,
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-type-of-publication,
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-division {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 56.25em) {
  .views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-rulebook,
  .views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-type-of-publication,
  .views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-item-field-division {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions .form-submit {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions .form-submit:focus {
  outline: none;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions .form-submit:visited {
  color: #000000;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions .form-submit:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions .form-submit:focus, .views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions .form-submit:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.views-exposed-form:not(.block-views-exposed-filter-block--search-search-page).block-views-exposed-filter-block--publication-with-solr-block-publications-solr .filters-container .form-actions .form-submit::before {
  margin-right: 0.625rem;
}

.block-views-block--publication-with-solr-block-publications-solr {
  border-top: 1px solid #dcd6d1;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.block-views-block--publication-with-solr-block-publications-solr .coh-heading a {
  color: #000000;
}
.block-views-block--publication-with-solr-block-publications-solr .views-label {
  font-family: "Tenorite Bold", Arial, sans-serif;
}
.block-views-block--publication-with-solr-block-publications-solr .coh-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.block-views-block--publication-with-solr-block-publications-solr .sorts-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 0;
}
.block-views-block--publication-with-solr-block-publications-solr .sorts-container .form-item-sort-bef-combine-publication {
  padding: 0;
  margin-bottom: 0;
}
.block-views-block--publication-with-solr-block-publications-solr .sorts-container .form-item-sort-bef-combine-publication label {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-views-block--publication-with-solr-block-publications-solr .sorts-container .form-item-sort-bef-combine-publication select {
  background-position: right 1.5rem top 50%;
  background-color: #f9f7f6;
  border-color: #dcd6d1;
  padding: 0.625rem 2.75rem 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-views-block--regulated-dealers-block-regulated-dealers {
  margin-bottom: 6.25rem;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field .field__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-title {
  margin: 0;
  border-bottom: 1px solid #dcd6d1;
  padding-bottom: 1.25rem;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-title a {
  font-family: "Tenorite", Arial, sans-serif;
  text-decoration: none;
  color: #000000;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-title a:hover, .block-views-block--regulated-dealers-block-regulated-dealers .field--name-title a:focus {
  color: #023737;
}
.block-views-block--regulated-dealers-block-regulated-dealers .node--type-regulated-dealer {
  background-color: #ffffff;
  border: 1px solid #dcd6d1;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 2.5rem;
  margin-bottom: 0.625rem;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-field-market-participant {
  font-family: "Tenorite Bold", Arial, sans-serif;
  margin-bottom: 0.625rem;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-field-street-address,
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-field-telephone,
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-field-registration-category,
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-field-membership-date,
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-field-website {
  margin-bottom: 0.625rem;
}
.block-views-block--regulated-dealers-block-regulated-dealers .field--name-field-website a {
  word-break: break-all;
}
.block-views-block--regulated-dealers-block-regulated-dealers .views-field {
  padding: 0 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.block-views-block--regulated-dealers-block-regulated-dealers .views-field-title,
.block-views-block--regulated-dealers-block-regulated-dealers .views-field-field-membership-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.block-views-block--regulated-dealers-block-regulated-dealers .views-field-field-membership-date .views-label,
.block-views-block--regulated-dealers-block-regulated-dealers .views-field-field-membership-date .field-content {
  display: inline-block;
}

.block-views-block--umir-part-listing-umir-listing-block details summary {
  padding: 1rem 2.5rem 1rem 0rem;
}
.block-views-block--umir-part-listing-umir-listing-block details .rule a {
  border-left: 3px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.block-views-block--umir-part-listing-umir-listing-block details .rule a:hover {
  border-color: #a8c208;
  padding-left: 1rem;
}
.block-views-block--umir-part-listing-umir-listing-block details .rule:not(:last-child) {
  margin-bottom: 0;
}

.block-views-block--unpaid-fines-block-unpaid-fines .view-filters label {
  font-weight: 700;
  font-size: 0.875rem;
}
.block-views-block--unpaid-fines-block-unpaid-fines .view-filters .form--inline {
  width: 100%;
}
.block-views-block--unpaid-fines-block-unpaid-fines .view-filters .form--inline .form-type-textfield {
  width: 100%;
}
@media (min-width: 37.5em) {
  .block-views-block--unpaid-fines-block-unpaid-fines .view-filters .form--inline .form-type-textfield {
    width: 75%;
  }
}
.block-views-block--unpaid-fines-block-unpaid-fines .table-container table th {
  border: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.block-views-block--unpaid-fines-block-unpaid-fines .table-container table th, .block-views-block--unpaid-fines-block-unpaid-fines .table-container table td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.block-views-block--unpaid-fines-block-unpaid-fines .table-container table th.views-field-title, .block-views-block--unpaid-fines-block-unpaid-fines .table-container table td.views-field-title {
  min-width: 150px;
}
.block-views-block--unpaid-fines-block-unpaid-fines .table-container table th.views-field-field-amount-of-fine-disgorgemen, .block-views-block--unpaid-fines-block-unpaid-fines .table-container table th.views-field-field-date-of-penalty, .block-views-block--unpaid-fines-block-unpaid-fines .table-container table td.views-field-field-amount-of-fine-disgorgemen, .block-views-block--unpaid-fines-block-unpaid-fines .table-container table td.views-field-field-date-of-penalty {
  min-width: 180px;
}
.block-views-block--unpaid-fines-block-unpaid-fines .table-container table tbody tr:nth-child(odd) {
  background-color: #ebf2ff;
}
.block-views-block--unpaid-fines-block-unpaid-fines .table-container table tbody tr td {
  border: none;
}

.block-views-exposed-filter-block--search-search-page form {
  position: relative;
}
.block-views-exposed-filter-block--search-search-page .form--inline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 37.5em) {
  .block-views-exposed-filter-block--search-search-page .form--inline {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 37.5em) {
  .block-views-exposed-filter-block--search-search-page .form-type-textfield {
    margin-bottom: 0;
  }
}
.block-views-exposed-filter-block--search-search-page .form-item-sort-bef-combine-search {
  position: absolute;
  top: 100%;
  right: -1.5rem;
  padding: 0;
  margin-right: 0;
  margin-top: 3rem;
}
@media (min-width: 31.25em) {
  .block-views-exposed-filter-block--search-search-page .form-item-sort-bef-combine-search {
    margin-top: 4rem;
  }
}
.block-views-exposed-filter-block--search-search-page .form-item-sort-bef-combine-search label {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-views-exposed-filter-block--search-search-page .form-item-sort-bef-combine-search select {
  background-position: right 1.5rem top 50%;
  background-color: #f9f7f6;
  border-color: #dcd6d1;
  padding: 0.625rem 2.75rem 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-views-exposed-filter-block--search-search-page .form-item-sort-bef-combine-search .form-item {
  padding: 0;
  margin: 0;
}

.coh-heading.header-results {
  margin-top: 2rem;
}
@media (min-width: 31.25em) {
  .coh-heading.header-results {
    margin-top: 0;
  }
}

.field__label_inline_glossary {
  float: none !important;
}

.Active .field--name-field-date-concluded, .Pending .field--name-field-date-concluded {
  display: none;
}

.tx-tooltip {
  border-bottom: 2px dashed #7a9d96;
  position: inherit;
}
@media (min-width: 56.25em) {
  .tx-tooltip {
    position: relative;
  }
}
.tx-tooltip.expanded > .tx-tooltip-text:first-child, .tx-tooltip.expanded-click > .tx-tooltip-text, .tx-tooltip.expanded-click > em:first-child > .tx-tooltip-text, .tx-tooltip.expanded > em:first-child > .tx-tooltip-text {
  display: block;
}
.tx-tooltip .tx-tooltip-text {
  font-size: 0.875rem;
  width: 100%;
  max-width: 340px;
  border-radius: 0;
  border: 1px solid #023737;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1000;
}
.tx-tooltip .tx-tooltip-text::after {
  border-color: transparent;
}
@media (min-width: 56.25em) {
  .tx-tooltip .tx-tooltip-text {
    max-width: 350px;
  }
}
.tx-tooltip .tx-tooltip-text .tx-tooltip-text-wrapper {
  overflow: scroll;
  display: block;
  max-height: 400px;
  background-color: #ebf2ff;
  padding: 0 1rem 1rem 1rem;
  font-style: normal;
  line-height: 1.5rem;
}
.tx-tooltip .tx-tooltip-text .tx-tooltip-text-wrapper .close-button {
  display: block;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 2.5rem;
  background-color: #7a9d96;
  padding: 0.5rem 1rem;
  margin-top: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tx-tooltip .tx-tooltip-text .tx-tooltip-text-wrapper .close-button:hover, .tx-tooltip .tx-tooltip-text .tx-tooltip-text-wrapper .close-button:focus {
  background-color: #023737;
}
.tx-tooltip .tx-tooltip-text .top-section {
  margin-left: -1rem;
  margin-right: -1rem;
}
.tx-tooltip .tx-tooltip-text .top-section .term-name {
  display: block !important;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.625rem 1rem;
  background-color: #023737;
  text-transform: capitalize;
}
.tx-tooltip .tx-tooltip-text .top-section .close-button {
  background-color: #023737;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  margin-top: 0;
}
.tx-tooltip .tx-tooltip-text .top-section .close-button:hover, .tx-tooltip .tx-tooltip-text .top-section .close-button:focus {
  background-color: #7a9d96;
}
.tx-tooltip .tx-tooltip-text .term-description {
  display: block;
}
.tx-tooltip .coh-style-highlight-box {
  margin: 0.5rem 0;
}
.tx-tooltip .coh-style-highlight-box:last-child {
  margin-bottom: 0;
}

.search-form-prefix-container {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #dcd6d1;
  padding: 2rem 1.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .search-form-prefix-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.search-form-prefix-container div {
  padding: 0 1rem;
}
@media (min-width: 56.25em) {
  .search-form-prefix-container .advisor-report-cta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
  }
}
.search-form-prefix-container .advisor-report-cta .advisor-report-cta-header {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
.search-form-prefix-container .advisor-report-cta .advisor-report-cta-button a {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  border: 1px solid #b7c6c6;
  background-color: #b7c6c6;
  padding: 0.625rem 1.5rem;
}
.search-form-prefix-container .advisor-report-cta .advisor-report-cta-button a:focus {
  outline: none;
}
.search-form-prefix-container .advisor-report-cta .advisor-report-cta-button a:hover {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.search-form-prefix-container .advisor-report-cta .advisor-report-cta-button a:focus {
  background-color: #dce3e3;
  border-color: #dce3e3;
}
.search-form-prefix-container .advisor-report-cta .advisor-report-cta-button a::before {
  margin-right: 0.625rem;
}

.advisory-report-api-form {
  margin-left: 0;
}
.advisory-report-api-form .advisor_report_form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #dcd6d1;
  padding: 2rem 1.5rem;
  margin-bottom: 3.75rem;
}
.advisory-report-api-form #set_search_results_wrapper {
  margin-bottom: 3.75rem;
}
.advisory-report-api-form fieldset {
  border: none;
  margin: 0;
  overflow: initial;
}
.advisory-report-api-form fieldset .fieldset-legend {
  font-size: 1rem;
  font-family: "Tenorite Bold", Arial, sans-serif;
  border-bottom: none;
  padding-bottom: 0;
  padding-left: 0.25rem;
}
.advisory-report-api-form fieldset label {
  font-size: 0.875rem;
}
@media (min-width: 56.25em) {
  .advisory-report-api-form fieldset#edit-required-fields {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media (min-width: 56.25em) {
  .advisory-report-api-form fieldset#edit-optional-fields {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
@media (min-width: 56.25em) {
  .advisory-report-api-form fieldset#edit-optional-fields .fieldset-wrapper .form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.advisory-report-api-form .js-form-type-checkbox.form-item-agreement {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advisory-report-api-form .js-form-type-checkbox.form-item-agreement input[type=checkbox] + label {
  display: block;
  padding-left: 2rem;
}
.advisory-report-api-form .js-form-type-checkbox.form-item-agreement input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0.125rem;
}
.advisory-report-api-form .form-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  position: relative;
}
.advisory-report-api-form .form-submit {
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.625rem 1.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #a8c208;
  border: 1px solid #a8c208;
  color: #000000;
  padding: 0.625rem 1.5rem;
}
.advisory-report-api-form .form-submit:focus {
  outline: none;
}
.advisory-report-api-form .form-submit:visited {
  color: #000000;
}
.advisory-report-api-form .form-submit:hover {
  background-color: #d3e364;
  border: 1px solid #d3e364;
  color: #000000;
}
.advisory-report-api-form .form-submit:focus, .advisory-report-api-form .form-submit:active {
  border-color: #ebf2bc;
  background-color: #ebf2bc;
}
.advisory-report-api-form .form-submit::before {
  margin-right: 0.625rem;
}
.advisory-report-api-form #set_search_results_wrapper {
  width: 100%;
}

.block-system-breadcrumb-block {
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .block-system-breadcrumb-block {
    margin-bottom: 1.5rem;
  }
}
.block-system-breadcrumb-block h2 {
  margin: 0;
}
.block-system-breadcrumb-block nav {
  padding-bottom: 0;
}
.block-system-breadcrumb-block ol {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  margin-bottom: 0;
}
.block-system-breadcrumb-block ol li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}
.block-system-breadcrumb-block li {
  display: inline;
}
.block-system-breadcrumb-block li:first-child {
  margin-left: 0;
}
.block-system-breadcrumb-block li:first-child .item-text {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-system-breadcrumb-block li:first-child a::before {
  color: #023737;
  content: "\e911";
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 0.875rem;
}
.block-system-breadcrumb-block li:first-child a:hover, .block-system-breadcrumb-block li:first-child a:focus {
  text-decoration: none;
}
.block-system-breadcrumb-block li:first-child a:hover:before, .block-system-breadcrumb-block li:first-child a:focus:before {
  color: #000000;
}
.block-system-breadcrumb-block li:not(:first-child)::before {
  display: none;
}
.block-system-breadcrumb-block .breadcrumb-separator {
  display: inline;
  font-size: 1rem;
  color: #023737;
}
.block-system-breadcrumb-block a,
.block-system-breadcrumb-block p {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.25rem;
  text-decoration: none;
  color: #023737;
  text-transform: uppercase;
}
.block-system-breadcrumb-block a:hover, .block-system-breadcrumb-block a:focus {
  color: #000000;
  text-decoration: underline;
}

.menu--footer h2 {
  color: #ffffff;
}
.menu--footer .menu {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu--footer .menu li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}
.menu--footer .menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menu--footer .menu a {
  display: block;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
  padding: 1rem 1.25rem;
  border: 1px solid transparent;
}
.menu--footer .menu a:hover, .menu--footer .menu a:focus {
  outline: none;
  text-decoration: none;
  border-color: #ffffff;
}

.pager {
  margin: 4rem 0 1.5rem 0;
}
.pager .pager__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -2px;
  margin-right: -2px;
}
.pager .pager__items li a {
  font-weight: 400;
}
.pager .pager__item {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
}
.pager .pager__item a {
  width: 2.375rem;
  height: 2.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  border: 1px solid transparent;
}
.pager .pager__item a:hover, .pager .pager__item a:focus {
  border-color: #002d2d;
}
.pager .pager__item a:focus {
  outline: 1px solid #002d2d;
}
.pager .pager__item.is-active a {
  text-decoration: none;
}
.pager .pager__item.is-active.mini {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
}
.pager .pager__item.pager__item--first a, .pager .pager__item.pager__item--previous a, .pager .pager__item.pager__item--next a, .pager .pager__item.pager__item--last a {
  font-size: 0;
  text-decoration: none;
  vertical-align: middle;
}
.pager .pager__item.pager__item--first a::before, .pager .pager__item.pager__item--previous a::before, .pager .pager__item.pager__item--next a::before, .pager .pager__item.pager__item--last a::before {
  font-size: 1.5rem;
}
.pager .pager__item.pager__item--ellipsis {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .pager__item.pager__item--ellipsis::before {
  font-family: "icomoon";
  content: "\f141";
  width: 2.375rem;
  height: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
}
.pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-local-tasks-block {
  z-index: 0;
  margin-bottom: 0.875rem;
}
.block-local-tasks-block h2.visually-hidden {
  font-size: 0;
  line-height: 0;
}
.block-local-tasks-block ul.tabs {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  padding-left: 0;
  margin-bottom: 0;
}
.block-local-tasks-block ul.tabs li {
  margin-bottom: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}
.block-local-tasks-block ul.tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  list-style: none;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 37.5em) {
  .block-local-tasks-block ul.tabs li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.block-local-tasks-block ul.tabs li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  padding: 0.375rem 0.875rem;
  background-color: #ffffff;
  border: 1px solid #023737;
  border-bottom: 2px solid #023737;
  color: #023737;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.block-local-tasks-block ul.tabs li a:hover {
  text-decoration: none;
}
.block-local-tasks-block ul.tabs li a:hover:not(.is-active) {
  color: #023737;
  border-color: #7a9d96;
}
.block-local-tasks-block ul.tabs li a.is-active {
  position: relative;
  background-color: #a8c208;
  border-color: #a8c208;
  color: #000000;
}
.block-local-tasks-block ul.tabs li a.is-active::after {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-top: 0.8em solid #a8c208;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-local-tasks-block ul.tabs.tabs-secondary {
  border-top: 1px solid #f0ece8;
  padding-top: 1.25rem;
  margin-top: 0;
}

.path-homepage .block-local-tasks-block {
  margin-top: 1.25rem;
}
.path-homepage .block-local-tasks-block ul.tabs {
  margin-bottom: 0;
}

.region {
  overflow: hidden;
}
.region .region-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 56.25em) {
  .region .region-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.dialog-off-canvas-main-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.region--content-prefix {
  width: 100%;
}
.region--content-prefix .layout-container > *:not(.block-system-breadcrumb-block):last-child {
  margin-bottom: 2.5rem;
}

.section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: white;
}
.section-content > .layout-container {
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 56.25em) {
  .section-content > .layout-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}

.region--content {
  overflow: visible;
}

.main-content {
  width: 100%;
}

.region--footer-first {
  background-color: #023737;
}
.region--footer-first .layout-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .region--footer-first .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.region--footer-second {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .region--footer-second .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 56.25em) {
  .region--footer-second .layout-container {
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
  }
}

#header {
  position: relative;
  background-color: white;
}

#masthead > .layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.off-canvas-wrapper {
  display: none;
}

html.main-nav--active,
body.main-nav--active,
html.search-visible,
body.search-visible {
  height: 100%;
  overflow: hidden;
}

html.no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}

.page-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
.page-container header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-container main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page-container footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.layout {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.layout > .layout__region {
  max-width: 100%;
}
.layout > .layout__region .draggable {
  cursor: move;
}

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 56.25em) {
  #main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.block-page-title-block + .block-system-main-block .layout--onecol:first-child .block > h2 {
  margin-top: 0;
  padding-top: 0;
}

.node-preview-container {
  background-color: #14246d;
  padding: 1rem 2rem;
}
.node-preview-container .node-preview-form-select a {
  color: white;
}
.node-preview-container .node-preview-form-select a:focus {
  outline: 1px dashed white;
}
.node-preview-container .node-preview-form-select .form-item-view-mode {
  display: none;
}

.path-user:not(.user-logged-in) #header {
  padding-bottom: 0;
}
.path-user:not(.user-logged-in) .block--system-menu-block-account {
  display: none;
}
.path-user:not(.user-logged-in) div[role=contentinfo] {
  margin-top: 1.875rem;
}
.path-user:not(.user-logged-in) .block-system-breadcrumb-block {
  display: none;
}
.path-user:not(.user-logged-in) .block-local-tasks-block {
  margin-top: 0;
}
.path-user:not(.user-logged-in) .block-local-tasks-block nav, .path-user:not(.user-logged-in) .block-local-tasks-block ul {
  margin-top: 0;
}
.path-user:not(.user-logged-in) .block-page-title-block {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.path-user:not(.user-logged-in) .tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
.path-user:not(.user-logged-in) .block-system-main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 1.5625rem;
}
.path-user:not(.user-logged-in) .block-system-main-block .user-login-form,
.path-user:not(.user-logged-in) .block-system-main-block .user-pass {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  max-width: 450px;
  width: 100%;
  font-weight: 400;
}
.path-user:not(.user-logged-in) .block-system-main-block .user-login-form label,
.path-user:not(.user-logged-in) .block-system-main-block .user-pass label {
  font-weight: 700;
}
.path-user:not(.user-logged-in) .block-system-main-block .user-login-form .form-submit,
.path-user:not(.user-logged-in) .block-system-main-block .user-pass .form-submit {
  text-transform: none;
}
.path-user:not(.user-logged-in) .block-system-main-block .user-pass .form-item-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.path-user:not(.user-logged-in) .block-system-main-block .user-pass .form-item-name + p {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.path-user:not(.user-logged-in) .block-system-main-block .user-pass-reset {
  margin-top: 2.1875rem;
}
.path-user:not(.user-logged-in) .block-system-main-block .user-pass-reset p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

html[lang=en] .site-logo-en {
  display: block;
}
html[lang=en] .site-logo-fr {
  display: none;
}

html[lang=fr] .site-logo-en {
  display: none;
}
html[lang=fr] .site-logo-fr {
  display: block;
}

.maintenance-page {
  min-height: 100vh;
}
.maintenance-page .dialog-off-canvas-main-canvas,
.maintenance-page .maintenance-page--inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.maintenance-page--inner .site-logo {
  max-width: 12.5rem;
}
@media (min-width: 56.25em) {
  .maintenance-page--inner .site-logo {
    max-width: 18.25rem;
  }
}
.maintenance-page--inner .site-slogan {
  line-height: 1.25rem;
  width: 12.5rem;
}
.maintenance-page--inner #header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.maintenance-page--inner .region--masthead-primary {
  padding: 1rem 0;
}
.maintenance-page--inner .section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  overflow: hidden;
  background-color: #023737;
  background-size: 180%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 31.25em) {
  .maintenance-page--inner .section-content {
    background-size: 150%;
  }
}
@media (min-width: 56.25em) {
  .maintenance-page--inner .section-content {
    background-size: 100%;
  }
}
.maintenance-page--inner .section-content > .layout-container {
  display: block;
}
.maintenance-page--inner main {
  background-color: #ffffff;
  border: 1px solid black;
  margin-top: 3.125rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.maintenance-page--inner main::before {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #FFD424;
  border-bottom: 1px solid black;
}
.maintenance-page--inner main h1 {
  margin-top: 0;
  font-size: 2rem;
}
@media (min-width: 37.5em) {
  .maintenance-page--inner main h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.maintenance-page--inner .main--inner {
  padding: 1.5625rem;
}
.maintenance-page--inner .off-canvas-overlay {
  display: none;
}

.layout:not(.layout--onecol):not(.layout--twocol-25-75):not(.layout--twocol-75-25) .node--view-mode-teaser .layout {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout:not(.layout--onecol):not(.layout--twocol-25-75):not(.layout--twocol-75-25) .node--view-mode-teaser .layout .layout__region {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.layout--twocol-25-75 .layout__region-sidebar .node--view-mode-teaser .layout,
.layout--twocol-75-25 .layout__region-sidebar .node--view-mode-teaser .layout {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout--twocol-25-75 .layout__region-sidebar .node--view-mode-teaser .layout .layout__region,
.layout--twocol-75-25 .layout__region-sidebar .node--view-mode-teaser .layout .layout__region {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 62.4375em) {
  .layout--twocol-25-75 .layout__region-main .node--view-mode-teaser .layout,
  .layout--twocol-75-25 .layout__region-main .node--view-mode-teaser .layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 62.4375em) {
  .layout--twocol-25-75 .layout__region-main .node--view-mode-teaser .layout .layout__region,
  .layout--twocol-75-25 .layout__region-main .node--view-mode-teaser .layout .layout__region {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=maps/de_theme.css.map */
