body {
    font-family: 'Proxima Nova', sans-serif;
    font-size:14px;
    color: #43425D;
    padding: 58px 0;
}
.container-fluid {
    max-width: 95%;
}
.logo img {
    width: 105px;
    height: auto;
}   
header .navbar {
    border-bottom: 1px solid #D1D9E1;
    background-color: #fff;
}
a {
    color: #0057A3;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.banner {
    height: 145px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-color: #e5f5f2;
}
.banner .date {
    font-size: 18px;
    font-weight: bold;
}
.page-title {
    font-size: 40px;
    margin: 40px 20px 30px;
}
.app-card {
    border-radius: 5px;
    border: 1px solid #CDD1D4;
    padding: 25px 25px 55px;
    text-align: center;
    position: relative;
}
.app-card .app-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}
.app-card .desc {
    margin-bottom: 30px;
    max-height: 80px;
    overflow: hidden;
}
.app-card  .app-logo {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 75px;
   overflow: hidden;
}
.app-card  .app-logo img {
    max-height: 100%;
    max-width: 70%;
 }
.app-card .launch-btn {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    margin: 0 auto;
    width: 100px;
}
.launch-btn.btn-outline-primary {
    border-color: #FF6633;
    color: #FF6633;
    min-width: 100px;
    font-size: 14px;
}
.launch-btn.btn-outline-primary:hover  {
    background-color:#FF6633;
    color: #fff;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
.launch-btn.btn-outline-primary:active,
.launch-btn.btn-outline-primary:visited, .launch-btn.btn-outline-primary:focus {
    box-shadow: none;
}
.app-row .col {
    margin-bottom: 20px;
}

.get-support {
    background-color: #E5F6FA;
    border-radius: 5px;
    padding: 10px 20px 0 20px;
    margin: 10px 0;
    font-size: 18px;
}
.get-support-con {
    margin-bottom: 10px;
}
.get-support .support-image {
    max-width: 200px;
}
.support-title {
   font-size: 28px;
}
.footer {
    border-top: 1px solid #D1D9E1;
    background-color: #fff;
    padding: 12px 0;
}
.footer-links a {
   border-right: 1px solid #D1D9E1;
   padding: 0 10px;
}
.footer-links a:last-child {
    border-right: none;
    padding-right: 0;
 }
 .support-text {
     font-size: 12px;
     margin-right: 10px;
 }

@media screen and (max-width:767px) {
    .container-fluid {
        max-width: 98%;
    }
    .page-title {
        font-size: 35px;
    }
    .get-support .support-image {
        max-width: 100px;
    }
}
@media screen and (max-width:500px) {
    body {
        padding-bottom: 88px;
    }
    .get-support {
        font-size: 14px;
    }
    .support-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .footer {
        text-align: center;
    }
    .footer .container-fluid {
        display: block !important;
        text-align: center;
    }
}