﻿
#sw-ex-ia {
    font-family: "Helvetica Neue LT 55Roman", Helvetica, sans-serif;
}

.sw-ex-iaitem{
    display: flex;
    flex-direction: column;
    margin: 20px 35px 0 35px;
}

.sw-ex-iahead {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 14px;
    min-height: 55px;
    background-color: #860022;
    cursor: pointer;
}

.sw-ex-iahead div {
    padding-right: 20px;
}

.sw-ex-iahead:last-child {
    padding-right: 0;
}

.sw-ex-iahead span{
    white-space: nowrap;
}

.sw-ex-iahead .sw-ex-iatitle {
    font-size: 17px;
}

.sw-ex-iatitle span {
    white-space: normal !important;
}

.sw-ex-iahead .fa {
    font-size: 24px;
}

.sw-ex-iainfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: 0;
}

.sw-ex-iainfo span {
    margin-left: 20px;
}

.sw-ex-ialanguage a,
.sw-ex-ialanguage a:link,
.sw-ex-ialanguage a:visited {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.sw-ex-ialanguage img {
    width: 22px;
}

.sw-ex-iatoggle{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.sw-ex-iatoggle span {
    padding-right: 5px;
    white-space: nowrap;
}

.sw-ex-iabody {
    padding-left: 48px;
    padding-right: 20px;
    background-color: #0F1A41;
    color: #fff;
    height: auto;
}

.sw-ex-iabody .sw-ex-iatitle {
    color: #fff;
    font-size: 28px;
    padding-top: 12px;
}

.sw-ex-iamessage {
    font-family: "Helvetica Neue LT 45Light", Helvetica, sans-serif !important;
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
}

@media screen and (min-width: 1150px) {

    .sw-ex-iahead .sw-ex-iatitle {
        flex: 2 0 50% !important;
    }
}

@media screen and (max-width: 1000px){

    .sw-ex-iatoggle span {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .sw-ex-iahead div {
        flex: 1 1 auto;
    }

    .sw-ex-iahead .sw-ex-iatitle {
        flex: 2 0 auto;
    }

    .push-right {
        margin-left: auto;
    }

    .sw-ex-ialanguage a {
        border-radius: 6px;
        border: 2px solid #fff;
        padding: 4px 8px;
    }

    .sw-ex-ialanguage a > span {
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .sw-ex-iaitem {
        margin: 20px 5px 0 5px;
    }

    .sw-ex-iahead {
        flex-wrap: wrap;
    }

    .sw-ex-iahead > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sw-ex-iainfo {
        flex: 1 0 50%;
    }

    .sw-ex-ialanguage {
        order: 1;
        flex: 0 1 auto;
    }

    .sw-ex-iatoggle {
        order: 2;
        flex: 0 1 auto;
    }

    .sw-ex-iatitle {
        order: 3;
        flex: 1 0 100%;
    }

    .sw-ex-ialanguage a > span {
        padding-right: 5px;
    }
}

@media screen and (max-width: 400px){
    .sw-ex-ialanguage a > span {
        display: none;
    }
}
