﻿/* ====== 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, .description, .link-item, .item { margin: 0; font-size: 1em; line-height: 1.4; }
    body, button, input, select, textarea, .description, .link-item, .item { color: #222; }
    ::-moz-selection { background: #9faf04; color: #fff; text-shadow: none; }
    ::selection { background: #9faf04; color: #fff; text-shadow: none; }
    
    /* =============================================================================
    Screen Readers
       ===========================================================================*/
	.screenReaderOnly
	{
	    position: absolute;
	    left: -999em;
	    width: 1em;
	    overflow: hidden;
	}

    /* =============================================================================
       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;
    }
    .page-content a, .page-content-cell a {
      color: #1C75BC;
    }
    .page-content .link-item a {
		color: #1C75BC;
		font-weight:bold;
		font-size: 1em;
	}
	.page-content a:visited, .page-content-cell a:visited {
      color: #7F1976;
    }
    a:focus { outline: thin dotted; }
    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; }
    .right-sidebar figure { padding-bottom:10px;}

    h1,h2,h3,h4,h5,h6{ font-weight:normal; }

    /* =============================================================================
       Lists
       ========================================================================== */

    .container ul, .container ol { margin: 1em 0; padding: 0 0 0 40px; }
    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; }
    .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 conjuction 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;}

    /* =============================================================================
       jobs.tas.gov.au
       ========================================================================== */
    .job-link {padding-top: 10px;}
    .container .ms-rte-wpbox table.jobsTable tr td{ padding: 0.75em 1em; border-bottom: 1px solid #ddd;}
    .jobsTable-asymetric tr td:first-child {width: 30%;}
    #search-results-content h3 { padding-top: 20px;}

/* ====== END RESET ====== */



/* ====== START GLOBAL STYLES ====== */


    /* === Text Selection Colors === */

    .blue .container ::-moz-selection { background: #016D87; }
    .blue .container ::selection { background: #016D87; }

    .brown .container ::-moz-selection { background: #9a5d2f; }
    .brown .container ::selection { background: #9a5d2f; }

    .dark-blue .container ::-moz-selection { background: #0785cd; }
    .dark-blue .container ::selection { background: #0785cd; }

    .dark-green .container ::-moz-selection { background: #437943; }
    .dark-green .container ::selection { background: #437943; }

    .green .container ::-moz-selection { background: #9faf04; }
    .green .container ::selection { background: #9faf04; }

    .orange .container ::-moz-selection { background: #c65400; }
    .orange .container ::selection { background: #c65400; }

    .purple .container ::-moz-selection { background: #a42d6d; }
    .purple .container ::selection { background: #a42d6d; }

    .land .container ::-moz-selection { background: #5e7200; }
    .land .container ::selection { background: #5e7200; }

    .yellow .container ::-moz-selection { background: #9b6d07; }
    .yellow .container ::selection { background: #9b6d07; }

    .red .container ::-moz-selection { background: #cf1824; }
    .red .container ::selection { background: #cf1824; }

    /* ===== 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-dpipwe li a,
    #explore-dpipwe li a:hover,
    .dark-green .image-button,
    .dark-green .image-button:hover,
    .purple .image-button,
    .purple .image-button:hover,
    .land .image-button,
    .land .image-button:hover,
    .red .image-button,
    .red .image-button: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; }

    .blue .contact h2,
    .blue h1.page-title { color: #016D87; }
    .brown .contact h2,
    .brown h1.page-title { color: #9a5d2f; }
    .dark-blue .contact h2,
    .dark-blue h1.page-title { color: #005295; }
    .dark-green .contact h2,
    .dark-green h1.page-title { color: #437943; }
    .green .contact h2,
    .green h1.page-title { color: #667516; }
    .orange .contact h2,
    .orange h1.page-title { color: #c65400; }
    .purple .contact h2,
    .purple h1.page-title { color: #681D68; }
    .land .contact h2,
    .land h1.page-title { color: #5e7200;}
    .yellow .contact h2,
    .yellow h1.page-title { color: #F18629; }
    .red .contact h2,
    .red h1.page-title { color: #cf1824;}

    .dark-blue .slider-box h2 { color: #1b9de6; }
    .purple .slider-box h2 { color: #b28cc1; }
    .yellow .slider-box h2 { color: #f9cc24; }


    /* ===== Navigation ===== */

    #main-nav,
    #mobile-nav,
    #mobile-footer-nav { display: none; }

    .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/agency_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/agency_assets/images/global/mobile_nav_toggle.png), -webkit-linear-gradient(top, #353232, #232020); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/mobile_nav_toggle.png), -moz-linear-gradient(top, #353232, #232020); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/mobile_nav_toggle.png), -ms-linear-gradient(top, #353232, #232020); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/mobile_nav_toggle.png), -o-linear-gradient(top, #353232, #232020); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_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/agency_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/agency_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/agency_assets/images/global/mobile_footer_nav_toggle.png), -webkit-linear-gradient(top, #e6e6e6, #cdcdcd); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/mobile_footer_nav_toggle.png), -moz-linear-gradient(top, #e6e6e6, #cdcdcd); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/mobile_footer_nav_toggle.png), -ms-linear-gradient(top, #e6e6e6, #cdcdcd); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/mobile_footer_nav_toggle.png), -o-linear-gradient(top, #e6e6e6, #cdcdcd); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_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/agency_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/agency_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/agency_assets/images/global/mobile_nav_bg.png) center top repeat-x #242021;
    }

    #mobile-footer-nav {
      background: url(/Style%20Library/agency_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/agency_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;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color:    #555;
       opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    #555;
       opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
       color:    #555;
    }
    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555;
    }
    :placeholder-shown { /* Standard one last! (https://drafts.csswg.org/selectors-4/#placeholder) */
      color:    #555;
    }
    
    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/agency_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/agency_assets/images/global/search_green.png); /* falls back to green */
      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;}

    .blue div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_blue.png); }
    .blue div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_blue-hover.png); }
    
    .brown div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_brown.png); }
    .brown div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_brown-hover.png); }
    
    .dark-blue div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_dark-blue.png); }
    .dark-blue div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_dark-blue-hover.png); }

    .dark-green div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_dark-green.png); }
    .dark-green div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_dark-green-hover.png); }
    
    .green div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_green.png); }
    .green div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_green-hover.png); }
   
    .orange div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_orange.png); }
    .orange div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_orange-hover.png); }
    
    .purple div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_purple.png); }
    .purple div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_purple-hover.png); }
    
    .land div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_green.png); }
    .land div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_green-hover.png); }
    
    .yellow div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_yellow.png); }
    .yellow div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_yellow-hover.png); }

    .red div.container .search button { background-image: url(/Style%20Library/agency_assets/images/global/search_red.png); }
    .red div.container .search button:hover { background-image: url(/Style%20Library/agency_assets/images/global/search_red-hover.png); }
    
    .blue div.container .search #searchInput:focus { outline-color: #1b9dbc; }
    .brown div.container .search #searchInput:focus { outline-color: #b38459; }
    .dark-blue div.container .search #searchInput:focus { outline-color: #01579b; }
    .dark-green div.container .search #searchInput:focus { outline-color: #2f592f; }
    .green div.container .search #searchInput:focus { outline-color: #90a823; }
    .orange div.container .search #searchInput:focus { outline-color: #f56f00; }
    .purple div.container .search #searchInput:focus { outline-color: #a1268b; }
    .land div.container .search #searchInput:focus { outline-color: #819a0b; }
    .yellow div.container .search #searchInput:focus { outline-color: #f18629; }
    .red div.container .search #searchInput:focus { outline-color: #e31b22; }


    /* ===== Tables ===== */

    .container table {
      margin: 12px 0;
    }
    .container .ms-rte-wpbox table, .container .ms-rte-wpbox table td {
		margin:0;
		padding:0;
	}

    .container table td {
      padding: 8px 15px;
    }

    .container table thead td {
      border-bottom: 1px solid #999;
    }

    .blue .container table.my-customTable-7 tbody tr:nth-child(2n+1) {  background-color: #dbf7ff; }
    .brown .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #f6efe8; }
    .dark-blue .container table.my-customTable-7 tbody tr:nth-child(2n+1) {  background-color: #e6f3fa; }
    .dark-green .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #dfeedf; }
    .green .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #E7EEC7; }
    .orange .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #fff1e5; }
    .purple .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #f0e8f3; }
    .land .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #eef5de; }
    .yellow .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #fefbd6; }
    .red .container table.my-customTable-7 tbody tr:nth-child(2n+1) { background-color: #ffebe5; }

    /* ===== 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/agency_assets/images/global/trans_black.png) left top repeat;
      background: rgba(0,0,0,0.7);
    }

    .no-rgba .slider .overlay {
      background: url(/Style%20Library/agency_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;
    }

    .slider .overlay .marker {
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #e5e6e7;
      background-image: url(/Style%20Library/agency_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/agency_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: "Gill Sans MT","Gill Sans Regular", "Gill Sans Light", 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/agency_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/agency_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;
	    float:none;
	}
	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 .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: url(/Style%20Library/agency_assets/images/global/icon_warning_red.png) 20px 20px no-repeat #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: 20px 20px 15px;
    }

    .page-content .warning h2 {
      margin-left: 40px;
    }

    .right-sidebar .warning {
      padding: 15px 15px 10px;
      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/agency_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: url(/Style%20Library/agency_assets/images/global/large_widget_bg.png) left top no-repeat #e5e6e7;
    }

    .large-widget h2 {
      color: #fff !important;
      margin: 10px 0 30px;
      font-size:135% !important;
    }

    .large-widget a {
      color: #58595b !important;
    }
    
    .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;
    }

    .blue .map-widget a { color: #016D87; }
    .brown .map-widget a { color: #9a5d2f; }
    .dark-blue .map-widget a { color: #005295; }
    .dark-green .map-widget a { color: #437943; }
    .green .map-widget a { color: #9faf04; }
    .orange .map-widget a { color: #c65400; }
    .purple .map-widget a { color: #681D68; }
    .land .map-widget a { color: #5e7200; }
    .yellow .map-widget a { color: #9b6d07; }
    .red .map-widget a { color: #cf1824; }

    .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 .sidebar-box {
      max-width: 255px;
      background-color: #e6e7e8;
      background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_black.png);
      background-position: center top;
      background-repeat: no-repeat;
      border-top: none;
    }

    .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;
    }

    .blue .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_blue.png); }
    .brown .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_brown.png); }
    .dark-blue .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_dark-blue.png); }
    .dark-green .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_dark-green.png); }
    .green .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_green.png); }
    .orange .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_orange.png); }
    .purple .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_purple.png); }
    .land .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_green.png); }
    .yellow .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_yellow.png); }
    .red .right-sidebar .sidebar-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_red.png); }

    .yellow .right-sidebar .sidebar-box h2 { color: #000; }

    .sidebar-box.hotlines p,
    .sidebar-box.important p {
      font-size: 12px;
      line-height: 1.3;
    }

    .sidebar-box.hotlines p:nth-of-type(1) {
      background: url(/Style%20Library/agency_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/agency_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/agency_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-dpipwe 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/agency_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/agency_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 ===== */

    .blue header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#016D87), to(#0dccff));
      background-image: -webkit-linear-gradient(left, #016D87, #0dccff);
      background-image: -moz-linear-gradient(left, #016D87, #0dccff);
      background-image: -o-linear-gradient(left, #016D87, #0dccff);
      background-image: linear-gradient(to right, #016D87, #0dccff);
    }

    .brown header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#9a5d2f), to(#c69263));
      background-image: -webkit-linear-gradient(left, #9a5d2f, #c69263);
      background-image: -moz-linear-gradient(left, #9a5d2f, #c69263);
      background-image: -o-linear-gradient(left, #9a5d2f, #c69263);
      background-image: linear-gradient(to right, #9a5d2f, #c69263);
    }

    .dark-blue header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#005295), to(#066fb7));
      background-image: -webkit-linear-gradient(left, #005295, #066fb7);
      background-image: -moz-linear-gradient(left, #005295, #066fb7);
      background-image: -o-linear-gradient(left, #005295, #066fb7);
      background-image: linear-gradient(to right, #005295, #066fb7);
    }

    .dark-green header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#437943), to(#5fa75c));
      background-image: -webkit-linear-gradient(left, #437943, #5fa75c);
      background-image: -moz-linear-gradient(left, #437943, #5fa75c);
      background-image: -o-linear-gradient(left, #437943, #5fa75c);
      background-image: linear-gradient(to right, #437943, #5fa75c);
    }

    .green header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#707a11), to(#94ad24));
      background-image: -webkit-linear-gradient(left, #707a11, #94ad24);
      background-image: -moz-linear-gradient(left, #707a11, #94ad24);
      background-image: -o-linear-gradient(left, #707a11, #94ad24);
      background-image: linear-gradient(to right, #707a11, #94ad24);
    }

    .orange header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#c65400), to(#ff7f00));
      background-image: -webkit-linear-gradient(left, #c65400, #ff7f00);
      background-image: -moz-linear-gradient(left, #c65400, #ff7f00);
      background-image: -o-linear-gradient(left, #c65400, #ff7f00);
      background-image: linear-gradient(to right, #c65400, #ff7f00);
    }

    .purple header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#891b7f), to(#a6278f));
      background-image: -webkit-linear-gradient(left, #891b7f, #a6278f);
      background-image: -moz-linear-gradient(left, #891b7f, #a6278f);
      background-image: -o-linear-gradient(left, #891b7f, #a6278f);
      background-image: linear-gradient(to right, #891b7f, #a6278f);
    }

    .land header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#5e7200), to(#94a546));
      background-image: -webkit-linear-gradient(left, #5e7200, #94a546);
      background-image: -moz-linear-gradient(left, #5e7200, #94a546);
      background-image: -o-linear-gradient(left, #5e7200, #94a546);
      background-image: linear-gradient(to right, #5e7200, #94a546);
    }

    .yellow header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#fbb13f), to(#f9cc24));
      background-image: -webkit-linear-gradient(left, #fbb13f, #f9cc24);
      background-image: -moz-linear-gradient(left, #fbb13f, #f9cc24);
      background-image: -o-linear-gradient(left, #fbb13f, #f9cc24);
      background-image: linear-gradient(to right, #fbb13f, #f9cc24);
    }

    .red header {
      background-image: -webkit-gradient(linear, right top, right bottom, from(#cf1824), to(#ed1c24));
      background-image: -webkit-linear-gradient(left, #cf1824, #ed1c24);
      background-image: -moz-linear-gradient(left, #cf1824, #ed1c24);
      background-image: -o-linear-gradient(left, #cf1824, #ed1c24);
      background-image: linear-gradient(to right, #cf1824, #ed1c24);
    }

	header h1#PageTitle { text-shadow: 1px -1px #333; }
    
    .yellow header h1, .yellow header h1#PageTitle {
      color: #000;
    }
    .yellow header h1#PageTitle{ text-shadow: 0 1px #fde097; }

    .no-cssgradients .blue header { background: url(/Style%20Library/agency_assets/images/headers/blue_gradient.png) left top repeat-y #0dccff; }
    .no-cssgradients .brown header { background: url(/Style%20Library/agency_assets/images/headers/brown_gradient.png) left top repeat-y #c69263; }
    .no-cssgradients .dark-blue header { background: url(/Style%20Library/agency_assets/images/headers/dark-blue_gradient.png) left top repeat-y #066fb7; }
    .no-cssgradients .dark-green header { background: url(/Style%20Library/agency_assets/images/headers/dark-green_gradient.png) left top repeat-y #5fa75c; }
    .no-cssgradients .green header { background: url(/Style%20Library/agency_assets/images/headers/green_gradient.png) left top repeat-y #94ad24; }
    .no-cssgradients .orange header { background: url(/Style%20Library/agency_assets/images/headers/orange_gradient.png) left top repeat-y #ff7f00; }
    .no-cssgradients .purple header { background: url(/Style%20Library/agency_assets/images/headers/purple_gradient.png) left top repeat-y #a6278f; }
    .no-cssgradients .land header { background: url(/Style%20Library/agency_assets/images/headers/green_gradient.png) left top repeat-y #94a546; }
    .no-cssgradients .yellow header { background: url(/Style%20Library/agency_assets/images/headers/yellow_gradient.png) left top repeat-y #f9cc24; }
    .no-cssgradients .red header { background: url(/Style%20Library/agency_assets/images/headers/red_gradient.png) left top repeat-y #ed1c24; }

    .blue header .home-link { background: #0d5569; }
    .brown header .home-link { background: #854d23; }
    .dark-blue header .home-link { background: #013d66; }
    .dark-green header .home-link { background: #2f592f; }
    .green header .home-link { background: #5a5e0b; }
    .orange header .home-link { background: #9d4002; }
    .purple header .home-link { background: #681d68; }
    .land header .home-link { background: #4f5c14; }
    .yellow header .home-link { background: #f18629; }
    .red header .home-link { background: #a31919; }

    /* ===== 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;
    }

    .blue .button { border-color: #147d96; }
    .brown .button { border-color: #a37852; }
    .dark-blue .button { border-color: #055a94; }
    .dark-green .button { border-color: #4c884c; }
    .green .button { border-color: #99b12d; }
    .orange .button { border-color: #9b4702; }
    .purple .button { border-color: #972382; }
    .land .button { border-color: #5b8204; }
    .yellow .button { border-color: #f8cb24; }
    .yellow .text-button, .yellow .image-button { color: #000 !important; font-weight: bold; }
    .red .button { border-color: #c1171d; }

    .blue .text-button {
      background-image: url(/Style%20Library/agency_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/agency_assets/images/global/button_arrow_blue.png), -webkit-linear-gradient(top, #369db6, #0b657a); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue.png), -moz-linear-gradient(top, #369db6, #0b657a); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue.png), -ms-linear-gradient(top, #369db6, #0b657a); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue.png), -o-linear-gradient(top, #369db6, #0b657a); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue.png), linear-gradient(top, #369db6, #0b657a); /* W3C */
    }

    .blue .text-button:hover {
      background-image: url(/Style%20Library/agency_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/agency_assets/images/global/button_arrow_blue_hover.png), -webkit-linear-gradient(top, #0b657a, #074f60); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue_hover.png), -moz-linear-gradient(top, #0b657a, #074f60); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue_hover.png), -ms-linear-gradient(top, #0b657a, #074f60); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue_hover.png), -o-linear-gradient(top, #0b657a, #074f60); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_blue_hover.png), linear-gradient(top, #0b657a, #074f60); /* W3C */
    }

    .blue .image-button {
      background-image: url(/Style%20Library/agency_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/agency_assets/images/global/button_image_blue.png), -webkit-linear-gradient(top, #369db6, #0b657a); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), -moz-linear-gradient(top, #369db6, #0b657a); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), -ms-linear-gradient(top, #369db6, #0b657a); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), -o-linear-gradient(top, #369db6, #0b657a); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), linear-gradient(top, #369db6, #0b657a); /* W3C */
    }

    .blue .image-button:hover {
      background-image: url(/Style%20Library/agency_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/agency_assets/images/global/button_image_blue.png), -webkit-linear-gradient(top, #0b657a, #074f60); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), -moz-linear-gradient(top, #0b657a, #074f60); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), -ms-linear-gradient(top, #0b657a, #074f60); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), -o-linear-gradient(top, #0b657a, #074f60); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_blue.png), linear-gradient(top, #0b657a, #074f60); /* W3C */
    }

    .brown .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown.png), -webkit-gradient(linear, left top, left bottom, from(#AF6F3F), to(#a07650)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown.png), -webkit-linear-gradient(top, #AF6F3F, #a07650); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown.png), -moz-linear-gradient(top, #AF6F3F, #a07650); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown.png), -ms-linear-gradient(top, #AF6F3F, #a07650); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown.png), -o-linear-gradient(top, #AF6F3F, #a07650); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown.png), linear-gradient(top, #AF6F3F, #a07650); /* W3C */
    }

    .brown .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown_hover.png), -webkit-gradient(linear, left top, left bottom, from(#8a6849), to(#634124)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown_hover.png), -webkit-linear-gradient(top, #8a6849, #634124); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown_hover.png), -moz-linear-gradient(top, #8a6849, #634124); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown_hover.png), -ms-linear-gradient(top, #8a6849, #634124); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown_hover.png), -o-linear-gradient(top, #8a6849, #634124); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_brown_hover.png), linear-gradient(top, #8a6849, #634124); /* W3C */
    }

    .brown .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -webkit-gradient(linear, left top, left bottom, from(#AF6F3F), to(#a07650)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -webkit-linear-gradient(top, #AF6F3F, #a07650); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -moz-linear-gradient(top, #AF6F3F, #a07650); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -ms-linear-gradient(top, #AF6F3F, #a07650); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -o-linear-gradient(top, #AF6F3F, #a07650); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), linear-gradient(top, #AF6F3F, #a07650); /* W3C */
    }

    .brown .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -webkit-gradient(linear, left top, left bottom, from(#8a6849), to(#634124)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -webkit-linear-gradient(top, #8a6849, #634124); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -moz-linear-gradient(top, #8a6849, #634124); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -ms-linear-gradient(top, #8a6849, #634124); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), -o-linear-gradient(top, #8a6849, #634124); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_brown.png), linear-gradient(top, #8a6849, #634124); /* W3C */
    }

    .dark-blue .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue.png), -webkit-gradient(linear, left top, left bottom, from(#348ac4), to(#055a94)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue.png), -webkit-linear-gradient(top, #348ac4, #055a94); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue.png), -moz-linear-gradient(top, #348ac4, #055a94); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue.png), -ms-linear-gradient(top, #348ac4, #055a94); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue.png), -o-linear-gradient(top, #348ac4, #055a94); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue.png), linear-gradient(top, #348ac4, #055a94); /* W3C */
    }

    .dark-blue .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue_hover.png), -webkit-gradient(linear, left top, left bottom, from(#348ac4), to(#033c62)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue_hover.png), -webkit-linear-gradient(top, #348ac4, #033c62); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue_hover.png), -moz-linear-gradient(top, #348ac4, #033c62); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue_hover.png), -ms-linear-gradient(top, #348ac4, #033c62); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue_hover.png), -o-linear-gradient(top, #348ac4, #033c62); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-blue_hover.png), linear-gradient(top, #348ac4, #033c62); /* W3C */
    }

    .dark-blue .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -webkit-gradient(linear, left top, left bottom, from(#348ac4), to(#055a94)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -webkit-linear-gradient(top, #348ac4, #055a94); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -moz-linear-gradient(top, #348ac4, #055a94); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -ms-linear-gradient(top, #348ac4, #055a94); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -o-linear-gradient(top, #348ac4, #055a94); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), linear-gradient(top, #348ac4, #055a94); /* W3C */
    }

    .dark-blue .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -webkit-gradient(linear, left top, left bottom, from(#348ac4), to(#033c62)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -webkit-linear-gradient(top, #348ac4, #033c62); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -moz-linear-gradient(top, #348ac4, #033c62); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -ms-linear-gradient(top, #348ac4, #033c62); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), -o-linear-gradient(top, #348ac4, #033c62); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue.png), linear-gradient(top, #348ac4, #033c62); /* W3C */
    }

    .dark-blue .image-button.phone-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -webkit-gradient(linear, left top, left bottom, from(#348ac4), to(#055a94)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -webkit-linear-gradient(top, #348ac4, #055a94); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -moz-linear-gradient(top, #348ac4, #055a94); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -ms-linear-gradient(top, #348ac4, #055a94); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -o-linear-gradient(top, #348ac4, #055a94); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), linear-gradient(top, #348ac4, #055a94); /* W3C */
    }

    .dark-blue .image-button.phone-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -webkit-gradient(linear, left top, left bottom, from(#348ac4), to(#033c62)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -webkit-linear-gradient(top, #348ac4, #033c62); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -moz-linear-gradient(top, #348ac4, #033c62); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -ms-linear-gradient(top, #348ac4, #033c62); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), -o-linear-gradient(top, #348ac4, #033c62); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_phone.png), linear-gradient(top, #348ac4, #033c62); /* W3C */
    }

    .dark-green .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green.png), -webkit-gradient(linear, left top, left bottom, from(#7cba7c), to(#4d894d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green.png), -webkit-linear-gradient(top, #7cba7c, #4d894d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green.png), -moz-linear-gradient(top, #7cba7c, #4d894d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green.png), -ms-linear-gradient(top, #7cba7c, #4d894d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green.png), -o-linear-gradient(top, #7cba7c, #4d894d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green.png), linear-gradient(top, #7cba7c, #4d894d); /* W3C */
    }

    .dark-green .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green_hover.png), -webkit-gradient(linear, left top, left bottom, from(#4d714d), to(#264926)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green_hover.png), -webkit-linear-gradient(top, #4d714d, #264926); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green_hover.png), -moz-linear-gradient(top, #4d714d, #264926); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green_hover.png), -ms-linear-gradient(top, #4d714d, #264926); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green_hover.png), -o-linear-gradient(top, #4d714d, #264926); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_dark-green_hover.png), linear-gradient(top, #4d714d, #264926); /* W3C */
    }

    .dark-green .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -webkit-gradient(linear, left top, left bottom, from(#7cba7c), to(#4d894d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -webkit-linear-gradient(top, #7cba7c, #4d894d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -moz-linear-gradient(top, #7cba7c, #4d894d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -ms-linear-gradient(top, #7cba7c, #4d894d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -o-linear-gradient(top, #7cba7c, #4d894d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), linear-gradient(top, #7cba7c, #4d894d); /* W3C */
    
      background-position: right top;
    }

    .dark-green .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -webkit-gradient(linear, left top, left bottom, from(#4d714d), to(#264926)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -webkit-linear-gradient(top, #4d714d, #264926); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -moz-linear-gradient(top, #4d714d, #264926); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -ms-linear-gradient(top, #4d714d, #264926); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), -o-linear-gradient(top, #4d714d, #264926); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_dark-green.png), linear-gradient(top, #4d714d, #264926); /* W3C */
      
      background-position: right bottom;
    }

    .green .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -webkit-gradient(linear, left top, left bottom, from(#a8bc4c), to(#788c1d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -webkit-linear-gradient(top, #a8bc4c, #788c1d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -moz-linear-gradient(top, #a8bc4c, #788c1d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -ms-linear-gradient(top, #a8bc4c, #788c1d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -o-linear-gradient(top, #a8bc4c, #788c1d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), linear-gradient(top, #a8bc4c, #788c1d); /* W3C */
    }

    .green .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -webkit-gradient(linear, left top, left bottom, from(#8e973d), to(#646d14)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -webkit-linear-gradient(top, #8e973d, #646d14); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -moz-linear-gradient(top, #8e973d, #646d14); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -ms-linear-gradient(top, #8e973d, #646d14); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -o-linear-gradient(top, #8e973d, #646d14); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), linear-gradient(top, #8e973d, #646d14); /* W3C */
    }

    .green .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-gradient(linear, left top, left bottom, from(#a8bc4c), to(#788c1d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-linear-gradient(top, #a8bc4c, #788c1d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -moz-linear-gradient(top, #a8bc4c, #788c1d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -ms-linear-gradient(top, #a8bc4c, #788c1d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -o-linear-gradient(top, #a8bc4c, #788c1d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), linear-gradient(top, #a8bc4c, #788c1d); /* W3C */
    }

    .green .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-gradient(linear, left top, left bottom, from(#8e973d), to(#646d14)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-linear-gradient(top, #8e973d, #646d14); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -moz-linear-gradient(top, #8e973d, #646d14); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -ms-linear-gradient(top, #8e973d, #646d14); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -o-linear-gradient(top, #8e973d, #646d14); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), linear-gradient(top, #8e973d, #646d14); /* W3C */
    }

    .orange .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange.png), -webkit-gradient(linear, left top, left bottom, from(#f68e38), to(#9b4702)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange.png), -webkit-linear-gradient(top, #f68e38, #9b4702); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange.png), -moz-linear-gradient(top, #f68e38, #9b4702); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange.png), -ms-linear-gradient(top, #f68e38, #9b4702); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange.png), -o-linear-gradient(top, #f68e38, #9b4702); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange.png), linear-gradient(top, #f68e38, #9b4702); /* W3C */
    }

    .orange .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange_hover.png), -webkit-gradient(linear, left top, left bottom, from(#9d5b2c), to(#713103)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange_hover.png), -webkit-linear-gradient(top, #9d5b2c, #713103); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange_hover.png), -moz-linear-gradient(top, #9d5b2c, #713103); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange_hover.png), -ms-linear-gradient(top, #9d5b2c, #713103); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange_hover.png), -o-linear-gradient(top, #9d5b2c, #713103); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_orange_hover.png), linear-gradient(top, #9d5b2c, #713103); /* W3C */
    }

    .orange .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange.png), -webkit-gradient(linear, left top, left bottom, from(#f68e38), to(#9b4702)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange.png), -webkit-linear-gradient(top, #f68e38, #9b4702); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange.png), -moz-linear-gradient(top, #f68e38, #9b4702); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange.png), -ms-linear-gradient(top, #f68e38, #9b4702); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange.png), -o-linear-gradient(top, #f68e38, #9b4702); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange.png), linear-gradient(top, #f68e38, #9b4702); /* W3C */
    }

    .orange .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange_hover.png), -webkit-gradient(linear, left top, left bottom, from(#9d5b2c), to(#713103)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange_hover.png), -webkit-linear-gradient(top, #9d5b2c, #713103); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange_hover.png), -moz-linear-gradient(top, #9d5b2c, #713103); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange_hover.png), -ms-linear-gradient(top, #9d5b2c, #713103); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange_hover.png), -o-linear-gradient(top, #9d5b2c, #713103); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_orange_hover.png), linear-gradient(top, #9d5b2c, #713103); /* W3C */
    }

    .purple .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple.png), -webkit-gradient(linear, left top, left bottom, from(#b64fa4), to(#862074)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple.png), -webkit-linear-gradient(top, #b64fa4, #862074); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple.png), -moz-linear-gradient(top, #b64fa4, #862074); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple.png), -ms-linear-gradient(top, #b64fa4, #862074); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple.png), -o-linear-gradient(top, #b64fa4, #862074); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple.png), linear-gradient(top, #b64fa4, #862074); /* W3C */
    }

    .purple .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple_hover.png), -webkit-gradient(linear, left top, left bottom, from(#814281), to(#591759)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple_hover.png), -webkit-linear-gradient(top, #814281, #591759); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple_hover.png), -moz-linear-gradient(top, #814281, #591759); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple_hover.png), -ms-linear-gradient(top, #814281, #591759); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple_hover.png), -o-linear-gradient(top, #814281, #591759); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_purple_hover.png), linear-gradient(top, #814281, #591759); /* W3C */
    }

    .purple .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -webkit-gradient(linear, left top, left bottom, from(#b64fa4), to(#862074)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -webkit-linear-gradient(top, #b64fa4, #862074); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -moz-linear-gradient(top, #b64fa4, #862074); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -ms-linear-gradient(top, #b64fa4, #862074); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -o-linear-gradient(top, #b64fa4, #862074); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), linear-gradient(top, #b64fa4, #862074); /* W3C */
    
      background-position: right top;
    }

    .purple .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -webkit-gradient(linear, left top, left bottom, from(#814281), to(#591759)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -webkit-linear-gradient(top, #814281, #591759); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -moz-linear-gradient(top, #814281, #591759); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -ms-linear-gradient(top, #814281, #591759); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), -o-linear-gradient(top, #814281, #591759); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_purple.png), linear-gradient(top, #814281, #591759); /* W3C */
    
      background-position: right bottom;
    }

    .land .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -webkit-gradient(linear, left top, left bottom, from(#9bac4e), to(#64731d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -webkit-linear-gradient(top, #9bac4e, #64731d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -moz-linear-gradient(top, #9bac4e, #64731d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -ms-linear-gradient(top, #9bac4e, #64731d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), -o-linear-gradient(top, #9bac4e, #64731d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green.png), linear-gradient(top, #9bac4e, #64731d); /* W3C */
    }

    .land .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -webkit-gradient(linear, left top, left bottom, from(#899a3d), to(#4e5a18)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -webkit-linear-gradient(top, #899a3d, #4e5a18); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -moz-linear-gradient(top, #899a3d, #4e5a18); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -ms-linear-gradient(top, #899a3d, #4e5a18); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), -o-linear-gradient(top, #899a3d, #4e5a18); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_green_hover.png), linear-gradient(top, #899a3d, #4e5a18); /* W3C */
    }

    .land .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-gradient(linear, left top, left bottom, from(#9bac4e), to(#64731d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-linear-gradient(top, #9bac4e, #64731d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -moz-linear-gradient(top, #9bac4e, #64731d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -ms-linear-gradient(top, #9bac4e, #64731d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -o-linear-gradient(top, #9bac4e, #64731d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), linear-gradient(top, #9bac4e, #64731d); /* W3C */
    
      background-position: right top;
    }

    .land .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-gradient(linear, left top, left bottom, from(#899a3d), to(#4e5a18)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -webkit-linear-gradient(top, #899a3d, #4e5a18); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -moz-linear-gradient(top, #899a3d, #4e5a18); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -ms-linear-gradient(top, #899a3d, #4e5a18); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), -o-linear-gradient(top, #899a3d, #4e5a18); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_green.png), linear-gradient(top, #899a3d, #4e5a18); /* W3C */
    
      background-position: right bottom;
    }

    .yellow .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow.png), -webkit-gradient(linear, left top, left bottom, from(#FBB13F), to(#F9CC24)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow.png), -webkit-linear-gradient(top, #FBB13F, #F9CC24); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow.png), -moz-linear-gradient(top, #FBB13F, #F9CC24); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow.png), -ms-linear-gradient(top, #FBB13F, #F9CC24); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow.png), -o-linear-gradient(top, #FBB13F, #F9CC24); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow.png), linear-gradient(top, #FBB13F, #F9CC24); /* W3C */
    }

    .yellow .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow_hover.png), -webkit-gradient(linear, left top, left bottom, from(#F18629), to(#FBB13F)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow_hover.png), -webkit-linear-gradient(top, #F18629, #FBB13F); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow_hover.png), -moz-linear-gradient(top, #F18629, #FBB13F); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow_hover.png), -ms-linear-gradient(top, #F18629, #FBB13F); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow_hover.png), -o-linear-gradient(top, #F18629, #FBB13F); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_yellow_hover.png), linear-gradient(top, #F18629, #FBB13F); /* W3C */
    }

    .yellow .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -webkit-gradient(linear, left top, left bottom, from(#fad54c), to(#F9CC24)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -webkit-linear-gradient(top, #FBB13F, #F9CC24); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -moz-linear-gradient(top, #FBB13F, #F9CC24); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -ms-linear-gradient(top, #FBB13F, #F9CC24); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -o-linear-gradient(top, #FBB13F, #F9CC24); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), linear-gradient(top, #FBB13F, #F9CC24); /* W3C */
    }

    .yellow .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -webkit-gradient(linear, left top, left bottom, from(#F18629), to(#FBB13F)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -webkit-linear-gradient(top, #F18629, #FBB13F); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -moz-linear-gradient(top, #F18629, #FBB13F); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -ms-linear-gradient(top, #F18629, #FBB13F); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), -o-linear-gradient(top, #F18629, #FBB13F); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_yellow.png), linear-gradient(top, #F18629, #FBB13F); /* W3C */
    }

    .red .text-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red.png), -webkit-gradient(linear, left top, left bottom, from(#f0444b), to(#bf171d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red.png), -webkit-linear-gradient(top, #f0444b, #bf171d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red.png), -moz-linear-gradient(top, #f0444b, #bf171d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red.png), -ms-linear-gradient(top, #f0444b, #bf171d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red.png), -o-linear-gradient(top, #f0444b, #bf171d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red.png), linear-gradient(top, #f0444b, #bf171d); /* W3C */
    }

    .red .text-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red_hover.png), -webkit-gradient(linear, left top, left bottom, from(#b13c3c), to(#841414)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red_hover.png), -webkit-linear-gradient(top, #b13c3c, #841414); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red_hover.png), -moz-linear-gradient(top, #b13c3c, #841414); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red_hover.png), -ms-linear-gradient(top, #b13c3c, #841414); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red_hover.png), -o-linear-gradient(top, #b13c3c, #841414); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_arrow_red_hover.png), linear-gradient(top, #b13c3c, #841414); /* W3C */
    }

    .red .image-button {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -webkit-gradient(linear, left top, left bottom, from(#f0444b), to(#bf171d)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -webkit-linear-gradient(top, #f0444b, #bf171d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -moz-linear-gradient(top, #f0444b, #bf171d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -ms-linear-gradient(top, #f0444b, #bf171d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -o-linear-gradient(top, #f0444b, #bf171d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), linear-gradient(top, #f0444b, #bf171d); /* W3C */
    
      background-position: right top;
    }

    .red .image-button:hover {
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -webkit-gradient(linear, left top, left bottom, from(#b13c3c), to(#841414)); /* Saf4+, Chrome */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -webkit-linear-gradient(top, #b13c3c, #841414); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -moz-linear-gradient(top, #b13c3c, #841414); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -ms-linear-gradient(top, #b13c3c, #841414); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), -o-linear-gradient(top, #b13c3c, #841414); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_image_red.png), linear-gradient(top, #b13c3c, #841414); /* W3C */
    
      background-position: right bottom;
    }

    .no-cssgradients .blue .text-button { background: url(/Style%20Library/agency_assets/images/global/button_blue_bg.png) right center no-repeat; }
    .no-cssgradients .brown .text-button { background: url(/Style%20Library/agency_assets/images/global/button_brown_bg.png) right center no-repeat; }
    .no-cssgradients .dark-blue .text-button { background: url(/Style%20Library/agency_assets/images/global/button_dark-blue_bg.png) right center no-repeat; }
    .no-cssgradients .dark-green .text-button { background: url(/Style%20Library/agency_assets/images/global/button_dark-green_bg.png) right center no-repeat; }
    .no-cssgradients .green .text-button { background: url(/Style%20Library/agency_assets/images/global/button_green_bg.png) right center no-repeat; }
    .no-cssgradients .orange .text-button { background: url(/Style%20Library/agency_assets/images/global/button_orange_bg.png) right center no-repeat; }
    .no-cssgradients .purple .text-button { background: url(/Style%20Library/agency_assets/images/global/button_purple_bg.png) right center no-repeat; }
    .no-cssgradients .land .text-button { background: url(/Style%20Library/agency_assets/images/global/button_green_bg.png) right center no-repeat; }
    .no-cssgradients .yellow .text-button { background: url(/Style%20Library/agency_assets/images/global/button_yellow_bg.png) right center no-repeat; }
    .no-cssgradients .red .text-button { background: url(/Style%20Library/agency_assets/images/global/button_red_bg.png) right center no-repeat; }

    .no-cssgradients .blue .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_blue_bg.png) right center no-repeat; }
    .no-cssgradients .brown .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_brown_bg.png) right center no-repeat; }
    .no-cssgradients .dark-blue .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_bg.png) right center no-repeat; }
    .no-cssgradients .dark-blue .image-button.phone-button { background: url(/Style%20Library/agency_assets/images/global/button_image_dark-blue_bg_phone.png) right center no-repeat; }
    .no-cssgradients .dark-green .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_dark-green_bg.png) right center no-repeat; }
    .no-cssgradients .green .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_green_bg.png) right center no-repeat; }
    .no-cssgradients .orange .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_orange_bg.png) right center no-repeat; }
    .no-cssgradients .purple .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_purple_bg.png) right center no-repeat; }
    .no-cssgradients .land .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_green_bg.png) right center no-repeat; }
    .no-cssgradients .yellow .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_yellow_bg.png) right center no-repeat; }
    .no-cssgradients .red .image-button { background: url(/Style%20Library/agency_assets/images/global/button_image_red_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/agency_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/agency_assets/images/global/button_mobile_back.png), -webkit-linear-gradient(top, #737171, #4f4c4d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_back.png), -moz-linear-gradient(top, #737171, #4f4c4d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_back.png), -ms-linear-gradient(top, #737171, #4f4c4d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_back.png), -o-linear-gradient(top, #737171, #4f4c4d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_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/agency_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/agency_assets/images/global/button_mobile_back.png), -webkit-linear-gradient(top, #737171, #201d1d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_back.png), -moz-linear-gradient(top, #737171, #201d1d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_back.png), -ms-linear-gradient(top, #737171, #201d1d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_back.png), -o-linear-gradient(top, #737171, #201d1d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_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/agency_assets/images/global/button_mobile_back_bg.png) left top no-repeat; border: none; }

    .home-button { 
      float: right;
      background-image: url(/Style%20Library/agency_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/agency_assets/images/global/button_mobile_home.png), -webkit-linear-gradient(top, #737171, #4f4c4d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_home.png), -moz-linear-gradient(top, #737171, #4f4c4d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_home.png), -ms-linear-gradient(top, #737171, #4f4c4d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_home.png), -o-linear-gradient(top, #737171, #4f4c4d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_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/agency_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/agency_assets/images/global/button_mobile_home.png), -webkit-linear-gradient(top, #737171, #201d1d); /* Chrome 10+, Saf5.1+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_home.png), -moz-linear-gradient(top, #737171, #201d1d); /* FF3.6+ */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_home.png), -ms-linear-gradient(top, #737171, #201d1d); /* IE10 */
      background-image: url(/Style%20Library/agency_assets/images/global/button_mobile_home.png), -o-linear-gradient(top, #737171, #201d1d); /* Opera 11.10+ */
      background-image: url(/Style%20Library/agency_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/agency_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;
    }

    .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,
    .home footer #explore-tab,
    .home footer #explore-dpipwe { display: none; }

    .home footer {
      border-top: 1px solid #231f20;
    }



/* ====== 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: "Open Sans", Arial, Verdana, Geneva, Tahoma, Segoe, sans-serif;
      }
      #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/agency_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#about-menu .sub-menu,
      #main-nav li#ag-menu .sub-menu,
      #main-nav li#bio-menu .sub-menu { left: 0; }
      #main-nav li#conservation-menu .sub-menu { left: -200px; }
      #main-nav li#fishing-menu .sub-menu {left: -340px}
      #main-nav li#species-menu .sub-menu, 
      #main-nav li#land-menu .sub-menu { left: -364px; }
      #main-nav li#water-menu .sub-menu { left: -435px; }
      #main-nav li#wildlife-menu .sub-menu { right: -75px; }
      #main-nav li#other-menu .sub-menu   { right: 0; }

      #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 9faf04*/
        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: #9faf04; }*/

      /*#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: #016D87 !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.navgroup li:first-child{
			font-weight:bold;
		}
		
		ul.navgroup a, ul.navgroup a:visited{
			color:#58595B;
		}
		
		footer nav#explore-dpipwe {
		    -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-dpipwe 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/agency_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/agency_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) {
		.blue .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_blue.png); }
		.brown .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_brown.png); }
		.dark-blue .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_dark-blue.png); }
		.dark-green .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_dark-green.png); }
		.green .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_green.png); }
		.orange .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_orange.png); }
		.purple .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_purple.png); }
		.land .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_green.png); }
		.yellow .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_yellow.png); }
        .red .slider-box { background-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_red.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: 8px 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;}

    }

    @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/agency_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/agency_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 65px 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-image: url(/Style%20Library/agency_assets/images/global/sidebar_box_black.png) !important; }

      .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) {

      .blue header,
      .no-cssgradients .blue header { background: url(/Style%20Library/agency_assets/images/headers/water_header.jpg) center 29px no-repeat; }
      .brown header,
      .no-cssgradients .brown header { background: url(/Style%20Library/agency_assets/images/headers/agriculture_header.jpg) center 29px no-repeat; }
      .dark-blue header,
      .no-cssgradients .dark-blue header { background: url(/Style%20Library/agency_assets/images/headers/sea-fishing_header.jpg) center 29px no-repeat; }
      .dark-green header,
      .no-cssgradients .dark-green header { background: url(/Style%20Library/agency_assets/images/headers/conservation_header.jpg) center 29px no-repeat; }
      .green header,
      .no-cssgradients .green header { background: url(/Style%20Library/agency_assets/images/headers/about_header.jpg) center 29px no-repeat; }
      .orange header,
      .no-cssgradients .orange header { background: url(/Style%20Library/agency_assets/images/headers/wildlife_header.jpg) center 29px no-repeat; }
      .purple header,
      .no-cssgradients .purple header { background: url(/Style%20Library/agency_assets/images/headers/aec_header.jpg) center 29px no-repeat; }
      .land header,
      .no-cssgradients .land header { background: url(/Style%20Library/agency_assets/images/headers/landtas_header.jpg) center 29px no-repeat; }
      .yellow header,
      .no-cssgradients .yellow header { background: url(/Style%20Library/agency_assets/images/headers/biosecurity_header.jpg) center 29px no-repeat; }
      .red header,
      .no-cssgradients .red header { background: url(/Style%20Library/agency_assets/images/headers/aec_header.jpg) center 29px no-repeat; }
      
	  .yellow.invasiveSpecies header,
      .no-cssgradients .yellow.invasiveSpecies header { background: url(/Style%20Library/agency_assets/images/headers/invasive-species_header.jpg) center 29px no-repeat; }
      .parks100 header { background: url(/Style%20Library/agency_assets/images/headers/parks100_header.jpg) center 29px no-repeat; }
      .racing header { background: url(/Style%20Library/agency_assets/images/headers/racing_header.jpg) center 29px no-repeat; }
	
	
      .blue header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#016D87), to(#0dccff));
        background-image: -webkit-linear-gradient(left, #016D87, #0dccff);
        background-image: -moz-linear-gradient(left, #016D87, #0dccff);
        background-image: -o-linear-gradient(left, #016D87, #0dccff);
        background-image: linear-gradient(to right, #016D87, #0dccff);
      }

      .brown header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#9a5d2f), to(#c69263));
        background-image: -webkit-linear-gradient(left, #9a5d2f, #c69263);
        background-image: -moz-linear-gradient(left, #9a5d2f, #c69263);
        background-image: -o-linear-gradient(left, #9a5d2f, #c69263);
        background-image: linear-gradient(to right, #9a5d2f, #c69263);
      }

      .dark-blue header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#005295), to(#066fb7));
        background-image: -webkit-linear-gradient(left, #005295, #066fb7);
        background-image: -moz-linear-gradient(left, #005295, #066fb7);
        background-image: -o-linear-gradient(left, #005295, #066fb7);
        background-image: linear-gradient(to right, #005295, #066fb7);
      }

      .dark-green header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#437943), to(#5fa75c));
        background-image: -webkit-linear-gradient(left, #437943, #5fa75c);
        background-image: -moz-linear-gradient(left, #437943, #5fa75c);
        background-image: -o-linear-gradient(left, #437943, #5fa75c);
        background-image: linear-gradient(to right, #437943, #5fa75c);
      }

      .green header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#707a11), to(#94ad24));
        background-image: -webkit-linear-gradient(left, #707a11, #94ad24);
        background-image: -moz-linear-gradient(left, #707a11, #94ad24);
        background-image: -o-linear-gradient(left, #707a11, #94ad24);
        background-image: linear-gradient(to right, #707a11, #94ad24);
      }

      .orange header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#c65400), to(#ff7f00));
        background-image: -webkit-linear-gradient(left, #c65400, #ff7f00);
        background-image: -moz-linear-gradient(left, #c65400, #ff7f00);
        background-image: -o-linear-gradient(left, #c65400, #ff7f00);
        background-image: linear-gradient(to right, #c65400, #ff7f00);
      }

      .purple header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#891b7f), to(#a6278f));
        background-image: -webkit-linear-gradient(left, #891b7f, #a6278f);
        background-image: -moz-linear-gradient(left, #891b7f, #a6278f);
        background-image: -o-linear-gradient(left, #891b7f, #a6278f);
        background-image: linear-gradient(to right, #891b7f, #a6278f);
      }

      .land header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#5e7200), to(#94a546));
        background-image: -webkit-linear-gradient(left, #5e7200, #94a546);
        background-image: -moz-linear-gradient(left, #5e7200, #94a546);
        background-image: -o-linear-gradient(left, #5e7200, #94a546);
        background-image: linear-gradient(to right, #5e7200, #94a546);
      }

      .yellow header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#fbb13f), to(#f9cc24));
        background-image: -webkit-linear-gradient(left, #fbb13f, #f9cc24);
        background-image: -moz-linear-gradient(left, #fbb13f, #f9cc24);
        background-image: -o-linear-gradient(left, #fbb13f, #f9cc24);
        background-image: linear-gradient(to right, #fbb13f, #f9cc24);
      }

      .red header h1 {
        background-image: -webkit-gradient(linear, right top, right bottom, from(#cf1824), to(#ed1c24));
        background-image: -webkit-linear-gradient(left, #cf1824, #ed1c24);
        background-image: -moz-linear-gradient(left, #cf1824, #ed1c24);
        background-image: -o-linear-gradient(left, #cf1824, #ed1c24);
        background-image: linear-gradient(to right, #cf1824, #ed1c24);
      }

      .no-cssgradients .blue header h1 { background: url(/Style%20Library/agency_assets/images/headers/blue_gradient.png) left top repeat-y #0dccff; }
      .no-cssgradients .brown header h1 { background: url(/Style%20Library/agency_assets/images/headers/brown_gradient.png) left top repeat-y #c69263; }
      .no-cssgradients .dark-blue header h1 { background: url(/Style%20Library/agency_assets/images/headers/dark-blue_gradient.png) left top repeat-y #066fb7; }
      .no-cssgradients .dark-green header h1 { background: url(/Style%20Library/agency_assets/images/headers/dark-green_gradient.png) left top repeat-y #5fa75c; }
      .no-cssgradients .green header h1 { background: url(/Style%20Library/agency_assets/images/headers/green_gradient.png) left top repeat-y #94ad24; }
      .no-cssgradients .orange header h1 { background: url(/Style%20Library/agency_assets/images/headers/orange_gradient.png) left top repeat-y #ff7f00; }
      .no-cssgradients .purple header h1 { background: url(/Style%20Library/agency_assets/images/headers/purple_gradient.png) left top repeat-y #a6278f; }
      .no-cssgradients .land header h1 { background: url(/Style%20Library/agency_assets/images/headers/green_gradient.png) left top repeat-y #94a546; }
      .no-cssgradients .yellow header h1 { background: url(/Style%20Library/agency_assets/images/headers/yellow_gradient.png) left top repeat-y #f9cc24; }
      .no-cssgradients .red header h1 { background: url(/Style%20Library/agency_assets/images/headers/red_gradient.png) left top repeat-y #ed1c24; }

    }


    /* ===== 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: 211px;
        background: url(/Style%20Library/agency_assets/images/headers/home_header.jpg) center 29px no-repeat; 
      }

      .home header h1, header h1.special {
        width: 385px;
      }

      .home .search {
        display: block;
        width:960px;
        padding: 22px 13px 8px;
        background-color: #e7e7e8;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9f9), to(#e6e7e8));
        background-image: -webkit-linear-gradient(top, #f8f9f9, #e6e7e8);
        background-image: -moz-linear-gradient(top, #f8f9f9, #e6e7e8);
        background-image: -o-linear-gradient(top, #f8f9f9, #e6e7e8);
        background-image: linear-gradient(to bottom, #f8f9f9, #e6e7e8);
        border: 2px solid #bfbfbf;
        border-top: none;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        -webkit-background-clip: padding-box; 
        background-clip: padding-box;
        -webkit-box-shadow: none;
        box-shadow: none;
      }

      .no-boxshadow .home .search { background: #e6e7e8; }

      .home .search span {
        float: left;
      }

      .home .search #searchInput {
        width: 665px;
        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: 488px;
      }

      .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/agency_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: "Open Sans", sans-serif;
        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/agency_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/agency_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%; }

      .home footer {
        width: 956px;
        margin: 0 auto;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e6e7e8));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #e6e7e8);
        background-image: -moz-linear-gradient(top, #fdfdfd, #e6e7e8);
        background-image: -o-linear-gradient(top, #fdfdfd, #e6e7e8);
        background-image: linear-gradient(to bottom, #fdfdfd, #e6e7e8);
        border-left: 1px solid #d1d3d4;
        border-right: 2px solid #d1d3d4;
        border-top: none;
        clear: both;
        margin-top: 20px;
        position: relative;
      }

      .no-cssgradients .home footer { background: url(/Style%20Library/agency_assets/images/home/footer_explore_gradient.png) center top repeat-x #e6e7e8; }

      .home footer #explore-tab {
        display: block;
        width: 990px;
        height: 46px;
        background: url(/Style%20Library/agency_assets/images/home/footer_explore_tab.png) center top no-repeat;
        position: absolute; 
        top: 0; 
        left: -2px;
      }

      .home footer #explore-tab h2 {
        color: #839612;
        margin: 13px 0 13px 15px;
        font-size:120%;
      }

      .home footer #explore-dpipwe {
        display: block;
        overflow: hidden;
        margin: 26px 0 100px;
      }

      .home footer #explore-dpipwe .column {
        width: 225px;
        margin: 0 15px 0 0;
        float: left;
      }

      .home footer #explore-dpipwe .column#col4 {
        margin: 0;
      }

      .home footer #explore-dpipwe ul {
        margin: 0 0 18px 0;
      }

      .home footer #explore-dpipwe li {
        float: none;
        border-bottom: 1px solid #d9dadb;
      }

      .home footer #explore-dpipwe li a {
        display: block;
        border-top: 1px solid #f7f7f8;
      }

      .home footer #explore-dpipwe li a:hover {
        color: #1c75bc;
        text-decoration: none;
      }

    }


/* ====== 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:#888;
	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:#888;
	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:#888;
	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:#888;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding:2px;
	text-align:left;
}
.my-customTable-6 tr.my-customTableOddRow-6{background-color:#d8d8d8;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: #9faf04;      
}
.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, .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:focus { outline: thin dotted; }
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*/
}
.ms-webpartzone-cell {
    margin: 0;
}