@media screen and (max-width: 991px) {
    /* start of large tablet styles */
    .sidebar-hide-mobile{
        display: none;
    }
    .post-header > .post-header-image > img{
        height: 100%;
    }
    .opportunity-search-box{
        margin-top: 1em;
    }
    .page-blue-header{
        height: 250px !important;
    }
    .register-area-ptop-50{
        padding-top: 50px;
    }
}
@media screen and (min-width: 991px) {
    /* for Desktops only */
    .mobile-searchbox{
        display: none !important;
    }
    .desktop-header-cover{
        height: 350px;
    }
}
::-moz-selection { /* Code for Firefox */
    background: #99CCCC;
}

::selection {
    background: #99CCCC;
}
body{
    background-color: #f0f0f042;
}
.post-new{
    margin-bottom: 2em;
    border-color: #d7d7d7;
}
.text-nowrap{
    white-space:nowrap;
}
.post-new > .card-header{
    margin-top: 10px;
    background-color: transparent;
    border-bottom: 0;
}
.rounded-button{
    color: #016699;
    padding: 20px 24px 20px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 50%;
}
.rounded-button-info {
    background: rgba(23, 162, 184, 0.1); 
}
.rounded-button-success {
    background: rgba(40, 167, 69, 0.1); 
}
.rounded-button-warning {
    background: rgba(255, 193, 7, 0.1); 
}
.rounded-button-danger {
    background: rgba(220, 53, 69, 0.1); 
}
.interests-widget{
    /*add classes*/
}
.post-header > .post-header-image{
    padding-right: 0px;
    padding-left: 0px;
}
.post-header > .post-header-image > img{
    width: 75%;
    border-radius: 50%;
    border: 2px solid #eff1f7;
}
.post-header > .post-header-name{
    padding-left: 0px;
}
.post-header > .post-header-name > a{
    margin-bottom: 0px !important;
}
.post-header > .post-header-name > a > h6{
    margin-bottom: 0px !important;
}
.post-header-date{
    font-size: 0.85em;
}
.not-found-404{
    width: 75%;
    margin-top: 20%;
}
.opportunity-input{
    background-color: transparent;
    color: white;
}
.opportunity-input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
.opportunity-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.opportunity-input::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.opportunity-input:focus {
    background-color: rgba(1, 102, 153, 0.5);
    color: white;
}
.orange-btn{
    background-color: #d95e1f;
    color: #ffffff;
}
.orange-btn:hover{
    background-color: #99CCCC;
    color: #016699;
    box-shadow: 0 3px 42px 2px rgba(255, 255, 255, 0.175);
}
.opportunities-cards-section{
    padding-top: 30px;
    padding-bottom: 50px;
}
.single-opportunity{
    margin: 0 0 1em 0;
}
.page-blue-header{
    height: 400px;
}
.post-body{
    margin-top: 25px;
}
.post-body > p{
    margin-bottom: 0px !important;
}