@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@font-face {
  font-family: Almarai;
  src: url(../font/Almarai-Regular.ttf);
}
@font-face {
  font-family: Almarai;
  src: url(../font/Almarai-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Oswald;
  src: url(../font/Oswald-Regular.ttf);
}
/* line 32, ../../sass/theme/content.theme.scss */
body * {
  font-family: "Almarai", serif;
}
/* line 35, ../../sass/theme/content.theme.scss */
body .ajax-progress {
  display: none;
}
/* line 39, ../../sass/theme/content.theme.scss */
body a:hover {
  cursor: pointer;
}
/* line 43, ../../sass/theme/content.theme.scss */
body .iti__selected-flag {
  display: block;
}
/* line 46, ../../sass/theme/content.theme.scss */
body .iti__flag {
  display: inline-block;
  vertical-align: middle;
}
/* line 50, ../../sass/theme/content.theme.scss */
body .iti__arrow {
  display: inline-block;
  vertical-align: middle;
}
/* line 54, ../../sass/theme/content.theme.scss */
body .iti__flag-container {
  top: 10%;
  bottom: auto;
}
/* line 59, ../../sass/theme/content.theme.scss */
body label.error {
  color: red !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: normal !important;
}
/* line 64, ../../sass/theme/content.theme.scss */
body label.error:after, body label.error:before {
  display: none;
}
/* line 70, ../../sass/theme/content.theme.scss */
body .section-title, body .field--name-field-author-name .field__label,
body .field--name-field-date .field__label, body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-title h2 a, body .node--type-publication.node--view-mode-full .pdf-wrapper .field--name-dynamic-token-fieldnode-pdf-title .pdf-title {
  margin: 5px 0 15px 0;
  font-size: 17px;
  font-weight: bold;
  color: #124c91;
}
/* line 75, ../../sass/theme/content.theme.scss */
body .section-title a, body .field--name-field-author-name .field__label a,
body .field--name-field-date .field__label a, body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-title h2 a a, body .node--type-publication.node--view-mode-full .pdf-wrapper .field--name-dynamic-token-fieldnode-pdf-title .pdf-title a {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: #124c91;
  text-decoration: none;
  transition: 600ms;
}
/* line 82, ../../sass/theme/content.theme.scss */
body .section-title a:hover, body .field--name-field-author-name .field__label a:hover,
body .field--name-field-date .field__label a:hover, body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-title h2 a a:hover, body .node--type-publication.node--view-mode-full .pdf-wrapper .field--name-dynamic-token-fieldnode-pdf-title .pdf-title a:hover {
  color: #DE5920;
}
/* line 93, ../../sass/theme/content.theme.scss */
body .body-paragraph-style, body .node--type-service.node--view-mode-full .field--name-body p,
body .node--type-news-event.node--view-mode-full .field--name-body p, body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-body p, body .node--type-publication.node--view-mode-full .field--name-body p, body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-body p, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-body p {
  font-size: 16px;
  color: #000000;
}
/* line 97, ../../sass/theme/content.theme.scss */
body .more-link-listing, body .node--type-service.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news .field--name-node-link,
body .node--type-news-event.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news .field--name-node-link, body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-node-link, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-node-link {
  padding: 0;
}
/* line 99, ../../sass/theme/content.theme.scss */
body .more-link-listing a, body .node--type-service.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news .field--name-node-link a,
body .node--type-news-event.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news .field--name-node-link a, body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-node-link a, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-node-link a {
  font-size: 17px;
  font-weight: bold;
  color: #DE5920;
  position: relative;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  transition: 600ms;
}
/* line 108, ../../sass/theme/content.theme.scss */
body .more-link-listing a:hover, body .node--type-service.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news .field--name-node-link a:hover,
body .node--type-news-event.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news .field--name-node-link a:hover, body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-node-link a:hover, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-node-link a:hover {
  color: #124C91;
}
/* line 113, ../../sass/theme/content.theme.scss */
body .bg-gray {
  background-color: #dbdbdb;
}
/* line 116, ../../sass/theme/content.theme.scss */
body .bg-soft-gray {
  background-color: #f5f5f5;
}
/* line 119, ../../sass/theme/content.theme.scss */
body .banner-image {
  position: relative;
  z-index: 0;
  margin-top: -99px;
}
/* line 123, ../../sass/theme/content.theme.scss */
body .banner-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(to bottom, #092649, #092649, #232323);
  z-index: 1;
  opacity: 0.69;
}
/* line 132, ../../sass/theme/content.theme.scss */
body .banner-image .field--type-image img {
  width: 100%;
}
/* line 136, ../../sass/theme/content.theme.scss */
body .banner-image .block-page-title-block {
  position: absolute;
  bottom: 15%;
  transform: translate(0, -15%);
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 576px) {
  /* line 136, ../../sass/theme/content.theme.scss */
  body .banner-image .block-page-title-block {
    bottom: 5%;
    transform: translate(0, -5%);
  }
}
/* line 148, ../../sass/theme/content.theme.scss */
body .banner-image .block-page-title-block h1 span, body .banner-image .block-page-title-block h1.title {
  font-family: "Oswald", serif;
  font-size: 35px;
  letter-spacing: 5.25px;
  color: #fff;
}
@media (max-width: 576px) {
  /* line 148, ../../sass/theme/content.theme.scss */
  body .banner-image .block-page-title-block h1 span, body .banner-image .block-page-title-block h1.title {
    font-size: 25px;
  }
}
/* line 162, ../../sass/theme/content.theme.scss */
body .main-container {
  padding-top: 65px;
  padding-bottom: 65px;
}
/* line 166, ../../sass/theme/content.theme.scss */
body .node--view-mode-teaser {
  border: none;
}
/* line 171, ../../sass/theme/content.theme.scss */
body .block-content--type-principle.block-content--view-mode-full .field--name-field-image {
  width: 100%;
  height: 55px;
  max-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 179, ../../sass/theme/content.theme.scss */
body .block-content--type-principle.block-content--view-mode-full h2 {
  font-size: 18px;
  font-weight: bold;
  color: #de5920;
  letter-spacing: 1.8px;
}
/* line 185, ../../sass/theme/content.theme.scss */
body .block-content--type-principle.block-content--view-mode-full p {
  font-size: 18px;
  color: #000;
}
/* line 190, ../../sass/theme/content.theme.scss */
body .block-content--type-principle.block-content--view-mode-full .box-shadow {
  padding: 27px 15px 28px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
/* line 198, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities > h2 {
  margin: 40px auto 60px auto;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #dc5519;
  position: relative;
  letter-spacing: 3.75px;
}
/* line 206, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities > h2:before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: unset;
  bottom: -15px;
  left: 0;
  right: 0;
  background-image: url("../../images/title-border.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  background-size: contain;
}
/* line 218, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities .view-our-facilities .node--view-mode-default {
  margin-bottom: 50px;
}
/* line 220, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities .view-our-facilities .node--view-mode-default .facility-card {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
/* line 225, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities .view-our-facilities .node--view-mode-default .facility-card .card-image img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 229, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities .view-our-facilities .node--view-mode-default .facility-card .card-text {
  padding: 16px 26px 10px 26px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.16);
  background-color: #c7deed;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  bottom: -25px;
  left: 0;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 243, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities .view-our-facilities .node--view-mode-default .facility-card .card-text h2 {
  font-size: 17px;
  color: #000;
}
/* line 246, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities .view-our-facilities .node--view-mode-default .facility-card .card-text h2:before {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #124C91;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: unset;
  left: unset;
  right: 6.5%;
}
/* line 250, ../../sass/theme/content.theme.scss */
body .block-views-blockour-facilities-block-our-facilities .view-our-facilities .node--view-mode-default .facility-card .card-text h2:after {
  content: "";
  width: 4px;
  height: 27px;
  background-color: #DE5920;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: unset;
  left: unset;
  right: 4%;
}
/* line 263, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-full .field.field--type-image,
body .node--type-news-event.node--view-mode-full .field.field--type-image {
  margin-bottom: 15px;
}
/* line 267, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-full .field--name-body p,
body .node--type-news-event.node--view-mode-full .field--name-body p {
  margin: 15px 0 20px 0px;
}
/* line 272, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news,
body .node--type-news-event.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #f5f5f5;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 276, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news > .field__label,
body .node--type-news-event.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news > .field__label {
  padding: 10px 20px;
  background-color: #124c91;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 284, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news,
body .node--type-news-event.node--view-mode-full .field--name-dynamic-block-fieldnode-related-news .view-related-news {
  padding: 20px;
}
/* line 291, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-full .field--name-field-promo,
body .node--type-news-event.node--view-mode-full .field--name-field-promo {
  height: 430px;
}
/* line 293, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-full .field--name-field-promo iframe,
body .node--type-news-event.node--view-mode-full .field--name-field-promo iframe {
  width: 100%;
  border-radius: 20px;
  height: 430px;
}
/* line 301, ../../sass/theme/content.theme.scss */
body .node--type-service .slick--field-image-album,
body .node--type-news-event .slick--field-image-album {
  margin-top: 45px;
}
@media (max-width: 768px) {
  /* line 301, ../../sass/theme/content.theme.scss */
  body .node--type-service .slick--field-image-album,
  body .node--type-news-event .slick--field-image-album {
    margin-bottom: 75px;
  }
}
/* line 308, ../../sass/theme/content.theme.scss */
body .node--type-service .slick--field-image-album.slick .slick-list .slick__slide,
body .node--type-news-event .slick--field-image-album.slick .slick-list .slick__slide {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0 15px;
}
/* line 313, ../../sass/theme/content.theme.scss */
body .node--type-service .slick--field-image-album.slick img,
body .node--type-news-event .slick--field-image-album.slick img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 317, ../../sass/theme/content.theme.scss */
body .node--type-service .slick--field-image-album .slick__arrow,
body .node--type-news-event .slick--field-image-album .slick__arrow {
  bottom: -35px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  width: 80px;
}
/* line 326, ../../sass/theme/content.theme.scss */
body .node--type-service .slick--field-image-album .slick__arrow .slick-arrow:before,
body .node--type-news-event .slick--field-image-album .slick__arrow .slick-arrow:before {
  content: "";
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  display: block;
  color: #DE5920;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 29px;
}
/* line 336, ../../sass/theme/content.theme.scss */
body .node--type-service .slick--field-image-album .slick__arrow .slick-arrow.slick-prev:before,
body .node--type-news-event .slick--field-image-album .slick__arrow .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
/* line 348, ../../sass/theme/content.theme.scss */
body .node--type-news-event.node--view-mode-service-album-popup .field--name-node-title h2,
body .node--type-service.node--view-mode-service-album-popup .field--name-node-title h2 {
  margin: 22px 0 18px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #124C91;
}
/* line 358, ../../sass/theme/content.theme.scss */
body .node--type-news-event.node--view-mode-full .field--name-field-image,
body .node--type-service.node--view-mode-full .field--name-field-image {
  float: left;
  margin: 0 30px 30px 0;
}
@media (max-width: 768px) {
  /* line 358, ../../sass/theme/content.theme.scss */
  body .node--type-news-event.node--view-mode-full .field--name-field-image,
  body .node--type-service.node--view-mode-full .field--name-field-image {
    float: none;
    margin: 0 auto 30px auto;
  }
}
/* line 365, ../../sass/theme/content.theme.scss */
body .node--type-news-event.node--view-mode-full .field--name-field-image img,
body .node--type-service.node--view-mode-full .field--name-field-image img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 768px) {
  /* line 365, ../../sass/theme/content.theme.scss */
  body .node--type-news-event.node--view-mode-full .field--name-field-image img,
  body .node--type-service.node--view-mode-full .field--name-field-image img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 374.99px) {
  /* line 365, ../../sass/theme/content.theme.scss */
  body .node--type-news-event.node--view-mode-full .field--name-field-image img,
  body .node--type-service.node--view-mode-full .field--name-field-image img {
    width: 100%;
  }
}
/* line 380, ../../sass/theme/content.theme.scss */
body .node--type-news-event.node--view-mode-full .field--name-field-image {
  float: none;
  margin: 0;
}
/* line 389, ../../sass/theme/content.theme.scss */
body .view-related-news .view-content .views-row .node--view-mode-teaser {
  border-bottom: 1px solid #558ac8;
}
/* line 393, ../../sass/theme/content.theme.scss */
body .view-related-news .view-content .views-row:last-child .node--view-mode-teaser {
  border-bottom: none;
}
/* line 402, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box {
  margin-bottom: 60px;
}
/* line 404, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .top-section {
  position: relative;
}
/* line 407, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .top-section .field--name-field-image img {
  width: 100%;
  height: auto;
}
/* line 412, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .top-section .field--type-datetime {
  padding: 4px 22px;
  opacity: 0.76;
  background-color: #026CB4;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  width: fit-content;
  width: -moz-fit-content;
  position: absolute;
  top: unset;
  bottom: -1px;
  left: unset;
  right: 0;
}
/* line 425, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section {
  padding: 15px 20px;
  background-color: #f5f5f5;
  position: relative;
}
/* line 430, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-title h2 {
  height: 39px;
  overflow: hidden;
  margin: 14px 0 10px 0px;
}
/* line 434, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-title h2 a {
  margin: 0;
  margin: 0;
  display: block;
  text-decoration: none;
  transition: 600ms;
}
/* line 441, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-title h2 a:hover {
  color: #DE5920;
}
/* line 448, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-body {
  margin: 10px 0 20px 0;
  height: 170px;
  overflow: hidden;
}
/* line 456, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-link {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  position: absolute;
  top: unset;
  bottom: -15px;
  left: 0;
  right: 0;
}
/* line 461, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-link a {
  font-size: 17px;
  font-weight: bold;
  color: #DE5920;
  padding: 10px 32px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #f5f5f5;
  text-decoration: none;
  transition: 600ms;
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-topright: 22px;
  -moz-border-radius-bottomright: 22px;
  -moz-border-radius-bottomleft: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}
/* line 471, ../../sass/theme/content.theme.scss */
body .block-views-blockrelated-news-block-listing-news .node--view-mode-default .card-box .bottom-section .field--name-node-link a:hover {
  background-image: linear-gradient(to bottom, #092649, #026cb4);
  color: #ffffff;
}
/* line 484, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .card-wrapper .image-box {
  float: left;
  width: 34%;
  margin: 0 20px 20px 0;
  text-align: center;
  padding: 26px 30px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  /* line 484, ../../sass/theme/content.theme.scss */
  body .node--type-publication.node--view-mode-full .card-wrapper .image-box {
    float: none;
    width: 100%;
  }
}
/* line 497, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .card-wrapper .text-box h2,
body .node--type-publication.node--view-mode-full .card-wrapper .text-box .field__label {
  color: #124C91;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
/* line 504, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .card-wrapper .text-box h2 {
  padding-top: 25px;
}
/* line 509, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .field__item {
  font-size: 16px;
  color: #000000;
}
/* line 513, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .field--name-body {
  margin-bottom: 30px;
}
/* line 519, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .pdf-wrapper {
  width: 355px;
  padding: 15px 0 15px 72px;
  border-radius: 5px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  background-image: url("../../images/pdf-icon.png");
  background-repeat: no-repeat;
  background-position: 8% 50%;
}
@media (max-width: 576px) {
  /* line 519, ../../sass/theme/content.theme.scss */
  body .node--type-publication.node--view-mode-full .pdf-wrapper {
    width: 100%;
  }
}
/* line 532, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .pdf-wrapper .field--name-dynamic-token-fieldnode-pdf-title .pdf-title {
  margin: 0 0 10.6px 25.5px;
}
@media (max-width: 576px) {
  /* line 532, ../../sass/theme/content.theme.scss */
  body .node--type-publication.node--view-mode-full .pdf-wrapper .field--name-dynamic-token-fieldnode-pdf-title .pdf-title {
    font-size: 15px;
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  /* line 542, ../../sass/theme/content.theme.scss */
  body .node--type-publication.node--view-mode-full .pdf-wrapper .field--name-field-pdf .file--application-pdf {
    padding-left: 10px;
  }
}
/* line 546, ../../sass/theme/content.theme.scss */
body .node--type-publication.node--view-mode-full .pdf-wrapper .field--name-field-pdf .file--application-pdf a {
  display: block;
  width: 38px;
  height: 30px;
  background-image: url("../../images/download-btn.png");
  background-repeat: no-repeat;
  background-position: 8% 50%;
}
/* line 559, ../../sass/theme/content.theme.scss */
body .view-our-publications, body .view-our-clients {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* line 565, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-client .field--name-field-image img, body .view-our-clients .node--type-client .field--name-field-image img {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-height: 100px;
  width: 100%;
  object-fit: contain;
  max-width: 165px;
}
/* line 579, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-header, body .view-our-clients .view-header {
  order: 2;
  margin: 5px 0 30px 0;
  text-align: right;
}
@media (max-width: 768px) {
  /* line 579, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-header, body .view-our-clients .view-header {
    text-align: center;
  }
}
/* line 587, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-header a.publish_with_us, body .view-our-clients .view-header a.publish_with_us {
  padding: 10px 60px;
  border: solid 1px #124C91;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #DE5920;
  width: fit-content;
  width: -moz-fit-content;
  text-decoration: none;
  transition: 600ms;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 600, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-header a.publish_with_us:hover, body .view-our-clients .view-header a.publish_with_us:hover {
  border-color: #DE5920;
  background-color: #DE5920;
  color: #ffffff;
}
/* line 608, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters, body .view-our-clients .view-filters {
  order: 1;
}
/* line 611, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .form-row, body .view-our-clients .view-filters .views-exposed-form .form-row {
  display: block;
}
/* line 614, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  /* line 614, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper {
    flex-direction: column;
  }
}
/* line 620, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper > .radio, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper > .radio {
  max-width: 89%;
  display: flex;
  flex: 0 0 89%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background-color: #f5f5f5;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 768px) {
  /* line 620, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper > .radio, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper > .radio {
    max-width: 100%;
    display: flex;
    flex: 0 0 100%;
    padding: 0;
  }
}
/* line 636, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item,
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item,
body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item {
  flex: 0 0 5%;
  max-width: 5%;
}
@media (max-width: 768px) {
  /* line 636, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item,
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item,
  body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  /* line 645, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item a,
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item a, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item a,
  body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item a {
    width: 100%;
    padding: 15px 0;
  }
}
/* line 652, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item {
  margin-right: 6px;
}
@media (max-width: 992px) {
  /* line 652, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item {
    margin-right: 2px;
  }
}
/* line 660, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item {
  margin-left: 6px;
}
@media (max-width: 992px) {
  /* line 660, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item {
    margin-left: 2px;
  }
}
/* line 669, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .custom-control-label:before, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .custom-control-label:after, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .custom-control-label:before, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .custom-control-label:after {
  display: none;
}
/* line 674, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios {
  display: flex;
}
@media (max-width: 768px) {
  /* line 674, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios {
    flex-direction: column;
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
}
/* line 681, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id {
  padding: 0;
}
/* line 683, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .custom-control-label, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .custom-control-label, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .custom-control-label, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .custom-control-label {
  display: block;
}
@media (max-width: 768px) {
  /* line 681, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 691, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id input[type="radio"]:checked + label h2, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id input[type="radio"]:checked + label h2, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id input[type="radio"]:checked + label h2, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id input[type="radio"]:checked + label h2 {
  color: #ffffff;
  background-color: #DE5920;
  cursor: pointer;
  font-weight: bold;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 700, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .field--name-taxonomy-term-title h2, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .field--name-taxonomy-term-title h2, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .field--name-taxonomy-term-title h2, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .field--name-taxonomy-term-title h2 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  padding: 25px 75px;
  transition: 600ms;
}
@media (max-width: 768px) {
  /* line 700, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .field--name-taxonomy-term-title h2, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .field--name-taxonomy-term-title h2, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .field--name-taxonomy-term-title h2, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .field--name-taxonomy-term-title h2 {
    width: 100%;
    text-align: center;
    padding: 19px 75px;
    border-bottom: 2px solid #ffffff;
  }
}
/* line 712, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .field--name-taxonomy-term-title h2:hover, body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .field--name-taxonomy-term-title h2:hover, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-category-target-id .field--name-taxonomy-term-title h2:hover, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .form-radios .form-item-field-our-client-category-target-id .field--name-taxonomy-term-title h2:hover {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  background-color: #DE5920;
  cursor: pointer;
}
/* line 725, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item a,
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item a, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item a,
body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 735, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item a:before,
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:before, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item a:before,
body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  border-right: 8px solid #000000;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
/* line 741, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item a:hover,
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:hover, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item a:hover,
body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:hover {
  background-color: #DE5920;
  cursor: pointer;
  transition: 600ms;
}
/* line 745, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item a:hover:before,
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:hover:before, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item a:hover:before,
body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:hover:before {
  border-right-color: #ffffff;
}
@media (max-width: 768px) {
  /* line 753, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:before, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .previous-item a:before {
    transform: rotate(90deg);
  }
}
/* line 762, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item a:before, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item a:before {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  /* line 762, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-filters .views-exposed-form .fieldset-wrapper .next-item a:before, body .view-our-clients .view-filters .views-exposed-form .fieldset-wrapper .next-item a:before {
    transform: rotate(-90deg);
  }
}
/* line 774, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-publication .bg-soft-gray, body .view-our-clients .node--type-publication .bg-soft-gray {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 779, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-publication .bg-gray, body .view-our-clients .node--type-publication .bg-gray {
  padding-top: 5px;
}
/* line 782, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-publication.node--view-mode-teaser, body .view-our-clients .node--type-publication.node--view-mode-teaser {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  /* line 785, ../../sass/theme/content.theme.scss */
  body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-field-image, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-field-image {
    padding: 26px 0;
  }
}
/* line 791, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-node-title h2, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-node-title h2 {
  margin-top: 15px;
}
/* line 795, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-body, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-body {
  margin-bottom: 20px;
}
/* line 801, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-node-link, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-node-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
/* line 806, ../../sass/theme/content.theme.scss */
body .view-our-publications .node--type-publication.node--view-mode-teaser .field--name-node-link a, body .view-our-clients .node--type-publication.node--view-mode-teaser .field--name-node-link a {
  padding-bottom: 20px;
}
/* line 812, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-content, body .view-our-clients .view-content {
  order: 3;
}
@media (max-width: 768px) {
  /* line 815, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-content .views-row .reverse-item, body .view-our-clients .view-content .views-row .reverse-item {
    flex-direction: column;
  }
}
/* line 821, ../../sass/theme/content.theme.scss */
body .view-our-publications .view-content .views-row:nth-child(even) .reverse-item, body .view-our-clients .view-content .views-row:nth-child(even) .reverse-item {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  /* line 821, ../../sass/theme/content.theme.scss */
  body .view-our-publications .view-content .views-row:nth-child(even) .reverse-item, body .view-our-clients .view-content .views-row:nth-child(even) .reverse-item {
    flex-direction: column;
  }
}
/* line 830, ../../sass/theme/content.theme.scss */
body .view-our-publications .pager, body .view-our-clients .pager {
  order: 4;
}
/* line 835, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info {
  position: absolute;
  width: 480px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 992.9px) and (max-width: 1100px) {
  /* line 835, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info {
    width: 40%;
  }
}
@media (max-width: 992px) {
  /* line 835, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info {
    position: relative;
    top: 0;
    transform: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 851, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info {
  display: flex;
  flex-wrap: wrap;
}
/* line 854, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 30.2px 9.2px 15.8px 9px;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 25px 0px #D8D8D8;
  box-shadow: inset 0px 0px 25px 0px #D8D8D8;
  margin: 7.5px;
}
@media (min-width: 992.9px) and (max-width: 1100px) {
  /* line 854, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info .contact-info .field {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (max-width: 768px) {
  /* line 854, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info .contact-info .field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 870, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field:before {
  content: "";
  width: 56px;
  height: 60px;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: 50%;
}
/* line 876, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field:nth-child(odd) {
  margin: 0px 8px 15px 0px;
}
@media (max-width: 992px) {
  /* line 876, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info .contact-info .field:nth-child(odd) {
    margin: 0px 13px 26px 0px;
  }
}
@media (max-width: 768px) {
  /* line 876, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info .contact-info .field:nth-child(odd) {
    margin: 0px 0px 26px 0px;
  }
}
/* line 885, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field:nth-child(even) {
  margin: 0px 0px 15px 8px;
}
@media (max-width: 992px) {
  /* line 885, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info .contact-info .field:nth-child(even) {
    margin: 0px 0px 26px 13px;
  }
}
@media (max-width: 768px) {
  /* line 885, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-info .contact-info .field:nth-child(even) {
    margin: 0px 0px 26px 0px;
  }
}
/* line 894, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field .field__label {
  margin: 29px 1px 15px 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
/* line 901, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field .field__item {
  margin: 15px 0 0;
  font-size: 16px;
  text-align: center;
  color: #000000;
}
/* line 908, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field.field--name-field-location:before {
  background-image: url("../../images/icon-map.svg");
}
/* line 913, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field.field--name-field-phone-number:before {
  background-image: url("../../images/icon-phone.svg");
}
/* line 918, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field.field--name-field-fax:before {
  background-image: url("../../images/icon-fax.svg");
}
/* line 923, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-info .contact-info .field.field--name-field-email:before {
  background-image: url("../../images/icon-mail.svg");
}
/* line 930, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form {
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: 430px;
}
@media (min-width: 992.9px) and (max-width: 1100px) {
  /* line 930, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-form {
    margin-left: 40%;
  }
}
@media (max-width: 992px) {
  /* line 930, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-left: 0;
  }
}
/* line 943, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form {
  padding: 30px 64px;
  background-color: #d8d8d8;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 946, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form.institute-contact-form {
  background-color: #ebebeb;
}
@media (max-width: 992px) {
  /* line 943, ../../sass/theme/content.theme.scss */
  body .contact-us-wrapper .contact-us-form form {
    padding: 30px 15px;
  }
}
/* line 953, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form input, body .contact-us-wrapper .contact-us-form form select {
  font-size: 15px;
  color: #000;
  height: 40px;
  border: none;
  font-weight: normal;
  opacity: 1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 961, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form input:focus, body .contact-us-wrapper .contact-us-form form select:focus {
  color: #000;
  background-color: #f3f3f3;
  border: none;
  outline: 0;
  box-shadow: none;
}
/* line 969, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form input.form-control::placeholder, body .contact-us-wrapper .contact-us-form form select.form-control::placeholder {
  color: #3a3a3a;
  opacity: 1;
}
/* line 975, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form select {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 2 4 5'%3e%3cpath fill='%23124c91' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/15px 15px no-repeat;
}
/* line 978, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form textarea {
  max-height: 110px;
  resize: none;
}
/* line 984, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form fieldset .iti--allow-dropdown,
body .contact-us-wrapper .contact-us-form form div .iti--allow-dropdown {
  width: 100%;
}
/* line 987, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form fieldset.form-group, body .contact-us-wrapper .contact-us-form form fieldset.form-type-processed-text,
body .contact-us-wrapper .contact-us-form form div.form-group,
body .contact-us-wrapper .contact-us-form form div.form-type-processed-text {
  margin-bottom: 0.5rem;
}
/* line 990, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form fieldset.form-group label,
body .contact-us-wrapper .contact-us-form form fieldset.form-group span,
body .contact-us-wrapper .contact-us-form form fieldset.form-group p, body .contact-us-wrapper .contact-us-form form fieldset.form-type-processed-text label,
body .contact-us-wrapper .contact-us-form form fieldset.form-type-processed-text span,
body .contact-us-wrapper .contact-us-form form fieldset.form-type-processed-text p,
body .contact-us-wrapper .contact-us-form form div.form-group label,
body .contact-us-wrapper .contact-us-form form div.form-group span,
body .contact-us-wrapper .contact-us-form form div.form-group p,
body .contact-us-wrapper .contact-us-form form div.form-type-processed-text label,
body .contact-us-wrapper .contact-us-form form div.form-type-processed-text span,
body .contact-us-wrapper .contact-us-form form div.form-type-processed-text p {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}
/* line 1001, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio {
  display: flex;
  flex-wrap: wrap;
}
/* line 1004, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio {
  margin-right: 50px;
  padding: 0;
}
/* line 1007, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked,
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
/* line 1012, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label,
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
}
/* line 1020, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label:before,
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid #124c91;
  border-radius: 50%;
  background: #d8d8d8;
  background-image: none;
}
/* line 1035, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label:after,
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #124c91;
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: none;
}
/* line 1051, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 1056, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}
/* line 1066, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form fieldset legend {
  line-height: 1.15;
}
/* line 1072, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .form-actions button,
body .contact-us-wrapper .contact-us-form form .form-type-webform-document-file button {
  display: block;
  padding: 8px 58px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #de5920;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border: solid 1px #de5920;
  transition: 600ms;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 1086, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .form-actions button:hover, body .contact-us-wrapper .contact-us-form form .form-actions button:focus, body .contact-us-wrapper .contact-us-form form .form-actions button.active, body .contact-us-wrapper .contact-us-form form .form-actions button:not(:disabled):not(.disabled):active, body .contact-us-wrapper .contact-us-form form .form-actions button:not(:disabled):not(.disabled).active,
body .contact-us-wrapper .contact-us-form form .form-type-webform-document-file button:hover,
body .contact-us-wrapper .contact-us-form form .form-type-webform-document-file button:focus,
body .contact-us-wrapper .contact-us-form form .form-type-webform-document-file button.active,
body .contact-us-wrapper .contact-us-form form .form-type-webform-document-file button:not(:disabled):not(.disabled):active,
body .contact-us-wrapper .contact-us-form form .form-type-webform-document-file button:not(:disabled):not(.disabled).active {
  color: #000000;
  border: solid 1px #de5920;
  background-color: #ffffff;
  box-shadow: none;
}
/* line 1098, ../../sass/theme/content.theme.scss */
body .contact-us-wrapper .contact-us-form form .captcha {
  margin-bottom: 0px;
}
/* line 1105, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form {
  padding: 0 30px 40px 30px;
  margin: 15px 0;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 992px) {
  /* line 1105, ../../sass/theme/content.theme.scss */
  body .form-publish-with-us form {
    padding: 30px 15px;
  }
}
/* line 1113, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form input, body .form-publish-with-us form select {
  font-size: 15px;
  color: #000;
  height: 40px;
  border: none;
  font-weight: normal;
  opacity: 1;
  background-color: #f1f1f1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 1122, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form input:focus, body .form-publish-with-us form select:focus {
  color: #000;
  background-color: #f3f3f3;
  border: none;
  outline: 0;
  box-shadow: none;
}
/* line 1130, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form input.form-control::placeholder, body .form-publish-with-us form select.form-control::placeholder {
  color: #000;
  opacity: 1;
}
/* line 1136, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form textarea {
  max-height: 110px;
  resize: none;
  background-color: #f1f1f1;
}
/* line 1143, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset.form-type-date,
body .form-publish-with-us form div.form-type-date {
  position: relative;
}
/* line 1144, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset.form-type-date.form-item-article-date,
body .form-publish-with-us form div.form-type-date.form-item-article-date {
  position: relative;
}
/* line 1146, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset.form-type-date.form-item-article-date:before,
body .form-publish-with-us form div.form-type-date.form-item-article-date:before {
  content: "";
  width: 22px;
  height: 25px;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: unset;
  bottom: 25%;
  left: auto;
  right: 30px;
  background-image: url("../../images/calender.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  transform: translateY(-25%);
}
@media (max-width: 768px) {
  /* line 1146, ../../sass/theme/content.theme.scss */
  body .form-publish-with-us form fieldset.form-type-date.form-item-article-date:before,
  body .form-publish-with-us form div.form-type-date.form-item-article-date:before {
    bottom: 6%;
    transform: translateY(-6%);
  }
}
/* line 1161, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset .iti--allow-dropdown,
body .form-publish-with-us form div .iti--allow-dropdown {
  width: 100%;
}
/* line 1164, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset.form-group, body .form-publish-with-us form fieldset.form-type-processed-text,
body .form-publish-with-us form div.form-group,
body .form-publish-with-us form div.form-type-processed-text {
  margin-bottom: 1.5rem;
}
/* line 1167, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset.form-group label,
body .form-publish-with-us form fieldset.form-group span,
body .form-publish-with-us form fieldset.form-group p, body .form-publish-with-us form fieldset.form-type-processed-text label,
body .form-publish-with-us form fieldset.form-type-processed-text span,
body .form-publish-with-us form fieldset.form-type-processed-text p,
body .form-publish-with-us form div.form-group label,
body .form-publish-with-us form div.form-group span,
body .form-publish-with-us form div.form-group p,
body .form-publish-with-us form div.form-type-processed-text label,
body .form-publish-with-us form div.form-type-processed-text span,
body .form-publish-with-us form div.form-type-processed-text p {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}
/* line 1175, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset.form-type-processed-text,
body .form-publish-with-us form div.form-type-processed-text {
  margin: 30px 0px 35px 0px;
}
/* line 1177, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset.form-type-processed-text p,
body .form-publish-with-us form div.form-type-processed-text p {
  font-size: 20px;
  font-weight: bold;
  color: #124c91;
}
/* line 1186, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio {
  display: flex;
  flex-wrap: wrap;
}
/* line 1189, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio {
  margin-right: 35px;
  padding: 0;
}
/* line 1192, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked,
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
/* line 1197, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label,
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
}
/* line 1205, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label:before,
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid #de5920;
  border-radius: 50%;
  background: #ffffff;
  background-image: none;
}
/* line 1220, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label:after,
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #de5920;
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: none;
}
/* line 1236, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 1241, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-radios .fieldset-wrapper .radio .custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}
/* line 1251, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .webform-type-webform-address legend {
  display: none;
}
/* line 1255, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset {
  margin-top: 0;
}
/* line 1257, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form fieldset legend {
  line-height: 1.15;
}
/* line 1262, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .form-actions button {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #124c91;
  padding: 8px 52px 7px 53px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #de5920;
  background-color: #fff;
  transition: 600ms;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* line 1274, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .form-actions button:hover, body .form-publish-with-us form .form-actions button:focus, body .form-publish-with-us form .form-actions button.active, body .form-publish-with-us form .form-actions button:not(:disabled):not(.disabled):active, body .form-publish-with-us form .form-actions button:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #de5920;
  box-shadow: none;
}
/* line 1285, ../../sass/theme/content.theme.scss */
body .form-publish-with-us form .g-recaptcha {
  margin: 30px 15px 40px 15px;
}
/* line 1290, ../../sass/theme/content.theme.scss */
body .slick, body .slick-wrapper {
  z-index: 0;
}
/* line 1294, ../../sass/theme/content.theme.scss */
body .node--type-success-story.node--view-mode-teaser {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 0;
}
/* line 1298, ../../sass/theme/content.theme.scss */
body .node--type-success-story.node--view-mode-teaser .field--name-field-image {
  display: flex;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: 3px solid #DE5920;
  box-sizing: border-box;
}
/* line 1311, ../../sass/theme/content.theme.scss */
body .node--type-success-story.node--view-mode-teaser .field--name-node-title h4 {
  font-size: 17px;
  font-weight: bold;
  color: #124C91;
  padding: 0 45px;
  margin-bottom: 25px;
}
/* line 1320, ../../sass/theme/content.theme.scss */
body .node--type-success-story.node--view-mode-teaser .field--name-field-brief p {
  font-size: 17px;
  color: #000000;
}
/* line 1328, ../../sass/theme/content.theme.scss */
body .view-service-album-popup {
  position: fixed;
  top: 0;
  right: -50vw;
  left: -50vw;
  margin: 0 auto;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -10;
  opacity: 0;
  transition: 100ms;
}
/* line 1341, ../../sass/theme/content.theme.scss */
body .view-service-album-popup.active {
  z-index: 1;
  opacity: 1;
}
/* line 1344, ../../sass/theme/content.theme.scss */
body .view-service-album-popup.active .view-content {
  z-index: 2;
  opacity: 1;
}
/* line 1349, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .slick-wrapper {
  margin-bottom: 0;
}
/* line 1353, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .field--name-dynamic-twig-fieldnode-close-btn a {
  color: #c3c3c3;
  display: block;
  width: fit-content;
  height: auto;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 20px;
  transition: 600ms;
}
/* line 1363, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .field--name-dynamic-twig-fieldnode-close-btn a:hover {
  color: #DE5920;
}
/* line 1368, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  margin: 0 auto;
  padding: 0 35px 25px 35px;
  background-color: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  max-width: 985px;
  z-index: -10;
  opacity: 0;
  /*Slick Slider*/
}
/* line 1385, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--view--service-album-popup img {
  border-radius: 0;
  margin: auto;
}
/* line 1390, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai {
  position: relative;
  margin: auto;
  margin-top: 65px;
  width: 100%;
  max-width: 861px;
}
@media (max-width: 576px) {
  /* line 1390, ../../sass/theme/content.theme.scss */
  body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai {
    margin-top: 30px;
  }
}
/* line 1399, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick-track {
  margin-left: auto;
  margin-right: auto;
}
/* line 1403, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick-list {
  margin: 0 -6px;
}
/* line 1406, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__slide {
  padding: 0 6px;
}
/* line 1408, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__slide:focus {
  outline: none;
}
/* line 1412, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__slide.slick-current .slide__thumbnail {
  position: relative;
}
/* line 1414, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__slide.slick-current .slide__thumbnail:before {
  content: "";
  border: 10px solid #716e6e99;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 7;
}
/* line 1427, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__slide .views-field-field-images {
  margin-bottom: 0;
}
/* line 1430, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__slide img {
  width: 100%;
  object-fit: contain;
  outline: none;
}
/* line 1437, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow {
  visibility: visible;
  bottom: auto;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
/* line 1448, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-arrow {
  background-color: transparent;
  width: 15px;
  height: 22.4px;
  border: 0;
  font-size: 0;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1459, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-arrow:before {
  content: "";
  width: 15px;
  height: 22.4px;
  background-size: 15px 22.4px;
  display: block;
  background-repeat: no-repeat;
}
/* line 1467, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-arrow.slick-prev, body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
/* line 1484, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-arrow.slick-disabled:before {
  opacity: 1;
}
/* line 1489, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-next {
  right: -30px;
}
/* line 1492, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-next:before {
  color: red;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 900;
}
/* line 1500, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-next.slick-disabled:before {
  color: #c3c3c3;
}
/* line 1505, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-prev {
  left: -30px;
}
/* line 1508, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-prev:before {
  color: red;
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  font-weight: 900;
}
/* line 1516, ../../sass/theme/content.theme.scss */
body .view-service-album-popup .view-content .slick--optionset--service-library-gallery-thumbnai .slick__arrow .slick-prev.slick-disabled:before {
  color: #c3c3c3;
}
/* line 1527, ../../sass/theme/content.theme.scss */
body .block-views-blockhome-page-block-our-services-listing .custom-row .view-content {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  /* line 1527, ../../sass/theme/content.theme.scss */
  body .block-views-blockhome-page-block-our-services-listing .custom-row .view-content {
    flex-direction: column;
  }
}
/* line 1536, ../../sass/theme/content.theme.scss */
body .block-views-blockhome-page-block-our-services-listing .custom-row .view-content .custom-item.views-row {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 1200px) {
  /* line 1536, ../../sass/theme/content.theme.scss */
  body .block-views-blockhome-page-block-our-services-listing .custom-row .view-content .custom-item.views-row {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 992px) {
  /* line 1536, ../../sass/theme/content.theme.scss */
  body .block-views-blockhome-page-block-our-services-listing .custom-row .view-content .custom-item.views-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 1536, ../../sass/theme/content.theme.scss */
  body .block-views-blockhome-page-block-our-services-listing .custom-row .view-content .custom-item.views-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 1556, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider {
  position: relative;
  padding: 60px 0;
  margin-top: 60px;
}
/* line 1560, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  opacity: 0.92;
  background-color: #e9e9e9;
  z-index: -1;
  margin: 0 auto;
}
/* line 1577, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .field__label {
  margin: 0 auto 50px auto;
  font-size: 25px;
  font-weight: bold;
  color: #124c91;
  width: fit-content;
  width: -moz-fit-content;
}
/* line 1586, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick--view {
  /*        .slick-track{
    width: 100% !important;
    .slick__slide {
      width: calc(100% / 4) !important;
    }
    }*/
}
/* line 1595, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick--view .slick__slide .field--name-node-title h4 {
  width: 285px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  /* line 1595, ../../sass/theme/content.theme.scss */
  body .publications-node-page-slider .view-related-publications .slick--view .slick__slide .field--name-node-title h4 {
    width: 270px;
  }
}
/* line 1601, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick--view .slick__slide .field--name-node-title h4 a {
  display: block;
  padding: 12px 41px;
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #124c91;
  text-decoration: none;
  transition: 600ms;
}
/* line 1612, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick--view .slick__slide .field--name-node-title h4 a:hover {
  color: #DE5920;
}
/* line 1619, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick--view .slick__slide .field--name-node-link a {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #DE5920;
}
/* line 1627, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick--view .slick__slide img {
  margin: 0 auto;
  display: block;
}
/* line 1633, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick__arrow {
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  transform: translateY(-40%);
  width: 100%;
}
/* line 1642, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow {
  width: 29px;
  height: 29px;
}
/* line 1645, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow:before {
  content: "";
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  display: block;
  color: #DE5920;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 1200px) {
  /* line 1654, ../../sass/theme/content.theme.scss */
  body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 1200px) {
  /* line 1654, ../../sass/theme/content.theme.scss */
  body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow.slick-prev {
    left: 25px;
  }
}
/* line 1661, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  /* line 1665, ../../sass/theme/content.theme.scss */
  body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  /* line 1665, ../../sass/theme/content.theme.scss */
  body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow.slick-next {
    right: 25px;
  }
}
/* line 1672, ../../sass/theme/content.theme.scss */
body .publications-node-page-slider .view-related-publications .slick__arrow .slick-arrow.slick-next:before {
  transform: rotate(0deg);
}

/*Pager*/
/* line 1683, ../../sass/theme/content.theme.scss */
.pager {
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  font-family: 'Almarai', sans-serif;
}
/* line 1692, ../../sass/theme/content.theme.scss */
.pager .pagination {
  margin-bottom: 0;
}
/* line 1694, ../../sass/theme/content.theme.scss */
.pager .pagination li {
  padding-left: 4px;
}
/* line 1696, ../../sass/theme/content.theme.scss */
.pager .pagination li a, .pager .pagination li span {
  color: #DE5920;
  font-weight: normal;
  margin-left: 0px;
  font-size: 17px;
  border: none;
  border-radius: 4px;
  border: 1px solid #124C91;
  padding: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
/* line 1710, ../../sass/theme/content.theme.scss */
.pager .pagination li a:hover, .pager .pagination li a:focus, .pager .pagination li span:hover, .pager .pagination li span:focus {
  color: #fff;
  background-color: #124C91;
  border-color: transparent;
  box-shadow: none;
}
/* line 1718, ../../sass/theme/content.theme.scss */
.pager .pagination li.active a, .pager .pagination li.active .page-link {
  color: #fff;
  border-color: transparent;
  background-color: #124C91;
}
/* line 1722, ../../sass/theme/content.theme.scss */
.pager .pagination li.active a:hover, .pager .pagination li.active a:focus, .pager .pagination li.active .page-link:hover, .pager .pagination li.active .page-link:focus {
  color: #fff;
  background-color: #124C91;
}
/* line 1729, ../../sass/theme/content.theme.scss */
.pager .pagination li.pager__item--previous a, .pager .pagination li.pager__item--next a {
  border-radius: 4px;
  text-decoration: none;
  border: none;
}
/* line 1734, ../../sass/theme/content.theme.scss */
.pager .pagination li.pager__item--previous span, .pager .pagination li.pager__item--next span {
  color: #a8a8a8;
  font-size: 17px;
  border-radius: 4px;
}
/* line 1739, ../../sass/theme/content.theme.scss */
.pager .pagination li.pager__item--previous .left-active, .pager .pagination li.pager__item--previous .right-active, .pager .pagination li.pager__item--next .left-active, .pager .pagination li.pager__item--next .right-active {
  color: #DE5920;
  background-color: #fff;
}
/* line 1742, ../../sass/theme/content.theme.scss */
.pager .pagination li.pager__item--previous .left-active:hover, .pager .pagination li.pager__item--previous .left-active:focus, .pager .pagination li.pager__item--previous .right-active:hover, .pager .pagination li.pager__item--previous .right-active:focus, .pager .pagination li.pager__item--next .left-active:hover, .pager .pagination li.pager__item--next .left-active:focus, .pager .pagination li.pager__item--next .right-active:hover, .pager .pagination li.pager__item--next .right-active:focus {
  color: #ffffff;
  background-color: #124C91;
}
/* line 1747, ../../sass/theme/content.theme.scss */
.pager .pagination li.pager__item--previous .left-deactivate, .pager .pagination li.pager__item--previous .right-deactivate, .pager .pagination li.pager__item--next .left-deactivate, .pager .pagination li.pager__item--next .right-deactivate {
  border: 1px solid #124C91;
  background-color: transparent;
}

/* line 1755, ../../sass/theme/content.theme.scss */
.our-clients-container {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  background-color: #DE5920;
}
/* line 1762, ../../sass/theme/content.theme.scss */
.our-clients-container .our-clients-title {
  font-weight: bold;
  color: #fff;
  padding: 20px 20px;
}

/* line 1771, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* line 1775, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .form-radios {
  display: flex;
}
/* line 1778, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories fieldset {
  width: 100%;
}
/* line 1781, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories legend {
  display: none;
}
/* line 1786, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .fieldset-wrapper {
  display: flex;
  justify-content: center;
}
/* line 1790, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form {
  margin-bottom: 70px;
}
/* line 1792, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-group {
  margin-bottom: 0;
}
/* line 1795, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
/* line 1799, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row legend {
  display: none;
}
/* line 1802, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset {
  width: 100%;
}
/* line 1804, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 992px) {
  /* line 1804, ../../sass/theme/content.theme.scss */
  .view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios {
    justify-content: center;
  }
}
/* line 1812, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item {
  padding: 0;
}
/* line 1824, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item label {
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 16px 48px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  min-width: 280px;
}
@media (max-width: 768px) {
  /* line 1824, ../../sass/theme/content.theme.scss */
  .view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item label {
    margin-bottom: 30px;
  }
}
/* line 1840, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item label:after, .view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item label:before {
  display: none;
}
/* line 1845, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item.active {
  background-color: #de5920;
}
/* line 1847, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item.active label {
  color: #f5f5f5;
}
/* line 1852, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .view-filters .views-exposed-form .form-row fieldset .form-radios .js-form-item:hover label {
  background-color: #f5f5f5;
  color: #707070;
  font-weight: bold;
}
/* line 1864, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .field--name-node-link {
  margin-top: 15px;
}
/* line 1866, ../../sass/theme/content.theme.scss */
.view-display-id-block_success_stories .field--name-node-link a {
  font-size: 16px;
  letter-spacing: 0.22px;
  color: #de5920;
}

/* line 1875, ../../sass/theme/content.theme.scss */
.node--type-success-story.node--view-mode-full .title-icon {
  display: flex;
  align-items: center;
}
/* line 1878, ../../sass/theme/content.theme.scss */
.node--type-success-story.node--view-mode-full .title-icon h2 {
  font-size: 20px;
  font-weight: bold;
}
/* line 1882, ../../sass/theme/content.theme.scss */
.node--type-success-story.node--view-mode-full .title-icon .field--name-field-image {
  margin-right: 24.1px;
}
/* line 1886, ../../sass/theme/content.theme.scss */
.node--type-success-story.node--view-mode-full .field--name-field-brief {
  margin: 32.2px 0px 35px;
  font-family: Almarai;
  font-size: 16px;
  line-height: 1.56;
  color: #000000;
}
