/* Screen widths */
/* OCLA colors */
/* Site Colors */
.grad-blue {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #0A141F 0%, #15273E 100%);
}
.grad-blue-reverse {
  background: linear-gradient(297deg, #0A141F 0%, #15273E 100%);
}
.grad-green {
  background: linear-gradient(115.93deg, #03332C 29.87%, #011F1A 80.81%);
}
.grad-overlay {
  background: linear-gradient(177.23deg, #101D2EE5 2.52%, #1B304D00 97.98%);
}
.grad-border {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
.overlay-green {
  background: #011F1AD5;
}
.overlay-blue {
  background: #101D2EE5;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sans3 {
  font-family: 'Source Sans 3', serif;
  font-weight: 400;
  font-style: normal;
}
.merriweather {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rosario {
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: 'Source Sans 3', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #15273E;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-family: 'Source Sans 3', serif;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #15273E;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: 'Source Sans 3', serif;
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  color: #1B1B1B;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}
h4,
.h4 {
  font-family: 'Source Sans 3', serif;
  font-family: "Rosario", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #1B1B1B;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2.2rem;
  }
}
.text-lg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
body.page-node-126 #main .region-content .row.three-col .card .card-header {
  text-align: center;
}
body #main .accordion {
  margin-bottom: 1rem;
  background-color: transparent;
  --bs-accordion-bg: transparent;
}
body #main .accordion .accordion-collapse {
  border: 2px solid #15273E;
  border-top: 0;
  padding: 2rem;
}
body #main .accordion .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
body #main .accordion-header {
  margin: 0;
}
body #main .accordion-header button.accordion-button {
  background: linear-gradient(297deg, #0A141F 0%, #15273E 100%);
  font-weight: 500;
  font-size: 2rem;
  color: #FFFFFF;
}
body #main .accordion-header button.accordion-button .accordion-title {
  font-family: 'Rosario', sans-serif;
}
body #main .accordion-header button.accordion-button:after {
  content: '\f068';
  background: none;
  font-family: 'Font Awesome 6 Pro';
  width: initial;
  height: initial;
  transform: none;
  display: inline-block;
}
body #main .accordion-header button.accordion-button.collapsed:after {
  content: '\2b';
  background: none;
  font-family: 'Font Awesome 6 Pro';
}
body #main .accordion-header button.accordion-button:hover,
body #main .accordion-header button.accordion-button:focus {
  text-decoration: none;
  text-underline-offset: 4px;
}
body #main .accordion-header button.accordion-button:hover:after,
body #main .accordion-header button.accordion-button:focus:after {
  text-decoration: none;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header {
  margin: 0;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button {
  background-color: #0368c0;
  color: #FFFFFF;
}
body #main .accordion-header #sidenavigation-menu h2.accordion-header button.accordion-button:after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
body .accordion-button:focus {
  outline-offset: 0.25rem;
  outline: 0.25rem solid #2491ff;
}
body .btn {
  font-size: 2.2rem;
  border-radius: 0;
  padding: 10px;
}
body .btn.btn-primary {
  border: 2px solid #2A4C7A;
  width: auto;
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #2A4C7A;
  --bs-btn-border-color: #2A4C7A;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #15273E;
  --bs-btn-hover-border-color: #2A4C7A;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #2A4C7A;
  --bs-btn-active-border-color: #15273E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #3D4551;
  --bs-btn-disabled-border-color: #3D4551;
  --bs-gradient: none;
}
body .btn.btn-primary:active {
  color: #FFFFFF !important;
}
body .btn.btn-default,
body .btn.btn-secondary {
  border: 2px solid #077463;
  width: auto;
  --bs-btn-color: #FFFFFF;
  --bs-btn-border-color: #077463;
  --bs-btn-bg: #077463;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #03332C;
  --bs-btn-hover-border-color: #077463;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #03332C;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #03332C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #3D4551;
  --bs-btn-disabled-border-color: #3D4551;
  --bs-gradient: none;
}
body .btn.btn-default:active,
body .btn.btn-secondary:active {
  color: #FFFFFF !important;
}
body .btn.btn-white {
  width: auto;
  --bs-btn-color: #1B1B1B;
  --bs-btn-bg: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #15273E;
  --bs-btn-hover-bg: #e5f2fe;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #005ea2;
  --bs-btn-active-border-color: #005ea2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #005ea2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #005ea2;
  --bs-gradient: none;
}
body .form-control,
body .form-select {
  font-size: 1.6rem;
}
body .more-link {
  float: right;
  background-color: #15273E;
  color: #FFFFFF;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  margin-top: 10px;
  border-radius: 4px;
}
body .more-link a {
  color: #FFFFFF;
  text-decoration: none;
}
body .more-link:hover,
body .more-link:focus {
  background-color: #2A4C7A;
}
body .more-link:hover a,
body .more-link:focus a {
  color: #fff;
}
body .card {
  padding: 1.4rem;
  border: 2px solid #0368c0;
  border-radius: 0;
  position: relative;
  height: 100%;
  color: #1B1B1B;
  margin-bottom: 20px;
}
body .card:hover {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
  background-color: #e5f2fe;
  border: 2px solid #0388A6;
}
body .card .card-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 0;
  color: #1B1B1B;
}
body .card .body,
body .card .card-body {
  padding: 10px;
  display: block;
  color: #1B1B1B;
}
body .card .date {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 1.4rem;
  color: #575757;
  font-weight: 500;
}
body .card:focus-within {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
body .card a:focus {
  outline: 0;
  box-shadow: none;
}
body .card a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .card:not(.mini-card):not(.clear-card) {
  background-color: #0A141F;
  color: #FFFFFF;
  border: 2px solid transparent;
}
body .card:not(.mini-card):not(.clear-card):hover {
  background-color: #15273E;
  border-color: #559E8D;
}
body .card:not(.mini-card):not(.clear-card) .card-title,
body .card:not(.mini-card):not(.clear-card) .body,
body .card:not(.mini-card):not(.clear-card) .card-body,
body .card:not(.mini-card):not(.clear-card) .date {
  color: #FFFFFF;
}
body .card:not(.mini-card):not(.clear-card) .card-title {
  padding: 10px;
}
body .card:not(.mini-card):not(.clear-card) .body,
body .card:not(.mini-card):not(.clear-card) .card-body {
  padding: 10px;
  margin-bottom: 0;
}
body .card:not(.mini-card):not(.clear-card) .body p:last-child,
body .card:not(.mini-card):not(.clear-card) .card-body p:last-child {
  margin-bottom: 0;
}
body .card:not(.mini-card):not(.clear-card) .btn {
  background-color: #FFFFFF;
  color: #1B1B1B;
  border-color: #FFFFFF;
  font-size: 1.6rem;
}
body .card:not(.mini-card):not(.clear-card) .btn:hover,
body .card:not(.mini-card):not(.clear-card) .btn:focus {
  background-color: #F0F0F0;
}
body .card:not(.mini-card):not(.clear-card) a:not(.btn) {
  color: #FFFFFF !important;
}
body .card:not(.mini-card):not(.clear-card) a:not(.btn):hover,
body .card:not(.mini-card):not(.clear-card) a:not(.btn):focus {
  color: #FFFFFF !important;
}
body .card.mini-card {
  background-color: #F0F0F0;
  border-radius: 0;
  padding: 8px;
  border: none;
}
body .card.mini-card a:not(.btn) {
  color: #1B1B1B !important;
}
body .card.mini-card a:not(.btn):hover,
body .card.mini-card a:not(.btn):focus {
  color: #1B1B1B !important;
}
body .card.mini-card .card-title,
body .card.mini-card h3,
body .card.mini-card h4 {
  margin: 0;
}
body .card.mini-card .card-body {
  border-left: 8px solid #1B304D;
  padding: 0 0 0 12px;
}
body .card.mini-card:hover .card-body,
body .card.mini-card:focus-within .card-body {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
body .card.clear-card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 12px 0 24px 0;
}
body .card.clear-card h3 {
  margin-bottom: 24px;
}
body .card.clear-card h3 a {
  text-decoration: none;
}
body .card.clear-card:hover,
body .card.clear-card:focus-within {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 10px solid #FDEE67;
  padding-bottom: 15px;
  color: #FDEE67;
}
body .card.clear-card:hover h3 a,
body .card.clear-card:focus-within h3 a {
  text-decoration: none;
  color: #FDEE67;
}
body div.contact-info .material-icons {
  color: #559E8D;
  position: relative;
  top: 5px;
}
body div.contact-info span.country {
  display: none;
}
body div.contact-info p.address {
  display: inline-block;
}
body div.contact-info p.address br {
  display: none;
}
body .img-circle .field--name-field-image {
  margin-bottom: 5px;
}
body .img-circle .field--name-field-image img {
  width: 135px;
  height: auto;
  border-radius: 67.5px;
}
body .field--name-field-background-image {
  margin-bottom: 0;
}
body .image-style-banner-image {
  width: 100%;
  height: 56.25%;
}
body.page-node-97 .mask-start,
body.page-node-98 .mask-start,
body.page-node-99 .mask-start,
body.page-node-100 .mask-start,
body.page-node-101 .mask-start,
body.page-node-104 .mask-start,
body.page-node-110 .mask-start,
body.page-node-111 .mask-start,
body.page-node-112 .mask-start,
body.page-node-135 .mask-start {
  display: none;
}
body .block-content-image_block {
  position: absolute;
  bottom: 25%;
}
body .block-content-image_block .mask-start {
  mask: linear-gradient(to right, #000 0%, #000 50%, transparent 50.01%);
}
body .block-content-image_block .mask-end {
  mask: linear-gradient(to left, #000 0%, #000 50%, transparent 50.01%);
}
@media screen and (max-width: 767px) {
  body .block-content-image_block {
    position: relative;
    bottom: initial;
  }
  body .block-content-image_block .mask-start,
  body .block-content-image_block .mask-end {
    mask: none;
  }
}
body .block-content-image_block .container {
  position: relative;
  z-index: 2;
}
body .block-content-image_block .container .col-6 {
  padding: 5rem 3rem;
}
body .block-content-image_block .field--name-body {
  display: flex;
  flex-direction: column;
}
body .block-content-image_block .btn {
  margin-top: 24px;
}
body .region {
  position: relative;
}
body .banner-content {
  font-size: 1.3rem;
}
body .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
body .field--name-field-media-oembed-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body figure {
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image,
body #main .field--type-string {
  float: inherit;
  margin: 0 0 1.5rem 0;
}
body #main div .field--type-image img,
body #main .field--type-string img,
body #main div .field--type-image iframe,
body #main .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main div .field--type-image img.media-oembed-content,
body #main .field--type-string img.media-oembed-content,
body #main div .field--type-image iframe.media-oembed-content,
body #main .field--type-string iframe.media-oembed-content {
  width: 100%;
  height: 400px;
}
body #main div .field--type-image.field--name-field-plate-image,
body #main .field--type-string.field--name-field-plate-image {
  float: right !important;
}
body #main div .field--type-image.field--name-field-plate-image img,
body #main .field--type-string.field--name-field-plate-image img {
  max-width: 250px;
  height: auto;
}
@media (max-width: 992px) {
  body #main div .field--type-image.field--name-field-plate-image,
  body #main .field--type-string.field--name-field-plate-image {
    float: none !important;
  }
  body #main div .field--type-image.field--name-field-plate-image img,
  body #main .field--type-string.field--name-field-plate-image img {
    max-width: none;
    height: auto;
  }
}
body #main .align-left .field--type-image,
body #main .align-left .field--type-string {
  margin: 0 1.5rem 1.5rem 0 !important;
}
body #main .align-right .field--type-image,
body #main .align-right .field--type-string {
  margin: 0 0 1.5rem 1.5rem !important;
}
body #main .align-left .field--type-image img,
body #main .align-right .field--type-image img,
body #main .align-left .field--type-string img,
body #main .align-right .field--type-string img,
body #main .align-left .field--type-image iframe,
body #main .align-right .field--type-image iframe,
body #main .align-left .field--type-string iframe,
body #main .align-right .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main figure.caption-drupal-media.align-left {
  margin: 0 1.5rem 1.5rem 0;
}
body #main figure.caption-drupal-media.align-right {
  margin: 0 0 1.5rem 1.5rem;
}
body #main figure.caption-drupal-media .field--type-image {
  margin: 0 !important;
}
body #main figure.caption-drupal-media .field--type-image img {
  margin: 0;
}
body #main figure.caption-drupal-media figcaption {
  background-color: #F0F0F0;
  padding: 0.75rem;
  font-style: italic;
}
body ul.pagination li.pager__item--next a {
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body ul.pagination li.page-item {
  white-space: nowrap;
}
body ul.pagination li.page-item span {
  border: 0;
}
body ul.pagination li.page-item span:hover,
body ul.pagination li.page-item span:focus {
  background-color: transparent;
}
body ul.pagination li.page-item.active span {
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body .search-api-page-block-form-search-solr,
body .search-api-page-block-form-search {
  display: flex;
  gap: 0 !important;
  align-items: bottom;
  padding-right: 0;
  width: fit-content;
}
body .search-api-page-block-form-search-solr form,
body .search-api-page-block-form-search form {
  display: flex;
  border-bottom: 1px solid #3D4551;
}
body .search-api-page-block-form-search-solr .mb-3,
body .search-api-page-block-form-search .mb-3 {
  margin-bottom: 0 !important;
}
body .search-api-page-block-form-search-solr .js-form-item,
body .search-api-page-block-form-search .js-form-item {
  margin-right: 0;
  padding: 0;
  order: 2;
}
body .search-api-page-block-form-search-solr .form-search,
body .search-api-page-block-form-search .form-search {
  font-size: 1.6rem;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  min-width: 200px;
  max-width: 320px;
}
body .search-api-page-block-form-search-solr .form-search::placeholder,
body .search-api-page-block-form-search .form-search::placeholder {
  content: "Search";
  color: #71767A;
}
body .search-api-page-block-form-search-solr .form-actions,
body .search-api-page-block-form-search .form-actions {
  position: relative;
  align-self: initial;
  padding: 0;
  order: 1;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit,
body .search-api-page-block-form-search .form-actions .form-submit {
  position: relative;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  color: transparent !important;
  width: 3.6rem;
  margin: 0;
  height: 100%;
  padding: 0 !important;
  overflow: visible !important;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:after,
body .search-api-page-block-form-search .form-actions .form-submit:after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.8rem;
  color: #3D4551;
  background: transparent;
  border: 0;
  border-radius: 28px;
  text-align: center;
  font-weight: 700;
  width: 28px;
  height: 28px;
  padding-top: 4px;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:hover::after,
body .search-api-page-block-form-search .form-actions .form-submit:hover::after {
  color: #FFFFFF;
  background-color: #15273E;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:focus,
body .search-api-page-block-form-search .form-actions .form-submit:focus {
  outline: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:focus-visible::after,
body .search-api-page-block-form-search .form-actions .form-submit:focus-visible::after {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #082f52;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:hover:focus,
body .search-api-page-block-form-search .form-actions .form-submit:hover:focus {
  outline: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:active::after,
body .search-api-page-block-form-search .form-actions .form-submit:active::after,
body .search-api-page-block-form-search-solr .form-actions .form-submit:active:focus::after,
body .search-api-page-block-form-search .form-actions .form-submit:active:focus::after {
  background-color: #15273E;
  border-color: #15273E;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #block-drupalbase-custom-content .search-api-page-block-form-search {
  margin-bottom: 20px;
}
body #off-canvas .search-api-page-block-form-search {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body .sticky-container {
  top: 0;
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  body .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
    padding-top: 0;
  }
}
body .tablesaw th {
  background-color: #15273E !important;
  color: #FFFFFF !important;
}
body .tablesaw th a,
body .tablesaw th a:visited {
  color: #FFFFFF !important;
}
body .tablesaw th a:hover,
body .tablesaw th a:visited:hover,
body .tablesaw th a:focus,
body .tablesaw th a:visited:focus {
  color: #F0F0F0 !important;
}
body .tablesaw th,
body .tablesaw td {
  vertical-align: top;
}
body .tablesaw tr {
  border-bottom: 1px solid #2A4C7A;
  background-color: #FFFFFF;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label {
  width: auto;
}
body .tablesaw.tablesaw-stack td .tablesaw-cell-label p:last-child,
body .tablesaw.tablesaw-stack th .tablesaw-cell-label p:last-child {
  margin: 0;
}
body .tablesaw.table-striped tbody > tr:nth-of-type(odd) > * {
  background-color: transparent;
}
body .tablesaw.table-striped td {
  background-color: transparent;
  border: 0;
}
body .tablesaw > :not(caption) > * > * {
  box-shadow: none;
}
body #active-filters,
body #active-filters-custom {
  margin-bottom: 0;
}
body #active-filters .active-filter-tag,
body #active-filters-custom .active-filter-tag {
  background-color: #99DEEA;
  border-radius: 50px;
  font-size: 1.6rem;
}
body #active-filters .active-filter-tag a,
body #active-filters-custom .active-filter-tag a {
  padding: 0 10px;
}
body .news-teaser {
  border-bottom: 2px solid #F0F0F0;
}
body .news-teaser .field--type-image {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  body .views .filter-control.closed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
  }
}
@media screen and (max-width: 991px) {
  body .views .filter-control.opened {
    max-height: 100%;
    transition: max-height 300ms;
  }
}
body .views-exposed-form label {
  font-weight: bold;
}
body .views-exposed-form #form-open {
  margin-bottom: 20px;
}
body .views-exposed-form #filters > * {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
