.footer {
    background: #fafafa;
    color: #a1a1a1
}

.footer a {
    text-decoration: none
}

.footerCarrier {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1200px;
    width: 100%
}

.footerInner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px auto;
    max-width: 1000px;
    width: 100%
}

.footerLogo {
    flex: 2 1
}

.footerLogoRight {
    display: flex;
    flex: 15 1;
    flex-direction: row;
    justify-content: space-between
}

.footerLogo img {
    margin-top: 50%
}

.footerTitle {
    font-size: .9em;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase
}

.footerLinks {
    display: flex;
    flex: 9 1;
    flex-direction: row;
    font-size: .9em;
    justify-content: space-around
}

.footerLinks ul {
    list-style: none
}

.footerLinks li {
    align-items: stretch;
    color: #454545;
    padding: 10px 0
}

.footerLinks a,
.footerLinks li {
    display: flex;
    flex-direction: row
}

.footerLinks li div {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    width: 20px
}

.footerLinks li img {
    max-height: 22px;
    max-width: 22px
}

.footerDownload {
    border-left: 1px solid hsla(0, 0%, 63%, .2);
    flex: 6 1;
    margin-left: 1%;
    max-height: 200px;
    padding-left: 4%
}

.footerThirdParty a {
    position: "relative";
    top: 9px
}

.footerDownload .downloadIcons {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start
}

.footerDivider {
    border-top: 1px solid #a1a1a1;
    opacity: .2
}

.footerCopyright {
    align-items: center;
    font-size: .8em;
    justify-content: space-between;
    margin: auto;
    max-width: 1000px;
    padding-bottom: 3%;
    padding-top: 1.5%;
    width: 100%
}

.footerCopyright,
.footerCopyright div {
    display: flex;
    flex-direction: row
}

.footerCopyright img {
    margin-left: 40px
}

.footerDownloadContainer {
    display: "flex";
    flex-direction: "column"
}

@media (max-width:1112px) {
    .footerCarrier {
        padding: 0 25px;
        width: calc(100% - 50px)
    }
    .footerLogo {
        clear: both;
        display: block
    }
    .footerInner {
        flex-direction: column;
        justify-content: flex-end
    }
    .footerLogo img {
        margin-bottom: 10px;
        margin-left: 25px;
        margin-top: 0
    }
    .footerDownload {
        flex: 4 1
    }
}

@media (max-width:500px) {
    .footerLogoRight {
        flex-direction: column-reverse
    }
    .footerLogo img {
        margin-left: 10px
    }
    .footerDownload {
        border: 0;
        border-bottom: 1px solid hsla(0, 0%, 65%, .2);
        padding: 5px 10px 20px
    }
    .footerLinks {
        flex-direction: column
    }
    .footerTitle {
        font-size: 1em;
        margin-bottom: -10px;
        padding-bottom: 0;
        padding-top: 10px
    }
    .social {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .social a,
    .social li {
        width: 50%
    }
    .otherLinks {
        display: flex;
        flex-direction: row;
        justify-content: space-between
        
    }
    .otherLinks li {
        width: 50%;
        margin-right: 20px;
    }
    .supportLinks {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .footerDownload .downloadIcons {
        flex-direction: row
    }
}

@media print {
    .footerCopyright .footerThirdParty {
        display: none
    }
}

.download-button {
    align-items: center;
    background-color: #ffd149;
    border-radius: 32px;
    display: flex;
    justify-content: space-evenly;
    margin-right: 6px !important;
    min-width: 250px;
    padding: 5px 12px;
    margin-bottom: -3px !important;
}

.download-button2 {
    align-items: center;
    background-color: #dbdfe3;
    border-radius: 32px;
    display: flex;
    justify-content: space-evenly;
    margin-right: -24px !important;
    min-width: 250px;
    padding: 5px 6px;
}



.buttonImage {
    height: 36px;
    width: 36px
}

.buttonContent {
    flex: 1 1;
    margin: 0 12px
}

.buttonContent p {
    margin: 0 !important
}

.buttonContent .buttonDownload,
.buttonContent .buttonText {
    margin: 0
}

.buttonText {
    color: #000;
    font-size: .8em
}



.buttonDownload {
    color: #000;
    font-size: 1em;
    font-weight: 800
}


