﻿/*! * frontend * Quickstart frontend workflow * http://madetoengage.com * @author Engage * @version 1.0.0 * Copyright 2018. MIT licensed. */
@charset "UTF-8";

*, :after, :before {
    box-sizing: border-box
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    position: relative
}

a[class*=col-], a[class*=span-], div[class*=col-], div[class*=span-], li[class*=col-], li[class*=span-], section[class*=col-], section[class*=span-] {
    float: left;
    position: relative;
    padding: 0 10px
}

.base {
    margin: auto;
    padding: 0px 10px 0px 10px;
    width: 100%
}

.margin--bottom__2rem{
    margin-bottom:2rem;
}

.margin--top__2rem {
    margin-top: 2rem;
}
/*This is to force the container to have a min height to always push footer to the bottom.*/
.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-1 {
    width: 6.25%
}

.col-2 {
    width: 12.5%
}

.col-3 {
    width: 18.75%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 31.25%
}

.col-6 {
    width: 37.5%
}

.col-7 {
    width: 43.75%
}

.col-8 {
    width: 50%
}

.col-9 {
    width: 56.25%
}

.col-10 {
    width: 62.5%
}

.col-11 {
    width: 68.75%
}

.col-12 {
    width: 100%;
}

.col-13 {
    width: 81.25%
}

.col-14 {
    width: 87.5%
}

.col-15 {
    width: 93.75%
}

.col-16 {
    width: 100%
}

.col-third {
    width: 33.3%
}

.wrapper {
    width: 90%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

.text-uppercase {
    text-transform: uppercase
}

.text-lead {
    font-size: 27px;
    line-height: 27px
}

.text-sml {
    margin: 0;
    font-size: 18px;
    line-height: 25px
}

.text-tiny {
    font-size: 14px;
    line-height: 22px
}

.text-large {
    font-size: 22px;
    line-height: 36px
}

.text-italic {
    font-style: italic
}

.text-bold {
    font-weight: 700
}

.text-block {
    display: block
}

.scrim {
    background: linear-gradient(0deg,transparent 0,#000)
}

.valign {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .valign .valign-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 100%
    }

    .valign .valign-center {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 100%
    }

.img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

.gazette-cover {
    max-width: 235px;
}

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

.color-primary {
    color: #c9161e
}

.color-primary-lighten {
    color: #f9cbcd
}

.color-secondary {
    color: #5b9de8
}

.color-secondary-darker {
    color: #4590e5
}

.color-grey {
    color: #343434
}

.color-lgrey {
    color: #ececec
}

.color-lgrey-darker {
    color: #b9b9b9
}

.color-lgrey-darkest {
    color: #6d6d6d
}

.color-success {
    color: #35c73f
}

.color-warning {
    color: #fed202
}

.color-fail {
    color: #a70000
}

.color-black {
    color: #141414
}

.color-white {
    color: #fff
}

.background-color-primary {
    background-color: #c9161e
}

.background-color-primary-darken {
    background-color: #b2131b
}

.background-color-secondary {
    background-color: #5b9de8
}

.background-color-white {
    background-color: #fff
}

.background-color-black {
    background-color: #141414
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 10px !important
}

.mt-2 {
    margin-top: 20px !important
}

.mt-3 {
    margin-top: 30px !important
}

.mt-4 {
    margin-top: 40px !important
}

.mt-5 {
    margin-top: 50px !important
}

.mt-6 {
    margin-top: 60px !important
}

.mt-7 {
    margin-top: 70px !important
}

.mt-8 {
    margin-top: 80px !important
}

.mt-9 {
    margin-top: 90px !important
}

.mt-10 {
    margin-top: 100px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 10px !important
}

.mb-2 {
    margin-bottom: 20px !important
}

.mb-3 {
    margin-bottom: 30px !important
}

.mb-4 {
    /*margin-bottom:40px!important*/
}

.mb-5 {
    margin-bottom: 50px !important
}

.mb-6 {
    margin-bottom: 60px !important
}

.mb-7 {
    margin-bottom: 70px !important
}

.mb-8 {
    margin-bottom: 80px !important
}

.mb-9 {
    margin-bottom: 90px !important
}

.mb-10 {
    margin-bottom: 100px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 10px !important
}

.ml-2 {
    margin-left: 20px !important
}

.ml-3 {
    margin-left: 30px !important
}

.ml-4 {
    margin-left: 40px !important
}

.ml-5 {
    margin-left: 50px !important
}

.ml-6 {
    margin-left: 60px !important
}

.ml-7 {
    margin-left: 70px !important
}

.ml-8 {
    margin-left: 80px !important
}

.ml-9 {
    margin-left: 90px !important
}

.ml-10 {
    margin-left: 100px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 10px !important
}

.mr-2 {
    margin-right: 20px !important
}

.mr-3 {
    margin-right: 30px !important
}

.mr-4 {
    margin-right: 40px !important
}

.mr-5 {
    margin-right: 50px !important
}

.mr-6 {
    margin-right: 60px !important
}

.mr-7 {
    margin-right: 70px !important
}

.mr-8 {
    margin-right: 80px !important
}

.mr-9 {
    margin-right: 90px !important
}

.mr-10 {
    margin-right: 100px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 10px !important
}

.pt-2 {
    padding-top: 20px !important
}

.pt-3 {
    padding-top: 30px !important
}

.pt-4 {
    padding-top: 40px !important
}

.pt-5 {
    padding-top: 50px !important
}

.pt-6 {
    padding-top: 60px !important
}

.pt-7 {
    padding-top: 70px !important
}

.pt-8 {
    padding-top: 80px !important
}

.pt-9 {
    padding-top: 90px !important
}

.pt-10 {
    padding-top: 100px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 10px !important
}

.pb-2 {
    padding-bottom: 20px !important
}

.pb-3 {
    padding-bottom: 30px !important
}

.pb-4 {
    /*padding-bottom:40px!important*/
}

.pb-5 {
    padding-bottom: 50px !important
}

.pb-6 {
    padding-bottom: 60px !important
}

.pb-7 {
    padding-bottom: 70px !important
}

.pb-8 {
    padding-bottom: 80px !important
}

.pb-9 {
    padding-bottom: 90px !important
}

.pb-10 {
    padding-bottom: 100px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 10px !important
}

.pl-2 {
    padding-left: 20px !important
}

.pl-3 {
    padding-left: 30px !important
}

.pl-4 {
    padding-left: 40px !important
}

.pl-5 {
    padding-left: 50px !important
}

.pl-6 {
    padding-left: 60px !important
}

.pl-7 {
    padding-left: 70px !important
}

.pl-8 {
    padding-left: 80px !important
}

.pl-9 {
    padding-left: 90px !important
}

.pl-10 {
    padding-left: 100px !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: 10px !important
}

.pr-2 {
    padding-right: 20px !important
}

.pr-3 {
    padding-right: 30px !important
}

.pr-4 {
    padding-right: 40px !important
}

.pr-5 {
    padding-right: 50px !important
}

.pr-6 {
    padding-right: 60px !important
}

.pr-7 {
    padding-right: 70px !important
}

.pr-8 {
    padding-right: 80px !important
}

.pr-9 {
    padding-right: 90px !important
}

.pr-10 {
    padding-right: 100px !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 10px !important
}

.p-2 {
    padding: 20px !important
}

.p-3 {
    padding: 30px !important
}

.p-4 {
    padding: 40px !important
}

.p-5 {
    padding: 50px !important
}

.p-6 {
    padding: 60px !important
}

.p-7 {
    padding: 70px !important
}

.p-8 {
    padding: 80px !important
}

.p-9 {
    padding: 90px !important
}

.p-10 {
    padding: 100px !important
}

.wide-1 {
    width: 6.25%
}

.wide-2 {
    width: 12.5%
}

.wide-3 {
    width: 18.75%
}

.wide-4 {
    width: 25%
}

.wide-5 {
    width: 31.25%
}

.wide-6 {
    width: 37.5%
}

.wide-7 {
    width: 43.75%
}

.wide-8 {
    width: 50%
}

.wide-9 {
    width: 56.25%
}

.wide-10 {
    width: 62.5%
}

.wide-11 {
    width: 68.75%
}

.wide-12 {
    width: 100%
}

.wide-13 {
    width: 81.25%
}

.wide-14 {
    width: 87.5%
}

.wide-15 {
    width: 93.75%
}

.wide-16 {
    width: 100%
}

.col-pl-1 {
    margin-left: 6.25% !important
}

.col-pl-2 {
    margin-left: 12.5% !important
}

.col-pl-3 {
    margin-left: 18.75% !important
}

.col-pl-4 {
    margin-left: 25% !important
}

.col-pl-5 {
    margin-left: 31.25% !important
}

.col-pl-6 {
    margin-left: 37.5% !important
}

.col-pl-7 {
    margin-left: 43.75% !important
}

.col-pl-8 {
    margin-left: 50% !important
}

.col-pl-9 {
    margin-left: 56.25% !important
}

.col-pl-10 {
    margin-left: 62.5% !important
}

.col-pl-11 {
    margin-left: 68.75% !important
}

.col-pl-12 {
    margin-left: 75% !important
}

.col-pl-13 {
    margin-left: 81.25% !important
}

.col-pl-14 {
    margin-left: 87.5% !important
}

.col-pl-15 {
    margin-left: 93.75% !important
}

.col-pl-16 {
    margin-left: 100% !important
}

.col-pr-1 {
    margin-right: 6.25% !important
}

.col-pr-2 {
    margin-right: 12.5% !important
}

.col-pr-3 {
    margin-right: 18.75% !important
}

.col-pr-4 {
    margin-right: 25% !important
}

.col-pr-5 {
    margin-right: 31.25% !important
}

.col-pr-6 {
    margin-right: 37.5% !important
}

.col-pr-7 {
    margin-right: 43.75% !important
}

.col-pr-8 {
    margin-right: 50% !important
}

.col-pr-9 {
    margin-right: 56.25% !important
}

.col-pr-10 {
    margin-right: 62.5% !important
}

.col-pr-11 {
    margin-right: 68.75% !important
}

.col-pr-12 {
    margin-right: 75% !important
}

.col-pr-13 {
    margin-right: 81.25% !important
}

.col-pr-14 {
    margin-right: 87.5% !important
}

.col-pr-15 {
    margin-right: 93.75% !important
}

.col-pr-16 {
    margin-right: 100% !important
}

.no-vert-margin {
    margin-top: 0;
    margin-bottom: 0
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.pull-center {
    float: none !important;
    margin: auto
}

.dsp-table {
    display: table;
    width: 100%;
    height: 100%
}

.dsp-table-auto {
    height: auto
}

.dsp-row {
    display: table-row
}

.dsp-cell {
    display: table-cell;
    vertical-align: middle
}

.dsp-cell-bottom {
    vertical-align: bottom
}

.dsp-cell-top {
    vertical-align: top
}

.dsp-block {
    display: block !important
}

.round-img {
    border-radius: 50%
}

.text-underline-dotted {
    text-decoration: underline dotted #5b9de8
}

.quoteIcon {
    background-image: url(../img/quote.png);
    width: 80px;
    height: 129px;
    display: inline-block;
    margin: 0 0 0 0px;
    text-indent: 23px;
    font-size: 0;
    background-repeat: no-repeat;
    float: left;
    max-height: 129px;
    max-width: 80px
}

.heading-quote {
    position: relative;
    min-height: 100px;
    margin-top: 40px;
    margin-bottom: 40px
}

    .heading-quote:before {
        content: "";
        position: absolute;
        background-image: url(../img/quote.png);
        width: 80px;
        height: 129px;
        margin: 0 0 0 -80px;
        text-indent: 23px;
        font-size: 0;
        left: 0;
        z-index: 100
    }

    .gIcon, .heading-quote:before {
        display: inline-block;
        background-repeat: no-repeat
    }

.gIcon {
    background-image: url(../img/g-icon.png);
    width: 34px;
    height: 34px;
    margin: 0;
    float: none;
    background-position: 10px 4px
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a, a:visited {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    margin: 10px;
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

.form .dropdown, .form .valid.invalid-contain input, .form .valid.invalid-contain textarea, button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    border: 0
}

button, select {
    text-transform: none;
    max-width: 300px;
}

.form .valid.invalid-contain html input[type=button], .form .valid.invalid-contain html textarea[type=button], .form .valid.invalid-contain input[type=reset], .form .valid.invalid-contain input[type=submit], .form .valid.invalid-contain textarea[type=reset], .form .valid.invalid-contain textarea[type=submit], .form [type=reset].dropdown, .form [type=submit].dropdown, .form html [type=button].dropdown, button, html .form .valid.invalid-contain input[type=button], html .form .valid.invalid-contain textarea[type=button], html .form [type=button].dropdown, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    .form .valid.invalid-contain html input[disabled], .form .valid.invalid-contain html textarea[disabled], .form html [disabled].dropdown, button[disabled], html .form .valid.invalid-contain input[disabled], html .form .valid.invalid-contain textarea[disabled], html .form [disabled].dropdown, html input[disabled] {
        cursor: default
    }

    .form .dropdown::-moz-focus-inner, .form .valid.invalid-contain input::-moz-focus-inner, .form .valid.invalid-contain textarea::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

.form .dropdown, .form .valid.invalid-contain input, .form .valid.invalid-contain textarea, input {
    line-height: normal
}

    .form .valid.invalid-contain input[type=checkbox], .form .valid.invalid-contain input[type=radio], .form .valid.invalid-contain textarea[type=checkbox], .form .valid.invalid-contain textarea[type=radio], .form [type=checkbox].dropdown, .form [type=radio].dropdown, input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    .form .valid.invalid-contain input[type=number]::-webkit-inner-spin-button, .form .valid.invalid-contain input[type=number]::-webkit-outer-spin-button, .form .valid.invalid-contain textarea[type=number]::-webkit-inner-spin-button, .form .valid.invalid-contain textarea[type=number]::-webkit-outer-spin-button, .form [type=number].dropdown::-webkit-inner-spin-button, .form [type=number].dropdown::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    .form .valid.invalid-contain input[type=search], .form .valid.invalid-contain textarea[type=search], .form [type=search].dropdown, input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        .form .valid.invalid-contain input[type=search]::-webkit-search-cancel-button, .form .valid.invalid-contain input[type=search]::-webkit-search-decoration, .form .valid.invalid-contain textarea[type=search]::-webkit-search-cancel-button, .form .valid.invalid-contain textarea[type=search]::-webkit-search-decoration, .form [type=search].dropdown::-webkit-search-cancel-button, .form [type=search].dropdown::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

body, html {
   
    font-family: 'Manrope';
    font-weight: 400;
    color: #0B0039;
    font-style: normal;
    line-height: 1.4em;
}

.h1, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    /*min-height: 90px;*/
    display: inline-block;
}

.h1, h1 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: grad, bitter, serif;
}


@media (max-width:768px) {

    #searchIssuesButton {
        padding: unset !important;
    }
}

@media (max-width:600px) {

    #searchIssuesByDateContainer {
        flex-direction: column !important;
        height: unset !important;
        align-items: center;
    }

        #searchIssuesByDateContainer select {
            width: 180px;
            margin-left: 10px;
        }

        #searchIssuesByDateContainer label {
            width: 70px;
            display: inline-block;
        }

    #searchIssuesButton {
        margin-top: 10px;
        margin-left: 0;
        width: 100px;
        height: 30px;
    }
}

@media only screen and (max-width:768px) {
    .h1, h1 {
        font-size: 45px;
        line-height: 55px
    }
}

.h1.large, h1.large {
    font-size: 70px;
    line-height: 80px
}

@media only screen and (max-width:768px) {
    .h1.large, h1.large {
        font-size: 60px;
        line-height: 75px
    }
}

@media only screen and (max-width:600px) {
    .h2, h2 {
        font-size: 36px;
        line-height: 50px
    }
}

.h3, h3 {
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    font-family: grad, bitter, serif;
}

@media only screen and (max-width:600px) {
    .h3, h3 {
        font-size: 28px;
        line-height: 38px
    }
}

.h4, h4 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
    font-family: grad, bitter, serif;
}

@media only screen and (max-width:600px) {
    .h4, h4 {
        font-size: 24px;
        line-height: 34px
    }
}

.h5, h5 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    font-family: grad, bitter, serif;
}

@media only screen and (max-width:600px) {
    .h5, h5 {
        font-size: 18px;
        line-height: 26px
    }
}

.h6, h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "proxima-nova", Metropolis, sans-serif;
}

    .h6.small, h6.small {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600
    }

    .h6.small-secondary, h6.small-secondary {
        font-family: grad, bitter, serif;
        font-weight: 700
    }

p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
    font-family: "proxima-nova", Metropolis, sans-serif;
}

    p.subtitle {
        font-size: 33px;
        line-height: 44px
    }

.article p img {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
}

@media only screen and (max-width:768px) {
    p.subtitle {
        font-size: 19px;
        line-height: 24px
    }
}

.article .article-content p:first-of-type, .lead {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500
}

.large {
    font-size: 22px;
    line-height: 36px
}

.small {
    padding-top: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
}

.tiny {
    font-size: 14px;
    line-height: 22px
}

a, a:visited {
    color: #c9161e;
    text-decoration: none;
    transition: all .3s ease-in-out
}

    a:hover {
        color: #b2131b
    }

.article a:hover {
    text-decoration: underline
}

blockquote, blockquote p {
    font-size: 48px;
    line-height: 66px;
    font-family: grad, bitter, serif;
    font-weight: 400;
    margin: 40px 0;
    position: relative;
    color: #343434
}

hr {
    border: 0;
    height: 3px;
    background: #ececec
}

    hr.primary {
        background: #c9161e;
        height: 6px;
        width: 180px
    }

@media only screen and (max-width:768px) {
    hr.primary {
        width: 90px;
        height: 3px
    }
}

hr.short {
    width: 100px
}

hr.lgrey-thin {
    height: 1px;
    background: #ececec
}

hr.sml {
    width: 70px;
    margin-left: 0
}

span.block {
    display: block
}

.loading-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: rgba(201,22,30,.9);
    z-index: 99
}

ul.tick {
    padding: 0;
    margin: 0
}

    ul.tick li {
        margin-bottom: 10px;
        list-style: none
    }

        ul.tick li:before {
            content: "\f00c";
            font-family: fontawesome;
            margin: 5px
        }

.row.preview {
    margin: 0 10px !important
}

.lock {
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.wf-loading body, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p {
    font-family: "proxima-nova", Metropolis, sans-serif;
    visibility: hidden !important
}

.wf-active body, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p {
    visibility: visible !important
}

.sharethis-inline-share-buttons {
    display: inline !important;
    float: none !important
}

.magazine .share-buttons {
    float: right;
}

@media all and (max-width: 1024px) {
    .base {
        max-width: 100% !important;
        /*min-width: 305px;*/
    }

    .featured-gazette-share {
        top: 0;
    }

}

@media all and (min-width: 1024px) {
    .base {
        max-width: 1060px;
    }
}

@media all and (max-width: 810px) {
    .span1,
    .col1,
    .span2,
    .col2,
    .span3,
    .col3,
    .span4,
    .col4,
    .span5,
    .col5,
    .span6,
    .col6,
    .span7,
    .col7,
    .span8,
    .col8,
    .span9,
    .col9,
    .span10,
    .col10,
    .span11,
    .col11,
    .span12,
    .col12 {
        width: 100%;
    }

    .col3 {
        margin-right: 0%;
    }

    .col6 {
        margin-right: 0%;
        margin-left: 0%;
    }

    .main-content .featured-gazette .col8 {
        width: 67%;
    }

    .main-content .featured-gazette .col4 {
        width: 31%;
    }
        
    .header-search {
        display: block !important;
        position: static !important;
        background-color: transparent !important;
        text-align: left !important;
        border-bottom: none !important;
    }


    .find-search .btn {
        width: initial !important;
        padding: 4px 25px !important;
    }

    .span4 .data .content h4, p, li {
        font-size: 16px;
    }

}


@media all and (max-width: 568px) {

    .main-content .featured-gazette .col8,
    .main-content .featured-gazette .col4 {
        width: 100%;
    }

}

@media only screen and (max-width:767px) {
    .magazine .col-4, .magazine .col-9, .magazine .col-10, .magazine .col-11, .magazine .col-16 {
        width: 100%
    }

    .issue-img {
        display: none;
    }
}

    .fullwidth-img {
        position: relative
    }

        .fullwidth-img .caption {
            width: 100%;
            background: rgba(0,0,0,.7);
            padding: 5px 10px;
            position: absolute;
            top: auto;
            bottom: 6px;
            left: 0;
            right: auto;
            color: #ececec
        }

            .fullwidth-img .caption .caption-text {
                font-size: 14px;
                line-height: normal
            }

            .fullwidth-img .caption .credit {
                font-size: 12px;
                line-height: normal;
                margin-bottom: 5px
            }

    /*Fix for showing caption at the bottom of images added on the content*/

    .article .show-caption > img {
        display: block;
        width: 100%;
    }

    .article img.show-caption {
        display: block;
        width: 100%;
    }

    .article .caption {
        background: rgba(0,0,0,.7);
        padding: 5px 10px;
        position: relative;
        color: #ececec
    }

        .article .caption .caption-text {
            font-size: 14px;
            line-height: normal
        }

    .video-icon {
        position: relative
    }

        .video-icon:before {
            content: "\f144";
            font-family: fontawesome;
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #B2131B;
            font-size: 48px;
            pointer-events: none;
            background-color: rgb(255,255,255, 0.55);
            padding: 10px;
            bottom: 0;
            left: 0;
        }

    .noa-icon {
        position: relative
    }

        .noa-icon:before {
            content: "\f028";
            font-family: fontawesome;
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #B2131B;
            font-size: 48px;
            pointer-events: none;
            background-color: rgb(255,255,255, 0.55);
            padding: 10px;
            bottom: 0;
            left: 0;
        }

    .video-icon.noa-icon:before {
        content: "\f144  \f028";
        font-family: fontawesome;
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #B2131B;
        font-size: 48px;
        pointer-events: none;
        background-color: rgb(255,255,255, 0.55);
        padding: 10px;
        bottom: 0;
        left: 0;
    }

    .btn {
        display: inline-block;
        border-radius: 3px;
        padding: 4px 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    .btn-block {
        width: 100%;
        display: block;
        text-align: center
    }

    .btn-large {
        padding: 10px 25px;
        font-size: 20px;
        line-height: 20px
    }

    .btn-primary, .btn-primary-dark:visited, .btn-primary:visited {
        background: #c9161e;
        border: 2px solid #c9161e;
        color: #fff
    }

        .btn-primary-dark, .btn-primary-dark:hover:visited, .btn-primary:hover {
            background: #b2131b;
            border: 2px solid #b2131b;
            color: #fff
        }

            .btn-primary-dark:hover {
                background: #9b1117;
                border: 2px solid #9b1117;
                color: #fff
            }

    .btn-primary-ghost:not(p), .btn-primary-ghost:not(p):visited {
        border: 2px solid #c9161e;
        color: #c9161e
    }

        .btn-primary-ghost:not(p):hover {
            border: 2px solid #b2131b;
            color: #b2131b
        }

    .btn-secondary, .btn-secondary-dark:visited, .btn-secondary-light:visited, .btn-secondary:visited {
        background: #5b9de8;
        border: 2px solid #5b9de8;
        color: #fff
    }

        .btn-secondary-dark, .btn-secondary-dark:hover:visited, .btn-secondary-light:hover:visited, .btn-secondary:hover {
            background: #4590e5;
            border: 2px solid #4590e5;
            color: #fff
        }

            .btn-secondary-dark:hover {
                background: #2e82e2;
                border: 2px solid #2e82e2;
                color: #fff
            }

    .btn-secondary-light {
        background: #71aaeb;
        border: 2px solid #71aaeb;
        color: #fff
    }

        .btn-secondary-light:hover {
            background: #5b9de8;
            border: 2px solid #71aaeb
        }

    .btn-secondary-ghost:not(p), .btn-secondary-ghost:not(p):visited {
        border: 2px solid #5b9de8;
        color: #5b9de8
    }

        .btn-secondary-ghost:not(p):hover {
            border: 2px solid #4590e5
        }

    .btn-white-primary, .btn-white-primary:visited {
        background: #fff;
        border: 2px solid #fff;
        color: #c9161e
    }

        .btn-white-primary:hover {
            background: #fbfbfb;
            border: 2px solid #fbfbfb;
            color: #c9161e
        }

    .btn-white-secondary, .btn-white-secondary:visited {
        color: #5b9de8
    }

        .btn-white-secondary, .btn-white-secondary:visited {
            background: #fff;
            border: 2px solid #fff;
            color: #4590e5
        }

            .btn-white-secondary:hover {
                background: #4590e5;
                border: 2px solid #4590e5;
                color: #fff
            }

    .btn-white-ghost, .btn-white-ghost:visited {
        border: 2px solid #fff;
        color: #fff
    }

        .btn-white-ghost:hover {
            border: 2px solid #ececec
        }

    .btn-disabled, .btn-disabled:visited {
        background: #ececec;
        color: #fff;
        cursor: not-allowed;
        border: 2px solid #ececec
    }

    p.btn-primary-ghost:not(p):visited a, p.btn-primary-ghost a {
        display: inline-block;
        border-radius: 3px;
        padding: 4px 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 2px solid #c9161e;
        color: #c9161e;
        text-underline: none
    }

        p.btn-primary-ghost a:hover {
            text-decoration: none;
            background: #c9161e;
            color: #fff
        }

    p.btn-secondary-ghost- a {
        display: inline-block;
        border-radius: 3px;
        padding: 4px 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 2px solid #5b9de8;
        color: #5b9de8;
        text-underline: none
    }

        p.btn-secondary-ghost- a:hover {
            text-decoration: none;
            background: #5b9de8;
            color: #fff
        }

    p.btn-ghost-white a {
        display: inline-block;
        border-radius: 3px;
        padding: 4px 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 2px solid #343434;
        color: #343434;
        text-underline: none
    }

        p.btn-ghost-white a:hover {
            text-decoration: none;
            background: #343434;
            color: #fff
        }

    .form table {
        width: 100%
    }

    .form label {
        display: block;
        font-size: 14px;
        font-family: "proxima-nova", Metropolis, sans-serif;
        font-weight: 500;
        color: #141414;
        letter-spacing: 1px
    }

    .form .valid.invalid-contain input[type=button], .form .valid.invalid-contain input[type=submit], .form .valid.invalid-contain textarea[type=button], .form .valid.invalid-contain textarea[type=submit], .form [type=button].dropdown, .form [type=submit].dropdown, .form input[type=button], .form input[type=submit] {
        line-height: 28px
    }

    .form .valid.invalid-contain input[type=email], .form .valid.invalid-contain input[type=tel], .form .valid.invalid-contain input[type=text], .form .valid.invalid-contain input[type=url], .form .valid.invalid-contain textarea[type=email], .form .valid.invalid-contain textarea[type=tel], .form .valid.invalid-contain textarea[type=text], .form .valid.invalid-contain textarea[type=url], .form [type=email].dropdown, .form [type=tel].dropdown, .form [type=text].dropdown, .form [type=url].dropdown, .form input[type=email], .form input[type=tel], .form input[type=text], .form input[type=url], .form textarea {
        border: 1px solid #ececec;
        background-color: #ececec;
        border-radius: 3px;
        margin-bottom: 20px;
        width: 100%;
        padding: 15px;
        font-size: 15px;
        font-weight: 700;
        color: #797979;
        transition: all .3s ease-in-out
    }

        .form .valid.invalid-contain textarea[type=email]:focus, .form .valid.invalid-contain textarea[type=tel]:focus, .form .valid.invalid-contain textarea[type=text]:focus, .form .valid.invalid-contain textarea[type=url]:focus, .form [type=email].dropdown:focus, .form [type=tel].dropdown:focus, .form [type=text].dropdown:focus, .form [type=url].dropdown:focus, .form input[type=email]:focus, .form input[type=tel]:focus, .form input[type=text]:focus, .form input[type=url]:focus, .form textarea:focus {
            background-color: #e4e4e4
        }

        .form .valid.invalid-contain textarea[type=email].long, .form .valid.invalid-contain textarea[type=tel].long, .form .valid.invalid-contain textarea[type=text].long, .form .valid.invalid-contain textarea[type=url].long, .form [type=email].long.dropdown, .form [type=tel].long.dropdown, .form [type=text].long.dropdown, .form [type=url].long.dropdown, .form input[type=email].long, .form input[type=tel].long, .form input[type=text].long, .form input[type=url].long, .form textarea.long {
            width: 100%
        }

        .form .valid.invalid-contain textarea[type=email].short, .form .valid.invalid-contain textarea[type=tel].short, .form .valid.invalid-contain textarea[type=text].short, .form .valid.invalid-contain textarea[type=url].short, .form [type=email].short.dropdown, .form [type=tel].short.dropdown, .form [type=text].short.dropdown, .form [type=url].short.dropdown, .form input[type=email].short, .form input[type=tel].short, .form input[type=text].short, .form input[type=url].short, .form textarea.short {
            width: 50%
        }

    .form .dropdown {
        display: inline-block;
        position: relative;
        background-image: url(../img/ico-dd-arrow.png);
        background-repeat: no-repeat;
        background-position: 97%;
        cursor: pointer;
        padding-right: 10px
    }

        .form .dropdown select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: transparent;
            border: none;
            outline: none;
            width: 100%;
            cursor: pointer
        }

            .form .dropdown select::-ms-expand {
                display: none
            }

    .form .checkbox-option, .form .radio-option {
        display: inline-block;
        width: 50px;
        height: 25px;
        border-radius: 25px;
        border: 1px solid #47b475;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 24px
    }

        .form .checkbox-option .inner, .form .radio-option .inner {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: transparent;
            border: 1px solid #47b475;
            position: relative;
            top: 2px;
            left: 2px;
            display: inline-block;
            transition: all .2s ease;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease
        }

        .form .checkbox-option .dropdown, .form .checkbox-option .valid.invalid-contain input, .form .checkbox-option .valid.invalid-contain textarea, .form .checkbox-option input, .form .valid.invalid-contain .checkbox-option input, .form .valid.invalid-contain .checkbox-option textarea {
            width: 0;
            height: 0;
            opacity: 0;
            overflow: hidden
        }

        .form .checkbox-option.checked .inner {
            transform: translate3d(25px,0,0);
            -webkit-transform: translate3d(25px,0,0);
            -moz-transform: translate3d(25px,0,0);
            background: #47b475
        }

    .form .radio-option {
        width: 25px;
        height: 25px;
        text-align: left
    }

        .form .radio-option:nth-of-type(n+2) {
            margin-left: 24px
        }

        .form .radio-option .dropdown, .form .radio-option .valid.invalid-contain input, .form .radio-option .valid.invalid-contain textarea, .form .radio-option input, .form .valid.invalid-contain .radio-option input, .form .valid.invalid-contain .radio-option textarea {
            width: 0;
            height: 0;
            opacity: 0;
            overflow: hidden
        }

        .form .radio-option .inner {
            border: none;
            width: 19px;
            height: 19px;
            left: 2px;
            transform: scale(0);
            -webkit-transform: scale(0)
        }

        .form .radio-option + span {
            display: inline-block;
            line-height: 25px
        }

        .form .radio-option.checked .inner {
            transform: scale(1);
            -webkit-transform: scale(1);
            background: #47b475
        }

    .form .valid {
        display: block;
        position: relative
    }

        .form .valid.invalid-contain .dropdown, .form .valid.invalid-contain input, .form .valid.invalid-contain textarea {
            border-bottom: 3px solid #c9161e
        }

        .form .valid.invalid-contain .invalid {
            position: absolute;
            bottom: 0;
            left: 0;
            line-height: 1.2
        }

            .form .valid.invalid-contain .invalid span {
                color: #c9161e;
                font-size: 14px
            }

    header.main {
        display: block;
        background-color: #b2131b;
        min-height: 33px
    }

    @media only screen and (max-width:800px) {
        header.main {
            display: none
        }

        .caption {
            display: none
        }
    }

    header.main nav.main-nav .base {
        position: relative
    }

    @media only screen and (max-width:900px) {
        header.main nav.main-nav .base {
            width: 100%
        }
    }

    header.main nav.main-nav .logo {
        float: left
    }

        header.main nav.main-nav .logo a, header.main nav.main-nav .logo a img {
            display: block
        }

    header.main nav.main-nav ul {
        float: left;
        margin: 0;
        padding: 0
    }

        header.main nav.main-nav ul li {
            list-style: none;
            padding: 0;
            float: left;
            color: #fff
        }

            header.main nav.main-nav ul li.search-btn, header.main nav.main-nav ul li a {
                color: #fff;
                text-decoration: none;
                padding: 17px 20px;
                display: block;
                font-size: 15px;
                font-weight: 600;
                line-height: 38px;
            }

                header.main nav.main-nav ul li.search-btn:hover, header.main nav.main-nav ul li a:hover {
                    background-color: #fff;
                    color: #c9161e
                }

    nav.main-nav ul li a:active {
        background-color: #fff;
        color: #c9161e
    }

    @media (max-width: 568px) {
        .find-search .btn {
            width: initial !important;
            padding: 4px 10px !important;
            font-size: 11px !important;
        }
    }

    @media only screen and (max-width:1150px) {
        header.main nav.main-nav ul li.search-btn, header.main nav.main-nav ul li a {
            padding: 17px 20px
        }
    }

    @media only screen and (max-width:1024px) {
        header.main nav.main-nav ul li.search-btn, header.main nav.main-nav ul li a {
            padding: 17px 11px;
            font-size: 14px
        }
    }

    @media only screen and (max-width:900px) {
        header.main nav.main-nav ul li.search-btn, header.main nav.main-nav ul li a {
            padding: 17px 10px
        }
    }

    @media only screen and (max-width:600px) {
        header.main nav.main-nav ul li.search-btn, header.main nav.main-nav ul li a {
            padding: 17px 10px
        }
    }

    header.main nav.main-nav ul li.search-btn {
        cursor: pointer
    }

    header.main nav.main-nav header.mobile ul li.search a, header.main nav.main-nav ul li.signIn a, header.mobile header.main nav.main-nav ul li.search a {
        background-color: #ececec;
        color: #141414
    }

        header.main nav.main-nav header.mobile ul li.search a i, header.main nav.main-nav ul li.signIn a i, header.mobile header.main nav.main-nav ul li.search a i {
            display: none
        }

        header.main nav.main-nav header.mobile ul li.search a:hover, header.main nav.main-nav ul li.signIn a:hover, header.mobile header.main nav.main-nav ul li.search a:hover {
            background-color: #fff
        }

    @media only screen and (max-width:800px) {
        header.main nav.main-nav header.mobile ul li.search, header.main nav.main-nav ul li.signIn, header.mobile header.main nav.main-nav ul li.search {
            display: block
        }

            header.main nav.main-nav header.mobile ul li.search a, header.main nav.main-nav ul li.signIn a, header.mobile header.main nav.main-nav ul li.search a {
                font-size: 0;
                background-color: #c9161e;
                padding-right: 10px
            }

                header.main nav.main-nav header.mobile ul li.search a i, header.main nav.main-nav ul li.signIn a i, header.mobile header.main nav.main-nav ul li.search a i {
                    font-size: 20px;
                    display: block;
                    padding-right: 10px
                }
    }

    header.main nav.main-nav ul li.subscribe a {
        background-color: #5b9de8;
        color: white
    }

        header.main nav.main-nav ul li.subscribe a:hover {
            color: #fff;
            background-color: #9b1117
        }

    header.main nav.main-nav ul li.white-arrow a {
        position: relative
    }

        header.main nav.main-nav ul li.white-arrow a:after {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff;
            content: "";
            bottom: 0;
            position: absolute;
            display: block;
            right: 0;
            left: 0;
            margin: auto
        }

    header.mobile {
        display: none;
        background-color: #b2131b;
        min-height: 33px;
        position: relative
    }

    @media only screen and (max-width:800px) {
        header.mobile {
            display: block
        }
    }

    header.mobile .base {
        width: 100%
    }

    @media only screen and (max-width:1078px) {
        header.mobile .base {
            display: inline;
        }
    }

    header.mobile .logo {
        float: left;
    }

        header.mobile .logo img {
            display: block
        }

    header.mobile ul {
        margin: 0;
        padding: 0;
        position: relative
    }

        header.mobile ul li {
            list-style: none;
            padding: 0;
            float: left
        }

    @media only screen and (max-width:480px) {
        header.mobile ul li a {
            font-size: 14px
        }
    }

    header.mobile ul li.subscribe {
        display: none
    }

    header.mobile ul li.search, header.mobile ul li.signIn {
        background-color: #c9161e;
        display: block;
        width: 60px;
        text-align: center;
        border-left: 2px solid #b2131b
    }

        header.mobile ul li.search i, header.mobile ul li.signIn i {
            font-size: 25px;
            line-height: 1.1
        }

    header.mobile ul li.search {
        border: 0;
        color: #fff;
        padding: 17px 10px;
        font-size: 16px
    }

    header.mobile ul li.more, header.mobile ul li.more2, header.mobile ul li.more3, header.mobile ul li.more4, header.mobile ul li a {
        color: #fff;
        text-decoration: none;
        padding: 17px 10px;
        display: block;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer
    }

        header.mobile ul li.more:hover, header.mobile ul li.more2:hover, header.mobile ul li.more3:hover, header.mobile ul li.more4:hover, header.mobile ul li a:hover {
            background-color: #fff;
            color: #c9161e
        }

    @media only screen and (max-width:480px) {
        header.mobile ul li.more, header.mobile ul li.more2, header.mobile ul li.more3, header.mobile ul li.more4, header.mobile ul li a {
            font-size: 14px;
            padding: 17px 8px
        }
    }

    header.mobile ul li.more, header.mobile ul li.more2, header.mobile ul li.more3, header.mobile ul li.more4 {
        display: none
    }

    @media only screen and (max-width:600px) {
        header.mobile ul li.more, header.mobile ul li.more2, header.mobile ul li.more3, header.mobile ul li.more4 {
            display: block
        }
    }

    header.mobile ul li.more:after, header.mobile ul li.more2:after, header.mobile ul li.more3:after {
        content: "\f107";
        font-family: fontawesome;
        line-height: 1
    }

    header.mobile ul li.more.show-sub, header.mobile ul li.more2.show-sub, header.mobile ul li.more3.show-sub, header.mobile ul li.more4.show-sub, header.mobile ul li.more:hover, header.mobile ul li.more2:hover, header.mobile ul li.more3:hover, header.mobile ul li.more4:hover {
        /*background-color:#141414;
    color:#fff*/
        background-color: #fff;
        color: #c9161e;
    }

    header.mobile ul.nav-items li {
        display: none
    }
        /*header.mobile ul.nav-items li.more,header.mobile ul.nav-items li.more2,header.mobile ul.nav-items li.more3,header.mobile ul.nav-items li:nth-child(-n+2){*/
        header.mobile ul.nav-items li.more, header.mobile ul.nav-items li.more2, header.mobile ul.nav-items li.more3, header.mobile ul.nav-items li.more4 {
            display: block
        }
        /*@media only screen and (max-width:416px){
    header.mobile ul.nav-items li.more,header.mobile ul.nav-items li:nth-child(-n+2){
        display:none
    }
}
@media only screen and (max-width:416px){
    header.mobile ul.nav-items li.more,header.mobile ul.nav-items li.search,header.mobile ul.nav-items li.signIn,header.mobile ul.nav-items li:first-child{
        display:block
    }
}
@media only screen and (max-width:319px){
    header.mobile ul.nav-items li:first-child{
        display:none
    }
    header.mobile ul.nav-items li.search{
        display:block
    }
}*/
        header.mobile ul.nav-items li ul {
            display: none
        }

    header.mobile ul.nav-items-dd, header.mobile ul.nav-items-dd2, header.mobile ul.nav-items-dd3, header.mobile ul.nav-items-dd4 {
        width: 100%;
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 5;
        background-color: #141414;
        padding: 0 20px
    }

        header.mobile ul.nav-items-dd li, header.mobile ul.nav-items-dd2 li, header.mobile ul.nav-items-dd3 li, header.mobile ul.nav-items-dd4 li {
            display: block !important;
            float: none
        }

            header.mobile ul.nav-items-dd li:not(:last-child), header.mobile ul.nav-items-dd2 li:not(:last-child), header.mobile ul.nav-items-dd3 li:not(:last-child), header.mobile ul.nav-items-dd4 li:not(:last-child) {
                border-bottom: 1px solid #606060
            }

            header.mobile ul.nav-items-dd li a:hover, header.mobile ul.nav-items-dd2 li a:hover, header.mobile ul.nav-items-dd3 li a:hover, header.mobile ul.nav-items-dd4 li a:hover {
                background-color: #141414;
                color: #fff
            }

            header.mobile ul.nav-items-dd li.mob-subnav, header.mobile ul.nav-items-dd2 li.mob-subnav, header.mobile ul.nav-items-dd3 li.mob-subnav, header.mobile ul.nav-items-dd4 li.mob-subnav {
                position: relative
            }

                header.mobile ul.nav-items-dd li.mob-subnav:after, header.mobile ul.nav-items-dd2 li.mob-subnav:after, header.mobile ul.nav-items-dd3 li.mob-subnav:after, header.mobile ul.nav-items-dd4 li.mob-subnav:after {
                    content: "\f107";
                    font-family: FontAwesome;
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-size: 30px;
                    line-height: 2.2;
                    color: #fff;
                    padding: 0 20px
                }

                header.mobile ul.nav-items-dd4 li.mob-subnav:after {
                    font-family: FontAwesome;
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-size: 30px;
                    line-height: 2.2;
                    color: #fff;
                    padding: 0 20px
                }

                header.mobile ul.nav-items-dd li.mob-subnav.is-active, header.mobile ul.nav-items-dd2 li.mob-subnav.is-active, header.mobile ul.nav-items-dd3 li.mob-subnav.is-active, header.mobile ul.nav-items-dd4 li.mob-subnav.is-active {
                    border-bottom: 1px solid #fff
                }

                    header.mobile ul.nav-items-dd li.mob-subnav.is-active:after, header.mobile ul.nav-items-dd2 li.mob-subnav.is-active:after, header.mobile ul.nav-items-dd3 li.mob-subnav.is-active:after, header.mobile ul.nav-items-dd4 li.mob-subnav.is-active:after {
                        background-color: #fff;
                        color: #141414;
                        border-bottom: 1px solid #fff
                    }

                header.mobile ul.nav-items-dd li.mob-subnav ul, header.mobile ul.nav-items-dd2 li.mob-subnav ul, header.mobile ul.nav-items-dd3 li.mob-subnav ul, header.mobile ul.nav-items-dd4 li.mob-subnav ul {
                    background-color: #fff;
                    padding: 0 20px
                }

                    header.mobile ul.nav-items-dd li.mob-subnav ul a, header.mobile ul.nav-items-dd2 li.mob-subnav ul a, header.mobile ul.nav-items-dd3 li.mob-subnav ul a, header.mobile ul.nav-items-dd4 li.mob-subnav ul a {
                        color: #141414
                    }

            header.mobile ul.nav-items-dd li ul, header.mobile ul.nav-items-dd2 li ul, header.mobile ul.nav-items-dd3 li ul, header.mobile ul.nav-items-dd4 li ul {
                display: none
            }

    header.mobile ul.buttons {
        float: right
    }

    .subnav {
    }

    @media only screen and (max-width:800px) {
        .subnav {
            display: none
        }
    }

    .subnav .base {
        background: #fff
    }

    @media only screen and (max-width:900px) {
        .subnav .base {
            width: 100%
        }
    }

    .subnav ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .subnav ul li {
            float: left;
            font-size: 14px;
            margin-left: 30px
        }

            .subnav ul li a {
                display: block;
                text-decoration: none;
                color: #343434;
                padding: 10px 0
            }

                .subnav ul li a:hover {
                    text-decoration: underline
                }

    footer.main {
        display: block;
        background-color: #b2131b;
        min-height: 33px
    }

        footer.main ul {
            float: right;
            margin: 0;
            padding: 0
        }

            footer.main ul.main {
                float: left
            }

    @media only screen and (min-width:895px) {
        footer.MobilegazetteFooter {
            display: none
        }
    }

    @media only screen and (max-width:895px) {
        footer.main ul {
            float: none;
            text-align: center
        }
    }

    @media only screen and (max-width:895px) {
        footer.main, footer.gazetteFooter {
            display: none;
        }
    }

    footer.main ul li {
        list-style: none;
        padding: 0;
        float: left
    }

    @media only screen and (max-width:895px) {
        footer.main ul li {
            float: none;
            text-align: center
        }
    }

    footer.main ul li a {
        color: #fff;
        text-decoration: none;
        padding: 16px 30px;
        display: block;
        font-size: 16px;
        font-weight: 600
    }

    @media only screen and (max-width:1150px) {
        footer.main ul li a {
            padding: 16px 20px
        }
    }

    footer.main ul li a:hover {
        background-color: #9b1117
    }

    footer.main ul li.subscribe a {
        background-color: #5b9de8;
        color: white
    }

    @media only screen and (max-width:895px) {
        footer.main ul li.subscribe a, .FooterOff {
            display: none
        }
    }

    footer.main ul li.subscribe a:hover {
        color: #fff;
        background-color: #9b1117
    }

    footer.main ul li.bk-top a {
        background-color: #c9161e
    }

    @media only screen and (max-width:895px) {
        footer.main ul li.bk-top a {
            background-color: #b2131b
        }
    }

    footer.main ul li.bk-top a i {
        padding-left: 10px
    }

    footer.social {
        text-align: center
    }

        footer.social .social ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

            footer.social .social ul li {
                display: inline-block
            }

                footer.social .social ul li a {
                    background-color: #141414;
                    color: #fff;
                    border-radius: 50%;
                    padding: 5px;
                    height: 30px;
                    min-width: 30px;
                    display: block;
                    line-height: 1.2;
                    font-size: 17px
                }

                    footer.social .social ul li a:hover {
                        background-color: #474747
                    }

        footer.social .copyright {
            font-size: 17px
        }

            footer.social .copyright i {
                padding-right: 5px
            }

    .footer-logo {
        padding: 20px 40px
    }

        .footer-logo img {
            max-width: 100%;
            width: 250px
        }

    .slick-slider {
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }

    .slick-list, .slick-slider {
        position: relative;
        display: block
    }

    .slick-list {
        overflow: hidden;
        margin: 0;
        padding: 0
    }

        .slick-list:focus {
            outline: none
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand
        }

    .slick-slider .slick-list, .slick-slider .slick-track {
        transform: translateZ(0)
    }

    .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block
    }

        .slick-track:after, .slick-track:before {
            content: "";
            display: table
        }

        .slick-track:after {
            clear: both
        }

    .slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
        display: none
    }

    [dir=rtl] .slick-slide {
        float: right
    }

    .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

    .slick-initialized .slick-slide {
        display: block
    }

    .slick-loading .slick-slide {
        visibility: hidden
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }

    .slick-arrow.slick-hidden {
        display: none
    }

    .slick-loading .slick-list {
        background: #fff url(../img/ajax-loader.gif) 50% no-repeat
    }

    @font-face {
        font-family: slick;
        src: url(../fonts/slick.eot);
        src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),url(../fonts/slick.woff) format("woff"),url(../fonts/slick.ttf) format("truetype"),url(../fonts/slick.svg#slick) format("svg");
        font-weight: 400;
        font-style: normal
    }

    .slick-next, .slick-prev {
        position: absolute;
        display: block;
        height: 75px;
        width: 40px;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background: transparent;
        color: transparent;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        border: none;
        outline: none
    }

    @media only screen and (max-width:1366px) {
        .slick-next, .slick-prev {
            display: none !important
        }
    }

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: none;
        color: transparent
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-prev {
        left: -50px
    }

    [dir=rtl] .slick-prev {
        left: auto;
        right: -50px
    }

    .slick-next {
        right: -50px
    }

    [dir=rtl] .slick-next {
        left: -50px;
        right: auto
    }

    .slick-dotted.slick-slider {
        margin-bottom: 50px
    }

    .slick-dots {
        position: absolute;
        bottom: -35px;
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 0 5px;
            padding: 0
        }

            .slick-dots li, .slick-dots li button {
                height: 20px;
                width: 20px;
                cursor: pointer
            }

                .slick-dots li button {
                    border: 0;
                    background: transparent;
                    display: block;
                    outline: none;
                    line-height: 0;
                    font-size: 0;
                    color: transparent;
                    padding: 5px
                }

                    .slick-dots li button:focus, .slick-dots li button:hover {
                        outline: none
                    }

                        .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                            opacity: 1
                        }

                    .slick-dots li button:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        content: "•";
                        width: 20px;
                        height: 20px;
                        font-family: slick;
                        font-size: 6px;
                        line-height: 20px;
                        text-align: center;
                        color: #000;
                        opacity: .25;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale
                    }

                .slick-dots li.slick-active button:before {
                    color: #000;
                    opacity: .75
                }

    .fullwidth-img img {
        display: block;
        width: 100%
    }

    .fullwidth-img hr {
        margin: 0;
        width: 70px
    }

    .related-articles .article {
        display: block
    }

        .related-articles .article .tags a {
            display: inline;
        }

        .related-articles .article a {
            display: block;
            text-decoration: none
        }

            .related-articles .article a.related-article-img {
                background-size: cover !important;
                height: 170px
            }

            .related-articles .article a img {
                max-width: 100%;
                display: block
            }

            .related-articles .article a h6, .related-articles .article a p.small {
                color: #141414
            }

    @media only screen and (max-width:1024px) {
        .related-articles .article a p.small {
            display: none
        }
    }

    .related-articles .article .tag a:hover, .related-articles .article a:hover h6 {
        text-decoration: underline;
        color: #4590e5
    }

    @media only screen and (max-width:1023px) {
        .related-articles .col-4 {
            width: 50%
        }

            .related-articles .col-4 .article {
                margin-bottom: 40px
            }

                .related-articles .col-4 .article a.related-article-img {
                    height: 250px
                }
    }

    @media only screen and (max-width:600px) {
        .related-articles .col-4 {
            width: 100%
        }

            .related-articles .col-4 .article.related-article-img {
                height: 170px
            }
    }

    .paywall-contain {
        position: relative
    }

        .paywall-contain .blur-content {
            background-image: linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0));
            background-image: -webkit-linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0));
            top: -300px;
            height: 300px;
            left: 0;
            position: absolute;
            width: 100%
        }

        .paywall-contain .paywall {
            border: 2px solid #b2131b
        }

            .paywall-contain .paywall .pay-wall-top {
                background: url(/img/gazette/paywall-background.png) 50% no-repeat;
                background-size: cover !important
            }

        .paywall-contain .background-color-primary-darken p a {
            color: #fff
        }

    .news .teaser-date {
        padding-top: 5px;
        line-height: 15px !important;
        margin: 0;
        font-size: 13px !important;
        color: rgba(0,0,0,.5) !important
    }

    @media only screen and (max-width:767px) {
        .news .col-4, .news .col-5, .news .col-9, .news .col-11 {
            width: 100%
        }

        .news .col-pl-3 {
            margin-left: 0 !important
        }
    }

    .news .latest-news h5 {
        text-decoration: underline;
        transition: all .3s ease-in
    }

        .news .latest-news h5:hover {
            color: #5b9de8
        }

    .news .latest-news p {
        color: #141414
    }

    .news .latest-news .page-list-heading {
        margin-bottom: 0px !important;
        display: inline-block
    }

    .news .latest-news .item img {
        display: block;
        width: 100%
    }

    .news .latest-news .item .desc {
        display: inline-block
    }

    @media only screen and (max-width:768px) {
        .news .latest-news .item .desc p.small {
            display: none
        }
    }

    .news .latest-news .item .desc a {
        transition: all .3s ease-in-out
    }

        .news .latest-news .item .desc a h5 {
            color: #141414;
            transition: all .3s ease-in-out
        }

        .news .latest-news .item .desc a.title {
            text-decoration: none
        }

        .news .latest-news .item .desc a h5:hover {
            color: #5b9de8
        }

    .news .latest-news-lrg {
        padding-top: 35px
    }

        .news .latest-news-lrg .page-list-heading {
            display: none
        }

        .news .latest-news-lrg .item {
            display: table;
            width: 100%;
            border-bottom: 1px solid #ececec
        }

            .news .latest-news-lrg .item .desc, .news .latest-news-lrg .item .img {
                display: table-cell
            }

            .news .latest-news-lrg .item .desc {
                vertical-align: top;
                width: 60%
            }

    @media only screen and (max-width:600px) {
        .news .latest-news-lrg .item .desc {
            padding: 15px !important
        }
    }

    @media only screen and (max-width:420px) {
        .news .latest-news-lrg .item .desc {
            padding: 15px 0 !important
        }
    }

    .news .latest-news-lrg .item .desc p {
        color: #141414
    }

    @media only screen and (max-width:650px) {
        .news .latest-news-lrg .item .desc p {
            display: none
        }

        .news .latest-news-lrg .item .desc .mobiledisp {
            padding-left: 15px;
            display: block;
        }

        .news .latest-news-lrg .item .mobimg {
            padding-left: 15px;
        }
    }

    .news .latest-news-lrg .item .desc a h5 {
        color: #141414
    }

    .news .latest-news-lrg .item .img {
        width: 40%;
        vertical-align: bottom
    }

    @media only screen and (max-width:1024px) {
        .news .latest-news-lrg .item .img {
            vertical-align: middle
        }
    }

    @media only screen and (max-width:767px) {
        .news .latest-news-lrg .item .img {
            vertical-align: top;
        }
    }

    @media only screen and (max-width:600px) {
        .news .latest-news-lrg .item .img {
            vertical-align: middle;
            width: 50%
        }
    }

    @media only screen and (max-width:420px) {
        .news .latest-news-lrg .item .img {
            width: 100%;
            display: block
        }
    }

    .news .latest-news-lrg .item .img img {
        display: block;
        width: 100%
    }

    @media only screen and (max-width:600px) {
        .news .latest-news-lrg .item .desc {
            width: 50%
        }
    }

    @media only screen and (max-width:420px) {
        .news .latest-news-lrg .item .desc {
            width: 100%;
            display: block
        }
    }

    .news .latest-news-sidebar {
        padding-top: 25px
    }

    @media only screen and (max-width:767px) {
        .news .latest-news-sidebar {
            padding-top: 10px
        }
    }

    .news .latest-news-sidebar .img {
        display: none
    }

    @media only screen and (max-width:767px) {
        .news .latest-news-sidebar .item {
            border-bottom: 2px solid #ececec;
            padding-bottom: 20px
        }
    }

    .news .latest-news-sidebar .desc {
        width: 100%;
        padding-left: 0 !important
    }

        .news .latest-news-sidebar .desc p {
            display: none
        }

        .news .latest-news-sidebar .desc a {
            color: #141414
        }

            .news .latest-news-sidebar .desc a h5 {
                font-family: "proxima-nova", Metropolis, sans-serif;
                font-size: 16px;
                line-height: normal;
                /*margin-top:-10px*/
            }

    .news .latest-news-sidebar .tags a {
        color: #5b9de8
    }

    .news .latest-news-overlay {
        padding-top: 30px
    }

        .news .latest-news-overlay .item {
            position: relative
        }

        .news .latest-news-overlay .img {
            height: 180px;
            overflow: hidden
        }

        .news .latest-news-overlay .desc p, .news .latest-news-overlay .tags {
            display: none
        }

        .news .latest-news-overlay .desc {
            padding-left: 0 !important;
            width: 100%;
            background: rgba(0,0,0,.7);
            padding: 10px !important;
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            right: auto
        }

            .news .latest-news-overlay .desc .teaser-date {
                margin: 0 !important;
                color: #fff !important;
                padding-left: 10px
            }

            .news .latest-news-overlay .desc .tags {
                display: inline-block
            }

                .news .latest-news-overlay .desc .tags a {
                    margin-bottom: 0 !important;
                    padding-left: 0
                }

            .news .latest-news-overlay .desc a {
                color: #fff;
                display: block;
                padding-left: 10px;
                border-bottom: 0
            }

                .news .latest-news-overlay .desc a h5 {
                    color: #fff !important;
                    font-family: "proxima-nova", Metropolis, sans-serif;
                    font-size: 18px;
                    line-height: 25px
                }

    .news .latest-news-sml .item .desc {
        width: 100%
    }

    .news .latest-news:not(.latest-news-lrg) .desc {
        padding-left: 0 !important
    }

    .author-date {
        text-transform: uppercase;
        font-size: 13px
    }

    .featured-articles-side .feature {
        position: relative;
        display: block
    }

        .featured-articles-side .feature img {
            display: block;
            max-width: 100%
        }

        .featured-articles-side .feature .overlay {
            position: absolute;
            background-color: rgba(52,52,52,.6);
            display: block;
            bottom: 0;
            left: 0;
            width: 100%
        }

            .featured-articles-side .feature .overlay h6 {
                color: #fff;
                text-decoration: none
            }

        .featured-articles-side .feature:hover .overlay {
            background-color: #141414
        }

    .social-icon-onpage {
        padding: 10px 0;
        display: inline-block !important;
    }

        .social-icon-onpage .label {
            float: left;
            padding-top: 5px;
            display: inline-block;
            margin-right: 10px
        }

    @media only screen and (max-width:767px) {
        .social-icon-onpage .label {
            float: none;
            text-align: center;
            padding-top: 0;
            margin-bottom: 5px;
            display: block;
            margin-right: 0
        }
    }

    .social-icon-onpage .icons {
        float: left;
        display: inline-block !important;
    }

    @media only screen and (max-width:767px) {
        .social-icon-onpage .icons {
            float: none;
            text-align: center
        }
    }

    .author .sharethis-inline-share-buttons {
        text-align: left !important;
        width: 100%;
        padding: 5px 0 0;
        float: left !important
    }

    .st-last {
        display: inline-block !important;
    }

    .st-btn {
        display: inline-block !important;
    }

    .st-label {
        display: inline-block !important;
    }

    #st-3.st-has-labels .st-btn.st-remove-label {
        min-width: 40px !important;
        max-width: 40px !important;
    }

    #st-1.st-has-labels .st-btn {
        min-width: 40px !important;
    }

    .contributors a.item {
        display: block;
        color: #141414;
        text-decoration: none
    }

        .contributors a.item img {
            max-width: 100%
        }

        .contributors a.item .cta {
            font-size: 16px;
            display: block;
            width: 100%;
            postion: relative
        }

            .contributors a.item .cta:after {
                content: "\f105";
                font-family: fontawesome;
                position: absolute;
                right: 0
            }

        .contributors a.item:hover .cta {
            color: #2e82e2;
            text-decoration: underline dotted
        }

    @media only screen and (max-width:800px) {
        .contributors .col-3 {
            width: 50%;
            margin-bottom: 20px
        }

            .contributors .col-3 img {
                width: 100%
            }
    }

    .article .author .img {
        padding-top: 70px;
        background-size: cover !important;
        min-height: 60px;
        width: 60px;
        border-radius: 50%
    }

    @media only screen and (max-width:1170px) {
        .article .author.mr-6 {
            margin-right: 20px !important
        }
    }

    @media only screen and (max-width:1200px) {
        .article .author .col-5, .article .author .col-11 {
            width: 100%
        }
    }

    @media only screen and (max-width:1024px) {
        .article .col-9 {
            width: 75%
        }

        .article .col-pr-3 {
            margin-right: 0 !important
        }
    }

    @media only screen and (max-width:800px) {
        .ProfileMobileHeight {
            min-height: 450px !important;
        }

        .HideProfileImg {
            display: none !important;
        }

        .ProfileMobileCol16 {
            width: 100% !important;
        }

        .ProfileMobileCol8 {
            width: 50% !important;
        }

        .WideProfile {
            width: 100% !important;
        }

        .ProfileMobileDisplay {
            display: block !important;
        }

        .mobileWidth {
            width: 300px !important;
        }

        .articleHeight {
            height: 325px !important;
        }

        .articleNobile {
            display: block !important;
        }

        .article {
            margin-top: 0 !important
        }

        .article .col-4 {
            display: none
        }

        .article .col-9, .article .col-11 {
            width: 100%
        }
        .fix-mobile-header-margin {
            margin-top: 50px;
        }
    }

    .article a.btn-print {
        float: right;
        color: #c9161e;
        padding: 0
    }

    .article-images .article-img {
        width: 100%;
        background-size: cover !important;
        min-height: 500px
    }

    @media only screen and (max-width:800px) {
        .FeatureMobileWidth {
            width: 100% !important;
        }

        .strip {
            padding-top: 70px !important;
        }

        .MobileMenuMain {
            padding-top: 50px !important;
        }

        .article-images .mobileimg {
            width: 100% !important;
            height: auto;
            margin-bottom: 10px;
        }

        .article-images .mobileimg2 {
            width: 100% !important;
        }

        .article-images .col-12 {
            width: 60%
        }

        .article-images .col-4 {
            width: 40%
        }

        .article-images .article-img {
            min-height: 400px
        }
    }

    @media only screen and (max-width:600px) {
        .article-images .article-img {
            min-height: 200px
        }
    }

    .article-list .article-block {
        display: block;
        border-bottom: 2px solid #c6c6c6;
        box-shadow: 0 0 0 transparent;
        transition: box-shadow .25s ease-in-out;
        position: relative
    }

        .article-list .article-block:hover {
            box-shadow: 0 3px 10px rgba(0,0,0,.125)
        }

        .article-list .article-block .teaser-date {
            margin: 5px 0;
            font-size: 13px !important;
            color: rgba(0,0,0,.5)
        }

        .article-list .article-block .img {
            background-color: #141414
        }

            .article-list .article-block .img img {
                max-width: 100%;
                display: block
            }

        .article-list .article-block .editor-pick-item-img {
            height: 250px;
            display: block;
            background-size: cover !important
        }

        .article-list .article-block a {
            text-decoration: none
        }

            .article-list .article-block a h4, .article-list .article-block a h6, .article-list .article-block a p {
                color: #141414
            }

            .article-list .article-block a hr {
                transition: all .3s ease-in-out
            }

            .article-list .article-block a h4 {
                transition: all .3s ease-in-out;
                text-decoration: underline
            }

                .article-list .article-block a h4:hover {
                    color: #5b9de8
                }

            .article-list .article-block a:hover h4, .article-list .article-block a:hover h6 {
                color: #2e82e2;
                text-decoration: underline
            }

            .article-list .article-block a:hover hr.short {
                width: 200px
            }

        .article-list .article-block .tiny a {
            text-decoration: underline dotted;
            color: black;
        }

            .article-list .article-block .tiny a:hover {
                color: #2e82e2
            }

    @media only screen and (max-width:900px) {
        .article-list .col-third {
            width: 50%;
            margin-bottom: 20px
        }

            .article-list .col-third img {
                width: 100%
            }
    }

    @media only screen and (max-width:600px) {
        .article-list .col-third {
            width: 100%
        }
    }

    .article-list .tags:hover {
        color: #c9161e
    }

    .on-page-list {
        background: #fff;
        float: left;
        border-bottom: 2px solid rgba(0,0,0,.2);
        box-shadow: 0 0 0 transparent;
        overflow: hidden;
        position: relative;
        display: block;
        transition: box-shadow .25s ease-in-out
    }

        .on-page-list h4 {
            text-decoration: underline;
            transition: all .3s ease-in
        }

            .on-page-list h4:hover {
                color: #5b9de8
            }

        .on-page-list:hover {
            box-shadow: 0 3px 10px rgba(0,0,0,.125)
        }

        .on-page-list p.teaser-date {
            margin: 0;
            font-size: 13px !important;
            line-height: normal;
            color: rgba(0,0,0,.5)
        }

        .on-page-list img {
            width: 100%;
            display: block
        }

        .on-page-list a {
            color: #141414
        }

        .on-page-list .tags a {
            color: #5b9de8;
            letter-spacing: 1px
        }

            .on-page-list .tags a:after {
                content: ",";
                margin-right: 5px
            }

            .on-page-list .tags a:last-child:after {
                content: "";
                margin-left: 0
            }

            .on-page-list .tags a:hover {
                color: #c9161e
            }

        .on-page-list .content {
            padding: 20px
        }

            .on-page-list .content h4 {
                font-family: "proxima-nova", Metropolis, sans-serif;
                font-size: 18px;
                line-height: 25px
            }

            .on-page-list .content hr {
                display: none
            }

        .on-page-list:first-of-type {
            width: calc(50% - 20px);
            margin-right: 20px;
            height: 668px;
            text-align: center
        }

            .on-page-list:first-of-type .on-page-list-bg {
                background-size: cover;
                background-repeat: no-repeat;
                height: 377px;
                display: block
            }

            .on-page-list:first-of-type .content {
                padding: 20px
            }

                .on-page-list:first-of-type .content h4 {
                    font-family: grad, bitter, serif;
                    font-size: 28px;
                    line-height: 32px
                }

                .on-page-list:first-of-type .content hr {
                    display: block
                }

    @media only screen and (max-width:1024px) {
        .on-page-list:first-of-type {
            width: calc(50% - 10px);
            margin-right: 10px;
            height: 624px
        }

            .on-page-list:first-of-type .on-page-list-bg {
                height: 190px
            }
    }

    .on-page-list:nth-of-type(2) {
        width: calc(25% - 10px);
        margin-right: 10px;
        height: 476px;
        margin-bottom: 20px;
        background-size: 100%;
        background-repeat: no-repeat
    }

        .on-page-list:nth-of-type(2) .on-page-list-bg {
            background-size: cover;
            background-repeat: no-repeat;
            height: 190px;
            display: block
        }

        .on-page-list:nth-of-type(2) .content {
            padding-top: 20px
        }

        .on-page-list:nth-of-type(2) p {
            font-size: 16px;
            line-height: 23px
        }

    @media only screen and (max-width:1024px) {
        .on-page-list:nth-of-type(2) {
            width: calc(50% - 10px);
            margin-right: 10px;
            height: 624px
        }

            .on-page-list:nth-of-type(2) .content {
                text-align: center
            }

                .on-page-list:nth-of-type(2) .content p {
                    display: block
                }

                .on-page-list:nth-of-type(2) .content h4 {
                    font-family: grad, bitter, serif;
                    font-size: 28px;
                    line-height: 32px
                }

                .on-page-list:nth-of-type(2) .content hr {
                    display: block
                }
    }

    .on-page-list:nth-of-type(3) {
        width: calc(25% - 10px);
        margin-left: 10px;
        height: 476px;
        margin-bottom: 20px;
        background-size: 100%;
        background-repeat: no-repeat
    }

        .on-page-list:nth-of-type(3) .on-page-list-bg {
            background-size: cover;
            background-repeat: no-repeat;
            height: 190px;
            display: block
        }

        .on-page-list:nth-of-type(3) .content {
            padding-top: 20px
        }

        .on-page-list:nth-of-type(3) p {
            font-size: 16px;
            line-height: 23px
        }

    @media only screen and (max-width:1024px) {
        .on-page-list:nth-of-type(3) {
            width: calc(33.333333% - 10px);
            margin: 0;
            margin-right: 10px;
            height: auto;
            min-height: 412px
        }
    }

    .on-page-list:nth-of-type(4) {
        width: calc(25% - 10px);
        margin-right: 10px;
        margin-bottom: 0;
        height: 172px
    }

        .on-page-list:nth-of-type(4) .on-page-list-bg, .on-page-list:nth-of-type(4) p:not(.teaser-date) {
            display: none
        }

    @media only screen and (max-width:767px) {
        .on-page-list:nth-of-type(4) p:not(.teaser-date) {
            display: block
        }
    }

    @media only screen and (max-width:1024px) {
        .on-page-list:nth-of-type(4) {
            width: calc(33.333333% - 20px);
            margin-right: 10px;
            margin-left: 10px;
            height: auto;
            min-height: 350px;
            margin-bottom: 0;
            background-image: inherit !important;
            display: block
        }

            .on-page-list:nth-of-type(4) .on-page-list-bg {
                display: block;
                height: 190px;
                background-size: cover;
                background-repeat: no-repeat
            }

            .on-page-list:nth-of-type(4) img {
                display: block
            }
    }

    .on-page-list:nth-of-type(5) {
        width: calc(25% - 10px);
        margin-left: 10px;
        margin-bottom: 0;
        height: 172px
    }

        .on-page-list:nth-of-type(5) .on-page-list-bg, .on-page-list:nth-of-type(5) p:not(.teaser-date) {
            display: none
        }

    @media only screen and (max-width:767px) {
        .on-page-list:nth-of-type(5) p:not(.teaser-date) {
            display: block
        }
    }

    @media only screen and (max-width:1024px) {
        .on-page-list:nth-of-type(5) {
            width: calc(33.333333% - 10px);
            margin: 0;
            margin-right: 10px;
            height: auto;
            min-height: 350px
        }

            .on-page-list:nth-of-type(5) .on-page-list-bg {
                display: block;
                height: 190px;
                background-size: cover;
                background-repeat: no-repeat
            }

            .on-page-list:nth-of-type(5) img {
                display: block
            }
    }

    @media only screen and (max-width:767px) {
        .on-page-list {
            width: 100% !important;
            margin: 0 0 20px !important;
            height: auto !important;
            padding-bottom: 5px
        }
    }

    .carousel {
        height: 400px
    }

        .carousel .item {
            margin: 0 10px
        }

            .carousel .item img {
                width: auto;
                display: block;
                height: 400px
            }

        .carousel .slick-list {
            overflow: visible
        }

    .carousel-contain {
        position: relative
    }

        .carousel-contain .is-left {
            left: 0;
        }

        .carousel-contain .is-left, .carousel-contain .is-right {
            background-color: #141414;
            position: absolute;
            height: 100%;
            z-index: 1
        }

        .carousel-contain .is-right {
            right: 0;
        }

        .carousel-contain .slick-next, .carousel-contain .slick-prev {
            z-index: 2;
            display: block !important
        }

    .strip-carousel .wide-8 {
        width: 100%
    }

    .strip-carousel .tags {
        font-size: 13px
    }

        .strip-carousel .tags a {
            color: #fff
        }

    .Promostrip-carousel .wide-8 {
        width: 100%
    }

    .Promostrip-carousel .tags {
        font-size: 13px
    }

        .Promostrip-carousel .tags a {
            color: #fff
        }

    .ImageGallery {
        margin: 0 -5px;
        position: relative;
        min-height: 500px;
    }

        .ImageGallery .gallery-item-display {
            width: 25%;
            display: block;
            float: left;
            padding: 0 5px;
            margin-bottom: 10px;
            opacity: .8;
            position: relative
        }

            .ImageGallery .gallery-item-display a {
                display: block;
                background-size: cover !important;
                background-position: top;
                background-repeat: no-repeat;
                height: 240px
            }

    @media only screen and (max-width:1000px) {
        .ImageGallery .gallery-item-display {
            width: 33.333333%
        }
    }

    @media only screen and (max-width:767px) {
        .ImageGallery .gallery-item-display {
            width: 50%
        }
    }

    @media only screen and (max-width:480px) {
        .ImageGallery .gallery-item-display {
            width: 100%
        }
    }

    .ImageGallery .gallery-item-display:after {
        content: "\f002";
        font-family: FontAwesome;
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: rgba(0,0,0,.7);
        color: #fff;
        padding: 2px 9px;
        border-radius: 50%;
        pointer-events: none
    }

    .ImageGallery .gallery-item-display:hover {
        opacity: 1
    }

    .ImageGallery .gallery-item-display img {
        width: 100%;
        display: block
    }

    .most-popular .featured-popular {
        height: 340px;
        position: relative;
        background-size: cover !important
    }

    @media only screen and (max-width:767px) {
        .most-popular .featured-popular {
            width: 100%;
            display: block;
            margin-bottom: 10px
        }
    }

    .most-popular .featured-popular .count {
        position: absolute;
        top: 0;
        left: 0;
        background: #c9161e;
        height: 80px;
        width: 80px;
        color: #fff;
        font-size: 50px;
        font-family: grad, bitter, serif;
        text-align: center;
        line-height: 77px;
        font-weight: 700
    }

    .most-popular .featured-popular .content {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        background: linear-gradient(180deg,transparent 0,#0e0747);
        width: 100%;
        padding: 25px;
        color: #fff
    }

        .most-popular .featured-popular .content .tags {
            margin-bottom: 10px
        }

        .most-popular .featured-popular .content h5 {
            width: 60%
        }

    @media only screen and (max-width:1024px) {
        .most-popular .featured-popular .content h5 {
            width: 100%
        }
    }

    .most-popular .featured-popular .content a {
        color: #fff
    }

    .most-popular .popular-list {
        max-width: 412px;
        min-width: 300px
    }

    @media only screen and (max-width:767px) {
        .most-popular .popular-list {
            width: 100%;
            display: block;
            max-width: none;
            min-width: 0;
            padding-left: 0 !important
        }
    }

    .most-popular .popular-list .dsp-table.item {
        height: 85px;
        display: block;
        margin-bottom: 10px
    }

        .most-popular .popular-list .dsp-table.item:last-of-type {
            margin-bottom: -5px
        }

    .most-popular .popular-list .item .tags {
        margin: 0;
        line-height: normal
    }

    .most-popular .popular-list .item .date {
        opacity: .5
    }

    .most-popular .popular-list .item .tags a {
        color: #5b9de8
    }

    .most-popular .popular-list .item:before {
        content: attr(data);
        background: rgba(201,22,30,.9);
        color: #fff;
        font-family: grad, bitter, serif;
    }

    .most-popular .popular-list .item h5 {
        font-family: "proxima-nova", Metropolis, sans-serif;
        font-size: 16px;
        line-height: 22px
    }

    .most-popular .popular-list .item .count {
        vertical-align: middle;
        width: 80px
    }

        .most-popular .popular-list .item .count div {
            background: #c9161e;
            height: 80px;
            width: 80px;
            color: #fff;
            font-size: 50px;
            font-family: grad, bitter, serif;
            text-align: center;
            line-height: 77px;
            font-weight: 700
        }

            .most-popular .popular-list .item .count div.shade-2 {
                background: rgba(201,22,30,.8);
                color: #fff
            }

            .most-popular .popular-list .item .count div.shade-3 {
                background: rgba(201,22,30,.6);
                color: #fff
            }

            .most-popular .popular-list .item .count div.shade-4 {
                background: rgba(201,22,30,.4);
                color: #c9161e
            }

            .most-popular .popular-list .item .count div.shade-5 {
                background: rgba(201,22,30,.2);
                color: #c9161e
            }

    .most-popular .popular-list .item a {
        color: #141414
    }

    .cta-strip {
        position: relative;
        min-height: 350px;
        background-size: cover !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .cta-strip img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0
        }

        .cta-strip .container {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .cta-strip .content {
            position: relative;
            z-index: 2;
            width: 43.75%;
            margin: 0 auto
        }

    @media only screen and (max-width:1024px) {
        .cta-strip .content {
            width: 100%
        }
    }

    .cta-strip.bg-dark {
        color: #fff;
        background-color: #141414 !important
    }

    .cta-Promostrip {
        position: relative;
        min-height: 250px;
        background-size: cover !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .cta-Promostrip img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0
        }

        .cta-Promostrip .container {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .cta-Promostrip .content {
            position: relative;
            z-index: 2;
            width: 43.75%;
            margin: 0 auto
        }

    @media only screen and (max-width:1024px) {
        .cta-Promostrip .content {
            width: 100%
        }
    }

    .cta-Promostrip.bg-dark {
        color: #fff;
        background-color: #141414 !important
    }

    @media only screen and (max-width:1024px) {
        .search-results .col-4 {
            width: 50%
        }

            .search-results .col-4 img {
                width: 100%
            }
    }

    @media only screen and (max-width:480px) {
        .search-results .col-4 {
            width: 100%
        }
    }

    .block.gazetteadblock.span4 .base {
        width: 100%;
        background: #f1f1f1;
        padding: 32px 0 20px;
        max-width: 100%
    }

    .subscribe-base {
        width: 740px;
        margin: auto
    }

    @media only screen and (max-width:767px) {
        .subscribe-base {
            width: 95%
        }
    }

    .bg-subs {
        background: url(/img/gazette/bg-subscribe.png) 0 repeat-x
    }

    .sub-window {
        border: 2px solid #3d5c8a
    }

        .sub-window .dsp-cell {
            background: #fff url(/img/gazette/bg-device.png) 50%;
            background-size: 300% !important
        }

        .sub-window .blue {
            background: #3d5c8a url(/img/gazette/bg-device2.png) 50%;
            color: #fff
        }

    .subscribe-base .item {
        padding: 30px
    }

        .subscribe-base .item ul {
            font-size: 15px;
            line-height: 24px;
            width: 85%;
            margin: auto;
            padding: 10px 0
        }

        .subscribe-base .item .btn-ghost {
            border: 3px solid #fff;
            border-radius: 4px
        }

        .subscribe-base .item .btn-ghost, .subscribe-base .item .btn-norm {
            padding: 2px 20px;
            color: #fff;
            text-transform: uppercase;
            margin-top: 20px;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px
        }

        .subscribe-base .item .btn-norm {
            border: 3px solid #3d5c8a;
            background: #3d5c8a;
            border-radius: 4px
        }

    @media only screen and (max-width:767px) {
        .subscribe-base .wide-8 {
            width: 100%;
            display: block
        }
    }

    .hp-subtitle {
        text-align: center
    }

        .hp-subtitle *, .hp-subtitle * *, .hp-subtitle * h1, .hp-subtitle * h2, .hp-subtitle * h3, .hp-subtitle * h4, .hp-subtitle * h5, .hp-subtitle * h6, .hp-subtitle h1, .hp-subtitle h1 *, .hp-subtitle h1 h1, .hp-subtitle h1 h2, .hp-subtitle h1 h3, .hp-subtitle h1 h4, .hp-subtitle h1 h5, .hp-subtitle h1 h6, .hp-subtitle h2, .hp-subtitle h2 *, .hp-subtitle h2 h1, .hp-subtitle h2 h2, .hp-subtitle h2 h3, .hp-subtitle h2 h4, .hp-subtitle h2 h5, .hp-subtitle h2 h6, .hp-subtitle h3, .hp-subtitle h3 *, .hp-subtitle h3 h1, .hp-subtitle h3 h2, .hp-subtitle h3 h3, .hp-subtitle h3 h4, .hp-subtitle h3 h5, .hp-subtitle h3 h6, .hp-subtitle h4, .hp-subtitle h4 *, .hp-subtitle h4 h1, .hp-subtitle h4 h2, .hp-subtitle h4 h3, .hp-subtitle h4 h4, .hp-subtitle h4 h5, .hp-subtitle h4 h6, .hp-subtitle h5, .hp-subtitle h5 *, .hp-subtitle h5 h1, .hp-subtitle h5 h2, .hp-subtitle h5 h3, .hp-subtitle h5 h4, .hp-subtitle h5 h5, .hp-subtitle h5 h6, .hp-subtitle h6, .hp-subtitle h6 *, .hp-subtitle h6 h1, .hp-subtitle h6 h2, .hp-subtitle h6 h3, .hp-subtitle h6 h4, .hp-subtitle h6 h5, .hp-subtitle h6 h6, .hp-subtitle p, .hp-subtitle p *, .hp-subtitle p h1, .hp-subtitle p h2, .hp-subtitle p h3, .hp-subtitle p h4, .hp-subtitle p h5, .hp-subtitle p h6 {
            font-size: 28px;
            line-height: 28px;
            font-weight: 600;
            text-align: center;
            font-family: grad, bitter, serif;
        }

    .focal-point {
        background: #90030b;
        text-align: left;
        padding: 30px 30px 0;
        position: relative;
        overflow: hidden;
        color: #fff;
        z-index: 2
    }

        .focal-point a {
            color: white;
            text-decoration: underline;
            text-decoration-color: white;
        }

        .focal-point h2 {
            color: #fff;
            font-weight: 100;
            font-family: "proxima-nova", Metropolis, sans-serif;
            text-transform: uppercase;
            padding-bottom: 10px
        }

            .focal-point h2:before {
                content: "\f002";
                font-family: FontAwesome;
                font-size: 39px;
                position: relative;
                top: -6px;
                padding-right: 15px
            }

    @media only screen and (max-width:600px) {
        .focal-point h2:before {
            font-size: 31px;
            position: relative;
            top: -3px
        }
    }

    .focal-point:after {
        content: "\f002";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        position: absolute;
        font-size: 450px;
        color: #9c1d24;
        top: 44%;
        right: -52px;
        margin: 0;
        z-index: -1
    }

    .gazettearticleataglanceblock {
        position: relative;
        background-color: #a70000;
        color: #fff;
        font-family: "proxima-nova", Metropolis, sans-serif;
    }

        .gazettearticleataglanceblock > div {
            position: relative;
            z-index: 2;
            padding: 0px 30px 0px;
            margin-top: 1em
        }

            .gazettearticleataglanceblock > div h2 {
                display: block;
                text-transform: uppercase;
                font-size: 1.2em;
                font-family: "proxima-nova", Metropolis, sans-serif;
            }

                .gazettearticleataglanceblock > div h2:before {
                    position: relative;
                    font-size: 1rem;
                    margin-right: .5em;
                    content: "\f0c9";
                    font-family: FontAwesome
                }

            .gazettearticleataglanceblock > div span {
                display: block;
                font-size: .9em;
                line-height: 1.4em
            }

                .gazettearticleataglanceblock > div span:before {
                    content: "";
                    display: block;
                    margin-bottom: 1em;
                    width: 100%;
                    height: 2px;
                    background: hsla(0,0%,100%,.3)
                }

        .gazettearticleataglanceblock:after {
            width: 100%;
            content: "\f06e";
            z-index: 1;
            font-family: FontAwesome;
            color: hsla(0,0%,100%,.3);
            position: absolute;
            margin: auto;
            left: 30%;
            top: 80%;
            font-size: 15em;
            padding-bottom: 10px
        }

    .strip {
        padding: 20px 0;
    }

    .strip-sml {
        padding: 5px 0
    }

    .strip-white {
        background: #fff
    }

    .strip-lgrey {
        background: #ececec
    }

    .strip-black {
        background: #141414
    }

        .strip-black.strip-carousel {
            overflow: hidden;
            padding-bottom: 100px
        }

            .strip-black.strip-carousel .social-icon-onpage {
                float: right;
                padding: 0
            }

    .strip-primary {
        background: #c9161e
    }

    .strip-secondary {
        background: #5b9de8
    }

    section.strip + section.strip.article.mt-6 {
        margin-top: 0 !important
    }

    .Promostrip {
        overflow-y: hidden
    }

    .Promostrip-sml {
        padding: 5px 0
    }

    .Promostrip-white {
        background: #fff
    }

    .Promostrip-lgrey {
        background: #ececec
    }

    .Promostrip-black {
        background: #141414
    }

        .Promostrip-black.strip-carousel {
            overflow: hidden;
            padding-bottom: 100px
        }

            .Promostrip-black.strip-carousel .social-icon-onpage {
                float: right;
                padding: 0
            }

    .Promostrip-primary {
        background: #c9161e
    }

    .Promostrip-secondary {
        background: #5b9de8
    }

    section.strip + section.strip.article.mt-6 {
        margin-top: 0 !important
    }

    @media only screen and (max-width:768px) {
        .header-group .social {
            display: none
        }
    }

    .header-group .social ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .header-group .social ul li {
            display: inline-block
        }

            .header-group .social ul li:not(:first-of-type) {
                margin-left: 5px
            }

            .header-group .social ul li a {
                background-color: #5b9de8;
                color: #fff;
                border-radius: 50%;
                height: 40px;
                min-width: 40px;
                display: block;
                line-height: 2
            }

            .header-group .social ul li.linkedin a {
                background-color: #0077b5
            }

            .header-group .social ul li.linkedin a:hover {
                background-color: #00669c
            }

    .banner {
        background-size: cover !important;
        min-height: 600px;
        position: relative
    }

        .banner .container {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.2);
            transition: all .3s ease-in
        }

            .banner .container hr {
                margin-bottom: 10px
            }

            .banner .container .dsp-cell {
                vertical-align: bottom;
                padding-bottom: 70px
            }

            .banner .container .banner-container {
                max-width: 560px
            }

                .banner .container .banner-container a {
                    color: #fff
                }

                    .banner .container .banner-container a, .banner .container .banner-container a h1 {
                        text-decoration: none
                    }

        .banner:hover .container {
            background: rgba(0,0,0,.4)
        }

        .banner .tags {
            font-size: 13px !important
        }

    .tags {
        font-size: 13px;
        margin-bottom: 20px
    }

    .desc .tags {
        margin: 0
    }

        .desc .tags a, .tags a {
            color: #5b9de8
        }

    .tags a {
        text-decoration: none;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase
    }

        .tags a:hover {
            text-decoration: underline;
            color: #c9161e
        }

    .paging-firm {
        padding: 20px 0;
        text-align: center
    }

        .paging-firm a > span {
            font-size: 14px;
            color: #779fcc;
            border-bottom: 1px dotted #779fcc
        }

            .paging-firm a > span:hover {
                color: #5b9de8
            }

    @media only screen and (max-width:480px) {
        .paging-firm a > span {
            display: none
        }
    }

    .paging-firm ul {
        list-style: none;
        display: inline-table;
        padding: 0;
        margin: 0;
        margin: 0 10px
    }

        .paging-firm ul li {
            display: table-cell;
            padding: 0 5px;
            font-weight: 700;
            font-size: 14px
        }

            .paging-firm ul li a {
                display: block;
                border-radius: 50%;
                width: 32px;
                background: #ececec;
                color: #779fcc
            }

                .paging-firm ul li a:hover, .paging-firm ul li span {
                    color: #fff;
                    background: #779fcc
                }

            .paging-firm ul li span {
                display: block;
                border-radius: 50%;
                width: 32px
            }

    .strip-lgrey .paging-firm ul li a {
        background-color: #fff
    }

        .strip-lgrey .paging-firm ul li a:hover {
            color: #fff;
            background: #779fcc
        }

    .Promostrip-lgrey .paging-firm ul li a {
        background-color: #fff
    }

        .Promostrip-lgrey .paging-firm ul li a:hover {
            color: #fff;
            background: #779fcc
        }

    .gazzette-pagination {
        display: inline-table
    }

        .gazzette-pagination td {
            padding: 0 5px;
            vertical-align: middle
        }

    @media only screen and (max-width:767px) {
        .gazzette-pagination td:first-child, .gazzette-pagination td:last-child {
            display: none
        }
    }

    .gazzette-pagination a, .gazzette-pagination button {
        height: 30px;
        width: 30px;
        display: block;
        border-radius: 50%;
        background: #f2f2f2;
        text-align: center;
        color: #4d7cb2 !important;
        font-weight: 500 !important;
        font-size: 14px
    }

        .gazzette-pagination a.active, .gazzette-pagination a:hover, .gazzette-pagination button.active, .gazzette-pagination button:hover {
            background: #4d7cb2;
            color: #fff !important
        }

    .gazzette-pagination .btn {
        background: transparent;
        color: #4d7cb2 !important;
        padding: 0;
        border: 0;
        width: auto !important;
        text-transform: none;
        letter-spacing: 0;
        border-bottom: 1px dotted #4d7cb2;
        border-radius: 0
    }

    @media only screen and (max-width:767px) {
        .gazzette-pagination .btn {
            display: none
        }
    }

    .gazzette-pagination .btn.disabled {
        pointer-events: none;
        opacity: .2
    }

    .search-feature {
        display: none;
        background: #ececec;
        overflow: hidden
    }

        .search-feature .base {
            position: relative
        }

        .search-feature .btn-search {
            color: #fff;
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 34px;
            background: #2e82e2
        }

    .btn-search {
        color: #fff;
        cursor: pointer;
        right: 0;
        top: 34px;
        background: #2e82e2
    }

    .search-feature .btn-search:hover {
        background: #5b9de8
    }

    @media only screen and (max-width:800px) {
        .search-feature .btn-search {
            top: 9px
        }
    }

    @media only screen and (max-width:800px) {
        .search-feature {
            background-color: #fff;
            padding: 10px 0;
            position: absolute;
            left: 0;
            top: 68px;
            z-index: 1;
            width: 100%
        }
    }

    .form .search-feature [type=text].dropdown, .form .valid.invalid-contain .search-feature input[type=text], .form .valid.invalid-contain .search-feature textarea[type=text], .search-feature .form .valid.invalid-contain input[type=text], .search-feature .form .valid.invalid-contain textarea[type=text], .search-feature .form [type=text].dropdown, .search-feature input[type=text] {
        margin: 0 !important;
        width: 100% !important;
        font-size: 30px;
        padding: 30px 20px;
        font-family: "proxima-nova", Metropolis, sans-serif;
        outline: none
    }

    @media only screen and (max-width:800px) {
        .form .search-feature [type=text].dropdown, .form .valid.invalid-contain .search-feature input[type=text], .form .valid.invalid-contain .search-feature textarea[type=text], .search-feature .form .valid.invalid-contain input[type=text], .search-feature .form .valid.invalid-contain textarea[type=text], .search-feature .form [type=text].dropdown, .search-feature input[type=text] {
            background-color: #fff;
            border: #fff;
            width: 70%;
            font-size: 20px;
            padding: 15px 0
        }
    }

    .overlay {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        background-color: #141414;
        opacity: .9;
        z-index: 1
    }

    .dsp-block {
        display: block
    }

    .btn-search--close {
        display: none;
        text-align: right;
        float: left;
        padding: 18px 18px 0 0;
        cursor: pointer
    }

        .btn-search--close img {
            height: 30px;
            width: 30px
        }

    .action {
        cursor: pointer
    }

    .search-field::-webkit-input-placeholder {
        color: rgba(0,0,0,.2)
    }

    .search-field:-moz-placeholder, .search-field::-moz-placeholder {
        color: rgba(0,0,0,.2)
    }

    .search-field:-ms-input-placeholder {
        color: rgba(0,0,0,.2)
    }

    .show-three-st #st-1 .st-btn[data-network=linkedin] {
        display: inline-block !important
    }

    .slick-next, .slick-prev {
        background: hsla(0,0%,100%,.5);
        transform: translateY(-51%);
        transition: all .3s ease-in
    }

        .slick-next:hover, .slick-prev:hover {
            background: hsla(0,0%,100%,.6)
        }

    .slick-next {
        right: -40px
    }

    @media only screen and (max-width:900px) {
        .slick-next {
            right: -30px
        }
    }

    @media only screen and (max-width:500px) {
        .slick-next {
            right: -20px
        }
    }

    .slick-next:after {
        content: "\f105";
        color: #7b2424;
        font-size: 50px;
        line-height: 45px;
        font-family: FontAwesome
    }

    .slick-prev {
        left: -40px
    }

    @media only screen and (max-width:900px) {
        .slick-prev {
            left: -30px
        }
    }

    @media only screen and (max-width:500px) {
        .slick-prev {
            left: -20px
        }
    }

    .slick-prev:after {
        content: "\f104";
        color: #7b2424;
        font-size: 50px;
        line-height: 45px;
        font-family: FontAwesome
    }

    @media only screen and (max-width:1024px) {
        .contact-us .col-6, .contact-us .col-7 {
            width: 50%
        }

            .contact-us .col-6.pl-6, .contact-us .col-7.pl-6 {
                padding: 0 10px !important
            }
    }

    @media only screen and (max-width:650px) {
        .contact-us .col-6, .contact-us .col-7 {
            width: 100%
        }

        .contact-us .col-6 {
            margin-top: 40px
        }
    }

    .user-row {
        margin-bottom: 14px;
    }

        .user-row:last-child {
            margin-bottom: 0;
        }

    .dropdown-user {
        margin: 13px 0;
        padding: 5px;
        height: 100%;
    }

        .dropdown-user:hover {
            cursor: pointer;
        }

    .table-user-information > tbody > tr {
        border-top: 1px solid rgb(221, 221, 221);
    }

        .table-user-information > tbody > tr:first-child {
            border-top: 0;
        }


        .table-user-information > tbody > tr > td {
            border-top: 0;
        }

    .toppad {
        margin-top: 20px;
    }


    .gazetteFooter {
        background-color: #b2131b;
    }

    .footerContent {
        margin: auto;
        position: relative;
        width: 100%;
        max-width: 1170px;
        padding: 10px 10px;
        color: #141414;
        background-color: #b2131b;
        text-align: center;
    }

    .footerInsideContent {
        margin-right: auto;
        margin-left: auto;
        margin-top: -7px;
        margin-bottom: -10px;
    }

    .footerTable {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 50px;
        padding-right: 10px;
        float: right;
    }

        .footerTable ul {
            margin: 20px;
            list-style-type: none;
        }

    .footerSocial {
        margin: 5px;
        list-style-type: none;
    }

    .footerTable li {
        list-style-type: none;
        display: inline block !important;
        width: 30px;
        height: 30px;
        background: #b2131b;
        text-align: center;
        line-height: 30px;
        float: left;
        margin: 0 8px 8px 0;
        font-size: 30px;
    }

    .fa {
        /*color:#fff; 
background-color:#b2131b;*/
    }

        .fa.footerIcons {
            color: #fff;
            background-color: #b2131b;
            font-size: 30px;
        }

        .fa:hover {
            color: #333;
        }

    .fa-user:hover {
        pointer-events: none;
    }

    .account div {
        margin-top: -14px;
    }


    /*Utility Nav Account*/

    ul li.account {
        position: relative;
        min-width: 175px;
        max-width: 175px;
    }

        ul li.account span {
            font-weight: 300;
        }

        ul li.account a {
            /*white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;*/
        }

        ul li.account .span-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            max-width: 95px;
            padding-right: 5px;
        }

        ul li.account a.arrow {
            font-weight: 500;
            font-size: 14px;
            margin-top: -3px;
            background: url(/img/icon-arrow-down.png) no-repeat right 10px center;
            padding-right: 32px;
        }

    li.account ul li a {
        color: #fff;
        font-size: 13px;
    }

    li.account ul li {
        display: block;
        width: 100%;
        text-align: left;
        border-left: 1px solid #818181;
        border-right: 1px solid #818181;
    }

        li.account ul li a {
        }

            li.account ul li a:last-child {
                border-bottom: none;
                padding-bottom: 7px;
                background: #515151;
            }

    nav.main-nav li.account:Hover ul li a {
        display: block;
    }

    nav.main-nav li.account ul li a:Hover {
        display: block;
    }

    nav.main-nav li.account ul li a {
        display: none;
    }

    Label.error {
        position: relative;
        left: 15px;
        top: -4px;
        color: red;
        font-size: 15px;
    }

    .gazcontactus {
        font-size: 15px !important;
        line-height: 18px !important;
    }


    .label-div {
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding-top: 5px;
    }

    .text-content {
        display: block;
        font-size: 16px;
        font-weight: 200;
    }

    .info {
        padding: 30px;
        width: 50%;
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

        .info h2 {
            color: #4A3B9E;
            font-weight: 700;
            font-family: "Open Sans", Arial, sans-serif;
            font-size: 1.25em;
            margin-bottom: 10px;
        }

    .profile-header-info h2 {
        color: #4A3B9E;
        font-weight: 700;
        font-family: "Open Sans", Arial;
        font-size: 18px;
        display: block;
        border-bottom: 3px solid #4A3B9E;
        padding-bottom: 5px;
        background-color: #ffffff;
    }


    .btn-norm {
        border: 3px solid #3d5c8a;
        background: #3d5c8a;
        border-radius: 4px;
        padding: 2px 20px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 20px;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        height: 40px;
    }


    .Blue-header {
        font-size: 16px;
        color: #5a91d7;
        font-weight: 400;
    }


    /*.btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}*/

    .btn-white {
        background-color: transparent;
        border: 2px solid #397bcf !important;
        color: #397bcf;
        text-decoration: solid !important;
        padding: 10px 35px;
        border-radius: 3px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
    }


    .btn-blue {
        background: #6a96d2 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    .content-border {
        border-color: #e6e6e6 !important;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .profile-padding {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }


    .profile-acc a {
        color: #343434;
        text-decoration: none;
    }

    .profil-eacc a:hover {
        color: #343434;
        text-decoration: none;
    }

    .profile-acc.accordion-activate a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .profile-acc h2 {
        margin: unset;
    }

    .profile-Det footer {
        padding: 10px 15px;
        background-color: #F5F5F5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .text-content {
        display: block;
        font-size: 16px;
        font-weight: 200;
    }

    .profile-padding {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    hr.contentHR {
        border-top: 2px solid #e9e9e9;
    }

    div.personal-det {
        padding-top: 10px !important;
    }

        div.personal-det span.text-content {
            height: 20px;
        }


    H2.ls-forms {
        color: #2f2580;
        font-weight: 700;
        font-size: 24px;
    }

    .search-textbox {
        font-size: 16px;
        padding: 15px 10px;
        margin-bottom: 20px;
        font-family: "proxima-nova", Metropolis, sans-serif;
        outline: none;
    }

.header-search.search-control {
    display: flex;
}

    .search-control .btn-search {
        color: #fff;
        cursor: pointer;
        position: static;
        top: 34px;
        margin: 0.1rem;
        background: #2e82e2;
    }

    .rgMasterTable thead {
        background: #B2131B;
        color: #fff;
        border-bottom: 2px solid #ececec;
        border-top: 2px solid #ececec;
    }

    .page-success {
        font-weight: 600;
        margin-bottom: 20px;
        border: 1px solid #468847;
        box-shadow: 0 1px 0 rgba(70, 136, 71, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(70, 136, 71, 0.15);
        color: #468847;
        background: #effcef;
        padding: 10px 10px;
        border-radius: 4px;
    }

    .base .page-success p {
        margin: 0px;
        text-align: justify;
    }

    .btn-line-height {
        line-height: 33px;
    }

    .tag {
        color: #5b9de8;
    }


    .HeaderColor a {
        background-color: #fff;
        color: #c9161e !important;
    }



    .btn-alt {
        background: #669900;
        color: #fff !important;
        text-decoration: none !important;
        border: 2px solid #669900;
    }


    .btn-right {
        float: right
    }

    .btn-left {
        float: left
    }

    .hide-btn {
        display: none;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Show-Menu {
        display: block !important;
    }

    .Hide-Menu {
        display: none !important;
    }

    .MobileLogo {
        height: 60px;
        width: 60px;
    }

    @media only screen and (max-width:380px) {
        .MobileLogo {
            height: 40px !important;
            width: 40px !important;
        }

        header.mobile .logo {
            float: left;
            padding-top: 15px !important;
        }
    }


    .spacing {
        margin: 0;
        padding: 0;
        line-height: 15px;
        font-size: 13px;
    }

    .tags a:after {
        content: ",";
        margin-right: 5px
    }

    .tags a:last-child:after {
        content: "";
        margin-left: 0
    }

    @media print {

        .header, .breadcrumb, .sidebar, .footer, nav, .header-search, .gazettepagelistblock, .block, hr.primary, .social-icon-onpage, .gazetteadblock
        .back-link, iframe, .gazetterelatedblock, #epi-quickNavigator, .print, .caption, .back-link, .gazettearticleataglanceblock, .gazettefocalpointblock, .gazetteFooter, .footerContent {
            display: none;
        }

        .base {
            -webkit-print-color-adjust: exact; /*for chrome*/
            color-adjust: exact; /*for firefox*/
        }

        .mb-2, .tags {
            margin-bottom: 0px;
        }

        .wide-12, .col-10, .col-11 {
            width: 100%;
        }
    }


    .mobilemenu {
        position: fixed !important;
        top: 0;
        width: 100%;
        height: 65px;
        z-index: 1;
    }

    .page-error {
        font-weight: 600;
        margin-bottom: 20px;
        border: 1px solid #b42426;
        box-shadow: 0 1px 0 rgba(180, 36, 38, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 3px rgba(180, 36, 38, 0.15);
        color: #b42426;
        background: #fbf0f0;
        padding: 10px 10px;
        border-radius: 4px;
    }


/*New gazette styling form ebiz6*/

/*Gazette Payment*/
#gazettePayment .flex-1row-2col {
    justify-content: space-between;
    padding-bottom: 2em
}

/*Global stylings*/

.flex-1row-2col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.flex-1row-2col .flex-row {
    margin-bottom: 1.25rem;
}

@media only screen and (max-width: 576px) {
    .flex-1row-2col {
        flex-direction: column;
        align-items: baseline;
        gap: 0.5rem;
    }
}

.green-alert-box {
    display: flex;
    font-weight: 400;
    border: none;
    border-top: 0.25em solid #00AB47;
    background: #DEFFEC;
    box-shadow: none;
    color: #555555;
    padding: 1em;
    margin-bottom: 3em;
    border-radius: 0;
    align-items: center;
}

.green-alert-box::before {
    content: url(/UI/images/icons/circled-success-green.svg);
    vertical-align: sub;
    margin-right: 1em;
    padding-top: 0.375em;
}

.red-alert-box {
    display: flex;
    font-weight: 400;
    border: none;
    border-top: 0.25em solid #E60000;
    background: #FFE6E6;
    box-shadow: none;
    color: #555555;
    padding: 1em;
    margin-bottom: 3em;
    border-radius: 0;
    align-items: center;
}

.red-alert-box::before {
    content: url(/UI/images/icons/circled-error-red.svg);
    vertical-align: sub;
    margin-right: 1em;
    padding-top: 0.375em;
}

h1.body {
    font-family: 'PT Serif' !important;
    font-weight: 400 !important;
    font-size: 2.48rem !important;
    letter-spacing: 0.0156rem !important;
    line-height: 1.4em !important;
    color: #0B0039 !important;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
}

.hr-grey {
    margin: 2.5rem 0 2.5rem 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
}

.flexmodal {
    display: flex;
    justify-content: center;
    z-index: 9999;
}

.flexmodal select {
    width: 100%;
}

.flexmodal .modal-content {
    width: 27.375em;
    background-color: #FFFFFF;
    padding: 1em 1em 0 1em;
}
.flexmodal .modal-content .btn {
    width: 100%;
    margin-bottom: 1em;
}

@media only screen and (max-width: 467px) {
    .flexmodal .modal-content {
        margin: auto 1em;
        width: auto;
    }
}

.btn {
    display: inline-flex;
    border: none !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    position: relative;
    min-width: 7.5em;
    max-width: 100%;
    height: 3rem;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.188em;
    letter-spacing: 0.0312em;
    text-transform: uppercase;
    font-family: 'Manrope';
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.2s all;
}

.btn-secondary {
    background-color: #FFFFFF;
    color: #0B0039;
    border: 1px solid #A67F42 !important;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #8D5C12;
}

.btn-blue {
    background: #6a96d2 !important;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0px;
}

.btn-white {
    color: #397bcf !important;
    background-color: white !important;
    border: 0.125rem solid #397bcf !important;
    margin: 0px;
}

@media all and (max-width: 810px) {
    .btn-secondary, .btn-primary, .btn-white, .btn-blue, #gazettePayment .btn-alt {
        width: 100%;
    }
}

button:disabled {
    color: #FFFFFF !important;
    background-color: #838383 !important;
    opacity: 1 !important;
}

#gazettePayment .btn-alt {
    margin-top: 32px;
    margin-bottom: 48px;
    float: right;
}


/*Modal styles for payment blue Pay*/
.Blue-Pay-Dialog .modal-dialog {
    max-width: 28.125rem !important;
    margin: 0 auto;
    margin-top: 2em;
}

.Blue-Pay-Dialog #eb-BluePay .modal-content {
    width: unset;
}

.Blue-Pay-Dialog #eb-BluePay .modal-content iframe.eb-BluePay {
    height: 40rem;
    width: -webkit-fill-available;
}

.Blue-Pay-Dialog .modal-dialog button.close {
    float: right;
    background-color: transparent;
    display: none;
}

#nofrixion-payelement {
    z-index: 3;
    padding-top: 6rem;
}

    #nofrixion-payelement .modal-dialog {
        width: 26rem;
    }

@media only screen and (max-width: 576px) {
    #nofrixion-payelement .modal-dialog {
        width: auto;
        justify-content: center;
    }
}

#nofrixion-payelement .modal-dialog h4 {
    text-align: center;
    margin-top: 32px;
    width: 100%;
    font-size: 1.44rem !important;
    padding: 0px !important;
}

#nofrixion-payelement .modal-dialog .logincard-icon {
    content: url("/UI/images/LSI_logo_nofrixion.png");
}

#nofrixion-payelement .modal-dialog img.img-sizing {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 91px !important;
    height: 100px !important;
}

#nofrixion-payelement .modal-dialog .euro-label {
    font-family: 'Manrope' !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    letter-spacing: 0.025rem !important;
    line-height: 54.64px !important;
    color: #0B0039 !important;
    text-align: center;
}

#nofrixion-payelement .modal-dialog button.close {
    display: none;
}

#nofrixion-payelement .modal-dialog .close-modal {
    display: flex;
    justify-content: flex-end;
}

    #nofrixion-payelement .modal-dialog .close-modal .material-symbols-outlined {
        color: #0B0039;
    }

#nofrixion-payelement .modal-dialog #creditCardDiv h2 {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
    background: none !important;
    padding: 0 !important;
    display: block;
    line-height: normal;
}

#nofrixion-payelement .modal-dialog #creditCardDiv h3 {
    margin: 0 !important;
    display: block;
}

#nofrixion-payelement .modal-content {
    padding: 1rem;
    margin: 0 auto;
    height: auto;
    background-color: #FFFFFF;
    width: max-content;
    max-height: 90vh;
    overflow-y: auto;
    width: max-content !important;
}

#subscriptionSuccessModal h2 {
    font-weight: 600;
    margin-bottom: 2rem;
}

#subscriptionSuccessModal button#btnSaveModalSecondary {
    margin-top: 2rem;
}

@media only screen and (max-width: 467px) {
    #nofrixion-payelement .modal-content {
        padding: 0;
    }
}

#nofrixion-payelement .modal-body {
    background-color: #FFFFFF;
    overflow-x: scroll;
}

@media only screen and (max-width: 467px) {
    #nofrixion-payelement .modal-body {
        padding: 0;
    }
}

#nofrixion-payelement iframe.eb-BluePay {
    height: 34rem !important;
}

/*Css for loading spinner*/
.loaderwrapper {
    background: #0B0039;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    opacity: 0.6;
    left: 0;
    top: 0;
    bottom: 0;
}

.loaderwrapper .ebloader {
    border: 10px solid #DDCBA4;
    border-radius: 50%;
    border-top: 10px solid #0B0039;
    width: 3rem;
    height: 3rem;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 20% auto 0 auto;
}
 
/*Gazette Profile EB6*/
#gazetteProfile .text-content {
    font-family: 'Manrope' !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    letter-spacing: 0.025em !important;
    line-height: 1.375rem !important;
    color: #0B0039;
}

#gazetteProfile .dark-blue-header {
    font-family: 'PT Serif' !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    letter-spacing: 0.025em !important;
    line-height: 1.625rem !important;
    color: #0B0039;
    margin-bottom: 1.563rem;
}

#gazetteProfile .blue-header {
    color: #5B9DE8;
}

#gazetteProfile .align-right {
    justify-content: flex-end;
    gap: 1.25rem;
}

#gazetteProfile a.red-link {
    color: #B2131B;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#gazetteProfile a.red-link:hover {
    text-decoration: underline;
}

#gazetteProfile .flex-1row-2col {
    margin-bottom: 1.563rem;
}

#gazetteProfile .flex-1row-2col .flex-col1 {
    width: 15.625rem;
}

#gazetteProfile .modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    letter-spacing: 0.025em !important;
    line-height: 1.375em !important;
    color: #555555 !important;
}


#gazetteProfile .modal-dialog input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    appearance: none;
    background-color: #fff;
    border-radius: 50%;
    min-width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #0B0039;
    transition: 0.2s all linear;
    margin-right: 0.313rem;
    position: relative;
    top: 0.25rem;
}
    #gazetteProfile .modal-dialog input[type="radio"]:checked {
        background-color: #A67F42;
        box-shadow: inset 0 0 0 0.25em rgba(255, 255, 255, 1);
    }

    #gazetteProfile .modal-dialog input[type="radio"] span {
        color: #0B0039;
    }

    #gazetteProfile .modal-dialog button.close {
    float: right;
    background-color: transparent;
    background: url(/UI/images/icons/circled--cancel__white.png) no-repeat;
    color: transparent;
    background-position: right;
    margin: -0.5rem;
}

#gazetteProfile .modal-content .radioOptions {
    display: grid;
    row-gap: 1rem;
    margin-bottom: 1rem;
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    letter-spacing: 0.025em !important;
    line-height: 1.375em !important;
    color: #555555 !important;
}

#gazetteProfile .brline {
    border-bottom: 0.1875em solid #A67F42;
    width: 64px;
}

#gazetteProfile  select {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static;
    font-family: 'Manrope' !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    letter-spacing: 0.025em !important;
    line-height: 1.375em !important;
    color: #555555 !important;
    appearance: none;
    outline: none;
    height: 3em;
    max-width: 100%;
    padding: 0.5em 2em 0.5em 1em;
    border: 1px solid #838383;
    border-radius: 5px;
    letter-spacing: 0.025em;
    line-height: 1.375em;
    background-position: calc(100% - 12px) center !important;
    background: url(/UI/images/icons/dropdownarrow_down.svg) no-repeat;
}