
.app-footer{
    background-color: #2f3030;
    width: 100%;
    overflow: hidden;
}
.clear {
    clear: both;
}
.app-footer .content-wrapper a {
    color: #fff;
    letter-spacing: 0.01em;
    font-weight: 700;
}
.app-footer .top-footer {
    overflow: hidden;
    padding: 1.5rem 0;
    background: -webkit-linear-gradient(top, #303030 0%,#393a3a 100%);
}
.app-footer .top-footer ul {
    margin: 0;
    padding: 0;
}
.app-footer .top-footer li {
    margin: 0;
    padding: 0;
    float: left;
    text-decoration: none;
    list-style: none;
}

.app-footer .top-footer li:not(:first-child):before {
    content: " | ";
    color: #424242;
}

.app-footer .top-footer li > a {
  padding: 1.1rem 1.5rem;
}
.app-footer .middle-footer{
    padding: 3rem 1.6rem;
    background-color: #2f3030;
    color: #afafaf;
}
.app-footer .middle-footer .content-wrapper p {
    line-height: 0;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.app-footer .bottom-footer {
    background-color: #2f3030;
    overflow: hidden;
    padding-bottom: 40px;
}
.app-footer .bottom-footer .content-wrapper .wrapper  {
  border-top: 1px solid #4d4f4e;
}
.app-footer .bottom-footer .content-wrapper {
    padding: 0 1.6rem;
}

.app-footer .bottom-footer .content-wrapper .col {
    width: 22%;
    float: left;
    margin-left: 3.9%;
    background-color: #2f3030; 
}
.app-footer .bottom-footer .content-wrapper .col:first-child {
    margin-left: 0.1%;
}
.app-footer .bottom-footer .content-wrapper li {
    border-bottom: 1px solid #4d4f4e;
    line-height: 3rem;
    margin-top: -1px;
    margin-top: -0.1rem;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.app-footer .bottom-footer .content-wrapper .col li > a {
    list-style:none;
    font-size: 0.9rem;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important; 
}

.card-header {
    padding: 0px !important;
    height: 67px;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff !important;
}

.title {
    position: relative;
    top: -30px;
}

.aa-logo {
    width: 238px;
    height: 133px;
}

.card {
    border: none !important;
}
.no-script-container {
    display: block;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 116px; 
}

.no-script {
    width: 300px;
    height: 100%;
}

@media (max-width: 768px) {
    .aa-logo {
        width: 150px;
        height: 83px;
        margin: -12px;
    }
    .card-header {
        height: 47px;
    }
    .title {
        top: -5px;
        padding-left: 10px;
    }
}

/* Nav bar */

.navigation-tabs {
    margin:16px 14px 20px 14px;
}

.navigation-tabs ul {
    display: flex;
    list-style: none;;
}

.navigation-tabs li {
    flex: 1 1 100%;
    text-align:center;
}

.navigation-tabs li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.navigation-tabs li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left:none;
}

.navigation-tabs a {
    display: block;
    padding: 5px 0 5px 0;
    font-size: 0.80rem;
    color: #394F5C;
    border: 1px solid #394F5C;
}

.navigation-tabs a:hover, .navigation-tabs a.selected {
    color: #FFF;
    background-color: #394F5C;
    text-decoration:none;
}