/* ============================================
   Component: Homepage Footer Shared
   Source: Styles/css/components/homepage-footer-layout.css (1,244)
   ============================================ */

/* ============================================
   Component: Homepage Footer Layout
   Source: homepage-legacy-baseline.css (1319-2197)
   Scope:
   - link_info / event_section / footer_main / footer_side / scroll-to-top
   Phase: Baseline slimming step 3
   ============================================ */

.link_info {
    color: #34657f;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.08em;
    margin-top: 20px;
    padding-left: 23px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.link_info:after {
    border-left: 0;
    border-top: 0;
    content: '';
    height: 7px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-130%, 20%) rotate(-45deg);
    -moz-transform: translate(-130%, 20%) rotate(-45deg);
    -ms-transform: translate(-130%, 20%) rotate(-45deg);
    -o-transform: translate(-130%, 20%) rotate(-45deg);
    transform: translate(-130%, 20%) rotate(-45deg);
    width: 7px;
}

@media screen and (min-width: 1024px) {
    .link_info:after {
        content: none;
    }
}

.link_info a,
.link_info span {
    color: #34657f;
    display: inline-block;
    height: 100%;
    margin-left: -20px;
    padding-left: 20px;
}

.link_info a:hover,
.link_info span:hover {
    padding-left: 23px;
}

.link_info a:hover:before,
.link_info span:hover:before {
    color: #fff;
    opacity: 1;
    width: 17px;
}

.link_info a:before,
.link_info span:before {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #34657f;
    color: transparent;
    content: '•';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    height: 17px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    width: 3px;
}

.no-animation {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}



.event_section {
    padding: 30px 30px 50px;
}

@media screen and (min-width: 1024px) {
    .event_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
        width: 70%;
    }
}

.event_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event_date {
    font-size: 29.4px;
    font-weight: 300;
}

.event_calendar {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 10px 0 20px;
}

.event_calendar .number {
    font-size: 39.2px;
    font-weight: 700;
    text-align: center;
}


.event_calendar-separator {
    padding: 20px;
    position: relative;
}

.event_calendar-separator:before {
    background-color: #34657f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
}

.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media screen and (max-width: 1023px) {
    .footer {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1600px) {
    body:not(.media-template) .footer {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        width: auto;
    }

    body:not(.media-template) .footer {
        margin-left: 0 !important;
    }
}

