
#contact-card-close-btn {
    cursor: pointer;
}

.search-result-right img {
    max-width: 250px;
}

.press-contact-wrp {
    position: absolute;
    background-color: #F2F2F2;
    padding: 35px;
    right: 0;
    margin-top: 10px;
    display: none;
    z-index: 1;
}

.contact-card-close-wrp {
    position: absolute;
    top: 10px;
    right: 10px;
}

.press-header-contact-wrp {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    position: relative;
}

.press-header-contact-container {
    float: right;
    height: 120px;
}

.press-header {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}

    .press-header h1 {
        font-size: 44px;
        margin: 0;
    }

.press-header-container {
    float: left;
    height: 120px;
}

.press-top-wrp-inner {
    padding: 0 20px 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.press-top-wrp {
    border-top: 1px solid #ccc;
    height: 120px;
}

.contact {
    font-size: 18px;
    color: #27303f;
}

.nav-tabs2 {
    width: 100%;
}

.contact-details {
    line-height: 25px;
    font-size: 14px;
    color: #27303f;
}

.tab-top .nav-tabs2 li.active a, .tab-top .nav-tabs2 li a:hover {
    background: none;
    border-bottom: 5px solid #fff;
    color: #fff;
}

.tab-wrapper .tab-top {
    background: #4D205C;
    min-height: 65px;
}

.tab-top .nav-tabs2, .tab-top .nav-tabs2 li a {
    text-transform: none;
    color: #ccc;
    display: inline-block;
}

li .nav-item .active a {
    color: blue;
}

.search-status-row {
    margin: 25px 0 15px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

    .search-status-row div {
        display: inline;
    }

.custom-tab > li > a {
    padding: 20px 0 20px 0;
    margin: 0 40px 0 40px;
    font-size: 18px;
}

.custom-tab > li {
    display: inline !important;
}

.nav-tabs2 {
    display: inline !important;
}

.press-container-tabs {
    text-align: left;
}

.search-btn {
    float: right;
    margin: 5px;
    padding: 10px 0px 5px 0px;
    height: 44px;
    border-radius: 5px;
    background: #541763;
    color: #fff;
    font-size: 18px;
    width: 20%;
    text-align: center;
}

.search-input-wrp {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 55px;
}

.search-row {
    margin: 45px 0 15px 0;
}

.search-btn:hover {
    cursor: pointer;
}

.search-input {
    background-image: url('/Static/img/magnifyingGlass.png');
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
    font-size: 20px;
    padding-left: 50px;
    color: #000;
    height: 100%;
    border: 0;
}

    .search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #541763;
        opacity: 0.7; /* Firefox */
    }

    .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #541763;
        opacity: 0.7;
    }

    .search-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #541763;
        opacity: 0.7;
    }

.search-input-inner {
    float: left;
    height: 48px;
    width: 76%;
    margin-top: 3px;
}

#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    color: White;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

#no-results-found {
    display: none;
}

#no-more-results-found {
    display: none;
}

#error-results {
    display: none;
}

.press-guest-report-tab-bar {
    border: 1px solid #fff;
}

.search-currently-showing, .search-total {
    display: inline;
}

.search-status-ddl-container {
    float: right;
}

#ddl-press-year {
    padding: 3px 10px 3px 3px;
    margin-right: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#ddl-press-sortby {
    padding: 3px 10px 3px 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-result {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.search-result-date {
    color: #92989c;
    font-size: 16px;
    margin-bottom: 15px;
}

.search-result button {
    border-radius: 5px;
    padding: 20px 60px 20px 60px;
    border: 0;
    color: #fff;
    background-color: #5bc9e4;
    font-size: 18px;
    margin-bottom: 15px;
}

    .search-result button:hover {
        -webkit-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.28);
        box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.28);
    }

.search-result-title {
    font-size: 24px;
    font-weight: bold;
    color: #27303f;
    line-height: 34px;
    margin-bottom: 15px;
}

.search-result-summary {
    font-size: 18px;
    color: #92989c;
    line-height: 30px;
    margin-bottom: 15px;
}

.tags {
    margin: 15px 0 0 0;
}

    .tags button {
        margin-right: 20px;
        margin-bottom: 30px;
        padding: 5px 20px 7px 20px;
        font-size: 12px;
        background-color: #f2f2f2;
        color: #92989c;
        height: initial;
        max-height: 35px;
        border: 1px solid #ccc;
    }

        .tags button.active {
            background-color: #021d5a;
            color: #fff;
        }

        .tags button:hover {
            -webkit-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.34);
            box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.34);
        }

.load-more-btn-wrp {
    text-align: center;
    margin-bottom: 50px;
}

    .load-more-btn-wrp h2 {
        padding: 20px 0 40px 0;
    }

#load-more-btn {
    padding: 15px 15px 15px 15px;
    color: white;
    border-radius: 5px;
    background-color: #541763;
    width: 50%;
}

    #load-more-btn:hover {
        -webkit-box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.28);
        box-shadow: 0px 0px 17px -2px rgba(0,0,0,0.28);
    }

.guest-reporting-featured {
    width: 100%;
    height: 300px;
    background-position: top right;
    background-size: cover;
    color: #fff;
}

    .guest-reporting-featured h1 {
        font-size: 48px;
        line-height: 50px;
        padding: 40px 20px 0px 30px;
        color: #fff;
    }

    .guest-reporting-featured p {
        font-size: 21px;
        padding: 20px 20px 20px 30px;
        color: #fff;
    }

    .guest-reporting-featured button {
        border: 0;
        border-radius: 5px;
        background-color: #4d205c;
        padding: 20px 40px 20px 40px;
        margin: 20px 20px 20px 30px;
    }

        .guest-reporting-featured button a {
            color: #fff;
            font-size: 18px;
        }

.search-result-left {
    width: 70%;
    float: left;
}

.search-result-right {
    width: 30%;
    float: right;
    text-align: right;
    padding-top: 60px;
}

    .search-result-right img {
        max-width: 230px;
    }

.search-clear {
    clear: both;
}

.button-container {
    text-align: left;
}

.guest-reporting-featured-summary {
    padding: 40px 40px 0px 40px;
}

    .guest-reporting-featured-summary h2 {
        font-size: 24px;
        color: #27303f;
        margin-bottom: 14px;
    }

    .guest-reporting-featured-summary p {
        color: #92989c;
        font-size: 18px;
        line-height: 30px;
    }

@media (max-width: 767px) {
    .button-container {
        text-align: center;
    }

    .search-result-left {
        width: 100%;
    }

    .search-result-right {
        display: none;
    }

    .guest-reporting-featured {
        background-position: top left;
        height: auto;
    }

    .press-nav-item a:after {
        display: none;
    }

    .press-header {
        display: block;
        text-align: center;
        padding-top: 40px;
    }

    .press-header-contact-wrp {
        display: block;
        padding-top: 40px;
        text-align: center;
    }

    .press-top-wrp {
        max-height: 200px;
        height: initial;
    }

    .press-header-contact-container {
        float: none;
        height: 100px
    }

    .press-header-container {
        float: none;
        height: 60px;
        text-align: center;
    }

    .press-contact-wrp {
        width: 100%;
        right: auto;
    }
}

/*custom*/
#pressSearchResults .search-result h3 {
    font-size: 24px;
    font-weight: bold;
    color: #27303f;
    line-height: 34px;
    margin-bottom: 15px;
}

.search-result-date p {
    color: #92989c;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
}

.search-result-title p {
    font-size: 24px;
    font-weight: bold;
    color: #27303f;
    line-height: 34px;
    margin-bottom: 15px;
}

.search-result-summary p {
    font-size: 18px;
    color: #92989c;
    line-height: 30px;
    margin-bottom: 15px;
}

.tags button span {
    font-size: 12px;
    color: #92989c;
}

.tags button.active span {
    color: #fff;
}
@media(max-width: 720px){
    .guest-reporting-featured h1{
        font-size:30px!important;
    }
}
/*end of custom*/
