/* ORGANISM - JUMP NAVIGATION */

.jump-navigation a {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 0;
    background-color: #373737;
    color: #fff;
    z-index: 10;
    border-radius: 0 0 5px 5px;
    font-size: .8rem;
    text-decoration: none;
    outline: none;
}

.jump-navigation a:active,
.jump-navigation a:focus,
.jump-navigation a:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    padding: .5rem;
}

/* ORGANISM - COOKIE */

.cn-button {
    font-size: .8rem;
    padding: .3rem 1rem;
}

/* ORGANISM - HEADER */

/** MOLECULE - MAIN BAR **/

.header__main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    height: 70px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.header__top,
.mobile__quick-links {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

.header__top.header--down {
    margin-top: -70px;
}

.header__logo {
    width: 80px;
}

.header__mobile-menu {
    width: 30px;
    cursor: pointer;
}

.header__mobile-menu > span {
    width: 100%;
    height: 3px;
}

.header__mobile-menu > span:last-of-type {
    width: 15px;
    float: right;
}

.sm-menu > *,
.sm-menu .mobile__header {
    width: 100%;
    float: left;
    position: relative;
}

.sm-menu .mobile__search {
    background: #434343;
    border-bottom: 1px solid #6e6e6e;
}

.sm-menu .closeButtonWrapper {
    background: #2c2c2c;
}

.sm-menu .closeButtonWrapper .closeButton {
    font-size: 1.8rem;
}

.sm-menu .closeButtonWrapper .closeButton:hover {
    color: #e90052;
}

.sm-menu .menu__item .sub-menu {
    padding: 0;
}

.sm-menu .menu__item .sub-menu li {
    padding: .8rem 1.2rem;
    border-bottom: 1px solid #646464;
}

.sm-menu .menu__item .sub-menu li:last-of-type {
    border-bottom: 0;
}

.menu__item-has-logo {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.menu__item-has-logo .menu__logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
}

.menu__item-has-logo .menu__link .menu__item-logo {
    width: 30px;
    margin-right: .8rem;
}

.menu__item-has-logo .menu__link .menu__item-logo--landscape {
    width: 50px;
}

.sm-menu .menu__item.hidden-mobile .menu__item-parent {
    display: none;
}

.sm-menu .menu__item.hidden-mobile .sub-menu li {
    padding: 0 .5rem;
}

/*
* MOBILE FIXED MENU BAR
*/
.header__mobile-fixed-bar {
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 0;
    lefT: 0;
    z-index: 10;
}


/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    /** MOLECULE - MAIN BAR - TABLET **/
    
    .header {
        position: relative;
    }
    
    .header__logo {
        width: 120px;
        position: absolute;
        top: 70%;
        left: 1rem;
        transform: translate(0,-100%);
    }

    .header__main-bar {
        background: #373737;
        position: relative;
    }

    .header__mobile-menu {
        display: none;
    }

    .header__desktop-menu {
        display: block;
    }

    .menu__item-has-logo .menu__link .menu__item-logo {
        width: 40px;
        margin-right: .8rem;
    }

    .menu__item-has-logo .menu__link .menu__item-logo--landscape {
        width: 60px;
    }
    
    .header[data-layout="404"] {
        min-height: 126px;
    }

    .header[data-layout="404"] .header__logo {
        top: 4rem;
        transform: none;
    }

    /*
    * MOBILE FIXED MENU BAR
    */
    .header__mobile-fixed-bar {
        display: none;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    .header__max-width {
        width: 1200px;
        margin: 0 auto;
        float: none;
    }

    /** MOLECULE - MAIN BAR - DESKTOP **/

    .header__logo {
        width: 135px;
    }
}

/* (laptop, 1366px and up) */
@media (min-width: 85.375em) {

    .header__max-width {
        width: 1350px;
        margin: 0 auto;
        float: none;
    }

}

/* (laptop, 1500px and up) */
@media (min-width: 93.750em) {

   .header__max-width {
        width: 1400px;
        margin: 0 auto;
        float: none;
    }

}

/** MOLECULE - MOBILE MENU **/

.mobile__search input {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2rem;
}

.mobile__search input::placeholder  {
    color: #fff;
    opacity: 1;
}

.menu .menu__item {
    padding: .8rem 0;
}

.menu .menu__item.menu__has-children > .menu__item-page > .menu__link:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 1.3rem;
}

.menu .menu__item--open.menu__has-children > .menu__item-page > .menu__link:after {
    content: '-';
}

.menu > .menu__item {
    padding: 0 .8rem;
}

.menu > .menu__item > .menu__item-page {
    padding: .8rem .2rem;
    position: relative;
}

.menu > .menu__item > .menu__item-page:after {
    content: '';
    position: absolute;
    left: -.8rem;
    bottom: 0;
    width: calc(100% + 1.6rem);
    height: 1px;
    background-color: #646464;
}

.menu > .menu-item--open > .menu__item-page:after {
    display: none;
}

.menu .menu__item a {
    display: block;
    color: #fff;
    font-size: .95rem;
    line-height: 1.3rem;
}

.menu .menu__item .menu__item-has-logo a {
    display: flex;
    align-items: center;
    width: 100%;
}

.sm-menu[data-type="dropdown"] .sub-menu {
    left: -.8rem;
    width: calc(100% + 1.6rem);
    margin: 0;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    /** MOLECULE - MOBILE MENU - TABLET **/

    .sm-menu {
        display: none;
    }

}

/** MOLECULE - TEAM BAR **/

.header__team-bar {
    display: none;
}

.header__team img {
    max-height: 40px;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    /** MOLECULE - TEAM BAR - TABLET **/

    .header__team-bar {
        display: block;
    }

    .header__team-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .6rem 1.5rem .4rem;
        margin-left: 135px;
    }

    .header__team .logo--landscape {
        max-width: 80px;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    /** MOLECULE - TEAM BAR - DESKTOP **/

    .header__team-container {
        margin-left: auto;
        padding: .6rem 1rem .4rem 200px;
    }

}

/* (laptop, 1366px and up) */
@media (min-width: 85.375em) {

    /** MOLECULE - TEAM BAR - DESKTOP **/

    .header__team-container {
        padding: .6rem 1.5rem .4rem 110px;
    }
}

/** MOLECULE - DESKTOP MENU **/

.header__desktop-menu {
    display: none;
}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    /** MOLECULE - DESKTOP MENU - TABLET **/

    .header__main-container {
        padding: 1.1rem 0 1.1rem 150px;
        height: auto;
    }

    .header__desktop-menu {
        display: flex;
        align-items: center;
        width: calc(100% - 1rem);
    }

    .header__main-menu {
        width: calc(100% - 250px);
    }

    .header__main-menu .menu__item {
        padding: 0 .5rem;
        position: relative;
    }

    .header__main-menu .menu__link {
        color: #fff;
    }

    .menu .menu__item a {
        font-size: .9rem;
        line-height: 1.2rem;
        position: relative;
    }

    .menu:hover > li > .menu-item__inner-link a {
        color: rgba(255, 255, 255, .6);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .menu:hover > li:hover > .menu-item__inner-link a {
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .menu > .menu__item > .menu-item__inner-link a:after {
        content: '';
        position: absolute;
        bottom: -.3rem;
        left: 0;
        width: 0;
        height: 2px;
        background: #e90052;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
    }

    .menu > .menu__item:hover > .menu-item__inner-link a:after {
        width: 100%;
    }

    .header__main-menu .sub-menu {
        position: absolute;
        top: 100%;
        right: 50%;
        transform: translate(50%,0);
        z-index: 598;
        display: flex;
        flex-wrap: wrap;
        width: 250px;
        max-height: 0;
        padding-top: 22px;
        margin-top: 0;
        -webkit-box-shadow: 0 10px 10px -3 rgba(0,0,0,0.75);
        -moz-box-shadow: 0 10px 10px -3 rgba(0,0,0,0.75);
        box-shadow: 0 10px 10px -3 rgba(0,0,0,0.75);
        background: transparent;
        text-align: left;
        line-height: 20px;
        overflow: hidden;
        visibility: hidden;
        white-space: normal;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
    }

    .header__main-menu .sub-menu--split {
        width: 400px;
        justify-content: space-between;
    }

    .header__main-menu .menu__more-sub {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .header__main-menu .sub-menu:before {
        content: '';
        background: #262626;
        position: absolute;
        left: 0;
        top: 19px;
        width: 100%;
        height: calc(100% - 1rem);
    }

    .header__main-menu .sub-menu:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 50%;
        transform: translate(50%,0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 18px 18px 18px;
        border-color: transparent transparent #262626 transparent;
    }

    .header__main-menu .menu__expand {
        visibility: visible;
        max-height: 50rem;
    }

    .header__main-menu .sub-menu > li,
    .header__main-menu .menu__more-sub > li {
        flex: 0 1 100%;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 5;
        transition: .2s ease-in;
        -webkit-transition: .2s ease-in;
        -moz-transition: .2s ease-in;
    }

    .header__main-menu .sub-menu--split > li,
    .header__main-menu .menu__more-sub.sub-menu--split > li {
        flex: 0 1 46%;
    }

    .header__main-menu .sub-menu > li .menu-item__inner-link,
    .header__main-menu .menu__more-sub > li .menu-item__inner-link {
        display: block;
        width: 100%;
        min-height: 30px;
    }

    .header__main-menu .sub-menu > li .menu-item__inner-link.menu__item-has-logo {
        min-height: 75px;
    }

    .header__main-menu .sub-menu > li .menu-item__inner-link a,
    .header__main-menu .menu__more-sub > li .menu-item__inner-link a {
        padding: 1rem .6rem;
        font-size: .85rem;
    }

    .header__main-menu .sub-menu > li:hover,
    .header__main-menu .menu__more-sub > li:hover {
        background-color: #e90052;
    }

    .header__main-menu .sub-menu > li a,
    .header__main-menu .menu__more-sub > li a {
        display: block;
        transition: .2s ease-in;
        -webkit-transition: .2s ease-in;
        -moz-transition: .2s ease-in;
    }

    .header__main-menu .sub-menu > li:hover a,
    .header__main-menu .menu__more-sub > li:hover a {
        color: #fff;
    }

    .header__main-menu .menu__item-has-logo .menu__link {
        display: flex;
        align-items: center;
    }

    [data-dropdown] .menu-main-navigation-container {
        display: inline-block;
    }

    .menu__sub-level {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding: 1.2rem;
    }

    .menu__sub-level > div {
        border-bottom: 1px solid #646464;
    }

    .menu__sub-level > div:last-of-type {
        border-bottom: 0;
    }

    .menu__sub-level .menu__search,
    .menu__sub-level .menu__other-sites {
        flex: 0 1 100%;
    }

    .header__main-menu .menu__more-sub .sub-menu:before {
        background: #373737;
        top: 19px;
    }

    .header__main-menu .menu__more-sub .sub-menu::after {
        border-color: transparent transparent #373737 transparent;
    }


    /** MOLECULE - SEARCH **/

    .menu__search form {
        display: flex;
        align-items: center;
    }

    .menu__search input[type="search"] {
        height: 40px;
        width: calc(100% - 50px);
        background: #373737;
        font-size: .85rem;
        padding-left: .5rem;
        border: 0;
    }

    .menu__search [type="submit"] {
        font-size: .9rem;
        height: 40px;
        width: 50px;
        border: 0;
        padding: .2rem 1rem;
    }

    /** MOLECULE - SOCIAL **/

    .menu__social-media {
        width: 100%;
    }

    .menu__social-media .header__social:last-of-type {
        margin-bottom: 0;
    }

    .menu .menu__item .menu__sub-level .menu__other-sites a,
    .menu .menu__item .header__social a {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        font-size: .85rem;
        font-weight: 500;
    }
    
    .menu .menu__item .menu__sub-level .menu__other-sites a:after,
    .menu .menu__item .header__social a:after {
        content: "\e90a";
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
        font-size: .6rem;
    }

    .menu__sub-level .menu__other-sites i,
    .header__social i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        margin-right: 1rem;
        font-size: .95rem;
        line-height: .8rem;
    }

    /** MOLECULE - MENU BUTTONS - TABLET **/

    .header__menu-buttons {
        width: 250px;
    }

    .header__menu-buttons .button {
        font-size: .85rem;
        padding: .3rem 1rem;
    }

    .header__menu-buttons .button:hover {
        color: #fff;
    }
}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    /** MOLECULE - DESKTOP MENU - DESKTOP **/

    .header__desktop-menu {
        width: 100%;
    }

    .header__main-menu {
        width: calc(100% - 350px);
    }

    .header__main-container {
        position: relative;
        display: flex;
        align-items: center;
        padding: 1rem 1rem 1rem 190px;
    }

    .header__main-menu .sub-menu:before {
        top: 25px;
    }

    /** MOLECULE - MENU BUTTONS - DESKTOP **/

    .header__menu-buttons {
        width: 350px;
    }

   .header__menu-buttons .button {
        padding: .5rem 2rem;
        margin-left: 1rem;
    }

    .header__menu-buttons .button:first-of-type {
        margin-left: 0;
    }

}

/* (laptop, 1366px and up) */
@media (min-width: 85.375em) {

    /** MOLECULE - DESKTOP MENU - DESKTOP **/

    .header__main-container {
        padding: 1rem 1rem 1rem 185px;
    }

    .header__main-menu .menu > .menu__item {
        padding: 0 1rem;
    }

    .header__main-menu .menu-main-navigation-container .menu > .menu__item:nth-child(2) {
        padding-left: 0;
    }

    .menu .menu__item a {
        font-size: .95rem;
        line-height: 1.3rem;
    }

    .header__main-menu .sub-menu:before {
        top: 22px;
    }

    .header__menu-buttons .button {
        font-size: .95rem;
    }

}

/* (laptop, 1500px and up) */
@media (min-width: 93.750em) {

    .header__main-container {
        padding: 1rem 1rem 1rem 210px;
    }

}

/** MOLECULE - MOBILE FIXED BAR **/

.mobile__quick-links {
    display: flex;
    align-items: center;
}

.mobile__quick-links .mobile__link-block {
    flex: 0 1 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile__quick-links .mobile__link-block a {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile__quick-links .mobile__link-block a:hover {
    color: #fff;
}

.mobile__quick-links .mobile__link-block a:after {
    content: "\e90a";
    font-family: 'icomoon';
    padding-left: .5rem;
    font-size: .65rem;
    line-height: .65rem;
}


/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .mobile__quick-links {
        display: none;
    }
    
    .menu .menu__item.hidden-desktop {
        display: none;
    }

}

/** MOLECULE - STATUS **/

/* Only show status if no data in sessionStorage */
.status__wrapper {
    display: none; 
}

.site__status {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

.status__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 20%;
}

.status__info {
    position: relative;
    flex: 0 1 80%;
}

.status__info a {
    color: #fff;
    text-decoration: underline;
}

.status__close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    border: none;
    background: none;
    transform: rotate(45deg);
    cursor: pointer;
}

/** ORGANISM - FOOTER PROMOTIONS **/

.footer__promotions-container {
    display: flex;
    flex-wrap: wrap;
}

.footer__promo-block {
    flex: 0 1 100%;
    position: relative;
}

.footer__promo-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.figure__shadow {
    width: 100%;
    -webkit-box-shadow: 6px 6px 0 0 rgba(0,0,0,.25);
    -moz-box-shadow: 6px 6px 0 0 rgba(0,0,0,.25);
    box-shadow: 6px 6px 0 0 rgba(0,0,0,.25);
}

.footer__promo-title {
    position: relative;
}

.footer__promo-title:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 30px;
    height: 2px;
    background: #373737;
}

.footer__promo-title h2 {
    font-size: .9rem;
    line-height: 1.3rem;
    margin: 1rem 0;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    .footer__promotions-container {
        justify-content: space-between;
    }

    .footer__promo-block {
        flex: 0 1 31%;
    }

    .figure__shadow {
        -webkit-box-shadow: 10px 10px 0 0 rgba(0,0,0,.25);
        -moz-box-shadow: 10px 10px 0 0 rgba(0,0,0,.25);
        box-shadow: 10px 10px 0 0 rgba(0,0,0,.25);
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .footer__promotions-container {
        margin: 4rem 0;
    }

    .footer__promo-title h4 {
        font-size: 1rem;
        line-height: 1.4rem;
        margin: 2.2rem 0 2rem;
    }

    .footer__promo-title:after {
        bottom: -2rem;
        width: 60px;
        height: 4px;
    }


}


/* ORGANISM - FOOTER PARTNERS */

.footer {
    margin-top: -1rem;
}

.footer__partner-container {
    display: flex;
    flex-wrap: wrap;
}

.footer__partner-block {
    flex: 0 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__partner-block img {
    max-width: 80px;
}

/* (landscape phones for a 320 - 480px) */
@media (min-width: 30em) {

    .footer__partner-block {
        flex: 0 1 25%;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .footer {
        margin-top: -2rem;
    }

    .footer__partners h2 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .footer__partner-container {
        margin: 2rem 0 3rem;
        justify-content: space-between;
    }

    .footer__partner-block {
        flex: none;
    }

    .footer__partner-block img {
        max-width: 120px;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em) {

    /** MOLECULE - PARTNERS - DESKTOP **/

    .footer__partners {
        padding: 2rem 1rem 4rem;
    }

    .footer__partner-block img {
        max-width: 140px;
    }

}

/* ORGANISM - FOOTER MAIN */

.footer--404 {
    max-height: 205px;
    overflow: hidden;
}

/** MOLECULE - FOOTER TOP BAR **/

.footer__main {
    display: flex;
    flex-wrap: wrap;
}

/*** ATOM - FOOTER LOGO ***/

.footer__logo {
    width: 80px;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {
        
    .footer__logo {
        order: 1;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em){

    .footer__logo {
        width: 110px;
    }

}

/*** ATOM - FOOTER BACK TO TOP ***/

.footer__back-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 80px);
    font-size: .8rem;
    font-weight: 500;
}

.footer__back-top a:hover {
    color: #fff;
}

.footer__back-top .button {
    margin-left: 1rem;
    padding: .8rem;
    cursor: pointer;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    /*** ATOM - FOOTER BACK TO TOP - TABLET ***/

    .footer__back-top {
        order: 3;
        width: 145px;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em){

    /*** ATOM - FOOTER BACK TO TOP - DESKTOP ***/

    .footer__back-top {
        width: 140px;
    }

}

/** MOLECULE - FOOTER MENU **/

.footer__menu {
    width: 100%;
    border-top: 1px solid #676767;
    min-height: 1px;
}

.footer__menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__menu .menu .menu__item {
    padding: 0 .8rem;
    position: relative;
}

.footer__menu .menu .menu__item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e90052;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.footer__menu .menu .menu__item:last-of-type:after {
    display: none;
}

.footer__menu .menu .menu__item a {
    font-size: .8rem;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    /** MOLECULE - FOOTER BUTTONS - TABLET **/

    .footer__menu {
        order: 2;
        width: calc(100% - 225px);
        padding: 0;
        margin: 0;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer__menu .menu .menu__item {
        padding: 0 1.5rem;
    }

    .footer__menu .menu .menu__item:after {
        height: 70%;
        top: 15%;
    }

    .footer__menu .menu .menu__item a {
        font-size: .9rem;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em){

    /** MOLECULE - FOOTER MENU - DESKTOP **/

    .footer__menu {
        width: calc(100% - 250px);
    }

    .footer__menu .menu .menu__item a {
        font-size: .95rem;
    }

}

/** MOLECULE - FOOTER BUTTONS **/

.footer__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #676767;
}

.footer__buttons .button {
    min-width: 127px;
    padding: .3rem 1rem .4rem;
    font-size: .8rem;
    text-align: center;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    /** MOLECULE - FOOTER BUTTONS - TABLET **/

    .footer__buttons {
        order: 5;
        width: 45%;
        padding: 3rem 0 2rem;
        border-top: 1px solid #676767;
        border-bottom: 0;
        margin: 2rem 0 0;
        justify-content: flex-end;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    .footer__main {
        margin-bottom: 1rem;
    }

    /** MOLECULE - FOOTER BUTTONS - TABLET **/

    .footer__buttons {
        padding: 3.5rem 0 .5rem;
    }

    .footer__buttons .button:first-of-type {
        margin-right: 1.3rem;
    }

    .footer__buttons .button {
        text-align: left;
    }

    .footer__buttons .button span {
        position: relative;
    }

    .footer__buttons .button span:after {
        content: "\e90a";
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em){

    /** MOLECULE - FOOTER BUTTONS - TABLET **/

    .footer__buttons {
        padding: 4.5rem 0 1.5rem;
    }

    .footer__buttons .button {
        font-size: .85rem;
        padding: .5rem 1.1rem .6rem;
    }

    .footer__buttons .button:hover {
        color: #fff;
    }

}

/** MOLECULE - FOOTER CONTACT **/

.footer__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.footer__contact .footer__contact-block a {
    font-size: .8rem;
    font-weight: 500;
    padding: .3rem .8rem .5rem;
    cursor: pointer;
    margin-bottom: .5rem;
}

.footer__contact .footer__contact-block i {
    vertical-align: middle;
}

.footer__contact .footer__contact-block a:hover {
    color: #fff;
}

.footer__contact .footer__contact-block > span {
    display: none;
}

/* (phone, 360px and up) */
@media (min-width: 22.500em) {

    /** MOLECULE - FOOTER CONTACT **/

    .footer__contact-block:first-of-type {
        margin-right: 1rem;
    }

    .footer__contact .footer__contact-block a {
        min-width: 147px;
        text-align: center;
    }

}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    /** MOLECULE - FOOTER CONTACT - TABLET **/

    .footer__contact {
        order: 4;
        width: 55%;
        padding: 3rem 0 2rem;
        margin: 2rem 0 0;
        border-top: 1px solid #676767;
        justify-content: flex-start;
    }

}

/* (landscape tablet, 1000px and up) */
@media (min-width: 62.5em) {

    /** MOLECULE - FOOTER CONTACT - TABLET **/

    .footer__contact {
        padding: 3.5rem 0 .5rem;
    }

    .footer__contact .footer__contact-block > span {
        display: inline-block;
        color: #fff;
        font-size: .85rem;
        margin-right: .3rem;
    }

    .footer__contact-block:first-of-type {
        margin-right: 2rem;
    }

    .footer__contact .footer__contact-block a {
        font-weight: 700;
    }

}

/* (laptop, 1232px and up) */
@media (min-width: 77em){

    /** MOLECULE - FOOTER CONTACT - DESKTOP **/

    .footer__contact {
        padding: 4.5rem 0 1.5rem;
    }

    .footer__contact .footer__contact-block a {
        font-size: .85rem;
        padding: .5rem 1.1rem .6rem;
    }

}

/** MOLECULE - FOOTER LEGAL **/

.footer__legal-wrapper {
    position: relative;
    z-index: 10;
}

.footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer__copyright,
.footer__privacy {
    flex: 0 1 100%;
}

.footer__privacy {
    display: flex;
}

.footer__privacy > * {
    flex: 0 1 50%;
    display: inline-flex;
    align-items: center;
}

.footer__privacy .footer__developed {
    justify-content: flex-end;
}

.footer__privacy .footer__legal-page {
    color: #fff;
    text-decoration: underline;
}

.footer__privacy img {
    width: 55px;
}

/* (tablet, 768px and up) */
@media (min-width: 48em) {

    /** MOLECULE - FOOTER LEGAL - TABLET **/

    .footer__legal {
        align-items: center;
    }

    .footer__copyright,
    .footer__privacy {
        flex: 0 1 50%;
        margin: 0;
    }

    .footer__privacy {
        justify-content: flex-end;
    }

    .footer__privacy > * {
        flex: none;
        padding-left: 2rem;
    }

}
