<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow-Light.woff") format("woff"), url("../fonts/Barlow-Light.svg#Barlow") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.svg#Barlow") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.svg#Barlow") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.svg#Barlow") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "BarlowSemiCondensed";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-SemiBold.woff") format("woff"), url("../fonts/BarlowSemiCondensed-SemiBold.svg#Barlow") format("svg"); /* Legacy iOS */
}
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: #000000;
  background: #ffffff;
}

html, body {
  height: 100%;
}

.wrapper-container {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .wrapper-container {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .wrapper-container {
    padding: 0 20px;
  }
}

.self-section {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .self-section {
    font-size: 16px;
    line-height: 32px;
  }
}
.self-section h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .self-section h1 {
    font-size: 50px;
    line-height: 90px;
  }
}
.self-section h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
}
.self-section h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .self-section h2 {
    font-size: 50px;
    line-height: 90px;
  }
}
.self-section h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .self-section h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
.self-section h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .self-section h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.self-section a, .self-section a:hover {
  color: #000000;
  text-decoration: none;
}
.self-section p, .self-section .para-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #000000;
}
@media (min-width: 992px) {
  .self-section p, .self-section .para-content {
    font-size: 22px;
    line-height: 32px;
  }
}
.self-section .bordered-title {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 10px;
  font-weight: 300;
  padding-top: 40px;
  padding-left: 0;
  text-align: left;
  border-bottom: 5px solid;
}
@media (min-width: 992px) {
  .self-section .bordered-title {
    font-size: 50px;
    line-height: 90px;
    font-weight: 300;
    padding-bottom: 0;
  }
}
.self-section .container {
  width: 100%;
  max-width: 1500px;
  padding: 0 20px;
}
@media (min-width: 1540px) {
  .self-section .container {
    padding: 0;
  }
}
.self-section .primary-button {
  background: #DA0021;
  color: #ffffff;
  padding: 6px 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: 2px solid #DA0021;
  width: 100%;
  font-family: "Barlow", sans-serif !important;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .self-section .primary-button {
    font-size: 22px;
    line-height: 22px;
    padding: 12px 30px;
    width: 100%;
    max-width: fit-content;
  }
}
.self-section .primary-button:hover {
  color: #ffffff;
}
.self-section .secondary-button {
  background: #ffffff;
  border: 2px solid #DA0021;
  color: #DA0021;
  padding: 6px 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .self-section .secondary-button {
    font-size: 22px;
    line-height: 22px;
    padding: 12px 30px;
    width: 100%;
    max-width: fit-content;
  }
}
.self-section .secondary-button:hover {
  background: #DA0021;
  color: #ffffff;
}
.self-section .full-desc {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .self-section .full-desc {
    margin-bottom: 70px;
  }
  .self-section .full-desc h2 {
    line-height: 60px;
  }
}
.self-section .full-desc .para-content p {
  margin-bottom: 30px;
}
.self-section .full-desc .details-img {
  width: auto;
  max-width: 100%;
  max-height: 450px;
  margin-bottom: 20px;
}
.self-section .Padding-mob {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .self-section .Padding-mob {
    padding-left: 50px;
  }
}
.self-section .Padding-mob-right {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .self-section .Padding-mob-right {
    padding-right: 50px;
  }
}
.self-section .news_detail {
  max-width: 600px;
  width: 100%;
}
.self-section .listing-contact_mobile ul {
  list-style-type: none;
  padding-left: 0;
}
.self-section .listing-contact_mobile ul a {
  color: #000000;
}
.self-section .listing-contact_mobile ul a span {
  font-size: 16px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .self-section .listing-contact_mobile ul a span {
    font-size: 22px;
  }
}

.news-subscription-box {
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}
.news-subscription-box .subscription-block {
  width: 0;
  left: -100%;
  visibility: hidden;
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity, left ease 700ms;
  -moz-transition: opacity, left ease 700ms;
  transition: opacity, left ease 700ms;
}
.news-subscription-box .subscription-block.show-subscription-box {
  width: 100%;
  left: 0;
  visibility: visible;
  height: auto;
}
.news-subscription-box ul {
  padding-left: 20px;
}
.news-subscription-box ul li {
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .news-subscription-box h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.news-subscription-box .primary-button {
  width: auto;
  max-width: 130px;
}
@media (min-width: 992px) {
  .news-subscription-box .primary-button {
    padding: 7px 30px;
  }
}
.news-subscription-box .secondary-button {
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.news-subscription-box .opt-col {
  max-width: 400px;
  margin: 0 auto;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .news-subscription-box .opt-col {
    border-right: 1px solid #000000;
    border-bottom: 0;
    margin: 0;
  }
}
.news-subscription-box .opt-col:last-child {
  border-right: 0;
  border-bottom: 0;
}

.login-subscription {
  width: 0;
  left: 100%;
  visibility: hidden;
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  transition: all ease 500ms;
}
.login-subscription .login-subscription-box {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
.login-subscription .form-links {
  color: #DA0021;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: auto;
  outline: 0;
  background: transparent;
}
.login-subscription .form-links:hover span {
  text-decoration: underline;
}
.login-subscription.show-login-subscriptiion {
  width: 100%;
  left: 0;
  visibility: visible;
  height: auto;
}

.events_block .slide-block h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  font-family: "BarlowSemiCondensed", sans-serif;
}
@media (min-width: 992px) {
  .events_block .slide-block h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.events_block .slide-block .date {
  font-size: 16px;
}
@media (min-width: 992px) {
  .events_block .slide-block .date {
    font-size: 18px;
  }
}

.archiv_main .memberLabeltext {
  color: #000000;
  font-size: 22px;
  line-height: 34px;
  font-family: "BarlowSemiCondensed", sans-serif;
  margin: 30px 5px;
}
.archiv_main .memberLabeltext a {
  color: #000000;
}
.archiv_main .secondary-button {
  margin: 10px auto;
  padding: 10px 60px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .archiv_main .secondary-button {
    font-size: 18px;
  }
}
.archiv_main .small-down {
  font-size: 12px;
  padding-right: 6px;
  padding-top: 5px;
}
.archiv_main .memberThumbsSub {
  vertical-align: top;
}
.archiv_main .marg_block {
  margin-bottom: 66px;
}
@media (min-width: 992px) {
  .archiv_main .marg_block {
    margin-bottom: 124px;
  }
}
.archiv_main .headingbottomtext {
  font-size: 23px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .archiv_main .headingbottomtext {
    font-size: 30px;
    line-height: 40px;
  }
}

.Anspartner-page {
  background: #edebeb;
  padding: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .Anspartner-page {
    padding: 85px;
    margin-bottom: 40px;
  }
}
.Anspartner-page h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #000000;
  font-family: "BarlowSemiCondensed", sans-serif;
}
@media (min-width: 992px) {
  .Anspartner-page h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.Anspartner-page .outer-border {
  border-bottom: 2px solid #DA0021;
  padding: 40px 0;
}
.Anspartner-page .imageblock {
  width: 100%;
}
@media (min-width: 992px) {
  .Anspartner-page .imageblock {
    width: 80%;
    max-width: 332px;
  }
}

.section-sub-heading {
  color: #000000;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .section-sub-heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.article-page {
  padding-bottom: 50px;
}
.article-page .mainhedinglink a {
  color: #000000;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  line-height: 30px;
  font-weight: 600;
}
.article-page .left-navigation {
  border: 0;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 0px;
  padding: 0px;
}
@media (min-width: 992px) {
  .article-page .left-navigation {
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 0px;
    padding: 20px;
  }
}
.article-page .left-navigation .tabHeadLIk {
  color: #000000;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  line-height: 30px;
}
.article-page .left-navigation .tabHeadLIk:hover {
  color: #DA0021;
}
.article-page .left-navigation .mobTabs select {
  width: 100%;
  background: #ffffff;
  border: 0;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 10px 5px;
}
.article-page .left-navigation .nohover {
  font-size: 22px;
}
.article-page .destopartcle {
  padding: 0px;
}
@media (min-width: 992px) {
  .article-page .destopartcle {
    padding-left: 45px;
  }
}
.article-page .headingarticle-page {
  line-height: 30px;
}
@media (min-width: 992px) {
  .article-page .headingarticle-page {
    line-height: 30px;
  }
}
.article-page .headingarticle-page a {
  color: #000000;
  font-size: 30px;
}
@media (min-width: 992px) {
  .article-page .headingarticle-page a {
    font-size: 30px;
    line-height: 34px !important;
  }
}
.article-page .chosen-container-single .chosen-single {
  background: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
  height: 40px;
  line-height: 35px;
}
.article-page .chosen-container-single .chosen-single div {
  position: absolute;
  top: 10px;
}
.article-page .contentImagtext {
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
  color: #000000;
}
.article-page .circleDetails.circle {
  color: #ffffff;
}

.readmore {
  color: #DA0021;
  text-decoration: underline;
  font-size: 22px;
}

#swipebox-title {
  font-family: "Barlow", sans-serif;
}

header {
  padding: 40px 0;
  background: #ffffff;
}
header .navbar-brand img {
  width: 100px;
}
@media (min-width: 992px) {
  header .navbar-brand img {
    width: 180px;
  }
}

.inputeSearch .form-control {
  background: #f2f2f2;
}

.iconHeader {
  cursor: pointer;
}
@media (min-width: 992px) {
  .iconHeader {
    padding: 0 14px;
  }
}

.lanaguagetext {
  padding: 3px 0 0 5px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.bar {
  color: #000000;
  height: 11px;
  margin-top: 8px;
  width: 8px;
  padding-left: 3px;
  border-right: 2px solid;
}

.image-bottom-text {
  position: absolute;
  bottom: 0px;
  margin-left: 0;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .image-bottom-text {
    position: absolute;
    bottom: 55px;
  }
}
.image-bottom-text h1 {
  max-width: 70%;
}
.image-bottom-text h1 span {
  background: #DA0021;
  padding: 0 10px;
  display: inline-block;
  font-size: 50px;
  margin: 0;
  color: #ffffff;
  font-family: "BarlowSemiCondensed", sans-serif;
  font-weight: 600;
  line-height: 54px;
}
@media (min-width: 992px) {
  .image-bottom-text h1 span {
    font-size: 100px;
    line-height: 95px;
    padding-bottom: 10px;
  }
}
.image-bottom-text h5 {
  background: #ffffff;
  padding: 0 10px;
  color: #000000;
  font-size: 23px;
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .image-bottom-text h5 {
    font-size: 30px;
  }
}

.btn.buttontextcontainer {
  width: 360px;
  height: 45px;
  background: #DA0021;
  border-radius: 25px;
  color: #ffffff;
  font-size: 22px;
}
.btn.buttontextcontainer:hover {
  background: #DA0021;
  color: #ffffff;
}

.blank_box {
  background: #E7EEF1;
  height: 250px;
  margin: 20px 0;
}

.branchnews {
  padding: 150px 0 20px;
  overflow: hidden;
}
.branchnews .section-sub-heading {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .branchnews .section-sub-heading {
    margin-bottom: 70px;
  }
}
.branchnews .news-swiper {
  padding: 0 150px 65px;
  position: relative;
  left: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .branchnews .news-swiper {
    padding: 0 150px 125px;
    -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 70%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 12%, white 100%, rgba(255, 255, 255, 0) 100%);
  }
}
.branchnews .news-block {
  text-align: left;
  align-items: flex-start;
  height: auto;
  display: block;
}
.branchnews .news-block .slide-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .branchnews .news-block .slide-block {
    text-align: left;
  }
}
.branchnews .news-block img {
  margin-bottom: 20px;
  max-height: 260px;
  min-height: 260px;
}
@media (min-width: 1200px) {
  .branchnews .news-block img {
    max-height: 337px;
    min-height: 337px;
  }
}
.branchnews .news-block .event-date {
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}
@media (min-width: 992px) {
  .branchnews .news-block .event-date {
    font-size: 18px;
  }
}
.branchnews .news-block h3 {
  font-family: "BarlowSemiCondensed", sans-serif;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .branchnews .news-block h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
.branchnews .news-block .secondary-button {
  width: 100%;
}
@media (min-width: 768px) {
  .branchnews .news-block .secondary-button {
    width: auto;
  }
}
.branchnews .swiper-horizontal &gt; .swiper-pagination-progressbar {
  bottom: 0;
  top: auto;
  height: 6px;
  background: transparent;
  max-width: 1460px;
  width: calc(100% - 60px);
  margin-left: 30px;
}
.branchnews .swiper-horizontal &gt; .swiper-pagination-progressbar:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #E7EEF1;
  margin-top: 2px;
}
.branchnews .swiper-horizontal &gt; .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000000;
  height: 100%;
}
@media (min-width: 768px) {
  .branchnews .swiper-horizontal &gt; .swiper-pagination-progressbar {
    margin-left: 150px;
    width: calc(100% - 300px);
  }
}
@media (min-width: 1200px) {
  .branchnews .swiper-horizontal &gt; .swiper-pagination-progressbar {
    margin-left: 150px;
    width: 100%;
  }
}
.branchnews .secondary-button {
  margin-top: auto;
}

.wrapper-small {
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .wrapper-small {
    max-width: 991px;
    width: 100%;
    margin: 0 auto;
  }
}

.searchpage .bgTransNew {
  background: #ffffff !important;
}

.bored_right {
  border-right: 0;
}
@media (min-width: 992px) {
  .bored_right {
    border-right: 1px solid black;
  }
}

.slide-block .setwidthimage {
  max-width: 100%;
  max-height: 100%;
}
.slide-block .card-img-top {
  width: -moz-available;
  object-fit: contain;
  vertical-align: top;
  height: 300px;
}

.ui-tabs-anchor {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .ui-tabs-anchor {
    font-size: 22px;
  }
}

.spanPage {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .spanPage {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .spanPage {
    justify-content: flex-end;
  }
}
.spanPage a {
  color: #000000;
}
.spanPage .page {
  color: #000000;
  padding: 0 8px;
  text-decoration: none;
  line-height: 34px;
}
@media (min-width: 768px) {
  .spanPage .page {
    padding: 6px 13px 6px 13px;
  }
}
@media (min-width: 992px) {
  .spanPage .page {
    padding: 0 13px 0 13px;
  }
}
.spanPage .selected {
  background: #DA0021;
  padding: 8px 13px 8px 13px;
  border-radius: 2px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .spanPage .selected {
    padding: 6px 13px 6px 13px;
  }
}
@media (min-width: 992px) {
  .spanPage .selected {
    padding: 0 13px 0 13px;
  }
}
.spanPage .pagination-nav {
  color: #000000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .spanPage .pagination-nav {
    padding: 6px 0 6px 0;
  }
}
@media (min-width: 992px) {
  .spanPage .pagination-nav {
    padding: 0;
  }
}
.spanPage .pagination-separator {
  padding: 0 5px;
}
@media (min-width: 992px) {
  .spanPage .pagination-separator {
    padding: 0 2px;
  }
}

.selection-width .form-select {
  width: 220px;
  margin-left: 20px;
}

.brdToppage {
  border-bottom: 2px solid black;
  margin-bottom: 40px;
}

.regiterpagemain .paddingleft {
  font-family: "Barlow", sans-serif;
  color: #000000;
}
.regiterpagemain .editor-size-18 {
  font-family: "Barlow", sans-serif;
  color: #000000 !important;
}

.hideFormOn {
  margin-bottom: 40px;
}

.brdBg span {
  font-family: "Barlow", sans-serif;
}

.breadcrumbContainer {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
  padding: 0 20px !important;
}
@media (min-width: 992px) {
  .breadcrumbContainer {
    padding: 0 20px !important;
  }
}
@media (min-width: 1200px) {
  .breadcrumbContainer {
    padding: 0 20px !important;
  }
}

.breadcrumb {
  padding: 2px 0 30px !important;
}
.breadcrumb li {
  font-weight: 600;
  color: #000000 !important;
}
.breadcrumb li:before {
  padding: 0 5px;
}
.breadcrumb li .fa-home {
  color: #DA0021 !important;
}
.breadcrumb li a {
  font-weight: 600;
  color: #000000 !important;
}
.breadcrumb li span {
  color: #000000 !important;
}

#detailsTable td {
  font-size: 18px !important;
}

.modal-header .btn-close {
  top: 15px;
  right: 15px;
  font-size: 12px;
  position: absolute;
}

.productGroupLabelAccordion .accordion-header {
  margin: 0;
  padding: 0 20px;
  background: #f5f5f5;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.productGroupLabelAccordion .accordion-block {
  color: #000000 !important;
  font-size: 16px !important;
}
.productGroupLabelAccordion .accordion-collapse {
  border: 1px solid #ced4da;
}

.restctedbox {
  background: #DA0021;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.restctedbox p {
  color: #ffffff;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
.restctedbox p a {
  color: #ffffff;
  text-decoration: underline;
}
.restctedbox p a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.menu-disable .search-box, .menu-disable .iconHeader, .menu-disable #myAccDropdown {
  pointer-events: none;
}

.chosen-container .chosen-results li.highlighted {
  background: #DA0021;
  color: #ffffff !important;
}

.ui-state-default .ace-file-input {
  padding: 9px;
  border: 2px dashed #8e8e8e;
  border-radius: 5px;
  position: relative;
}
.ui-state-default .upload-btn-colse {
  color: #DA0021;
  border: 2px solid #8e8e8e;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -15px;
  background: #ffffff !important;
  margin: 0 5px;
}
.ui-state-default .upload-btn-colse:hover {
  color: #DA0021;
  border: 2px solid #8e8e8e;
}

.pegination {
  text-align: center;
}
@media (min-width: 992px) {
  .pegination {
    text-align: left;
  }
}

.paddingawradpage {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .paddingawradpage {
    padding-bottom: 64px;
  }
}

.paddingawrd {
  margin-top: 70px;
}
@media (min-width: 992px) {
  .paddingawrd {
    margin-top: 15px;
  }
}

.editor-size-21 {
  font-size: 18px !important;
  line-height: 32px !important;
}
@media (min-width: 992px) {
  .editor-size-21 {
    font-size: 21px !important;
    line-height: 50px !important;
  }
}

.checkbox .marginblock2 {
  margin-top: 3px;
}
@media (min-width: 992px) {
  .checkbox .marginblock2 {
    margin-top: 11px;
  }
}

.awardpage h2 {
  font-size: 25px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .awardpage h2 {
    line-height: 90px;
    font-size: 30px;
  }
}
.awardpage .supefont {
  font-size: 15px;
}
.awardpage .supefont sup {
  font-size: 19px;
  top: 0;
}
.awardpage .input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  position: relative;
  width: 100%;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
.awardpage input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

h1.h1tag {
  line-height: 30px;
}
@media (min-width: 992px) {
  h1.h1tag {
    line-height: 50px;
  }
}

a.tabHeadLIk:hover {
  color: #DA0021;
}

.sg-dir-options-right {
  width: 66%;
}
@media (min-width: 992px) {
  .sg-dir-options-right {
    width: 75%;
  }
}

.terms_and_conditions {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .terms_and_conditions {
    margin-top: 4px;
  }
}

.form-check-input.directcheckbox {
  margin-top: -1px;
}
@media (min-width: 992px) {
  .form-check-input.directcheckbox {
    margin-top: 3px;
  }
}

.padding-textimg {
  padding-top: 27px;
}

.padding-textimgtop {
  max-width: 1100px;
  margin: auto;
  line-height: 20px;
  width: 100%;
  font-size: 16px;
  position: relative;
  top: -10px;
}

@media (min-width: 768px) {
  .ipadnews {
    padding-left: 3.5rem !important;
  }
}
.date-picker-wrapper .gap {
  display: none !important;
}

.destopartcle h2.bordered-title {
  padding-top: 0;
  line-height: 60px;
  padding-bottom: 15px;
}

.home-news-desc .news-sp-tag {
  color: #00a651;
  font-weight: 600;
}
.home-news-desc .news-sg-tag {
  color: #DA0021;
  font-weight: 600;
}

.presse_h2_tag {
  font-size: 30px !important;
  line-height: 34px !important;
}

header {
  padding: 36px 0 30px;
  background: #ffffff;
}
@media only screen and (max-device-width: 1025px) and (orientation: portrait), (max-width: 1025px) {
  header {
    padding: 24px 0 24px;
  }
}
header .navbar-brand img {
  width: 100px;
}
@media (min-width: 768px) {
  header .navbar-brand img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  header .navbar-brand img {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  header .navbar-brand img {
    width: 140px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait), (max-width: 991px) {
  header .navbar-brand img {
    width: 100px;
  }
}
@media only screen and (min-device-width: 991px) and (max-device-width: 1025px) and (orientation: portrait), (max-width: 1025px) {
  header .navbar-brand img {
    width: 110px;
  }
}
@media (min-width: 1500px) {
  header .navbar-brand img {
    width: 180px;
  }
}
header .header-icon {
  color: #000000;
  width: auto;
}
header .header-icon .user-profile-icon {
  margin-top: 5px;
  width: auto;
}
header .header-icon.dropdown-toggle:after {
  display: none;
}
header #myAccDropdown.dropdown .myAccountDrop {
  opacity: 1;
  top: 0 !important;
  margin-top: 11px !important;
  padding: 0;
  color: #000000;
  min-width: 180px;
  inset: revert-layer !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateX(-35%) !important;
  -moz-transform: translateX(-35%) !important;
  -ms-transform: translateX(-35%) !important;
  transform: translateX(-35%) !important;
}
@media only screen and (min-width: 1024px) {
  header #myAccDropdown.dropdown .myAccountDrop {
    -webkit-transform: translateX(-38%) !important;
    -moz-transform: translateX(-38%) !important;
    -ms-transform: translateX(-38%) !important;
    transform: translateX(-38%) !important;
  }
  header #myAccDropdown.dropdown .myAccountDrop .dropDownArrowUp {
    left: 35px;
  }
}
header #myAccDropdown.dropdown .myAccountDrop li {
  border-bottom: 1px solid #E7EEF1;
  padding: 10px 10px !important;
  font-size: 14px;
}
header #myAccDropdown.dropdown .myAccountDrop li:last-child {
  border-bottom: 0;
}
header #myAccDropdown.dropdown .myAccountDrop li a {
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header #myAccDropdown.dropdown .myAccountDrop li:first-child {
  border-bottom: 0 none;
  padding: 0;
}
header #myAccDropdown.dropdown .myAccountDrop li:first-child:hover {
  background-color: transparent;
}
header #myAccDropdown.dropdown .myAccountDrop li:last-child {
  background-color: #000000;
}
header #myAccDropdown.dropdown .myAccountDrop li:last-child a {
  color: #ffffff;
}
header #myAccDropdown.dropdown .myAccountDrop li:hover {
  background-color: #DA0021;
}
header #myAccDropdown.dropdown .myAccountDrop li:hover a {
  color: #ffffff;
}
header #myAccDropdown.dropdown .myAccountDrop .dropDownArrowUp {
  left: 0;
}
@media only screen and (max-device-width: 1025px) and (orientation: portrait), (max-width: 1024px) {
  header #myAccDropdown.dropdown .myAccountDrop .dropDownArrowUp {
    left: 22px;
    top: -8px;
  }
}
header #myAccDropdown.dropdown.open .myAccountDrop {
  display: block;
  opacity: 1;
}

.navbar {
  padding: 0;
  position: unset;
}
@media (min-width: 768px) {
  .navbar {
    position: relative;
  }
}
.navbar .nav-item {
  padding: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 992px) {
  .navbar .nav-item {
    padding: 0 6px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item {
    padding: 13px;
  }
}
.navbar .nav-item .nav-link {
  color: #000000;
  font-weight: 600;
  transition: all 0.2s;
  font-size: 18px;
  padding: 0 !important;
  border-bottom: 4px solid transparent;
}
@media (min-width: 992px) {
  .navbar .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .navbar .nav-item .nav-link {
    font-size: 16px;
  }
}
.navbar .nav-item .nav-link:hover {
  color: #DA0021;
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav-item .nav-link.active {
  color: #DA0021;
  font-weight: bold;
  border-bottom: 4px solid #DA0021;
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav-item.active-parent-menu .nav-link {
  color: #DA0021;
  border-bottom: 4px solid #DA0021;
}
.navbar .navbar-toggler {
  transition: none;
  border: 0;
  color: #000000;
}
.navbar ul.menuNav ul {
  position: absolute;
  left: -9999px; /* Keep off-screen by default */
  visibility: hidden;
}
.navbar ul.menuNav li.showMenu ul,
.navbar ul.menuNav li.showMenuLeft ul {
  left: 0;
  visibility: visible;
}
.navbar li.showMenu a.nav-link {
  color: #DA0021;
  font-weight: bold;
  border-bottom: 4px solid #DA0021;
  padding-left: 0;
  padding-right: 0;
}
.navbar li.showMenu ul {
  background: #ffffff;
  top: 26px;
  padding: 40px 0 0;
  font-weight: 400;
  width: 260px;
}
.navbar li.showMenu ul li {
  text-transform: uppercase;
  border-top: 1px solid #E7EEF1;
  font-weight: 400;
}
.navbar li.showMenu ul li a {
  background: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 0 solid transparent;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 5px;
}
.navbar li.showMenu ul li a:hover {
  color: #ffffff;
  background: #DA0021;
}
@media (min-width: 992px) {
  .navbar li.showMenu ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar li.showMenu ul li a {
    font-size: 18px;
  }
}
.navbar li.showMenu ul a {
  color: #000000;
  text-decoration: none;
}
.navbar li.showMenu ul .subNavi a {
  border-top: 1px solid #E7EEF1;
}
.navbar li.showMenu ul .secLevel ul li a:hover i {
  transform: rotate(90deg);
  transition: transform ease;
}
.navbar .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  background: #ffffff;
  z-index: 9;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    position: relative;
    top: 0;
    position: relative;
  }
}
.navbar .navbar-collapse .menuNav {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .menuNav {
    width: auto;
  }
}

.header-icons {
  margin-left: auto;
  margin-right: 22px;
  margin-top: -5px;
}
@media (min-width: 992px) {
  .header-icons {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-icons {
    margin-right: 22px;
  }
}
.header-icons .icon {
  position: absolute;
  right: 16px;
  top: 2px;
}
@media (min-width: 992px) {
  .header-icons .icon {
    position: absolute;
    right: 16px;
    top: 5px;
  }
}
.header-icons .inputeSearch .form-control {
  background: none;
  width: calc(100% - 200px);
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 992px) {
  .header-icons .inputeSearch .form-control {
    background: #f2f2f2;
  }
}
.header-icons .iconHeader:hover {
  color: black !important;
}
@media only screen and (max-device-width: 1025px) and (orientation: portrait), (max-width: 1024px) {
  .header-icons .iconHeader {
    margin: 0 27px;
  }
}
.header-icons .lanaguagetext {
  padding: 3px 0 0 0;
  margin-left: 5px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  display: none;
}
@media (min-width: 992px) {
  .header-icons .lanaguagetext {
    display: block;
  }
}
.header-icons .lanaguagetext.active {
  border-bottom: 2px solid #000000;
}
.header-icons .bar {
  color: #000000;
  height: 11px;
  width: 8px;
  padding-left: 3px;
  border-right: 2px solid;
  display: none;
  margin-top: 0;
}
@media (min-width: 992px) {
  .header-icons .bar {
    display: block;
    margin-top: 8px;
  }
}
.header-icons .search-box {
  margin-right: 14px;
}
@media only screen and (max-device-width: 1025px) and (orientation: portrait), (max-width: 1024px) {
  .header-icons .search-box {
    margin-right: 7px;
  }
}

.forgot-pass img {
  width: 22px;
}

.inputeSearch {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all linear 350ms;
  -moz-transition: all linear 350ms;
  -ms-transition: all linear 350ms;
  transition: all linear 350ms;
}
.inputeSearch .search-inner-wrap {
  margin-top: 25px;
  padding: 15px 15px;
  background: #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.inputeSearch .form-control {
  background: #ffffff;
  width: calc(100% - 95px);
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inputeSearch .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.inputeSearch .primary-button {
  padding-left: 20px;
  padding-right: 20px;
  width: 95px;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  border-radius: 0.375rem;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.inputeSearch.show {
  height: 105px;
  opacity: 1;
  visibility: visible;
}

.mobile__nav {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 106px;
  bottom: 0;
  background: #ededed;
  padding: 20px 0 20px 0;
}
.mobile__nav ul {
  list-style: none;
  padding: 0 20px;
}
.mobile__nav .mob-top-bar {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 10px 0px;
}
.mobile__nav .mob-top-bar .header__logo {
  height: 100%;
}
.mobile__nav .mob-top-bar .header__logo img {
  width: 50px;
  height: 100%;
  object-fit: cover;
}
.mobile__nav .mob-top-bar .header__btns button {
  padding: 10px 15px;
  font-size: 14px;
  border: 0;
  background: white;
  cursor: pointer;
  font-weight: bold;
}
.mobile__nav nav {
  width: 100%;
  height: calc(100% - 70px);
  position: relative;
}
.mobile__nav nav ul.first-level {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile__nav nav ul.first-level li {
  border-bottom: 3px solid #000000;
}
.mobile__nav nav ul.first-level li:hover {
  background: #DA0021;
}
.mobile__nav nav ul.first-level li:hover a {
  color: white;
}
.mobile__nav nav ul.second-level {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 400ms ease-in;
}
.mobile__nav nav ul.second-level li {
  background: #ffffff;
  border-bottom: 3px solid #000000;
}
.mobile__nav nav ul.second-level li:hover {
  background: #DA0021;
}
.mobile__nav nav ul.second-level li:hover a {
  color: white;
}
.mobile__nav nav ul.second-level.active {
  transform: translateX(0%);
}
.mobile__nav nav ul.third-level {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 400ms ease-in;
}
.mobile__nav nav ul.third-level li {
  background: #ffffff;
  border-bottom: 3px solid #000000;
}
.mobile__nav nav ul.third-level li:hover {
  background: #DA0021;
}
.mobile__nav nav ul.third-level li:hover a {
  color: white;
}
.mobile__nav nav ul.third-level.active {
  transform: translateX(0%);
}
.mobile__nav nav ul.four-level {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 400ms ease-in;
}
.mobile__nav nav ul.four-level li {
  background: #ffffff;
  border-bottom: 3px solid #000000;
}
.mobile__nav nav ul.four-level li:hover {
  background: #DA0021;
}
.mobile__nav nav ul.four-level li:hover a {
  color: white;
}
.mobile__nav nav ul.four-level.active {
  transform: translateX(0%);
}
.mobile__nav nav a[data-level-id] {
  position: relative;
}
.mobile__nav nav a[data-level-id]::after {
  content: "▶";
  position: absolute;
  margin-left: 20px;
}
.mobile__nav nav a.back__menu {
  padding-left: 50px;
}
.mobile__nav nav a.back__menu[data-level-id]::after {
  content: "◀";
  left: 0;
}

/* Common styles of menus */
.dl-menu.dl-menuopen li.language-slection:first-child,
.dl-menu.dl-menuopen li.social-media-tab:last-child {
  display: flex;
}
.dl-menu.dl-menuopen.dl-subview li.language-slection:first-child,
.dl-menu.dl-menuopen.dl-subview li.social-media-tab:last-child {
  display: none;
}
.dl-menu.dl-menuopen .dl-subviewopen .dl-submenu .dl-back {
  display: block;
}
.dl-menu.dl-menuopen .dl-subviewopen .dl-submenu .dl-back a {
  padding-left: 30px;
}

.dl-menuwrapper {
  width: 100%;
  max-width: 100%;
  position: absolute;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  top: 73px;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.dl-menuwrapper.custom-navi {
  display: none;
}
@media only screen and (max-device-width: 1025px) and (orientation: portrait), (max-width: 1025px) {
  .dl-menuwrapper.custom-navi {
    display: flex;
  }
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  background: #ffffff;
  border: none;
  width: 16px;
  height: 14px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  margin: 0 20px 0 auto;
  padding: 0;
  top: -34px;
}

.dl-menuwrapper button span {
  height: 2px;
  background: #000000;
  margin-bottom: 4px;
  width: 16px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.dl-menuwrapper button span:last-child {
  margin-bottom: 0;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #ffffff;
  border: none;
}

.dl-menuwrapper .dl-menu {
  border-top: 2px solid #000000;
}
.dl-menuwrapper .dl-menu:before {
  content: "";
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  background: #ffffff;
  position: absolute;
  right: 20px;
  top: -9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 99999;
  padding: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.dl-menuwrapper ul .lanaguagetext:after {
  content: "";
  display: none;
}
.dl-menuwrapper ul .bar {
  margin-top: 0;
  width: 1px;
  padding-left: 0;
}

.dl-menuwrapper li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.dl-menuwrapper li.language-slection {
  padding: 20px;
}
.dl-menuwrapper li .lanaguagetext {
  font-weight: 600;
  padding-right: 10px;
  padding-left: 10px;
}
.dl-menuwrapper li a, .dl-menuwrapper li span {
  display: block;
  position: relative;
  padding: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.dl-menuwrapper li.social-media-tab {
  background: rgba(0, 0, 0, 0.2);
}
.dl-menuwrapper li.social-media-tab a {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}
.dl-menuwrapper li.social-media-tab span {
  font-weight: 400;
}
.dl-menuwrapper li .bar {
  margin-top: 4px;
}
.dl-menuwrapper li ul li a {
  font-weight: 400;
}
.dl-menuwrapper li.active-parent-menu a {
  color: #DA0021;
}
.dl-menuwrapper li.active-parent-menu li a {
  color: #000000;
}
.dl-menuwrapper li.active-parent-menu li.active-menu a {
  color: #DA0021;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back &gt; a {
  font-size: 16px;
  text-transform: none;
}

.dl-menuwrapper li .dl-back:after,
.dl-menuwrapper li &gt; a:not(:only-child):after {
  position: absolute;
  top: 0;
  content: "";
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  top: 45%;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dl-menuwrapper li.dl-back a {
  padding-left: 36px;
}
.dl-menuwrapper li.dl-back::after {
  right: calc(100% - 28px);
  border-width: 2px 0 0 2px;
  top: 47%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dl-menuwrapper li.language-slection .dl-back:after,
.dl-menuwrapper li.language-slection &gt; a:not(:only-child):after, .dl-menuwrapper li.social-media-tab .dl-back:after,
.dl-menuwrapper li.social-media-tab &gt; a:not(:only-child):after {
  content: "";
  display: none;
}

.dl-menuwrapper li.dl-back:after {
  color: rgba(212, 204, 198, 0.3);
}

.dl-menuwrapper li &gt; a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen &gt; a,
.dl-menu.dl-subview li.dl-subview &gt; a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview &gt; .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen &gt; .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen &gt; .dl-submenu &gt; li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper &gt; .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper &gt; .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li &gt; a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li &gt; a:not(:only-child):after {
  content: "";
}

.nav-2 li {
  position: relative;
  list-style: none;
}
.nav-2 li a {
  text-decoration: none;
  height: 100%;
  display: block;
  padding: 0 20px;
  color: #000000;
}
.nav-2 li ul {
  background: #ffffff;
  padding-left: 0;
  min-width: 245px;
  left: 0;
  top: 24px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .nav-2 li ul {
    top: 44px;
  }
}
@media (min-width: 1500px) {
  .nav-2 li ul {
    top: 54px;
  }
}
.nav-2 li ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  padding: 0;
  text-align: left;
  font-weight: 400;
}
.nav-2 li ul li a {
  padding: 11px 11px 11px 16px;
  text-align: left;
}
.nav-2 li ul li a:hover {
  background: #DA0021;
  color: #ffffff;
}
@media (min-width: 1300px) {
  .nav-2 li ul li {
    font-size: 18px;
  }
  .nav-2 li ul li a {
    padding: 15px 15px 15px 20px;
  }
}
.nav-2 li ul li ul {
  left: 100%;
  top: 0;
  padding-top: 0;
}
.nav-2 li ul li ul li ul.js-showElement {
  top: 0;
}

.nav-2 a + ul {
  position: absolute;
}
.nav-2 a + ul:not(.js-showElement) {
  display: none;
}
.nav-2 &gt; ul, .nav-2 .fa {
  height: 100%;
}
.nav-2 &gt; ul &gt; li {
  position: relative;
  text-align: center;
}
.nav-2 &gt; ul &gt; li {
  float: left;
  width: auto;
}
.nav-2 &gt; ul &gt; li &gt; a:hover, .nav-2 &gt; ul &gt; li &gt; a:focus, .nav-2 &gt; ul &gt; li &gt; a.js-openSubMenu {
  color: #DA0021;
}
.nav-2 &gt; ul &gt; li:not(#toggleMenu):not(.js-showElement) {
  display: inline-block;
}
.nav-2 .nav-2 &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  top: 0;
}
.nav-2 .js-hideElement {
  display: none;
  overflow: hidden; /* Collapsed state */
  opacity: 0; /* Invisible state */
  transition: max-height 0.8s ease, opacity 1s ease; /* Add smooth transitions */
}
.nav-2 .js-showElement {
  display: block;
  opacity: 1;
  z-index: 99999;
}

/* Fallback for users without javascript */
html.no-js li:hover &gt; a + ul, html.no-js li:focus &gt; a + ul {
  display: block;
}
html.no-js .nav-2:hover li:hover &gt; a + ul, html.no-js html.no-js .nav-2:hover li:focus &gt; a + ul, html.no-js html.no-js .nav-2:focus li:hover &gt; a + ul, html.no-js html.no-js .nav-2:focus li:focus &gt; a + ul {
  display: block;
}

.custom-navbar {
  display: flex;
}
@media only screen and (max-device-width: 1025px) and (orientation: portrait), (max-width: 1024px) {
  .custom-navbar {
    display: none;
  }
}

.form-layout .self-section {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .form-layout .self-section {
    font-size: 22px;
    line-height: 32px;
  }
}
.form-layout .form-control-group {
  padding: 5px 0;
  margin: 0 0 10px 0;
  font-family: "Barlow", sans-serif;
}
.form-layout .form-control-group .form-control-input,
.form-layout .form-control-group .chosen-container,
.form-layout .form-control-group .select2-container .select2-selection {
  border: 1px solid #8e8e8e;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  font-family: "Barlow", sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.form-layout .form-control-group .form-control-input:focus, .form-layout .form-control-group .form-control-input:focus-visible,
.form-layout .form-control-group .chosen-container:focus,
.form-layout .form-control-group .chosen-container:focus-visible,
.form-layout .form-control-group .select2-container .select2-selection:focus,
.form-layout .form-control-group .select2-container .select2-selection:focus-visible {
  border: 1px solid #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.form-layout .form-control-group .select2-container .select2-selection {
  position: relative;
  overflow: hidden;
  height: auto;
  display: block;
}
.form-layout .form-control-group .select2-container .select2-selection:after {
  position: absolute;
  top: 0;
  content: "";
  border: solid rgba(0, 0, 0, 0.65);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  top: 35%;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-layout .form-control-group .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}
.form-layout .form-control-group .select2-results__option--selectable {
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-layout .form-control-group .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #DA0021;
  color: #ffffff;
}
.form-layout .form-control-group .select2-container--default .select2-selection--single .select2-selection__clear,
.form-layout .form-control-group .select2-container--default .select2-selection--multiple .select2-selection__clear {
  width: 20px;
  font-size: 20px;
  margin-right: 18px;
  margin-top: 0;
}
.form-layout .form-control-group .chosen-container {
  height: auto;
  background: none;
  max-width: 300px;
}
.form-layout .form-control-group .chosen-container .chosen-single {
  background: transparent;
}
.form-layout .form-control-group .chosen-container .chosen-single span {
  font-size: 16px;
  line-height: 22px;
}
.form-layout .form-control-group.year-select .chosen-container {
  max-width: 200px;
}
.form-layout .form-control-group.year-select .chosen-container span {
  font-size: 17px;
  font-weight: 600;
}
.form-layout .form-control-group .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0 none;
}
.form-layout .form-control-group .poPFrmTxtEmail {
  background: url("../../images/e-mail-ico.png") 8px center no-repeat;
  background-size: 18px 12px;
  padding-left: 35px;
}
.form-layout .form-control-group .poPFrmTxtPassword {
  background: url("../../images/Key.png") 8px center no-repeat;
  background-size: 18px 18px;
  padding-left: 35px;
}
.form-layout .form-control-group .form-check {
  display: flex;
  align-items: flex-start;
}
.form-layout .form-control-group .form-check label {
  font-size: 16px;
  line-height: 24px;
}
.form-layout .form-control-group .form-check-input {
  font-family: "Barlow", sans-serif;
  border: 1px solid #8e8e8e;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 7px;
  padding: 0;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-layout .form-control-group .form-check-input:checked {
  background-color: #DA0021;
  border: 1px solid #DA0021;
}
.form-layout .form-control-group .select2-container .select2-selection {
  margin-top: 0;
  max-height: 43.6px;
  padding: 7px 5px 13px;
}
.form-layout .form-control-group .select2-container .select2-selection .select2-search__field {
  margin-top: 3px;
  margin-left: 0;
  height: 21px;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}
.form-layout .form-control-group .select2-container .select2-selection .select2-search__field::placeholder {
  color: #333333;
}
.form-layout .form-control-group.old-input-style .select2-container .select2-selection {
  padding: 4px 5px 7px;
  max-height: 34.6px;
  min-height: 34.6px;
}
.form-layout .form-control-group.select-2-width-100 .select2-container {
  width: 100% !important;
}
.form-layout .form-control-group .chosen-choices {
  background: transparent;
}
.form-layout .form-control-group .chosen-choices .search-field input#dateRange {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  height: 19px;
}
.form-layout .selectedetoption .form-control-group.multiselect .select2-container {
  width: 98%;
}
.form-layout label,
.form-layout .form-input-label {
  font-size: 15px;
  font-weight: 400;
  display: block;
  font-family: "Barlow", sans-serif;
  line-height: 22px;
}
.form-layout .form-input-label.font-sizebig {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
@media (min-width: 992px) {
  .form-layout .form-input-label.font-sizebig {
    font-size: 22px;
  }
}
.form-layout .primary-button {
  padding: 5px 45px 5px 45px;
  border: 0;
}
@media (min-width: 992px) {
  .form-layout .primary-button {
    padding: 10px 55px 10px 55px;
    font-size: 20px;
    font-family: "Barlow", sans-serif;
  }
}
.form-layout .form-links {
  display: flex;
  justify-content: center;
  gap: 0px 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  font-family: "Barlow", sans-serif;
  color: #DA0021 !important;
  cursor: pointer;
}
.form-layout .toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -23px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .form-layout .toggle-password {
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .form-layout .toggle-password {
    margin-top: -30px;
  }
}
.form-layout.news-filter-form {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .form-layout.news-filter-form {
    margin-top: 70px;
  }
}
.form-layout.news-filter-form .primary-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.form-layout.news-filter-form .form-control-group .form-control-input::placeholder {
  color: #333333;
}
.form-layout .forgotPassButton .primary-button {
  max-width: 300px;
}
@media (min-width: 768px) {
  .form-layout .forgotPassButton .primary-button {
    max-width: 400px;
  }
}
.form-layout .forgotPassButton.form-control-group {
  max-width: 500px;
}
.form-layout .form-group {
  margin-top: 8px;
}
.form-layout .form-group label {
  font-weight: 600;
}
.form-layout .form-group .form-check-label a {
  color: #DA0021;
}
.form-layout .formapagetextinpute .control-label {
  margin-top: 5px;
  text-align: left;
  font-size: 15px !important;
  font-weight: 600 !important;
  display: block;
  font-family: "Barlow", sans-serif;
}
.form-layout .formapagetextinpute .form-control {
  font-family: "Barlow", sans-serif;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin-top: 6px;
}
.form-layout .formapagetextinpute .has-error .form-control {
  border: 1px solid #DA0021;
}
.form-layout .form-layoutredio .form-check-input {
  border: 1px solid #8e8e8e;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Barlow", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
.form-layout .form-layoutredio .form-check-input:checked {
  background-color: #DA0021 !important;
  border: 1px solid #DA0021 !important;
}
.form-layout .form-layoutredio .marginblock {
  margin-right: 0 !important;
  margin-top: 0;
}
@media (min-width: 992px) {
  .form-layout .form-layoutredio .marginblock {
    margin-right: 0;
    margin-top: 8px;
  }
}
.form-layout .form-layoutredio .marginblocktwo {
  margin-right: 0 !important;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .form-layout .form-layoutredio .marginblocktwo {
    margin-right: 0;
    margin-top: 8px;
  }
}
.form-layout .form-layoutredio .sg-dir-options {
  width: 99%;
  margin-bottom: 5px;
  font-size: 16px;
}
.form-layout .form-layoutredio .text-bottom {
  font-size: 16px;
}
.form-layout .date-picker-wrapper {
  font-family: "Barlow", sans-serif;
}
.form-layout.filters-type-2 {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .form-layout.filters-type-2 {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .form-layout.filters-type-2 {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.form-layout.filters-type-2 .select2 {
  width: 100% !important;
}
.form-layout .singleSelect-group .select2-selection__placeholder {
  color: #333333;
}

#registerFormPackage1.form-layout .custom-radio-style label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 992px) {
  #registerFormPackage1.form-layout .custom-radio-style label {
    font-size: 20px;
    line-height: 30px;
  }
}

#registerFormPackages.form-layout a, #registerFormPackage1.form-layout a, #registerFormPackage2.form-layout a, #registerFormPackage3.form-layout a {
  color: #DA0021;
}

/* select 2 css start */
.form-layout .form-control-group.multiselect .select2-container .select2-selection {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.multiselect ul.select2-selection__rendered li {
  display: none;
}
.multiselect ul.select2-selection__rendered li:nth-child(1) {
  display: flex !important;
  justify-content: space-between;
  font-size: 16px;
}
.multiselect ul.select2-selection__rendered li:nth-child(1) .select2-selection__choice__remove {
  order: 2;
  background: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}
.multiselect .select2-selection__choice__display {
  padding-top: 2px;
}
.multiselect .select2-search.select2-search--inline {
  display: inline-block !important;
}
.multiselect .select2-search.select2-search--inline textarea[type=search] {
  outline-offset: 0;
  outline: 0;
}
.multiselect .select2-container .select2-selection {
  text-align: left;
}

.multiselect-options .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  background-color: #ffffff;
  vertical-align: middle;
  padding: 0 2px;
  margin-right: 10px;
  border: 1px solid #8e8e8e;
}

.multiselect-options .select2-results__option--selected:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #ffffff;
  background-color: #DA0021;
  border: 1px solid #DA0021;
  font-size: 12px;
  line-height: 16px;
}

.multiselect-options .select2-results__option--group:before {
  content: "";
  display: none;
}

.multiselect-options .select2-results__option {
  padding: 4px;
  padding-left: 10px !important;
}

.select2-container--default .multiselect-options .select2-results__option--highlighted.multiselect-options .select2-results__option--selectable {
  background: rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-results__option--highlighted {
  background: rgba(0, 0, 0, 0.1);
}

.multiselect-select2-dropdown {
  max-height: 350px;
  overflow-y: scroll;
}

/* select 2 css end */
.btn-close {
  color: #000000;
  font-size: 15px;
}

.pull-left.form-group {
  margin-bottom: 20px;
}

.selectedetoption .bootstrap-select {
  border: 1px solid #ced4da;
}

.form-layoutredio .form-check-input {
  border: 1px solid #8e8e8e;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Barlow", sans-serif;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.form-layoutredio .form-check-input:checked {
  background-color: #DA0021 !important;
  border: 1px solid #DA0021 !important;
}

#profileForm label {
  text-align: left;
}
@media (min-width: 992px) {
  #profileForm label {
    text-align: left;
  }
}

#userTabs.profile_button ul {
  margin: 0 !important;
  border-bottom: 1px solid #DA0021;
}

.ui-widget-header {
  background: none;
}

.ui-widget-content a,
.ui-widget-header a {
  color: #000000 !important;
}

.pdf-button{
	color: #DA0021;
}
#profile_button.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #DA0021 !important;
  font-weight: 400;
  color: #DA0021;
  border-top: 1px solid #DA0021;
  border-right: 1px solid #DA0021;
  border-left: 1px solid #DA0021 !important;
}
@media (min-width: 992px) {
  #profile_button.ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border-bottom: 0 !important;
  }
}

#profile_buttonl .ui-state-default a,
.ui-state-default a:hover,
.ui-state-default a:hover {
  color: #ffffff;
}

#profile_button .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none;
  color: #ffffff !important;
}

#profile_button.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff;
  font-weight: 400;
  color: #000000;
  border-top: 1px solid #DA0021;
  border-right: 1px solid #DA0021;
  border-left: 1px solid #DA0021;
  border-bottom: 1px solid #DA0021;
}

#userTabs.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  width: auto !important;
  border-bottom-width: 1px;
}
@media (min-width: 992px) {
  #userTabs.ui-tabs .ui-tabs-nav li,
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    border-bottom-width: 0;
  }
}

#userTabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  width: 100% !important;
  padding: 0 10px;
}

.news-letter {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .news-letter {
    margin-bottom: 100px;
  }
}

.formapagetextinpute .control-label {
  margin-top: 5px;
  text-align: left;
  font-size: 15px !important;
  font-weight: 600 !important;
  display: block;
  font-family: "Barlow", sans-serif;
}
.formapagetextinpute .form-control {
  font-family: "Barlow", sans-serif;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin-top: 6px;
}
.formapagetextinpute .has-error .form-control {
  border: 1px solid #DA0021;
}

.form-layoutredio .form-check-input {
  border: 1px solid #8e8e8e;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Barlow", sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
.form-layoutredio .form-check-input:checked {
  background-color: #DA0021 !important;
  border: 1px solid #DA0021 !important;
}
.form-layoutredio .marginblock {
  margin-right: 0 !important;
  margin-top: 0;
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  .form-layoutredio .marginblock {
    margin-right: 0;
    margin-top: 8px;
  }
}
.form-layoutredio .sg-dir-options {
  width: 99%;
  margin-bottom: 5px;
  font-size: 16px;
}
.form-layoutredio .text-bottom {
  font-size: 16px;
}

.memberSubTypes {
  list-style: none;
}
.memberSubTypes .li a {
  font-size: 18px;
}

#profileForm .ListingFormat {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
}
#profileForm .ListingFormat li {
  color: #000000;
}

.productGroupLabelAccordion {
  padding: 20px 0;
}
.productGroupLabelAccordion .accordion-header {
  margin: 0;
}
.productGroupLabelAccordion .accordion-body {
  padding: 5px 10px;
}
.productGroupLabelAccordion .accordion-body p {
  font-size: 16px;
  margin: 0;
}
.productGroupLabelAccordion .accordion-block {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #DA0021;
  padding: 8px 0;
  text-align: left;
}

.checkbox .marginblock {
  margin-top: 3px;
}
@media (min-width: 992px) {
  .checkbox .marginblock {
    margin-top: 11px;
  }
}

.errorpage h1 {
  font-size: 35px;
  line-height: 50px;
  color: #DA0021;
}
@media (min-width: 992px) {
  .errorpage h1 {
    font-size: 50px;
    line-height: 90px;
  }
}
.errorpage p {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .errorpage p {
    font-size: 22px;
    line-height: 20px;
  }
}

.marzin-top {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .marzin-top {
    margin-top: 0px;
  }
}

.marzintoptwo {
  margin-top: 3px;
}
@media (min-width: 992px) {
  .marzintoptwo {
    margin-top: 3px;
  }
}

.singleselectyear .form-control-input {
  border: 1px solid #8e8e8e;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  font-family: "Barlow", sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.Searchnewbtn .primary-button {
  border-radius: 5px;
  max-width: inherit;
  padding: 4px 5px;
}
@media (min-width: 992px) {
  .Searchnewbtn {
    padding: 0;
  }
}

.onhover:hover {
  background: red !important;
}

.directoryAlphabaticSearch p {
  line-height: 33px;
}

.news {
  margin-top: 120px;
  margin-bottom: 120px;
}
.news h2 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .news h2 {
    margin-top: 0px;
  }
}
.news .paddingleft {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .news .paddingleft {
    padding-right: 70px;
  }
}

.imagtagright {
  width: 100%;
  height: 900px;
  background-position: center !important;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .imagtagright {
    height: 100%;
  }
}

.twocolumnsTextblock {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .twocolumnsTextblock {
    position: absolute;
    top: 0;
  }
}

.partage p {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .partage p {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 25px;
  }
}

.news h3 {
  font-family: "BarlowSemiCondensed", sans-serif;
  font-size: 30px;
  line-height: 34px;
  padding-top: 20px;
}
.news .secondary-button {
  margin-bottom: 30px;
}

.block-list-area .newsmarging {
  margin-bottom: 40px;
}
.block-list-area .search-icon {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 10px;
  -webkit-transform: translateY(-49%);
  -moz-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
}
.block-list-area .list-filter select {
  min-width: 100px;
  max-width: 100px;
}
.block-list-area .list-filter .num-item-page {
  width: 100%;
}
@media (min-width: 992px) {
  .block-list-area .list-filter .num-item-page {
    width: 25%;
  }
}
.block-list-area .block-list {
  margin-left: -20px;
  margin-right: -20px;
}
.block-list-area .block-list .news-block {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .block-list-area .block-list .news-block {
    margin: 0 auto 50px;
  }
}
@media (max-width: 767px) {
  .block-list-area .block-list .news-block {
    max-width: 500px;
  }
}
.block-list-area .block-list .news-block .date {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 3px;
}
.block-list-area .block-list .news-block .block-img {
  max-height: 250px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.block-list-area .block-list .news-block .block-img.news-image {
  background: rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .block-list-area .block-list .news-block .block-img {
    height: 337px;
    max-height: 337px;
  }
}
.block-list-area .block-list .news-block .block-img img {
  object-fit: cover;
  max-width: 100%;
  max-height: 250px;
}
@media (min-width: 768px) {
  .block-list-area .block-list .news-block .block-img img {
    max-height: 337px;
  }
}
.block-list-area .block-list .news-block .block-img.news-image img {
  height: 100%;
}
.block-list-area .block-list .news-block .news-title {
  font-family: "BarlowSemiCondensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 12px;
  color: #000000;
}
@media (min-width: 768px) {
  .block-list-area .block-list .news-block .news-title {
    font-size: 30px;
    line-height: 34px;
  }
}
.block-list-area .block-list .news-block .news-title a {
  color: #000000;
}
.block-list-area .block-list .news-block .news-desc {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .block-list-area .block-list .news-block .news-desc {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.block-list-area .block-list .news-block .news-desc .news-sp-tag {
  color: #00a651;
  font-weight: 600;
}
.block-list-area .block-list .news-block .news-desc .news-sg-tag {
  color: #DA0021;
  font-weight: 600;
}
.block-list-area .block-list .news-block .secondary-button {
  text-align: center;
  display: block;
  width: auto;
}
.block-list-area .block-list .news-block.first-block .date {
  line-height: 18px;
  margin-bottom: 10px;
}
.block-list-area #advancedSearchTrigger {
  width: 180px;
  padding: 7px 10px;
  font-weight: 600;
  color: #DA0021;
  cursor: pointer;
}
.block-list-area #advancedSearchTrigger .link {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .block-list-area #advancedSearchTrigger .link {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .block-list-area #advancedSearchTrigger {
    width: 100%;
  }
}
.block-list-area .chosen-choices {
  font-family: "Barlow", sans-serif;
  border: 1px solid #8e8e8e !important;
  max-height: 44.6px;
  margin: 0;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.block-list-area .chosen-choices .search-field input[type=text] {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}
.block-list-area .select2 {
  width: 100% !important;
}
.block-list-area .filter-box {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.block-list-area .filter-box input::placeholder {
  color: #333333;
}
@media (min-width: 768px) {
  .block-list-area .filter-box {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-list-area .filter-box {
    width: calc(22% - 10px);
  }
  .block-list-area .filter-box .form-control-group {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-list-area .filter-box-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .block-list-area .filter-box-wrap {
    width: calc(44% - 10px);
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .block-list-area .filter-box-wrap .filter-box {
    width: calc(50% - 5x);
  }
}
@media (min-width: 992px) {
  .block-list-area .filter-box-wrap .filter-box {
    width: calc(50% - 5px);
  }
}
.block-list-area .filter-box-wrap .filter-box .chosen-choices:after {
  content: "\f073";
  font-family: fontAwesome;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.block-list-area .filter-box-btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .block-list-area .filter-box-btn {
    width: 12%;
    margin: 0;
  }
  .block-list-area .filter-box-btn .form-control-group {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-list-area .filter-box-btn {
    order: 3;
  }
}
.block-list-area .filter-box-year {
  order: last;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .block-list-area .filter-box-year {
    order: 5;
  }
}
@media (max-width: 767px) {
  .block-list-area .filter-box-year {
    order: 5;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .block-list-area .filter-box-year {
    width: 100%;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .block-list-area .filter-box-year {
    width: 12%;
    margin-right: 0;
  }
  .block-list-area .filter-box-year .form-control-group {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-list-area .filter-box-year .form-control-input {
    width: 75%;
  }
}
.block-list-area .filter-box-advance {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .block-list-area .filter-box-advance {
    order: 3;
  }
}
@media (max-width: 767px) {
  .block-list-area .filter-box-advance {
    order: 4;
  }
}
@media (min-width: 768px) {
  .block-list-area .filter-box-advance {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .block-list-area .filter-box-advance {
    max-width: 200px;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.direction_Mobile_order .filter-box-btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .direction_Mobile_order .filter-box-btn {
    width: 12%;
    margin: 0;
  }
  .direction_Mobile_order .filter-box-btn .form-control-group {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .direction_Mobile_order .filter-box-btn {
    order: 4;
  }
}
.direction_Mobile_order .filter-box-year {
  order: last;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .direction_Mobile_order .filter-box-year {
    order: 5;
  }
}
@media (max-width: 767px) {
  .direction_Mobile_order .filter-box-year {
    order: 3;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .direction_Mobile_order .filter-box-year {
    width: 100%;
    max-width: 100%;
  }
  .direction_Mobile_order .filter-box-year .form-control-group {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .direction_Mobile_order .filter-box-year {
    width: 12%;
    margin-right: 0;
    max-width: 200px;
  }
  .direction_Mobile_order .filter-box-year .form-control-group {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .direction_Mobile_order .filter-box-year .form-control-input {
    width: 75%;
  }
}

.memebrouter .border-bottom-line {
  border-bottom: 5px solid #000000;
  margin-top: 10px;
}
.memebrouter .border-bottom-text {
  border-bottom: 1px solid #000000;
  padding-top: 0px;
}
@media (min-width: 992px) {
  .memebrouter .border-bottom-text {
    padding-top: 120px;
  }
}
.memebrouter .heading_member {
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  padding-bottom: 40px;
  font-weight: 400;
  padding-top: 40px;
  padding-left: 0;
  color: black;
}
.memebrouter .heading_member .event-text {
  font-size: 18px;
  padding-top: 45px;
}
@media (min-width: 992px) {
  .memebrouter .heading_member .event-text {
    padding-top: 0px;
  }
}
.memebrouter .padding-top {
  padding-top: 42px;
  border-bottom: 1px solid black !important;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .memebrouter .padding-top {
    padding-top: 42px;
    padding-bottom: 90px;
    border-bottom: 1px solid black !important;
  }
}
.memebrouter .padding-top:last-child {
  border-bottom: 1px solid black !important;
}
@media (min-width: 992px) {
  .memebrouter .padding-top:last-child {
    padding-top: 42px;
    border: 0;
  }
}
.memebrouter .memberimagetextimage {
  justify-content: center;
  display: flex;
}
.memebrouter .memberimagetext ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .memebrouter .memberimagetext ul {
    padding-left: 40px;
  }
}
.memebrouter .memberimagetext ul li {
  position: relative;
}
.memebrouter .memberimagetext ul li a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}
@media (min-width: 992px) {
  .memebrouter .memberimagetext ul li a {
    font-size: 22px;
  }
}
.memebrouter .form-control {
  padding: 8px !important;
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .memebrouter .form-control {
    margin-bottom: 0px;
  }
}
.memebrouter .form-select-lg {
  font-size: 1rem;
}
.memebrouter .form-control::placeholder {
  color: #000000 !important;
}
.memebrouter .restricted-news .memberimagetextimage img {
  max-width: 243px;
  max-height: 210px;
  width: auto;
}

#membersTabId .membersTabContainer {
  margin-top: 15px;
}
#membersTabId .ui-widget-header {
  background: none;
}
#membersTabId .memberPdfImg {
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3882352941);
}
#membersTabId .epaperBtn {
  font-family: "Barlow", sans-serif;
  border: 2px solid #DA0021;
  background-color: #ffffff;
  color: #DA0021;
  border-radius: 25px;
  width: 130px;
  height: 36px;
}
#membersTabId .epaperBtn:hover {
  background-color: #DA0021 !important;
  color: #ffffff;
}
#membersTabId .memberLabel {
  font-size: 16px !important;
  font-family: "BarlowSemiCondensed", sans-serif;
  color: #000000 !important;
}
#membersTabId .memberThumbs {
  width: 240px !important;
  padding-top: 10px !important;
  margin: 0 20px 30px 0 !important;
  text-align: center;
}
#membersTabId .ui-tabs-nav {
  border-bottom: 1px solid #DA0021;
}
#membersTabId .ui-tabs-nav li {
  width: 250px !important;
}
@media (max-width: 767px) {
  #membersTabId .ui-tabs-nav li {
    width: 100% !important;
  }
}
#membersTabId .ui-tabs-nav .ui-tabs-anchor {
  cursor: pointer;
  font-family: "BarlowSemiCondensed", sans-serif;
  border-top: 1px solid #DA0021;
  border-left: 1px solid #DA0021;
  border-right: 1px solid #DA0021;
  border-bottom: 1px solid #DA0021;
  color: #000000;
  background-color: #ffffff;
  width: 100% !important;
  line-height: 43px;
}
#membersTabId .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor {
  color: #ffffff;
  background-color: #DA0021;
}
#membersTabId ul.memberSubTypes li a {
  font-family: "BarlowSemiCondensed", sans-serif;
  color: #000000 !important;
}
#membersTabId #membersTab-1 {
  margin-left: 22px;
}

.sg-directory {
  margin-top: 0px;
}
.sg-directory .search-icon {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 10px;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}
.sg-directory .bordered-title {
  padding-top: 0px;
}
.sg-directory #PaginationBot {
  font-size: 18px;
}
.sg-directory #bot_pagination {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .sg-directory #bot_pagination {
    display: flex;
    justify-content: center;
    padding-top: 0px;
  }
}
.sg-directory #bot_pagination .ui-tabs-anchor {
  margin: 0;
}
@media (max-width: 767px) {
  .sg-directory #bot_pagination .ui-tabs-anchor {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
}
.sg-directory .epaperBtn {
  font-family: "Barlow", sans-serif;
  border: 2px solid #DA0021;
  background-color: #ffffff;
  color: #DA0021;
  border-radius: 25px;
  width: 230px;
  height: 45px;
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sg-directory .epaperBtn {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sg-directory .epaperBtn:hover {
  background-color: #DA0021;
  color: #ffffff;
}

.sg-directory-listing .slide-down-content {
  display: none;
}
.sg-directory-listing .slide-down-content .data-heading {
  color: #DA0021;
  font-weight: 600;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .sg-directory-listing .slide-down-content .data-heading {
    width: 300px;
    min-width: 300px;
    font-weight: 400;
    word-wrap: break-word;
  }
}
.sg-directory-listing .slide-down-content .data-title {
  font-weight: 600;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .sg-directory-listing .slide-down-content .data-title {
    width: 300px;
    min-width: 300px;
    font-weight: 400;
    word-wrap: break-word;
  }
}
.sg-directory-listing .slide-content-desktop {
  display: none;
}
@media (min-width: 768px) {
  .sg-directory-listing .slide-content-desktop {
    display: block;
  }
}
.sg-directory-listing .memberimagetextimage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-directory-listing .memberimagetextimage img {
  height: auto;
  width: 200px;
}
@media (max-width: 767px) {
  .sg-directory-listing .memberimagetextimage img {
    width: 100%;
  }
}
.sg-directory-listing .memberimagetextimage .para-content {
  padding-left: 0;
}
.sg-directory-listing .border-bottom-line {
  border-bottom: 1px solid #000000;
  padding-top: 25px;
  margin-bottom: 25px;
}
.sg-directory-listing .slide-down {
  color: #DA0021;
  text-decoration: underline;
}
.sg-directory-listing .para-content {
  margin: 0;
}
.sg-directory-listing .memberimagetext ul {
  padding-left: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .sg-directory-listing .memberimagetext ul {
    padding-left: 0px;
  }
}
.sg-directory-listing .memberimagetext ul li {
  position: relative;
  margin-bottom: 5px;
}
.sg-directory-listing .memberimagetext ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 22px;
}
.sg-directory-listing .memberimagetext ul li a p {
  padding-left: 40px;
  margin: 0;
  display: inline-block;
}
.sg-directory-listing .memberimagetext ul li .rightside-info-icon {
  width: 22px;
  display: flex;
  align-items: flex-start;
}
.sg-directory-listing .memberimagetext .para-content {
  font-size: 16px;
  line-height: 20px;
  padding-left: 15px;
  padding-bottom: 5px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .sg-directory-listing .memberimagetext .para-content {
    font-size: 20px;
    line-height: 33px;
  }
}
.sg-directory-listing .table td {
  border: none;
  font-size: 22px;
  line-height: 32px;
  padding: 5px 15px 0px 0px;
}

footer {
  background: #f2f2f2;
  padding: 0;
}

.footer {
  background: #f2f2f2;
  width: 100%;
  font-family: "Barlow", sans-serif;
  padding: 0 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer {
    overflow: none;
    padding: 0;
  }
}
.footer span {
  line-height: 25px;
}
.footer span a {
  color: #000000 !important;
  text-decoration: none;
}
.footer .footercontent {
  font-family: "Barlow", sans-serif;
  border-right: inherit;
  min-height: 167px;
  height: 100%;
  padding-left: 0px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .footer .footercontent {
    border-right: 3px solid #000000;
    padding-left: 20px;
    height: auto;
  }
}
.footer .footercontent:first-child {
  padding-left: 0px;
}
.footer .footercontent:last-child {
  border-right: 0;
}
.footer .footercontent h4, .footer .footercontent h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
.footer .footercontent p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #000000;
  font-family: "Barlow", sans-serif;
  text-align: left;
}
.footer .footercontent ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  font-weight: 600;
}
.footer .footercontent ul li {
  margin-bottom: 7px;
  font-size: 13px;
  color: #000000;
}
.footer .footercontent ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #000000 !important;
  font-weight: 400;
}
.footer .footercontent ul li a span {
  padding-left: 10px;
  font-size: 18px;
}
.footer .footercontent ul .logofooter {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .accordion {
  margin-top: 120px;
  background: #f2f2f2 !important;
  width: 100%;
  --bs-accordion-color: none;
  --bs-accordion-bg: none;
  --bs-accordion-border-width: 0px;
}
.footer .accordion .accordion-body {
  padding-left: 0;
}
.footer .accordion-item {
  border-top: 2px solid #000000 !important;
  border-radius: 0 !important;
}
.footer .accordion-button {
  font-weight: 600;
  padding: 20px 0;
}
.footer .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='%23212529' stroke-width='1'/%3e%3c/svg%3e") !important;
}
.footer .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f2f2f2;
}
.footer .accordion-button:focus {
  box-shadow: none;
}
.footer .accordion .card {
  border-top: 2px solid #000000;
  border-bottom: 0;
  background-color: inherit;
  background-clip: inherit;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.footer .accordion .card .card-header {
  border: 0;
  background-color: inherit;
  padding-left: 0;
}
.footer .accordion .card .card-header .btn:focus {
  box-shadow: inherit;
}
.footer .accordion .card .card-header .btn-link {
  color: #000000;
  text-decoration: none;
  text-align: left;
  padding-left: 0;
  font-weight: 600;
}
.footer .accordion .card-body {
  background: #f2f2f2 !important;
  padding-left: 0;
}
.footer .accordion .card-body .text-white {
  color: #000000 !important;
}

.accordion .btn-link:after,
.accordion .btn-link .collapsed:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 32px;
  color: #000000;
  width: 45px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 6px;
  right: -11px;
  transition: all 0.2s;
  font-weight: normal;
}

.accordion .btn-link.collapsed:after {
  content: "\f107";
  color: #000000;
  transition: all 0.5s ease 0s;
}

.accordion .btn-link:before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 0px;
}

.accordion .btn-link.collapsed:before {
  display: none;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.outer-block {
  background-color: rgba(59, 57, 57, 0.9);
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  position: fixed;
}

.lds-roller {
  display: flex;
  position: fixed;
  width: 80px;
  height: 80px;
  height: 100vh;
  width: 95vw;
  justify-content: center;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 99999;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .lds-roller {
    width: 80vw;
  }
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#membersTabId .epaperBtn:hover .pdf-button {
  color: #ffffff;
}
/*# sourceMappingURL=main.css.map */
</pre></body></html>