/* 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: 13px;
    float: none;
    width: 224px;
    height: 35px;
    margin: 0 auto;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMTBweCIgaGVpZ2h0PSIzMy43cHgiIHZpZXdCb3g9Ii00MjAuNyAxMzk5LjQgMjEwIDMzLjciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTQyMC43IDEzOTkuNCAyMTAgMzMuNyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPGc+DQoJCQk8ZGVmcz4NCgkJCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHg9Ii00MjAuNyIgeT0iMTM5OS40IiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjMzLjciLz4NCgkJCTwvZGVmcz4NCgkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCTwvY2xpcFBhdGg+DQoJCQk8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBkPSJNLTI5OC42LDEzOTkuNGgtOGgtMC40djAuNHYxNi41Yy0wLjktMi0yLjEtMy44LTIuNy00LjdjMCwwLTguMi0xMi04LjItMTJsLTAuMS0wLjJoLTAuMg0KCQkJCWgtNy40aC0wLjR2MC40djMyLjl2MC40aDAuNGg3LjloMC40di0wLjR2LTE3LjhjMC44LDEuNiwxLjksMy40LDIuNyw0LjZsOS4xLDEzLjVsMC4xLDAuMmgwLjJoNi41aDAuNHYtMC40di0zMi45di0wLjRILTI5OC42DQoJCQkJTC0yOTguNiwxMzk5LjR6Ii8+DQoJCTwvZz4NCgkJPGc+DQoJCQk8ZGVmcz4NCgkJCQk8cmVjdCBpZD0iU1ZHSURfM18iIHg9Ii00MjAuNyIgeT0iMTM5OS40IiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjMzLjciLz4NCgkJCTwvZGVmcz4NCgkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPg0KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCTwvY2xpcFBhdGg+DQoJCQk8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfNF8pIiBkPSJNLTI4My44LDE0MDYuNmMtMy44LDAtNy4xLDEuMy05LjQsMy43Yy0yLjEsMi4zLTMuMyw1LjUtMy4zLDljMCw4LjQsNS4xLDEzLjgsMTIuOSwxMy44DQoJCQkJYzUuMSwwLDguNy0xLjUsMTAuNy0yLjhsMC4zLTAuMmwtMC4yLTAuM2wtMi44LTUuMmwtMC4yLTAuNGwtMC40LDAuM2MtMS43LDEuMi00LDEuOS02LjEsMS45Yy0yLjIsMC00LjktMS01LjYtNGgxNS42aDAuMw0KCQkJCWwwLjEtMC4zYzAuMS0wLjQsMC4yLTEuOCwwLjItMi40Qy0yNzEuNywxNDExLjMtMjc2LDE0MDYuNi0yODMuOCwxNDA2LjZMLTI4My44LDE0MDYuNnogTS0yODcuOCwxNDE2LjhjMC40LTIsMS42LTQsNC4xLTQNCgkJCQljMi4xLDAsMy4yLDEuMiwzLjgsNEgtMjg3LjhMLTI4Ny44LDE0MTYuOHoiLz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxkZWZzPg0KCQkJCTxyZWN0IGlkPSJTVkdJRF81XyIgeD0iLTQyMC43IiB5PSIxMzk5LjQiIHdpZHRoPSIyMTAiIGhlaWdodD0iMzMuNyIvPg0KCQkJPC9kZWZzPg0KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF82XyI+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJPC9jbGlwUGF0aD4NCgkJCTxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF82XykiIGQ9Ik0tMjMyLjIsMTQwNi43aC04aC0wLjNjMCwwLTAuMSwwLjMtMC4xLDAuM2wtMC42LDIuNmMtMS4zLDUuNi0yLDguNy0yLjQsMTEuMw0KCQkJCWMtMC42LTMtMS45LTYuNS00LjQtMTMuNWwtMC4yLTAuNGwtMC4xLTAuM2gtMC4zaC02LjhoLTAuM2MwLDAtMC4xLDAuMy0wLjEsMC4zbC0xLjksNS44Yy0xLjIsMy41LTEuOSw1LjgtMi40LDgNCgkJCQljLTAuNC0zLjEtMS4yLTYuNS0zLjEtMTMuOGwtMC4xLTAuM2gtMC4zaC04LjhoLTAuNmwwLjIsMC42bDguNSwyNS40bDAuMSwwLjNoMC4zaDYuOGgwLjNjMCwwLDAuMS0wLjMsMC4xLTAuM2wyLjMtNy4yDQoJCQkJYzEuMS0zLjMsMS43LTUuMiwyLjEtNi44YzAuNCwxLjUsMSwzLjMsMi4xLDYuM2wyLjcsNy43bDAuMSwwLjNjMCwwLDAuMywwLDAuMywwaDYuNmgwLjNsMC4xLTAuM2w4LjQtMjUuNGwwLjItMC42DQoJCQkJTC0yMzIuMiwxNDA2LjdMLTIzMi4yLDE0MDYuN3oiLz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxkZWZzPg0KCQkJCTxyZWN0IGlkPSJTVkdJRF83XyIgeD0iLTQyMC43IiB5PSIxMzk5LjQiIHdpZHRoPSIyMTAiIGhlaWdodD0iMzMuNyIvPg0KCQkJPC9kZWZzPg0KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfN18iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJPC9jbGlwUGF0aD4NCgkJCTxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF84XykiIGQ9Ik0tMjE5LjIsMTQxNi40Yy0wLjYtMC4xLTEuMi0wLjMtMS43LTAuNGMtMi41LTAuNS0zLjctMC45LTMuNy0yYzAtMC44LDAuOC0xLjIsMi40LTEuMg0KCQkJCWMyLDAsNC4zLDAuOCw2LjIsMi4zbDAuNCwwLjNsMC4yLTAuNGwzLjMtNWwwLjItMC4zbC0wLjMtMC4yYy0yLjctMS44LTUuOC0yLjctOS42LTIuN2MtMy4yLDAtNS44LDAuNy03LjcsMi4xDQoJCQkJYy0xLjksMS40LTIuOSwzLjMtMi45LDUuNmMwLDUuOCw0LDcuNywxMCw4LjhjMi41LDAuNCwzLjUsMC44LDMuNSwxLjljMCwwLjgtMC40LDEuNy0zLDEuN2MtMi42LDAtNS4zLTAuOS03LjItMi41bC0wLjQtMC4zDQoJCQkJbC0wLjMsMC40bC0zLjEsNC45bC0wLjIsMC4zbDAuMywwLjJjMS45LDEuNSw1LjMsMy4zLDEwLjcsMy4zYzcuMiwwLDExLjMtMy4xLDExLjMtOC42Qy0yMTAuNywxNDE4LjQtMjE1LjIsMTQxNy4zLTIxOS4yLDE0MTYuNA0KCQkJCUwtMjE5LjIsMTQxNi40eiIvPg0KCQk8L2c+DQoJCTxnPg0KCQkJPGRlZnM+DQoJCQkJPHJlY3QgaWQ9IlNWR0lEXzlfIiB4PSItNDIwLjciIHk9IjEzOTkuNCIgd2lkdGg9IjIxMCIgaGVpZ2h0PSIzMy43Ii8+DQoJCQk8L2RlZnM+DQoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzEwXyI+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfOV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJPC9jbGlwUGF0aD4NCgkJCTxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8xMF8pIiBmaWxsPSIjRDUyNzI5IiBkPSJNLTM5My4zLDEzOTkuNGgtOGgtMC40djAuNHYxNi41Yy0wLjktMi0yLjEtMy44LTIuNy00LjdjMCwwLTguMi0xMi04LjItMTINCgkJCQlsLTAuMS0wLjJoLTAuMmgtNy40aC0wLjR2MC40djMyLjl2MC40aDAuNGg3LjloMC40di0wLjR2LTE3LjhjMC44LDEuNiwxLjksMy40LDIuNyw0LjZsOS4xLDEzLjVsMC4xLDAuMmgwLjJoNi41aDAuNHYtMC40di0zMi45DQoJCQkJdi0wLjRILTM5My4zTC0zOTMuMywxMzk5LjR6Ii8+DQoJCTwvZz4NCgkJPGc+DQoJCQk8ZGVmcz4NCgkJCQk8cmVjdCBpZD0iU1ZHSURfMTFfIiB4PSItNDIwLjciIHk9IjEzOTkuNCIgd2lkdGg9IjIxMCIgaGVpZ2h0PSIzMy43Ii8+DQoJCQk8L2RlZnM+DQoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzEyXyI+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCTwvY2xpcFBhdGg+DQoJCQk8cG9seWdvbiBjbGlwLXBhdGg9InVybCgjU1ZHSURfMTJfKSIgZmlsbD0iI0Q1MjcyOSIgcG9pbnRzPSItMzYzLDEzOTkuNCAtMzkwLjQsMTM5OS40IC0zOTAuOCwxMzk5LjQgLTM5MC44LDEzOTkuOCANCgkJCQktMzkwLjgsMTQwNi4yIC0zOTAuOCwxNDA2LjcgLTM5MC40LDE0MDYuNyAtMzgxLjgsMTQwNi43IC0zODEuOCwxNDMyLjcgLTM4MS44LDE0MzMuMSAtMzgxLjQsMTQzMy4xIC0zNzIuMSwxNDMzLjEgDQoJCQkJLTM3MS43LDE0MzMuMSAtMzcxLjcsMTQzMi43IC0zNzEuNywxNDA2LjcgLTM2MywxNDA2LjcgLTM2Mi42LDE0MDYuNyAtMzYyLjYsMTQwNi4yIC0zNjIuNiwxMzk5LjggLTM2Mi42LDEzOTkuNCAJCQkiLz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxkZWZzPg0KCQkJCTxyZWN0IGlkPSJTVkdJRF8xM18iIHg9Ii00MjAuNyIgeT0iMTM5OS40IiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjMzLjciLz4NCgkJCTwvZGVmcz4NCgkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMTRfIj4NCgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xM18iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJPC9jbGlwUGF0aD4NCgkJCTxwb2x5Z29uIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8xNF8pIiBwb2ludHM9Ii0zNjYsMTQxNC42IC0zNTkuOCwxNDI2LjkgLTM0OC42LDE0MjEuOCAtMzQ0LjYsMTQyNC43IC0zMzYuOSwxNDMwIC0zMjguMSwxNDE4LjQgDQoJCQkJLTMzNy41LDEzOTkuNCAtMzQxLjQsMTQwNi40IC0zNDIuOSwxNDA0LjkgLTM0NC42LDE0MDIuOSAtMzQzLjYsMTQwMS4xIC0zNDcuMywxNDAwLjUgLTM1MC40LDE0MDIgLTM0OS45LDE0MDMuNiAtMzU0LjgsMTQwMi43IA0KCQkJCS0zNjYsMTQxNC42IAkJCSIvPg0KCQk8L2c+DQoJCTxnPg0KCQkJPGRlZnM+DQoJCQkJPHJlY3QgaWQ9IlNWR0lEXzE1XyIgeD0iLTQyMC43IiB5PSIxMzk5LjQiIHdpZHRoPSIyMTAiIGhlaWdodD0iMzMuNyIvPg0KCQkJPC9kZWZzPg0KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xNl8iPg0KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzE1XyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQk8L2NsaXBQYXRoPg0KCQkJPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzE2XykiIGQ9Ik0tMzM3LjgsMTQzMC41bDEuMiwwLjVsMS40LTAuMmwtMC43LDJjMCwwLTEsMC4zLTEuMiwwLjNTLTMzNy44LDE0MzAuNS0zMzcuOCwxNDMwLjUNCgkJCQlMLTMzNy44LDE0MzAuNUwtMzM3LjgsMTQzMC41eiIvPg0KCQk8L2c+DQoJPC9nPg0KCTxwb2x5Z29uIGZpbGw9IiNENTI3MjkiIHBvaW50cz0iLTM1MSwxNDAzLjQgLTM1MCwxNDAzLjYgLTM1MC41LDE0MDIgLTM0Ny4zLDEzOTkuOSAtMzQyLjksMTQwMC43IC0zNDQuMiwxNDAzLjEgLTM0MS40LDE0MDYuMiANCgkJLTM0My4xLDE0MTUgLTM0OS42LDE0MTQuOSAtMzUxLDE0MDMuNCAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat;
    background-size: contain;
}

.filmstrip-gallery #header-logo {
    background: url(/wp-content/themes/vip/newscorpau-regional/assets/dist/img/regionals/ntnews/logo-gallery.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/ntnews/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: 70px;
}

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

.home #nav-level1 .tier-1 > li.sectionref-news a {
    background: #C9262B;
    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: #C9262B;
}

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

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

#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: 156px;
}

#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: 100px;
}

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

#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: #757671;
}

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

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

#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: 97px;
}

#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: 124px;
}

#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: 126px;
}

#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: #C9262B;
}

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: #C9262B;
}

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

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

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: #C9262B;
    color: white;
}

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

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

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

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

.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: #C9262B;
}

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

.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: #757671;
}

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

.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: #C9262B;
}

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

.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: #313131;
}

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

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

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

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

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

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

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

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

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

.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: #454545;
}

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

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

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

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

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

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

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

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

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