* {outline: none;}

.tooltip {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  border: 5px solid #5494db;
  padding: 10px 15px;
  background-color: #F7FFF7;
  /*width: 15vw;*/
  /*margin: 2em auto;*/
  text-align: center;
}

.recommended-text{
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 20px;
}
.recommended-blank{
  visibility: hidden;
}

.landing-page-cover h4 {
  margin: 40px 0 0px !important;
}

.text-companyplus{
  color: #d1d1d1 !important
}

@media only screen and (max-width: 768px){
.banner_services{
    font-size: 48px !important;
    line-height: 100%;
    }
}

.wm-page-cover h1{
  margin-left: 0px !important
}
.wm-page-cover {
  height: 340px !important
}

.banner_service{
  font-size: 65px
}

.owl-pagination, .owl-buttons{
  cursor: pointer !important
}

/*WHATSAPP-FLOATING*/
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}
.whatsapp-float img {
    width: 30px;
    height: 30px;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}

/*FLASHING-BUBBLE*/
.flash-bubble {
  position: absolute;
  bottom: 35px; /* Adjust based on button placement */
  right: 60px; /* Adjust for positioning */
  padding: 8px 12px;
  background-color: white;
  color: #161616;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden; /* Hide initially */
  transition: opacity 0.5s ease, visibility 0.5s ease; /* Add visibility to transition */
  white-space: nowrap;
  z-index: 10;
}
@media (max-width:768px) {
  .flash-bubble {
    bottom: 20px;
    right: 58px;
  }
}
.flash-bubble.show {
  opacity: 1;
  visibility: visible; /* Make it visible when shown */
}

  /* Arrow styling using a pseudo-element */
  .flash-bubble::after {
    content: "";
    position: absolute;
    top: 50%; /* Center vertically */
    right: -8px; /* Position the arrow outside the bubble */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    /*border-bottom: 8px solid transparent;*/
    border-left: 8px solid white; /* Match background color of bubble */
}

/*EXERCISE PAGE CUSTOM*/
.exercise-h2{font-size: 60px;}
.exercise-h3{font-size: 32px;}
.exercise-h4{font-size: 28px;}
.exercise-h5{font-size: 20px;}

/*OWLCAROUSEL SERVICES ADDITIONAL*/
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-wrapper {display: flex !important;align-items: center !important;}

.border-small{border: 1px solid white;flex:auto !important;max-height: 240px;max-width: 100%;padding-top: 20px;padding-bottom: 20px}

.tooltip-left::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 0;
  top: 50%;
  border: 15px solid transparent;
  border-left: 0;
  border-right: 15px solid #5494db;
  transform: translate(calc(-100% - 5px), -50%);
}

/*LOGO APPS*/
.apps-logo-color i{color: #333 !important}
.apps-logo-color i:hover{color:#D84D26 !important}

.auto-height{height: auto !important;}

/*SHARE INLINE*/
.share-inline{
  width: 100%;
  float: left;
}
.share-inline h5{
  width: 160px;
  float: left;
  padding-top: 8px;
}
.share-inline ul.share-group{
  width: calc(100% - 160px);
  float: left;
}
.share-inline ul.share-group li{
  display: inline-block;
  margin-left: 5px;
}
.share-inline li:first-child {
  margin-left: 0px !important;
}
.share-inline ul.share-group li a{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 6px;
}
.share-inline ul.share-group li a.facebook{background: #3D5A96;}
.share-inline ul.share-group li a.twitter{background: #2AA3EF;}
.share-inline ul.share-group li a.line{background: #2AB858;}
.share-inline ul.share-group li a.whatsapp{background: #30A055;}
.share-inline ul.share-group li a.linkedin{background: #007AB7;}

/*DOTS OWL CAROUSEL HERO*/
#hero-slider .owl-dots{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
}
#hero-slider .owl-dots .owl-dot{
  display: inline-block;
}
#hero-slider .owl-dots .owl-dot span{
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/mufit-pagination.png) no-repeat center;
  background-size: contain;
}
#hero-slider .owl-dots .owl-dot.active span{
  width: 32px;
  background: url(../images/mufit-pagination-active.png) no-repeat center;
  background-size: contain;
}
.cta1{margin-right: -10px !important;}

/*DOTS OWL CAROUSEL WHATS HAPPENING*/
.wh-slider .owl-dots{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.wh-slider .owl-dots .owl-dot{
  display: inline-block;
}
.wh-slider .owl-dots .owl-dot span{
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/mufit-pagination.png) no-repeat center;
  background-size: contain;
}
.wh-slider .owl-dots .owl-dot.active span{
  width: 32px;
  background: url(../images/mufit-pagination-active.png) no-repeat center;
  background-size: contain;
}

/*TESTIMONY OWL CAROUSEL NAV*/
#testimonial .owl-prev,
#testimonial .owl-next{
    width: 30px;
    height: 10px;
    position: absolute;
    bottom: 34px;
    overflow: hidden;
    text-indent: -200px;
}
#testimonial .owl-prev{
    background: url(../images/mufit-arrow-left.png) no-repeat center;
    background-size: contain;
    left: 25%;
}
#testimonial .owl-next{
    background: url(../images/mufit-arrow-right.png) no-repeat center;
    background-size: contain;
    right: 25%;
}

/*WH SLIDER OWL CAROUSEL NAV*/
#wh-slider .owl-prev,
#wh-slider .owl-next{
    width: 40px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    overflow: hidden;
    text-indent: -200px;
}
#wh-slider .owl-prev{
    left: 20px;
    background: url(../images/angle-left.png) no-repeat center;
    background-size: contain;
    background-color: #D84D26;
}
#wh-slider .owl-next{
    right: 20px;
    background: url(../images/angle-right.png) no-repeat center;
    background-size: contain;
    background-color: #D84D26;
}

.services-list{margin-bottom: 30px !important;}
.bottom-zero h3{margin-bottom:10px !important;}
.sidebar-post li .text{padding-top: 0px !important;}
.ui-slider-handle::before{top: -120% !important;background:white;width:110% !important;color: black !important;border-radius: 3px;padding: 3px}
.ui-slider-handle::after{content: " ";
position: absolute;
right: 20px;
top: -16px;
border-top: 8px solid white;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: none}
.accordion li ul li{color: #666 !important}
.ratio100 {padding-top: 100%;}
.ratio128 {padding-top: 128px !important;margin-bottom: 20px !important}
.meetnbefit img{object-fit: contain !important;}
.no-overflow img{overflow: hidden !important;}
.h2title{font-size: 40px !important;}
.btn{cursor: pointer;}
.btn-block{width: 100%}
.article-ct img{object-fit: contain;width: 80%!important;margin-left: 10%;height: auto !important}
.no-overflow{overflow: hidden}
.remove-border-ratio{padding-top: 55.25% !important;}
.orange-link a{color: #D84D26;text-decoration: underline}
.black-paragraph p{color: #333;}
.sentence-word{text-transform: capitalize}

.btn-big{padding:20px 40px !important}

.tooltip-top::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  top: 0;
  border: 15px solid transparent;
  border-top: 0;
  border-bottom: 15px solid #5494db;
  transform: translate(-50%, calc(-100% - 5px));
}

.tooltip-right::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  right: 0;
  top: 50%;
  border: 15px solid transparent;
  border-right: 0;
  border-left: 15px solid #5494db;
  transform: translate(calc(100% + 5px), -50%);
}

.tooltip-bottom::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 0;
  border: 15px solid transparent;
  border-bottom: 0;
  border-top: 15px solid #5494db;
  transform: translate(-50%, calc(100% + 5px));
}

.box .text::before{
  color: rgba(216,77,38,0.2) !important;
}

/*.error h1{font-size: 10rem}*/
.text-white{color: white !important;}
.rangkuman p {font-size: 18px !important;font-weight: 500 !important;color: white;}
.popup-ct{max-width: 500px;}
.title-small{font-size: 30px !important;}
.popup-ct .close-bt {color: rgba(69, 69, 69, 0.3) !important;}
.lineheight-small{line-height: 1.7rem;}
.popup-image{border: 7px solid whitesmoke;}

.faq-form .input-group select:first-child{color: darkgray;}
.faq-form .input-group select{
  padding: 15px 15px;
  font-size: 14px;
  color: #333;
  /*background: #fff;*/
  border: 1px solid #dedede;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: caret;
  -moz-appearance: caret;
  appearance:caret;
}

#notification-bar {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #007bff;
  z-index: 2;
}

#notification-bar .container {
  width: 900px;
  height: 55px;
  margin: 0 auto;
  padding: 5px;
}

input[type=checkbox] ~ #notification-bar {
  /* Animation */
  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* Start animation to go down */
  
  -webkit-animation-name: goDown;
  animation-name: goDown;
}
/* Close the bar */

input[type=checkbox]:checked ~ #notification-bar {
  /* Animation */
  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* Start animation to go up */
  
  -webkit-animation-name: goUp;
  animation-name: goUp;
}

input[type=checkbox] ~ .fa-long-arrow-down {
  position: absolute;
  display: none;
  right: 10%;
  cursor: pointer;
}

input[type=checkbox]:checked ~ .fa-long-arrow-down {
  display: block;
  top: -35px;
  padding: 10px;
  font-size: 50px;
  color: #ffbe03;
  background-color: #444;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  
  border-radius: 5px;
}

input[type=checkbox]:checked ~ .fa-long-arrow-down:hover {
  top: -15px;
  color: #ccc;
}
/* ANIMATION for go up */

@-webkit-keyframes goUp {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}

@keyframes goUp {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
/* ANIMATION for go down */

@-webkit-keyframes goDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes goDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.find-me {
  position: relative;
  margin: 100px;
  color: #fff;
}

.find-me a {
  color: #fff;
}

/*ALERT*/
.alert-success {
  padding: .75rem 1.25rem;
  background-color: #c3e6cb;
  border-color: #c3e6cb;
  color: #155724 !important;
  margin-bottom: 10px;
}
.alert-danger {
  padding: 20px;
  background-color: #f8d7da;
  border-color:#f5c6cb;
  color: #721c24 !important;
  margin-bottom: 10px;
  border: 1px solid #f5c6cb;
  border-radius: .25rem;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}

.happening img{object-fit: contain !important;}
.wh-slider .item{height: 100%}

.pic::before{display: none}

.pt-0{padding-top:0px;}
.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-30{padding-top:30px;}
.pt-40{padding-top:40px;}
.pt-50{padding-top:50px;}

.pb-0{padding-bottom:0px;}
.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px;}
.pb-50{padding-bottom:50px;}

.mt-0{margin-top:0px;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}

.mb-0{margin-bottom:0px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}

.p-50-0{padding: 50px 0 !important}

.p-acc-form{padding: 2px 20px 2px 20px !important;}
.p-acc-form label, .pbpt-acc-form li a{font-size: 14px !important}
.pbpt-acc-form li.active .acc-ct{padding-top: 10px;padding-bottom: 10px;overflow: hidden !important}

.quote-7{
  padding: 40px 0 !important;
}
.quote-7 p {
  padding: 0px 0 10px 0px !important;
  font-size: 36px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  position: relative;
}

.cta-button{
  background: #D84D26;
  color: #fff;
  ont-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border: 2px solid #D84D26;
  color: white;
  display: block;
  padding: 15px 40px;
  width: 200px;
  float: right
}

.cta-button:hover{
  background: #f93904;
  color: white;
}

.clients-form{padding-top: 40px !important}
.clients-img .pic {max-width: 100% !important;}

@media screen and (min-width: 768px) {
  .desktop-only{display: block !important;}
  .index-pd .text{padding-top: 90px !important;}
  .company-pd .text{padding-top: 130px !important;}
  .pd-top-min{padding: 20px 0 !important;margin-bottom: -20px;}
  .foot-logo img{width: 50% !important;}
  /*.happening img{height: 650px !important;object-fit: contain}*/
  .border-small{margin: 10px}
  .mt-20-desktop{margin-top: 20px}
  .pt-50-desktop{margin-top: 50px}
  .column-career-desktop{padding: 0px !important}
  .main-slide h1{font-size: 65px !important;}
}

/*@media screen and (max-width: 1024px) {
  #hellobar-bar.regular{margin-top: -20px;margin-bottom: 20px;}
}*/

@media screen and (max-width: 1024px){
.container {max-width: 960px;}
}

@media screen and (max-width: 768px) {
  .pt-0-mobile{padding-top: 0px !important}
  .hide-mobile{display: none !important;}
  .mobile-only{display: block !important;}
  .padding-top-mobile{margin-top: 50px}
  .padding-top-mobile-min{margin-top: 30px}
  .mobile-centered{text-align: center!important;}
  .company-reg-form h3{padding-left: 0px !important;}
  .foot-logo img{width: 30% !important;}
  .article-ct ul li, ol li{font-size: 14px !important;}
  .width100 iframe{object-fit: inherit!important;}
  .cta-button{float: center;}
  .wrapper-leaderboard {margin: 15px}
  .nopadding-top-footer-mobile{padding-top: 0rem !important}
  .nopadding-bottom-footer-mobile{padding-bottom: 0rem !important}
  /*.happening img{height: 300px !important;object-fit: cover}*/
  .pt-20-mobile{padding-top: 20px}
  .popup-ct, .close-bt{padding: 15px}
  .popup-ct .close-bt {right: 10px !important;top: 10px !important;}
  .margin-mobile{margin: 0px}
  .nopadding-top-mobile{padding-top: 0px}
  .nopadding-bottom-mobile{padding-bottom: 0px}
  .nomargin-bottom-mobile{margin-bottom: 0px !important}
  .nomargin-top-mobile{margin-top: 0px !important}
  .pt-10-mobile{padding-top: 10px}
  .pt-20-mobile{padding-top: 20px}
  .pb-10-mobile{padding-bottom: 0px}
  .mt-20-mobile{margin-top: 20px}
  .mt-50-mobile{margin-top: 50px}
  .mb-20-mobile{margin-bottom: 20px}
  .mt-20-mobile-minus{margin-top: -60px}
 /* #hellobar-bar.regular{margin-top: -20px;margin-bottom: 20px;}*/
  .hb-close-wrapper .icon-close {right: 20px !important;}
  .mt-minus-mobile{margin-top: -20px}
  .video-mobile{height: 200px !important}
  .span-text span{line-height: 1.5em !important;}
  .share-inline ul.share-group li a{width: 30px;height: 30px;font-size: 14px}
  .share ul.share-group li a{width: 30px;height: 30px;font-size: 14px;}
  .share ul.share-group{text-align: right;width: 100%;margin-top: 2px;float:none !important}
  .share h5{width: 120px}
  .mobile-center{text-align: center;}
  .margin-left-mobile{margin-left: -15px;padding: 0.5rem !important}
  .p-t-m{padding-top: 20px;}
  .m-b-m{margin-bottom: 20px;}
}

/*OVERLAY EXPIRED*/
.expired-text {position: absolute;background:#333;padding:20px;left: 0;bottom:0;width: 100%;text-align: center;color: white
}

/*SMART BANNER*/
@media screen and (max-width: 768px) {
  .navbar{position: relative !important}
  .master{padding-top: 0px !important}
  .download-bt{background: transparent !important;color: #D84D26 !important}
  .burger{background-color: #333333 !important}
  /*.navbar{margin-bottom: 20px;}*/
}
.popup2 {
  top: 0;
  max-width: 100%;
  background-color: #D84D26;
  margin-top: 10px;
  margin-bottom: -10px;
  }
  
  .popup-contents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 12px;
  }
  
  .popup2 li {
    list-style: none;
    margin: 5px;
  }
  
  .close2 {
    background-color: #424242;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
    cursor: pointer;
  }
  
  .fa-regular.fa-x {
    font-size: 12px;
    color:white;
    font-weight: 600;
    cursor: pointer; 
    position: absolute;
    opacity: 100%;
    margin: 5px 5.5px;
    opacity: 60%;
  }
  
  .logo2 {
    max-width: 50px;
    max-height: 50px;
    display:inline;
    padding-left: 10px;
  }
  
  .popup2 span {
    font-weight: 600;
    color: white;
    font-size: 13px;
  }
  
  .popup2 p {
    color: #bababa;
    font-size: 11px;
    margin: 0px auto;
    line-height: 6px
  }
  
  .tenbutton {
    border-radius: 1.62rem;
    color: #D84D26;
    width: 60px;
    height: 25px;
    border: transparent;
    background-image: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
    margin-left: 10px
  }

/*VERTICAL SLIDER*/
.item img{
  padding: 0px;
  margin: 0px;
  background-size: cover;
}
  .v-slider-frame {
    height: 55px;
    overflow: hidden;
    margin-bottom: 30px;
    background: transparent;
    width: fit-content;
    padding: 0px 20px 0px 20px;
    border: 2px solid white;
    border-radius: 10px
  }
  ul.v-slides {
    list-style-type: none;
    transform: translateY(50px);
    padding:0;
  }
  .v-slide {
    font-size: 24px;
    line-height: 50px;
    color: white;
    font-weight: bold;  
  }
@media screen and (max-width: 768px) {
.v-slide {
     font-size: 17px;
     line-height: 50px;
     color: white;
     font-weight: bold;  
   }
.v-slider-frame {
    height: 55px;
    overflow: hidden;
    padding-bottom: 30px;
    background: transparent;
    width: content-box;
    border: 2px solid white;
    text-align: center;
    margin:0 auto;
    margin-bottom: 30px !important;
    border-radius: 50px
  }
}

.red-circle{color: #D84D26}
.blue-circle{color: #007bff}
.yellow-circle{color: rgb(255, 174, 1);}

.ratio iframe {
  object-fit: inherit!important;
  }

.sub-menu{
  overflow-y: hidden;
}

.headline, .about-header, .static-page {
  overflow: hidden !important;
}

.blog-detail h1{
  font-weight: 900 !important
}

.blue-button{
  background: #007bff !important;
  cursor: pointer;
  color: white;
}
.blue-button:hover{
  background: #006ce0 !important;
  cursor: pointer;
  color: white;
}

.green-button{
  background: #c4c325 !important;
  cursor: pointer;
  color: white;
}
.green-button:hover{
  background: #acab1e !important;
  cursor: pointer;
  color: white;
}

.green-button1{
  background: #acab1e !important;
  cursor: pointer;
  color: white;
}

.button-act{
  cursor: pointer;
}

.quote-6 p::before, p::after{
  display: none !important;
}

.blog-image{
	width: 100%
}

.span-text span{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  line-height: 2.5em;
  font-weight: 500
}

.quote-6 p {
  padding: 0px 0 120px 0px !important;
  line-height: 120% !important: 
}

.bg-grey{
  background: #f4f4f4;
}

/*
.noborder li {
  max-height: 430px !important;
}

.noborder ul {
	border: 0px solid #dedede !important;
  padding-inline-start: 1.5rem;
  font-size: 18px;
  padding: 20px;
  color: #666;
  background: #FFEEE9;
  height: -webkit-fill-available;
  list-style: decimal !important;
}

.noborder ul li {
  border: 0px solid #dedede !important;
  list-style: decimal !important;
  
}
*/

.plain-text li{
  font-size: 18px;
  color: #333;
  line-height: 200%;
  margin-bottom: 20px;
}

.img-marquee{
  height: auto
}

.contact-box {
  height: 250px;
  }

/*.headline .item {
  height: 600px !important;
}

.pic figure img {
  min-height: 670px;
  }
*/

.margin-bottom-none{margin-bottom: 0px !important}

.article-ct ul li, ol li{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.list-styling li{
	margin-inline-start: 20px;
}

.article-ct ul, ol{
  padding-inline-start: 1.5rem;
}

.article-ct ul li{
  list-style-type: disc;
}

/*Counter*/
body {
  counter-reset: section;
}
.counter::before {
  counter-increment: section;
  content: counter(section) " ";
}

.accordion li p {
	padding: 10px 20px 10px 20px !important;
}

.menu li{z-index: 9}
.dropdown {
	margin-right: 10px;
}

.greybg{background: #f4f4f4}

.orangebg{background: #D84D26 !important }
.whitebg{background: #ffffff !important}
.alertbg{background: #f8d7da url(../images/medic.png) repeat; !important;}
.alertbg1{background: #f8d7da !important}
.aquabg{background: aqua !important}
.alertdarker{background: #e6e6e6 !important}

.accordion.acc-full li a {
  padding: 15px 30px 15px 20px !important;
}

/*POPUP1*/
.popup1{
  z-index: 32;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 20px;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: calc(100% - 40px);
  max-width: 720px;
  display: block;
  /*margin-top:50px;*/
}
.overlay.show{overflow: scroll}
.popup1.show{
  top: 50%;
}
.popup1 h3{
  font-size: 24px;
}
.popup1 p{
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.popup1 ul{
  width: 100%;
  float: left;
}
.popup1 li{
  width: 50%;
  float: left;
  padding: 5px;
}
.popup1 li a{
  display: block;
  padding: 10px;
  border: 1px solid #dedede;
  color: #333;
}
.popup1 li a i{
  font-size: 48px;
  display: block;
  height: 60px;
}
.popup1 li a:hover i{
  color: #D84D26;
}
.popup1 .close-bt{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 8px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}

/*Paginator*/
div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    min-width: 40px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	background: #dfdfdf;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 40px;
	margin: 5px;
}
div.pagination a:hover, div.pagination a:active {
    background: #dfdfdf;
}
div.pagination a:last-child, div.pagination a:first-child {
    width: 120px
}
div.pagination span.page_current {
    min-width: 40px;
	font-size: 14px;
	font-weight: 700;
	color: white;
	background: #D84D26;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 40px;
	margin: 5px;
}
div.pagination span.page_disabled {
    min-width: 40px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	background: #dfdfdf;
	display: inline-block;
	text-align: center;
	padding-top: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 40px;
}
div.pagination span.page_disabled:last-child, div.pagination span.page_disabled:first-child{
	width: 120px;
	margin: 5px;
}

* span.elipsis {zoom:100%}

.sliding img{width: 100%}

/*Leaderboards*/
:root {
  --black: #21252a;
  --grey-1: #343A40;
  --grey-2: #495057;
  --grey-3: #868E96;
  --grey-4: #ADB5BD;
  --grey-5: #CED4DA;
  --grey-6: #DEE2E6;
  --grey-7: #E9ECEF;
  --grey-8: #F1F3F5;
  --grey-9: #F8F9FA;
  --trans-black: rgba(33, 37, 42, .9);
  --red: #e10600;
  --gold: #ffda65;
  --gold-dark: #a3862c;
  --bronze: #c99355;
  --bronze-dark: #80582c;
}

.list {
  width: 100%;
  max-width: 800px;
  margin: 0rem auto 3rem;
  border-radius: .4rem;
}
@media screen and (max-width: 800px) {
  .list {
    margin: 0 auto;
  }
}
.list__table {
  width: 100%;
  border-spacing: 0;
  color: var(--grey-3);
}
.list__header {
  text-align: center;
  padding: 1.5rem 2rem;
  background: white;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}
.list__header h1, .list__header h5 {
  margin: 0;
  padding: 0;
}
.list__header h5 {
  margin-bottom: .5rem;
  text-transform: uppercase;
  color: var(--red);
}
.list__value {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .list__value {
    font-size: 15px;
  }
  .counter::before {
    font-size: 15px !important;
  }
}
.list__label {
  font-size: 11px;
  opacity: .6;
}
.list__row {
  background: var(--grey-7);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list__row:hover, .list__row:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.1), 0px 5px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list__row:not(:last-of-type) .list__cell {
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.list__row:first-of-type {
  color: var(--gold-dark);
  background: var(--grey-9);
}
.list__row:first-of-type .list__cell:first-of-type {
  background: var(--gold);
  color: var(--gold-dark);
}
.list__row:nth-of-type(2) {
  color: var(--grey-2);
  background: var(--grey-9);
}
.list__row:nth-of-type(2) .list__cell:first-of-type {
  background: var(--grey-4);
  color: var(--grey-2);
}
.list__row:nth-of-type(3) {
  color: var(--bronze-dark);
  background: var(--grey-9);
}
.list__row:nth-of-type(3) .list__cell:first-of-type {
  background: var(--bronze);
  color: var(--bronze-dark);
}
.list__cell {
  padding: 0.5rem;
}
.list__cell:first-of-type {
  text-align: center;
  padding: 0.5rem .15rem;
  background: var(--grey-5);
}

.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--trans-black);
  display: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 40;
}
.overlay1.is-open {
  display: block;
}

/*.overlay {background: rgba(0,0,0,0.8) !important;}*/
.pad-hellobar{padding: 0px 20px 0px 20px;}

.sidebar {
  position: fixed;
  background: white;
  width: 100%;
  max-width: 500px;
  top: 0;
  bottom: 0;
  box-shadow: none;
  right: -500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  /*@media screen and (max-width: 650px) {
  	flex-direction: column-reverse;
  	justify-content: space-between;
  }*/
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 41;
}
.sidebar.is-open {
  right: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 0px 100px var(--black);
}
.sidebar__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: var(--grey-9);
  -webkit-box-align: center;
          align-items: center;
}
.sidebar__header, .sidebar__body {
  padding: 2rem;
}
.sidebar__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--grey-4);
}

.button {
  font-family: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.button:focus, .button:active {
  outline: 0;
}
.button--close {
  padding: 0;
  margin: 0;
  height: auto;
  line-height: 1;
  color: var(--grey-5);
}
.button--close:hover {
  color: var(--grey--4);
}

.driver {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  opacity: 0;
  position: relative;
  left: 100px;
  -webkit-animation: fade 500ms ease 150ms forwards;
          animation: fade 500ms ease 150ms forwards;
}
.driver__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border: 3px solid white;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.12);
  margin-right: 1.5rem;
}
.driver__content {
  width: auto;
}
.driver__title {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
.driver__table {
  width: 100%;
  color: var(--grey-2);
}
.driver__table small {
  color: var(--grey-4);
}
.driver__table td {
  padding: .3rem .6rem .3rem 0;
  height: 2rem;
}
.driver__table td img {
  position: relative;
  top: 5px;
  margin-right: 6px;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}

/*TOP BAR*/
#hellobar-bar {
    width: 100%;
    margin: 0;
    height: 60px;
    display: table;
    font-size: 20px;
    font-weight: 400;
    padding: .33em 0;
    color: white;
    position: relative;
    background-color: #007bff;
    z-index: 2;
    /* Animation */
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* Start animation to go down */
    
    -webkit-animation-name: goDown;
    animation-name: goDown;
}

#hellobar-bar.regular {
    /*height: 50px;*/
    /*font-size: 20px;*/
    padding: 0;
    /*margin: 0px;*/
}

.hb-content-wrapper {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}

.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}

.hb-text-wrapper .hb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

.hb-headline-text a{
  font-size: 14px !important;
  color: white !important;
  text-decoration: underline;
  font-weight: bold
}

#hellobar-bar .hb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #333;
    background-color: #ffffff;
    border-radius: 3px;
    border: 0px;
    padding: 2px 15px 2px 15px;
    font-size: 18px
}

#hellobar-bar .hb-cta:hover {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #333;
  background-color: #f0f0f0;
  border-radius: 3px;
  border: 0px;
  padding: 2px 15px 2px 15px;
  font-size: 18px
}

#hellobar-bar .hb-cta a{
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.hb-close-wrapper .icon-close {
    font-size: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45px;
    width: 15px;
    /*height: 15px;*/
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 12px;
    z-index: 1000;
    text-decoration: none;
}

.hb-close-wrapper .icon-close:hover {{
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.headerstrip__banner-dismiss {
  width: 12px;
  height: 12px;
  background: none;
  border: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  position: absolute;
  font: inherit;
  height: 100%;
  line-height: 0;
  cursor: pointer;
  outline: inherit;
  opacity: 0.4;
  padding: 0 16px;
  color: white;
  text-decoration: none;
  /* Animation */
  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* Start animation to go up */
  
  -webkit-animation-name: goUp;
  animation-name: goUp;
  right: 0;
  top: 0;
  z-index: 2;
}

.headerstrip-wrapper .headerstrip__banner-dismiss:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.headerstrip-wrapper .headerstrip__banner-dismiss svg {
  fill: #000000;
}

@media only screen and (max-width: 768px) {
  .hb-text-wrapper .hb-headline-text p{
      font-size: 0.7em !important;
  }
}

  a#notification-bar-close-btn.icon-close {
        right: 4px;
  }

}

/*SHARE FLOATING*/
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 99
}

.fab1 {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab1 > i {
  font-size: 25px;
  line-height: 58px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}

.fab1.red {
  background: #F44336;
}

.fab1.pink {
  background: #E91E63;
}

.fab1.purple {
  background: #9C27B0;
}

.fab1.deep-purple {
  background: #673AB7;
}

.fab1.indigo {
  background: #3F51B5;
}

.fab1.blue {
  background: #2196F3;
}

.fab1.light-blue {
  background: #03A9F4;
}

.fab1.cyan {
  background: #00BCD4;
}

.fab1.teal {
  background: #009688;
}

.fab1.green {
  background: #4CAF50;
}

.fab1.light-green {
  background: #8BC34A;
}

.fab1.lime {
  background: #CDDC39;
}

.fab1.yellow {
  background: #FFEB3B;
}

.fab1.amber {
  background: #FFC107;
}

.fab1.orange {
  background: #FF9800;
}

.fab1.deep-orange {
  background: #FF5722;
}

.fab1.brown {
  background: #795548;
}

.fab1.grey {
  background: #9E9E9E;
}

.fab1.blue-grey {
  background: #607D8B;
}

.fab1:active,
.fab1:focus,
.fab1:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab1:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab1:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab1:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

.fab1:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab1:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab1:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab1:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab1:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/*CHECKBOX*/
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: auto;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em !important;
  /*font-size: 1.05em;*/
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: .2em;
  box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 34, 237, .2);
  -webkit-transition: all .275s;
      transition: all .275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✕';
  position: absolute;
  top: .470em;
  left: .23em;
  font-size: 1.375em;
  color: #D84D26;
  line-height: 0;
  -webkit-transition: all .2s;
      transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
      transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #777;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* Accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
}

/* ARTICLE CTA */
.article-cta {
  background-color: #007bff;
  max-width: 850px;
  width: 100%;
  padding: 20px 0;
  /* height: 250px; */
}
.article-cta .cta-header {
  font-family: "Maven Pro";
  text-align: center;
  padding-top: 2rem;
}
.article-cta .cta-header h3 {
  font-weight: 400;
  color: white;
  width: 80%;
  margin: 0 auto;
}
.article-cta .mat-button {
  display: block;
  margin: 40px auto;
  border: 3px solid #FFFFFF;
  padding: 20px;
  color: #FFFFFF;
  max-width: 30%;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
@media screen and (max-width: 768px) {
.article-cta .mat-button {
  max-width: 50%;
  }
}
.article-cta .mat-button:hover {
  background-color: #fff;
  color: #298ccc;
  text-decoration: none;
}

/*SELECT*/
[include*="form-input-select()"] select:not(:focus):invalid {
  color: darkgray
}

select:not(:focus):hover:invalid {
  color: #333
}

.caret-drop {
  position: relative;
  float: left;
}

.caret-drop:after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: darkgray;
  right: 15px;
  top: 30px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

.caret-drop:hover:after {
  color: grey
}

/* IE11 hide native button (thanks Matt!) */

select::-ms-expand {
  display: none;
}

.input-group select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   /* Add some styling */
 }