/*
Theme Name: balancingpool
Theme URI: http://instalogic.com
Description: Best blank wordpress theme
Version: 1.0
Author: Instalogic BD
Author URI: http://instalogic.com
Tags: blank theme, empty theme, blank wordpress theme
*/

.page-title {color: #0d4565 !important}.statement-box.statement-item .quater{line-height:23px;}.statement-year-parent{margin-top:30px;}
.req-link{font-weight: 700;text-decoration: underline;}.req-link:hover,.req-link:focus{color:#115a84;font-weight: 700;text-decoration: underline;}
.news-item-wrapper .pdf-download-btn {margin:5px 20px 5px 0;}.news-item-wrapper .news-item {height:500px;overflow-y:scroll;}
#archive_news .nr-active a {
    background-color: #B79B46;
}
.pdf-wrapper {
    display: inline-block;
}
.conduct-item {
    background-color: #0d4565;
    margin: 15px;
    color:#fff;
    padding: 50px;
    text-decoration: none;
    transition: background-color 2s ease-out;
    font-size: 30px;
    display: inline-block;
    min-width: 370px;
}

.conduct-item:hover {
    text-decoration: none;
    background-color: #B79B46;
    color: #fff;
}
.conduct-item:visited,  .conduct-item:focus{
    text-decoration: none;
    color: #fff;
}
.page-template-page-code-of-conduct .conduct-item {
    padding: 10px 55px;
    font-size: 14px;
    display: inline-block;
    min-width: 235px !important;
    text-align: center;
}

.page-template-page-code-of-conduct .pdf-wrapper {
    display: block;
}
@media (max-width: 450px) {
    .conduct-item {
        max-width: 250px;
        min-width: 250px !important;
        padding: 50px 15px;
        font-size: 20px;
    }
}