/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: "DomainDisplayNarrowBoldItalic";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/DomaineDisplayNarrowWeb-BoldItalic.eot") format("eot"), url("../fonts//DomaineDisplayNarrowWeb-BoldItalic.woff") format("woff"), url("../fonts//DomaineDisplayNarrowWeb-BoldItalic.woff2") format("woff2");
}

@font-face {
    font-family: "DomainDisplayNarrowBold";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/DomaineDisplayNarrowWeb-Bold.eot") format("eot"), url("../fonts//DomaineDisplayNarrowWeb-Bold.woff") format("woff"), url("../fonts//DomaineDisplayNarrowWeb-Bold.woff2") format("woff2");
}


/* ==========================================================================
   Layout
   ========================================================================== */

body {
    background-color: #fafafa;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 400;
    /* font-weight: 500; eredetileg ez volt */
    width: 1050px;
}

@media (min-width: 992px) {
    body {
        width: 100%;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #c5003e;
    text-decoration: underline;
}

#outerContainer {
    margin: 0px auto;
    width: 1050px;
}

.mainContainer {
    background-color: white;
    width: 1049px;
    padding: 0 10px;
    position: relative;
}

.masthead {
    position: relative;
    height: 125px !important;
    width: 1030px;
    padding: 30px;
    margin: 0 auto;
    float: left;
    background-image: linear-gradient(to bottom, #c5003e, #b41b3b), linear-gradient(#c5003e, #c5003e);
}


/*.masthead a.home {
    position: absolute;
    top: 15px;
    left: 125px;
    width: 440px;
    height: 115px;
}*/

.masthead a.home {
    display: block;
    z-index: 2;
    width: 550px;
    height: 50px;
}

.masthead a.subscribe {
    background: transparent url(../img/subscribe-button.png) center;
    position: absolute;
    top: 42px;
    left: 902px;
    width: 137px;
    height: 46px;
    z-index: 3;
}

.navbar {
    margin-bottom: 0!important;
    z-index: 1;
    clear: both;
}

.navbar-container {
    width: 100%;
}

.topNavbar {
    padding: 0 0 0 16px;
    width: 1030px;
    clear: both;
    margin: -1px 0 0 -1px;
    background-color: #95072d;
}

.topNavbar .dropdown-toggle {
    color: white;
}

.sub-1 {
    font-family: "Gotham Narrow A", "Gotham Narrow B" 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-right: 10px;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.sub-1 .dropdown-toggle {
    padding: 8px 0 5px;
    /*	border-radius: 4px;*/
    border-bottom: 3px solid transparent;
}

.sub-1 .dropdown-toggle:hover {
    /*    background: #eeeeee;*/
    border-color: #eee;
}

.sub-1 .dropdown-menu {
    width: 100%;
    margin-top: -11px;
    line-height: normal;
    border-color: #eeeeee;
}

.sub-1:hover .dropdown-menu {
    display: block;
}

_:-ms-lang(x),
.sub-1 .dropdown-menu {
    margin-top: -13px;
}

.sub-1 .dropdown-menu ul.subcategories {
    list-style: none;
    padding: 0 0 0 10px;
    float: left;
    display: inline-block;
    width: 33%;
    border-right: 1px solid #eee;
}

.sub-1 .dropdown-menu ul.subcategories li {
    display: block;
    padding: 0;
}

.sub-1 .dropdown-menu ul.subcategories li a {
    display: block;
    padding: .25em 1em;
    position: relative;
    overflow: hidden;
    text-transform: none;
}

.sub-1 .dropdown-menu ul.subcategories li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: -10px;
    left: 100%;
    z-index: 1;
}

.sub-1 .dropdown-menu ul.subcategories li a:hover {
    background: #eee;
    margin-right: -3px;
}

.sub-1 .dropdown-menu ul.recentArticles {
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    width: 66%;
    border-left: 1px solid #eee;
    margin-left: -1px;
    display: none;
}

.sub-1 .dropdown-menu ul.recentArticles li {
    padding: 0 10px 10px 10px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    text-transform: none;
    height: 66px;
    overflow: hidden;
    clear: both;
}

.sub-1 .dropdown-menu ul.recentArticles li:first-child {
    margin-top: 0;
}

.sub-1 .dropdown-menu ul.recentArticles li:last-child {
    border: none;
}

.sub-1 .dropdown-menu ul.recentArticles li .article {
    height: 51px;
    overflow: hidden;
}

.sub-1 .dropdown-menu ul.recentArticles li .img {
    display: block;
    width: 90px;
    height: 51px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

.sub-1 .dropdown-menu ul.recentArticles li .img img {
    max-width: 90px;
}

.sub-1 .dropdown-menu ul.recentArticles li h3 {
    margin-top: 0;
    font-size: 1.4em;
}

.sub-1 .dropdown-menu ul.recentArticles li p {
    font-weight: 200;
    margin-bottom: 0;
}

.caret {
    margin: 0 8px 0 2px;
}

.sub-search {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}

.navbarSearch {
    margin: 0px;
    padding: 0;
}

.customSearchField {
    margin-right: -3px;
}

.customSearchField,
.loginInput {
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    width: 265px !important;
}

.loginInput {
    background-color: white;
    border: solid 1px gray;
    color: black;
    font-weight: bold !important;
    padding: 0 0 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    width: 295px !important;
}

_:-ms-fullscreen,
 :root .customSearchField {
    padding: 0 12px;
}

.loginInput {
    width: 300px !important;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
}

.customSearchBtn {
    background-color: #fdda24;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 0;
}

.glyphicon-search {
    font-size: 22px;
}

.customForm {
    vertical-align: top !important;
}

.bottomBorder {
    margin-top: -10px;
}

.leaderboard {
    clear: both;
    height: auto;
    margin: 10px auto 0 auto;
    position: relative;
    width: 970px;
    z-index: 0;
}

.latestNews,
.rightColumnTitle {
    font-family: "DomainDisplayNarrowBold", serif;
    font-size: 30px;
    display: inline;
    padding-bottom: 5px;
    position: relative;
}

.paramv,
.paramn {
    color: #858585;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.actualDate a:link,
.actualDate a:visited {
    color: #c5003e;
    font-weight: 600;
}

.actualDate,

/*.subscribeLink, */

.stars {
    display: inline;
    float: right;
    line-height: 44px;
}

.subscribeLink a:link,
.subscribeLink a:visited {
    color: #c5003e;
    font-weight: 700;
    line-height: 44px;
}

.leftColumn {
    margin-top: 30px;
    width: 66.66666667%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
}

.rightColumn {
    margin-top: 30px;
    width: 33.33333333%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-left: 2px solid #e6e6e6;
}

.topNews {
    width: 640px;
    clear: both;
}

.topNewsImage {
    width: 640px;
    border-bottom: 2px solid black;
    padding-bottom: 16px;
    overflow: hidden;
    text-align: center;
}

.topNewsImage .img {
    width: 640px;
    max-height: 360px;
    overflow: hidden;
    display: block;
}

.topNewsImage img {
/*    max-height: 360px;*/
    min-width: 640px;
}

.topNewsImage .bylineContainer {
    text-align: left;
}

#topNewsHeadline a:link,
#topNewsHeadline a:visited {
    color: black;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -1.1px;
    text-decoration: none;
}

#topNewsHeadline a:hover {
    text-decoration: underline;
    color: #c5003e;
    text-decoration: underline;
}

.topNews p {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

.topNewsImage .caption {
    text-align: left;
}

.topNewsImage .credit {
    text-align: right;
    border-bottom: 1px solid black;
}

.thumb_img {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.details h2 {
    line-height: 24px;
    margin-top: 0;
}

.details h2 a:link,
.details h2 a:visited {
    font-size: 24px;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 700;
    color: black;
}

.details h2 a:hover {
    color: #c5003e;
    text-decoration: underline;
}

.details p {
    font-size: 14px;
    line-height: 1.3;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 400;
}

.topHeadlines {
    width: 640px;
}

.news_line {
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    clear: both;
}

.topHeadlines .img {
    display: block;
    width: 210px;
    height: 120px;
    text-align: center;
    overflow: hidden;
}

.topHeadlines .img img {
    min-height: 120px;
    max-width: 210px;
}

.topHeadlines .details {
    margin-left: 220px;
}

.line {
    border-top: 1px solid #dbdbdb;
    height: 0;
    margin: 10px 0;
    overflow: hidden;
    clear: both;
}


/* HOT TOPICS */

.hotTopics {
    width: 660px;
    background-color: #ececec;
    padding: 20px 0;
}

.hotTopicsHeadline {
    margin: 0 auto 20px auto;
    width: 620px;
    display: block;
    border-bottom: 2px solid black;
}

.hotTopicsContainer {
    width: 620px;
    margin: 0 20px;
    background: url('../img/hottopicsbg2.png');
}

.hotTopicsBox {
    float: left;
    position: relative;
    width: 310px;
    height: 415px;
    padding-right: 10px;
    overflow: hidden;
}

.hotTopicsBox:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
}

.hotTopicsSubHead {
    background-color: #c5003e;
    padding: 6px;
    color: #FFFFFF;
    font-family: "Gotham Narrow A", "Gotham Narrow B" 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.hotTopicsBox .img {
    display: block;
    width: 290px;
    height: 170px;
    overflow: hidden;
    text-align: center;
}

.hotTopicsBox .img img {
    min-width: 290px;
    max-height: 170px;
}

.hotTopicsBox .details {
    font-size: 15px;
    line-height: 18px;
    font-family: 'Noe Text Regular';
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
    color: black;
    position: absolute;
    bottom: 30px;
    width: 290px;
}

.hotTopicsBox h2 {
    margin-top: 10px;
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 0;
}

.hotTopicsBox h2 a:link,
.hotTopicsBox h2 a:visited {
    font-family: "Gotham Narrow A", "Gotham Narrow B" 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: black;
    display: inline;
    overflow: hidden;
}

.hotTopicsBox h2 a:hover {
    color: #c5003e;
}

.hotTopicsBox .line {
    border-top: 1px solid #000;
    margin: 20px 0;
    position: absolute;
    width: 290px;
    bottom: 0;
}

.hotTopicsBox .line {
    display: none!important;
}

.containerWithBorder {
    border-bottom: 2px solid #000000;
    padding-bottom: 3px;
}

.rightColumnWidth {
    width: 300px;
}

.rememberMe,
.forgotPassword {
    float: left;
    width: 140px;
    font-family: sans-serif;
    font-size: 12px;
}

.forgotPassword {
    line-height: 20px;
    margin: 10px 0;
    text-align: right;
}

.blackBtn,
.blackBtnm,
.blackBtn input,
.blackBtnm input {
    width: 300px;
    display: block;
    color: white;
    background-color: black;
    border: none;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

.blackBtnm {
    margin-bottom: 15px;
}

.blackBtn input,
.blackBtnm input {
    width: 100%;
}

div.blackBtn,
div.blackBtnm {
    margin: 20px 0;
    width: auto;
    padding: 0;
}

div.blackBtn a,
div.blackBtn a:visited,
div.blackBtn a:link,
div.blackBtnm a,
div.blackBtnm a:visited,
div.blackBtnm a:link,
{
    color: white;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.btn-yellow {
    background-color: #fdda24 !important;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

.redBtn,
.redBtn input {
    width: 300px;
    display: block;
    color: white;
    background-color: #c5003e;
    border: none;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin-bottom: 12px;
}

.redBtn input {
    width: 100%;
}

div.redBtn {
    margin: 20px 0;
    width: auto;
    padding: 0;
}

div.redBtn a,
div.redBtn a:visited,
div.redBtn a:link {
    color: white;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.ad {
    margin-bottom: 15px;
}

.spotlight.stars span {
    margin-left: .25em;
    cursor: pointer;
    font-size: 16px;
}

.gray {
    color: gray;
}

.black {
    color: #000;
}

.claret {
    color: #c5003e;
}

#spotlight {
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

#spotlight .news_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
}

#spotlight .news_line .thumb_img {
    width: 125px;
    height: 70px;
    overflow: hidden;
    text-align: center;
}

#spotlight .news_line .thumb_img img {
    max-width: 125px;
    height: auto;
}

.spotlightLink p {
    max-height: 75px;
    overflow: hidden;
}

.spotlightLink a:link,
.spotlightLink a:visited {
    font-weight: 700;
    font-size: 16px;
    color: black;
}


/*
.webinar_box .webinar_tabs_content ol {
    padding: 0;
    margin: 0;
}
.webinar_box .webinar_tabs_content #topNewsLeftContainer {
    float: left;
    padding-left: 10px;
    font-size: 15.5px;
}
.webinar_box .webinar_tabs_content #topNewsLeftContainer #topNewsHeadline {
    margin: 8px 0;
}
.webinar_box .webinar_tabs_content #topNewsLeftContainer #topNewsHeadline a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
}
*/

.mostreadarticles .thumb_img, .promotionalfeatures .thumb_img {
    display: block;
    width: 125px;
    height: 70px;
    text-align: center;
    overflow: hidden;
}

.mostreadarticles .thumb_img img, .promotionalfeatures .thumb_img img {
    max-width: 125px;
}

.separator {
    margin: 15px 0 10px 0;
}

.socialIcon {
    display: inline;
    float: right;
    line-height: 44px;
}

.twitterSocialLink,
.facebookSocialLink,
.linkedinSocialLink {
    margin-top: 12px;
    display: block;
}

.linkedinSocialLink {
    margin-bottom: 20px;
}

.signupBtn {
    margin-top: 12px;
    padding: 6px 10px;
    display: inline;
}

.pollCalendarTwitterBox {
    border-top: 2px solid #e6e6e6;
    padding-top: 36px;
    margin-top: 10px;
    clear: both;
}

.poll,
.calendar,
.twitter,
#category_headlines {
    float: left;
}


/*.poll,
.calendar,
#category_headlines {
    margin-right: 43px;
}*/

#category_headlines ul {
    list-style: none;
    padding: .5em 0;
}

#category_headlines li {
    padding: .5em 0;
    clear: both;
    display: block;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

#category_headlines li:after {
    content: ' ';
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
}

#category_headlines li img {
    float: left;
    width: 25%;
    margin-right: .3em;
}

.poll .paramv a:after {
    content: " |";
}

.poll .paramv a:last-child:after {
    display: none;
}

.pollForm {
    padding: 10px;
}


/*.pollVoteBtn {
    padding: 5px 10px;
    margin-top: 40px;
}*/

.pollCalendarTwitterBox .radio {
    margin-top: 20px;
}

.calendarIcon {
    font-size: 30px;
    margin: 6px 20px 6px 0;
    color: #c4153f;
    color: black;
    float: left;
}

.calendarContent {
    margin-bottom: 30px;
}

.calendarEvent {
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.event-container {
    padding-top: 4px;
    font-size: 16px;
    color: #000;
}

.event-container a:link,
.event-container a:visited {
    font-weight: 400;
    color: #b3b3b3;
    font-size: 0.8em;
}

.upcomingEventsList {
    padding: 0;
}

.upcomingEventsList li {
    margin: 5px 0;
    list-style-type: none;
    height: 60px;
    border-bottom: 1px solid lightgray;
}

.twitterContainer {
    font-size: 11px;
}

.twitterContainer .item_wrapper {
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
}

.twitterContainer .item_content {
    color: black;
}

.bottomHeadlines {
    background-color: #c5003e;
    color: white;
}

.bottomHeadlines .col-md-2 {
    width: 20%!important;
}

.bottomHeadlines ul {
    padding: 0;
}

.bottomHeadlines li {
    list-style-type: none;
}

.bottomHeadlines li a {
    color: #fff;
}

.wrlogo {
    padding-right: 20px;
}

.copyright-container {
    clear: both;
}

.copyright-container a:hover {
    color: #888;
    text-decoration: underline;
}

.copyTABLE {
    margin: 20px auto;
}

.footer {
    margin: 40px auto !important;
    width: 850px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.footer img {
    padding: 0 !important;
    vertical-align: initial !important;
    margin: 20px;
}


/* article page */

.articleContainer {
    width: 640px;
}

.articleContainer a:link,
.articleContainer a:visited {
    text-decoration: none;
    color: #BB0F3C;
}

.articleContainer a:hover {
    text-decoration: underline;
    color: #BB0F3C;
}

.articleContainer h2.headline {
    color: black;
    font-size: 54px;
    margin: 16px 0 10px;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    letter-spacing: -1.1px;
    font-weight: bold;
}

.articleContainer h1.headline {
    color: black;
    font-size: 54px;
    margin: 16px 0 10px;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    letter-spacing: -1.1px;
    font-weight: bold;
}

.articleContainer .bylineContainer {
    margin-bottom: 10px;
}

.articleContainer .article {
    border-bottom: 1px solid black;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    clear: both;
}


/*.articleContainer .article h2 {
    font-family: Noe Text Bold;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
}*/

.articleContainer h3 {
    font-family: "DomainDisplayNarrowBold", serif;
    font-size: 30px;
    position: relative;
    margin-bottom: 5px;
}

.articleListHeadline {
    font-size: 24px;
    font-weight: bold;
}

.category-page-headline {
    margin-top: 10px;
    display: block;
}

.articleContainer .bylineContainer .author,
.articleContainer .bylineContainer .articleDate {
    font-size: 16px;
    line-height: 1.5;
    margin: 5px 0;
}

.articleContainer .topNewsImage {
    padding-bottom: 0;
    border: none;
}

.caption-container {
    display: none;
    padding: 0 0 0 12px;
    font-size: 14px;
    font-weight: normal;
    background-color: #e6e6e6;
    height: 44px;
    line-height: 44px;
}

.caption-container.inline-caption-container {
    display: block;
    margin: 5px;
    padding: 0;
    height: auto;
    line-height: 24px;
}

.inline-caption-container .caption-text {
    padding: 10px;
    clear: both;
}

.inline-caption-container img {
    margin: 0 !important;
}

.articleContainer .topNewsImage+.caption-container {
    display: block;
}

.articleContainer .boxout-right {
    background: #c5003e;
    padding: 10px;
    margin: 10px 0 10px 10px;
    float: right;
    font-weight: bold;
    width: fit-content;
    font-size: 16px;
    color: #ffffff;
}

.articleContainer .boxout-left {
    background: #c5003e;
    padding: 10px;
    margin: 10px 10px 10px 0;
    float: left;
    font-weight: bold;
    width: fit-content;
    font-size: 16px;
    color: #ffffff;
}

.articleContainer .blockquote {
    border-left: 4px solid #c5003e;
    color: grey;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 10px;
    font-family: "DomainDisplayNarrowBold", serif;
}

.credit {
    font-size: 10px;
    color: #707070;
    line-height: 46px;
}

.caption-text {
    color: #000;
}

.caption-title {
    padding-right: 10px;
    font-style: italic;
}

.caption-title,
.caption-text,
.credit {
    display: inline;
    float: left;
}

.articleContainer .article p {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-top: .5em;
    max-height: 60px;
}

.articleContainer .article .img {
    display: block;
    width: 250px;
    height: 140px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 140px;
    margin-right: 20px;
}

.articleContainer .article .img img {
    min-width: 250px;
    max-height: 140px;
}

.articleContainer .article .credit {
    display: none;
}

.articleContainer blockquote {
    border: 0;
}

.headline {
    font-family: "DomainDisplayNarrowBold", serif;
    font-size: 30px;
}

.breadcrumb {
    font-size: 16px;
}

.grayText {
    color: #999999;
}

.bylineContainer {
    margin: 5px 0;
}

.bylineContainer .author,
.bylineContainer .articleDate {
    font-family: "Gotham Narrow A", "Gotham Narrow B", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
}

.articleContainer p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
}

.articleTools {
    margin-top: 20px;
}

.signupBox {
    width: 640px;
    background: #fdda24 url('../img/signupbg.png') center center no-repeat;
    padding: 20px 0;
    margin-bottom: 40px;
}

.signupBoxHeadline {
    margin-left: 20px
}

.signupFormContainer {
    width: 500px;
    margin: 0 auto;
}

.signupFormContainer p {
    font-family: "DomainDisplayNarrowBold", serif;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.articleInput {
    background-color: white;
    width: 330px !important;
    font-size: 16px;
}

.articleBtn {
    width: 150px !important;
    font-size: 16px;
    margin-left: 10px;
}

#signupText {
    font-family: "Gotham Narrow A", "Gotham Narrow B", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
}

.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: black;
    text-decoration: none;
}

.relatedArticlesList {
    margin-top: 10px;
}

.relatedArticlesList li a:link,
.relatedArticlesList li a:visited {
    color: black;
}

.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: 18px;
    float: left;
    margin-top: -2px;
    margin-left: -20px;
    color: #c5003d;
}


/* PAGES */
.navigation {
        display: block;
        font-weight: bold;
        margin: 20px 8px 20px 8px;
        text-align: center;
}
.page_links a {
        display: none;
}
.page_links .plActive, .page_links .plNear, .pager_prev a, .pager_next a, .page_links a:last-of-type {
        display: inline;
}
.page_links .plNear, .page_links a:last-of-type {
        color: gray !important;
}
.page_links .pager_prev a {
        color: white !important;
}
.page_links .pager_next a {
        color: black !important;
}
.page_links a:last-of-type::before {
        content: "\2026\00a0\00a0";
}
.pager_prev a::before, .pager_next a::before, a.next::before {
        content: "" !important;
}
.page_links {
        font-size: 1.0em; 
        margin: 10px 0 6px;
}
.page_links a.active {
         color: #A43040 !important;
}
.page_links a, .page_links a:visited {
        color: gray;
        padding: 2px 3px;
        text-decoration: none;
}
.page_links a:hover, .plActive, a.plActive:visited {
        color: #A43040 !important;
}

.page_links .pager_prev, .pager_prev a {
        background-color: gray;
        color: white !important;
        font-weight: bold;
        border: none;
        padding: 4px 10px;
}
.page_links .pager_next, .pager_next a {
        background-color: #FDDA33;
        color: black !important;
        font-weight: bold;
        border: none;
        padding: 4px 10px;
}
.page_links .previous {
    background-color: gray;
    color: white !important;
    font-weight: bold;
    border: none;
    padding: 6px 13px;
}
.page_links .plNear.next {
    background-color: #FDDA33;
    color: black !important;
    font-weight: bold;
    border: none;
    padding: 6px 13px;
}
/* Search Results */

.searchBox {
    background-color: #eeeeee;
    padding: 20px;
    margin-bottom: 40px;
}

.searchBox form {
    display: inline-block;
    margin: 0 50px;
}

.searchBox form#advancedsearchbox_form {
    display: block;
}

.searchBox form p label {
    display: inline-block;
    width: 150px;
    float: left;
}

.searchBox form p span {
    display: block;
    margin-left: 150px;
}

.searchBox form p span.spec_from {}

.searchBox form p span.spec_to {
    margin-top: .1em;
}

.searchBox form p span b {
    font-weight: normal;
    display: inline-block;
    width: 66px;
    white-space: nowrap;
}

.searchBox form p span.spec_to b {
    margin-left: 4px;
    width: 62px;
}

.searchBox form p span input[type=text],
.searchBox form p span select.sections {
    width: 350px;
}

.searchBox form p span input[type=radio] {
    margin-right: .25em;
}

#search_start_button,
#search_within_res_start_button {
    display: inline;
    color: white;
    background-color: black;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
}

#htmAd {
    font-family: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

#htmlAd .adheading {
    font-family: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 0;
    font-size: 10px;
    color: #c50e1f;
    font-weight: bold;
}

.htmlAd .boldParagraph {
    margin-top: 0;
}


/* User Boxes */

.user_msg {
    color: #c00;
    font-weight: bold;
}

#userbox {
    margin-bottom: 15px;
}

.leftColumn #userbox {
    width: 50%;
}

#subslink {
    float: right;
}

#subslink.loggedin,
.newsletter.loggedin {
    display: none;
}

.newsletterText p {
    font-size: 16px;
    margin: 12px 0 0 0;
    line-height: 1.3;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-style: normal;
    font-weight: 400;
}

#userbox .form-group {
    padding: 0 10px;
    margin-bottom: 0;
}

#userbar {
    position: absolute;
    top: 0;
    right: 0;
    padding: .25em 0;
    text-align: right;
    z-index: 10000;
    color: lightgray;
}

#userbar a,
#userbar a:hover {
    color: white;
}

#userbar a:before {
    content: "| ";
}

#userbar a:first-child:before {
    display: none;
}


/* General Form */

.grayForm {
    padding: 20px;
    background: #eee;
    font-size: 16px;
}

.grayForm .error {
    color: #c00;
}

.grayForm table td {
    padding: .25em 0;
}

.grayForm input[type=text],
.grayForm textarea {
    background-color: white;
    width: 360px !important;
    font-size: 16px;
    border: 0;
    border-radius: 0;
}

.grayForm hr {
    width: 100%;
    border: 0;
    margin: 20px 0;
    border-top: 1px solid black;
}

.grayForm div.calign {
    text-align: center;
}

.registrationForm select {
    font-size: 12px;
}

.registrationForm {
    background-color: white !important;
}

.registrationForm input[type=text],
.registrationForm input[type=password],
.registrationForm textarea,
.registrationForm select {
    border: 1px solid lightgray;
    margin-left: 10px;
    width: 360px !important;
}

.updateyourdetails .popup {
    display: none;
}

.updateyourdetails:hover .popup {
    display: block;
}

.printerbutton,
.printerbutton a:link,
.printerbutton a:hover {
    color: black;
    text-decoration: none;
}

.protected {
    margin: 20px 0;
    padding: 1px 20px 20px 20px;
    background: #eee;
}

.protected .ad300 {
    width: 300px;
    float: right;
    margin: 19px 0 0 20px;
}

.protected table {
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.protected table td {
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}

.protected table td .btn-white {
    color: #fff;
    background: #ff5000;
}

.boxesContainer .btn-orange {
    color: #fff;
    background: #ff5000;
}

.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 1.5em;
}

.glyphicon-lock {
    color: black;
    /*    font-size: .66em;*/
    display: inline-block;
    width: 1em;
    height: .66em;
    background: url(/img/glyphicons-204-lock-ff5000.png) no-repeat;
    background-size: auto 100%;
    margin-left: .25em;
}

.glyphicon-lock:before {
    content: '';
}

#upgrade_button.btn {
    color: #fff;
    background: #ff5000;
}

.promo-tag {
    background:#BB0F3C;
    color:#fff;
    font-weight: bold;
    text-transform:uppercase;
    padding: .2em .5em;
    display: inline-block;
}

#cookie-notice {
    min-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
