@import url(reset.css); 

/*

	Main CSS:
	Copyright (C) 2019 OwlTree Web Solutions.
	Mobile first

*/



html
{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 100%;
}


@font-face
{
	font-family: 'Century Gothic';
src: url('../fonts/century_gothic.eot'); src: url('../fonts/century_gothic.eot?#iefix') format('embedded-opentype'), url('../fonts/century_gothic.svg#Century Gothic') format('svg'), url('../fonts/century_gothic.woff') format('woff'), url('../fonts/century_gothic.ttf') format('truetype');	
}


@font-face
{
	font-family: 'Century Gothic Bold'; 
	src: url('../fonts/century_gothic_bold.eot'); 
	src: url('../fonts/century_gothic_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/path/century_gothic_bold.svg#Century Gothic Bold') format('svg'), url('../fonts/century_gothic_bold.woff') format('woff'), url('../fonts/century_gothic_bold.ttf') format('truetype'); font-weight: normal; font-style: normal;
}

body
{
	font-family: 'Century Gothic', sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	letter-spacing: 0px;
	color: #262626;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
}

header
{
	/*position: relative;
	z-index: 0;*/
	float: left;
	width: 100%;
	padding: 0;
	/*margin: 3em 0 0 10%;*/
	text-align: center;
	background-color: transparent;
}

.logo-container
{
	float: left;
	width: 60%;
	/*min-width: 200px;*/
	/*max-width: 300px;*/
	margin: 0 20%;
	padding: 1em 0;
	/*background-color: rgba(255,  255,  255, 0.60);*/
}

.logo-container img
{
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0 auto;
}

.logo-container p
{
	color: #757575;
	letter-spacing: 2px;
}

.content-strip
{
	clear: both;
	float: left;
	width: 98%;
	margin: 0;
	padding: 1em 1%;
}

.container
{
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1%;
}

.container img
{
	width: 100%;
	margin: 2em 0;
}


.flex-box
{
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	z-index: 0;
}

.top-bottom-padding
{
	padding-top: 1em;
	padding-bottom: 1em;
}

h1
{
	font-family: 'Century Gothic Bold';
	color: #0073dc;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	border-bottom: 2px solid silver;
}

h2
{
	font-family: 'Century Gothic Bold';
	font-size: 1.6em;
	margin: 1em 0;
	text-align: left;
	text-transform: uppercase;
}

h2.centre
{
	text-align: center;
}

h3
{
	font-family: 'Century Gothic Bold';
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
}

h4
{
	font-family: 'Century Gothic Bold';
	font-size: 1.2em;
	font-style: normal;
	margin-bottom: 1em;
}

h5
{
	font-family: 'Century Gothic';
	font-size: 1.1em;
	font-style: normal;
	margin-bottom: 1em;
}

ul
{
	display: block;
}

ul li
{
	list-style: disc;
	list-style-position: inside;
}

p, li
{
	margin-bottom: 1em;
}

li
{
	list-style: none;
	/*list-style-position: inside;*/
}

ol li
{
	list-style: decimal;
	list-style-position: inside;
	margin-left: 18%;
	font-size: 1.5em;
	color: #014cc1;
}

a, a:visited
{
	color: #1d1760;
}

.container a
{
	color: #699bd8;
}

blockquote
{
	
}

cite
{
	font-style: italic;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

pre
{
	width: 40%;
	margin: 0 auto;
	padding: 0;
	border-bottom: 3px solid white;
	background: none;
}

.centre
{
	text-align: center;
}

table
{
	border-collapse: separate;
	border-spacing: 0px;
	border: 1px solid #a5a5a5;
	width: 100%;
	padding: 0 0%;
	margin: 2em 0;
	/*background: url(../images/mono-tree-blue.png) no-repeat 80% top, #1d1760;*/
	background-size: contain;
	/*color: white;*/
}

tr td
{
	padding: 0.5em 10px;
	border: 1px solid #a5a5a5;
}

th
{
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	padding: 1em 10px;
	background-color: #699bd8;
	border: 1px solid #a5a5a5;
}

.bg-colour-white
{
	background-color: white;
}

.bg-colour-light-grey
{
	background-color: #eeeeee;
}

.bg-colour-grey
{
	background-color: #d2d2d2;
}

.bg-colour-light-blue
{
	background-color: #a8caef;
}

.bg-colour-mid-blue
{
	background-color: #699bd8;
	color: white;
}

span.red
{
	color: red;
}

.bg-colour-mid-blue a, bg-colour-mid-blue a:visited
{
	color: white;
}

.bg-colour-dark-blue
{
	background-color: #014cc1;
	color: white;
}

hr
{
	width: 120px;
	margin: 1em auto;
	color: transparent;
	border-top: 1px solid #699bd8;	
}

/*---------- Main Navigation Bar ----------*/

#navbar
{
	/*position: relative;*/
	z-index: 1000;
	width: 100%;
	/*height: 60px;*/
	overflow: hidden;
	background-color: white;
	padding: 10px 0 0 0;
}

ul#topnav
{
	/*clear: both;*/
	/*float: left;*/
	/*position: relative;*/
	/*z-index: 99;*/
	width: 100%;
	/*height: 68px;*/
	/*max-width: 1280px;*/
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	overflow: hidden;
}

.sticky
{
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .banner-strip-home, .sticky + .banner-strip
{
	padding-top: 60px;
	
}

#topnav li
{
	list-style: none;
}

ul#topnav2
{
	display: none;
	width: 100%;
	height: inherit;
	margin: 0 auto 0 auto;
	padding: 0;
	
}

ul#topnav2 li
{
	margin: 0 0.5%;
	padding: 0;
}

ul#topnav2 li:hover
{
	color: #0073dc;
}

ul#topnav2 li a
{
	margin: 0;
	padding: 0.3em 0.8em ;
	font-weight: bold;
}

#topnav li a, #topnav li a:visited
{
	color: #262626;
}

ul#topnav2 li a:hover, ul#topnav2 li a:focus
{
	color: #0073dc;
	
}

#topnav li ul.submenu
{
	display: none;
	width: 75%;
	font-size: 1em;
	background-color: rgba(255, 255, 255, 0.80);
	margin: 0 auto;
	padding: 0.4em 0 0.4em 0;
	text-align: center;
}

#topnav li ul.submenu li
{
	margin: 0px 0;
	line-height: 1.6em;
}

#topnav li ul.submenu li a
{
	padding: 0.3em 0.3em;
	font-weight: bold;
}

ul#topnav li:hover > ul.submenu, #topnav li:focus > ul.submenu a
{
	display: block;
}

#topnav li:hover > ul.submenu a:hover, #topnav li:focus > ul.submenu a:focus
{
	color: #262626;
	border-bottom: 2px solid #0073dc;
}

#topnav li img
{
	transition: all 0.5s ease-in-out;
}

img.menu-symbol
{
	width: auto;
}

img.menu-symbol:hover, img.menu-symbol:focus
{
	transform: rotate(90deg);

}
a.on
{
	font-size: 1em;
	font-weight: normal;
}

ul#topnav2 li a.on, ul#topnav ul.submenu li a.on
{
	color: #262626;
	border-bottom: 2px solid #0073dc;
}



/*---------- Banner CSS  -----------*/

.banner-strip-home
{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.banner-strip
{
	clear: both;
	float: left;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
}

/*---------- Content Areas CSS  -----------*/


.column
{
	float: left;
	width: 96%;
	margin: 0 1% 1em 1%;
	padding: 1em 1%;
	border-radius: 3px;
}

/*------------ Video Strip -------------*/

video
{
	float: left;
	width: 100%;
	margin: 1em 0;
	border: none;
	border-radius: 3px;
}

/*----------------- CIE Divisions ---------------------*/

.cie-division
{
	clear: both;
	float: left;
	width: 98%;
	margin: 1em 0;
	padding: 1em 1%;
}

.cie-division:nth-child(odd)
{
	background-color: #a8caef;
}

.cie-division:nth-child(even)
{
	background-color: #eeeeee;
}


/*------------- Meetings and Conferences ----------------------*/

.meetings
{
	float: left;
	width: 96%;
	margin: 1em 1%;
	padding: 1em 1%;
}

.meeting-date
{
	color: #014cc1;
	font-weight: bold;
	margin-bottom: 0;
}

.meeting-location
{
	font-weight: bold;
}

/*------------------ Documents Pages -------------------*/

.downloadable
{
	float: left;
	width: 46%;
	margin: 1em 1%;
	padding: 2em 1%;
	background-color: #a8caef;
	text-align: center; 
	border-radius: 30px 2px 30px 2px;
	transition: all 0.3s ease-in-out;
}

.downloadable:hover, .downloadable:focus
{
	transform: scale(1.05);
}

.downloadable a, .downloadable a:visited
{
	color: #262626;
}

.downloadable h5
{
	
}

.downloadable h4
{
	color: #014cc1;
}

/*------------- News Pages -------------*/


 h3.read-more
{
	clear: both;
	display: block;
	width: 120px;
	margin: 1em auto;
	padding: 12px 20px;
	background-color: #0073dc;
	color: white;
	text-align: center;
	border-radius: 30px 2px 30px 2px;
}

h3.read-more a
{
	color: white;
}

/*-------------- Previous and Next Buttons on News Pages ---------------*/

.prev-next-container
{
	clear: both;
	width: 100%;
	text-align: center;
}

ul#prev-next 
{
	width: 100%;
	margin: 0 auto;
}
  
#prev-next li
{
	float: none;
	width: auto;
	min-width: 30px;
	min-height: 40px;
	margin: 0em 20px 0em 20px;
	padding: 0.2em 1% 0.3em 1%;
	background-color: #15bef0;
	text-align: center;
	display: inline-table;
	list-style: none;
	color: #484848;
	font-size: 1.4em;
	
	border-radius: 2px;
}

#prev-next li a, #prev-next li a:active
{
	font-size: 1.2em;
	color: white;
}

#prev-next li:hover, #prev-next li:focus, #prev-next li a:hover, #prev-next li a:focus
{
	background-color: #ee3689;
}


#prev-next a.no-after, #prev-next li.no-after
{
 	display: none;
}

#prev-next a.no-before, #prev-next li.no-before
{
 	display: none;
}

#prev-next a.previous
{
 	/*margin-right: 2.0em;*/
}


/*-------------- Contact Page -------------*/

.contact-col
{
	float: left;
	width: 96%;
	margin: 1em 1%;
	padding: 1em 1%;
	background-color: #a8caef;
	text-align: center;
	border-radius: 3px;
}

.contact-col h4
{
	font-weight: normal;
}

.contact-col a, .contact-col a:visited
{
	color: #262626;
}

img.contact-icon
{
	display: block;
	width: auto;
	margin: 1em auto;
}

/*---------- Contact Form ----------*/

.enquiry-form
{
	
}

form
{
	float: left;
	width: 80%;
	font-size: 1.3em;
	padding: 0 0 0 0;
	margin: 2em 10% 0 10%;
}

ul.form li
{
	list-style: none;
}

fieldset ul
{
	width: 100%;
	max-width: 100%;
	/*text-align: center;*/
	margin: 0 auto;
	list-style: none;
}

li.input-line
{
	margin: 0em 0% 0em 0%;
}

li.input-line label
{
	display: block;
	text-align: left;
	width: 15%;
	padding-right: 1em;
}

li.input-line input
{
	width: 100%;
	max-width: 100%;
	min-height: 1.5em;
	font-size: 1.1em;
	border: 2px solid #1d1760;
	/*background-color: transparent;*/
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 5px;
	color: #1d1760;
}

li.input-line textarea
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	font-size: 1.1em;
	border: 2px solid #1d1760;
	/*background-color: transparent;*/
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	font-family:  inherit;
	color: #1d1760;
}

li.g-recaptcha
{
	margin-top: 1em;
}

li.submit
{
	width: 94%;
	margin: 2em auto 2em auto;
	
}

li.submit input
{
	display: block;
	width: 100%;
	height: 2em;
	border: 0;
	background-color: #96ca4f;
	border-radius: 30px;
	color: #3d3d3d;
	font-size: 1em;
	text-align: center;
	margin: 1em 0% 2em 0%;
	color: white;
}

li.submit input:hover
{
	background-color: #15bef0;
	color: white;
}



/*---------- Footer ---------------*/

footer
{
	clear: both;
	float: left;
	width: 98%;
	background-color: #000000;
	color: #e0e0e0;
	padding: 1em 1%;
}

footer a, footer a:visited
{
	color: #e0e0e0;
	text-decoration: underline;
}

.footer-left
{
	float: left;
	width: 100%;
	text-align: center;
}

.footer-centre
{
	float: left;
	width: 100%;
	text-align: center;
}

.footer-centre a,.footer-centre:visited
{
	color: #e0e0e0;
	text-decoration: none;
}

.footer-right
{
	float: left;
	width: 100%;
	text-align: center;
}

img.social-icon
{
	width: auto;
	margin: 1em auto 0 auto;
	padding: 0 10px 0 0;
}

.reg-details
{
	clear: both;
	float: left;
	width: 100%;
	font-size: 0.8em;
}

p.legal-link
{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.8em;
	
}

p.legal-link a
{
	color: #e0e0e0;
}

.reg-details p
{
	text-align: center;
}



