﻿@charset "UTF-8";
/*///////////////////////////////////////////////
// ACT PCO styles (Blue Version)
///////////////////////////////////////////////*/

/*///////////////////////////////////////////////
// Layout
///////////////////////////////////////////////*/
*:focus {
	outline: 1px dotted #999; /* auto */
}
.wrap {
	padding: 20px;
	position: relative;
	text-align: left;
}
article {
	overflow: inherit;
	padding: 20px 0;
}

.text-danger,
.indicates-required{
    margin-bottom: 13px;
}

.required-field {
    color: #d52b00;
}

.future-events-required-field::after {

    content: " *";
    color: #D52B00;

}

.future-events-button-panel {
    display: inline;
}

#whats-new-future-events-form-article,
#whats-new-article{
    margin-bottom: 100px;
}

@media all and (min-width: 480px) {
    .future-events-button-panel {
        display: inline;
        margin-left: 10px;
    }
}

span.field-validation-error {
    display: block;
}


@media all and (min-width: 960px) {
	.wrap {
		padding: 20px 20%;
		padding: 20px calc((100% - 920px) / 2);
		width: 100%;
	}
}


/*///////////////////////////////////////////////
// Skip Links for accessibility
///////////////////////////////////////////////*/
.skip {
	display: block;
	height: 1px;
	font: 0px/0 a;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
}
.skip:focus {
	background: #333;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font: inherit;
	height: auto;
	overflow: auto;
	padding: 10px;
	position: static;
	text-align: center;
	top: 0;
	width: 100%;
}


/*///////////////////////////////////////////////
// Alerts
///////////////////////////////////////////////*/
.notice {
	background: #346095;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: none;
	opacity: 1;
	padding: 0 56px;
	position: relative;
	text-align: center;
	transition: opacity 0.6s;
	z-index: 100;
}

.notice.announcement-hide {
    padding: 0  calc(6%);
    text-align: right;
}

.notice a {
	color: #fff;
	text-decoration: underline;
}
.notice.nojavascript 	{ background-color: #333333; display: block; padding: 12px 20px; }
.notice.outdated 		{ background-color: #333333; display: block; padding: 12px 20px; }
.notice.alert 			{ background-color: #9b2710; display: none; }
.shadow { background-color: #9b2710; display: none; }

.close {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	width: 46px;
}
.close svg {
	height: 2.2rem;
	margin: 0 0 -0.6rem -0.2rem;
	width: 2.2rem;
}
.close:hover,
.close:focus {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.5);
}

.announcement-title {
    background-color: #9b2710;
    position: relative;
    display: block;
    height: 24px;
    text-align: center;
    font-size: 15px;
    padding: 0 0 12px 0;
    margin: 0 0 0 0;
    color: white;
}

.announcement-toggle {
    background: none;
    border: none;
    color: white;
    transition: 0.3s;
    text-transform: none;
    text-align: right;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 180px;
    white-space: nowrap;
    font-size: 13px;
}

.announcement-toggle:hover,
.announcement-toggle:focus {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    text-transform: none;
}

.announcement-toggle-icon {
    float: none;
    height: 21px;
    width: 23px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}

.announcement-icon {
    background: none;
    border: none;
    color: white;
    height: 21px;
    position:absolute;
    top: 10px;
    right: 0;
    transition: 0.3s;
    width: 23px;
    left: calc(7%);
    display: inline-block;
}


@media all and (min-width: 320px) {
    .notice {
        padding-left: calc(15%);
    }

    .notice.announcement-hide {
        padding: 0 calc(3%);
        text-align: right;
    }

    .announcement-icon {
        left: calc(5%);
    }
    
}

@media all and (min-width: 720px) {
    .notice {
        padding-left: calc(10%);
    }

    .notice.announcement-hide {
        padding: 0 calc(2%);
        text-align: right;
    }

    .announcement-icon {
        left: calc(5%);
        height: 42px;
        width: 46px;
    }
    
}

@media all and (min-width: 960px) {
	.notice {
	    padding: 0 20%;
		padding: 0 calc((100% - 920px) / 2);
	}

    .notice.announcement-hide {
        padding: 0 calc((100% - 920px) / 2);
        text-align: right;
    }

    .close {
		left: calc(((100% - 960px) / 2) + 910px);
	}

    .announcement-toggle {
        left: calc(((100% - 960px) / 2) + 880px);
    }
    
    .announcement-icon {
        left: calc(15%);
        height: 42px;
        width: 46px;
    }
}

@media all and (min-width: 1280px) {
    .announcement-icon {
        left: calc(22%);
        height: 42px;
        width: 46px;
    }
    
}

@media all and (min-width: 1440px) {
    .announcement-icon {
        left: calc(25%);
        height: 42px;
        width: 46px;
    }
    
}

@media all and (min-width: 1920px) {
    .announcement-icon {
        left: calc(32%);
        height: 42px;
        width: 46px;
    }
}

@media all and (min-width: 2280px) {
    .announcement-icon {
        left: calc(37%);
        height: 42px;
        width: 46px;
    }
}

@media all and (min-width: 2800px) {
    .announcement-icon {
        left: calc(40%);
        height: 42px;
        width: 46px;
    }
}







/*///////////////////////////////////////////////
// Chosen <select>
///////////////////////////////////////////////*/
.chosen-container {
	font-size: inherit;
	margin: 0 0 1.5rem;
	text-align: left;
}
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: none;
	color: #396eae;
	font-family: inherit;
	font-size: inherit;
	height: 31px;
	line-height: 20px;
	padding: 0.5rem 1rem;
}
.chosen-container-multi .chosen-choices {
	height: auto;
	min-height: 31px;
	padding: 4px;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-choices {
	border-color: #346095;
	box-shadow: 0 0 8px rgba(0, 187, 202, 0.3);
}
.chosen-container-multi.chosen-container-active.chosen-with-drop .chosen-choices {
	border-radius: 4px 4px 0 0;
}
.chosen-container-single .chosen-single div {
	width: 30px;
	text-align: center;
}
.chosen-container-single .chosen-single div b {
	background: none;
	border-color: #396eae transparent transparent transparent;
	border-style: solid;
	border-width: 4px;
	display: inline-block;
	height: 0;
	position: relative;
	top: 6px;
	width: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	border-color: transparent transparent #396eae transparent;
	top: 2px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	margin: 0.1rem 0.4rem 0.1rem 0.1rem;
	padding: 2px 20px 3px 5px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	color: inherit;
	font: inherit;
	height: 19px;
	margin: 0;
	width: auto !important;
}
.chosen-container .chosen-drop {
	border-color: #346095;
	box-shadow: 0 3px 8px rgba(0, 187, 202, 0.3);
	max-height: 400px;
	overflow-y: auto;
 }
.chosen-container-multi .chosen-drop {
	margin-top: -1px;	
}
.chosen-container .chosen-results {
	color: #396eae;
}
.chosen-container .chosen-results li.highlighted {
	background: #1d4e89;	
}
@media all and (min-width: 480px) {
	.chosen-container {
		max-width: 40rem;
		width: 60%;
	}
}


/*///////////////////////////////////////////////
// Header
///////////////////////////////////////////////*/
#header {
	background-color: #0b1d33;
	background-image: url(/Content/Main/Images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;

	color: #fff;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
}
#header #act-logo {
	color: #fff;
	height: 85px;
	width: 165px;
}
#header h1 {
	font-size: 2.8rem;
	padding: 80px 20px 15px 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
#header h1 img {
	height: 53px;
	float: none;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100px;
}
#header h1 a {
	color: #fff;
	display: inline-block;
	line-height: 1.1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 540px) {
	#header h1 {
		font-size: 3.2rem;
		padding: 110px 20px 25px 20px;
	}
	#header h1 img {
		height: 79px;
		width: 151px;
	}
}
@media all and (min-width: 740px) {
	#header {
		padding-top: 15px;
		padding-bottom: 35px;
	}
}
@media all and (min-width: 940px) {
	#header {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 150px), url(/Content/Main/Images/background.jpg);
	}
}


/*///////////////////////////////////////////////
// Navigation for Mobile
///////////////////////////////////////////////*/
#navigation {
	display: none;
}
.has-js #navigation {
	background: #0b1d33;
	display: block;
	height: 100%;
	left: -100%;
	max-width: 540px;
	overflow-y: scroll;
	padding: 15px 0 50px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}
#navigation > ul {
	background: #0b1d33 url(/Content/Main/Images/logo-act-gov.svg) 20px 0 no-repeat;
	background-attachment: local;
	background-size: 100px 53px;
	padding-top: 70px;
}
#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#navigation ul li {
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}
#navigation li a {
	color: #fff;
	display: block;
	padding: 1.2rem 20px;
}
#navigation li a:hover,
#navigation li a:focus {
	background: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
#navigation li li {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.05);
}
#navigation li li a {
	font-size: 1.3rem;
	padding: 0.8rem 20px 0.8rem 40px;
}
#navigation ul ul ul {
	display: none; /* Hide the 3rd layer */
}
#navigation li li li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.2rem;
	padding-left: 40px;
}
body.has-active-menu {
	overflow: hidden;
}

/* Additional elements */
button.menu-button {
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 42px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 42px;
}
.menu-button svg {
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
	height: 3.2rem;
	width: 3.2rem;
}
#menu-open {
	z-index: 190;
}
#menu-open svg {
	margin-top: 2px;
}
#overlay {
	background: #000;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 100;
}
#overlay.is-active {
	height: 100%;
	opacity: 0.7;
	width: 100%;
}

/* Amendment column widths - general */
.th-amendment-year-number{
    white-space: normal;
    width: 10%;
}

.th-amendment-amending-law{
    width: 40%;
}

.th-amendment-amending-provision{
    white-space: normal;
    width: 30%;
}

.th-amendment-commencement-date{
    width: 20%;
}



/* Modification column widths - general */
.th-modification-year-number{
    white-space: normal;
    width: 10%;
}

.th-modification-modifying-law{
    width: 40%;
}

.th-modification-modifying-provision{
    white-space: normal;
    width: 10%;
}

.th-modification-commencement-date,
.th-modification-end-date{
    width: 20%;
}

.whats-new-txt {
    padding-left: 1rem;
}

/*///////////////////////////////////////////////
// Navigation for Desktop
///////////////////////////////////////////////*/
@media all and (min-width: 940px) {
	.has-js #navigation {
		background: transparent;
		bottom: auto !important;
		clear: both;
		height: auto !important;
		left: auto !important;
		max-width: 100%;
		overflow: inherit;
		padding: 15px 0 0 0;
		position: absolute !important;
		right: calc((100% - 940px) / 2);
		top: 0;
		width: 100%;
		z-index: 998;
	}
	#navigation ul {
		background: transparent;
		color: #fff;
		float: right;
		list-style: none;
		max-width: 770px;
		padding: 0 10px 0 0;
		margin: 0;
		position: relative;
		text-align: right;
	}
	#navigation ul li {
		border: none !important;
		display: inline-block;
		padding: 20px 0 0;
	}
	#navigation ul li a {
		color: #fff;
		display: block;
		line-height: 35px;
		padding: 0 0.7rem;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		white-space: nowrap;
	}
	#navigation ul li a:hover,
	#navigation ul li a:focus {
		background: none;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}
	/* 2nd Level Nav */
	#navigation li ul {
		background: rgba(255, 255, 255, 1.0);
		border-radius: 3px;
		border-top: 1px solid #fff;
		box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
		left: -99999px;
		margin-top: -1px;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		position: absolute;
		text-align: left;
		transition: all 0.2s;
	}
	#navigation li:hover > ul,
	#navigation li a:focus + ul,
	#navigation li ul.focused {
		left: auto;
		opacity: 1;
	}
	#navigation li:last-child:hover ul {
		right: 5px;
	}
	#navigation li ul li {
		display: block;
		float: none;
		padding: 0;
	}
	#navigation ul li li a {
		background: none;
		color: #396eae;
		padding: 0 1rem;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	}
	#navigation li li a:hover,
	#navigation li li a:focus {
		color: #0b1d33;
		background: #fff;
		text-shadow: none;
	}
	/* 3rd Level Nav */
	#navigation ul ul ul {
		display: none !important;
	}
	/* Simple clearfix */
	#navigation ul:before,
	#navigation ul:after {
		content: " ";
		display: table;
	}
	#navigation ul:after { clear: both; }

	button.menu-button {
		display: none;
	}
}


/*///////////////////////////////////////////////
// Browse | Search Buttons
///////////////////////////////////////////////*/
#legislation-types {
	background-color: #396eae;
	border-radius: 5px;
	border: 1px solid #fff;
	margin: 20px 0 0;
	text-align: center;
}
button.bos {
	background-color: #1d4e89;
	border: none;
	border-radius: 5px 5px 0 0;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.3rem;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 1.3rem;
	text-align: center;
	transition: background-color 300ms ease;
	width: 100%;
}
button.bos:hover,
button.bos:focus {
	background-color: #346095;
	outline: none;
}
button.bos.active {
	background-color: #396eae;
}
#toggle-search,
#fake-toggle-search {
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #fff;
}
#fake-toggle-search.active {
	border-radius: 0;
}
.has-js #toggle-search { display: none; }

@media all and (min-width: 380px) {
	button.bos {
		font-size: 1.7rem;
	}
}
@media all and (min-width: 740px) {
	.has-js #fake-toggle-search { display: none !important; }
	.has-js #toggle-search 		{ display: inline-block;}

	#legislation-types {
		margin: 30px auto 20px;
		max-width: 800px;
	}
	button.bos {
		clear: none;
		display: inline-block;
		font-size: 2.0rem;
		padding: 1.8rem;
		text-transform: none;
		transition: padding 500ms ease;
		width: 50%;
	}
	button.bos span {
		display: block;
	}
	#toggle-browse {
		border-radius: 5px 0 0 5px;
	}
	#toggle-search {
		border-top: none;
		border-left: 1px solid #fff;
		border-radius: 0 5px 5px 0;
		margin: 0;
	}

	/* Open state */
	#legislation-types.open button.bos {
		border-bottom: 1px solid #fff;
	}
	#legislation-types.open button.bos.active {
		background-color: #396eae;
		border-bottom: 1px solid #396eae;
	}
	#legislation-types.open button.bos {
		font-size: 1.5rem;
		padding: 1.2rem;
	}
	#legislation-types.open #toggle-browse {
		border-radius: 5px 0 0 0;
	}
	#legislation-types.open #toggle-search {
		border-radius: 0 5px 0 0;
	}

}

/*///////////////////////////////////////////////
// Notification form
///////////////////////////////////////////////*/
.item-form option.disabled
{
	display: none;
}

/*///////////////////////////////////////////////
// Browse | Search Forms
///////////////////////////////////////////////*/
.main-form {
	background-color: #396eae;
	border-radius: 0 0 5px 5px;
	color: #fff;
	padding: 0.7rem 2rem 0.5rem 2rem;
	text-align: left;
}
.main-form option.disabled,
.main-form .chosen-container .chosen-results li.disabled {
	display: none;
}
#form-browse {
	border-radius: 0;
}
ul.fields,
ul.fields li,
ul.fieldset,
ul.fieldset li
 {
	list-style: none;
}

div.input-method-wrapper {
		display: block;
	}
#form-browse fieldset label {
	font-size: 1.15rem;
	margin: 0 0 0.3rem;
	max-width: none;
	text-transform: uppercase;
	width: 100%;
}
.main-form input,
.main-form select,
.main-form textarea,
.main-form button,
.main-form .chosen-container-single .chosen-single,	
.item-form .chosen-container-single .chosen-single {
	border-color: #fff !important;
	max-width: none;
	width: 100%;
}

/* Without Chosen */
select {
	background: #fcfcfc url(/Content/Main/Images/select-sprite.png) 100% 10px no-repeat;
	border: 1px solid #fcfcfc;
	border-radius: 4px;
	box-shadow: none;
	color: #396eae;
	font-family: inherit;
	font-size: inherit;
	height: 31px;
	line-height: 20px;
	max-width: none !important;
	outline: none;
	padding: 0.5rem 1rem;
	width: 100% !important;
}
select[multiple] {
	background: #fcfcfc;
	border: 1px solid #e0e0e0;
	height: 95px; /* 130px or auto */
	width: 100%;
}
select:focus {
	background-image: none;
	border: 1px solid #346095;
	box-shadow: 0 3px 8px rgba(0, 187, 202, 0.3);
	color: #346095;
}
select option {
	font-size: 1.3rem;
}
select option:active, 
select option:checked,
select option:focus, 
select option:hover {
	background-color: #e0e0e0;
	box-shadow: 0 0 10px 100px #e0e0e0 inset;
	color: #222;
	text-shadow: 0 0 0 #fff;
}



.main-form .chosen-container,
.item-form .chosen-container {
	max-width: none;
}
.main-form .chosen-container-active.chosen-with-drop .chosen-single,
.item-form .chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #346095 !important;
}
.main-form button[type="reset"],
.main-form button[type="submit"] {
	width: 44%;
}
.main-form button[type="reset"] {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.main-form button[type="reset"]:hover {
	background-color: #346095;
}
.main-form button[type="submit"] {
	float: right;
	margin-left: 2rem;
}
.main-form button[type="submit"][disabled] {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.5);
}
.main-form button[type="submit"]:not([disabled]) {
	background-color: #fff;
	border-color: #fff;
	color: #1d4e89;
}
.main-form button[type="submit"]:not([disabled]):hover {
	background-color: #1d4e89;
	border-color: #fff;
	color: #fff;
}

#form-browse #keywords label,
#form-browse #alphabet label {
	text-transform: none;
}
#form-browse span.or {
	font-weight: bold;
	padding-right: 0.5rem;
	text-transform: uppercase;
}
#alphabet div {
	margin-bottom: 1rem;
}
#alphabet button {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	margin: 0.2rem 0.8rem 0.8rem 0;
	width: 2.8rem;
	text-align: center;
	line-height: 2.5rem;
}
#alphabet button[disabled] {
	display: none;
}
#alphabet button.active {
	background-color: #1d4e89;
	outline: none;
}

.icon.icon-help_outline {
	cursor: help;
	height: 1.5rem;
	margin: 0 0.4rem -0.3rem;
	width: 1.5rem;
}
.icon.icon-help_outline.active
{
	color: rgba(255, 255, 255, 0.5);
}
#search-tips {
	font-size: 95%;
	margin-bottom: 0.5rem;
	padding-left: 2rem;
}
#search-tips a {
	color: #fff;
	text-decoration: underline;
}

#form-search fieldset:not(.buttons),
#form-search #advanced-options-wrapper {
	margin-bottom: 1.5rem;
}

#form-search legend,
#item-search legend
{
	font: inherit;
	font-size: 1.35rem;
	text-transform: uppercase;
}

.search-legend-sub {
	text-transform: none;
    color: white;
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.1rem;
}

.general-subscription-fieldset legend,
.single-item-subscription-fieldset legend {
	font: inherit;
	font-size: 1.4rem;
	color: #396eae;
}

.general-subscription-fieldset ul,
.single-item-subscription-fieldset ul{
    list-style: none;

}

.general-subscription-fieldset li,
.single-item-subscription-fieldset li{
    list-style: none;

}


#form-search input[type="checkbox"],
#form-search input[type="radio"] {
	width: auto;
}

#keyword-search legend,
#keyword-search-input-method legend,
#advanced-options-wrapper .advanced-options-button-wrapper {
	width: 100%;
}

#form-search #keyword-search-input-method legend,
#item-search #keyword-search-input-method legend{
	margin-bottom: 7px;
}


/* Tooltips position adjustment for home page search and item page search - START*/
#form-search legend .legend-tips,
#item-search legend .legend-tips {
    font-size: 1.2rem;
    text-transform: none;
}

#form-search legend .legend-tips,
#form-search #advanced-options-wrapper .legend-tips,
#form-search .input-method-wrapper .legend-tips {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.75);
}

#item-search legend .legend-tips,
#item-search #advanced-options-wrapper .legend-tips,
#item-search .input-method-wrapper .legend-tips {
	color: #000000;
	color: rgba(0, 0, 0, 0.75);
}

#item-search .icon.leg-tooltip.active,
#item-search .input-method-wrapper .legend-tips.active {
    color: #000000;
    color: rgba(0, 0, 0, 1);
}

.input-method-expert-wrapper .leg-tooltip-content {
	top: 40px;
	left: -195px;
}


.input-method-expert-wrapper .leg-tooltip-arrow {
	top: 13px;
	left: 1px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

@media all and (min-width: 200px) {
	#input-type-general-search-tooltip-span .leg-tooltip-content,
	.input-method-basic-wrapper .leg-tooltip-content,
	.input-method-block-wrapper .leg-tooltip-content,
	.input-method-expert-wrapper .leg-tooltip-content {
        top: 40px;
        left: -100px;
	}

	#standard-search-tooltip-span .leg-tooltip-content,
	#advanced-search-tooltip-span .leg-tooltip-content {
		top: 40px;
        left: -170px;
	}

	#input-type-general-search-tooltip-span .leg-tooltip-arrow,
	.input-method-basic-wrapper .leg-tooltip-arrow,
	.input-method-block-wrapper .leg-tooltip-arrow,
	.input-method-expert-wrapper .leg-tooltip-arrow {
		top: 13px;
		left: 5px;
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}

    #standard-search-tooltip-span .leg-tooltip-arrow,
    #advanced-search-tooltip-span .leg-tooltip-arrow
    {
        top: 13px;
        left: 5px;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }
}


@media all and (min-width: 400px) {
    #input-type-general-search-tooltip-span .leg-tooltip-content,
    .input-method-basic-wrapper .leg-tooltip-content,
    .input-method-block-wrapper .leg-tooltip-content,
    .input-method-expert-wrapper .leg-tooltip-content {
        top: auto;
        left: auto;
    }

    #standard-search-tooltip-span .leg-tooltip-content,
    #advanced-search-tooltip-span .leg-tooltip-content {
        top: auto;
        left: auto;
    }

    #input-type-general-search-tooltip-span .leg-tooltip-arrow,
    .input-method-basic-wrapper .leg-tooltip-arrow,
    .input-method-block-wrapper .leg-tooltip-arrow,
    .input-method-expert-wrapper .leg-tooltip-arrow {
        top: -3px;
        left: auto;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    #standard-search-tooltip-span .leg-tooltip-arrow,
    #advanced-search-tooltip-span .leg-tooltip-arrow {
        top: -3px;
        left: auto;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .input-method-expert-wrapper .leg-tooltip-content {
        top: 40px;
        left: -150px;
    }
	
    .input-method-expert-wrapper .leg-tooltip-arrow {
        top: 13px;
        left: 5px;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }
}


@media all and (min-width: 900px) {
	#input-type-general-search-tooltip-span .leg-tooltip-content,
	.input-method-basic-wrapper .leg-tooltip-content,
	.input-method-block-wrapper .leg-tooltip-content,
	.input-method-expert-wrapper .leg-tooltip-content {
		top: auto;
		left: auto;
	}

	#standard-search-tooltip-span .leg-tooltip-content,
	#advanced-search-tooltip-span .leg-tooltip-content {
		top: auto;
        left: auto;
	}

	#input-type-general-search-tooltip-span .leg-tooltip-arrow,
	.input-method-basic-wrapper .leg-tooltip-arrow,
	.input-method-block-wrapper .leg-tooltip-arrow,
	.input-method-expert-wrapper .leg-tooltip-arrow {
		top: -3px;
		left: auto;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
	}

	#standard-search-tooltip-span .leg-tooltip-arrow,
	#advanced-search-tooltip-span .leg-tooltip-arrow {
		top: -3px;
        left: auto;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
	}

    .input-method-expert-wrapper .leg-tooltip-content {
        top: auto;
        left: auto;
    }

    .input-method-expert-wrapper .leg-tooltip-arrow {
        top: -3px;
        left: auto;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}
/*Tooltips position adjustment for home page search and item page search - END*/

.input-method-wrapper {
    float: left;
    width: 100%;
}

div.input-method-wrapper > label{
    display: block;
    width: 50%;
    max-width: 15rem;
}

div.input-method-basic-wrapper,
div.input-method-block-wrapper,
div.input-method-expert-wrapper {
	display: inline-block;
	margin-right: 10px;
	width: 30%;
	white-space: nowrap;
    line-height: 1.6rem;
    height: 1.6rem;
    vertical-align: top;
}

div.input-method-basic-wrapper > label,
div.input-method-block-wrapper > label,
div.input-method-expert-wrapper > label {
	width: auto;
	padding-right: 0px;
	margin-top: 0;
}

div.input-method-basic-wrapper > label {
	width: auto;
    margin: 0 0 0 0;
}


#item-search div.input-method-wrapper > label {
	display: block;
	width: 60%;
	max-width: 20rem;
}

#item-search div.input-method-basic-wrapper > label > input,
#item-search div.input-method-block-wrapper > label > input, 
#item-search div.input-method-expert-wrapper > label > input {
	width: auto;
}

.input-method-wrapper label {
	display: inline-block;
	margin: 0 0 0 0;
}

@media all and (max-width: 500px) {
	div.input-method-basic-wrapper,
	div.input-method-block-wrapper,
    div.input-method-expert-wrapper
	{
		width: 100%;
	}
}

#keyword-search a,
#keyword-search-input-method a,
#advanced-options-wrapper .advanced-options-button-wrapper a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.35rem;
	padding-top: 0.1rem;
	white-space: nowrap;
	text-transform: none;
}
#keyword-search a:hover {
	color: #fff;
	text-decoration: underline;
}

#keyword-search button,
#keyword-search-input-method button,
#advanced-options-wrapper button {
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.5rem 0 0;
	text-transform: none;
	width: auto;
}

#advanced-options-wrapper button {
    padding-top: 0;
}
#match-checkbox {
	float: left;
}
#match-checkbox label {
	max-width: none;
	width: auto;
}
#years-notified {
    margin-top: -1rem;
}
#years-notified ul.fieldset {
	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
#years-notified ul.fieldset > li {
	display: block;
	-webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1;
	margin-right: 2rem;
	width: calc(50% - 2rem);
}
#years-notified ul.fieldset > li:nth-child(even) {
	margin-right: 0;
}
#years-notified ul.fieldset label {
	width: auto;
}
form #versions div span {
	display: none;
}

#item-search fieldset:not(.buttons),
#item-search #advanced-options-wrapper {
	margin-bottom: 1.5rem;
}


input.search-query-basic {
}

input.search-query-expert {
    margin-bottom: 2px;
}


input.search-query-block,
div.search-query-block-selection-type-wrapper,
div.search-query-block-operator-wrapper {
	margin-bottom: 0;
}

div.search-row-wrapper,
div.search-row-more-wrapper {
	margin-bottom: 5px;
}


@media all and (min-width: 480px) {
	.search-query-basic-label a, .search-query-block-label a, .search-query-expert-label a {
		float: none;
	}
}

@media all and (min-width: 600px) {
	#form-search .controlbox > div {
		display: -webkit-flex; display: -ms-flexbox; display: flex;
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;

		clear: both;
		max-width: none;
		width: 100%;
	}
	#form-search .controlbox label {
		display: -webkit-flex; display: -ms-flexbox; display: flex;
		-webkit-flex: 1 1 45%; -ms-flex: 1 1 45%; flex: 1 1 45%;
		float: none;
		width: auto;
	}
	#form-search .controlbox label.col-1 {
		-webkit-flex: 1 1 100%; -ms-flex: 1 1 100%; flex: 1 1 100%;
	}
	#form-search #versions div label {
		-webkit-flex: 1 1 16%; -ms-flex: 1 1 16%; flex: 1 1 16%;
	}
	#form-search #versions div span {
		-webkit-flex: 1 1 10%; -ms-flex: 1 1 10%; flex: 1 1 10%;
		font-style: italic;
		margin-top: 0.4rem;
	}
}

@media all and (min-width: 740px) {
	.main-form {
		border-radius: 0 0 5px 5px !important;
		padding: 2rem 2.5rem 1rem 2.5rem;
	}
	.main-form ul.fieldset {
		display: -webkit-flex; display: -ms-flexbox; display: flex;
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
		padding: 0;
	}
	.main-form ul.fieldset > li {
		display: block;
		-webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1;
		margin: 0 4rem 0 0;
		width: calc(50% - 2rem);
	}
	#form-browse ul.fields > li,
	#form-browse ul.fieldset > li {
		margin-bottom: 1.5rem;
	}

	#form-search fieldset:not(.buttons),
	#form-search #advanced-options-wrapper,
	#item-search fieldset:not(.buttons),
    #item-search #advanced-options-wrapper{
		margin-bottom: 2.3rem;
	}

	#form-browse #years,
	.main-form ul.fieldset > li:nth-child(odd) {
		max-width: calc(50% - 2rem);
	}
	#form-search ul.fieldset > li:nth-child(odd) {
		margin-right: 4rem;
		max-width: calc(50% - 4rem);
	}
	#form-browse ul.fieldset > li:nth-child(even) {
		max-width: calc(50% - 2.05rem);
	}
	.main-form ul.fieldset > li:nth-child(even) {
		margin-right: 0;
	}
	.main-form ul.fieldset label {
		max-width: none;
		width: auto;
	}

	fieldset.buttons {
		text-align: right;
	}
	fieldset.buttons button[type="reset"],
	fieldset.buttons button[type="submit"] {
		width: auto;
	}

	fieldset.controlbox > div, input, select, textarea,
	#form-browse #category,
	#form-browse #status,
	#form-browse .chosen-container,
	.item-form .chosen-container {
		max-width: none;
		width: 100%;
	}
}


/*///////////////////////////////////////////////
// Main Content
///////////////////////////////////////////////*/
article p,
article h3,
article h4,
article h5,
article h6,
article blockquote,
article dl,
article ol,
article ul,
article hr,
article form,
article table,
article figure,
article iframe {
	margin-bottom: 1.5rem;
}
article figure iframe {
	margin-bottom: 0;
}
article a:hover,
article a:focus {
	text-decoration: underline;
}
article h2 {
	color: #1d4e89;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 20px;
}
article h4 {
	color: #1d4e89;
	font-size: 1.6rem;
	font-weight: 400;
}
article h5 {
	font-size: 1.4rem;
	font-weight: 400;
}
article h6 {
	color: #767676;
	font-size: 1.4rem;
	font-weight: 400;
}

article blockquote {
	background-color: #f5f5f5;
	margin: 0 0 1.5rem 0;
	padding: 2rem 5rem;
	position: relative;
	quotes: "\201C""\201D""\2018""\2019";
}
article blockquote :last-child{
	margin-bottom:0;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 6rem;
	left: 1.5rem;
	line-height: 0.1em;
	position: absolute;
	top: 4rem;
}
blockquote p:last-of-type:after {
	bottom: 0;
	color: #ccc;
	content: close-quote;
	display: block;
	font-size: 6rem;
	line-height: 0.1em;
	position: relative;
	right: -3.8rem;
	text-align: right;
}
article blockquote cite {
	color: #444;
	display: block;
	font-size: 1.25rem;
	text-align: right;
}
article blockquote cite:before {
	content: "\2013";
	display: inline-block;
	padding-right: 0.6rem;
}

article dl {
	overflow: auto;
}
article dt {
	float: left;
	clear: left;
	width: 10rem;
}
article dt:after {
	content: ":";
}
article dd {
	margin: 0 0 0 10rem;
	padding: 0 0 0.5rem 0;
}

article ul, ol {
	padding-left: 3rem;
}
article li {
	padding-bottom: 0.7rem;
}
article ul {
	list-style-type: square;
}
article ol {
	counter-reset: li-counter;
	list-style-type: decimal;
	list-style: none;
}
article ol > li {
	position: relative;
}
article ol > li:before {
	content: counter(li-counter);
	counter-increment: li-counter;
	font-size: 0.8em;
	height: 1.4rem;
	left: -2.4rem;
	line-height: 1.39;
	position: absolute;
	text-align: center;
	width: 1.4rem;

	background-color: #eee;
	border-radius: 50%;
	color: #444;
	font-weight: 300;
	padding: 0.1em;
	top: 0.3rem;
}
article table td h4 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0;
}
article table td h4:not(:first-child) {
	margin-top: 1rem;
}
article table ul, 
article table ol {
	padding-left: 2rem;
}


/*///////////////////////////////////////////////
// DataTables reset and overrides
///////////////////////////////////////////////*/
table.dataTable tbody tr,
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3,
table.dataTable.hover tbody tr:hover,
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2
{
	background: none;
}
table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid #ccc;
	padding: 0.4rem 2.0rem 0.4rem 0.8rem;
}
table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable>tbody>tr.child {
	padding: 0.4rem 0.8rem;
	vertical-align: top;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border: none;
	border-bottom: 1px solid #ccc;
}
table.dataTable.row-border tbody tr:last-child th,
table.dataTable.row-border tbody tr:last-child td,
table.dataTable.display tbody tr:last-child th,
table.dataTable.display tbody tr:last-child td,
.dataTables_scrollFoot table.dataTable.no-footer {
	border: none;
}
table.dataTable>tbody>tr.child ul {
	display: block;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	background: #396eae; /* + Open children cells button */
	line-height: 13px;
	height: 13px;
	top: 0.6rem;
	width: 14px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background: #9b2710; /* - Close children cells button */
}
table.dataTable {
	overflow: auto;
	table-layout: auto;
}
.dataTables_wrapper {
	margin-bottom: 2rem;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #ccc;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
	vertical-align: top;
}
.dataTables_scrollHead table.dataTable {
	margin-bottom: 0;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_filter {
	margin: 0 0 1.5rem;
	padding: 0;
}	
.dataTables_scrollHeadInner {
	padding-right: 0 !important;
	width: 100% !important;
}

/* Sorting arrows */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: none;
	position: relative;
}
.dataTables_scrollHead table.dataTable thead .sorting:before,
.dataTables_scrollHead table.dataTable thead .sorting:after,
.dataTables_scrollHead table.dataTable thead .sorting_asc:before,
.dataTables_scrollHead table.dataTable thead .sorting_asc:after,
.dataTables_scrollHead table.dataTable thead .sorting_desc:before,
.dataTables_scrollHead table.dataTable thead .sorting_desc:after,
.dataTables_scrollHead table.dataTable thead .sorting_asc_disabled:before,
.dataTables_scrollHead table.dataTable thead .sorting_desc_disabled:after {
	background: url(/images/sprite.svg) no-repeat;
	background-size: 585px 251px;
	content: "";
	position: absolute;
	right: 0.4rem;
	width: 1.1rem;
	height: 2.4rem;
	-webkit-filter: invert(0.2);
	filter: invert(0.2);
}
.dataTables_scrollHead table.dataTable thead .sorting:before,
.dataTables_scrollHead table.dataTable thead .sorting_asc:before,
.dataTables_scrollHead table.dataTable thead .sorting_desc:before,
.dataTables_scrollHead table.dataTable thead .sorting_asc_disabled:before {
	background-position: -381px -77px;
	top: -0.1rem;
}
.dataTables_scrollHead table.dataTable thead .sorting:after,
.dataTables_scrollHead table.dataTable thead .sorting_asc:after,
.dataTables_scrollHead table.dataTable thead .sorting_desc:after,
.dataTables_scrollHead table.dataTable thead .sorting_desc_disabled:after {
	background-position: -306px -76px;
	top: 0.4rem;
}
.dataTables_scrollHead table.dataTable thead .sorting:before,
.dataTables_scrollHead table.dataTable thead .sorting:after,
.dataTables_scrollHead table.dataTable thead .sorting_asc:after,
.dataTables_scrollHead table.dataTable thead .sorting_desc:before,
.dataTables_scrollHead table.dataTable thead .sorting_asc_disabled,
.dataTables_scrollHead table.dataTable thead .sorting_desc_disabled {
	-webkit-filter: invert(0.8);
	filter: invert(0.8);
	-webkit-filter: grayscale(100%) brightness(5) brightness(85%);
	filter: grayscale(100%) brightness(5) brightness(85%);
}


/*///////////////////////////////////////////////
// Tables
///////////////////////////////////////////////*/
article table {
	clear: both;
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 2.5rem auto;
	overflow-x: auto;
	table-layout: fixed;
	width: 100% !important;
}
article tr {
	background-color: #fbfbfb;
}
article th,
article td {
	border-bottom: 1px solid #ccc;
	padding: 0.4rem;
	vertical-align: top;
}
article th {
	font-weight: 700;
	text-align: left;
}
article tr:nth-child(odd) {
	background-color: #f6f6f6;
}
article tr:only-child,
article tr:hover {
	background-color: #fff;
}
article thead th {
	color: #396eae;
	text-align: left;
	white-space: nowrap;
}
article thead tr,
article tfoot tr {
	background-color: transparent;
}

td.notes :first-child {
	margin: 0;
}

@media all and (min-width: 540px) {
	article h2 {
		font-size: 3.6rem;
	}
	article blockquote {
		margin: 0 5% 1.5rem 5%;
	}
	article table {
		display: table;
	}
	article th,
	article td {
		padding: 0.5rem 1.5rem 0.2rem 0.8rem;
	}
	
	.th-version 		{ width: 10%; }
	.th-under 			{ width: 10%; }
	.th-year-no 		{ width: 10%; }
	.th-number 			{ width: 10%; }
	.th-effective 		{ width: 17%; }
	.th-published 		{ width: 17%; }
	.th-file-formats 	{ width: 20%; }
	.th-type 			{ width: 20%; }
	.th-period 			{ width: 30%; }
	.th-presented 		{ width: 25%; }
    .th-expiries-provision { width: 30.5%; }
    .th-expiries-date { width: 30.5%; }
    
}

#perceptive-results-table {
    display: none;
}

/*///////////////////////////////////////////////
// Reponsive tables (not DataTables)
///////////////////////////////////////////////*/
@media all and (max-width: 540px) {
	.responsive {
		display: block;
		overflow: auto;
	}
	.responsive tfoot,
	.responsive tbody,
	.responsive tr,
	.responsive th,
	.responsive td {
		display: block;
		text-align: left;
		white-space: normal;
		width: 100%;
	}
	.responsive thead {
		display: none;
	}
	.responsive tr {
		background-color: #fff !important;
		display: table;
		margin-bottom: 1.5rem;
	}
	.responsive tbody tr:last-child {
		margin-bottom: 0.1rem;
	}
	.responsive th,
	.responsive td {
		overflow: auto;
		padding: 0.2rem 0.4rem 0.2rem 35%;
		position: relative;
	}
	.responsive tbody th {
		color: #396eae;
		padding: 0.4rem;
		text-align: center;
	}
	.responsive tr:not(:only-child) td {
		background-color: #f6f6f6;
	}
	.responsive tbody td:empty {
		display: none;
	}
	.responsive th:before,
	.responsive td:before {
		box-sizing: border-box;
		color: #777;
		content: attr(data-title);
		float: left;
		font-size: 1.2rem;
		margin-left: -55%;
		padding: 0.1rem 0.4rem 0 0.4rem;
		text-align: left;
		width: 55%;
	}
	.responsive tr:only-child td:before {
		color: #396eae;
		font-weight: bold;
	}
	.responsive tfoot th:before {
		content: attr(data-title) ": ";
	}
	.responsive tbody th:before {
		display: none;
	}
}


/*///////////////////////////////////////////////
// Last Viewed and Frequently Accessed
///////////////////////////////////////////////*/
.arrows ul {
	list-style: none;
	padding-left: 0;
}
.arrows li {
	line-height: 1.4;
	margin: 0;
	padding: 0 0 0.7rem 2.2rem;
	position: relative;
	text-indent: -1.1em;
}
.arrows li:before {
	content: "•";
	color: #346095;
	font-size: 2rem;
	padding-right: 1rem;
}
.arrows .svg-bullets li {
	padding-left: 3rem;
	text-indent: 0;
}
.arrows .svg-bullets li:before {
	display: none;
}
.arrows li svg {
	background-color: #f6fafb;
	border: 0.15rem solid #346095;
	border-radius: 50%;
	color: #346095;
	height: 1.5rem;
	left: 0.6rem;
	position: absolute;
	top: 0.2rem;
	width: 1.5rem;
}
.arrows li a {
	color: #222;
}
.arrows li a:hover,
.arrows li a:focus {
	color: #396eae;
}
.arrows li span {
	color: #767676;
	display: block;
	font-size: 1.1rem;
}

@media all and (min-width: 720px) {
	#last-pages-viewed,
	#frequently-accessed {
		float: left;
		padding-right: 20px;
		width: 50%;
	}
	#frequently-accessed.has-history li:not(:last-child) {
		padding-bottom: 2.2rem;
	}
}


/*///////////////////////////////////////////////
// Pill Boxes
///////////////////////////////////////////////*/
.pill ul {
	background-color: #ffffff;
	border: 1px solid #346095;
	border-radius: 4px;
	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pill li {
	-webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;
	padding: 0;
	text-align: center;
}
.pill li + li {
	border-left: 1px solid #346095;
}
.pill a {
	color: #346095;
	display: block;
	height: 100%;
	padding: 2px 2rem;
	text-transform: uppercase;
	white-space: nowrap;
}
.pill a:hover,
.pill a:focus,
.pill li.current a,
.pill a[aria-expanded="true"] {
	background-color: #346095;
	color: #fff;
	text-decoration: none;
}
@media all and (min-width: 540px) {
	.pill ul {
		margin: 0 auto;
		max-width: 60%;
	}
}
@media all and (min-width: 760px) {
	.pill ul {
		float: right;
		width: auto;
	}

	/*CR 100 Issue 2*/
    .browse-options {
        overflow: hidden;
        margin-bottom: 15px;
    }
}


/*///////////////////////////////////////////////
// Browse | Search instance of Pill Boxes
///////////////////////////////////////////////*/
#browse-search {
	background-color: #ebebeb;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
}
@media all and (min-width: 760px) {
	#browse-search {
		background-color: #ffffff;
		padding-top: 0;
		padding-bottom: 0;
		position: absolute;
	}
	#browse-search ul {
		position: relative;
		top: 9px;
		z-index: 100;
	}
}


/*///////////////////////////////////////////////
// Breadcrumbs
///////////////////////////////////////////////*/
#breadcrumbs {
	display: none;
}
@media all and (min-width: 760px) {
	#breadcrumbs {
		background-color: #ebebeb;
		display: block;
		overflow: auto;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#breadcrumbs ol {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0 190px 0 0;
		width: 100%;
	}
	#breadcrumbs li {
		display: inline-block;
	}
	#breadcrumbs li + li:before {
		color: rgba(0, 0, 0, 0.6);
		content: "›";
		display: inline-block;
		margin: 0 0.5em;
		vertical-align: top;
	}
	#breadcrumbs li a {
		color: #346095;
		font-size: 1.2rem;
	}
	#breadcrumbs li a:hover {
		text-decoration: underline;
	}
	#breadcrumbs li:last-child a {
		color: inherit;
		cursor: default;
		text-decoration: none;
	}
}


/*///////////////////////////////////////////////
// Search | Subscribe instance of Pill Boxes
///////////////////////////////////////////////*/
.item-buttons {
	display: block;
	text-align: right;
}
.item-buttons ul {
	margin: 0 auto 2rem;
}
.item-buttons li {
	width: 50%;
}
.item-buttons li + li {
	border-left: 1px solid rgba(0, 178, 202, 0.75);
}
.item-buttons a {
	font-size: 1.3rem;
	padding: 2px 1rem;
	text-transform: none;
}
.item-buttons a[aria-expanded="true"] {
	transition: all 300ms ease-in;
}
.item-buttons a[aria-expanded="true"]:hover {
	background-color: #396eae;
}

@media all and (min-width: 760px) {
	.item-buttons li {
		width: auto;
	}
}


/*///////////////////////////////////////////////
// Search | Subscribe forms
///////////////////////////////////////////////*/
.item-form {
	background: #f0f0f0;
	border-radius: 4px;
	clear: both;
	margin: 0 0 2rem 0;
	overflow: visible;
	padding: 1.3rem 2rem 0.5rem 2rem;
}
.item-form ul.fieldset {
	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.item-form ul.fieldset > li {
	display: block;
	-webkit-flex: 1 0 100%; -ms-flex: 1 0 100%; flex: 1 0 100%;
	margin: 0 1.5rem 0 0;
	padding-bottom: 0;
}
.item-form ul.fieldset > li:last-child {
	-webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;
	margin: 0;
	text-align: right;
}
.item-form ul.fieldset label {
	float: none;
	height: 2rem;
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	width: auto;
}
.item-form input {
	max-width: none;
	width: 100%;
}

.bill-search label {

}
.bill-search #query, 
.bill-search span {
	display: block;
	margin-bottom: 0.4rem;
}
.bill-search button {
	display: block;
	width: auto;
}

#item-search .search-legend-sub {
	color: black;
}

@media all and (min-width: 670px) {
	#item-search.bill-search {
		padding: 2rem;
	}
	#item-search.bill-search div {
		display: -webkit-flex; display: -ms-flexbox; display: flex;
	}
	#item-search.bill-search label,
	#item-search.bill-search #query,
	#item-search.bill-search span,
	#item-search.bill-search button {
		display: inline-block;
		-webkit-flex-grow: 0; 
        -ms-flex-positive: 0; 
        flex-grow: 0;
		float: none;
		margin: 0 1rem 0 0;
		max-width: none;
		width: auto;
	}
	#item-search.bill-search label,
	#item-search.bill-search span {
		padding: 0.6rem 0;
	}
	#item-search.bill-search #query {
		-webkit-flex-grow: 1; 
        -ms-flex-positive: 1; 
        flex-grow: 1;
	}
	#item-search.bill-search button {
		margin: 0;
	}
}
@media all and (min-width: 760px) {
	.item-form ul.fieldset > li {
		display: block;
		-webkit-flex: 1 0 20rem; 
        -ms-flex: 1 0 20rem; 
        flex: 1 0 20rem;
		margin: 0 2rem 0 0;
	}
	.item-form button[type="submit"],
	#item-search-reset-button{
		flex-grow: 1;
		line-height: 1;
		margin: 2rem 0 1rem 0;
		min-height: 31px;
	}
}


/*///////////////////////////////////////////////
// Tabs and Panels
///////////////////////////////////////////////*/
.tabpanel {
	margin: 20px;
	padding: 0;
}
.tablist {
	background-color: #ddd;
	border-radius: 4px;
	clear: both;
	display: none;
	font-size: 12px;
	line-height: 12px;
	list-style: none;
	margin: 0 0 1.5rem 0;
	overflow: auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.tab {
	cursor: pointer;
	display: table-cell;
	padding: 0;
	text-align: center;
}
.tab[aria-selected="true"] {
	color: black;
	cursor: default;
	background-color: #1d4e89;
	border-radius: 4px;
}
.tab span {
	color: #000;
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
}
.tab:hover span,
.tab:focus span,
.tab[aria-selected="true"] span {
	color: #1d4e89;
	position: relative;
	text-decoration: none;
	z-index: 10;
}
.tab[aria-selected="true"] span {
	color: #fff;
}

.panel {
	clear: both;
	display: block;
	margin: 0 0 1.5rem 0;
	width: 100%;
}
.panel[aria-hidden="false"] {
	display: block;
}
.panel-heading {
	background-color: #ebebeb;
	border-radius: 4px;
	color: #222;
	cursor: ns-resize;
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0.5rem	 0;
	padding: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}
.panel-heading[aria-selected="true"] {
	cursor: default;
}
.panel-heading[aria-selected="true"],
.panel-heading:hover {
	background-color: #396eae;
	color: #fff;
}
.focus {
	height: 1.2em;
	margin-top: 0;
}

@media all and (min-width: 640px) {
	.tablist {
		display: -webkit-flex; 
        display: -ms-flexbox; 
        display: flex;
		-webkit-flex-wrap: wrap; 
        -ms-flex-wrap: wrap; 
        flex-wrap: wrap;
	}
	.tab {
		display: block;
		-webkit-flex-grow: 1; 
        -ms-flex-positive: 1; 
        flex-grow: 1;
	}

	.panel {
		margin: 0;
	}
	.accordion > .panel-heading {
		display: none;
	}
}


/*///////////////////////////////////////////////
// Miscellaneous Content
///////////////////////////////////////////////*/

/* Terrirory Plan */
.territory-pdfs {
	table-layout: unset;
}
@media all and (-ms-high-contrast:none) {
	.territory-pdfs {
		min-width: 100% !important;
		table-layout: fixed;
		width: auto !important;
	}
	*::-ms-backdrop, .territory-pdfs {
		min-width: 100% !important;
		table-layout: fixed;
		width: auto !important;
	}
}
.territory-pdfs tr {
	display: table-row;
	margin-bottom: 0 !important;
}
.territory-pdfs th {
	cursor: s-resize;
	position: relative;
}
.territory-pdfs th.open {
	cursor: n-resize;
}
.territory-pdfs td {
	display: table-cell;
	padding: 0.2rem 0.4rem !important;
	width: 95%;
}
.territory-pdfs td:first-child {
	padding: 0.5rem 0.8rem;
	width: 5% !important;
}
.territory-pdfs svg.icon-keyboard_arrow_up {
	background-color: #f6fafb;
	border: 0.15rem solid #346095;
	border-radius: 50%;
	color: #346095;
	height: 1.5rem;
	right: 0.7rem;
	position: absolute;
	top: 0.7rem;
	width: 1.5rem;

	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: 500ms ease all;
	transition: 500ms ease all;
}
.territory-pdfs .open svg.icon-keyboard_arrow_up {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.territory-pdfs .notes {
	display: none;
	font-weight: normal;
}
.territory-pdfs .open .notes {
	display: block;
}
.territory-pdfs .notes p:last-child {
	margin: 0;
}

@media all and (max-width: 540px) {
	.territory-pdfs.responsive tr {
		display: table;
	}
}

a.current-version {
	background-color: #346095;
	border: 1px solid #346095;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 85%;
	margin-bottom: 1rem;
	padding: .2rem 1.5rem;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
a.current-version:hover {
	text-decoration: none;
}

/* Notes */
.notes {
	color: #666;
	font-size: 90%;
}
.notes ol {
	margin-top: -1rem;
}
.notes li {
	padding-bottom: 0.2rem;
}
.symbols ol {
	list-style: none;
	padding: 0;
}
.symbols ol li:before {
	content: "";
	display: none;
}

/* Item icons */
a.button {
	display: block;
	white-space: nowrap;
}
a.button:not(:last-child) {
	margin-right: 0.8rem;
	margin-bottom: 0.4rem
}
a.button .icon {
	color: #222;
	height: 1.6rem;
	margin-right: 0.6rem;
	width: 1.6rem;
}
a.button:hover,
a.button:hover .icon {
	color: #346095;
	text-decoration: none;
}
@media all and (min-width: 540px) {
	a.button {
		display: inline-block;
		margin-bottom: 0;
	}
	a.button .icon {
		margin-right: 0;
	}
	a.button .icon.icon-desktop_mac {
		margin-right: 0.2rem;
	}
}

/* Custom note icons (asterisk, dagger, etc..) */
.footnote {
	padding-left: 0.3rem;
}
.footnote a {
	display: inline-block;
	padding: 0.5rem;
}
.footnote a:hover {
	color: inherit;
	text-decoration: none;
}

p.asterisk:before {
    content: "* ";
    color: #9b2710;
}

/* Point in time selection */
/* Future event time selection */
#point-in-time,
#LegEventsEndDateTime{
	margin-right: 0.5rem;
	padding: 0.2rem 1rem;
	width: 20rem;
}
label[for="LegEventsEndDateTime"] {
    font-size: 95%;
    padding-bottom: 10px;
    color: 396eae;
}
label[for="point-in-time"]
{
	font-size: 95%;
}
.ui-datepicker-trigger {
	float: none;
	vertical-align: super;
}
.ui-datepicker.ui-widget.ui-widget-content {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 187, 202, 0.3);
	font-size: 90%;
	width: 20rem;
}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
	padding: 0 0.4rem;
	line-height: 18px;
	position: relative;
	vertical-align: baseline;
}
.ui-datepicker option {
	padding: 0 15px;
}
.ui-datepicker .ui-datepicker-title select {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-title:before, 
.ui-datepicker .ui-datepicker-title:after {
	border: 3px solid transparent;
    /*disable the black color arrows on the top of the calendar*/
	content: "";
	display: block;
	height: 0;
	left: 8.3rem;
	position: absolute;
	top: 13px;
	width: 0;
	z-index: 10;
}
.ui-datepicker .ui-datepicker-title:after {
	left: 14.6rem;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	font-size: 95%;
	padding: 0.1rem 0.5rem;
	text-transform: none;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
	background: #e4f4f7;
	border-color: #346095;
}

/* Row colours for Legislation Types */
.cn th, .cn td { background-color: rgba(255, 221, 243, 0.3) !important; }
.di th, .di td { background-color: rgba(229, 255, 221, 0.3) !important; }
.ni th, .ni td { background-color: rgba(221, 255, 255, 0.3) !important; }
.ri th, .ri td { background-color: rgba(223, 221, 255, 0.3) !important; }
.sl th, .sl td { background-color: rgba(255, 249, 221, 0.3) !important; }

.repealed {
	color: #cc0000;
	padding-left: 3px;
}

/* External links */
.icon.icon-open_in_new {
	height: 1.4rem;
	margin: 0 0 -0.2rem 0.2rem;
	width: 1.4rem;
}

.search-params span {
	color: #396eae;
	font-style: italic;
}

/* Datatables filters */
.dataTables_filter > * {
	display: block;
	font-size: 90%;
	margin: 0 0 0.7rem;
	width: 100%;
}
.dataTables_filter input,
.dataTables_filter select,
.dataTables_filter button {
	height: auto;
	min-height: 2.8rem;
	padding: 0.4rem 0.6rem;
	text-transform: none;
}
.dataTables_filter select {
	padding: 0.4rem 2.4rem 0.4rem 0.6rem;
}
.dataTables_filter button {
	background-color: #396eae;
	border-color: #396eae;
	color: #fff; 
}
.dataTables_filter button:hover {
	background-color: #346095;
	border-color: #346095;
	box-shadow: 0 0 8px rgba(0, 187, 202, 0.3);
	color: #fff; 
}
.dataTables_wrapper .dataTables_filter input {
	font-size: 100%;
	margin: 0;	
}
@media all and (min-width: 480px) {
	.dataTables_filter > * {
		float: left;
		font-size: 90%;
		margin: 0 0 0.7rem 0.7rem;
		width: auto !important;
	}
	.dataTables_filter .chosen-container-single .chosen-single, 
	.dataTables_filter .chosen-container-multi .chosen-choices {
		height: 28px;
		line-height: 16px;
	}
	.dataTables_wrapper .dataTables_filter input {
		margin: 0;	
		width: auto;
	}
}


/*///////////////////////////////////////////////
// Horizontal List (for Gazette)
///////////////////////////////////////////////*/
.horizontal-list {
	margin-bottom: 2.5rem;
	width: 100%;
}
.horizontal-list li a:hover {
	background-color: #396eae;
}
.horizontal-list li.current a {
	background-color: #346095 !important;
}

/* Non-JS horizontal scroll */
.horizontal-list {
	background-color: Menu;
	border: 1px solid #346095;
	border-radius: 4px;
	overflow: auto;
	padding: 0 0 1px 0;
}
.horizontal-list ul {
	background-color: Menu;
	border: none;
	float: none;
	margin-bottom: 1px;
	max-width: none;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 2px;
	white-space: nowrap;
}
.horizontal-list li {
	background-color: #fff;
	border-bottom: 1px solid #346095;
	display: inline-block;
	float: none;
	width: 7rem;
}

/* Sly Slider */
.frame {
	background-color: #fff;
	border: 0.1rem solid #346095;
	border-radius: 4px;
	height: 3.4rem;
	margin-bottom: 0.75rem;
	padding: 0;
}
.frame .slidee {
	background-color: transparent;
	border: none;
	border-radius: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 0;
}
.frame .slidee li {
	background-color: transparent;
	border-right: none;
	border-bottom: none;
	float: left;
	height: 100%;
	margin: 0;
	width: 7rem;
}
.frame .slidee li + li {
	border-left: 1px solid #346095;
}
.frame .slidee a {
	padding: 0.5rem 2rem;
}

.scrollbar {
	background-color: #ebebeb;
	border: 1px solid #ddd;
	border-radius: 6px;
	height: 2.1rem;
	margin: 0 0 2.5rem 0;
	padding: 1px;
}
.scrollbar .handle {
	background-color: #bbb;
	border-radius: 4px;
	cursor: ew-resize;
	height: 100%;
	width: 100px; /* overriden if dynamicHandle: 1 */
}
.scrollbar:hover {
	border: 1px solid #ccc;
}
.scrollbar:hover .handle {
	background-color: #aaa;
}

@media all and (min-width: 540px) {
	.scrollbar {
		height: 1.1rem;
		margin: 0 20% 2.5rem 20%;
		padding: 1px;
		width: 60%;
	}
}

@media all and (min-width: 760px) {
	.scrollbar {
		margin: 0 30% 2.5rem 30%;
		padding: 1px;
		width: 40%;
	}
}


/*///////////////////////////////////////////////
// Newsletter Subscription CTA
///////////////////////////////////////////////*/
#aside {
	background-color: #1d4e89;
	color: #fff;
	font-size: 1.4rem;
	overflow: auto;
	text-align: center;
}
#aside p {
	padding-bottom: 1.2rem;
}

#aside a {
	background-color: rgba(29, 78, 137, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	letter-spacing: 0.5px;
	margin: 0 auto;
	padding: 0.3rem 2.5rem;
	text-align: center;
	text-transform: uppercase;
    width: 100%;
}
#aside a:hover,
#aside a:focus {
    background-color: #346095;
	border-color: #fff;
	color: #fff;
}


#aside ul.subscribe-buttons {
    list-style: none;
    display: block ;
    max-width: 100%;
    width: 100%;
    float: left;
}

#aside .subscribe-buttons li {
    display: block ;
    width: 100%;
    max-width: 100%;
    position: relative;
    
}

#aside .subscribe-buttons li:first-of-type {
    margin-bottom: 5px;             
}

@media all and (min-width: 580px) {
	#aside {
		text-align: right;
	}

	#aside p {
		float: left;
		line-height: 2.6rem;
		max-width: 70%;
		padding: 0.3rem 0;
	}
	#aside a {
	    width: auto;
		margin: 0;
	}

    #aside ul.subscribe-buttons {
        list-style: none;
        display: inline ;
        float: right;
        max-width: 100%;
    }

    #aside .subscribe-buttons li {
        display: inline ;
        max-width: 100%;
        padding: 0 2px 0 2px;
    }

}

/*///////////////////////////////////////////////
// Footer
///////////////////////////////////////////////*/
#footer {
	background-color: #e0e0e0;
}
#footer ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	font-size: 1.2rem;
	list-style: none;
	margin-bottom: 20px;
}
#footer ul a {
	color: #222;
}
#footer ul a:hover,
#footer ul a:focus {
	color: #1d4e89;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
#footer a.twitter {
	display: block;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 20px auto;
	text-align: center;
}
#footer a.twitter:hover,
#footer a.twitter:focus {
	color: #1da1f2;
}
.icon-twitter {
	margin-left: 0.4rem;
}

#footer a.actgov {
	color: #666;
	display: block;
	margin: 0 auto;
	opacity: 0.2;
	width: 140px;
}
#footer a.actgov img {
	margin: 0;
}

#footer p.copyright {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}
#footer p.copyright br {
	display: none;
}
.icon-copyright {
	height: 1.2rem;
	width: 1.2rem;
}

.search-hits a.disabled {
    color: #999;
    opacity: 0.8;
}

@media all and (min-width: 420px) {
	#footer ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	#footer a.twitter {
		text-align: right;
		width: auto;
	}
	#footer a.actgov {
		display: none;
	}
	#footer p.copyright {
		background: url(/Content/Main/Images/logo-act-gov-dark.png) no-repeat 0 0;
		font-size: 1.1rem;
		margin-bottom: 0;
		padding: 0 0 0 115px;
	}
	#footer p.copyright br {
		display: block;
	}
}

@media all and (min-width: 580px) {
	#footer ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

@media all and (min-width: 740px) {
	#footer ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		text-align: center;
	}
	#footer li {
		display: inline-block;
	}
	#footer li + li:before {
		content: " | ";
	}
	#footer li a {
		display: inline-block;
		padding: 0 0.5rem;
	}
	#footer a.twitter {
		float: right;
		margin-top: 1.4rem;
		position: relative;
		z-index: 2;
	}
}


/*///////////////////////////////////////////////
// Print Styles
///////////////////////////////////////////////*/
.print {
	display: none;
}
@media print {
	.print {
		display: block;
	}
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	body {
		text-align: left;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a,
	a[href^="javascript:"],
	a[href^="#"] {
		text-decoration: none;
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	sup {
		color: #999 !important;
		display: inline-block !important;
		font-size: 10px;
	}
	@page {
		margin: 1.54cm 2.54cm; /* 2.54cm = 1" Standard MS Word margin */
		size: A4;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}

	/* Site specific print styles */
	.skip,
	#header h1 a,
	#header h1 img,
	#header button,
	#overlay,
	#legislation-types,
	#navigation,
	.notice button,
	.svg-bullets svg,
	#breadcrumbs,
	#browse-search,
	#year-list,
	.scrollbar,
	.item-buttons,
	.item-form,
	.tablist,
	.panel-heading,
	.dataTables_filter,
	td .button,
	label[for="point-in-time"],
	#point-in-time,
	.ui-datepicker-trigger,
	#aside,
	#footer ul,
	.twitter,
	.dataTables_scrollHead table.dataTable thead .sorting:before, 
	.dataTables_scrollHead table.dataTable thead .sorting:after, 
	.dataTables_scrollHead table.dataTable thead .sorting_asc:before, 
	.dataTables_scrollHead table.dataTable thead .sorting_asc:after, 
	.dataTables_scrollHead table.dataTable thead .sorting_desc:before, 
	.dataTables_scrollHead table.dataTable thead .sorting_desc:after, 
	.dataTables_scrollHead table.dataTable thead .sorting_asc_disabled:before, 
	.dataTables_scrollHead table.dataTable thead .sorting_desc_disabled:after {
		display: none !important;
	}
	
	.wrap {
		margin: 0 0 1.5rem 0;
		padding: 0;
	}
	.notice {
		border: 1px dotted #000;
		font-style: italic;
		padding: 0.8rem;
	}
	#header,
	#header h1 {
		font-size: 0;
		padding: 0;
		text-align: left;
	}
	#header h1 img.print {
		display: block !important;
		height: 78px;
		width: 150px;
		position: relative;
	}
	.arrows ul {
		list-style-type: square;
		padding-left: 3rem;
	}
	.arrows .svg-bullets li {
		padding-left: 0;
	}
	.panel,
	.panel[aria-hidden="true"],
	.panel[aria-hidden="false"] {
		border-top: 1px solid #000;
		display: block !important;
		margin: 1.5rem 0 0 0;
		padding: 1.5rem 0 0 0;
		visibility: visible !important;
	}
	article thead th {
		text-align: left;
	}
	.dataTables_scrollHeadInner, 
	.dataTables_scrollHeadInner > table {
		overflow: auto;
		width: 100% !important;
	}
	.dataTables_scrollBody {
		max-height: none !important;
	}
	th.file-formats {
		width: 0px !important;
	}
	td .button.download.pdf {
		display: block !important;
	}
	td.notes {
		overflow: auto;
	}
	td.notes > :first-child {
		white-space: normal;
	}
	aside.footnotes {
		font-size: 90%;
	}
	aside.footnotes h3 {
		margin-bottom: 0.5rem;
	}
	#footer p.copyright {
		border-top: 1px solid #ccc;
		color: #999 !important;
		-webkit-filter: none;
		filter: none;
		padding: 1.5rem 0 0 0;
		text-align: center;
	}
	#footer p.copyright svg {
		fill: #999;
	}
	#footer p.copyright span {
		color: #999 !important;
	}
	#footer p.copyright br.join {
		display: none;
	}

    #whats-new-future-events-form {
        display: none;
    }
}

/*TOC show on item page*/
iframe {
    overflow: hidden;
    height: 870px;

}
