.f1 {
  font-family: 'mundial', sans-serif;
  font-weight: 600;
}
.t-white {
  color: #fff;
}
.t-cyaan {
  color: #009fe4;
}
.t-blauw {
  color: #093c71;
}
.t-oranje {
  color: #E67807;
}
.t-upper {
  text-transform: uppercase;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(113, 153, 185, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(113, 153, 185, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(113, 153, 185, 0);
  }
}
.bttn {
  display: inline-block;
  background-color: #73c2ea;
  font-family: 'mundial', sans-serif;
  font-weight: 600;
  height: 36px;
  padding: 10px 20px 5px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.bttn:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 7px solid #73c2ea;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  right: -7px;
}
.bttn:hover {
  color: #fff;
  background-color: #E67807;
}
.bttn:hover:before {
  border-left-color: #E67807;
}
.item-core-value-item .intro-image img {
  height: 100px;
}
.mod-home-hero {
  background-color: #093c71;
  overflow: hidden;
}
.mod-home-hero .item {
  overflow: hidden;
  position: relative;
}
.mod-home-hero .inner {
  min-height: 800px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 10;
}
.mod-home-hero .inner:before {
  display: block;
  content: "";
  width: 700px;
  height: 530px;
  background-image: url(../images/hero-arch.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  left: -310px;
  bottom: 0;
}
.mod-home-hero .hero-logo {
  display: block;
  width: 280px;
  height: 57px;
  background-image: url(../images/svg/logo-ch20-wit.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  left: 0px;
}
.mod-home-hero .hero-badge {
  display: block;
  width: 300px;
  height: 255px;
  background-image: url(../images/svg/badge.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 400px;
  left: 660px;
}
.mod-home-hero .hero-content {
  max-width: 600px;
  position: absolute;
  bottom: 160px;
  left: 0;
}
.mod-home-hero .hero-title {
  margin: 0;
}
.mod-home-hero .hero-title .part {
  display: block;
}
.mod-home-hero .hero-title .part:first-child {
  color: #E67807;
}
.mod-home-hero .hero-output {
  max-width: 520px;
  padding-left: 20px;
  position: relative;
  margin: 30px 0;
}
.mod-home-hero .hero-output:before {
  display: block;
  content: "";
  width: 5px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 3px;
}
.mod-home-hero .hero-output p {
  font-family: 'mundial', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2em;
}
.mod-home-hero .bgimg {
  width: 1800px;
  height: 1800px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  top: -1125px;
  left: 400px;
  z-index: -1;
}
.mod-home-hero .bgimg img {
  display: block;
  width: 900px;
  height: 675px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1480px) {
  .mod-home-hero .inner {
    min-height: 700px;
  }
  .mod-home-hero .hero-content {
    bottom: 140px;
  }
  .mod-home-hero .bgimg {
    width: 1600px;
    height: 1600px;
    top: -975px;
    left: 430px;
  }
  .mod-home-hero .bgimg img {
    height: 630px;
  }
  .mod-home-hero .hero-badge {
    width: 260px;
    height: 220px;
    top: 335px;
    left: 600px;
  }
}
@media (max-width: 1300px) {
  .mod-home-hero .inner {
    min-height: 650px;
  }
  .mod-home-hero .hero-content {
    bottom: 130px;
    max-width: 460px;
  }
  .mod-home-hero .hero-content .hero-title {
    font-size: 32px;
  }
  .mod-home-hero .bgimg {
    width: 1300px;
    height: 1300px;
    top: -725px;
    left: 430px;
  }
  .mod-home-hero .bgimg img {
    height: 580px;
  }
  .mod-home-hero .hero-badge {
    width: 230px;
    height: 195px;
    top: 305px;
    left: 535px;
  }
}
@media (max-width: 1150px) {
  .mod-home-hero .inner {
    min-height: 650px;
  }
  .mod-home-hero .bgimg {
    left: 340px;
  }
  .mod-home-hero .bgimg img {
    height: 580px;
  }
  .mod-home-hero .hero-badge {
    width: 210px;
    height: 175px;
    top: 375px;
    left: 535px;
  }
}
@media (max-width: 991px) {
  .mod-home-hero .container {
    width: 100%;
    padding: 0 40px;
  }
  .mod-home-hero .inner {
    min-height: 550px;
  }
  .mod-home-hero .hero-content {
    bottom: 100px;
    max-width: 360px;
  }
  .mod-home-hero .hero-content .hero-title {
    font-size: 28px;
  }
  .mod-home-hero .hero-output {
    max-width: 520px;
    padding-left: 18px;
  }
  .mod-home-hero .hero-output:before {
    width: 4px;
  }
  .mod-home-hero .hero-output p {
    font-size: 23px;
  }
  .mod-home-hero .bgimg {
    width: 1100px;
    height: 1100px;
    top: -600px;
    left: 325px;
  }
  .mod-home-hero .bgimg img {
    height: 500px;
  }
  .mod-home-hero .hero-badge {
    width: 200px;
    height: 175px;
    top: 270px;
    left: 400px;
  }
}
@media (max-width: 850px) {
  .mod-home-hero .hero-logo {
    width: 220px;
    height: 57px;
    top: 70px;
  }
  .mod-home-hero .inner {
    min-height: 480px;
  }
  .mod-home-hero .hero-content {
    bottom: 80px;
    max-width: 320px;
  }
  .mod-home-hero .hero-content .hero-title {
    font-size: 26px;
  }
  .mod-home-hero .hero-output p {
    font-size: 20px;
  }
  .mod-home-hero .hero-badge {
    width: 180px;
    height: 150px;
    top: 235px;
    left: 340px;
  }
  .mod-home-hero .bgimg {
    width: 1000px;
    height: 1000px;
    top: -560px;
    left: 265px;
  }
  .mod-home-hero .bgimg img {
    height: 445px;
  }
}
@media (max-width: 650px) {
  .mod-home-hero .container {
    padding: 0 30px;
  }
  .mod-home-hero .hero-logo {
    width: 200px;
    height: 57px;
    top: 40px;
  }
  .mod-home-hero .inner {
    min-height: 420px;
  }
  .mod-home-hero .hero-content {
    bottom: 50px;
    max-width: 280px;
  }
  .mod-home-hero .bgimg {
    width: 800px;
    height: 800px;
    top: -415px;
    left: 254px;
  }
  .mod-home-hero .bgimg img {
    height: 390px;
  }
  .mod-home-hero .hero-badge {
    width: 160px;
    height: 135px;
    top: 250px;
    left: 347px;
  }
}
@media (max-width: 550px) {
  .mod-home-hero .hero-logo {
    width: 175px;
    height: 40px;
    top: 30px;
  }
  .mod-home-hero .hero-content {
    bottom: 80px;
  }
  .mod-home-hero .hero-content .hero-title {
    font-size: 24px;
  }
  .mod-home-hero .bgimg {
    width: 800px;
    height: 800px;
    top: -415px;
    left: 210px;
  }
  .mod-home-hero .bgimg img {
    height: 390px;
  }
  .mod-home-hero .hero-badge {
    width: 140px;
    height: 120px;
    top: auto;
    left: auto;
    bottom: 15px;
    right: -15px;
  }
}
.mod-infographic {
  background-color: #093c71;
  overflow: hidden;
}
.mod-infographic .inner {
  padding: 80px 0 100px;
}
.mod-infographic .inner .title {
  max-width: 650px;
  margin: 0 0 40px;
}
.mod-infographic .infographic {
  position: relative;
}
.mod-infographic .infographic:before {
  display: block;
  content: "";
  width: 1000px;
  height: 2.5px;
  background-color: #73c2ea;
  position: absolute;
  left: -998px;
  bottom: 28%;
}
.mod-infographic .infographic .infobox-icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../images/infographic/btn-a.svg);
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 100;
  transform: scale(1);
  animation: pulse-black 3s infinite;
}
.mod-infographic .infographic .infobox-icon.type-b {
  background-image: url(../images/infographic/btn-b.svg);
}
.mod-infographic .infographic .infobox-icon.type-c {
  width: 35px;
  height: 35px;
  background-image: url(../images/infographic/btn-c.png);
}
.mod-infographic .infographic .infobox-icon:hover {
  transform: scale(1.2) !important;
  transition-timing-function: cubic-bezier(0.2, 3, 0.3, 1) !important;
  transition-delay: 0s !important;
}
.mod-infographic .infographic .infobox-icon.ic-1,
.mod-infographic .infographic .infobox-icon.ic-2,
.mod-infographic .infographic .infobox-icon.ic-3 {
  animation-delay: 2s;
}
@media (max-width: 991px) {
  .mod-infographic .inner {
    padding: 60px 0 80px;
  }
  .mod-infographic .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mod-infographic .h2 {
    font-size: 24px;
  }
  .mod-infographic .infobox-icon {
    transform: scale(0.8) !important;
  }
  .mod-infographic .infobox-icon:hover {
    transform: scale(1) !important;
  }
}
@media (max-width: 520px) {
  .mod-infographic .h2 {
    font-size: 20px;
  }
  .mod-infographic .infobox-icon {
    transform: scale(0.7) !important;
  }
  .mod-infographic .infobox-icon:hover {
    transform: scale(0.9) !important;
  }
}
.c-popup {
  max-width: 700px;
  margin: 0 auto;
  background-color: #009fe4;
  position: relative;
  color: #fff;
}
.c-popup .inner {
  padding: 50px 30px 30px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.c-popup .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/infographic/boog-popup.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-popup .inner .col-left {
  width: 50%;
  float: left;
  padding-right: 30px;
  position: relative;
  z-index: 8;
}
.c-popup .inner .col-right {
  width: 50%;
  float: left;
  position: relative;
  z-index: 8;
}
.c-popup .inner .title {
  margin: 0 0 10px;
}
.c-popup .inner p {
  font-size: 15px;
}
@media (max-width: 650px) {
  .c-popup .inner {
    padding: 30px 40px;
  }
  .c-popup .inner .col-left {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .c-popup .inner .col-right {
    width: 100%;
    float: none;
  }
}
.mod-medewerkers {
  margin-top: 40px;
}
.mod-medewerkers .item {
  margin-bottom: 40px;
}
.mod-medewerkers .item .title {
  font-size: 20px;
}
#wpr-all {
  padding-top: 70px;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: #fff;
}
.site-header .inner {
  height: 70px;
  position: relative;
}
.site-header .comp-logo {
  display: block;
  width: 170px;
  height: 50px;
  background-image: url(../images/svg/logo-ch20.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  top: 0;
}
.site-header .std-language {
  display: block;
  position: absolute;
  top: 47%;
  right: 0;
  transform: translateY(-50%);
}
.site-header .std-language p {
  margin: 0;
}
.site-header .nav-trigger {
  display: none;
}
.site-header .std-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.site-header .std-menu .mainmenu li {
  margin: 0 0 0 20px;
  padding: 0;
}
.site-header .std-menu .mainmenu li a {
  display: block;
  padding: 0;
  font-family: 'mundial', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #093c71;
  text-decoration: none;
}
.site-header .std-menu .mainmenu li a:hover {
  color: #E67807;
}
.scrolled .site-header,
.shownav .site-header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .comp-logo,
.shownav .site-header .comp-logo {
  opacity: 1;
  top: 50%;
}
@media (max-width: 1200px) {
  .site-header .std-language {
    right: 50px;
  }
  .site-header .nav-trigger {
    display: block;
  }
  .site-header .std-menu {
    display: none;
  }
}
.nav-icon {
  display: block;
  width: 32px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #093c71;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(7px) rotate(135deg);
  -moz-transform: translateY(7px) rotate(135deg);
  -webkit-transform: translateY(7px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-7px) rotate(-135deg);
  -moz-transform: translateY(-7px) rotate(-135deg);
  -webkit-transform: translateY(-7px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 800;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 16px;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav .inner {
  padding: 70px 0;
}
.mobile-nav .moduletable_zoeken {
  padding: 40px 0 80px;
}
.mobile-nav .moduletable_zoeken .form-inline {
  max-width: 550px;
  margin: 0 auto;
}
.mobile-nav .moduletable_zoeken .element-invisible {
  display: none;
}
.mobile-nav .moduletable_zoeken .inputbox {
  width: calc(100% - 80px);
  height: 38px;
  padding-left: 10px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.mobile-nav .moduletable_zoeken .button {
  float: right;
  height: 38px;
}
.mobile-nav .mod-menu {
  padding-top: 40px;
}
.mobile-nav .mod-menu .mobile-menu li {
  margin: 0 0 5px;
  padding: 0;
}
.mobile-nav .mod-menu .mobile-menu a {
  display: block;
  font-size: 24px;
  text-decoration: none;
  color: #093c71;
}
.mobile-nav .mod-menu .mobile-menu ul {
  padding: 15px 0;
}
.mobile-nav .mod-menu .mobile-menu ul li {
  margin-left: 30px;
  margin-bottom: 15px;
}
.mobile-nav .mod-menu .mobile-menu ul a {
  font-size: 20px;
}
.shownav .mobile-nav {
  top: 0;
}
.hero-volg {
  margin-bottom: 60px;
}
#cnr-copyright .us-website {
  display: inline-block;
  width: 36px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/us-flag.png);
  background-position: left center;
  background-size: cover;
  font-size: 0px;
  color: transparent;
  text-indent: -200px;
  position: relative;
  top: 6px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 32px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.socials {
  overflow: hidden;
  margin: 20px 0;
}
.socials a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 1px 0 0;
  color: transparent;
  font-size: 0;
  background-image: url(../images/socials/fb.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.socials a:hover {
  opacity: 0.8;
}
.socials a.ig {
  background-image: url(../images/socials/ig.svg);
}
.socials a.in {
  background-image: url(../images/socials/in.svg);
}
.mod-article-slider {
  padding: 40px 0;
}
.mod-article-slider .slick-outer {
  overflow: hidden;
  padding-bottom: 40px;
}
.mod-article-slider .slick-articles {
  width: calc(100% + 40px);
}
.mod-article-slider .slick-articles .item {
  padding-right: 40px;
}
.mod-article-slider .slick-articles .item-card {
  padding-bottom: 15px;
}
.mod-article-slider .slick-articles .article-image {
  margin-bottom: 30px;
}
.mod-article-slider .slick-dots {
  bottom: -30px;
  left: -20px;
}
.mod-article-slider .slick-dots li button:before {
  background-color: #093c71;
  border-color: #093c71;
  opacity: 0.3;
}
.mod-article-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
