/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, 
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, details, figcaption, 
figure, footer, header, hgroup, menu, nav, section, summary, time, 
mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}	

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
	font-size: 81.25%; /* 16px x .875 = 13px */
	line-height: 1.1;
	color: #222;	
	background: #fc0; /* development */
	background: #fff url(../images/graded-grey.gif) left top repeat-x;
}	
body.embed {
	background: #fff;
}

div.clear {
  clear: both;
  height: 1px; 
} 

table {
	border-collapse: collapse;
}	

td {
	vertical-align: top;
}	

a,
a:visited {
	/*color: #003878 !important;*/
	/*color: #2464af !important;*/
	color: #02428d !important;
  text-decoration: none;
  outline: none;
}

a:hover {
	color: #000;
  text-decoration: underline; 
}

div#Container {
	background-color: #FFF;
	width: 940px; 
	margin: 0 auto;
}  

div#Wrapper {  
	position: relative;
	width: 940px; 
	/*margin: 5px auto;*/
	margin: 0 auto 5px auto;
	display: table;
}  

/*div#Container div#Wrapper img#toplogo {
  position: absolute;
  top: 25px;
  left: 17px;
  z-index: 9999;
} */
#logo {
	/*position: absolute;
	top: 23px;
	left: 17px;
  z-index: 9999;*/
	display: block;
	float: left;
	width: 100px;
	height: 64px;
	margin: 23px 0 16px 17px;
}
#logo img {
	width: 100%;
}


/* ------------------------------------------------- */
/* MAIN DROPDOWN MENU STYLING                        */
/* ------------------------------------------------- */

ul#css3menu1,
ul#css3menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#css3menu1 {
	/*position: absolute;
	top: 67px;
	left: 180px;
	z-index: 9999;*/
	display: inline-block;
	margin: 67px 0 0 45px;
}	

/*ul#css3menu1 {
	font-size: 0;
	z-index: 9999;
	zoom: 1;
	*display: inline;
}
*/

ul#css3menu1 .submenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	float: left;
	z-index: 9002;
	padding: 10px;
	background-color: #fff; /* bg col for dropdown */
	/*border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;*/
	/*box-shadow: 1px 1px 3px #ccc;*/
}

ul#css3menu1 li:hover > * {
	display: block;
}

ul#css3menu1 li {
	position: relative;
	display: block;
	white-space: nowrap;
	font-size: 0;
	float: left;
}

ul#css3menu1 li:hover {
	z-index: 9001;
}

ul#css3menu1 .column {
	float: left;
}

* html ul#css3menu1 li a {
	display: inline-block;
}

ul#css3menu1 > li {
	margin: 0;
}

ul#css3menu1 a:active,
ul#css3menu1 a:focus {
	outline-style: none;
}

ul#css3menu1 a {
	display: block;
	/*padding: 20px 22px;*/
	padding: 20px 16px;
	padding: 10px 16px;
	padding: 0 16px;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	/*font-size: 20px;*/
	font-size: 18px;
	font-weight: bold;
	color: #003878;
	cursor: pointer;
}

ul#css3menu1 li:hover > a,
ul#css3menu1 li a.pressed {
	z-index: 9003;
	background-color: #fff;  /* bg col for top tab  */
	text-decoration: none;
}

ul#css3menu1 span {
	display: block;
	overflow: visible;
	padding-right: 0px;
	/*color: #8694B7;*/
	/*color: rgba(54, 98, 170, 1);*/
	color: #2464af;
}

ul#css3menu1 ul li {
	float: none;
	margin: 5px 0;
}

ul#css3menu1 ul a {
	text-align: left;
	padding: 4px;
	background-color: transparent;
	border-width: 0;
	font-size: 14px;
	font-weight: normal;
	color: #003878;
	text-decoration: none;
}

ul#css3menu1 ul li:hover > a,
ul#css3menu1 ul li a.pressed {
	background-color: #fff;
	text-decoration: underline;
}

/* RW additions  */

ul#css3menu1 div.column li.lispacer {
	padding-bottom: 5px;
	border-bottom: 2px solid #003878;
}      	

ul#css3menu1 div.column ul.rightcol {
	margin-left: 5px; 
}	

li.topfirst a {
	height:18px;
	line-height:18px;
}	

/* consumer button */
ul#css3menu1 li.consumer {
	margin-top: 14px;
	margin-left: 14px;
}
ul#css3menu1 li.consumer a {
	padding: 8px 10px;
	font-size: 14px;
	/*background: #c16784;*/
	/*background: rgba(74, 118, 190, 1);*/
	background: #2464af;
	/*border-radius: 6px;*/
}
ul#css3menu1 li.consumer a,
ul#css3menu1 li.consumer span {
	color: #fff;
}

ul#css3menu1 li.consumer a:hover {
	/*background: #a04562;*/
	background: rgba(54, 98, 170, 1);
}
/*ul#css3menu1 li.consumer a:hover,
ul#css3menu1 li.consumer a:hover span {
	color: #003878;
}*/

/* ------------------------------------------------- */
/* END OF MAIN DROPDOWN MENU STYLING                 */
/* ------------------------------------------------- */

/* google search */
.googlesearch {
	float: right;
	width: 280px;
	height: auto;
	margin-top: 60px;
	margin-right: 5px;
	
	/*float: left;
	margin: -6px 0 0 0;*/
}


.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input {
	padding-top: 2px !important;
	padding-right: 2px !important;
}
.gsc-control-cse { /* override */
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	font-family: "Trebuchet MS", Arial, sans-serif !important;
}
input.gsc-search-button {
	height: 27px !important;
	border-radius: 0 !important;

	/*color: #000 !important;
	background: #bbb !important;
	border: 1px solid #bbb !important;*/
}


.strap {
	height: 35px;
	margin-top: 35px;
	background-color: #595959;
}

div#topbar p#cedrstrap {
	position: absolute;	
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, Verdana, sans-serif;
	color: #fff !important;
	margin: 11px 0 0 51px;
	font-size: 12px;
	letter-spacing: 1px;
}	

p#cedrstrap2 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #fff !important;
	padding: 10px 0 0 20px;
	font-size: 13px;
}	


h1#htmltitle {
	margin-left: -1500px;
}	

div#header {
	position: relative;
	/*height: 130px;*/
	height: auto;
	background-color: #FFF;
}	

div#topbar {
	margin-top: 35px;
	height: 60px;
	border-bottom: 10px solid #fff;
}	

div#topbar {
	/* background-color: #4F81BD;	 */
	/* Changed 19 Dec 2014 */
	background-color: #0069b3;	
}	

div#topbarmenu {
	clear: both;
	height: 68px;
	/*margin: 5px 0 20px 0;*/
	/*margin: 33px 0 20px 0;*/ /* no strap */
	margin: 0 0 10px 0; /* no strap */
	padding: 0 9px;
	border: none;
	background: #fff;	
}	

div#topbarmenu ul {
/*	margin-left: 8px;
	width: 924px;*/
}
div#topbarmenu ul li {
	float: left;
	width: 24.59239135%; /* 226.25/920 */
	margin-left: 0.5434782%; /* 5px */
	/*width: 24.18478262%;*/ /* 222.5/920 */
	/*margin-left: 1.0869565%;*/ /* 10px */

	width: 19.56521739%; /* 180/920 */
	margin-left: 0.5434782%; /* 5px */

	list-style: none;
}
div#topbarmenu ul li.tab1 {
	margin-left: 0;
}
div#topbarmenu li a {
	display: block;
	height: 47px;
	padding: 21px 0 0 10px;
	color: #fff !important;
	background-image: url(../images/tabs_background.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	/*font-size: 18px;
	line-height: 21px;*/
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}

/*div#topbarmenu ul li {
	width: 20%;
}
div#topbarmenu li a {
}*/

/* Website branding change over 1 April 2015 */
div#topbarmenu li.tab1 a {
	/*background-color: #B2E2F7;
	background-color: rgba(0, 159, 227, 0.3);*/
	background-color: rgba(65,182,230,1);
}
div#topbarmenu li.tab2 a {
	/*background-color: #FAD7B3;
	background-color: rgba(239, 122, 4, 0.3);*/
	background-color: rgba(234,118,0,1);
}
div#topbarmenu li.tab3 a {
	/*background-color: #EED7E2;
	background-color: rgba(199, 122, 160, 0.3);*/
	background-color: rgba(0,171,142,1);
}
div#topbarmenu li.tab4 a {
	/*background-color: #B3C1D3;
	background-color: rgba(4, 50, 109, 0.3);*/
	background-color: rgba(56,94,157,1);
	background-color: #02428d;
}
div#topbarmenu li.tab5 a {
	/*background-color: #CDCDD2;
	background-color: rgba(88, 89, 107, 0.3);*/
	background-color: rgba(138,138,141,1);
}

div#topbarmenu li.tab1 a:hover,
Xdiv#topbarmenu li.tab1.on a {
	color: #FFF !important;
	/*background-color: #009FE3;
	background-color: rgba(0, 159, 227, 1);*/
	/*background-color: rgba(65,182,230,0.8);*/
	background-color: rgba(45,162,210,1);
}
div#topbarmenu li.tab2 a:hover,
Xdiv#topbarmenu li.tab2.on a {
	color: #FFF !important;
	/*background-color: #EF7A04;
	background-color: rgba(239, 122, 4, 1);*/
	/*background-color: rgba(234,118,0,0.8);*/
	background-color: rgba(219,104,0,1);
}
div#topbarmenu li.tab3 a:hover,
Xdiv#topbarmenu li.tab3.on a {
	color: #FFF !important;
	/*background-color: #C77AA0;
	background-color: rgba(204, 80, 141, 1);
	background-color: rgba(204,80,141, 1);*/
	/*background-color: rgba(0,171,142,0.8);*/
	background-color: rgba(0,151,122,1);
}
div#topbarmenu li.tab4 a:hover,
Xdiv#topbarmenu li.tab4.on a {
	color: #FFF !important;
	/*background-color: #04326D;
	background-color: rgba(4, 50, 109, 1);*/
	/*background-color: rgba(56,94,157,0.8);*/
	background-color: rgba(36,74,137,1);
	background-color: #00206b;
}
div#topbarmenu li.tab5 a:hover,
Xdiv#topbarmenu li.tab5.on a {
	color: #FFF !important;
	/*background-color: #58596B;
	background-color: rgba(88, 89, 107, 1);*/
	/*background-color: rgba(138,138,141,0.8);*/
	background-color: rgba(118,118,121,1);
}

div#topbar h2 {
  position: absolute; 
  top: 122px;
  left: 194px;
  color: #FFF;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1px;
} 

div.inner {
  margin: 5px 10px; 
}	
#contactuscell div.inner {
  margin-top: 10px;
}

div#contentrow {
	display: table-row-group;
	width: 940px;
}

div#menucol {
	/*display: table-cell;*/
	width: 180px;
	vertical-align: top;
	background-color: #FFF;
}	


/* MAIN CONTENT CELL STYLING */
/* This is the main content area (center column) for all pages except the home page */

div#maincontentcell {
	position: relative;
	display: table-cell;	
	width: 573px;
	vertical-align: top;
	background-color: #F5F5F5;
}	

div#maincontentcell article {
  line-height: 150%;
	padding: 10px 26px 10px 13px;	
}	

div#maincontentcell article a {
	/*text-decoration: underline;*/
}
div#maincontentcell article a:hover {
	color: #000 !important;
  text-decoration: underline; 
}  

div#maincontentcell article h1 {
	font-weight: bold;
	color: #003878;
	margin-bottom: 0.5em;	
	font-size: 180%;
	line-height: 125%;
}	 

div#maincontentcell article h2,
div#maincontentcell article h3 {
	font-weight: bold;
	color: #003878;
	margin-bottom: 0.3em;	
}	
div#maincontentcell h2 {
	font-size: 150%;
	line-height: 1.1;
}	
div#maincontentcell h3 {
	font-size: 125%;	
}	
div#maincontentcell h4 {
	font-size: 105%;
	margin-bottom: 0;	
	font-weight: bold;
}

div#maincontentcell p {
  margin-bottom: 1em;  
}  

div#maincontentcell strong,
div#maincontentcell b {
  font-weight: bold;  
}  

div#maincontentcell ul,
div#maincontentcell ol {
  margin: 0 0 1em 2.5em;
}  

div#maincontentcell ul li {
  list-style-type: square;
  margin-bottom: 0.5em;
}

div#maincontentcell ol li {
  /*list-style-type: decimal;*/
  margin-bottom: 0.5em;
}

div#maincontentcell div.photoleft {
	float: left;
	margin-right: 15px;
}	

div#maincontentcell div.photoleft img {
	border: 3px solid #999;	
}	

/* END OF MAIN CONTENT CELL STYLING */

/* HOME PAGE TABLE STYLING */

div.homerow {
	display: table-row-group; 
	width: 756px;	
}	

div.homerow div.cell {
	display: table-cell; 
	vertical-align: top;
}	

div.homerow div.topleft,
div.topright {
	background-color: #FEFEFE;
	height: 350px;	
}	

div.homerow div.bottomleft,
div.homerow div.bottomright,
div.magazine {	
	background-color: #D8D8DA;
	height: 225px;	
}

div.magazine #loopedSlider .content h2.title a { 
	font-size: 16px;
	line-height: 110%;
	font-weight: bold;
	color: #fff !important;
}

div.magazine #loopedSlider .content .excerpt p { 
	font-family: inherit;
	font-size: 85%;
	line-height: 1.3;
	color: #fff !important; 
}

div.cell #cedr {
  width: 80%;
  padding: .5em;
  margin-top: 180px;
  color: #FFF;
  background-color: rgba(0,0,0,.3);
  font-size: 130%;  
} 
div.cell div#helpbar {
	height: 56px;	
  background-color: #A5A6AA;
}	

div.cell div#helpbar h3 {
	margin-left: 20px;
	color: #FFF;
}	


div.cell .howcanwehelp h3 {
  font-size: 20px;
  line-height: 100%;
  padding: 15px 0 0 10px;
}  


div.cell .howcanwehelp p {
	margin: 3px 0 0 20px;
	padding: 0;
}	

div.cell .howcanwehelp p b {
  font-size: 1.6em;
  /* color: #C33; */
	/* color: #A5A6AA !important; */
	color: #919396 !important;  
} 

div.cell .howcanwehelp hr {
	color: #FEFEFE;
	background: #FEFEFE;
	border-top: 1px solid #919396;	
	margin: 0 0 0 31px;
	padding: 0;
}	

div.cell .howcanwehelp p a b:hover {
	color: #003878 !important;
}	

table#bottomleft {
	display: fixed;
}	

table#bottomleft td#bottomleftleft {
	vertical-align: middle;
	width: 33%;
	height: 190px;
  font-size: 1em;
}

table#bottomleft td#bottomleftleft ul { 
  list-style-type: none;
}	

table#bottomleft td#bottomleftleft ul li { 
  margin-bottom: 1em;
}	

table#bottomleft td#bottomleftright {
	border-left: 1px solid #999;
	width: 67%;	
	height: 190px;
	padding: 22px 0 0 10px ;
}	

table#bottomleft td#bottomleftright h4 {
	font-size: 16px;
	margin-bottom: .5em;	
	font-weight: bold;
}	

table#bottomleft td#bottomleftright p {
	font-size: 12px;
	margin-bottom: .5em;
}	


/* HOME PAGE TABLE STYLING */

/* Skills landing page */

div#skillscanwehelp p {
	margin-left: 10px;
	margin-bottom: 1em;
}	

div#skillscanwehelp b {
	font-size: 1.4em; 
	color: #643694;	
}	

td#skillshometextarea { 
	width: 377px; 
	vertical-align: top; 
	background-color: #D8D8DA;
}	

td#skillshometextarea p {
	margin-bottom: 1em;	
	font-size: 115%;
	line-height: 150%;
}	

td#skillshometextarea p b {
	font-weight: bold;
}	

td#skillsboxes table {
	width: 100%;
}	

td#skillsboxes tr td {
	 border-top: 10px solid #FFF;
	 width: 25%; 
	 text-align: center; 
}	

td#skillsboxes tr td a {
	color: #FFF !important;
	font-size: 125%;
	font-weight: bold;
	display: block;
	padding: .5em 1em;
}	

td#ourcourses {
	background-color: #F5F5F5; 
	padding: 10px;
}	

td#ourcourses ul {
	margin-left: 20px;
}	

td#ourcourses ul li {
	margin-bottom: 0;	
}	

td#ourcourses ul li:last-child {
	margin-bottom: 1em;
}

td#ourcourses p {
	margin: 0 0 7px 0;	
}	

td#ourcourses p.coursetitle {
	font-weight: bold;
	color: #643694;
	font-size: 130%;
}	

td#ourcourses ul li {
  list-style-type: square;
  margin-bottom: .5em;
}

td#whatmakesusdifferent {
	background-color: #D8D8DA; 
	padding: 10px;
}	

td#whatmakesusdifferent p {
	font-size: 120%;
	margin-bottom: 1em;
}	

td#whatmakesusdifferent p b {
	font-weight: bold;
}

/* End of skills landing page */

div.cell .howcanwehelp p  {
  padding-left: 10px;
	margin-bottom: 1em;
}

div.cell div#cedrdivisions {
  display: table-cell;   
}  

div.cell div#cedrdivisions a {
	color: #003878;	
}	

div.cell div#cedrdivisions ul {
  list-style-type: none;
  font-size: 1em;
  margin: 10px 10px 0 0;
}  

div.cell div#cedrdivisions ul li {
  list-style-type: none;
  margin-bottom: .75em;
}  

div.cell div#whatsnew {
  border-left: 1px solid #999;
  padding-left: 10px;
  display: table-cell;
  position: relative;
  top: 0;
  width: 225px;
}  

div.cell div#whatsnew h4 {
	margin-bottom: .3em;
	font-size: 1.3em;
	font-weight: bold;
}	

div.cell div#whatsnew p {
  margin-bottom: .4em;
}

/* END OF HOME PAGE TABLE STYLING */

/* CONTACT US CELL - COMMON TO ALL PAGES */

div#contactuscell {
	display: table-cell;	
	width: 177px !important;
	vertical-align: top;
	border-left: 10px solid #FFF;
	background-color: #D8D8DA;
}	

div#contactuscell div#contactus,
div#contactuscell div#referacase {
  background-color: #003878; 
  color: #FFF;
  /*height: 30px;*/
  height: auto;
  padding: 1em;
} 

div#contactuscell div#referacase,
div#contactuscell div#referacase a {
	color: #FFF !important;	
}	

div#contactuscell div#referacase h3 {
	/*margin-top: -13px;
	margin-bottom: -2px;*/
	margin-bottom: 0.2em !important;
	font-size: 1.5em;
}	

div#contactuscell div#referacase p {
	margin-bottom: 0.3em;	
	font-size: 12px;
}	

div#contactuscell div#contactus h3 a {
/*	display: block;	
	position: relative;
	margin: -10px 0 0 -13px;
	padding: 10px 0 15px 11px;
  font-weight: bold;
  font-size: 20px;*/
	color: #fff !important;
}

div#contactuscell h4 {
  font-weight: bold;
  font-size: 16px;	
  margin-bottom: .5em;
}	

div#contactuscell p {
	margin-bottom: 0.7em;	
	font-size: 13px;
	line-height: 120%;
}	

div#contactuscell div#trainingcalendar {
	margin-bottom: 10px;	
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	/*min-height: 289px;*/	
}	
.page-skills-calendar div#contactuscell div#trainingcalendar {
	display: none;
}
/* END OF CONTACTUSCELL - COMMON TO ALL PAGES */

/* LEFT MENU AREA STYLING */ 
ul#leftmenu {
  list-style-type: none;
  width: 160px;
  margin: 10px 0 0 10px;
  padding: 0;
}  

ul#leftmenu li {
  list-style-type: none;
  margin-bottom: 0.5em;
} 

ul#leftmenu li.lispacer {
	padding-bottom: 0.5em;
	border-bottom: 2px solid #e6e6e6;
}	

ul#leftmenu li a {
	display: block;
	width: 100%;	
	background-color: #fff;
	padding: 0.4em 0;
}	

/* foundation/innovation accordian */
ul#leftmenu {
	margin-top: 0;
}
ul#leftmenu li {
  list-style-type: none;
  margin-bottom: 0;
} 
ul#leftmenu li.lispacer {
	padding-bottom: 0;
}

.foundation ul#leftmenu li.parent ul {
	display: none;
}

ul#leftmenu li a {
	display: block;
	width: auto;	
	background: #fff;
	padding: 10px 0;
	padding-left: 2px;
}	
/*.foundation ul#leftmenu li.parent a {
	padding-bottom: 0;
}*/
ul#leftmenu li a:hover {
	background: #f5f5f5;
	/*background: #f49ba7;
	color: #fff !important;
	background: #a04652;*/
	text-decoration: none;
}
ul#leftmenu li a.active {
	font-weight: bold;
}

ul#leftmenu ul {
	padding-bottom: 10px;
}
ul#leftmenu ul a {
	padding: 4px 0;
	padding-left: 12px;
}
/*.foundation ul#leftmenu ul a:first-child {
	padding-top: 0;
}*/

ul#leftmenu ul ul {
	padding-bottom: 0;
	padding-left: 24px;
}
ul#leftmenu ul ul li {
  list-style: disc;
}
ul#leftmenu ul ul a {
	padding: 2px 0;
	padding-left: 24px;
	padding-left: 0;
}

/* END OF LEFT MENU AREA STYLING */  

div#footer {
	margin: 20px 0 0 0;
  padding: 0.75em 0;
  color: #444;
  background-color: #FFF;
  border-top: 2px solid #eee;
  text-align: center;
}  
div#footer p {
	margin: 0 0 0.5em 0;
}

/* search */
div#Container div#Wrapper div#search {
  text-align: right;
  position: absolute;
  top: 7px;
  right: 9px;
  /*z-index: 9998;*/
  z-index: 1;
  width: 200px;
  width: 450px;
} 

/*div#Container div#Wrapper div#search input {
  border-top: 2px solid #999; 
  border-left: 2px solid #999;
  border-bottom: 1px solid #999; 
  border-right: 1px solid #999;  
}*/

/* SOCIAL MEDIA ICONS */
/*div#socialmedia a {
	display: block;  
	float: right;   
	width: 26px;
	height: 26px;
	margin: 0 0 5px 3px;
	color: transparent !important;
	background: #FFF url(../images/media_icons.png) -3px -2px no-repeat;
}
div#socialmedia a#cedrblog { background-position: -3px -2px; }	
div#socialmedia a#cedrtwitter { background-position: -33px -2px; }	
div#socialmedia a#cedrlinkedin { background-position: -62px -2px; }	
div#socialmedia a#cedrrss { background-position: -91px -2px; }	
div#socialmedia a#cedrfacebook { background-position: -120px -2px; }	
div#socialmedia a#cedrblog:hover { background-position: -3px -32px; }	
div#socialmedia a#cedrtwitter:hover { background-position: -33px -32px; }	
div#socialmedia a#cedrlinkedin:hover { background-position: -62px -32px; }	
div#socialmedia a#cedrrss:hover { background-position: -91px -32px; }	
div#socialmedia a#cedrfacebook:hover { background-position: -120px -32px; }	
*/

div#socialmedia {
	height: 32px;
	margin: 0 0 5px 0;
}

div#socialmedia a {
	display: block;  
	float: right;   
	width: 32px;
	height: 32px;
	margin: 0 0 0 5px;
	color: transparent !important;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
}	

div#socialmedia a#cedr-blog { background-image: url(images/32-blogger.png); }
div#socialmedia a#cedr-twitter { background-image: url(images/32-twitter.png); }
div#socialmedia a#cedr-facebook { background-image: url(images/32-facebook.png); }
div#socialmedia a#cedr-linkedin { background-image: url(images/32-linkedin.png); }
div#socialmedia a#cedr-rss { background-image: url(images/32-rss.png); }
div#socialmedia a#cedr-youtube { background-image: url(images/32-youtube.png); }

div#signin {
  /*position: absolute; 
  top: 31px;
  right: 1px;*/
  text-align: right;
}  

/* FOR ATOMZ SEARCH BOX */
div#topbar form#atomzsearch {
	position: relative;
	padding: 20px 5px 0 0;
	text-align: right;	
}	
.focusField {
  background-color: #fff;
  border: 1px solid #c33 !important; 
  padding: 2px;
}  
.textinput {
  background-color: #fff;
  border: 1px solid #003878 !important; 
  padding: 2px;
}  
div#topbar form#atomzsearch #atomzsearchbtn {
  background: transparent url(../images/magnifier.gif) no-repeat;	
  border: none !important;
}  
div#topbar form#atomzsearch #atomzsearchbtn:hover {
  background: transparent url(../images/magnifier-hover.gif) no-repeat;	
}  

/* Default bordered table */
div#maincontentcell article table.bordered,
div#maincontentcell article table.cedrpeople {
	margin: 20px 0 20px 0;
	/* border-collapse: collapse; */
}	
div#maincontentcell article table.bordered {
	width: 530px;
}

div#maincontentcell article table.bordered th,
div#maincontentcell article table.bordered td {
	/* vertical-align: top; */
	border: 1px solid #ccc;
	/*padding: 3px 5px;*/
	padding: 6px;
}	
div#maincontentcell article table.bordered th {
	font-weight: bold;
	text-align: left;
}

div#maincontentcell article table.bordered tr.header td {
	font-weight: bold;
	color: #003878;
	background-color: #CCC;
	font-size: 120%;
}

div#maincontentcell article table.bordered tr.header td p {
	margin-bottom: .2em;
}	

div#maincontentcell article table.bordered tr.subheader td {
	font-weight: bold;
	color: #003878;
	background-color: #DDD;	
}	

div#maincontentcell article table.bordered td.left {
	font-weight: bold;
}	

div#maincontentcell article table.bordered td.teamphoto {
	font-size: x-small;
}	

div#maincontentcell article table.bordered td.teamphoto img {
	border: 1px solid #999;
}	

div#maincontentcell article table.bordered td ul {
	margin-left: 18px;
}	

table.bordered tr.odd {
  background-color: #EFEFEF;
}  

table.bordered tr.even {
  background-color: #FFF;
}  

table.bordered td.lft {
  font-size: 110%;
  font-weight: bold;
  text-align: right;
}

table.bordered td.lft a:hover {
  text-decoration: none;
  color: #C33; 
} 

/* End of default bordered table */

/* Other misc styling for main content area */

div#maincontentcell article p.bordered { /* News index page */
	border: 1px solid #999;
	padding: 3px 5px;
	background-color: #FFF;
	line-height: 200%;
}

div#maincontentcell article p.bordertop {
	border-top: 1px solid #999;	
	padding: 5px 0;
	margin-bottom: 0;
}	

.highlighted {
	font-weight: bold;
	color: #003878;	
}	

div.divbordered {
	border: 2px solid #999;
	background-color: #EEE;
	padding: 1em 0 0 0;	
	margin-bottom: 1em;		
}	

fieldset {
	border: 2px solid #999;
	background-color: #FFF;
	margin-bottom: 1em;	
	padding: .2em 1em 1em 1em;
}	

fieldset div label.fixed {
	display: block;
	text-align: right;
	float: left;
	width: 125px;
	color: #333;
	clear: both;
	font-weight: normal;
	padding: 3px 3px 0 0;
}

legend {
	font-weight: bold;
	color: #003878;
	font-size: 125%;
	margin: .5em 0 .5em .25em;
	padding: 1px 6px 3px 6px;
	border: 2px solid #999;
	background-color: #FFF;
}	

div.twocolumns,
div.threecolumns {
  padding: 0;
  margin: 0;	
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px;  
}

div.twocols,
div.threecols {
  padding: 0;
  margin: 0 0 20px 0;	
  -moz-column-gap: 1px;
  -webkit-column-gap: 1px;
  column-gap: 1px;  
}	

div.twocols,
div.twocolumns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
} 

div.threecols,
div.threecolumns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
} 

img.portrait {
	/*border: 1px solid #999;*/
	border: none;
}

div.graphicleft {
	float: left;
	margin-right: 20px;
}	

div.graphicleft img {
	border: 1px solid #999;
}	

div.graphicleft p,
.small {
	font-size: x-small;
	line-height: 1;
}	

.dark {
	color: #111;
}	

div#maincontentcell article table.panelmembers {
	margin-top: 0;
	line-height: 100%;
}	

table.panelmembers img {
	float: left;
	/*border: 1px solid #999;*/
	margin-right: 6px;
}	


.panel-members {
	overflow: auto;
}
.panel-members h3 {
	margin: 0 0 10px 0 !important;
	padding: 6px 8px !important;
	color: #fff !important;
	background: #003878 !important;
}
.panel-member {
	float: left;
	width: 30.333333%;
	margin: 0 3% 20px 0;
	overflow: auto;
}
.panel-member:nth-child(3n+1) {
	clear: both;
}
.panel-member-photo {
	float: left;
	width: 30%;
}
.panel-member-photo img {
	max-width: 100%;
}
.panel-member-details {
	float: left;
	width: 66%;
	padding: 2px 0 0 4%;
	line-height: 1.2 !important;
}
.panel-member-name {
	margin: 0 0 3px 0;
	font-weight: bold;
}
.panel-member-qual {
	font-size: 85%;
}


dl.hideshow dt,
p.hideshow,
p.showthisdiv {
	color: #003878;
	cursor: pointer;
	padding-left: 24px;
	background: url(../images/open-close.gif) 0 3px no-repeat;
}	
dl.hideshow dt {
	margin-bottom: 0.2em;
}
dl.hideshow dt.close {
	margin-bottom: 0;
}

dl.hideshow dt.close,
p.hideshow.close,
p.showthisdiv.close {
	background: url(../images/open-close.gif) 0 -13px no-repeat;
}

dl.hideshow dd {
	padding-top: 0.5em;
}	

p.show { /* CEDR Board and case referral form */
	border: 1px solid #999; 
	margin-top: 1em; 
	padding: 1em; 
	background-color: #FFF;
}	

div.showdiv {
	border: 1px solid #999; 
	margin: 1em 0; 
	padding: 1em 1em 0 1em; 
	background-color: #FFF;	
}	

/*div#cedrboard {
	border: 1px solid #999;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
}*/	

div#maincontentcell article div#cedrpeople div#cedrboard h1 {
	margin-bottom: -.1em;	
}	

div#maincontentcell article div#cedrpeople div#cedrboard h1 a {
	font-size: 80%;
}

div#cedrboard h1, div#cedrpeople table h1 {
	margin-top: -.5em;
	margin-bottom: .1em;
}	

div.participantlist {
	border-top: 1px solid #999;
	margin-top: .5em;
	padding-top: .5em;
}	

/*
div#tabbed p.appoint { /* remove styling from neutrals_search.inc.php
	padding: 5px 0 5px 3px; 
	font-size: 11px; 
	color: #FFF; 
	background-color: #003878;
}
*/

div#tabbed p.appoint a { /* remove styling from neutrals_search.inc.php */
	color: #FFF !important;
}	

div#maincontentcell div.photoright,
div#maincontentcell div#profilePhoto { /* mediator profile pages */
	float: right; 
	margin-left: 17px;
	color: #666;
}	

div#maincontentcell div.photoright img,
div#maincontentcell div#profilePhoto img {
	padding: 0 !important;
	border: 1px solid #999; 
}	

div#maincontentcell div#profilePhoto p {
	margin-top: -0.5em;
	font-size: x-small;
}

/* skills testimonials */
/*div#maincontentcell div.testimonials {
	border: 1px solid #999;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}	
div#maincontentcell div.testimonials img {
	float: right;
	margin: 0 0 10px 20px;
}	
div#maincontentcell div.testimonials p.testimonialsource {
	margin-top: -1.5em;
	font-size: x-small;
}*/

#testimonials-filter.content-filter {
	margin-bottom: 1em;
}

#testimonials {
	margin: 0;
	overflow: auto;
}
#testimonials .testimonial {
	position: relative;
	float: left;
	width: 28%;
	height: 100px;
	margin: 0 8% 10px 0;
	padding: 0;
	width: 22%;
	margin-right: 4%;
}
#testimonials .testimonial:nth-child(4n) {
	margin-right: 0;
}
#testimonials .testimonial:hover {
	cursor: pointer;
}
#testimonials .testimonial .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#testimonials .testimonial img {
	float: none;
	max-width: 100%;
	margin: 0;
}
#testimonials .testimonial .quote {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #333;
	opacity: 0.9;
}
#testimonials .testimonial p {
	width: 90%;
	margin: 0;
	font-size: 100%;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
}
#testimonials .testimonial img,
#testimonials .testimonial p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


span.PageTextColor {
	color: #003878;
	font-weight: bold;
}	

div#maincontentcell ol {
	margin-left: 38px;
}	

div#solveMoreInfo {
	border: 2px solid #003878;
	padding: 1em;
	background-color: #FFF;
}	

p.rightalign {
	text-align: right;
}	
div.rightPhotoNoborder {
	float: right;
	margin-left: 15px;
}	

/* End of other misc styling for main content area */

/* Styling for skills calendar, portals and course booking forms */

h2.calendarheader {
	background-color: #D8D8DA; 
	color: #333; 
	padding: 2px 0 5px 7px; 
	margin: 10px 0;
}	

div.calendarfield {
	margin: 0 0 20px 10px;
}	

div.calendarfield h3 {
	margin-bottom: 0 !important;
}	

div#maincontentcell article div#flyer h2 {
	color: #643694; 
	font-variant: small-caps; 
	font-size: 200%; 
	margin-bottom: .3em;
}	

div#maincontentcell article div#flyer h3 {
	color: #666;
}

div#maincontentcell article div#flyer h4 {
	margin-bottom: .5em;
}	

p.aboutthiscoursebtn {
	margin-top: -3em;
	text-align: right;
}	

p a.buttonstyle,
p.aboutthiscoursebtn a {
	text-decoration: none;
	background-color: #A87AD8;
	border: 1px solid #643694; 
	font-weight: bold; 
	color: #FFF !important;
	padding: 2px 11px 6px 11px;
	-webkit-box-shadow: 3px 3px 6px #666;
	-ms-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;			
}	

p a.buttonstyle:hover,
p.aboutthiscoursebtn a:hover {
	color: #643694 !important;
	background-color: #FFF;	
}	

div#maincontentcell article div#flyer form fieldset div {
	margin-bottom: 10px;
}	

#submitBtn,
#submitBtn2 {
	/*background-color: #A87AD8;
	border: 1px solid #643694;*/
	background: #003878;
	border: 1px solid #003878;
	font-weight: bold; 
	color: #fff !important;
	padding: 4px 10px 6px 10px;
	/*-webkit-box-shadow: 3px 3px 6px #666;
	-ms-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;*/
	text-decoration: none;
}	
#submitBtn:hover,
#submitBtn2:hover {
	/*color: #643694 !important;*/
	color: #003878 !important;
	background: #fff;
}	

a.book { /* calendar */
	display: inline-block;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	color: #fff !important;
	/*background: #ff4f19 !important;*/ /* orange */
	background: rgba(234, 118, 0, 1) !important; /* orange */
	/*color: #ff4f19 !important;*/
	font-weight: bold;
}
a.book:hover {
	text-decoration: none !important;
}

/* End of styling for skills course booking forms */

/* For dissolving mediator quotes on Solve home page */

div#myslides div.textarea {
	padding: 9px;	
	border: 2px solid #999;
	background-color: #FFF;
	width: 500px; 
}	

div#myslides div.textarea img {
	float: left; 
	border: 1px solid #999;
	margin: 0 15px 5px 0;
	-webkit-box-shadow: 3px 3px 6px #666;
	-ms-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;	
}	

/* End of for dissolving mediator quotes on Solve home page */

/* Table for CEDR people pages */

div#maincontentcell article table.cedrpeople td {
	/* vertical-align: top;	 */
	/*border-top: 1px solid #999;
	padding: 15px 0;*/
	padding: 10px 0;
}	

div#maincontentcell article table.cedrpeople td.teamphoto {
	font-size: .9em;
	line-height: 135%;
}	

div#maincontentcell article table.cedrpeople td img {
	/*border: 1px solid #999;
	margin: 0 10px 5px 0;*/
	margin: 0 15px 5px 0;
}	
div#maincontentcell article table.cedrpeople .followtwitter img,
#cedrperson .followtwitter img,
.cedrperson .followtwitter img {
	margin: 0 5px 0 0;
	vertical-align: bottom;
}

#cedrperson.skills-people p.photo {
	float: left;
	width: 45%;
	margin: 4px 0 15px 0;
}
#cedrperson.skills-people p.photo img {
	max-width: 100%;
	height: auto;
}

#cedrperson.skills-people p.intro {
	margin-left: 48%; /* gives 3% from photo */
	margin-bottom: 0.2em;
	font-style: italic;
}
#cedrperson.skills-people h2 {
	clear: both;
}
#cedrperson.skills-people h3 {
	text-transform: uppercase;
}

div#maincontentcell article table.cedrpeople h1 {
	margin-top: -4px;
	margin-bottom: 0;	
	font-size: 140%;
}	
div#maincontentcell article #cedrperson h1 {
	margin-bottom: 0.2em;
}

div#maincontentcell article table.cedrpeople p {
	margin-bottom: 0.5em;
}

div#maincontentcell article table.cedrpeople p.job-title,
#cedrperson p.job-title {
	margin-bottom: 0.2em;
	font-weight: bold;
}
#cedrperson p.job-title {
	margin-bottom: 0.5em;
	font-size: 120%;
}

#cedrperson .contact-details {
	margin-bottom: 1em;
}
#cedrperson .contact-details p {
	margin-bottom: 0.2em;
}
p.followtwitter {
	margin-bottom: 0.2em !important;
}

div#maincontentcell article table.cedrpeople tr.header {
	background-color: #CCC;
}	

div#maincontentcell article tr.largeheader {
	background-color: #CCC;
}

div#maincontentcell article tr.largeheader td {
	font-size: 150%;
	font-weight: bold;
	color: #003878;	
	padding: 6px 0 9px 5px;	
}	

div#maincontentcell article table.cedrpeople tr.header td {
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 150%;
	color: #333; 
	/*border-left: 1px solid #999;*/
	/*border-right: 1px solid #999;*/
}

/* New CEDR people list and pages */

#cedrpeople ul li {
	margin-bottom: 0.3em !important;
}

#cedrpeople h2.header {
	margin: 30px 0 0.4em 0;
	padding: 6px 8px;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	background: #444;
}

.cedrperson {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: auto;
/*background: #ccf;*/
}
.cedrperson.board {
	margin-bottom: 5px;
}
#cedrboard {
	margin: 0 0 10px 0;
}

.cedrperson .photo,
.cedrperson .details {
	float: left;
/*background: #fcc;*/
}
.cedrperson .photo {
	width: 40%; 
	margin: 0;
	padding: 2px 0 0 0;
/*background: #cfc;*/
}
.cedrperson .photo img {
	width: 100%;
}

.cedrperson .details {
	width: 58%;
	padding: 0 0 0 2%;
}
.cedrperson h3.name {
	margin: 0 0 0.2em 0 !important;
}
.cedrperson h4.job-title {
	margin: 0 0 0.2em 0;
	font-size: 100%;
	line-height: 1.4;
	font-weight: bold;
}
.cedrperson .details p {
	margin: 0 0 0.3em 0 !important;
}
.cedrperson .details p.followtwitter {
	margin-bottom: 0.1em !important;
}

/* skills people */
.page-skills-people-new .cedrperson,
.page-skills-people .cedrperson {
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}
.page-skills-people-new .cedrperson:nth-child(odd),
.page-skills-people .cedrperson:nth-child(odd) {
	clear: both;
}

.page-skills-people-new .cedrperson .photo,
.page-skills-people .cedrperson .photo {
	width: 50%;
	margin: 0;
	/*padding: 0;*/
}
.page-skills-people-new .cedrperson .details,
.page-skills-people .cedrperson .details {
	width: 48%;
	margin: 0;
	padding: 0 0 0 2%;
}

/* /skills/trainers */
.trainers {
	clear: both;
}
.trainer {
	float: left;
	width: 31%;
	margin: 0 0 24px 3.5%;
}
.trainers h2 {
	display: none;
}
.trainers.skills .trainer:nth-child(3n+2),
.trainers.conflict .trainer:nth-child(3n+2),
.trainers.negotiation .trainer:nth-child(3n+2),
.trainers.crisis .trainer:nth-child(3n+2) {
	clear: both;
	margin-left: 0;
}

.trainer .photo {
	float: left;
	margin: 4px 10px 6px 0;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.trainer .photo,
.trainer .photo a {
	display: block;
	width: 80px;
	height: 100px;
}
.trainer.people .photo { /* positioning for people landscape photos */
	/*background-position: -70px -15px;*/
	background-position: -45px 0px;
	background-size: 180px auto;
}
/*.trainer.people .photo.susanne-schuler-p { background-position: -45px 0px; }*/
/*.trainer.people .photo.philip-williams-p { background-position: -45px 0px; }*/
.trainer.people .photo.ta2-p { background-position: -70px -15px; }

.trainer .name {
	font-size: 110%;
	font-weight: bold;
}
.trainer .job-title {
	font-size: 95%;
	line-height: 1.2;
}
.trainer .linkedin {
	margin: 0;
	padding: 2px 0 0 0;
}
.trainer .linkedin img {
	vertical-align: top;
}

.trainer .bio {
	clear: both;
}
/* End of table for CEDR people pages */

/* Table for case referral and search forms  */

form#rwForm table.REFER {
	/* border-collapse: collapse; */
	/*border: 1px solid #999;*/
	border: none;
	margin-bottom: 10px;
	background-color: #f6f6f6;	
	color: #000;
}
form#rwForm table.REFER tr.referheader {
	color: #FFF;
	background-color: #003878;
	font-size: 150%;
	padding: 0 0 5px 5px;	
}	

form#rwForm table.REFER td {
	border: none;
	padding: 7px 0 7px 10px;
}

form#rwForm table.REFER td.header {
	background-color: #003878;
	padding: 0;
}

table.REFER tr td.header h4 {
	margin-top: 5px;
	color: #FFF !important;	
}	

form#rwForm table.REFER td.left {
	width: 33%;
	text-align: right;
}

form#rwForm table.REFER select {
	font-size: small;	
	padding: 2px;
}

form#rwForm table.REFER h4 {
	color: #FFF;
	font-size: 150%;
	font-weight: normal;
	padding: 0 0 5px 5px;
}	

form#rwForm table.REFER textarea, form#rwForm table.REFER input.textinput {
	padding: 2px;
	width: 275px;
}	

form#rwForm table.REFER textarea.focusField, form#rwForm table.REFER input.focusField {
	padding: 2px;
	width: 275px;
}

form#rwForm table.REFER textarea {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 100%;
	font-weight: normal;
}	

.button2,
#submitButton,
.button,
.buttonred {
	margin-bottom: 5px;
	padding: 7px 10px 8px 10px;
	font-size: 115%;
	font-weight: bold; 
	color: #fff; 
	background: #003878;
	border: 1px solid #003878;	
  /*-webkit-box-shadow: 3px 3px 6px #666;
  -ms-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;*/	
	cursor: pointer;
}	

.button2:hover,
#submitButton:hover,
.button:hover,
.buttonred:hover {
	color: #003878; 
	background: #fff;
}


/* clean form styling... */
form#rwForm table.REFER {
	margin: 0 0 1em 0;
	color: #000;
	background: transparent;
	border: none;
}

form#rwForm table.REFER td.header {
	padding: 0;
	background: transparent;
}
form#rwForm table.REFER tr td.header h4 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #003878 !important;	
	font-size: 130%;
	font-weight: bold;
}

form#rwForm table.REFER td {
	padding: 0 0 0.5em 0;
}
form#rwForm table.REFER .referheader td {
	padding: 7px 0 7px 10px;
}

form#rwForm table.REFER tr.spacer td {
	height: 12px;
	padding: 0;
}
form#rwForm table.REFER tr.spacer hr {
	margin: 0;
	padding: 0;
	border: none;
}

form#rwForm table.REFER td.left {
	padding-right: 10px;
}

form#rwForm table.REFER td.left label {
	font-weight: bold;
}

td.cost .price {
	font-weight: bold;
}
td.cost .label {
	font-style: italic;
}

.embed fieldset {
	margin: 0 0 1em 0;
	padding: 5px 20px 0 30px;
	background: transparent;
	border: none;
	border-radius: 8px;
}
.embed legend {
	margin: 0 0 0.5em 0;
	padding: 0;
	background: transparent;
	border: none;	
}

.embed .form-item {
	margin: 0 0 0.5em 0;
}

.embed .form-item label {
	display: inline-block;
	width: 140px;
	/*margin: 0 10px 0 0;*/
	margin: 0;
	font-weight: bold;
	text-align: right;
}
.form-item label.radio {
	width: auto;
}

.embed .form-item p.description {
	width: 90%;
	margin: 0.2em 0 0.5em 155px !important;
	font-size: 85%;
}

form#rwForm table.REFER input {
	padding: 2px 5px 3px 5px;
}
form#rwForm table.REFER input,
form#rwForm table.REFER select,
form#rwForm table.REFER select.textinput,
form#rwForm table.REFER .textinput {
	border: 1px solid #ccc !important;
}
form#rwForm table.REFER select,
form#rwForm table.REFER option {
	padding: 2px 2px 2px 5px;
}

form#rwForm table.REFER input[type="text"] {
	width: 180px;
}

form#rwForm input[type="submit"] {
	margin: 0 0 10px 0;
	padding: 8px 14px 8px 14px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	/*background: #003878;*/
	/*border: 2px solid #003878 !important;*/
	background: #2464af;
	border: 2px solid #2464af !important;
	/*border-radius: 4px;*/
}
form#rwForm input[type="submit"]:hover {
	/*color: #003878;*/
	color: #2464af;
	background: #fff;
	/*border: 2px solid #003878;*/
	border: 2px solid #2464af;
	cursor: pointer;
}

.required {
	color: #c00;
}

table.buy-review {
	margin: 0 0 1em 0;
}
table.buy-review td {
	padding: 3px;
}
table.buy-review td.label,
table.buy-review td.cost {
	text-align: right;
}
table.buy-review td.value {
	font-weight: bold;
}

/* End of table for case referral and search forms  */

/* CEDR user account forms */

fieldset.webmain {
	border: 4px solid #003878;
	background-color: #FFF;
	margin-bottom: 9px;	
	padding: 1em;	
}	

fieldset.webmain legend {
	font-weight: bold;
	color: #003878;
	font-size: 150%;
	margin: .5em 0 .5em .25em;
	padding: 0 6px 2px 6px;
	border: 2px solid #003878;
	background-color: #EFEFEF;
}

fieldset.webmain ul {
	margin-top: -.5em;
	margin-bottom: -.5em;
}	

fieldset.webmain ul li {
	margin-bottom: 0;
}	

fieldset.webmain div.formfield {
	margin-bottom: 12px;
}	

fieldset.webmain div.formfield label.fixedwidth {
	font-size: 12px;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right:.5em;
}	

#webmainbtn {
	margin: 0 0 5px 0;
	cursor: pointer;
	font-weight: bold; 
	color: #FFF; 
	background-color: #003878;
	padding: 1px 5px 3px 5px;
	border: 1px solid #003878;	
  /*-webkit-box-shadow: 3px 3px 6px #666;
  -ms-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;*/
}	

#webmainbtn:hover {
	color: #003878;
	background-color: #FFF;
}	

div.formbutton {
	margin-left: 155px;
}	

label:hover {
	cursor: pointer;
}	

/* End of CEDR user account forms */

/* For neutrals search results pages */

div.neutralsearch {
	clear: both;
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid #999;	
}	

div.neutralsearch img {
	float: left;	
	/*border: 1px solid #999;*/
	margin: 0 10px 10px 0;
}	

div.neutralsearch div.neutralprofile p.download {
	clear: both;
  margin: 1em 0 1em 90px;
}

p.download a {
	padding: 2px 7px 3px 7px;
	color: #FFF !important; 
	background-color: #003878; 
	border: 1px solid #003878;
	/*-webkit-box-shadow: 2px 2px 4px #999;
	-ms-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;*/
	text-decoration: none;
}
p.download a:hover {
	color: #003878 !important; 
	background-color: #FFF; 
	text-decoration: none !important;
}

/* NEUTRALSNAV ATTRIBUTES */

div#NEUTRALSNAV {
	margin-left: -31px;	
}	

#NEUTRALSNAV ul {
	list-style: none;
	margin 0;
	padding: 0;
}

#NEUTRALSNAV li {
	display: inline;	
	margin: 0;
}	

#NEUTRALSNAV a:link,
#NEUTRALSNAV a:visited,
#NEUTRALSNAV #currenttab {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 0 3px 0 0;
	/*padding: 5px 7px 4px 7px;
	border: 1px solid #999;
	background-color: #D8D8DA;*/
	padding: 6px 8px 5px 8px;
	border: none;
	background-color: #d3d3d3;
}	

#NEUTRALSNAV a:hover {
	background-color: #FFF;
}

#NEUTRALSNAV li#currenttab {
	background-color: #F5F5F5;
	background-color: #ddd;
	/*border-bottom: 1px solid #F5F5F5;*/
}

/* END OF NEUTRALSNAV ATTRIBUTES */

/* CLUETIP */
/* CLUETIP-MAP */
.cluetip-map #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #001556;
  border: 1px solid #F54C35;
}
 
.cluetip-map #cluetip-inner {
  padding: 0;
  margin: 0;
}

.cluetip-map {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.cluetip-map h3#cluetip-title {
	padding: 3px 5px 0 4px;
	color: #FFF;	
}	

/* Solve videos tables */
table.solvevideos tr td {
	width: 50%;	
}	

table.solvevideos tr td ul li {
	margin-bottom: -1em !important;
}	

table.solvevideos2 td {
	width: 50%;
	border-top: 2px solid #999;
	padding-top: 10px;
	vertical-align: bottom;	
	line-height: 140%;
}

table.solvevideos2 td.left {
	padding-right: 30px;
}	

table.solvevideos2 iframe {
	margin-top: 5px;
	margin-bottom: 15px;		
}	
/* End of Solve videos tables */



/* Landing page styles December 2014*/

/*.landing div#header {
	height: auto;
}*/
.landing div#contentrow {
	display: block;
	width: auto;
}

.landing div#footer {
	clear: both;
}

#landing-content {
	margin: 0;
	padding: 0;
}

.landing-block {
	float: left;
	margin: 0;
	padding: 8px 0;
	font-size: 110%;
	/*color: #58596B;*/
}

.landing-block1,
.landing-block3 {
	width: 60%;
}
.landing-block2,
.landing-block4 {
	width: 40%;
}
.tab1 .landing-block1 {
	/*width: 45%;*/
	width: 39.67391298%;
	margin-right: 3%;
}
.tab1 .landing-block2,
.tab1 .landing-block4 {
	width: 55%;
	width: 57.2826089%;
	height: auto;
}

.landing-block3,
.landing-block4 {
	margin-bottom: 8px;
}

.landing-block1 {
	/* height: 362px; */
	height: 352px;	
	padding-top: 0;
}
.tab1 .landing-block1 {
	height: auto;	
}

.landing-block2 {
	/* 	height: 370px; */
	height: 360px;
}

.landing-block3 {
	/* 	height: 286px; */
}
.landing-block4 {
	/* 	height: 262px; */
	padding-top: 16px;
}
.landing-block2,
.landing-block3 {
	padding: 0;
}

.landing-block1 .landing-sub-block,
.landing-block4 .landing-sub-block {
	float: left;
}
.landing-block1 .landing-sub-block.first/*,
.landing-block4 .landing-sub-block.first*/ {
	border-right: 1px solid #B6C1C6;
}
.landing-block4 .landing-sub-block.last {
	border-left: 1px solid #B6C1C6;
}
.tab1 .landing-block1 .landing-sub-block.first,
.tab1 .landing-block4 .landing-sub-block.first {
	/*border-right: 1px solid #B6C1C6;*/
	border-right: none;
}
.tab1 .landing-block4 .landing-sub-block.last {
	border: none;
}

.landing-block h1 {
	margin-bottom: 12px;
	font-size: 140%;
	font-weight: bold;
}
.landing-block h2 {
	font-size: 120%;
	font-weight: bold;
}
.landing-block p {
	margin-bottom: 12px;
}

.landing-block ul.menu {
	margin: 0 !important;
	padding: 0 !important;
}
.landing-block ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.landing-block ul.menu li:hover {
	cursor: pointer;
}
.landing-block ul.menu li a {
	display: block;
	margin: 0;
	padding: 12px 0;
	border-top: 1px solid #B6C1C6;
	color: #58596B !important;
	background-color: transparent;
	/*font-weight: bold;*/
}
.landing-block ul.menu li.first a {
	border-top: none;
}
.landing-block ul.menu li.on a {
	padding-bottom: 4px;
}
.landing-block ul.menu li a:hover {
	color: #000 !important;
	text-decoration: none;
}

.landing-block ul.menu li p {
	display: none;
	padding: 0 8px;
}
.tab2 .landing-block.landing-block2 ul.menu li p {
	display: block;
}

.landing-block ul.menu li p.heading,
.landing-block ul.menu li p.more {
	font-weight: bold;
}
.landing-block ul.menu li p.heading {
	padding-top: 8px;
}
.landing-block ul.menu li p.more {
	text-transform: uppercase;
}

/* landing-block1 */
.landing-block1 .landing-sub-block {
	width: 47%;
	/* height: 362px; */
	height: 352px;
	/*padding: 0 8px;*/
	padding: 0 1.5%;
}
.landing-block1 .landing-sub-block.first {
	width: 46.8%;
}
.tab1 .landing-block1 .landing-sub-block {
	height: auto;
}

.landing-block1 .landing-sub-block.first h1 {
	font-size: 180%;
}	

.landing-block1 ul.menu li p {
	margin-bottom: 8px;
	font-size: 90%;
}

.tab1 .landing-block2 .mediator-search,
.tab1 .landing-block1 .mediator-search { /* mediator search */
	/*padding: 8px 10px;
	background-color: rgba(88, 89, 107, 0.3);*/
	padding: 8px 12px;
	background-color: #ddd;
}

.tab1 #landing-content .landing-block2 .mediator-search h1,
.tab1 .landing-block1 .mediator-search h1 {
	margin-bottom: 8px;
	padding-bottom: 0;
	font-size: 130%;
	/*border-bottom: 1px solid #58596B;*/
	color: #58596b !important;
}
.landing-block form#rwForm table.REFER {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	color: inherit;
}
.landing-block form#rwForm table.REFER td {
	display: block;
	width: 100% !important;
	padding: 2px 0;
	text-align: left !important;
}

.tab1 .landing-block2 .mediator-search input,
.tab1 .landing-block2 .mediator-search select,
.tab1 .landing-block1 .mediator-search input,
.tab1 .landing-block1 .mediator-search select {
	width: 100% !important;
	margin: 0 0 10px 0;
	padding: 4px;
	border: none !important;
	/*color: #58596B;*/
	background: #fff;
}
.tab1 .landing-block2 .mediator-search input#experience,
.tab1 .landing-block1 .mediator-search input#experience {
	width: 98% !important;
}
.landing-block form#rwForm table.REFER input#radioa,
.landing-block form#rwForm table.REFER input#criterib {
	clear: both;
	display: block;
	float: left;
	width: 20px !important;
	text-align: left;
	background-color: transparent;
}
.landing-block form#rwForm input#radioa,
.landing-block form#rwForm input#criterib {
	width: 20px !important;
	margin: 0;
	background-color: transparent;
}

.landing-block form#rwForm table.REFER select {
	background-color: #fff !important;
}	

/* Set selected option background colour for IE */
select:focus::-ms-value {
	background: #A0DBF5;
	color: #58596B;
}


.landing-block form#rwForm tr.last {
	font-size: 85%;
}
.landing-block form#rwForm table.REFER tr.last td {
	float: left;
	width: 70% !important;
}
.landing-block form#rwForm table.REFER tr.last td.searchBtn {
	width: 30% !important;
}
.tab1 .landing-block2 .mediator-search input#submitBtn,
.tab1 .landing-block1 .mediator-search input#submitBtn {
	clear: both;
	display: block;
	width: auto !important;
	margin-top: 0;
	padding: 6px 16px;
	/*background-color: rgba(88, 89, 107, 1);*/
	background-color: #02428d !important;
	border-color: #02428d !important;
	box-shadow: none;
}
.tab1 .landing-block2 .mediator-search input#submitBtn:hover,
.tab1 .landing-block1 .mediator-search input#submitBtn:hover {
	color: #fff !important;
	/*background-color: #000 !important;
	border-color: #000 !important;*/
	background-color: #00105a !important;
	border-color: #00105a !important;
}

.embedded-video { /* responsive video */
	position: relative;
	height: 0;
	margin: 0;
	padding-bottom: 75%; /* 4:3 */
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}
.embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonial {
	margin: 16px 0 0 0;
}

.testimonial p {
	margin: 0;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.1;	
}
.testimonial p.who {
	margin-top: 4px;
	font-size: 100%;
	font-weight: normal;
}
.testimonial img {
	float: right;
	margin-top: -16px;
}

/* landing-block2 */
.landing-block2 h2 {
	padding: 6px 8px;
	background-color: #fff;
}

.landing-block2 ul.menu li p {
	margin-bottom: 6px;
}


.landing-block4 ul.menu li a,
.landing-block2 ul.menu li a {
	padding: 6px 8px;
	padding: 4px 8px 8px 8px;
	border-top: 3px solid #fff;
	color: #fff !important;
	font-size: 130%;
}
.landing-block4 ul.menu li a {
	padding: 6px 8px;
}
.tab1 .landing-block4 ul.menu li a {
	padding: 12px 14px;
}
.landing-block2 ul.menu li a span {
	font-size: 130%;
}
.landing-block2 ul.menu li a:hover {
	color: #fff !important;
}

/*.landing-block2 ul.menu li.on p {
	display: block;
}*/

/* landing-block3 */
.landing-block4 img {
	width: 564px;
	/* height: 286px; */
	border: 0;
}

/* landing-block4 */
.landing-block4 .landing-sub-block {
	/* height: 270px; */
	width: 47%;
	padding: 0 1.5%;
}
.landing-block4 .landing-sub-block.first {
	width: 43.5%;
	padding: 0 3%;
}
.landing-block4 .landing-sub-block.first p {
	font-size: 140%;
}

.landing-block-calendar h2 {
	text-transform: uppercase;
}
.landing-block-calendar .calendar-entry {
	margin-top: 8px;
}
.tab1 .landing-block-calendar .calendar-entry {
	margin-top: 6px;
}
.landing-block-calendar .calendar-text a {
	color: #58596B !important;
}

/*.tab1 .landing-block1 ul.menu li.on a,*/
.tab1 .landing-block1 ul.menu li a:hover,
.tab1 .landing-block ul.menu li p.heading,
.tab1 .landing-block ul.menu li p.more,
.tab1 #landing-content h1,
.tab1 #landing-content h2,
.tab1 .calendar-date,
.tab1 .landing-block-calendar h2 a
{
	color: rgba(0, 159, 227, 1) !important;
}
.tab2 .landing-block2 ul.menu li .text a,
.tab2 .landing-block1 ul.menu li.on a,
.tab2 .landing-block1 ul.menu li a:hover,
.tab2 .landing-block ul.menu li p.heading,
.tab2 .landing-block ul.menu li p.more,
.tab2 #landing-content h1,
.tab2 #landing-content h2,
.tab2 .calendar-date,
.tab2 .landing-block-calendar h2 a
{
	color: rgba(239, 122, 4, 1) !important;
}
.tab2 .landing-block2 ul.menu li .text a:hover {
	text-decoration: underline;
}
.tab3 .landing-block1 ul.menu li.on a,
.tab3 .landing-block1 ul.menu li a:hover,
.tab3 .landing-block ul.menu li p.heading,
.tab3 .landing-block ul.menu li p.more,
.tab3 #landing-content h1,
.tab3 #landing-content h2,
.tab3 .calendar-date,
.tab3 .landing-block-calendar h2 a
{
	/* color: rgba(204, 80, 141, 1) !important; */
	color: rgba(0,171,142,1) !important;	
}
.tab4 .landing-block1 ul.menu li.on a,
.tab4 .landing-block1 ul.menu li a:hover,
.tab4 .landing-block ul.menu li p.heading,
.tab4 .landing-block ul.menu li p.more,
.tab4 #landing-content h1,
.tab4 #landing-content h2,
.tab4 .calendar-date,
.tab4 .landing-block-calendar h2 a
{
	color: rgba(4, 50, 109, 1) !important;
}
.tab5 .landing-block1 ul.menu li.on a,
.tab5 .landing-block1 ul.menu li a:hover,
.tab5 .landing-block ul.menu li p.heading,
.tab5 .landing-block ul.menu li p.more,
.tab5 #landing-content h1,
.tab5 #landing-content h2,
.tab5 .calendar-date,
.tab5 .landing-block-calendar h2 a
{
	color: rgba(88, 89, 107, 1) !important;
}

.tab1 .landing-block2 ul.menu li.on a,
.tab1 .landing-block2 ul.menu li a:hover,
.tab1 .landing-block4 ul.menu li a:hover,
.tab1 .landing-block3 {
	background-color: rgba(0, 159, 227, 1);
}
.tab2 .landing-block2 ul.menu li.on a.hover,
.tab2 .landing-block2 ul.menu li a.hover:hover,
.tab2 .landing-block3 {
	background-color: rgba(239, 122, 4, 1);
}
.tab3 .landing-block2 ul.menu li.on a,
.tab3 .landing-block2 ul.menu li a:hover,
.tab3 .landing-block3 {
	/* background-color: rgba(204, 80, 141, 1); */
	background-color: rgba(0,131,102,1);
}
.tab4 .landing-block2 ul.menu li.on a,
.tab4 .landing-block2 ul.menu li a:hover,
.tab4 .landing-block3 {
	background-color: rgba(4, 50, 109, 1);
}
.tab5 .landing-block2 ul.menu li.on a,
.tab5 .landing-block2 ul.menu li a:hover,
.tab5 .landing-block3 {
	background-color: rgba(88, 89, 107, 1);
}

.tab5 .landing-block4 ul.menu li a,
.tab1 .landing-block4 ul.menu li a,
.tab1 .landing-block2 ul.menu li a {
	background-color: rgba(0, 159, 227, 0.3);
}
.tab1 .landing-block4 ul.menu li a {
	/*background-color: rgba(0, 159, 227, 0.5);*/
	/*background-color: rgba(211, 112, 144, 0.5);*/ /*#d37090*/
	background-color: #d37090;
}
.tab1 .landing-block4 ul.menu li a:hover {
	/*background-color: rgba(211, 112, 144, 1);*/
	background-color: #b15070;
}

.tab2 .landing-block2 ul.menu li a.hover {
	/*background-color: rgba(239, 122, 4, 0.3);*/
	background-color: rgba(239, 122, 4, 1) !important;
}
.tab3 .landing-block2 ul.menu li a {
	/* background-color: rgba(199, 122, 160, 0.3); */
	background-color: rgba(0,171,142, 1);
}
.tab4 .landing-block2 ul.menu li a {
	background-color: rgba(4, 50, 109, 0.3);
}
.tab5 .landing-block2 ul.menu li a {
	background-color: rgba(88, 89, 107, 0.3);
}

/*.tab1 .landing-block2 {
	background-color: rgba(0, 159, 227, 0.1);
}*/
.tab2 .landing-block2 {
	background-color: rgba(239, 122, 4, 0.1);
}
.tab3 .landing-block2 {
	/* background-color: rgba(199, 122, 160, 0.1); */
	background-color: rgba(204,238,232,1);
	
	
}
.tab4 .landing-block2 {
	background-color: rgba(4, 50, 109, 0.1);
}
.tab5 .landing-block2 {
	background-color: rgba(88, 89, 107, 0.1);
}

.tab1 #landing-content .landing-block1 .mediator-search h1 {
	color: #fff !important;
}


.landing-block2 ul.menu li .text a {
	padding: 0;
	font-size: 100%;
	border: none;
}


#menu-bottom {
	clear: both;
	width: 100%;
	margin-top: 16px;
}
#menu-bottom ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu-bottom ul li {
	float: left;
	display: block;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-bottom ul.lower li {
	width: 50%;
}

#menu-bottom ul li a {
	display: block;
	padding: 16px 0;
	color: #fff !important;
	border: 3px solid #fff;
	border-width: 0 3px 3px 0;
	text-align: center;
}
#menu-bottom ul li.last a {
	border-right: none;
}
#menu-bottom ul.upper li a {
	/*background: #000;*/
	background: #7f8080;
}
#menu-bottom ul.lower li a {
	background: #5182bb;
}

/* End of Landing page styles December 2014 */

/*
 * Dispute resolution .tab1 May 2015
 * Foundation .tab5 Jan 2016
 */
.tab5 .landing-block1 {
	width: 54.9%;
	height: 290px;
}
.tab5 .landing-block2 {
	width: 45.1%; /* 424px */
	height: 290px;
/*background: #ccc;*/
}

.tab1 .landing-block1 .landing-sub-block {
	width: 23.5%;
	/* height: 362px; */
	height: 352px;
	/*padding: 0 8px;*/
	padding: 0 1.5%;
}
.tab1.sliding-menu .landing-block1 .landing-sub-block {
	height: auto;
	padding: 0 3% 0 0;
}
.sliding-menu .landing-block1 .landing-sub-block.first {
	width: 70%;
}
.tab1.sliding-menu .landing-block1 .landing-sub-block.first {
	width: 100%;
	padding-right: 0;
}
.tab5.sliding-menu .landing-block1 .landing-sub-block.first {
	width: 60%;
	border: none;
}
.tab5.sliding-menu .landing-block1 .landing-sub-block.last {
	width: 34%;
}

.tab1 #landing-content h1,
.tab1 .landing-block1 h1 {
	margin: 6px 0 12px 0;
	font-size: 180%;
	font-weight: bold;
	color: #003878 !important;
}
.tab5 .landing-block1 h1 {
	margin-bottom: 8px;
}

.tab1 .landing-block1 div.intro {
	/*float: right;
	width: 42%;
	margin-left: 3%;*/
}
.tab1 .landing-block1 div.intro p {
	line-height: 1.6;
}
.tab5 .landing-block1 p.intro {
	margin-top: 42px;
	padding-right: 6%;
}

.sliding-menu .landing-block1 ul.menu {
	/*width: 55%;*/
	width: 100%;
}
.tab5.sliding-menu .landing-block1 ul.menu {
	width: 100%;
}
.tab1 .landing-block1 ul.menu li {
	position: relative;
	/*z-index: 1001;*/
}

.sliding-menu .landing-block1 ul.menu li a {
	height: 20px;
	margin: 0;
	padding: 20px 12px;
	font-size: 130%;
	color: #fff !important;
	background-color: rgba(65, 182, 230, 0.6);
	border: none;
	border-bottom: 8px solid #fff;
}
.tab5.sliding-menu .landing-block1 ul.menu li a {
	padding: 12px 8px 8px 8px;
	font-size: 130%;
	background-color: rgba(88, 89, 107, 0.3);
}

.sliding-menu .landing-block1 ul.menu li.last a {
	border: none;
}

/*.tab1.sliding-menu .landing-block1 ul.menu li.item1 a { background-color: #2464af; }
.tab1.sliding-menu .landing-block1 ul.menu li.item2 a { background-color: rgba(65, 182, 230, 0.9); }
.tab1.sliding-menu .landing-block1 ul.menu li.item3 a { background-color: rgba(65, 182, 230, 0.8); }
.tab1.sliding-menu .landing-block1 ul.menu li.item4 a { background-color: rgba(65, 182, 230, 0.7); }
.tab1.sliding-menu .landing-block1 ul.menu li.item5 a { background-color: rgba(65, 182, 230, 0.6); }
.tab1.sliding-menu .landing-block1 ul.menu li.item6 a { background-color: rgba(65, 182, 230, 0.5); }*/

.tab1.sliding-menu .landing-block1 ul.menu li.item1 a {
	/*height: 49px;*/
	padding-top: 32px;
	padding-bottom: 32px;
}

/*.tab1.sliding-menu .landing-block1 ul.menu li.item2 a,
.tab1.sliding-menu .landing-block1 ul.menu li.item4 a {
	height: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
}*/

.sliding-menu .landing-block1 ul.menu li a.on,
.sliding-menu .landing-block1 ul.menu li a:hover {
	color: #fff !important;
	background-color: rgba(234, 122, 4, 0.5);
}
.tab5.sliding-menu .landing-block1 ul.menu li a.on,
.tab5.sliding-menu .landing-block1 ul.menu li a:hover {
	background-color: rgba(88, 89, 107, 1);
}

.tab1 .landing-block1 ul.menu span.gt {
	float: right;
	font-size: 110%;
}
/*.tab1 .landing-block1 ul.menu li.item2 span.gt,
.tab1 .landing-block1 ul.menu li.item4 span.gt {
	padding-top: 10px;
}*/
.tab1 span.adr-notice {
	color: #eee;
	font-weight: bold;
}
.tab1 span.adr-notice strong {
	/*color: #9c4d5a;*/
	color: #903451;
	font-weight: bold;
}



/* menu slideout */
.sliding-menu .landing-block1 ul.menu ul {
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: 1000;
	/*left: 0;*/
	/*z-index: -1000;*/
	height: 240px;
	margin: 0;
	padding: 8px;
	/*background: rgba(234, 118, 0, 0.8);*/
	/*background: #ee9133;*/
	/*background: #2464af;*/
	background: rgba(65, 182, 230, 1);
	overflow: hidden;
}
.tab5.sliding-menu .landing-block1 ul.menu ul {
	width: 92.3%;
	height: 221px;
	padding-top: 16px 0 0 8px;
	padding-left: 6%;
	background-color: rgba(138, 138, 141, 1);
}

.tab1.sliding-menu .landing-block1 ul.menu li.item1 a,
.tab1.sliding-menu .landing-block1 ul.menu li.item1 ul {
	background-color: #02428d;
}
.tab1.sliding-menu .landing-block1 ul.menu li.item2 a,
.tab1.sliding-menu .landing-block1 ul.menu li.item2 ul { background-color: #54bde8; }
.tab1.sliding-menu .landing-block1 ul.menu li.item4 a,
.tab1.sliding-menu .landing-block1 ul.menu li.item4 ul { background-color: #c16784; }
.tab1.sliding-menu .landing-block1 ul.menu li.item5 a,
.tab1.sliding-menu .landing-block1 ul.menu li.item5 ul { background-color: #9595d2; }
.tab1.sliding-menu .landing-block1 ul.menu li.item6 a,
.tab1.sliding-menu .landing-block1 ul.menu li.item6 ul { background-color: #999; }

/*.tab1.sliding-menu .landing-block1 ul.menu li.item1 ul {
	height: 176px;
}*/
.tab1.sliding-menu .landing-block1 ul.menu li.item1 ul {
	height: 68px;
}
.tab1.sliding-menu .landing-block1 ul.menu li.item2 ul {
	height: 112px;
}
.tab1.sliding-menu .landing-block1 ul.menu li.item3 ul {
	height: 160px;
}
.tab1.sliding-menu .landing-block1 ul.menu li.item6 ul {
}

.sliding-menu .landing-block1 ul.menu li ul.slide1 {
	border-left: 5px solid #fff;
}
.tab1.sliding-menu .landing-block1 ul.menu li ul.slide1 {
	width: 76%;
	width: 259px;
/*left: 365px;*/
/*background: #c99 !important;*/
}
.tab1.sliding-menu .landing-block1 ul.menu li ul.slide2 {
	width: 67%;
	width: 259px;
/*left: 645px;*/
/*background: #9c9 !important;*/
}
.tab1.sliding-menu .landing-block1 ul.menu li ul.slide3 {
	width: 171%;
/*background: #99c !important;*/
}
/*.tab1.sliding-menu .landing-block1 ul.menu li.item2 ul.slide1,
.tab1.sliding-menu .landing-block1 ul.menu li.item3 ul.slide1 {
	width: 146%;
}*/
.tab1.sliding-menu .landing-block1 ul.menu li.item1 ul.slide1 {
	width: 72%;
}
/*.tab1.sliding-menu .landing-block1 ul.menu li.item1 ul.slide2 {
	width: 170%;
}*/

.sliding-menu .landing-block1 ul.menu li.item1 ul {
	top: 0;
}
/*.sliding-menu .landing-block1 ul.menu li.item1:hover ul,
.sliding-menu .landing-block1 ul.menu li.item1 ul:hover {
	left: 100%;
}*/

/*.tab1.sliding-menu .landing-block1 ul.menu li.item2 ul {
	top: -76px;
}*/
/*.tab1.sliding-menu .landing-block1 ul.menu li.item3 ul {
	top: -152px;
}*/
.tab1.sliding-menu .landing-block1 ul.menu li.item4 ul {
	/*top: -18px;
	height: 194px;*/
	top: 0;
	height: 180px;
}
.tab1.sliding-menu .landing-block1 ul.menu li.item5 ul {
	/*top: -100px;*/
	/*top: -86px;
	height: 194px;*/
	top: -68px;
	height: 180px;
}
.tab1.sliding-menu .landing-block1 ul.menu li.item6 ul {
	/*top: -179px;
	height: 230px;*/
	top: -296px;
	height: 340px;
}

.tab5.sliding-menu .landing-block1 ul.menu li.item2 ul {
	top: -48px;
}
.tab5.sliding-menu .landing-block1 ul.menu li.item3 ul {
	top: -96px;
}
.tab5.sliding-menu .landing-block1 ul.menu li.item4 ul {
	top: -144px;
}
.tab5.sliding-menu .landing-block1 ul.menu li.item5 ul {
	top: -192px;
}

.sliding-menu .landing-block1 ul.menu li:hover ul,
.sliding-menu .landing-block1 ul.menu li ul:hover {
	left: 100%;
left: 365px;
}

/*.sliding-menu .landing-block1 ul.menu li ul.slide2,*/
.tab1.sliding-menu .landing-block1 ul.menu li:hover ul.slide2 {
	left: 186%;
left: 645px;
}
.tab1.sliding-menu .landing-block1 ul.menu li.item1:hover ul.slide2 {
	left: 256%;
}
/*.sliding-menu .landing-block1 ul.menu li ul.slide3,*/
.tab1.sliding-menu .landing-block1 ul.menu li:hover ul.slide3 {
	left: 255%;
}

.tab5.sliding-menu .landing-block1 ul.menu li:hover ul.slide2,
.tab5.sliding-menu .landing-block1 ul.menu li ul.slide2:hover {
	left: 200%;
}

.tab1 .landing-block1 ul.menu ul li {
	color: #fff;
}
.sliding-menu .landing-block1 ul.menu ul li a {
	height: auto !important;
	margin-bottom: 4px;
	padding: 0 !important;
	font-size: 100%;
	/*color: #fff !important;*/
	color: #000 !important;
	border: none;
}
.sliding-menu .landing-block1 ul.menu li.item1 ul li a {
	color: #fff !important;
}
.tab5.sliding-menu .landing-block1 ul.menu ul li a {
	margin-bottom: 13px;
	padding: 0;
	font-size: 105%;
	color: #fff !important;
}

.tab1 .landing-block1 ul.menu li.item1 ul a {
	display: inline-block;
}
.sliding-menu .landing-block1 ul.menu ul li a,
.sliding-menu .landing-block1 ul.menu ul li a:hover {
	background: transparent !important;
}
.sliding-menu .landing-block1 ul.menu ul li a:hover {
	text-decoration: underline;
}
.sliding-menu .landing-block1 ul.menu ul li a.nolink:hover {
	text-decoration: none;
	cursor: default;
}
/* /menu slideout */

.tab1 .landing-block2 .landing-sub-block {
	float: left;
	width: 73%;
	
	float: none;
	width: 96%;
	margin: 0 2%;
	padding: 1px 0 0 0;
	background-color: rgba(0, 159, 227, 0.1);

	width: 100%;
	margin: 0;
	background: transparent;
}
.tab1 .landing-block2 .landing-sub-block.first {
	width: 24%;
	padding: 1.5%;
	background: transparent;
}

.tab1 .landing-block2 .mediator-search,
.tab1 .landing-block2 .testimonial {
	margin: 0 0 12px 0;
}
.tab1 .landing-block2 .mediator-search {
	/*height: 171px;*/
	height: auto;
}

.tab1 .landing-block2 .testimonial {
	clear: both;
	width: 90%;
	/*height: 110px;*/
	height: auto;
	margin-top: 27px;
	margin-right: 0;
}
.tab1 .testimonial img {
	float: left;
	width: 50px;
	height: auto;
	margin: 0 12px 0 0;
	border: none;
}
.tab1 .testimonial h2 {
	margin: 2px 0 0.3em 0;
	padding: 0;
	background-color: transparent;
}
.tab1 .testimonial h2 a {
	color: #009EE6 !important;
}
.tab1 .testimonial p {
	margin: 0;
	font-size: 90%;
	font-weight: bold;
}


.tab1 .landing-block2 .menu {
	clear: both;
}

.tab1 .landing-block4 {
	float: right;
	margin-bottom: 0;
	padding: 0;
}
.tab1 .landing-block4 .landing-sub-block {
	width: 34%;
	padding: 0 0 0 2%;
}
.tab1 .landing-block4 .landing-sub-block.first {
	/*width: 58%;*/
	/*width: 96%;
	padding: 0 2%;*/
	width: 100%;
	padding: 0;
}

.tab1 .landing-block4 .embedded-video {
	margin-bottom: 6px;
}
.tab1 .landing-block4 .landing-sub-block.first p {
	font-size: 100%;
}
.tab1 .landing-block4 .landing-sub-block.first p strong {
	font-weight: bold;
}
.tab1 .landing-block4 .landing-sub-block.first p a {
	color: rgba(0, 159, 227, 1) !important;
}

.tab1 .landing-block4 ul.menu li a:hover {
	color: #fff !important;
}

.tab1 #landing-content .landing-block4 h2 {
	margin: 18px 0 27px 4px;
	font-size: 130%;
	color: #02428d !important;
}
.tab1 .landing-block4 .info {
	display: none;
	margin: -20px 0 0 4px;
	overflow: auto;
}
.tab1 .landing-block4 .info ul.menu {
	float: left;
	width: 50%;
}

.tab1 .landing-block4 ul.menu li a {
	margin: 0 0 5px 0;
	padding: 0;
	color: #c16784 !important;
	background-color: transparent;
}
.tab1 .landing-block4 ul.menu li a:hover {
	color: #c16784 !important;
	background-color: transparent;
	text-decoration: underline;
}

.tab5 .landing-block2 div.magazine {
	height: auto;
}
.tab5 .landing-block2 #loopedSlider {
	margin-bottom: 10px;
}


/* Start of .tab5 Innovation May 2016 */
.tab5 #landing-content,
.landing #landing-content {
	/*padding: 0 1%;*/
	padding: 0 10px;
}

.tab5 .slider-wrapper,
.landing .slider-wrapper {
	/*height: 590px;*/
	/*height: 464px;*/ /* image height: 430px */
	height: 290px; /* image height: 260px */
	/*overflow: hidden;*/
}

.theme-default .nivoSlider {
	box-shadow: none;
}
.theme-default .nivo-controlNav {
	/*padding: 0 0 10px 0;*/
	padding: 0;
}
.nivoSlider img {
	max-width: 100%;
}

.landing .nivo-directionNav a {
	top: 81%;
}

.theme-default .nivo-caption {
	font-family: inherit;
	overflow: visible;
}
.tab5 .nivo-caption,
.landing .nivo-caption {
	top: 0;
	width: 50%;
	height: 130px;
	/*min-height: 140px;*/
	padding: 15px 15px;
}
.landing.page-skills-mediation-training .nivo-caption {
	height: 110px;
}

.landing .nivo-html-caption-wrapper {
	position: relative;
	height: auto;
	/*background: #000;*/
}
/*.tab5 .nivo-caption:hover {
	cursor: pointer;
}*/
.tab5 #landing-content .nivo-caption h2,
.landing #landing-content .nivo-caption h2 {
	margin: 0 0 0.4em 0;
	font-size: 130%;
	color: #fc0 !important;
	/*text-transform: uppercase;*/
}

.tab5 .nivo-caption p,
.tab5 .nivo-caption ul,
.landing .nivo-caption p,
.landing .nivo-caption ul {
	margin: 0 0 0.2em 0 !important;
	padding: 0;
	line-height: 1.4;
}

.tab5 .nivo-caption ul,
.landing .nivo-caption ul {
	padding-left: 20px;
}
.tab5 .nivo-caption ul li,
.landing .nivo-caption ul li {
	margin-bottom: 0 !important;
}

.tab5 .nivo-caption .readmore,
.landing .nivo-caption p.readmore {
	position: absolute;
	right: 15px;
	bottom: 12px;
	z-index: 10;
	margin: 0 !important;
	text-align: right;
}
.tab5 .nivo-caption .readmore a,
.landing .nivo-caption .readmore a {
	color: #fc0 !important;
	border: none;
	text-decoration: none !important;
}
/*.tab5 .nivo-caption:hover .readmore a,
.tab5 #landing-content .nivo-caption:hover h2,*/
.tab5 .nivo-caption .readmore a:hover,
.landing #maincontentcell article .nivo-caption .readmore a:hover {
	color: #fff !important;
}
/*.tab5 .nivo-caption:hover .readmore a,*/
.tab5 .nivo-caption .readmore a:hover,
.landing .nivo-caption .readmore a:hover {
	text-decoration: underline !important;
}

.landing .introduction,
.tab5 p.introduction,
.landing p.introduction {
	width: 80%;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 120%;
	line-height: 1.5;
	text-align:justify;
}
.tab1.landing .introduction {
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
}
.landing .introduction p {
	margin-bottom: 10px;
}

h2.icon-links {
	clear: both;
}
#icon-links {
	clear: both;
	margin: 0 auto 2em auto;
	padding: 0 8%;
	overflow: auto;
}
div#maincontentcell #icon-links ul {
	margin: 0 !important;
	overflow: auto;
}
#icon-links li {
	display: block;
	float: left;
	width: 33.333333%;
/*	width: 24%;*/
	/*max-width: 128px;*/
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
	background: transparent;
}
#icon-links li.focus,
#icon-links li.negotiation {
	clear: both;
	margin-left: 0;
}
.page-foundation #icon-links li.last {
	width: 100%;
	text-align: center;
}
.page-foundation #icon-links li.last a {
	display: inline-block;
	width: 31%;
}

#icon-links li a {
	display: block;
	padding: 10px;
}
#icon-links li a:hover {
	color: #000 !important;
	background: #fc0;
	text-decoration: none !important;
}

#icon-links li img {
	width: 80px;
}

/* End of .tab5 Innovation May 2016 */


.enquiry-box {
	width: 94%;
	height: 45px;
	margin: 5px 0 0 0;
	padding: 25px 3% 0 3%;
	/*background: rgba(65, 182, 230, 1);*/
	background: rgba(88, 89, 107, 1);
}
.tab1 .enquiry-box {
	width: 94%;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 20px 3% 0 3%;
	/*background: #3e66ae;*/
	/*background: #2464af;*/
	background: #02428d;
}
.enquiry-box a {
	display: block;
	float: left;
	width: 50%;
	font-size: 120%;
	font-weight: bold;
	color: #fff !important;
}
.enquiry-box a.phone {
	text-align: right;
}
/* End of Dispute resolution .tab1 May 2015 */


table.shipping {
	margin-top: -.5em;
	margin-bottom: 1em;
}	

table.shipping img {
	border: 1px solid #999;
	margin-top: 3px;
	margin-right: 12px;
}	

table.shipping td {
	border-bottom: 1px solid #999;
	padding-top: 10px; 
}	

p.referacase {
	margin: 2em 0 !important;
}	

p.referacase a {
	font-weight: bold;
	font-size: 120%;
	/*background-color: #FF2E33;
	border: 1px solid #FF2E33;*/
	background-color: #c00;
	border: 1px solid #c00; 
	color: #fff !important;
	padding: 0.6em  1.2em;
  /*-webkit-border-radius: 4px;
  -ms-box-border-radius: 4px;
  border-radius: 4px;*/		
  /*-webkit-box-shadow: 2px 2px 4px #999;
  -ms-box-shadow: 2px 2px 4px #999;
  box-shadow: 2px 2px 4px #999;*/
  text-decoration: none;	
}	

p.referacase a:hover {
	/*color: #FF2E33 !important;*/	
	color: #c00 !important;	
	background-color: #FFF;
}	

/* accordion */
.panel-group .panel {
	margin: 0 0 1.2em 0;
}

.panel-default > .panel-heading {
}
.panel-heading {
}
.panel-group h4 {
	margin: 0;
}
.panel-group h4.panel-title a {
	display: block;
	margin-bottom: 0.5em;
	/*padding: 10px 15px;*/
	/*color: #fff;*/
	/*background: #00386a;*/
	text-decoration: underline;
}
.panel-group h4 a:hover {
	color: #000;
	/*background: #ffad61;*/
	text-decoration: none;
}

.panel-group h4.panel-title a.collapsed {
	margin-bottom: 0;
}

#accordion .collapse {
	display: none;
}
#accordion .collapse.in {
	display: block;
}
#accordion .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}


/* Print styles */

@media print {
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
  blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, 
  kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, 
  ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
  thead, tr, th, td, article, aside, canvas, details, figcaption, 
  figure, footer, header, hgroup, menu, nav, section, summary, time, 
  mark, audio, video {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-size: 100%;
  	font-weight: normal;
  	vertical-align: baseline;
  	background: transparent;
  }	

	body {
		position: absolute; 
		top: 0;
		left: 20mm;
  	text-align: left;
		font: 12pt/16pt "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #000;	
  	padding: 0;
  	margin: 0;
  	background-color: #FFF;		
	}
	
	div#search, div#signin, ul#css3menu1, div#menucol, div#contactuscell, div#topbar, div#footer {
		display: none;
	}	
	
	div#Container div#Wrapper div#header a img#toplogo {
		position: absolute;
		top: 0;
		left: 0;
	}	
	
	div#maincontentcell {
		position: absolute;
		top: 30mm;
		left: -3mm;		
		width: 250mm !important;
	}		
  
}

/* End of print styles */


/* cleaner columns... */
div#menucol {
	width: 178px;
	padding: 0 14px 0 0;
	/*background: transparent;*/
}
ul#leftmenu {
	width: auto;
}

div#maincontentcell {
	width: 556px;
	background: transparent;
}
.one-column div#maincontentcell {
	width: auto;
	padding: 0 9px;
}
.one-column.two-column div#maincontentcell {
	width: 732px;
}

div#maincontentcell article {
	padding: 0 16px 10px 6px; /* width : 556 - 16 - 6 = 534 */
}
.one-column div#maincontentcell article {
	padding-left: 30px;
	padding-right: 30px;
}
.one-column.two-column div#maincontentcell article {
	padding-left: 9px;
}

div#contactuscell {
	width: 180px !important;
	border: none;
	background: #f5f5f5;
}

div#contactuscell div#contactus,
div#contactuscell div#referacase {
	/*height: 30px;
	padding: 26px 0 0 10px;*/
	padding: 10px;
  background: #003878 url(../images/tabs_background.png) bottom right no-repeat; 
}

div#contactuscell div#contactus h3,
div#contactuscell div#referacase h3 {
	font-size: 18px;
}


/* one column left menu */

.one-column div#contentrow {
	position: relative;
	display: block;
}

.one-column div#menucol {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	/*width: 183px;*/
	/*width: 230px;*/
	width: 24.0702127%; /* menu tab width 226.25/940 */
	/*width: 23.6702127%;*/ /* menu tab width 222.5/940 */
	padding: 10px 9px;
	
	/*background: #f5f5f5;*/
	/*border: 10px solid #fff;
	border-width: 0 10px 10px 0;*/
	/*box-shadow: 3px 3px 6px #ccc;*/
}
.one-column div#menucol.show {
	background: #f5f5f5;
	background: #e6e6e6;
	/*box-shadow: 3px 3px 6px #ccc;*/
}
.one-column div#menucol ul#leftmenu {
	display: none;
	margin: 8px 0 0 0;
	background: #fff;
}
.one-column div#menucol ul#leftmenu li {
	position: relative;
}
.one-column div#menucol ul#leftmenu li a {
	padding-left: 10px;
	color: #333 !important;
	background: #fff;
}
.one-column div#menucol ul#leftmenu li a:hover,
.one-column div#menucol ul#leftmenu li.subheading:hover {
	color: #fff !important;
	background: #a04652;
}
.one-column div#menucol ul#leftmenu li a.active {
	font-weight: normal;
	color: #fff !important;
	background: #c16874 !important;
}

.one-column div#menucol ul ul {
	display: none;
	position: absolute;
	top: -10px;
	left: 230px;
	left: 226.25px;
	z-index: 99;
	width: 230px;
	width: 24.0702127%;
	width: 226.25px;
	padding: 0;
	background: #fff;
	border: 10px solid #e6e6e6;
	/*box-shadow: 3px 3px 6px #ccc;*/
}
.one-column div#menucol ul#leftmenu ul li a {
	padding: 6px 0 6px 10px;
}
.one-column div#menucol ul#leftmenu ul li:first-child a {
	padding-top: 10px;
}
.one-column div#menucol ul#leftmenu ul li:last-child a {
	padding-bottom: 10px;
}

.one-column div#menucol ul li:hover > ul {
	display: block;
}
.one-column div#menucol ul ul li:hover > ul {
	display: block;
}

/*  #main-navigation .main-nav ul li:hover > ul {
    display: block;
  }
  #main-navigation .main-nav ul li li:hover > ul {*/


.one-column div#menucol ul ul li {
	list-style: none;
}

.one-column div#menucol ul#leftmenu li.heading {
	font-size: 110%;
	font-weight: bold;
}
.one-column div#menucol ul#leftmenu li.subheading {
	padding: 10px 5px 10px 10px;
	/*font-size: 105%;*/
	font-weight: bold;
}
.one-column div#menucol ul#leftmenu li.subheading:hover {
	cursor: pointer;
}
.one-column div#menucol ul#leftmenu li.subheading li {
	padding-top: 0;
	font-weight: normal;
}

.landing div#menucol {
	display: none;
}

.one-column article .menucol-button {
	margin: 0 0 12px -38px;
}
.one-column.two-column article .menucol-button {
	margin-left: -9px;
}
.menucol-button a {
  position: relative;
	display: inline-block;
	width: 147px; /* #menucol width = 183 */
	margin: 0;
	padding: 5px 8px 5px 28px;
	color: #fff !important;
	/*background: #dc7090 url(../images/tabs_background.png) right bottom no-repeat;*/
	/*background: #dc7090;*/
	background: #c16874;
	line-height: 1.1;
	text-decoration: none;
}
article .menucol-button a {
	/*background: #f00;*/
}

.menucol-button a:before { /* https://css-tricks.com/three-line-menu-navicon/#article-header-id-4 */
  content: "";
  position: absolute;
  left: 8px;
  /*top: 0.75em;*/
  top: 0.6em;
  width: 1em;
  height: 0.15em; 
  border-top: 0.375em double #fff;
  border-bottom: 0.125em solid #fff;
}

.menucol-button a:hover {
	color: #fff !important;
	background-color: #bc5070;
	background-color: #a04652;
	text-decoration: none;
	cursor: pointer;
}
div#menucol .menucol-button a {
	display: block;
	width: auto;
	text-transform: uppercase;
}
/*div#menucol .menucol-button a span {
	display: block;
	float: right;
}*/

/* hide skills menu... */
.page-skills-calendar.one-column div#menucol,
.page-skills-calendar .menucol-button,
.page-skills-flyer.one-column div#menucol,
.page-skills-flyer .menucol-button,
.page-skills-book.one-column div#menucol,
.page-skills-book .menucol-button {
	margin: 0 !important;
	display: none !important;
}


/* one column tab blocks content */
#tab-content .scroll-wrapper,
#tab-content .slider-wrapper,
#tab-content .slider {
	float: right;
	width: 360px;
	height: 203px;
	height: auto;
	margin: 3px 0 30px 30px;
	border: 4px solid #3d9be9;
}
#tab-content .scroll-wrapper,
#tab-content .slider-wrapper {
	position: relative;
	/*margin-left: 20px;*/
}
#tab-content .scroll-wrapper {
	border: none;
}
#tab-content .slider-wrapper.quotes {
	/*width: auto;*/
	height: 200px;
}


#tab-content .slider-wrapper img,
#tab-content .slider img {
	width: 360px;
	height: 203px;
}
#tab-content .slider-wrapper.quotes img {
	width: auto;
	height: auto;
}

#tab-content .theme-default .nivo-caption {
	color: #003878;
	background: transparent;
	/*opacity: 0;*/ /* hide */
}
#tab-content .theme-default .nivo-caption a {
	text-decoration: none;
}

#tab-content .theme-default .nivo-controlNav {
	padding: 0;
}

#tab-content #scrolltest {
	width: auto;
	height: auto;
	margin: 0;
	/*border: 4px solid #3d9be9;*/
	background: #f3f3f3;
}

#tab-content #scrolltest dl {
	width: auto;
	height: auto;
	padding: 1.5em 40px 1em 40px;
	border: none;
	background: transparent;
}
#tab-content #scrolltest dt {
	padding: 12px 3px;
	color: inherit;
	text-align: center;
	background: #fff;
}
#tab-content #scrolltest dt img {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
}
#tab-content #scrolltest dt .quote {
	display: block;
	width: 100%;
}
#tab-content #scrolltest dd {
	margin: 5px 0 0 0;
	line-height: 1.3;
	text-align: right;
}
#tab-content #scrolltest .clear {
	display: none;
}

#tab-content div#cycle-nav {
	position: absolute;
	top: 35%;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: auto;
	background: transparent;
}
#tab-content div#cycle-nav a {
	position: absolute;
	display: block;
	top: 0;
	left: 8px;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 300%;
	line-height: normal;
	font-weight: normal;
	color: #3d9be9 !important;
	background: transparent;
}
#tab-content div#cycle-nav a#next {
	left: auto;
	right: 8px !important;
}
#tab-content div#cycle-nav a:hover {
	color: #000 !important;
}


#tab-content .scroll-wrapper {
	margin: 0;
}
#tab-content #scrolltest dl {
	padding: 10px;
}
#tab-content #scrolltest dd {
	display: none;
}
#tab-content #scrolltest {
	background: #fff;
}
#tab-content div#cycle-nav {
	display: none;
}
#tab-content div#cycle-nav a,
#tab-content div#cycle-nav a:hover {
	color: #fff !important;
}


#tab-content #testimonials {
	float: right;
	width: 360px;
	width: 320px;
	/*height: 203px;*/
	/*height: auto;*/
	margin: 3px 0 30px 30px;
	padding: 20px 20px 0 20px;
	border: none;
	border: 4px solid #3d9be9;
}
#tab-content #testimonials {
	text-align: center;
/*background: #ccc;*/
}
#tab-content #testimonials .quote {
	font-size: 85%;
}

/* bx slider */
#tab-content #testimonials .bx-wrapper {
	margin-bottom: 30px;
	background: transparent;
	border: none;
	box-shadow: none;
}
#tab-content #testimonials .bx-viewport {
/*background: #fcc;*/
}
#tab-content #testimonials .bx-pager {
	bottom: -10px;
	padding-top: 0;
}

ul.bxslider {
	margin: 0 !important;
}
ul.bxslider li {
	text-align: center;
}
ul.bxslider li img {
	height: 36px;
	margin: 0 auto 10px auto;
}
ul.bxslider li p {
	margin: 0;
	line-height: 1.4;
}


h2.tab-blocks {
	clear: both;
}
#tab-blocks {
	clear: both;
	margin: 20px 0 30px 0;
	overflow: auto;
}

ul#tab-tabs {
	/*width: 540px;*/ /* 3 tabs */
	width: 740px; /* 4 tabs */
	margin: 0 auto !important;
	padding: 0;
	list-style: none;
	overflow: auto;
}
ul#tab-tabs li {
	float: left;
	display: block;
	height: 70px;
	margin: 0 0 0 60px !important;
	padding: 0;
	background: transparent;
}
ul#tab-tabs li.first {
	margin-left: 0 !important;
}
/*ul#sim-tabs li:hover,*/
ul#tab-tabs li.active {
	background: transparent url(../images/tab_background.png) 50% bottom no-repeat;
}
ul#tab-tabs li a {
	position: relative;
	display: block;
	width: 110px;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	background: #3d9be9;
}

ul#tab-tabs li a:hover {
	color: #fff !important;
	background: #0957a5;
	text-decoration: none;
}
ul#tab-tabs li.active a,
ul#tab-tabs li.active a:hover {
	font-weight: bold;
	color: #fff !important;
	background: #3d9be9;
}

ul#tab-tabs li a span { /* centre vertical & horizontal */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 80%;
	margin: 0 -50% 0 0;
	padding: 0;
}

.page-skills-negotiation-skills ul#tab-tabs li.tab-1.active {
	background-image: url(../images/tab_background_green.png);
}
.page-skills-negotiation-skills ul#tab-tabs li.tab-1 a {
	background: #00ab8e;
}
.page-skills-negotiation-skills .tab-block-1 {
	border-color: #00ab8e;
}

ul#tab-tabs li.tab-0.active {
	background-image: url(../images/tab_background.png);
}
ul#tab-tabs li.tab-1.active {
	background-image: url(../images/tab_background_green.png);
}
ul#tab-tabs li.tab-2.active {
	background-image: url(../images/tab_background_green.png);
}
ul#tab-tabs li.tab-3.active {
	background-image: url(../images/tab_background_green.png);
}

ul#tab-tabs li.tab-0 a,
ul#tab-tabs li.tab-0.active a,
ul#tab-tabs li.tab-0.active a:hover {
	background: #41b6e6;   /*3d9be9*/
}
ul#tab-tabs li.tab-1 a,
ul#tab-tabs li.tab-1.active a,
ul#tab-tabs li.tab-1.active a:hover {
	background: #00ab8e;
}
ul#tab-tabs li.tab-2 a,
ul#tab-tabs li.tab-2.active a,
ul#tab-tabs li.tab-2.active a:hover {
	background: #9595d2;
}
ul#tab-tabs li.tab-3 a,
ul#tab-tabs li.tab-3.active a,
ul#tab-tabs li.tab-3.active a:hover {
	background: #c16874;
}

ul#tab-tabs li.tab-0 a:hover {
	background: #0072a2;
}
ul#tab-tabs li.tab-1 a:hover {
	background: #007054;
}
ul#tab-tabs li.tab-2 a:hover {
	background: #414190;
}
ul#tab-tabs li.tab-3 a:hover {
	background: #802430;
}

.tab-block-0 {
	border-color: #41b6e6 !important;
}
.tab-block-1 {
	border-color: #00ab8e !important;
}
.tab-block-2 {
	border-color: #9595d2 !important;
}
.tab-block-3 {
	border-color: #c16874 !important;
}


ul#tab-tabs.tabs-3 {
	width: 540px;
}
ul#tab-tabs.tabs-3 li a {
	width: 120px;
}

ul#tab-tabs.tabs-4 {
	width: 740px;
}
ul#tab-tabs.tabs-4 li a {
	width: 120px;
}

ul#tab-tabs.tabs-5 {
	width: 730px;
}
ul#tab-tabs.tabs-5 li {
	margin-left: 20px !important;
}

ul#tab-tabs.tabs-6 {
	width: 100%;
	width: 830px;
}
ul#tab-tabs.tabs-6 li {
	margin-left: 10px !important;
}

ul#tab-tabs li.first {
	margin-left: 0 !important;
}
/*ul#tab-tabs.tabs-6 li a {
	width: 110px;
	padding-right: 10px;
	padding-left: 10px;
}*/

/*ul#tab-tabs li a.book-now {
	background: #c16874;
}
ul#tab-tabs li a.book-now:hover {
	background: #a04652;
}*/

ul#tab-tabs li a.calendar {
	/*background: rgba(0, 171, 142, 0.8);*/
	background: #c16874;
}
ul#tab-tabs li a.calendar:hover {
	/*background: rgba(0, 151, 122, 1);*/
	/*background: #903541;*/
	background: #a04652;
}

.tab-block {
	display: none;
	clear: both;
	width: auto;
	min-height: 200px;
	margin: 0;
	/*padding: 35px 120px 30px 40px;*/
	padding: 35px 40px 30px 40px;
	border: 2px solid #3d9be9;
	border-radius: 20px;
}
/*.tab-block.tab-block-book-now {
	border: 2px solid #c16874;
}*/

.tab-block h2 {
	margin-bottom: 0.8em !important;
}
.tab-block h2:first-child {
	display: none;
}

.tab-block ul {
	list-style: none;
	margin: 0 0 1em 10px !important;
	padding: 0 !important;
}
.tab-block ul li {
	display: block;
	padding: 0 0 0 16px;
	background: transparent url(../images/bullet_pink.png) left 6px no-repeat;
	list-style: none !important;
}

.book_now span {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 16px 21px;
	color: #fff;
	background: #ff4f19;
	font-size: 120%;
	font-weight: bold;
}
.book_now span a {
	color: #fff !important;
	text-decoration: none !important;
}

/* course content tables */
table.course-content {
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}

table.course-content tr {
}

table.course-content td {
	padding: 12px;
	text-align: left;
}

table.course-content .day {
	width: 12%;
	color: #fff;
	background: #29477c;
	background: #00AC8E;
	background: #c16874;
	border: 2px solid #c16874;
}
table.course-content .title {
	width: 28%;
	color: #000;
	background: #bb4d4f;
	background: #A6A6A6;
	border: 2px solid #A6A6A6;
	font-weight: bold;
}
table.course-content .description {
	width: 60%;
	color: #fff;
	background: #bb4d4f;
	background: #c16874;
	background: #A6A6A6;
	color: #000;
	background: #fff;
	border: 2px solid #A6A6A6;
}

table.course-content .divider td {
	height: 18px;
	padding: 0 8px;
	line-height: 1px;
}
table.course-content .divider td.first {
	background: transparent url(/assets/images/course_content_background.png) 8px bottom no-repeat;
}

/* dates & cost/calendar output*/
.tab-block-dates {
}

#calendar-entries {
	overflow: auto;
}

.entry {
	position: relative;
	float: left;
	/*width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;*/
	width: 30%;
	height: 220px;
	margin: 0 3.333333% 30px 0;
/*background: #ccc;*/
}

.entry-cover,
.entry-details {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 98.5%;
	height: 216px;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

.entry-cover {
	/*height: 75%;
	padding-top: 25%;
	padding-bottom: 0;*/
	border: 2px solid #c16874;
	border: 2px solid #d37090;
}
/*.entry-cover:hover {
	background: #a04652;
	cursor: pointer;
}*/

.entry-details {
	display: none;
	z-index: 11;
	/*height: 80%;
	padding-top: 10%;
	padding-bottom: 0;*/
	/*background: rgba(54, 98, 170, 1);*/
	color: #000;
	background: #fff;
	border: 2px solid #3d9be9;
	line-height: 1.4;
}

.entry-cover div,
.entry-details div {
	width: 90%;
	margin: 0 0 0.7em 0;
	margin: 0;
	padding: 1em 5%;
}
.entry-details div {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.2;
}

.entry-cover div.location,
.entry-details div.book {
	margin-bottom: 0;
}

.entry-cover .date {
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	background: #c16874;
	background: #d37090;
}
.entry-cover .title {
	padding-top: 2em;
	color: #000;
	font-size: 120%;
}
.entry-cover .location {
	position: absolute;
	left: 0;
	bottom: 0;
	/*width: 90%;*/
	margin: 0;
	color: #c16874;
	color: #d37090;
	font-size: 140%;
	font-weight: bold;
}

.entry-details .date {
	padding-top: 1em;
	/*padding-bottom: 1em;*/
	font-size: 120%;
	font-weight: bold;
}
.entry-details .venue {
	font-size: 90%;
}

.entry-details .book {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.entry-details .book .booked,
.entry-details .book a {
	display: block;
	width: 100%;
	padding: 1em 0;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background: #3d9be9;
}
.entry-details .book a:hover {
	/*color: #c16874 !important;
	background: #fff;*/
	/*color: #fff !important;
	background: #a04652;*/
	color: #000 !important;
	text-decoration: none;
}

/* embeded booking form */
iframe#booking-form {
	display: none;
	width: 100%;
	height: 800px;
	margin: 0;
	padding: 0;
	border: none;
}
.close-booking-form {
	display: none;
	float: right;
	text-align: right;
}

iframe#booking-form #menucol {
	display: none;
}

.embed #Container,
.embed #Wrapper,
.embed #contentrow {
	width: 100%;
}
.embed #maincontentcell,
.embed #maincontentcell article {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* icon blocks e.g. /skills/ourapproach */
#icon-blocks {
	margin: 2em 0 0 0;
	overflow: auto;
}
.icon-block {
	float: left;
	width: 46%;
	margin: 0 8% 2em 0;
	padding: 20px 0 0 0;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}
.icon-block-even {
	margin-right: 0;
}
.icon-block-1 {
	background-image: url(../images/icons/workers-team_80x80.png);
}
.icon-block-2 {
	background-image: url(../images/icons/target_80x80.png);
}
.icon-block-3 {
	background-image: url(../images/icons/quality_80x80.png);
	background-position: 5px top;
}
.icon-block-4 {
	background-image: url(../images/icons/innovation_80x80.png);
	background-position: 5px top;
}

.icon-block h3 {
	margin: 0 0 0.5em 100px !important;
	padding: 7px 16px;
	font-size: 140% !important;
	border-radius: 40px;
	color: #fff !important;
	background: rgb(0, 171, 142);
	background: #c16874;
}
/*.icon-block:first-child h3 {
	background: #c16874;
}*/
.icon-block p {
	margin-left: 116px !important;
	margin-right: 12px !important;
	margin-bottom: 0 !important;
	text-align: justify;
}


/*
 * Content filter menu
 */
.content-filter {
	margin: 0 0 2em 0;
	padding: 10px;
	color: #fff;
	background: #003878;
}
.content-filter p,
.content-filter ul,
.content-filter li {
	display: inline-block;
}
.content-filter p,
.content-filter li {
	font-size: 120%;
}
.content-filter p {
	margin: 0 5px 0 0 !important;
	font-weight: bold;
}
.content-filter ul {
	margin: 0 !important;
	padding: 0;
}
.content-filter li {
	margin: 0 10px 0 0 !important;
	padding: 0 0 0 10px !important;
	border-left: 1px solid #fff;
	list-style: none;
}
.content-filter li:first-child {
	padding-left: 0 !important;
	border: none;
}
.content-filter li .active {
	font-weight: bold;
}
.content-filter li a {
	color: #fff !important;
}
div#maincontentcell article .content-filter li a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}


/*
 * Calendar list page /skills/calendar
 */

.page-skills-calendar #calendar-entries {
	/*width: 80%;*/
	/*margin: 1em auto 0 auto;*/
	width: 100%;
	margin: 2em 0 0 0;
}

.calendar-block {
	clear: both;
	margin: 0 0 20px 0;
	overflow: auto;
}

.calendar-month {
	clear: both;
	float: left;
	width: 108px; /* 128 */
	height: 78px; /* 128 */
	/*padding: 50px 10px 0 10px;*/
	/*background: #fff url(/assets/images/icons/calendar-colour_128x128.png) left top no-repeat;*/
	width: 160px;
	height: auto;
	padding: 0 20px 0 0;
}
.calendar-month h3 {
	/*min-height: 38px;*/
	margin: 0 !important;
	padding: 8px 0 9px 10px !important;
	color: #fff !important;
	background: #c16874 !important;
	opacity: 1;
}

.calendar-entry {
	margin: 0 0 16px 180px;
	padding: 0;
}
.calendar-entry p {
	margin: 0 !important;
}
.calendar-entry a.entry-title {
	display: inline-block;
	font-size: 130%;
	line-height: 1.2;
	font-weight: bold;
}


/* one column landing sub-content */
.landing-sub #main-image {
	float: right;
	width: 360px;
	height: 200px;
	margin: 0 0 30px 20px;
}

.landing-sub .slider-wrapper {
	float: right;
	width: 360px;
	height: 203px;
	margin: 0 0 30px 20px;
	border: none;
}

.landing-sub .slider-wrapper img {
	width: 360px;
	height: 203px;
}

.landing-sub .theme-default .nivo-caption {
	opacity: 0;
}
.landing-sub .theme-default .nivo-controlNav {
	padding: 0;
}

.landing-sub .introduction {
	margin-right: 410px;
}

.landing-sub #icon-links {
	padding: 0 4%;
}
.landing-sub #icon-links li {
	width: 25%;
	margin-bottom: 0;
}
.landing-sub #icon-links.icons-3 li {
	width: 33.333333%;
}

.landing-sub .tab-block {
	min-height: 1px;
}

#tab-blocks #icon-links {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#tab-blocks .icons-2 #icon-links {
	width: 80%;
}
div#maincontentcell #tab-blocks #icon-links ul {
	width: 90%;
	margin: 0 auto !important;
}
#tab-blocks #icon-links li {
	width: 33.333333%;
}
#tab-blocks .icons-2 #icon-links li {
	width: 50%;
}
#tab-blocks #icon-links li:nth-child(4n+4) {
	clear: both;
}


.page-skills-mediation-training #icon-links li {
	width: 25%;
	width: 33.333333%;
}
.page-skills-mediation-training #icon-links li:nth-child(4) {
	clear: both;
}

.page-skills-negotiation-conflict #icon-links li:nth-child(4) {
	clear: both;
}


.page-skills-large-scale-consultancy #icon-links {
	width: 80%;
}
.page-skills-large-scale-consultancy #icon-links li {
	width: 50%;
}
.page-skills-large-scale-consultancy #icon-links li:nth-child(3) {
	clear: both;
}
.page-skills-large-scale-consultancy #icon-links li:nth-child(1) a,
.page-skills-large-scale-consultancy #icon-links li:nth-child(2) a {
	margin-bottom: 10px;
}
.page-skills-large-scale-consultancy #icon-links li:nth-child(1) img,
.page-skills-large-scale-consultancy #icon-links li:nth-child(2) img {
	width: 120px;
}

.page-solve-dispute-resolution-services #icon-links li {
	width: 50%;
	line-height: 1.4;
}
.page-solve-dispute-resolution-services #icon-links li strong {
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.page-solve-dispute-resolution-services #icon-links li span {
	color: #000;
	/*font-size: 90%;*/
}

.booknow {
	margin: 1.5em 0;
}
.booknow a {
	display: inline-block;
	margin: 0;
	padding: 8px 14px 8px 14px;
	font-size: 130%;
	font-weight: bold;
	color: #fff !important;
	background: #003878;
	border: 2px solid #003878 !important;
	border-radius: 8px;
}
.booknow a:hover {
	color: #003878;
	background: #fff;
	text-decoration: none;
}

/* foundation: diversity & inclusion */
.page-foundation-diversity-inclusion #menucol,
.page-foundation-diversity-inclusion #contactuscell {
	display: none;
}

.page-foundation-diversity-inclusion div#contentrow {
	display: block;
}
.page-foundation-diversity-inclusion div#maincontentcell {
	display: block;
	width: 100%;
}
.page-foundation-diversity-inclusion div#maincontentcell article {
	padding-left: 19px;
	padding-right: 19px;
}
.page-foundation-diversity-inclusion div#maincontentcell article iframe {
	width: 900px;
	height: 800px;
}
/*.page-foundation-diversity-inclusion div#maincontentcell article p {
	display: none;
}*/

/* twitter feed */
.twitter-feed .tweet {
	margin: 0 0 0.5em 0;
}
.twitter-feed p {
	margin: 0 !important;
}
.twitter-feed p.date {
	text-align: right;
}

/* list panels */
NOT_USED.tab-block ul.panels {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
NOT_USED.tab-block ul.panels li {
	display: block;
	float: left;
	width: 20%;
	margin: 0 6% 20px 0;
	padding: 10px;
	color: #fff;
	background: #3d9be9;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}



