* {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 320px) {
    .main-item {
        overflow-x: hidden;
    }
    
    .content .fb-post iframe {
        margin-left: -30px;
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #353535;
    background-color: #F4F4F4;
    line-height: 1.8;
}

html.no-scroll, body.no-scroll {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Fira Sans, Libre Franklin, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

h1 {
    font-size: 24px; 
}

h2 {
    font-size: 22px; 
    margin-top: 45px;
    margin-bottom: -12px;
}

h3, h4, h5, h6 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: -12px;
}

.main-item > h2:first-child {
    margin-top: 0;
}

a {
    color: #ED4545;
    text-decoration: none;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all color 0.3s;
}

p a, figcaption a, li a {
    text-decoration: none;
    border-bottom: 1px solid #CCC;
}

a:hover, figcaption a:hover {
    color: #DB2219;
}

p {
    margin-top: 22px;
    margin-bottom: 22px;
}

::selection {
    background: #F7CB15;
    color: #353535;
}

::-moz-selection {
    background: #F7CB15;
    color: #353535;
}

/*

Styles for top navigation bar

*/

.top-nav {
    background-color: #ED4545;
    text-align: center;
    /*border-bottom: 1px solid #CCC;*/
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-nav .logo {
    height: 24px;
    margin: 13px 0 13px;
}

.top-nav .hamburger {
    height: 18px;
    padding: 16px 20px 16px;
    position: absolute;
    right: 0;
    cursor: pointer;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.top-nav .hamburger.appear {
    opacity: 1;
}

.categories,
.more-categories {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 6;
    background-color: #F4F4F4;
    text-align: left;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    max-height: calc(100% - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.more-categories {
    /* IE8+ - must be on one line, unfortunately */    
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";      
    /* IE6 and 7 */    
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1,M12=0,M21=0,M22=1,SizingMethod='auto expand');
    margin-left: -3px;
    margin-top: -103px;
}

.categories.appear,
.more-categories.appear {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.more-categories.appear {
    /* IE8+ - must be on one line, unfortunately */    
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";      
    /* IE6 and 7 */    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1,M12=0,M21=0,M22=1,SizingMethod='auto expand');   
     margin-left: -3px;    
     margin-top: -3px;
}

.categories a,
.more-categories a {
    text-decoration: none;
}

.categories li,
.more-categories li {
    list-style: none;
    line-height: 1;
    padding: 20px 30px;
    border-bottom: 1px solid #CCC;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.categories li:hover, 
.more-categories li:hover {
    background-color: #F4F4F4;
    padding-left: 35px;
}

.categories .search.desktop {
    display: none;
}

.categories .search li img,
.menu-categories-mobile .search img {
    display: inline;
    height: 17px;
    position: relative;
    top: 2px;
}

.categories .search li span,
.menu-categories-mobile .search span {
    margin-left: 7px;
}

.more-categories .about {
    display: none;
}

.more-categories .hide li {
    display: none;
}

.categories .search,
.categories .more,
.more-categories .back {
    cursor: pointer;
}

.menu-categories-mobile,
.menu-more-categories-mobile {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -100%;
    z-index: 6;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.menu-categories-mobile.appear,
.menu-more-categories-mobile.appear {
    top: 50px;
}

.menu-categories-mobile .menu-items-container,
.menu-more-categories-mobile .menu-items-container {
    position: absolute;
    width: 100%;
    max-height: calc(100% - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-categories-mobile .menu-items-container .menu-items .category-item,
.menu-more-categories-mobile .menu-items-container .menu-items .category-item {
    line-height: 1;
    padding: 20px 30px;
    border-bottom: 1px solid #CCC;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #F4F4F4;
}

.menu-categories-mobile .menu-items-container .menu-items .category-item p,
.menu-more-categories-mobile .menu-items-container .menu-items .category-item p {
    margin: 0;
}

.menu-categories-mobile .menu-items-container .menu-items .category-item:hover,
.menu-more-categories-mobile .menu-items-container .menu-items .category-item:hover {
    padding-left: 35px;
}

.more-categories .back span,
.menu-more-categories-mobile .back span {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.search-bar {
    position: fixed;
    top: 50px;
    width: 100%;
    max-width: 1000px;
    z-index: 6;
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-bar input {
    padding: 15px 10px;
    width: calc(100% - 115px);
    border: none;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
}

.search-bar button {
    width: 95px;
    padding: 15px 0;
    border: 1px solid #353535;
    background-color: #353535;
    color: #FFF;
    cursor: pointer;
}

.search-bar button:hover {
    background-color: #000;
}

.search-bar.appear,
.search-bar.appear button {
    transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

/*

Styles to centralise twitter, facebook and video iframes

*/

iframe.twitter-tweet,
twitterwidget.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

.content .fb-post {
    display: block;
    text-align: center;
}

iframe.instagram-media {
    margin-left: auto;
    margin-right: auto;
}

/*

Styles for .content (main content on pages)

*/

.content {
    margin-top: 50px;
}

.content.home,
.content.section {
    max-width: 100%;
    margin-top: 60px;
}

.content.section {
    display: table;
    border-spacing: 0;
}


/* 

Styles for homepage + categories page

*/



.mobile {
    display: block;
}

.story-playlist .title p span.mobile {
    display: inline;
}

.desktop-small {
    display: none;
}

.desktop-small-up {
    display: none;
}

.desktop-med-up {
    display: none;
}

.desktop-med {
    display: none;
}

.desktop-large {
    display: none;
}

/* 

Temporary styles for fake ad units

*/

.ad.mobile img,
.ad.desktop-small img, 
.ad.desktop-med img, 
.ad.desktop-large img, 
.ad.desktop-small-up img,
.ad.desktop-med-up img {
    margin: 10px auto;
}

/*

General content styles (mainly for articles)

*/

.content .header {
    margin: 10px 20px 0 20px;
}

.content .header h1 {
    margin-bottom: 10px;
}

.content .header p.subtitle {
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: #999;
    font-style: italic;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.publish-info {
    margin: 5px 0 14px 0;
}

.publish-info p {
    display: inline;
    font-size: 14px;
    color: #999;
    line-height: 1;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.publish-date {
    display: block;
    margin-top: -10px;
    margin-bottom: 50px;
}

.publish-info img {
    display: inline;
    width: 50px;
    float: left;
    margin: 6px 15px 0 0;
    border-radius: 100%;
}

span.pipe {
    margin-left: 7px;
    margin-right: 7px;
}

.content .publish-info img.clock,
.content img.clock {
    display: inline;
    height: 14px;
    width: auto;
    float: inherit;
    margin: 0 10px -2px 0;
}

.content img {
    display: block;
    /*width: 100%;*/
    max-width: 100%;
    margin: 0 auto 14px auto;
    height: auto;
}

.content .featured-image img {
    width: 100%;
}

.content figure{
    margin-top: 22px !important; margin-bottom:22px !important;
}

.content figcaption {
    font-size: 14px;
    color: #999;
    line-height: 1.3;
    margin-top: -6px;
}

.content .main-item {
    margin: 22px 20px 0 20px;
}

.content blockquote.ms-block {
    border-left: 5px solid #ED4545;
}

.content blockquote.ms-block p {
    margin-left: 15px;
}

.content aside.pull-quote {
    font-size: 24px; 
    font-weight: 700;
    color: #ED4545;
    font-style: italic;
    border-top: 5px solid #ED4545;
    border-bottom: 5px solid #ED4545;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content aside.pull-quote blockquote {
    margin: 15px 10px;
    border: none;
}

.content aside.pull-quote blockquote p {
    margin: 0;
    line-height: 1.67;
}

.content ol {
    counter-reset: item;
    margin: 22px 0 22px 10px;
}

.content ol li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    position: absolute;
    left: 0;
}

.content ul {
    margin: 22px 0 22px 30px;
}

.post-type-archive-event .content ul{
    margin: 22px 0 22px 0px;
}

.content ul li {
    margin-bottom: 10px;
}

.content .table {
    overflow-x: auto;
    margin-top: 22px;
    margin-bottom: 22px;
}

.content table, .content th, .content td {
    border: 1px solid #CCC;
    border-collapse: collapse;
}

.content th, .content td {
    padding: 10px 15px;
}

.content th {
    background-color: #FAFAFA;
    text-align: left;
    width: auto;
}

.content .video-wrapper {
    position: relative;
	padding-bottom: 56.25%;
	height: 0;
    margin-top: 22px;
    margin-bottom: 22px;
}

.content .video-wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	/*width: 100%;*/
	height: 100%;
}

.content .can-or-not {
    overflow-x: auto;
}

.content .fb-post {
    margin-left: -10px;
    margin-bottom: 22px;
}

.content .social-share {
    font-size: 14px;
}

.content .header .social-share {
    margin: 14px 0 14px;
}

.content .social-share h3 {
    margin-bottom: 14px;
    margin-top: 0;
}

.content .social-share span {
    display: inline-block;
    width: calc((100% - 30px)/3);
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
    color: #FFF;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content .social-share a {
    margin-right: 10px;
}

.content .social-share a:last-child {
    margin-right: 0;
}

.content .social-share img {
    height: 13px;
    margin-bottom: 0;
    position: relative;
    top: 1px;
    width: auto;
    display: inline;
}

.content .social-share .social-fb-share img {
    margin: 0 15px 0 0;
}

.content .social-share .social-fb-share span,
.load-more.fb a {
    background-color: #325A97;
}

.content .social-share .social-fb-share span:hover,
.load-more.fb a:hover {
    background-color: #284878;
}

.content .social-share .social-tw-share span {
    background-color: #00ACED;
}

.content .social-share .social-tw-share span:hover {
    background-color: #0093DA;
}

.content .social-share .social-whats-share span {
    background-color: #25D366;
}

.content .social-share .social-whats-share span:hover {
    background-color: #21BD5B;
}

.content .related-articles h1.related-heading {
    margin: 22px 0;
    color: #999;
    font-style: italic;
}

.content .related-stories {
    text-align: right;
}

.content .related-stories p.caption,
.content .main-item .caption {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #999;
}

.content .related-stories h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.content .related-stories .divider:last-child {
    margin-bottom: 22px;
    margin-top: 0px;
}

.content .related-stories a {
    display: block;
    margin-bottom: 8px;
}

.content .related-stories .featured-image {
    width: 120px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.content .related-stories .related-content {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.content .related-stories .header {
    margin: 0;
    width: calc(100% - 134px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.content .related-stories .header h1 {
    font-size: 16px;
    color: #353535;
    margin: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content .related-stories a:hover .header h1 {
    color: #ED4545;
}

.content .related-stories .header p.subtitle {
    font-size: 14px;
    margin-top: 10px;
    display: none;
}


.content .related-articles .related-ind {
    display: block;
    padding-bottom: 0;
    margin: 22px;
    cursor: pointer;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content .related-articles .header {
    margin: 0;
}

.content .related-articles .related-ind h1 {
    font-size: 24px;
    color: #353535;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content .related-articles a.article-link {
    display: block;
}

.content .related-articles a.article-link:hover h1 {
    color: inherit;
}

.content .related-articles .publish-info img {
    margin: 6px 15px 0 0;
}

.content .related-articles .header .social-share span {
    padding: 0;
    line-height: 0;
    opacity: 0;
}

.content .related-articles .header .social-share span img {
    height: 0;
}

.content .related-articles figure img {
    margin: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content .fb-comments iframe {
    margin-top: 22px;
}

.fb-comments-toggle span {
    display: none !important;
}

.fb-share-slide {
    width: 100%;
    position: fixed;
    bottom: -51px;
    left: 0;
    background-color: #325A97;
    color: white;
    text-align: center;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.fb-share-slide.appear {
    bottom: 0;
}

.fb-share-slide:hover {
    background-color: #355088;
}

.fb-share-slide a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 15px 0;
}

.fb-share-slide p {
    line-height: 1;
    margin: 0;
}

.fb-share-slide img {
    display: inline;
    width: auto;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    margin-bottom: 0;
}

hr, .content .divider {
    width: 100%;
    height: 1px;
    background-color: #CCC;
    border: none;
}

h2.section-title {
    font-size: 14px;
    margin: 22px 0 10px 20px;
    color: #ED4545;
}

.content.section .main-item > h2.section-title,
.content.section.videos > h2.section-title {
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 10px;
}

.main-item h2.section-title {
    margin-left: 0;
}

.content.home .main-item .video-section h2.section-title {
    margin-top: 22px;
    margin-bottom: -12px;
    font-size: 14px;
}

.side-bar h2.section-title {
    font-size: 18px;
}

/*

General styles (mainly for pages)

*/

hr,
.content .divider {
    width: 100%;
    height: 1px;
    background-color: #CCC;
    border: none;
}

hr.max,
.content .divider.max {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.content.home .divider.max,
.content.section .divider.max {
    margin-left: 0;
    position: relative;
    left: -20px;
}

.load-more {
    text-align: center;
    padding: 5px;
    margin: 22px 0 22px;
}

.load-more a {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #ED4545;
    color: #FFF;
    cursor: pointer;
}

.load-more a:hover {
    background-color: #DB2219;
}

.content.section .author-info {
    max-width: 500px;
    margin: 30px auto;
}

.content .author-info h3 {
    margin-top: 22px;
    margin-bottom: 22px;
}

.content .author-info .author-image {
    margin-bottom: 22px; 
    width: 64px;
    height: 64px;
    display: inline-block;
}

.content .author-info .author-blurb {
    width: calc(100% - 83px);
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    margin-bottom: 22px;
}

.content.section .author-info .author-blurb {
    margin-bottom: 0;
}

.content .author-info .author-blurb p {
    font-size: 14px;
}

.content .author-info img {
    width: auto;
    margin: 7px 15px 0 0;
    border-radius: 100%;
    float: left;
}

.content .author-info p {
    margin-top: 0;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.content .author-info p:last-child {
    margin-bottom: 0;
}

/*

Styles for the email capture form

*/

.email-capture {
    margin: 0;
}

.email-capture p {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}

form input,
form button {
    font-family: Libre Franklin, Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #353535;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.email-capture form input {
    padding: 10px;
    width: calc(100% - 143px);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #CCC;
    -moz-box-sizing: border-box;
}

.search-bar form input:focus,
.search-bar form input:active,
.email-capture form input:focus,
.email-capture form input:active,
.refine-search input:focus, 
.refine-search input:active {
    outline: none;
    border-color: #353535;
}

.email-capture form button,
.refine-search button {
    padding: 10px 20px;
    border: 1px solid #ED4545;
    background-color: #ED4545;
    color: #FFF;
    margin-left: -5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    line-height: normal;
}

.search-bar form button:focus,
.search-bar form button:active,
.email-capture form button:focus,
.email-capture form button:active,
.refine-search button:focus,
.refine-search button:active {
    outline: none;
}

.email-capture form button:hover {
    background-color: #DB2219;
    border-color: #DB2219;
}


/*

Styles for screens that cover the whole page 

*/

.screen {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.screen.appear {
    opacity: 1;
    z-index: 5;
}

.video-playlist-screen {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.video-playlist-screen.appear {
    opacity: 1;
    z-index: 15;
}

/*

Styles for side bar on article page and homepage

*/

.side-bar {
    width: 300px;
    float: right;
    margin: 32px 20px 0 0;
    display: none;
}

.content.section .side-bar {
    margin-top: 48px;
}

.content.section.videos .side-bar {
    margin-top: 10px;
}

.side-bar .most-popular {
    margin: 22px 0;
}

.side-bar .most-popular .divider {
    margin: 10px 0;
}

.side-bar .most-popular .divider.side-bar.bottom {
    margin-bottom: 22px;
}

.side-bar .most-popular .container {
    text-align: right;
    margin: 10px 0;
}

.side-bar .most-popular .featured-image,
.content.article-page .side-bar .most-popular .featured-image {
    width: 100px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCC;
    display: inline-block;
    vertical-align: top;
}

.side-bar .most-popular .ind-article .header,
.content.article-page .side-bar .most-popular .ind-article .header {
    width: calc(100% - 114px);
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: 0;
}

.side-bar .most-popular .ind-article .header h1,
.content.article-page .side-bar .most-popular .ind-article .header h1 {
    font-size: 16px;
    margin: 0;
    color: #353535;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.side-bar .most-popular .ind-article a:hover .container .header h1 {
    color: #ED4545;
}

.side-bar .events .ind-article .featured-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.side-bar .events .ind-article .header {
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0;
}

.side-bar .events .ind-article .header h1 {
    font-size: 18px;
}

.side-bar .events .ind-article .header .publish-info {
    display: block;
    line-height: 1;
    margin: 10px 0 0;
}

.side-bar .events .ind-article .header .publish-info .drop-pin img {
    height: 16px;
    position: relative;
    top: 1px;
    left: 1px;
}

.side-bar .events .divider {
    margin: 22px 0;
}

.side-bar .events .divider.side-bar {
    margin-bottom: 22px;
}

.side-bar .events .divider.side-bar.bottom {
    margin-top: 22px;
}



/* Styles for Story Playlists */
.story-playlist {
    display: block;
    position: relative;
    overflow-y: hidden;
}

.content.article-page .story-playlist {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.story-playlist .playlist-1 {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    white-space: nowrap;
    margin-bottom: -16px;
}

.story-playlist .playlist-2 {
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.story-playlist .playlist-4 {
    display: flex;
}

.story-playlist .playlist-5 {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 5px;
}

.story-playlist .playlist-5:last-child {
    padding-right: 5px;
}

.story-playlist .playlist-6 {
    width: calc(45vw - 10px);
    display: flex;
    cursor: pointer;
}

.story-playlist .playlist-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #FFF;
    border-radius: 3px;
    overflow: hidden;
}

.story-playlist .playlist-9 {
    height: 100px;
}

.story-playlist .cover-image {
    height: 100px;
    width: calc(45vw - 10px);
    border-radius: 3px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: saturate(0) brightness(0.9);
}

.story-playlist .colour {
    position: absolute;
    height: 100px;
    width: calc(45vw - 10px);
    border-radius: 3px;
    mix-blend-mode: multiply;
    z-index: 2;
}

.story-playlist .yellow .colour,
.playlist-feed .title.yellow {
    background-color: #FFB000 !important;
}

.story-playlist .magenta .colour,
.playlist-feed .title.magenta {
    background-color: #FF4B89 !important;
}

.story-playlist .green .colour,
.playlist-feed .title.green {
    background-color: #17C293 !important;
}

.story-playlist .blue .colour,
.playlist-feed .title.blue {
    background-color: #325A97 !important;
}

.story-playlist .purple .colour,
.playlist-feed .title.purple {
    background-color: #8C2CB6 !important;
}

.story-playlist .red .colour,
.playlist-feed .title.red {
    background-color: #ED4545 !important;
}

.story-playlist .orange .colour,
.playlist-feed .title.orange {
    background-color: #FF8800 !important;
}

.story-playlist .grey .colour,
.playlist-feed .title.grey {
    background-color: #607D8B !important;
}

.story-playlist .lightBlue .colour,
.playlist-feed .title.lightBlue {
    background-color: #51B9FF !important;
}

.story-playlist .lightGreen .colour,
.playlist-feed .title.lightGreen {
    background-color: #8BC34A !important;
}

.story-playlist .coolBlue .colour,
.playlist-feed .title.coolBlue {
    background-color: #008CF4 !important;
}

.story-playlist .title {
    width: calc(45vw - 30px);
    position: absolute;
    text-align: center;
    z-index: 3;
    top: 50%;
    -o-transform: translateY(-50%) translateY(-4px);
    -ms-transform: translateY(-50%) translateY(-4px);
    -moz-transform: translateY(-50%) translateY(-4px);
    -webkit-transform: translateY(-50%) translateY(-4px);
    transform: translateY(-50%) translateY(-4px);
    margin: 0 10px;
}

.story-playlist .title img,
.playlist-feed .title img {
    height: 20px;
    width: auto;
    margin: 0 auto 7px auto;
    display: block;
}

.story-playlist .title p {
    text-transform: capitalize;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3;
    white-space: normal;
}

button.playlist-button {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #ED4545;
    border: none;
    color: #FFF;
    cursor: pointer;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    z-index: 4;
    font-size: 16px;
    top: 32px;
}

button.playlist-button:hover {
    background-color: #DB2219;
}

button.playlist-button:focus {
    outline: none;
}

button.playlist-button.grey {
    background-color: #CCC;
}

button#button-scroll-back {
    margin: 0;
    left: 0;
}

button#button-scroll-next {
    margin: 0;
    right: 0;
}


button.playlist-button.close {
    width: auto;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    height: auto;
    position: fixed;
    top: 0;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
    opacity: 0;
}

.playlist-feed {
    position: fixed;
    top: 120%;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 11;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFF;
}

.playlist-feed.appear {
    top: 0;
}

.playlist-feed .title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 20px 0;
    color: #FFF;
}

.playlist-feed .title h2 {
    margin: 0 20px 5px;
    font-size: 20px;
}

.playlist-feed .title h2 span.mobile {
    display: inline;
}

.playlist-feed .title p {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.3;
}

.playlist-feed .title p.cross {
    display: none;
    position: absolute;
    right: 0px;
    top: 20px;
    cursor: pointer;
    padding: 8px 15px;
    background-color: #F4F4F4;
    color: #353535;
    border-radius: 4px;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.playlist-feed .title p.cross:hover {
    background-color: #CCC;
}

.playlist-feed .title p.cross img {
    display: inline-block;
    height: 9px;
    vertical-align: middle;
    margin: 0 3px 0 0;
    padding: 0;
    position: relative;
    top: -1px;
}

.playlist-feed .title p.cross span {
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.playlist-feed .title p.cross::selection {
    background-color: transparent;
}

.playlist-feed .items-container {
    position: absolute;
    width: 100%;
    height: calc(100% - 108px);
    top: 108px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.playlist-feed .items-container .playlist-item {
    text-align: right;
    margin: 10px 20px 8px;
    line-height: 1;
    cursor: pointer;
}

.playlist-feed .items-container .playlist-item:hover h2 {
    color: #ED4545;
}

.playlist-feed .items a:last-child .playlist-item,
.playlist-feed.videos .items .playlist-item:last-child {
    margin-bottom: 75px;
}

.playlist-feed .items .playlist-item .item-image {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    margin-right: 10px;
}

.playlist-feed.videos .items .playlist-item .item-image {
    height: 56px;
    width: 100px;
}

.playlist-feed.videos .items .playlist-item .video-play-icon {
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    position: absolute;
    margin-top: -59px;
}

.playlist-feed .items .playlist-item h2 {
    display: inline-block;
    width: calc(100% - 70px);
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    margin: 0;
    color: #353535;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3;
}

.playlist-feed.videos .items .playlist-item h2 {
    width: calc(100% - 110px);
}

.playlist-feed .items a:hover .playlist-item h2 {
    color: #ED4545;
}

.playlist-feed .items .divider {
    margin: 0 20px;
    width: calc(100% - 40px);
}

.playlist-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #353535;
    z-index: -10;
    opacity: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.playlist-screen.appear {
    z-index: 10;
}

.playlist-screen.appear.fade-in {
    opacity: 1;
}

.video-playlist-video {
    position: fixed;
    width: 100%;
    max-width: 500px;
    height: 0;
    padding-bottom: 56.25%;
    top: 150%;
    left: 50%;
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: -5;
    opacity: 0;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.video-playlist-video.appear {
    z-index: 25;
}

.video-playlist-video.appear.fade-in {
    opacity: 1;
    top: 50%;
}

.video-playlist-video iframe {
    width: 100%;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}



/* Homepage styles */
.content.home, 
.content.section {
    width: 100%;
    max-width: 1000px;
}

.content.home .main-item,
.content.section .main-item {
    margin-top: 10px;
}

.content.home .main-item .divider,
.content.section .main-item .divider {
    margin: 22px 0 22px;
}

.content.home .video-section {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.content.home .video-section h2 {
    margin: -12px 20px 10px;
    font-size: 18px;
}

.content.home .gif-section img {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
}

.content.home .lazy-section .load-more {
    margin-top: 10px;
    padding: 0;
}

.content.home .lazy-section .load-more a {
    width: 100%;
    display: inline-block;
    padding: 6px 0 5px;
    background-color: #353535;
}

span.emoji {
    margin-right: 5px;
}



/* Styles for individual article cards */

.ind-article .container {
    text-align: right;
    margin: 22px 0;
    width: 100%;
    display: table;
}

.content.home .ind-article .container,
.content.section .ind-article .container {
    margin-top: 0;
}

.ind-article .featured-image {
    width: 120px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #CCC;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.top-story .featured-image {
    float: none;
}

.content.article-page .ind-article .featured-image {
    width: 120px;
    height: 66px;
}

.ind-article .container .header {
    width: calc(100% - 134px);
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: 0;
}

.content.article-page .ind-article .container .header {
    width: calc(100% - 134px);
}

.ind-article .container .header h1 {
    font-size: 16px;
    color: #353535;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
}

.ind-article a:hover .header h1 {
    color: #ED4545;
}

.ind-article .header p.subtitle {
    display: none;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ind-article .container .header .publish-info {
    display: none;
    margin: 0;
    line-height: 1;
}

.post-type-archive-event .ind-article .container .header .publish-info{
    display: block;
}

.ind-article .container .header .publish-info p {
    font-size: 12px;
}

.ind-article .container .header .publish-info .publish-date .clock {
    height: 13px;
    margin-right: 7px;
}

.related-articles .divider {
    margin: 22px 20px;
    width: calc(100% - 40px);
}

.content.home .main-item .top-story .featured-image,
.content.section .main-item .top-story .featured-image {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 0;
    padding-bottom: 55.26%;
}

.content.home .main-item .top-story .header,
.content.section .main-item .top-story .header {
    width: 100%;
    margin: 10px 0 0;
}

.content.home .main-item .top-story .header h1,
.content.section .main-item .top-story .header h1 {
    font-size: 18px;
}

.content.home .main-item .top-story .header .subtitle,
.content.section .main-item .top-story .header .subtitle {
    font-size: 17px;
    margin-bottom: 10px;
}



/*

Styles for search results page

*/

.refine-search {
    text-align: left;
    margin: 20px 0;
}

.refine-search label {
    margin-right: 5px;
}

.refine-search input {
    padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid #CCC;
    width: calc(100% - 82px);
    max-width: 700px;
    -moz-box-sizing: border-box;
}

.refine-search button {
    padding: 15px 20px;
}

/* Styles for video section page */
.content.section.videos .video-item {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.content.section.videos .video-item h2 {
    margin: -12px 20px 10px;
    font-size: 18px;
}


/* Styles for Video category banner */
.video-categories {
    display: block;
    position: relative;
    overflow-y: hidden;
    width: 100%;
    max-width: 100vw;
}

.video-categories .layer-1 {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    white-space: nowrap;
    margin-bottom: -16px;
}

.video-categories .layer-2 {
    padding-left: 0px;
    margin-bottom: 20px;
}

.video-categories .layer-4 {
    display: flex;
    background-color: #FFF;
}

.video-categories .layer-5 {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.video-categories .layer-6 {
    width: auto;
    display: flex;
    cursor: pointer;
}

.video-categories .layer-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: none;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.video-categories .layer-9 {
    line-height: 1;
}

.video-categories .layer-9 p {
    margin: 10px 15px;
    font-size: 14px;
    color: #ED4545;
}

.video-categories .layer-5.active .layer-7 {
    box-shadow: inset 0 -3px 0 #ED4545;
}

.video-categories .layer-5:hover .layer-7 {
    box-shadow: inset 0 -3px 0 #ED4545;
}

.video-categories .layer-5.active p {
    font-weight: bold;
}


/* Styles for the About Us and Privacy Policy page */

.content.about,
.content.privacy {
    max-width: 670px;
    margin-top: 72px;
}

.content.about .main-item,
.content.privacy .main-item {
    max-width: 100%; width:auto; text-align:justify;
    overflow: auto;
}

.content.about h1,
.content.privacy h1 {
    margin: 22px 0;
}

.content.privacy h1 + h2 {
    margin-top: 0;
}

.content.about .featured-image {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.content.about .team-member {
    display: inline-block;
    max-width: calc(50% - 12px);
    margin-bottom: 22px;
    vertical-align: top;
    padding: 2px;
}

.content.about .team-member:nth-child(odd) {
    /*margin-right: 20px;*/
}

.content.about .team-member .member-img {
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content.about .team-member h3 {
    margin: 10px 0 5px;
}

.content.about .team-member p {
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}


/* Footer styles */

.footer {
    width: 100%;
    background-color: #353535;
    color: #999;
    text-align: left;
    position: relative;
}

.footer div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 10px;
}

.footer p {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
}

.footer p a {
    color: #FFF;
    border-bottom: 1px solid transparent;
}

.footer p a:hover {
    color: #999;
    border-bottom: 1px solid #999;
}

.footer p.footnote a {
    color: inherit;
}

@media screen and (min-width: 500px) {
    .story-playlist .playlist-6 {
        width: calc(35vw - 10px);
    }

    .story-playlist .cover-image {
        width: calc(35vw - 10px);
    }

    .story-playlist .colour {
        width: calc(35vw - 10px);
    }
    
    .story-playlist .title {
        width: calc(35vw - 30px);
    }
}

@media screen and (min-width: 600px) {
    .story-playlist .playlist-6 {
        width: calc(30vw - 10px);
    }

    .story-playlist .cover-image {
        width: calc(30vw - 10px);
    }

    .story-playlist .colour {
        width: calc(30vw - 10px);
    }
    
    .story-playlist .title {
        width: calc(30vw - 30px);
    }
}


@media screen and (min-width: 769px) {
    body {
        font-size: 18px;
    }
    
    h1 {
        font-size: 42px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    .mobile {
        display: none !important;
    }

    .desktop-small {
        display: block;
    }

    .desktop-med {
        display: none;
    }

    .desktop-large {
        display: none;
    }
    
    .desktop-small-up {
        display: block !important;
    }
    
    .story-playlist .title p span.desktop-small-up,
    .playlist-feed .title h2 span.desktop-small-up {
        display: inline !important;
    }
    
    .top-nav {
        height: 64px;
        text-align: inherit;
    }
    
    .top-nav .logo {
        height: 34px;
        margin: 15px 30px 15px;
    }
    
    .top-nav .hamburger {
        display: none;
    }
    
    .categories {
        display: inline-block;
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        width: calc(100% - 304px);
        max-width: calc(100% - 304px);
        top: 0;
        right: 0;
        left: auto;
        text-align: left;
        margin-right: 20px;
        z-index: 10;
        background-color: transparent;
    }
    
    .categories li,
    .more-categories li {
        display: inline-block;
        color: #FFF;
        border: none;
        box-shadow: 0;
        font-size: 14px;
        padding: 25px 20px;
    }
    
    .categories li.hover {
        background-color: #DB2219;
    }
    
    .categories .search li {
        width: 59px;
        padding: 25px 0;
        text-align: center;
    }
    
    .categories .search li:hover {
        padding: 25px 0;
    }
    
    .more-categories {
        top: 64px;
        background-color: #FFF;
        text-align: center;
    }
    
    .more-categories li {
        padding: 20px;
    }
    
    .categories .hide li {
        display: none;
    }
    
    .more-categories .hide li {
        display: inline-block;
    }
    
    .categories li:hover, 
    .more-categories li:hover {
        background-color: #DB2219;
        padding-left: 20px;
    }
    
    .categories .search.mobile {
        display: none;
    }
    
    .categories .about {
        display: none;
    }
    
    .categories .search.desktop {
        display: inline;
    }
    
    .categories .search li img {
        height: 14px;
        top: 1px;
        margin-top: -3px;
    }
    
    .categories .search li span {
        display: none;
    }
    
    .more-categories li {
        color: #ED4545;
    }
    
    .more-categories li:hover {
        color: #FFF;
        background-color: #ED4545;
        box-shadow: none;
    }
    
    .more-categories .back {
        display: none;
    }
    
    .more-categories .about {
        display: inline;
    }
    
    .search-bar {
        top: 64px;
        -o-transform: translate(-50%, -100%) !important;
        -ms-transform: translate(-50%, -100%) !important;
        -moz-transform: translate(-50%, -100%) !important;
        -webkit-transform: translate(-50%, -100%) !important;
        transform: translate(-50%, -100%) !important;
        left: 50%;
    }
    
    .search-bar.appear {
        -o-transform: translate(-50%, 0%) !important;
        -ms-transform: translate(-50%, 0%) !important;
        -moz-transform: translate(-50%, 0%) !important;
        -webkit-transform: translate(-50%, 0%) !important;
        transform: translate(-50%, 0%) !important;
    }
    
    .search-bar input {
        border-bottom-left-radius: 4px;
        border-left: 1px solid #CCC;
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 136px);
    }
    
    .search-bar button {
        border-bottom-right-radius: 4px;
    }
    
    .menu-categories-mobile,
    .menu-more-categories-mobile {
        display: none;
    }
    
    figcaption {
        font-size: 14px;
    }
    
    .content.home .video-section {
        width: 100%;
        margin-left: 0;
    }
    
    .content.home .gif-section img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    
    .content.home .video-section h2.section-title {
        margin-left: 0;
    }
    
    h2.section-title,
    .content.home .main-item .video-section h2.section-title {
        font-size: 18px;
    }
    
    .content.section .main-item > h2.section-title,
    .content.section.videos > h2.section-title {
        font-size: 28px;
        margin-top: 22px;
    }
    
    
    /* Story playlists */
    .story-playlist {
        padding-right: 20px;
    }
    
    .story-playlist .playlist-5 {
        padding: 0 0 0 10px;
    }
    
    .story-playlist .playlist-5:first-child {
        padding-left: 20px;
    }

    .story-playlist .playlist-5:last-child {
        padding-right: 0;
    }
    
    .story-playlist .playlist-6 {
        width: calc(23vw - 10px);
    }

    .story-playlist .playlist-9 {
        height: 110px;
    }

    .story-playlist .cover-image {
        height: 110px;
        width: calc(23vw - 10px);
    }

    .story-playlist .colour {
        height: 110px;
        width: calc(23vw - 10px);
    }
    
    .story-playlist .title {
        width: calc(23vw - 30px);
        transform: translateY(calc(-50% - 4px));
        margin: 0 10px;
    }
    
    .story-playlist .title img,
    .playlist-feed .title img {
        height: 24px;
    }
    
    button.playlist-button {
        top: 37px;
    }
    
    button#button-scroll-back {
        left: 2px;
    }
    
    button#button-scroll-next {
        right: 2px;
    }
    
    .playlist-feed {
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        max-width: 640px;
    }
    
    .playlist-feed.appear {
        top: 50px;
    }
    
    .playlist-feed .title {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        padding: 20px 0;
    }

    .playlist-feed .title h2 {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .playlist-feed .title p {
        font-size: 14px;
    }
    
    .playlist-feed .title p.cross {
        display: block;
    }
    
    .playlist-feed .items-container {
        height: calc(100% - 100px);
        top: 100px;
    }
    
    .playlist-feed .items-container .playlist-item {
        margin: 22px 20px 22px;
    }

    .playlist-feed .items a:last-child .playlist-item {
        margin-bottom: 60px;
    }

    .playlist-feed .items .playlist-item h2 {
        font-size: 18px;
    }

    .playlist-feed .items a:hover .playlist-item h2 {
        color: #ED4545;
    }

    .playlist-feed .items .divider {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    
    button.playlist-button.close {
        display: none;
    }
    
    .video-playlist-video {
        width: 500px;
        height: 281px;
        padding: 0;
    }
    
    /* Styles for individual article cards */
    .ind-article .container {
        margin: 22px 0;
    }

    .ind-article .featured-image,
    .content.article-page .ind-article .featured-image {
        width: 200px;
        height: 110px;
    }

    .ind-article .container .header,
    .content.article-page .ind-article .container .header {
        width: calc(100% - 214px);
        margin-left: 10px;
    }
    
    .content.home .main-item .top-story .featured-image,
    .content.section .main-item .top-story .featured-image {
        width: 100%;
    }

    .ind-article .container .header h1 {
        font-size: 20px;
    }
    
    .content.home .main-item .top-story .header h1,
    .content.section .main-item .top-story .header h1 {
        font-size: 28px;
    }
    
    .ind-article .header p.subtitle {
        display: block;
    }

    .ind-article .container .header .publish-info {
        display: block;
    }
    
    .related-articles .divider {
        margin: 22px 0;
    }
    
    
    .content .related-stories .featured-image {
        width: 150px;
        height: 83px;
        margin-right: 20px;
    }
    
    .content .related-stories .header {
        width: calc(100% - 174px);
    }
    
    .content .related-stories .header p.subtitle {
        display: block;
        font-size: 13px;
    }


    .content.home .video-section h2 {
        font-size: 28px;
    }
    
    .video-categories .layer-9 p {
        margin: 10px 20px;
    }
    
    .content.section.videos .video-item {
        width: 100%;
        margin-left: 0;
    }

    .content.section.videos .video-item h2 {
        margin-left: 0;
        margin-right: 0;
        font-size: 28px;
    }
    
    .content .header {
        margin-top: 30px;
    }
    
    .content .header .publish-info {
        display: inline-block;
    }
    
    .content .header .social-share {
        display: inline-block;
        text-align: right;
        width: 400px;
        margin: -10px 0 0 0;
        float: right;
    }
    
    .content .social-share span {
        padding: 10px 0;
    }
    
    .content .header h1,
    .email-capture h1 {
        font-size: 42px;
    }
    
    .content {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 0;
    }
    
    .content aside.pull-quote {
        float: left;
        width: 250px;
        margin-right: 60px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .content .author-info {
        max-width: 100%;
    }
    
    .content.section .author-info {
        max-width: 700px;
        margin: 30px auto;
    }
    
    .content .social-share span {
        width: calc((100% - 24px)/2);
    }
    
    .content .social-share .social-whats-share span {
        display: none;
    }
    
    .email-capture {
        margin: 30px;
        text-align: center;
    }
    
    .email-capture p,
    .content .author-info p {
        font-size: 18px;
    }
    
    .email-capture form {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .email-capture form input {
        padding: 10px 20px;
        width: calc(100% - 163px);
    }
    
    .content .related-articles .article {
        display: inline-block;
        padding-top: 30px;
        margin: 0 20px;
    }
    
    .content .related-articles .article:hover h1 {
        color: #ED4545;
    }
    
    .content .related-articles .article .header {
        display: block;
        float: right;
        margin-left: 30px;
        width: 530px;
    }
    
    .content .related-articles .article .header .subtitle {
        height: auto;
        opacity: 1;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .content .related-articles .publish-info,
    .content .related-articles .publish-info img.clock {
        height: auto;
        opacity: 1;
    }
    
    .content .related-articles .publish-info .non-date {
        display: none;
    }
    
    .content .related-articles .publish-info img.clock {
        margin: 0 10px -2px 0;
    }
    
    .content .divider.max {
        width: calc(100% + 40px);
    }
    
    .fb-comments span {
        display: block !important;
    }
    
    .load-more.fb {
        display: none;
    }
    
    .fb-share-slide {
        display: none;
    }
    
    .refine-search {
        margin: 30px 0;
    }
    
    .refine-search input {
        width: 50%;
        max-width: 700px;
    }
    
    .content.section.about .section h2 {
        text-align: center;
    }
    
    .content.section.privacy .section.privacy-statement h2 {
        text-align: left;
    }
    
    .content .video-container .ind-item {
        width: calc((100% - 65px)/2);
        display: inline-block;
        vertical-align: top;
    }
    
    .content .video-container .ind-item:first-child {
        margin-left: 20px;
    }
    
    .content .video-container .ind-item:nth-child(3) {
        display: none;
    }
    
    .content .video-container .ind-item .video-title h1 {
        height: 47px;
        overflow: hidden;
    }
    
    .content.section .video-category-menu .vid-menu-divider {
        display: none;
    }
    
    .content.section .video-container .ind-item .video-title h1 {
        height: auto;
        font-size: 24px;
    }
    
    .content.section .video-container .ind-item {
        width: calc(100% - 40px);
    }
    
    .content.section .section.heading h1 {
        font-size: 42px;
    }
    
    
    /* Styles for the About Us and Privacy Policy page */

    .content.about,
    .content.privacy {
        margin-top: 86px;
        overflow: auto;
    }

    .content.about .featured-image {
        width: 100%;
        margin-left: 0;
    }
    
    .content.about .team-member {
        max-width: calc(33.33333% - 16px);
        /*margin-right: 20px;*/
        padding: 5px;

    }
    
    .content.about .team-member:nth-child(3n) {
        margin-right: 0;
    }

    .content.about .team-member .member-img {
        width: 100%;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .content.about .team-member h3 {
        margin: 10px 0 5px;
    }

    .content.about .team-member p {
        font-size: 14px;
        color: #999;
        margin: 10px 0;
    }
    
    .content.about .divider.max,
    .content.privacy .divider.max {
        width: 100%;
        position: static;
        margin-left: 0;
    }
    
    .content.home,
    .content.section {
        margin-top: 74px;
    }
}

@media screen and (min-width: 1000px) {
    /* Story Playlist */
    .story-playlist .playlist-6 {
        width: 175px;
    }

    .story-playlist .cover-image {
        width: 175px;
    }

    .story-playlist .colour {
        width: 175px;
    }
    
    .story-playlist .title {
        width: 155px;
        transform: translateY(calc(-50% - 4px));
        margin: 0 10px;
    }
    
    .content.article-page .story-playlist .playlist-5:last-child {
        padding-right: 0;
    }
    
    .content.home,
    .content.section {
        position: relative;
        overflow: auto;
    }
    
    h2.section-title {
        margin-left: 0;
    }
    
    .content.home > h2.section-title,
    .content.section > h2.section-title {
        margin-left: 20px;
    }
    
    .content.home .divider.max,
    .content.section .divider.max,
    .content.about .divider.max,
    .content.privacy .divider.max {
        width: 100%;
        position: static;
        margin-left: 0;
    }
    
    .mobile {
        display: none;
    }

    .desktop-small {
        display: none;
    }
    
    .desktop-med,
    .desktop-med-up {
        display: block;
    }

    .desktop-large {
        display: none;
    }
    
    .ind-article .container {
        margin: 22px 0;
    }
    
    .content .related-articles .article .header {
        width: calc(100% - 330px);
    }
    
    .side-bar {
        display: block;
    }
    
    .content .main-item {
        max-width: calc(100% - 360px);
        width: 100%;
    }
    
    .side-bar {
        margin-right: 20px;
    }
}

@media screen and (min-width: 1065px) {
    .content .related-articles h1.related-heading {
        font-size: 42px;
        margin: 22px 0;
    }
    
    .content .header,
    .content .main-item {
        margin-left: 0;
        margin-right: 0;
    }
    
    .side-bar {
        margin-right: 0;
    }
    
    .content .main-item {
        max-width: calc(100% - 330px);
        float:left;
    }
    
    .categories .hide li {
        display: inline-block;
    }
    
    .more-categories .hide li {
        display: none;
    }
    
    /* Story playlists */
    .story-playlist {
        width: 100%;
        margin-left: -18px;
        padding: 0 18px;
    }
    
    .story-playlist .playlist-5:first-child {
        padding-left: 0;
    }

    .story-playlist .playlist-5:last-child {
        padding-right: 0;
    }
    
    .content.home > h2.section-title,
    .content.section > h2.section-title {
        margin-left: 0;
    }
    
    button#button-scroll-next {
        margin: 0;
        right: 0;
    }
}

@media screen and (min-width: 1100px) {
    .content aside.pull-quote {
        float: left;
        width: 250px;
        margin-left: -40px;
        margin-right: 60px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .footer p {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .mobile {
        display: none;
    }

    .desktop-small {
        display: none;
    }

    .desktop-med {
        display: none;
    }

    .desktop-large {
        display: block;
    }
    
    .categories .search li {
        width: 112px;
    }
    
    .categories .search li span {
        display: inherit;
    }
    
    .categories .about {
        display: inline;
    }
    
    .more-categories .about {
        display: none;
    }
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .story-playlist .colour.ie9up {
        opacity: 0.8;
    }
}

#article-original{
    overflow: auto;
}

.content-article-wrap h2, .content-article-wrap h3, .content-article-wrap h4, .content-article-wrap h5, .content-article-wrap h6{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px){
    .single.single-post. footer{
        padding-bottom: 50px;
    }
}