* 
    {
		 margin: 0;
		 padding:0;
		 box-sizing: border-box;
    }
    html 
    {
		font-size: 100%;
    }
    body 
    {
	    width: 100%;
	    font-size: 62.5%;
	    font-family: "Liberation Sans", "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, SunSans-Regular, sans-serif;
	    color: #000;
	    background: #fff none repeat scroll 0%;
	    margin: 0;
	    min-height:60em;
    }
    

	h1
	{
		font-size:180%;
		font-weight:bold;
		color:white;
	}

	h2
	{
		font-size:160%;
		font-weight:bold;
	}
	
	h3
	{
		font-size:140%;
		font-weight:bold;
	}
	
	button.login {
		height:25px;
		padding:5px 10px 20px 10px;
		margin:10px; 
	}
	
	#cookie-law { 
    max-width:940px;
    background:#EEEADD; 
    margin:10px auto 0; 
    border-radius: 17px;
	}
 
	#cookie-law p { 
    padding:10px; 
    font-size:1.2em; 
    font-weight:bold; 
    text-align:center; 
    color:green; //#682008; 
    margin:0;
	}
	
	.club
	{
		text-align: center;
		font-size:450%;
		font-weight:bold;
		color:#005395;
		margin:25px auto 10px auto;
	}
	#brand
	{
		display:block;
		font-weight: 900;
		text-align: center;
		color: #005395;
		font-size: 180%;
		vertical-align: middle;
		margin:25px auto 10px auto;
		position:relative;
	}
	#brand1
	{
		font-size: 111%;
	}
	#brand2
	{
		font-size: 89%;	
	}
	.description
	{
	    font-size:3.3em;
	}

   header { 
        display:block;
        width:100%;
        color:white;
     }
    
	div.header-col1, div.header-col2
   {
		float: left;
	}
	div.header-col3 {
		float: right;
	}
	
	div.header-col1 { width: 25%; }
	div.header-col2 { width: 50%; height:100%;}
	div.header-col3 { width: 25%; height:100%;}
	div.header-row { margin-top:1em; margin-left: auto; margin-right: auto;  width:100%;}
	div.header.col3 a img {
		width:5em;
		height:5em;
		margin-left:1em;
	}
	img#itclogo {
		display:block;
		margin: auto;
		max-width: 100%;
		width:16.5em;
		height:16.5em;
		vertical-align:middle;	
	}

	img#powertalklogo {
		display:block;
		margin: auto;
		max-width: 100%;
		width:27em;
		height:14.9em;
		vertical-align:middle;	
	}
	
	img#powertalklogotext {
		display:block;
		margin-left: 1em;
		max-width: 100%;
		width:27em;
		height:15em;
		vertical-align:middle;	
	}


img#powertalking 
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5em;
	width:23.7em;
	height:33.5em;
}

    h1#page_title {
     	 text-align:center;
     	 margin-top:2em;	
     } 
     
    div#top {
        width:100%;
        min-height:4.8em;
        display:flex;
        background-color: #003056;
     }
     div#bottom {
        width:100%;
        display:flex;
        background-color: #6B98BC;
    }

	div#mobileMenu {
		display: none;
		}
	div#top nav ul {
		background:#003056 none repeat scroll 0% 0%;
		width:100%;
		font-size: 120%;
		}
	div#top nav ul li{
		height:48px;
		}
	div#top nav ul li:hover
	{
		background-color: #235b88;
	}
	
	div#bottom nav ul {
		background:#6B98BC none repeat scroll 0% 0%;
		width:100%;
		height: 4em;
		font-size: 100%;
		}
		
	div#bottom nav ul li {
		height:40px;
	}
		
	div#bottom nav ul li:hover {
		background-color: #6089a9;
	} 

	div#restricted {
		background:#6B98BC none repeat scroll 0% 0%;
		padding-left: 0;
		width:100%;
		min-height: 4em;
		display:flex;
		font-size: 100%;
		}
		
	div#restricted nav ul li {
		height:40px;
	}
		
	div#restricted nav ul li:hover {
		background-color: #6089a9;
	}	
	div#boardroom {
		background: #8E1087 none repeat scroll 0% 0%;
		padding-left:0; 
		width:100%;
		min-height: 4em;
		font-size: 100%;
		}
		
	div#boardroom nav ul li {
		height:100%;
	}
		
	div#boardroom nav ul li:hover {
		background-color: #8E103F;
	}
	

/* dropdown stuff */


ul.dropdown li{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	color: #fff;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	cursor: default;
}
ul.dropdown li:hover ul {
 visibility: visible;
}

/* second level dropdown */
ul.dropdown ul a:link,
ul.dropdown ul a:visited	{ color: #fff; text-decoration: none; }
ul.dropdown ul a:hover		{ color: #fff; text-decoration: none; }

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 22.5em;
	margin:-15px;
	padding:0;
	background-repeat:no-repeat; 
}

ul.dropdown li li{
	background-color: #003056;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:3em;
	margin-top:1em;
	margin-bottom:-1em; 
	text-decoration: none;
	color: #000;
	width:22.5em;
	font-size:80%;
}
ul.dropdown li li.hover,
ul.dropdown  li li:hover {
	 color: #0ff;
}

/* last item in drop down list */
ul.dropdown li li.last{
	height:67px;
	padding-bottom:27px;
}

ul.dropdown  li li:hover.last {
	 color: #fff;
	 
}
/*third level dropdown*/
ul.dropdown ul ul{
	top: 0;
	left: 150px;
}
ul.dropdown li li li{
	font-size:1em;
}

/* end of dropdown stuff */

	div#boardroom nav ul.dropdown {
		background: #8E1087 none repeat scroll 0% 0%;
		width:100%;
		height: 4em;
		font-size: 100%;
		}
		
	div#boardroom nav ul.dropdown li {
		height:40px;
	}
		
	div#boardroom nav ul.dropdown li:hover {
	background-color: #8E103F;
	}
	
	div#boardroom ul.dropdown li li{	
		background-color: #8E1087;
	}



	nav ul li img{
		float:left;
		border:0 none;
	}	
	
	nav ul li a {
		text-decoration : none;
		color : white;
		font-size : 100%;
		display:block;
	}
	
    nav ul li a em 
    {
        font-style: normal;
        text-decoration: underline;
    }
	
	nav ul li span{
		float:left;
		padding-top:0.7em;
		padding-right:1em;
		padding-left:1em;
	}
	nav ul li  span.notranslate
	{
		float:none;
		padding-left:0;
		padding-right:0;
		padding-top:0;
	}
	nav ul li img{
		float:left;
	}
	nav ul li{
	list-style: none;
	margin-left : 0px;
	padding: 0;
	float:left;
	vertical-align: middle;
	color: #fff;
	font-weight:bolder;
	font-size:180%;
}
	nav ul li.hover,
	nav ul li:hover {
	position: relative;
	cursor: default;
}
	nav ul li:hover  ul {
		visibility: visible;
}


	
	span#Region {
	    color:white;
	    font-size:240%;
	}
	
	footer {
		display:block;
		color : #000; 
		background-color: #D9D2CA;
		width:100%;
		padding:1em;
		font-size:130%;
		text-align:center;
    }
    
  #container #header ul.nav, #container #header ul.nav li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

div#main p, div#main li{
	font-size: 140%;
	margin-bottom: 0.761%;
	line-height: 142.88%;
}
main p, main li{
	font-size: 140%;
	margin-bottom: 0.761%;
	line-height: 142.88%;
}
p.centrebold 
{
	background-color:white;
	font-weight: bold;
	text-align: center;
}

p.highlightbold 
{
	color: #0F4D95;
	background-color:white;
	font-weight: bold;
	text-align: center;
}

p.redbold 
{
	color: #B71F1F;
	background-color:white; 
	font-weight: bold;
	text-align:center;
}

p.centre
{
	text-align:center;
}

/* For users with text-readers */
.textonly 
{
	display:none;
}

/* Use this for any highlighted text */
.highlight
{
	color:#0F4D95;
	font-weight: 800;
}

div#main h1
{
	font-family: 'Nobile', "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, SunSans-Regular, Sans-Serif;
	box-sizing: border-box;
	color: #333;
	font-size: 360%;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0.67em;
	margin-top: 0.67em;

}


main
{
	margin: 0 17px 0 17px;	
	padding-top: 2em;
	min-height:72.6em;
	overflow:auto; /* Ensures that main content does not intrude on footer */
}

main h1, header h1
{
	font-family: 'Nobile', "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, SunSans-Regular, Sans-Serif;
	box-sizing: border-box;
	color: #333;
	font-size: 360%;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0.67em;
	margin-top: 0.67em;

}

/* On error pages title is red */	
.warning
{
	color:red;
}

div#inner 
{
	margin: 0 1.7em 0 1.7em;
	padding-top: 2em;
	min-height:72.6em;
}

div.column
{
	float:left;
	width:auto;
	font-size:1.33em;
	line-height:1.4em;
}

ul.logobullet
{
    list-style-type:disc;
    list-style-image: url(../images/logobullet.gif);
    margin-left:2em;
    padding-left:1em;
}

img.leftimg 
{
	display:block;
	float: left;
	clear: left;
	margin: 0.5em;
	border:0;
}

img.rightimg 
{
	display:block;
	float: right;
	clear: right;
	margin: 0.5em;
	border:0;
}

hr.hr60
{
	text-align:left;
	width:60%;
}

/* Styling for Blog Entries */

div.feedburnerFeedBlock ul {

	margin-left:0;

	padding-left:0;

	list-style-type: none

}



div.feedburnerFeedBlock ul li {

	clear:both;
	margin-left:2em;

}

div.feedburnerFeedBlock ul ul {

	list-style-type: disc;

}



div.feedburnerFeedBlock ul ol {

	list-style-type: decimal;

}



div.feedburnerFeedBlock ul li span.headline {

	font-weight:bold;

	display:block;

	margin:1.2em 0 0 0;

}

#calltoaction
{
	height: 15em;
	width: 25em;
	border-radius: 4em;
	color:white;
    background-color:red;
    box-shadow:rgba(0,0,0,0.2) 1em 1em;
    margin-left:auto;
    margin-right:auto; 
    padding:1.7em;
}
#calltoaction a:link{color:yellow;}
#calltoaction a:visited{color:white;}

#calltoaction h2{
	font-weight:900; color:white; text-align:center;
}

img#itclogo {
	display:block;
	margin: auto;
	max-width: 100%;
	width:165px;
	height:165px;
	vertical-align:middle;	
}
img#powertalklogo {
	display:block;
	margin: auto;
	max-width: 100%;
	width:270px;
	height:108px;
	vertical-align:middle;	
}


img#powertalking 
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5em;
	width:23.7em;
	height:33.5em;
}

div.captioned 
{
	float: right;
	font-size:1.08em;
	font-weight:bold;
	text-align:center;
	padding: 1em;
}

div.captioned img 
{
	float: left;
	clear: right;
}


.address 
{
	font-size: 0.8em;
}
img.phone 
{
	width: 1.2em;
	height: 0.83em;
}
img.home 
{
	width: 1.05em;
	height: 0.98em;
}
.boxTop
{
  	margin: 0;
	padding: 0.6em 0 0.4em 0;
	background-color: #EFF7F7;
	text-align: center;
	font-size:10px;
	width: 39.8em;
	border: 1px solid #386896;
	border-bottom: none;
	border-radius: 4em 4em 0 0;
}
.boxTop h3
{
    font-size: 1.4em;
	color: #336699;
}
.boxMain 
{
	width: 39.8em;
	height: 35em;
	float: left;
   border:1px solid #386896;
	border-radius:  0 0 4em 4em;
	z-index:10;
}
.boxMain ul 
{
	margin: 0;
	padding: 1.4em 1em;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.boxMain ul li 
{
	margin: 0 0 0.9em;
	padding: 0;
}
.boxMain p 
{
	margin: 10px;
}
.smallBoxTop
{
  	margin: 0;
	padding: 0.6em 0 0.4em 0;
	background-color: #EFF7F7;
	text-align: center;
	font-size:10px;
	width: 25.2em;
	border: 1px solid #386896;
	border-bottom: none;
	border-radius: 4em 4em 0 0; 
}
.smallBoxTop h3
{
    font-size: 1.4em;
	color: #336699;
}
.smallBoxMain 
{
	width: 25.2em;
	float: left;
	border:1px solid #386896;
	border-radius:  0 0 4em 4em;
}
.smallBoxMain ul 
{
	margin: 0;
	padding: 1.4em 1em;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.smallBoxMain ul li 
{
	margin: 0 0 0.9em;
}
.smallBoxMain p 
{
	margin: 10px;
}

img.smallFlag
{
    display:block;
    border:solid 1px #E7E6E7;
    margin-top:0.8em;
}
img.flag
{
	float:left;
	display:block;
	margin:0 4em 1em 0;
}
a#fbButton
{
    border:none;
}
a#fbButton img
{
    width:14.4em;
    height:4.5em;
    border:none;
}

	div#bottom  span, #mobRight span, #restricted span
	{
		color:black;  
	}
@media only screen and (max-width: 768px) {
	header hr {display:none;} /* Don't show the hr on small screens */
	div.trail {
		margin-top: 1em;	/* Make vertical space */
	}
	iframe {
		width:100%;	/* Make iframe fill a small screen */
	}
	header form {
		margin-top: 12em; /* Ensure that login selectors remain below the text */
	}
	nav  ul {
		margin-left : 5px; /* Small screen lists have a small left-hand margin */
	}
	nav ul li span{
		float:none;
		padding-top:0.7em;
		padding-right:0;
		padding-left:0;
	}
	ul.dropdown li li.hover,
	ul.dropdown  li li:hover {
	 color: transparent;
	}

	div.header-col1, div.header-col2, div.header-col3 
   {
		float: none; /* Header divisions should align vertically on a small screen */
		width:100%;
	}
	div.header-row{
		margin-bottom: 1em;	
	}

	div#top,
	div#bottom,
	div#restricted,
	div#boardroom {
		display: none;	
	}
	div#mobileMenu {
		display: flex; /* Use a flexible display for small screen menus */
	}
	/* mobLeft replaces the top menu with a left-hand menu at the bottom of the screen */
	div#mobLeft{
		background-color: #003056;
		width:50%;
		float:left;
		align-items: stretch;
	}
	div#mobLeft nav ul {
		background-color: #003056;
	}
	div#mobLeft nav ul li{
		float:none;
		display:block;
	}
	div#mobLeft nav ul li span{
		float:none;
		display:block;
	}
	/* mobmenus replace the bottom menu with a right-hand menu at the bottom of the screen */
	div#mobRight, div#mobRestricted, div#mobBoardroom {
		background-color: #6B98BC; 
		width:50%;
		float:left;
		align-items: stretch;
	}
	div#mobBoardroom {
		background-color: #8E1087;	
	}
	div#mobboardroom nav ul.vertical {
		background: #8E1087 none repeat scroll 0% 0%;
		padding-left: 12.86571em;
		width:100%;
		height: 4em;
		font-size: 140%;
	}
	ul.submenu {
		background-color:#8E103F;
	}
	ul.submenu li a{
		font-size:50%;	
	}
	div#mobboardroom nav ul.vertical li li{
		background-color: #8E1087;
		font-size: 80%;
   }
	div#mobRight nav ul, div#mobRestricted nav ul, div#mobBoardoom nav ul {
		font-size:100%;
		list-style: none;
	}
	
	div#mobRight nav ul li{
		float:none;
		display:block;
	}
	div#mobRight nav ul li span{
		float:none;
		display:block;
	}
	
	div#mobBoardroom nav ul li{
		float:none;
		display: block;
	}
	div#mobBoardroom nav ul li span{
		float:none;
	}
	
	div#mobRestricted nav ul li{
		float:none;
	}
	div#mobRestricted nav ul li span{
		float:none;
		display: block;
	}
} /* End of small screen modifications */
 @media print
{
    div#top, div#bottom, div#middle-behind, span.anitext{
        display:none;
   }
   header 
   {
        height:14.2em;
        color:Black;
   }
   header h2 span.replace 
   {
       display: list-item;
       list-style-type:none;
       list-style-image: url(../images/coaching.png);
       list-style-position: inside;
   }
   a:link
   {
        text-decoration:none;
        color:Black;
   }
}