/*
Theme Name: Southwark News 2016
Description: A bespoke theme developed by CobwebMedia.
Author: CobwebMedia
Author URI: http://www.cobwebmedia.co.uk/
Version: 1.0
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
::-webkit-input-placeholder {
    color: #666666;
}
.wpcf7-not-valid::-webkit-input-placeholder {
    color: #666666;
}
:-moz-placeholder {
    color: #666666;
}
.wpcf7-not-valid:-moz-placeholder {
    color: #666666;
}
::-moz-placeholder {
    color: #666666;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:valid, textarea:valid {}
input:invalid, textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 17px;
    padding-top: 132px;
}
body.home {
    padding-top: 89px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
    padding: 6px 8px;
    margin: 0 0 3px;
    border: 1px solid #ebebeb;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
input[type="submit"] {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
textarea {
    height: 120px;
}
.comment-form-comment textarea {
    height: 194px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.lowercase {
    text-transform: none;
}
.light {
    font-weight: normal;
}
.fontoswald {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
h1, .h1 {
    padding-top: 0;
    margin-bottom: 0.2em;
    line-height: 1.2;
    font-size: 40px;
}
h2, .h2 {
    font-size: 36px;
    padding-top: 0.5em;
    margin-bottom: 0.2em;
    line-height: 1.2;
}
h3, .h3 {
    font-size: 31px;
    padding-top: 0.6em;
    margin-bottom: 0.4em;
    line-height: 1.3;
}
h4, .h4 {
    font-size: 23px;
    padding-top: 0.5em;
    margin-bottom: 0.3em;
    line-height: 1.3;
}
h5, .h5, .intropara {
    font-size: 20px;
    padding-top: 0.5em;
    margin-bottom: 0.3em;
    line-height: 1.4;
}
h6, .h6 {
    font-size: 18px;
    padding-top: 0.5em;
    margin-bottom: 0.3em;
    line-height: 1.5;
}
.lg {
    font-size: 47px;
}
.xl {
    font-size: 76px;
}
.xxl {
    font-size: 116px;
}
.sml {
    font-size: 14px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    display: block;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    opacity: 0.7;
}
#reply-title {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    text-transform: none;
}
p, ul, ol, table, form, .block {
    padding-top: 0.5em;
    margin-bottom: 0.3em;
    line-height: 1.6;
    display: block;
}
strong, .readmore {
    font-weight: bold;
}
em {
    font-style: italic;
}
img.block {
    width: 100%;
    height: auto;
}
img.pull-left {
    width: auto;
}
.uppercase, .author, .tag, .category, .readmore {
    text-transform: uppercase;
}
.w100, .w50 {
    display: block;
    height: auto;
}
.w100 {
    width: 100% !important;
}
.w50 {
    width: 50% !important;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
}
.outer {
    background: #ffffff;
    position: relative;
}
.btn, #submit, .next a, .prev a {
    display: inline-block;
    padding: 0.6em 1.4em;
    background: none;
    border: 2px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    vertical-align: middle;
}
.next a:after, .prev a:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 15px;
    background-size: contain;
    vertical-align: middle;
}
.next a {
    padding-right: 1em;
}
.sml a {
    font-size: inherit;
}
.next a:after {
    margin-left: 10px;
    background: url(images/icon-arrowright-news.svg) no-repeat center center;
}
.prev a:before {
    margin-right: 10px;
    background: url(images/icon-arrowleft-news.svg) no-repeat center center;
}
.prev a {
    padding-left: 1em;
}
.next a:hover, .prev a:hover {
    color: #cd0609;
    border-color: #cd0609;
}
#submit {
    margin-top: 20px;
    font-size: 17px;
}
.btn.solid {
    padding: 0.4em 1em;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 19px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.btn.solid:hover {
    color: #000;
    background: #fff;
}
.btn.sml {
    font-size: 16px;
}
.btn.borderred, #submit {
    border-color: #cd0609;
}
.btn.borderred:hover, #submit:hover {
    background-color: #cd0609;
    color: #fff;
}
.readmore {
    text-decoration: none;
}
.bgred, .bgblack, .bgred a, .bgblack a {
    color: #ffffff;
}
.bgred .btn, .bgblack .btn {
    border-color: #ffffff;
}
.bgblack .sectionheading {
    background: #fff;
}
.news .btn:hover, .sport .btn:hover, .comment .btn:hover, .lifestyle .btn:hover, .history .btn:hover, .news .sectionheading:hover, .sport .sectionheading:hover, .comment .sectionheading:hover, .lifestyle .sectionheading:hover, .history .sectionheading:hover {
    color: #fff;
}
.news .btn {
    border-color: #cd0609;
}
.news .sectionheading {
    color: #cd0609;
}
.news .btn:hover, .news .sectionheading:hover {
    background-color: #cd0609;
}
.news .arrowright:after {
    background-image: url(images/icon-arrowright-news.svg);
}
.no-svg .news .arrowright:after {
    background-image: url(images/icon-arrowright-news.png);
}
.sport .btn {
    border-color: #54a9ac;
}
.sport .sectionheading {
    color: #54a9ac;
}
.sport .btn:hover, .sport .sectionheading:hover {
    background-color: #54a9ac;
}
.sport .arrowright:after {
    background-image: url(images/icon-arrowright-sport.svg);
}
.no-svg .sport .arrowright:after {
    background-image: url(images/icon-arrowright-sport.png);
}
.comment .btn {
    border-color: #ea9643;
}
.comment .sectionheading {
    color: #ea9643;
}
.comment .btn:hover, .comment .sectionheading:hover {
    background-color: #ea9643;
}
.comment .arrowright:after {
    background-image: url(images/icon-arrowright-comment.svg);
}
.no-svg .comment .arrowright:after {
    background-image: url(images/icon-arrowright-comment.png);
}
.lifestyle .btn {
    border-color: #67477e;
}
.lifestyle .sectionheading {
    color: #67477e;
}
.lifestyle .btn:hover, .lifestyle .sectionheading:hover {
    background-color: #67477e;
}
.lifestyle .arrowright:after {
    background-image: url(images/icon-arrowright-lifestyle.svg);
}
.no-svg .lifestyle .arrowright:after {
    background-image: url(images/icon-arrowright-lifestyle.png);
}
.history .btn {
    border-color: #928244;
}
.history .sectionheading {
    color: #928244;
}
.history .btn:hover, .history .sectionheading:hover {
    background-color: #928244;
}
.history .arrowright:after {
    background-image: url(images/icon-arrowright-history.svg);
}
.no-svg .history .arrowright:after {
    background-image: url(images/icon-arrowright-history.png);
}
#home .outer.section {
    background-position: -100px bottom;
    background-repeat: no-repeat;
    background-size: 70%;
}
#home .outer.section.bgblack.news, .banner.news {
    background-image: url(images/bg-section-news.jpg);
}
#home .outer.section.sport, .banner.sport {
    background-image: url(images/bg-section-sport.jpg);
}
#home .outer.section.bgblack.comment, .banner.comment {
    background-image: url(images/bg-section-comment.jpg);
}
#home .outer.section.lifestyle, .banner.lifestyle {
    background-image: url(images/bg-section-lifestyle.jpg);
}
#home .outer.section.bgblack.history, .banner.history {
    background-image: url(images/bg-section-history.jpg);
}
.banner.sport {
    background-image: url(images/bg-section-sport-blk.jpg);
}
.banner.lifestyle {
    background-image: url(images/bg-section-lifestyle-blk.jpg);
}
.banner.news, .banner.sport, .banner.comment, .banner.lifestyle, .banner.history {
    background-position: right 44%;
    background-repeat: no-repeat;
    background-size: 55%;
    background-color: #000000;
}
.banner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.arrowright:after {
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    width: 29px;
    height: 43px;
    margin-left: 20px;
}
.arrowright a, .arrowright:after {
    display: inline-block;
    vertical-align: middle;
}
.bgred {
    background: #cd0609;
}
.fgred {
    color: #cd0609;
}
.bgblack {
    background: #000000;
}
.fggrey, #legal, #legal a {
    color: #737373;
}
.container {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    clear: both;
    position: relative;
    z-index: 1;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-25, .col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    *padding-right: 0px;
    *padding-left: 0px;
    float: left;
    z-index: 1;
}
.col-1 {
    width: 8.33333333333333%;
}
.col-2 {
    width: 16.66666666666667%;
}
.col-25 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333333333%;
}
.col-5 {
    width: 41.66666666666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333333333%;
}
.col-8 {
    width: 66.66666666666666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333333333%;
}
.col-11 {
    width: 91.66666666666666%;
}
.col-12 {
    width: 100%;
}
.col-offset-0 {
    margin-left: 0;
}
.col-offset-1 {
    margin-left: 8.33333333333333%;
}
.col-offset-2 {
    margin-left: 16.66666666666666%;
}
.col-offset-25 {
    margin-left: 20%;
}
.col-offset-3 {
    margin-left: 25%;
}
.col-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-offset-5 {
    margin-left: 41.66666666666667%;
}
.col-offset-6 {
    margin-left: 50%;
}
.col-offset-7 {
    margin-left: 58.33333333333333%;
}
.col-offset-8 {
    margin-left: 66.66666666666666%;
}
.col-offset-9 {
    margin-left: 75%;
}
.col-offset-10 {
    margin-left: 83.33333333333333%;
}
.col-offset-11 {
    margin-left: 91.66666666666666%;
}
.pull-right, .alignright {
    float: right !important;
}
.pull-left, .alignleft {
    float: left !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.nomarg {
    margin: 0 !important;
}
.nomargbottom {
    margin-bottom: 0 !important;
}
.nopadbottom {
    padding-bottom: 0 !important;
}
.nopad {
    padding: 0 !important;
}
.nopadtop {
    padding-top: 0 !important;
}
.nopadleft {
    padding-left: 0 !important;
}
.padtop {
    padding-top: 40px !important;
}
.padbottom {
    padding-bottom: 40px !important;
}
.padbottom15 {
    padding-bottom: 15px !important;
}
.padright {
    padding-right: 40px !important;
}
.padleft {
    padding-left: 40px !important;
}
.margtop {
    margin-top: 40px !important;
}
.margtop15 {
    margin-top: 15px !important;
}
.margbottom {
    margin-bottom: 40px !important;
}
.margbottom15 {
    margin-bottom: 15px !important;
}
.margleft {
    margin-left: 40px !important;
}
.margright {
    margin-right: 40px !important;
}
.margright15 {
    margin-right: 15px !important;
}
.relative {
    position: relative;
    z-index: 1;
}
.absolute {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.posbotright {
    position: absolute;
    right: 0;
    bottom: 0;
}
.inlineblock {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
h1.inlineblock, h2.inlineblock, h3.inlineblock, h4.inlineblock {
    padding: 0.1em 0.5em;
}
.h5.inlineblock {
    padding: 0.4em 0.9em;
}
.clear {
    clear: both;
}
.wysiwyg ul li {
    list-style: disc;
}
.wysiwyg ol li {
    list-style: decimal;
}
.wysiwyg ul, .wysiwyg ol {
    margin-left: 15px;
}
.wysiwyg strong {
    font-weight: bold;
}
.wysiwyg h1 {
    font-size: 36px;
}
.wysiwyg h2 {
    font-size: 31px;
}
.wysiwyg h3 {
    font-size: 25px;
}
.wysiwyg h4 {
    font-size: 21px;
}
.wysiwyg h5 {
    font-size: 19px;
}
.wysiwyg h6 {
    font-size: 18px;
}
.wysiwyg blockquote {
    font-size: 24px;
    font-style: italic;
    float: right;
    margin: 15px 0 15px 30px;
    width: 35%;
    position: relative;
}
.wysiwyg blockquote p {
    padding: 0;
    margin: 0;
}
.wysiwyg blockquote p:first-child {
    text-indent: 60px;
}
.wysiwyg blockquote p strong, .wysiwyg blockquote p em {
    font-size: 12px;
    font-style: normal;
}
.wysiwyg blockquote p strong {
    text-transform: uppercase;
}
.wysiwyg blockquote:before {
    content: '';
    display: block;
    width: 45px;
    height: 35px;
    background: url(images/quotes.svg) no-repeat center center;
    background-size: cover;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.no-svg .wysiwyg blockquote:before {
    background-image: url(images/quotes.png);
}
.wysiwyg blockquote div {
    font-size: 13px;
    font-style: normal;
    padding-top: 10px;
}
.wysiwyg blockquote div strong {
    text-transform: uppercase;
    color: #000000;
}
.wysiwyg img {
    max-width: 100%;
    height: auto !important;
}
.wysiwyg .wp-caption {
    max-width: 100% !important;
}
.wysiwyg .wp-caption.alignright, .wysiwyg .wp-caption.alignleft {
    max-width: 50% !important;
}
.wysiwyg .wp-caption.alignright {
    margin: 10px 0 20px 20px;
}
.wysiwyg .wp-caption.alignleft {
    margin: 10px 20px 20px 0;
}
.articlemeta:after {
    content: "";
    display: block;
    height: 1px;
    clear: both;
}
.nav {
    position: relative;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.nav:before, .nav:after {
    display: table;
    content: " ";
}
.nav:after {
    clear: both;
}
.nav li {
    position: relative;
    float: left;
    height: 100%;
}
.nav li ul li {
    float: none;
}
.nav li, .nav li a, .nav li.othersections span {
    display: block;
}
.nav li a {
    margin: 0 10px;
    white-space: nowrap;
    text-decoration: none;
}
.nav li a:hover {
    color: #000;
}
.nav .othersections li a:hover {
    color: #cd0609;
}
.nav li:last-child a {
    border-width: 0px;
}
.nav li:hover a {}
.nav li:hover li a {}
.nav li ul {
    position: absolute;
    left: 0;
    top: 89px;
    background: #000000;
    padding: 15px;
    display: none;
}
.nav li.morelink ul ul {
    position: static;
    left: 0;
    top: auto;
    padding: 0;
    text-transform: none;
    font-weight: 100;
}
.nav li.morelink ul {
    background: #333;
}
.nav li.morelink ul.show {
    display: block;
}
.primarynav .nav li.morelink ul a, .primarynav .nav li.morelink ul span {
    line-height: 1.5;
    padding: 3px 0;
    margin: 0;
}
.primarynav .nav li.morelink ul a, .primarynav .nav li.morelink ul span {
    padding-right: 30px;
}
.primarynav .nav li.morelink ul span {
    margin-top: 20px;
    white-space: nowrap;
}
.nav li ul a {
    background: none;
    border-right-width: 0;
    line-height: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
.nav li ul li, .nav li ul li a {
    line-height: 24px;
    height: auto;
}
.topzindex {
    z-index: 99999;
}
#mobnavtrigger {
    display: none;
}
.wpcf7 label {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #e82d89 !important;
    margin-bottom: 10px;
}
.wpcf7-not-valid {
    border-color: #e82d89 !important;
}
.wpcf7-response-output {
    border-width: 0 !important;
    padding: 0 !important;
    margin: 20px 0 0 !important;
    font-size: 21px !important;
    color: #e82d89 !important;
}
.introsection {
    padding-top: 0 !important;
}
#home .introsection {
    padding-top: 45px !important;
}
#logo {
    height: 100%;
    background-color: #fff;
    float: left;
    padding-right: 30px;
    display: none;
}
#logo img {
    width: 180px;
    position: relative;
    top: 12px;
}
#social {
    float: right;
    padding-right: 75px;
    height: 100%;
}
ul.nav {
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 17px;
    text-transform: uppercase;
}
.primarynav, .secondarynav {
    position: relative;
}
.primarynav {
    height: 89px;
    z-index: 3;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.secondarynav {
    height: 43px;
    z-index: 1;
    position: relative;
    z-index: 2;
}
.primarynav .row, .secondarynav .row {
    padding-bottom: 0;
}
.secondarynav .navlinks {
    background: #cd0609;
}
.secondarynav ul.nav {
    background: #cd0609;
    font-size: 14px;
    padding-left: 20px;
}
.primarynav .container, .primarynav .row, .primarynav .col-12, .primarynav .navlinks, .secondarynav .container, .secondarynav .row, .secondarynav .col-12, .secondarynav a, .secondarynav .navlinks {
    height: 100%;
}
#header {
    position: fixed;
    width: 100%;
    top: 0;
}
.logged-in #header {
    top: 32px;
}
.home.logged-in #header {
    top: 32px;
}
#header .searchbar {
    height: 45px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #000;
}
.home #header .searchbar {
    background: #cd0609;
}
#header.showsearch .searchbar {
    bottom: -45px;
}
#header .searchbar .close, .close {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 55%;
    -moz-border-radius: 55%;
    border-radius: 55%;
    background: #000 url(images/icon-cross.svg) no-repeat center center;
    background-size: 70%;
    position: absolute;
    left: 20px;
    top: 10px;
    display: block;
    cursor: pointer;
}
.no-svg #header .searchbar .close {
    background-image: url(images/icon-cross.png);
}
#header .primarynav .navlinks .nav {
    padding-left: 0px;
    height: 100%;
    position: absolute;
    left: 250px;
}
#header .secondarynav .navlinks .nav {
    padding-left: 0px;
}
#header #logo {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    padding-left: 20px;
}
.header.outer {
    padding: 0;
}
.header .col-12 {
    padding: 0;
}
.primarynav .nav li {
    padding-bottom: 2px;
}
.primarynav .nav li a {
    padding-bottom: 0;
    position: relative;
    top: 0;
    height: 100%;
    line-height: 89px;
    border-bottom: 0px solid #cd0609;
}
.primarynav .nav li a.active, .primarynav .nav > li > a:hover {
    border-bottom: 4px solid #cd0609;
}
.primarynav .nav > li > a:hover {
    color: #cd0609;
}
.primarynav .nav li ul li a, .primarynav .nav li ul li span {
    top: auto;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
}
.primarynav .nav li.othersections ul li:last-child a {
    border-width: 1px;
}
.primarynav .nav li.othersections ul li:last-child li:last-child a {
    border-width: 0px;
}
.primarynav .nav li ul li:last-child a {
    border-width: 0;
}
.secondarynav a, .secondarynav {
    line-height: 43px;
}
.secondarynav .navlinks, .secondarynav .currentsection {
    float: left;
}
.secondarynav .currentsection {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    padding-right: 25px;
    margin-right: 10px;
    background: #b90205;
    font-size: 15px;
    height: inherit;
}
.secondarynav .currentsection .home {
    padding-left: 0;
    text-indent: -10000px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(images/icon-home.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px;
    position: relative;
    top: 8px;
}
.secondarynav .currentsection .home:hover {
    opacity: 0.7;
}
.no-svg .secondarynav .currentsection .home {
    background-image: url(images/icon-home.png);
}
.secondarynav .currentsection .home a {
    display: block;
}
.secondarynav .currentsection a {
    text-decoration: none;
}
.secondarynav .currentsection a:hover {
    color: #000;
}
.secondarynav .currentsection span {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    float: left;
}
.secondarynav .currentsection span.hidden, .secondarynav .currentsection > span {
    display: none;
}
.secondarynav .currentsection span.hidden.archive, .secondarynav .currentsection > span.visible {
    display: block;
}
.secondarynav .currentsection span:before {
    margin: 0;
    width: 10px;
    height: 14px;
    background-image: url(images/icon-nav-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
}
.no-svg .secondarynav .currentsection span:before {
    background-image: url(images/icon-nav-arrow.png);
}
.secondarynav .currentsection span span {
    padding: 0px;
    margin: 0;
    float: none;
}
.secondarynav .currentsection .home:before, .secondarynav .currentsection span span:before {
    display: none;
}
.pic img, .pic {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.pic {
    margin-bottom: 20px;
    text-decoration: none;
    clear: both;
}
a.pic:hover {
    opacity: 0.7;
}
.articlebox {
    position: relative;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.post-type-archive-public-notices .articlebox, .tax-public-notice-category .articlebox {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bgblack .articlebox {
    border-bottom: 2px solid #3c3c3c;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.sidebar {
    padding-left: 50px;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget:last-child {
    margin-bottom: 0px;
}
.sidebar .row.sidebarheading {
    padding: 30px 0 20px;
}
.sidebar .row.sidebarheading:first-child {
    padding-top: 0;
}
.articlebox:after {
    display: block;
    content: '';
    height: 1px;
    clear: both;
}
.col-2 .articlebox:last-child, .col-3 .articlebox:last-child, .col-4 .articlebox:last-child, .col-5 .articlebox:last-child, .col-6 .articlebox:last-child, .col-7 .articlebox:last-child, .col-8 .articlebox:last-child, .col-9 .articlebox:last-child, .col-10 .articlebox:last-child, .col-11 .articlebox:last-child, .col-12 .articlebox:last-child {
    border-width: 0;
}
.articlebox h1, .articlebox h2, .articlebox h3 {
    padding: 0;
    margin: 0;
}
.articleintro {
    padding: 0 0 0 24px;
    position: relative;
    margin-bottom: 10px;
}
.articleintro .articledata {
    padding-top: 10px;
}
.search .articleintro {
    padding-left: 0;
    margin: 0;
}
.search .articleintro:before {
    display: none;
}
.thumb .articleintro {
    padding: 0;
    margin-bottom: 4px;
}
.thumb img.pull-left {
    margin-right: 10px;
    width: 25%;
    height: auto;
    max-width: 150px;
}
.articleintro:before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    background: #000;
}
.thumb .articleintro:before {
    display: none;
}
.articleintro:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
}
.thumb .articleintro:after {
    display: none;
}
.bgblack .articleintro:before {
    background: #fff;
}
.lead .articleintro {
    top: 6px;
    bottom: 6px;
}
body .author, body .date {
    font-size: 13px;
    margin-right: 5px;
}
body .author img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    display: inline-block;
}
body .date, .articlefeatures, .wysiwyg blockquote div {
    color: #bbbbbb;
}
body .tag, body .category {
    display: inline-block;
    padding: 3px 8px;
    background: #c0c0c0;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    margin: 0 2px 0 0;
}
body .tag:hover, body .category:hover {
    opacity: 0.7;
}
.icon-tag {
    width: 21px;
    height: 21px;
}
.category.news_category, .news_category .articleintro:before {
    background: #cd0609;
}
.category.sport_category, .sport_category .articleintro:before {
    background: #54a9ac;
}
.category.comment_category, .comment_category .articleintro:before {
    background: #ea9643;
}
.category.lifestyle_category, .lifestyle_category .articleintro:before {
    background: #67477e;
}
.category.history_category, .history_category .articleintro:before {
    background: #928244;
}
.articledata {
    margin-bottom: 8px;
}
.articledata.articlepad {
    float: left;
    width: 85%;
}
.articlefeatures {
    width: 26px;
    position: static;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 10px;
    float: right;
    padding: 8px 0 0;
    width: 15%;
    height: 30px;
}
.articlefeatures:after {
    display: block;
    clear: both;
    content: '';
}
.articlefeatures strong {
    font-size: 22px;
    line-height: 1;
    padding-top: 5px;
    display: block;
}
.articlefeatures em {
    font-style: normal;
}
.articlefeatures .comments {
    display: block;
}
.articlefeatures .video {
    display: block;
    width: 100%;
    text-align: right;
}
.articlefeatures .video img {
    width: 24px;
    height: 14px;
}
.articlefeatures .comments img {
    width: 24px;
    display: block;
    margin: 0 auto;
}
.pic.video:after {
    display: block;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    background-image: url(images/icon-play.svg);
    position: absolute;
    z-index: 2;
    left: 50%;
    margin: -10% 0 0 -10%;
    top: 50%;
    content: '';
}
.no-svg .pic.video:after {
    background-image: url(images/icon-play.png);
}
.articlefeatures.landscape {
    float: right;
    position: static;
    width: 100%;
}
.articlefeatures.landscape .video, .articlefeatures.landscape .comments {
    float: right;
    width: 58px;
}
.articlefeatures.landscape .video {
    margin-bottom: 0;
    padding-top: 8px;
}
.articlefeatures.landscape .comments {
    padding: 0;
    height: 30px;
    width: auto;
}
.articlefeatures.landscape .comments strong, .articlefeatures.landscape .comments img {
    font-size: 12px;
    display: inline;
    padding: 0;
    vertical-align: middle;
    font-weight: normal;
}
.articlefeatures.landscape .comments img {
    padding-top: 5px;
}
.articlefeatures.landscape .comments strong {
    margin-left: 3px;
}
.articlefeatures.landscape em {
    display: none;
}
.articlefeatures.showcomment em {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
}
.socialicon {
    width: 26px;
    height: 26px;
    margin-left: 10px;
    position: relative;
    font-size: 0;
    top: 30px;
    display: inline-block;
    display: block;
    float: left;
}
.socialicon:hover {
    opacity: 0.7;
}
.socialicon img {
    width: inherit;
    height: auto;
}
#megamenubtn {
    width: 59px;
    height: 100%;
    background: #222222;
    position: absolute;
    cursor: pointer;
    margin-right: 0;
}
#megamenubtn .menutoggle {
    width: 21px;
    height: 15px;
    position: relative;
    margin: 0 auto;
    top: 37px;
}
#megamenubtn .menutoggle span {
    width: 21px;
    height: 3px;
    background: #7b7b7b;
    position: absolute;
}
#megamenubtn .menutoggle span.bar1 {
    top: 0;
}
#megamenubtn .menutoggle span.bar2 {
    top: 5px;
}
#megamenubtn .menutoggle span.bar3 {
    top: 10px;
}
#megamenu ul.meganav, #megamenu ul.meganav li {
    float: none;
    margin: 0;
}
#megamenu ul.meganav {
    padding: 20px 0;
}
#megamenu ul.meganav li {
    text-transform: uppercase;
}
#megamenu ul.meganav li li {
    text-transform: none;
}
#megamenu ul {
    margin: 0;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
#megamenu .meganav li ul {
    position: static;
    left: auto;
    top: auto;
    background: none;
    padding: 0;
    display: block;
    height: auto;
}
#megamenu .meganav .sub-menu .sub-menu, #megamenu #menu-megamenu li:first-child > a {
    border-width: 0;
}
#megamenu .meganav li, #megamenu .meganav li a {
    display: inline;
    height: auto;
    margin: 0 7px 0 0;
    padding: 0;
}
#megamenu .meganav:after {
    display: none;
}
#megamenu {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background: #222222;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0;
    overflow: hidden;
}
#megamenu a {
    color: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#megamenu #menu-megamenu > li > a {
    font-size: 26px;
    display: block;
}
#megamenu #menu-megamenu > li {
    padding: 10px 0;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#megamenu #menu-megamenu > li:first-child {
    border-width: 0;
}
#header.showmenu {
    position: absolute !important;
    width: 100%;
}
.addthis {
    height: 32px;
    margin: 10px 0 40px !important;
}
.addthis {
    margin: 10px 0 40px !important;
}
.caption, .wp-caption-text {
    display: block;
    font-size: 13px;
    padding-top: 5px;
    text-decoration: none;
}
.wp-caption {
    margin: 30px 0 20px;
}
.sidebarnav li {
    display: inline;
    margin: 0;
    padding: 0;
}
.sidebarnav a {
    padding: 10px 0;
    border-bottom: 2px solid #dadada;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
.sidebarnav a:hover {
    font-weight: bold;
}
.sidebarnav li:last-child a {
    border-bottom-width: 0;
}
.staff {
    position: relative;
    padding-bottom: 15px;
}
.staff .photo {
    width: 34%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    height: 0;
    padding-bottom: 34%;
    position: relative;
}
.staff .photo img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.staff .details {
    width: 58%;
    margin-left: 42%;
}
.staff .details:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
}
.contactheading {
    border-bottom: 2px solid #cd0609;
    padding-bottom: 8px;
    margin: 30px 0;
}
.contactheading .contactdetails, .contactheading h2 {
    display: block;
}
.contactdetails {
    /*float: right;
    position: relative;*/
    margin: 10px 0 0;
}
.contactheading:after {
    display: block;
    content: '';
    height: 1px;
    clear: both;
}
.contactdetails a {
    margin-left: 10px;
}
.contactdetails a, .contactdetails span {
    padding: 7px 0 5px 0px;
    position: relative;
}
#latestissue {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
#latestissue:hover {
    opacity: 0.7;
}
#latestissue span, #latestissue img {
    display: block;
    width: 100%;
}
#latestissue span {
    padding: 20px;
    border: 2px solid #dadada;
}
#thepaperintro .col-5 {
    padding-left: 50px;
    width: 50%;
}
#latestissue:after {
    display: block;
    content: '';
    width: 43px;
    height: 43px;
    background: url(images/cornerfold.svg) no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.no-svg #latestissue:after {
    background-image: url(images/cornerfold.png);
}
.previousissues .issue {
    text-decoration: none;
    display: block;
}
.previousissues .issue:hover {
    opacity: 0.7;
}
.previousissues .issue img {
    border: 2px solid #dadada;
}
.previousissues .issue span {
    display: block;
    padding-top: 8px;
}
.home .secondarynav {
    display: none;
}
.form-allowed-tags {
    clear: both;
}
#comments .w50.pull-left, #comments .w50.pull-right {
    width: 48% !important;
}
.logged-in #comments .w50.pull-left, .logged-in #comments .w50.pull-right {
    width: 100% !important;
}
.avatar {
    float: left;
    margin: 0 24px 30px 0;
}
#comments .comment p {
    clear: left;
    background: #f6f6f6;
    padding: 22px 24px;
    font-size: 14px;
    font-style: italic;
}
#comments .comment-author {
    font-weight: bold;
}
#comments .comment-meta a {
    text-decoration: none;
}
.reply {
    margin: 20px 0 40px;
    text-transform: uppercase;
}
#respond {
    padding-top: 40px;
}
#comments {
    padding-top: 40px;
    border-top: 3px solid #dadada;
}
iframe {
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
}
.sectionheading {
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 60px;
    text-decoration: none;
}
.sectionheading.left {
    right: auto;
    left: 0;
    top: 45px;
    bottom: auto;
}
.outer {
    padding: 0 12%;
}
.section {
    padding: 45px 12%;
}
#logo, .navlinks .nav, .secondarynav .currentsection {
    padding-left: 0;
}
#megamenubtn {
    right: 0;
}
.categorysection .h3.fontoswald {
    margin-right: 20%;
}
.slider {
    margin-left: -15px;
    margin-right: -15px;
}
.slider .row {
    width: 100%;
    margin: 0;
}
.nextbtn {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 40px;
    background: url(images/icon-arrowright-grey.svg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.no-svg .nextbtn {
    background-image: url(images/icon-arrowright-grey.png);
}
#searchform {
    width: 300px;
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    height: 45px;
}
#searchform input {
    display: block;
}
#searchform input[type="text"] {
    float: left;
    width: 204px;
    border-width: 0;
    padding: 0 5px;
    margin: 9px 0 0 5px;
    height: 26px;
}
#searchform input[type="submit"] {
    float: right;
    width: 81px;
    padding: 0;
    margin: 5px;
    height: 34px;
}
.issuuembed {
    height: 600px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.single .wysiwyg {
    padding-top: 20px;
}
.downarrow:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(images/icon-arrowdown.svg) no-repeat center center;
    background-size: cover;
    margin-left: 7px;
}
.downarrow.uparrow:after {
    background: url(images/icon-arrowup.svg) no-repeat center center;
}
.no-svg .downarrow:after {
    background-image: url(images/icon-arrowdown.png);
}
.home .categorysection h2.xl {
    font-size: 65px;
}
#mask {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#mask #vidcontainer {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    background: #000;
    border: 20px solid #fff;
}
#mask #vidcontainer iframe {
    width: 100%;
    height: 100%;
    margin: 0;
}
.videocode {
    display: none;
}
#mask .close {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #cd0609;
    right: 10%;
    top: 10%;
    left: auto;
    z-index: 2;
    margin: -25px;
}
#disqus_thread iframe {
    margin-bottom: 0;
}
.post-type-archive-thepaper {
    padding-top: 89px;
}
.post-type-archive-thepaper .secondarynav {
    display: none;
}
.col-4 .relatedtags {
    display: inline-block;
    padding-top: 4px;
    margin-bottom: 6px;
}
#footer a:hover {
    opacity: 0.7;
}
.mtphr-dnt {
    background-color: #cd0609;
    padding: 0 15px;
    padding-bottom: 15px;
    margin: 30px 0 0;
}
.mtphr-dnt-title {
    color: #fff;
    font-size: 20px;
    float: left;
    width: 20%;
    padding: 0;
    padding-top: 15px;
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.mtphr-dnt-tick-container {
    background: #fff;
    padding: 0;
    float: right;
    width: 80%;
    height: 30px;
    margin-top: 15px;
}
.mtphr-dnt-clearfix {
    height: 100%;
}
.mtphr-dnt-tick-contents {
    height: 100% !important;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
}
.advert img {
    width: 100%;
    display: block;
    height: auto;
}
#advert-head .a-single {
    margin-top: 30px;
}
.a-6 img {
    margin-bottom: 30px;
}
@media (max-width: 1450px) {
    .outer {
        padding: 0 8%;
    }
    .section {
        padding: 45px 8%;
    }
    #logo, .navlinks .nav, .secondarynav .currentsection {
        padding-left: 8%;
        padding-left: 20px;
    }
    #social {
        margin-right: 0;
    }
    #megamenubtn {
        right: 0;
    }
    .sectionheading {
        max-width: 8%;
    }
}
@media (max-width: 1366px) {
    .sectionheading {
        position: static;
        max-width: none;
        margin-bottom: 20px;
    }
    #home a.sectionheading {
        float: right;
        margin-bottom: 0;
    }
}
@media (max-width: 1280px) {
    .primarynav .nav li a {
        font-size: 14px;
        margin: 0 10px;
    }
    .nav li.othersections ul {
        padding: 10px;
    }
    .secondarynav .nav li a {
        font-size: 13px;
        margin: 0 6px;
    }
    .primarynav .nav li.margleft {
        margin-left: 20px !important;
    }
    #megamenubtn {
        width: 49px;
    }
    .socialicon {
        margin: 0 0 0 5px;
    }
    .secondarynav .currentsection {
        font-size: 13px;
    }
    .navlinks .nav li:first-child a {
        margin-left: 15px;
    }
    .secondarynav ul.nav {
        padding-left: 0;
    }
    .issuuembed {
        height: 500px;
    }
    .home .categorysection h2.xl {
        font-size: 58px;
    }
    .sidebarheading .col-7, .sidebarheading .col-5 {
        width: 100%;
        float: none;
        text-align: left;
        margin: 0 0 10px;
    }
}
@media (max-width: 1180px) {
    .home .categorysection h2.xl {
        font-size: 50px;
    }
}
@media (max-width: 1100px) {
    .xl {
        font-size: 60px;
    }
    .btn {
        font-size: 18px;
    }
    .outer {
        padding: 0 4%;
    }
    .section {
        padding: 45px 4%;
    }
    #logo, .navlinks .nav, .secondarynav .currentsection {
        padding-left: 4%;
        padding-left: 20px;
    }
    #logo img {
        width: 150px;
        top: 19px;
    }
    #header .primarynav .navlinks .nav {
        left: 210px;
    }
    #header .primarynav .navlinks .nav>li>a {
        font-size: 1.4vw;
    }
    #social {
        margin-right: 0;
        padding: 3px 60px 0 0;
    }
    #megamenubtn {
        right: 4%;
        right: 0;
    }
    .socialicon {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 959px) {
    .primarynav .nav li a {
        margin: 0 8px;
    }
    .categorysection .col-3 {
        width: 33.33333333333333%;
    }
    .categorysection .col-4.col-offset-1 {
        margin-left: 0;
    }
    .home .categorysection h2.xl {
        font-size: 42px;
    }
    .nav .morelink {
        display: none;
    }
}
@media (max-width: 850px) {
    .home .categorysection h2.xl {
        font-size: 40px;
    }
    .arrowright:after {
        margin-left: 10px;
        width: 20px;
        height: 28px;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    #header .navlinks .nav .othersections, .secondarynav .currentsection {
        display: none;
    }
    .nocategories, .nocategories .currentsection {
        display: block;
    }
    .secondarynav .navlinks {
        padding-left: 20px;
    }
    #header .secondarynav .navlinks ul.nav {
        padding: 0 15px;
    }
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 31px;
    }
    h3, .h3 {
        font-size: 21px;
    }
    h4, .h4 {
        font-size: 19px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    h6, .h6 {
        font-size: 16px;
    }
    .lg {
        font-size: 47px;
    }
    .xl {
        font-size: 52px;
    }
    .xxl {
        font-size: 76px;
    }
}
@media (max-width: 767px) {
    .margtop {
        margin-top: 20px !important;
    }
    .outer {
        padding: 0;
    }
    #legal {
        padding-top: 30px;
    }
    #legal .col-6 {
        text-align: left;
    }
    .section {
        padding: 30px 0 0;
    }
    #logo {
        padding-left: 10px;
    }
    #social {
        margin-right: 0;
    }
    .navlinks .nav {
        padding-left: 0;
    }
    .secondarynav .currentsection {
        padding-left: 0;
    }
    #megamenubtn {
        right: 0;
        margin-right: 0;
    }
    .header {
        display: none;
    }
    #header {
        display: block;
    }
    #header .container {
        padding: 0;
    }
    .articleintro {
        padding-right: 0;
    }
    .articlefeatures, .articledata {
        float: left;
        position: static;
    }
    .col-8 .articledata {
        width: 100%;
        float: none;
    }
    .articlebox .articlefeatures {
        margin: 0px !important;
    }
    .articledata {
        padding-top: 4px;
    }
    .articledata {
        padding-top: 4px;
    }
    .introsection .articledata {
        width: 100%;
    }
    .introsection .articledata.articlepad, .articledata.articlepad {
        width: 80%;
        float: left;
    }
    .articlefeatures .video, .articlefeatures .comments {
        float: right;
        width: 58px;
    }
    .articlefeatures.landscape {
        margin-bottom: 30px;
        margin-top: 5px !important;
    }
    .articlefeatures .video {
        margin-bottom: 0;
        padding-top: 4px;
    }
    span.author {
        margin-bottom: 5px;
    }
    h1, .h1 {
        font-size: 31px;
        line-height: 1.3;
    }
    h2, .h2 {
        font-size: 25px;
        line-height: 1.4;
    }
    h3, .h3 {
        font-size: 23px;
        line-height: 1.3;
    }
    h4, .h4 {
        font-size: 21px;
        line-height: 1.4;
    }
    h5, .h5, .intropara {
        font-size: 18px;
        line-height: 1.4;
    }
    h6, .h6 {
        font-size: 16px;
        line-height: 1.5;
    }
    p, ul, ol, table, form, .block {
        font-size: 15px;
        line-height: 1.5;
    }
    .wysiwyg blockquote p {
        font-size: 21px;
    }
    .lg {
        font-size: 36px;
    }
    .xl {
        font-size: 42px;
    }
    .xxl {
        font-size: 56px;
    }
    .nav, .secondarynav, .articlefeatures em, .articleintro:before {
        display: none;
    }
    .showmenu #megamenu ul.nav {
        display: block;
    }
    .articlefeatures .comments {
        padding: 0;
        height: 30px;
        width: auto;
    }
    .articlefeatures .comments strong, .articlefeatures .comments img {
        font-size: 12px;
        display: inline;
        padding: 0;
        vertical-align: middle;
        font-weight: normal;
    }
    .articlefeatures .comments img {
        padding-top: 5px;
    }
    .articlefeatures .comments strong {
        margin-left: 3px;
    }
    .articleintro {
        padding-left: 0;
    }
    .inlineblock.bgblack {
        display: block;
    }
    .btn.solid.posbotright.margright15, .col-5.text-right .uppercase.sml {
        margin-right: 0 !important;
        font-size: 16px;
        display: block;
        position: static;
        margin: 2px 0 0 0;
        text-align: left;
    }
    .col-5.text-right .uppercase.sml {
        padding: 0.4em 1em;
        background: #000;
        color: #fff;
        font-family: 'Oswald', Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-size: 14px;
    }
    select.posbotright {
        position: static;
        margin: 10px auto 0 !important;
        display: block;
    }
    h1.xxl.nomarg {
        text-align: center;
    }
    .banner {
        background-image: none !important;
        padding: 10px 0;
    }
    .banner h1.xxl.nomarg {
        text-align: left;
        font-size: 48px;
    }
    .outer {
        min-width: 0;
    }
    .container {
        width: 100%;
    }
    .row {
        margin: 0;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-25, .col, .categorysection .col-3 {
        width: 100%;
        padding: 0;
    }
    .col-offset-0, .col-offset-1, .col-offset-2, .col-offset-3, .col-offset-4, .col-offset-5, .col-offset-6, .col-offset-7, .col-offset-8, .col-offset-9, .col-offset-10, .col-offset-11, .col-offset-12, .col-offset-25 {
        margin-left: 0;
    }
    .nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    .nav li ul {
        position: static;
        padding: 0;
        margin: 0;
    }
    .nav li a, .nav li {
        padding: 0;
        text-align: center;
        width: 100%;
        float: none;
        border-right-width: 0;
    }
    .nav li ul li a, .nav li ul li {
        height: 40px;
        line-height: 40px;
    }
    .categorysection .col-3 {
        padding-bottom: 40px;
    }
    #footer {
        padding-top: 30px;
    }
    .btn {
        font-size: 16px;
    }
    .row.categorysection .col-4 .btn.margtop {
        margin-top: 10px !important;
        margin-bottom: 10px;
    }
    #home .outer.section {
        padding-bottom: 30px;
        background-image: none !important;
    }
    .slider {
        margin: 0;
    }
    body, body.home {
        padding-top: 105px;
    }
    #megamenu {
        background: #cd0609;
        padding: 0;
    }
    #megamenu li ul {
        line-height: 1.3;
    }
    #megamenu .h3 {
        padding: 0 0 8px 0;
    }
    .header .container {
        padding: 0;
    }
    #header {
        background: #000;
        height: 105px;
    }
    #header .container {
        padding: 0;
    }
    #header .primarynav {
        background: #fff;
        height: auto;
    }
    #header #logo {
        padding: 0;
        width: 160px;
        height: 61px;
        position: absolute;
        left: 0;
    }
    #header #logo img {
        width: 86%;
        height: auto;
        top: 6px;
        left: 7px;
    }
    #header .primarynav .navlinks .nav {
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        background: #222222;
        height: 34px;
        height: 44px;
        display: block;
    }
    #social {
        padding: 0 20px 0 0;
        margin-right: 18%;
    }
    #header #social {
        padding: 0;
        width: 100%;
        height: 61px;
        margin: 0;
        text-align: right;
    }
    #header .socialicon {
        top: 13px;
        margin: 0;
        display: inline-block;
        float: none;
    }
    #header #loginicon {
        margin-right: 19px;
    }
    #megamenubtn {
        width: 41px;
        height: 34px;
        height: 44px;
        top: 61px;
        background: #cd0609;
    }
    #megamenubtn .menutoggle span {
        background: #fff;
    }
    #megamenubtn .menutoggle {
        top: 15px;
    }
    .primarynav .nav li a, .primarynav .nav li {
        display: inline;
        width: auto;
        line-height: 34px;
        line-height: 44px;
        margin-left: 0;
    }
    .primarynav .nav li a {
        display: block;
        float: left;
        margin-right: 15px;
        font-size: 15px;
    }
    .navlinks .nav li:first-child a {
        margin-left: 15px;
    }
    .sectionheading {
        position: static;
        width: auto;
        max-width: 100%;
        margin-right: 20px;
        margin-left: 20px;
    }
    .container .sectionheading {
        margin: 0 0 20px;
    }
    .container .sectionheading.mctrigger {
        margin: 0;
    }
    .container a.sectionheading {
        margin: 10px 0 0;
        display: inline-block;
    }
    #home .introsection .sectionheading {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .articleintro {
        margin-bottom: 5px !important;
    }
    .articleintro.articlepad {
        padding: 0;
    }
    #most-popular-footer .pic {
        display: none;
    }
    .margbottom {
        margin-bottom: 30px !important;
    }
    .single .wysiwyg {
        padding-top: 10px;
    }
    #comments {
        padding-top: 0;
    }
    #respond {
        padding-top: 20px;
    }
    #comments .w50.pull-left, #comments .w50.pull-right {
        width: 100% !important;
    }
    .sidebar {
        padding: 30px 0 0 0;
    }
    #thepaperintro .col-5 {
        width: 100%;
        padding: 0;
    }
    #thepaperintro .btn.sml.margtop15.borderred {
        display: none;
    }
    #latestissue {
        margin: 20px 0;
    }
    .previousissues .col-3 {
        margin-bottom: 30px;
    }
    .btn, #submit, .next a, .prev a {
        font-size: 16px;
        padding: 0.3em 0.8em;
    }
    .prev a:before {
        margin-right: 0;
    }
    .next a:after {
        margin-left: 0;
    }
    .pcover .read-link img {
        top: 0 !important;
    }
    .issuuembed {
        height: auto;
    }
    .wysiwyg blockquote p:first-child {
        text-indent: 48px;
    }
    .wysiwyg blockquote:before {
        width: 35px;
        height: 25px;
    }
    .sidebar .widget .articlebox:last-child {
        padding-bottom: 20px;
    }
    .row .col-4, .row .col-8 {
        padding-bottom: 20px;
    }
    .secondary .row .col-4, .row .col-8 {
        padding-bottom: 0px;
    }
    .row:last-child .col-4:last-child, .row:last-child .col-8:last-child {
        padding-bottom: 0px;
    }
    .nextbtn {
        display: none;
    }
    #home .introsection, .introsection {
        padding-top: 20px !important;
    }
    #most-popular-footer {
        padding-bottom: 0 !important;
    }
    #most-popular-footer .articlebox {
        border-bottom: 2px solid #dadada;
        padding-bottom: 10px;
        margin-bottom: 2px;
    }
    #most-popular-footer .row:last-child .col-4:last-child .articlebox {
        border-bottom-width: 0;
        padding-bottom: 20px;
    }
    #mainbody {
        padding-bottom: 20px;
    }
    #footer {
        background: #dadada;
        padding-bottom: 30px;
    }
    #footer .col-4 {
        padding-bottom: 0px;
        border-bottom: 1px solid #fff;
    }
    #legal {
        padding: 0;
        background: #dadada;
    }
    .mobile-collapse-content {
        height: 0;
        overflow: hidden;
    }
    .mobile-collapse-content.show {
        height: auto;
        overflow: visible;
        padding-bottom: 10px;
        padding: 20px 13px;
    }
    #footer .mobile-collapse-content.show {
        padding: 0 0 10px;
    }
    .mctrigger:after {
        content: '';
        display: inline-block;
        width: 19px;
        height: 15px;
        background: url(images/icon-arrowdown.svg) no-repeat center center;
        background-size: 100%;
        float: right;
        margin: 5px 0 0 0;
    }
    .mctrigger.show:after {
        background: url(images/icon-arrowup.svg) no-repeat center center;
        background-size: 100%;
    }
    h2.inlineblock.bgblack.lg {
        margin-top: 20px;
    }
    .pic {
        margin-bottom: 16px;
    }
    #categoryintro .col-8 .pic {
        margin: 0;
    }
    #categoryintro .col-4 .intropara {
        border-bottom: 2px solid #dadada;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .relatedtags {
        display: inline-block;
    }
    .sidebar .articleintro .thumbnail, .col-5.text-right .uppercase.sml, .secondary .pic {
        display: none;
    }
    .sidebar .articleintro, .secondary .articleintro {
        margin-bottom: 0 !important;
    }
    .sidebar .articlebox, .secondary .articlebox {
        padding-bottom: 2px;
        margin-bottom: 17px;
    }
    .secondary .articlebox h2.h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    #header .searchbar .close {
        left: 10px;
    }
    #megamenu li {
        line-height: 1.7;
    }
    #megamenu ul.meganav {
        padding: 10px 0 15px;
    }
    #megamenu #menu-megamenu > li {
        padding-bottom: 10px;
    }
    .archive .outer.margbottom15 {
        margin: 0 !important;
    }
    .outer.secondary {
        padding-top: 0;
    }
    .sectionheading.left.mctrigger {
        text-align: left;
    }
    .sidebar .row.sidebarheading {
        padding-bottom: 0;
    }
    .sidebar .col-5.text-right {
        min-height: 0;
    }
    .othersections {
        display: none !important;
    }
    .sidebar .mobile-collapse-content.show .articlebox:last-child {
        border-width: 0;
        padding: 0;
        margin: 0;
    }
    .mctrigger {
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }
    #footer .mctrigger {
        border-bottom-width: 0;
    }
    .secondary .col-4 .articlebox {
        border-width: 2px;
    }
    .secondary .col-4:last-child .articlebox {
        border-width: 0px;
    }
    .sidebar .widget {
        margin-bottom: 0px;
    }
    #searchform {
        width: 88%;
    }
    #searchform input[type="text"] {
        width: 67%;
    }
    #searchform input[type="submit"] {
        width: 25%;
    }
    .mtphr-dnt-title {
        width: 30%;
    }
    .mtphr-dnt-tick-container {
        width: 70%;
    }
    #header .primarynav .navlinks .nav>li>a {
        font-size: 2vw;
    }
}
@media (max-width: 540px) {
    #megamenubtn {
        width: 100%;
    }
    .mtphr-dnt-title, .mtphr-dnt-tick-container {
        width: 100%;
        float: none;
    }
    .mtphr-dnt-tick-container {
        margin-top: 10px;
    }
}

/* TRANSITIONS */


/* Colour and border */

.primarynav .nav li a {
    -webkit-transition: color 0.2s ease-in, border-width 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, border-width 0.2s ease-in;
    -o-transition: color 0.2s ease-in, border-width 0.2s ease-in;
    transition: color 0.2s ease-in, border-width 0.2s ease-in;
}
.next a:hover, .prev a:hover {
    -webkit-transition: color 0.2s ease-in, border-color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, border-color 0.2s ease-in;
    -o-transition: color 0.2s ease-in, border-color 0.2s ease-in;
    transition: color 0.2s ease-in, border-color 0.2s ease-in;
}

/* Opacity */

.socialicon, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a.pic, body .tag:hover, body .category:hover, #footer a, .secondarynav .currentsection .home, #latestissue, .previousissues .issue:hover {
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

/* background color and colour */

.btn, a.inlineblock, .btn.borderred:hover, #submit:hover {
    -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.secondarynav .nav li a, .secondarynav .currentsection a {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}
#megamenubtn {
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
}