﻿/* ====== START RESET ====== */


    /* =============================================================================
       HTML5 display definitions
       ========================================================================== */

    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
    audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
    audio:not([controls]) { display: none; }
    [hidden] { display: none; }

    /* =============================================================================
       Base
       ========================================================================== */

    html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
    body { margin: 0; font-size: 1em; line-height: 1.4; }
    body, button, input, select, textarea { color: #222; }
    ::-moz-selection { background: #015a6f; color: #fff; text-shadow: none; }
    ::selection { background: #015a6f; color: #fff; text-shadow: none; }
    
    /* =============================================================================
    	Screen Readers
       ===========================================================================*/
.screenReaderOnly {
    position: absolute;
    top: 0;
    left: -100000px;
    background-color: #ffd8af;
    color: #312f2d;
    z-index: 1005;
    padding: 5px;
}
 /*added for Skip content hover */
    .screenReaderOnly:focus {
        left: 0;
    }
    /* =============================================================================
       Sharepoint
       ========================================================================== */
	.ms-hide{display:none;}

    /* =============================================================================
       Links
       ========================================================================== */
    a, a:visited {
      color: #58595b;
      text-decoration: none;
      line-height: inherit;
      font-weight: inherit;
    }
    a:hover {
      text-decoration: underline;
    }
    a:focus {
        outline: dotted 3px #1b9dbc; /*thin dotted*/
    }
    .page-content a, .page-content-cell a {
      color: #1C75BC;
    }
	.page-content a:visited, .page-content-cell a:visited {
      color: #7F1976;
    }
    a:hover, a:active { outline: 0; }

    .page-content a[href^="tel:"], .page-content-cell a[href^="tel:"]{
    	color: #58595B;
    	cursor: text;
	    text-decoration: none;
    }

    /* =============================================================================
       Typography
       ========================================================================== */

    abbr[title] { border-bottom: 1px dotted; }
    b, strong { font-weight: bold; }
    blockquote { margin: 1em 40px; }
    dfn { font-style: italic; }
    hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
    ins { background: #ff9; color: #000; text-decoration: none; }
    mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
    pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
    pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
    q { quotes: none; }
    q:before, q:after { content: ""; content: none; }
    small { font-size: 85%; }
    sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
    figure { margin: 0; }

    h1,h2,h3,h4,h5,h6{ font-weight:normal; }

    /* =============================================================================
       Lists
       ========================================================================== */

    .container ul, .container ol { margin: 1em 0; padding: 0 0 0 40px; }
    .container .cbq-layout-main ul, .container .cbq-layout-main ol { margin: 0; padding: 0; }
    .container .cbq-layout-main ul .description, .container .cbq-layout-main ol .description { padding-left: 21px; }
    dd { margin: 0 0 0 40px; }
    .container nav ul, .container nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
    .container nav ul li{ float:left; margin:0 }

    /* =============================================================================
       Embedded content
       ========================================================================== */

    .container img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
    svg:not(:root) { overflow: hidden; }

    /* =============================================================================
       Forms
       ========================================================================== */

    form { margin: 0; }
    .container fieldset { border: 0; margin: 0; padding: 0; }
    .container label { cursor: pointer; }
    .container legend { border: 0; *margin-left: -7px; padding: 0; }
    .container button, .container input, .container select, .container textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; font-family: Arial, Verdana, Geneva, sans-serif;}
    .container button, .container input { line-height: normal; }
    .container button, .container input[type="button"], .container input[type="reset"], .container input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
    .container .right-sidebar input[type="radio"]#all{ margin-left: 2px;}
    .container input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; margin-right: 7px; position: relative; top: 2px;}
    .container input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
    .container input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
    .container button::-moz-focus-inner, .container input::-moz-focus-inner { border: 0; padding: 0; }
    .container textarea { overflow: auto; vertical-align: top; resize: vertical; width: 95%;}
    .container input:valid, .container textarea:valid {  }
    .container input:invalid, .container textarea:invalid { background-color: #f0dddd; }

    /* =============================================================================
       Tables
       ========================================================================== */

    .container table { border-collapse: collapse; border-spacing: 0; }
    .container td { vertical-align: top; }
    .container .scrollable { overflow-x:auto; } /* this is used in conjunction with some JavaScript that adds a container with class='scrollable' to wide tables that don't fit the screen width


    /* =============================================================================
       Images
       ========================================================================== */  
    .img{padding:0 30px 0 0; height:100%; max-width:100%; display:table;}
    .sidebar-box .img{padding:0 0 0 0;}
	.img img {width:100%;display:block;}  
    .imgRight{float:right; padding:0 0 0 30px; height:100%; max-width:100%; display:table;}
	.imgLeft{float:left; padding:0 30px 0 0; height:100%; max-width:100%; display:table;}
	.imgLeft .imgCaption, .imgRight .imgCaption, .img .imgCaption{padding: 5px 0 10px 0; color:#666; font-size:90%; font-style:italic; text-align:left; display:table-caption; caption-side:bottom;}
	.imgRight .imgCaption{text-align:right;padding-left:30px;}
	.imgLeft .imgCaption{padding-right:30px;}
    .imgRight img, .imgLeft img {width:100%;display:block;}
    .page-content img, .page-content-cell img{max-width:100%; height:auto;}
    .page-content img.ms-webpart-menuArrowImg, .page-content-cell img.ms-webpart-menuArrowImg {max-width: none;}
    .page-content div#UserPersona img, .page-content-cell div#UserPersona img, .page-content ms-webpartzone-cell img, .page-content-cell ms-webpartzone-cell img, .ms-webpart-zone img {max-width:none;}

/* ====== END RESET ====== */



/* ====== START GLOBAL STYLES ====== */


    /* === Text Selection Colors === */

    .treasury .container ::-moz-selection { background: #015a6f; }
    .treasury .container ::selection { background: #015a6f; }

    /* ===== Transitions ===== */

    .container a,
    .container a:hover,
    a .overlay,
    a:hover .overlay,
    .container button,
    .container button:hover {
      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out; 
    }

    #explore-site li a,
    #explore-site li a:hover {
      -webkit-transition: none; 
      -moz-transition: none;  
      -o-transition: none; 
      transition: none; 
    }


    /* ===== Typography ===== */

    .page-content h2, .page-content-cell h2{ font-size: 160%; margin: 0 0 13px; } /* changes here should also be made below to the my-customElement-h2, ...-h3 etc */
    .page-content h3, .page-content-cell h3 { font-size: 145%; margin: 0 0 13px; }
    .page-content h4, .page-content-cell h4 { font-size: 135%; margin: 0 0 13px; clear: both; }
    .page-content h5, .page-content-cell h5 { font-size: 100%; margin: 0 0 13px; font-weight: bold; }

    h1.page-title { font-size: 160%; line-height: 1.3; }

    .treasury .contact h2,
    .treasury h1.page-title { color: #015a6f; }

    /* ===== Navigation ===== */

    #main-nav,
    #mobile-nav,
    #mobile-footer-nav { display: none; }
        #main-nav li a:focus {
            background: none;
            outline: dotted 2px #cccccc;
        }

        #main-nav ul li ul li a:focus {
            background: none;
            outline: dotted 2px #0b657a;
        }
    .nav-toggle {
      display: block;
      height: 45px;
      line-height: 45px !important; 
      padding-left: 20px;
      font-size: 14px;
      text-decoration: none !important; 
      font-weight: bold;

      -webkit-box-shadow: 0px 5px 5px -2px #848484;
      box-shadow: 0px 5px 5px -2px #848484;
    }

    #nav-reveal {
      color: #fff;
      background-color: #232020;
      background-image: url(/Style%20Library/website_assets/images/global/mobile_nav_toggle.png), -webkit-gradient(linear, left top, left bottom, from(#353232), to(#232020)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_nav_toggle.png), -webkit-linear-gradient(top, #353232, #232020); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_nav_toggle.png), -moz-linear-gradient(top, #353232, #232020); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_nav_toggle.png), -ms-linear-gradient(top, #353232, #232020); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_nav_toggle.png), -o-linear-gradient(top, #353232, #232020); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_nav_toggle.png), linear-gradient(top, #353232, #232020); /* W3C */
      background-position: right center;
      background-repeat: no-repeat;
    }

    .no-multiplebgs #nav-reveal { background: url(/Style%20Library/website_assets/images/global/mobile_nav_toggle.png) right center no-repeat #232020; }

    #footer-nav-reveal {
      color: #414042;
      border-top: 1px solid #bcbec0;
      background-color: #d3d3d3;
      background-image: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_toggle.png), -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#cdcdcd)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_toggle.png), -webkit-linear-gradient(top, #e6e6e6, #cdcdcd); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_toggle.png), -moz-linear-gradient(top, #e6e6e6, #cdcdcd); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_toggle.png), -ms-linear-gradient(top, #e6e6e6, #cdcdcd); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_toggle.png), -o-linear-gradient(top, #e6e6e6, #cdcdcd); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_toggle.png), linear-gradient(top, #e6e6e6, #cdcdcd); /* W3C */
      background-position: right center;
      background-repeat: no-repeat;
    }

    .no-multiplebgs #footer-nav-reveal { background: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_toggle.png) right center no-repeat #dfdfdf; }

    #mobile-nav,
    #mobile-footer-nav {
      width: 100%;
      overflow: hidden;
      background: url(/Style%20Library/website_assets/images/global/mobile_nav_bg.png) center top repeat-x #242021;
      padding: 5px 0 10px;
      font-weight: bold;
      -webkit-box-shadow: 0px 5px 5px -2px #848484;
      box-shadow: 0px 5px 5px -2px #848484;
    }

    #mobile-nav {
      background: url(/Style%20Library/website_assets/images/global/mobile_nav_bg.png) center top repeat-x #242021;
    }

    #mobile-footer-nav {
      background: url(/Style%20Library/website_assets/images/global/mobile_footer_nav_bg.png) center top repeat-x #d1d3d4;
    }

    #mobile-nav ul ul,
    #mobile-footer-nav ul ul {
      display: none;
    }

    #mobile-nav li,
    #mobile-footer-nav li {
      float: none;
    }

    #mobile-nav li a,
    #mobile-footer-nav li a {
      display: block;
      /*background: url(/Style%20Library/website_assets/images/global/list_item_mobile.png) 20px center no-repeat;*/
      padding: 0 20px; /* was 35 with triangle */
      /*height: 23px; allow text to wrap */
      line-height: 23px;
    }

    #mobile-nav li a {
      border-top: 1px solid #3a383a;
      border-bottom: 1px solid #090808;
      color: #fff;
    }

    #mobile-footer-nav li a {
      border-top: 1px solid #e9eaeb;
      border-bottom: 1px solid #c2c4c6;
    }

    #mobile-nav li:first-child a,
    #mobile-footer-nav li:first-child a,
    #mobile-nav li.slvzr-first-child a,
    #mobile-footer-nav li.slvzr-first-child a {
      border-top: none;
    }

    #mobile-nav li:last-child a,
    #mobile-footer-nav li:last-child a,
    #mobile-nav li.slvzrlast-child a,
    #mobile-footer-nav li.slvzr-last-child a {
      border-bottom: none;
    }

    #mobile-nav li a:hover {
      background-color: #3a3637;
      text-decoration: none;
    }


    /* ===== Forms ===== */

    div.container .search input[type="text"] {
      width: 135px;
      padding: 5px 10px;
      margin: 10px 0 5px 0;
      float: left;
      border: 1px solid #bcbec0;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-background-clip: padding-box; 
      background-clip: padding-box;
    }
    
    form div.fullconsultationlist button {
      height: 26px;
      float: left;
      color: #fff;
      background-color: #000;
      border: 1px solid #949293;
      -webkit-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0;
      -webkit-background-clip: padding-box; 
      background-clip: padding-box;
      padding: 4px 10px;
      font-size: 10px;
      margin: 10px 0 5px -10px;
    }

    form div.fullconsultationlist button:hover {
      background: #656363;
      border-color: #000;
    }

    form div.container input:focus { outline-color: grey; }


    /* ===== Search Form ===== */

    header .search {
      background: #bbbdc0;
      min-width: 290px;
      width: 96%;
      padding: 15px 2% 10px;
      position: absolute;
      bottom: 0;
      -webkit-box-shadow: inset 0px 8px 10px -7px #434343;
      box-shadow: inset 0px 8px 10px -7px #434343;
    }
        
    .no-boxshadow header .search { background: url(/Style%20Library/website_assets/images/global/search_dropshadow.png) center top repeat-x #bbbdc0; }

    .right-sidebar .search {
      display: none;
      margin-bottom: 50px; /* needs to be 10 if you have the This Topic refiner showing */
    }
    
    .right-sidebar .search label {
		font-size: 90%;
	}
	
    header .search input {
      width: 82%;
    }
    
   	div.container .search input[type="text"] {
      width: 82%;
      padding: 7px 12% 7px 9px;
      margin: 0;
    }
    
    div.container .search button {
      width: 36px;
      height: 35px;
      margin: 0 0 0 -33px;
      background-position: left top;
      background-repeat: no-repeat;
      background-image: url(/Style%20Library/website_assets/images/global/search_blue.png);
      float: left;
    }

    div.container .search button:hover {
      background-color: transparent;
    }

    div.container .search label {
      margin-right: 15px;
      padding-bottom: 5px;
    }
    
    div.container .search #all, div.container .search #topic{
		margin-top:5px;
	}
	
	.search.search-wide{display:none;}
    .search.search-wide label{font-size:90%;}
    div.container .search.search-wide input[type="text"]{width:66%;}
    div.container .search.search-wide label{margin-right:0; padding-bottom:5px; }
    div.container .search.search-wide #all, div.container .search.search-wide #topic{margin-top:10px;}

    .treasury div.container .search button { background-image: url(/Style%20Library/website_assets/images/global/search_blue.png); }
    .treasury div.container .search button:hover { background-image: url(/Style%20Library/website_assets/images/global/search_blue-hover.png); }
        .treasury div.container .search button:focus { outline-color: #1b9dbc;  }

    .treasury div.container .search #searchInput:focus { outline-color: #1b9dbc; }
    /* ===== Tables ===== */

    .container table {
      margin: 12px 0;
    }

    .container table td {
      padding: 6px;
    }

    .container table thead td {
      border-bottom: 1px solid #999;
    }

    .treasury .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #dbf7ff; }

    /* ===== Sliders ===== */

    ul.bjqs{position:relative; list-style:none;padding:0 !important;margin:0;overflow:hidden; display:none;}
    li.bjqs-slide{display:none;position:absolute;}
    ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:987;}
    ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:987;}
    ol.bjqs-markers li{float:left;}
    p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
    p.bjqs-caption{ background:rgba(0,0,0,0.7); color:#fff; text-align:center; }
    ol.bjqs-markers{ position:absolute; bottom:-50px; }
    ol.bjqs-markers li{ float:left; margin:0 3px; }
    ol.bjqs-markers li a{ display:block; height:10px; width:10px; border:4px solid #fff; overflow:hidden; text-indent:-987px; background:#000; border-radius:10px; box-shadow:0 0 50px rgba(0,0,0,0.5); }
    ol.bjqs-markers li.active-marker a{ background:#fd0100; }

    .slider {
      float: left;
      z-index: 1;
    }

    .slider li {
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
      background: none !important;
    }

    .slider li img {
      position: absolute;
      -webkit-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px;
      -webkit-background-clip: padding-box; 
      background-clip: padding-box;
      height: 100%;
      max-width: none;
    }

    .slider li a {
      display: block;
      overflow: hidden;
    }

    .slider li a:hover * {
      text-decoration: underline;
    }

    .slider .overlay {
      width: 100%;
      height: 90px;
      padding: 20px 0 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(/Style%20Library/website_assets/images/global/trans_black.png) left top repeat;
      background: rgba(0,0,0,0.7);
    }

    .no-rgba .slider .overlay {
      background: url(/Style%20Library/website_assets/images/global/trans_black.png) left top repeat;
    }

    .slider .overlay p {
      color: #fff;
      margin: 0 10px;
      line-height: 1.2;
    }

    .slider .overlay h2 {
      margin: 0 10px 3px 10px;
    }

    .page-content .slider .overlay h2, .page-content-cell .slider .overlay h2 {
      font-weight: bold;
      font-size: 15px;
    }

    .home .page-content .slider .overlay h2 {
      color: #cbe57c;
    }

    .home .slider .overlay h2 {
      color: #cbe57c;
    }
    .home .featured-wrapper a, .home .featured-wrapper a:visited {
		color:#000;
	}


    .slider .overlay .marker {
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #e5e6e7;
      background-image: url(/Style%20Library/website_assets/images/global/slider_marker_black.png);
      background-repeat: no-repeat;
    }

    .slider #slide1 .overlay .marker { background-position: 20px 0; }
    .slider #slide2 .overlay .marker { background-position: 71px 0; }
    .slider #slide3 .overlay .marker { background-position: 126px 0; }
    .slider #slide4 .overlay .marker { background-position: 179px 0; }
    .slider #slide5 .overlay .marker { background-position: 235px 0; }

    .thumbnails ul {
      margin: 0;
      padding: 0 !important;
    }

    .thumbnails li {
      cursor: pointer;
      list-style: none !important;
      float: left;
      padding: 5px 8px !important;
      margin: 0 !important;
      background-image: none !important;
    }

    .thumbnails li span {
      display: none;
    }


    /* ===== Global Elements ===== */

    body {
      background: #e6e7e8;
      margin: 0;
      font-family: Arial, Verdana, Geneva, sans-serif;
      font-size: 80%;
      font-weight: normal;
      line-height: 18px;
      color: #58595b;
    }
    
    .border, img.border{border:1px #999 solid;}
    .caption, figcaption {margin-top:5px; font-size:90%; font-style:italic;}

    .container {
      min-width: 320px;
      width: 80%;
      margin: 0 auto;
      position: relative;
      background: #fff;
      -webkit-box-shadow: 0 0 20px #686868;
      box-shadow: 0 0 20px #686868;
    }

    header {
      height: 180px;
      position: relative;
      border-top: 22px solid #231f20;
      z-index: 987
    }

    header .gov-logo {
      width: 80px;
      height: 85px;
      background: url(/Style%20Library/website_assets/images/global/tas_gov_logo_mobile.png) left bottom no-repeat;
      position: absolute;
      left: 17px;
      top: -22px;
      z-index: 10;
    }

    header .gov-logo div.hidden {
      display: none;
    }

    header .home-link {
      display: block;
      width: 100%;
      height: 50px;
      position: absolute;
      line-height: 1.4;
    }

    header .home-link:hover h1 {
      text-decoration: underline;
    }

    header .home-link h1 {
      width: 200px;
      padding-left: 105px;
      font-size: 11px;
      color: #fff;
      margin: 9px 0;
      font-family: Verdana;
      background:none !important;
      box-shadow:none;
      min-width:inherit;
    }

        header h1.special, header h1#PageTitle {
            position: absolute;
            left: 0;
            top: 50px;
            margin: 0;
            font-size: 20px;
            padding: 25px 20px;
            color: #fff;
            line-height: 1.3;
            font-family: Arial, Verdana, Geneva, sans-serif;
            z-index: 8;
        }

    .breadcrumbs {
      display: none;
    }
    
    .breadcrumbs span{
		padding:0 3px 0 3px;
	}

    .search .accessibility {
      display: none;
    }

    #main {
      padding: 10px 0;
      overflow: hidden;
      padding: 15px;
    }
    
    .contact h2{
		margin-bottom:9px;
		padding-top:20px;
        font-size:100%;
        font-weight:bold;
	}
	.contact p{
		margin-top:0;
	}

    .no-cssgradients #main {
      background: url(/Style%20Library/website_assets/images/global/nav_dropshadow.png) center top repeat-x;
    }

    .landing #main .multiColumn ul li,
    #main .right-sidebar ul li, #main .right-sidebar-cell ul li {
      list-style-image: url(/Style%20Library/website_assets/images/global/list_item.png);
    }

    #main ul li.more {
      list-style-type: none;
      list-style-image: none;
      float: right;
    }

    #main ul li.more a {
      color: #1c75bc;
    }

    .page-content {
      max-width: 492px;
      margin: 0 auto;
    }

    /* ========================== CSS3 FOR MULTI COLUMN LAYOUT ============ */
	div.multiColumn {
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	    margin-top:9px;
	    margin-bottom:20px;
	    float:none;
	}
    .home div.multiColumn a{
		font-weight:bold;
	}
	.home div.multiColumn li{
		list-style-type:none;
		margin-left:-20px;
	}
	ul.homepage-navgroup li{
		padding-bottom:20px;
		-webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
	}

	ul.navgroup li:first-child{font-weight:bold;}
	ul.navgroup a, ul.navgroup a:visited{color:#58595B;}
    .wide-content .page-content {
      max-width: 720px;
    }
    
    .special .table-layout {
      width: 100%;
      display:table;
    }
    .special .left-sidebar-cell {
		display:table-cell;
		padding-right: 20px;
	}
	.special .page-content-cell {
		display:table-cell;
		min-width:50%;
		width:100%;
	}
	.special .right-sidebar-cell {
		display:table-cell;
		padding-left: 20px;
	}

    .page-content .featured-image, .right-sidebar .featured-image {
      margin-top: 0;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      /*width: 100%;*/
    }

    .page-content ul {
      padding: 0 0 0 20px;
    }

    .page-content .cbq-layout-main ul {
      padding: 0;
    }

    .page-content .column {
      width: 50%;
      float: left;
      margin-bottom: 25px;
    }

    .page-content .slider-box h2 {
        display: none;
        font-size:90%;
        font-weight:bold;
    }

    .content-section {
      border-bottom: 1px solid #eaeaea;
    }

    .content-section .hidden-content {
      display: none;
    }

    .warning {
      background-color: #fefbd6;
      margin-bottom: 12px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-background-clip: padding-box; 
      background-clip: padding-box;
      clear: both;
      border: 1px #ECE7A6 solid;
    }

    .warning h2 {
      font-size: 130%;
      margin: 5px 0 15px 40px;
      color: #ff3600 !important;
    }
    
    .warning a{	text-decoration:underline; color: #1C75BC;}

    .page-content .warning {
      padding: 5px 15px;
    }

    .page-content .warning h2 {
      margin-left: 40px;
    }

    .right-sidebar .warning {
      padding: 5px 15px;
      background-position: 15px 15px;
      margin-bottom: 15px;
    }

    .widget {
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-background-clip: padding-box; 
      background-clip: padding-box;
      border: 1px solid #afb0b0;
      border-bottom: 2px solid #cccccc;
      clear: both;
      background: url(/Style%20Library/website_assets/images/global/grey_gradient.png) center top repeat-x #e5e6e7;
    }

    .widget h2{
	padding-top:0;
    font-size:90%;
}

.large-widget {
    /*padding: 0 14px 10px;*/
    margin: 0 auto 12px;
    background-color: #000;
    /*background: url(/Style%20Library/website_assets/images/global/large_widget_bg.png) left top no-repeat #e5e6e7;*/
    Background: url(/Style%20Library/website_assets/images/global/grey_gradient.png) center top repeat-x #e5e6e7;
}

    .large-widget h2 {
        color: #fff !important;
        /*margin: 10px 0 30px !important;*/
        font-size: 135% !important;
    }

    .large-widget a {
      color: #58595b !important;
    }
    .large-widget.widget h2 {
        background-color: #000;
        background: linear-gradient(to top, #000, #555);
        color: #fff;
        padding: 12px 6px 12px 12px;
    }

    .large-widget.widget ul {
        padding: 0 12px 0 30px;
    }

    .large-widget.widget.inThisTopic h2 {
        background-color: #000;
        background: linear-gradient(to top, #000, #555);
        color: #fff;
        padding: 12px 6px 12px 12px;
    }

    .large-widget.widget.inThisTopic ul {
        padding: 0 12px 0 30px;
    }

.inThisTopic {
    margin-top: 1.5em;
}
	}
    
    .inThisTopic a{
	    font-weight:bold;
    }
    
    a.unpublished{
		font-style: italic;
		color:red !important;
	}
    a.archived{
		font-style: italic;
		color:maroon !important;
	}

    .map-widget {
      padding-left: 14px;
      margin: 0 auto;
      overflow: hidden;
    }

    .map-widget img {
      float: right;
      max-width: 55%;
      margin-left: 10px;
    }

    .map-widget a {
      text-decoration: underline;
    }

    .treasury .map-widget a { color: #015a6f; }
    .map-widget h2 {
      clear: none;
    }

    .sidebar-box {
      /*padding: 0 15px 15px;*/
      margin-bottom: 13px;
      overflow: hidden;
    }
    
    .special .sidebar-box{
	  max-width: 255px;
      min-width: 203px;
	}

    .sidebar-box ul {
      margin: 0;
      padding: 0 0 0 15px;
    }

    .sidebar-box a,
    .sidebar-box a:visited {
      color: #58595b;
    }

    .left-sidebar {
      display: none;
    }

    .right-sidebar {
      max-width: 490px;
      margin: 12px auto 0 auto;
    }

    .landing .right-sidebar {
      max-width: 288px;
      margin: 0 auto;
    }

    .right-sidebar .buttons {
      margin-bottom: 15px;
    }

    .right-sidebar .sidebar-box {
      max-width: 255px;
      background-color: #e6e7e8;
      /*background-image: url(/Style%20Library/website_assets/images/global/sidebar_box_black.png);
      background-position: center top;
      background-repeat: no-repeat;
      border-top: none;*/
    }
        .right-sidebar .sidebar-box ul {
        padding: 0 5px 10px 30px;
        }
        .right-sidebar .sidebar-box h1, .right-sidebar-cell .sidebar-box h1, .right-sidebar .sidebar-box h2, .right-sidebar-cell .sidebar-box h2 {
            color: #fff;
            font-weight: bold;
            margin-top: 0;
            padding-top: 3px;
            background-color: #000;
            background: linear-gradient(to top, #000, #555);
            color: #fff;
            padding: 6px 12px;
        }

    /*.treasury .right-sidebar .sidebar-box { background-image: url(/Style%20Library/website_assets/images/global/sidebar_box_blue.png); }*/

    .sidebar-box.hotlines p,
    .sidebar-box.important p {
        font-size: 12px;
        line-height: 1.3;
        padding-left: 15px;
    }

   

    .sidebar-box.hotlines p:nth-of-type(1) {
      background: url(/Style%20Library/website_assets/images/global/icon_phone.png) right top no-repeat;
      padding-right: 45px;
      min-height: 40px;
    }

    .sidebar-box.important p:nth-of-type(1) {
      background: url(/Style%20Library/website_assets/images/global/icon_warning_grey.png) right top no-repeat;
      padding-right: 45px;
      min-height: 40px;
    }

    footer {
      background: #eeeeee;
      color: #58595b;
      padding: 15px;
      margin-top: 5px;
    }

    .no-cssgradients footer {
      background: url(/Style%20Library/website_assets/images/global/nav_dropshadow.png) center top repeat-x #eeeeee;
      margin-top: 0;
    }

    footer p {
      margin: 13px 0;
      font-size: 12px;
      width: 55%;
      margin: 40px 0 10px;
    }

    footer p.modified {
      display: none;
    }

    footer a,
    footer a:visited {
      color: #58595b;
      text-decoration:underline;
    }

    footer #footer-nav {
      clear: both;
      margin-left: -7px;
      overflow: hidden;
      font-size: 12px;
    }
    
    footer #footer-nav li {
      float: left;
      padding: 0 7px;
      border-right: 1px solid;
      line-height: 12px;
      margin: 5px 0;
      white-space:nowrap;
    }
    
    footer #explore-site a{
		text-decoration:none;
	}

    footer #footer-nav li:last-child,
    footer #footer-nav li.slvzr-last-child {
      border: none;
    }

    footer #footer-logo {
      width: 72px;
      height: 67px;
      background: url(/Style%20Library/website_assets/images/global/tas_gov_logo_footer.png) left top no-repeat;
      position: absolute;
      right: 35px;
      bottom: 30px;
    }

    .right-sidebar .slider-box {
      padding: 0 15px 15px;
      margin: 11px 0 14px;
      background: url(/Style%20Library/website_assets/images/global/sidebar_box_black.png) center top no-repeat #e6e7e8;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-background-clip: padding-box; 
      background-clip: padding-box;
      border: 2px solid #cccccc;
      border-right: 1px solid #afb0b0;
      border-left: 1px solid #afb0b0;
      border-top: none;
      overflow: hidden;
    }

    .right-sidebar .slider-box h2 {
      display: block;
      color: #fff;
      font-size: 12px;
      font-weight:bold;
      padding-top: 4px;
      margin-top:0;
    }

    .right-sidebar .slider-box .overlay {
      height: 60px;
    }

    .right-sidebar .thumbnails {
      margin-left: -5px;
      margin-right: -4px;
    }


    /* ===== Colored Header Elements ===== */

    .treasury header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#015a6f), to(#00bddd));
      background-image: -webkit-linear-gradient(left, #015a6f, #00bddd);
      background-image: -moz-linear-gradient(left, #015a6f, #00bddd);
      background-image: -o-linear-gradient(left, #015a6f, #00bddd);
      background-image: linear-gradient(to right, #015a6f, #00bddd);
    }

	header h1#PageTitle { text-shadow: -1px 1px #333; }
    
    .no-cssgradients .treasury header { background: url(/Style%20Library/website_assets/images/headers/blue_gradient.png) left top repeat-y #00bddd; }
    .treasury header .home-link { background: #014a5e; }

    /* ===== Colored Buttons ===== */

    .button {
      display: block;
      padding: 10px 70px 11px 12px;
      margin-bottom: 9px;
      color: #fff !important;
      font-size: 14px;
      font-weight: bold;
      background-position: right center;
      background-repeat: no-repeat;
      border: 1px solid;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-background-clip: padding-box; 
      background-clip: padding-box;
      -webkit-box-shadow: 0px 1px 2px 0 #a5a5a5;
      box-shadow: 0px 1px 2px 0 #a5a5a5;
    }

    .button:hover {
      background-position: right center;
      background-repeat: no-repeat;
    }

    .button.image-button {
      font-weight: bold;
      line-height: 1.1;
      padding-top: 13px;
      padding-bottom: 14px;
    }

    .button.image-button small {
      font-weight: normal;
      font-size: 11px;
    }

    .treasury .button { border-color: #147d96; }
    .treasury .text-button {
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue.png), -webkit-gradient(linear, left top, left bottom, from(#369db6), to(#0b657a)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue.png), -webkit-linear-gradient(top, #369db6, #0b657a); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue.png), -moz-linear-gradient(top, #369db6, #0b657a); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue.png), -ms-linear-gradient(top, #369db6, #0b657a); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue.png), -o-linear-gradient(top, #369db6, #0b657a); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue.png), linear-gradient(top, #369db6, #0b657a); /* W3C */
    }

    .treasury .text-button:hover {
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue_hover.png), -webkit-gradient(linear, left top, left bottom, from(#0b657a), to(#074f60)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue_hover.png), -webkit-linear-gradient(top, #0b657a, #074f60); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue_hover.png), -moz-linear-gradient(top, #0b657a, #074f60); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue_hover.png), -ms-linear-gradient(top, #0b657a, #074f60); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue_hover.png), -o-linear-gradient(top, #0b657a, #074f60); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_arrow_blue_hover.png), linear-gradient(top, #0b657a, #074f60); /* W3C */
    }

    .treasury .image-button {
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -webkit-gradient(linear, left top, left bottom, from(#369db6), to(#0b657a)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -webkit-linear-gradient(top, #369db6, #0b657a); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -moz-linear-gradient(top, #369db6, #0b657a); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -ms-linear-gradient(top, #369db6, #0b657a); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -o-linear-gradient(top, #369db6, #0b657a); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), linear-gradient(top, #369db6, #0b657a); /* W3C */
    }

    .treasury .image-button:hover {
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -webkit-gradient(linear, left top, left bottom, from(#0b657a), to(#074f60)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -webkit-linear-gradient(top, #0b657a, #074f60); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -moz-linear-gradient(top, #0b657a, #074f60); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -ms-linear-gradient(top, #0b657a, #074f60); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), -o-linear-gradient(top, #0b657a, #074f60); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_image_blue.png), linear-gradient(top, #0b657a, #074f60); /* W3C */
    }
    .no-cssgradients .treasury .text-button { background: url(/Style%20Library/website_assets/images/global/button_blue_bg.png) right center no-repeat; }
    .no-cssgradients .treasury .image-button { background: url(/Style%20Library/website_assets/images/global/button_image_blue_bg.png) right center no-repeat; }

    /* ===== Mobile Buttons ===== */

    .mobile-button {
      border-color: #201d1d !important;
      width: 65px;
      padding: 8px 20px 9px 55px;
      float: left;
      color: #fff !important;
    }

    .back-button { 
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -webkit-gradient(linear, left top, left bottom, from(#737171), to(#4f4c4d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -webkit-linear-gradient(top, #737171, #4f4c4d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -moz-linear-gradient(top, #737171, #4f4c4d); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -ms-linear-gradient(top, #737171, #4f4c4d); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -o-linear-gradient(top, #737171, #4f4c4d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), linear-gradient(top, #737171, #4f4c4d); /* W3C */
      background-position: left center;
      background-repeat: no-repeat;
    }

    .back-button:hover { 
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -webkit-gradient(linear, left top, left bottom, from(#737171), to(#201d1d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -webkit-linear-gradient(top, #737171, #201d1d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -moz-linear-gradient(top, #737171, #201d1d); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -ms-linear-gradient(top, #737171, #201d1d); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), -o-linear-gradient(top, #737171, #201d1d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_back.png), linear-gradient(top, #737171, #201d1d); /* W3C */
      background-position: left center;
      background-repeat: no-repeat;
    }

    .no-multiplebgs .back-button { background: url(/Style%20Library/website_assets/images/global/button_mobile_back_bg.png) left top no-repeat; border: none; }

    .home-button { 
      float: right;
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -webkit-gradient(linear, left top, left bottom, from(#737171), to(#4f4c4d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -webkit-linear-gradient(top, #737171, #4f4c4d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -moz-linear-gradient(top, #737171, #4f4c4d); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -ms-linear-gradient(top, #737171, #4f4c4d); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -o-linear-gradient(top, #737171, #4f4c4d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), linear-gradient(top, #737171, #4f4c4d); /* W3C */
      background-position: left center;
      background-repeat: no-repeat;
    }

    .home-button:hover { 
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -webkit-gradient(linear, left top, left bottom, from(#737171), to(#201d1d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -webkit-linear-gradient(top, #737171, #201d1d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -moz-linear-gradient(top, #737171, #201d1d); /* FF3.6+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -ms-linear-gradient(top, #737171, #201d1d); /* IE10 */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), -o-linear-gradient(top, #737171, #201d1d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/website_assets/images/global/button_mobile_home.png), linear-gradient(top, #737171, #201d1d); /* W3C */
      background-position: left center;
      background-repeat: no-repeat;
    }

    .no-multiplebgs .home-button { background: url(/Style%20Library/website_assets/images/global/button_mobile_home_bg.png) left top no-repeat; border: none; }

/* ====== END GLOBAL STYLES ====== */



/* ====== START HOME PAGE STYLES ====== */

    .home header {
      height: 155px;
    }

    .home header .gov-logo {
      height: 100px;
    }

    .home header h1, header h1.special {
      left: 95px;
      top: 0;
      font-size: 15px;
      width: 185px;
      padding: 15px 20px;
      text-shadow: -1px 1px #333;
    }

    .home .page-content {
      width: 290px;
      padding: 0;
      float: none;
    }

    .home .page-content .slider-box h2 {
        display: block;
    }

    .home .button {
      margin-bottom: 5px;
    }

/*
    .home #related-websites-box,
    .home .featured-wrapper { display: none; }
*/


/* ====== END HOME PAGE STYLES ====== */



/* ====== START MEDIA QUERIES  ====== */

    
    /* ===== Navigation ===== */

    @media only screen and (min-width: 1030px) {

      #mobile-nav,
      #nav-reveal,
      #mobile-footer-nav,
      #footer-nav-reveal { display: none !important; }

      #main-nav {
        display: block;
        width: 99.8%;
        clear: both;
        float: left;
        position: absolute;
        top: 0;
        z-index: 9;
        background-color: #373334;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#464344), to(#242021));
        background-image: -webkit-linear-gradient(top, #464344, #242021);
        background-image: -moz-linear-gradient(top, #464344, #242021);
        background-image: -o-linear-gradient(top, #464344, #242021);
        background-image: linear-gradient(to bottom, #464344, #242021);
        border: 1px solid #1c191a;
        font-family: Arial, Verdana, Geneva, Tahoma, Segoe, sans-serif; /* removed "Open Sans", */
      }
      #main-nav ul {
        font-size: 12px;
        list-style: none;
        margin: 0;
        padding: 0;
      }
      #main-nav li {
        float: left;
        position: relative;
      }
      #main-nav a {
        color: #fff;
        display: block;
        line-height: 29px;
        padding: 0 14px;
        text-decoration: none;
      }
      #main-nav ul.menu {
        float: right;
      }
      #main-nav ul.menu li a {
        border-top: 1px solid #58595b;
        border-right: 1px solid #58595b;
        border-left: 1px solid #201f1f;
        height: 29px;
        line-height: 29px;
      }
     
      #main-nav ul.menu li:first-child a,
      #main-nav ul.menu li.slzvr-first-child a {
        border-left: none;
      }
      #main-nav ul.menu li:last-child a,
      #main-nav ul.menu li.slvzr-last-child a {
        border-right: none;
      }
      #main-nav ul ul ul {
        left: 100%;
        top: 0;
      }
      #main-nav li.current {
        background: #595959;
        background-image: -webkit-gradient(linear, right top, right bottom, from(#595959), to(#707070));
        background-image: -webkit-linear-gradient(left, #595959, #707070);
        background-image: -moz-linear-gradient(left, #595959, #707070);
        background-image: -o-linear-gradient(left, #595959, #707070);
        background-image: linear-gradient(to right, #595959, #707070);
      }
      #main-nav li:hover a,
      #main-nav a:focus {
        background: #3b393a;
      }
      

      /* SUB NAV */
      #main-nav .sub-menu {
        display: none;
        float: left;
        margin: 0;
        position: absolute;
        top: 30px;
        width: 610px;
        z-index: 987;
        padding: 15px 10px;
        background: url(/Style%20Library/website_assets/images/global/desktop_subnav_bg.png) center -20px repeat-x #231f20;
        /*background: #231f20;*/
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
      }

        #main-nav li#fhog-menu .sub-menu {left: 0px;}
        #main-nav li#duties-menu .sub-menu {left: -162px;}
        #main-nav li#landtax-menu .sub-menu {left: -210px;}
        #main-nav li#payroll-menu .sub-menu {right: -260px;}
        #main-nav li#concessions-menu .sub-menu {right: -150px;}
        #main-nav li#resources-menu .sub-menu {right: -60px;}
        #main-nav li#about-menu .sub-menu {right: -1px;}


      #main-nav .sub-menu a {
        color: #C8C8C8;
        font-size: 13px;
        font-weight: normal;
        padding: 0;
        width: 168px;
        height: auto !important;
        line-height: 1.4em !important;
        background: none !important;
        border: none !important;
      }

       #main-nav .sub-menu a:hover {
        color: #fff !important;
      }

      #main-nav .sub-menu li.column {
        float: left;
        padding: 0 5px 0 15px;
        width: 180px;
        border-right: 1px solid #58595b;
        border-left: 1px solid #201f1f;
        text-shadow: -2px -1px #000;
      }

      #main-nav .sub-menu li.column:first-child,
      #main-nav .sub-menu li.column.slvzr-first-child {
        border-left: none;
      }

      #main-nav .sub-menu li.column:last-child,
      #main-nav .sub-menu li.column.slvzr-last-child {
        border-right: none;
      }

      #main-nav .sub-menu li ul {
        overflow: hidden;
        margin-bottom: 14px;
      }

      #main-nav .sub-menu li ul li h3 {
        margin: 0;
      }

      #main-nav .sub-menu li ul li h3 a {
        color: #fff; /*was 015a6f*/
        font-weight: bold;
        font-size: 13px;
        clear: left;
        line-height: 1.3;
        text-decoration: none !important;
      }
      
      #main-nav ul li h2 {
        font-weight: normal;
        font-size: 12px;
        clear: left;
        line-height: 29px;
        height:29px;
        margin:0;
        text-decoration: none !important;
      }

      #main-nav .sub-menu li:hover > a {
        background: none;
        text-decoration: underline;
      }

      #main-nav ul li:hover .sub-menu {
        display: block;
      }

      #main-nav .sub-menu li.more a{ color:#fff; font-style:italic; text-transform:capitalize;}
      #main-nav .sub-menu li.more a:after{content: "...";}
      /*#main-nav ul > li:hover > a { color: #015a6f; }*/

      /*#main-nav li#fishing-menu .sub-menu li ul li h3 a,
      #main-nav li#fishing-menu:hover > a { color: #066FB7 !important; }*/

      /*#main-nav li#bio-menu .sub-menu li ul li h3 a,
      #main-nav li#bio-menu:hover > a { color: #F18629 !important; }*/

      /*#main-nav li#species-menu .sub-menu li ul li h3 a,
      #main-nav li#species-menu:hover > a { color: #F18629 !important; }*/

      /*#main-nav li#land-menu .sub-menu li ul li h3 a,
      #main-nav li#land-menu:hover > a { color: #5e7200 !important; }*/

      /*#main-nav li#wildlife-menu .sub-menu li ul li h3 a,
      #main-nav li#wildlife-menu:hover > a { color: #c65400 !important; }*/

      /*#main-nav li#conservation-menu .sub-menu li ul li h3 a,
      #main-nav li#conservation-menu:hover > a { color: #437943 !important; }*/

      /*#main-nav li#water-menu .sub-menu li ul li h3 a,
      #main-nav li#water-menu:hover > a { color: #015a6f !important; }*/

      /*#main-nav li#ag-menu .sub-menu li ul li h3 a,
      #main-nav li#ag-menu:hover > a { color: #9a5d2f !important; }*/

      #main-nav .sub-menu li ul li h3 a:hover { text-decoration: underline !important; }
      
      /* ========================== CSS3 FOR MULTI COLUMN LAYOUT ============ */
		div.multiColumn {
		    -moz-column-count: 2;
		    -moz-column-gap: 20px;
		    -webkit-column-count: 2;
		    -webkit-column-gap: 20px;
		    column-count: 2;
		    column-gap: 20px;
		    margin-top:9px;
		    float:left;
		}
		ul.navgroup {
		    break-inside: avoid-column;
		    display: inline-block;
		    margin:0 9px 17px 0;
		    width:90%;
		}
		ul.homepage-navgroup{
			break-inside: avoid-column;
			margin:0 9px 17px 0;
		    width:90%;
		}
		ul.navgroup li:first-child{
			font-weight:bold;
		}
		ul.navgroup a, ul.navgroup a:visited{
			color:#58595B;
		}
		
		footer nav#explore-site {
		    -moz-column-count: 4;
		    -moz-column-gap: 20px;
		    -webkit-column-count: 4;
		    -webkit-column-gap: 20px;
		    column-count: 4;
		    column-gap: 20px;
		    margin-top:9px;
		}
		
        /* ===== IE10 feature fallback to IE9 ===== */
				
		
		html.oldie ul.navgroup{
    		width: 40% !important; 
			float: left !important; 
			padding-left: 3.5% !important;
			padding-right: 1% !important;
		}	
		
		html.oldie footer nav#explore-site ul{
			width: 21%;
    		float: left;
    		padding-left: 2%;
    		padding-right: 2%;
    		margin-bottom:15px !important;
		}	
		/* ===== END ===== */
    }
    
      

    /* ===== Search Form ===== */

    @media only screen and (min-width: 1030px) {

      .search {
        box-shadow: none;
        -webkit-box-shadow: none;
      }

      .right-sidebar .search {
        display: block;
      }
      
      .search.search-wide{display:block;}

    }


    /* ===== Sliders ===== */

    @media only screen and (min-width: 750px) {
      /* not using this */
    }
    
    @media only screen and (min-width: 750px) and (max-width: 1690px) {
      .home .slider-box{ background-image:none !important;}
      .home .page-content .slider-box {	
        width: 688px;
        padding: 0;
        border-style: solid;
        border-color: #AFB0B0 #AFB0B0 #CCCCCC;
        border-width: 1px;
      }
      .home .page-content .slider,
      .home .page-content .slider ul,
      .home .page-content .slider li {
        width: 460px !important; /* was 490 */
        height: 255px !important;
      }
      .home .page-content .slider-box h2{display:none;}
      .home .page-content .slider-box .slider .overlay h2{display:block;}
      .home .page-content .slide li {
		margin: 0 !important;
		padding: 0 !important;
	  }
      .home .page-content .slider .overlay {
        width: 140px;
        height: 100%;
        padding: 0 20px;
        left: 290px; /* was 320 */
        top: 0;
      }
      .home .page-content .slider .overlay p {
        margin: 0;
        line-height: 18px;
      }
      .home .page-content .slider .overlay h2 { margin: 40px 0 7px; }
      .home .page-content .slider .overlay .marker { left: 153px;}
      .home .page-content .slider #slide1 .overlay .marker { top: 16px; background-position: 0 0; }
      .home .page-content .slider #slide2 .overlay .marker { top: 67px; background-position: 0 0; }
      .home .page-content .slider #slide3 .overlay .marker { top: 119px; background-position: 0 0; }
      .home .page-content .slider #slide4 .overlay .marker { top: 171px; background-position: 0 0; }
      .home .page-content .slider #slide5 .overlay .marker { top: 220px; background-position: 0 0; }
      .home .page-content .thumbnails { height: 255px;}
      .home .page-content .thumbnails li { padding: 6px 12px 5px !important;}
      .home .page-content .thumbnails li span {	display:inline-block; margin-left: 5px;}
      .home .page-content .slider .overlay .marker {
        width: 8px;
        height: 15px;
        left: 162px;
        background: url(/Style%20Library/website_assets/images/global/slider_marker_grey.png) transparent;
      }

      .home .page-content .thumbnails li {
        padding: 6px 12px 5px !important;
        border-bottom: 1px solid #d6d8d9;
        border-top: 1px solid #f1f2f2;
        cursor: pointer;
        list-style: none !important;
        float: none;
      }
      
      .home .page-content .thumbnails {
        width: 220px;
        height: 255px;
        float: left;
        background: #e6e7e8;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        -webkit-background-clip: padding-box; 
        background-clip: padding-box;
        overflow: hidden;
      }
      
    }
    
    @media only screen and (min-width: 1030px) {
      .home .page-content .slider,
      .home .page-content .slider ul,
      .home .page-content .slider li {
        width: 519px !important;
        height: 255px !important;
      }
      .home .page-content .slider-box h2{display:none;}
      .home .page-content .slider-box .overlay h2{display:block;}
      .home .page-content .slider-box {	width:739px;}
      .home .page-content .slider .overlay {
        width: 140px;
        height: 100%;
        padding: 0 20px;
        left: 339px;
        top: 0;
      }
      .home .page-content .slider .overlay p {
        margin: 0;
        line-height: 18px;
      }
      .home .page-content .slider .overlay h2 { margin: 40px 0 7px; }
      .home .page-content .slider .overlay .marker { left: 172px;}
      .home .page-content .slider #slide1 .overlay .marker { top: 16px; background-position: 0 0; }
      .home .page-content .slider #slide2 .overlay .marker { top: 67px; background-position: 0 0; }
      .home .page-content .slider #slide3 .overlay .marker { top: 119px; background-position: 0 0; }
      .home .page-content .slider #slide4 .overlay .marker { top: 171px; background-position: 0 0; }
      .home .page-content .slider #slide5 .overlay .marker { top: 220px; background-position: 0 0; }
      .home .page-content .thumbnails { height: 255px;}
      .home .page-content .thumbnails li { padding: 6px 12px 5px !important;}
      .home .page-content .thumbnails li span {	display:inline-block; }
      
      .page-content .slider-box {
        border: 1px solid #afb0b0;
        border-bottom: 2px solid #cccccc;
        overflow: hidden;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        float: left;
      }
    
      .page-content .slider,
      .page-content .slider ul,
      .page-content .slider li {
        width: 270px !important;
        height: 170px !important;
      }

      .page-content .slider .overlay {
        left: 0;
        bottom: 0;
        width: 280px;
        padding: 10px 10px 15px;
        height: 40px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
      }

      .page-content .slider .overlay .marker {
        width: 8px;
        height: 15px;
        left: 262px;
        background: url(/Style%20Library/website_assets/images/global/slider_marker_grey.png) transparent;
      }

      .page-content .slider #slide1 .overlay .marker { top: -98px; background-position: 0 0; }
      .page-content .slider #slide2 .overlay .marker { top: -63px; background-position: 0 0; }
      .page-content .slider #slide3 .overlay .marker { top: -28px; background-position: 0 0; }
      .page-content .slider #slide4 .overlay .marker { top: 6px; background-position: 0 0; }
      .page-content .slider #slide5 .overlay .marker { top: 38px; background-position: 0 0; }

      .page-content .thumbnails {
        width: 220px;
        height: 170px;
        float: left;
        background: #e6e7e8;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        -webkit-background-clip: padding-box; 
        background-clip: padding-box;
        overflow: hidden;
      }

      .landing .page-content .slider-box {
        margin-bottom: 12px;
      }

      .page-content .thumbnails li {
        padding: 4px 6px !important;
        border-bottom: 1px solid #d6d8d9;
        border-top: 1px solid #f1f2f2;
        cursor: pointer;
        list-style: none !important;
        float: none;
      }

      .landing .page-content .thumbnails li img {
        width: 24px;
        height: 24px;
      }

      .page-content .thumbnails li span {
        display: inline-block;
        margin-left: 5px;
      }

      .page-content .thumbnails li:first-child,
      .page-content .thumbnails li.slvzr-first-child {
        border-top: none;
      }

      .page-content .thumbnails li:last-child,
      .page-content .thumbnails li.slvzr-last-child {
        border-bottom: none;
      }

      .page-content .thumbnails li:hover,
      .page-content .thumbnails li.active-marker {
        background-color: #d1d3d4 !important;
      }
      
      .right-sidebar .slider {
        margin-left: -2px;
      }

      .right-sidebar .slider,
      .right-sidebar .slider ul,
      .right-sidebar .slider li {
        width: 205px !important;
      }

      .right-sidebar .thumbnails li {
        padding: 5px 4px !important;
      }

      .right-sidebar .thumbnails li img {
        width: 34px;
        height: 34px;
      }

      .right-sidebar .slider #slide1 .overlay .marker { background-position: 10px 0; }
      .right-sidebar .slider #slide2 .overlay .marker { background-position: 50px 0; }
      .right-sidebar .slider #slide3 .overlay .marker { background-position: 90px 0; }
      .right-sidebar .slider #slide4 .overlay .marker { background-position: 134px 0; }
      .right-sidebar .slider #slide5 .overlay .marker { background-position: 175px 0; }

    }
    
    @media only screen and (max-width: 1030px) {
		.treasury .slider-box { background-image: url(/Style%20Library/website_assets/images/global/sidebar_box_blue.png); }
				
		.slider-box {
	      width: 270px;
	      padding: 0 7px 15px;
	      margin: 11px 0 14px;
	      -webkit-border-radius: 6px;
	      border-radius: 6px;
	      -webkit-background-clip: padding-box; 
	      background-clip: padding-box;
	      border: 2px solid #cccccc;
	      border-right: 1px solid #afb0b0;
	      border-left: 1px solid #afb0b0;
	      border-top: none;
	      overflow: hidden;
	      background: center top no-repeat #e6e7e8;
	    }
	
		.slider-box h2, .page-content .slider-box h2 {
	      display: block;
	      color: #fff;
	      padding-top: 6px;
	      margin:0 0 18px;
	    }
	    
	    .slider-box .overlay {
	      height: 60px;
	    }
	    .home .slider-box .overlay {
	      height: 90px;
	    }

	    .thumbnails {
	      margin-left: -5px;
	      margin-right: -4px;
	    }
	    
	    .right-sidebar .slider-box .slider {
	      margin-left: -7px;
	    }
	
	    .right-sidebar .slider-box .thumbnails {
	      margin-left: -7px;
	      margin-right: -8px;
	    }
	}
    /* ===== End of Sliders ===== */

    /* ===== Global Elements ===== */

    @media only screen and (max-width: 750px) {
    /* mobile phone */
        .container {
			width: 95%;
	    }

    	.contact a[href^="tel:"]:before, .hotlines a[href^="tel:"]:before {
        	content: "\260E\ ";
	    }
	    .contact a[href^="tel:"], .hotlines a[href^="tel:"] {
        	color: #1C75BC;
        	cursor:pointer;
	    }
        .container table td {
	      padding: 5px;
	    }
	    
	    .slider .overlay h2 {
	      margin: 0 10px 3px 10px;
	    }

    }

    @media only screen and (max-width: 1030px) {
      .special .table-layout{display:block;}
      .special .table-layout .left-sidebar-cell{display:block;}
      .special .table-layout .right-sidebar-cell{display:block;}

      .accessibility{padding-bottom:20px;}
      
      .home-search {display:none;}

    }

    @media only screen and (min-width: 750px) {

      .container {
        width: 95%;
      }

      .breadcrumbs {
        display: block;
        margin: 0 0 10px;
      }

      .right-sidebar {
        width: 288px;
        float: right;
      }

      .mobile-button { display: none !important; }

      .wide-content .page-content {
        max-width: 800px !important;
        width: 95%;
        margin: 0 auto; 
        float: none; 
      }
      
      .special .page-content {
        max-width: 800px !important;
        margin: 0 auto; 
        float: none; 
      }
      
    }

    @media only screen and (min-width: 750px) and (max-width: 1030px) {
/* tablet */
      .page-content {
        display: block !important;
        max-width: 600px !important;
        width: 56%;
        float: left;
      }
    }

    @media only screen and (min-width: 840px) and (max-width: 1030px) {
      .page-content { width: 60%; }
    }

    @media only screen and (min-width: 920px) and (max-width: 1030px) {
       .page-content { width: 65%; }
    }

    @media only screen and (min-width: 1030px) {

      .no-boxshadow body { background: url(/Style%20Library/website_assets/images/global/body_dropshadow.png) center top repeat-y #e6e7e8; }

      .container {
        width: 990px;
        padding: 0 10px;
        background: #fff;
      }

      header {
        height: 143px;
        background-position: center 29px;
        background-repeat: no-repeat;
        border: none;
      }

      header .gov-logo,
      .home header .gov-logo {
        width: 120px;
        height: 150px;
        background: url(/Style%20Library/website_assets/images/global/tas_gov_logo.png) left top no-repeat;
        top: 0;
      }

      header .home-link {
        width: 120px;
        height: 92px;
        left: 129px;
        top: 31px;
        padding: 0;
        z-index: 9;
        -webkit-box-shadow: 0px 10px 10px -10px #000;
        box-shadow: 0px 10px 10px -10px #000;
        letter-spacing: -1px;
      }

      header .home-link h1 {
        width: 96px;
        padding: 0;
        margin: 15px 12px 0;
        line-height: 1.3;
        background:none !important;
        text-shadow:none;
      }

      header h1, header h1#PageTitle {
        /*min-width: 245px;*/
        left: 249px;
        top: 31px;
        padding: 28px 25px 22px 25px;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
        -webkit-background-clip: padding-box; 
        background-clip: padding-box;
        -webkit-box-shadow: 0px 0px 10px 0 #000;
        box-shadow: 0px 0px 10px 0 #000;
        font-size: 32px;
      }

      .home header h1, header h1.special {
        left: 129px;
        top: 31px;
        font-size: 24px;
        padding: 13px 65px 14px 20px;
        line-height: 1.2;
      }

      header .search {
        display: none;
      }
      
      .breadcrumbs {
        display: block;
        float: left;
        margin: 0 0 10px 0;
        font-size: 85%;
        clear:both;
      }
      
      .breadcrumbs a, .accessibility a {
      	text-decoration:underline;
      }

      .accessibility {
        display: block;
        font-size: 85%;
        color: #808184;
        float: right;
        margin: 0 0 10px 0;
      }

      .home .accessibility {
      	display: block;
        width: 145px;
        height: 37px;
        margin: 0px;
      }

      #main {
        padding: 10px 0;
        background: none !important;
      }
      
      .left-sidebar {
        display: block;
        width: 235px;
        float: left;
        clear: both;
        font-size: 90%;
      }

      .left-sidebar .sidebar-box {
        padding: 0 0 20px;
        text-shadow: 1px 1px #fff;
      }

      .left-sidebar .sidebar-box h2 {
        margin: 15px 0 0;
        padding: 0 15px 12px;
        font-size: 14px;
        font-weight: bold;
      }

      .left-sidebar .sidebar-box h2 {
        margin-top: 20px;
      }

      .left-sidebar .sidebar-box ul {
        padding: 0;
      }
      
      .left-sidebar .sidebar-box ul.sidebar-ul{
      	border-bottom: 1px solid #F7F7F8;
      }
      
      .left-sidebar .sidebar-box li {
        border-bottom: 1px solid #f7f7f8;
        list-style-position: inside;
        line-height: 1.5;
        list-style: none !important;
        list-style-image: none !important;
      }
      
      .left-sidebar .sidebar-box li:last-child{
	  	border-bottom:none;
	  }
	  .left-sidebar .sidebar-box ul li ul{
	  	border-top: 1px solid #F7F7F8;
	  }

      .left-sidebar .sidebar-box li a {
        display: block;
        padding: 0 15px;
        border-bottom: 1px solid #cccccc;
      }
      
	.left-sidebar .sidebar-box ul li ul li a{
		padding-left: 25px;	
	}
	.left-sidebar .sidebar-box ul li ul li ul li a{
		padding-left: 35px;	
	}

      .left-sidebar .sidebar-box ul li ul li {
        font-weight: normal;
      }

      .left-sidebar .sidebar-box li a.current-page {
        background-color: #d1d3d4;
        font-weight:bold;
      }

      .left-sidebar .sidebar-box p {
        margin: 15px 15px 0;
        line-height: 1.4;
      }

      .page-content {
        display: block !important;
        width: 492px;
        padding: 0 14px;
        float: left !important;
      }

      .wide-content .page-content {
        width: 720px;
      }
      
      .special .page-content {
        width: 450px;
      }

      .map-widget img {
        width: auto;
        height: auto;
      }

      .content-section .hidden-content {
        display: block !important;
      }

      .right-sidebar {
        width: 235px;
        float: right;
        margin-top: 0;
      }

    /*.right-sidebar .sidebar-box, .right-sidebar-cell .sidebar-box {
        background-color: #000;
    }*/

      .yellow .right-sidebar .sidebar-box h2 { color: #fff; }

      footer {
        padding: 30px 15px;
        border-top: 1px solid #231f20;
      }

      footer p {
        margin: 13px 0;
        width: auto;
      }

      footer p.modified {
        display: block;
      }

      footer #footer-nav li {
        margin: 0;
      }

      footer #footer-logo {
        bottom: 45px;
      }

    }


    /* ===== Colored Header Elements ===== */

    @media only screen and (min-width: 1030px) {

      /*.treasury header, .no-cssgradients .treasury header { background: url(/Style%20Library/website_assets/images/headers/header.jpg) center 29px no-repeat; }*/
      
      .treasury header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#015a6f), to(#00bddd));
        background-image: -webkit-linear-gradient(left, #015a6f, #00bddd);
        background-image: -moz-linear-gradient(left, #015a6f, #00bddd);
        background-image: -o-linear-gradient(left, #015a6f, #00bddd);
        background-image: linear-gradient(to right, #015a6f, #00bddd);
      }

      .no-cssgradients .treasury header h1 { background: url(/Style%20Library/website_assets/images/headers/blue_gradient.png) left top repeat-y #00bddd; }
    }


    /* ===== Mobile Buttons ===== */

    @media only screen and (min-width: 1030px) {

      .mobile-button { display: none; }

    }


    /* === Home Page === */

    @media only screen and (min-width: 750px) {
/*
      .home .page-content .slider-box h2 { display: none; }
      .home .page-content .slider-box {	width:739px;}*/

    }

    @media only screen and (min-width: 750px) and (max-width: 1030px) {

      .home .page-content {
        width: 695px;
        max-width: 700px !important;
        margin: 0 auto;
        overflow: hidden;
      }

      .home .page-content .thumbnails {
        width: 230px; /* was 140, then 190 */
      }

      .home .right-sidebar {
        width: 690px;
        float: left;
        text-align: center;
        max-width: 690px;
      }

      .home .right-sidebar .buttons {
        margin: 0;
      }

    }

    @media only screen and (min-width: 1030px) {

      .home header, 
      .no-cssgradients .home header {
        height: 142px;
        /*background: url(/Style%20Library/website_assets/images/headers/header.jpg) center 29px no-repeat;*/ 
      }

      .home header h1, header h1.special {
        width: 385px;
      }

	.home .search{
		display:none;
	}
      .home .home-search.search {
        display: block;
        width:700px;
        padding-bottom: 50px;
      }

      .no-boxshadow .home-search { background: #e6e7e8; }

      .home-search span {
        float: left;
      }

      .home-search #searchInput {
        width: 635px;
        padding: 7px 45px 7px 13px;
       }

      .home-search .accessibility {
        float: right;
        text-align: center;
      }

      .home .page-content {
        max-width: 990px;
        width: 990px;
      }

      .home #related-websites-button {
        display: none;
      }

      .home #related-websites-box {
        display: block;
        margin-top: 22px;
      }

      .home .featured-wrapper {
        display: block;
        float: left; 
        width: 700px;
        padding-left:10px;
      }

      .home .featured-wrapper.right {
        float: right;
      }

      .home .featured {
        display: block;
        float: left;
        position: relative;
        margin-top: 15px;
      }

      .home .featured.floatright {
        float: right;
      }

      .home .featured-wrapper.right .featured:first-child,
      .home .featured-wrapper.right .featured.slvzr-first-child {
        margin-top: -154px;
      }

      .home .featured img {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -webkit-background-clip: padding-box; 
        background-clip: padding-box;
      }

      .home .featured .overlay {
        width: 83%;
        padding: 20px 11% 20px 6%;
        background: url(/Style%20Library/website_assets/images/home/featured_arrow.png) right center no-repeat;
        background-color: rgba( 0,0,0,0.55); 
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        -webkit-background-clip: padding-box; 
        background-clip: padding-box;
      }

      .home .featured h2 {
        margin: 0;
        color: #fff;
        font-family: sans-serif; /* removed "Open Sans", */
        font-size: 130%;
      }

      .ie7 .home .featured h2 {
        font-size: 14px;
      }

      .home .featured .overlay small {
        font-size: 70%;
      }

      .home .featured:hover .overlay {
        background-color: rgba(0,0,0,1.0);
        text-decoration: underline;
      }

      .featured.wide .overlay {
        width: 94%;
        padding-right: 3%;
        padding-left: 3%;
      }

      .featured.narrow .overlay {
        width: 80% !important;
        padding-right: 11% !important;
        padding-left: 9% !important;
      }

      .home .featured-wrapper .featured.alignright .overlay {
        width: 40%;
        height: 30%;
        padding: 9% 9% 10% 8%;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
      }

      .home .featured-wrapper.right .featured.alignright .overlay {
        width: 40%;
        height: 45%;
        padding: 4% 9% 5% 4%;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
      }

      .no-rgba .featured .overlay { background: url(/Style%20Library/website_assets/images/global/trans_black.png) left top repeat; width: 85%; padding-right: 9%; }
      .no-rgba .featured:hover .overlay { background: #000; width: 85%; padding-right: 9%; }
      .no-rgba .featured h2 { background: url(/Style%20Library/website_assets/images/home/featured_arrow_narrow.png) right center no-repeat; font-size: 16px; padding-right: 5px; }
      .no-rgba .featured-wrapper.right .featured.alignright .overlay { width: 44%; padding-right: 5%; }
      .no-rgba .featured.wide .overlay { width: 94%; padding-right: 3%; padding-left: 3%; }

    }


/* ====== END MEDIA QUERIES ====== */



/* ====== START HELPER CLASSES ====== */

    div.container .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
    div.container .ir br { display: none; }
    div.container .hidden { display: none !important; visibility: hidden; }
    div.container .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    div.container .visuallyhidden.focusable:active, div.container .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    div.container .invisible { visibility: hidden; }
    div.container .clearfix:before, div.container .clearfix:after { content: ""; display: table; }
    div.container .clearfix:after { clear: both; }
    div.container .clearfix { *zoom: 1; }
    div.container .left{float:left;}
    div.container .right{float:right;}
    div.container img.alignright { float: right; margin: 15px 0 15px 25px; }
    div.container img.alignleft { float: left; margin: 15px 25px 15px 0; }
    div.container img.aligncenter { display: block; margin: 15px auto; }

/* ====== END HELPER CLASSES ====== */



/* ====== START PRINT STYLES ====== */

    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
    .ir br { display: none; }
    .hidden { display: none !important; visibility: hidden; }
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    .invisible { visibility: hidden; }
    .clearfix:before, .clearfix:after { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { *zoom: 1; }
    .left{float:left;}
    .right{float:right;}
    img.alignright { float: right; margin: 15px 0 15px 25px; }
    img.alignleft { float: left; margin: 15px 25px 15px 0; }
    img.aligncenter { display: block; margin: 15px auto; }

/* ====== END PRINT STYLES ====== */

h1, h2, h3, h4, h5, h6, .ms-h4, .ms-h5, .ms-h6 {
	font-family:Arial, Verdana, Geneva, sans-serif;}
	
/* custom styles for the ribbon drop down for 'Markup Styles' ----------------------------*/
h2.my-customElement-h2 { -ms-name:"Heading 2"; font-size: 160%; font-weight:normal;}
h3.my-customElement-h3 { -ms-name:"Heading 3"; font-size: 145%; font-weight:normal;}
h4.my-customElement-h4 { -ms-name:"Heading 4"; font-size: 135%; font-weight:normal;}
h5.my-customElement-h5 { -ms-name:"Heading 5"; font-size: 100%; font-weight:bold;}
hr.my-customElement-hr { -ms-name:"Horizontal Rule"; }
/* ########################## My custom styles for the styles drop downs ################ */
.my-customStyle-blockQuote{
	-ms-name:"Block Quote";
	font-size:0.9em;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 15px;
	padding-left: 10px;
}
.my-customStyle-Footnote{
	-ms-name:"Footnote";
	font-size: 90%;
}
.my-customStyle-TableDescription{
	-ms-name:"Table Description";
	font-size: 90%;
	font-weight: bold;
}
.my-customStyle-ImageCaption{
	-ms-name:"Image Caption";
	font-size: 90%;
	font-weight: normal;
}


.my-customImage-0{
	-ms-name:"Featured Image";
	margin-top: 0;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.my-customImage-1{
	-ms-name:"Standard Image";
	margin-top: 0;
	border: 1px #999 solid;
}
/* ######################### My custom table styles for ribbon button ##########*/
.my-customTable-default{-ms-name:"Default Table Style";}
.my-customTable-default,.my-customTableHeaderFirstCol-default,.my-customTableHeaderLastCol-default,
.my-customTableHeaderOddCol-default,.my-customTableHeaderEvenCol-default,.my-customTableFirstCol-default,
.my-customTableLastCol-default,.my-customTableOddCol-default,.my-customTableEvenCol-default,
.my-customTableFooterFirstCol-default,.my-customTableFooterLastCol-default,.my-customTableFooterOddCol-default,
.my-customTableFooterEvenCol-default,TD.my-customTable-default,TH.my-customTable-default,.my-customtablecells{
	-ms-name:"Default Table Style";
	border:solid 1px #888;
	padding:2px;
	vertical-align:top;
	text-align:left;
}
.my-customTable-0,.my-customTableHeaderFirstCol-0,.my-customTableHeaderLastCol-0,
.my-customTableHeaderOddCol-0,.my-customTableHeaderEvenCol-0,.my-customTableFirstCol-0,
.my-customTableLastCol-0,.my-customTableOddCol-0,.my-customTableEvenCol-0,
.my-customTableFooterFirstCol-0,.my-customTableFooterLastCol-0,.my-customTableFooterOddCol-0,
.my-customTableFooterEvenCol-0,TD.my-customTable-0,TH.my-customTable-0{
	-ms-name:"Table Style - Clear";
	border-width:0px;
	border-style:none;
	border-collapse:collapse;
	text-align:left;
}
.my-customTable-6{
	-ms-name:"Table Style - Two Tones Grey";
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-size:1em;
	text-align:left;
}
.my-customTable-6 th.my-customTableHeaderRow-6,.my-customTable-6 tr.my-customTableFooterRow-6{
	background-color:#FFF;
	border-top:1px #888 solid;
	border-bottom:1px #888 solid;
	padding:2px;
	text-align:left;
}
.my-customTable-6 th.my-customTableHeaderFirstCol-6,.my-customTable-6 th.my-customTableFooterFirstCol-6{
	color:#ffffff;
	background-color:#ccc;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:2px;
	text-align:left;
}
.my-customTable-6 th.my-customTableHeaderOddCol-6,.my-customTable-6 td.my-customTableFooterOddCol-6{
	color:#ffffff;
	background-color:#ccc;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:2px;
	text-align:left;
}
.my-customTable-6 th.my-customTableHeaderEvenCol-6, .my-customTable-6 td.my-customTableFooterEvenCol-6{
	color:#ffffff;
	background-color:#ccc;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:2px;
	text-align:left;
}
.my-customTable-6 th.my-customTableHeaderLastCol-6, .my-customTable-6 td.my-customTableFooterLastCol-6{
	color:#ffffff;
	background-color:#ccc;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:2px;
	text-align:left;
}
.my-customTable-6 tr.my-customTableOddRow-6{background-color:#ececec;padding:2px;text-align:left;}
.my-customTable-6 tr.my-customTableEvenRow-6{background-color:#fff;padding:2px;text-align:left;}
.my-customTable-6 th.my-customTableFirstCol-6{font-weight:normal;padding:2px;text-align:left;}
.my-customTable-6 td.my-customTableLastCol-6{font-weight:normal;padding:2px;text-align:left;}
.my-customTable-6 td.my-customTableOddCol-6{padding:2px;text-align:left;}
.my-customTable-6 td.my-customTableEvenCol-6{padding:2px;text-align:left;}
.my-customTableGrid td,.my-customTableGrid th{border:1px dotted black;padding:2px;}

.my-customTable-7{
	-ms-name:"Table Style - Two Tones Color";
	text-align:left;
	vertical-align:top;
	color:#000000;
	font-size:1em;
	text-align:left;
}

/* Document details page */

#docdetails {
	max-width:720px;
}

#docdetails > * {
	float: left;
}

#doccontent,
#doclinks,
#doccontact,
#docstors {
	width: 100%;
}

#docmeta {
	height: auto;
	width: auto;
	max-width: 420px;
}

#docmeta tr {
	background-color: transparent;
	line-height: normal;
}

#docmeta td:first-child {
	font-weight:bold;
}

#docmeta td {
	padding: 0 10px 8px 0;
}

#doclinks ul {
	padding-left:0;
}

#doclinks li {
	list-style:none;
}

#doclinks li img {
	padding-right: 5px;
}

#doclinks .size, .doclink .size {
	padding-left:8px;
	font-size:0.9em;
	font-style:italic;
}

#docphoto {
	float:right;
	margin: 0 0 10px 10px;
}

#docphoto img {
	height: auto;
	width: auto;
	max-width: 300px;
	max-height: 300px;
}

/* msi megamenu changes */

#main-nav .menuall a,
#main-nav .sub-menu h3,
#main-nav .sub-menu h3 a {
	display:inline;
}

.menuall {
	float:right;
	padding-left: 8px;
}

.menuall a {
	font-size: 0.8em !important;
	font-weight:bold !important;
}

.menuall a:hover {
	text-decoration: underline !important;
}
.menuall a:before {
  content: '[';
}
.menuall a:after {
  content: ']';
}

div#docdetails div#docmeta{
	display:none;
}

div#docdetails div#doccontent p{
	padding-top:0px;
}

div#docdetails h2{
	font-size:140%;
}
/* End Of Fix*/

/* Common Search Item Styles */
.ms-srch-item-title h3 {
	line-height:normal;
}

.ms-srch-item-title h3 a:visited,
.ms-srch-item-title h3 a:hover,
.ms-srch-item-title h3 a:link,
.ms-srch-item-title h3 a {
    color: #015a6f;      
}
.ms-ref-refiner #Value {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

div.ms-srch-item-path{
    display: none !important;  /* WEBSITE-164 */
}

div.ms-WPBorderBorderOnly{
	padding-left:10px;
	padding-top:10px;
	border-radius:10px;
}

/* common search ends*/

/* ################ Override SharePoint styles ############## */
header{
	z-index:1;
}

.ms-core-menu-box, .ms-core-menu-boxBig {
	z-index:9999 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial,Verdana,Geneva,sans-serif;
    color: #58595B;
    padding-top: 0;
    margin: 0 0 20px 0;
} 
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6 {
    font-family: Arial,Verdana,Geneva,sans-serif;
    color: #58595B;
    padding-top: 0;
    margin: 0 0 20px 0;
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: #58595B;
}

h3 {
    font-size: 16px;
    margin: 0 0 13px;
}
h4, .ms-h4 {
    font-size: 15px;
}
h5, .ms-h5 {
    font-size: 12px;
    font-weight:bold;
}

.search span input[type="text"]{width:70%;}
form div.container input[type="text"] {width: 100%;}
form div.container div#SearchBox input[type="text"] {
	width:456px;
	margin:1px 0 0 6px;
	vertical-align:top;
}
form div.container div#SearchBox img {
	max-width:none;
}

.ms-srch-hover-outerContainer{display: none !important;}

body, .ms-core-defaultFont, #pageStatusBar, .ms-status-msg, .js-callout-body {
    font-family: Arial,Verdana,Geneva,sans-serif;
    /*font-size: 90%;*/
    font-size: 1em;
}
#pageStatusBar, #suiteBar{
	font-size:80%;
}

body .container {
    font-size: 80%;
}

a, a:visited {
      color: #58595b;
      text-decoration: none;
      line-height: inherit;
      font-weight: inherit;
}
a:hover {
  text-decoration: underline;
}
.page-content a {
  color: #1C75BC;
}
.page-content a:visited {
  color: #7F1976;
}

a:hover, a:active { outline: 0; }

.sidebar-box a, .sidebar-box a:visited {
    color: #58595B;
}

/* overrides had squashed dialog headings */
h1.ms-dlgTitleText {
	line-height: 1.4;
}

.ms-srch-ellipsis {
	white-space:normal;
}
.ms-srch-item{
	width:100%;
}

.ms-srch-ellipsis {
	white-space:normal;
}
.ms-srch-item{
	width:100%;
}

.ms-promlink-button-image img {	max-width:none;}

input[type="button"], input[type="reset"], input[type="submit"], button {
    min-width: 1em; /* needed for hover of search button in default zone*/
    border: 2px solid #000;
    font-weight: bold;
}
    input[type="button"].btn_submit, input[type="reset"].btn_submit, input[type="submit"].btn_submit, button.btn_submit {
        background-color: #80DEEE;
    }
.ms-webpartzone-cell {
    margin: 0;
}