/* HEADING SIZES */
.mdc-typography--headline1 {
    font-size: 2.25rem;
}
.mdc-typography--headline2 {
    font-size: 2rem;
}
.mdc-typography--headline3 {
    font-size: 1.75rem;
}
.mdc-typography--headline4 {
    font-size: 1.5rem;
}
.mdc-typography--headline5 {
    font-size: 1.375rem;
}

.inset__banner .motion-homebanner__heading-body--text-on-dark .mdc-typography--headline1,
.inset__banner .motion-homebanner__heading-body--text-on-dark .mdc-typography--headline2,
.inset__banner .motion-homebanner__heading-body--text-on-dark .mdc-typography--headline3 {
    color: #323232!important;
}
#motion-footer__external-links .mdc-list-item .material-icons {
    font-size: 14px;
    padding-left: 6px;
    margin-bottom: -2px;
}
@media (max-width: 1247px) {
    .home__banner {
        align-items: flex-start;
        text-align: center;
    }
}

@media (min-width: 1248px) {
    .mdc-typography--headline1 {
        font-size: 3.75rem;
    }
    .mdc-typography--headline2 {
        font-size: 3.25rem;
    }
    .mdc-typography--headline3 {
        font-size: 2.375rem;
    }
    .mdc-typography--headline4 {
        font-size: 1.875rem;
    }
    .mdc-typography--headline5 {
        font-size: 1.5rem;
    }
    header.header {
        /*min-height: 80px;*/
        height: max-content;
    }
    .timeline__widget .grid__inner:nth-child(2n-1) .grid__cell:nth-child(2n):after {
        top: 50%;
    }
    .timeline__widget .grid__inner:nth-child(2n) .grid__cell:nth-child(2n):after {
        top: 50%;
    }
    .timeline__widget .grid__inner:nth-child(2n) .grid__cell:nth-child(2n-1):after {
        top: 50%;
    }
    .timeline__row--divider {
        top: 46%;
    }
    .timeline__widget .grid__inner:nth-child(2n-1) .grid__cell:nth-child(2n-1):after {
        top: 50%;
    }
    .motion-z-layout--reversed .motion-z-layout__inner:nth-child(odd) .motion-z-layout__cell {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
    }
    .motion-z-layout--reversed .motion-z-layout__inner:nth-child(even) .motion-z-layout__cell:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
    }
    .inset__banner .motion-homebanner__heading-body--text-on-dark .mdc-typography--headline1,
    .inset__banner .motion-homebanner__heading-body--text-on-dark .mdc-typography--headline2,
    .inset__banner .motion-homebanner__heading-body--text-on-dark .mdc-typography--headline3 {
        color: #fff !important;
    }
}

#motion-footer__external-links {
    border-bottom: 1px solid rgba(0,0,0,0.13);
}
.footer__container .MsoNormal {
    margin-bottom: 8px;
}
.header.active {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
header.header {
    /*min-height: 56px;*/
    height: max-content;
    transition: all 0.2s ease-in-out;
}
header.header .mdc-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    padding: 0 8px 0 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    margin-left: 1rem;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 24px;
}
.header .menu-mobile-trigger span {
    width: 24px;
    height: 2px;
}
.header .menu > ul > li > a.active {
    border-bottom: 2px solid #FF3A30;
}
@media (max-width: 1247px) {
    .header .menu > ul > li .menu-column-1 {
        box-sizing: border-box;
    }
    header.header {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
@media only screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-left: -3.0625rem;
    }
}
/* NAVIGATION */
.menu-section li a:has(.material-icons) span.material-icons,
.menu-section li a span.material-icons {
    color: red!important;
}
/* Animated Header */
.header {
    /*position: relative;*/
    box-shadow: none;
    animation: all 0.2s ease-in-out;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1247px) {
    .header-item-left ul {
        /*top: 30%;*/
        top: 20%;
    }
    .wrapper .header-item-left {
        padding-left: 64px;
    }
    .menu-item-has-children .material-icons,
    .desktop-logo {
        display: none;
    }
    .header .menu > ul > li:last-child {
        padding: 10px 16px 0;
        display: none;
    }
    .header-item-right {
        content: '';
        position: absolute;
        width: 58px;
        height: 100%;
        background-color: #ff3b30;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 0 16px 0;
    }
    .nav-container::before {
        display: none!important;
    }
    .mdc-top-app-bar--dense-fixed-adjust {
        /*padding-top: 42px;*/
        padding-top: 56px;
    }
}
@media (min-width: 1248px) {
    .header .menu>ul>li>a i.ion,
    .mobile-logo {
        display: none;
    }
    .header .menu > ul > li:has(.mdc-button) a {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    /*.header .menu > ul > li a:has(.material-icons) {*/
    /*    padding-left: 0.2rem;*/
    /*}*/
    .nav-container {
        padding: 0.5rem 0.75rem!important;
    }
    .menu-item-has-children a > .close-dropdown-indicator,
    .menu-item-has-children:hover a > .open-dropdown-indicator {
        display: none;
    }
    .menu-item-has-children:hover a > .close-dropdown-indicator,
    .menu-item-has-children:active a > .close-dropdown-indicator,
    .menu-item-has-children:focus a > .close-dropdown-indicator {
        display: inline-block;
    }
    /*header.fixed-header {
        min-height: 66px;
    }*/
    .mdc-top-app-bar--dense-fixed-adjust {
        padding-top: 79px;
    }
}

/* Timeline */
.timeline {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 5.5rem auto 0;
    padding-left: 32px;
    z-index: 1;
}
@media (min-width: 840px) {
    .timeline {
        padding-left: 0;
    }
}
.timeline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 4px;
    /*background: #96DF48;*/
    border-left: 4px dashed #96DF48;
}
@media (min-width: 840px) {
    .timeline:after {
        left: 50%;
    }
}

.timeline-item {
    margin-bottom: 1.625rem; /*20px;*/
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
@media (max-width: 839px) {
    .timeline-item:nth-child(even) div:not(:last-child) {
        order: 2;
    }
}
.timeline-item + .timeline-item {
    margin-top: 26px;
}
.timeline-item--year {
    border-radius: 32px;
}
@media (min-width: 840px) {
    .timeline-item {
        flex-direction: row;
    }
    .timeline-item:nth-child(even) .timeline-item--content:nth-child(even) {
        /*padding-right: 58px;*/
        box-sizing: border-box;
        /*text-align: right;*/
        flex-direction: column;
        justify-content: center;
        /* new styles 05 june 20:32 */
        align-items: flex-start;
    }
    .timeline-item:nth-child(even) .timeline-item--content:nth-child(odd) {
        padding-left: 58px;
        box-sizing: border-box;
        /*text-align: right;*/
        text-align: left;
        /*flex-direction: row;*/
        flex-direction: column;
        justify-content: flex-start;
        /*align-items: center;*/
    }
    .timeline-item:nth-child(odd) .timeline-item--content:nth-child(even) {
        padding-right: 58px;
        box-sizing: border-box;
        text-align: right;
        flex-direction: row;
        justify-content: flex-end;
    }
    .timeline-item:nth-child(odd) .timeline-item--content:nth-child(odd) {
        padding-left: 58px;
        box-sizing: border-box;
        text-align: left;
        flex-direction: column;
        justify-content: center;
    }
    .timeline-item--content {
        flex: 1 0 40%;
        display: inherit;
    }
    .timeline-item--content p {
        margin-bottom: 0;
    }
}

.timeline-item {
    position: relative;
}
.timeline-item--year {
    /*padding: 53px 36px;*/
    padding: 72px 36px;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.125rem;
    font-weight: 900;
    color: #fff;
    background-color: #003366;
}

.timeline-item--divider {
    content: "";
    position: absolute;
    width: 100%;
    top: 25%;
    left: -40px;
    display: block;
    z-index: 1;
}
.timeline-item--divider-line {
    display: none;
}
.timeline-item--divider-dot {
    background-color: #54B978;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.timeline-item--divider-dot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 50%;
    top: 50%;
    background: green;
    display: inline-block;
}
.timeline-item--content {
    z-index: 2;
}
@media (min-width: 840px) {
    .timeline-item--divider {
        top: 50%;
        left: 2px;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }
}
@media (min-width: 840px) {
    .timeline-item--divider-line {
        display: block;
        position: absolute;
        content: "";
        /*width: 10%;*/
        /*width: 13%;*/
        width: 25%;
        height: 4px;
        background-color: #96DF48;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 840px) {
    .timeline-item--divider-dot:before {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 839px) {
    .timeline-item--divider::before {
        left: -42px;
    }
}
@media (min-width: 840px) {
    .timeline-item--divider::before {
        left: -44px;
    }
}
@media (min-width: 1248px) {
    .timeline {
        padding-left: 0;
    }
    .timeline:after {
        left: 50%;
    }
    .timeline-item {
        width: 100%;
        flex-direction: row;
        align-items: center;
        padding-left: 0;
    }
    .timeline-item + .timeline-item {
        margin-top: 86px;
    }
    .timeline-item--content {
        flex: 1 0 50%;
        box-sizing: border-box;
    }
    .timeline-item--divider::before {
        left: 49%;
        top: 50%;
    }
    .timeline-item {
        grid-gap: 0;
    }
    .timeline-item:nth-child(odd) .timeline-item--content:not(:last-child) {
        /*padding-right: 6%;*/
        padding-right: 12%;
    }
    .timeline-item:nth-child(odd) .timeline-item--content:not(:last-child) .timeline-item--year {
        margin-left: auto;
    }
    .timeline-item:nth-child(odd) .timeline-item--content:last-child {
        /*padding-left: 6%;*/
        padding-left: 14%;
    }
    .timeline-item:nth-child(even) .timeline-item--content:not(:last-child) {
        /*padding-right: 6%;
        text-align: right;*/
        /*padding-left: 6%;*/
        padding-left: 12%;
        order: 2;
    }
    .timeline-item:nth-child(even) .timeline-item--content:last-child {
        /*padding-left: 6%;*/
        /* new styles 5 june 20:40 */
        /*padding-right: 6%;*/
        padding-right: 14%;
        justify-content: flex-end;
        padding-left: 0;
        text-align: right;
    }
    .timeline-item:nth-child(even) .timeline-item--content:last-child .timeline-item--year {
        margin-right: auto;
    }
    .timeline-item:nth-child(even) .timeline-item--divider .timeline-item--divider-line:before {
        left: 0px;
    }
    .timeline-item:nth-child(odd) .timeline-item--divider .timeline-item--divider-line:after {
        right: 0px;
    }
    .timeline-item:nth-child(even) .timeline-item--divider .timeline-item--divider-line:before,
    .timeline-item:nth-child(odd) .timeline-item--divider .timeline-item--divider-line:after {
        content: '';
        width: 16px;
        background: #f2f2f2;
        display: block;
        position: absolute;
        height: 4px;
        top: 0;
    }
}