html{
    background: #014081 url(images/background.png) repeat-x;
    background-attachment: fixed;
    font-family: 'Open Sans', tahoma, arial, serif;
    color: #333;
}
body{
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    font-size: 0.9em;
}

sup{
    vertical-align: super;
    font-size: smaller;
    font-size: 0.6em;
}

/*******************************************************************************
 ****   Generic
 ******************************************************************************/
.clear{
    clear: both;
}
.clear-left{
    clear: left;
}
.clear-right{
    clear: right;
}
.accesskey{
    text-decoration: underline;
}
.hidden{
    display: none;
}
.data-sortable{
    display: none;
}
.no-wrap{
    white-space: nowrap;
}
.minimal{
    width: 1%;
}
.content-center{
    text-align: center;
}
.line-height-150{
    line-height: 1.5em;
}
.main-content .small-text{
    font-size: 0.85em;
}
abbrev{
    border-bottom: 1px dotted #999;
    cursor: help;
}

/*******************************************************************************
 ****   Headings and Text
 ******************************************************************************/
h1{
    font-size: 1.8em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1e6ab7;
}
h2{
    font-size: 1.4em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    color: #1e6ab7;
}
h3{
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    color: #1e6ab7;
}
h4{
    font-size: 1.1em;
}
p{
    margin-top: 1em;
}
p:first-child{
    margin-top: 0;
}
.main-content ol{
    margin-left: 1em;
}

/*******************************************************************************
 ****   Header
 ******************************************************************************/
.header{
    padding: 0 10px 0 10px;
	min-height: 30px;
}
.header > .inner{
    max-width: 1400px;
    margin: auto;
}
.header .header-logo{
    width: 360px;
    height: 95px;
    float: left;
    background: url(images/logo.png) left center no-repeat;
    position: relative;
    z-index: 10;
    border: 0;
    text-decoration: none;
}

/*******************************************************************************
 ****   Navigation
 ******************************************************************************/
.header-navigation{
    display: none;
}
.navigation{
    font-size: 1.2em;
}
.navigation > .inner{
    position: relative;
    max-width: 1400px;
    margin: auto;
}
.navigation ul{
    list-style-type: none;
    position: relative;
    float: left;
}
.navigation li{
    position: relative;
    float: left;
}
.navigation ul ul{
    margin-left: 15px;
    position: absolute;
    top: 1.6em;
    background: #e5e5e5;
    margin-left: 0;
    border: 1px solid #D8D7D5;
    display: none;
    left: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.navigation a{
    color: #fff;
    padding: 7px 0 7px 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    float: left;
}
/* Fix for navigation differences */
.navigation li li {
    margin: 0;
}
.navigation li {
    margin: 10px 10px;
}

.navigation .current-page a{
    text-decoration: underline;
}
.navigation a:hover{
    text-decoration: underline;
}
.navigation ul ul a{
    margin-right: 0;
    font-size: 0.9em;
    float: none;
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    white-space: nowrap;
    color: #333;
}
.navigation ul ul li{
    float: none;
    min-width: 200px;
    font-size: 0.9em;
}
.navigation ul ul a:hover{
    color: #0099cc;
}
.navigation ul li:hover ul{
    display: block;
    z-index: 10;
}
.navigation ul ul .current-page > a{
    border-bottom: 1px solid #96c03d;
}
.navigation-clear{
    clear: both;
}
#nav-home{ display: none; }

/*******************************************************************************
 ****   Breadcrumbs
 ******************************************************************************/
.breadcrumbs{
    clear: both;
    padding: 10px;
}
.breadcrumbs > .inner{
    max-width: 1400px;
    margin: auto;
    padding: 10px 0;
    color: #fff;
}
.breadcrumbs a{
    color: #fff;
}

/*******************************************************************************
 ****   Content
 ******************************************************************************/
.main-content{
    line-height: 1em;
    margin: auto;
    padding: 1px;
    max-width: 1400px;
    background: #fff;
    min-height: 600px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    border: 1px solid #ccc;
}
.main-content > .inner{
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}
.main-content .inner.document{
    position: relative;
    padding-top: 2em;
}

/*******************************************************************************
 ****   Section
 ******************************************************************************/
.main-content .section{
    background: #fff;
}
.main-content .section .title{
    display: none;
}
.main-content .section .inner{
    line-height: 1.5em;
}
.main-content .section a{
    color: #000;
	word-wrap: break-word;
}

/*******************************************************************************
 ****   Footer
 ******************************************************************************/
.footer{
    clear: both;
    margin-top: 30px;
}
.footer > .inner{
    padding: 0px;
    clear: both;
    color: #fff;
    min-height: 20px;
    font-size: 0.8em;
    max-width: 1400px;
    margin: auto;
}
.footer span{
    float: right;
    display: none;
}

/*******************************************************************************
 ****   Tables
 ******************************************************************************/
table{
    margin: 1.4em 0;
    width: 99%;
}
th{
    background: #f3f3f3;
    font-weight: bold;
    padding: 0.2em;
    border: 1px solid #e5e5e5;
}
td{
    padding: 0.4em;
    border: 1px solid #e5e5e5;
}
tr.odd td{
    background-color: #f9f9f9;
}
tr.even td{
    background-color: #ffffff;
}
tr.top-header th{
    background-color: #1e1e1e;
}
tr.separater td{
    border-left: 0;
    border-right: 0;
}

/*******************************************************************************
 ****   Lists
 ******************************************************************************/
.main-content ul{
    margin-left: 30px;
    list-style-type: disc;
    margin-bottom: 1em;
}
.main-content li {
    padding: 0.15em 0;
}

/*******************************************************************************
 ****   FAQ Output
 ******************************************************************************/
.faq-links .faq-category,
.faq-content .faq-category{
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin-bottom: 0.3em;
}
.faq-links a,
.faq-content .faq-question{
    display: block;
    padding: 0.25em 0.5em;
    border: 1px dotted #e5e5e5;
    margin-bottom: 0.3em;
}
.faq-content{
    margin-top: 2em;
}
.faq-content .faq-category{
    background: #c5c5c5;
    border: 1px solid #a5a5a5;
}
.faq-content .faq-question{
    background: #e5e5e5;
    border: 1px dotted #c5c5c5;
}
.faq-content .faq-answer{
    padding: 0.5em;
    margin-bottom: 1em;
}
.faq-content .faq-jump-top{
    float: right;
    font-size: 0.7em;
    text-decoration: none;
}
.faq-content .faq-answer ol,
.faq-content .faq-answer ul{
    margin-left: 2em;
    margin-top: 0.5em;
}

/*******************************************************************************
 ****   Messages
 ******************************************************************************/
.sliph-message{
    background: #900;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 1px 8px;
    margin: 0 0 1px 0;
    font-size: 0.75em;
}
#sliph-messages{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}
#sliph-messages li{
    background: #900;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 6px 10px;
    margin: 0 0 4px 0;
}
#sliph-messages li.notice{
    background: #090;
}

/*******************************************************************************
 ****   Browse A-Z
 ******************************************************************************/
div.browse-list h2{
    font-size: 0.85em;
    color: #000;
    background-color: transparent;
    display: block;
    padding: 6px 3px 6px 12px;
    margin: 20px 0 1px 0;
    vertical-align: middle;
    border-bottom:  1px solid #cccccc;
    text-transform: uppercase;
}
div.browse-list h2 a:link,
div.browse-list h2 a:active,
div.browse-list h2 a:visited {
    color: #646767;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: 0.5em;
    font-size: 0.9em;
}
div.browse-list h2 a:hover{
    color: #000000;
    text-decoration: underline;
}
div.browse-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.browse-list li{
    border-bottom: 1px solid #E9E8E6;
    font-family: 'PT Sans', 'Open Sans',sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 3px 0 3px 10px;
    vertical-align: middle;
    white-space:normal;
}
div.browse-list ul.search li{
    width: 90%;
}
div.browse-list li.white{
    background-color: #ffffff;
}
div.browse-list li.grey{
    background-color: #f8f8f8;
}
div.browse-list li.red{
    background-color: #fff;
    color: #993333;
    padding: 10px;
}
div.browse-list h2 a.return-top{
    float: right;
    font-size: 0.8em;
    text-decoration: none;
    border: 0;
}
div.browse-list .overview{
    display: block;
    font-size: 0.8em;
    margin: 0.5em;
}
.az-jump-links{
    padding-top: 1em;
}
.az-jump-links a{
    font-family: 'PT Sans', 'Open Sans', sans-serif;
    float: left;
    padding: 0 0.4em;
    margin: 0 0.3em;
    color: #040707;
    text-decoration: none;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 0.95em;
}

.az-jump-links a:hover{
    border: 1px solid #fff;
    border-bottom: 2px solid #96C03D;
}
a.az-filter{
    border: 1px solid #e5e5e5;
    padding: 0 0.8em;
    border-radius: 8px;
    margin-bottom: 0.8em;
}
a.az-filter:hover{
    border: 1px solid #cc9;
}
a.az-filter.selected{
    border-color: #e0e0e0;
    background-color: #f5f5f5;
}
.az-filter-caption{
    font-weight: bold;
    width: 4em;
    float: left;
    clear: left;
    margin-left: 0.7em;
    margin-bottom: 0.8em;
}

#nav-home a{
    font-size: 0em;
    width: 40px;
    height: 17px;
    background: url(images/home.png) center 8px no-repeat;
}

/*******************************************************************************
 ****   Form Elements
 ******************************************************************************/
.sliph-form{
    width: auto;
}
.sliph-form th,
.sliph-form td{
    padding: 6px 10px;
}
.sliph-form th{
    background: #f5f5f5;
}
.sliph-form td{
    background: #fff;
}
.sliph-form input[type=text],
.sliph-form input[type=password]{
    width: 300px;
}
.sliph-form .buttons td{
    border: 0;
}
.sliph-form input[type=submit],
.sliph-form input[type=button]{
    padding: 3px 10px;
    margin-right: 10px;
}
.sliph-form .accesskey{
    text-decoration: underline;
}


/*******************************************************************************
 ****   Homepage Styles
 ******************************************************************************/
.homepage-block{
    float: left;
    margin: 20px 30px 0 0;
    margin-top: 40px;
    width: 275px;
    height: 290px;
    padding: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    position: relative;
    text-decoration: none;
    
    border: 1px solid #aabbdd;
}
.homepage-block.clear-left{
    margin-left: 0;
}
.main-content .section .homepage-block .title{
    display: block;
    font-weight: bold;
    padding: 0.75em 0 0.5em 0.5em;
    background: #afb8c2 url(images/tab-background.png) center center no-repeat;
}
.main-content .section .homepage-block.list .title.single{
    padding: 2.5em 0 2.5em 0;
    font-size: 1.4em;
}
.main-content .section .homepage-block.list .title{
    color: #fff;
    font-weight: bold;
    padding: 1.6em 0.5em;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.homepage-block ul{
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0.5em;
    margin-top: 0.5em;
}
.homepage-block ul li{
    line-height: 1.2em;
    padding-bottom: 0.5em;
}
.main-content .section .homepage-block ul li a{
    text-decoration: underline;
    color: #CC6633;
}
.homepage-block .description{
    font-size: 0.9em;
    padding: 0.5em 0;
}
.homepage-block img{
    width: 280px;
    height: 130px;
}

/*******************************************************************************
 ****   Media Queries
 ******************************************************************************/
 .document-search-from .checkbox{
	display:block;
	float:left;
	-webkit-appearance: checkbox;
}
#toggle-menu, .toggle-menu{ display:none;}
.navigation ul ul ul {
    margin: 5px -1px;
}
@media (max-width: 1380px) {
  .footer > .inner{
    min-height: auto;
    padding: 10px 15px;
  }
  .main-content{
      min-height: auto;
      padding-top: 10px;
  }
  .breadcrumbs > .inner{
      padding-top: 10px;
  }
  .main-content > .inner{
      padding: 10px;
  }
}

@media (max-width: 1280px) {
	.navigation li {
		margin: 10px 10px;
	}
}

@media (max-width: 1021px) {
	.navigation ul {
		margin-bottom:0px
	}
	.navigation a {
		margin-right: 0px;
		line-height: 22px;
		font-size: 90%;
	}
	/* Policy Portal Section */
	.homepage-block{
		margin: 14px 20px 0 0;
	}
	.homepage-block-wrapper .clear-left{
		clear:none;
	}
}
@media (max-width: 992px) {
	/* Policy Portal Section */
	.homepage-block{
		width:28%;
	}
}
@media (max-width: 986px) {
	.navigation ul {
		float: left;
	}
	.navigation ul ul a {
		font-size: 14px;
	}
	.navigation li {
		margin: 10px 6px;
	}

}
@media (max-width: 831px) {
	/* Policy Portal Section */
	.homepage-block{
		width:27%;
		min-height:345px;
	}
}
@media (max-width: 812px) {
	/* Policy Portal Section */
	.homepage-block{
		min-height:325px;
	}
}
@media (max-width: 800px) {
/*******************************************************************************
 ****   Theme Colours
 ******************************************************************************/
	/*Little house Icon homeW is white house icon and just home darkblue */
	#nav-home a {
		background: url(images/homeW.png) center 11px no-repeat;
		background-color: rgba(0, 0, 0, 0);
		background-color: #0c3a69;
	}
	/*Hover state for top level links*/
	.navigation li:hover a {
		background: #fff;
		color: #14579b;
	}
	/*Style for dropdown links*/
	.navigation li:hover ul a {
		background: #ececec;
		color: #2f3036;
		height: 40px;
		line-height: 40px;
	}
	.navigation a:hover {
		border-bottom: 1px solid #3d96c0;
	}
	.navigation .current-page > a {
		text-decoration: none;
		border-bottom: 1px solid #20598a;
		background-color: #07305a;
	}
	.toggle-menu { /* lable tag */
		color: #fff;
		background: #0c3a69;
	}
	/*Hover state for dropdown links*/
	.navigation li:hover ul a:hover {
		background: #8c9ca8;
		color: #fff;
	}
	.navigation a {
		color: #fff;
		border-bottom: 1px solid #20598a;
	}
	.navigation li a {
		color: #fff;
		background: #17395d;
	}
/*******************************************************************************
 ****   End Theme Colours
 ******************************************************************************/
 	.navigation li {
		margin: 0px;
	}
	.navigation ul ul ul{
		margin-top: 0px;
	}
	#nav-home {
		/*visibility: hidden;*/
		display: block;
	}

	/* navigation for toggle nav*/ 
	.navigation a {
		margin-top:0;
		font-size:100%;
		padding: 0;
		padding-bottom: 0px;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		margin-right: 35px;
		position: relative;
		float: left;
		padding-bottom: 2px;
	}

	.navigation .current-page > a {
		text-decoration: none;
	}
	#nav-home a {
		font-size: 0em;
		width: 60px;
		height: 40px;
	}
/* Drop Down navigation */
	.navigation {
		display: block;
		clear: none;
		position: relative;
		min-height: 66px;
	}
	/*Strip the ul of padding and list styling*/
	.navigation ul {
		list-style-type: none;
		margin: 0px 10px 10px;
		padding: 0px;
	}
	.navigation ul ul{
		top:2.5em;
	}
	/*Horizontal list with spacing*/
	.navigation li {
		display:inline-block;
		float: left;
		margin-right: 1px;
	}
	/*Style for menu links*/
	.navigation li a {
		display:block;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration: none;
	}

	/*Style for dropdown links*/
	.navigation li:hover ul a {
		height: 40px;
		line-height: 40px;
	}

	/*Hide dropdown links until they are needed*/
	.navigation li ul {
		display: none;
	}
	/*Make dropdown links vertical*/
	.navigation li ul li {
		display: block;
		float: none;
	}
	/*Prevent text wrapping*/
	.navigation li ul li a {
		width: auto;
		min-width: 100px;
		padding: 0 20px;
	}
	/*Display the dropdown on hover*/
	.navigation li:hover ul {
		display: block !important;
		width: 100%;
	}
	.navigation ul li, li a {
		width: 100%;
	}
	/* double Drop Down navigation */
	.navigation li li:hover li {
		display: block;
	}
	.navigation li li li {
		display: none;
	}
	/* End of Drop Down navigation */
	.header .header-logo {
		width: 100%;
		margin-bottom:20px;
	}
	.header{
		min-height:115px;
	}
	/* table fix for low screen sizes */ 
	.document-search-from th,
    .compliance-overview-table th,
    .compliance-search-from th{
        float:none;
        display:block;
    }
    .document-search-from td,
    .compliance-overview-table td,
    .compliance-search-from td{
        float:none;
        display:block;
    }
	.document-search-from {
		width: 100% !important;
	}
	.document-search-from select {
		width: 100% !important;
	}
	.compliance-search-from select {
		width: 100% !important;
	}
	.breadcrumbs {
		display: none;
	}
/* Toggle nav */
	.toggle-menu{ display:block;}		

/* Hides navigation */
	.navigation .inner{
		display: none;
	}
	.toggle-menu { /* lable tag */
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		position: absolute;
		padding: 10px;
		top: 24px;
		line-height: 22px;
		left:10px;
		width: 158px;
		z-index: 60;
		cursor: pointer;
	}
	#toggle-menu{
		height: 35px;
		width: 172px;
		position: absolute;
		z-index: 99;
		left: 8px;
		top: 10px;
	}
	#toggle-menu:checked { /* input tag */
		height: 35px;
		width: 108px;
		position: absolute;
		z-index: 99;
		left: 72px;
		top: 10px;
	}
	#toggle-menu:checked + .toggle-menu{
		left: 72px;
		width: 95px;
		top: 0px;
	}
	/*Hide checkbox*/
	input[type=checkbox]{
		display: none;
		-webkit-appearance: none;
	}
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ .inner{
		display: block;
	}
}

@media (max-width: 720px) {
	/* Policy Portal Section */
	.homepage-block{
		width:40%;
		min-height:325px;
	}
}
@media screen and (max-width : 660px){
	h1 {
		font-size: 1.2em;
	}
}
@media screen and (max-width : 621px){
	.footer p {
		float: none !important;
		padding: 5px;
	}
}
@media screen and (max-width : 470px){
	.footer p {
		text-align:center;
		padding: 5px 60px;
	}
	/* Policy Portal Section */
	.homepage-block{
		width:40%;
		min-height: 370px;
		text-align: center;
	}
}
@media screen and (max-width : 464px){
		/* Policy Portal Section */
	.homepage-block{
		width:275px;
		text-align: center;
		min-height: 310px;
	}
}
@media screen and (max-width : 397px){
	/* Policy Portal Section */
	.homepage-block{
		text-align: center;
	}
	.header .header-logo{
		width:100%;
	}
}
@media screen and (max-width : 364px){
	.header .header-logo {
		background-size: 100%;
	}
	.footer p {
		text-align:center;
		padding: 5px 10px;
	}
	/* Policy Portal Section */
	.homepage-block{
		width:275px;
	}
}
@media screen and (max-width : 328px){

	/* Policy Portal Section */
	.homepage-block{
		width:92%;
	}
}

/*******************************************************************************
 ****   A-Z Filters
 ******************************************************************************/
.browse-filter{
    margin: 0.7em;
    display: none;
}
.browse-filter .label{
    float: left;
    width: 65px;
    padding-top: 4px;
}
.browse-filter .filter-list{
    float: left;
    width: 250px;
    background: #f5f5f5 url(images/filter-down.gif) right center no-repeat;
    border: 1px solid #ccc;
    padding: 0.25em;
    cursor: pointer;
    position: relative;
    margin-right: 1em;
}
.browse-filter .filter-list.small{
    width: 180px;
}
.filter-cookie-apply,
.filter-cookie-clear{
    float: left;
    width: 110px;
    background: #fff url(images/reset.png) 3px center no-repeat;
    border: 1px solid #fff;
    padding: 0.25em;
    padding-left: 22px;
    cursor: pointer;
    position: relative;
    margin-right: 1em;
}
.filter-cookie-clear{
    background: #fff url(images/clear.png) 3px center no-repeat;
}
.browse-filter .filter-list ul{
    display: none;
    position: absolute;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-bottom: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    left: -1px;
    top: -1px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.browse-filter .filter-list.small li a{
    width: 180px;
}
.browse-filter .filter-list ul li{
    padding: 0;
}
.browse-filter .filter-list ul li a{
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    width: 250px;
    padding: 0.25em;
    color: #000;
    display: block;
}
.browse-filter .filter-list ul li:hover{
    background: #1e6ab7;
}
.browse-filter .filter-list ul li:hover a{
    color: #fff;
}
.browse-filter .filter-list:hover ul{
    _display: block;
}
.browse-list .filter-fail{
    padding-top: 1em;
    color: #900;
}
.main-content .section a.az-empty{
    cursor: default;
    color: #ccc;
}
.main-content .section a.az-empty:hover{
    border-bottom: 0;
}
.az-index-label{
    float: left;
    width: 54px;
    margin-left: 0.7em;
}