/* * * * * * * * * * * * * * *\
|*                           *|
|*  COLORS                   *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  TRANSITIONS              *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  BODY                     *|
|*                           *|
\* * * * * * * * * * * * * * */
body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #00384E;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  HEADLINES                *|
|*                           *|
\* * * * * * * * * * * * * * */
h1 {
  text-transform: uppercase;
  font-size: 2.375rem;
  font-weight: 300; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 2rem; } }

h2 {
  text-transform: uppercase;
  font-size: 1.875rem; }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 1.5rem; } }
  h2.smart-h2 {
    margin-bottom: 20px; }
    h2.smart-h2 .number {
      font-size: 1.25rem;
      margin: 2px 10px 0 0;
      display: block;
      float: left; }
      @media (max-width: 991.98px) {
        h2.smart-h2 .number {
          font-size: 1rem;
          margin: 1px 10px 0 0; } }

h3 {
  font-size: 1.5rem; }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 1.25rem; } }

h4 {
  font-size: 1.25rem; }
  @media (max-width: 991.98px) {
    h4 {
      font-size: 1.15rem; } }

h5 {
  font-size: 1rem;
  font-weight: 700; }

h6 {
  text-transform: uppercase;
  font-size: 0.75rem; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  MISC HTML TAGS           *|
|*                           *|
\* * * * * * * * * * * * * * */
.break-paragraph {
  margin-bottom: 1rem; }
  .break-paragraph p {
    margin-bottom: 0; }

a {
  color: #007EA8; }
  a:hover {
    color: #008fbf; }
  a.special-link {
    padding-left: 13px;
    position: relative;
    display: block; }
    a.special-link::before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      margin-top: 8px;
      margin-right: 5px;
      border-style: solid;
      border-width: 4px 0 4px 7px;
      border-color: transparent transparent transparent #007EA8; }

.text-bold {
  font-weight: 700; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  TEXT & BUTTONS           *|
|*                           *|
\* * * * * * * * * * * * * * */
.btn {
  font-weight: 700;
  display: block;
  padding: 2px 12px;
  border-radius: 8px;
  background-color: #007EA8;
  color: white;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .btn.btn-dark {
    background-color: #00384E; }

.to-top {
  padding: 2px 12px 2px 25px;
  background-image: url(img/arrow-up.png);
  background-position: 9px 8px;
  background-repeat: no-repeat; }
  .to-top:not(:disabled):not(.disabled):active {
    background-image: url(img/arrow-up.png); }

.badge.badge-default {
  background-color: #cccccc;
  color: #00384E; }
  .badge.badge-default:hover {
    background-color: #007EA8;
    color: white;
    text-decoration: none; }

.arrow-highlight::before {
  content: '\00BB';
  display: inline-block;
  position: relative;
  padding-right: 2px; }

.arrow-highlight::after {
  content: '\00AB';
  display: inline-block;
  position: relative;
  padding-left: 2px; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  IMAGES                   *|
|*                           *|
\* * * * * * * * * * * * * * */
.img-inline {
  width: 30%;
  float: left;
  padding: .3rem 1rem .5rem 0;
  margin: unset; }
  @media (max-width: 767.98px) {
    .img-inline {
      width: 100%;
      padding: 0 0 1rem; } }
  .img-inline figcaption {
    color: grey;
    padding: 0.5em 0;
    font-size: 0.875rem;
    line-height: 1.3em; }

.img-richtext {
  display: inline-block;
  width: unset;
  width: min-content;
  padding: .3rem 1rem .5rem 0;
  margin: unset; }
  @media (max-width: 767.98px) {
    .img-richtext {
      width: 100%;
      padding: 0 0 1rem; } }
  .img-richtext figcaption {
    padding: 0.5em 0;
    font-size: 0.875rem;
    line-height: 1.3em; }

div.external-resources {
  margin-top: 1.5rem; }
  div.external-resources #sources-label {
    padding: .5rem 0;
    font-weight: 700; }
  div.external-resources p {
    margin: unset; }

.more-less-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0; }
  .more-less-buttons .btn {
    margin: 0 15px; }
    .more-less-buttons .btn:last-of-type {
      margin-left: 0; }
  .more-less-buttons .btn-more {
    padding: 2px 12px 2px 25px;
    background-image: url(img/arrow-down.png);
    background-position: 9px 8px;
    background-repeat: no-repeat; }
    .more-less-buttons .btn-more:not(:disabled):not(.disabled):active {
      background-image: url(img/arrow-down.png); }
  .more-less-buttons .btn-less {
    padding: 2px 12px 2px 25px;
    background-image: url(img/arrow-up.png);
    background-position: 9px 8px;
    background-repeat: no-repeat; }
    .more-less-buttons .btn-less:not(:disabled):not(.disabled):active {
      background-image: url(img/arrow-up.png); }

.tooltip-inner {
  padding: 10px 10px 0 10px;
  color: #00384E;
  text-align: center;
  background-color: white;
  border: 1px solid #00384E;
  border-radius: 0; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  content: "";
  border-bottom-color: #00384E;
  right: 0; }

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::after, .tooltip.bs-tooltip-bottom .arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: -1px;
  right: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: white; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  BACKGROUND SHADOW        *|
|*                           *|
\* * * * * * * * * * * * * * */
.background-shadow {
  background-image: url(img/gray-shadow.png);
  background-position: center 0;
  background-repeat: repeat-x; }
  .breadcrumbs + main .background-shadow {
    background-position: center -43px; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  SEPARATOR                *|
|*                           *|
\* * * * * * * * * * * * * * */
hr {
  border-top: 1px solid #cccccc;
  margin: 0.5rem 0; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  SECTIONS                 *|
|*                           *|
\* * * * * * * * * * * * * * */
.smart-section {
  padding-top: 30px;
  padding-bottom: 20px; }
  @media (max-width: 767.98px) {
    .smart-section {
      padding-top: 10px; } }

.smart-section-arrows {
  width: 100%;
  position: relative; }
  .smart-section-arrows .smart-section-down {
    width: 34px;
    height: 34px;
    background: url(img/arrow-down-blue-xl.png) center no-repeat;
    background-size: contain;
    margin-right: 15px;
    right: calc(50% - 9px);
    position: absolute;
    top: -15px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    .smart-section-arrows .smart-section-down:hover {
      transform: scale(1.05); }
  .smart-section-arrows .smart-section-up {
    width: 34px;
    height: 34px;
    background: url(img/arrow-up-blue-xl.png) center no-repeat;
    background-size: contain;
    right: calc(50% - 42px);
    top: -15px;
    position: absolute;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    .smart-section-arrows .smart-section-up:hover {
      transform: scale(1.05); }

.smart-navigation-wrapper {
  position: absolute;
  right: -5px;
  width: auto; }
  .smart-navigation-wrapper .smart-navigation {
    position: absolute;
    display: flex;
    flex-direction: column; }
    .smart-navigation-wrapper .smart-navigation.fixed {
      position: fixed;
      top: 40px;
      z-index: 99999;
      right: auto; }
    .smart-navigation-wrapper .smart-navigation a {
      position: relative;
      font-size: 1.25rem;
      color: #33CCFF; }
      .smart-navigation-wrapper .smart-navigation a::after {
        content: '';
        width: 2px;
        height: 14px;
        position: relative;
        display: block;
        background-color: #33CCFF;
        margin: 0 auto; }
      .smart-navigation-wrapper .smart-navigation a:last-of-type::after {
        display: none; }
      .smart-navigation-wrapper .smart-navigation a:hover .smart-navigation-tooltip {
        display: block; }
      .smart-navigation-wrapper .smart-navigation a.active::before {
        content: '';
        display: inline-block;
        background: url(img/box-arrow-blue.png) no-repeat;
        background-size: 10px;
        width: 10px;
        height: 12px;
        position: absolute;
        margin-right: 5px;
        top: 8px;
        left: -13px; }
    .smart-navigation-wrapper .smart-navigation .smart-navigation-tooltip {
      display: none;
      position: absolute;
      right: calc(100% + 20px);
      font-size: 0.8rem;
      top: 0;
      white-space: nowrap;
      color: #00384E;
      background-color: white;
      border: 1px solid #cccccc;
      border-radius: 8px;
      box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.3);
      padding: 5px; }

.section {
  padding: 1.5rem 0; }
  .section:first-of-type {
    padding: 1.5rem 0 1.5rem 0; }
  .section + .section {
    padding-top: 0; }

.content {
  padding-top: 40px; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  SLIDER                   *|
|*                           *|
\* * * * * * * * * * * * * * */
.slider-placeholder {
  width: 100%; }
  .slider-placeholder img {
    width: 100%; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  NEWS BLOCKS              *|
|*                           *|
\* * * * * * * * * * * * * * */
ul.article-list {
  list-style: none;
  padding: unset; }
  ul.article-list a:hover {
    text-decoration: none; }

.card-img-top {
  border-radius: 0;
  margin-bottom: 0.9375rem; }

.card {
  border: none;
  margin-bottom: 1.25rem; }

.card-body {
  padding: 0 0 0 0;
  max-height: 200px;
  color: #00384E;
  font-weight: 400; }
  .card-body .card-date {
    margin-bottom: 0; }
  .card-body .card-title, .card-body .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    .card-body .card-title:hover, .card-body .card-text:hover {
      text-decoration: underline;
      color: #008fbf; }
  .card-body .card-title {
    max-height: 50px;
    margin-bottom: 0.3rem;
    font-weight: 700; }
    .card-body .card-title + p {
      margin-bottom: 0.4rem;
      line-height: 1.2; }
  .card-body .card-text {
    max-height: 2rem;
    font-size: 0.8125rem; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  CALENDER BOX             *|
|*                           *|
\* * * * * * * * * * * * * * */
.event-carousel {
  background-color: #00384E;
  height: auto;
  color: white;
  padding: 20px 30px;
  position: relative; }
  @media (max-width: 767.98px) {
    .event-carousel {
      margin-top: 30px; } }
  .event-carousel h1 {
    color: #009ed3; }
  .event-carousel a {
    color: #009ed3;
    text-transform: uppercase; }
  .event-carousel .carousel-control-prev {
    opacity: 1; }
    .event-carousel .carousel-control-prev .carousel-control-prev-icon {
      width: 26px;
      height: 34px;
      position: absolute;
      left: -14px;
      background: url(img/events-slider-arrow-prev.png) center 0 no-repeat;
      background-size: contain;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
      .event-carousel .carousel-control-prev .carousel-control-prev-icon:hover {
        transform: scale(1.1); }
  .event-carousel .carousel-control-next {
    opacity: 1; }
    .event-carousel .carousel-control-next .carousel-control-next-icon {
      width: 26px;
      height: 34px;
      position: absolute;
      right: -14px;
      background: url(img/events-slider-arrow-next.png) center 0 no-repeat;
      background-size: contain;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
      .event-carousel .carousel-control-next .carousel-control-next-icon:hover {
        transform: scale(1.1); }

.calendar-carousel {
  background-color: #00384E;
  height: auto;
  color: white;
  padding: 20px 15px 0;
  position: relative;
  margin: 0 0 1.25rem 0; }
  .calendar-carousel .carousel-button {
    background: #007EA8;
    margin: 0 -15px 0 -15px;
    padding: 10px; }
    .calendar-carousel .carousel-button a {
      color: white;
      text-transform: none;
      text-align: center; }
      .calendar-carousel .carousel-button a h4 {
        margin-bottom: 0; }
  .calendar-carousel h3 {
    text-align: center;
    padding: 0 17px; }
  .calendar-carousel .weekdays {
    margin: 0;
    padding: 10px 0 0 0;
    display: flex; }
    .calendar-carousel .weekdays li {
      display: inline-block;
      width: 14.2%;
      color: white;
      text-align: center; }
  .calendar-carousel .days {
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    .calendar-carousel .days li {
      list-style-type: none;
      display: inline-block;
      width: 14.2%;
      text-align: center;
      margin-bottom: 5px;
      font-size: 12px;
      color: #cccccc; }
      .calendar-carousel .days li .active {
        padding: 5px;
        color: #007EA8 !important; }
  .calendar-carousel .carousel-control-prev {
    opacity: 1;
    height: 50px;
    width: 32px;
    background-color: #00384E; }
    .calendar-carousel .carousel-control-prev .carousel-control-prev-icon {
      position: absolute;
      background: url(img/events-slider-arrow-prev.png) center 28px no-repeat;
      background-size: 12px;
      height: 100%;
      right: 0;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
      .calendar-carousel .carousel-control-prev .carousel-control-prev-icon:hover {
        transform: scale(1.1); }
  .calendar-carousel .carousel-control-next {
    opacity: 1;
    height: 50px;
    width: 32px;
    background-color: #00384E; }
    .calendar-carousel .carousel-control-next .carousel-control-next-icon {
      position: absolute;
      height: 100%;
      background: url(img/events-slider-arrow-next.png) center 28px no-repeat;
      background-size: 12px;
      left: 0;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
      .calendar-carousel .carousel-control-next .carousel-control-next-icon:hover {
        transform: scale(1.1); }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  HIGHLIGHT BOX            *|
|*                           *|
\* * * * * * * * * * * * * * */
.highlight-box {
  -webkit-box-shadow: 0 13px 30px -15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 13px 30px -15px rgba(50, 50, 50, 0.75);
  box-shadow: 0 13px 30px -15px rgba(50, 50, 50, 0.75);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100% - 15px);
  margin-bottom: 15px; }
  @media (max-width: 767.98px) {
    .highlight-box {
      height: auto; } }
  .highlight-box > a {
    padding: 10px 10px 40px 10px; }
    .highlight-box > a:hover {
      text-decoration: none; }
      .highlight-box > a:hover .arrow-wrapper {
        transform: scale(1.1); }
  .highlight-box.highlight-dark {
    background-color: #00384E; }
    .highlight-box.highlight-dark a {
      color: white; }
  .highlight-box.highlight-default {
    background-color: #33CCFF; }
    .highlight-box.highlight-default a {
      color: #00384E; }
    .highlight-box.highlight-default .arrow-wrapper {
      background: url(img/box-arrow-dark.png) center 0 no-repeat; }
  .highlight-box.highlight-purple {
    background-color: #5F3358; }
    .highlight-box.highlight-purple a {
      color: #ff4040; }
  .highlight-box.highlight-red {
    background-color: #ff4040; }
    .highlight-box.highlight-red a {
      color: #5F3358; }
  .highlight-box p:hover {
    text-decoration: underline; }
  .highlight-box .icon-wrapper {
    text-align: center;
    margin: 10px 0; }
  .highlight-box .arrow-wrapper {
    width: 20px;
    height: 25px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    margin: 0 auto;
    background: url(img/box-arrow-blue.png) center 0 no-repeat;
    background-size: contain;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    @media (max-width: 767.98px) {
      .highlight-box .arrow-wrapper {
        bottom: 25px; } }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  EVENT LIST               *|
|*                           *|
\* * * * * * * * * * * * * * */
.event-list-row {
  clear: both;
  margin-top: 15px;
  overflow: hidden; }
  .event-list-row:first-of-type {
    margin-top: 30px; }
  .event-list-row + .event-list-row {
    padding-top: 15px; }
  .event-list-row a {
    color: #00384E;
    text-transform: none; }
  .event-list-row .event-icon {
    float: left;
    margin-right: 30px;
    max-width: 60px; }
  .event-list-row .event-info {
    float: left; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  CONTACT LIST             *|
|*                           *|
\* * * * * * * * * * * * * * */
.contact-list-row {
  clear: both;
  display: flex;
  height: 100%;
  padding-top: 15px;
  overflow: hidden; }
  .contact-list-row .contact-icon {
    float: left;
    margin-right: 30px;
    max-width: 60px;
    align-self: center; }
  .contact-list-row .contact-info {
    align-self: flex-end;
    float: left; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  LINK LIST                *|
|*                           *|
\* * * * * * * * * * * * * * */
.link-list-row {
  padding-top: 15px; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  TABLES                   *|
|*                           *|
\* * * * * * * * * * * * * * */
.table-responsive .table td, .table-responsive .table th {
  border-top: 1px solid #cccccc; }

.table-responsive .table tr:last-of-type {
  border-bottom: 1px solid #cccccc; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  ARCHIVES                 *|
|*                           *|
\* * * * * * * * * * * * * * */
.dropdown-archive .btn {
  position: absolute;
  top: -34px;
  right: 0;
  padding: 2px 12px 2px 25px;
  background-image: url(img/arrow-right.png);
  background-position: 13px 7px;
  background-repeat: no-repeat; }
  .dropdown-archive .btn .open {
    display: block; }
  .dropdown-archive .btn .closed {
    display: none; }
  .dropdown-archive .btn:not(:disabled):not(.disabled):active {
    background-image: url(img/arrow-right.png); }
  .dropdown-archive .btn.opened {
    background-image: url(img/arrow-down.png);
    background-position: 9px 8px; }
    .dropdown-archive .btn.opened .open {
      display: none; }
    .dropdown-archive .btn.opened .closed {
      display: block; }
    .dropdown-archive .btn.opened:not(:disabled):not(.disabled):active {
      background-image: url(img/arrow-down.png); }

.dropdown-archive .dropdown-menu {
  position: relative !important;
  transform: none !important;
  border-radius: 0;
  border: none;
  width: 100%; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  IMAGE CAROUSEL           *|
|*                           *|
\* * * * * * * * * * * * * * */
figure {
  width: 100%; }

.image-carousel {
  margin-bottom: 50px; }
  .image-carousel .carousel-indicators {
    bottom: -35px; }
    .image-carousel .carousel-indicators li {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: white;
      border: 1px solid #007EA8;
      cursor: pointer; }
      .image-carousel .carousel-indicators li.active {
        background-color: #007EA8; }
  .image-carousel .carousel-control-prev {
    width: 40px;
    opacity: 1; }
    .image-carousel .carousel-control-prev .carousel-control-prev-icon {
      width: 40px;
      height: 40px;
      background: white url(img/events-slider-arrow-prev.png) center center no-repeat;
      background-size: 20px; }
  .image-carousel .carousel-control-next {
    width: 40px;
    opacity: 1; }
    .image-carousel .carousel-control-next .carousel-control-next-icon {
      width: 40px;
      height: 40px;
      background: white url(img/events-slider-arrow-next.png) center center no-repeat;
      background-size: 20px; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  ABBREVIATION             *|
|*                           *|
\* * * * * * * * * * * * * * */
.abbreviation-nav {
  padding-bottom: 0.5rem; }
  .abbreviation-nav .nav-item .nav-link {
    padding: 0.5rem 1rem 0 0;
    font-size: 1.1875rem; }
    @media (max-width: 767.98px) {
      .abbreviation-nav .nav-item .nav-link {
        padding: 0 0.5rem 0 0; } }

.abbreviation-wrapper {
  display: flex;
  flex-direction: column; }
  .abbreviation-wrapper h4 {
    margin-top: 30px; }
  .abbreviation-wrapper .to-top {
    margin-bottom: 1rem;
    margin-top: -35px; }
  .abbreviation-wrapper .abbreviation-row {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .abbreviation-wrapper .abbreviation-row {
        flex-direction: column; } }
    .abbreviation-wrapper .abbreviation-row .abbreviation-short {
      width: 25%;
      padding-right: 10px; }
    .abbreviation-wrapper .abbreviation-row .abbreviation-long {
      width: 75%; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  ITEM VIEW                *|
|*                           *|
\* * * * * * * * * * * * * * */
.item-pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 .2rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  font-size: 0.875rem;
  font-weight: 700; }
  .item-pagination:last-of-type {
    margin-top: 30px;
    border-bottom: none;
    border-top: 1px solid #cccccc; }
  .item-pagination a {
    padding: .5rem 1rem;
    display: inline-block;
    position: relative; }
  .item-pagination .controls {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .item-pagination .controls .ctrl-prev {
      justify-content: flex-start; }
    .item-pagination .controls .ctrl-next {
      justify-content: flex-end; }
      .item-pagination .controls .ctrl-next a::after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        right: -.2rem;
        margin-top: 6px;
        margin-left: 5px;
        border-style: solid;
        border-width: 4px 0 4px 7px;
        border-color: transparent transparent transparent #007EA8; }
  .item-pagination .overview a::before, .item-pagination .ctrl-prev a::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: -.2rem;
    margin-top: 6px;
    margin-right: 5px;
    border-style: solid;
    border-width: 4px 7px 4px 0;
    border-color: transparent #007EA8 transparent transparent; }
  @media (max-width: 767.98px) {
    .item-pagination a {
      padding: .5rem .5rem;
      font-size: 0.8125rem; } }

.publish-date {
  text-transform: uppercase;
  margin: unset; }

.tags {
  margin-top: 30px; }
  .tags span {
    margin-right: 10px;
    text-transform: uppercase; }

.location, .organiser, .website {
  display: block;
  margin-top: 10px; }
  .location span, .organiser span, .website span {
    margin-right: 10px;
    text-transform: uppercase;
    display: inline-block; }
  .location p, .organiser p, .website p {
    display: inline-block;
    margin-bottom: 0; }
  .location a, .organiser a, .website a {
    font-size: 1rem;
    text-transform: none; }

.social-share {
  margin: 20px 0; }
  .social-share a {
    margin-left: 10px; }

.download-list-row {
  clear: both;
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid #cccccc; }
  .download-list-row:last-of-type {
    border-bottom: 1px solid #cccccc; }
  .download-list-row a {
    color: #00384E; }
  .download-list-row .download-icon {
    float: left;
    margin-right: 30px;
    max-width: 60px; }
    @media (max-width: 767.98px) {
      .download-list-row .download-icon {
        width: 30px; } }
  .download-list-row .download-info {
    float: left; }
  .download-list-row .download-size {
    float: right; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  SITE LOGO, TITLE         *|
|*                           *|
\* * * * * * * * * * * * * * */
.site-logo {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .site-logo {
      margin: 20px 0; } }
  @media (max-width: 767.98px) {
    .site-logo {
      margin-bottom: 10px; } }
  .site-logo .logo a {
    display: block;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    min-height: 6rem;
    max-height: 8rem;
    min-width: 4rem;
    max-width: 7rem; }
    @media (max-width: 767.98px) {
      .site-logo .logo a {
        min-height: 5rem;
        max-height: 7rem;
        min-width: 3rem; } }
  .site-logo .logo {
    padding-right: .3rem; }
    @media (max-width: 575.98px) {
      .site-logo .logo {
        padding: unset; } }
  .site-logo .burger {
    padding-right: 15px; }
    @media (max-width: 575.98px) {
      .site-logo .burger {
        max-width: 4rem; } }
  .site-logo .logo-type {
    padding: 1.9rem 0 .2rem 1.5rem; }
    @media (max-width: 575.98px) {
      .site-logo .logo-type {
        padding-top: 2rem; } }
    @media (max-width: 345px) {
      .site-logo .logo-type {
        max-width: 7rem; } }
  .site-logo .logo-type-eraportal {
    background-image: url(img/logo_type_eraportal.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 1rem;
    border-bottom: 1px solid transparent; }
    @media (min-width: 992px) {
      .site-logo .logo-type-eraportal {
        min-height: 1.2rem; } }
    @media (max-width: 575.98px) {
      .site-logo .logo-type-eraportal {
        max-height: 1rem; } }
  .site-logo .logo-type-austria {
    background-image: url(img/logo_type_austria.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 1rem;
    border-top: 1px solid transparent; }
    @media (min-width: 992px) {
      .site-logo .logo-type-austria {
        min-height: 1.2rem; } }
    @media (max-width: 575.98px) {
      .site-logo .logo-type-austria {
        max-height: 1rem; } }
  .site-logo .tagline {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em; }
    @media (max-width: 991.98px) {
      .site-logo .tagline {
        font-size: 1em; } }

.search-bar .input-group .form-control {
  border: 1px solid #00384E;
  font-size: 0.75rem;
  font-weight: 700;
  padding-right: 32px;
  background: transparent url(img/search-icon.png) no-repeat center right 8px; }
  .search-bar .input-group .form-control::placeholder {
    color: #00384E;
    opacity: 1; }
  .search-bar .input-group .form-control:-ms-input-placeholder {
    color: #00384E; }
  .search-bar .input-group .form-control::-ms-input-placeholder {
    color: #00384E; }
  @media (max-width: 991.98px) {
    .search-bar .input-group .form-control {
      background: white;
      padding-right: 12px; } }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  COLORS                   *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  TRANSITIONS              *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  SEARCH  PAGE             *|
|*                           *|
\* * * * * * * * * * * * * * */
.search-filter {
  border: 1px solid #cccccc;
  border-top: none;
  margin-bottom: 30px; }
  .search-filter .form-group {
    border: none;
    margin-bottom: 0;
    border-top: 1px solid #cccccc;
    padding: 12px; }
    .search-filter .form-group:last-of-type {
      border-top: none; }
    .search-filter .form-group .filter-dropdown {
      display: block; }
      .search-filter .form-group .filter-dropdown .custom-dropdown-toggle {
        display: block;
        color: #00384E;
        background: url(img/filter-opened.png) right center no-repeat;
        background-size: 11px;
        margin-bottom: 12px; }
        .search-filter .form-group .filter-dropdown .custom-dropdown-toggle.dropdown-toggled {
          background: url(img/filter-closed.png) right center no-repeat;
          background-size: 9px;
          margin-bottom: 0; }
      .search-filter .form-group .filter-dropdown .custom-dropdown-menu {
        font-size: 1rem;
        position: relative;
        transform: none;
        float: none;
        border-radius: 0;
        border: none;
        border-top: 1px solid #cccccc;
        width: calc(100% + 24px);
        left: -12px;
        padding: 0.5rem 12px; }

form .custom-checkbox .custom-control-label::before, form .custom-radio .custom-control-label::before {
  background-color: white;
  border-radius: 0;
  border: 1px solid #00384E; }

form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white; }

form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(img/popup-close.png); }

form .custom-radio .custom-control-label::before {
  border-radius: 50%; }

form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(img/radio-dot.png); }

form .custom-select {
  background: #fff url(img/arrow-down-32px.svg) no-repeat right center;
  background-size: 32px; }

form .btn {
  background-color: #00384E; }

form .btn-tooltip {
  background-color: transparent;
  background: url(img/tooltip.png) no-repeat;
  width: 21px;
  height: 21px;
  background-size: contain;
  padding: 0;
  margin-top: 15px; }
  form .btn-tooltip:not(:disabled):not(.disabled):active {
    background: url(img/tooltip.png) no-repeat;
    outline: none; }

form input.btn {
  margin: 20px 10px 0 0;
  display: inline-block;
  background-color: #007EA8; }

.search-top-bar p {
  margin-bottom: 0; }

.search-top-bar .input-group {
  margin-top: 20px; }
  .search-top-bar .input-group .form-control-lg {
    border-color: #00384E;
    border-right: none; }
  .search-top-bar .input-group .input-group-append .btn {
    background-color: transparent;
    background: url(img/search-icon.png) no-repeat center center/25px !important;
    border: 1px solid #00384E;
    border-left: none;
    z-index: 0;
    padding: 2px 25px; }

.search-results {
  margin-top: 50px; }
  .search-results .search-result {
    padding: 20px 15px;
    border-top: 1px solid #cccccc;
    overflow: hidden; }
    .search-results .search-result:last-of-type {
      border-bottom: 1px solid #cccccc; }
    .search-results .search-result .search-icon {
      position: absolute;
      width: 50px; }
      @media (max-width: 767.98px) {
        .search-results .search-result .search-icon {
          width: 30px; } }
    .search-results .search-result .search-text {
      float: left;
      margin-left: 70px; }
      @media (max-width: 767.98px) {
        .search-results .search-result .search-text {
          margin-left: 40px; } }
      .search-results .search-result .search-text p {
        margin-bottom: 0; }
    .search-results .search-result .search-author {
      float: right; }
      @media (max-width: 991.98px) {
        .search-results .search-result .search-author {
          float: none;
          clear: both;
          padding: 10px 0 0 70px; } }
      @media (max-width: 767.98px) {
        .search-results .search-result .search-author {
          padding: 10px 0 0 40px; } }
      .search-results .search-result .search-author .search-name {
        text-transform: none; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  COLORS                   *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  TRANSITIONS              *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  COMMENTS                 *|
|*                           *|
\* * * * * * * * * * * * * * */
.comment-form input, .comment-form textarea {
  border-radius: 0;
  border-color: #cccccc; }

.comment-form .btn-submit {
  padding: 2px 40px 2px 55px;
  background-image: url(img/arrow-right.png);
  background-position: 40px 7px;
  background-repeat: no-repeat;
  background-color: #007EA8; }
  .comment-form .btn-submit:not(:disabled):not(.disabled):active {
    background-image: url(img/arrow-right.png); }
  .comment-form .btn-submit.opened {
    background-image: url(img/arrow-down.png);
    background-position: 9px 7px; }
    .comment-form .btn-submit.opened:not(:disabled):not(.disabled):active {
      background-image: url(img/arrow-down.png); }

.comment-dropdown {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }
  .comment-dropdown + .comment-dropdown {
    border-top: none; }
  .comment-dropdown .custom-dropdown-toggle {
    display: block;
    overflow: hidden;
    padding: 15px 50px 15px 0;
    color: #00384E;
    background-image: url(img/events-slider-arrow-next.png);
    background-position: right center;
    background-repeat: no-repeat; }
    .comment-dropdown .custom-dropdown-toggle.dropdown-toggled {
      background-image: url(img/arrow-down-blue-xl.png); }
    .comment-dropdown .custom-dropdown-toggle .comment-author {
      float: left;
      margin-right: 30px; }
      .comment-dropdown .custom-dropdown-toggle .comment-author p {
        margin-bottom: 0; }
    .comment-dropdown .custom-dropdown-toggle .comment-date {
      float: left; }
  .comment-dropdown .custom-dropdown-menu {
    display: none; }
  .comment-dropdown .comment-message {
    background-color: #f7f7f7;
    padding: 20px; }
    .comment-dropdown .comment-message p {
      font-weight: 300;
      font-style: italic;
      margin-bottom: 0;
      font-size: 1.1rem; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  COLORS                   *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  TRANSITIONS              *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  META NAVIGATION          *|
|*                           *|
\* * * * * * * * * * * * * * */
.meta-nav {
  margin-top: 15px;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .meta-nav {
      display: none; } }
  .meta-nav .nav {
    text-transform: uppercase;
    font-size: 0.8125rem; }
    .meta-nav .nav .nav-item span {
      color: #00384E;
      padding: 0.5rem 1rem;
      display: block; }
    .meta-nav .nav .nav-item .nav-link {
      color: #00384E; }
    .meta-nav .nav #login-link, .meta-nav .nav #logout-link, .meta-nav .nav #register-link, .meta-nav .nav #profile-name {
      color: #C43843; }
      .meta-nav .nav #login-link:hover, .meta-nav .nav #logout-link:hover, .meta-nav .nav #register-link:hover, .meta-nav .nav #profile-name:hover {
        text-decoration: underline; }

.logged-in .profile-welcome {
  padding-top: 0; }
  .logged-in .profile-welcome #profile-name {
    padding-left: 0;
    padding-top: 0; }

.logged-in .profile-picture-small {
  float: left;
  padding-top: 0.3rem; }

.logged-in #logout-link {
  padding: 1.1rem 3rem 0.5rem 0; }

.logged-in .profile-popup {
  position: absolute;
  display: none;
  z-index: 999;
  top: 48px;
  left: -110px;
  padding: 24px 0;
  border: 1px solid #cccccc;
  background-color: white;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .logged-in .profile-popup {
      display: none; } }
  .logged-in .profile-popup::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 126px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #b7b7b7 transparent; }
  .logged-in .profile-popup::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -9px;
    left: 126px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent; }
  .logged-in .profile-popup .close-button {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 19px;
    height: 19px;
    background-image: url(img/popup-close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer; }
  .logged-in .profile-popup .link-to-profile {
    height: 25px;
    margin-top: 12px;
    padding: 3px 15px 0 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #C43843;
    background-color: #C43843;
    color: white;
    font-size: 0.875rem;
    cursor: pointer;
    position: absolute;
    bottom: 0; }
  .logged-in .profile-popup .profile-info {
    padding: 18px;
    border-bottom: 1px solid #cccccc;
    display: flex; }
    .logged-in .profile-popup .profile-info .image-wrap {
      float: left;
      width: 90px; }
      .logged-in .profile-popup .profile-info .image-wrap img {
        max-width: 100%; }
    .logged-in .profile-popup .profile-info .info-wrap {
      float: left;
      padding-left: 10px;
      position: relative; }
      .logged-in .profile-popup .profile-info .info-wrap .title {
        margin-top: -5px;
        color: #C43843;
        font-size: 1rem; }
      .logged-in .profile-popup .profile-info .info-wrap .position {
        font-size: 0.85rem; }
  .logged-in .profile-popup .profile-links {
    padding: 5px 18px; }
    .logged-in .profile-popup .profile-links span {
      font-size: 0.85rem; }
    .logged-in .profile-popup .profile-links ul {
      list-style: none;
      padding-left: 0; }
      .logged-in .profile-popup .profile-links ul li {
        float: left;
        width: 50%; }
        .logged-in .profile-popup .profile-links ul li a {
          color: #C43843;
          font-size: 0.75rem; }

.logged-out .login-popup {
  position: absolute;
  display: none;
  z-index: 999;
  top: 37px;
  right: 174px;
  padding: 38px 22px 22px 22px;
  border: 1px solid #cccccc;
  background-color: white;
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .logged-out .login-popup {
      display: none; } }
  .logged-out .login-popup::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    right: 40px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #b7b7b7 transparent; }
  .logged-out .login-popup::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -9px;
    right: 40px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent; }
  .logged-out .login-popup .close-button {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 19px;
    height: 19px;
    background-image: url(img/popup-close.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer; }
  .logged-out .login-popup .input-group {
    flex-direction: column; }
    .logged-out .login-popup .input-group label {
      margin: .5rem 0 0 0; }
  .logged-out .login-popup span {
    font-style: italic;
    font-size: 0.75rem; }
  .logged-out .login-popup .login-button {
    height: 25px;
    margin: 12px 0 8px 0;
    padding: 3px 15px 0 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #C43843;
    background-color: #C43843;
    color: white;
    font-size: 0.875rem;
    cursor: pointer; }
  .logged-out .login-popup .forgotten-pass {
    color: #C43843;
    font-size: 0.75rem; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  MAIN NAVIGATION          *|
|*                           *|
\* * * * * * * * * * * * * * */
.navbar-toggler {
  background-color: white;
  color: #00384E;
  border: 2px solid #00384E; }
  .navbar-toggler .navbar-toggler-icon {
    fill: #00384E;
    background-image: url(img/list.svg);
    background-repeat: no-repeat; }
  .navbar-toggler .btn-text {
    font-size: 1rem;
    text-transform: uppercase; }
  @media (min-width: 576px) {
    .navbar-toggler {
      margin-right: .5rem; } }
  @media (min-width: 345px) {
    .navbar-toggler {
      margin-right: .5rem; } }

nav.navbar {
  padding: 0.5rem 0 1rem; }
  @media (max-width: 767.98px) {
    nav.navbar {
      padding-bottom: 0.7rem; } }

nav .meta-nav-mobile {
  display: none; }
  @media (max-width: 767.98px) {
    nav .meta-nav-mobile {
      display: block;
      margin: 25px 18px 0; }
      nav .meta-nav-mobile ul {
        list-style: none;
        margin-left: 3px;
        margin-right: 3px;
        padding-left: unset; }
        nav .meta-nav-mobile ul .meta-nav-item .nav-link {
          color: white;
          padding: 4px 0; }
      nav .meta-nav-mobile .input-group .form-control {
        border: 1px solid #00384E;
        border-right: none;
        font-size: 0.75rem;
        font-weight: 700;
        border-radius: 0; }
        nav .meta-nav-mobile .input-group .form-control::placeholder {
          color: #5A7B86;
          opacity: 1; }
        nav .meta-nav-mobile .input-group .form-control:-ms-input-placeholder {
          color: #5A7B86; }
        nav .meta-nav-mobile .input-group .form-control::-ms-input-placeholder {
          color: #5A7B86; }
      nav .meta-nav-mobile .input-group .input-group-append .btn {
        background: white url(img/search-icon.png) no-repeat center center;
        background-size: 16px;
        border: 1px solid #00384E;
        border-left: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 0; }
      nav .meta-nav-mobile .login-layer {
        display: none;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00384E;
        color: white;
        padding: 20px; }
        nav .meta-nav-mobile .login-layer form input {
          border: 1px solid #00384E;
          border-radius: 0; }
        nav .meta-nav-mobile .login-layer form small {
          color: white;
          font-weight: 300;
          font-style: italic; }
        nav .meta-nav-mobile .login-layer form h3 {
          margin: 1rem 0; }
        nav .meta-nav-mobile .login-layer form .btn {
          background-color: #00384E;
          padding: 2px 12px 2px 25px;
          background-image: url(img/arrow-right.png);
          background-position: 13px 7px;
          background-repeat: no-repeat;
          border: none;
          margin-top: 2rem; }
          nav .meta-nav-mobile .login-layer form .btn:not(:disabled):not(.disabled):active {
            background: #00384E url(img/arrow-right.png) no-repeat 13px 7px; }
        nav .meta-nav-mobile .login-layer .close-button {
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          overflow: hidden;
          float: right;
          top: 5px; }
          nav .meta-nav-mobile .login-layer .close-button::before {
            content: '';
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            background: white;
            height: 4px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
          nav .meta-nav-mobile .login-layer .close-button::after {
            content: '';
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            background: white;
            height: 4px;
            margin-top: -4px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        nav .meta-nav-mobile .login-layer ul {
          margin-top: 1rem; }
        nav .meta-nav-mobile .login-layer a {
          color: #00384E; } }

@media (max-width: 767.98px) {
  nav .navbar-nav {
    padding: 10px 15px; }
    .navbar-collapse {
      background-color: #00384E;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999; }
    .navbar {
      position: static; }
      .navbar .nav-back-mobile {
        color: #5A7B86; }
        .navbar .nav-back-mobile:hover {
          text-decoration: none; }
    nav .navbar-nav .nav-item {
      border-top: 1px solid white; }
      nav .navbar-nav .nav-item:first-of-type {
        border-top: none; }
      nav .navbar-nav .nav-item:last-of-type {
        border-bottom: 1px solid white; }
      nav .navbar-nav .nav-item .navbar-toggler {
        border: unset;
        background-color: #00384E;
        color: white;
        padding: 10px 0;
        margin-right: -5px; }
        nav .navbar-nav .nav-item .navbar-toggler .navbar-toggler-icon {
          background-image: url(img/x.svg); }
        nav .navbar-nav .nav-item .navbar-toggler .btn-text {
          font-size: 1rem; }
      nav .navbar-nav .nav-item .nav-link {
        color: white; }
        nav .navbar-nav .nav-item .nav-link:hover {
          text-decoration: underline; }
      nav .navbar-nav .nav-item .dropdown-toggle::after {
        right: 5px;
        top: 15px;
        position: absolute;
        border-top: 0.5em solid;
        border-right: 0.4em solid transparent;
        border-bottom: 0;
        border-left: 0.4em solid transparent; }
      nav .navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"]::after {
        border-top: 0;
        border-bottom: 0.5em solid; }
      nav .navbar-nav .nav-item .dropdown-menu {
        background-color: transparent;
        border: none;
        border-top: 1px solid white;
        border-radius: 0; }
        nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          border: 1px solid transparent;
          color: rgba(255, 255, 255, 0.8); }
          nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.8); }
          nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
            background-color: white;
            color: #00384E; }
          nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
            background-color: white;
            color: #00384E; } }

@media (min-width: 768px) {
  nav .navbar-nav {
    z-index: 500; }
    nav .navbar-nav .nav-item {
      white-space: nowrap; }
      nav .navbar-nav .nav-item .nav-link {
        padding: unset;
        color: #5A7B86; }
        nav .navbar-nav .nav-item .nav-link:hover {
          color: #00384E; }
        nav .navbar-nav .nav-item .nav-link::after {
          content: '|';
          padding: 0 .5rem;
          color: #00384E; }
      nav .navbar-nav .nav-item:last-child .nav-link::after {
        content: '';
        width: 0; }
      nav .navbar-nav .nav-item .dropdown-toggle::after {
        border: unset; }
      nav .navbar-nav .nav-item .dropdown-menu {
        margin-top: -3px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
        background-color: white;
        border-radius: 0;
        border: none;
        left: -.5rem; }
        nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
          font-weight: 700;
          font-size: 0.875rem;
          padding-left: 0.5rem;
          color: #5A7B86; }
          nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
            background-color: #00384E;
            color: white; }
      nav .navbar-nav .nav-item:hover > .dropdown-menu {
        display: flex;
        flex-direction: column;
        visibility: visible;
        opacity: 1; }
      nav .navbar-nav .nav-item .navbar-nav li .dropdown-menu li {
        clear: both;
        width: 100%; } }

@media (max-width: 991.98px) {
  nav .navbar-nav {
    flex-wrap: wrap; } }

nav .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  position: relative; }

nav .navbar-nav .nav-item.nav-item-offset-right {
  margin-left: auto; }

.breadcrumbs {
  border-bottom: 1px solid #cccccc;
  font-weight: 700; }
  .breadcrumbs .breadcrumb {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0; }
    .breadcrumbs .breadcrumb .breadcrumb-item {
      margin-left: 6px;
      margin-right: 8px;
      color: #00384E;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        .breadcrumbs .breadcrumb .breadcrumb-item.alt-breadcrumb {
          display: none; } }
      .breadcrumbs .breadcrumb .breadcrumb-item::marker {
        content: '';
        width: 0;
        height: 0;
        margin-bottom: 1px;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #00384E; }
      .breadcrumbs .breadcrumb .breadcrumb-item:first-of-type {
        margin-left: unset; }
        .breadcrumbs .breadcrumb .breadcrumb-item:first-of-type::marker {
          content: none; }
      .breadcrumbs .breadcrumb .breadcrumb-item a {
        color: #00384E;
        text-transform: uppercase; }
      .breadcrumbs .breadcrumb .breadcrumb-item.active {
        color: #008fbf;
        font-weight: 700; }
      .breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: none; }
  @media (max-width: 767.98px) {
    .breadcrumbs .breadcrumb {
      padding-bottom: .5rem; }
      .breadcrumbs .breadcrumb .breadcrumb-item {
        font-size: 0.8125rem;
        padding: unset;
        margin: unset; }
        .breadcrumbs .breadcrumb .breadcrumb-item.main-breadcrumb {
          display: none; }
        .breadcrumbs .breadcrumb .breadcrumb-item.alt-breadcrumb {
          display: inline-block;
          color: #008fbf; }
          .breadcrumbs .breadcrumb .breadcrumb-item.alt-breadcrumb::marker {
            content: none; }
    .breadcrumbs .breadcrumb > .breadcrumb-item.alt-breadcrumb ~ .breadcrumb-item.alt-breadcrumb {
      display: none; } }

.sidebar {
  margin-bottom: 30px; }
  .sidebar .nav-item {
    font-weight: 700; }
    .sidebar .nav-item .nav-link {
      color: #5A7B86;
      text-transform: none;
      font-size: 0.875rem;
      padding: 0.5rem 0;
      border-bottom: 1px solid #cccccc; }
      .sidebar .nav-item .nav-link.active, .sidebar .nav-item .nav-link:hover {
        color: #00384E; }
    .sidebar .nav-item:first-of-type > .nav-link {
      border-top: 1px solid #cccccc; }
    .sidebar .nav-item .sidebar-extra-layer {
      list-style: none;
      padding-left: 20px; }
      .sidebar .nav-item .sidebar-extra-layer .nav-link {
        border-top: none; }
  @media (max-width: 767.98px) {
    .sidebar {
      margin-bottom: 20px; }
      .sidebar .nav-item .nav-link {
        padding: 0.2rem 0;
        font-size: 0.8125rem; }
      .sidebar .nav-item:first-of-type > .nav-link {
        border-top: unset; } }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  COLORS                   *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  TRANSITIONS              *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  SITE FOOTER              *|
|*                           *|
\* * * * * * * * * * * * * * */
footer {
  background-image: url(img/footer-background2.png);
  background-color: #00384E;
  background-position: top center;
  background-repeat: repeat;
  padding: 30px 0;
  font-weight: 400;
  font-size: 0.8125rem; }
  @media (max-width: 767.98px) {
    footer .nav {
      margin-bottom: 16px; } }
  footer .nav.flex-row .nav-item .nav-link {
    color: white;
    padding-left: 0;
    padding-right: 5px; }
    footer .nav.flex-row .nav-item .nav-link::after {
      content: '';
      display: inline-block;
      height: 0.75rem;
      width: 2px;
      position: relative;
      background-color: white;
      margin-left: 5px;
      top: 2px; }
  footer .nav.flex-row .nav-item:last-of-type .nav-link::after {
    display: none; }
  footer .nav.flex-column.column-offset {
    padding-top: 26px; }
    @media (max-width: 767.98px) {
      footer .nav.flex-column.column-offset {
        padding-top: 0; } }
  footer .nav .nav-item, footer .nav .nav-menu-label {
    color: white; }
  footer .nav .nav-menu-label {
    font-weight: 700;
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      footer .nav .nav-menu-label {
        padding-top: 10px; } }
  footer .nav .nav-item .nav-link {
    padding: unset;
    text-transform: none;
    font-weight: 400;
    color: white; }
    footer .nav .nav-item .nav-link:hover {
      color: #33CCFF;
      text-decoration: underline; }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  COLORS                   *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  TRANSITIONS              *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  ADMIN-only CSS           *|
|*                           *|
\* * * * * * * * * * * * * * */
.wagtail-icons {
  width: 1.3em;
  height: 1.3em;
  vertical-align: top;
  fill: currentColor; }

.wagtail-userbar {
  position: sticky !important;
  float: right;
  right: 2rem;
  top: 1rem;
  z-index: 200 !important; }
  .wagtail-userbar .wagtail-userbar-items {
    right: 1rem; }
  .wagtail-userbar .wagtail-userbar-trigger {
    box-shadow: 0 0 1px 0 #E43838, 0 1px 10px 0 #ff4040 !important; }
    .wagtail-userbar .wagtail-userbar-trigger:hover {
      box-shadow: 0 0 1px 0 #E43838, 0 3px 15px 0 #ff4040 !important; }
  @media (max-width: 767.98px) {
    .wagtail-userbar .wagtail-userbar-trigger {
      width: 2.5rem !important;
      height: 2.5rem !important; }
      .wagtail-userbar .wagtail-userbar-trigger .wagtail-userbar-icon {
        width: 1.5rem !important;
        height: 1.5rem !important; } }

.admin-warning {
  display: flex;
  align-items: center; }
  .admin-warning p {
    margin: unset;
    padding: 0 .5rem;
    text-transform: uppercase; }

.admin-warning * {
  color: #E43838;
  fill: #E43838; }

/* stylelint-disable selector-list-comma-newline-after */

