#page-articles {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link>a {
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #003f72;
    text-decoration: none;
}

.nav-link>a:hover {
    color: #d52b1e;
}

.event-listing.highlight {
    border: 1px solid;
    background-color: #fcfcfc;
}

.event-listing.highlight:hover {
    border: 1px solid;
    background-color: #f5f5f5;
}

.event-listing-text.state {
    width: 70%;
}

.custom-control-label {
    padding-top: 0;
}

.member {

}

.member-box {
    border: solid 1px #ddd;
    margin-left: 0;
    margin-bottom: 1.25rem;
}

.member .name {
    background-color: #00508A;
    min-height: 4rem;
    font-size: 14px;
    line-height: 16px;
    color: #eee;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}

.member .phone,
.member .email {
    font-size: 1rem;
    min-height: 3rem;
    background-color: #F6F6F6;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}

.member .email {
    font-size: 0.8rem;
}

.member .member-number {
    text-align: center;
    padding: 15px;
    border-bottom: dotted 1px #ddd;
}

.member .logo {
    height: 5rem;
    text-align: center;
}

.member .logo img {
    max-width: 90%;
    max-height: 5rem;
}

.member .profile {
    min-height: 5rem;
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center;
}

.member .website {
    min-height: 4rem;
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center;
}

.member .view-details {
    background-color: #fff;
    padding: 0 1.25rem 0;
    text-align: center;
}

.member button,
button.search {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #d52b1e;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #d52b1e;
    font-weight: 400;
}

button.search {
    margin: 0;
}

#memberDetail .row {
    width: 800px;
}

.member-pop-up {
    padding: 20px;
}

.member-pop-up .company-details {
    margin-right: 30px;
}

.member-pop-up p {
    font-size: 14px;
    color: #333;
}

.member-pop-up .logo {
    height: 10rem;
}

.member-pop-up .logo img {
    max-height: 10rem;
    max-width: 100%;
}

#searchResults {
    margin-bottom: 30px;
}

.galleryItem {
    width: 200px;
    height: 200px;
    margin: 20px;
    float: left;
    background-size: cover;
}

table.contacts {
    font-size: 14px;
}

table.contacts td,
table.contacts th
{
    padding: 5px;
}

form#contact label {
    padding-top: 0;
}

.kendo-slider {
    width: 100%;
}

#loadChartForm .white-track .k-slider-selection {
    background-color: #ffffff;
}

#loadChartForm .k-draghandle {
    background-color: #4472c4;
    border-color: #4472c4;
}

.trainee-section .image-background {
    background-color: #cf0b0c;
}

.form-sign-up h3 {
    color: #000;
    text-transform: none;
}

.form-sign-up label {
    color: #000;
}

.form-sign-up label.required:after {
    content:" *";
    color: red;
}

.page-header {
    position: relative;
    margin: 0 40px;
    overflow: hidden;
    border-radius: 40px;
    background: #00548E;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 40px;
}

.page-header-box h1 {
    font-size: 56px;
    color: #fff !important;
    line-height: 1.1em;
    letter-spacing: -.03em;
    word-wrap: break-word;
    border: none;
    text-transform: none;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}

.page-header .container-fluid {
    height: 400px;
}

.page-header .menu-row {
    padding: 20px 10px 0;
}

@media (max-width: 1390px) {
    .nav-link>a {
        color: #fff;
    }
}