/*ANZACBridge2020*/

 * {box-sizing: border-box;}

html {scroll-behavior: smooth;}

/*Begin Main Menu*/

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:relative" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #FFFFFF;
	}

/* Styling the links */
nav a {
	display:block;
	padding:7px 7px;	
	color:#273be2;
	font-size:0.9em;
	text-decoration:none;
	background-color: #F5F5F5;
      border-radius: 3px;
}

.current{
	background-color: #E1EBEE;
      border-radius: 3px;
}

nav ul li ul li:hover {

      background: #B9D9EB; 
      border-radius: 3px;
}

/* Background color change on Hover */
nav a:hover { 
	background-color: #B9D9EB;
      border-radius: 3px;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 30px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* First Tier Dropdown */
nav ul ul li {
/*	width:170px; */
      min-width: 160px;
	float:none;
	display:list-item;
	position: relative;
      background-color: #f9f9f9;

}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
 */

/* Media Queries --------------------------------- */

@media all and (max-width : 768px) {

/*	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
*/
	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle label */
	.toggle {
		display: block;
		background-color: #F5F5F5;
		padding:10px 7px;	
		color:#273be2;
		font-size:0.9em;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #B9D9EB;
	}

	/* Display Dropdown when clicked on Parent Label */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
	}
  
/* dropdown text */
	nav ul li ul li .toggle,
	nav ul ul a,
      nav ul ul ul a{
		padding:7px 20px;	
		color:#000080;
		font-size:0.9em;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #FFFFFF;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #FFFFFF;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* First Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 
	}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}
}
/*End Main Menu */


/*Begin column formatting */

/* Create two equal columns that float next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 650px) {
  .column {width: 100%;}
}

/*End column formatting */

/*Begin image formatting */


.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


img {
  max-width: 100%;
  height: auto ;
  border-radius: 3px;
}

/*End image formatting */


/*Begin Body Formatting*/

body { background-color: #F9F9F9;}

.container
{
max-width: 900px;
padding: 1.5em 1.5em ;
margin: 10px auto;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-style: normal; font-size: 0.9em;
/*border: 1px solid #CCCCCC;*/
line-height: 125%;
}

/*for js text*/
.popup
{
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-style: normal; font-size: 0.8em;
/*border: 1px solid #CCCCCC;*/
line-height: 130%;
}

/*End Body Formatting*/

/*Begin Text Formatting*/

h1 {color: #273be2; text-align: center; font-size: 1.5em;}

p {padding: 0em 0.5em 0em 0.5em;}

.textcenter {text-align: center;}

.connect a:link {color: #273be2; text-decoration: none}

.connect a:visited {color: #273be2; text-decoration: none}

.connect a:active {color: #273be2; text-decoration: none}

.connect a:hover {color: #FF0000; text-decoration: none}

.small {color: #FF0000; font-size: 0.75em;}

.redtext {font-size: 1.1em; font-style: normal; color: #CC0000;}

.nums {font-size: 0.8em; font-style: italic; color: #CC0000;}


/*End Text Formatting*/

/* 2 January 2023 */