@charset "utf-8";
/* CSS Document */
/* Contents
1.0 colour palatte 
2.0 GLOBAL/PAGE SCOPE
  2.1 MENU
  2.2 Utilities/Helpers
3.0 SECTION DEFINITIONS
4.0 Buttons
9.0 Thirdparty
  9.1 EasySlider


*/


/*
1.0 PALATTE DEFINITIONS
*/

/*
white section

h1  487fb8
bkg #ffffff

h2 #666666
bkg #ffffff

light blue section

light blue bkg 274577
text #ffffff

navy section
navy bkg 1c3256
text #ffffff

button red e32e28
text #ffffff

button blue 1d79ba
text #fff


light grey bkg  #e3e3e3
*/

/*
2.0 GLOBAL/PAGE SCOPE 
*/
html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100%; /* reset */

	max-width:60em;
}
/*
2.1 MENU
*/
#menu {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	cursor:pointer;
}

#menu_main{
	/*opacity:0;*/
	display:none;
	background-color:#FFF;
	/*float:left;*/
	border: solid 1px #000;
	box-shadow: 10px 10px 20px #111;
	position:absolute;
	top:55px;
	left:0px;

}
#menu_secondary {
	/*opacity:0;*/
	/*float:left;*/

	border: solid 1px #000;
	box-shadow: 10px 10px 20px #111;
	display:none;
	position:absolute;
	top:55px;
	left:100px;	
}
#sub_menu_overview {
	display:none;
/*	opacity:0;*/
}
#sub_menu_types {
	display:none;
}
#sub_menu_patterns {
	display:none;
}
#sub_menu_apps {
	display:none;
}
#sub_menu_resources {
	display:none;
}
#sub_menu_links {
	display:none;
}

.menu_main_item {
	font-size:2.3em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0px;	
	background-color:#FFF;
	border:1px solid #ccc;
}

.sub_menu_item {
	font-size:1.8em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	padding:0.5em;
	margin:0px;	
	background-color:#FFF;
	border:1px solid #ccc;	
}

#menu_button {
	z-index:500;
}
#menu_bar {
  position:fixed;
  top:0px;
  left:0px;
  cursor:pointer; 
  z-index: 100;
  width:100%;
  border-bottom:solid 1px #ccc;
  background-color: #FFF;
  height:50px;
}

#coverall {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(128,128,128,0.5);
	z-index:-50;
}
@media all and (min-width: 751px) {
	
	.menu_main_item {
	font-size:1.8em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0px;	
	background-color:#FFF;
	border:1px solid #ccc;
}

.sub_menu_item {
	font-size:1.5em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	padding:0.5em;
	margin:0px;	
	background-color:#FFF;
	border:1px solid #ccc;	
}

}
@media all and (max-width: 750px) {
.menu_main_item {
	font-size:1.2em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin:0px;	
	background-color:#FFF;
	border:1px solid #ccc;
}

.sub_menu_item {
	font-size:1.0em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	padding:0.5em;
	margin:0px;	
	background-color:#FFF;
	border:1px solid #ccc;	

}
}




.nav-item a {
  text-decoration:none;
  color:#FFF;
}


/*
2.2 Utilities and Helpers
*/
.centered_img {
	display: block;
	margin-left: auto;
    margin-right: auto;	
}

.ana_box {
	/*float: left;*/
	width:100%;
	max-width:60em;
	min-width:400px;
    border: 1px solid #1c3256;
    border-radius:20px;
	border-spacing:10px;
	padding:5px;
	margin:1px;
}
.ana_sml_box {
	float: left;
	width:30%;
    border: 1px solid #1c3256;
    border-radius:20px;
	border-spacing:10px;
	padding:5px;
	margin:5px;
}

.left_float_box {
/*	float: left;*/
	margin: 10px;
/*	width:350px; */
	width:40%;
	min-width:300px;
	background-color:#e3e3e3;
    border: 1px solid #1c3256;
    border-radius:20px;
	border-spacing:10px;
	padding:10px;
	margin:10px;
	box-shadow: 3px 3px 5px #111;	
}
.right_float_box {
	float: right;
	margin: 10px;
	width:40%;
	min-width:300px;
	background-color:#e3e3e3;
    border: 1px solid #1c3256;
    border-radius:20px;
	border-spacing:10px;
	padding:10px;
	margin:10px;
	box-shadow: 3px 3px 5px #111;	
}

.img_100 {
	width:100%;
	max-width:60em;
	display: block;
	margin-left: auto;
    margin-right: auto;	
}
.img_75 {
	width:75%;
	max-width:60em;
	display: block;
	margin-left: auto;
    margin-right: auto;	
}

.img_50 {
	width:50%;
	max-width:60em;
	display: block;
	margin-left: auto;
    margin-right: auto;	
}	

.img_30 {
	width:30%;
	max-width:60em;
	display: block;
	margin-left: auto;
    margin-right: auto;	
}

.centered_text {
	text-align:center;
}
.floating_img {
	float: left;
	margin: 10px;
}
.floating_img_r {
	float: right;
	margin: 10px;
}
.clear_float {
	  clear: both;
}
.centered_block {
	 margin: 0 auto;
}
.vat {
	vertical-align:top;
}
.rounded_border {
    border: 1px solid #1c3256;
    border-radius:20px;
	border-spacing:10px;
	padding:10px;
	margin:10px;
}
.shadowed {
	box-shadow: 3px 3px 5px #111;
}

.box_300 {
	width:300px;
}

/* equal height divs*/
.equal {
    display:table;
}
.row {
    display:table-row;
}
.row div {
    display:table-cell;
}

/* filler */
.fill_500 {
	width:100%;
	height:500px;
	background:#fff;
}

/* video wrappers for responsive width */
.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#playlist_placeholder {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#playlist_placeholder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
/*
3.0 SECTION DEFINITIONS
*/

.page_content {
	z-index:0;
	padding-top:50px;
	background-color:#FFF;
	/*
	padding:5px;
	
	position:absolute;
	top:0px;
	left:0px;
	
	*/
	position:absolute;
	left:0px;
	width:100%;
	max-width:60em;
	overflow:hidden;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size:3em;
	font-weight:bolder;
	text-align:center;
	padding-top:1px;
	margin:0px;
}

h2 {
	font-size:2.3em;
	font-family: 'Raleway', sans-serif;
    font-weight: normal;
	text-align:center;
	margin:0px;	
}

h3 {
	font-size:1.5em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	text-align:center;
	margin:0px;	
}	
h4 { /* same as h3, but not centered */
	font-size:1.5em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
	margin:0px;	
}

h5 {
	font-size:1.0em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;	
}
	

.section {
	background-color: #FFF;
	color: #666;
	padding:10px;
}
.section h1 {
	color:#1c3256;
}
.section h2 {
	color:#1c3256;
}
.section h3 {
	color:#1c3256;
}
.section h4 {
	color:#1c3256;
}
.section h5 {
	color:#1c3256;
}

.section_blue {
	background-color:#274577;
	color: #FFF;
	padding:10px;
}
.section_blue h1 {
	color:#fff;	
}
.section_blue h2 {
    color: #fff;
}
.section_blue h3 {
	color:#fff;
}
.section_blue h4 {
	color:#fff;
}
.section_blue h5 {
	color:#fff;
}
.section_navy {
	background-color:#1c3256;
	color: #FFF;
	padding:10px;
}
.section_navy h1 {
	color:#fff;	
}
.section_navy h2 {
    color: #fff;
}
.section_navy h3 {
    color: #fff;
}
.section_navy h4 {
    color: #fff;
}
.section_navy h5 {
    color: #fff;
}
.section_grey {
	background-color:#e3e3e3;
	color: #666;
	padding:10px;
}
.section_grey h1 {
	color:#1c3256;	
}
.section_grey h2 {
	color:#1c3256;
}	
.section_grey h3 {
	color:#1c3256;
}
.section_grey h4 {
	color:#1c3256;
}

.section_grey h5 {
	color:#1c3256;
}
/*
4.0 Buttons 
*/
.red_button {
    color:#FFF;
    border: 3px solid #e32e28;
    border-radius: 20px;
    padding: 10px;
	margin: 10px;
	font-family: 'Roboto Condensed', sans-serif;
/*	font-weight:bold;*/
	font-size:1.2em;
	background-color:#e32e28;
	display:inline-block;
	box-shadow: 3px 3px 5px #111;
	cursor:pointer;
}

.blue_button {
    color:#FFF;
    border: 3px solid #1d79ba;
    border-radius: 20px;
    padding: 10px;
	margin: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:1.2em;
	background-color:#1d79ba;
	display:inline-block;
	box-shadow: 3px 3px 5px #111;	
	cursor:pointer;
}

/*
5.0 Page specific items 
*/

/*
5.1 index.html
*/
@media all and (min-width: 500px) {
	#header_img{
	}
	#header_img_small {
		display:none;
	}
}
@media all and (max-width: 499px) {
	#header_img{
		display:none;
	}
	#header_img_small {

	}
}

/*
5.2 about.html
*/
/*
.about_menu_img {
	width:30%;
	max-width:200px;
	padding-right:10px;
}
*/

#interact0 {
	display:block;
}
#interact1 {
	display:none;
}
#interact2 {
	display:none;
}
#interact3 {
	display:none;
}
#interact4 {
	display:none;
}
#interact5 {
	display:none;
}
#interact6 {
	display:none;
}
#interact7 {
	display:none;
}
#interact8 {
	display:none;
}
#interact9 {
	display:none;
}

/* level colours - perceptually equally spaced from white to black */
.lev1 {	background-color:#FFF;  }
.lev2 {	background-color:#f0f0f0;  }
.lev3 {	background-color:#d9d9d9;  }
.lev4 {	background-color:#bdbdbd;  }
.lev5 {	background-color:#969696;  }
.lev6 {	background-color:#737373;  }
.lev7 {	background-color:#525252;  }
.lev8 {	background-color:#252525;  }
.lev9 {	background-color:#000;  }

/* 
9.0 Third Party 
*/

/* 9.1 Easy Slider - only visible if display with > 500*/
/* Easy Slider */

@media all and (min-width: 500px) {
	#slider{
		margin:auto;
		/*float:left;*/
		}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:400px;
		height:250px;
		overflow:hidden; 
		}	
		
	#last_conference_quotes	{
		display:none;
	}
}
@media all and (max-width: 499px) {
	#slider{
		display:none;
	}
	#slider ul, #slider li{
		display:none;
	}
	#slider li{ 
		display:none;
	}
	#last_conference_quotes	{
	}
}

#prevBtn, #nextBtn{ 
		display:none;
}

/* workshop google map */
    .google-map {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
