@charset "UTF-8";
body {
  font-size: 17px;
  font-weight: 300;
}

html,
body {
  overflow-x: hidden;
}

.mrgb100 {
  margin-bottom: 100px;
}

.aboutbanner .title h3 {
  font-size: 44px;
  font-weight: 500;
}

.coloredList.green .listing-intro {
  color: #FFF;
}
.coloredList.green .listing-intro p {
  color: #FFF;
}
.coloredList.green .form-intro {
  color: #fff;
  width: 75%;
  font-size: 22px;
  margin-bottom: 50px;
}
.coloredList.green .form-intro .listingHolder {
  margin-bottom: 70px;
}
.coloredList.green .form-intro a {
  color: #f8df0e;
}
.coloredList.green .form-intro a:hover {
  opacity: 0.6;
}

.montanaActivity {
  padding-top: 100px;
}
.montanaActivity .viewAllBottom {
  margin-top: 35px;
  clear: both;
}
.montanaActivity .hometitle {
  color: #4d4d4d;
}
.montanaActivity .activityItem {
  border: 1px solid #bbbbbb;
  border-radius: 14px;
  padding: 20px;
}
.montanaActivity .activityItem h4 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 500;
}
.montanaActivity .activityItem.mrgb20 {
  margin-bottom: 20px;
  padding: 15px;
}
.montanaActivity .activityItem.mrgb20 img {
  margin-bottom: 0;
}
.montanaActivity .activityItem.mrgb20 h4 {
  font-size: 18px;
}
.montanaActivity .activityItem .textImg {
  display: flex;
  align-items: center;
}
.montanaActivity .activityItem .textImg img {
  flex: 0 0 220px;
  margin-right: 20px;
}
.montanaActivity .activityItem img {
  margin-bottom: 20px;
  width: 100%;
}
.montanaActivity .activityItem p {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 300;
}

.languagesWrapper {
  display: flex;
  margin-left: 30px;
}
.languagesWrapper .languageItem {
  display: flex;
}
.languagesWrapper .languageItem a {
  color: #4d4d4d;
  display: inline-block;
  text-align: center;
  margin-block: auto;
}
.languagesWrapper .languageItem:last-child a {
  margin-right: 0;
}
.languagesWrapper .languageItem a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  height: 47px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.languagesWrapper .languageItem a.active {
  border-radius: 10px;
  background-color: #f1592a;
  box-shadow: 0 1px 8px 0 rgba(244, 74, 17, 0.35);
  color: #fff;
  font-weight: 600;
  width: 52px;
}
@media all and (max-width: 568px) {
  .languagesWrapper .languageItem a.active {
    width: 32px;
    height: 32px;
  }
}

.homepagebanner .owl-nav .owl-prev,
.homepagebanner .owl-nav .owl-next {
  bottom: calc(100% + 65px);
}

.carteInformation .blockTitle {
  width: 1300px;
  position: relative;
  color: #4d4d4d;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 52px;
  padding-left: 60px;
  margin: 0 auto 35px;
}
.carteInformation .blockTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  height: 45px;
  width: 38px;
  background: url(/images/yellowTitle.svg);
}
.carteInformation .blockBody .listingHolder.row {
  margin-left: 0;
  margin-right: 0;
}
.carteInformation .blockBody .listingItemDIV {
  padding-left: 0;
  padding-right: 0;
}
.carteInformation .blockBody .listingItemDIV img {
  width: 100%;
}
.carteInformation .listingItemDIV {
  position: relative;
  margin-bottom: 100px;
}
.carteInformation .listingItemDIV .infoWrapper {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  content: "";
  left: 20px;
  padding: 30px;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: center;
  right: 20px;
}
.carteInformation .listingItemDIV .infoWrapper h4 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin-bottom: 15px;
}
.carteInformation .listingItemDIV .infoWrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  width: 80%;
  margin: 0 auto 20px;
}
.carteInformation .listingItemDIV .infoWrapper a {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  transition: ease-in-out 0.3s;
}
.carteInformation .listingItemDIV .infoWrapper a:hover {
  padding-left: 25px;
}
.carteInformation .listingItemDIV .infoWrapper a:before {
  background-image: url(../images/rightAngle.svg);
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 6px;
  height: 9px;
}

.generalComp .blockTitle {
  width: 1300px;
  position: relative;
  color: #4d4d4d;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.9px;
  line-height: 52px;
  padding-left: 60px;
  margin: 0 auto 35px;
}
.generalComp .blockTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  height: 45px;
  width: 38px;
  background: url(/images/yellowTitle.svg);
}

.infoPratique {
  margin-bottom: 100px;
}
.infoPratique .listingItemDIV a {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  transition: ease-in-out 0.3s;
}
.infoPratique .listingItemDIV a:hover {
  padding-left: 25px;
}
.infoPratique .listingItemDIV a:before {
  background-image: url(../images/rightAngle.svg);
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 6px;
  height: 9px;
}

.notice {
  position: relative;
}
.notice:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 50px 2000px 0 0;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  top: 0;
  left: 0;
}
.notice:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 50px 0 0 2000px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  bottom: 0;
  left: 0;
}

.whiteList .imgcontainer img {
  max-width: 100%;
}

.noticeMontana .listingItemLI .downloadCard {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.noticeMontana .listingItemLI .downloadCard:before {
  display: none;
}
.noticeMontana .listingItemLI .downloadCard:after {
  background-image: url(../images/downlaodWhite.svg);
  width: 24px;
  height: 24px;
  top: auto;
  transform: none;
  bottom: 20px;
}

footer .montanaFooter {
  background-color: #00864a;
  position: relative;
}
footer .montanaFooter:after {
  background: url(/images/emblemMontana.png) no-repeat;
}
footer .montanaFooter:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 50px 2000px 0 0;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  top: 0;
  left: 0;
}
footer .montanaFooter .languagesWrapper {
  margin-bottom: 30px;
  margin-left: 0;
}
footer .montanaFooter .languagesWrapper .languageItem {
  margin-right: 20px;
}
footer .montanaFooter .languagesWrapper .languageItem a {
  padding: 0;
  color: #fff;
  box-shadow: none;
  opacity: 0.42;
  text-transform: capitalize;
}
footer .montanaFooter .languagesWrapper .languageItem a.active, footer .montanaFooter .languagesWrapper .languageItem a:hover {
  background-color: transparent;
  opacity: 1;
}
footer .montanaFooter .links a {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
}
footer .montanaFooter .footerInfo {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 80px;
}
footer .montanaFooter .footerInfo h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
footer .montanaFooter .footerInfo .hour {
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
footer .montanaFooter .footerInfo .hour:before {
  position: absolute;
  content: "";
  background-image: url(../images/hour.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
footer .montanaFooter .footerInfo .socialMediaWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .montanaFooter .footerInfo .socialMedia {
  padding-left: 0;
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}
footer .montanaFooter .footerInfo .socialMedia:hover {
  background-color: #f55e2f;
}
footer .montanaFooter .footerInfo .socialMedia::before, footer .montanaFooter .footerInfo .socialMedia:after {
  display: none;
}
footer .montanaFooter .footerInfo a {
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
footer .montanaFooter .footerInfo a:hover:after {
  width: 0;
}
footer .montanaFooter .footerInfo a:before {
  position: absolute;
  content: "";
  background-image: url(../images/whitePhone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
footer .montanaFooter .footerInfo a:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 1px;
  bottom: -2px;
  left: 30px;
  width: calc(100% - 20px);
  transition: ease-in-out 0.3s;
}
footer .montanaFooter .footerInfo a.mail:before {
  background-image: url(../images/whiteMail.svg);
}

.desktopnav .mainnav .SubMenu.headerMontana .firstmenu {
  background-color: #fff;
  width: 30%;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li {
  border-left: none !important;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li .secondmenu > ul li {
  padding-bottom: 0;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li.active > a {
  color: #f1592a;
}
.desktopnav .mainnav .SubMenu.headerMontana .firstmenu li a {
  color: #4d4d4d;
  font-family: Poppins;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 48px;
}

.aboutinfo h4 {
  padding-left: 0;
  line-height: 30px;
}
.aboutinfo .icontitle {
  padding-left: 0;
}
.aboutinfo .icontitle.col-sm-12 {
  padding-left: 15px;
}
.aboutinfo .pdfFile {
  color: #f1592a;
  padding-left: 35px;
  position: relative;
  text-decoration: none;
  position: absolute;
  right: 0;
  transition: all 0.5s linear;
}
.aboutinfo .pdfFile:hover {
  opacity: 0.5;
}
.aboutinfo .pdfFile:before {
  position: absolute;
  content: "";
  background-image: url(../images/pdf.svg);
  height: 22px;
  width: 22px;
  left: 0;
  top: 0;
}

.leftBorder {
  border-left: 3px solid #f1592a;
  padding-left: 45px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.leftBorder .listingTitle {
  margin-bottom: 20px;
}

.fullBorder {
  border: 1px solid #c4c4c4;
  border-radius: 31px;
  text-align: center;
  padding: 60px;
}

.leftImage .row .listingItemDIV {
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 100px;
}
.leftImage .row .listingItemDIV h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 35px;
  margin-bottom: 30px;
}

ul.leftBorder {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding-left: 0;
}
ul.leftBorder li {
  border-top: 1px solid #e5e5e5;
  padding: 15px 300px;
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}
ul.leftBorder li:before {
  display: none;
}
ul.leftBorder li span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}

.introPosition .blockTitle {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.introPosition .blockBody .row {
  margin-left: 0;
  margin-right: 0;
}
.introPosition .blockBody .textImg {
  display: flex;
  background-color: #f1592a;
  align-items: center;
  font-size: 27px;
  margin-bottom: 40px;
}
.introPosition .blockBody .textImg img {
  margin-right: 50px;
}
.introPosition .blockBody .textImg h3 {
  color: #fff !important;
  font-weight: 500;
}
.introPosition .blockBody .primaryBtn {
  margin-top: 40px;
}
.introPosition .blockBody .primaryBtn a {
  color: #f05638;
  background-color: white;
  padding: 16px 20px;
  font-size: 18px;
  transition: all 0.4s ease;
  font-weight: 500;
}
.introPosition .blockBody .primaryBtn a:hover {
  background-color: #006fac;
  color: white;
}

.jobPositionListing .fullBorder {
  margin-bottom: 50px;
  text-align: left;
  background-color: #fff;
}
.jobPositionListing .fullBorder .item {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}
.jobPositionListing .fullBorder .item strong {
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.jobPositionListing .fullBorder .viewAllBottom {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

.structurelecole.noBorders .listingHolder {
  border: none !important;
  text-align: left;
  padding-left: 0 !important;
}
.structurelecole.noBorders .listingHolder .listingItemDIV {
  border: none !important;
  padding: 0 !important;
  text-align: left;
}
.structurelecole.noBorders .listingHolder .listingItemDIV .leftBorder h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.structurelecole.noBorders .listingHolder .listingItemDIV > div {
  max-width: 100% !important;
}
.structurelecole .noBorders .listingHolder {
  border: none !important;
  text-align: left;
  padding-left: 0 !important;
}
.structurelecole .noBorders .listingHolder .listingItemDIV {
  border: none !important;
  padding: 0 !important;
  text-align: left;
}
.structurelecole .noBorders .listingHolder .listingItemDIV .leftBorder h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.structurelecole .noBorders .listingHolder .listingItemDIV > div {
  max-width: 100% !important;
}
.structurelecole .leftBorder {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.structurelecole .leftBorder h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.structurelecole .jobPositionListing .listingHolder {
  flex-direction: column;
}
.structurelecole .jobPositionListing .blockTitle {
  font-size: 20px;
  padding-left: 0;
}
.structurelecole .jobPositionListing .blockTitle::before {
  display: none;
}

.moreNewsBtn a {
  border-radius: 0;
}

.aboutbanner .title span {
  margin-bottom: 10px;
}

.publicationtabs .tabsLinks {
  border-radius: 10px;
  margin-bottom: 70px;
}

.activityList {
  background-image: none;
  padding: 0;
  margin-bottom: 100px;
}
.activityList .listingHolder {
  margin-bottom: 50px;
}
.activityList .moreNewsBtn a {
  line-height: 7px;
}
.activityList .imgcontainer img {
  object-fit: cover !important;
}

.activityList .listingHolder .listingItemDIV .activity .textBox p {
  font-size: 15px;
  line-height: 24px;
}

.video-holder {
  text-align: center;
  margin-bottom: 0;
}
.video-holder > iframe {
  width: 100% !important;
  margin: 0 auto;
  height: 600px !important;
}

.icontitle::before {
  display: none !important;
}

.CommunautéMontana .listingItem {
  margin-bottom: 70px;
}
.CommunautéMontana .listingItem .listingImage {
  height: 370px !important;
  width: 601px;
  margin-bottom: 20px;
}
.CommunautéMontana .listingItem .listingImage #video-anchor {
  height: 100% !important;
  width: 100%;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
.CommunautéMontana .listingItem .listingImage #video-anchor:before {
  background-image: url(../images/Montana/play.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.CommunautéMontana .listingItem .listingImage #video-anchor:hover:before {
  background-image: url(../images/Montana/playHover.svg);
}
.CommunautéMontana .listingItem .listingImage #video-anchor:hover {
  transform: scale(1.02);
}
.CommunautéMontana .listingItem .listingImage .esgsp-video {
  height: 100% !important;
  width: 100%;
}
.CommunautéMontana .listingItem .listingInfos {
  border-left: 2px solid #f1592a;
  padding-left: 15px;
}
.CommunautéMontana .listingItem .listingInfos .listingTitle {
  font-size: 18px;
  font-weight: 500;
}
.CommunautéMontana .listingItem .listingInfos .listingDescription {
  font-size: 15px;
  font-weight: 300;
}

/*Used for the videos notre communaute**/
.espace-info .blockTitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  width: 75%;
  margin-top: -100px;
  margin-bottom: 30px;
}
.espace-info .listingHolder {
  display: flex;
  justify-content: space-around;
}
.espace-info .listingHolder .card {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 13px 0 rgba(173, 173, 173, 0.15);
  flex: 0 0 calc(33% - 25px);
  text-align: center;
  display: block;
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  position: relative;
  padding-left: 24px;
  transform: translateX(-12px);
  transition: ease-in-out 0.3s;
  position: relative;
}
.espace-info .listingHolder .card:hover {
  color: #fff;
  background-color: #f1592a;
}
.espace-info .listingHolder .card:hover * {
  color: #fff;
}
.espace-info .listingHolder .card:hover::before {
  transform: translateY(-50%) translateX(-5px);
}
.espace-info .listingHolder .card .imgcontainer {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.espace-info .listingHolder .card .imgcontainer img {
  max-width: 40px;
  max-height: 35px;
  object-fit: contain;
  width: auto;
  display: block;
}
.espace-info .listingHolder .card h3 {
  display: block;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
}
.espace-info .listingHolder .card p {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
}
.espace-info .listingHolder .card a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  position: relative;
  padding-left: 24px;
  transform: translateX(-12px);
  transition: ease-in-out 0.3s;
}
.espace-info .listingHolder .card a::before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #f1592a;
  transition: linear 0.3s;
  margin-bottom: 15px;
}
.espace-info .listingHolder .card a:hover {
  color: rgba(0, 0, 0, 0.4117647059);
}
.espace-info .listingHolder .card a:hover::before {
  transform: translateY(-50%) translateX(-5px);
}

.aboutbanner .title.white {
  background-color: #fff;
}
.aboutbanner .title.white * {
  color: #4d4d4d;
}

.representatives .representativeblock {
  margin-bottom: 20px;
}
.representatives .representativeblock .toggleTitle {
  cursor: pointer;
}

.structurelecole .espace-info {
  margin-bottom: 0;
}
.structurelecole .espace-info .blockTitle {
  margin-top: 0;
  padding-left: 0;
}
.structurelecole .espace-info .blockTitle:before {
  display: none;
}
.structurelecole .listingHolder .card:before {
  display: none;
}
.structurelecole .representatives .form-intro {
  font-style: italic;
}
.structurelecole .representatives .listingHolder {
  flex-direction: column;
  gap: 0;
}

.toggleTitle {
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.toggleTitle:hover {
  color: #f1592a !important;
}

.Conditionsfinance .blockTitle {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}

.whiteList.Conditionsfinance .blockTitle {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 0;
}
.whiteList.Conditionsfinance .blockTitle:before {
  display: none;
}
.whiteList.Conditionsfinance .blockBody .listingItemDIV {
  flex: 0 0 100%;
}
.whiteList.Conditionsfinance .blockBody .listingItemDIV a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: underline;
  color: #f55e2f;
  transition: ease-in-out 0.2s;
}
.whiteList.Conditionsfinance .blockBody .listingItemDIV a:hover {
  opacity: 0.6;
}

.BourseListe .listingItemDIV {
  margin-bottom: 90px;
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
}
.BourseListe .listingItemDIV:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}
.BourseListe .listingItemDIV h3 {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.BourseListe .listingItemDIV a {
  color: #f1592a;
  text-decoration: underline;
  display: block;
  margin-bottom: 5px;
}

.contactus .cards .card {
  position: relative;
}
.contactus .cards .card a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.contactus .cards .card p:empty {
  display: none;
}

.contactus .cards .card a {
  padding-left: 15px;
}
.contactus .cards .card a:before {
  background-image: url(../images/rightAngle.svg);
  position: absolute;
  background-color: transparent;
  content: "";
  left: 0;
  top: 6px;
  width: 6px;
  height: 9px;
  transform: none !important;
}

.searchListing {
  margin-bottom: 80px;
}
.searchListing .blockTitle .searchWord {
  color: #f55e2f;
}
.searchListing .pageCont {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.searchListing .pageCont h3 a {
  line-height: normal;
}

.calendarList .blockTitle {
  font-size: 22px;
  font-weight: 500;
}
.calendarList .listingItemDIV {
  border-left: 4px solid #00864a;
  padding-left: 20px;
  margin-left: 15px;
  margin-bottom: 70px;
}
.calendarList .listingItemDIV .entity {
  padding: 15px 24px;
}
.calendarList .listingItemDIV .entity:nth-child(odd) {
  background-color: #f5f5f5;
}
.calendarList .listingItemDIV .entity span {
  width: 200px;
  margin-right: 50px;
  display: inline-block;
}

.instanceListing,
.structurelecole {
  padding-bottom: 100px;
}
.instanceListing .blockTitle,
.structurelecole .blockTitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.instanceListing .blockBody .listingHolder,
.structurelecole .blockBody .listingHolder {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding-left: 0;
  border-left: 3px solid #f1592a;
  flex-direction: column;
}
.instanceListing .blockBody .listingHolder.row,
.structurelecole .blockBody .listingHolder.row {
  margin-left: 0;
}
.instanceListing .blockBody .listingHolder .listingItemDIV,
.structurelecole .blockBody .listingHolder .listingItemDIV {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
}
.instanceListing .blockBody .listingHolder .listingItemDIV > div,
.structurelecole .blockBody .listingHolder .listingItemDIV > div {
  max-width: 800px;
  margin: 0 auto;
}
.instanceListing .blockBody .listingHolder .listingItemDIV h3,
.structurelecole .blockBody .listingHolder .listingItemDIV h3 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.structurelecole .blockTitle {
  padding-left: 0;
}
.structurelecole .blockTitle:before {
  display: none;
}

.login .email {
  margin-bottom: 20px;
}
.login .email label {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 5px;
  display: block;
}
.login .email input {
  display: block;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 20px 20px 50px;
}
.login .email input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
}
.login button {
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
}
.login .welcomemsg {
  padding-left: 0;
}
.login .welcomemsg:before {
  display: none;
}
.login .errorMessage {
  position: absolute;
  right: 15px;
  color: red;
  font-size: 12px;
}

.jobPositionListing.noBorders .listingHolder {
  border: none !important;
  text-align: left;
  padding-left: 0 !important;
}
.jobPositionListing.noBorders .listingHolder .listingItemDIV {
  border: none !important;
  padding: 0 !important;
  text-align: left;
}
.jobPositionListing.noBorders .listingHolder .listingItemDIV .leftBorder h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.jobPositionListing.noBorders .listingHolder .listingItemDIV > div {
  max-width: 100% !important;
}

.structurelecole .jobPositionListing.noBorders .listingItemDIV {
  margin-bottom: 30px;
}
.structurelecole .jobPositionListing.noBorders .viewAllBottom {
  bottom: -30px;
}

.noListing .listingHolder {
  border: none !important;
  text-align: left !important;
}
.noListing .listingHolder .listingItemDIV {
  border-top: none !important;
}
.noListing .listingHolder .listingItemDIV > div {
  max-width: 100% !important;
  border-top: none !important;
}

.activityList .hometitle,
.activityList .blockTitle,
.aboutListing .hometitle,
.aboutListing .blockTitle {
  padding-left: 0;
}
.activityList .hometitle::before,
.activityList .blockTitle::before,
.aboutListing .hometitle::before,
.aboutListing .blockTitle::before {
  display: none;
}

.actdetails .imgscontainer .swiper-slide img {
  cursor: pointer;
}

.coloredBox {
  margin-bottom: 100px;
}
.coloredBox .blockTitle {
  font-size: 20px;
  font-weight: 500;
  text-transform: lowercase;
  margin-bottom: 15px;
  color: #4d4d4d;
}
.coloredBox .blockTitle::first-letter {
  text-transform: capitalize;
}
.coloredBox .listingItemDIV > div {
  padding: 40px 50px;
  border-radius: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
.coloredBox .listingItemDIV > div img {
  margin-bottom: 25px;
}
.coloredBox .listingItemDIV > div h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  text-transform: lowercase;
}
.coloredBox .listingItemDIV > div h3::first-letter {
  text-transform: capitalize;
}
.coloredBox .listingItemDIV > div p {
  font-weight: 300;
  font-size: 16px;
}
.coloredBox .blue {
  background-color: #0070ba;
}
.coloredBox .green {
  background-color: #00864a;
}
.coloredBox .yellow {
  background-color: #fad902;
}
.coloredBox .orange {
  background-color: #f1592a;
}

.aboutinfo h3.mrgb0 {
  margin-bottom: -50px !important;
}

.aboutbanner .title h3 {
  font-size: 44px;
}
.aboutbanner .title span {
  font-size: 18px;
  font-weight: 300;
}

.tabsMain.blue a.active {
  background-color: #006fac;
}
.tabsMain.blue a:hover:not(.active) {
  background-color: rgba(48, 109, 172, 0.5);
  color: #ffffff;
}
.tabsMain.yellow a.active {
  background-color: #ffc200;
}
.tabsMain.yellow a:hover:not(.active) {
  background-color: rgba(255, 194, 0, 0.5);
  color: #ffffff;
}

.aboutinfo {
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
  position: relative;
  z-index: 10;
}
.aboutinfo strong {
  font-size: 20px;
  line-height: 35px;
}
.aboutinfo :is(li, p) strong {
  font-size: 17px;
  line-height: 31px;
}

.departureList .listingItemDIV {
  padding: 0;
  margin-bottom: 80px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 31px;
}
.departureList .listingItemDIV:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}

.normalText * {
  font-weight: 300;
  font-size: 17px;
  line-height: 31px;
}

.icontitle .normalText {
  margin-top: 50px;
}

.filters {
  position: relative;
}
.filters:before {
  position: absolute;
  content: "";
  background-color: #f5f5f5;
  width: 100%;
  top: -500px;
  left: 0;
  height: 700px;
  z-index: -1;
}
.filters .iconedintro {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 0;
}
.filters .iconedintro:before {
  display: none;
}
.filters .filterslist {
  gap: 0;
  justify-content: space-between;
  gap: 20px;
}
.filters .filterslist .filt {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(32% - 13px);
  width: calc(32% - 13px);
}
.filters .filterslist .filt label {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.filters .filterslist .filt .dk-select .dk-selected {
  height: 56px;
}
.filters .filterslist .filt:last-child {
  flex: 0 0 175px;
}
.filters .filterslist .filt:last-child .OrangeBtn {
  max-width: 175px;
  height: 55px;
}

#CalendarContainer {
  position: relative;
}

#calendar .fc-button-group {
  position: absolute;
  top: 0;
  right: 0;
}
#calendar .fc-button-group .fc-button {
  background-color: transparent;
  background-position: center;
  font-size: 0;
  background-repeat: no-repeat;
  width: 32px;
  height: 30px;
  border: none;
  margin-left: 25px;
}
#calendar .fc-button-group .fc-button.fc-dayGridMonth-button {
  background-image: url(../images/montana/gridView.svg);
}
#calendar .fc-button-group .fc-button.fc-listYear-button {
  background-image: url(../images/montana/listview.svg);
}
#calendar .fc-header-toolbar {
  display: flex;
  align-items: center;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk > div {
  display: flex;
  align-items: center;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk > div .fc-button-primary {
  background-color: transparent;
  border: none;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk > div .fc-toolbar-title {
  color: #4d4d4d;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
}
#calendar .fc-col-header {
  background-color: #00864a;
  color: #fff;
  height: 64px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
#calendar .fc-col-header .fc-scrollgrid-sync-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#calendar .fc-col-header .fc-scrollgrid-sync-inner a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: capitalize;
}
#calendar .fc-daygrid-day-frame {
  height: 110px;
  padding: 20px;
  color: #312f2f;
  text-align: left;
}
#calendar .fc-daygrid-day-frame .fc-daygrid-day-top {
  flex-direction: row;
  font-family: "Poppins", sans-serif;
}
#calendar .fc-scrollgrid-sync-table {
  margin-bottom: 0;
}

.legend-container {
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 25px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 30px;
  margin-bottom: 40px;
  padding-top: 25px;
}
.legend-container .col-md-6 {
  color: #4d4d4d;
  font-family: Poppins;
  font-size: 16px;
}
.legend-container .legendHolder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.legend-container .legendHolder .item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.legend-container .legendHolder .item:last-child {
  margin-right: 0;
}
.legend-container .legendHolder .item span {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-right: 10px;
}
.legend-container .legendHolder .item span.yellow {
  background-color: #f7b500;
}
.legend-container .legendHolder .item span.red {
  background-color: #e02020;
}
.legend-container .legendHolder .item span.blue {
  background-color: #0091ff;
}
.legend-container .legendHolder .item p {
  font-size: 13px;
  font-weight: 500;
}

#CalendarContainer {
  margin-bottom: 100px;
}

.upcoming-events-container {
  display: flex;
  gap: 40px;
}
.upcoming-events-container .col-md-4 {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #4d4d4d;
}
.upcoming-events-container .col-md-4 .date {
  font-size: 16px;
}
.upcoming-events-container .col-md-4 .title {
  font-size: 16px;
  font-weight: bold;
}

.desktopnav .mainnav .logos {
  align-items: center;
}
.desktopnav .mainnav .logos .imgcontainer:not(:last-child) {
  margin-right: 20px;
}
.desktopnav .mainnav .logos .imgcontainer:first-child a {
  width: 170px;
  display: block;
  height: 100%;
}
.desktopnav .mainnav .logos .imgcontainer:first-child a img {
  display: block;
  width: 100%;
  height: 100%;
}
.desktopnav .mainnav .logos .imgcontainer:last-child {
  height: 60px !important;
  margin-left: 50px;
}

.contactus {
  min-height: 900px;
  background: url(/images/montana/contactBanner.jpg) no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.desktopnav .mainnav .rightside {
  gap: 30px;
}
.desktopnav .mainnav .rightside .logos .imgcontainer {
  margin-left: 30px;
  height: 60px;
}
.desktopnav .mainnav .rightside .logos .imgcontainer a {
  width: auto !important;
  height: 100% !important;
}
.desktopnav .mainnav .rightside .logos .imgcontainer .imgcontainer:first-child a {
  height: 100%;
}

.aboutinfo h3 {
  line-height: 40px;
}

.schoolListing {
  margin-bottom: 100px;
}
.schoolListing .listingItemDIV {
  font-size: 17px;
  font-weight: 300;
}
.schoolListing .listingItemDIV:not(:last-child) {
  margin-bottom: 80px;
}
.schoolListing .listingItemDIV h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.schoolListing .listingItemDIV:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}

.activitylink {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  min-height: 450px;
  height: 100% !important;
  width: 100%;
}
.activitylink:hover .imgcontainer img {
  transform: scale(1.05);
}
.activitylink .imgcontainer {
  overflow: hidden;
  transition: ease-in-out 0.3s;
}
.activitylink .imgcontainer img {
  max-width: 100%;
  transition: ease-in-out 0.3s;
}
.activitylink .textBox {
  margin-top: 20px;
}
.activitylink .textBox .date {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}
.activitylink .textBox h4 {
  font-size: 18px;
  font-weight: 500;
}
.activitylink .textBox span {
  display: none;
}
.activitylink .textBox p {
  font-size: 14px;
  color: #4d4d4d;
}

.mediaListing {
  margin-bottom: 100px;
}

.moreNewsBtn a {
  padding: 12px 56px 20px 20px;
}

.activityList .cardlists .activitylink .activity {
  border: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.desktopnav .topheader {
  justify-content: space-between;
}

.contactus h3 {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}

.espace-info .listingHolder .card {
  width: 100%;
}

.coloredBox .blockBody .form-intro {
  font-size: 20px;
  font-weight: 500;
}

.carteInformation {
  padding: 80px 0;
}
.carteInformation .listingItemDIV > a {
  display: block;
}
.carteInformation .listingItemDIV > a img {
  display: block;
}
.carteInformation .listingItemDIV > a .infoWrapper p {
  color: #4d4d4d;
}
.carteInformation .listingItemDIV > a .infoWrapper span {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  position: relative;
  padding-left: 10px;
}
.carteInformation .listingItemDIV > a .infoWrapper span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #f1592a;
  border-radius: 100%;
}

.inscriptionsDetails {
  z-index: 101;
}

.medicalList .blockTitle {
  padding-left: 0;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}
.medicalList .blockTitle:before {
  display: none;
}
.medicalList .cardlists .downloadCard {
  height: 130px;
}
.medicalList .cardlists .downloadCard .size {
  display: block;
  position: absolute;
  bottom: 20px;
  font-size: 13px;
  font-weight: 300;
}
.medicalList .cardlists .downloadCard:after {
  top: auto;
  transform: none;
  bottom: 20px;
  height: 24px;
  width: 24px;
  background-size: cover;
}

.activityList .listingHolder .activity {
  padding: 0;
  border: none;
  background-color: transparent;
}

.structurelecole .espace-info .blockBody .listingHolder.row.row {
  flex-direction: row;
  border: none !important;
}
.structurelecole .espace-info .blockBody .listingHolder.row.row .listingItemDIV {
  border: none !important;
}

.structurelecole #listingContainer_2337 {
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.structurelecole #listingContainer_2337 .listingItemDIV {
  border-top: none;
}

.representatives .listingHolder.row.row {
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.representatives .listingHolder.row.row .listingItemDIV {
  border-top: none;
}
.representatives .listingHolder.row.row .representativeblock {
  max-width: 100%;
}

.medicalList {
  margin-bottom: 100px;
}

.leftBorder + .moreNewsBtn {
  justify-content: flex-start;
  margin-top: -50px;
}

.webRadioListing {
  margin-bottom: 100px;
}
.webRadioListing .listingItem {
  margin-bottom: 30px;
}
.webRadioListing .listingItem .listingTitle {
  font-size: 18px;
  font-weight: 500;
}
.webRadioListing .listingImage {
  height: 370px !important;
  width: 100%;
  margin-bottom: 20px;
}
.webRadioListing .listingImage .esgsp-video {
  height: 100% !important;
  width: 100%;
  background-size: cover !important;
}
.webRadioListing .listingImage .container {
  height: 100% !important;
  width: 100%;
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
.webRadioListing .listingImage .container:before {
  background-image: url(../images/Montana/play.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.webRadioListing .listingImage .container:hover:before {
  background-image: url(../images/Montana/playHover.svg);
}
.webRadioListing .listingImage .container:hover {
  transform: scale(1.02);
}

.leftImage .row .listingItemDIV {
  align-items: start;
}

.montanaFooter .footerInfo a.pin:before {
  background-image: url(../images/Montana/pinWhiteIcon.svg);
  background-position: bottom center;
  top: 3px;
}

.homepagebanner {
  overflow: hidden;
}
.homepagebanner .imgcontainer {
  position: absolute;
  width: 100%;
  height: 90vh;
  top: 0;
  left: 0;
}
.homepagebanner .imgcontainer img {
  object-fit: cover !important;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.filters .filterslist .filt:last-child .OrangeBtn {
  max-width: 175px;
  display: flex;
  align-items: center;
}

.filters .filterslist .filt .dk-select .dk-select-options .dk-option,
.filters .filterslist .filt .dk-select .dk-selected {
  text-transform: capitalize;
}

.downloadpdfs .listingHolder .downloadCard {
  min-height: 160px;
}

.centerImage {
  margin: 0 auto;
  text-align: center;
}
.centerImage img {
  max-width: 100%;
}

.twoLogos {
  padding-bottom: 0;
  width: 50%;
  margin: 0 auto;
}
.twoLogos .listingHolder {
  width: 40%;
  margin: 0 auto;
}
.twoLogos .listingHolder .listingItemDIV {
  flex: 0 0 50%;
}
.twoLogos .listingHolder .listingItemDIV .imgcontainer {
  width: auto !important;
  height: auto !important;
}

.toggleContent ul li {
  padding-left: 20px !important;
  position: relative;
}
.toggleContent ul li::before {
  content: "" !important;
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  background: url(/images/Bullet.svg?v=6wR-barhgZzmvOMerKgxiOr_cb0) no-repeat center !important;
  position: absolute !important;
  transform: translateY(-50%) !important;
  left: 0 !important;
  top: 10px !important;
}

.benefitsList .subtext {
  margin-bottom: 50px;
}
.benefitsList .listingHolder.row {
  flex-wrap: wrap !important;
}
.benefitsList .benefit:hover .imgcontainer {
  margin-top: -10px;
  margin-bottom: 20px;
}
.benefitsList .benefit .imgcontainer {
  transition: ease-in-out 0.3s;
}

.desktopnav .mainnav {
  position: absolute;
  top: 47px;
  transition: all 0.3s ease-in-out;
}

.fixed-menu {
  position: fixed !important;
  width: 100%;
  z-index: 10 !important;
  background: #fff;
  top: 0 !important;
}

@media all and (max-width: 1550px) {
  .coloredList {
    padding: 50px 0px;
  }
  .desktopnav .mainnav .SubMenu.headerMontana .firstmenu li a {
    font-size: 28px;
  }
  .aboutbanner .title {
    padding: 25px 30px;
  }
  .aboutbanner .title h3 {
    font-size: 35px;
  }
  .aboutbanner .title span {
    font-size: 16px;
    font-weight: 300;
  }
  .announcementSlider .blockTitle,
  .Activities .hometitle,
  .generalComp .blockTitle,
  .whiteList .blockTitle {
    font-size: 32px;
  }
  .coloredList.green .form-intro,
  .whiteList .form-intro .subtext {
    font-size: 18px;
  }
  .coloredList .number .num {
    font-size: 60px;
  }
  .infoPratique {
    margin-bottom: 50px;
  }
  .noticeMontana {
    padding: 100px 0;
  }
  .whiteList .listingHolder .benefit .title {
    font-size: 16px;
  }
  .fullBorder img {
    transform: scale(0.9);
  }
  .OrangeBtn {
    padding: 10px 56px 10px 20px;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 1450px) {
  .container {
    width: 1200px;
  }
}
@media all and (max-width: 1250px) {
  .container {
    width: 970px;
  }
  .aboutinfo {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
}

.fc .fc-button-primary {
  color: #2c3e50;
}

.ajaxLoader {
  display: none;
}

.toggleContent ul li {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.toggleContent ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: black;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  left: 0;
}

.desktopnav .mainnav .logos .imgcontainer:first-child a {
  height: 70px;
}
.desktopnav .mainnav .logos .imgcontainer:first-child a img {
  object-fit: contain;
}
@media all and (min-width: 1200px) {
  .desktopnav .mainnav .logos .imgcontainer:first-child a {
    width: 310px !important;
  }
}
@media all and (max-width: 1200px) {
  .desktopnav .mainnav .logos .imgcontainer:first-child a {
    width: 170px !important;
  }
}

.desktopnav .mainnav .rightside.logos .imgcontainer:first-child a {
  width: auto !important;
}

.filterslist .customSelect .dk-select .dk-selected:before {
  width: 13px;
}

.filterslist .customSelect .dk-select-options .dk-option::before {
  display: none;
}

.filters .filterslist .filt .dk-select .dk-select-options .dk-option.dk-option-selected {
  display: none;
}

.toggleContent a {
  color: #e55b29;
  text-decoration: underline;
}

.homepagebanner .sliderItem #pagenum {
  line-height: 36px;
}

.activitylink .imgcontainer img {
  display: block;
  width: 100%;
}

.activitylink .imgcontainer {
  min-height: 200px;
}

.video-holder video {
  width: 100%;
}

@media all and (max-width: 767px) {
  .coloredList.green .form-intro {
    width: 100%;
  }
  .Activities .hometitle,
  .downloadpdfs .blockTitle,
  .carteInformation .blockTitl,
  .carteInformation .blockTitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .Activities .hometitle::before,
  .downloadpdfs .blockTitle::before,
  .carteInformation .blockTitle:before {
    height: 29px;
    width: 24px;
  }
  .carteInformation .blockTitle {
    width: 100%;
  }
  .carteInformation .listingItemDIV .infoWrapper {
    position: static;
    width: 100%;
  }
  .carteInformation {
    padding: 40px 20px;
  }
  .carteInformation .listingItemDIV .infoWrapper h4 {
    font-size: 16px;
  }
  .carteInformation .listingItemDIV .infoWrapper p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .carteInformation .listingItemDIV {
    margin-bottom: 30px;
  }
  .coloredList .listingItemDIV {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .notice:before {
    top: -40px;
  }
  .notice:after {
    bottom: -50px;
  }
  .publicationtabs .tabsLinks a {
    flex: 0 0 100px;
    text-wrap: balance;
    justify-content: center;
  }
  .aboutbanner .title {
    padding: 25px 20px;
  }
  .aboutbanner .title h3 {
    font-size: 22px;
    line-height: 28px;
  }
  footer .montanaFooter .footerInfo a.mail {
    min-width: 207px;
  }
  .activitylink {
    min-height: 250px;
  }
  .actdetails .imgscontainer .mySwiper2 {
    height: auto;
  }
  .activityList .cardlists .activitylink {
    flex: 100% !important;
    max-width: 100% !important;
  }
  .filters .filterslist .filt {
    flex: 100% !important;
    width: 100% !important;
  }
  .filters:before {
    display: none;
  }
  #calendar .fc-header-toolbar .fc-toolbar-chunk > div .fc-toolbar-title {
    font-size: 17px;
  }
}
.desktopnav .mainnav .logos .imgcontainer:last-child {
  margin-left: 0 !important;
}

.aboutinfo.grayBg {
  background: #f1f1f1;
  padding: 40px;
}

.homepagebanner .sliderItem #pagenum {
  top: 5px;
}

.contactForm .formActions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.contactForm .formActions .requiredStar {
  font-size: 16px;
}
.contactForm .formActions .submitHolder .primaryBtn {
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  padding: 15px;
  display: inline-block;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 1px 8px 0 rgba(244, 74, 17, 0.35);
  background-color: #f1592a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  transition: ease-in-out 0.4s;
  text-decoration: none;
}
.contactForm .formActions .submitHolder .primaryBtn:hover {
  background-color: #0070ba;
  border-color: #0070ba !important;
}
.contactForm h3.blockTitle {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.75px;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contactForm .textareaParent textarea {
  display: block;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 22px;
  min-height: 150px;
}
.contactForm .textareaParent textarea:focus, .contactForm .textareaParent textarea:active, .contactForm .textareaParent textarea:focus-visible {
  border: 1px solid #0070ba;
  outline: none;
}
.contactForm .inputEntity {
  margin-bottom: 25px;
}
.contactForm .inputEntity label {
  color: #4d4d4d;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
.contactForm .inputEntity .inputParent .form-control,
.contactForm .inputEntity .inputParent .datepicker {
  display: block;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 22px;
}
.contactForm .inputEntity .inputParent .form-control:focus, .contactForm .inputEntity .inputParent .form-control:active, .contactForm .inputEntity .inputParent .form-control:focus-visible,
.contactForm .inputEntity .inputParent .datepicker:focus,
.contactForm .inputEntity .inputParent .datepicker:active,
.contactForm .inputEntity .inputParent .datepicker:focus-visible {
  border: 1px solid #0070ba;
  outline: none;
}
.contactForm .inputEntity .inputParent .form-control::placeholder,
.contactForm .inputEntity .inputParent .datepicker::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
}
.contactForm .inputEntity .fileUpload {
  display: block;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 20px 20px 50px;
  height: 58px;
  cursor: pointer;
  color: #4d4d4d;
}
.contactForm .inputEntity .fileUpload:before {
  width: 23px;
  position: absolute;
  content: "";
  background-image: url(../images/upload.png);
  right: 16px;
  height: 23px;
  background-size: cover;
  top: 16px;
}
.contactForm .inputEntity .fileUpload input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.contactForm .inputEntity .fileUpload label:empty {
  display: none;
}
.contactForm .inputEntity .errorMessage {
  position: absolute;
  right: 20px;
  top: 0;
  color: red;
  font-size: 14px;
  font-weight: 500;
}
.contactForm .inputEntity .stackedInput {
  padding-left: 20px;
}
.contactForm .inputEntity .stackedInput input[type=checkbox] {
  position: absolute;
  left: 12px;
  top: 4px;
}
.contactForm .customSelect {
  margin-top: 0;
}
.contactForm .customSelect .dk-select {
  width: 100%;
}
.contactForm .customSelect .dk-select .dk-selected {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  padding: 20px 50px 20px 20px;
  color: #4d4d4d;
}
.contactForm .customSelect .dk-select .dk-selected:after {
  display: none;
}
.contactForm .customSelect .dk-select .dk-selected:before {
  background-image: url(../images/whiteArrowDown.png);
  border: none;
  width: 16px;
  height: 10px;
  background-size: cover;
  margin-top: -6px;
  margin-right: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  filter: invert(1);
}
.contactForm .customSelect .dk-select.dk-select-open-up .dk-selected:before {
  transform: rotate(180deg);
}
.contactForm .customSelect .dk-select-options {
  padding: 26px;
  margin-top: 0;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  /* border-top: none; */
  margin-top: -1px;
}
.contactForm .customSelect .dk-select-options .dk-option {
  margin-bottom: 8px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  position: relative;
  padding-left: 0;
}
.contactForm .customSelect .dk-select-options .dk-option::before {
  display: none;
}
.contactForm .customSelect .dk-select-options .dk-option-highlight {
  background-color: transparent;
}
.contactForm .customSelect .dk-selected {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
}

.hometabs .tabsHolder .tab .col-md-7 {
  display: block;
}
.hometabs .tabsHolder .tab .col-md-7 a {
  max-width: 46%;
  display: inline-block;
}
.hometabs .tabsHolder .tab .col-md-7:has(:last-child:nth-child(2)) {
  display: flex;
  flex-direction: column;
}

.thirdLevel .employeecard {
  height: auto !important;
}
.thirdLevel .col {
  max-width: calc(14% - 17px) !important;
  flex: 0 0 calc(14% - 17px) !important;
  margin-inline-end: 0px !important;
}
.thirdLevel .col .employeecard {
  margin-bottom: 30px;
}

.thirdLevel .employeecard.grey-light-box::before {
  background-color: rgb(205, 195, 195) !important;
}
.thirdLevel .employeecard::before {
  background-color: #00864a !important;
}

.fourthLevel .employeecard::before {
  background-color: #25418c !important;
}

/**Begin Internal feedback 9/8/2024**/
.desktopnav .mainnav .rightside .menu a #nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
}
.desktopnav .mainnav .rightside .menu a #nav-icon.open span:nth-child(2) {
  display: none;
}
.desktopnav .mainnav .rightside .menu a #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 17px;
}

.desktopnav .mainnav .rightside .logos .imgcontainer:first-child a {
  width: auto !important;
}

.videosLibraryListing {
  margin-bottom: 50px;
}
.videosLibraryListing .blockHead h3 {
  font-size: 34px;
}
.videosLibraryListing .videocontainer {
  margin-bottom: 30px;
}
.videosLibraryListing .videocontainer:before,
.videosLibraryListing .videocontainer div::before {
  content: none;
}
.videosLibraryListing .videocontainer .videoImage {
  position: relative;
  margin-bottom: 10px;
}
.videosLibraryListing .videocontainer .videoImage:hover:before {
  background-color: #f1592a;
}
.videosLibraryListing .videocontainer .videoImage:before {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/cpfvidicon.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid white;
  border-radius: 50%;
  transition: ease-in-out 0.3s;
}
.videosLibraryListing .videocontainer h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.1em;
}

.openMenu header {
  z-index: 1000;
  position: relative;
  background: #fff;
}
.openMenu header .mainnav {
  background: #fff;
}

.homepagebanner .owl-nav .disabled {
  opacity: 0.5;
}

@media all and (max-width: 767px) {
  .homepagebanner .sliderItem #pagenum {
    top: 26px;
  }
  .hometabs .tabsLinks .tab a {
    padding-left: 0 !important;
  }
  .hometabs .tabsLinks .tab .contentblock p {
    font-size: 14px;
  }
  .mobilenav .mainnav .SubMenu .firstmenu li .secondmenu.open {
    display: block;
    left: 0;
    height: 100vh;
  }
  .video-holder > iframe {
    width: 100% !important;
    height: 400px !important;
  }
  #video-anchor {
    display: block;
  }
  .aboutinfo span {
    line-height: 23px !important;
  }
  .aboutinfo span strong {
    font-size: 17px;
    line-height: 23px;
  }
  .aboutinfo h3 {
    line-height: 23px;
  }
  .aboutinfo h3 br {
    display: none;
  }
  .jobPositionListing .fullBorder {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  .leftBorder {
    padding-left: 25px;
  }
  .aboutbanner .title {
    z-index: 1;
    position: relative;
  }
  .carteInformation .listingItemDIV .infoWrapper {
    padding: 10px 0 0;
  }
}
.pdfBottom .bottomPdfLink {
  padding-inline-start: 40px;
  position: relative;
  max-width: fit-content;
}
.pdfBottom .bottomPdfLink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/pdf-file.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.pdfBottom .bottomPdfLink:hover a:after {
  width: 20%;
}
.pdfBottom .bottomPdfLink a {
  color: black;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.pdfBottom .bottomPdfLink a:after {
  transition: 0.3s all ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: black;
  width: 100%;
  height: 1px;
}

.desktopnav .topheader .rightside .navlist li.highlightedLink {
  padding: 17px 18px 11px 18px;
  cursor: pointer;
  position: relative;
  height: 100%;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  background-color: #f05638;
  transition: 0.2s all ease-in-out;
}
.desktopnav .topheader .rightside .navlist li.highlightedLink a {
  color: white;
}
.desktopnav .topheader .rightside .navlist li.highlightedLink:hover {
  background-color: #ffffff;
}
.desktopnav .topheader .rightside .navlist li.highlightedLink:hover a {
  color: black;
}
.desktopnav .topheader .rightside .navlist li:nth-last-child(2):after {
  content: none;
}

body:has(.searchListing) .aboutbanner {
  margin-top: 275px;
}
@media (max-width: 994px) {
  body:has(.searchListing) .aboutbanner {
    margin-top: 100px;
  }
}

/**End Internal feedback 9/8/2024**/
.jobs-listing .row {
  margin: 0 !important;
  padding: 0;
}
.jobs-listing .row > div:not(.apply-btn) {
  padding: 0;
  margin: 0;
}
.jobs-listing .positions-listing > .row {
  display: flex;
  flex-wrap: wrap;
  --gap: 1rem;
  gap: var(--gap);
}
.jobs-listing .positions-listing > .row::before, .jobs-listing .positions-listing > .row::after {
  display: none;
}
.jobs-listing .positions-listing > .row > div:not(.apply-btn) {
  width: calc(33.3333333333% - var(--gap));
}
@media (max-width: 994px) {
  .jobs-listing .positions-listing > .row > div:not(.apply-btn) {
    width: calc(50% - var(--gap));
  }
}
@media (max-width: 768px) {
  .jobs-listing .positions-listing > .row > div:not(.apply-btn) {
    width: 100%;
  }
}
.jobs-listing .listingItemDIV {
  position: relative;
  border-radius: 11px;
  border: 1px solid #eee;
  padding: 32px !important;
  margin-bottom: 54px !important;
}
.jobs-listing .listingItemDIV .item:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 994px) {
  .jobs-listing .listingItemDIV .item {
    margin-bottom: 20px !important;
  }
}
.jobs-listing .listingItemDIV .item h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 3px;
}
.jobs-listing .listingItemDIV .item p,
.jobs-listing .listingItemDIV .item ul,
.jobs-listing .listingItemDIV .item li {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
.jobs-listing .listingItemDIV .item ul {
  margin-top: 8px;
}
.jobs-listing .listingItemDIV .item li {
  list-style: inside;
}
.jobs-listing .listingItemDIV .item li:not(:last-child) {
  margin-bottom: 1rem;
}
.jobs-listing .apply-btn {
  position: absolute;
  bottom: 0;
  right: 64px;
  transform: translateY(50%);
  display: flex;
  width: fit-content;
  height: fit-content;
  background: #f1592a;
  box-shadow: 0px 1px 8px 0px rgba(244, 74, 17, 0.35);
  border: solid 2px #f1592a;
  transition: all 0.4s ease;
}
.jobs-listing .apply-btn a {
  border: none;
  box-shadow: unset;
  border-radius: 0;
}
.jobs-listing .apply-btn a::before, .jobs-listing .apply-btn a::after {
  display: none;
}
.jobs-listing .apply-btn:hover {
  background-color: white;
}
.jobs-listing .apply-btn:hover a {
  color: #f1592a;
}
.jobs-listing .apply-btn:hover::after {
  background: url(/images/rightarrow.svg?v=CEkARnTMvRF0edXtbfpszg8qcBQ) no-repeat center #f1592a;
}
.jobs-listing .apply-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  background: url(/images/rightarrow.svg?v=CEkARnTMvRF0edXtbfpszg8qcBQ) no-repeat center rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  pointer-events: none;
}
.jobs-listing .apply-btn a {
  color: white;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 55px 16px 20px;
  transition: all 0.4s ease;
}

body:has(.formWrapper) .aboutinfo,
body:has(.formWrapper) .iconedintro {
  margin-bottom: 0 !important;
}

.formWrapper .row {
  margin: 0;
}
.formWrapper .groups-listing {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 32px;
  --gap: 32px;
  column-gap: var(--gap);
}
.formWrapper .groups-listing > * {
  padding: 0;
}
.formWrapper .groups-listing > .col-md-6 {
  width: calc(50% - var(--gap) / 2);
}
@media (max-width: 768px) {
  .formWrapper .groups-listing > .col-md-6 {
    width: 100%;
  }
}
.formWrapper .groups-listing .group_.blockTitle,
.formWrapper .groups-listing .group_row.blockTitle {
  width: 100%;
}
.formWrapper .groups-listing .group_.blockTitle:has(+ .groupIntro) h3,
.formWrapper .groups-listing .group_row.blockTitle:has(+ .groupIntro) h3 {
  margin-bottom: 10px;
}
.formWrapper .groups-listing .group_.blockTitle h3,
.formWrapper .groups-listing .group_row.blockTitle h3 {
  margin-top: 0;
  font-size: 26px;
  line-height: normal;
  margin-bottom: 15px;
}
.formWrapper .groups-listing .groupIntro {
  width: 100%;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.formWrapper .groups-listing .groupIntro * {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .formWrapper .groups-listing .groupIntro {
    font-size: 17px;
  }
}
.formWrapper .groups-listing label {
  margin-bottom: 10px;
  font-weight: 500;
  padding-right: 40px;
}
.formWrapper .groups-listing .form-control,
.formWrapper .groups-listing .datepicker,
.formWrapper .groups-listing textarea,
.formWrapper .groups-listing .fileUpload {
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 13px 0px rgba(173, 173, 173, 0.15);
  border: none !important;
  font-family: "Poppins", sans-serif;
  padding: 20px 25px !important;
  line-height: normal !important;
}
.formWrapper .groups-listing .errorMessage {
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: 400;
}
.formWrapper .groups-listing .inputParent:has(input.datepicker) {
  position: relative;
}
.formWrapper .groups-listing .inputParent:has(input.datepicker)::before {
  content: "";
  background-image: url(/images/calendarIcon.svg);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-size: 100%;
  z-index: 1;
}
.formWrapper .groups-listing .stackedInput {
  padding: 0;
  margin: 0;
}
.formWrapper .groups-listing .stackedInput ul {
  display: flex;
  gap: 32px;
}
.formWrapper .groups-listing .stackedInput ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.formWrapper .groups-listing .stackedInput ul li > * {
  margin: 0;
}
.formWrapper .groups-listing .stackedInput ul li input {
  appearance: none;
  width: 18px;
  height: 18px;
  border: solid 2px #f1592a;
  background-color: white;
  border-radius: 50%;
  accent-color: #f1592a;
}
.formWrapper .groups-listing .stackedInput ul li input:checked {
  position: relative;
}
.formWrapper .groups-listing .stackedInput ul li input:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 65%;
  height: 65%;
  background-color: #f1592a;
  border-radius: 50%;
}
.formWrapper .groups-listing .stackedInput:has(input[type=checkbox]) {
  display: flex;
  gap: 10px;
}
.formWrapper .groups-listing .stackedInput:has(input[type=checkbox]) input[type=checkbox] {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 0;
  min-width: 18px;
  min-height: 18px;
  max-height: 18px;
  accent-color: #f1592a;
  border: solid 2px #f1592a;
  border-radius: 2px;
  appearance: none;
}
.formWrapper .groups-listing .stackedInput:has(input[type=checkbox]) input[type=checkbox]:checked {
  background-color: #f1592a;
  border-color: #f1592a;
}
.formWrapper .groups-listing .stackedInput:has(input[type=checkbox]) input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  width: 80%;
  border: solid 2px white;
  border-top: none;
  border-right: 0;
  transform: rotate(-45deg);
}
.formWrapper .groups-listing .stackedInput:has(input[type=checkbox]) label {
  margin: 0 !important;
  margin-top: -4px !important;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.formWrapper .groups-listing .inputEntity:has(.stackedInput) > label {
  margin-bottom: 15px;
}
.formWrapper .groups-listing .fileUpload::before {
  background-image: url(../images/plusIcon.svg);
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.formWrapper .groups-listing .col-md-12 .inputEntity .fileUpload {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(/images/uploadIcon.svg);
  background-repeat: no-repeat;
  background-position: center 45px;
}
.formWrapper .groups-listing .col-md-12 .inputEntity .fileUpload::before {
  content: "Upload Document";
  position: static;
  background: unset;
  width: unset;
  height: unset;
  transform: unset;
  font-weight: 600;
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 6px;
  text-align: center;
}
.formWrapper .groups-listing .col-md-12 .inputEntity .fileUpload::after {
  content: "Upload up to 5 supported files.\aMax 100 MB per file.";
  white-space: pre-wrap;
  color: black;
  opacity: 0.5;
  text-align: center;
}
.formWrapper .groups-listing .col-md-12 .inputEntity .fileUpload:has(.uploadValue:not(:empty))::before {
  margin-top: 20px;
}
.formWrapper .groups-listing .col-md-12 .inputEntity .fileUpload:has(.uploadValue:not(:empty))::after {
  content: unset !important;
}
.formWrapper .groups-listing .col-md-12 .inputEntity textarea {
  height: 200px;
}
.formWrapper .groups-listing .col-xs-12:last-child .inputEntity {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .formWrapper .groups-listing:has(> .col-md-6:nth-last-of-type(2)) > .col-md-6:nth-last-of-type(2) .inputEntity,
  .formWrapper .groups-listing:has(> .col-md-6:nth-last-of-type(2)) > .col-md-6:last-of-type .inputEntity {
    margin-bottom: 0;
  }
}
.formWrapper .col-md-12:has(.recapthSection) {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 100px;
  padding-inline: 0;
  margin-inline: 0;
}
@media (max-width: 768px) {
  .formWrapper .col-md-12:has(.recapthSection) {
    flex-direction: column;
    gap: 32px;
  }
}
.formWrapper .col-md-12:has(.recapthSection) .recapthSection {
  width: fit-content !important;
}
.formWrapper .formActions {
  display: flex;
  gap: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .formWrapper .formActions {
    flex-direction: row-reverse;
  }
}
.formWrapper .formActions .submitHolder button.primaryBtn {
  display: flex !important;
  width: fit-content !important;
  height: fit-content !important;
  background: #f1592a !important;
  box-shadow: unset !important;
  border: solid 2px #f1592a !important;
  transition: all 0.4s ease !important;
  padding-left: 20px !important;
  padding-right: 100px !important;
  outline: none !important;
  font-weight: 400 !important;
  font-family: Poppins, sans-serif;
}
.formWrapper .formActions .submitHolder button.primaryBtn:hover {
  background-color: white !important;
  border-color: #f1592a !important;
  color: #f1592a;
}
.formWrapper .formActions .submitHolder button.primaryBtn:hover::after {
  background: url(/images/rightarrow.svg?v=CEkARnTMvRF0edXtbfpszg8qcBQ) no-repeat center #f1592a;
}
.formWrapper .formActions .submitHolder button.primaryBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  background: url(/images/rightarrow.svg) no-repeat center rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  pointer-events: none;
}
.formWrapper .iti {
  width: 100%;
  display: flex;
  gap: 10px;
}
.formWrapper .iti .iti__flag-container {
  width: 40%;
  min-width: 160px;
  cursor: pointer;
}
.formWrapper .iti .iti__country {
  display: flex;
  gap: 10px;
  padding-inline: 16px;
}
.formWrapper .iti .iti__selected-flag {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  transform: unset;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 13px 0px rgba(173, 173, 173, 0.15);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.formWrapper .iti .iti__flag {
  transform: scale(1.6);
}
.formWrapper .iti .iti__country-list {
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 10;
  box-shadow: 0px 0px 13px 0px rgba(173, 173, 173, 0.15);
}
.formWrapper .iti .iti__selected-dial-code {
  margin-left: -16px;
  font-size: 16px;
  font-weight: 400;
}
.formWrapper .iti .iti__arrow {
  margin-left: 0;
  width: 0;
  height: 0;
  background-color: #f1592a;
  border-radius: 50%;
  width: 12px;
  height: 100%;
  transform: scale(2.2);
  aspect-ratio: 1;
  position: relative;
  border: none;
  cursor: pointer;
}
.formWrapper .iti .iti__arrow::before {
  content: "⌵";
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1592a;
  border-radius: 50%;
  z-index: 5;
  text-align: center;
  font-weight: 800;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .formWrapper .iti .iti__flag-container {
    width: 40%;
    min-width: 110px;
  }
  .formWrapper .iti .iti__flag {
    transform: scale(1.2);
  }
  .formWrapper .iti .iti__arrow {
    transform: scale(1.9);
  }
  .formWrapper .iti .iti__selected-dial-code {
    margin-left: -18px;
    font-size: 14px;
  }
  .formWrapper .iti .iti__arrow {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    border-radius: 0;
  }
}
.formWrapper #successMessageContainer,
.formWrapper #errorMessageContainer {
  width: 100%;
  padding: 16px;
  background-color: white;
  color: black;
  box-shadow: 0 0 13px 0 rgba(173, 173, 173, 0.15);
  padding: 25px 30px;
  transition: all 0.4s ease;
  margin-bottom: 80px;
  margin-top: -10px;
  border: solid 1px rgba(229, 229, 229, 0.4);
}
.formWrapper #successMessageContainer {
  border-left: solid 3px #00864a;
}
.formWrapper #errorMessageContainer {
  border-left: solid 3px #f1592a;
}
.formWrapper .ajaxLoader {
  position: fixed;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2000;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.formWrapper .ajaxLoader::before {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #006fac;
  font-size: 40px;
  line-height: 40px;
}

.d-none {
  display: none !important;
}

.hometabs .tabsMain .tab {
  padding-top: 30px !important;
}

.downloadpdfs.greyBg {
  padding-bottom: 0;
}
.downloadpdfs.greyBg .listingHolder {
  margin-bottom: 0px;
}

.aboutListing .listingItemDIV img {
  height: 100%;
  object-fit: cover;
}

.activityList .listingItemDIV {
  margin-bottom: 30px;
}
.activityList .activity img {
  aspect-ratio: 1.5;
  object-fit: cover;
}

.mediaListing .activity img {
  aspect-ratio: 1.5;
  object-fit: cover;
}

.actdetails .imgscontainer .swiper-button-prev:after {
  content: "prev" !important;
}

.actdetails .imgscontainer .swiper-button-next:after,
.actdetails .imgscontainer .swiper-rtl .swiper-button-prev:after {
  content: "next" !important;
}

.aboutbanner {
  overflow-x: unset !important;
  overflow-y: unset !important;
  position: relative;
  z-index: 500 !important;
}

.noticeMontana .listingItemDIV {
  padding: 16px !important;
  margin: 0 !important;
}
.noticeMontana h3 {
  color: white !important;
}
.noticeMontana .downloadCard {
  background-color: transparent !important;
  box-shadow: unset !important;
  border: solid 1px #e6e6e6 !important;
  border-radius: 11px !important;
  color: white !important;
  padding: 34px !important;
  height: unset !important;
  aspect-ratio: 1.8;
  font-size: 16px !important;
  line-height: 24px !important;
}
.noticeMontana .downloadCard::before {
  display: none !important;
}
.noticeMontana .downloadCard::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 34px !important;
  bottom: 34px !important;
  top: unset !important;
  transform: unset !important;
  filter: brightness(0);
}
.noticeMontana .downloadCard:hover::after {
  filter: brightness(0) invert(1);
}

@media (max-width: 994px) {
  .notice::after {
    display: none;
  }
  .downloadCard {
    aspect-ratio: unset !important;
  }
}
@media (max-width: 1200px) {
  .desktopnav .topheader .rightside .navlist li.highlightedLink {
    margin-inline-start: 0;
  }
}

@media (max-width: 994px) {
  .whiteList:not(:has(.form-intro)) .listingHolder {
    flex-wrap: unset !important;
    overflow-x: auto !important;
    width: 100% !important;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .whiteList:not(:has(.form-intro))::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
  .whiteList:not(:has(.form-intro)) .listingItemDIV {
    min-width: 200px;
    max-width: 200px;
  }
  .whiteList:not(:has(.form-intro)) .blockTitle {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .hometabs .tabsLinks a .tab a {
    margin-left: 0 !important;
    padding-left: 25px !important;
    margin-block: 5px !important;
  }
}
@media (max-width: 994px) {
  .activityList .cardlists {
    gap: 16px;
  }
  .activityList .cardlists .activitylink {
    margin-bottom: 0;
  }
  .mediaListing .activitylink {
    margin-bottom: 16px;
  }
}
.YTvideocontainer {
  width: 100% !important;
}

@media (max-width: 768px) {
  .medicalList {
    padding-inline: 16px !important;
  }
}
.zoneComponent:has(.benefitsList):has(+ .zoneComponent .whiteList .blockBody) .benefitsList {
  padding-bottom: 0 !important;
}

.activitylink .activity {
  height: unset !important;
  min-height: unset !important;
}

.overlay {
  z-index: 10000 !important;
}

.footerInfo a {
  display: block !important;
}
.footerInfo a::after {
  display: none;
}

.montanaFooter .socialMediaWrapper {
  justify-content: start !important;
  gap: 16px !important;
}
.montanaFooter .socialMediaWrapper .socialMedia {
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 1200px) {
  .montanaFooter .links {
    margin-bottom: 48px !important;
  }
  .montanaFooter .footerInfo {
    margin-bottom: 48px !important;
  }
}
.form-intro *,
.aboutinfo * {
  text-align: start !important;
}

.desktopnav .mainnav .rightside .searchicon .innerSearch {
  max-height: 200px;
}

.desktopnav .mainnav .rightside .searchicon .innerSearch .headerSearch {
  display: flex;
  flex-direction: column;
  align-items: start;
  align-content: center;
}

.videosLibraryListing .videocontainer .videoImage {
  height: 252px;
  width: 100%;
  background-color: rgb(248, 248, 248);
}
.videosLibraryListing .videocontainer .videoImage img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.mobilenav .mainnav .SubMenu {
  min-height: calc(100vh - 65px) !important;
  max-height: unset !important;
  top: 65px !important;
  padding-bottom: 0 !important;
}

.buttonsMeetings {
  margin-bottom: 100px;
}
.buttonsMeetings .title-buttons {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.policiesButtons {
  margin-bottom: 50px;
}

.datepicker {
  padding-block-start: 0;
}
.datepicker td, .datepicker th {
  border-radius: 0;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  color: #4d4d4d;
}
.datepicker .datepicker-days:not(td):not(th) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}

.datepicker-switch:hover,
.prev:hover,
.next:hover,
tfoot tr th:hover {
  color: #4d4d4d;
}