* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
body {
	font: 11px/15px Verdana, Geneva, sans-serif;
	color: #333;
	background: #ced9e3;
}
*:focus {
	outline: none;
}
input[type="text"], textarea, select, input[type="password"] {
	color: #333;
	font: 11px Verdana, Geneva, sans-serif;
	padding: 3px;
	border: solid 1px #9dc6e0;
	background: #fdfdfd;
}
option {
	padding: 0 5px;
	cursor: pointer;
}
input[type="submit"], input[type="button"] {
	font: 12px Verdana, Geneva, sans-serif;
	padding: 2px 6px;
	cursor: pointer;
}
#container {
	background: url(../img/bg.jpg) 0 0 repeat-x;
}
.left {
	float: left;
	margin: 0 20px 8px 0 !important;
}
.right {
	float: right;
	margin: 0 0 8px 20px !important;
}
.centre {
	text-align: center;
}
dl {
	width: 600px;
	margin: 0 0 18px;
}
dt {
	float: left;
	width: 188px;
	margin: 0 12px 6px 0;
	font-weight: bold;
	color: #df6d07;
}
dd {
	float: left;
	width: 400px;
	margin: 0 0 6px;
}

/* HEADINGS
-------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #df6d07;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2.h1 {
	font: 18px/19px Arial;
	margin: 0 0 18px;
	padding: 0 0 6px;
	border-bottom: solid 1px #eaeff2;
}
h2 {
	font-size: 15px;
	margin: 0 0 18px;
}
h3 {
	font-size: 14px;
	margin: 0 0 10px;
}
h4 {
	font-size: 12px;
	margin: 12px 0;
	display: inline-block;
	width: 100%;
}
h5 {
	font-size: 11px;
	margin: 12px 0 0;
	display: inline-block;
	width: 100%;
}
p {
	margin: 0 0 18px;
}
form[action="/"] .pod h2 + h3 {
    border: none;
    margin-top: 15px;
}

/* LINKS
-------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #26527f;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #df6d07;
}
.rightCol .corner + p + p a:hover {
	text-decoration: none;
}

/* BUTTONS
-------------------------------------------------------------------------------- */
.pod .button, .scButtons a, .memberContainer input[type="submit"], .membershipBenefits .button, .eMembershipPage .button, .viewMore {
	display: inline-block;
	background: #df6d07;
	color: #fff;
	padding: 1px 15px 2px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
}
.viewMore {
	height: 28px;
	padding: 0 15px 1px;
	font: 13px/26px Verdana;
}
.memberContainer input[type="submit"] {
	background: #74a29c;
}
.pod .button:hover, .scButtons a:hover, .memberContainer input[type="submit"]:hover, .membershipBenefits .button:hover, .viewMore:hover {
	background: #7290b2;
	color: #fff;
	text-decoration: none;
}

/* COLUMNS
-------------------------------------------------------------------------------- */
.innerLeft {
	float: left;
	width: 295px;
}
.innerRight {
	float: right;
	width: 295px;
}
.column {
	float: left;
}
.columns-2 {
	overflow: hidden;
	clear: both;
}
.columns-2 .column {
	width: 295px;
	margin: 0 0 0 30px;
}
.columns-3 .column {
	width: 180px;
	margin: 0 0 0 30px;
}
.columns-2 .first, .columns-3 .first {
	margin: 0;
}

/* HEADER
-------------------------------------------------------------------------------- */
#headerContainer {
	background: #fff;
	display: inline-block;
	width: 100%;
}
#header {
	margin: 0 auto;
	width: 990px;
	height: 103px;
	position: relative;
}
.headerNav, .searchBox {
	padding: 0 8px 0 0;
	background: url(../img/headerNavBg.jpg) 100% 0 repeat-y;
	min-width: 500px;
	position: absolute;
	right: 0;
}
.headerNav {
	top: 0;
}
.searchBox {
	padding: 3px 8px;
	text-align: right;
	bottom: 0;
}
.headerNav ul {
	float: right;
}
.headerNav li {
	float: left;
	margin: 6px 0 7px 20px;
}
.headerNav a[href*="Sign-In"], .headerNav a[href*="Upgrade-My-Account"] {
	background: #df6d07;
	padding: 2px 6px 3px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-background-clip: padding-box;
}
.headerNav a[href*="Sign-In"]:hover, .headerNav a[href*="Upgrade-My-Account"]:hover {
	background: #7290b2;
	color: #fff;
}
.searchBox label {
	margin: 0 6px 0 0;
}
.searchBox input[type="text"] {
	margin: 2px 6px 2px 0;
	padding: 2px;
	width: 200px;
	border-color: #ccc;
	background: #fff;
	vertical-align: middle;
}
.searchBox input[type="image"] {
	vertical-align: middle;
}
.logo {
	float: left;
	margin: 11px 26px 0 15px;
}
.logo a {
	float: left;
}
.strapline {
	float: left;
	width: 340px;
	color: #26527f;
	font-size: 14px;
	margin: 38px 0 0 26px;
}
.strapline h3 {
	color: #df6d07;
	font: normal 18px Verdana, Geneva, sans-serif;
	border: none;
	margin: 0 0 2px;
	padding: 0;
}

/* TOP NAVIGATION
-------------------------------------------------------------------------------- */
.topNav {
	margin: 0 auto;
	padding: 8px 0 0 14px;
	width: 976px;
	display: table;
}
.topNav li {
	margin: 0 2px;
	float: left;
	font: 12px Verdana, Geneva, sans-serif;
}
.topNav li:hover {
	background: #d0dce4;
	border-radius: 5px 5px 0 0;
	-webkit-background-clip: padding-box;
}
.topNav li.this {
	background: #fff;
	border-radius: 5px 5px 0 0;
	-webkit-background-clip: padding-box;
}
.topNav li a {
	display: block;
	padding: 6px 7px;
	color: #fff;
}
.topNav li:hover a {
	color: #26527f;
	text-decoration: none;
}
.topNav li.this a {
	color: #df6d07;
}
.topNav li:nth-of-type(11) {
	background: #df6d07;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
.topNav li:nth-of-type(11):hover {
	background: #d0dce4;
}
.topNav li.this:nth-of-type(11), 
.topNav li.this:nth-of-type(11):hover {
	background: #fff;
	color: #df6d07;
}


/* BREADCRUMBS
-------------------------------------------------------------------------------- */
.breadcrumbs {
	padding: 8px 16px;
	margin: 0 auto 3px;
	width: 958px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	-webkit-background-clip: padding-box;
}
.breadcrumbs .username, .breadcrumbs .path {
	color: #26527f;
}
.breadcrumbs .username {
	margin: 0 20px 0 0;
}

/* CONTENT AREA
-------------------------------------------------------------------------------- */
#content {
	margin: 0 auto;
	width: 990px;
	background: #fff url(../img/contentBg.gif);
	display: table;
	border-bottom: solid 12px #fff;
}
.videosPg #content {
	background: #fff url(../img/contentBg2.gif);
}
.searchPage #content, .forumPage #content {
	background: #fff none;
}
.mainContent {
	float: left;
	width: 620px;
	margin: 16px 20px;
}
.videosPg .mainContent {
	width: 785px;
	position: relative;
	z-index: 1;
}
.videosPg .mainContent:before {
	width: 785px;
	height: 100%;
	content: " ";
	background: #fff;
	padding-bottom: 32px;
	position: absolute;
	left: -20px;
	top: -16px;
	z-index: -1;
}
.searchPage .mainContent, .forumPage .mainContent {
	width: 950px;
}
.mainContent ul {
	margin: 0 0 18px;
	overflow: hidden;
}
.mainContent ul ul {
	margin: 0;
}
.mainContent ol {
	margin: 0 0 0 20px;
}
.mainContent ul li {
	list-style: none;
	padding: 0 0 4px 12px;
	background: url(../img/smlOrangeArrow.gif) 0 5px no-repeat;
}
.mainContent ol li {
	list-style: decimal;
	padding: 0 0 8px;
}
.mainContent .thumbnails, .mainContent .journals {
	margin-top: 10px;
}
.corner {
	background: #fff;
	height: 24px;
	position: relative;
	margin: 0 0 -8px;
}
.corner span {
	background: #f8f9fb;
	height: 8px;
	width: 165px;
	display: block;
	position: absolute;
	bottom: 0;
}
h1 span.strapline {
	font: normal 12px Arial;
	margin: 0 0 0 12px;
	float: none;
	color: #df6d07;
	width: auto;
}
.footer a {
	background: url(../img/whiteArrowCircle.gif) 0 center no-repeat;
	float: right;
	padding: 0 0 0 18px;
}
.mainContent .sitemapNode {
	padding-bottom: 0;
}
a.sitemap {
	display: block;
	margin: 0 0 5px;
}
.sitemap li {
	font-weight: bold;
}
.sitemap li li li {
	font-weight: normal;
}
.mainContent .addressDetails li {
	background: none;
	padding-left: 0;
}
.addressDetails span {
	font-weight: bold;
	width: 90px;
	display: inline-block;
}
#googleTooltip h2 {
	margin: 0;
}
#googleTooltip p {
	margin: 5px 0 0;
}

/* NEWS LISTINGS
-------------------------------------------------------------------------------- */
.newsItem {
	border-bottom: dashed 1px #d0dee7;
	margin: 0 0 8px;
	overflow: hidden;
	padding: 0 0 12px;
}
.newsItem img {
	margin: 4px 0 0;	
}
.newsItem h2, .articleList h3 {
	border: none;
	margin: 0 0 3px;
}
.articleList h3 a {
	vertical-align: middle;
	margin: 0 10px 0 0;
	display: inline-block;
}
.articleList h3 a img {
	border: none;
	margin: -1px 0 0;
}
.newsContent {
	float: right;
	width: 545px;
}
.newsContent p, .articleList p {
	margin: 0 0 10px;
}
.newsContent .more, .articleList .more {
	text-align: left;
}

/* PAGINATION
-------------------------------------------------------------------------------- */
.pagination {
	margin: 10px 0 0;
}
.pagination a, .pagination span {
	margin: 0 4px;
}
.pagination span {
	font-weight: bold;
	color: #df6d07;
}
.pagination .prev {
	margin: 0 15px 0 0;
}
.pagination .next {
	margin: 0 0 0 15px;
}

/* BLOCKS USED FOR ADDRESSES ETC.
-------------------------------------------------------------------------------- */
.block {
	margin-bottom: 24px;
}
.block h3 {
	border: none;
	padding: 0;
}
.line {
	margin: 0 0 2px;
}

/* SUPPLY LINE PAGE
-------------------------------------------------------------------------------- */
.supplyUnit {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: solid 1px #eaeff2;
}
.supplyUnit:last-child {
	border: none;
}
.supplyUnit h3 {
	padding: 0;
	border: none;
}
.supplyUnit img {
	float: right;
	margin: 0 0 0 10px;
}
.supplyUnit p, .supplyUnit img {
	margin: 0;
}

/* ORGANISATIONS (COLLABORATIONS)
-------------------------------------------------------------------------------- */
.organisations, .organisations td, .organisations td:first-child {
	border: none;
	padding: 0;
}
.organisations td {
	vertical-align: bottom;
}
.organisations td:last-child {
	padding-left: 30px;
}
.organisations div {
	border-top: dashed 1px #ccc;
	margin: 10px 0 0;
	padding: 10px 0;
	width: 295px;
	text-align: center;
	height: 120px;
	display: table-cell;
	vertical-align: bottom;
}
.organisations tr:first-child div {
	border: none;
	margin: 0;
	padding: 0 0 10px;
	height: auto;
}
.organisations img {
	margin: 0 0 10px;
}

/* STYLED TABLE
-------------------------------------------------------------------------------- */
table {
	margin: 0 0 18px;
	border-top: solid 1px #ddd;
}
th {
	color: #fff;
	background: #7290b2;
	padding: 6px;
}
td {
	border-right: solid 1px #cadbec;
	border-bottom: solid 1px #ddd;
	padding: 6px;
}
td:first-child {
	border-left: solid 1px #cadbec;
}

/* STYLED FORM
-------------------------------------------------------------------------------- */
.form {
	clear: both;
}
.mainContent .registerForm {
	margin: 0;
}
.mainContent .form li {
	background: none;
	padding: 0 0 8px;
	position: relative;
}
.mainContent .registerForm li {
	margin: 0 0 0 20px;
	padding: 0 0 20px 20px;
	position: relative;
	width: 270px;
	float: left;
}
.form label {
	width: 191px;
	padding: 0 19px 0 0;
	position: relative;
	display: inline-block;
	float: left;
}
.form label span {
	position: absolute;
	right: 10px;
	top: 0;
}
.form li span[style*="Red"], .form li span[style*="red"] {
	position: absolute;
	left: 193px;
	top: 0;
	background: #fff;
}
.form input[type="text"], .form textarea, .form input[type="password"] {
	width: 280px;
}
.form .narrow[type="text"] {
	width: 33px;
}
.mainContent .form ul {
    margin: 0;
}
.mainContent .form ul li {
    padding: 10px 0 0;
}
.mainContent .form ul li:first-child {
    padding: 0;
}
.form fieldset, div.div fieldset {
	border: none;
	margin: 5px 0 -5px;
}
.form fieldset legend {
	width: 214px;
	float: left;
	position: relative;
}
.form fieldset > div {
	float: left;
	clear: none;
}
.radioset fieldset > div > div {
	margin: 0 0 4px;
	float: left;
}
fieldset.checkbox > div > div > div {
	margin: 0 0 12px;
}
.form fieldset label, .form fieldset input {
	vertical-align: middle;
	margin: 0 8px 0 0;
	float: none;
}
.radioset fieldset input, .radioset fieldset label {
	margin: 0 5px 0 0;
	width: auto;
}
.radioset fieldset .required label {
	width: 191px;
}
li.radio, li.checkbox {
	margin: 6px 0;
	overflow: hidden;
}
.mainContent li.termsOfUse {
	background: #f5f7f9;
	padding: 6px 8px 8px;
	margin: 0 0 10px;
}
.form li.termsOfUse span[style*="Red"], .form li.termsOfUse span[style*="red"] {
	left: 8px;
    top: 6px;
	background: #f5f7f9;
}
li.radio label, li.checkbox label, .termsOfUse label {
	width: auto;
	vertical-align: middle;
	padding: 0;
	float: none;
}
.termsOfUse label p {
	margin: 0;
}
.registerForm li.radio label {
	font-weight: bold;
	color: #df6d07;
	padding: 0 0 5px;
}
.registerForm li.radio p {
	margin: 0;
}
li.radio input, li.checkbox input {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.registerForm li.radio input {
	position: absolute;
	top: 2px;
	left: 0;
}
.termsOfUse input {
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.mainContent .error li {
	background: none;
	padding-left: 0;
}
li.checkbox.falseLabel {
	margin: 0 0 0 214px;
}
.mySCI .fullWidthForm, .myPhoto {
	background: #eaeff3;
	border: solid 1px #999;
	padding: 10px;
	margin: 0 0 10px;
	overflow: hidden;
	color: #000;
}
.myPhoto input[type="file"] {
	margin-right: 10px;
}
.myPhoto .error {
	margin: 10px 0 0;
}
.fullWidthForm h3 {
	border: none;
	margin: 0;
	padding: 0 0 2px;
}
.mySCI .fullWidthForm h3 {
	line-height: 16px;
	padding: 0 0 3px;
}
.fullWidthForm p {
	margin: 0;
}
.fullWidthForm textarea {
	width: 592px;
	margin: 10px 0 20px;
}
.mySCI .fullWidthForm textarea {
	float: right;
	width: 390px;
	margin: 0;
	resize: vertical;
	border: solid 1px #ccc;
}
.mySCI .fullWidthForm div {
	float: left;
	width: 190px;
}
.mySCI .centre {
	margin: 10px 0 0;
	display: inline-block;
	width: 100%;
}
.form table {
	border: none;
}
.form td {
	border: none;
	padding: 0 0 5px;
}
.form td label, .form td input {
	float: none;
	width: auto;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.addressForm fieldset {
	border: none;
	padding: 5px 0 0;
	margin: 12px 0;
}
.addressForm legend {
	color: #df6d07;
	font: bold 12px Verdana;
}
.addressForm span > span {
	float: left;
	margin: 0 5px 0 0;
	width: 104px;
	font-weight: bold;
}
.addressForm .head span {
	margin: 8px 0 0;
	display: inline-block;
	width: 100%;
	color: #df6d07;
	clear: both;
}
.addressForm label > span {
	float: left;
	margin: 0 5px 0 0;
	width: 104px;
}
.addressForm .form span {
	margin: 0;
	width: auto;
}
.addressForm .form span > span {
	float: none;
}
.addressForm .item.last {
	margin: 0 0 0 8px;
}
.addressForm label + .item {
	float: right;
}
.addressForm a[id*="Delete"] {
	margin: 0 0 0 10px;
}
.twoColList h3 {
	border-bottom: solid 1px #eaeff2;
	padding: 0 0 6px;
	margin: 0 0 15px;
	font-weight: normal;
}
.twoColList .checkbox {
	float: left;
	width: 300px;
	margin: 0 0 15px;
	overflow: hidden;
}
.twoColList label {
	float: none;
	padding: 0 12px;
	width: auto;
	vertical-align: middle;
}
.form.twoColList label {
	padding: 0 12px 0 0;
}
.twoColList input, .twoColList select {
	vertical-align: middle;
}
.buttons {
	margin: 18px 0;
	display: inline-block;
	width: 100%;
}
.registerForm + .buttons, .eMemberForm + .buttons {
	margin: 0;
	text-align: center;
}
div.div legend {
	margin: 0 0 10px;
	font-weight: bold;
}
.rule {
	clear: both;
}
.myInterests {
	margin: 0 0 10px;
	overflow: hidden;
}
.myInterests .line {
	margin: 0 0 7px;
	float: left;
	width: 310px;
}
.myInterests .line:nth-of-type(even) {
	text-align: right;
}
.myInterests label {
	float: none;
	padding: 0 0 0 6px;
	width: 285px;
	text-align: left;
	vertical-align: top;
}
.error, .confirmation {
	font-weight: bold;
	margin: 0 0 20px;
}
.error {
	color: #e00 !important;
}
.error a {
	color: #e00;
	text-decoration: underline;
}
.error a:hover {
	text-decoration: none;
}
.confirmation {
	color: #64ba00 !important;
}
.contactChair .chairMsg {
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

/* PODS
-------------------------------------------------------------------------------- */
.pod {
	margin: 0 0 24px;
	overflow: hidden;
}
.sectionHeader, .callToAction {
	background: #b5ba99;
	margin: 0 0 24px;
	padding: 4px;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	-webkit-background-clip: padding-box;
}
.callToAction {
	margin: 0 0 24px;
}
.sectionHeader .inner, .callToAction .inner {
	background: #fff;
	padding: 12px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	-webkit-background-clip: padding-box;
}
.pod h2 {
	border-bottom: solid 1px #eaeff2;
	padding: 0 0 6px;
	margin: 0;
}
div[data-twttr-id="twttr-sandbox-0"] h2 {
	border: none;
}
.pod h3 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: solid 1px #eaeff2;
}
.pod h4 {
	width: auto;
	display: block;
}
.pod p {
	margin: 10px 0 18px;
}
.mainContent .pod ul {
	margin: 10px 0 0;
}
.callToAction .inner h3 {
	border: none;
	font-weight: normal;
	margin: 0 0 15px;
}
.sectionHeader img {
	float: right;
}
.callToAction img {
	margin: 0 20px 10px 0;
}
.thumbnails img {
	margin: 0 0 18px;
}
.sectionHeader .contentBox {
	float: left;
	padding: 0 8px;
	width: 268px;
	height: 170px;
	display: table;
}
.valignMid {
	display: table-cell;
	vertical-align: middle;
}
.sectionHeader h1 {
	margin: 0;
	padding: 0;
	border: none;
	color: #df6d07;
	font: 24px/25px Arial;
}
.sectionHeader p {
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 6px 0 10px;
	display: inline-block;
}
.sectionHeader .more {
	font-size: 13px;
}
.callToAction h2 {
	margin: 0;
	padding: 2px 11px 6px;
	border: none;
	color: #fff;
	font-weight: normal;
}
.mainContent .pod li {
	background-position: 0 10px;
	border-top: dashed 1px #d0dee7;
	margin: 5px 0 0;
	padding-top: 5px;
}
.pod li:first-child {
	background-position: 0 5px;
	border: none;
	padding-top: 0;
}
.mainContent .pod .txtImg li {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.mainContent .pod .thumbnails li, .mainContent .pod .journals li {
	background: none;
	padding-left: 0;
	overflow: hidden;
}
.mainContent .latestNews ul {
    margin: 2px 0 0;
}
.mainContent .pod .memberOp {
    margin: 0 0 15px;
    overflow: hidden;
}
.mainContent .pod .journals {
    margin-top: 6px;
}
.mainContent .latestNews li, .mainContent .pod .memberOp li, .mainContent .pod .journals li {
    width: 140px;
    float: left;
    margin-left: 13px;
}
.mainContent .latestNews li {
	min-height: 172px;
	float: none;
	display: inline-table;
	vertical-align: top;
}
.mainContent .latestNews.multiRows li {
	height: 172px;
}
.mainContent .pod .memberOp li {
    width: 128px;
}
.mainContent .latestNews li:nth-of-type(odd), .mainContent .pod .memberOp li:nth-of-type(odd), 
.mainContent .pod .journals li:nth-of-type(odd) {
    margin-left: 0;
}
.mainContent .latestNews li:nth-of-type(2), .mainContent .pod .memberOp li:nth-of-type(2), 
.mainContent .pod .journals li:nth-of-type(2) {
    border: none;
    margin-top: 0;
}
.pod img {	
	margin: 15px 0 0;
}
.pod h4 a[href="/Chemistry-and-Industry"] img {
	float: left;
	margin: 0 20px 8px 0;
}
.pod .thumbnails img {
	margin: 4px 10px 0 0;
	width: 60px;
	height: 60px;
	float: left;
}
.latestNews .thumbnails img {
	margin: 7px 0 4px;
	float: none;
	display: block;
}
img[alt="pdf file"] {
	margin: 0;
	vertical-align: middle;
	border: none;
}
.more {
	text-align: right;
}
.mainContent .pod .more {
    /*width: 275px;*/
	width: calc(100% - 20px);
	background: #e7ecf0 none !important;
	clear: both;
	margin: 10px 0 0;
	padding: 4px 10px !important;
	border: none;
	min-height: 1px;
}
.more a {
	background: url(../img/whiteArrowCircle.gif) 0 50% no-repeat;
	padding: 0 0 0 14px;
}
.pod p .button {
	margin: 0 0 0 5px;
}
.pod .journals img {
	float: left;
	margin: 3px 10px 0 0;
}
.podGroup h3 {
	font-size: 13px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: solid 1px #eaeff2;
}
.podGroup h4 {
	margin: 0 0 10px;
	font-weight: normal;
}
.podGroup p {
	margin: 0 0 5px;
}
.linear-form select {
	width: auto;
	padding: 1px;
	border-color: #ccc;
}
.linear-form, .twitter-timeline {
    margin: 5px 0 0;
}
.videosCtrl {
	margin: 0 0 24px;
	overflow: hidden;
}
.videosCtrl h2 {
	border-bottom: solid 1px #eaeff2;
	padding: 0 0 6px;
	margin: 0;
	color: #df6d07;
}
.mainContent .videosCtrl ul {
	margin: 1px 0 0;
}
.mainContent .videosCtrl li {
	background: none;
	border-top: dashed 1px #d0dee7;
	margin: 5px 0 0;
	padding-top: 5px;
}
.mainContent .videosCtrl li:first-child {
	border: none;
	padding-top: 0;
}
.mainContent .latestNews.videosCtrl li {
	width: 100%;
	min-height: 1px;
	float: none;
	margin-left: 0;
	padding: 9px 0 0;
	display: block;
	position: relative;
}
.mainContent .latestNews.videosCtrl li:nth-of-type(2) {
	border-top: dashed 1px #d0dee7;
	margin: 5px 0 0;
	padding-top: 9px;
}
.mainContent .latestNews.videosCtrl li a {
	min-height: 60px;
	display: block;
	padding-left: 108px;
}
.videosCtrl h4 {
	width: 187px;
	margin: 0;
	font: normal 11px/15px Verdana;
	color: #26527f;
}
.videosCtrl a:hover h4 {
	color: #df6d07;
	text-decoration: underline;
}
.videosCtrl .commentCount {
	float: none;
	margin-top: 2px;
}
.videosCtrl a .commentCount, .videosCtrl a:hover .commentCount {
	color: #333;
}
.videosCtrl img {
	border: solid 1px #f0f0f9;
	position: absolute;
	left: 0;
	top: 9px;
}
.videosCtrl .footer {
    width: 275px;
	background: #e7ecf0;
	margin: 10px 0 0;
	padding: 4px 10px;
	overflow: hidden;
}
.videosCtrl .footer {
    width: 275px;
	background: #e7ecf0;
	margin: 10px 0 0;
	padding: 4px 10px;
	overflow: hidden;
}
.videosCtrl .footer a {
	padding-left: 14px;
}

/* GROUP EVENTS
-------------------------------------------------------------------------------- */
.groupEvents {
	border: none;
	margin: 0 0 30px;
	width: 100%;
}
.groupEvents tr:first-child .groupEventsItem {
	border: none;
	padding: 0;
	margin: 0;
}
.groupEvents td {
	border: none;
	padding: 0;
	width: 50%;
	vertical-align: top;
	float: left;
}
.groupEvents td:last-child .groupEventsItem {
	float: right;
}
.groupEventsItem {
	width: 295px;
	border-top: dashed 1px #ccc;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.groupEvents h2 {
	font: bold 11px/15px Verdana, Geneva, sans-serif;
	border: none;
	margin: 0;
}
.groupEvents .more {
	padding: 5px 0 0;
	text-align: left;
}
.groupEventsItem img {
	border: solid 1px #f0f0f9 !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
}
.partnerEvents p {
	margin: 5px 0;
}
.groupEventsItem .openNewWin {
	float: none;
	border: none !important;
	margin: 0 0 0 7px;
	padding: 0;
}

/* LEFT COLUMN
-------------------------------------------------------------------------------- */
.leftCol {
	float: left;
	width: 165px;
	margin: 0 0 16px;
	position: relative;
}
.videosPg .leftCol {
	display: none;
}
.leftCol .corner span {
	border-radius: 0 8px 0 0;
	-webkit-background-clip: padding-box;
}
.leftCol h3 {
	font-size: 12px;
	padding: 0;
	margin: 16px 0 15px 16px;
	border: none;
}
.leftCol ul {
	margin: 0 0 12px 11px;
}
.leftCol li {
	padding: 8px 12px 8px 5px;
	border-top: solid 1px #eaeff2;
}
.leftCol li.this {
	background: #fff;
}
.leftCol li.this a {
	color: #df6d07;
}
.leftCol .allGroups {
	text-align: right;
	padding-top: 14px;
}
.allGroups a {
	background: url(../img/whiteArrowCircle.gif) 0 50% no-repeat;
	padding: 0 0 0 14px;
}
form[action="/"] .leftCol .corner {
    margin: 0 0 -6px;
}
form[action="/"] .leftCol .corner span {
    background: #e5ebef;
	width: 164px;
	border-left: solid 1px #fff;
}
form[action="/"] .selectedIssue {
    margin: 0 0 26px;
}
form[action="/"] .selectedIssue p {
    margin: 10px 16px 12px;
}

/* RIGHT COLUMN
-------------------------------------------------------------------------------- */
.rightCol {
	float: right;
	width: 145px;
	margin: 0 0 16px;
	padding: 0 10px;
}
.rightCol .corner {
	margin: 0 0 8px -10px;
	width: 165px;
}
.rightCol .corner span {
	border-radius: 8px 0 0;
	-webkit-background-clip: padding-box;
}
.rightCol h3 {
	border-bottom: solid 1px #eaeff2;
	margin: 16px 0 8px;
	padding-bottom: 4px;
}
.joinSCI, .supplyLine, .candiSubscribe {
	width: 145px;
	height: 52px;
	display: block;
	background: url(../img/rh-buttons.png) 0 0 no-repeat;
	margin-bottom: 6px;
	text-indent: -3000px;
}
.supplyLine {
	background-position: 0 -52px;
}
.candiSubscribe {
	background-position: 0 -104px;
	margin: 2px 0 33px;
}
.joinSCI:hover {
	background-position: -145px 0;
}
.supplyLine:hover {
	background-position: -145px -52px;
}
.candiSubscribe:hover {
	background-position: -145px -104px;
}
.rightCol p img {
	margin: 7px 0;
}
.doubleClick {
	margin: 10px 0 0;
	text-align: center;
}
.featuredSupplyLine {
	background: #b5ba99;
	padding: 0 5px 1px;
	margin: 0 0 10px;
	border-radius: 10px;
}
.featuredSupplyLine .supplyLine {
	margin-left: -5px;
}
.featuredSupplyLine .supplyLine:hover {
	background-position: 0 -52px;
}
.featuredSupplyLine ul li {
	background: #fff;
	margin: 0 0 5px;
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
}
.featuredSupplyLine h3 {
	font-size: 14px;
	border: none;
	margin: 0 0 4px;
}
.featuredSupplyLine h3 a {
	color: #df6d07;
}
.featuredSupplyLine h3 a:hover {
	text-decoration: none;
	color: #26527f;
}
.featuredSupplyLine .tel {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0 0 8px;
	display: block;
}

/* FOOTER
-------------------------------------------------------------------------------- */
#footer {
	margin: 4px auto 8px;
	width: 990px;
	background: #fff url(../img/smlLogo.png) 13px 13px no-repeat;
	overflow: hidden;
}
.footerLinks {
	float: left;
	padding: 25px 16px 12px 80px;
}
.footerLinks a {
	margin-right: 8px;
}
.footerDetails {
	float: right;
	text-align: right;
	padding: 12px 16px;
	color: #afafaf;
}

/* MODAL POP-UP
-------------------------------------------------------------------------------- */
.modalBackground {
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	opacity: 0.75;
}
.modalPopUp {
	width: 720px;
	padding: 12px 14px;
	position: absolute !important;
	top: 40px !important;
}
.modalPopUp > div {
	width: 680px;
	min-height: 550px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 20px #000;
}
.modalPopUp > div.error {
	min-height: 1px;
	box-shadow: none;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 1;
	position: relative;
}
.modalClose {
    background: transparent url(../img/modalWindowClose.png);
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -4px;
    top: -4px;
    z-index: 9999;
    text-indent: -3000px;
    cursor: pointer;
}
.modalClose:hover {
    background-position: 0 -35px;
}

/* Interest Groups
-------------------------------------------------------------------------------- */
.interestGrps h3 {
    border-bottom: 1px solid #eaeff2;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0 0 6px;
}
.interestGrps table {
    border: none;
}
.interestGrps tr {
    width: 288px;
    float: left;
    margin: 0 20px 0 0;
}
.interestGrps td {
    border: none;
    padding: 1px 0;
}
.interestGrps input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/* VIDEOS SECTION
-------------------------------------------------------------------------------- */
#player {
	width: 620px;
	height: 349px;
	display: block;
}
.featuredVideoOuter {
	overflow: hidden;
	border-bottom: solid 5px #d0dee7;
	margin: 0 0 20px;
	padding: 0 15px 20px 0;
	position: relative;
}
.featuredVideo {
	width: 480px;
	float: left;
	position: relative;
}
.featuredVideo p, .featuredVideo p a {
	margin: 0 !important;
}
.featuredVideo a {
	width: 480px !important;
	height: 270px !important;
}
.featuredVideo img {
	width: 100% !important;
	height: auto !important;
}
.featuredVideo iframe, .videoWrapper iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}
iframe.vimeo {
	height: 344px !important;
	position: relative;
	width: 620px !important;
}
.featuredVideo iframe.vimeo {
	height: 279px !important;
	width: 480px !important;
}
.featuredVideoTxt {
	width: 270px;
	float: right;
}
.featuredVideoTxt h2 {
	border: none;
	color: #df6d07;
	font: bold 22px/26px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0;
}
.videoContent h1 {
	padding: 5px 0 3px;
	margin-bottom: 14px;
}
.videoInfo {
	margin: 0 0 14px;
	overflow: hidden;
}
.videoDate {
	padding: 0 0 5px;
	font: bold 10px Verdana;
	display: inline-block;
}
.videos .videoDate {
	display: block;
}
.featuredVideoTxt .videoDate:before, .videoContent .videoDate:before {
	width: 10px;
	content: "|";
	color: #cadbec;
	text-align: center;
	display: inline-block;
	padding-right: 2px;
}
.videoContent .videoDate:before {
	width: 13px;
	padding-right: 3px;
}
.videoCredit {
	font: 10px/12px Verdana;
	display: block;
}
.featuredVideoTxt a:hover, .videos a:hover, .videoImg:hover + h4 a {
	color: #333;
}
.videoTxt {
	clear: both;
	font-size: 12px;
	padding: 10px 0 0;
}
.featuredVideoTxt .videoTxt {
	color: #666;
	display: inline-block;
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	margin: 5px 0 10px;
}
.videos {
	border: none;
	margin: 0;
	display: block;
}
.videos tr:nth-of-type(odd) {
	margin: 0;
}
.videos td {
	width: 178px;
	border: none;
	margin-left: 23px;
	padding: 0;
	float: left;
}
.videos td:first-child {
	margin-left: 0;
}
.videos h3 {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	border-top: dashed 1px #d0dee7;
	padding: 19px 0 4px;
	margin: 15px 0 0;
}
.videos tr:first-child h3 {
	border: none;
	padding-top: 0;
	margin-top: 0;
}
.videoImg {
	display: block;
	padding-top: 110px;
	position: relative;
}
.videoImg img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.featuredVideo a:hover img, .videoImg:hover img {
	opacity: 0.5;
}
.videoDuration {
	height: 19px;
	background: #000;
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 5px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.featuredVideoTxt .videoDuration, .videoInfo .videoDuration {
	height: auto;
	background: none;
	font: bold 10px/normal Verdana;
	color: #333;
	padding: 0;
	position: relative;
	left: 0;
}
.viewMoreWrapper {
	text-align: center;
	margin: 20px 0 0;
}
.addCommentForm.ui-accordion .ui-accordion-header {
	background: #eaeff2 none;
	border: none;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 7px 10px;
}
.addCommentForm.ui-accordion .ui-accordion-header:before {
	width: 9px;
	height: 7px;
	content: url(../img/smlOrangeArrow.gif);
	float: left;
	margin: 5px 0 0;
}
.addCommentForm.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: none;
}
.addCommentForm.ui-accordion .ui-accordion-content, .wb-entry-comments {
	background: #eaeff2;
	border: none;
	margin: -20px 0 20px;
	padding: 7px 19px 15px;
}
.mainContent .contentForm li {
	background: none;
	border: none;
	padding-left: 0;
}
.mainContent .contentForm input[type="text"], .mainContent .contentForm textarea {
	width: 360px;
	padding: 5px;
}
.mainContent .contentForm label {
	margin-bottom: 0;
}
.mainContent .captcha label {
	width: 260px;
	display: block;
	margin: 0;
	padding: 0 0 8px 84px;
}
.captchaImg {
	display: inline-block;
	float: left;
	margin-left: 84px;
}
.captchaImg div {
	display: inline-block;
	padding: 4px;
	border: solid 1px #9dc6e0;
}
.mainContent .contentForm .captchaImg + input {
	width: 160px;
	margin: 17px 0 0 10px;
	float: left;
}
.path a[href*="videos"] + span + a[href*="videos"] + span, .ui-accordion-header-icon, .hideCommentValidationError, 
.hideCommentForm, .hideAddComment, .hideCommentConfirmation, .hideAddCommentConfirmation {
    display: none;
}
.commentValidationError, .commentForm, .addComment, .commentConfirmation, .addCommentConfirmation {
	display: block;
}
.wb-entry-comments {
	clear: both;
	margin: 0;
	padding: 15px 18px 1px 10px;
}
.mainContent .wb-entry-comments ul {
	margin: 0 0 18px;
}
.wb-entry-comments .ui-accordion .ui-accordion-header {
	border-top: dashed 1px #d3d8da;
	border-bottom: none;
	background: none;
	padding: 5px 0;
}
.wb-entry-comments .ui-accordion li.mainComment .ui-accordion-header {
	border-top-style: solid;
}
.wb-entry-comments .ui-accordion li.mainComment:first-child .ui-accordion-header {
	border: none;
	padding-top: 0;
}
.wb-entry-comments > ul > li {
	padding: 7px 0 8px;
	overflow: hidden;
}
.wb-entry-comments .commentsAccordion > li {
	padding: 0 0 0 48px;
	background: none;
}
.wb-entry-comments .commentsAccordion > .mainComment {
	padding-left: 8px;
}
.wb-entry-comments h4 {
	font-size: 12px;
	margin: 1px 0 5px;
}
.replyTo {
	width: 4px;
	height: 7px;
	margin: 0 4px;
	background: url(../img/smlOrangeArrow.gif);
	display: inline-block;
	vertical-align: middle;
}
.wb-entry-comments p {
	font: 11px/14px Verdana;
	margin: 6px 0 0;
}
.wb-reply {
	font-size: 11px;
	margin: 6px 0;
    float: right;
}
.wb-datetime {
	color: #333;
	display: block;
	font-size: 10px;
	padding: 2px 0;
}
.wb-entry-comments .ui-accordion-content {
	border: none;
}
.wb-successtext {
	color: #64ba00;
	font-weight: bold;
}
.commentCount {
	height: 15px;
	background: url(../../img/commentCount.png) 0 3px no-repeat;
	padding-left: 16px;
	float: right;
	display: inline-block;
}
.featuredVideoTxt .commentCount {
	float: none;
	font: bold 10px Verdana;
	background-position: 16px 3px;
	padding-left: 0;
}
.featuredVideoTxt .commentCount:before {
	width: 12px;
	content: "|";
	color: #cadbec;
	text-align: center;
	display: inline-block;
	padding-right: 20px;
}

/* SOCIAL SHARE CONTROL
-------------------------------------------------------------------------------- */
.socialShare {
	clear: both;
	margin: 20px 0 0;
}
.mainContent .socialShare li {
	width: 96px;
	display: inline-block;
	padding: 0;
	background: none;
}
.socialShare a {
	width: 80px;
	height: 26px;
	border-radius: 5px;
	display: inline-block;
	background: #4f4f4f;
	padding: 0 5px;
	margin: 2px 4px 2px 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	font: bold 12px/25px Verdana;
}
a.ssFacebook {
	background: #3a5795;
}
a.ssTwitter {
	background: #55acee;
}
a.ssGooglePlus {
	background: #dd4b39;
}
a.ssLinkedIn {
	background: #0077b5;
}
.socialShare a:hover {
	background: #df6d07;
	color: #fff;
	text-decoration: none;
}
.socialShare img {
	padding: 0 10px 3px 0;
	vertical-align: middle;
}

/* NEWS CONTROL (NEW STYLE)
-------------------------------------------------------------------------------- */
.latestNews.videosCtrl + .pod.latestNews {
    display: none;
}
.first.col8, .col4 {
    width: 620px;
}
.col4 .thumbnails li {
    float: left;
    margin-left: 13px !important;
    width: 145px;
}
.col4 .thumbnails li:nth-of-type(1), .col4 .thumbnails li:nth-of-type(5), 
.col4 .thumbnails li:nth-of-type(9), .col4 .thumbnails li:nth-of-type(13) {
    margin-left: 0 !important;
}
.col4 .thumbnails:nth-of-type(1) li {
    border: none;
    margin-top: 0;
    padding-top: 5px;
}
.latestNews.col4 .thumbnails img {
    height: auto !important;
    width: 100% !important;
}
.col4 .thumbnails b {
    display: block;
}
.col4 .thumbnails:nth-of-type(2) li {
    border-top: 1px dashed #d0dee7;
    margin-top: 5px;
    padding-top: 5px;
}

/* MEMBERSHIP TYPES (REGISTRATION)
-------------------------------------------------------------------------------- */
.memTypes {
	overflow: hidden;
	padding: 10px 0 12px;
}
.memTypes a {
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 140px;
	margin-bottom: 19px;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: calc(50% - 10px);
}
.memTypes a * {
	color: #fff;
}
.mem1, .mem3 {
	margin-right: 10px;
}
.mem2, .mem4 {
	margin-left: 10px;
}
.mem1, .mem4 {
	background-color: #6b89ad;
}
.mem2, .mem3 {
	background-color: #26527f;
}
.memTypes a:hover, 
.memTypes a:hover * {
	color: #fff;
	text-decoration: none;
}
.memTypes h3 {
	font-size: 20px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
.memTypes p {
	font-size: 13px;
	line-height: 17px;
	position: relative;
	z-index: 1;
}

/*.memTypes a:hover {
	background-color: #df6d07;
}*/

.memTypes a:hover::after {
	content: "";
	display: block;
	height: 100%;
	background-color: #df6d07;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}
.mem1:hover::after {
	-webkit-animation-name: mem1;
	animation-name: mem1;
}
@-webkit-keyframes mem1 {
	from {bottom: -140px; right: -100%;}
	to {bottom: 0; right: 0;}
}
@keyframes mem1 {
	from {bottom: -140px; right: -100%;}
	to {bottom: 0; right: 0;}
}
.mem2:hover::after {
	-webkit-animation-name: mem2;
	animation-name: mem2;
}
@-webkit-keyframes mem2 {
	from {bottom: -140px; left: -100%;}
	to {bottom: 0; left: 0;}
}
@keyframes mem2 {
	from {bottom: -140px; left: -100%;}
	to {bottom: 0; left: 0;}
}
.mem3:hover::after {
	-webkit-animation-name: mem3;
	animation-name: mem3;
}
@-webkit-keyframes mem3 {
	from {top: -140px; right: -100%;}
	to {top: 0; right: 0;}
}
@keyframes mem3 {
	from {top: -140px; right: -100%;}
	to {top: 0; right: 0;}
}
.mem4:hover::after {
	-webkit-animation-name: mem4;
	animation-name: mem4;
}
@-webkit-keyframes mem4 {
	from {top: -140px; left: -100%;}
	to {top: 0; left: 0;}
}
@keyframes mem4 {
	from {top: -140px; left: -100%;}
	to {top: 0; left: 0;}
}

/*.form span[style*="hidden"], 
.form span[style*="visible"],.form label + input + span, .form label + select + span{
    color: #e00;
}*/

.mainContent .form li.fullWidthCB {
	background: #f5f7f9;
	padding: 6px 8px 8px;
	margin: 0 0 10px;
}
.fullWidthCB label {
	width: auto;
}
.fullWidthCB input {
	vertical-align: middle;
}
#phcentre_4_pnlGdpr {
	width: 600px;
}
#phcentre_4_gdprFrm_pnlSaveDetails {
	padding: 60px 60px 0;
	width: 560px;
}
#phcentre_4_pnlGdpr h3,
#phcentre_1_pnlSaveDetails h3 {
	padding-top: 30px;
}
#phcentre_4_pnlGdpr .modalClose {
	right: -124px;
}