/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #eaeaea;
	color: #000000;
	font-family: 'Lato', sans-serif, Arial, Verdana, Helvetica;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{
	height:0px;	
	overflow: hidden; 
}
#wrapper-container {
	background-color:#ffffff;
	margin: 0 auto;
	position:relative;
	max-width:1920px;
	width:100%;
}
	
#wrapper-header{
	background-color: #ffffff;
	width: 100%;
	height: 167px;
}
* html #wrapper-header {  /* This is the Tan hack */
	height: 245px; 
	hei\ght: 243px; 
	}
#wrapper-navigation{
	background-color: #0d222b;
	border-bottom: 1px solid #4b5e75;
	width: 100%;
	height: 49px;
}
* html #wrapper-navigation {  /* This is the Tan hack */
	height: 50px; 
	hei\ght: 49px; 
	}
#wrapper-content{
	background-color: #ffffff;
	clear:both;
	width: 100%;
}
#content{
	background-color: #ffffff;
	text-align: left;
}
#wrapper-footer{
	background-color: #ffffff;
	padding-bottom:40px;
}	
#wrapper-footer2{
	background-color: #7a0085;
	padding-top:40px;
	padding-bottom:40px;
}
#wrapper-footer3 {
	background-color:#000000;
	padding-top:20px;
	padding-bottom:20px;
}
#wrapper-footer, #wrapper-footer2, #wrapper-footer3 {
	width:100%;
}

.wrapper-inner{
	margin: 0 auto;
	position:relative;
	text-align: left;
	width: 1630px;
}
* html .wrapper-inner {  /* This is the Tan hack */
	width: 1630px; 
	w\idth: 1630px; 
}

#preview, #preview-admin{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:2001;
}	
#preview p, #preview-admin p{
	background-color:#0000FF;
	color:#FFFFFF;
	margin:0px;
	padding:8px;
	font-size:14px;
	font-weight:700;
}
#preview-admin p{
	background-color:#333333;
}


#header{
	padding-top:17px;
	position: absolute;
	width:100%;
}

/*homepage layout */
#centerc-home {
	padding-bottom: 30px;
	padding-top: 0px;
	width:1630px;
}


/*1 column layout */
#centerc-1col {
	padding-bottom: 30px;
	padding-top: 20px;
	width:1630px;
}

/*2 column layout */
#centerc-2col{
	display: inline;
	float:left;
	margin-left:290px;
	overflow:hidden;
	padding-bottom: 30px;
	padding-top: 20px;
	position:relative;
	width:1340px;
}
* html #centerc-2col {  /* This is the Tan hack */
	width: 1340px; 
	w\idth: 1340px; 
}
	
#leftc{
	float:left;
	margin-left:-1630px;
	padding-bottom: 30px;
	padding-left:0px;
	padding-right:60px;
	padding-top: 20px;
	width: 230px;
}
* html #leftc {  /* This is the Tan hack */
	width: 290px; 
	w\idth: 230px; 
}
	
#foot, #foot2, #foot3 {
	width:1630px;
}

.col2-content {
	float:left;
	margin-right: 20px;
    width: 660px;
}
.col2-image {
	float: left;
    width: 660px;
}
.col2-image img {
	height:auto;
	max-width:660px;
	width:100%;
}

.col-6 {
	float:left;
	margin-right:2%;
	width:49%
}
.col-last {
	margin-right:0px !important;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header-left{
	float: left;
}
#header-right{
	float: right;
	/*margin-top:44px;*/
	margin-top:36px;
}

#header_graphic{
	float:left;
	position:relative;
	z-index:500;
}
#header_graphic img{
	display:block;
}

#header-slash {
	background-color: #ffffff;
    float: left;
    height: 37px;
    display: block;
    width: 32%;
    position: relative;
    top: 167px;
    z-index: 400;
}

#header-slash:after {
	content: '';
    display: inline-block;
	background-color:transparent;
    border-top: 27px solid #ffffff;
    position: absolute;
    right: -29px;
    top: -22px;
    height: 20px;
    width: 53px;
    -moz-transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
    transition: all 0.3s ease-in-out;
}

/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation-inner {
	position: relative;
    width: 1630px;
    margin: 0 auto;
}

#nav-icon {
    background-image: url(../images/navicon.gif);
    background-position: right;
    background-repeat: no-repeat;
    color: #7a0085;
    display: block;
    float: right;
    height: 31px;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
}
* html #nav-icon{
	height:25px;
	he\ight:16px;
}

#navigation{
	background-color: #000000;
	display:none;
    padding: 10px 20px;
    margin-top: 20px;
    position: absolute;
    right: 0px;
    top: -133px;
	z-index:600;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
    border-left: 1px solid #999999;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;   
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active {	
	background-color: #263262;
	color: #FFFFFF;	
}

.closed{
	display:none;
}
.open{
	display:block !important;	
}


#navigation-desktop {
    position: absolute;
    bottom: 0;
	left: 340px;
    z-index: 600;
    padding-right: 100px;
    padding-left: 100px;
}	
#navigation-desktop ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navigation-desktop ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation-desktop ul li a, #navigation-desktop ul li a:visited {
	color:#434343;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: 700;   
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	text-decoration: none;
}
#navigation-desktop ul li a:hover, #navigation-desktop ul li a:active {	
	background-color: #7a0085;
	color: #FFFFFF;	
}

#navigation-desktop ul li .subnavTitle {
	padding-right:35px;
}

#navigation-desktop ul li .sub {
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 0px;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 0px;
    position: absolute;
    top: 37px;
    left: -9999px;
    width: 280px;
    z-index: 700;
}
#navigation-desktop ul li .sub ul li {
	font-size:1em;
}
#navigation-desktop ul li .sub ul li a, #navigation-desktop ul li .sub ul li a:visited {
	display:block;
	float:none;
	font-size:0.8em;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#leftc ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
	padding-right: 10px;
}
#leftc ul li {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0; 
	padding: 0; 
}

#leftc ul li a, #leftc ul li a:visited {
	border-bottom: 1px solid #666666;
	color:#000000;
	display: block;
	margin:0px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 15px;
	text-decoration: none;
	/*width avoids extra whitespace in ie5-6*/
	width: 218px;
}
* html #leftc ul li a, * html #leftc ul li a:visited {  /* This is the Tan hack */
	width: 248px; 
	w\idth: 218px; 
}
#leftc ul li a:hover {
	color:#7a0085;
}

#leftc ul li ul li a, #leftc ul li ul li a:visited{
	padding-left: 44px;
	width: 175px;
}
* html #leftc ul li ul li a, * html #leftc ul li ul li a:visited{
	width: 219px; 
	w\idth: 175px; 
}

#leftc ul li ul li ul li a, #leftc ul li ul li ul li a:visited{
	padding-left: 66px;
	width: 153px;
}
* html #leftc ul li ul li a, * html #leftc ul li ul li a:visited{
	width: 197px; 
	w\idth: 153px; 
}
	
.menu_header {
	border-bottom: 2px solid #697176;
	display: block;
	font-size: 1.4em;
	padding-bottom: 5px; 
	padding-left: 0px;	
	padding-right: 0px;	
	padding-top: 4px;
	margin: 0px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 218px;
}

.menu-double{
	padding-bottom: 25px !important;
	padding-top: 10px !important;
}	


/** ------------------------------------------------------ **/
/** ------------------------ menu subsection ------------- **/

#submenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li{
	margin: 0; 
	padding: 0; 
}

#submenu ul li a, #submenu ul li a:visited{
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	font-weight: 700;
	padding-bottom: 5px;
	padding-left: 34px;
	padding-right: 0px;
	padding-top: 5px;
	text-decoration: none;	
	/*width avoids extra whitespace in ie5-6*/
	width: 194px;
}
* html #submenu ul li a,  #submenu ul li a:visited {  /* This is the Tan hack */
	width: 228px; 
	w\idth: 194px; 
}


/* Initial menu */
.menu {
  background-color: #000000;
  right: -390px;  /* start off behind the scenes */
  height: 100%;
  position: fixed;
  text-align:left;
  width: 390px;
  z-index:1000;
}

.menu ul {
  clear:both;
  font-family: 'Lato', sans-serif, Arial, Verdana, Helvetica;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top:20px;
  padding-left:22px;
  padding-right:22px;
}

.menu li {
  border-bottom: 1px dotted #7a0085;
  display:block;
  font-size: 1em;
  margin-bottom: 0px;
}

.menu li a, .menu li a:visited {
  color: #FFFFFF;
  display:block;
  padding-top:18px;
  padding-bottom:18px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu li a:hover{
	color:#7a0085;
}


.menu li ul{
	margin-top:0px;
	margin-bottom:12px;
}	
.menu li ul li{
	border-bottom: 0px;
}
.menu li ul li a, .menu li ul li a:visited {
	font-size:1em;
	padding-top:10px;
	padding-bottom:10px;
}

.nav-dropdown a {
  background-image:url(../images/nav-dropdown-close.png);
  background-repeat:no-repeat;
  background-position:90%;
}
.nav-dropdown ul li a {
	background-image :none;
}

.menutext {
	color:#ffffff;
	float:left;
	font-size:1.2em;
	font-weight:700;
	padding-top: 7px;
	text-transform:uppercase;
}

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-right:22px;
  padding-top: 10px;
  text-align:right;
}
.icon-close-container {
	float:right;
}
.icon-close-container .menutext {
	padding-top: 13px;
	padding-bottom:0px;
}

.icon-close img {
	float:left;
}

#overlay{
	background-color:#000000;
	cursor: -webkit-image-set(url(../images/close.png) 1x,url(../images/close.png) 2x),pointer;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	height:0px;
	width:0px;
	z-index:900;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/

#footer1-left, #footer2-left, #footer3-left {
	float:left;
}
#footer1-right, #footer2-right, #footer3-right {
	float:right;
}
#footer2-right {
	margin-top:13px;
}

#footer2-left p {
	color:#e600fb;
	font-size: 1.8em;
}
#footer2-left a, #footer2-left a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer2-left a:hover {
	color:#cccccc;
}
#footer2-left #footer-tel, #footer2-left #footer-email {
	color:#e600fb;
	float:left;
	margin-bottom:0px;
}
#footer2-left #footer-tel {
	margin-right:20px;
}
#footer-social-desktop {
	float:left;
	display:block
}

#footer-social-mobile {
	display:none;
}
#footer-twitter, #footer-linkedin, #footer2-right #footer-midlands-engine, #footer-instagram  {
	float:left;	
}
#footer-twitter,  #footer-linkedin {
	margin-right:20px;
}
/*#footer-twitter, #footer-linkedin, #footer-instagram {
    margin-top: 30px;
    margin-bottom: 30px;
}*/
#footer2-right #footer-midlands-engine {
	/*margin-right:90px;*/
	margin-right:40px;
}

#footer3-left ul, #footer3-right ul {
	list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    white-space: nowrap;
}
#footer3-left ul li, #footer3-right ul li{
	color: #ffffff;
	display: inline;
	font-size: 1.3em;
	margin: 0;	
	padding-right: 11px;	
}
#footer3-left ul li a{		
	color: #ffffff;
	text-decoration: none;
}
#footer3-left ul li a:hover, #footer3-left ul li a:active, #footer3-left ul li a:focus{	
    color: #ffffff;
	text-decoration: none;	
}

	
/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

caption {
	font-weight: 400;
	text-align: left;	
}
th {
	font-weight: 700;
	text-align: left;	
}

/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  border: 0px;
  margin:0px;
  padding: 0px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: 700;
  padding-bottom: 10px;
}
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
textarea{
  margin-bottom:5px;
}	 
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  font-size:1.2em;
  width: 200px;
  margin-right: 10px;
  padding-bottom: 10px;
  }
.nofloat{
	float:none;
	margin-right:0px;
}	
/* hide anti spam box */
.sec-form-field {
	display: none;
}

.error {
    color: #FF0000;
}

#contactform {
	margin-bottom:20px;
}

.contactInput{
	border:1px solid #4c4c4c;
	color:#4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	margin-bottom:11px;
	padding:0px;
	padding-bottom:9px;
	padding-top:9px;
	padding-left:11px;
	padding-right:11px;
}
.contactInputLarge{
	width:326px;
}
* html .contactInputLarge{
	width:350px;
	w\idth:326px;
}

.contactInputSmall{
	width:76px;
}
* html .contactInputSmall{
	width:100px;
	w\idth:76px;
}

.submitButton{
	margin-left:210px;
}	

.InputButtonBlack{
	background-color:#000000;
	border:0px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:700;
	margin-top:6px;
	padding: 10px 20px;
}

input:readonly {
	background-color: #ffffff;
	border: 1px solid #bcbcbc;
	color: #bcbcbc;
	cursor: not-allowed;
}
/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplaceLeft {
	float: left;
	text-align: left;
	width: 200px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
	margin-left: 27px;
	width: 500px;
  } 

div.TableReplaceRow div.TableReplaceLeftB {
	float: left;
	text-align: left;
	width: 400px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplaceRightB {
	float: right;
	margin: 0px;
	margin-left: 27px;
	width: 300px;
  } 


div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}

/** ------------------------------------------------------------ **/
/** ----------------------- news ------------------------------ **/
.news-container {
	margin-bottom:20px;
}
.news-divider{
	border-bottom:1px solid #858585;
	clear:both;
}

.archive-link{
	margin-top:12px;
}	


/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

#home-box{
	margin-left:18px;
}	

#homeboxes {
	margin-bottom:30px;
}
.homebox {
	float:left;
	position:relative;
	width:542px;
}
#homebox-Facilities, #homebox-CaseStudies {
	margin-right:2px;
}
.homebox img {
	display: block;
	height:auto;
	margin: 0 auto;
	max-width:600px;
	width:100%;   
}
.homebox h2 {
	border:1px solid #ffffff;
	color:#ffffff;
	margin:0 auto;
	text-align:center;
	padding:15px 50px;
	position:absolute;
	top: 40%;
    left: 25%;
	width:200px;
}

#downloads {
	margin-bottom:20px;
}

/***** START: SLIDER RELATED *****/

#home-slider-wrapper {
	background-color: #ffffff;
	clear: both;
	position: relative;
	text-align: center;
	width: 100%;
}
#sliderhome{
	position:relative;
	list-style-type:none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	width:100%;
}
#sliderhome li{
	font-size:1em;
	padding: 0px;	
	margin: 0px;
	width:100%;
	text-align: center;
	/* uncomment below if bxslider is set to fade */
	/* bxslider applies absolute positioning when using fade causing slider to shift to the right in IE7 */
	/*left:0px;*/ 
}

#sliderhome li img {
    max-width: 100%;
    height: auto;
}


#home-slider-wrapper .bx-wrapper {
	width: auto !important;
}
#home-slider-wrapper .bx-window {
	width: auto !important;
}

#home-slider-wrapper .bx-controls {
	/*height: 65px;*/
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: -255px;
	width: 976px;
}

#home-slider-wrapper .bx-prev {
	position:absolute;
	left:0px;
	top:0px;
	width: 65px;
	height: 65px;
	z-index:80;
}

#home-slider-wrapper .bx-next {
	position:absolute;
	right:0px;
	top:0px;
	height: 65px;
	z-index:80;
	width: 65px;
}
* html #home-slider-wrapper .bx-next{  /* This is the Tan hack */
	width: 911px; 
	w\idth: 65px; 
}


#home-slider-wrapper .bx-controls-direction{
	height: 0px !important;
	position:relative;
}

#home-slider-wrapper #pager{
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -20px;
	width: 80px;
	padding:0px;
	z-index:90;
}


.sliderwrap{
	height:auto;
	max-width:727px;
	position:relative;
}

.sliderwrap ul{
	max-height:328px;
	margin:0px;
	overflow:hidden;
	padding:0px;
	list-style:none;
}

#slider1{	
	margin: 0px;
	padding: 0px;
	width:100%;
}	
#slider1 li{
	width:100%;
	/* uncomment below if bxslider is set to fade */
	/* bxslider applies absolute positioning when using fade causing slider to shift to the right in IE7 */
	/*left:0px;*/
}
	
#slider1 li img{
	display:block;
}

#slider1 li div.textarea{
	background-image:url(../images/textbg.png);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;	
	width: 100%;
	height: 68px;
	padding-top: 10px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:300;
}
#slider1 li div.transparent-link {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:302;
}

#slider1 li p {
	text-align: center;
	color:#FFF;
	margin: 0px;
	font-size: 1.5em;
	font-weight: 700;
}

.sliderwrap .bx-prev {
	position: absolute;
	top: 43%;
	left: 4px;
	width: 36px;
	height: 35px;
	text-indent: -999999px;
	background: url(../images/arrowleft.jpg);
	z-index:100;
}

.sliderwrap .bx-next {
	position: absolute;
	top: 43%;
	right: 4px;
	width: 36px;
	height: 35px;
	text-indent: -999999px;
	background: url(../images/arrowright.jpg);
	z-index:100;
}

#pager{
	color:#FFFFFF;
	display:block;
	left:5px;
	padding:0px 3px 0px 7px;
	position:absolute;
	bottom:10px;
	right:10px;
	width:100%;
	z-index:100;
}
#pager a{
	background-color:#FFFFFF;
	color:#ffffff;
	display:inline;
	float:left;
	font-size:6px;
	margin-right:4px;
	width:9px;
	height:9px;
}
.active{
	background-color:#000000 !important;
	color:#000000 !important;
}

.slider-wrapper-inner{
	margin: 0 auto;
	text-align: left;
	width: 1630px;
}
* html .slider-wrapper-inner {  /* This is the Tan hack */
	width: 1630px; 
	w\idth: 1630px; 
}

.slidertextarea {
	position: absolute;
    top: 25%;
	width:820px;
}

.slidertextbox p {
    color: #ffffff;
	font-size: 4em;
    font-weight: 400;
	line-height: 1.2em;
	text-transform:uppercase;
}

.slidertextbox2 {
	/*padding: 10px 20px;*/
    width: auto;
	max-width: 820px;
    /*background-image: linear-gradient(297deg, transparent 20%, #000000 20%);*/
	/* The above code will allow you to set an angled background onto a div  */
}
.slidertextbox2 p {
	color:#ffffff;
	font-size:2.5em;
	margin-bottom:30px;
	/*padding-right:20%;*/
	word-break: break-word;
}

.sliderlinkbox a, .sliderlinkbox a:visited {
	border: 1px solid #ffffff;
	color:#ffffff;
	clear:both;
	float:left;
	font-size:1.4em;
	padding:15px 50px;
	text-decoration:none;
	text-transform:uppercase;
}
.sliderlinkbox a:hover {
	color:#ffffff;
}

/***** END: SLIDER RELATED *****/


.menu-sub{
	color:#03729d;
	font-size:10px;
}

#selectboxes select{
	width:120px;
}


/** ------------------------------------------------------------ **/
/** ----------------------- banner ---------------------------- **/	
#bannercontainer {
	position: relative;
}
#banner-heading {
	background-position: right top;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    position: relative;
	    right: 0;
    z-index: 300;
    width: 100%;
}
#banner-heading h2 {
	color:#ffffff;
	float:right;
	font-size:4em;
	margin-top: 40px;
    margin-bottom: 40px;
	text-shadow: 3px 3px #000000;
}
#banner-image {
	background-position: 70% top;
	background-repeat:no-repeat;
	height:150px;
}

/** ------------------------------------------------------------ **/
/** ----------------------- gallery ---------------------------- **/	
#gallery {
	clear: both;
	margin-bottom: 20px;
	width: 728px;
}

#gallery a, #gallery a:visited{
	display:block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width:185px;
}

#gallery img {
	display:block;
}
.galleryLast {
	margin-right: 0px !important;
}

.category-list{
	clear:both;
}

.gallery-entry {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #AAA;
}


/* news */

.newsitem{
	float:left;
	position:relative;
	width:380px;
	margin-right:20px;
	margin-bottom:18px;
}	

.newsitemlast{
	margin-right:0px !important;
}	

.newsimage{
	display:block;
	height:240px;
	overflow:hidden;
	width:300px;
}

.newsitem h2{
	font-size:1.8em;
	margin-top:6px;
	margin-bottom:8px;
}	
.newsitem h3 {
	font-size:1.6em;
}

.newsclear-responsive {
	display:none;
}

.courses-container, .courses-box {
	margin-bottom:30px;
}
.courses-link a, .courses-link a:visited {
    background-color: #000000;
    border: 0px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    margin-top: 6px;
    padding: 10px 20px;
	text-decoration:none;
}
#divMap {
	padding-top: 30px;
	padding-bottom: 30px;
}

#divMapCanvas{
	width:645px;
	height:460px; 
	border:none; 
	overflow:hidden; 
	margin:0px;
}

.cookiesTable {
	margin-bottom:20px;
}
.cookiesTable tr td {
	padding:10px;
}

.g-recaptcha {
	clear: none;
	float: left;  
}