.font-dark-blue {
    color: #124661;
}
.expand-container {
    height: 0px;
    overflow: hidden;
}
.expand-contract {
    margin-top: -100%;
    transition: all 1s;
}
  
.expand-contract.expanded {
     margin-top: 0;
}

.result form.form-horizontal .control-label {
    padding-top: 0;
}

.text-danger {
    color: #cd2026;
    font-weight: 700;
}

.socicon-btn {
    border: none;
}

.no-bullet {
    list-style: none;
    padding: 0px;
}

.page-header, .page-header .page-header-menu, .page-prefooter, .page-footer{
    background-color: #114661;
}

#additional-tab a {
    text-decoration: underline;
}

.nav-tabs a.nav-link {
    color: #444d58;
    text-decoration: none;
}
  
.nav-tabs a.nav-link h1{
    font-size:22px;
    margin-top: 15px;
}
  
.nav-tabs a.nav-link h2{
    font-size:20px;
    margin-top: 15px;
}

table, tbody {
}

th, td {
    vertical-align: middle;
}

h1, h2, h3 {
    font-weight: bold;
}

.page-header {
    border-bottom: 0px;
}
.page-header a {
    color: #e6e6e6;
}
.page-header a:hover {
    color: #000000;
}


.page-footer a {
    color: #e6e6e6;
}

.page-footer .socicon-btn {
    border: 0px; 
}