/* import fontawesome */
@import url('https://use.fontawesome.com/releases/v5.15.3/css/all.css');

body,html{
  overflow-x: hidden;
  width:100%;
}

.clamp{
  max-width:1452px !important;
  
  margin:auto;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca-Regular.woff2') format('woff2'),
      url('fonts/LexendDeca-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNextBold';
  src: url('fonts/AvenirNextLTProBold.eot');
  src: url('fonts/AvenirNextLTProBold.eot') format('embedded-opentype'),
       url('fonts/AvenirNextLTProBold.woff2') format('woff2'),
       url('fonts/AvenirNextLTProBold.woff') format('woff'),
       url('fonts/AvenirNextLTProBold.ttf') format('truetype'),
       url('fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') format('svg');
}


@font-face {
  font-family: 'AvenirNext';
  src: url('fonts/AvenirNextLTProRegular.eot');
  src: url('fonts/AvenirNextLTProRegular.eot') format('embedded-opentype'),
       url('fonts/AvenirNextLTProRegular.woff2') format('woff2'),
       url('fonts/AvenirNextLTProRegular.woff') format('woff'),
       url('fonts/AvenirNextLTProRegular.ttf') format('truetype'),
       url('fonts/AvenirNextLTProRegular.svg#AvenirNextLTProRegular') format('svg');
}


@font-face {
  font-family: 'Lexend Deca';
  src: url('fonts/LexendDeca-Bold.woff2') format('woff2'),
      url('fonts/LexendDeca-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('fonts/avenir_blackwebfont.eot');
  src: url('fonts/avenir_blackwebfont.eot') format('embedded-opentype'),
       url('fonts/avenir_blackwebfont.woff2') format('woff2'),
       url('fonts/avenir_blackwebfont.woff') format('woff'),
       url('fonts/avenir_blackwebfont.ttf') format('truetype'),
       url('fonts/avenir_blackwebfont.svg#avenir_blackwebfont') format('svg');
}


#root * {
  font-family: Avenir;
}

#root h1,
#root h2,
#root h3,
#root h4,
#root h5,
#root h6{
  font-family: Avenir !important;
  font-weight:bolder !important;
}






@media only screen and (max-width: 992px) { 
  .memberGridFade {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  
  }
}

@media only screen and (min-width: 992px) { 
  #root .memberSlider .noLeftRadius {
    margin-right: 6%;
  }
}
@media only screen and (max-width: 992px) { 
  .noLeftRadius{
      border-top-left-radius:30px !important;
      border-bottom-left-radius:30px !important;
      
  }

  #root .mapNumber{
    font-size: 17vw;
    margin-bottom: 0;
  }
}


#root *::-webkit-scrollbar {
  display: none;
} 



.memberScroller::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
} 
.memberScroller {
  padding-left: 15%;
  scrollbar-width: none;
}

@media only screen and (max-width: 500px) { 
  .heroBlock{
  line-height: 1;
  }

  .f-36{
    font-size:10vw !important;
  }

}

@media only screen and (min-width: 992px) { 
  #root .issuesLeft {
    max-width: 24%;
  }

  #root .highlightLeft{
    max-width:20%;
  }

  .focusLeft {
    max-width: 33% !important;
  }

  .heroLeft.col {
    max-width: 31.5%;
    padding:0;

  }
  
}
@keyframes fadeBackground {
  from { opacity: 0; }
  to { opacity: 1; }
}
.mainSlides {
 -webkit-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
}

  .w-lg-35{
    width:35%;
  }
  
  .w-lg-60{
    width: 60%;
  }
  .w-lg-80{
    width:80%;
  }
  
  .w-lg-85{
    width:85%;
  }
  
  #root .w-lg-90{
    width:90%;
  }
  
  #root .w-lg-95{
    width:95%;
  }
  
  #root .w-lg-93{
    width:93%;
  }







.focusLeftText{
  line-height: 1.3;
}

#root .l-13{
  line-height: 1.3 !important;
}


#root .l-22{
  line-height: 22px !important;
}

#root .l-1{
  line-height: 1 !important;
}

.f-36{
  font-size:36px;
}

.f-24{
  font-size:24px;
}

.f-23{
  font-size:23px;
}


.f-30{
  font-size:30px;
}

.f-26{
  font-size:26px;
}


.f-20{
  font-size:20px;
}

.f-18{
  font-size:18px;
}

#root .f-16{
  font-size:16px !important;
}

.f-14{
  font-size:14px !important;
}

#root .f-12{
  font-size:12px !important;
}

.f-10{
  font-size:10.86px;
}


#root .light, #root .light *{
  font-family: AvenirNext !important;
}

.modal-90w { max-width: 90% !important; }

/* ############# END FONTS ########## */

#root .h-60{
  height: 60% !important;
}


#root .bg-light{
  background-color: #DBDFE3 !important;
}


#root .btn-outline-dark{
  border: solid 2px;
  font-weight: 700;
}

#root .bg-info{
  background: #d9e6f0 !important;
}

.pointer{
  cursor: pointer;
}

#root .card{
  border-radius: 30px;
}

#root{
  margin-top:20px;
}

#root .bg-secondary{
  background-color: #1c2833 !important;
}

.issueCardTop {
  min-height: 90px;
}


#root .bg-secondary-transparent{
  background-color: rgb(48 67 84 / 80%) !important;
}

#root .bg-custom{
  background-color: #304354 !important;
}

#root .btn {
  font-size: 14px !important;
}



#root .bg-gray{
  background-color:#486378;
}

body{
  background:#fafafa;
}

#root{
  background:white;
}




.menu-item-link {
  text-decoration: none;
}

#root .pr-5 {
  padding-right: 5rem !important;
}

.sideBarContainer {
  position: relative;
  z-index: 0;
  max-width: 25%;
}

.tight{
  word-spacing:-6px
}



.sideBarCeoOutlook {
  min-height: 158px;
}

.sideBar{
  width: 100%;
}










#root .issueCard {
  border-radius: 20px;
  border: none;
}



.mapArea{
  position:relative;
  text-align:center;
  max-width:87%;
  margin-left: auto;
  margin-right: auto;

}

.ml-5{
  margin-left:30px;
}

.mapOverLay{
  position:absolute;
  top: 50%;
  left: 50%;
  width:75%;
  transform: translate(-50%, -50%);
}

#root .mapNumber {
  text-shadow: 5px 3px 20px rgb(0 0 0 / 80%);
}

#root .billions{
  font-size: 36px;
  padding-left:30%;
  letter-spacing:5px;
  text-shadow: 5px 3px 20px rgb(0 0 0 / 80%);

}

#root .highlightLeft {
  max-width: 23.7%;
}

.mapNumber{
  width: 100%;
  font-size: 8vw;
  margin: 0;
  margin-bottom: -50px;
  font-family:"Avenir";
  font-weight: "bold";
}


.issueBlocks{
  position: relative;
  z-index: 2;
}

#root .bg-third{
  background:#273540
}

#root .highlightLeft {
  max-width: 27.5%;
}

.mapCard{
  font-size:18px;
  border-radius: 50px !important;

}

#root .roundedCard{
  border-radius: 30px !important;
}

.roundedCardLeft{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.roundedCardRight{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}



#root .carousel .slide .legend {
  top: 10%;
  background: none;
  opacity: 1;
  font-size: unset;
  width:100%;
  left:0;
  right:0;
  margin:auto;
}

/* #nav-app,#site-search{
  display: none !important;
} */

/* .overlay-center{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* .overlay-left{
  position:absolute;
  left:10%;
  top:20%;
} */


.controls {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto !important;
  text-align: center;
  bottom:19px;
}

.line{
  position: relative;
  height:5px;
  bottom:29px;
}

.mobileLine{
  background-color: #496478 !important;
  height:5px;
}

.zoomHover{
  transition: transform .3s ease;
}
.zoomHover:hover{
  transform: scale(1.03);
}

.hoverDate{
  cursor: pointer;
  /* transform: rotate(-30deg); */
  /* color:blue; */
}

.ceoRow{
  position:absolute;
  bottom:0;
}
.scrollHider{
  overflow: hidden;
}

#root .f-54{
  font-size: 54px !important;
}


#root .f-44{
  font-size: 44px !important;
}

#root .f-38{
  font-size: 38px !important;
}

.w-90{
  width:90% !important;
}

#root .btn:active.zoomHover{
  border-color:unset !important;
  outline: none !important;
}

.timelineContainer {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space:nowrap;
  padding-bottom: 10px;
  position: absolute;
  bottom: 17.5%;
}

.infoCard {
  border-bottom-right-radius: 0 !important;
  overflow-x: hidden;
  margin-left: -72px;
}

#root .noLeftRadius{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#root .noRightRadius{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.infoImageHolder{
  overflow-x: hidden;
}

.prevButton{
  border-top-left-radius: 0 !important;
}
.nextButton{
  border-top-right-radius: 0 !important;
}

/* .infinite-scroll-loop {
  &-outer {
      position: relative;
      &::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(
              #fff 0%,
              rgba(255, 255, 255, 0) calc(15%),
              rgba(255, 255, 255, 0) calc(85%),
              #fff 100%
          );
          pointer-events: none;
      }
  }
  &-inner {
      overflow-y: scroll;
      scrollbar-width: none;
      &::-webkit-scrollbar {
          display: none;
      }
  }
} */

path {
  pointer-events: all;
}
path:hover {
  opacity: 0.50;
  cursor: pointer;
}




.afterNode{
  margin-left: 50%;
}

.contentRow{
  position:relative;
  left:unset;
  display: inline-block;
}

.transitionInLeft{
  animation-name: leftSlideIn;
  animation-duration: 2s;
}

.transitionInRight{
  animation-name: rightSlideIn;
  animation-duration: 2s;
}

.transitionOutLeft{
  animation-name: leftSlideOut;
  animation-duration: 2s;
}

.transitionOutRight{
  animation-name: rightSlideOut;
  animation-duration: 2s;
}


.decadeLabel{
  text-align: center;
  font-size:24em;
  padding:0;
  margin:0;
  overflow: hidden;
  
}

@keyframes leftSlideIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;    
  }
}

@keyframes leftSlideOut {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }

}

@keyframes rightSlideIn {
  0% {
    right: 0;
  }
  100% {
    right: 100%;    
  }
}

@keyframes rightSlideOut {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }

}

.memberColumnInner::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.memberColumnInner {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.bg-lightgray{
  background-color: #cacccc !important;
}

.currentNode.node.position-absolute {
  left: 50% !important;
  right:50% !important;
  margin: auto !important;
}

.node{
  transition-property: all;
  transition-duration: 2.5s;
}

.carousel .slider-wrapper{
  padding-bottom: 6px;
}

#root .timeLineCard{
  font-family: Avenir !important;
}

body.modal-open {
  overflow-y: hidden;
}

body{
  height:100vh;
}

#root .chairPeople{
  font-family: Avenir !important;
  
}

#root .chairPeople .bg-secondary{
  background-color:  #476378 !important;
}

#root .chairPeople .bg-primary{
  background-color:  #273540 !important;
  
}

#root .carousel.carousel-slider .control-arrow:hover{
  background: none;
}

.site-footer-dark{
  background-color: #212328;
}

span.memberBio * {
  color: white !important;
}

.modal span.memberBio * {
  color: black !important;
}

.site-footer-dark *{
  color:white;
}

#root .carousel .slider-wrapper{
  padding-bottom:0px;
}
.memberGrid *::-webkit-scrollbar {
  display: none;
} 
.memberGrid *::-webkit-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.memberGridFade {
  position:absolute;
  height:100px;
  background: rgb(29,40,51);
  background:  linear-gradient(180deg, rgba(29,40,51,1) 0%, rgba(29,40,51,0) 100%);

}


.memberGridFade.bottom{
  bottom:0;
  transform: scaleY(-1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ril__toolbarRightSide{
  top:80px !important;
  position:relative !important;
}

.ril-caption-content.ril__captionContent{
  font-size: 2em;
}

.position-relative.timeLineCard.row:focus-visible {
  border: 0;
  outline: 0;
}

#root .btn{
  padding:4px 22px !important;
  font-family: Avenir !important;
  line-height: 24px !important;
  font-size: 14px !important;
  width:fit-content !important;;
  border-radius:20px !important;;
}

#root .btn-primary_also{
  background-color: #0069BA !important;
  border-color: #0069BA !important;
}

#root .btn.btn-primary{
  background-color: #0069BA !important;
  border-color: #0069BA !important;

}

.memberModal>div:first-child{
  background:#000000c7 !important;
  backdrop-filter: blur(10px);
}

.fade.memberModal.modal.show {
  background: #00000024;
}

a{
  text-decoration: none !important;
}


#root .card {
  border: 0 !important;
}

.line,.nodeDot {
  background-color: #496478 !important;
}

.bigDecade{
  color: #496478 !important;
}

.node{
  border-radius:100px;
}

#root .leftHeroContainer{
  background-image: url(https://s3.amazonaws.com/brt.org/bg-tile-light.png);
  backdrop-filter: blur(15px) opacity(.4);
}


#root .btn.tag{
  padding-top: 1px !important;
  padding-bottom: 1px !important;

}

.fade.mobileTimelineModal.modal.show {
  display: block;
  background: #0000008c;
  backdrop-filter: blur(14px);
}

#root .btn.mobileDecade{
  padding:2px 10px !important;
}


footer{
  border:0;
  background-color:rgb(30, 41, 52) !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUAAAAkLjwkLjQkKjQkMjwcKjSaLvjhAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAtxJREFUOI0VlNGh5SAIRG0BIwVIpIDclxSA0QIg0H8ry/5HlDNnUgz7DuYYHLp8NzfxPi4pxn94m3tI0HBW+UR7cyq1VnzcKh82fXPb+Dxt1Fpg4TDGHRWn8qcToh3bd3Em9S5t4LKr6ozf3CHwKxB4ofmWALN4kNuKbqEFGFG5DdOXZseqzDhh56seO8zsh4Riut0b5wIqxc3V8nCNl8Lj425LTjkK/mkQ93wWd68dtoLsMC1xBu0dLT7UgbKVqr2OXPA4OrheGGpPFWE+HbBT+UaMcW4CoN77rl0nx1QsA+ialVtF9vZU2szjPonKitge6BK3Iva4x/3tX3ylrt2MGeq+c9HTXb3O59IybcZ8c/A7Wqjz7qIDZiKxDYn2ZQr7rJEtm/MXrVTIpfuGkent2R50ImG3Mro1jZj9sxfeqrJBgMAK9JrU4rr1drnhVhmL47OyY4V+NKt+ABiWU2JMi7Jra40SzuuaUWds000vLkp8u904e7/s5boSzKwBxe8/7WsMGohHW5t7BQnBInH0+9RtYt1wq7ZAzZiLJmRx/LznxeYHtNNeCS/4tHUyeyT9+SjM6wk8fZaebJ5w44cGWcfxKQcOKpGxkGJl/jD1THtM6GYtmKITQx5RzlvtwGDbPy8WNsBH3Z/nZk4wW/CTrBhGeEZHDrA8ABGuGlvL0lf4QgxvqiwpyzFbOl5Q65ZqVo8ESXuB54g4qezO8lVZHX57HNfEFJMoovTf/wjx6EvzS4gBYc2jlg5TdseX7gvbmVkFLBXlUjujYcMPX7FznsgLP8ji4Nvfm0GtYdzY+Xd5yhxUbL9Itx0Cc7OkvSPlkhpF65GCrmNQ7BQePl7OIF4CaZln15Iqw1+iE175jmztuoGygdS5vpfM9KkLRZ7wj0zTC4lfUk/DeFd6M/Onqo2eLeqkfaJN/TU/S2SXarY7awCm0DN7en7zV3rdAfwnnrONmuRf4cxN+z/sTO11UQY9DgAAAABJRU5ErkJggg==);
}

.introCard{
  height: 110% !important;
  margin-bottom:-45px !important;
}

.bold{
  font-family: AvenirNextBold !important;
}


.btn.bg-white:hover {
  color: black;
}

.f-40{
  font-size: 40px !important;
}

.f-50{
  font-size: 50px !important;
}



.overlayContainer {
  position: relative;
  background-size: cover;
  background-position: unset;
  min-height: 287.04px;
  padding: 3rem;
  display: flex;
  align-items: center;
  flex-direction: row !important;
}
.overlay-left {
  /* position: absolute; */
  /* left: 10%; */
  /* top: 26%; */
  align-self: center;
  /* flex: 0 1 auto; */
}

.carousel-container {
  position: relative;
  height: 300px;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  touch-action: pan-y;
}

.carousel-track {
  position: relative;
  height: 100%;
}

.carousel-card {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  flex: 0 0 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: white;
  -webkit-tap-highlight-color: transparent;
}

.carousel-card-inner {
  position: relative;
  flex-direction: column;
  width: 290px;
  height: 290px;
  border-radius: 5px;
}

.carousel-title {
  margin-top: 20px;
  font-size: 1.5em;
}

.carousel-text {
  padding: 1em;
  font-size: 14px;
  white-space: pre-wrap;
  text-align: left;
  font-family: sans-serif;
}

@keyframes changeLetter {
  0% {
    content: "A";
  }
  50% {
    color: white;
  }
  100% {
    content: "B";
  }
}

.letter-changer::after {
  animation: changeLetter 3s linear infinite alternate;
}

#root img{
  max-width:unset
}
#root .blockSlider .carousel .slide img {
  max-width:"100%";
  vertical-align: top;
  border: 0;
}

button.control-arrow {
  background: none !important;
}


.timeline-root .carousel-root,.timeline-root  .carousel-root>*,.timeline-root  .slider-wrapper.axis-horizontal {
  overflow: visible !important;
}



svg.home-us-state-map {
  filter: drop-shadow(0 14px 46px rgb(0 0 0 / 0.23));
  width:95%;
  height:50%;
  margin: auto;
}

#root{
  min-height: 1000px;
}


@media only screen and (max-width: 768px) { 
  .contribution li.slide,.contribution li.slide.selected {
    height:45%;
    display:flex;
    flex-direction:column;
    margin:auto;
  }
}


@media only screen and (max-width: 500px) { 
  .contribution li.slide,.contribution li.slide.selected {
      padding-top:5%;
  }
}

#root .pill{
  border-radius: 15px !important;
}

.card p{
  font-size: unset !important;
}

.sideBarLatest{
  padding: 29px 31.5px 39px 26.5px;
  border-radius: 24px;
  background-color: #edeff0;
}

.sideBarAbout {
  padding: 29px 31.5px 49px 26.5px;
  border-radius: 24px;
  background-color: #edeff0;
  max-height: 453px;
}

.heroContainer{
  border-radius:20px;
  overflow:hidden;
}

#root .sideBarLatest h5, #root .sideBarAbout h5{
  font-family: AvenirNext !important;
  font-size: 24px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.29 !important;
  letter-spacing: normal !important;
  color: #000 !important;
}

.sideBarLatest h2 b{
  font-family: AvenirNext !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0.2px !important;
  color: #000 !important;
}

#root h2.focusAreaHead{
  font-family: AvenirNext !important;
  font-size: 24px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.29 !important;
  letter-spacing: normal !important;
  color: #000 !important;
}


#root p.focusAreaText{
  font-family: AvenirNext !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.31 !important;
  letter-spacing: -0.2px !important;
  color: #000 !important;
}

#root .focusLinks .btn{
  font-family: AvenirNext !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.33 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #273540 !important;
  padding:8px 0 !important;
}

#root h1.heroHead{
  font-family: AvenirNext !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.21 !important;
  letter-spacing: normal !important;
  color: #000 !important;

}

#root .btn.btn-smoke{
  background-color: rgba(255, 255, 255, 0.52);
}

#root .sliderControls {
  width: 40% !important;
}

#root .sideBarAboutText{
  font-family: AvenirNext !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.39 !important;
  letter-spacing: -0.23px !important;
  color: #000 !important;
}

/* if screen if smaller or equal to 992px width */


#root .mapLeft{
  min-height:450px;
}

#root .issueCardTop p{
  font-size:1.68rem !important;
}

/* media query for font size for screens smaller or equal to 930px width */

@media only screen and (max-width: 930px) { 
  #root h1.heroHead{
    font-size:1.8em !important;
  }
  #root .sliderControls{
    width:50% !important;
  }
}

.sliderControlIcon{
  HEIGHT: 1.8REM;
POSITION: RELATIVE;
 top: 1px;
}

#root .btn:active {
  background-color: transparent !important; /* Use the same background color as the default state */
  border-color: transparent !important; /* Use the same border color as the default state */
  box-shadow: none !important; /* Remove the box shadow that appears when the button is clicked */
  outline: none !important; /* Remove the outline that appears when the button is clicked */
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #0069BA;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.btn.btn-primary, .btn.btn-white, .btn.btn-smoke, .btn.btn-outline-dark {
  transition: all 0.5s;
}

.btn.btn-primary, .btn.btn-white, .btn.btn-smoke, .btn.btn-outline-dark{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn.btn-primary:after, .btn.btn-white:after, .btn.btn-smoke:after, .btn.btn-outline-dark:after, .cookieDisclaimer__button:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 4px;
  right: -20px;
  font-size:1.3em;
  transition: 0.5s;
}

#root .btn.btn-primary:hover, #root .btn.btn-white:hover, #root .btn.btn-smoke:hover, #root .btn.btn-outline-dark:hover, {
  padding-right: 24px !important;
  padding-left:15px !important;
}

.btn.btn-primary:hover:after, .btn.btn-white:hover:after, .btn.btn-smoke:hover:after, .btn.btn-outline-dark:hover:after {
  opacity: 1;
  right: 10px;
}

.btn.btn-smoke:hover{
  color:#000 !important;
}

.cookieDisclaimer{
  background-color: #304354 !important;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-family: AvenirNext;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index: 99999;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.cookieDisclaimer__content{
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 5px 15px;
}

.cookieDisclaimer__text{
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 00px 25px;
}

.cookieDisclaimer__text a{
  color:white;
  font-size:14px !important;

  /* underline */
  text-decoration: underline !important;
  cursor: pointer;
}

.cookieDisclaimer__button{
  padding: 4px 22px !important;
  font-family: Avenir !important;
  line-height: 24px !important;
  font-size: 14px !important;
  border-radius: 20px !important;
  background-color: rgba(255, 255, 255, 1);
  height: 37px;
    margin: auto;
}

.cookieDisclaimer--hidden{
  display:none;
}