@charset "UTF-8";

/* --------------------
Header: FlexBox
-------------------- */

#elementFlexBox,
#countryFlexBox {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}



/* --------------------
Header: FlexBox Contents
-------------------- */

#elementsPulldown,
#countryPulldown,
.swiper-button-prev,
.swiper-button-next {
    font-size: 0.8rem;
    color: #FFF;
    background-color: #0B394B;
    border-color: #0B394B;
}

#elementsPulldown:hover,
#countryPulldown:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #051F29;
    border-color: #051F29;
}

#sliderContainer {
    padding-top: 0rem !important;
    height: 100%;
    overflow: hidden;
}

#yearSelector {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    /*//margin-top: 30px;*/
    margin-bottom: 30px !important;
    display: block;
}