/*
Brand colours:
lightest grey (bg image): f6f6f6
light grey - (nav): f2f2f2
Dark grey - (buttons)(text)(lines): 454746
House of Kaizen Green : 239548
Red : db2234

Hover tints:
Dark grey to off Black: 1f2321
House of Kaizen Dark Green : 044017
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, button,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Raleway', sans-serif;
	
	color: #fff;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }


	/* HOK Main Fonts and styles	*/

	
p {
	font-size: 22px;
	color: #fff;
	font-style: normal;
	line-height: 21px;
	margin-bottom: 18px;
	}
	
	h1 {
	font-size: 35px;
	font-weight: 800;
	color: #fff;
	}
	
	h2 {
	/*font-size: 28px;*/
	font-size: 20px
	font-weight: 400;
	color: #fff;
	}
	
	h3 {
	/*font-size: 28px;*/
	font-size: 17px
	font-weight: 400;
	color: #fff;
	}
	
	html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #00afb8;
    height: 100%
}
	
.campaigncodetext{
	font-size:13px;
	}
	
.contactsmalltext {/**/
	font-size: 14px;
	color: #2e2e2d;
	margin-bottom: 1px;
	padding-bottom: 1px;
	line-height: normal;
	display: block;
	width: 290px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.contactsmalltext2 {/**/
	font-size: 14px;
	color: #2e2e2d;
	margin-bottom: 1px;
	padding-bottom: 1px;
	line-height: normal;
	display: block;
}
.contactsmalltext3 {/**/
	font-size: 11px;
	color: #2e2e2d;
	line-height: normal;
	display: block;
}

/*HOK common styles */

a:link, a:visited {
    text-decoration:none;
}


.brandfont{
    color: #fff;
}


.underlinner{
	padding-bottom: 10px;
	border-bottom:#454746 solid 3px}

.publisherheader {
	font-size:22px;}

.floatingheader{
	border-bottom:#cccccc solid 1px;
	margin-top: 15px;
	margin-bottom: 0px;}

/*BG styles */

.bgholder2 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:100%;
	min-height:700px;
}

.logoimage {
	width:90%;
	max-width: 450px;
	}


/* check box controls */  
.buttongroupchecked input[type=checkbox] {
    display:none;
}

.buttongroupchecked input[type=checkbox] + label {
		position: relative;
	background: none;
	
    margin-top: -4px;
	margin-left: -4px; 
    display:inline-block;
	border: #ccc 4px solid;
		border-radius:69px;
		
    opacity : 1;
	width:132px;
	height:132px;
}

.buttongroupchecked input[type=checkbox]:checked + label {
    margin-top: -4px;
	margin-left: -4px; 
    display:inline-block;
	border: #000000 4px solid;
		border-radius:69px;
		
		background-color:#a6edf1;
    opacity : 1;
	width:132px;
	height:132px;
}

	.iconholder2{
		position: relative;
		border: #cccccc 4px solid;
		border-radius:69px;
		background-color:#ffffff;
		
    opacity : 1;
	width:132px;
	height:132px;}
	
	.iconholder2:hover{
		border: #000000 4px solid;
		background-color:#cccccc;
		
    opacity : 1;}
	
div.iconholder2.selected {
	/*background-image: url(images/PRESENT_overlay.png);*/
	  
		background-color:red;
}	
div.iconholder2.notsellected {
	/*background-image: url(images/PRESENT_overlay.png);*/
	  
		background-color:#ffffff;
}
	div.iconholder2.checked {
	/*background-image: url(images/PRESENT_overlay.png);*/
	  
		background-color:#a6edf1;
		border: #000000 4px solid;
}

.fleximages {
	max-width: 900px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	border: 1px dashed #CCC;
	}
/* Footer and footer base */
.footerinfo {
	padding:5px;
	text-align:center;
	margin-right:-10px;
	margin-left:-10px;
	margin-bottom:-10px;
}
.footerinfo h1,.footerinfo h2{
	color:#FFFFFF;
}
.footerbase {
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:0.7px;
}

/* Icon holder */
.iconwrapper{
	display:inline-block;
	width:140px;
	height:190px;
	text-align:center;
	margin-right:5px;
	margin-left:5px;  
	margin-bottom:17px;
	vertical-align:top;
	
	}
	
	.iconholder{
		position: relative;
		border: #cccccc 4px solid;
		border-radius:69px;
		background-color:#ffffff;
		
    opacity : 1;
	width:132px;
	height:132px;}
	
	.iconholder:hover{
		border: #000000 4px solid;
		background-color:#a6edf1;
		background-color:#cccccc;
		
    opacity : 1;}
	
	.imageoverlaytext {
		position: absolute;
		font-size:13px;
		width:65px;
		max-width:65px;
		text-align:center;
	font-weight:800;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	
	.questionoverlay {
		width:36px;
		height:36px;
		position: absolute;
		
	background-image: url(images/Question_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
		max-width:36px;
    top: -8px;
    left: -8px;
	z-index:999;
	}
	
	
	div.iconholder.selected {
	/*background-image: url(images/PRESENT_overlay.png);*/
	  
		background-color:#a6edf1;
		border: #000000 4px solid;
}
div.iconholder.notsellected {
	/*background-image: url(images/PRESENT_overlay.png);*/
	  
		background-color:#ffffff;
}
	div.iconholder.checked {
	/*background-image: url(images/PRESENT_overlay.png);*/
	  
		background-color:#a6edf1;
}
div.iconholder.checked {
	/*background-image: url(images/PRESENT_overlay.png);*/
	  
		background-color:#ffffff;
}

.icontext{
	font-weight:800;
	font-style:uppercase;
font-size:17px;
color:47484a;

}
/*HOK header styles */

.headernav {
	height: 33px;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#ffffff;
	border-bottom:#454746 solid 1px;
	}

.HeaderInfoArea {
	margin-top: 8px;
	float: right;
	font-size:17px;
	color:#239548;

	}
	
	.lastupdatesmalltext {
	font-size:12px;
	padding-top:35px;}
	
.HeaderMidContent {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:22px;
	color:#454746;
	font-weight:800;
	}
	
	.HeaderMidContent:active, .HeaderMidContent:link, .HeaderMidContent:visited, .HeaderMidContent a {
	color:#454746;
	}
	
.HeaderMidContent a:hover {
	color:#044017;
	}
	
.HOKcolour a{
color: #239548;
}

.HOKcolour{
color: #239548;
}

.headerline{
	height:3px;
	background-color:#FFFFFF;
	border-bottom:#454746 solid 1px;
	}
	
.lowlighttext{
	font-weight:300;
	color: #454746;
	}
	
.highlighttext{
	font-weight:800;
	color: #239548;
	}
/*SEARCH Box */	

#searchbox
{
	
		background-color: #FFFFFF;
	width: 300px;
	height: 25px;
	border: 1px solid #BFC1D0;
	font-size: 17px;
	color:#454746;
	border-radius:5px;
	margin-top:-5px;
	border-radius:7px;
	margin-left:0;
	margin-right:auto;
	
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px; 
	
	/*
    background-color: #eaf8fc;
    background-image: linear-gradient(#fff, #d4e8ec);
    border-radius: 35px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7; */           
   /* width: 500px;
    height: 25px;
    padding: 10px;
    margin: 100px auto 50px;
    overflow: hidden;  Clear floats */
}



#search, 
#searchsubmit {
    float: left;
}

#search {
	padding: 5px 2px;
	height: 15px;
	width: 180px;
	font: normal 15px arial, helvetica;
	/*border-radius: 50px 3px 3px 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1); 
    border: 1px solid #FFFFFF;  */
	box-shadow: none;
	border: none;
	background-color: #FFFFFF;
}

.searchremoveimage {
	background-image: url(images/icon_search_remove.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	}
/* ----------------------- */

#searchsubmit
{
	background-color: #FFFFFF;
	/*background-image: linear-gradient(#95d788, #6cbb6b);*/
    /*border-radius: 3px 50px 50px 3px;    
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 
                0 1px 0 rgba(255, 255, 255, 0.3) inset; 
    border-color: #FFFFFF;*/      
	border: none;
	box-shadow: none;
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 90px;
	cursor: pointer;
	font: bold 1px Arial, Helvetica;
	color: #FFFFFF;
	background-image: url(images/icon_search.png);
	background-repeat: no-repeat;
	background-position: right top;
    /*text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
}

#searchsubmit:hover {       
   background-color: #FFFFFF;
    /*background-image: linear-gradient(#6cbb6b, #95d788); */
}   

#searchsubmit:active {       
    background: #FFFFFF;
    outline: none;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    */    
}

#searchsubmit::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}


/*Publisher Form box - form styles consistent with camapign forms*/	

.publisherFormBox {
	width: 330px;
	margin-left:auto;
	margin-right:auto;
	}


/*HOK Login box and float center */	
/* 
.floatingboxholder{ 
	width: 100%;
	height:100%;
	text-align: center;
	
    position: relative;
}

.imageblock{
	
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px; 
}*/

#imageblock {
    /* display: none; Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 0px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
	width:100%;
    /*background-color: red;  Set a background color */
    /*color: white;  Text color */
    /*cursor: pointer;  Add a mouse pointer on hover */
    /*padding: 15px;  Some padding */
    /*border-radius: 10px;  Rounded corners */
    /*font-size: 18px;  Increase font size */
	
}

/*.floatingbox { 
	max-width:600px;
	width:80%;
	border: 1px solid #ffffff;
	vertical-align:central;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	 display:inline-block;
	background-image: url(images/bg_transparent_tint.png);
}
*/
/*.floatingbox h2 { 
	font-weight: 300;
	margin-bottom:17px;
}
*/

.longcamapignname {
	font-size:18px;}
		
.camapignlinktext {
	font-size:22px;
	color:#454746;
	}
	
	.camapignlinktext:hover {
	color:#000000;
	}
		
.contactformfields {/**/
	background-color: #FFFFFF;
	max-width: 350px;
	width: 90%;
	
	height: 25px;
	border: 1px solid #BFC1D0;
	font-size: 17px;
	color:#454746;
	border-radius:5px;
	margin-top:15px;
	border-radius:7px;
	margin-left:auto;
	margin-right:auto;
	
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
	
}

.contactformfieldsmulti  {/**/
	
	background-color: #FFFFFF;
	max-width: 350px;
	width: 90%;
	
	height: 65px;
	border: 1px solid #BFC1D0;
	font-size: 17px;
	color:#454746;
	border-radius:5px;
	margin-top:15px;
	border-radius:7px;
	margin-left:auto;
	margin-right:auto;
	
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
}
		
.gadgetButtonSubmit {/**/
	display:block;
	
	font-size: 17px;
	background-color:#47484a;
	border-radius:7px;
	color:#FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:8px;
	padding-right:8px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	max-width:366px;/*.loginformfields width plus it's L+R padding*/
	width:90%;
}

.gadgetButtonSubmit:hover {/**/
	background-color:#00afb8;
	color:#ffffff;
}

.buttonSearchRemove {/**/
	font-size: 17px;
	background-color:#FFFFFF;
	border-radius:7px;
	color:#454746;
	margin-top:-4px;
	margin-bottom:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:16px;
	padding-right:55px;
	margin-left:auto;
	margin-right:auto;
	border: #454746 1px solid;
}

.buttonSearchRemove:hover {/**/
	background-color:#1f2321;
	color:#FFFFFF;
}


.buttoncolour1 {/**/
	font-size: 17px;
	background-color:#db2234;
	border-radius:7px;
	color:#FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:16px;
	padding-right:16px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.buttoncolour1:hover {/**/
	background-color:#1f2321;
	color:#FFFFFF;
}

.buttoncolour2 {/**/
	font-size: 17px;
	background-color:#239548;
	border-radius:7px;
	color:#FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:16px;
	padding-right:16px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.buttoncolour2:hover {/**/
	background-color:#044017;
	color:#FFFFFF;
}

.buttoncolour3 {/**/
	font-size: 17px;
	background-color:#454746;
	border-radius:7px;
	color:#FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:16px;
	padding-right:16px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.buttoncolour3:hover {/**/
	background-color:#044017;
	color:#FFFFFF;
}

/* form rows for Campaign form with table and Publisher long form */
.marginforthirds{
	margin-right:24px;}
	
.colomnthird{
	width:306;
}

.selectwide, .selectshort{
	
	background-color: #FFFFFF;
	height: 33px;
	border: 1px solid #BFC1D0;
	font-size: 15px;
	color:#454746;
	border-radius:5px;
	border-radius:7px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	/* If you add too much padding here, the options won't show in IE */
   font-size: 15px;
   display:block;
   margin: 2px 0px 0px 0px;
   margin-left:auto;
   margin-right:auto;
}

.publisherFormBox .selectwide, .keyparmeterbox .selectwide {
   width: 306px;
}
.publisherFormBox .selectshort, .keyparmeterbox .selectshort{
	width: 148px;
}

/*remove default arrow in IE!!!*/
.selectwide::-ms-expand,
.selectshort::-ms-expand, 
.selectwide::-ms-expand,
.selectshort::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
/*remove default arrow*/
.selectwide, .selectshort{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	background-image: url(images/down_arrow_select_2.png);   /* add custom arrow */
	background-repeat: no-repeat;
	background-position: right center;
}

	.publisherFormBox .label .field,
	.publisherFormBox .label .fieldshort,
	.keyparmeterbox .label .field,
	.keyparmeterbox .label .fieldshort{
     display:block;
     font-size:15px;
     margin: 10px 0px 0px 0px;/**/
	 
    color: #454746;
}
	.publisherFormBox .label .fieldshort,
	.keyparmeterbox .label .fieldshort{
     width:142px;
}
	.publisherFormBox .label .field,
	.keyparmeterbox .label .field{
     width:306px;
}
	
	.textfieldwide,
	.textfieldshort,{
     display:block;
     font-size:15px;
	 
	 background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #BFC1D0;
	color:#454746;
	border-radius:5px;
	margin-top:3px;
	border-radius:7px;
	
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
}

	.textfieldwide,.textfieldwide{
     width:290px;/*minus L&R padding */
}
	.textfieldshort,.textfieldshort{
     width:129px;/*minus L&R padding */
}

input.inputClass,
input.inputClass
{
	pointer-events:none;
background-color:#f6f6f6;}



	.TableParameters td{
  border-collapse: separate;
  border-spacing: 35px 0px;
}

.cellpaddingrightL{
	padding-right:25px;}
	
.cellpaddingrightS{
	padding-right:12px;}

.TableParameters{
  width:970px;
}

/* Publisher table START type 1 
    .Publishertablewrapper {
    overflow-x: scroll;
}

.Publishertable td {
    min-width: 50px;
}

.fixed {
    position: absolute;
    background: #FFFFFF;
    min-width: 250px;
	width:200px;
}

.fixme {
    position: relative;
    left: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    background-color: #FFFFFF;
}	
*/

/* PopUp boxes*/

.popbox{
	height: auto;
	text-align: center;
	padding: 3px;
	padding-left:5px;
	padding-right: 5px;
	float: left;
	margin-bottom: 3px;
	margin-left: 5px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	color: #000000;
	max-width:250px;
/*	background-image: url(images/trans_black.png);*/
}
	
	.imagepop {
		margin-left:3px;
		margin-bottom: -1px;
		}
/*	.cellinfobg td{
	background-image: url("images/info_icon.png");
	background-repeat: no-repeat;
	background-position: right top;
		}*/

/* Publisher table START Type 2*/
.Publisherwrapper{
	
  /* border: 1px solid green;*/
	}

.Publishertable2 {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #f6f6f6;*/
}

.Publishertable2 td {
  margin: 0;
  border: 1px solid #f6f6f6;
  white-space: nowrap;
  border-top-width: 0px;
  font-size:15px;
  color: #454746;
  /* background-color:#FFFFFF;*/
}

.Publishertable2 th {
/*  margin: 0;
  border: 1px solid red;
  white-space: nowrap;
  font-size:15px;
  color: #454746;
   background-color:#FFFFFF;*/
}

	
.Publishertable2div {
  width: 730px;/* = (div wrapper width (970) minus this margin-left) */
  overflow-x: scroll;
  margin-left: 240px;
  overflow-y: visible;
  padding: 0;
  
/*  border: 1px solid blue;*/
}

.headcol {
  position: absolute;
  width: 230px;/* same as margin above minu for some space */
  left: 0px;/* make negative to overflow */
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
  border: #f6f6f6;/*AB Addition*/
  padding-bottom:3px;
  padding-top:-3px;
  font-size:15px;
  color:#454746;
}


.headcol:before {
 /* content: 'Row ';*/
  /*additional css content*/
}

.tablecontent {
  background: #FFFFFF;
  padding:3px;
}	
     
	 .Publishertable2 tr:nth-of-type(even) td {
      background-color:#f6f6f6;
    }
	
	.Publishertable2 tr:nth-child(odd) td{
           background:#FFFFFF;
}

.tableheading {
	font-weight:600;
  padding:3px;
      background-color:#FFFFFF;
/*	  border-bottom:#000000 solid 1px;*/
}	

.Publishertable2 th{
/*	font-weight:600;
  padding:3px;
      background-color:#FFFFFF;
	  border-bottom:#000000 solid 1px;*/
}

/* END publisher table */

/* Blocks  */
.blockswrapper{
	margin-left: -25px;
	magin-right: -25px;
	}

	
.blockswrapper a:link, .blockswrapper a:visited {
    color: #454746;
    text-decoration: none;
}

.blockswrapper a:hover, .blockswrapper a:active {
    color: #044017;
}
	
.blockouter{
	margin-left:25px;
	margin-right: 0px;
	margin-bottom: 25px;
	float:left;
	/*border: solid 1px #239548;*/
	padding-bottom:4px;
	padding-top:24px;
	padding-left:14px;
	padding-right:14px;
	width:276px; /* 315 minus padding minus border  */
	height: 150px;
	text-align:center;
	background-color:#FFFFFF;
	}
	
.blockouter:hover{
	background-color:#f6f6f6;
	}
	
.blockheader{
	text-align:center;
	margin-left:auto;
	marging-right:auto;
	/*font-size:18px;*/
	font-size:13px;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:14px;
	padding-right:14px;
	}
	
	.ARCborder {
	border: solid 1px #239548;
	}
	.HOKborder {
	/*border: solid 1px #454746;*/
	border: solid 1px #239548;
	}
	
	.ARCfontcolor {
    color: #239548;
	}
	.HOKfontcolor {
  /*  color: #454746;*/
    color: #239548;
	}
	
.blockright {
	float:right;}
	
.blockleft{
	float:left;}
	
.blockfooter{
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	}

.warningredtext {
    color: red;
	border:1px solid red;
	padding:3px;}



/* Blocks  */




.narginleft20{
	margin-left:20px;}
	
	
	.content{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	/*border: #F00 solid 1px;*/
	position: relative;
		}
		
	.Pagecontentleft{
		width: 50%;
		text-align:left;
		float:left;
		}
		
		.Pagecontentleftsearch{
		width: 340px;
		text-align:left;
		float:left;
		}
		.Pagecontentmid{
		/*width: 230px;*/
		text-align:left;
		float:left;
		}
		
	.Pagecontentright{
		width: 50%;
		text-align:right;
		float:left;
		}
		
	.Pagecontentright25{
		width: 15%;
		text-align:right;
		float:left;
		}
		
	.Pagecontentleft75{
		width: 85%;
		text-align:left;
		float:left;
		}
		
	.Pagecontentrightright{
		width: 300px;
		text-align:right;
		float:right;
		}

.Pagetopcontent a {
	height: 20px;
	font-size:17px;
	text-align:left;
	color:#454746;}


.Pagetopcontent a:hover {
	color:#239548;}
	
	.smallerheader {
		font-size:20px;}
		
		.pagnationnumbers {
			color:#239548;
			font-weight:400;
			/*border:#239548 1px solid;*/
			padding:2px;
			margin-left: 3px;}
			
		.pagnation {
			color:#239548;
			font-weight:400;
			border:#239548 1px solid;
			padding:2px;
			margin-left: 3px;}
			
		.pagnation:hover {
			color:#FFFFFF;
			background-color: #239548;}
	
/* common controls */
.clear{
	clear:both;
	height: 0px;
}

.warningredtext {
	color:#FF0000;
}
.centre_div {

}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.spacer3px {
	height: 3px;
}
.spacer5px {
	height: 5px;
}
.spacer10px {
	height: 10px;
}
.spacer15px {
	height: 15px;
}
.spacer20px {
	height: 20px;
}
.spacer30px {
	height: 30px;
}

  .relative{
	position: relative;
}
 .devref{
	 color:#FCC; }
	 
 .centerthis{
	 text-align:center;
	 
	  }
	  
	
	   .showunder768px{
		   display:none;}
	   .showover768px{
		   display:block;}
	
   @media screen and (max-width: 768px) {
	   .showunder768px{
		   display:block;}
		   
	   .showover768px{
		   display:none;}
		   
		   	h3 {
	/*font-size: 28px;*/
	font-size: 15px
	}
   }