/* CAROUSEL */
/* ------------------------------ */
.carousel-slider-inactive-tabs, .carousel-slider-inactive-tab {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel-widget.module {
    width: 649px;
    background: #fff;
    border-right: 1px solid #eee;
}

.carousel-widget.module .module-header {
    height: 36px;
    margin-bottom: 0;
    background-color: #fff;
}

.carousel-widget.module .module-header .heading {
    background: #a669ae;
    display: inline-block;
}

.carousel-widget.module .module-header .heading a {
    color: #fff;
}

.carousel-wrapper {
    height: 304px;
    width: 649px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.carousel-items {
    display: inline-block;
    height: 600px;
    width: 3600px;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 0px;
}

.carousel-item {
    width: 316px;
    height: 301px;
    float: left;
    position: relative;
    margin: 0 -43px;
}

.carousel-item img {
    width: 316px;
}

.carousel-item .image-block {
    width: 316px;
    box-shadow: 1px -1px 14px -7px #000;
    background: #fff;
}

.carousel-item .story-block {
    display: none;
    width: 302px;
    height: 58px;
    box-shadow: 1px -1px 14px -7px #000;
    background: #fff;
}

.carousel-item .story-block .heading {
    width: 300px;
    float: left;
    font-size: 23px;
    line-height: 24px;
    height: 53px;
    overflow: hidden;
}

.carousel-item.active {
    height: 301px;
}

.carousel-item.active .story-block {
    display: block;
}

.carousel-nav {
    position: absolute;
    width: 650px;
    top: 110px;
    height: 35px;
}

.carousel-nav a {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font: 20px/20px "brandify", sans-serif;
    text-indent: -100px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 10;
    transition: background 0.12s;
}

.carousel-nav a:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 34px;
}

.carousel-nav a.prev:before {
    content: '\e601';
}

.carousel-nav a.next {
    left: auto;
    right: 1px;
}

.carousel-nav a.next:before {
    content: '\e600';
}

.carousel-nav a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-nav a.inactive {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: default;
}

.carousel-slider-wrapper {
    position: relative;
    height: 7px;
    width: 100%;
}

.carousel-slider {
    position: relative;
    margin-top: 20px;
    height: 7px;
    width: 100%;
}

.carousel-slider-inactive-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
}

.carousel-slider-inactive-tab {
    display: block;
    float: left;
    height: 7px;
    width: 100%;
    background: #d9d9d9;
}

.carousel-slider-inactive-tab + .carousel-slider-inactive-tab {
    box-shadow: inset 1px 0 0 #fff;
}

.carousel-slider-wrapper .ui-slider-handle {
    top: -2px;
    margin-left: 0px;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 11px;
    cursor: pointer;
    background: none;
    outline: none;
}

.carousel-slider-wrapper .ui-slider-handle:before {
    content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    background: #ac63a8;
    height: 7px;
    width: 100%;
    overflow: hidden;
    text-indent: -100px;
    box-shadow: inset 1px 0 0 #fff;
}

.carousel.item-count-2 .ui-slider-horizontal {
    width: 50%;
}

.carousel.item-count-2 .ui-slider-handle {
    width: 100%;
}

.carousel.item-count-2 .carousel-slider-inactive-tab {
    width: 50%;
}

.carousel.item-count-3 .ui-slider-horizontal {
    width: 66.6666666667%;
}

.carousel.item-count-3 .ui-slider-handle {
    width: 50%;
}

.carousel.item-count-3 .carousel-slider-inactive-tab {
    width: 33.3333333333%;
}

.carousel.item-count-4 .ui-slider-horizontal {
    width: 75%;
}

.carousel.item-count-4 .ui-slider-handle {
    width: 33.3333333333%;
}

.carousel.item-count-4 .carousel-slider-inactive-tab {
    width: 25%;
}

.carousel.item-count-5 .ui-slider-horizontal {
    width: 80%;
}

.carousel.item-count-5 .ui-slider-handle {
    width: 25%;
}

.carousel.item-count-5 .carousel-slider-inactive-tab {
    width: 20%;
}

.carousel.item-count-6 .ui-slider-horizontal {
    width: 83.3333333333%;
}

.carousel.item-count-6 .ui-slider-handle {
    width: 20%;
}

.carousel.item-count-6 .carousel-slider-inactive-tab {
    width: 16.6666666667%;
}

.carousel.item-count-7 .ui-slider-horizontal {
    width: 85.7142857143%;
}

.carousel.item-count-7 .ui-slider-handle {
    width: 16.6666666667%;
}

.carousel.item-count-7 .carousel-slider-inactive-tab {
    width: 14.2857142857%;
}

.carousel.item-count-8 .ui-slider-horizontal {
    width: 87.5%;
}

.carousel.item-count-8 .ui-slider-handle {
    width: 14.2857142857%;
}

.carousel.item-count-8 .carousel-slider-inactive-tab {
    width: 12.5%;
}

.carousel.item-count-9 .ui-slider-horizontal {
    width: 88.8888888889%;
}

.carousel.item-count-9 .ui-slider-handle {
    width: 12.5%;
}

.carousel.item-count-9 .carousel-slider-inactive-tab {
    width: 11.1111111111%;
}

.carousel.item-count-10 .ui-slider-horizontal {
    width: 90%;
}

.carousel.item-count-10 .ui-slider-handle {
    width: 11.1111111111%;
}

.carousel.item-count-10 .carousel-slider-inactive-tab {
    width: 10%;
}

/*# sourceMappingURL=carousel.css.map *//*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/*$module-video-embed-caption-margin:         0 !default;
$module-video-embed-caption-padding:        $fixture-padding !default;
$module-video-embed-caption-font:           12px/18px $base-font-family !default;
$module-video-embed-caption-font-color:     #393939 !default;
$module-video-embed-caption-background:     lighten(#000,0.75) !default;
$module-video-embed-header-toggle:          false !default;
$module-video-embed-byline-font:            11px/18px $base-font-family !default;
$module-video-embed-byline-font-color:      #666666 !default;

// Flash Embed Module
$module-flash-embed-caption-margin:         0 !default;
$module-flash-embed-caption-padding:        $fixture-padding !default;
$module-flash-embed-caption-font:           12px/18px $base-font-family !default;
$module-flash-embed-caption-font-color:     #393939 !default;
$module-flash-embed-caption-background:     lighten(#000,0.75) !default;
$module-flash-embed-header-toggle:          false !default;*/
/*$reactive-storyblock-border-colour: 			#c2c2c0 !default;
$reactive-storyblock-boxshadow: 				0 0px 4px #666 !default;*/
/*$story-header-related-column-count:         1 !default;
$story-header-related-height:               55px !default;
$story-header-related-padding:              32px !default;
$story-header-related-font-size:            $base-font-size * 0.75 !default;
$story-header-related-line-height:          $base-line-height * 0.59 !default; */
/*@warn 'We need to put an image here for the ie-7 more link. or do we?' !default;*/
#header {
    height: 102px;
}

#header-logo {
    top: 15px;
    float: none;
    width: 186px;
    height: 37px;
    margin: 0 auto;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTg2IDM3LjI1Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHJlY3Qgd2lkdGg9IjE4NiIgaGVpZ2h0PSIzNy4yNSIgZmlsbD0ibm9uZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjx0aXRsZT5sb2dvLXNpdGVzPC90aXRsZT48cGF0aCBkPSJNMTY0Ljg3LDYuNjRWMzYuNzFIMTc0VjE2LjM3YTE5LjQ1LDE5LjQ1LDAsMCwxLC4yNS00LjE4LDEuMTUsMS4xNSwwLDAsMSwxLjI0LS43OCwxLDEsMCwwLDEsMS4xNS42OCwxOS4xOSwxOS4xOSwwLDAsMSwuMjEsMy43OVYzNi43MUgxODZWMTUuNjNhMjUuNTMsMjUuNTMsMCwwLDAtLjQzLTUuNjMsNC45NCw0Ljk0LDAsMCwwLTEuOTMtMi44LDYuMzEsNi4zMSwwLDAsMC0zLjg2LTEuMTEsNi41Myw2LjUzLDAsMCwwLTMuMzMuODNBNi44OCw2Ljg4LDAsMCwwLDE3NCw5LjQybDAuMTctMi43OGgtOS4zMVpNMTUzLjcsMzYuNzFoOS40MVY2LjY0SDE1My43VjM2LjcxaDBabTAtMzEuOTNoOS40MVYwSDE1My43VjQuNzdoMFpNMTQxLjEsMi42MVY3LjM1aC0ydjQuNzdoMlYyNy4zOWEzOC4xNSwzOC4xNSwwLDAsMCwuMjUsNS43LDQsNCwwLDAsMCwxLjI3LDIuMTUsNC43Niw0Ljc2LDAsMCwwLDIuMzYsMS4yLDI2LjQ5LDI2LjQ5LDAsMCwwLDQuNDcuMjZoMy43VjMxLjg2cS0yLjI2LDAtMi41Ny0uMzR0LTAuMzEtMy4zMVYxMi4xMmgyLjUxVjcuMzVoLTIuNTFWMi42MUgxNDEuMVptLTE0LDE0LjdWMTUuMWExMS44NywxMS44NywwLDAsMSwuMjMtMy4xMiwxLjEzLDEuMTMsMCwwLDEsMS4xOS0uNTgsMSwxLDAsMCwxLDEsLjY4LDEwLjk0LDEwLjk0LDAsMCwxLC4yNSwzdjIuMmgtMi43MVptMTEuODksMC45MmExOC4xNiwxOC4xNiwwLDAsMC0xLTYuNzksOCw4LDAsMCwwLTMuNTItMy44OCwxMi40OSwxMi40OSwwLDAsMC02LjM2LTEuNDYsMTIuMzMsMTIuMzMsMCwwLDAtNS41OCwxLjIxQTcuMzIsNy4zMiwwLDAsMCwxMTksMTAuOCwxNC45MiwxNC45MiwwLDAsMCwxMTcuOTEsMTd2OC43N2EyMC43NSwyMC43NSwwLDAsMCwuNDgsNS4xMSw4LjMsOC4zLDAsMCwwLDEuNzEsMy4yMiw4LjIxLDguMjEsMCwwLDAsMy40NiwyLjMsMTQuNDksMTQuNDksMCwwLDAsNS4xMy44NCwxMi43NCwxMi43NCwwLDAsMCw1LS44NSw4LDgsMCwwLDAsMy4yOC0yLjU0LDguNjksOC42OSwwLDAsMCwxLjY0LTMuMTksMTkuNzksMTkuNzksMCwwLDAsLjM1LTQuMjdWMjQuMThoLTguNjd2NGE4LjQyLDguNDIsMCwwLDEtLjM2LDMsMS40LDEuNCwwLDAsMS0xLjQxLjc4LDEuMTYsMS4xNiwwLDAsMS0xLjE1LS41OSw3LjEzLDcuMTMsMCwwLDEtLjMtMi42M3YtNi41aDExLjg5di00Wk0xMDcsMzYuNzFoOS40MVYwSDEwN1YzNi43MVptLTExLjE2LDBoOS40MVYwSDk1Ljg0VjM2LjcxWk04NSw2LjY0VjI2Ljg4YTI1LjkzLDI1LjkzLDAsMCwxLS4xOSw0LjM3LDEuMDksMS4wOSwwLDAsMS0xLjIyLjY4LDEuMDgsMS4wOCwwLDAsMS0xLjE4LS42NiwyMS4xNSwyMS4xNSwwLDAsMS0uMjItNC4xN1Y2LjY0SDczVjI2LjkycTAsMy44Ny4xNiw1LjE4YTcsNywwLDAsMCwuOCwyLjUsNC43Miw0LjcyLDAsMCwwLDIsMS45Myw3LjI0LDcuMjQsMCwwLDAsMy40Mi43Miw2LjYsNi42LDAsMCwwLDMuMjEtLjc2QTYuMzcsNi4zNywwLDAsMCw4NSwzNC4yMWwtMC4xNiwyLjVoOS4zVjYuNjRIODVaTTYxLjY0LDIwLjcxcTAuNSwwLjUuNSwyLjg2VjI3cTAsMi4yMy0uNTUsMi43OWE0LDQsMCwwLDEtMi41Ni42NFYyMC4xNWE0LjQzLDQuNDMsMCwwLDEsMi42Mi41N002MSw2LjQ3YTEuNTIsMS41MiwwLDAsMSwuODIuODcsNi40Myw2LjQzLDAsMCwxLC4zMiwyLjQxLDExLjM2LDExLjM2LDAsMCwxLS4zOCw0QTEuODgsMS44OCwwLDAsMSw2MCwxNC40bC0wLjk1LDBWNi4yNmE3LjMzLDcuMzMsMCwwLDEsMiwuMk00OS40OCwzNi43MWgxMXE1Ljc2LDAsNy42Mi0uNjZhNC41OCw0LjU4LDAsMCwwLDIuNzEtMi40NSwxMy41MSwxMy41MSwwLDAsMCwuODUtNS41MXYtMy40YTkuNTgsOS41OCwwLDAsMC0xLjE4LTUuMzJRNjkuMzMsMTcuNjMsNjYsMTYuODhhNyw3LDAsMCwwLDQtMS45NXExLTEuMjcsMS00LjQ5LDAtNC43Ni0xLjQzLTYuOUE2Ljc3LDYuNzcsMCwwLDAsNjUuODMuNywyNS4xMSwyNS4xMSwwLDAsMCw1OSwwSDQ5LjQ4VjM2LjcxaDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PHJlY3Qgd2lkdGg9IjE4NiIgaGVpZ2h0PSIzNy4yNSIgZmlsbD0ibm9uZSIvPjxyZWN0IHk9IjAuMDIiIHdpZHRoPSI0Ni41MyIgaGVpZ2h0PSIzNi42OSIgZmlsbD0iIzBmODNiNyIvPjxyZWN0IHg9IjEuMzgiIHk9IjEuMjYiIHdpZHRoPSI0My44MSIgaGVpZ2h0PSIzNC4wMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIi8+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPjxwYXRoIGQ9Ik0zMC44NiwxNC4yNmE0LDQsMCwwLDEtLjEyLDEuMjYsMC40NywwLjQ3LDAsMCwxLS40Ny4yNiwwLjQyLDAuNDIsMCwwLDEtLjQyLTAuMjMsMi42OSwyLjY5LDAsMCwxLS4xMS0xVjguNzFhMi4yNiwyLjI2LDAsMCwxLC4xMS0wLjkxLDAuNDYsMC40NiwwLDAsMSwuNDQtMC4yLDAuNDYsMC40NiwwLDAsMSwuNDUuMjMsMi4yNywyLjI3LDAsMCwxLC4xMS44OXY1LjU1Wm0wLTExLjJ2My40YTMsMywwLDAsMC0yLjI3LTEsMi41OSwyLjU5LDAsMCwwLTEuNTEuNDQsMiwyLDAsMCwwLS44MSwxLDcuNTUsNy41NSwwLDAsMC0uMTgsMlYxNC41YTcuMzcsNy4zNywwLDAsMCwuMTgsMS45MSwyLDIsMCwwLDAsLjgsMSwyLjQ3LDIuNDcsMCwwLDAsMS40Ny40NSwyLjgzLDIuODMsMCwwLDAsMS4yMS0uMjcsMy43OCwzLjc4LDAsMCwwLDEuMS0uODF2MC44N2gzLjY1VjMuMDZIMzAuODZaTTIxLjYxLDE3LjY4aDMuNzZWMy4wNkgyMS42MVYxNy42OFpNMTcuMywxNC41M2EzLDMsMCwwLDEtLjEsMSwwLjQyLDAuNDIsMCwwLDEtLjQzLjIzLDAuNDIsMC40MiwwLDAsMS0uNDMtMC4yNiwzLjQ3LDMuNDcsMCwwLDEtLjExLTEuMTFWOWEzLjYzLDMuNjMsMCwwLDEsLjExLTEuMTYsMC40MywwLjQzLDAsMCwxLC40NC0wLjI0LDAuNDEsMC40MSwwLDAsMSwuNDMuMjRBMy45NCwzLjk0LDAsMCwxLDE3LjMsOXY1LjUzWk0yMC43Nyw4YTMuMzEsMy4zMSwwLDAsMC0yLTIuMTYsNS40OSw1LjQ5LDAsMCwwLTIuMTEtLjM3LDQuNTksNC41OSwwLDAsMC0yLjQuNTcsMywzLDAsMCwwLTEuMywxLjUxLDcuNTEsNy41MSwwLDAsMC0uMzYsMi42MXYzLjA3YTkuNzYsOS43NiwwLDAsMCwuMiwyLjI5LDMuMTgsMy4xOCwwLDAsMCwuNjYsMS4zLDIuOCwyLjgsMCwwLDAsMS4zMS44LDYuODcsNi44NywwLDAsMCwyLjA1LjI3LDUuNDksNS40OSwwLDAsMCwxLjkyLS4zMSwzLjE0LDMuMTQsMCwwLDAsMS4zNy0xLDMuMzMsMy4zMywwLDAsMCwuNy0xLjQxQTEyLjM5LDEyLjM5LDAsMCwwLDIxLDEyLjg0VjkuOTFBNy41MSw3LjUxLDAsMCwwLDIwLjc3LDhtLTguODUtLjE5YTguNjMsOC42MywwLDAsMC0uMzMtMi43NCwzLjI0LDMuMjQsMCwwLDAtMS40NC0xLjYzLDUuMTcsNS4xNywwLDAsMC0yLjc4LS42OSw0LjU1LDQuNTUsMCwwLDAtMi43Ny43OSwzLjEyLDMuMTIsMCwwLDAtMS4zLDEuNzQsMTQuNTMsMTQuNTMsMCwwLDAtLjIzLDN2NC4zNGExNy4yOCwxNy4yOCwwLDAsMCwuMTEsMi4yNiwzLjY0LDMuNjQsMCwwLDAsLjU0LDEuNDRBMy40NCwzLjQ0LDAsMCwwLDUsMTcuNTNhMy42NSwzLjY1LDAsMCwwLDEuOC40NywyLjc2LDIuNzYsMCwwLDAsMS40LS4zNCwyLjY4LDIuNjgsMCwwLDAsMS0xbDAuMzUsMWgyLjM5VjkuODRINy40N3YyLjIySDguMjV2MS43NGE0LjA4LDQuMDgsMCwwLDEtLjE1LDEuMzgsMC41NywwLjU3LDAsMCwxLS41Ny4zNUEwLjUsMC41LDAsMCwxLDcsMTUuMjFhNC4xMSw0LjExLDAsMCwxLS4xMy0xLjN2LTdBNC4zNCw0LjM0LDAsMCwxLDcsNS41YTAuNDksMC40OSwwLDAsMSwuNDktMC4yN0EwLjQ5LDAuNDksMCwwLDEsOCw1LjU1YTYuNSw2LjUsMCwwLDEsLjExLDEuNTdWOC40NWgzLjhWNy44MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9IiNmZmYiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPjxwYXRoIGQ9Ik0zOC43OSwxOS45NHYxLjg4SDM4djEuODloMC43OXY2LjA5YTE1LjIsMTUuMiwwLDAsMCwuMSwyLjI3LDEuNTksMS41OSwwLDAsMCwuNTEuODYsMS45LDEuOSwwLDAsMCwuOTQuNDgsMTAuNTQsMTAuNTQsMCwwLDAsMS43OC4xaDEuNDdWMzEuNThhMiwyLDAsMCwxLTEtLjE0LDMuNDQsMy40NCwwLDAsMS0uMTItMS4zMlYyMy43MmgxVjIxLjgyaC0xVjE5Ljk0SDM4Ljc5Wk0zNy43LDI0LjY3YTYuNzIsNi43MiwwLDAsMC0uMS0xLjMzLDIuMTUsMi4xNSwwLDAsMC0uNTQtMC45MiwzLjEzLDMuMTMsMCwwLDAtMS4yOC0uOCw2LDYsMCwwLDAtMi0uMyw1LjU1LDUuNTUsMCwwLDAtMi4xMS4zNywyLjQ2LDIuNDYsMCwwLDAtMS4yOSwxLjA1QTQuNTIsNC41MiwwLDAsMCwzMCwyNC44NmE0LDQsMCwwLDAsLjM1LDEuNzUsNC43LDQuNywwLDAsMCwyLDEuNjQsMTYuOSwxNi45LDAsMCwxLDIuMTIsMS4yOCwxLjgyLDEuODIsMCwwLDEsLjIsMS4wOCwxLjQ1LDEuNDUsMCwwLDEtLjE1LjgyLDAuNjYsMC42NiwwLDAsMS0uNTQuMTksMC40OCwwLjQ4LDAsMCwxLS40OC0wLjI5LDQsNCwwLDAsMS0uMTItMS4yNlYyOS4zMUgzMC4wOHYwLjU4YTUuMiw1LjIsMCwwLDAsLjM3LDIuMjQsMi42LDIuNiwwLDAsMCwxLjM2LDEuMTcsNS45Miw1LjkyLDAsMCwwLDIuMzguNDMsNS4xOSw1LjE5LDAsMCwwLDIuMTUtLjQsMi41MywyLjUzLDAsMCwwLDEuMjctMS4xNUE1LDUsMCwwLDAsMzgsMzBhMy4zOCwzLjM4LDAsMCwwLS41LTIsNS43NSw1Ljc1LDAsMCwwLTIuMDktMS40NiwxMC4wNiwxMC4wNiwwLDAsMS0xLjU4LS44OSwxLjI4LDEuMjgsMCwwLDEtLjQ2LTAuNTYsMy4wOCwzLjA4LDAsMCwxLS4wOC0wLjgxLDEsMSwwLDAsMSwuMTUtMC42MSwwLjU0LDAuNTQsMCwwLDEsLjQ2LTAuMiwwLjQ2LDAuNDYsMCwwLDEsLjQ3LjIyLDMuNDYsMy40NiwwLDAsMSwuMDksMS4wNXYwLjY1SDM3LjdWMjQuNjdoMFpNMjUuOSwzMC4yOWEzLjQsMy40LDAsMCwxLS4xLDEuMTEsMC40NSwwLjQ1LDAsMCwxLS40NS4yMSwwLjQ4LDAuNDgsMCwwLDEtLjQ5LTAuMjcsMy42MSwzLjYxLDAsMCwxLS4xMi0xLjIsNC4yNSw0LjI1LDAsMCwxLC4xNC0xLjI1LDIuNzEsMi43MSwwLDAsMSwxLTEuMDd2Mi40NlptLTEuMTYtNS4zN2E0Ljg4LDQuODgsMCwwLDEsLjA5LTEuMjUsMC40MywwLjQzLDAsMCwxLC40Ni0wLjI0LDAuNDgsMC40OCwwLDAsMSwuNDcuMjksMy4zNiwzLjM2LDAsMCwxLC4xNCwxLjIzLDIuNTIsMi41MiwwLDAsMS0uMTMsMSw2LDYsMCwwLDEtMS45My45NUE2LDYsMCwwLDAsMjEuNzQsMjhhMi44OCwyLjg4LDAsMCwwLS40MiwxLjgzdjFhMi43LDIuNywwLDAsMCwuOCwyLjM1LDMuMDksMy4wOSwwLDAsMCwxLjc2LjU0QTIuMjMsMi4yMywwLDAsMCwyNiwzMi40NXYxLjA3aDMuNTV2LTZhMjUuMTgsMjUuMTgsMCwwLDAtLjE5LTMuOTJBMi41NSwyLjU1LDAsMCwwLDI4LjIyLDIyYTQuODksNC44OSwwLDAsMC0yLjc5LS42Niw0Ljg0LDQuODQsMCwwLDAtMi41MS41OCwzLDMsMCwwLDAtMS4yOSwxLjMzLDUuNjcsNS42NywwLDAsMC0uMzIsMi4xNXYwLjhoMy40MlYyNC45MmgwWm0tNy41NSw1LjQ1YTMsMywwLDAsMS0uMSwxLDAuNSwwLjUsMCwwLDEtLjg2LDAsMy40OCwzLjQ4LDAsMCwxLS4xMS0xLjExVjI0Ljg0YTMuNjUsMy42NSwwLDAsMSwuMTEtMS4xNiwwLjQzLDAuNDMsMCwwLDEsLjQ0LTAuMjQsMC40MSwwLjQxLDAsMCwxLC40My4yNCw0LDQsMCwwLDEsLjEsMS4xNnY1LjUzWm0zLjQ3LTYuNTJhMy4zMSwzLjMxLDAsMCwwLTItMi4xNiw1LjUsNS41LDAsMCwwLTIuMTEtLjM3LDQuNTgsNC41OCwwLDAsMC0yLjQuNTcsMywzLDAsMCwwLTEuMywxLjUxQTcuNTEsNy41MSwwLDAsMCwxMi40NiwyNnYzLjA3YTkuNzcsOS43NywwLDAsMCwuMiwyLjI5LDMuMTcsMy4xNywwLDAsMCwuNjYsMS4zLDIuOCwyLjgsMCwwLDAsMS4zMS44LDYuODYsNi44NiwwLDAsMCwyLjA1LjI3LDUuNDcsNS40NywwLDAsMCwxLjkyLS4zMSwzLjE0LDMuMTQsMCwwLDAsMS4zNy0xLDMuMzMsMy4zMywwLDAsMCwuNy0xLjQxLDEyLjM5LDEyLjM5LDAsMCwwLC4xNi0yLjM3VjI1Ljc0YTcuNTEsNy41MSwwLDAsMC0uMTgtMS45bS04Ljc3LDBhOS43NSw5Ljc1LDAsMCwwLS4zNC0zLDMuMTIsMy4xMiwwLDAsMC0xLjQ0LTEuNjIsNS4zNyw1LjM3LDAsMCwwLTIuNzgtLjY1QTUuNCw1LjQsMCwwLDAsNS4xMywxOWEzLjYxLDMuNjEsMCwwLDAtMS40OSwxLjE1QTMuMzIsMy4zMiwwLDAsMCwzLDIxLjY5YTE5LDE5LDAsMCwwLS4xMSwyLjM3djQuMjdhMTEsMTEsMCwwLDAsLjM1LDMuMjIsMi45NCwyLjk0LDAsMCwwLDEuNDQsMS42OCw1LjYxLDUuNjEsMCwwLDAsMi43Ni42MSw0Ljg3LDQuODcsMCwwLDAsMi43MS0uNzEsMy4yOSwzLjI5LDAsMCwwLDEuNDItMS42NiwxMS4yMiwxMS4yMiwwLDAsMCwuMzItMy4yMlYyNy42N0g4LjA4VjI5LjVBNS4yNSw1LjI1LDAsMCwxLDcuOTUsMzFhMC41NCwwLjU0LDAsMCwxLS41Ni4zM0EwLjU1LDAuNTUsMCwwLDEsNi44MSwzMWE0LjY4LDQuNjgsMCwwLDEtLjEzLTEuMzlWMjIuODVhNSw1LDAsMCwxLC4xMy0xLjQ1LDAuNTcsMC41NywwLDAsMSwuNi0wLjMzLDAuNTMsMC41MywwLDAsMSwuNTQuMjgsNC41Miw0LjUyLDAsMCwxLC4xMiwxLjM5djIuNTVoMy44VjIzLjg5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=) no-repeat;
    background-size: contain;
}

.filmstrip-gallery #header-logo {
    background: url(/wp-content/themes/vip/newscorpau-regional/assets/dist/css/site/goldcoastbulletin/desktop/../../../../img/regionals/goldcoastbulletin/logo-light.svg) no-repeat;
}

.info-bar-search {
    top: 44px;
}

.info-bar-weather {
    top: -56px;
}

.image-none.image-block,
.image-none.thumb-link .image-frame {
    background: #d9e0e4 url(/wp-content/themes/vip/newscorpau-regional/assets/dist/img/regionals/goldcoastbulletin/logo-light.svg) no-repeat center center;
    -webkit-background-size: 75% auto;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    background-size: 75% auto;
}

#nav-level1 .tier-1 > li.sectionref-news {
    width: 72px;
}

#nav-level1 .tier-1 > li.sectionref-news a {
    border-top-color: #0b6098;
}

.home #nav-level1 .tier-1 > li.sectionref-news a {
    background: #0b6098;
    color: #fff;
}

#nav-level1 .tier-1 > li.sectionref-news:hover a,
#nav-level1 .tier-1 > li.sectionref-news.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-news a.waiting-to-close {
    background: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-news .section {
    background: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-sport {
    width: 74px;
}

#nav-level1 .tier-1 > li.sectionref-sport a {
    border-top-color: #0088cc;
}

#nav-level1 .tier-1 > li.sectionref-sport:hover a,
#nav-level1 .tier-1 > li.sectionref-sport.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-sport.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-sport a.waiting-to-close {
    background: #0088cc;
}

#nav-level1 .tier-1 > li.sectionref-sport .section {
    background: #0088cc;
}

#nav-level1 .tier-1 > li.sectionref-entertainment {
    width: 160px;
}

#nav-level1 .tier-1 > li.sectionref-entertainment a {
    border-top-color: #8e7eba;
}

#nav-level1 .tier-1 > li.sectionref-entertainment:hover a,
#nav-level1 .tier-1 > li.sectionref-entertainment.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-entertainment.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-entertainment a.waiting-to-close {
    background: #8e7eba;
}

#nav-level1 .tier-1 > li.sectionref-entertainment .section {
    background: #8e7eba;
}

#nav-level1 .tier-1 > li.sectionref-business {
    width: 133px;
}

#nav-level1 .tier-1 > li.sectionref-business a {
    border-top-color: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-business:hover a,
#nav-level1 .tier-1 > li.sectionref-business.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-business.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-business a.waiting-to-close {
    background: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-business .section {
    background: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-lifestyle {
    width: 109px;
}

#nav-level1 .tier-1 > li.sectionref-lifestyle a {
    border-top-color: #b13d5e;
}

#nav-level1 .tier-1 > li.sectionref-lifestyle:hover a,
#nav-level1 .tier-1 > li.sectionref-lifestyle.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-lifestyle.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-lifestyle a.waiting-to-close {
    background: #b13d5e;
}

#nav-level1 .tier-1 > li.sectionref-lifestyle .section {
    background: #b13d5e;
}

#nav-level1 .tier-1 > li.sectionref-video {
    width: 79px;
}

#nav-level1 .tier-1 > li.sectionref-video a {
    border-top-color: #90a638;
}

#nav-level1 .tier-1 > li.sectionref-video:hover a,
#nav-level1 .tier-1 > li.sectionref-video.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-video.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-video a.waiting-to-close {
    background: #90a638;
}

#nav-level1 .tier-1 > li.sectionref-video .section {
    background: #90a638;
}

#nav-level1 .tier-1 > li.sectionref-classifieds {
    width: 126px;
}

#nav-level1 .tier-1 > li.sectionref-classifieds a {
    border-top-color: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-classifieds:hover a,
#nav-level1 .tier-1 > li.sectionref-classifieds.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-classifieds.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-classifieds a.waiting-to-close {
    background: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-classifieds .section {
    background: #0b6098;
}

#nav-level1 .tier-1 > li.sectionref-realestate {
    width: 128px;
}

#nav-level1 .tier-1 > li.sectionref-realestate a {
    border-top-color: #d1232a;
}

#nav-level1 .tier-1 > li.sectionref-realestate:hover a,
#nav-level1 .tier-1 > li.sectionref-realestate.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-realestate.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-realestate a.waiting-to-close {
    background: #d1232a;
}

#nav-level1 .tier-1 > li.sectionref-realestate .section {
    background: #d1232a;
}

#nav-level1 .tier-1 > li.sectionref-cars {
    width: 97px;
}

#nav-level1 .tier-1 > li.sectionref-cars a {
    border-top-color: #757671;
}

#nav-level1 .tier-1 > li.sectionref-cars:hover a,
#nav-level1 .tier-1 > li.sectionref-cars.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-cars.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-cars a.waiting-to-close {
    background: #757671;
}

#nav-level1 .tier-1 > li.sectionref-cars .section {
    background: #757671;
}

#nav-level1 .tier-1 > li.sectionref-agribusiness {
    width: 142px;
}

#nav-level1 .tier-1 > li.sectionref-agribusiness a {
    border-top-color: #939598;
}

#nav-level1 .tier-1 > li.sectionref-agribusiness:hover a,
#nav-level1 .tier-1 > li.sectionref-agribusiness.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-agribusiness.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-agribusiness a.waiting-to-close {
    background: #939598;
}

#nav-level1 .tier-1 > li.sectionref-agribusiness .section {
    background: #939598;
}

#nav-level1 .tier-1 > li.sectionref-country-living {
    width: 181px;
}

#nav-level1 .tier-1 > li.sectionref-country-living a {
    border-top-color: #6297ae;
}

#nav-level1 .tier-1 > li.sectionref-country-living:hover a,
#nav-level1 .tier-1 > li.sectionref-country-living.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-country-living.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-country-living a.waiting-to-close {
    background: #6297ae;
}

#nav-level1 .tier-1 > li.sectionref-country-living .section {
    background: #6297ae;
}

#nav-level1 .tier-1 > li.sectionref-property {
    width: 148px;
}

#nav-level1 .tier-1 > li.sectionref-property a {
    border-top-color: #00978d;
}

#nav-level1 .tier-1 > li.sectionref-property:hover a,
#nav-level1 .tier-1 > li.sectionref-property.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-property.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-property a.waiting-to-close {
    background: #00978d;
}

#nav-level1 .tier-1 > li.sectionref-property .section {
    background: #00978d;
}

#nav-level1 .tier-1 > li.sectionref-machine {
    width: 126px;
}

#nav-level1 .tier-1 > li.sectionref-machine a {
    border-top-color: #5aa52d;
}

#nav-level1 .tier-1 > li.sectionref-machine:hover a,
#nav-level1 .tier-1 > li.sectionref-machine.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-machine.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-machine a.waiting-to-close {
    background: #5aa52d;
}

#nav-level1 .tier-1 > li.sectionref-machine .section {
    background: #5aa52d;
}

#nav-level1 .tier-1 > li.sectionref-weather {
    width: 126px;
}

#nav-level1 .tier-1 > li.sectionref-weather a {
    border-top-color: #ff9c00;
}

#nav-level1 .tier-1 > li.sectionref-weather:hover a,
#nav-level1 .tier-1 > li.sectionref-weather.current-menu-item a,
#nav-level1 .tier-1 > li.sectionref-weather.current-menu-ancestor a,
#nav-level1 .tier-1 > li.sectionref-weather a.waiting-to-close {
    background: #ff9c00;
}

#nav-level1 .tier-1 > li.sectionref-weather .section {
    background: #ff9c00;
}

body.home #nav-level1 .tier-1 > li.sectionref-news a,
body.news #nav-level1 .tier-1 > li.sectionref-news a,
body.error404 #nav-level1 .tier-1 > li.sectionref-news a,
body.technology #nav-level1 .tier-1 > li.sectionref-news a,
body.ntnews.video #nav-level1 .tier-1 > li.sectionref-news a {
    background: #0b6098;
}

body.home #nav-level2,
body.home #nav-level3,
body.news #nav-level2,
body.news #nav-level3,
body.error404 #nav-level2,
body.error404 #nav-level3,
body.technology #nav-level2,
body.technology #nav-level3,
body.ntnews.video #nav-level2,
body.ntnews.video #nav-level3 {
    background: #0b6098;
}

body.business #nav-level1 .tier-1 > li.sectionref-business a {
    background: #0b6098;
}

body.business #nav-level2,
body.business #nav-level3 {
    background: #0b6098;
}

body.sport #nav-level1 .tier-1 > li.sectionref-sport a {
    background: #0088cc;
}

body.sport #nav-level2,
body.sport #nav-level3 {
    background: #0088cc;
}

body.lifestyle #nav-level1 .tier-1 > li.sectionref-lifestyle a {
    background: #b13d5e;
}

body.lifestyle #nav-level2,
body.lifestyle #nav-level3 {
    background: #b13d5e;
}

body.sport-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor > a,
body.agribusiness-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor > a,
body.agribusiness-on-farm-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor > a,
body.country-living-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor > a {
    background: white;
    color: black;
}

body.sport-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor:hover > a,
body.agribusiness-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor:hover > a,
body.agribusiness-on-farm-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor:hover > a,
body.country-living-photos #nav-level1 .tier-1 > li.sectionref-news.current-menu-ancestor:hover > a {
    background: #0b6098;
    color: white;
}

.sectionref-news .nav-list {
    background: #0b6098;
}

.sectionref-sport .nav-list {
    background: #0088cc;
}

.sectionref-entertainment .nav-list {
    background: #8e7eba;
}

.sectionref-business .nav-list {
    background: #0b6098;
}

.sectionref-lifestyle .nav-list {
    background: #b13d5e;
}

.sectionref-video .nav-list {
    background: #90a638;
}

.sectionref-classifieds .nav-list {
    background: #0b6098;
}

.sectionref-cars .nav-list {
    background: #757671;
}

.sectionref-agribusiness .nav-list {
    background: #939598;
}

.sectionref-country-living .nav-list {
    background: #6297ae;
}

.sectionref-property .nav-list {
    background: #00978d;
}

.sectionref-machine .nav-list {
    background: #5aa52d;
}

.sectionref-weather .nav-list {
    background: #ff9c00;
}

.sectionref-realestate .nav-list {
    background: #d1232a;
}

.module.sectionref-news .module-header,
.group.sectionref-news .group-header,
.group.sectionref-news .module-header,
.story-block.sectionref-news .section,
.group.sectionref-news .related-content.has-section .section a,
.auto-columnist.sectionref-news > .story-block .byline {
    background: #0b6098;
}

.group.sectionref-news .related-content.has-section .section a:hover {
    background: #063351;
}

.module.sectionref-sport .module-header,
.group.sectionref-sport .group-header,
.group.sectionref-sport .module-header,
.story-block.sectionref-sport .section,
.group.sectionref-sport .related-content.has-section .section a,
.auto-columnist.sectionref-sport > .story-block .byline {
    background: #0088cc;
}

.group.sectionref-sport .related-content.has-section .section a:hover {
    background: #005580;
}

.module.sectionref-business .module-header,
.group.sectionref-business .group-header,
.group.sectionref-business .module-header,
.story-block.sectionref-business .section,
.group.sectionref-business .related-content.has-section .section a,
.auto-columnist.sectionref-business > .story-block .byline {
    background: #0b6098;
}

.group.sectionref-business .related-content.has-section .section a:hover {
    background: #063351;
}

.module.sectionref-entertainment .module-header,
.group.sectionref-entertainment .group-header,
.group.sectionref-entertainment .module-header,
.story-block.sectionref-entertainment .section,
.group.sectionref-entertainment .related-content.has-section .section a,
.auto-columnist.sectionref-entertainment > .story-block .byline {
    background: #8e7eba;
}

.group.sectionref-entertainment .related-content.has-section .section a:hover {
    background: #655299;
}

.module.sectionref-sydneyconfidential .module-header,
.group.sectionref-sydneyconfidential .group-header,
.group.sectionref-sydneyconfidential .module-header,
.story-block.sectionref-sydneyconfidential .section,
.group.sectionref-sydneyconfidential .related-content.has-section .section a,
.auto-columnist.sectionref-sydneyconfidential > .story-block .byline {
    background: #8d5da7;
}

.group.sectionref-sydneyconfidential .related-content.has-section .section a:hover {
    background: #644177;
}

.module.sectionref-lifestyle .module-header,
.group.sectionref-lifestyle .group-header,
.group.sectionref-lifestyle .module-header,
.story-block.sectionref-lifestyle .section,
.group.sectionref-lifestyle .related-content.has-section .section a,
.auto-columnist.sectionref-lifestyle > .story-block .byline {
    background: #b13d5e;
}

.group.sectionref-lifestyle .related-content.has-section .section a:hover {
    background: #782940;
}

.module.sectionref-money .module-header,
.group.sectionref-money .group-header,
.group.sectionref-money .module-header,
.story-block.sectionref-money .section,
.group.sectionref-money .related-content.has-section .section a,
.auto-columnist.sectionref-money > .story-block .byline {
    background: #1fbba6;
}

.group.sectionref-money .related-content.has-section .section a:hover {
    background: #14796c;
}

.module.sectionref-realestate .module-header,
.group.sectionref-realestate .group-header,
.group.sectionref-realestate .module-header,
.story-block.sectionref-realestate .section,
.group.sectionref-realestate .related-content.has-section .section a,
.auto-columnist.sectionref-realestate > .story-block .byline {
    background: #d1232a;
}

.group.sectionref-realestate .related-content.has-section .section a:hover {
    background: #8f181d;
}

.module.sectionref-travel .module-header,
.group.sectionref-travel .group-header,
.group.sectionref-travel .module-header,
.story-block.sectionref-travel .section,
.group.sectionref-travel .related-content.has-section .section a,
.auto-columnist.sectionref-travel > .story-block .byline {
    background: #30a3f3;
}

.group.sectionref-travel .related-content.has-section .section a:hover {
    background: #0c7ccb;
}

.module.sectionref-video .module-header,
.group.sectionref-video .group-header,
.group.sectionref-video .module-header,
.story-block.sectionref-video .section,
.group.sectionref-video .related-content.has-section .section a,
.auto-columnist.sectionref-video > .story-block .byline {
    background: #90a638;
}

.group.sectionref-video .related-content.has-section .section a:hover {
    background: #5e6d25;
}

.module.sectionref-cars .module-header,
.group.sectionref-cars .group-header,
.group.sectionref-cars .module-header,
.story-block.sectionref-cars .section,
.group.sectionref-cars .related-content.has-section .section a,
.auto-columnist.sectionref-cars > .story-block .byline {
    background: #757671;
}

.group.sectionref-cars .related-content.has-section .section a:hover {
    background: #4e4f4c;
}

.module.sectionref-classifieds .module-header,
.group.sectionref-classifieds .group-header,
.group.sectionref-classifieds .module-header,
.story-block.sectionref-classifieds .section,
.group.sectionref-classifieds .related-content.has-section .section a,
.auto-columnist.sectionref-classifieds > .story-block .byline {
    background: #0b6098;
}

.group.sectionref-classifieds .related-content.has-section .section a:hover {
    background: #063351;
}

.module.sectionref-technology .module-header,
.group.sectionref-technology .group-header,
.group.sectionref-technology .module-header,
.story-block.sectionref-technology .section,
.group.sectionref-technology .related-content.has-section .section a,
.auto-columnist.sectionref-technology > .story-block .byline {
    background: #0b6098;
}

.group.sectionref-technology .related-content.has-section .section a:hover {
    background: #063351;
}

.module.sectionref-agribusiness .module-header,
.group.sectionref-agribusiness .group-header,
.group.sectionref-agribusiness .module-header,
.story-block.sectionref-agribusiness .section,
.group.sectionref-agribusiness .related-content.has-section .section a,
.auto-columnist.sectionref-agribusiness > .story-block .byline {
    background: #939598;
}

.group.sectionref-agribusiness .related-content.has-section .section a:hover {
    background: #6d6f72;
}

.module.sectionref-country-living .module-header,
.group.sectionref-country-living .group-header,
.group.sectionref-country-living .module-header,
.story-block.sectionref-country-living .section,
.group.sectionref-country-living .related-content.has-section .section a,
.auto-columnist.sectionref-country-living > .story-block .byline {
    background: #6297ae;
}

.group.sectionref-country-living .related-content.has-section .section a:hover {
    background: #436e81;
}

.module.sectionref-property .module-header,
.group.sectionref-property .group-header,
.group.sectionref-property .module-header,
.story-block.sectionref-property .section,
.group.sectionref-property .related-content.has-section .section a,
.auto-columnist.sectionref-property > .story-block .byline {
    background: #00978d;
}

.group.sectionref-property .related-content.has-section .section a:hover {
    background: #004b46;
}

.module.sectionref-machine .module-header,
.group.sectionref-machine .group-header,
.group.sectionref-machine .module-header,
.story-block.sectionref-machine .section,
.group.sectionref-machine .related-content.has-section .section a,
.auto-columnist.sectionref-machine > .story-block .byline {
    background: #5aa52d;
}

.group.sectionref-machine .related-content.has-section .section a:hover {
    background: #39691d;
}

.module.sectionref-weather .module-header,
.group.sectionref-weather .group-header,
.group.sectionref-weather .module-header,
.story-block.sectionref-weather .section,
.group.sectionref-weather .related-content.has-section .section a,
.auto-columnist.sectionref-weather > .story-block .byline {
    background: #ff9c00;
}

.group.sectionref-weather .related-content.has-section .section a:hover {
    background: #b36d00;
}

.module.sectionref-localnews .module-header,
.group.sectionref-localnews .group-header,
.group.sectionref-localnews .module-header,
.story-block.sectionref-localnews .section,
.group.sectionref-localnews .related-content.has-section .section a,
.auto-columnist.sectionref-localnews > .story-block .byline {
    background: #0b6098;
}

.group.sectionref-localnews .related-content.has-section .section a:hover {
    background: #063351;
}

.module-header {
    background: #0e649e;
}

.most-read ol li:before {
    background: #0e649e;
}

.most-read ol li:nth-child(2):before {
    background: #317bac;
}

.most-read ol li:nth-child(3):before {
    background: #4286b3;
}

.most-read ol li:nth-child(4):before {
    background: #5390ba;
}

.most-read ol li:nth-child(5):before {
    background: #649bc0;
}

.most-read ol li:nth-child(6):before {
    background: #76a7c7;
}

.most-read ol li:nth-child(7):before {
    background: #88b2cf;
}

.most-read ol li:nth-child(8):before {
    background: #9abed6;
}

.most-read ol li:nth-child(9):before {
    background: #adcadd;
}

.most-read ol li:nth-child(10):before {
    background: #bfd5e5;
}

.ntnews #content-3 .most-read.sectionref-news .module-header {
    background: #1d1f21;
}

.ntnews .most-read .module-header {
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.ntnews .most-read .module-header .heading {
    padding: 7px 14px 7px 14px;
    font: bold 20px/20px "Guardian Sans Cond", Helvetica, Trebuchet MS, TrebuchetMS, sans-serif;
    margin: 0;
}

.osx .ntnews .most-read .module-header .heading {
    padding-top: 7px;
    padding-bottom: 6px;
}

.ntnews .most-read ol li:before {
    background: #0e649e;
}

.ntnews .most-read ol li:nth-child(2):before {
    background: #117cc3;
}

.ntnews .most-read ol li:nth-child(3):before {
    background: #1593e9;
}

.ntnews .most-read ol li:nth-child(4):before {
    background: #39a5ed;
}

.ntnews .most-read ol li:nth-child(5):before {
    background: #5eb6f1;
}

.ntnews .most-read ol li:nth-child(6):before {
    background: #84c7f4;
}

.ntnews .most-read ol li:nth-child(7):before {
    background: #a9d8f7;
}

.ntnews .most-read ol li:nth-child(8):before {
    background: #cfe9fb;
}

.ntnews .most-read ol li:nth-child(9):before {
    background: #f4fafe;
}

.ntnews .most-read ol li:nth-child(10):before {
    background: white;
}

.story .most-read a {
    font-size: 15px;
}

.breaking-news-list li.lipos-2 .timestamp {
    background: #317bac;
}

.breaking-news-list li.lipos-3 .timestamp {
    background: #4286b3;
}

.breaking-news-list li.lipos-4 .timestamp {
    background: #5390ba;
}

.breaking-news-list li.lipos-5 .timestamp {
    background: #649bc0;
}

.breaking-news-list li.lipos-6 .timestamp {
    background: #76a7c7;
}

.breaking-news-list li.lipos-7 .timestamp {
    background: #88b2cf;
}

.breaking-news-list li.lipos-8 .timestamp {
    background: #9abed6;
}

.breaking-news-list li.lipos-9 .timestamp {
    background: #adcadd;
}

.ntnews #content-3 .breakingnews .module-header {
    background: #1d1f21;
}

.ntnews .breakingnews .module-header {
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.ntnews .breakingnews .module-header .heading {
    padding: 7px 14px 7px 14px;
    font: bold 20px/20px "Guardian Sans Cond", Helvetica, Trebuchet MS, TrebuchetMS, sans-serif;
    margin: 0;
}

.osx .ntnews .breakingnews .module-header .heading {
    padding-top: 7px;
    padding-bottom: 6px;
}

.ntnews .breaking-news-list li.lipos-2 .timestamp {
    background: #117cc3;
}

.ntnews .breaking-news-list li.lipos-3 .timestamp {
    background: #1593e9;
}

.ntnews .breaking-news-list li.lipos-4 .timestamp {
    background: #39a5ed;
}

.ntnews .breaking-news-list li.lipos-5 .timestamp {
    background: #5eb6f1;
}

.ntnews .breaking-news-list li.lipos-6 .timestamp {
    background: #84c7f4;
}

.ntnews .breaking-news-list li.lipos-7 .timestamp {
    background: #a9d8f7;
}

.ntnews .breaking-news-list li.lipos-8 .timestamp {
    background: #cfe9fb;
}

.ntnews .breaking-news-list li.lipos-9 .timestamp {
    background: #f4fafe;
}

.ntnews .breaking-news-list li .timestamp {
    background: #0e649e;
}

/*# sourceMappingURL=base.css.map */