
@font-face {
    font-family: OpenSans;
    src:url(../fonts/OpenSans-Light.ttf);
	font-weight:300;
}
@font-face {
    font-family: OpenSans;
    src:url(../fonts/OpenSans-Bold.ttf);
	font-weight:bold;
}
@font-face {
    font-family: OpenSans;
    src:url(../fonts/OpenSans-SemiBold.ttf);
	font-weight:600;
}
@font-face {
    font-family: OpenSans;
    src:url(../fonts/OpenSans-ExtraBold.ttf);
	font-weight:800;
}

@font-face {
    font-family: OpenSans;
    src:url(../fonts/OpenSans-Regular.ttf);
}


/******** styles below not to be used in editing (eg white text)*********/

	/* start */
body{
	background-color: #ffffff;
}
	/* end */
/******** styles above not to be used in editing *********/


/******** styles below ONLY to be used in editing (eg make white text dark)*********/
/****** keep styles commented out - edit will uncomment them... */
	
/* start_edit_only

.box_link{
	color:#666666;
	border:1px solid #666666;
}

end_edit_only */

/******** styles above ONLY to be used in editing *********/


body {
    font-family: OpenSans;
	font-weight:300;
	font-size: 16px;
	line-height: 28px;
	color:#314c5b;
margin: 0px auto 0px auto;
max-width:1950px;
padding:0px;
position:relative;
}

div{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}


ul{
	padding:0px 0px 10px 0px;
	margin:0px;
	list-style: none;
}
li{
	background:url(../images/list_dot.png) no-repeat left 18px;
padding: 5px 0px 5px 15px;
}
ol li{
	background-image:none;
	padding: 5px 0px 5px 10px;
}

/* cookie pop up */
#cookie_pop{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	transition:all ease-in-out 1s;
	opacity:0;
	background-image:url(../images/cookie_pop_bgnd.png);
	color:#000000;
	z-index:9999999;
	padding:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:24px;
	border-bottom:1px solid #cccccc;
}
#cookie_pop a{
	color:#666666;
}
#cookie_pop_close{
	float:right;
	padding:5px 0px 5px 5px;
	cursor:pointer;
}
#cookie_button{
	display:inline-block;
	background-color:#666666;
	color:#FFFFFF !important;
	text-decoration:none;
	padding:10px 25px 10px 25px;
	margin-top:20px;
	font-size:18px;
	cursor:pointer;
}
#cookie_pop_text{
	margin:auto;
	width:100%;
	max-width:900px
}
/* end cookie pop up */
	


.container{
width:100%;
max-width:1010px;
padding:0px 5px 0px 5px;
margin:auto;
}

#latest_news{
	background-color:#314C5B;
	text-align:center;
	width:100%;
	font-size:14px;
	line-height:24px;
	color:#ffffff;
	padding:7px 10px 7px 10px;
	font-style:italic;
	position:fixed;
	z-index:99;
}
#latest_news a{
	color:#ffffff;
}
#latest_news p, #latest_news br{
	display:inline;
}

#latest_news strong{
	font-style:normal;
}


	
#top{
	position:fixed;
	width:100%;
	background-color:#ffffff;
	z-index:99;
}

.contact_link_container{
    position: absolute;
    top: 52px;
    right: 60px;
}

.contact_link {
	display:inline-block;
    padding: 7px 25px 7px 25px !important;
    background-color: #ACAE5F;
    color: #fff !important;
    font-size: 15px !important;
	margin-left:30px !important;
	font-weight:normal !important;
	border-bottom:1px solid #ffffff !important;
}
.contact_link:hover {
	background-color:#999999;
    color: #fff;
}

.top_col{
float:left;
display:inline-block;
margin:0px 0px 0px 0px;
}
.top_col img{
	border:none;
}

.c1{
	padding:30px 10px 25px 3%;
}
.c2{
	margin-left:50px;
	/* display:none; */
}
.c3{
	float:right;
}

/********** big picture to stretch across screen *********/

.big_pic{
	width:100%;
	position:relative;
	background-size:cover;
	background:no-repeat center center;
}
.big_pic img{
	display:block;
	width:100% !important;
}
#big_pic_home{
	height:600px;
	max-height:600px;
}

#big_pic_main{
	height:500px;
	max-height:500px;
}

#big_pic_ment{
	height:600px;
	max-height:600px;
}


.big_pic_text_container{
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	overflow:visible;
	margin:auto;
}


#big_pic_home_text_container{
	height:600px;
	max-height:600px;
}

#big_pic_home_text_container .pictext_large{
font-size:47px;
line-height:64px;
font-weight:normal;
padding-bottom:50px;
}

#big_pic_ment_text_container .pictext_large{
font-size:47px;
line-height:64px;
font-weight:normal;
padding-bottom:20px;
}
#big_pic_ment_text_container .pictext_small{
font-size:26px;
line-height:36px;
font-weight:normal;
}

#big_pic_main_text_container .pictext_large{
font-size:36px;
line-height:46px;
font-weight:700;
}
#big_pic_main_text_container .pictext_small{
font-size:40px;
line-height:54px;
font-weight:normal;
}


#big_pic_main_text_container{
	height:500px;
	max-height:500px;
}

#big_pic_ment_text_container{
	height:600px;
	max-height:600px;
}



.pictext{
	position:absolute;
	left:3%;
	bottom:12%;
	color:#ffffff;
	max-width:900px;
	padding:10px;
}
.pictext_large{
font-size:36px;
line-height:46px;
font-weight:800;
}
.pictext_small{
	font-size:40px;
	line-height:50px;
	font-weight:normal;
}

.pictext_link{
	font-size:16px;
	color:#ffffff;
	background-color:#ACAE5F;
	padding:15px 20px 15px 20px;
	display:inline-block;
	text-decoration:none;
	font-weight:normal;
}
.pictext_link:hover{
	color:#ffffff;
	background-color:#999999;
}

/**********end big picture to stretch across screen *********/
.line{
	width:100%;
	clear:both;
	height:1px;
	background-color:#ACAE5F;
}

.centre_edit{
	text-align:center;
}


.large_text{
	font-size:24px;
	line-height:40px;
}

.green_button {
	display:inline-block;
    padding: 10px 25px 10px 25px;
    background-color: #ACAE5F !important;
    color: #fff !important;
    font-size: 15px;
	font-weight:normal;
	text-decoration:none;
}
.green_button:hover {
	background-color:#999999 !important;
    color: #fff;
}

.medium{
	width:100%;
	clear:both;
	background-color:#5A7E8B;
	color:#000;
}
.medium h2{
	color:#acae5f;
}
.dark{
	width:100%;
	clear:both;
	background-color:#314C5B;
	color:#fff;
}
.dark h2{
	color:#fff;
}
.dark li{
	background:url(../images/list_dot_white.png) no-repeat left 18px;
}

#home2, #home3{
	text-align:center;
}
.home2_bottom{
	text-align:left;
}
.home_col{
	display:inline-block;
	text-align:center;
	padding:60px 25px 50px 25px;
    width: 32%;
    vertical-align: top;
}
.text_left{
	text-align:left;
}
.text_left h3{
	text-align:center;
}
.who{
	width:100%;
	clear:both;
	padding: 60px 0px 50px 0px;
}
.who h3{
	font-weight:700;
}
.who img{
	display:block;
	max-width:100%;
	height:auto;
}

.who_left{
	float:left;
	width:50%;
	padding:0px 50px 0px 0px;
	max-width:850px;
}
.who_right{
	float:left;
	width:50%;
	padding:0px 0px 0px 50px;
}


.main_wide{
	width:100%;
	clear:both;
	margin:auto;
	padding:60px 3% 60px 3%;
}
#faqs{
	max-width:1400px;
}
.main_left{
	float:left;
	width:34%;
	padding:0px 40px 0px 0px;
}
.main_right{
	float:left;
	width:66%;
}
.main_left1{
	float:left;
	width:34%;
	padding:0px 40px 0px 0px;
}
.main_right1{
	float:left;
	width:66%;
}

#home1_right{
	padding:0px 0px 0px 100px;
}

/* scrolling stuff */
@keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: 0px; transform: translate(-100%, 0); }
}
@-webkit-keyframes slide {
  from { left:100%; transform: translate(0, 0); }
  to { left: 0px; transform: translate(-100%, 0); }
}
#scrolling_container { 
  width:100%;
  margin:auto;
  max-width:1000px;
  height:120px;
  line-height:120px;
  overflow:hidden;
  position:relative;
}

#scrolling_logos {
	text-align:left;
  position:absolute;
  top:0;
  left:0;
  animation-name: slide;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 30s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}
#scrolling_logos p {
	display:inline-block;
	vertical-align:middle;
}
#scrolling_logos img {
	padding:0px 20px 0px 20px;
	vertical-align:middle;
}

/* end scrolling stuff */

.ment_h1{
	text-align:center;
	padding-bottom:20px;
}
#ment_table td{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	vertical-align:top;
	padding-top:30px;
	padding-bottom:50px;
}

#ment_table tr td:first-child{
	width:34%;
	padding-right:8%;
}
#ment_table tr td:last-child{
	width:66%;
}
#ment_quotes{
	text-align:center;
}

#ment_quotes .cols50 p:first-child{
	font-size:26px;
	line-height:36px;
	font-weight:normal;
	padding-bottom:20px;
}

.cols50{
	width:49%;
	display:inline-block;
	vertical-align:top;
	padding:50px 30px 50px 30px;
}
#prog_builds .cols50 h3{
	text-align:center;
	color:#ACAE5F;
}
.prog_left{
	width:50%;
	float:left;
	padding:10% 5% 0px 0px;
}
.prog_right{
	width:50%;
	float:left;
	text-align:right;
}
.prog_right img{
	height:auto !important;
	max-width:100%;
}
#prog_sess{
	display:table;
	width:100%;
	border-collapse:collapse;
	margin-top:30px;
}
.prog_sess_box{
	display:table-cell;
	background-color:#725780;
	color:#fff;
	width:25%;
	border:30px solid #ffffff;
	padding:20px;
	text-align:center;
	vertical-align:top;
	border-collapse:collapse;
}
.prog_sess_row{
	display:table-row;
}
#prog_quotes h2{
	color:#ACAE5F;
	text-align:left;
}
.cols33{
	width:32%;
	display:inline-block;
	vertical-align:top;
	padding:50px 30px 50px 30px;
}
#prog_quotes .cols33{
	padding:50px 30px 50px 0px;
}
#prog_quotes .cols33 p:last-child{
	font-size:26px;
	line-height:36px;
	color:#ACAE5F;
	font-weight:normal;
	padding-top:20px;
}
#partners{
	text-align:center;
}
#partners .cols33{
	text-align:left;
}

.partners_top{
	text-align:center;
}
.partner_image{
	cursor:pointer;
	height: 200px;
    width: 100%;
    max-width: 300px;
    margin: auto;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.partner_text{
	padding-top:10px;
}

#test_top{
	padding-top:0px;
	padding-bottom:0px;
}
#test_contents{
	padding-top:0px;
}
.test_nopic{
	width:100%;
	padding:40px 0px 40px 0px;
}
.test_nopic h2{
	color:#ACAE5F;
	margin-bottom:22px;
}
.test_pic_container{
	position:relative;
	padding:30px 0px 30px 0px;
}
.pic_box{
	width:66%;
	max-width:1250px;
	position:relative;
}
.pic_box img{
	width:100%;
	height:auto;
	display:block;
}

.pic_boxR{
	float:right;
}
.text_box{
	width:52%;
	font-size: 26px;
    line-height: 36px;
    font-weight: normal;
	max-width:900px;
	background-color:#5A7E8B;
	position:absolute;
	z-index:9;
	color:#ACAE5F;
	padding:5% 4% 5% 4%;
	top:50%;
	transform:translate(0%,-50%);
}
.text_boxR{
	right:0px;
}

.text_box_bottom{
	font-weight: 700;
	padding-top:20px;
	font-size:16px;
	line-height:26px;
}
	
.testimonial_line{
	width:100%;
	clear:both;
	height:1px;
	background-color:#ACAE5F;
}
#contact{
	max-width:1400px;
}
.contact_left{
	width:50%;
	float:left;
	padding:0px 40px 0px 0px;
}
.contact_right{
	width:50%;
	float:left;
	padding:0px 0px 0px 40px;
}
	


h1 {
text-decoration: none;
	font-size: 45px;
	line-height:55px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
h1 .glossary_link{
font-weight:normal !important;
}


h2 {
text-decoration: none;
	font-size: 36px;
	line-height:46px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
h3 {
text-decoration: none;
	font-size: 26px;
	line-height:36px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
h4 {
text-decoration: none;
	font-size: 16px;
	line-height:26px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:700;
}




p{margin:0px;padding:0px;}

a {
color:#ACAE5F;

}
a:hover {
color:#999999;

}

img{border:none;}


/* forms */
.field_required{
	background-image:url(../images/required.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
	/** if form centered 
	display:inline-block;**/
}

.error_msg{
	color:#F00;
	font-weight:bold;	
}



.num_in_basket{
	padding:0px 0px 0px 3px;
}

/*********************** menus *****************************/


/* general menu stuff */
.vert_menu_sub{
display:none;
}
.vert_menu_sub_R{
display:none;
}
#mob_bgnd{
	display:none;
}




/************* big screen ************/
@media screen and (min-width: 1351px){

.mob_menu{
	display:none;
}
.mob_menu_open{
	display:none;
}
.mob_pagination{
	display:none;
}

/* ********************top navigation*************************/ 

/* number = menu number */

#topmenu1{
clear:right;
float:right;
overflow:hidden;
	text-align:right;
	padding:52px 48px 0px 0px;
}
#topmenu1 a{
	white-space:nowrap;
	display:inline-block;
	margin:0px 12px 0px 12px;
	padding:0px 0px 0px 0px;
	font-size: 16px;
	font-weight:300;
	color: #314C5B;
	text-decoration: none;
	border-bottom:1px solid #ffffff; 
}

#topmenu1 a:hover{
	color: #314C5B;
	border-bottom:1px solid #314C5B; 
}

#topmenu1 .page_selected {
	color: #314C5B;
	border-bottom:1px solid #314C5B; 
}

.nav_link{
/*** style for link in menu - if not used keep empty */
}




/* top menu dropdowns */
/* number = menu number */
.dropdown1{
	position:absolute;
	display:block;
	visibility: hidden;
	z-index: 10000;
	overflow: visible;
	padding:0px 0px 0px 0px;
}

.dropdown_contents1{
background-color:#ffffff;
padding:5px 0px 5px 0px;
}

.dropdown1 a{
	font-size: 16px;
	color: #314C5B;
	text-decoration: none;
	border-bottom:1px solid #ffffff; 
display: block;
padding: 2px 10px 2px 10px;
text-decoration: none;
font-weight: 300;
white-space:nowrap;
}

.dropdown1 a:hover{
	color: #000;
}

/* end top menu dropdowns */

/* ********************end top navigation************************* */


/**** end side nav ***********/


/* ********************end navigation************************* */



} /****** end large screen menu *******/



/****** mobile **************/
@media screen and (max-width: 1350px){
.contact_link_mob {
    background-color: #ACAE5F;
    color: #fff !important;
	font-weight:normal !important;
}
.contact_link_mob:hover {
	background-color:#999999;
    color: #fff;
}

.dropdown1{
	display:none;
}


.navigation{
	display:none;
}
.pagination{
	display:none;
}

.mob_pagination{
	display:block;
}

/**************  mob menu ********************/
#mob_bgnd{
	background-image:url(../images/mob_menu_bgnd.png);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:99999;
	display:none;
}
.mob_menu_open{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	border:1px solid #999;
	border-radius:5px;
	padding:3px 3px 3px 5px;
	cursor:pointer;
	float:right;
	line-height:19px;
	background-color:#fff;
	margin:2px 0px 2px 2px;
	display:block;
	position:absolute;
	right:40px;
	top:45px;
    z-index: 9999;
}

#mob_menu_open2{
	right:5px;
	top:120px;
}
.mob_menu_open img{
vertical-align:middle;
padding:0px 0px 1px 15px;
}

.mob_menu_close{
	cursor:pointer;
	font-size:16px;
	line-height:20px;
	background-color:#CCCCCC;
	text-align:right;
	padding:5px;
		border-radius:5px 5px 0px 0px;
}
.mob_menu_close img{
vertical-align:middle;
}

.mob_menu{
	font-family:Arial, Helvetica, sans-serif;
	border-radius:5px;
	border:1px solid #999;
position:absolute;
top:20px;
  left: 50%;
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
z-index:999999;
	display:none;
	min-width:250px;
	background-color:#FFFFFF;
}

.mob_menu .vert_link_container{ /* contains link and any sub links ***/
border-bottom:1px solid #999;
margin:0px;
position:relative;
z-index:1000;
}

.mob_menu .side_first{/* first container */
}
.mob_menu .side_last{/* last container */
border:none;
}


.mob_menu a{
display:block;
clear:both;
width:100%;
text-align:left;
padding:9px 50px 9px 20px;
font-size:16px;
color: #000000;
font-family: 'Open Sans', sans-serif;
text-decoration:none;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
}

.mob_menu a:hover{
background-color:#999999;
color:#ffffff;
text-decoration:none;
}


/* side sub links */
.mob_menu .vert_menu_sub a{
background-image:none;
padding:5px 30px 5px 40px;
}
.mob_menu .vert_menu_sub a:hover{
background-color:#999999;
color:#ffffff;
}



/* Selected Side Links */
/* selected vertical link container (backgrounds etc...) */
.mob_menu #page_selected_vert{
}

/* highlites side top page selected */
.mob_menu #page_selected_vert .side_top_page_selected{
background-color:#999999;
color:#ffffff;
}

/* highlites side sub page selected */
.mob_menu #page_selected_vert .side_sub_page_selected{
background-color:#999999;
color:#ffffff;
}

/* highlites side parent page of sub page selected */
.mob_menu #page_selected_vert .side_parent_page_selected{
	color:#000000;
}

.mob_menu .menu_expand_vert{
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	padding-left:30px;
	cursor:pointer;
	z-index:5000;
}

/**** end mob menu ***********/


	
#mob_cats{
	display:none;
}
#mob_cats select {
	max-width:290px;
}
	
#mob_spec{
	display:none;
}

.mob_pag_page{
}



} /* end mobile menus */

/************* end menus **************/



