html.no-js {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #003461;
    margin-left: 0;
    margin-right: 0;
}

.header {
    background: #ffffff;
}

.btn {
    background: #f5821f;
    color: #000000;
    width: 175px;
    
}

.btn:hover {
    background: #f5821f;
}

.col-md-4.container-sidebar-left {
    display: none;
}

.col-md-8.container-component {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

h1.title {
    display: none;
}


.row.main-content-area {
    width: fit-content;
    justify-self: center;
    background: #003461;
    color: #ffffff;
}

ul {
    list-style: none;
    color: #ffffff;
    padding-left: 0;
}

li {
    width: 75%;
    justify-self: center;
    color: #ffffff;
    margin: 10px 0px 10px 0px;
    background: #f5821f;
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    text-align: center;
}

li a {
    color: #ffffff;
    text-decoration: none;
}

li a:hover {
    color: #000000;
}






