#content {
    max-width: 1010px;
    margin: 0 auto;
    background: #ffffff;
}

#content > [class*=" columns-"],
#content > [class^="columns-"] {
    padding: 10px;
}

.entry-thumbnail.fixed-height {
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden
}

.entry-thumbnail.fixed-height > img {
    display: none;
}

/** IE8 */
.no-bgsizecover .entry-thumbnail.fixed-height > img {
    display: inline-block;
    min-width: 100%;
    height: auto;
}

.no-bgsizecover .entry-thumbnail.fixed-height {
    background-image: none !important;
}

.footer-scripts {
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Hide things until selectivizr is loaded */
.lt-ie9 .sub-item-wrap {
    display: none;
}

.lt-ie9 .sub-item-wrap:not(.selectiviser-active) {
    display: block;
}

/*--------------------------------------------------------------
	Cards
--------------------------------------------------------------*/
[class*=" card-"],
[class^="card-"] {
    padding: 10px;
    height: 390px;
    overflow: hidden;
}

[class*=" card-"] > [class*=" card-"],
[class*=" card-"] > [class^="card-"],
[class^="card-"] > [class*=" card-"],
[class^="card-"] > [class^="card-"] {
    padding: 0;
}

.anti-gutter {
    margin: -10px;
    overflow-y: hidden
}

.card-excerpt.half-height {
    height: 200px !important;
}

.card-job {
    height: 135px;
}

.card-job > header {
    height: 100%;
    background-color: #ffffff;
    padding: 10px;
    border: solid 1px #e0e0e0;
}

.card-adtech > .adtech-post {
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    border-collapse: collapse;
}

.card-adtech > .adtech-post > .adtech:after {
    content: 'Advert loading';
    display: block;
    padding: 20px;
    color: #d8d8d8;
}

.card-adtech > .adtech-post > .adtech.adtech-active:after {
    display: none;
    content: '';
}

.card-adtech > .adtech-post > .adtech.adtech-active {
    display: table-cell;
    vertical-align: middle;
}

.card-spot > .spot-post {
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 120%;
    display: block;
    vertical-align: middle;
    border-collapse: collapse;
}

.card-excerpt > :last-child:first-child {
    height: 100%;
}

.card-excerpt > :nth-last-child(2):first-child,
.card-excerpt > :nth-last-child(2):first-child ~ * {
    height: 50%;
}

.card-excerpt > :nth-last-child(3):first-child,
.card-excerpt > :nth-last-child(3):first-child ~ * {
    height: 33.333%;
}

.card-excerpt > :nth-last-child(4):first-child,
.card-excerpt > :nth-last-child(4):first-child ~ * {
    height: 25%;
}

.card-excerpt > .block-lead {
    background-color: #f1f1f1;
    padding: 10px;
}

.card-excerpt > .block-secondary {
    background-color: #f1f1f1;
}

.card-excerpt.format-video > .block-secondary:not([class*='random']),
.card-excerpt.format-video > .block-lead:not([class*='random']),
.card-excerpt.format-video > .block-secondary.no-random-colour-class,
.card-excerpt.format-video > .block-lead.no-random-colour-class {
    background-color: #333333;
    color: #ffffff;
}

.format-video .entry-thumbnail.fixed-height:after {
    font-family: 'icomoon';
    content: '\e62e';
    font-size: 70px;
    line-height: 0;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.format-video .entry-thumbnail.fixed-height:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.card-excerpt .entry-terms {
    text-transform: uppercase;
    color: #e40040;
    font-weight: 700;
    margin: 5px 0;
    max-height: 1.4em;
    overflow: hidden;
    font-size: 75%;
}

.card-excerpt .entry-terms a:nth-child(3) ~ a { /* Hide anything after the 3rd */
    display: none;
}

.card-excerpt .entry-terms a {
    margin-right: 10px;;
}

.card-excerpt.format-video .entry-terms {
    color: #ffffff;
}

.card-excerpt .entry-terms a {
    color: inherit;
}

.card-excerpt .hentry-title {
    max-height: 5.5em;
    overflow: hidden;
    font-weight: 500;
    margin-top: 10px;
    color: #252525;
    font-size: 120%;
}

.card-excerpt .hentry-title a {
    color: inherit;
}

.card-excerpt .post-description {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-excerpt.format-video > *:not([class*='random']) .hentry-title,
.card-excerpt.format-video > *.no-random-colour-class .hentry-title {
    color: #ffffff;
}

.card-excerpt.no-image .hentry-title {
    max-height: 7.8em;
}

.card-excerpt .hentry-time {
    display: none;
}

time.updated {
    display: none;
}

.content-area,
.block-lead {
    position: relative;
}

.block-lead > footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    margin: 10px;
}

/**
 * Hide all but the lead block
 */
.columns-1.lead-row > :first-child ~ .card-excerpt,
.columns-2.lead-row > :first-child ~ .card-excerpt,
.columns-3.lead-row > :first-child ~ .card-excerpt,
.columns-4.lead-row > :first-child ~ .card-excerpt {
    height: 200px;
}

.columns-4.lead-row > :first-child ~ .card-excerpt > .block-lead ~ *,
.columns-4.lead-row > :first-child ~ .card-excerpt > header,
.columns-3.lead-row > :first-child ~ .card-excerpt > .block-lead ~ *,
.columns-3.lead-row > :first-child ~ .card-excerpt > header,
.columns-2.lead-row > :first-child ~ .card-excerpt > .block-lead ~ *,
.columns-2.lead-row > :first-child ~ .card-excerpt > header,
.columns-1.lead-row > :first-child ~ .card-excerpt > .block-lead ~ *,
.columns-1.lead-row > :first-child ~ .card-excerpt > header {
    display: none;
}

.columns-4.lead-row > :first-child ~ .card-excerpt > .block-lead,
.columns-3.lead-row > :first-child ~ .card-excerpt > .block-lead,
.columns-2.lead-row > :first-child ~ .card-excerpt > .block-lead,
.columns-1.lead-row > :first-child ~ .card-excerpt > .block-lead {
    height: 180px;
}

.columns-4.lead-row > :first-child ~ .card-excerpt.no-image > .block-lead .hentry-title,
.columns-3.lead-row > :first-child ~ .card-excerpt.no-image > .block-lead .hentry-title,
.columns-2.lead-row > :first-child ~ .card-excerpt.no-image > .block-lead .hentry-title,
.columns-1.lead-row > :first-child ~ .card-excerpt.no-image > .block-lead .hentry-title {
    /* font-size: 150%; */
    max-height: 3.9em;
}

.columns-1.noclear:not(.lead-row):not(.orphan-expand) > .card-adtech.double-height:first-child,
.columns-2.noclear:not(.lead-row):not(.orphan-expand) > .card-adtech.double-height:first-child,
.columns-3.noclear:not(.lead-row):not(.orphan-expand) > .card-adtech.double-height:first-child,
.columns-4.noclear:not(.lead-row):not(.orphan-expand) > .card-adtech.double-height:first-child,
.columns-1.noclear:not(.lead-row):not(.orphan-expand) > .card-doubleclick.double-height:first-child,
.columns-2.noclear:not(.lead-row):not(.orphan-expand) > .card-doubleclick.double-height:first-child,
.columns-3.noclear:not(.lead-row):not(.orphan-expand) > .card-doubleclick.double-height:first-child,
.columns-4.noclear:not(.lead-row):not(.orphan-expand) > .card-doubleclick.double-height:first-child,
.columns-1.noclear:not(.lead-row):not(.orphan-expand) > .card-excerpt.double-height:first-child,
.columns-2.noclear:not(.lead-row):not(.orphan-expand) > .card-excerpt.double-height:first-child,
.columns-3.noclear:not(.lead-row):not(.orphan-expand) > .card-excerpt.double-height:first-child,
.columns-4.noclear:not(.lead-row):not(.orphan-expand) > .card-excerpt.double-height:first-child {
    height: 780px;
}

@media only screen and (min-width: 560px) {
    .columns-2.lead-row > .card-excerpt:nth-child(2),
    .columns-3.lead-row > .card-excerpt:nth-child(2),
    .columns-4.lead-row > .card-excerpt:nth-child(2) {
        height: 390px;
    }

    .columns-2.lead-row > .card-excerpt.no-image:nth-child(2) > .block-lead .hentry-title,
    .columns-3.lead-row > .card-excerpt.no-image:nth-child(2) > .block-lead .hentry-title,
    .columns-4.lead-row > .card-excerpt.no-image:nth-child(2) > .block-lead .hentry-title {
        /* font-size: 185%; */
        max-height: 7.8em;
    }

    .columns-2.lead-row > .card-excerpt:nth-child(2) > :last-child:first-child,
    .columns-2.lead-row > .card-excerpt:nth-child(2) > :last-child:first-child ~ *,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :last-child:first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :last-child:first-child ~ *,
    .columns-4.lead-row > .card-excerpt:nth-child(2) > :last-child:first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(2) > :last-child:first-child ~ * {
        display: block;
        height: 100%;
    }

    .columns-2.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(2):first-child,
    .columns-2.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(2):first-child ~ *,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(2):first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(2):first-child ~ *,
    .columns-4.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(2):first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(2):first-child ~ * {
        display: block;
        height: 50%;
    }

    .columns-2.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(3):first-child,
    .columns-2.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(3):first-child ~ *,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(3):first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(3):first-child ~ * {
        display: block;
        height: 33.333%;
    }

    .columns-2.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(4):first-child,
    .columns-2.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(4):first-child ~ *,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(4):first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(2) > :nth-last-child(4):first-child ~ * {
        display: block;
        height: 25%;
    }
}

@media only screen and (min-width: 750px) {
    .columns-4.lead-row > .card-excerpt:nth-child(3),
    .columns-4.lead-row > .card-excerpt:nth-child(4) {
        height: 390px;
    }

    .columns-4.lead-row > .card-excerpt.no-image:nth-child(3) > .block-lead .hentry-title,
    .columns-4.lead-row > .card-excerpt.no-image:nth-child(4) > .block-lead .hentry-title {
        font-size: 185%;
        max-height: 7.8em;
    }

    .columns-4.lead-row > .card-excerpt:nth-child(3) > :last-child:first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(3) > :last-child:first-child ~ *,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :last-child:first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :last-child:first-child ~ * {
        display: block;
        height: 100%;
    }

    .columns-4.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(2):first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(2):first-child ~ *,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :nth-last-child(2):first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :nth-last-child(2):first-child ~ * {
        display: block;
        height: 50%;
    }

    .columns-4.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(3):first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(3):first-child ~ *,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :nth-last-child(3):first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :nth-last-child(3):first-child ~ * {
        display: block;
        height: 33.333%;
    }

    .columns-4.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(4):first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(4):first-child ~ *,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :nth-last-child(4):first-child,
    .columns-4.lead-row > .card-excerpt:nth-child(4) > :nth-last-child(4):first-child ~ * {
        display: block;
        height: 25%;
    }
}

@media only screen and (min-width: 800px) {
    .columns-3.lead-row > .card-excerpt:nth-child(3) {
        height: 390px;
    }

    .columns-3.lead-row > .card-excerpt.no-image:nth-child(3) > .block-lead .hentry-title {
        font-size: 185%;
        max-height: 7.8em;
    }

    .columns-3.lead-row > .card-excerpt:nth-child(3) > :last-child:first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(3) > :last-child:first-child ~ * {
        display: block;
        height: 100%;
    }

    .columns-3.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(2):first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(2):first-child ~ * {
        display: block;
        height: 50%;
    }

    .columns-3.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(3):first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(3):first-child ~ * {
        display: block;
        height: 33.333%;
    }

    .columns-3.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(4):first-child,
    .columns-3.lead-row > .card-excerpt:nth-child(3) > :nth-last-child(4):first-child ~ * {
        display: block;
        height: 25%;
    }
}

@media only screen and ( min-width: 560px ) and ( max-width: 799px ) {
    .columns-3.lead-row.orphan-expand > .expanded:nth-child(2n+1) ~ :last-child:nth-child(2n) > [class^="block-"],
    .columns-3.lead-row.orphan-expand > :last-child:nth-child(2n+1) > [class^="block-"] {
        display: block;
        width: 50%;
        float: left;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .columns-3.lead-row.orphan-expand > .expanded:nth-child(2n+1) ~ :last-child:nth-child(2n+1) > .block-secondary {
        display: none;
    }

    .columns-3.lead-row.orphan-expand > .expanded:nth-child(2n+1) ~ :last-child:nth-child(2n+1) > .block-lead {
        width: 100%;
    }
}

@media only screen and ( min-width: 800px ) {
    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+1) ~ :last-child:nth-child(3n) > [class^="block-"],
    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+2) ~ :last-child:nth-child(3n) > [class^="block-"],
    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+1) ~ :last-child:nth-child(3n+1) > [class^="block-"],
    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+2) ~ :last-child:nth-child(3n+1) > [class^="block-"],
    .columns-3.lead-row.orphan-expand > :last-child:nth-child(3n+1) > [class^="block-"],
    .columns-3.lead-row.orphan-expand > :last-child:nth-child(3n+2) > [class^="block-"] {
        display: block;
        width: 50%;
        float: left;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+1) ~ :last-child:nth-child(3n+2) > .block-secondary,
    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+2) ~ :last-child:nth-child(3n+2) > .block-secondary {
        display: none;
    }

    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+1) ~ :last-child:nth-child(3n+2) > .block-lead,
    .columns-3.lead-row.orphan-expand > .expanded:nth-child(3n+2) ~ :last-child:nth-child(3n+2) > .block-lead {
        width: 100%;
    }
}

/**
 * Acumen Doesn't have all the complex stuff the normal cards do.
 */
.card-acumen > .block-secondary {
    height: 33%;
    background-color: #ffffff;
}

.card-acumen > .block-lead {
    height: 67%;
    background-color: #f1f1f1;
    padding: 10px;
}

.card-acumen > .block-lead .entry-terms {
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0;
    font-size: 12px;
}

.card-acumen > .block-lead .intro {
    max-height: 11.2em;
    overflow: hidden;
    font-weight: 700;
    margin-top: 0.7em;
}

.card-acumen > .block-lead .intro p {
    margin-top: 0;
    cursor: pointer;
}

.card-acumen .hentry-title {
    display: none;
}

.type-acumen.card-excerpt > .block-lead {
    background-color: #00aba9;
    color: #ffffff;
}

.type-acumen.card-excerpt > .block-lead a {
    color: #ffffff;
}

.type-acumen.card-excerpt .entry-date,
.type-acumen.card-excerpt .updated {
    display: none;
}

.taxonomy-type.taxterm-acumen.type-acumen.card-excerpt > .block-lead {
    background-color: #f1f1f1;
    color: #111111;
}

.taxonomy-type.taxterm-acumen.type-acumen.card-excerpt > .block-lead a {
    color: inherit;
}

/*--------------------------------------------------------------
	Site Sponsors (Jobs carousel on Lawyer2B)
--------------------------------------------------------------*/

.top-jobs-widget,
.job-of-week-widget {
    padding: 10px;
}

.adtech-job-tinywide-block,
.adtech-job-small-block,
.adtech-job-large-block {
    padding: 10px;
    overflow: hidden;
    background: transparent;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.adtech-job-tinywide-block {
    height: 80px;
}

.adtech-job-small-block {
    height: 150px
}

.adtech-job-large-block {
    min-height: 300px
}

.menu-walker-jobs-widgets-menu.widget-styled > .anti-gutter {
    overflow: visible;
}

/*--------------------------------------------------------------
	Post Content
--------------------------------------------------------------*/
article .entry-header h1.page-title.large {
    font-size: 20pt;
}

.entry-footer,
.entry-header {
    background-color: #ffffff;
}

.entry-footer {
    clear: both;
}

.entry-header .entry-terms {
    padding: 15px;
    border-bottom: solid 2px #f1f1f1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75%;
    color: #ce0031;
}

.entry-header .entry-terms a {
    color: inherit;
    margin-right: 10px;
}

.entry-header .page-title,
.entry-header .entry-author {
    margin: 20px auto 0;
    width: 90%;
}

.entry-header .entry-author {
    margin: 15px auto 10px;
}

@media only screen and (min-width: 640px) {
    .entry-header .page-title,
    .entry-header .entry-author {
        max-width: 85%;
    }
}

.sponsor-header {
    border-bottom: 2px solid #f1f1f1;
    padding: 15px 20px
}

.sponsor-header .sponsor-advert,
.sponsor-header .adtech {
    margin-top: 15px;
    text-align: center;
}

.sponsor-header .sponsor-block-logo {
    text-align: right;
}

.sponsor-logo.logo-big-break {
    display: block;
    margin-top: 15px;
}

.page-header .sponsors {
    background: #f1f1f1;
}

.sponsor-header .sponsor {
    display: inline-block;
    background: #ffffff;
    padding: 0;
    font-size: 80%;
    font-weight: 500;
    max-width: 100%;
    position: relative;
}

.sponsor-header .sponsor span {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.sponsor img {
    vertical-align: middle;
    display: inline-block;
    max-height: 25px;
    width: auto;
}

article.type-page.page header .page-title {
    max-width: none;
    width: auto;
    margin: 20px 20px 0;

}

/*--------------------------------------------------------------
	Content sidebars
--------------------------------------------------------------*/
.sub-content {
    margin: 0;
    border-top: solid 2px #f1f1f1;
}

/*--------------------------------------------------------------
	Register/reregister
--------------------------------------------------------------*/

.login-register {
    margin: 0;
    background: #ffffff;
    padding: 20px;
    position: relative;

    border-top: 1px solid #e5e5e5;
}

.login-register .login-register-title {
    max-width: none !important;
    margin: -20px -20px 20px;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    background-color: #ea0723;
    font-weight: 500;
    position: relative
}

.login-register .login-register-title:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
    border: 10px solid #ea0723;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: 10px 10px 0 10px;
    height: 0;
    content: '';
}

.login-register:after {
    top: -1px;
    border-top-color: #ffffff;
}

.page-header + .login-register:before,
.page-header + .login-register:after {
    display: none;
}

.login-register > .container [class*="column-"] > * {
    margin-left: 0;
    margin-right: 0;
}

.content-login-form p {
    margin: 20px 0;
}

.content-login-form input[type="text"],
.content-login-form input[type="email"],
.content-login-form input[type="password"] {
    width: 100%;
    font-size: 85%;
}

.content-login-form .login-error {
    font-size: 85%;
}

.content-login-form label {
    font-size: 85%;
    line-height: 20px;
}

.content-login-form .login-username label,
.content-login-form .login-password label {
    padding: 10px 0;
}

.content-login-form .login-remember {

}

.content-login-form .login-submit {
    float: left;
    margin: 0 0;
}

.content-login-form input[type="submit"] {
    padding: 10px 40px;
}

.content-login-form .lost-password {
    font-size: 0.75em;
    opacity: 0.6;
    margin-bottom: 8px;
}

[class*="-box "],
[class$="-box"] {
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
}

.grey-box {
    background: #e5e5e5;
}

.blue-box {
    background: #019ac0;
    color: #ffffff;
}

.issue-cover {
    border: 14px solid #111111;
    border-width: 20px 14px;
    border-radius: 10px;
    max-width: 160px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .2);
    margin: 12px 0 12px;
    position: relative;
}

.issue-cover-image {
    display: block;
}

.issue-cover:before {
    content: '';
    position: absolute;
    bottom: 100%;
    margin-bottom: 7px;
    left: 50%;
    margin-left: -4%;
    width: 8%;
    height: 3px;
    background: #111111;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .3);
}

.issue-cover:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 1%;
    left: 50%;
    margin-left: -4%;
    width: 8%;
    padding-bottom: 8%;
    height: 0;
    background: #111111;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, .3);
}

@media only screen and (min-width: 640px) {
    .issue-cover {
        margin: 12px 12px 12px;
    }
}

.register-now .button {
    margin-top: 15px;
}

.register-now {
    background-color: #006696;
    color: #ffffff;
}

.register-now h2,
.register-now h3,
.register-now p {
    max-width: none;
}

.why-register {
    margin: 0 -10px;
}

.why-register p {
    color: #757575;
    margin: 10px 0;
    max-width: none;
}

.why-register > p {
    margin: 10px
}

.why-register > h2 {
    margin: 0 10px;
}

.why-register .widget-area {
    padding: 0;
}

.spot-content h1,
.spot-content h2,
.spot-content h3 {
    color: #006796;
    margin: 10px 0;
    font-size: 100%;

}

.spot-content {
    padding: 10px;
}

.spot-thumbnail {
    min-height: 100px;
    line-height: 100px;
}

.spot-thumbnail img {
    vertical-align: bottom;
    display: inline-block;
}

@media only screen and (min-width: 640px) {
    .login-boxes {
        display: table-row;
    }

    .login-boxes > div {
        display: table-cell;
        width: 50%;
    }

    .why-register {
        max-width: 90%;
        margin: 20px auto 0;
    }

    [class*="-box "],
    [class$="-box"] {
        min-height: 100px;
    }

    .login-register .content-login-form {
        border-right: solid 10px #ffffff;
    }

    .login-register .register-now {
        border-left: solid 10px #ffffff;
        position: relative;
        padding-bottom: 60px;
    }

    .login-register .register-now .button.big.white {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .login-register .register-now.update-registration {
        border-left: 0 none;
    }
}

/*--------------------------------------------------------------
	Has Sidebar
--------------------------------------------------------------*/
#sidebar .widget {
    overflow: hidden;
}

#sidebar .widget-title {
    margin-bottom: 20px;
    font-size: 110%;
}

article.has-sidebar #sidebar {
    display: none;
    margin-left: 66.3366336633663366%;
    background-color: #e0e0e0;
}

@media only screen and (min-width: 640px) {
    article.has-sidebar.single-post .entry-header .left-block,
    article.has-sidebar.single-post .entry-content {
        width: 66.3366336633663366%;
        float: left;
    }

    article.has-sidebar #sidebar {
        display: block;
    }
}

@media only screen and (min-width: 640px) {
    article.has-sidebar .tab-wrapper .tab-page-related,
    article.has-sidebar .post-tabs .tab-related {
        display: none;

    }
}

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/

.pagination-links {
    display: table;
    margin: 0 auto 20px;
    padding: 0 18px;
}

.pagination-links > * {
    display: table-cell;
    text-align: center;
    width: 40px;
    line-height: 36px;
    height: 36px;
    border: solid 2px #ffffff;
    background-color: #f1f1f1;
}

.pagination-links > .dots {
    background-color: transparent;
}

.pagination-links > .dots,
.pagination-links > a.page-numbers:not(.next):not(.prev) {
    display: none;
}

@media only screen and ( min-width: 530px) {
    .pagination-links > .dots,
    .pagination-links > a.page-numbers:not(.next):not(.prev) {
        display: table-cell;
    }
}

.pagination-links > a:hover {
    background-color: #ea0723;
    color: #ffffff;
}

.pagination-links > .current {
    background-color: #ea0723;
    color: #ffffff;
}

/*--------------------------------------------------------------
	Comments
--------------------------------------------------------------*/
.tab-page-comments {
    margin: 0 auto;
    background: #ffffff;
    max-width: 90%;
}

.commentsloginholder {
    padding: 20px 20px 40px 20px;
    text-align: center;
}

#comments #respond .comment-form-email input,
#comments #respond .comment-form-author input,
#comments #respond .comment-form-url input,
#comments #respond .comment-form-row input,
#comments #comment-form .textarea-border {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#comments textarea#comment {
    height: 6em !important;
}

main#content #comments .moderation-buttons a,
main#content #comments .comment-buttons .comment-button,
main#content #comments .comment-buttons a,
main#content #comments #respond .comment-buttons input {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    height: auto !important;
    padding: 9px 12px !important;
}

@media only screen and (min-width: 640px) {
    .tab-page-comments {
        max-width: 85%;
    }
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#content #comments #comment-pagination {
    padding: 0;
}

main#content #comments .moderation-buttons a,
main#content #comments .comment-buttons .comment-button,
main#content #comments .comment-buttons a,
main#content #comments #respond .comment-buttons input {
    background-color: #ea0723;
}

/*--------------------------------------------------------------
	Tabs
--------------------------------------------------------------*/
.post-tabs {
    background-color: #ffffff;
    border-bottom: solid 2px #222222;
    text-align: center;
    display: block;
}

.post-tabs a {
    display: inline-block;
    padding: 12px 8px;
    font-weight: 700;
    margin: 0 0 -2px;
    border-bottom: solid 2px #f1f1f1;
    font-size: 110%;
    width: 100%;
}

.post-tabs a:last-child {
    margin-right: 0;
}

.post-tabs a.active {
    cursor: default;
}

.post-tabs a.active,
.post-tabs a:hover {
    border-bottom: solid 4px #222222;;
    padding-bottom: 10px;
}

[class*=" tab-page-"],
[class^="tab-page-"] {
    /*padding: 10px;*/
    display: none;
}

[class*=" tab-page-"].active,
[class^="tab-page-"].active {
    display: block;
}

[class*=" tab-"]:focus,
[class^="tab-"]:focus {
    outline: none;
}

.tab-page-comments {
    padding: 20px !important
}

@media only screen and (min-width: 480px) {
    .post-tabs a {
        width: auto;
        margin: 0 0 -2px;
        border-bottom-color: #222222;
        padding: 20px 8px 22px;
    }

    .post-tabs a.active,
    .post-tabs a:hover {
        border-bottom: solid 4px #222222;;
        padding-bottom: 20px;
    }

    /*.post-tabs > a:first-child:nth-last-child(n+5),*/
    /*.post-tabs > a:first-child:nth-last-child(n+5) ~ a {*/
    /*	display: inline-block;*/
    /*	width: 20%;*/
    /*}*/
}

@media only screen and (min-width: 640px) {
    .post-tabs a {
        font-size: 130%;
        padding: 20px 20px 22px;
    }
}

@media only screen and (min-width: 990px) {
    /**
     * If there are 7 or more tabs make the tabs fit.
     */
    .post-tabs > a:first-child:nth-last-child(n+7),
    .post-tabs > a:first-child:nth-last-child(n+7) ~ a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        width: auto;
    }
}

/*--------------------------------------------------------------
	Newsletter
--------------------------------------------------------------*/
.footer-newsletter,
.footer-optional {
    position: relative;
    z-index: 1;
    margin-bottom: -2px; /* Hide the tabs line when there's only on and sidebar is shown. */
    background-color: #ffffff;
}

.footer-newsletter .signup-link {
    display: block;
    border: solid #f1f1f1;
    border-width: 2px 0;
    padding: 20px;
    overflow: hidden;
}

.footer-optional {
    display: block;
    border: solid #f1f1f1;
    border-width: 2px 0;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
}

.footer-optional .logo-area {
    float: left;
    width: 175px;
    height: 75px;
    background-size: cover;
    background-position: center;
    margin: 20px 20px 20px 0px;
}

.footer-newsletter .button {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 150%;
    clear: both;
}

.newsletter-sting {
    float: left;
    max-width: 100%;
    padding-right: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
    .footer-newsletter .button {
        width: 50%;
    }
}

@media only screen and (min-width: 640px) {
    .footer-newsletter .signup-link {
        padding: 20px 7.5%;
    }
}

@media only screen and (min-width: 750px) {
    .footer-newsletter .button {
        width: 20%;
        margin: 0;
        clear: none;
        float: right;
    }

    .newsletter-sting {
        float: left;
        max-width: 80%;
        margin-bottom: 0;
    }
}

.footer-newsletter .icon-envelop {
    float: left;
    color: #ffffff;
    background-color: #ce0031;
    padding: 10px;
    border-radius: 50%;
    font-size: 150%;
    border: solid 1px transparent;
    margin-right: 10px;
}

.card-newsletter .newsletter-signup-link {
    height: 100%;
    display: block;
    background: #ea0723;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
}

.card-newsletter .newsletter-signup-link h3 {
    font-size: 250%;
}

.card-newsletter .newsletter-signup-link p {
    font-weight: 100;
    margin: 10px 0;
}

.card-newsletter .newsletter-signup-link .top {
    display: block;
    min-height: 40%;
    padding: 20px 0 0;
}

.card-newsletter .newsletter-signup-link .cover {
    max-height: 60%;
    height: 60%;
    display: block;
    background: url('images/mag-cover.png') no-repeat center bottom #ea0723;
    background-size: contain;
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/

.site-footer {
    background: #ffffff;
    color: #000000;
    overflow: hidden;
}

body.short-page .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-taxonomy {
    padding: 20px 10px;
    border-top: solid 2px #f1f1f1;
}

.nav-footer {
    padding: 20px 10px;
}

.site-info > .columns-2,
.nav-taxonomy .container,
.nav-footer .container {
    max-width: 1010px;
}

.menu.menu-footer,
.menu.menu-social,
.menu.menu-taxonomy {
    margin-bottom: 0;
}

.site-info {
    overflow: hidden;
    font-weight: 500;
    text-align: center;
    padding: 15px 10px;
    border-top: solid 2px #ea0723;
}

.site-info p {
    margin: 0;
}

.site-info address {
    margin: 0;
}

@media only screen and (min-width: 480px) {
    .site-info {
        text-align: left;
    }

    .site-footer address {
        text-align: right;
    }
}

/*--------------------------------------------------------------
	Social footer
--------------------------------------------------------------*/

.menu-social [class^="icon"] + .menu-item-title {
    position: absolute;
    left: -9999px;
    top: -999px;
}

.site-footer .container .menu-social {
    font-size: 200%;
    line-height: 1;
    text-align: center;
    padding: 10px;
}

.menu-social li {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    vertical-align: middle;
}

.menu-social a {
    color: #ea0723;
}

.menu-social a:hover {
    opacity: 0.75;
}

@media only screen and (max-width: 899px) {
    .site-footer .container [class*="column-"] {
        float: none;
        width: auto;
    }
}

@media only screen and (min-width: 900px) {
    .site-footer .container .menu-social {
        text-align: right;
        background: none;
        padding: 0;
        box-shadow: none;
        margin-right: 0;
    }

    .menu-social li {
        margin-right: 0;
    }
}

/*--------------------------------------------------------------
	Taxonomy Menu
--------------------------------------------------------------*/

.nav-taxonomy {
    overflow: hidden;
    display: none;
}

.nav-taxonomy .menu {
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.nav-taxonomy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-taxonomy li li ul {
    display: none;
}

.nav-taxonomy span,
.nav-taxonomy a {
    display: block;
    margin: 0;
}

.nav-taxonomy .menu-item-depth-0 > span,
.nav-taxonomy .menu-item-depth-0 > a {
    font-size: 85%;
    font-weight: 700;;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.nav-taxonomy .menu-item-depth-0 li > a {
    font-size: 75%;
}

@media only screen and (min-width: 900px) {
    .nav-taxonomy {
        display: block;
    }

    /* Hide anything after the 6th root item */
    .nav-taxonomy .menu.menu-taxonomy > li:nth-child(6) ~ li {
        display: none;
    }

    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(2),
    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(2) ~ li {
        width: 50%;
    }

    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(3),
    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(3) ~ li {
        width: 33.333%;
    }

    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(4),
    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(4) ~ li {
        width: 25%;
    }

    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(5),
    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(5) ~ li {
        width: 20%;
    }

    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(n+6),
    .nav-taxonomy .menu.menu-taxonomy > li:nth-last-child(n+6) ~ li {
        width: 16.666%;
    }

    .nav-taxonomy .menu.menu-taxonomy > li {
        float: left;
    }
}

/*--------------------------------------------------------------
	Footer Menu
--------------------------------------------------------------*/

.menu-footer [class^="icon"] + .menu-item-title {
    position: absolute;
    left: -9999px;
    top: -999px;
}

.nav-footer .menu-footer {
    text-align: center;
    font-weight: 700;
    line-height: 36px;
    margin-left: 0;
}

.menu-footer li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    vertical-align: middle;
    font-size: 85%;
}

@media only screen and (min-width: 900px) {
    .nav-footer .menu-footer {
        text-align: left;
        margin-right: 0;
    }

    .menu-footer li {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#head {
    border-bottom: solid 2px #ea0723;
    padding: 12px 10px;
    position: relative;
    background-color: #ffffff;
}

#head .header-inner {
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
}

#head.floatyFloaty {
    z-index: 100;
}

#head .right-block {
    float: right;
}

@media only screen and (min-width: 600px) {
    body.admin-bar #head {
        margin-top: 0;
        -webkit-transition: margin 0.25s;
        -moz-transition: margin 0.25s;
        -ms-transition: margin 0.25s;
        -o-transition: margin 0.25s;
        transition: margin 0.25s;
    }

    body.admin-bar #head.floatyFloaty {
        margin-top: 42px;
    }
}

@media only screen and (min-width: 780px) {
    body.admin-bar #head.floatyFloaty {
        margin-top: 32px;
    }
}

.main-body {
    padding: 20px 0;
}

/*--------------------------------------------------------------
	Toggles
--------------------------------------------------------------*/

.toggles {
    height: 30px;
    float: right;
    padding-top: 5px;
}

@media only screen and ( min-width: 900px) {
    .toggles {
        height: 52px;
        padding: 13px 0;
    }
}

.toggles a[class*=" icon-"],
.toggles a[class^="icon-"] {
    color: #757575;
    float: left;
    line-height: 30px;
    font-size: 20px;
    margin-left: 20px;
    width: 22px;
    overflow: hidden;
    padding-left: 1px;
    height: 30px;
}

.toggles a[class*=" icon-"].active,
.toggles a[class^="icon-"].active {
}

.toggles a.icon-burger {
    color: #ea0723;
}

/*--------------------------------------------------------------
	Toggles Search bar
--------------------------------------------------------------*/
.search-bar {
    background: #ffffff;
    position: absolute;
    z-index: 2;
    right: -10px;
    left: -10px;
    top: -1000%;
    opacity: 0;
    line-height: 50px;
    overflow: hidden;
    z-index: 3;
    border-bottom: solid 2px #ea0723;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.search-bar label {
    margin: 10px;
    display: block;
}

.search-bar [name="s"] {
    vertical-align: middle;
}

.search-bar .sub-button {
    width: 60px;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    font-size: 20px;
}

.search-bar .sub-button .submit-text {
    display: none;
}

#search-header:target,
.show-search .search-bar {
    top: 100%;
    opacity: 1;
}

.search-bar .search-form {
    white-space: nowrap;
    width: 100%;
    display: block;
    position: relative;
    height: 50px;
    padding-right: 70px;
}

.search-bar .search-form .search-input {
    width: 100%;
}

.search-bar.sponsored .sponsor-block-logo {
    display: none;

}

@media only screen and ( min-width: 480px) {
    .search-bar.sponsored .search-form {
        float: left;
        width: 80%;
    }

    .search-bar.sponsored .sponsor-block-logo {
        max-width: 20%;
        overflow: hidden;
        padding-left: 10px;
        line-height: 50px;
        display: block;
        text-align: center
    }

    .search-bar.sponsored .sponsor-intro {
        display: none;
    }
}

@media only screen and ( min-width: 640px) {
    #search-header:target,
    .show-search .search-bar {
        left: 120px;
        right: 110px;
        top: -10px;
        box-shadow: none;
        border: 0 none;
    }
}

@media only screen and ( min-width: 900px) {
    #search-header:target,
    .show-search .search-bar {
        left: 190px;
        top: -2px;
    }
}

/*--------------------------------------------------------------
	Toggles Login-form
--------------------------------------------------------------*/
.login-form {
    background: #ffffff;
    position: absolute;
    z-index: 2;
    right: -10px;
    left: -10px;
    top: -1000%;
    opacity: 0;
    line-height: 50px;
    overflow: hidden;
    z-index: 3;
    border-bottom: solid 2px #ea0723;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.1);
}

.csstransforms .login-form {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
}

.login-form #login {
    padding: 0 10px 10px;

}

.login-form [class^="field"] {
    padding: 0 10px;
    width: 100%;
}

.login-form .field input {
    width: 100%;
}

.login-form .toggle-login {
    display: none;
}

#login-header:target,
.show-login .login-form {
    opacity: 1;
    top: 100%;
}

.show-search .masthead-navigation,
.show-login .masthead-navigation {
    opacity: 0;
}

#login .logout-link,
#login .account-link {
    display: block;
    float: left;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #ea0723;
    font-weight: bold;
    border: solid 1px #f4f4f4;
    margin: 10px 1% 0;
    line-height: 30px;
    text-align: center;
    min-width: 180px;
    width: 98%;
}

@media only screen and ( min-width: 480px) {
    #login .logout-link,
    #login .account-link {
        width: 48%;
    }
}

@media only screen and ( min-width: 640px) {
    .login-form {
        -webkit-transition: opacity .25s ease-in;
        -moz-transition: opacity .25s ease-in;
        -ms-transition: opacity .25s ease-in;
        -o-transition: opacity .25s ease-in;
        transition: opacity .25s ease-in;
    }

    #login-header.logged-in:target,
    .show-login .login-form.logged-in {
        top: -15px;
        left: 80px;
        right: 110px;
        box-shadow: none;
        border: 0 none;
        background: transparent;
    }

    .login-form [class^="field"] {
        width: 50%;
    }

    #login-header.not-logged-in:target form,
    .show-login .login-form.not-logged-in form {
        display: table-row;
    }

    #login-header.not-logged-in:target [class^="field"],
    .show-login .login-form.not-logged-in [class^="field"] {
        display: table-cell;
    }

    .field-submit {
        white-space: nowrap;
    }

    .not-logged-in .field-submit input,
    .not-logged-in .field-submit a {
        padding-left: 30px;
        padding-right: 30px;
    }

    #login-header.not-logged-in:target .toggle-login,
    .show-login .login-form.not-logged-in .toggle-login {
        display: inline-block;
        float: left;
        text-indent: 100em;
        display: block;
        width: 30px;
        line-height: 30px;
        position: relative;
    }

    #login-header.not-logged-in:target .toggle-login:before,
    .show-login .login-form.not-logged-in .toggle-login:before {
        position: absolute;
        padding: 10px 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-indent: 0;
        font-size: 30px;
        color: #757575;
    }

    #login-header.not-logged-in:target,
    .show-login .login-form.not-logged-in {
        top: -10px;
        border: 0 none;
        box-shadow: none;
        left: 80px;
    }
}

@media only screen and ( min-width: 900px) {
    #login-header.logged-in:target,
    .show-login .login-form.logged-in {
        top: -5px;
        left: 185px;
    }

    #login-header.not-logged-in:target,
    .show-login .login-form.not-logged-in {
        top: 0;
        left: 185px;
    }
}

/*--------------------------------------------------------------
	Header Sponsor (Toggle area)
--------------------------------------------------------------*/
.header-sponsored .toggles {
    height: 30px;
    text-align: left;
}

.header-sponsored .toggles .sponsors {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 70px;
}

.header-sponsored .toggles .sponsor-intro {
    display: none;
    font-size: 10px;
    line-height: 1;
    text-align: right;
}

.header-sponsored .toggles a[class*=" icon-"] {
    display: inline-block;
    margin-left: 10px;
}

.header-sponsored .sponsors {
    border-left: 1px solid #dddddd;
    height: 30px;
    padding-left: 12px;
}

.header-sponsored .toggles a.toggle-search {
    border-right: 1px solid #dddddd;
    margin-left: 6px !important;
    width: 32px;
}

@media only screen and ( min-width: 480px) {

    .header-sponsored .toggles .sponsors {
        width: 90px;
    }

    .header-sponsored .toggles a[class*=" icon-"] {
        margin-left: 20px;
    }

    .header-sponsored .toggles a[class*=" icon-"] {
        display: inline-block;
        margin-left: 20px;
    }

}

@media only screen and ( min-width: 640px) {

    .header-sponsored .toggles .sponsors {
        width: 115px;
    }

    #search-header.sponsored:target,
    .show-search .search-bar.sponsored {
        top: -5px;
        width: 50%;
    }

    .search-bar.sponsored .search-form {
        width: 100%;
    }

    .login-form-wrap--sponsored #login-header.logged-in:target,
    .login-form-wrap--sponsored .show-login .login-form.logged-in {
        left: 100px;
        right: 100px;
        top: -12px;
    }

}

@media only screen and ( min-width: 900px) {

    .header-sponsored .site-title a {
        width: 150px;
    }

    .header-sponsored .toggles .sponsors {
        width: 70px;
    }

    .header-sponsored .masthead-navigation ul {
        font-size: 0;
        margin-right: 20px;
        max-width: 550px;
    }

    .header-sponsored .masthead-navigation li {
        font-size: 12px;
    }

    #search-header.sponsored:target,
    .show-search .search-bar.sponsored {
        top: 2px;
        width: 60%;
    }

    .search-bar.sponsored .search-form {
        width: 100%;
    }

    .login-form-wrap--sponsored #login-header.logged-in:target,
    .login-form-wrap--sponsored .show-login .login-form.logged-in {
        left: 150px;
        right: 195px;
        top: -4px;
    }

}

@media only screen and ( min-width: 1000px) {

    .header-sponsored .masthead-navigation li {
        font-size: 14px;
    }

}

@media only screen and ( min-width: 1200px) {

    .header-sponsored .masthead-navigation {
        padding-top: 15px;
    }

    .header-sponsored .toggles .sponsors {
        width: 115px;
    }

    .header-sponsored .masthead-navigation ul {
        max-width: 600px;
    }

    .header-sponsored .masthead-navigation li {
        margin-left: 15px;
    }

    #search-header.sponsored:target,
    .show-search .search-bar.sponsored {
        top: 3px;
        width: 56.5%;
    }

    .login-form-wrap--sponsored #login-header.logged-in:target,
    .login-form-wrap--sponsored .show-login .login-form.logged-in {
        right: 240px;
        top: -2px;
    }

}

/*--------------------------------------------------------------
	Header Navigation
--------------------------------------------------------------*/
.masthead-navigation {
    line-height: 30px;
    padding-top: 5px;
    overflow: hidden;
    opacity: 1;
    float: left;
    display: none;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
}

.masthead-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
    max-width: 450px;
    max-height: 30px;
}

.show-search .masthead-navigation,
.show-login .masthead-navigation {
    opacity: 0;
}

.masthead-navigation ul .menu-item-title {
    color: #000000;
}

.masthead-navigation li {
    display: inline-block;
    margin-left: 10px;
    font-style: normal;
}

@media only screen and (min-width: 900px ) {
    .masthead-navigation {
        display: block;
    }
}

@media only screen and ( min-width: 800px) {
    .masthead-navigation ul {
        max-width: 550px;
    }
}

@media only screen and ( min-width: 1030px) {
    .masthead-navigation ul {
        max-width: 730px;
    }
}

@media only screen and ( min-width: 900px) {
    .masthead-navigation {
        line-height: 72px;
        padding: 13px 0 0;
    }

    .masthead-navigation ul {
        font-size: 100%;
    }
}

/*--------------------------------------------------------------
	Branding
--------------------------------------------------------------*/
.site-name {
    position: absolute;
    top: -1000em;

}

header .site-title a {
    width: 105px;
    height: 38px;
    display: table-cell;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    background-image: url('images/logo.png');
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and ( min-width: 900px) {
    header .site-title a {
        width: 200px;
        height: 58px;
    }
}

/*--------------------------------------------------------------
	Burger Menu
--------------------------------------------------------------*/

#navigation {
    position: fixed;
    overflow: hidden;
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100021; /* One higher than the add this floater */
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
}

#navigation .toggle-menu {
    background-color: #000000;
    display: block;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 5;
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 30px;
    border-left: solid 1px #ffffff;
    color: #ffffff;
}

#navigation .toggle-menu:before {
    margin: 0 100px 0 15px;
}

#navigation:target,
.show-menu #navigation {
    width: 265px;
}

.main-navigation li.active > .list-wrap {
    left: 0;
}

.main-navigation {
    position: relative;
    width: 260px;
    height: 100%;
    background: #414141;
    color: #ffffff;
    line-height: 20px;
    margin-left: 5px;
    box-shadow: -5px 0 0 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 60px;
}

.main-navigation .menu-wrapper {
    background: #ac0f35;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-navigation .menu-title {
    background: #000000;
    padding: 0 20px;
    line-height: 60px;
    font-size: 115%;
    font-weight: 500;
    box-shadow: 0 4px 0 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.main-navigation .menu-item-back a {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.main-navigation .menu-item-back [class^="icon"],
.main-navigation .menu-item-has-children [class^="icon"] {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 50px;
    vertical-align: middle;
    font-size: 22px;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

.main-navigation li {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3);
}

.main-navigation li a {
    display: block;
    text-decoration: none;
    padding: 15px 30px 15px 20px;
    color: #ffffff;
    position: relative;
}

.main-navigation ul > li > ul,
.main-navigation .list-wrap {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #414141;
    padding-bottom: 110px;
    -webkit-transition: left 0.25s;
    -moz-transition: left 0.25s;
    -ms-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
}

.main-navigation ul > li > ul > li > ul,
.main-navigation .list-wrap .list-wrap {
    z-index: 3;
}

.main-navigation ul > li > ul > li > ul > li > ul,
.main-navigation .list-wrap .list-wrap .list-wrap {
    z-index: 4;
}

.main-navigation li.active ul {
    overflow: auto;
}

.main-navigation ul ul ul {
    z-index: 3;
}

/*--------------------------------------------------------------
	Back issues page
--------------------------------------------------------------*/

.back-issues-list {
    padding: 0 10px 20px;
}

.back-issues-list header {
    background-color: #f1f1f1

}

.issue-filter {
    margin: 10px 20px;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .issue-filter {
        float: right;
    }
}

.issue-filter label {
    visibility: hidden;
    width: 0;
    overflow: hidden;
}

.navigation.paging-navigation {
    padding: 0 20px 20px;
    text-align: center;
}

.navigation.paging-navigation .nav-links > [class^="nav-"] {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    border: solid 2px #000000;
    color: #ffffff;
}

.navigation.paging-navigation .nav-links a {
    color: #000000;
}

/*--------------------------------------------------------------
	Dashboard
--------------------------------------------------------------*/
.user-dashboard {
    /*padding: 20px;*/
}

.dashboard-nav {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
}

.dashboard-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard-nav li {
    float: left;
    position: relative;
}

.dashboard-nav a {
    display: block;
    margin: 10px;
    padding: 10px 17px;
    font-size: 85%;
    color: #8b8b8b;
    font-weight: 700;
}

.dashboard-nav .current:after {
    position: absolute;
    content: '';
    border: 10px solid #ea0723;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: 10px 10px 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.dashboard-nav .current a {
    background: #ea0723;
    color: #ffffff;
}

.dashboard-content {
    padding: 0 20px;
}

.dashboard-content [class^="column-"],
.dashboard-content [class*=" column-"] {
    padding: 12px 12px 24px;
}

.newsletter-list-field p,
.newsletter-format-field p {
    margin: 10px 0;
}

.newsletter-format-field {
    padding: 0;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    margin: 24px 0;
}

.newsletter-format label {
    margin-right: 20px;
}

.newsletter-submit input {
    margin-right: 20px;
}

.newsletter-submit input {
    vertical-align: middle;
}

.newsletter-unsubscribe form {
    margin: 0 12px 24px;
}

@media only screen and (min-width: 640px) {
    .newsletter-unsubscribe form {
        max-width: 80%;
        margin: 0 auto 24px;
    }
}

/*--------------------------------------------------------------
	White papers
--------------------------------------------------------------*/

.consent-form {
    background: #ffffff;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.consent-form form {
    padding: 24px 12px;
    margin: 24px 12px;
    border: 1px solid #e5e5e5;
}

.consent-form .message {
    margin: 20px 0;
}

.consent-form h2,
.consent-form p {
    margin: 0 0 15px 0;
}

.consent-form label,
.consent-field > span {
    vertical-align: middle;
    display: block;
    padding: 8px 0;
}

.consent-form .additional-fields label:after {
    content: '*';
    color: #cc2222;
    margin-left: 5px;
}

.consent-form .fancy-select {
    width: 100%;
}

.consent-form .additional-fields {
    margin: 0 0 24px;
    color: #8b8b8b;
}

.consent-form .button {
    padding: 10px 20px;
    float: right;
}

@media only screen and (min-width: 640px) {
    .consent-form {
        margin: 0 12px;
    }

    .consent-form form {
        max-width: 80%;
        padding: 24px;
        margin: 48px auto;
    }
}

@media only screen and (min-width: 900px) {
    .consent-form .additional-fields [class*="column-"] .field {
        margin-right: 12px;
    }

    .consent-form .additional-fields [class*="column-"] + [class*="column-"] .field {
        margin-right: 0;
        margin-left: 12px;
    }
}

/*--------------------------------------------------------------
	Home page
--------------------------------------------------------------*/
.widget-area {
    padding: 0 20px;
}

.widget ul {
    margin-left: 20px;
}

.widget-area .widget {
    margin: 20px 0;
}

.mid-column-group > .widget {
    padding: 10px;
    margin: 0;
}

.widget-area .widget-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 130%;
}

.widget-area .widget.widget-styled {
    margin: 20px -20px;
    padding: 20px;
    position: relative;
}

.widget-area .widget.widget-styled:first-child {
    margin-top: 0;
}

.widget-area .widget.widget-styled:last-child {
    margin-bottom: 0;
}

.widget-area .widget.widget-styled .widget-title {
    padding: 20px;
    margin: -20px -20px 20px;
}

.widget-area .widget.widget-grey .widget-title,
.widget-area .widget.widget-grey {
    background-color: #e0e0e0
}

.widget-area .widget.widget-dark {
    background-color: #252525;
}

.widget.widget-dark .sponsor-block-logo,
.widget-area .widget.widget-dark .widget-title {
    background-color: #424242;
    color: #ffffff;
}

.widget-area .widget.widget-red {
    background-color: #d9203f;
}

.widget.widget-red .sponsor-block-logo,
.widget-area .widget.widget-red .widget-title {
    background-color: #b91b34;
    color: #ffffff;
}

.widget-area .widget.widget-blue {
    background-color: #017aa7;
}

.widget.widget-blue .sponsor-block-logo,
.widget-area .widget.widget-blue .widget-title {
    background-color: #01568c;
    color: #ffffff;
}

.widget-area .widget.widget-styled .view-more.term-link a,
.widget-area .widget.widget-styled .widget-title a {
    color: inherit;
}

.widget-area .widget.widget-styled .view-more.term-link {
    color: #ffffff;
}

.widget-area .widget.widget-grey .view-more.term-link {
    color: #222222;
}

.widget-area .widget.widget-grey .widget-title {
    padding-bottom: 0;
}

.widget .paging-nav {
    display: none;
    float: none;
    width: auto;
    clear: both;
    margin: 20px 0 0;
    cursor: pointer;
    background: #ffffff;
    padding: 10px;
    color: #8b8b8b;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    text-align: center;
}

html.js .widget .paging-nav {
    display: block;
}

@media only screen and (min-width: 480px) {
    .widget .paging-nav {
        max-width: 310px;
        margin: 20px auto 0;
    }
}

/*--------------------------------------------------------------
	Colourised widget
--------------------------------------------------------------*/
.features-list .features-list-block {
    min-height: 250px;
    background-color: #006696;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.features-list .sub-item-wrap {
    background-color: #006696;
    position: relative;
    z-index: 10;
    font-size: 95%;
}

.features-list .features-list-block + .features-list-block {
    margin-top: 15px;
}

.features-list .features-list-block > svg,
.features-list .features-list-block > div.features-list-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.no-svg .svg-filtered-image {
    display: none !important;
}

.no-svgfilters .svg-filtered-image {
    opacity: 0.2;
}

.features-list .features-list-image {
    background-size: cover;
    background-position: center center;
}

.features-list .features-list-block > article {
    padding: 10px 15px;
    border-right: solid 2px #ffffff;
    margin-right: -2px;
}

.features-list .features-list-block > article .entry-title {
    font-size: 30px;
    line-height: 1.1em;
    max-height: 2.2em;
    overflow: hidden;
}

.features-list .features-list-block > article > .excerpt {
    font-size: 100%;
}

@media only screen and ( min-width: 640px ) {
    .features-list .features-list-block > article .entry-title {
        font-size: 250%;
    }

    .features-list .features-list-block > article {
        min-height: 250px;
    }

    .features-list .features-list-block > article > .excerpt {
        font-size: 120%;
    }
}

.features-list .entry-title {
    margin: 0 0 0.25em;
}

.features-list .entry-title {
    color: #ffffff !important;
}

.features-list .excerpt {
    color: #ffffff !important;
}

.features-list .sub-item-wrap .entry-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}

.features-list .sub-item-wrap article {
    border-top: solid 2px #ffffff;
    padding: 15px;
}

.features-list .excerpt p:first-child {
    margin-top: 0;
}

.features-list .sub-item-wrap .excerpt {
    display: none;
}

@media only screen and (min-width: 800px ) {
    .features-list .sub-item-wrap {
        width: 33.333%;
        float: right;
        min-height: 250px;
        border-left: solid 1px #ffffff;
    }

    .features-list .features-list-maintext {
        bottom: 0px;
        position: absolute;
        padding: 10px 20px;
    }

    .features-list .features-list-block > article {
        position: absolute;
        height: 100%;
        padding: 0px;
    }

    .features-list .features-list-block > article > .excerpt {
        font-size: 110%;
    }

    .features-list .sub-item-wrap article {
        min-height: 125px;
        border-left: solid 1px #ffffff;
        margin-left: -1px;
    }

    .features-list .sub-item-wrap article:first-child {
        border-top: 0 none;
    }

    .features-list .features-list-block > svg:nth-last-child(3),
    .features-list .features-list-block > div.features-list-image:nth-last-child(3) {
        width: 66.666%;
        height: 100%;
    }

    .features-list .features-list-block > article:not(:last-child) {
        width: 66.666%;
        float: left;
    }

    .features-list .sub-item-wrap .excerpt {
        display: block;
    }
}

/*--------------------------------------------------------------
	slick slider
--------------------------------------------------------------*/
.widget.widget-menu-advanced,
.widget.icit-taxonomical-listings {
    position: relative;
}

.js .carousel-me {
    overflow-x: auto;
    white-space: nowrap;
}

.js .carousel-me.slick-initialized {
    overflow: hidden;
}

.js .carousel-me > * {
    white-space: normal;
}

.js .carousel-me.tripple-card,
.js .carousel-me.quad-card {
    max-height: 390px;
}

.view-more.term-link {
    text-align: center;
    font-weight: 700;
    margin: 10px 20px -10px;
}

.view-more.term-link .icon-arrow-right {
    font-size: 20px;
    vertical-align: middle;
    line-height: 20px;
}

.slick-initialized.carousel-me {
    max-height: none;
}

.slick-initialized.carousel-me.anti-gutter {
    margin: 0;
}

.slick-initialized.carousel-me.anti-gutter .slick-list {
    margin: -10px;
}

.slick-controls {
    margin-top: 20px;
    overflow: hidden;
}

.slick-controls:empty {
    margin-top: 0;
}

.slick-controls .slick-next,
.slick-controls .slick-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;

    overflow: hidden;
    text-indent: 100em;
    padding: 0;
    position: relative;
    background: transparent;
    outline: 0 none;
    color: #000000;
}

.slick-controls .slick-next {
    float: right;
}

.slick-controls .slick-prev {
    float: left;
}

.slick-controls .slick-prev:after,
.slick-controls .slick-next:after {
    font-family: 'icomoon';
    text-indent: 0;
    content: '\e60a';

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slick-controls .slick-prev:after {
    content: '\e609';
}

.slick-controls .slick-dots {
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.slick-controls .slick-dots li {
    display: inline-block;
}

.slick-controls .slick-dots li button {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    cursor: pointer;
    text-indent: 100em;
    overflow: hidden;

    border: 0;
    outline: none;
    background: transparent;
}

.slick-controls .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '•';
    text-indent: 0;
    font-size: 30px;;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #c4c4c4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-controls .slick-dots li.slick-active button:before {
    color: #222222;
}

.widget-dark .slick-controls .slick-next,
.widget-dark .slick-controls .slick-prev,
.widget-dark .slick-controls .slick-dots li.slick-active button:before,
.widget-blue .slick-controls .slick-next,
.widget-blue .slick-controls .slick-prev,
.widget-blue .slick-controls .slick-dots li.slick-active button:before,
.widget-red .slick-controls .slick-next,
.widget-red .slick-controls .slick-prev,
.widget-red .slick-controls .slick-dots li.slick-active button:before {
    color: #ffffff;
}

.widget-red .slick-controls .slick-dots li button:before {
    color: #b91b35;
}

.widget-dark .slick-controls .slick-dots li button:before {
    color: #424242;
}

.widget-blue .slick-controls .slick-dots li button:before {
    color: #00578b;
}

@media only screen and (min-width: 640px) {
    .widget-title ~ .view-more.term-link {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        line-height: 30px;
    }

    .widget.widget-styled .widget-title ~ .view-more.term-link {
        padding: 20px;
    }
}

@media only screen and (min-width: 1100px) {
    .widget:not(.widget-styled) .slick-controls .slick-dots {
        display: none !important;
    }

    .widget:not(.widget-styled) .slick-controls .slick-prev {
        position: absolute;
        top: 50%;
        left: -60px;
        color: #ffffff;
        background-color: #333333;
        border-radius: 40px 0 0 40px;
        width: 40px;
        height: 80px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 80px
    }

    .widget:not(.widget-styled) .slick-controls .slick-next {
        position: absolute;
        top: 50%;
        right: -60px;
        color: #ffffff;
        background-color: #333333;
        border-radius: 0 40px 40px 0;
        width: 40px;
        height: 80px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 80px;
    }

    .widget:not(.widget-styled) .slick-controls {
        margin: 0;
    }
}

/*--------------------------------------------------------------
	Analytic data
--------------------------------------------------------------*/

.icit-analytics-data-collection-widget {
    padding: 0;
    margin: 0;
    position: relative;
}

.icit-analytic {
    background: #017aa7;
    width: 100%;
    box-sizing: content-box;
    padding: 0 20px;
    margin-left: -20px;
    overflow: hidden
}

.icit-analytic .sponsor-advert {
    margin-bottom: 20px;
}

.icit-analytic .sponsor-block-logo {
    padding: 1.4em 0 !important;
    text-align: center;
}

.icit-analytic .widget-title {
    margin: 0 -20px;
    padding: 20px;
    background-color: #01568c;
    color: #ffffff;
}

.widget .sponsor-advert .adtech {
    margin-top: 0 !important;
}

.login-register #sidebar .widget.widget-adtech {
    margin-top: 0 !important;
}

.icit-analytic .tabs {
    overflow: hidden;
    list-style: none;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin: 0 -20px;
    background-color: #01568c;
    padding: 20px;
    color: #ffffff;
}

.icit-analytic .tabs-wrap {
    color: #ffffff;
}

.icit-analytic .tabs li {
    display: inline-block;
    margin: 0 12px;
}

.icit-analytic .tabs span {
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
}

.icit-analytic .sponsor-block-logo {
    color: #ffffff;

}

.icit-analytic .tabs .active > span {
    border-bottom: 4px solid #017aa7;
}

.icit-analytic .analytic-lists {
    margin: 0;
}

.analytic-lists .a-list {
    display: none;
    list-style: none;
    padding: 0;
}

.analytic-lists .a-list.active {
    display: block;
    padding: 0 10px
}

.a-list-name {
    display: none;
}

.analytic-lists .a-page {
    list-style: decimal outside;
    margin: 0;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    counter-reset: trending;
}

.analytic-lists .a-page li {
    display: block;
    position: relative;
    counter-increment: trending;
}

.analytic-lists .a-page a {
    display: block;
    align-items: center;
    margin: 0;
    padding: 5px 30px 5px 0;
    position: relative;
    z-index: 1;
    font-weight: 300;
    cursor: pointer;
    white-space: nowrap;
}

.lt-ie10 .analytic-lists .a-page a {
    display: block;
}

.icit-analytic .widget-title ~ .tabs-wrap > .tabs {
    background-color: transparent;
    padding: 10px 20px;
    margin-bottom: -20px;
}

.icit-analytic .widget-title ~ .tabs-wrap > .tabs .active > span {
    border-color: #01568c;
}

@media only screen and (min-width: 600px) {
    .tabs-wrap.sponsored:first-child ul.analytic-lists:first-child:before {
        content: ' ';
        display: block;
        width: 100%;
        height: 60px;
        background-color: #01568c;
        margin: 0 -20px;
        padding: 0 20px;
        box-sizing: content-box;
    }
}

@media only screen and (min-width: 640px) {
    .analytic-lists .a-page li {
        float: left;
        clear: left;
        width: 50%;
    }

    .analytic-lists .a-page a {
        margin-right: 12px;
    }

    .analytic-lists .a-page li:nth-child(5n) ~ li {
        float: none;
        clear: right;
        margin-left: 50%;
    }

    .analytic-lists .a-page li:nth-child(5n) ~ li a {
        margin-right: 0;
        margin-left: 12px;
    }
}

.lt-ie10 .analytic-lists .a-page li + li + li + li + li + li {
    float: none;
    clear: right;
    margin-left: 50%;
}

.lt-ie10 .analytic-lists .a-page li + li + li + li + li + li a {
    margin-right: 0;
    margin-left: 12px;
}

.analytic-lists .a-page .a-num {
    display: inline-block;
    width: 60px;
    cursor: pointer;
    color: #ffffff;
}

.analytic-lists .a-page .a-num:before {
    content: counter(trending);
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    font-size: 140%;
    font-weight: 700;
    line-height: 42px;
}

.analytic-lists .a-page .a-title {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 80%;
    margin-right: 60px;
    max-width: 380px;
    white-space: normal;
    color: #ffffff;
    max-height: 2.8em;
    overflow: hidden;
}

.analytic-lists .a-page a:hover {
    font-weight: 700;
    background: #01568c;
}

.analytic-lists .a-page a:hover .a-num:before {
    color: #017aa7;
}

.analytic-lists .a-page a:hover:after {
    content: '';
    position: absolute;
    right: -26px;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    border: solid 26px;
    border-color: #017aa7 transparent;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/

.textwidget,
.widget-image-menu ul {
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
    word-spacing: 0;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.textwidget .adtech,
.widget-image-menu li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
}

.lt-ie10 .textwidget .adtech {
    margin: 12px 6px;
}

.textwidget .adtech img,
.widget-image-menu img {
    max-width: 120px;
    height: auto;
}

.widget-image-menu .menu-item-title {
    word-spacing: .2em;
}

.widget-image-menu img + .menu-item-title {
    position: absolute;
    left: -9999px;
    top: -999px;
}

.widget-image-menu a:hover {
    text-decoration: none;
}

/* Jobs widget  */
.widget.jobs-listing .jobs-ad {
    height: 290px;
    padding: 10px;
}

.widget.jobs-listing .jobs.column-two-thirds {
    height: 580px;
}

.widget.jobs-listing .card-job {
    height: 25%;
}

.widget-styled .card-job > header {
    border: 0 none;
}

.card-job.jotw > header {
    border: solid 1px;
    position: relative;
}

.card-job.jotw .jotw-flag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-job.jotw .jotw-flag a {
    color: #ffffff;
}

.card-job.jotw .jotw-flag a:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 480px) {
    .widget.jobs-listing .jobs.column-two-thirds {
        height: 290px;
    }

    .widget.jobs-listing .card-job {
        height: 50%;
    }
}

.widget.jobs-listing .adspace {
    text-align: center;
    height: 100%;
    background-color: #f1f1f1;
    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
}

.widget.jobs-listing .adspace .adtech {
    max-width: 310px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;;
}

.widget.jobs-listing .sub-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.widget.jobs-listing .sub-title a {
    color: #ea0723;
}

.widget.jobs-listing .excerpt {
    max-height: 4.2em;
    overflow: hidden;
    font-size: 16px;
    color: #757575;
    margin-top: 10px;
}

.widget.jobs-listing .excerpt p {
    margin: 0;
}

@media only screen and (min-width: 800px) {
    .widget.jobs-listing .column-one-third.jobs-ad {
        width: 33.333%;
        float: left;
        clear: none;
        overflow: hidden;
    }

    .widget.jobs-listing .jobs.column-two-thirds {
        float: right;
    }
}

/* Widget Sponsors */
.widget .sponsor-block-logo {
    padding: 10px 0 0 10px;
}

.widget .sponsor-block-logo .sponsor-intro {
    font-size: 80%;
    margin: 0 5px 5px 0;
}

.widget .sponsor-advert {
    text-align: center;
}

.carousel-page .sponsor-advert > img {
    display: inline-block;
}

.widget .sponsor-advert .adtech:not(:empty) {
    margin-top: 20px;
}

@media only screen and (min-width: 600px) {
    .widget .sponsor-block-logo .sponsor-intro {
        display: block;
    }

    .widget .sponsor-block-logo {
        padding: 0;
        position: absolute;
        top: -1em;
        left: 0;
        z-index: 1;
        text-align: left;
    }

    .widget.widget-styled .sponsor-block-logo {
        top: 10px;
        left: 20px;
    }
}

/*--------------------------------------------------------------
	Lead feature carousel
--------------------------------------------------------------*/
.carousel-lead-feature {
    position: relative;
    min-height: 300px;
    padding-top: 200px
}

.carousel-lead-feature article {
    max-width: 100%;
    margin-left: 0;
    clear: both;
    background-color: #f8f8f8;
    position: static;
    margin-bottom: 2px;
    padding: 20px;
}

.carousel-lead-feature article .hentry-title {
    margin-bottom: 10px;
}

.carousel-lead-feature article a {
    color: inherit;
}

.carousel-lead-feature article a.entry-thumbnail.fixed-height {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 0;
    height: 200px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.carousel-lead-feature article:hover a.entry-thumbnail.fixed-height,
.carousel-lead-feature:not(:hover) article.active a.entry-thumbnail.fixed-height {
    opacity: 1;
    z-index: 10;
}

.carousel-lead-feature article:hover,
.carousel-lead-feature:not(:hover) article.active {
    background-color: #333333;
    color: #ffffff;
}

@media only screen and ( min-width: 640px ) {
    .carousel-lead-feature {
        padding-top: 0;
    }

    .carousel-lead-feature article {
        max-width: 50%;
        margin-left: 50%;
        min-height: 100px;
    }

    .carousel-lead-feature article a.entry-thumbnail.fixed-height {
        right: 50%;
        height: 100%;
    }

    .carousel-lead-feature article:hover:before,
    .carousel-lead-feature:not(:hover) article.active:before {
        display: block;
        content: ' ';
        border: dashed 10px transparent;
        border-right-style: solid;
        border-right-color: #333333;
        position: absolute;
        left: 50%;
        z-index: 11;
        margin-left: -20px;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .carousel-lead-feature > article:last-child:first-child ~ article,
    .carousel-lead-feature > article:last-child:first-child {
        min-height: 300px;
    }

    .carousel-lead-feature > article:nth-last-child(2):first-child ~ article,
    .carousel-lead-feature > article:nth-last-child(2):first-child {
        min-height: 150px;
    }
}

/*--------------------------------------------------------------
	Vertical carousel
--------------------------------------------------------------*/

.carousel-vertical {
    position: relative;
    min-height: 300px;
    padding-top: 200px;
}

.carousel-vertical article {
    max-width: 100%;
    margin-left: 0;
    clear: both;
    background-color: #ffffff;
    color: #999999;
    position: static;
    overflow: auto;
    padding: 14px;
}

.carousel-vertical article a {
    color: inherit;
    font-weight: lighter;
    font-size: 20pt;
}

.carousel-vertical article span.entry-thumbnail.fixed-height {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 0;
    height: 200px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.carousel-vertical article:hover span.entry-thumbnail.fixed-height,
.carousel-vertical:not(:hover) article.active span.entry-thumbnail.fixed-height {
    opacity: 1;
    z-index: 10;
}

.carousel-vertical article:hover,
.carousel-vertical:not(:hover) article.active {
    background-color: #4a596a;
    color: #ffffff;
}

.carousel-vertical article h3 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: white;
    padding: 17px;
    font-size: 2.2em;
    line-height: 1.1em;
    padding-top: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.4) 85px);
}

.carousel-vertical article p.description {
    margin: 0;
}

.carousel-vertical-boxed article {
    border: 1px solid black;
    border-bottom: none;
}

.carousel-vertical-boxed a:last-child article {
    border-bottom: 1px solid black;
}

.carousel-vertical-boxed article h2 {
    font-size: 14pt;
}

.carousel-vertical-boxed article p.description {
    font-size: 12pt;
}

.carousel-vertical-boxed article {
    padding-left: 28px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 12px, transparent 12px);
    background-position: -13px 0px;
    background-repeat: no-repeat;
    transition: background-position ease 0.12s;
}

.carousel-vertical-boxed article:hover,
.carousel-vertical-boxed:not(:hover) article.active {
    background-position: 0px 0px;
}

@media only screen and ( min-width: 640px ) {
    .carousel-vertical {
        padding-top: 0;
    }

    .carousel-vertical article {
        max-width: 35%;
        margin-left: 65%;
        min-height: 100px;
    }

    .carousel-vertical article h2 {
        margin-left: 2px;
    }

    .carousel-vertical article span.entry-thumbnail.fixed-height {
        right: 35%;
        height: 100%;
    }

    .carousel-vertical-rightarrow article:hover:before,
    .carousel-vertical-rightarrow:not(:hover) article.active:before {
        /* triangle notch on selected article is a 0x0 box with a large right side border only */
        display: block;
        content: ' ';
        border: solid 21px transparent;
        border-right-style: solid;
        border-right-color: #4a596a;
        position: absolute;
        left: 65%;
        z-index: 11;
        margin-top: 15px;
        margin-left: -42px;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .carousel-vertical > article:last-child:first-child ~ article,
    .carousel-vertical > article:last-child:first-child {
        min-height: 300px;
    }

    .carousel-vertical > article:nth-last-child(2):first-child ~ article,
    .carousel-vertical > article:nth-last-child(2):first-child {
        min-height: 150px;
    }

    .carousel-vertical article {
        border: 1px solid white;
        border-bottom: none;
    }

    .carousel-vertical a:last-child article {
        border-bottom: 1px solid white;
    }

    .carousel-vertical-left article {
        margin-left: 0;
        margin-right: 65%;
    }

    .carousel-vertical-left article span.entry-thumbnail.fixed-height {
        right: 0;
        left: 35%;
    }
}

/*--------------------------------------------------------------
	Twitter widget
--------------------------------------------------------------*/

.widget.widget-twitter .twitter-timeline {
    background-color: #1f9fd0;
    color: #ffffff;
}

.widget.widget-twitter .widget-title {
    background-color: #24bdf6;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget.widget-twitter .widget-title:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ea91';
    margin-left: 0.5em;
}

.widget.widget-twitter ul.twitter-timeline {
    margin: 0;
    max-height: 320px;
    overflow-y: auto;
    padding: 0 10px
}

.widget.widget-twitter ul.twitter-timeline > li {
    border-bottom: solid 2px #ffffff;
    padding: 10px;
    margin: 0;
    display: block;
}

.widget.widget-twitter ul.twitter-timeline > li:last-child {
    border-bottom: 0 none;
}

.widget.widget-twitter a,
.tweet-intents a,
.tweet-username,
.tweet-popular-text,
.tweet-retweeted-by {
    color: #ffffff;
}

.tweet-profile-link img {
    margin-right: 10px
}

.tweet-media {
    margin-top: 10px;
    clear: both;
    text-align: center;
}

.twitter-show-profiles .tweet-date {
    position: static;
    line-height: 1.8em;
    font-size: 80%;
    text-align: center
}

.tweet .tweet-retweeted-by {
    text-align: center;
    color: #cccccc;
    margin: 5px 0
}

.tweet-intents {
    opacity: 1;
    margin-bottom: 10px;
    float: none;
    text-align: center;
    margin: 5px 0;
}

.tweet .tweet-content {
    margin: 0;
    overflow: hidden;
    font-size: 120%;
    font-weight: 100;
    margin-bottom: 10px;
    border-bottom: solid 1px #24bdf6;
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
	back issues page
--------------------------------------------------------------*/

.card-issue-cover .entry-header {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.card-issue-cover .issue-thumbnail {
    margin: 20px auto 40px;
    max-width: 80%;
    display: block;
}

.card-issue-cover .issue-thumbnail img {
    max-height: 230px;
    width: auto;
}

.card-issue-cover .issue-date {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
}

/*--------------------------------------------------------------
	Acumen
--------------------------------------------------------------*/
.acumen-header {
    text-align: center;
    background: #ea0723;
    padding: 20px;
    position: relative;
}

.acumen-header * {
    color: white !important;
}

.acumen-header span {
    font-size: 180%;
}

.acumen-header .hidden-text {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
    line-height: 0;
}

.acumen-banner {
    color: #ffffff;
    background: #333333;
    font-weight: 700;
    background-size: cover;
    background-position: center center;
}

.acumen-banner h1.page-title {
    color: #ffffff; /* Specifically to override Site Colours heading colour. */
}

.no-backgroundsize .acumen-banner {
    background-image: none !important;
}

.acumen-banner-wrapper {
    padding: 40px;
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.5);
}

.acumen-banner .entry-terms {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.acumen-banner .entry-terms a {
    color: #ffffff;
}

.acumen-banner p {
    margin: 0 0 20px;
}

.acumen-logo {
    display: block;
    margin-bottom: 20px;
}

.acumen-banner .right-block {
    overflow: hidden;
}

.acumen-banner .company-link {
    color: #ffffff;
    border: solid 1px #ffffff;
    padding: 10px 20px;
    display: block;
    float: left;
    clear: both;
    text-align: center;
}

.acumen-sponsors-listing {
    text-align: center;
}

.search-filters {
    padding: 20px;
}

.search-field {
    position: relative;
    height: 40px;
}

.search-field .search-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 66.666%;
    width: 66.666%;
}

.search-field .sub-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 66.666%;
    width: 33.333%;
    background-color: #171717;
    padding: 0;
}

.search-filters .field-select {
    margin-bottom: 20px;
    width: 100%;
}

.search-filters .field-select .fancy-select {
    width: 100%;
}

.search-sort {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: visible;
    position: relative;
}

.sorted-by {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: -14px;
}

body.search .search-filters,
.post-type-archive-acumen .acumen-filters {
    border-bottom: solid 2px #000000;
    margin-bottom: 20px;
}

.single-acumen .entry-content {
    margin: 20px auto;
}

.single-acumen .post-tabs a {
    font-size: 18px;
}

.single-acumen .tab-page-product a.button {
    color: #ffffff;
    display: inline-block;
    margin: 20px auto 10px;
}

.single-acumen .tab-page-product .entry-content {
    text-align: center;
}

.backtolist {
    text-align: center;
    color: #ea0723;
    font-weight: 700;
    line-height: 3.9em;
    height: 3.9em;
    font-size: 104%;
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    position: absolute;
}

.acumen-group {
    margin: 0 20px;
    border-bottom: solid 2px #f1f1f1;
    padding: 20px 0;
}

.acumen-group:last-child {
    border-bottom: 0 none;
}

a.acumen-company {
    padding: 10px;
    font-size: 110%;
    font-weight: 100;
}

.acumen-group > h2 {
    font-size: 120%;
    margin-bottom: 20px;
}

.acumen-count {
    color: #ea0723;
    font-size: 120%;
    margin: 0 20px;
}

.acumen-filter-form .sub-button {
    line-height: 0;
    height: 40px;
    margin-bottom: 20px;
    display: none;
}

.no-js .acumen-filter-form .sub-button {
    display: block;
}

.no-js .acumen-filters > .field-select:first-child {
    display: none;
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 640px) {
    .acumen-group,
    .acumen-count {
        margin: 0 40px;
    }

    .acumen-filter-form {
        float: left;
    }

    .acumen-logo {
        float: left;
        margin-right: 40px;
        max-width: 33.333%;
        margin-bottom: 0;
    }

    .search-field {
        width: 30%;
        float: right;
    }

    .search-filters .field-select {
        float: left;
        width: auto;
        margin-right: 20px;
        margin-bottom: 0;
        max-width: 20%;
    }

    .search-sort {
        margin-top: 0px;
        max-width: 20%;
    }

    .sorted-by {
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        text-transform: uppercase;
        top: -14px;
    }
}

@media only screen and (min-width: 1200px) {
    .search-field {
        width: 35%;
        float: right;
    }
}

/*--------------------------------------------------------------
	Sponsors
--------------------------------------------------------------*/

.footer-ad,
.header-ad {
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
}

.footer-ad .adtech,
.header-ad .adtech {
    /* width: 100%; Fix HTML5 adverts? */
}

.header-ad .adtech.adtech-active {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 0;
}

.header-ad .doubleclick-ad {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 0;
}

.footer-ad .adtech {
    height: 90px;
}

.footer-ad .doubleclick-ad {
    height: 90px;
}

.footer-ad .adtech.adtech-active {
    height: auto;
    display: inline-block;
    font-size: 0;
    margin-top: 20px;
}

.footer-ad .doubleclick-ad {
    height: auto;
    display: inline-block;
    font-size: 0;
    margin-top: 20px;
}

.footer-ad .close-footer-ad {
    background: url('images/ic_close_black_24px.svg') no-repeat center center rgba(255, 255, 255, 1);
    border: 1px solid #000000;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 100;
    top: -116px;
    left: 495px;
    font-size: 10pt;
    margin: 0 auto;
}

.footer-ad .close-footer-ad:hover, .footer-ad .close-footer-ad:active {
    cursor: pointer;
}

.archive-title {
    padding: 20px;
    text-align: center;
    border-bottom: solid 2px #f1f1f1
}

#content.archive > .sponsor-advert {
    margin: 20px auto 0;
    padding: 0 20px;
    text-align: center;

}

.page-title + .sponsors.sponsor-block-logo {
    top: 5px;
    left: 20px;
    font-size: 80%;
    color: #999999;
    text-align: center;
    margin-top: 10px;
}

@media only screen and ( min-width: 640px) {
    .page-title + .sponsors.sponsor-block-logo {
        position: absolute;
        text-align: left;
    }
}

.page-title + .sponsors.sponsor-block-logo .sponsor-intro {
    display: block
}

.carousel-page {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    white-space: normal;
}

.carousel-page .posts-wrap {
    padding: 0 10px;
    max-height: 390px;
    overflow: hidden;
}

.widget-area .widget.widget-styled.menu-walker-taxonomy-carousel-each-term-is-a-page > .widget-title {
    display: none;
}

.widget-area .widget.widget-styled.menu-walker-taxonomy-carousel-each-term-is-a-page {
    padding: 0;
}

.widget-area .widget.widget-styled .carousel-page .widget-title {
    margin: 0 0 10px;
}

.menu-walker-taxonomy-carousel-each-term-is-a-page .slick-controls {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
	Search results
--------------------------------------------------------------*/
#content .search-results {
    padding: 20px 40px;
}

.search-result {
    border-bottom: solid 2px #f1f1f1;
    padding: 20px 0;
}

.search-result .entry-terms {
    font-weight: 700;
}

.search-result .entry-terms a {
    padding-right: 10px;
}

.type-acumen.search-result .hentry-title a,
.type-acumen.search-result .hentry-title {
    color: #ea0723;
}

.type-acumen.search-result .hentry-title a:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61b";
    float: right;
    font-size: 0.65em;
    margin: 0 10px;
}

/*--------------------------------------------------------------
	Horizontal Carousel
--------------------------------------------------------------*/

.carousel-horizontal {
    position: relative;
    min-height: 300px;
    width: 100%;
}

.carousel-horizontal .featured-zone {
    position: relative;
    height: 340px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.carousel-horizontal .featured-zone article .article-captions {
    display: none;
    color: black !important;
}

.carousel-horizontal .featured-zone article h2 {
    font-weight: 900;
}

.carousel-horizontal .featured-zone article span,
.carousel-horizontal .featured-zone article .article-captions {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.carousel-horizontal .featured-zone article.active span,
.carousel-horizontal .featured-zone article.active .article-captions {
    opacity: 1;
    pointer-events: auto;
}

.carousel-horizontal ul.horizontal-carousel-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color: #006699;
}

.carousel-horizontal ul.horizontal-carousel-menu li {
    max-width: 100%;
    clear: both;
    background-color: #006696;
    position: static;
    overflow: auto;
    margin: 0;
    padding: 0;
    border-top: 4px solid white;
    background: linear-gradient(white 1px, transparent 1px);
    outline: 1px solid white;
    transition: border-top-color 0.5s ease;
}

.carousel-horizontal ul.horizontal-carousel-menu li a {
    color: white !important;
}

.carousel-horizontal ul.horizontal-carousel-menu li h3 {
    font-weight: bold;
    font-size: 15pt;
    line-height: 1.1em;
    margin: 0;
    padding: 16px;
}

.carousel-horizontal .featured-zone article span.fixed-height {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.carousel-horizontal ul.horizontal-carousel-menu li:hover,
.carousel-horizontal ul.horizontal-carousel-menu li.active {
    border-top-color: #006696;
}

@media only screen and ( min-width: 740px ) {
    .carousel-horizontal {
    }

    .carousel-horizontal ul.horizontal-carousel-menu {
        box-sizing: border-box;
        display: block;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: top;
        position: relative;
        border-top: 1px solid white;
    }

    .carousel-horizontal ul.horizontal-carousel-menu li {
        box-sizing: border-box;
        display: table-cell;
        width: 1%;
        vertical-align: top;
        overflow: hidden;
        height: 100%;
    }

    .carousel-horizontal .featured-zone {
        height: 400px;
    }

    .carousel-horizontal .featured-zone article span.fixed-height {
        width: 60%;
    }

    .carousel-horizontal .featured-zone article .article-captions {
        position: absolute;
        box-sizing: border-box;
        background: white;
        display: block;
        top: 0px;
        left: 60%;
        width: 40%;
        margin: 0;
        padding: 20px;
        height: 100%;
        border: 1px solid lightgrey;
        overflow: hidden;
    }

    .carousel-horizontal .featured-zone article .article-captions h2 {
        font-size: 30pt;
        line-height: 1.1em;
    }

    .carousel-horizontal .featured-zone article .article-captions .description {
        font-size: 16pt;
        line-height: 1.1em;
    }
}

/*--------------------------------------------------------------
	End
--------------------------------------------------------------*/

.entry-content .search-form {
    margin: 20px;
}

@media only screen and ( min-width: 480px ) {
    .entry-content .search-form {
        margin: 20px auto;
        max-width: 400px
    }
}

.entry-content .search-form {
    position: relative;
    height: 40px;
}

.entry-content .search-form .search-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 66.666%;
    width: 66.666%;
}

.entry-content .search-form .sub-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 66.666%;
    width: 33.333%;
    background-color: #171717;
    padding: 0;
    line-height: 0;
}

.entry-content .search-form .submit-text {
    display: none;
}

.search-result.featured-company {
    border: solid 2px #ea0723;
    padding: 20px;
    margin-top: 20px;
}

.search-result.featured-company p {
    font-weight: 700

}

.OffScreenBottom div#catfish {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    max-height: 115px;
}

.floatyWrapper.OnScreen {
    overflow: hidden
}

.OnScreen .footer-ad.sticky-bottom .adtech {
    margin-top: 20px;
}

#respond a.comment-button {
    display: none;
}

/**
 * IE8 before selectivizr has done its thing.
 */
.lt-ie9 body:last-child {
    /**
     * This does nothing but cause selectivizr to add a
     * class to the body when it's done
     */
    min-height: 0;
}

.lt-ie9 .block-lead {
    min-height: 370px;
}

.lt-ie9 .has-thumbail .block-lead {
    min-height: 185px;
}

.lt-ie9 body.slvzr-last-child .has-thumbail .block-lead {
    min-height: 0;
}

.lt-ie9 body.slvzr-last-child .block-lead {
    min-height: 0;
}

@media only screen and (max-width: 559px) {
    .card-excerpt {
        max-height: 200px !important;
    }

    .card-excerpt > :first-child:nth-last-child(2) {
        display: none
    }

    .card-excerpt > :last-child:nth-child(2) {
        height: 100%;
    }

    .card-acumen {
        max-height: 220px;
    }

    .card-acumen > :first-child:nth-last-child(2) {
        display: none
    }

    .card-acumen > :last-child:nth-child(2) {
        height: 100%;
    }

    .card-excerpt .post-description {
        display: none;
    }

}

@media only screen and (min-width: 480px) {
    span.post-tabs > a:first-child:nth-last-child(n+7),
    span.post-tabs > a:first-child:nth-last-child(n+7) ~ a {

    }
}

/*--------------------------------------------------------------
Arrowhead lister.
--------------------------------------------------------------*/

.widget.arrowhead-lister {
    padding: 0px 0px 0px;
    position: relative;
    background: #01568c;
    margin: 0 -20px;
    box-sizing: border-box;
    overflow: hidden
}

.widget.arrowhead-lister .widget-title {
    color: white;
    padding-top: 17px;
    border-bottom-color: white !important;
    margin-bottom: 0px !important;
}

.widget.arrowhead-lister ol {
    list-style: decimal outside;
    margin: 0;
    padding: 20px 20px;
    display: block;
    overflow: hidden;
    counter-reset: trending;
    background: #017aa7;
}

.widget.arrowhead-lister li {
    display: block;
    position: relative;
    counter-increment: trending;
}

.widget.arrowhead-lister a {
    display: block;
    align-items: center;
    margin: 0;
    padding: 5px 30px 5px 0;
    position: relative;
    z-index: 1;
    font-weight: 300;
    cursor: pointer;
    white-space: nowrap;
}

.lt-ie10 .widget.arrowhead-lister a {
    display: block;
}

@media only screen and (min-width: 640px) {
    .widget.arrowhead-lister li {
        float: left;
        clear: left;
        width: 50%;
    }

    .widget.arrowhead-lister a {
        margin-right: 12px;
    }

    .widget.arrowhead-lister.post-1 li:nth-child(n) ~ li,
    .widget.arrowhead-lister.post-2 li:nth-child(n) ~ li {
        float: none;
        clear: right;
        margin-left: 50%;
    }

    .widget.arrowhead-lister.post-1 li:nth-child(n) ~ li a,
    .widget.arrowhead-lister.post-2 li:nth-child(n) ~ li a {
        margin-right: 0;
        margin-left: 12px;
    }

    .widget.arrowhead-lister.post-3 li:nth-child(2n) ~ li,
    .widget.arrowhead-lister.post-4 li:nth-child(2n) ~ li {
        float: none;
        clear: right;
        margin-left: 50%;
    }

    .widget.arrowhead-lister.post-3 li:nth-child(2n) ~ li a,
    .widget.arrowhead-lister.post-4 li:nth-child(2n) ~ li a {
        margin-right: 0;
        margin-left: 12px;
    }

    .widget.arrowhead-lister.post-5 li:nth-child(3n) ~ li,
    .widget.arrowhead-lister.post-6 li:nth-child(3n) ~ li {
        float: none;
        clear: right;
        margin-left: 50%;
    }

    .widget.arrowhead-lister.post-5 li:nth-child(3n) ~ li a,
    .widget.arrowhead-lister.post-6 li:nth-child(3n) ~ li a {
        margin-right: 0;
        margin-left: 12px;
    }

    .widget.arrowhead-lister.post-7 li:nth-child(4n) ~ li,
    .widget.arrowhead-lister.post-8 li:nth-child(4n) ~ li {
        float: none;
        clear: right;
        margin-left: 50%;
    }

    .widget.arrowhead-lister.post-7 li:nth-child(4n) ~ li a,
    .widget.arrowhead-lister.post-8 li:nth-child(4n) ~ li a {
        margin-right: 0;
        margin-left: 12px;
    }

    .widget.arrowhead-lister.post-9 li:nth-child(5n) ~ li,
    .widget.arrowhead-lister.post-10 li:nth-child(5n) ~ li {
        float: none;
        clear: right;
        margin-left: 50%;
    }

    .widget.arrowhead-lister.post-9 li:nth-child(5n) ~ li a,
    .widget.arrowhead-lister.post-10 li:nth-child(5n) ~ li a {
        margin-right: 0;
        margin-left: 12px;
    }
}

.lt-ie10 .widget.arrowhead-lister li + li + li + li + li + li {
    float: none;
    clear: right;
    margin-left: 50%;
}

.lt-ie10 .widget.arrowhead-lister li + li + li + li + li + li a {
    margin-right: 0;
    margin-left: 12px;
}

.widget.arrowhead-lister .a-num {
    display: inline-block;
    width: 60px;
    cursor: pointer;
    color: #ffffff;
}

.widget.arrowhead-lister .a-num:before {
    content: counter(trending);
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    font-size: 140%;
    font-weight: 700;
    line-height: 42px;
}

.widget.arrowhead-lister .a-title {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 80%;
    margin-right: 60px;
    max-width: 380px;
    white-space: normal;
    color: #ffffff;
    max-height: 2.8em;
    overflow: hidden;
}

.widget.arrowhead-lister a:hover {
    font-weight: 700;
    background: #01568c;
}

.widget.arrowhead-lister a:hover .a-num:before {
    color: #017aa7;
}

.widget.arrowhead-lister a:hover:after {
    content: '';
    position: absolute;
    right: -26px;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    border: solid 26px;
    border-color: #017aa7 transparent;
}

/* --- */

/* Polldaddy */

.widget-polldaddy {
    background-color: #eaedf3;
}

.PDS_Poll {
    width: 100%;
    height: 100%;
    display: block !important;
}

/* --- */

/******************************
    Comment count on cards
******************************/

.cache-check::before {
    content: "Cache cleared";
}

.comment-count {
    font-size: 10px;
    font-weight: 300;
    border: solid 1px;
    border-bottom: 0 none;
    border-color: #000000;
    padding: 0 0.5em;
    position: relative;
    float: right;
    color: #666666;
}

.column-one-third .comment-count,
.column-one-quarter .comment-count,
.columns-3 .comment-count,
.columns-4 .comment-count {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dark-cards .comment-count {
    color: #ffffff;
    border-color: #ffffff;
}

#sidebar .comment-count {
    color: #000000;
    border-color: #000000;
}

.comment-count:before,
.comment-count:after {
    content: '';
    content: '';
    position: absolute;
    border-style: solid;
    border-color: inherit;
    height: 6px;
    bottom: -6px;
}

.comment-count:before {
    border-width: 1px 1px 0 0;
    width: 6px;
    left: -1px;
}

.comment-count:after {
    border-width: 1px 0 0 1px;
    left: 7px;
    right: 0;
    margin-right: 2px;

    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

#login-header .close,
#search-header .close,
#navigation .close {
    display: none;
}

#login-header:target .close,
#search-header:target .close,
#navigation:target .close {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: -1;
}

#navigation:target .close {
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
}

/* Standfirst updates */
.standfirst {
    background: #ffffff;
    margin: 20px auto;
    width: 90%;
}

@media only screen and (min-width: 640px) {
    .standfirst {
        max-width: 85%;
    }
}