.site-button {
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	border:none;
	min-width: 100px;
	padding: 8px 10px;
	margin: 0 5% 0 0;
	border-radius: 0.25rem;
	background: #002664;
}

.site-button:hover {
	background: #002664;
	background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15));
}

td, th {
	padding: 5px 0;
}

th {
	font-weight: bold;
	text-align: left;
}

.finder_results th {
	text-align: center;
}

p{
	margin: 3px 0 1em 0;
}

strong{
	font-weight:bold;
}

.content ul, .content ol{
	padding: 0 15px;
	list-style: initial;
}

#statepicker {
	width: 250px;
}



/*programme pdf: PA custom prgramme flyer*/
.printiconbox {
	float: right;
	text-transform: capitalize;
}

/*hide core programme pdf*/
.pdficonbox.programme-pdf{
	display:none;
}

.pdficonbox {
	float: right;
	clear: both;
	width: 108px;
	height: 60px;
	text-align: center;
}

.icon-pdf {
	background-image: url("/admin/images/icons/pdf_32.png");
	display: inline-block !important;
	height: 32px;
	width: 32px;
	background-size:cover;
	margin: 0 33px;
}

.training-courses-programme .dates-pdf{
	display:none;
}

.training-courses .text-dates-pdf:after{
	content: "All Course Dates";
}

.training-courses-programme-type .text-dates-pdf:after{
	content: "All Course Dates";
}

.pdficonbox a{
	color: #000;
	text-decoration: none;
}

.text-dates-pdf:after {
	content: "Course Dates";
	display: block;
	text-align: center;
}

.text-programme-pdf:after {
	display: block;
	content: "Course Info";
	text-align: center;
} 

.text-all-programmes-pdf:after {
	display: block;
	content: "All Course Info";
	text-align: center;
}
.text-calendar-pdf:after {
	display: block;
	content: "Course Calendar";
	text-align: center;
}

.breadcrumbs {
	font-size: 14px;
	color:#22272b;
}
.breadcrumbs-arrow:before{
	display: inline-block;
	content: "";
    background: url(https://api.iconify.design/ic/baseline-keyboard-arrow-right.svg) no-repeat center center / contain;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    width: 20px;
    height: 10px;
}
.main .content img {
	max-width: 500px;
}



table.summary-table{
	width:100%;
}


/*2015.10.06 | locations map fix.*/
#training-locations {
    margin: 0 0 20px;
}
#training-locations .state-list {
    display: none;
}


/*2015.11.18 |  association foooter. */
.rto-association {
    color: silver;
    font-size: 10px;
    text-align: center;
    width: 100%;
    height: 15px;
}
/* START: updates 16.10.0 */
.pagination li {
	display: inline;
	margin: 5px;
}

.pagination > ul {
	float: right;
	margin: 0 10px;
}

.pagination > p {
	float: right;
}

.pagination {
	display: inline-block;
	float: right;
	margin: 0;
	width: 100%;
}
/* END: updates 16.10.0 */

.prices-quoted {
    text-align: right;
}

.enquiry-links, .enquiry-links li {
 list-style: none !important;
}
.enquiry-links {
 padding: 0 !important;
}
.enquiry-links li {
 margin-left: 0 !important;
 display: inline-block;
}
body{
	margin: 0;
	padding: 0;
	font-family: Public Sans, Arial, sans-serif;
    color: #22272b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
h1,h2,h3{
	line-height: 1.25;
}
h1{
	font-size: 3rem;
}
h2{
	font-size: 2rem;
}
h3{
	font-size: 1.5rem;
}
a{
	color:#002664;
	text-decoration: underline;
}
a:hover{
	background-color: rgba(0,38,100,.1);
    outline: 2px solid rgba(0,38,100,.1);
}
.container,.nsw-container{
	margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 75rem;
}
.nsw-skip{
	display: none;
}
.nsw-masthead{
	padding: .5rem 0;
    background-color: #002664;
    font-size: 14px;
    color: #fff;
	background: #002664;
}
.header{
	padding:1rem 0;
}
.header .container{
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: bold;
	font-size: 24px;
	color:#002664;
}
.header .logo{
	display: block;
	width: 75px;
	height: 4.75rem;
    max-height: 120px;
    background: url('/app/templates/default/images/logo.svg') no-repeat;
    background-size: contain;
}
.footer{
	padding: 16px 0 24px;
	font-size: 12px;
	color:#fff;
	background: #22272b;
}
.footer hr{
	margin: 1rem 0;
    height: 1px;
    border: 0;
    background-color: #cdd3d6;
}
.nsw-footer__links{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nsw-footer__links > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.nsw-footer__links > ul li{
	display: inline-block;
	margin-right: 24px;
}
.nsw-footer__links > ul a{
	font-weight: bold;
	color:#fff;
}
.nsw-footer__links > ul a:hover{
	background-color: rgba(255,255,255,0.2);
    outline-color: rgba(255,255,255,0.2);
}
.nsw-footer__info{
	margin-top: 10px;
}
.nsw-footer__social{
	display: flex;
}
.nsw-footer__social a{
	margin:0 4px;
	padding: 0.5rem;
	border-radius: .25rem;
}
.nsw-footer__social a:hover{
	background-color: rgba(255,255,255,0.2);
    outline-color: rgba(255,255,255,0.2);
}
#cherry-footer{
	padding: 0.5rem 0;
	background: #22272b !important;
}
#page{
	padding-bottom: 3rem;
}
.fader{
	margin: 0;
	padding: 0;
	list-style: none;
}
.fader img{
	width: 100%;
	height: auto;
}
.sidebar {
	display: none;
}

/** accordion styles **/

div.training-courses h1 {
	display: none;
}

.accordion_category h2,.expand-box h4 {
	margin: 30px 0 30px 0
}

.accordion_category.expanded,.expand-box.expanded {
	margin: 0
}

.accordion_category>h2,.expand-box>h4 {
	position: relative;
	padding: 15px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #22272b;
	background: #f2f2f2;
	cursor: pointer
}

.expand-box>h4>b,.expand-box>h4>strong {
	font-weight: normal !important
}

.accordion_category>h2:before,.expand-box>h4:before {
	content: "\f107";
	position: absolute;
	top: 19px;
	right: 20px;
	font: normal normal normal 38px/1 FontAwesome;
	color: #22272b;
	font-weight: normal;
	font-size: 20px
}

.accordion_category.expanded>h2,.expand-box.expanded>h4 {
	color:#fff;
	background: #002664
}

.accordion_category.expanded>h2:before,.expand-box.expanded>h4:before {
	content: "\f106";
	color: #fff
}

.accordion-category-body,.expand-box-body {
	display: none;
	overflow: hidden
}

.expand-box-body {
	padding-right: 0
}

.expand-box-body.no-padding {
	padding: 35px 0
}

.accordion-items {
	margin: 15px 0
}

.accordion-items>.accordion-item {
	padding: 0 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd
}

.accordion-items .accordion-item:nth-last-child(1) {
	border-bottom: 0
}

.accordion-item h3 {
	font-size: 15px;
	font-weight: 600;
	color: #0a6389;
	cursor: pointer
}

.accordion-items .accordion-item-body {
	display: none;
	padding-top: 15px
}

.accordion_category .links {
	padding-bottom: 15px
}