.company__inner-col ul li {
    list-style: unset;
    margin-left: 20px;
    padding-left: 5px;
}

.partner__inner-slider {
    height: 27%;
}

ul {
    font-size: 18px;
    margin-bottom: 1rem;
}

p {
    font-size: 18px;
    margin-bottom: 1rem;
}

h3 {
    margin-bottom: 1rem;
}

h4{
    margin-bottom: 1rem;
}

.company ul li{
    list-style: unset;
    margin-left: 25px;
}

ul.nav__inner {
    margin-bottom: 0;
}

.mouse {
    cursor: initial;
}

p a, li a {
    text-decoration: underline;
    color: #2E8D9A;
}

.mt-30 {
    margin-top: 30px;
}

.check p {
    margin-bottom: 0;
}

.searchMenu .auto__container{
    width: 100%
}

h6.breadcrumbs{
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
}

ol {
    margin-left: 30px;
}

ol li {
    margin-bottom: 1rem;
    font-size: 18px;
}

.company__inner-content{
    margin: 0;
}

.nav__inner .dropdownMenu__inner-titles {
    width: 20%;
}
.nav__inner .dropdownMenu__inner-col {
    width: 20%;
}
.nav__inner li a {
    text-decoration: none;
}

@media only screen and (max-width: 1024px){
    .nav__inner .dropdownMenu__inner-titles {
        width: 100%;
    }
    .nav__inner .dropdownMenu__inner-col {
        width: 100%;
    }
}

.company a.button.primary {
    max-width: fit-content;
}

.actionItem__events p.xsm {
    margin: 5px 10px;
}

.anchors {
    padding: 20px 0 20px 0;
}

.anchors__header h6 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.anchors__options.mobile-hide {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
    gap: 30px;
}

.anchors__options.mobile-hide a {
    color: #595F6F;
}

.anchors__options-mobile {
    /* margin: 0 auto; */
    text-align: center;
    display: none;
}

.anchors__options-mobile select {
    width: 80%;
    padding: 10px 15px;
    border: 1px solid black;
    border-radius: 5px;
}

@media only screen and (max-width: 540px) {
    .anchors__options-mobile{
        margin-top: 20px;
        display: block;
    }

    .anchors__options.mobile-hide{
        display: none;
    }

    .anchors{
        padding: 60px 0 0;
    }
}


button#newsBtn {
    margin: 0 auto;
}

.title ul li {
    list-style: unset;
    margin-left: 15px;
}

.eventsItem__head {
    padding-top: 50px;
}

.actionItem__events.green {background-color: #2E8D9A;}

.actionItem__events.hide {
    display: none;
}

.eventsItem__head.npt {
    padding-top: 0;
}

h3 {
    margin-top: 1.5rem;
}

li {
    padding-bottom: 0.5rem;
}

.hero{
    padding-top: 84px;
}

p.xsm {
    line-height: 130%;
}

.partnerLogo {
    max-width: 175px;
}

.showItem h3 {
    margin-top: 0px;
}

.crossBtn {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #595F6F;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    top: -35px;
    right: -2vw;
    width: 30px;
    height: 30px;
    /* margin-left: 20px; */
}

.crossBtn::before{
    top: 20%;
    width: 100%;
    height: 3px;
    background-color: #2E8D9A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-radius: 4px;

    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.crossBtn::after{
    bottom: 20%;
    width: 100%;
    height: 3px;
    background-color: #2E8D9A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-radius: 4px;

    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
}

.crossBtn span{
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #2E8D9A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    border-radius: 4px;

    opacity: 0;
}

.showItem.big .showItem__image-inner {
    padding-bottom: 72%;
    height: 90%;
    width: 90%;
}

.info__inner-content:hover img{
    transform: none;
    -webkit-transform: none;
}

.info__inner-image {
    width: 100%;
    padding-bottom: 80%;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#123075), to(#092056));
    background: linear-gradient(180deg, #123075 0%, #092056 100%);
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.info__inner-side {
    width: calc(35% - 10px);
    max-width: 360px;
    display: inline-grid;
    align-content: space-around;
}

.info__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 34px;
}

.showItem:hover img{
    transform: none;
    -webkit-transform: none;
}

.showItem__image {
    align-items: center;
}

.showItem__image-inner {
    height: 60%;
    padding-bottom: 80%;
}


@media (max-width: 750px){
    .info__inner-side {
        width: 100%;
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .partnerItem__inner{
        padding-bottom: 100%;
    }
}

@media (max-width: 650px){
    .showItem.big .showItem__image {
        justify-content: center;
    }
}

.hidden {
    display: none;
}