


p {
    padding-bottom: 1em;
}

nav.main_menu>ul>li>a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

header .header_top_bottom_holder {
    border-bottom: 10px solid rgba(100,100,100,.2);
}

.content .container {
    position: relative !important;
}

#links_container {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 80px;
    max-height:calc(100vh - 80px);
}

#links_container ul {
    margin: 0 auto;
    width: 1000px;
    background-color: white;
    border: 1px solid #CCC;
    padding: 20px 20px 20px 0;
    height: auto;
    max-height:calc(100vh - 120px);
    overflow:auto;
    list-style: none;
    display:flex;
    flex-wrap:wrap;
}

#links_container ul li {
    width: 48%;
    padding: 10px;
    margin-left: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}

#links_container a:hover {
    color: #CD142A;
}

.slider_content {
    top: 25% !important;
}

.slider_content .thumb {
    padding-bottom: 30px;
}

.home-scroll {
    position: relative;
    top: -120px;
}

.q_tabs.boxed .tabs-nav li.active a {
    background-color: white;
    color: #CD142A;
}

.q_tabs .tabs-nav li {
    float: right;
}

.page-id-8 a:hover {
    color: #CD142A;
}

.page-id-10 h2 {
    font-weight: normal;
    font-size: 40px;
    color: #333031;
}

.page-id-10 p {
    line-height: 2em;
    padding-bottom: 2em;
}

.page-id-12 p {
    line-height: 2em;
    padding-bottom: 2em;
}

.page-id-14 .content {
    background-color: #333031;
}

.page-id-14 .q_slider {
    padding-bottom: 50px;
}

.double-line-height p {
    line-height: 2em;
}

.wpvl_auto_thumb_box {
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
    #links_container {
        position: static;
        max-height:calc(100vh - 336px);
    }
    #links_container ul {
        width: auto;
        max-height:calc(100vh - 376px);
    }
    #links_container ul li {
        float: none;
        width: 100%;
    }
    #links_container a {
        font-size: .8em;
    }
}