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

.clear {
    clear:both;
}


/* === MAIN MENU ============================================================ */
nav.menu {
    display:none;
    opacity: 0;
    z-index: 10000;
    pointer-events: auto;
    position: fixed;
    top:0; left:0;
    width:100vw;
    height: 100vh;
    overflow:scroll;
    transition: opacity 0.5s;
}

body.show-menu nav.menu {
    opacity: 1;
}

nav.menu .Menu__inner {
    position:relative;
}

nav.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 15px 0 0;
}

nav.menu ul li {
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 10px 15px 0 0;
    list-style: none;
}

nav.menu ul li a {
    color: white;
    font-size:1.5rem;
    font-weight:400;
}

nav.menu ul li a:hover {
    text-decoration:underline;
}

nav.menu ul.categories li, nav.menu div.heading {
    padding: 10px 0;
    margin:0;
    border-bottom: 1px solid white;
}

nav.menu ul.categories li a {
    color: white;
    font-size:1.5em;
    font-weight:bold;
    text-transform: uppercase;
    line-height:1.25;
}

nav.menu div.heading a {
    color: white;
    font-size:1.5em;
    font-weight:bold;
    text-transform: uppercase;
    line-height:1.25;
}

nav.menu ul.categories li a:hover, nav.menu div.heading a:hover {
    text-decoration: none;
    color:hsla(0,0%,100%,.75);
}

i.icon-calendar-o, i.icon-envelope-o {
    margin-right: 0.5em;
}


/* === MENU ================================================================= */
.Menu__inner {
    padding:0;
    max-width:1200px;
}


/* === ARTICLE ============================================================== */
.ArticleBreadcrumbs a {
    color: #9e005d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.75rem;
}

ul.cats li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

ul.cats li a {
    color: #636363;
}

ul.cats li i {
    padding: 0 5px;
}

ul.cats li a:hover {
    text-decoration: underline;
    color: #000;
}

.ShareEntity ul {
    list-style-type: none;
    padding: 0;
    margin: 0 15px 0 0;
    width:100%;
}

.ShareEntity li {
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block!important;
    cursor: pointer;
    padding: 0;
    margin: 0!important;
    list-style: none;
}

.ShareEntity .icon {
    width: 30px;
    height: 30px;
    position:relative;
    display:block;
    left: 3px;
    top: 3px;
    background-size: 600%;
    background-repeat: no-repeat;
    background-image: url(../img/sharing-icons.png);
}

.ShareEntity .icon:hover {
    transform: scale(1.2);
}

.ShareEntity .facebook .icon {
    background-position: left center;
}

.ShareEntity .twitter .icon {
    background-position: -30px center;
}

.ShareEntity .google-plus .icon {
    background-position: -60px center;
}

.ShareEntity .pinterest .icon {
    background-position: -90px center;
}

.ShareEntity .linkedin .icon {
    background-position: -120px center;
}

.ShareEntity .email .icon {
    background-position: -150px center;
}

div.ArticleFeaturedImage {
    overflow:hidden;
}

body.camdennewjournal .Tile__parentBrand {
    background-color: #d4145a;
}

/* === FOOTER =============================================================== */
footer {
    font-size: 11px;
}

footer ul.categories {
    display: block;
    position: relative;
    flex: 0 1 33.333333%;
    list-style-type: none;
    padding: 0;
    margin: 0 15px 0 0;
}

footer ul.categories li {
    width: 100%;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 15px 10px 0;
    margin: 0 15px 0 0;
    list-style: none;
}

footer ul.categories li a {
    font-size:1.5em;
    font-weight:400;
}

footer ul.categories li:hover {
    border-bottom: 1px solid black;
}

footer .Footer__categories {
    margin-top:15px;
}

footer .Footer__publisherDetails h2 {
    margin-top:10px;
}


/* === 404 =================================================================== */
body.notfound .CategoryAndSharing, body.notfound .Article__below {
    display:none;
}
