html{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:1.3;
	/*color:#999;*/
	color:#717171;
}


p {
	margin-top: 0px;
	margin-bottom: 7px;
}


b, strong {
  font-weight: bold;
}

/*===============================================================================================================
                                    link styling
================================================================================================================*/
.uk-link, a {
  /*color: #b3d66e;
	color: #a6c667;*/
	color: #97b862;
}


.uk-link:hover, a:hover {
	color: #014268;
	text-decoration: underline;
}



/*===============================================================================================================
                                    nav styling
================================================================================================================*/

/*-------------------------- nav container styling for mobile to correctly handle logo image -------------------------------*/
@media (max-width: 992px) {
	.uk-navbar-container {
		height:80px
	}
}



/*-------------------------- top colour styling -------------------------------*/
.uk-navbar-nav > li:hover > a::before, .uk-navbar-nav > li.uk-active > a::before {
    background-color: #b3d66e;
		/*background-color: #a6c667;*/
}


/*-------------------------- nav link styling -------------------------------*/
.uk-navbar-nav > li > a, .uk-navbar-toggle {
	height: 30px;
}


.uk-navbar-nav > li > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #014268;
}

/*-------------------------- active nav link styling -------------------------------*/
.uk-navbar-nav > li.uk-active > a {
	color: #014268;
}



/*-------------------------- mobile menu backgound styling -------------------------------*/


.uk-offcanvas-bar {
  background: #014268;
}


/*-------------------------- mobile menu link styling -------------------------------*/

.uk-offcanvas-bar .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a {
	/*color: #a6c667;*/
	color: #97b862;
  background-color: transparent;
}



.uk-offcanvas-overlay {
	/*background: #014268;*/		
	background-color:rgba(153,153,153,0.1);
}



/*===============================================================================================================
                                    layout styling
================================================================================================================*/

/* -----------  headerbar & logo -------------------- */
.tm-headerbar-top {
	padding-top: 40px;
	padding-bottom: 20px;
}




/* -----------  main content area -------------------- */
.uk-section {
	padding-top: 40px;
	padding-bottom: 10px;
}



/*===============================================================================================================
                                    content styling
================================================================================================================*/


/* -----------  page headers -------------------- */
div.pageHeading {
	margin-bottom: 25px;
}

.pageHdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#014268;	
}

.pageHdrSub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#014268;	
}


.leavesImage {
	margin-top: 20px;
}

span.required {
	color: red;
}


/*===============================================================================================================
                                    testimonial styling
================================================================================================================*/

em{
	color:#717171;
	font-size:11px;
	font-weight:normal;
}


i{
	color:#717171;
	font-size:11px;
	font-weight:bold;
}

.uk-accordion-title {
	line-height:1.0;
}

.testimonials{
	margin-top:20px;
}


.testimonialsHomePage{
	margin-top:20px;
	text-align:center;
}


.testimonialName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#014268;
}


.testimonialNameHomePage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.testimonialRoleHomePage {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#717171;	
}


.testimonialRole {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#717171;	
	margin-top:-10px;
}

.testimonialLink {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}


.testimonial{
	margin-top: -5px;
	margin-bottom:20px;
}


.testimonialHomePage{
	margin-top:-2px;
}


/*===============================================================================================================
                                    contact styling
================================================================================================================*/

.contactItem{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	color:#014268;
}

.contactTable1{
	margin-top:20px;
}

.contactTable2{
	margin-top:8px;
	margin-bottom: 10px;
}


/*===============================================================================================================
                                    footer styling
================================================================================================================*/

.footer{
	margin-left: 0px;
	width:100%;
	height:80px;
}


@media screen and (min-width: 200px) and (max-width: 580px) {
	.footer{
		height:130px;		
	}
}


/* -----------  footer background colour styling -------------------- */

.uk-section-secondary, .uk-tile-secondary {
    background: #014268;
}


/* -----------  footer content styling -------------------- */

.copyright, .nerdle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	margin-left: -35px;	
}


.copyright {
	margin-top: -45px;
}

.nerdle{
	margin-top: 0px;
}


.privacyPolicy, .cookiePolicy {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	float:right;	
}

.privacyPolicy {
	margin-top: -40px;
}

.cookiePolicy {
	margin-top: -20px;
}


/* -----------  footer link styling -------------------- */

.uk-section-secondary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a:hover {
	color:#999;
}


@media screen and (min-width: 580px) and (max-width: 640px) {
	.copyright {
	margin-top: -20px;
	}
	
	.nerdle{
		margin-top: 0px;
	}
	
	.privacyPolicy {
		margin-top: -40px;
	}
	
	.cookiePolicy {
		margin-top: -22px;
	}
}


@media screen and (min-width: 200px) and (max-width: 580px) {
	.copyright {
	margin-top: -20px;
	}
	
	.nerdle{
		margin-top: 0px;
	}
	
	.privacyPolicy {
		margin-top: 10px;
		margin-left: -15px;
		float:left;
	}
	
	.cookiePolicy {
		margin-top: 30px;
		margin-left: -68px;
		float:left;
	}
}



@media screen and (min-width: 640px) and (max-width: 960px) {
	.copyright{
		margin-left: -17px;
		margin-top: -20px;		
	}
}


@media screen and (min-width: 640px) and (max-width: 960px) {
	.nerdle{
		margin-left: -17px;
		margin-top: -0px;		
	}
}


@media screen and (min-width: 640px) and (max-width: 960px) {
	.privacyPolicy{
		margin-top: -40px;		
	}
}


@media screen and (min-width: 640px) and (max-width: 960px) {
	.cookiePolicy{
		margin-top: -20px;		
	}
}


@media screen and (min-width: 200px) and (max-width: 640px) {
	.copyright, .nerdle{
		margin-left: -15px;		
	}
}





/*===============================================================================================================
                                    policy styling
================================================================================================================*/

/* --------------- Legal list style ---------------- */

ol.legal {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}


ol.legal > li {
  display: table;
  counter-increment: item;
  margin-top: 0.8em;
}

ol.legal > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol.legal > li {
  margin: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

li ol.legal > li:before {
  content: counters(item, ".") " ";
}




/*===============================================================================================================
                                    form styling
================================================================================================================*/

fieldset {
	border: 1px solid #C8C8C8;
	margin: 0px;
	padding: 10px 20px 20px 20px;
}

legend {
	font-family:Verdana, Geneva, sans-serif;
	color: #97b862;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-left: -10px;
}


.uk-form-stacked {
	margin-left: 27px;
}


label {
  cursor: default;
}

.uk-form-label {
	font-size: 13px;
	color: #717171;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 400;
	text-transform:none
}


.uk-form-label-sub {
	font-size: 12px;
	height:50px;	
}

.uk-form-label-sub-5 {
	text-align:center;
	width:200px;
	position:relative;
	left:12px;
}

.uk-form-label-sub-3 {
	text-align:center;
	width:200px;
	position:relative;
	left:220px;
	top:-31px;
	
}
	
.uk-form-label-sub-1 {
	text-align:center;
	width:200px;
	position:relative;
	left:428px;
	top:-62px;
	
}


.lbl-uk-radio {
	margin-right:10px;
}



/* ================================= buttons styling ================================== */

input[type="submit"]:not([class*="uk-"]):not([id="btn_clear"]) {
	width:100px;
}


#btn_clear {
	width:60px;
}


.btn_next, .btn_prev, .btn_clear{
	color: #fff;
	background-color: #014268;
	border-color: #014268;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
			border-top-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn_next:hover, .btn_prev:hover, .btn_clear:hover{
	color: #fff;
	/*background-color: #0066d5;
	border-color: #0066d5;*/
	background-color: #165980;	
	border-color: #165980;
}

/* ================================= end buttons styling ================================== */







/* ================================= typography ================================== */

.alert, .warn {
	color:#F00;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.section_heading {
	margin-left: -8px;
	font-size:1.1em;
	font-weight:bold;
}

.section_heading_sub {
	margin-left: -8px;
	margin-top: -8px;
}



/* ================================= end typography ================================== */










/* ================================= spacers ================================== */

.spacer_0 {
	height: 0px;
}

.spacer_1 {
	height: 1px;
}

.spacer_2 {
	height: 2px;
}

.spacer_5 {
	height: 5px;
}

.spacer_10 {
	height: 10px;
}

.spacer_20 {
	height: 20px;
}

.spacer_30 {
	height: 30px;
}

.spacer_40 {
	height: 40px;
}

.spacer_42 {
	height: 42px;
}

.spacer_50 {
	height: 50px;
}

.spacer_60 {
	height: 60px;
}

.spacer_70 {
	height: 70px;
}

.spacer_80 {
	height: 80px;
}


.line_height_15 {
	line-height: 15px;
}

.line_height_20 {
	line-height: 20px;
}

.line_height_25 {
	line-height: 25px;
}


/* ================================= end spacers ================================== */


/* ================================= width settings ================================== */

.width_40 {
	width: 40px;
}

.width_50 {
	width: 50px;
}

.width_70 {
	width: 70px;
}

.width_80 {
	width: 80px;
}

.width_100 {
	width: 100px;
}

.width_120 {
	width: 120px;
}

.width_130 {
	width: 130px;
}

.width_150 {
	width: 150px;
}

.width_160 {
	width: 160px;
}


.width_170 {
	width: 170px;
}


.width_200 {
	width: 200px;
}

.width_250 {
	width: 250px;
}

.width_270 {
	width: 270px;
}

.width_300 {
	width: 300px;
}

.width_400 {
	width: 400px;
}

.width_500 {
	width: 500px;
}

.width_600 {
	width: 600px;
}

.width_700 {
	width: 700px;
}

.width_800 {
	width: 800px;
}

.width_10pc {
	width:10%;
}

.width_15pc {
	width:15%;
}

.width_18pc {
	width:18%;
}

.width_20pc {
	width:20%;
}

.width_30pc {
	width:30%;
}

.width_35pc {
	width:35%;
}


.width_40pc {
	width:40%;
}

.width_43pc {
	width:43%;
}

.width_45pc {
	width:45%;
}


.width_50pc {
	width:50%;
}

.width_60pc {
	width:60%;
}

.width_65pc {
	width:65%;
}

.width_70pc {
	width:70%;
}

.width_80pc {
	width:80%;
}

.width_85pc {
	width:85%;
}

.width_90pc {
	width:90%;
}

.width_100pc {
	width: 100%;
}

/* ================================= end width settings ================================== */


/* ================================= height settings ================================== */

.height_10 {
	height: 10px;
}

.height_20 {
	height: 20px;
}

.height_25 {
	height: 25px;
}

.height_30 {
	height: 30px;
}

.height_35 {
	height: 35px;
}

.height_40 {
	height: 40px;
}

.height_42 {
	height: 42px;
}

.height_45 {
	height: 45px;
}

.height_50 {
	height: 50px;
}

.height_60 {
	height: 60px;
}

.height_65 {
	height: 65px;
}

.height_70 {
	height: 70px;
}

.height_75 {
	height: 75px;
}

.height_80 {
	height: 80px;
}

.height_85 {
	height: 85px;
}

.height_90 {
	height: 90px;
}

.height_95 {
	height: 95px;
}

.height_100 {
	height: 100px;
}

.height_150 {
	height: 150px;
}


.height_200 {
	height: 200px;
}

.height_300 {
	height: 300px;
}

.height_400 {
	height: 400px;
}

.height_500 {
	height: 500px;
}

.height_600 {
	height: 600px;
}

.height_700 {
	height: 700px;
}

.height_800 {
	height: 800px;
}

.height_18pc {
	height:18%;
}

.height_20pc {
	height:20%;
}

.height_60pc {
	height:60%;
}

.height_65pc {
	height:65%;
}

.height_70pc {
	height:70%;
}

.height_80pc {
	height:80%;
}

.height_100pc {
	height: 100%;
}

/* ================================= end height settings ================================== */



/* ================================= alignment settings ================================== */

.margin_top_minus_2 {
	position:relative;
	margin-top:-2px;
}

.margin_top_minus_5 {
	position:relative;
	margin-top:-5px;
}


.margin_top_minus_7 {
	position:relative;
	margin-top:-7px;
}

.margin_top_minus_10 {
	position:relative;
	margin-top:-10px;
}

.margin_top_minus_12 {
	position:relative;
	margin-top:-12px;
}

.margin_top_minus_15 {
	position:relative;
	margin-top:-15px;
}

.margin_top_minus_20 {
	position:relative;
	margin-top:-20px;
}

.margin_top_minus_25 {
	position:relative;
	margin-top:-25px;
}

.margin_top_minus_30 {
	position:relative;
	margin-top:-30px;
}

.margin_top_minus_33 {
	position:relative;
	margin-top:-33px;
}

.margin_top_minus_34 {
	position:relative;
	margin-top:-34px;
}


.margin_top_minus_35 {
	position:relative;
	margin-top:-35px;
}


.margin_top_minus_40 {
	position:relative;
	margin-top:-40px;
}


.margin_top_minus_45 {
	position:relative;
	margin-top:-45px;
}

.margin_top_minus_50 {
	position:relative;
	margin-top:-50px;
}


.margin_top_minus_55 {
	position:relative;
	margin-top:-55px;
}

.margin_top_minus_60 {
	position:relative;
	margin-top:-60px;
}


.margin_top_minus_65 {
	position:relative;
	margin-top:-65px;
}

.margin_top_minus_70 {
	position:relative;
	margin-top:-70px;
}

.margin_top_minus_75 {
	position:relative;
	margin-top:-75px;
}

.margin_top_minus_76 {
	position:relative;
	margin-top:-76px;
}

.margin_top_minus_77 {
	position:relative;
	margin-top:-77px;
}

.margin_top_minus_80 {
	position:relative;
	margin-top:-80px;
}



.margin_top_0 {
	position:relative;
	margin-top:0px;
}

.margin_top_1 {
	position:relative;
	margin-top:1px;
}


.margin_top_2 {
	position:relative;
	margin-top:2px;
}

.margin_top_3 {
	position:relative;
	margin-top:3px;
}

.margin_top_4 {
	position:relative;
	margin-top:4px;
}


.margin_top_5 {
	position:relative;
	margin-top:5px;
}

.margin_top_10 {
	position:relative;
	margin-top:10px;
}


.margin_top_20 {
	position:relative;
	margin-top:20px;
}

.margin_top_25 {
	position:relative;
	margin-top:25px;
}


.margin_top_30 {
	position:relative;
	margin-top:30px;
}

.margin_top_40 {
	position:relative;
	margin-top:40px;
}

.margin_top_50 {
	position:relative;
	margin-top:50px;
}

.margin_left_minus_5 {
	margin-left: -5px;
}

.margin_left_minus_10 {
	margin-left: -10px;
}


.margin_left_minus_20 {
	margin-left: -20px;
}


.margin_left_minus_30 {
	margin-left: -30px;
}

.margin_left_minus_35 {
	margin-left: -35px;
}

.margin_left_minus_40 {
	margin-left: -40px;
}

.margin_left_minus_50 {
	margin-left: -50px;
}

.margin_left_0 {
	margin-left: 0px;
}


.margin_left_10 {
	margin-left: 10px;
}


.margin_left_20 {
	margin-left: 20px;
}

.margin_left_23 {
	margin-left: 23px;
}


.margin_left_30 {
	margin-left: 30px;
}

.margin_left_40 {
	margin-left: 40px;
}

.margin_left_50 {
	margin-left: 50px;
}

.margin_left_60 {
	margin-left: 60px;
}

.margin_left_70 {
	margin-left: 70px;
}

.margin_left_80 {
	margin-left: 80px;
}

.margin_left_90 {
	margin-left: 90px;
}

.margin_left_100 {
	margin-left: 100px;
}


.margin_right_10 {
	margin-right: 10px;
}


.margin_right_20 {
	margin-right: 20px;
}


.margin_right_30 {
	margin-right: 30px;
}


.margin_right_70 {
	margin-right: 70px;
}

.margin_bottom_0 {
	margin-bottom:0px;
}


.margin_bottom_5 {
	margin-bottom:5px;
}


.margin_bottom_10 {
	margin-bottom:10px;
}


.margin_bottom_15 {
	margin-bottom:15px;
}


.margin_bottom_20 {
	margin-bottom:20px;
}

.margin_bottom_30 {
	margin-bottom:30px;
}

.margin_bottom_40 {
	margin-bottom:40px;
}

.margin_bottom_50 {
	margin-bottom:50px;
}

.padding_top_2{
	padding-top:2px;
}

.padding_top_3{
	padding-top:3px;
}

.padding_top_4{
	padding-top:4px;
}

.padding_top_5{
	padding-top:5px;
}

.padding_top_10{
	padding-top:10px;
}

.padding_top_12{
	padding-top:12px;
}


.padding_top_15{
	padding-top:15px;
}

.padding_top_20{
	padding-top:20px;
}

.padding_top_25{
	padding-top:25px;
}

.padding_top_30{
	padding-top:30px;
}

.padding_top_35{
	padding-top:35px;
}

.padding_top_40{
	padding-top:40px;
}

.padding_top_45{
	padding-top:45px;
}

.padding_top_50{
	padding-top:50px;
}

.padding_top_55{
	padding-top:55px;
}

.padding_top_60{
	padding-top:60px;
}

.padding_top_65{
	padding-top:65px;
}


.padding_bottom_10{
	padding-bottom:10px;
}

.padding_bottom_15{
	padding-bottom:15px;
}

.padding_bottom_20{
	padding-bottom:20px;
}

.padding_bottom_25{
	padding-bottom:25px;
}

.padding_bottom_30{
	padding-bottom:30px;
}

.padding_bottom_35{
	padding-bottom:35px;
}

.padding_bottom_40{
	padding-bottom:40px;
}


.padding_left_10{
	padding-left:10px;
}

.padding_left_20{
	padding-left:20px;
}

.padding_left_30{
	padding-left:30px;
}

.padding_right_5{
	padding-right:5px;
}

.padding_right_10{
	padding-right:10px;
}

.padding_right_20{
	padding-right:20px;
}

.padding_right_30{
	padding-right:30px;
}


.padding_right_50{
	padding-right:50px;
}

.padding_right_60{
	padding-right:60px;
}


.align_left {
	text-align:left;
}

.align_centre {
	text-align:center;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.centre {
	margin-left:30px;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.clear_both {
	clear:both;
}

/* ================================= end alignment settings ================================== */




/* ------------  buttons  ------------ */

.btn_prev, .btn_next, .btn_clear {
	width:90px;
}

.btn_submit {
	width:110px;
}

.btn_clear {
	width:60px;
}

#btn_send_wp_emails {
	width:250px;
}


.ad_hoc_reg_button_container{
	width:610px;
	margin-left:160px;
	overflow:hidden;
}

#ad_hoc_registration{
	width:250px;
}


/* ------------  end buttons  ------------ */


/* ------------  link buttons  ------------ */

a.goto_survey_button {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #41a3d6), color-stop(1, #035393));
	background:-moz-linear-gradient(top, #41a3d6 5%, #035393 100%);
	background:-webkit-linear-gradient(top, #41a3d6 5%, #035393 100%);
	background:-o-linear-gradient(top, #41a3d6 5%, #035393 100%);
	background:-ms-linear-gradient(top, #41a3d6 5%, #035393 100%);
	background:linear-gradient(to bottom, #41a3d6 5%, #035393 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a3d6', endColorstr='#035393',GradientType=0);
	background-color:#035393;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#fef4e9;
	/*font-family:arial;*/
	font-size:1.2em;
	/*font-weight:bold;
	padding:6px 24px;*/
	padding: 5px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;	
	text-align:center;
}


a.goto_survey_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #035393), color-stop(1, #41a3d6));
	background:-moz-linear-gradient(top, #035393 5%, #41a3d6 100%);
	background:-webkit-linear-gradient(top, #035393 5%, #41a3d6 100%);
	background:-o-linear-gradient(top, #035393 5%, #41a3d6 100%);
	background:-ms-linear-gradient(top, #035393 5%, #41a3d6 100%);
	background:linear-gradient(to bottom, #035393 5%, #41a3d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#035393', endColorstr='#41a3d6',GradientType=0);
	background-color:#035393;
}


a.goto_survey_button:active {
	position:relative;
	top:1px;
}

/* ------------  end link buttons  ------------ */


/* ================================= CIVIC cookie control styling ================================== */

#ccc-icon {
	width: 40px !important;
	height: 40px !important;
}