﻿

.sw-ex-foot {
    font-family: Helvetica !important;
    display: flex;
    flex-direction: column;
}

#sw-ex-footEmergency{
    margin-bottom: 40px;
}

#sw-ex-footEmergency h1 {
    color: #0F1A41;
    font-weight: bold;
}

#sw-ex-footEmergency .fa-exclamation-triangle {
    color: #FCBD00;
}

.sw-ex-footTop {
    color: #0F1A41 !important;
    padding: 20px;
    margin: auto;
    align-self: center;
}

.sw-ex-footColumns {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.sw-ex-footTop .sw-ex-footColumn {
    flex: 0 1 33%;
    margin: 0 10px;
}

.sw-ex-footTop .sw-ex-footItem {
    color: #0F1A41;
    margin-bottom: 25px;
}

.sw-ex-footTop .sw-ex-footItem ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sw-ex-footTop .sw-ex-footItem h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.sw-ex-footTop .sw-ex-footItem p {
    font-size: 16px;
    margin: 0 0 0 5px;
}

.sw-ex-footTop .sw-ex-footItem a {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #0F1A41;
}

.sw-ex-footTop .sw-ex-footItem a:link,
.sw-ex-footTop .sw-ex-footItem a:visited,
.sw-ex-footTop .sw-ex-footItem a:hover {
    color: #0F1A41;
}

.sw-ex-footBottom {
    display: flex;
    flex-direction: row;
    font-family: Helvetica;
    background-color: #7492B3;
    color: #fff;
    height: 225px;
}


.sw-ex-footLogo {
    flex: 0 0 20%;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    margin-top: 55px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

.sw-ex-logoplaceholder {
    width: 133px;
    height: 40px;
}

.sw-ex-footLogo img {
    background-size: 133px 40px;
}

.sw-ex-footLinks {
    flex: 1 0 60%;
    margin-top: 55px;
    font-size: 24px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sw-ex-footLinks .sw-ex-footColumn {
    padding: 0 20px;
}

.sw-ex-footLinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sw-ex-footLinks a, .sw-ex-footLinks a:visited {
    color: #fff;
}

.sw-ex-footCopy {
    align-self: flex-end;
    margin-bottom: 50px;
    margin-right: 20px;
}

.sw-ex-footCopy span{
    padding-left: 5px;
}

@media(min-width: 1100px) {
    .sw-ex-footTop{
        min-width: 1050px;
    }
}

@media(max-width: 1099px){
    .sw-ex-footTop {
        align-self: auto;
    }

    .sw-ex-footLogo {
        justify-content: center;
    }

    .sw-ex-footCopy {
        align-self: center;
    }
}

@media(max-width: 769px) {
    .sw-ex-footTop .sw-ex-footColumns {
        flex-direction: column;
    }

    .sw-ex-footTop .sw-ex-footColumn {
        flex: 0 1 auto;
    }

    .sw-ex-footBottom {
        flex-direction: column;
        height: auto;
    }

    .sw-ex-footLogo {
        flex: 0 0 auto;
        padding: 0 20px;
        border-right: none;
        border-bottom: 1px solid #fff;
        justify-content: flex-start;
    }

    .sw-ex-footBottom .sw-ex-footLinks {
        flex-direction: column;
        flex: 0 0 auto;
        margin-bottom: 50px;
    }

    .sw-ex-footLinks .sw-ex-footColumn{
        flex: 0 0 auto;
    }

    .sw-ex-footCopy {
        flex: 0 0 auto;
        align-self: auto;
        padding: 0 20px;
        margin: 0;
    }
}

/*Fix IE bug for handling svg images */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sw-ex-footLogo img[src$=".svg"] {
        width: 100%;
    }
}
