/* GENERAL */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
body {
    /*background: #eee;*/
    margin: 0;
    font-family: Arial, Verdana, 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #666;
    color: black;
}


/*
body.authenticated #padlock-icon {
    display: none;
}
*/

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.ml-0 {
    margin-left: 0;
}

.p-5 {
    padding-left: 5px;
    padding-right: 5px;
}

h2 {
    margin-top: 0;
}

.media {
    clear: both;
}

.container-fluid {
    background: #fff;
    max-width: 1000px;
}

a {
    color: black;
    font-weight: bold;
}

a:focus,
a:hover {
    color: #3D6273 !important;
    text-decoration: underline;
}


/* HEADER & MENU */

.header {
    position: relative;
}

.header>div {
    min-height: 125px;
}

.masthead {
    background: transparent url('/img/harpers-masthead-20180508.gif')no-repeat center;
    background-position-x: left;
}

.subscribe-button {
    padding-top: 10px;
}

.subscriber span {
    color: #4A858D;
}

.header .logo {
    padding: 35px 0 0 10px;
}

.nav>li>a {
    padding: 15px 14px;
}

.header .navbar {
    font-size: .9em;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
    margin: 0;
    width: 100%;
    min-height: initial;
    font-weight: 700;
}

.header .navbar>li {
    display: inline-block;
    margin-left: 20px;
}

.navbar-form {
    display: none;
}

.LoginBoxContainer .subscriber {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.LoginBoxContainer .subscriber .btn {
    text-transform: uppercase;
}

.LoginBoxContainer .subscriber .btn .clos {
    display: none;
}

.LoginBoxContainer .subscriber.opened .btn .clos {
    display: inline;
}

.LoginBoxContainer .subscriber.opened .btn .open {
    display: none;
}

.message {
    color: red;
}

.independentsCategory:nth-child(1) {
    clear: left;
}

.LoginBoxContainer .subscriber form {
    text-align: left;
    top: 2em;
    right: 0;
    background: #eee;
    padding: 15px 15px 10px 15px;
    z-index: 999;
    width: 300px;
    margin: auto;
    border: 1px solid #ccc;
    display: none;
}

.LoginBoxContainer .subscriber.opened form {
    display: block;
}

.LoginBoxContainer .subscriber form .form-group {
    margin-bottom: 5px;
}

.LoginBoxContainer .subscriber form .form-group label {
    display: inline-block;
    width: 33%;
    font-weight: 400;
}

.LoginBoxContainer .subscriber form .form-group input {
    width: 100%;
}

.checkbox {
    display: inline-block !important;
    width: auto !important;
}

.LoginBoxContainer .subscriber form .form-group .btn {
    border-radius: 0;
    background: #4A858D;
    color: #fff;
}

.LoginBoxContainer .subscriber form hr {
    margin: 5px 0;
    border-top: 1px solid #ccc;
}

.menu .col-md-12 {
    padding: 0;
}

.menu .navbar {
    border: 0;
    border-radius: 0;
}

.menu .navbar-default {
    background: black;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
}

.menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #F7A600 !important;
}

.menu .caret {
    border: 0;
    height: auto;
    font-weight: 300;
    vertical-align: middle;
    display: none;
    line-height: 1em;
}


/*.menu .caret:after {
    content: ">>";
}*/

.menu .caret:before {
    font-size: 20px;
    content: "\00bb";
}

.menu .dropdown-toggle .caret {
    display: inline-block;
}

.menu .navbar-form .form-control {
    border-radius: 0;
}

.menu .navbar-form .btn-default {
    border-radius: 0;
    background: #5f7988;
    color: #fff;
    border-color: #5f7988;
    text-transform: uppercase;
}

.menu form {
    background: transparent !important;
}

.breakingNews {
    border: solid 1px #d01e1e;
    padding: 0;
    height: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.breakingNews h2 {
    font-size: 1em;
    padding: 0;
    margin: 0;
    background: #d01e1e;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.breakingNews .breakingNewsCaret {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -5px;
    border-left: 15px solid #d01e1e;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.breakingNews ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 200px;
    height: 30px;
    width: 100%;
}

.breakingNews ul>li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    background: #fff;
    display: block;
}

.breakingNews ul>li>a {
    cursor: pointer;
}


/* CONTENT */

.leftcolumn,
.centercolumn,
.rightcolumn {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .leftcolumn,
    .centercolumn,
    .rightcolumn {
        float: left;
    }
    /*.leftcolumn {width: 190px;}*/
    .centercolumn {
        width: 685px;
        margin-left: -15px;
        /*margin-left: -15px;*/
    }
    .rightcolumn {
        width: 330px;
        padding-right: 5px;
    }
}

.sideBox {
    margin: 10px 0;
}

.sideBox h2 {
    display: inline-block;
    color: #4A858D;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 1.5em;
    border-top: 2px solid #4A858D;
    width: 100%;
}

.affiliates-brexit {
    clear: both;
}

.affiliatesMore img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.affiliatesMore a>strong {
    color: #4A858D;
}

#IDWidget6 h2 {
    display: none;
}

.idw-footer p {
    text-align: right;
}

.blog {
    background-color: #f6f6f6;
    background-clip: content-box;
}

.bloglist {
    min-height: 280px;
}

.harpersjobs {
    /*background-size: 300px auto;*/
    background-clip: content-box;
    min-height: 360px;
    width: 330px !important;
}

.harpersjobs p {
    /*border-bottom: 1px solid #FEFEFE;*/
}

.joblist {
    border-bottom: 1px solid #efefef;
}

.joblist:last-of-type {
    border: none;
}

.harpersjobs .article:last-of-type {
    padding-bottom: 0;
}

.digitalEditionDescription {
    margin-left: -20px;
}

.newsCategory h3 {
    margin: 0 !important;
}

.articleFirstLink:link,
.articleFirstLink:visited {
    color: black;
    font-weight: 600;
    display: inline-block;
    padding: 5px;
    padding-top: 0;
}

.media-body p {
    font-size: 16px;
}

.centerBox h3, .newsCategory h3 a {
    font-size: 18px;
    font-family: 'Roboto Condensed', Arial, Verdana, sans-serif;
    color: #4A858D;
    /*border-bottom: 1px solid black;*/
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.pastStoriesLink {
    font-weight: normal;
    font-size: 15px;
    text-transform: lowercase;
    color: #4A858D;
}

.affiliatesContainer {
    background: #f6f6f6;
    padding: 10px;
}

.catid_16,
.catid_20,
.catid_19 {
    clear: both;
}


/*.catid_22 a:hover,
.catid_23 a:hover,
.catid_102 a:hover,
.catid_19 a:hover {
    text-decoration: none;
}*/

.events h2 {
    margin-bottom: 0;
}

.events .event h3 {
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 1em 0 0 0;
}

.event {
    border-bottom: 1px solid #efefef;
}

.events .event p {
    margin: 0;
    font-style: italic;
}

.events .eventButtons {
    margin-top: 10px;
}

.events .btn {
    padding: 0;
    white-space: normal;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .9em;
}

.leaderboard {
    margin-bottom: 20px;
}

.leaderboard img {
    max-width: 100%;
}

.headline1x1-2x2container {
    margin-bottom: 20px;
}

.headline1x1-2x2container h3 {
    font-size: 18px;
    font-family: 'Roboto Condensed', Arial, Verdana, sans-serif;
    color: black;
    padding: 0 0 0 5px;
    margin: 0 10px 10px 10px;
    font-weight: 700;
    border-top: 2px solid #4A858D;
    padding-top: 4px;
}

.headline1x1 {
    /*padding-right: 0;
    padding-left: 0;
    border: 4px solid #7a1939;
    border-bottom: 0;*/
}

.headline1x1,
.headline2x2 {
    padding: 0;
    border: 10px solid white;
}

.headline2x2:last-of-type {
    display: none;
}


/*.headline1x1 {
    margin: 15px 0;
}*/


/*.headline1x1 img {
    width: 100%;
    border-bottom: 2px solid #831a39;
}*/


/*.newsCategory p {
    min-height: 100px;
}*/

.category-headlines-more-link {
    border-top: 1px solid #f1f1f1;
    width: 100%;
    clear: both;
}

.catid_24 .category-headlines-more-link,
.catid_34 .category-headlines-more-link {
    width: 80%;
    margin-right: 15px;
    border-top: none;
}

.catid_22 .category-headlines-more-link,
.catid_23 .category-headlines-more-link,
.catid_19 .category-headlines-more-link,
.catid_102 .category-headlines-more-link {
    border-top: 0;
    border-bottom: 1px solid #f1f1f1;
}

.catid_13 {
    clear: left;
}

.headline1x1 h1 {
    display: inline-block;
    /*min-width: 100%;
    max-width: 100%;*/
    padding: .25em .5em;
    font-size: 1.8em;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    /*background: #871b38;
    background: black;*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 46%, rgba(0, 0, 0, 1) 69%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 46%, rgba(0, 0, 0, 1) 69%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 46%, rgba(0, 0, 0, 1) 69%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.headline1x1 a:link,
.headline1x1 a:visited {
    color: #FFF !important;
}

.headline1x1 a:hover {
    text-decoration: underline;
}

.headline1x1 img {
    height: 326px;
}

.headline1x1 .background-image {
    height: 326px;
}

.headline2x2 .background-image {
    height: 153px;
}

.headline1x2 a:link {
    color: #333;
}


/*.headline2x2 {
    padding-left: 0;
    padding-right: 2px;
}*/

.headline2x2 h1 {
    width: 100%;
    font-size: 1.6rem;
    /*min-width: 100%;
    max-width: 100%;*/
    /*margin-top: -20px;*/
    font-weight: bold;
    /*background: #871b38; 
    background: black;*/
    /*background: #f2f2f2;*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 46%, rgba(0, 0, 0, 1) 69%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 46%, rgba(0, 0, 0, 1) 69%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 46%, rgba(0, 0, 0, 1) 69%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.headline2x2 a:link,
.headline2x2 a:visited {
    color: white !important;
}

.headline2x2 h1:hover {
    text-decoration: underline;
}


/* MULTIPLE IMAGES */


/*.picture img {
    width: 150px;
    float: left;
    display: inline-block;

}

.inline_title {
    float: left;

}*/


/*.headline2x2 {
    margin: 15px 0;
}

.headline2x2 img {
    width: 100%;
    border-bottom: 2px solid #831a39;
}*/

.headline2x2 h3 {
    /*margin: 5px 0 0 0;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: #000;
}

.catid_13,
.catid_86,
.catid_15,
.catid_101,
.catid_20,
.catid_21 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.firstarticle_13,
.firstarticle_86,
.firstarticle_15,
.firstarticle_16,
.firstarticle_17,
.firstarticle_95,
.firstarticle_101,
.firstarticle_20,
.firstarticle_21 {
    padding: 0;
}

.firstarticle_13 p,
.firstarticle_86 p,
.firstarticle_15 p,
.firstarticle_16 p,
.firstarticle_17 p,
.firstarticle_95 p,
.firstarticle_101 p,
.firstarticle_20 p,
.firstarticle_21 p {
    padding: 0;
}

.centerBox {
    /*margin: 15px 0;*/
    background: #f6f6f6;
    border: 10px solid white;
    /* padding-top: 15px; */
    padding: 10px;
    padding-bottom: 0;
}

.centerBox h2 {
    display: block;
    background: #831a39;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    padding: .25em;
    margin: 0;
}

.article {
    margin-bottom: 10px;
}

.article h3 {
    margin: 5px 0 0 0;
    font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
}

.article h3 a {
    color: #000;
}

.article p.byline {
    margin: 5px 0 0 0;
    color: #ccc;
}

.article p {
    margin: 0px 0 0 0;
    font-size: 15px;
    color: #222;
}

.centerBox4column {
    margin: 15px 0;
}

.centerBox4column h2 {
    display: inline-block;
    background: #831a39;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    padding: .25em;
    margin: 0 0 15px 0;
}

.centerBox2column {
    margin: 15px 0;
}

.centerBox2column h2 {
    display: inline-block;
    background: #831a39;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    padding: .25em;
    margin: 0 0 15px 0;
}

.centerBox2column .btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .9em;
}

a.moreLink:hover {
    font-weight: 500;
    color: #871b38;
}

.mostReadArticles ul {
    list-style: none;
    padding: 0 .5em;
    margin: .75em 0 0 0;
}

.mostReadArticles ul>li {
    margin: .5em 0;
}

.mostReadArticles ul>li a:before {
    content: "";
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    display: inline-block;
    height: 1em;
    width: 1em;
    position: relative;
}

.mostReadArticles ul>li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsletterSignUp,
.newsletterSignUp h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.newsletterSignUp form {
    margin: 10px 0 15px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.newsletterSignUp form .form-group {
    display: block;
}

.newsletterSignUp form .form-control {
    border-radius: 0;
    border-color: #ccc;
    width: 66%;
    box-shadow: none;
}

.newsletterSignUp form .btn {
    width: 33%;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
    margin: -4px;
    color: #4A858D;
}

.headline1x1 .glyphicon-lock,
.catid_16 .glyphicon-lock,
.catid_17 .glyphicon-lock,
.catid_95 .glyphicon-lock {
    color: white;
}

.glyphicon-lock {
    font-size: .75em;
    color: #4A858D;
}

.glyphicon-search {
    color: #4A858D;
}

.breadcrumb {
    /*background: #831a39;
    border-radius: 0;
    padding: .25em;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;*/
    font-size: 18px;
    font-family: 'Roboto Condensed', Arial, Verdana, sans-serif;
    color: black;
    border-bottom: 1px solid black;
    padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    background: white;
}

.breadcrumb a {
    color: #000;
}

.mainArticle {
    margin: 0 0 15px 0;
}

.mainArticle h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
    color: #000;
}

.mainArticle .lead {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
}

.mainArticle p {
    margin: 25px 0;
    color: black;
}

.mainArticle>img {
    margin: 5px 0;
    width: 100%;
}

.relatedArticles h2,
.keywords h2,
#idc-container h3 {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em !important;
}


/**/

.keywordList {
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.keywordList li {
    float: left;
    list-style-type: none;
    margin: 0 10px 20px 0;
}

.keywordList li a:link,
.keywordList li a:visited {
    color: black;
    background: #eeeeee;
    padding: 5px;
}

.keywordList li a:hover {
    color: white;
    background: #4A858D;
    text-decoration: none;
}

.relatedArticlesList {
    margin-top: 10px;
}

.relatedArticlesList li {
    font-size: 16px;
    display: block;
    line-height: 1.5;
}

.relatedArticlesList li:before {
    content: "\2022";
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    float: left;
    margin-top: 0px;
    margin-left: -20px;
    color: #c5003d;
}

.catid_13 h3,
.catid_86 h3,
.catid_15 h3,
.catid_101 h3,
.catid_20 h3,
.catid_21 h3,
.catid_13 h3,
.catid_86 h3,
.catid_15 h3 {
    text-transform: none;
    border-bottom: none;
    color: #4A858D;
}

.catid_13 .articleFirstLink:link,
.catid_13 .articleFirstLink:visited,
.catid_86 .articleFirstLink:link,
.catid_86 .articleFirstLink:visited,
.catid_15 .articleFirstLink:link,
.catid_15 .articleFirstLink:visited,
.catid_101 .articleFirstLink:link,
.catid_101 .articleFirstLink:visited,
.catid_20 .articleFirstLink:link,
.catid_20 .articleFirstLink:visited,
.catid_21 .articleFirstLink:link,
.catid_21 .articleFirstLink:visited,
{
    color: #333;
    display: inline-block;
    padding: 5px;
    padding-top: 0;
}

.catid_16,
.catid_17,
.catid_95 {
    /*padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #831a39;*/
}

.catid_16 a:link,
.catid_16 a:visited,
.catid_17 a:link,
.catid_17 a:visited,
.catid_95 a:link,
.catid_95 a:visited {
    /*color: white !important;*/
}

.catid_16 h3,
.catid_17 h3,
.catid_95 h3,
.frontpage-category-headline-more-link {
    text-transform: none;
    border-bottom: none;
    /*color: white;*/
    color: #4A858D;
}

.catid_16 .articleFirstLink:link,
.catid_16 .articleFirstLink:visited,
.catid_17 .articleFirstLink:link,
.catid_17 .articleFirstLink:visited .catid_95 .articleFirstLink:link,
.catid_95 .articleFirstLink:visited {
    /*color: white;
    display: inline-block;
    padding: 5px;
    padding-top: 0;*/
}


/*cat 16-17-18 */

.catid_16,
.catid_17,
.catid_95 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.catid_16 .articleFirstLink:link,
.catid_16 .articleFirstLink:visited,
.catid_17 .articleFirstLink:link,
.catid_17 .articleFirstLink:visited,
.catid_95 .articleFirstLink:link,
.catid_95 .articleFirstLink:visited {
    /*color: #333;
    display: inline-block;
    padding: 5px;
    padding-top: 0;*/
}

.catid_22,
.catid_23,
.catid_102,
.catid_19 {
    padding: 10px 0 0 0;
}

.catid_22 .article,
.catid_23 .article,
.catid_19 .article,
.catid_102 .article {
    border-bottom: 1px solid white;
}

.catid_22 a:link,
.catid_22 a:visited,
.catid_23 a:link,
.catid_23 a:visited,
.catid_19 a:link,
.catid_19 a:visited,
.catid_102 a:link,
.catid_102 a:visited {
    font-weight: bold;
}


/**/

.keywords h2,
.relatedArticles h2 {
    border-bottom: 1px solid gray;
    margin-top: 10px;
    padding: 5px;
}

.relatedArticles h3 {
    font-size: 1em;
    margin: 5px 0;
}

.articleList {
    margin: 15px 0;
}

.articleList .article {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.articleList .article img {
    float: left;
    margin-right: 15px;
    max-width: 200px;
}

.articleList .article .btn {
    text-align: left!important;
    font-family: 'Roboto Condensed', sans-serif;
}

.reg-labels {
    text-align: right;
}

.form-group2 {
    margin: 10px;
}

.registerBtn .btn {
    border-radius: 0;
    background: #831a39;
    color: #fff;
}

.protected .row {
    background-color: #eee;
    margin-left: 0;
}

.protected .col-md-6 {
    /*border-top: 1px solid #7A1939;*/
    border-right: 10px solid white;
}

.protected form {
    padding-top: 0;
    padding-left: 0;
}

.protected .btn-white {
    color: #fff;
    background-color: #7A1939;
    border-color: #7A1939;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.protected .button-container {
    height: 100px;
}

.page_links a {
    display: none;
}
.page_links .plActive, .page_links .plNear, .page_links a:first-of-type, .page_links a:last-of-type {
    display: inline;
}
.page_links .plActive {
    background-color: lightgray;
}

/* SEARCH RESULT */

.searchResultList .article img {
    width: 30%;
    height: 30%;
    max-width: 200px;
    /*max-height: 200px;*/
}

.searchResultList .header {
    clear: both;
    height: 36px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 36px;
    border-top: 1px solid lightgrey;
}

.searchResultList .article {
    border-bottom: none;
}

.searchResultList .pager {
    display: inline-block;
}

.searchBox {
    margin-top: 0;
    padding-top: 0;
}

.searchBox h2 {
    text-align: left;
}

.searchBox form .form-control {
    border-radius: 0;
    border-color: #ccc;
    width: 238px;
    box-shadow: none;
}

.searchBox .form-inline {
    text-align: left;
}

.searchBox .btn-default {
    border-radius: 0;
    color: #831a39;
    background: #fff;
    border: 1px solid #ccc;
    border-left: none;
    margin: -4px;
}


/* FORMS */

form {
    background: #eee;
    padding: 15px;
}

form .btn {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
}

.btn-default {
    text-transform: uppercase;
    text-align: center;
}


/* FOOTER */

.footer {
    background: #4A858D;
    padding: 15px 0;
    font-size: .9em;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer a:link,
.footer a:visited {
    color: white;
    font-weight: normal;
}

.footerlist li a {
    font-size: 11px;
}

.footer-menu {
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #3E0C1D;
}

.footer .copyright {
    border-left: 1px dotted #333;
}

.footer hr {
    border-top: 1px solid #3E0C1D;
}

.catid_11 {
    border-top: none;
    background: none !important;
    padding: 0!important;
}

.catid_11 .article {
    background-color: #f6f6f6;
    border: 5px solid white;
    border-top: none;
}

.catid_11 .article p {
    padding: 5px 4px 10px 5px;
    min-height: 125px;
    max-height: 125px;
    overflow: auto;
}

.catid_11 .article p a:link,
.catid_11 .article p a:visited {
    color: black;
}

.catid_11 .article p a:hover {}

.centerBox.catid_13,
.centerBox.catid_86,
.centerBox.catid_15,
.centerBox.catid_16,
.centerBox.catid_17,
.centerBox.catid_95,
.centerBox.catid_20,
.centerBox.catid_21,
.centerBox.catid_101 {
    height: 290px;
}

.centerBox.catid_22,
.centerBox.catid_23,
.centerBox.catid_19,
.centerBox.catid_102 {
    height: 560px;
}

.category-headlines-more-link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.article.col-md-12.p-5 p:nth-of-type(1) {
    max-height: 3em;
    overflow: hidden;
}

.firstarticle_13 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_86 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_15 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_16 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_17 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_95 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_20 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_21 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}

.firstarticle_101 p:nth-of-type(1) {
    max-height: 4em;
    overflow: hidden;
}


/*Extra small devices (portrait phones, less than 544px)*/

@media (max-width: 543px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
    .masthead {
        background-color: white;
        background-size: contain;
    }
    .header .logo {
        max-width: 100%;
    }
    .subscribe-button {
/*        display: none; */
        width: 30%;
        width: 100px !important;
        padding: 0;
    }

    .subscribelink-image {
        width: 100px! important;
    }
    .subscribe-button a div {
        width: unset;
    }
    .masthead .col-md-3 {
/*        display: none; */
        padding: 0;
        position: absolute;
        right: 0;
        width: 30%;
    }
    .masthead .col-md-9 {
        min-height: 65px;
        height: unset !important;
        width: 65%;
    }
    .headline1x1-1x2container {
        margin: initial;
    }
    .centerBox {
        border-left: none;
        border-right: none;
    }
    /*.headline1x1 {
        border-left: none;
    }*/
    .headline1x2 h1 {
        right: 0;
    }
    .headline1x1 h1,
    .headline1x2 h1 {
        position: relative;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .headline1x1 h1 {
        position: absolute;
        bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .catid_11 {
        border-top: none;
        border-bottom: none;
    }
    .reg-labels {
        text-align: left;
    }
/*
    .leaderboard {
        display: none;
    }
*/
    .headline1x1 .background-image {
        height: 170px;
    }
    .headline2x2 .background-image {
        height: 190px;
    }
}


/*Small devices (landscape phones, 544px and 767 up)*/

@media (min-width: 544px) and (max-width: 991px) {
/*
    .leaderboard {
        display: none;
    }
*/
    .centercolumn {
        /*margin-left: -15px;*/
    }
    .rightcolumn {
        padding-right: 5px;
    }
    .masthead .col-md-3 {
        display: none;
    }
    .headline1x1 img {
        width: 100%;
    }
    .headline1x2 {
        width: 50%;
        float: left;
        padding-right: 0;
    }
    .headline1x2 h1 {
        right: 0;
        position: relative;
        margin-top: 0;
    }
    .container-fluid {
        max-width: 100%;
    }
    .catid_22,
    .catid_23,
    .catid_102,
    .catid_19,
    .catid_13,
    .catid_86,
    .catid_15,
    .catid_16,
    .catid_17,
    .catid_95,
    .catid_20,
    .catid_21,
    .catid_101 {
        width: 50%;
        float: left;
    }
    .catid_16,
    .catid_101,
    .catid_19 {
        clear: none;
    }
    .rightcolumn {
        clear: left;
    }
    .reg-labels {
        text-align: left;
    }
/*
    .leaderboard {
        display: none;
    }
*/
}


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {}


/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199px) {
    /*.headline1x1 img {
    height: 280px;
    width: 424px;*/
}


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    /*.headline1x1 img {
    height: 280px;
    width: 424px;*/
}

@media (min-width: 768px) {
    #mobile_navbar_searchbox {
        display: none;
    }
    .rightcolumn .searchBox {
        display: none;
    }
}

#nav_searchbox {
    width: 140px;
    padding: 0;
    margin: 0;
}

#nav_searchbox button{
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    width: 30px;
    padding: 6px 8px;
    border: none;
    border-radius: 0;
}

#nav_searchbox input {
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    border: none;
    border-radius: 0;
}

#nav_searchbox .form-group {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.search-dropdown {
    margin: 0 10px 20px 10px;
}

#mobile_navbar_searchbox {
    position: relative;
    float: left;
    width: 75%;
    height: 100%;
    min-height: 50px;
    padding: 8px;
    margin: 0 0 0 8px;
}

#mobile_navbar_searchbox input, #mobile_navbar_searchbox button {
    position: absolute;
    right: 0;
    border: none;
}

#mobile_navbar_searchbox button {
    margin: 9px;
    padding: 0;
}

.galleria{ max-width: 650px; height: 558px; background: #000 }
