/* For all WAUdev pages. Put colours in light.css and dark.css*/

body {

	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
}

p, ul {
	text-align:left;
	margin: 10px 0 10px 0;
}


.nav > li > a {
	text-transform: uppercase;
	font-size: 1.2em;
}

.nav > li > ul > li > a {
	font-weight:normal;
}

.no-wrap {
	white-space: nowrap;
}

.no_bl {
	list-style:none;  
}

ul.fa-ul {
	margin-left: 30px!important;
}

.fa-li {

	width: 2em;
}


.sup {
	vertical-align: super;
	font-size: 0.8em;
}


img.left {
	float:left;
	padding:0 10px 0 0!important;

}

img.right {
	float:right;
	padding: 0 0 0 4px;


}

img.small {  /*small inline images*/
	width: 100px;
	height:auto;
	padding: 4px;
}

img.f_wt { /*full width images*/
	width:100%;
	padding: 10px 0 10px 0;
}
sm_img { /*flags*/
	width:20px;
	height:auto;
}

.center {
	text-align:center!important;
	
}

.left {
	text-align:left!important;
	
}

.right{
	text-align:right!important;
	
}

.middle {
	vertical-align:center!important;	
}

/* iframes height and no border*/

iframe {
	width: 100%;
	border:0;
	height: 350px;

}


/*full and half width images and iframes*/

img.full, iframe.full {
	width: 100%;
	padding:  0!important;
	margin: 0!important;
}

img.half {
	width: 48%;

}

img.twenty {
	width: 20%;

}

img.in_sm, img.pdf {  /*inline logos, pdf images*/
	height: 15px;
	display:inline;
	width:auto;
	padding: 0 10px 0 0;
	margin:0;

}

h1 {
	margin: 20px 0 20px 0;
}

.row  h2 {
	text-align: center;
}


h1, h2, h3, h4 {
	font-family: Roboto, Helvetica, sans-serif;
}

h2, h3, h4 {
	text-align:left;
}

#header, #main {
	text-align:center;
	padding:0;
	margin:0;
}
.breadcrumbs{
	text-align: left;
	padding: 1em;
}
.breadcrumbs a{
	text-align: left;
	padding: .3em .5em;
	display:inline-block;
	margin-right:-.3em;
}
.breadcrumbs a:hover,.breadcrumbs a:focus{
	background: rgba(200,200,200,.3);
}

/*styling logos in header and footer elements */

#header .row, #footer .row  {
	text-align:center;
}

#header .row img{
	vertical-align: middle;
	height: 75px;
}


#header .row .main_logo img {
	height: 250px;

}


#header .row img.wau {
	height: 130px;
}

#header .row .right_logo {
	text-align:right;
}

#header .row .left_logo {
	text-align:left;
}


/*logos in header*/

#header .row > div {
	width:30%;
	display: inline-block;
	margin: 5px 5px;
	padding: 5px;
}


/*heading sections */

div.heading {
	width: 100%;
	margin: 0;
	padding: 0 10px 0 10px;
	text-align: center;
}

div.heading h2 {  /*reduce space  */
	text-align:center;font-size: 25px;
	margin:0;
	padding:10px 0 0 0;
}

div.heading p {  /*reduce space  */
	text-align:center!important;
	margin:0!important;
	padding:0 0 10px 0!important;
}

/*end heading sections */

/*separator */

div.separator {
	height: 40px;

}


#banner-load img {
	width: 100%;

}


#main p,  #main ul,  #main ol, #main .btn-default {
	font-size: 16px;
	line-height: 25px;
}



.row {
	margin:0;
	text-align:left;

}

.row-eq-height { /*rows to equal height */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row-eq-height img.responsive { /*responsive images in multicol rows should fill div */
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.row-eq-height img.twenty { /*responsive images smaller */
	width: 20%;
	margin-bottom: 20px;
}

#main .full {
	padding: 20px 20px 20px 20px;
	text-align: left;
	margin: 0;}

/*4 col rowns in main */

.row_5col > div {
	width: 20%;
}




	/*4 col rowns in main */

	.row_4col > div {
		width: 25%;
	}



	/*3 col rowns in main (default) */


	#main .row > div, #footer .row > div {
		width:33%;
		display: inline-block;
		margin: 0;
		padding: 20px;
	}

	#footer .row > div {
		padding: 4px!important;
	}


	/*2 col rows in main */

	.row_2col div {
		width: 50%;
	}

	.row_2col > div:nth-of-type(1) {  /* padding between divs in 2col */	
		padding: 0 20px 0 20px;

	}

	.row_2col > div:nth-of-type(2) {  /* padding between divs in 2col */
		padding: 0 20px 0 20px;

	}

/*1 col rowns in main */

.row_1col > div > p {
	padding: 0 20px 0 20px;
}


	.fill, .fill:hover  {  /* buttons which fill their divs*/
		display:inline-block;
		width:100%;
		height:100%;
		font-weight: bold;
		font-size: 18px;

	}

	/* iuaes and wcaa oaras in front page */


	#main .row > div img.sm_img {  /*small images in rows*/
		width:auto!important;

	}



	/*setting background and margins for WAU front page*/

	.front {
		background:url(/images/front.png);
		background-repeat:no-repeat;
		background-size:cover;
		height: 600px;
		text-align: center;
		background-position: bottom;

	}

	#main .row > div.front_txt {
		width: 90%;
		margin:auto;
		margin-top: 50px;
		text-align:center;
	}


	.front_txt h1 {
		font-size: 1.8em;
	}

	.small {
		font-size: 12px;
	}

	.large {

		font-size: 20px;
		line-height:38px;
	}

	.underline {
		text-decoration: underline;
	}



#main ul li {
	padding-bottom: 0.5em;
}

#footer {
	height: 100px;
	padding-top:30px;
}

.well h3, .well .h3 {
	margin-top: 0;
	color: #f16821;

}


h4 *.pull-right {
	margin-left: 0.5em;
}

h3 *.pull-right {
	margin-left: 0.5em;
}



/* menu images - set height */
.nav > li > a > img {
	height: 20px;
}


@media (min-width: 893px) {
	.high5.row .well {
		min-height: 13em;
	}
}

@media (min-width: 768px) {

	.container {
		width: 100%;
	}
}


@media (max-width: 1800px) {
	/* reduce sizes of logo and headings */
	/*  drop downs - show symbol only*/
	nav #navbar>ul>li.dropdown>a > span:nth-child(2) {
		display: none;
	}

}



@media (max-width: 800px) {
	#logo-text h1 a.logo img {
		width: 280px;
		height: auto;
	}

	#logo-text h1.no-logo {
		margin: 1em 0;
	}


	#nav > ul {
		margin-left:0;
		text-align:center;
		z-index: 1;
	}

	#footer {     /*  footer - deeper on sm screen*/
		height: 200px;
		padding-top:30px;
	}

	#footer .row > div {
		padding: 10px!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	img.half, img.twenty {
		width: 100%!important;
		padding: 2px!important;
	}




}


/*Eli added for responsive image/text boxes*/

.responsive_element {
	width: 100%;
	display: table;
	margin: 10px 0px;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


p.responsive {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}


img.responsive,
iframe.responsive {
	display: table-cell;
	width: 20%;
	height: auto;
	float: left;
	margin-right: 10px;
}

.nine {
	width: 9%!important;
}





iframe.responsive {
	width: 100%;
	margin-bottom: 10px;
}

/* generic table styles*/

table.gen {
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.30)} /* add shadow to table*/



	table.gen td {
		padding: 8px;
		margin: 4px;
		border: 0.1em solid #fff;
		text-align:left;

	}


	/* Debugging horizontal scroll issue. */
/* body * {
	outline: 1px solid red;
	} */
	/* Dave adding for responsive Issue elements */
	.article {
		border: 1px solid grey;
		border-radius: 3px;
		display: flex;
		flex-wrap: wrap;
		margin: 40px auto;
		padding: 20px 15px;
		width: 100%;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	}
	.article:hover {
		background: #fafafa;
		box-shadow: 0 0 10px #00000030;
	}
/* body #container > * {
	outline: 1px solid red;
}
.article > * {
	outline: 1px solid red;
	} */
	.article > a:first-child {
		padding: 0 15px 15px;
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}
	.article a img {
		height: auto;
		max-width: 100%;
		margin: 0 auto;
		transition: transform 0.3s ease-in-out;
	}
	.article a:hover img {
		transform: scale(1.03);
	}

	.article .article-content > p {
		margin-bottom: 0;
		padding: 0 15px 15px;
	}
	.article .article-content > p:first-child {
		padding: 0 15px 15px;
	}
	.article .article-content p.keywords {
		font-style: italic;
		font-size: 0.9em;
	}
	.article .article-menu {
		padding: 0 15px;
	}
	.article .article-menu + p {
		padding: 0 15px 15px;
	}
	.article .btn-group {
		margin-bottom: 10px;
	}
	.article .btn-group button {
		width: 100%;
	}
	.article a,
	.isarticlesue button,
	#main .isarticlesue .btn [class~="fa"] {
		transition: 0.2s ease-in-out;
	}
	.article button:hover,
	.article .btn:hover {
		background: #23527c;
		color: #fff;
	}
	#main .article .btn:hover .caret {
		border-top-color: #fff;
	}

	@media only screen and (min-width: 414px) {
		.article .btn-group .btn {
			width: auto;
		}
	}
	@media only screen and (min-width: 768px) {
		.article {
			flex-wrap: nowrap;
			padding: 20px;
		}
		.article > a:first-child {
			/* padding: 20px; */
			width: 25%;
		}
		.article a img {
			max-width: 150px;
		}
		.article .article-content > p {
			/* padding: 20px; */
		}
		.article .article-menu {
			/* padding: 0 20px; */
		}
		.article .btn-group .btn {
			width: auto;
		}
		.article .article-menu + p {
			/* padding: 20px; */
		}
	}




	@media only screen and (max-width: 800px) {

		#header .row > div {
			width:auto;
			margin: 0;
			padding: 0;
		}

		#main .row > div, #footer .row > div, .row_4col > div, .row_5col > div, div, .row_2col > div, div.fb-page  {
			width:100%;
			display: inline-block;
			margin: 0;
			text-align:left;
		}

		.row-eq-height {
			display: block;

		}

		.row_2col > div:nth-of-type(1) {  /* cancel padding between divs in 2col on sm screen */
			padding:10px;
			margin:0;
			width: 100%;
		}

		.row_2col > div:nth-of-type(2) {  /* cancel  padding between divs in 2col sm screen */
			padding:10px;
			width: 100%;
		}



	}

	@media only screen and (max-width: 600px) {

		/* main logo on tablet screen */

		#header .row .main_logo img {
			height: 100px;
			margin: 10px 30px 10px 30px;

		}

		/* aux logos in header on tablet screen */

		#header .row img.narrow {

			height: 20px;
		}

		
		/* decrease padding for front paras on smaller screens */

		#main .row  p, #main .row  ul {
			padding:5px;
			margin:0 2px 0 2px;


		}

	}



	@media only screen and (max-width: 479px) {

		#main div.full  {
			padding: 0 4px 0 4px;
			text-align:left;
		}



		img.responsive, .nine {
			width: 100%!important;
			margin: 0px auto;
			display: block;
			height: auto;
			margin-bottom: 20px;
		}

		#header .row .main_logo img {
			height: 150px;
			margin: 10px;

		}

		/* very small logos in header on narrow screen */

		#header .row img.narrow {

			height: 10px;
		}


		.row_2col {
			margin:0;
			padding:0;

		}


	}



	/*Expanding list items*/



	body.content-expanded .backdrop,body.content-expanded .dropdown-container { /*Eli added to fix iphone scroll issue*/
		z-index: 5;
		-webkit-overflow-scrolling: touch;
	}


	.fullWidthBox {
		position:absolute;
		left:0;
		right:0;
		min-height:1300px;
		overflow-x:scroll;
	}
	.fullWidthBox>table{
		width:100%;
	}

	@media(min-width:1530px) {
		.fullWidthBox>table{
			width:96%;
			max-width: 1480px;
			margin:0 auto;
		}
	}

	.tabcontent>ul{
		margin:0;
	}
	.tabcontent>ul>li{
		position:relative;
		padding-left:6.6em;
		min-height:1.8em;
	}
	.tabcontent>ul>li>a{
		display:block;
		position:relative;
		padding:.15em .3em;
	}
	.tabcontent>ul>li>a:focus{
		background: rgba(220,240,250,.35);
		outline: none;
	}
	.tabcontent>ul>li>a:hover{
		background: rgba(220,240,250,.6);
		outline: none;
	}
	#main .tabcontent>ul>li>a  .caret{
		position:absolute;
		right:.5em;
		bottom:.5em;
		top:auto;
	}
	#main .tabcontent>ul>li>a:hover  .caret{
		border-top-color:#555;
	}
	#main .tabcontent>ul>li>a[aria-expanded=true]{
		background: rgba(200,210,240,.5);
	}
	#main .tabcontent>ul>li>a[aria-expanded=true]:focus{
		background: rgba(200,210,240,.9);
	}
	#main .tabcontent>ul>li>a[aria-expanded=true]:hover{
		background: rgba(200,210,240,.7);
	}

	.tab_hh {
		color: #ba8419;
		width:6.5em;

	}
	.loc {
		background-color: #ddd;
	}

	.tab {
		overflow: hidden;
		border: 1px solid #dddddd;
		background-color: #dddddd;
	}

	/* Style the buttons that are used to open the tab content */
	.tab button {
		background-color: #dddddd;
		float: left;
		width:20%;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 14px 0;
		text-align: center;
		transition: 0.3s;
		color: #ba8419;
		font-weight:500;
		border-right: 1px solid #fff;
		font-size: .9em;
	}

	.tabcontent {
		animation: fadeEffect 1s; /* Fading effect takes 1 second */
	}



	/* Go from zero to full opacity */
	@keyframes fadeEffect {
		from {opacity: 0;}
		to {opacity: 1;}
	}

	/* Change background color of buttons on hover */
	.tab button:hover {
		background-color: #f5f5f5;
	}

	/* Create an active/current tablink class */
	.tab button.active {
		background-color: #fff;
	}

	/* Style the tab content */
	.tabcontent {
		display: none;
		padding: .5em 0 0;
		border: 1px solid #dddddd;
		border-top: none;
	}

	#main .caret {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #bbb;

	}

	p.responsive {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
		padding:0;
	}

	.responsive_element {
		width: 100%;
		display: table;
		border:none;

	}


	.panel-collapse {
		padding: 0;
	}


	/* For all DejaLU  pages. Put colours in light.css and dark.css*/

	.dejalu {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 60px;
		line-height: 10px;
	}

	.dl_txt {

	}


	/* https://github.com/wimagguc/jquery-eu-cookie-law-popup */
	.eupopup-container {
		background-color: rgba(25, 25, 25, 0.9);
		color: #efefef;
		padding: 5px 20px;
		font-size: 12px;
		line-height: 1.2em;
		text-align: center;
		display: none;
		z-index: 9999999;
	}

	.eupopup-container-top,
	.eupopup-container-fixedtop {
		position: absolute;
		top: 0; left: 0; right: 0;
	}
	.eupopup-container-fixedtop {
		position: fixed;
	}

	.eupopup-container-bottom {
		position: fixed;
		bottom: 0; left: 0; right: 0;
	}
	.eupopup-container-bottomleft {
		position: fixed;
		bottom: 10px;
		left: 10px;
		width: 300px;
	}
	.eupopup-container-bottomright {
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 300px;
	}
	.eupopup-closebutton {
		font-size: 16px;
		font-weight: 100;
		line-height: 1;
		color: #a2a2a2;
		filter: alpha(opacity=20);
		position: absolute;
		font-family: helvetica, arial, verdana, sans-serif;
		top: 0; right: 0;
		padding: 5px 10px;
	}
	.eupopup-closebutton:hover,
	.eupopup-closebutton:active {
		color: #fff;
		text-decoration: none;
	}
	.eupopup-head {
		font-size: 1.2em;
		font-weight: bold;
		padding: 7px;
		color: #fff;
	}
	.eupopup-body {
		color: #a2a2a2;
	}
	.eupopup-buttons {
		padding: 7px 0 5px 0;
	}
	.eupopup-button_1 {
		color: #f6a21d;
		font-weight: bold;
		font-size: 14px;
	}
	.eupopup-button_2 {
		color: #f6a21d;
		font-weight: normal;
		font-size: 12px;
	}
	.eupopup-button {
		margin: 0 10px;
	}
	.eupopup-button:hover,
	.eupopup-button:focus {
		text-decoration: underline;
		color: #f6a21d;
	}
	body .eupopup-color-inverse {
		color: #000;
		background-color: rgba(255, 255, 255, 0.9);
	}
	body .eupopup-color-inverse .eupopup-head {
		color: #000;
	}
	body .eupopup-style-compact {
		text-align: left;
		padding: 8px 30px 7px 20px;
		line-height: 15px;
	}
	body .eupopup-style-compact .eupopup-head,
	body .eupopup-style-compact .eupopup-body,
	body .eupopup-style-compact .eupopup-buttons {
		display: inline;
		padding: 0;
		margin: 0;
	}
	body .eupopup-style-compact .eupopup-button {
		margin: 0 5px;
	}
	.multiline-collapse {
		position:relative;
		min-height:60px;
	}
	.multiline-collapse .multiline-toggle {
		margin:0;
		display:none;
		position:absolute;
		left:0;
		top:8px;
	}
	.multiline-toggle .glyphicon{
		font-size:26px;
	}
	.multiline-toggle a:focus,.multiline-toggle a:hover{
		outline:none;
	}
	.multiline-collapse.multiline{
		padding-left:40px;
		padding-right:40px;
	}
	.multiline-collapse .multiline-block {
		position:relative;
		max-height:500px;
		overflow:hidden;
		transition: all .4s linear;
	}
	.multiline-collapse .multiline-block *{
		position:relative;
		left:0;
		top:0;
		transition: all .2s linear;
		transition-delay: .30s;
		transform:scale(1);
	}
	.multiline-collapse .multiline-block *:nth-child(1){
		transition-delay: .00s;
	}
	.multiline-collapse .multiline-block *:nth-child(2){
		transition-delay: .05s;
	}
	.multiline-collapse .multiline-block *:nth-child(2){
		transition-delay: .10s;
	}
	.multiline-collapse .multiline-block *:nth-child(3){
		transition-delay: .15s;
	}
	.multiline-collapse .multiline-block *:nth-child(4){
		transition-delay: .20s;
	}
	.multiline-collapse .multiline-block *:nth-child(5){
		transition-delay: .25s;
	}
	.multiline-collapse .multiline-block *:nth-child(6){
		transition-delay: .30s;
	}
	.multiline-collapse.multiline .multiline-toggle,.multiline-collapse.collapsed .multiline-toggle {
		display:block;
	}
	.multiline-collapse.collapsed .multiline-block {
		max-height:0;
	}
	.multiline-collapse.collapsed .multiline-block *{
		transform:scale(0);
	}
	/*override odd styles*/
	#main .multiline-collapse ul li{
		margin:0;
		padding:4px;
	}
	#main .multiline-collapse ul {
		margin:0;
		padding:0;
	}

	/*language selector*/


	.languageFrameClick, .languageFrameSelect, .languageFrameInput {
		width: 100%;
		text-align: center;
		background-color: transparent;
		font-size: 1em;
		
	}    
	
	
	
	.textFrame>p {
		margin: 0px;
	}
	
	.textSupportTestFrame button {
		font-size: 24px;
		margin: 20px;
	}
	
	button {
		cursor: pointer;
	}

