@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import "neca_forms.css";
@import "neca_menu.css";
@import "neca_responsive.css";
@import "neca_jcarousel.css";

* {
	margin: 0;
	padding: 0;	
}

html, body {
	margin:0;
	padding:0;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	width: 100%;
	min-width: 1254px;	
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
}

h1{
	font-family: HandelGothicBT-Regular;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 15px;
	color: #01539a;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 5px;
	color: #01539a;
}

h3 {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #01539a;
}

h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px;
	color: #01539a;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #01539a;
}

h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #01539a;	
}

p {
	font-size: 14px;
	color: #555;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 12px;
}

a img {
	border: 0;
}

a, a:visited {
	text-decoration: none;
	color: #009ee2;
}

a:hover {
	text-decoration: underline;
}

a.more {
	font-weight: 700;
	text-transform: uppercase;
}

:focus,
a:focus {
  outline: none;
  outline-offset: 0;
}

.call-to-action {
	font-weight: 700;
	color: #fff !important;
	background-image: url(../images/arrow-cta.png);
	background-position: 147px 12px;
	background-repeat: no-repeat;
	background-color: #01539a;
	padding: 10px 31px 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
}

.call-to-action:hover {
	text-decoration: none;
}

.lead p,
.intro p,
.intro span {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px !important;
	color: #30a4ec;
}

.para-1 {
	font-weight: 700;	
}

ul, ol {
	margin: 0;
	font-size: 14px;
}

.middle-col ul,
.middle-col ol {
	margin-left: 10px;
	padding-left: 10px;
}

/* Tables */
.table-responsive {
  min-height: .01%;
  overflow-x: inherit;
}

table {
	border: 1px solid #fff;
	width: 100% !important;
}

tbody {
	border-top: none;
}

td,
th {
	padding: 4px 7px;
}

td {
	border: 1px solid #fff;	
}

th {
	background-color: #004a95;
	color: #fff;
	border-bottom: 1px solid #fff;
}

tr {
	background-color: #eaeaea;
}

tr:nth-child(even) {
	background-color: #eaeaea;
}

tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.row-header {
	font-weight: 700;
	color: #fff;
}

table .row-header {
	background-color: #00afec;
}

.middle-col img {
	max-width: 100%;
	height: auto !important;
}

/*************** STRUCTURE ***************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 20px;
	padding-right: 20px;	
}

.row {
	margin-left: -20px;
	margin-right: -20px;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main_wrapper {
	/*margin-top: 20px;*/
	width: 100%;
}

.main_wrapper.hidden-xs {
	margin-top: 20px !important;
}

.content_wrapper {
	background-color: #fff;
	margin: 0 auto;
	padding: 21px 0; /*21px 20px*/
	min-height: 400px;
	width: 100%; /*1060px*/
	overflow: hidden;
}

.content {
	float: left;
	width: 100%;
}

.internal-1col .content_wrapper,
.internal-2col .content_wrapper,
.states .content_wrapper {
	position: relative;
}

.states .middle-col {
	float: left;
	width: 100%;
	padding-bottom: 160px;
}

.states.internal-1col .middle-col,
.states.internal-2col .middle-col,
.national .middle-col {
	float: left;
	padding-bottom: 20px; /*160px*/
	width: 100%;	
}

.middle-content {
	margin: 0 0 20px;
}


/*************** HEADER ***************/
#home .header .container {
	display: block;
}

.header .navbar-header {
	position: relative;
	margin: 0;
	width: 100%;
}

.header {
	padding-bottom: 20px;
}

.home.header {
	padding-bottom: 0px;
}
.navbar-default {
	background-color: #fff;
	border: none;
	border-color: transparent;
	margin-bottom: 0;
}

.navbar-brand {
	padding: 20px 15px 22px 0;
	height: auto; /*110px*/
}

#navbar {
	float: left;
	margin-bottom: 0;
	width: 100%;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #004a95;	
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	color: #f7941d;
}

.navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
}

.nav>li>a {
	padding: 0;
}

.nav>li>a:hover, 
.nav>li>a:focus {
	background-color: transparent;
}

.navbar-collapse {
	padding-left: 5px;
	padding-right: 5px;
}

.navbar-toggle {
	background-color: #ddd;
	clear: both;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.header-right {
  float: right;
  clear: both;	
}

/* Logo */
.logo .chapter-name {
	font-family: HandelGothicBT-Regular;
	font-size: 30px;
	line-height: 24px;
  background-color: #06569f; /* fallback */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06569f), to(#30a4ec));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #30a4ec, #06569f); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #30a4ec, #06569f); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #30a4ec, #06569f); /* IE 10 */
  background: -o-linear-gradient(top, #30a4ec, #06569f); /* Opera 11.10+ */	
 	float: right; 
  padding: 25px 20px;
  border-radius: 0 10px 0 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

#necaa-logo-state .chapter-name {
		font-family: HandelGothicBT-Regular;
	font-size: 30px;
	line-height: 24px;
  background-color: #06569f; /* fallback */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06569f), to(#30a4ec));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #30a4ec, #06569f); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #30a4ec, #06569f); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #30a4ec, #06569f); /* IE 10 */
  background: -o-linear-gradient(top, #30a4ec, #06569f); /* Opera 11.10+ */	
 	float: right; 
  padding: 25px 20px;
  border-radius: 0 10px 0 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

/*.states #neca-logo:after {
	content:"";
	background-color: #005baa;
	float: left;
	display: block;
	margin: 0 15px 0 12px;
	height: 74px;
	width: 1px;
}*/

#necaa-logo-state img, #neca-logo img {
	height: 100%;
}

.sa .logo .chapter-name {
    line-height: 28px;
    padding: 9px 26px;
    text-align: center;
}

/* Login tab */
.login-tab {
	float: right;

}

.login-tab p {
	display: inline-block;
}

.login-tab a {
  background-color: #06569f; /* fallback */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06569f), to(#30a4ec));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #30a4ec, #06569f); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #30a4ec, #06569f); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #30a4ec, #06569f); /* IE 10 */
  background: -o-linear-gradient(top, #30a4ec, #06569f); /* Opera 11.10+ */
  font-family:"TSTAR W00 Bold";
	font-size: 15px;
	line-height: 32px;  
	display: inline-block;
	height: 32px;
	margin-left: 10px;	
	padding: 0 11px;
	border-radius: 0 0 10px 10px;
	text-decoration: none;
	color: #fff;
}

.login-tab a:hover {
  background-color: #024c8c; /* fallback */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#024c8c), to(#1885c6));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #1885c6, #024c8c); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #1885c6, #024c8c); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #1885c6, #024c8c); /* IE 10 */
  background: -o-linear-gradient(top, #1885c6, #024c8c); /* Opera 11.10+ */
 	text-decoration: none; 
 	color: #fff;
}

/*************** HOME PAGE ***************/
/* Home Page */
#home .page-bottom {
  background-color: #fff;
  margin: 0 auto;
  padding: 21px 20px;
  width: 1060px;
}

#home .row-eq-height>.col-sm-3>.left-col{
	height: 100%;
}

#home .left-col > .news {
	height: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 250px;
}

#home .main_wrapper .container {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 0;
}

#home .main-col {
	width: 100%;
}

.node-type-webform .vic .main-col {
	width: 1060px;
}

#home .middle-col {
	padding-bottom: 0;
}

#home .advertising-space {
	margin-bottom: 0;
}

#home.national .news .article {
	margin-bottom: 5px;
}


/* Map */
.national-map-home {
	float: left;
	width: 520px;
}

.qld .national-map-home, .sa .national-map-home, .wa .national-map-home, .tas .national-map-home, .nsw .national-map-home, .vic .national-map-home {
    display: none;
}

.map-large {
	padding-top: 29px;
	width: 100%;
}

.map-large h2 {
	font-family: HandelGothicBT-Regular;
	font-weight: normal;
	font-size: 26px;
	line-height: 16px;	
}

.map-inner {
	background: url(../images/australia-map-home.png) 0 0 no-repeat transparent;
	margin: 29px auto 0;
	height: 309px;
	width: 326px;
	position: relative;
}

.map-large .tas {
	background: url(../images/map-tas-home.png) 0 0 no-repeat;
	bottom: 16px;
	display: block;
	height: 18px;
	position: absolute;
	right: 66px;
	text-indent: -9999px;
	width: 20px;
	z-index: 10;	
}

.map-large .tas:hover {
	background-position: 0 -19px;
	text-indent: 0px;
	text-decoration: none;
    padding-left: 30px;
    left: 240px;
	color: black;
	font-size: 16px;
}

.map-large .vic {
	background: url(../images/map-vic-home.png) 0 0 no-repeat;
	bottom: 56px;
	display: block;
	height: 49px;
	position: absolute;
	right: 44px;
	text-indent: -9999px;
	width: 71px;
}

.map-large .vic:hover {
	background-position: 0 -49px;
	text-indent: 0px;
	padding-left: 13px;
  right: 44px;
	text-decoration: none;
	padding-top: 24px;
	top: 204px;
	color: black;
	font-size: 16px;
}

.map-large .nsw {
	background: url(../images/map-nsw-home.png) 0 0 no-repeat;
	bottom: 73px;
	display: block;
	height: 80px;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	width: 103px;
}

.map-large .nsw:hover {
	background-position: 0 -80px;
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 20px;
	top: 156px;
	color: black;
	font-size: 16px;
}

.map-large .act {
	background: url(../images/map-act-home.png) 0 0 no-repeat;
	bottom: 88px;
	display: block;
	height: 13px;
	position: absolute;
	right: 48px;
	text-indent: -9999px;
	width: 7px;
	z-index: 99;
}

.map-large .act:hover {
	background-position: 0 -13px;
	text-indent: 0px;
	text-decoration: none;
    padding-left: 29px;
    left: 271px;
	color: black;
	font-size: 16px;
}

.map-large .qld {
	background: url(../images/map-qld-home.png) 0 0 no-repeat;
	top: 14px;
	display: block;
	height: 143px;
	position: absolute;
	right: 14px;
	text-indent: -9999px;
	width: 113px;
}

.map-large .qld:hover {
	background-position: 0 -145px;
	text-indent: 0px;
	padding-left: 25px;
  right: 14px;
	text-decoration: none;
	padding-top: 85px;
	color: black;
	font-size: 16px;
}

.map-large .sa {
	background: url(../images/map-sa-home.png) 0 0 no-repeat;
	bottom: 73px;
	display: block;
	height: 97px;
	position: absolute;
	right: 114px;
	text-indent: -9999px;
	width: 83px;
}

.map-large .sa:hover {
	background-position: 0 -96px;
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 17px;
    top: 139px;
	color: black;
	font-size: 16px;
}

.map-large .wa {
	background: url(../images/map-wa-home.png) 0 0 no-repeat;
	display: block;
	height: 182px;
	left: 14px;
	position: absolute;
	text-indent: -9999px;
	top: 45px;
	width: 122px;
}

.map-large .wa:hover {
	background-position: 0 -182px;
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 85px;
	color: black;
	font-size: 16px;
}

.map-large .nt {
	background: url(../images/map-nt-home.png) 0 0 no-repeat;
	display: block;
	height: 116px;
	position: absolute;
	right: 128px;
	text-indent: -9999px;
	top: 21px;
	width: 69px;
}

.map-large .nt:hover {
	background-position: 0 -116px;
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 50px;
	color: black;
	font-size: 16px;
}

.panels-flexible-row {
	padding: 0;
}

.internal-map-home + .region-content {
	float:left;
	width: 100%;
}

#internal-map {
	font-family: HandelGothicBT-Regular;
	font-weight: normal;
	max-width: 250px;
}

#internal-map h2 {
	font-size: 30px;
	line-height: 31px;
	text-align: center;
}

#internal-map h3 {
	text-align: center;
    color: #00afec;
    font-size: 22px;
    font-weight: lighter;
    margin-top: 10px;
}

.horizontal_rule {
	border-top: 1px #c1c1c1 solid;
	float:left;
	padding-top:20px
}


/* News Listing Panel*/
.news h6 {
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 5px;
}

.left-col .news p, 
.right-col .news p {
  margin-bottom: 2px;
}

.left-col .news h3 {
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 5px;
}

/*************** INTERNAL TEMPLATE ***************/
.left-col {
	float: left;
	min-height: 1px;
	/*width: 100%;*/
	margin-right: 20px;
    width: 250px;
}

.content_wrapper .col-sm-6 ul {
	margin-left: 30px;
}

/*************** MODALS ***************/
/* Welcome modal */
.modal-open #welcomeModal.modal {
	padding-left: 0 !important;
}

#welcomeModal h2 {
	font-family: HandelGothicBT-Regular;
	font-size: 31px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 0;
	letter-spacing: -1px;
	text-align: center;
	color: #fff;
}

#welcomeModal h3 {
	font-family: HandelGothicBT-Regular;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

#welcomeModal h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: none;
	color: #fff;
}

#welcomeModal .btn {
	display: block;
	padding: 13px 10px;
	color: #fff;
}

#welcomeModal .modal-content {
	background-color: #0b5598;
	border-radius: 0;
	border: none;
}

#welcomeModal .modal-header {
	background-color: #30a4ec;
	padding: 17px;
	border-bottom: 2px solid #fff;
}

#welcomeModal .modal-body {
	padding: 0;
}

#welcomeModal .page-name {
	font-family: HandelGothicBT-Regular;
  font-size: 40px;
  text-align: center;
  color: #fff;	
}

#welcomeModal .content-top {
	background-image:url(../images/top-blue-shadow.png);
	background-position: left top;
	background-repeat: repeat-x;
  padding: 25px 30px;
  border-bottom: 2px solid #fff;
}

#welcomeModal .content-middle {
  border-bottom: 2px solid #fff;	
	padding: 22px 25px 13px;
}

#welcomeModal .content-bottom {
	background-image:url(../images/bottom-blue-shadow.png);
	background-position: left bottom;
	background-repeat: repeat-x;	
	padding: 22px 25px 108px;
	text-align: center;
}

#welcomeModal .content-bottom .btn {
	padding: 10px 30px;
	display: inline-block;
}

#welcomeModal .map-large {
	padding-top:0;
}

#welcomeModal .map-inner {
	margin-top: 8px;
}

/*WA Mobile Menu*/
/*for staging only*/
/*.wa .mobile-nav ul#superfish-7 li:nth-of-type(1) {
	display: none
}
*/

/* Mobile map modal */
#mapModal {
	padding-right: 0 !important;
}

#mapModal .modal-content {
	background-color: #0b5598;
	border-radius: 0;
	border: none;
}

#mapModal .modal-header {
	border-bottom: none;
}

#mapModal .close {
	font-size: 32px;
	opacity: 1;
	color: #fff;
}

#mapModal h2 {
	line-height: 30px;	
	text-align: center;
	color: #fff;
}

#mapModal #map-home {
	padding-top: 0;
	padding-bottom: 25px;
}

#mapModal .modal-body {
	padding: 15px 0;
}

/*************** PAGINATION ***************/
.item-list .pager li {
	margin: 0 5px;
	padding: 0;
}

/*************** MOSAIC BLOCKS ***************/
.mosaic-block {
	float:left;
	position:relative;
	margin: 0 20px 0 0;
	overflow:hidden;
	width:250px;
	height:250px;
	margin-top: 16px;
}

.widgets a {
	display: block;
	text-decoration: none;
}

.widgets a h3 {
	font-family: HandelGothicBT-Regular;
	font-weight: normal;	
	color: #fff;
}

.widgets a p,
.widgets a ul li,
.widgets a ol li,
.sa .mosaic-overlay a,
.sa .mosaic-overlay a:active {
	font-weight: 700;
	color: #fff !important;
	line-height: 16px;
	margin-bottom: 5px;
}

.wa .widgets a p {
	font-weight: normal;	
}

.small-widgets {
	float:left;
}

.right-col .small-widgets {
	float: left;
	margin-bottom: 16px;
	width: 160px;
}

.right-col .small-widgets .mosaic-block {
	margin: 0;
}

.node-type-national-homepage .national .small-widgets {
	float:left;
}

.vic .small-widgets {
	margin-bottom: 0
}

.vic .advertising-space.col-3 a {
	margin-top: 0 !important;
} 

.large-widgets {
	margin-top: -3px;
	float:left;
}

.large-widgets ul {
	list-style-type: none;
}

.large-widgets li,
.large-widgets .field-type-image {
	margin-top: 20px;		
}

.wa .mosaic-block {
	margin-top: 0px;
	margin-bottom: 16px;
}

.states .mosaic-block,
.national .mosaic-block {
	height: 250px !important;
	width: 250px !important;
	margin-right: 16px;
}

.vic .horizontal_rule .mosaic-block {
	height: 252px;
}

.mosaic-block.last_item,
.views-row-last.mosaic-block {
	margin-right: 0;	
}

.mosaic-backdrop {
	display:none;
	position:relative;
	top:0;
	height:250px; /*100%*/
	width:100%;
	background:#fff;
}

.mosaic-backdrop h2 {
	font-family: HandelGothicBT-Regular;
	font-size: 21px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	position: absolute;
	top: 7px;
	left: 9px;
	z-index: 99;
}

.mosaic-backdrop img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9;	
	height: 250px; /*240px*/
	width: 250px;
}

.mosaic-overlay {
	display:none;
	padding: 12px 8px;
	z-index: 999;
	position:absolute;
	width: 234px; /*100%;*/
	height:226px; /*100%*/
	background:#fff;
}

.mosaic-overlay a {
	color: #01539A;
}

.mosaic-block.visited {
	font-family: HandelGothicBT-Regular;
    font-weight: normal;
    font-size: 30px;
    color: #6fb434;
}

.mosaic-block.fade {
	opacity: inherit;
}
	
.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
}

.fade .mosaic-overlay {
	background: #00afec;
	height: 100%;
	width: 100%;
}

.pane-home-page-promotions {
	float: left;
	width: 520px;
}

.pane-home-page-promotions .small-widgets {
	width: 100%;
	margin-bottom: 20px;
}

.pane-home-page-promotions .small-widgets .views-row-last .mosaic-block {
	margin: 0;
}


/*************** RIGHT COLUMN ***************/
.right-col {
	float: right;
	/*width: 100%;*/
	margin-left: 20px;
    width: 250px;
}

.right-col .panels-flexible-column-inside {
	padding: 0;
}

.right-col .promotion {
	float: left;
	margin: 18px 0 20px;	
}

.region.region-content-right {
  clear: both;
}

.right-img-content{
	float: left;
	margin: 0 0 20px;
	clear: both;
	min-height: 154px;
	width: 100%;
}

/***** Footer *****/

.footer {
	margin: 0;
	width: 100%;
}

.inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 1060px;
}

/* Footer Buttons */
.footer-top {
	float: left;
	background-color: #d7d7d7;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	width: 100%;
}

.footer-buttons ul li {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
  width: 250px;
}

.footer-buttons ul li:last-of-type {
  margin-right: 0;
}

.footer-buttons a,
.footer-buttons a:visited {
  background-color: #06569f; /* fallback */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06569f), to(#30a4ec));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #30a4ec, #06569f); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #30a4ec, #06569f); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #30a4ec, #06569f); /* IE 10 */
  background: -o-linear-gradient(top, #30a4ec, #06569f); /* Opera 11.10+ */	
	font-family: HandelGothicBT-Regular;  
	font-size: 20px;
	line-height: 34px;
	border-radius: 10px;
	display: block;
	height: 34px;
	text-align: center;
	color: #fff;
	width: 100%;
}

.footer-buttons a:hover,
.footer-buttons a:active,
.footer-buttons a.active {
  background-color: #024c8c; /* fallback */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#024c8c), to(#1885c6));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #1885c6, #024c8c); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #1885c6, #024c8c); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #1885c6, #024c8c); /* IE 10 */
  background: -o-linear-gradient(top, #1885c6, #024c8c); /* Opera 11.10+ */	
	color: #fff;  
	text-decoration: none;
}

/* Mega Footer */
.footer-bottom {
	float: left;
	background-color: #020722;
	padding: 32px 0;
	width: 100%;
}

.footer-bottom .inner, .footer-top .inner {
	padding: 0 !important;
}

.footer-bottom .column {
  float: left;
  list-style-type: none;
  margin: 0 20px 0 0;
  width: 250px;
}

.footer-bottom .column:last-of-type {
    margin: 0;
}

.footer-col-head {
	display: block;
	border-bottom: 1px solid #fff;
	margin: 10px 0;
}

.footer-col-head p {
	margin-bottom: 6px;
	color: #fff;	
}

.footer-col-body,
.footer-col-body p {
	line-height: 18px;
	color: #fff;
}

.footer .sf-menu li:after {
	display: none;
}

.footer-bottom ul li {
	display: block;
	margin: 0;
	width: 100%;
}

.footer-bottom ul li a {
	display: inline-block;
	line-height: 18px;
}

.footer-bottom ul li a.active {
	color: #009ee2;
}

.footer-bottom .social-links .field {
	float: left;
	margin-right: 8px;
}

.footer .block-search {
    display: none;
}

/*** Content ***/
.right-col .para-1 {
	margin-top: -4px;
}

.rss-feed-scroller {
	float: left;
  width: 100%;
}

.rss-feed-scroller iframe {
	width: 520px !important;
}

.internal-map-home {
	float: right;
}

.copy {
	color: #fff;
	float: left;
}

.enquiries {
	margin-top: 25px;	
}

.enquiries * {
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;	
}

.enquiries p {
	float: left;
	color: #01539a;
}

.enquiries a {
	margin-left: 5px;
}



.right-img-content ol,
.right-img-content ul {
    margin-left: 25px;
}

.vic .right-img-content img {
	min-width: 250px;
	min-height: 240px;
	margin-right: auto !important;
}



/*Home Slider*/
.banner_slider {
	background-color: #01539a;
	background-image:url(/sites/default/files/slider-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0; /*0 auto*/
	padding: 0;
	height: 446px;
	width: 100%;
	/*width: 1254px;*/
	position: relative;
}

.banner_slider .views-slideshow-cycle-main-frame,
.banner_slider .views_slideshow_cycle_slide {
	width: 100% !important;
	height: 446px !important;
}

.banner_slider img {
	display: block;
	margin: 0 auto;
}

.banner_slider ul,
.banner_slider .views-slideshow-controls-bottom {
	list-style-type: none;
	bottom: 28px;
	left: 50%;
	position: absolute;
  -moz-transform:translateX(-50%);  
  -webkit-transform:translateX(-50%);  
  -o-transform:translateX(-50%);  
  -ms-transform:translateX(-50%);	
	transform: translateX(-50%);
	z-index: 999;
}

.banner_slider ul li,
.banner_slider .views-slideshow-pager-field-item {
	float: left;
}

.banner_slider ul li a, 
.banner_slider ul li a:visited {
	font-family: 'Pathway Gothic One', sans-serif;	
	font-size: 15px;
	font-weight: 700;
	background-color: #01539a;
	color: #fff;
	padding: 1px 7px;
	cursor: pointer;
}

.banner_slider ul li a:hover,
.banner_slider ul li.active a {
	background: url(../images/background-banner-li.png) repeat 0 0;
	text-decoration: none;
}

.banner_slider .views-slideshow-controls-bottom .views-content-counter {
	background-color: #fff;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%; 
	width: 10px;  
	text-indent: -9999px;
	cursor: pointer;
}

.banner_slider .views-slideshow-controls-bottom .views-content-counter:hover,
.banner_slider .views-slideshow-pager-field-item.active .views-content-counter {
	background-color: #b5b5b5;
}


/* Internal Page Sliders */
#internal-1col .banner,
#internal-2col .banner {
	height: 148px;
}

.banner {
	background-color: #01539a;
	background-image:url(/sites/default/files/slider-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	float: left;
	margin: 0 auto;
	position: relative;	
	width: 100%;
}

.banner img {
	display: block;
	margin: 0 auto;
}

.banner .views-slideshow-cycle-main-frame {
	margin: 0 auto;
}

.banner ul,
.banner .views-slideshow-controls-bottom {
	list-style-type: none;
	bottom: 12px;
	left: 50%;
	position: absolute;
  -moz-transform:translateX(-50%);  
  -webkit-transform:translateX(-50%);  
  -o-transform:translateX(-50%);  
  -ms-transform:translateX(-50%);	
	transform: translateX(-50%);
	z-index: 99;
}

.banner ul li,
.banner .views-slideshow-pager-field-item {
	float: left;
}

.banner ul li a, 
.banner ul li a:visited {
	font-family: 'Pathway Gothic One', sans-serif;	
	font-size: 15px;
	font-weight: 700;
	background-color: #01539a;
	color: #fff;
	padding: 1px 7px;
	cursor: pointer;
}

.banner ul li a:hover,
.banner ul li.active a {
	background: url(../images/background-banner-li.png) repeat 0 0;
	text-decoration: none;
}

.banner .views-slideshow-controls-bottom .views-content-counter {
	background-color: #fff;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%; 
	width: 10px;  
	text-indent: -9999px;
	cursor: pointer;
}

.banner .views-slideshow-controls-bottom .views-content-counter:hover,
.banner .views-slideshow-pager-field-item.active .views-content-counter {
	background-color: #b5b5b5;
}



/*** News ***/
.news h1 {
	font-family: HandelGothicBT-Regular;
	font-weight: normal;
}

.news h2 a,
.news h2 a:visited {
color: #01539A;	
}

.news a {
	font-weight: 700;
}

.news .summary a {
	text-transform: uppercase;
}

.news .date {
	color: #01539a;
}

.national .news .article,
.states .news .article {
	margin-bottom: 12px; /*20px*/
	float: left;
	clear: left;
	width: 100%;
}

.news .summary .summary-content {
	line-height: 15px;
}

.news .summary img,
.news .views-field-field-news-image {
	float: left;
	margin-right: 14px;
}

.national .news h1 {
	font-size: 32px;
	margin-bottom: 35px;
}

.national .news,
.states .news {
	background-color: #eaeaea;
	margin-bottom: 20px;
	padding: 20px;
}

.national .news .summary .date,
.states .news .summary .date {
	float: left;
	margin-right: 5px;
}

.national.internal-1col .news,
.national.internal-2col .news,
.states .news, .national .news {
	float: left;
	padding: 12px 12px 20px;
}

.national .news .news,
.states .news .news {
	margin-bottom: 0;
}

.states #chapter-initiatives {
	padding: 10px 12px 11px;
}

.news h3,
#chapter-initiatives h3 {
	font-family: HandelGothicBT-Regular;
	font-weight: normal;
	font-size: 30px;
}

.internal-1col .date,
.internal-2col .date,
.states .news .date {
	font-size: 11px;
}

.internal-1col h6,
.internal-2col h6,
.states .news h6 {
	margin-bottom: 0;
}

.internal-1col .news img,
.internal-2col .news img,
.states .news img {
	display: none;
}

.news-article .date {
	font-size: 12px;
	color: #01539A;
}

.news .view-footer {
	clear: left;
}

.news .view-footer p {
	color: #01539A;
	margin-bottom: 0;
}

.news .view-footer * {
	font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

/* News & Views Listing page */
.news-listing .article {
	border-bottom: 1px solid #EAEAEA;
  padding: 15px 0 10px;
}

.news-listing .date {
	font-size: 12px;
	color: #01539A;
}

.news-listing a,
.news-listing a:visited {
	font-weight: 700;
}

.news-listing .item-list {
	margin-top: 15px;
}

	 
/* Partners */
.partners {
  font-family: HandelGothicBT-Regular;	
  float: left;
  width: 100%;
}

.nsw .partners {
	position: static;
	clear: both;
}

.wa .partners .gold-partners ul li {
	margin-bottom: 36px;
}

.partners .block {
	margin-top: 25px;
}

.partners ul,
.platinum-sponsors ul {
	list-style-type: none;
	margin: 20px 0 0;	
}

.partners ul li, 
.platinum-sponsors ul li {
	margin: 0 24px 20px 0;
	height: 60px;
	display: inline-block;
}



.partners ul li img {
	max-width: 133px;
	height: auto;
}

.partners h3 {
	text-transform: uppercase;
  width: 100%;
  border-bottom: 1px #c1c1c1 solid;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 10px;
  color #01539A;
}

.partners h4 {
  text-transform: none;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 50px;
  color #01539A;
}

.sponsors h3 {
	clear: both;
}

.sponsors ul {
	float: left;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 0;
}

.sponsors ul li {
	list-style: none;
	float: left;
	margin: 0 24px 0 0;
}

.platinum-sponsors {
	float: left;
	width: 100%;
}

.platinum-sponsors .item-list {
    float: left;
    width: 100%;
}

.platinum-sponsors .item-list + .item-list {
  float: right;
}

.platinum-sponsors img {
	max-width: 100px;
}

/*Shadowbox Map */
/* Map */
.map {
	background: url(../images/australia-map.png) 0 0 no-repeat transparent;
	height: 331px;
	width: 358px;
	position: relative;
}

.map .tas {
	background: url(../images/map-tas.png) 0 0 no-repeat;
	bottom: 37px;
	display: block;
	height: 17px;
	position: absolute;
	right: 91px;
	text-indent: -9999px;
	width: 18px;
	z-index: 10;	
}

.map .tas:hover {
	background-position: 0 -17px;
}

.map .vic {
	background: url(../images/map-vic.png) 0 0 no-repeat;
	bottom: 75px;
	display: block;
	height: 45px;
	position: absolute;
	right: 73px;
	text-indent: -9999px;
	width: 61px;
}

.map .vic:hover {
	background-position: 0 -45px;
}

.map .nsw {
	background: url(../images/map-nsw.png) 0 0 no-repeat;
	bottom: 92px;
	display: block;
	height: 73px;
	position: absolute;
	right: 41px;
	text-indent: -9999px;
	width: 93px;
}

.map .nsw:hover {
	background-position: 0 -73px;
}

.map .act {
	background: url(../images/map-act.png) 0 0 no-repeat;
	bottom: 103px;
	display: block;
	height: 13px;
	position: absolute;
	right: 73px;
	text-indent: -9999px;
	width: 6px;
	z-index: 99;
}

.map .act:hover {
	background-position: 0 -13px;
}

.map .qld {
	background: url(../images/map-qld.png) 0 0 no-repeat;
	top: 33px;
	display: block;
	height: 133px;
	position: absolute;
	right: 41px;
	text-indent: -9999px;
	width: 105px;
}

.map .qld:hover {
	background-position: 0 -133px;
}

.map .sa {
	background: url(../images/map-sa.png) 0 0 no-repeat;
	bottom: 92px;
	display: block;
	height: 87px;
	position: absolute;
	right: 138px;
	text-indent: -9999px;
	width: 72px;
}

.map .sa:hover {
	background-position: 0 -87px;
}

.map .wa {
	background: url(../images/map-wa.png) 0 0 no-repeat;
	display: block;
	height: 170px;
	left: 40px;
	position: absolute;
	text-indent: -9999px;
	top: 64px;
	width: 108px;
}


.map .wa:hover {
	background-position: 0 -170px;
}

.map .nt {
	background: url(../images/map-nt.png) 0 0 no-repeat;
	display: block;
	height: 108px;
	position: absolute;
	right: 149px;
	text-indent: -9999px;
	top: 41px;
	width: 62px;
}

.map .nt:hover {
	background-position: 0 -108px;
}

#sb-overlay {
	background-color: #092672 !important;
	opacity: 0.61 !important;
}

.choose-state {
	margin: 0 auto;
	display: block;
}

#sb-nav-close {
	background-image: url(../images/map-close.png) !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block !important;
	height: 67px !important;
	width: 169px !important;
}	

#sb-info,
#sb-info-inner,
#sb-nav {
	float: none;
	margin: 0 auto;
	height: 67px;
}

#sb-body, #sb-loading{
	background-color: transparent;
}

#sb-wrapper-inner {
	border: none;
}

#sb-counter {
	display: none;
}


/**** Internal Page - Map ****/
#internal-map,
.left-col #internal-map {
	float: left;
	padding: 12px 0;
}

#internal-map h2,
.left-col #internal-map h2 {
	font-family: HandelGothicBT-Regular;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
}

/* Internal Left Col Map */
.left-col #internal-map.small .map-inner {
	background: url(../images/australia-map-left.png) 0 0 no-repeat transparent;
	margin: 9px auto 0;
	height: 171px;
	width: 180px;
	position: relative;
}

.left-col #internal-map.small .act {
	background: url(../images/map-act-left.png) 0 0 no-repeat;
	bottom: 50px;
	display: block;
	height: 7px;
	position: absolute;
	right: 25px;
	text-indent: -9999px;
	width: 6px;
	z-index: 99;
}

.left-col #internal-map.small .act:hover {
	background-position: 0 -7px;
}

.left-col #internal-map.small .nsw {
	background: url(../images/map-nsw-left.png) 0 0 no-repeat;
	bottom: 42px;
	display: block;
	height: 43px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	width: 55px;
}

.left-col #internal-map.small .nsw:hover {
	background-position: 0 -44px;
}

.left-col #internal-map.small .nt {
	background: url(../images/map-nt-left.png) 0 0 no-repeat;
	display: block;
	height: 64px;
	position: absolute;
	right: 70px;
	text-indent: -9999px;
	top: 13px;
	width: 38px;
}

.left-col #internal-map.small .nt:hover {
	background-position: 0 -63px;
}

.left-col #internal-map.small .qld {
	background: url(../images/map-qld-left.png) 0 0 no-repeat;
	top: 9px;
	display: block;
	height: 78px;
	position: absolute;
	right: 9px;
	text-indent: -9999px;
	width: 62px;
}

.left-col #internal-map.small .qld:hover {
	background-position: 0 -79px;
}

.left-col #internal-map.small .sa {
	background: url(../images/map-sa-left.png) 0 0 no-repeat;
	bottom: 43px;
	display: block;
	height: 51px;
	position: absolute;
	right: 65px;
	text-indent: -9999px;
	width: 42px;
}

.left-col #internal-map.small .sa:hover {
	background-position: 0 -52px;
}

.left-col #internal-map.small .tas {
	background: url(../images/map-tas-left.png) 0 0 no-repeat;
	bottom: 11px;
	display: block;
	height: 9px;
	position: absolute;
	right: 38px;
	text-indent: -9999px;
	width: 11px;
	z-index: 10;	
}

.left-col #internal-map.small .tas:hover {
	background-position: 0 -9px;
}

.left-col #internal-map.small .vic {
	background: url(../images/map-vic-left.png) 0 0 no-repeat;
	bottom: 33px;
	display: block;
	height: 25px;
	position: absolute;
	right: 27px;
	text-indent: -9999px;
	width: 36px;
}

.left-col #internal-map.small .vic:hover {
	background-position: 0 -25px;
}

.left-col #internal-map.small .wa {
	background: url(../images/map-wa-left.png) 0 0 no-repeat;
	display: block;
	height: 99px;
	left: 8px;
	position: absolute;
	text-indent: -9999px;
	top: 26px;
	width: 70px;
}

.left-col #internal-map.small .wa:hover {
	background-position: 0 -100px;
}


/* Internal Right Col Map */
#internal-map .map-inner {
    background: url(../images/australia-map-sml.png) 0 0 no-repeat transparent;
    margin: 9px auto 0;
    height: 220px;
    width: 231px;
    position: relative;
}


#internal-map .nt {
    background: url(../images/map-nt-sml.png) 0 0 no-repeat;
    display: block;
    height: 82px;
    position: absolute;
    right: 90px;
    text-indent: -9999px;
    top: 17px;
    width: 49px;
}

#internal-map .nt:hover {
    background-position: 0 -81px;
}

#internal-map .wa {
    background: url(../images/map-wa-sml.png) 0 0 no-repeat;
    display: block;
    height: 127px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 34px;
    width: 81px;
}

#internal-map .wa:hover {
    background-position: 0 -128px;
}

#internal-map .qld {
    background: url(../images/map-qld-sml.png) 0 0 no-repeat;
    top: 12px;
    display: block;
    height: 100px;
    position: absolute;
    right: 12px;
    text-indent: -9999px;
    width: 79px;
}

#internal-map .qld:hover {
    background-position: 0 -101px;
}

#internal-map .sa {
    background: url(../images/map-sa-sml.png) 0 0 no-repeat;
    bottom: 55px;
    display: block;
    height: 66px;
    position: absolute;
    right: 84px;
    text-indent: -9999px;
    width: 54px;
}

#internal-map .sa:hover {
    background-position: 0 -66px;
}

#internal-map .nsw {
    background: url(../images/map-nsw-sml.png) 0 0 no-repeat;
    bottom: 53px;
    display: block;
    height: 55px;
    position: absolute;
    right: 12px;
    text-indent: -9999px;
    width: 70px;
}

#internal-map .nsw:hover {
    background-position: 0 -56px;
}

#internal-map .act {
    background: url(../images/map-act-sml.png) 0 0 no-repeat;
    bottom: 63px;
    display: block;
    height: 9px;
    position: absolute;
    right: 35px;
    text-indent: -9999px;
    width: 7px;
    z-index: 99;
}

#internal-map .act:hover {
    background-position: 0 -9px;
}

#internal-map .vic {
    background: url(../images/map-vic-sml.png) 0 0 no-repeat;
    bottom: 41px;
    display: block;
    height: 33px;
    position: absolute;
    right: 36px;
    text-indent: -9999px;
    width: 46px;
}

#internal-map .vic:hover {
    background-position: 0 -33px;
}


#internal-map .tas {
    background: url(../images/map-tas-sml.png) 0 0 no-repeat;
    bottom: 14px;
    display: block;
    height: 12px;
    position: absolute;
    right: 43px;
    text-indent: -9999px;
    width: 20px;
    z-index: 10;    
}

#internal-map .tas:hover {
    background-position: 0 -12px;
}

/* National */
.pane-national-homepage-promotions img {
	margin-bottom: 20px;
}

.national .left-col .panels-flexible-column-1-3-inside {
		padding-right: 0;
}

.main-col  table  {
	width: 100% !important;
}

.middle-col table {
	width: 100% !important;
}

/*.nsw .middle-col table {
    width: 250px !important;
}*/

.vic .middle-col table {
    /*width: 250px !important;*/
}

.middle-col iframe {
	max-width: 520px !important;
	width: 100%;
}

.right-col .promotion .views-row {
	float: left;
	margin: 18px 0 0;	
}

.right-col .promotion .views-row-first {
	margin: 0;
}

/* All States */
.promotion-block-wide {
	float: left;
	margin-top: 20px;
}

.advertising-space a,
.promotion-block-wide a {
	float: left;
	margin-top: 20px;
}

.advertising-space {
	margin-right: 20px;
	margin-bottom: 20px;	
}

.vic .advertising-space, .tas .advertising-space, .qld .advertising-space, .nsw .advertising-space, .wa .advertising-space {
	margin-right: 0;
}

.advertising-space.col-3 img {
	width: 100%;
	height: auto;
}

.advertising-space a {
	width: 100%;
}

.node-type-state-homepage .states .right-col table {
	width: 170px !important;	
}

.states.wa .middle-col {
	padding-bottom: 40px;
}

.states.wa .middle-col {
	width: 520px;
}

.states.vic .middle-col {
	width: 520px;
}

.states.tas .middle-col {
	width: 520px;
}

.states.qld .middle-col {
	width: 520px;
}

.states.nsw .middle-col {
	width: 520px;
}

.states.sa .middle-col {
	width: 520px;
}

#WA_fae_image img {
	cursor: pointer;
}

/* Search Results */
ol.search-results {
	margin: 20px 0;
	padding: 0;
}

.search-results li {
	border-bottom: 1px solid #EAEAEA;
}

/* Accordion */
.item-title a {
	background: url(../images/icon-plus.png) 8px 11px no-repeat #eaeaea;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 7px 24px;
	font-weight: 700;
	color: #01539A !important;
	text-decoration: none;
}

.item-title p {
	margin: 0;
}

.item-title.expanded a{
	background: url(../images/icon-minus.png) 8px 13px no-repeat #eaeaea;
}

.item-title a:hover {
	background-color: #dcdcdc;	
}

.item-title + p {
	background-color: #f5f5f5;
	border-bottom: 1px solid #FFFFFF;
	display: none;
	padding: 7px 24px;
	margin: 0;
}

a.expanded + p {
	display: block;	
}

/* NSW - Shopping Cart */
#block-spnet-cart-summary {
	background-color: #F5F5F5;
	border: 1px solid #EAEAEA;
	float: right;
	padding: 4px 7px;
	margin-bottom: 16px;
	width: 185px;
}

#block-spnet-cart-summary h2 {
	margin-bottom: 16px;
}

#block-spnet-cart-summary h2 a {
	background: url(../images/shopping_cart.png) 0 0 no-repeat transparent;
	color: #01539A;
	font-size: 15px;
	padding: 0 0 6px 31px;
}

#block-spnet-cart-summary .proceed_message a {
	float: left;
  background-color: #E57900;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  font-family: HandelGothicBT-Regular;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  padding: 3px;
  text-transform: uppercase;	
  text-decoration: none;
}

#spnet_content.mainmenu .content {
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.spnet_content th {
	background-color: #004A95;
}

.spnet_content td {
	background-color: #eaeaea;
}

.spnet_content tr[class$="_EVEN"] td,
#PRODS tr:nth-child(2n+1) {
	background-color: #f5f5f5;
}

#PRODS td {
	background: transparent !important;
}

#CUSNA {
	float: left;
	margin-bottom: 30px;
	width: 285px;
}

#CUSNA td {
	background: #fff;
}


#statuses {
	background-color: #f5f5f5;
	border: 1px solid #EAEAEA;
	float: right;
	padding: 4px 7px;
	width: 286px;
}

#statuses #annual_return a {
	font-family: HandelGothicBT-Regular;
	font-size: 14px;
	font-weight: normal;
	background-color: #16ADA4;
	padding: 2px 7px;
	color: #fff;
	text-transform: uppercase;
}

#spnet_menu {
	float: left;
	clear: left;
}

#financial_status {
	padding: 6px 0;
}

#statuses hr {
	margin-bottom: 12px;
}

#financial_status label {
	display: inline;
}

.cord-final #CUSNA{
	width:;
}

#ORD {
	float: left;
	width: 100%;
}

#CSSID_FORM_1 {
	float: left;
	margin-top: 20px;
}

#csub_tbl1 tr,
#csub_tbl1 td,
#CUSNA_1 tr,
#CUSNA_1 td {
background: transparent;
}

#csub_tbl2 tr,
#csub_tbl2 td {
background: #f5f5f5;
border: medium none !important;
}

#csub_tbl2 tbody,
#csub_tbl3 tbody {
	border: none;
}

#csub_tbl2 form {
	margin-bottom: 20px;
}

#csub_tbl3 {
	border: none;
}

#csub_tbl3 tr {
	background: transparent;
	border: none;
}

.infotable td input {
	float: left;
}

#spnet_content #balenq_tbl,
#spnet_content #balenq_tbl tbody,
#spnet_content #balenq_tbl td,
#spnet_content #balenq_tbl table {
	border: none;
}

#spnet_menu #EPRT_A {
	margin: 20px 0;
}

#spnet_forms #CSSID_FORM {
	float: left;
	clear: both;
}

#spnet_forms #CSSID_FORM input[type="text"] {
	padding: 4px;
}

#spnet_forms #CSSID_FORM h3 {
	font-size:  12px;
}

#udets_tbl {
	text-align: left;
	float: left;
	margin: 10px 0;
}

#udets_tbl + input {
	float: left;
}

/* Drupal Admin */
.logged-in .widget.login {
	display: none;
}

.states.qld .middle-col .middle-col {
    padding-bottom: 0;
}

.states.qld .middle-col {
    padding-bottom: 0;
}

.states.qld .middle-col .region-content {
    float: left;
    width: 100%;
}

.states.qld .sponsors {
    float: left;
    margin-top:50px;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.page-top {
	float: left;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}

.members-area {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*width: 250px;*/
	width: 100%;
}

.sa .members-area a, .sa .members-area a img, .qld .members-area a, .qld .members-area a img, .wa .members-area a, .wa .members-area a img, .tas .members-area a, .tas .members-area a img, .nsw .members-area a, .nsw .members-area a img {
	width: 100%;
}

.national .members-area.col-md-4 {
	width: auto !important;
}

.national .visit-chapter-text{
	font-family: HandelGothicBT-Regular;
    font-weight: normal;
    font-size: 26px;
    line-height: 16px;
    margin-top: 5px;
}

.internal-visit-chapter-text {
	display: none;
}

/* Intranet */
.intranet table {
	border-collapse: collapse;
	border: 1px solid #fff;
}

.intranet tr {
	background-color: #EAEAEA;
}

.intranet tr:nth-child(2n+1) {
	background-color: #F5F5F5;	
}

.intranet td {
	padding: 8px 10px 7px;	
	border: 1px solid #fff;
	vertical-align: top;
}

.intranet td p {
	margin: 0;
	padding: 0;
}

.intranet th {
	background-color: #00AFEC;
	border-right: 1px solid #fff;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	padding: 8px 10px 7px;	
	vertical-align: top;
}

.intranet .right-col table {
	width: 160px !important;
}

.intranet .right-col th h3{
	color: #fff;
	margin: 0;
}

.intranet .right-col td a,
.intranet .right-col td a:visited {
	color: #01539A;
}

.intranet .right-col td a:hover {
	color: #00AFEC;	
	text-decoration: none;
}

.intranet .heading {
	float: left;
	height: 50px;
	margin: 1px 0 24px;
	width: 100%;
}

.intranet .heading img {
	float: left;
}

.intranet .heading h1 {
	padding: 15px 65px;
}

.intranet .para-1 {
	font-weight: 700;	
}

.intranet .right-col .para-1 {
	margin-top: -4px;
}

.intranet .clearf {
	clear: both;
}

/* Header */
.intranet .header {
	height: 77px;
	border-bottom: 1px solid #eaeaea;
}

.intranet #neca-logo:after {
    content: "";
    background-color: #005baa;
    float: left;
    display: block;
    margin: 0 15px 0 12px;
    height: 74px;
    width: 1px;
}

.intranet .left-col {
	float: left;	
	margin-right: 30px;
	width: 180px;

}

.intranet .middle-col {
	float: left;
	width: 670px;
	padding-bottom: 15px;
}

.intranet .right-col {
	width: 175px;
}

/*** News ***/
.intranet .news {
	float: left;
	clear: both;	
	background-color: #eaeaea;
	margin-bottom: 20px;
	padding: 12px;
}

.intranet .news .article {
	margin-bottom: 24px;
}

.intranet .news .summary .summary-content {
	line-height: 15px;
}

.intranet .news h3 {
	margin: -6px 0 24px;
}

.intranet .news h4,
.intranet .news h6  {
	margin-bottom: 0;
}

.intranet .news a {
	font-weight: 700;
}

.intranet .news .summary a {
	text-transform: uppercase;
}

.intranet .news .date {
	color: #01539a;
}


/* Mosaic blocks */
.intranet .widgets {
	padding: 0 0 25px;
}
.intranet .widgets a {
	display: block;
	text-decoration: none;
}

.intranet .widgets a h3,
.intranet .widgets .details > h3 {
	font-family: HandelGothicBT-Regular;
	font-weight: normal;	
	color: #fff;
}

.intranet .widgets a p,
.intranet .widgets .details > p {
	font-weight: 700;
	color: #01539a;
	line-height: 16px;
	margin-bottom: 5px;
}

.intranet .small-widgets {
	float:left;
}

.intranet .middle-content {
	margin: 0 0 62px;
}

.intranet .mosaic-block {
	float:left;
	position:relative;
	margin-right: 10px;
	overflow:hidden;
}

.intranet .right-col .mosaic-block {
	margin: 0 0 24px;
}

.intranet .mosaic-block:last-of-type {
	margin-right: 0;
}

.intranet .mosaic-overlay {
	display:none;
	padding: 0;
	z-index: 999;
	position:absolute;
	background:#fff;
}
	
.intranet .fade .mosaic-overlay {
	background: #00afec;	
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
}

.intranet .mosaic-overlay .details {
	padding: 12px 8px;
}

.intranet .mosaic-backdrop {
	display:none;
	position: relative;
	top:0;
	background:#fff;
}


.intranet .mosaic-backdrop h2 {
	font-family: HandelGothicBT-Regular;
	font-size: 21px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	position: absolute;
	top: 7px;
	left: 9px;
	z-index: 99;
}

.intranet .mosaic-backdrop img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9;	
}

.intranet .middle-col .mosaic-block {
	height: 149px !important;
 width: 149px !important;	
}
.intranet .middle-col .mosaic-backdrop img {
	width: 149px;
	height: auto;	
}

.intranet .middle-col .mosaic-overlay,
.intranet .middle-col .mosaic-backdrop {
	width:149px;
	height:149px;
}

.intranet .right-col .mosaic-backdrop img {
	width: 160px;
	height: auto;
}

.intranet .right-col .mosaic-overlay,
.intranet .right-col .mosaic-backdrop {
	width: 160px;
	height: 160px;
}

.views-content-counter a {
    color: transparent;
}

/* News & Views Publish date */
.national .panel-pane.pane-node-updated.date {
    display: none;
}

.news-article .national .partners {
    display: none;
}
/* END - News & Views Publish date */