.btn_2 {text-transform: none!important;}
.featureText {font-style: italic; color: #003476;}
span.getinbtn {vertical-align: sub; font-size: 20px; margin-left: 5px;}
.policyTitle {color:#fff; text-transform: none;}
.cc_dialog.simple {right: auto!important; left: 0!important;}
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {background-color: #003476!important;}
.dark.cc_dialog, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li[active=true] {background-color: #046ec5!important;}
.dark.cc_dialog button.cc_b_ok, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {color: #fff!important; background-color: #00aeef!important; border:1px solid transparent!important;}
.dark.cc_dialog button.cc_b_cp {background-color: #003677!important; color: #fff!important;}
.dark.cc_dialog button.cc_b_ok:hover, .dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button:hover {background-color: transparent!important; color: #fff!important;border:1px solid #00aeef!important;}
.dark.cc_dialog button.cc_b_cp:hover {background-color: transparent!important; color: #fff!important; border:1px solid #003677!important;}
body .uwy.userway_p3 .uai {left: calc(100vw - 40px)!important; opacity: 0.8;}
body .uwy:not(.uh).userway_p3 .uai:hover {opacity: 1;}
@media (max-width: 991px) {.cc_dialog.simple { max-width: 100%!important; padding: 1.5rem !important;}}
body .userway.userway_p2, body .userway.userway_p1 {top: auto!important;bottom: 13px!important;}
@media (max-width: 768px) {.banner_part .banner_text .banner_btn_1 {margin-right: 10px;}}
a#changePref { display: inline-block;background-color: #046ec5;text-align: center; border-radius: 4px; position: fixed; top: 15px; right: 90px; transition: background-color .3s, opacity .5s,visibility .5s; z-index: 1000; width: 50px; height: 50px;  background-image: url(../img/icon/gdprPref-48.png);opacity: 0;visibility: hidden;}
a#changePref:active {background-color: #555;}
a#changePref:hover {cursor: pointer;background-color: #003476;}
a#changePref.show {opacity: 1; visibility: visible;}
.appTitle{color:#00703c!important; font-weight: 500!important;}    
h2.tv-faqs-title-tm {color:#333;font-weight:400;font-size:42px; margin-bottom:30px;}
h2.tv-faqs-title-tm i {font-size:32px; margin-right:10px;}
ul.tv-faqs-filter-tm.affix {width:360px; top:33px;}
ul.tv-faqs-filter-tm {padding:0;margin:0;list-style:none;}
ul.tv-faqs-filter-tm li {margin-bottom:10px;display:block; position:relative; padding-right:15px;}
ul.tv-faqs-filter-tm li a {color:#036ec5 !important;}
ul.tv-faqs-filter-tm li a i {position:absolute;  right:-12px; top:20%; color:#036ec5 !important;}
ul.tv-faqs-filter-tm li a em {position:absolute; right:-12px; top:20%; color:#036ec5 !important;}
article.tv-faqs-container-tm {border-bottom:1px solid #ccc;  padding-bottom:20px; margin-bottom:30px;}
article.tv-faqs-container-tm h3 {font-weight:400;  padding:0; margin:0 0 20px 0; color:#036ec5; font-size:24px;}
article.tv-faqs-container-tm p {color:#777; font-size:16px;}
article.tv-faqs-container-tm ul, article.tv-faqs-container-tm ol {margin-bottom: 16px;font-size:16px;}
article.tv-faqs-container-tm ul li, article.tv-faqs-container-tm ol li { margin-bottom: 10px;}
.tv-faqs-answer-tm.feature_part_text, .tv-faqs-answer-tm.feature_part_text li {text-align: justify;}
@media (min-width: 768px){
.quotes {padding: 25px 25px 25px 30px;}
}
.quotes {background: #f7f7f7; padding: 15px 15px 15px 20px;  border-left: 2px solid #ca2e2e;font-size:16px!important;}
.sample {border-left: 2px solid #046ec5;}
.bolderTxt {font-weight: bolder;}
.gallery-box {width: 100%;}
.gallery-img {display: block; width:initial; cursor: pointer;}
.gallery-img:hover {filter: brightness(110%);}
.lightbox {position: fixed;top: 0; left: 0; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; z-index: 15;}
.lightbox::before {content: ''; position: absolute; display: block; height: 100%; width: 100%; z-index: 11; opacity: 0; background: rgba(0, 0, 0, 0.7);}
.lightbox .img-box { position: relative; height: 70vh; width: 100%; max-width: 120rem; max-height: 70vh; opacity: 0; z-index: 13;}
@media only screen and (max-width: 768px) {
  .lightbox .img-box {width: 80%;max-width: 100%;}
  }
.lightbox .img-box img {width: 100%;height: 100%;object-fit: contain;opacity: 0;}
.lightbox .close {background: rgba(0, 0, 0, 0.5);color: #fff; border: none; border-radius: 100%; width: 5rem; height: 5rem;  display: flex; font-size: 1.6rem; justify-content: center; align-items: center; position: absolute; top: 1%; right: 1%;  cursor: pointer; opacity: 0;}
.lightbox .close:focus {outline: none;}
.appearBefore::before {transition: opacity .3s ease;opacity: 1;}
.appear {transition: opacity .3s ease-in-out; opacity: 1 !important;}
.disappear { transition: opacity .3s ease-in-out; opacity: 0 !important;}
.imgAppear {animation: circleAppear .3s ease-out forwards;}
.imgDissapear {animation: circleDisappear .3s ease-in forwards !important;}

@keyframes circleAppear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes circleDisappear {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.overflow-hidden {overflow: hidden;}

/*SEARCH FUNCTION*/
#search-container {padding-top: 10px;padding-bottom: 10px;}
#search-field { outline: none;display: inline-block;width: 350px; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 3px solid #046ec5;border-radius: 12px;font-weight: 100; font-size: 24px; color: #757373;}

.help_img {padding: 10px;}
:target::before { content: "";display: block; height: 70px; /* fixed header height*/ margin: -35px 0 0; /* negative fixed eader height */}
.govlogo {background-image: url(../img/govgr_logo_negt.svg)!important;}

/* 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 8px;
  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: 44px;
  height: 44px;
  line-height: 44px;
  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: 28px;
  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: #333; }

.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: 6px;
    padding-right: 6px; } }

.col-sm-3{
  width: 20%;
  float: left;
}
.col-sm-3 img {
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}
.gallery_container .col-sm-3, .video_container .col-sm-3{
  margin: 10px 0;
}
.gallery_container, .video_container{
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.video_container img + img{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  z-index: 9;
}

.swiper-container.videoswiper {
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}

.videoswiper h1 {
  margin-bottom: 20px;
  font-weight:400;
}
.videoswiper h1 a {
  margin-left:8px;
  color:#7f8083;
  font-size:13px;
  font-weight:400;
  text-decoration:none;
  cursor:pointer;
}
.videoswiper h1 a:hover {
  text-decoration:underline;
}

.videoswiper .swiper-slide {
  overflow:hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.6s all;
}
.videoswiper .swiper-slide:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.videoswiper .swiper-slide:after {
  position: absolute;
  content:'';
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  cursor:pointer;
  z-index: 2;
}

.videoswiper .swiper-card {
  position: relative;
  height: 220px;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.videoswiper .card-img {
  position:relative;
  height: 120px;
  width: 100%;
  background-color: #f2f2f2;
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
}
.videoswiper .card-img:after {
  content:'';
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%200C9%200%200%209%200%2020s9%2020%2020%2020%2020-9%2020-20S31%200%2020%200zM16%2029V11l12%209L16%2029z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E%0A");
  background-repeat:no-repeat;
  background-position:50%;
  background-size:40px;
  filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
  transition:0.6s all;
  cursor:pointer;
}
.videoswiper .card-img:hover:after {
  filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
}
.videoswiper .card-img a {
  height:100%;
  display:block;
  cursor:pointer;
}

.videoswiper .card-info {
  position: relative;
  width: 100%;
  z-index: 1;
}

.videoswiper .card-info > a {
  position: relative;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.videoswiper .card-info h2 {
  margin:10px 0;
  color:#0071ba;
  font-size:18px;
  line-height:22px;
  cursor: inherit;
  text-align:center;
}
.videoswiper .card-info p {
  font-size:13px;
  cursor: inherit;
}

.videoswiper .pagination {
  position: absolute;
  bottom: 2px;
  text-align: center;
  z-index: 9;
}

.videoswiper .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}

.videoswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071ba;
}

.videoswiper .swiper-button-prev,
.videoswiper .swiper-button-next {
  height: 40px;
  width: 40px;
  top: 29px;
  background-color: white;
  background-size: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.6s all;
  cursor: pointer;
}

.videoswiper .swiper-button-prev:hover,
.videoswiper .swiper-button-next:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.videoswiper .swiper-button-prev {
  left: initial;
  right: 60px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230071ba'%2F%3E%3C%2Fsvg%3E");
}

.videoswiper .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230071ba'%2F%3E%3C%2Fsvg%3E")
}

.full-row-video .videoswiper .card-img {
    width: 80%;
    margin: 5px auto;
    height: 100%;
}