a.jmodedit {
	display: none!important;
}

.hidden,
.display-none {
	display: none;
}

download {
	overflow: hidden;
}

.blip {
	position: fixed;
	top: 10px;
	left: 5px;
	z-index: 1000;
	width: 10px;
	height: 10px;
	background-color: #000;
	display: none;
}

body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #444;
}

.guest.affiliate-members .main-nav-bar .main-nav li.item-104,
.guest.associate-corporate-members .main-nav-bar .main-nav li.item-104,
.guest.ceo .main-nav-bar .main-nav li.item-104,
.guest.corporate-members .main-nav-bar .main-nav li.item-104,
.guest.group-admin .main-nav-bar .main-nav li.item-104,
.guest.individual-members .main-nav-bar .main-nav li.item-104,
.guest.linked-members .main-nav-bar .main-nav li.item-104 {
	display: none;
}

/* - - - - - - Global stuff - - - - - - */

p {
	line-height: 24px;
	margin-bottom: 24px;
}

div > p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* - - - - - End Global stuff - - - - - */

.top-bar {
	background-color: #7a95b1;
	color: #fff;
	text-align: right;
	line-height: 62px;
}

.top-bar span.social,
.top-bar span.email,
.top-bar span.phone {
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
}

.top-bar a {
	color: #fff!important
}

.top-bar span.social {
	margin-right: 20px;
}

.top-bar span.social a {
	display: inline-block;
	margin: 0 5px;
}

.top-bar span.social a img { 
	opacity: 1;
	transition: all .5s linear;
}

.top-bar span.social a:hover img { 
	opacity: .5;
}

.top-bar span.email a {
	color: #fff;
}

.main-bar {
	height: 150px;
}

.top-bar span.login-out {
	margin-left: 20px;
}

.logout-link img {
	display: block;
}

.profile-link,
.logout-link {
	display: block;
	padding-top: 15px;
	line-height: 5px;
	float: right;
}

.profile-link,
.logout-link img {
	display: inline-block;
	font-size: 32px;
	margin: -1px 0 0 5px;
}

.logout-link img {
	height: 33px;
	width: auto;
}

.profile-link:hover i {
	color: #fdc92b;
}

.logout-link img {
	filter: brightness(0) invert(1);
}

.logout-link:hover img {
	filter: brightness(1);
}

.main-nav-bar {
	position: relative;
	padding: 44px 0;
	z-index: 1001;
}

.main-nav-bar a {
	white-space: nowrap;
}

.main-nav-bar .logo {
	float: left;
}

.main-nav-bar .main-nav {
	float: right;
	margin-top: 13px;
}

.main-nav-bar .main-nav li {
	position: relative;
	float: left;
	padding: 10px;
}

.main-nav-bar .main-nav li:first-of-type {
	padding-left: 0
}
.main-nav-bar .main-nav li:last-of-type {
	padding-right: 0
}

.main-nav-bar .main-nav li a,
.main-nav-bar .main-nav li span {
	display: block;
	color: #444;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
}

.main-nav-bar .main-nav li span {
	cursor: s-resize;
}

.main-nav-bar .main-nav ul#main-nav-ul > li.active > a,
.main-nav-bar .main-nav ul#main-nav-ul > li.active > span {
	border-bottom: 5px solid #7a95b1;		
	background-color: transparent;		
}

.main-nav-bar .main-nav ul#main-nav-ul > li.active > a,
.main-nav-bar .main-nav ul#main-nav-ul > li:focus > a,
.main-nav-bar .main-nav ul#main-nav-ul > li:hover > a,
.main-nav-bar .main-nav ul#main-nav-ul > li.active > span,
.main-nav-bar .main-nav ul#main-nav-ul > li:focus > span,
.main-nav-bar .main-nav ul#main-nav-ul > li:hover > span {
	border-bottom: 5px solid #fdc92b;
	background-color: transparent;
}

/* sub menu */
.main-nav-bar .main-nav li .nav-child  {
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 10px;
	background: #fff;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	/*width: 350px;*/
	box-shadow: 0 0 5px #000;
	opacity: 0;
	-webkit-transition: all 1s; /* Safari prior 6.1 */
	transition: all 1s;
}

.main-nav-bar .main-nav li.item-107 .nav-child {
	left: auto;
	right: 0;
}

.main-nav-bar .main-nav li:hover .nav-child {
	visibility: visible;
	opacity: 1;
	margin: 0;
}

.main-nav-bar .main-nav li:nth-of-type(1) .nav-child {
	left: 0;
}

.main-nav-bar .main-nav li .nav-child li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.main-nav-bar .main-nav li .nav-child li a {
	font-size: 17px;
	color: #999;
	padding: 10px;
}

.main-nav-bar .main-nav li .nav-child li > a:hover {
	text-decoration: none;
	color: #444;
	background-color: #eaeaea;
}

.main-nav-bar .main-nav li .nav-child li.current.active > a {
	color: #444;
	cursor: default;
	background-color: #fdc92b;
}

.main-nav-bar .main-nav li .nav-child li.active > a {
	color: #444;
	background-color: #fde8aa;
}

/* sub sub menu */

.main-nav-bar .main-nav li:hover .nav-child .nav-child {
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 100%;
	margin-left: 10px;
}

.main-nav-bar .main-nav li .nav-child li:hover .nav-child {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 100%;
	margin-left: 0;
}

.main-nav-bar .main-nav li:hover .nav-child .nav-child a {
	color: #999;
}

.main-nav-bar .main-nav li:hover .nav-child .nav-child a:hover {
	color: #444;
}

.main-nav-bar .main-nav li.item-274 ul.nav-child {
	display: none;
}
/* Past events tab menu */

.tab-menu {
	margin: 0 70px;
}

.tab-menu li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0!important;
}

.tab-menu li a {
	display: block;
	color: #fff;
	background-color: #fdc92b;
	margin: 0;
	padding: 15px;
}

.tab-menu li a:hover {
    background-color: #7a95b1;
}

.tab-menu li.current a {
	background-color: #005dba;fdc92b
}






.banner {
	position: relative;	
	z-index: 501;

}

.banner.home-banner {
	padding: 60px 0;
	font-size: 32px;
	font-style: italic;
	color: #fff;
	line-height: 46px;
	background: url("../../../images/template/home-banner-bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.hero-wrapper {
	position: relative;
	min-height: 50px;
	border-top: 5px solid #7a95b1;
	border-bottom: 5px solid #7a95b1;
	background-color: #5c7085;
}

.hero {
	position: relative;
	background-color: #7a95b1;
	text-align: center;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 160px 0;
	color: #fff;
	background-position: 50% 0%;
	background-image: url('../../../images/misc/concrete-corridor.jpg');
	min-height: 20vw;
}

.page-members .hero {
	padding: 90px 0;
}

.page-blog .hero,
.page-cement-fact .hero,
.page-cement-fact .hero,
.page-events .hero,
.page-media .hero {
	min-height: 50px;
	padding: 0;
}

.pegasus-programme .hero {
	background-position: 50% 50%;
}

.page-blog ul.breadcrumb,
.page-cement-fact ul.breadcrumb,
.page-cement-fact ul.breadcrumb,
.page-events ul.breadcrumb,
.page-media ul.breadcrumb {
	position: relative;
}

.hero-mask {
	display: none;
}

.hero .hero-mask,
.login-cta .hero-mask {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
	z-index: 1;
}

.login-cta .hero-mask {
	background-color: rgba(0,0,0,.45);
}

.hero h3 {
	position: relative;
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	z-index: 2;
	text-shadow: 0 0 5px #000;
}

.page-company-profile .hero {
	min-height: 20vw;
}

.page-company-profile .hero .hero-mask {
	display: none;
}

/*Breadcrumb*/

ul.breadcrumb {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 1, 0.45);
	border-radius: 0;
	z-index: 2;
	margin-bottom: 0;
}

ul.breadcrumb li {
	color: #eaeaea;
}

ul.breadcrumb > li a {
	color: #eaeaea;
	text-decoration: underline;
}

ul.breadcrumb > li.active {
	color: #eaeaea;
}

ul.breadcrumb li .divider {
	display: none;
}


.main-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.main-image figure {
	display: block;
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	width: 100%;
}

.main-image figure figcaption {
	color: #fff;
	text-align: left;
}

/* aweber form */
.aweber-form {
	background: url('../images/infographic-bg.png') 50% 50%;
	background-attachment: fixed;
	/*background-size: cover;*/
	padding: 60px 0;
}

.aweber-form h3 {
	margin-bottom: 15px;
	color: #fff;
}

.aweber-form,
.aweber-form p,
.aweber-form p a {
	color: #fff;
}

.aweber-form label {
	font-weight: 300;
}

.aweber-form input[type="text"] {
	width: 100%;
	border: none;
	padding: 5px;
	color: #666;
}

.aweber-form input[type="submit"] {
	width: 100%;
	padding: 5px;
	background-color: #005dba;
	border-radius: 3px;
	border: none;
}

.aweber-privacy {
	margin-top: 10px;
}

.aweber-privacy a {
	text-decoration: underline;
}
/* end aweber form */

footer {
	background-color: #efefef;
	padding: 60px 0;
}

.footer-c2,
.footer-c3 {
	padding-top: 24%;
}

.footer-c2 .nav li {
	text-align: center;
	color: #444;
}

.footer-c2 .nav li a {
	color: #444;
	padding: 0;
}

.footer-c3 h3 {
	margin-top: 0;
	padding-top: 0;
}

.footer-c3 .social-item {
	display: inline-block;
	margin: 35px 5px 0 0;
}

.footer-c3 .social-item a img {
	filter: invert(1);
	opacity: 0.7;
}

.footer-c3 .social-item a:hover img {
	opacity: 1;
}

footer .nav li {
	margin-bottom: 10px;
}


footer .nav .divider {
	height: 30px;
}

footer .nav .divider span {
	display: none;
}

.address-address,
.address-email,
.address-phone {
	padding-left: 40px;
	position: relative;
}

.address-address:before,
.address-email:before,
.address-phone:before {
	position: absolute;
	left: 0;
}

.address-address:before {
	font: normal normal normal 26px/1 FontAwesome;
	content: "\f041";
}

.address-email:before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f0e0";
	top: 4px;
}

.address-phone:before {
	font: normal normal normal 39px/1 FontAwesome;
	content: "\f10b";
}

.base {
	padding: 30px 0;
	font-size: 14px;
	color: #888;
}

.base .fsd {
	text-align: right;
}

.base .fsd a {
	color: #888;
}




.remove-member {
	color: red;margin-right: 30px;
}


.two-column-layout .row + .row {
	margin-top: 15px;
}

.member-levels-selector h3 {
	color: #fff;
	font-weight: 700;
}





.main-content,
.pannel {
	margin: 60px 0;
}

.pannel.pannel-grey,
.page-blog .main-content,
.page-events .main-content,
body.page-tag .main-content,
body.eb .main-content,
body.videos-clips .main-content {
	margin: 0;
	padding: 60px 0;
	background-color: #ebebeb;
}

.item-page.page-blog,
.item-page.page-events,
.eb-container {
	background-color: #fff;
	padding: 15px;
}

.eb-container {
	padding-bottom: 0;
}

.pannel.pannel-grey + .pannel.pannel-grey {
	padding-top: 0;
}


.leading-0 .blog-item {
	position: relative;
}
.leading-0 .blog-item .readmore .btn {
	right: 0;
}

.categories-module {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}

.categories-module li {
	display: inline-block;
	width: auto;
	padding-right: 0;
}

.categories-module li:last-of-type {
	padding-bottom: 0;
}

.categories-module li a {
	position: relative;
}

.categories-module li a small {
	position: absolute;
	top: -2px;
	right: 4px;
	font-size: 10px;
}

.page-company-profiles .main-content {
	margin-top: 0;
	background-color: #eceaeb;
	padding: 60px 0 30px 0;
}

.page-company-profiles .blog-item-header {
	text-align: center;
}

.page-company-profiles .blog-item-intro-image-wrapper,
.page-company-profiles .blog-item-intro-image-wrapper .blog-item-intro-image {
	position: relative;
	display: inline;
}

.page-company-profiles .blog-item-intro-image a {
	max-width: 100%;
	text-align: center;
}

.page-company-profiles .blog-item-intro-image a img {
	padding: 10px;
	background-color: #fff;
}

.display-table,
.cols-3,
.cols-4 {
	display: table;
}

.display-table [class*='col-'],
.cols-3 [class*='col-'],
.company-profiles [class*='col-'] {
	float: none;
	display: table-cell;
	vertical-align: top;
	background: url('../images/home-blog-item-fix.jpg') right repeat-y,
				url('../images/home-blog-item-fix.jpg') left repeat-y,
				url('../images/blip-white.jpg') repeat;

}

.company-profiles [class*='col-'].empty {
	background: none;
}

.member-levels-selector .display-table [class*='col-'] {
	float: none;
	display: table-cell;
	vertical-align: top;
	background: url('../images/home-blog-item-fix-white.jpg') right repeat-y,
				url('../images/home-blog-item-fix-white.jpg') left repeat-y,
				url('../images/blip-blue-grey.jpg') repeat;

}

/*.info-graphics .display-table > div:nth-of-type(1) {
	display: none;
} */

.info-graphics .display-table [class*='col-'] {
	float: none;
	display: table-cell;
	vertical-align: top;
	background: url('../images/home-blog-item-fix-white.jpg') right repeat-y,
				url('../images/home-blog-item-fix-white.jpg') left repeat-y,
				url('../images/blip-light-grey.jpg') repeat;

}

.cement-facts-selector .display-table [class*='col-'],
.people .display-table [class*='col-'] {
	float: none;
	display: table-cell;
	vertical-align: top;
	background: none;

}

.items-row,
.member-levels-selector .row {
	margin-bottom: 30px;
}

.company-profiles .items-row {
	margin-bottom: 0;
}

.company-profiles .items-row .span3 {
	border-bottom: 30px solid #eceaeb;
}

.member-levels-selector h3 {
	margin-bottom: 15px;
}

.home-feature-wrap {
	margin-bottom: 30px;
}

.blog-item {
	background-color: #fff;
	margin-bottom: 40px;
}

.page-members .blog-item {
	margin-bottom: 0;
}



.company-profiles .blog-item {
	background-color: #fff;
	margin-bottom: 0;
}

.blog-item-header {
	position: relative;
}

.company-profiles .blog-item {
	padding-bottom: 30px;
}

.company-profiles .blog-item h3 {
	text-align: center;
	font-size: 24px;
}

.company-profiles .blog-item .page-header + p {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	background-color: #005dba;
	padding: 5px 3px;
	text-align: center;
	color: #fff;
}

.blog-item-intro-image-wrapper {
	display: block;
	background: url('../images/blog-item-image-bg.png') no-repeat 50% 50%;
	background-size: cover;
}

.company-profiles .blog-item-intro-image-wrapper {
	background: none;
}

.blog-item-intro-image {
	display: block;
	height: 220px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.cat-member-news .blog-item-intro-image-wrapper,
.cat-in-the-press .blog-item-intro-image-wrapper {
	padding: 15px;
}

.cat-member-news .blog-item-intro-image-wrapper .blog-item-intro-image,
.cat-in-the-press .blog-item-intro-image-wrapper .blog-item-intro-image {
	background-size: contain;
	height: 190px;
}

.leading-0 .blog-item-intro-image {
	height: 25vw;
}

.company-profiles .blog-item-intro-image {
	height: 140px;
	/*padding: 15px;*/
	/*border: 1px solid #eaeaea;*/
	display: table-cell;
	vertical-align: middle;
}

.moduletable.logo .blog-item-intro-image {
	background-size: contain;
	background-position: 50% 30%;
	margin: 0 20px;
}

.blog-item.cat-spotlight .blog-item-intro-image {
	background-position: 50% 50%;
}

.home-feature-wrap .blog-item.cat-events .blog-item-header-links {
	display: none;
}

.blog-item-header-links {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38px;
	overflow: hidden;
}

.page-events .blog-item-header-links {
	display: none;
}

.blog-item-footer-links {
	display: none;
}

.page-blog .blog-item-footer-links {
	display: block;
	margin-top: 15px;
	overflow: auto;
}

.page-blog .blog-item .blog-item-header-links {
	left: 0;
}

.page-blog .blog-item-header-links {
	left: 15px;
}

body.home-page .item-page .blog-item-header-links {
	display: none;
}

.item-page .blog-item-header-links {
	position: relative;
	bottom: auto;
	left: auto;
	height: auto;
	overflow: auto;
}

ul.tags {
	list-style: none;
	display: inline;
}

ul.tags li {
	display: inline;
}


.newsflash.featured-blog .blog-item-header:before,
.newsflash.featured-event .blog-item-header:before,
.newsflash.sponsored-blog .blog-item-header:before,
.blog-item-header-links a,
a.blog-cat-link,
.blog-item-footer-links a,
.categories-module li a {
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	border-radius: 0;
	line-height: 22px;
	font-weight: 300;
	margin-right: 3px;
	text-transform: capitalize;
}

.tags a {
	background-color: #aaa7a7;
}

.blog-item-header-links a {
	margin-bottom: 15px;
}

.newsflash.featured-blog .blog-item-header {
	position: relative;
}

.newsflash.featured-blog .blog-item-header:before,
.newsflash.featured-event .blog-item-header:before,
.newsflash.sponsored-blog .blog-item-header:before {
	position: absolute;
	z-index: 100;
	background-color: #005bb9;
	font-size: 24px;
}

.newsflash.featured-blog .blog-item-header:before {
	content: "Spotlight on...";
}

.newsflash.featured-event .blog-item-header:before {
	content: "Featured";
}

.newsflash.sponsored-blog .blog-item-header:before {
	content: "Sponsored Blog";
}

a.cat-all {
	background-color: #666;
}

li.cat-marketing,
a.cat-marketing {
	background-color: #cc7067;
}

li.cat-member-news,
a.cat-member-news {
	background-color: #9d456a;
}

li.cat-news,
a.cat-news,
a.cat-company-profiles {
	background-color: #5479a6;
}

li.cat-events,
a.cat-events {
	background-color: #ad8d3c;
}

li.cat-sustainability,
a.cat-sustainability,
li.cat-climate,
a.cat-climate {
	background-color: #5f969b;
}

li.cat-new-technology,
a.cat-new-technology {
	background-color: #af7593;
}

li.cat-spotlight,
a.cat-spotlight {
	background-color: #75b8de;
}

li.cat-safety-health,
a.cat-safety-health {
	background-color: #82c65c;
}

li.cat-in-the-press,
a.cat-in-the-press {
	background-color: #c6a15c;
}

li.cat-gender-diversity,
a.cat-gender-diversity {
	background-color: #7a5ca8;
}

a.cat-uncategorised {
	display: none;
}




.blog-item-title {
	padding: 15px 15px 0 15px;
}

.blog-item .intro-text,
.blog-item-text {
	padding: 15px;
}

.blog-item-text img {
	display: none;
}

a.readmore,
.readmore .btn {
	position: absolute;
	bottom: 0;
	right: 15px;
	display: block;
	padding: 10px 15px;
	background-color: #fdc829;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0;
}

.btn,
.osm-add-group-member_link a,
.reg-buttons a,
a.tag-blog-item-link {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fdc829;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0;
	border: none;
}

.top-bar a.btn.member-area-btn {
	padding: 7px 9px;
	padding: 3px 9px;
	margin: -8px 0 0 0;
	border-radius: 5px;
	background-color: #fff;
	color: #7a95b1!important;
	font-size: 16px;
	text-align: right;
}

.btn.hidden-print {
	padding: 0;
}

.btn.hidden-print a {
	display: inline-block;
	padding: 10px 15px;
}

.btn.join-us-btn {
	position: relative;
	padding-left: 50px;
}

.btn.join-us-btn:before {
	padding-left: 50px;
	font: normal normal normal 39px/1 FontAwesome;
	content: "\f0c0";
	position: absolute;
	top: 7px;
	left: -42px;
	font-size: 33px;
}



.reg-buttons {
	overflow: auto;
	position: absolute;
	width: calc(100% - 60px);
	left: 30px;
	bottom: 5px;
}

.reg-buttons a {
	width: calc(50% - 10px);
	float: left;
	margin: 5px 5px 10px 5px; 
}

.osm-add-group-member_link a:after {
	content: "\f055";
	font-family: FontAwesome;
	color: #005dba;
	font-size: 22px;
	padding: 1px 0 0 8px;
	color: #fff;
	display: block;
	float: right;
}

#pop-print {
	float: right;
}

#pop-print a {
	color: #fff;
}

/*.readmore .btn {
	right: -5px;
	bottom: -5px;
}*/

.blog-item-header-links a:hover,
a.readmore:hover,
.readmore .btn:hover,
.label-info[href]:focus, .label-info[href]:hover,
.categories-module li a:hover,
.blog-item-footer-links a:hover,
.btn:hover,
.osm-add-group-member_link a:hover,
.reg-buttons a:hover,
a.tag-blog-item-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #005bb9;
}


article .item-page img[style="float: right;"] {
	margin: 0 0 10px 10px;
}

article .item-page img[style="float: left;"] {
	margin: 0 10px 10px 0;
}


/* People */

.image-spacer {
	min-height: 280px;
}

.people > h3 {
	margin-bottom: 15px;
}

.people .display-table {
	margin-bottom: 30px;
}

.people .display-table .p-photo {
	background-size: cover;
	background-position: 50%;
}

.people .display-table .p-text {
	padding: 25px;
	background-color: #efefef;
	vertical-align: middle;
}


.staff-profile {
	background-color: #efefef;
	margin-bottom: 30px;
}

.staff-profile img {
	margin-bottom: 15px;
}

.staff-profile .bio {
	padding: 15px;
}

.staff-profile .bio p {
	margin-bottom: 10px;
}

.staff-profile .bio p:last-of-type {
	margin-bottom: 0;
}

.staff-profile h4 {
	min-height: 39.6px;
}

/* Company Profile */

.alert-info {
	border: none;
}

.profile-key-facts {
	background: url('../images/infographic-bg.png') 50% 50%;
	background-size: cover;
	padding: 15px;
	color: #fff;
}

.profile-key-facts-table {
	width: 100%;
	margin-top: 15px;
}

.profile-key-facts-table td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #bad2e6;
}

.profile-contact-web {
	padding-top: 15px;
	font-size: 18px;
}

/*.profile-contact-details {
	margin: 15px 0;
	background-color: #e5ebf0;
	padding: 30px;
	text-align: center;
}

.profile-contact-web,
.profile-contact-email,
.profile-contact-phone {
	font-size: 1.25em;
}

.profile-contact-details p.address {
	margin-top: 15px;
}*/


/* Info Graphic */

.info-graphics {
	margin-top: 30px;
}

.info-graphics .row {
	margin-bottom: 30px;
}

.ig-item {
	background-color: #eaeaea;
}

.ig-thumb {
	cursor: zoom-in;
}

.ig-item .ig-text {
	padding: 15px;
}

.ig-link-list {
	margin: 15px 0 0 0;
	padding: 0;
}

.ig-link-list li {
	list-style: none;
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 5px;
}


.narrow-page .article-inner-wrap,
.page-blog .item-page,
.page-events .item-page,
/*.eb .eb-container,*/
.new-member-info-pages .blog,
.page-members .article-inner-wrap,
#eb-event-page  {
	margin: 0 70px;
}

.page-members .blog .category-desc,
.page-members .blog .category-desc img {
	margin-bottom: 15px;
}

.page-members .blog .blog-item-text h3 {
	font-size: 20px;
}

#eb-event-page .eb-description {
	padding: 0;
	border: none;
}

body.eb #eb-event-page h1.eb-page-heading {
	margin-bottom: 30px!important;
}

article ul.ig-link-list li:last-of-type {
	padding-bottom: 0;
}

article ul.ig-link-list li a:before {
	content: "\f0ed";
	font-family: FontAwesome;
	color: #005dba;
	font-size: 17px;
	padding: 1px 3px 0 0;
}

article ul.ig-link-list li .file-size {
	display: block;
	float: right;
	color: #8c8c8c;
	font-size: .9em;
}

.ig_fixed_wrap {
	display: none;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	position: fixed;
	z-index: 10000;
	text-align: center;
}
.ig_fixed_wrap .ig_fixed_inner {
	display: inline-block;
	margin: 100px auto;
	position: relative;
}

.ig_fixed_wrap .ig_fixed_inner img {
	/*max-width: 70%;*/
	max-height: 80vh;
	/*border: 1px solid red;*/
}

.ig_fixed_wrap .ig_fixed_close {
	position: absolute;
	top: 0px;
	right: 22px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}


/* slider */

.slider {
	position: relative;
	padding: 40px 0 60px 0;
	background: url('../images/infographic-bg.png') 50% 50%;
	background-size: cover;
}

.single-slider-wrap {
	/*border-radius: 20px;*/
	overflow: hidden;
}

.owl-item {
	text-align: center;
}

.owl-item .item {
	position: relative;
	display: inline-block;
	max-width: 438px;
	/*border-radius: 5px;*/
	background-color: #fff;
	overflow: hidden;
}

.single-slider-wrap .owl-item .item {
	border-radius: 0;
	display: block;
}

.single-slider .owl-item .item {
	max-width: 100%;
	width: 100%;
}

.slider-arrow-nav-container {
	position: absolute;
	top: 50%;
	z-index: 88;
	display: block;
	width: 100%;
	left: 0;
	/* z-index: 0 */

}

.slider-arrow-nav {
	position: absolute;
	width: 100%;
	height: 0px;
	/* height: 70px; */
}

.owl-prev, .owl-next  {
	bottom: 35px;
	position: relative;
}

.owl-prev span,
.owl-next span  {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.owl-prev span:hover,
.owl-next span:hover {
	opacity: 1;
}

.owl-prev span {
	left: 5px;
	background-image: url('../images/left-arrow.png');
}

.owl-next span {
	right: 5px;
	background-image: url('../images/right-arrow.png');
}

.single-slider-wrap .owl-prev span {
	left: 30px;
}

.single-slider-wrap .owl-next span {
	right: 30px;
}

.single-slider-wrap h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 10px 30px;
	text-align: left;
	z-index: 1;
	text-transform: capitalize;
}




.home-page aside {
	margin-top: 0;
	background-color: #fff;
	padding: 0;
}

aside {
	float: left;
	margin-top: 5.4%;
	width: 100%;
	background-color: rgba(122, 149, 177, .3);
	padding: 15px;
}

aside .moduletable h3 {
	font-size: 30px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
}

.home-page aside .moduletable h3 {
	margin-top: 9.1%;
}


aside .nav > li,
aside .nav > li ul li {
	margin-bottom: 10px;
}

aside .nav > li ul {
	margin-top: 5px;
	padding-left: 5px;
}

aside .nav > li a {
	font-size: 16px;
	padding: 0;
}

aside .nav > li a:hover {
	background-color: transparent;
}



/* BLOG 2019-7-30 */

.icons {
	display: none;
}

/*.blog .blog-item {
	position: relative;
	background-color: #f0f0f0;
	display: table;
	margin-bottom: 30px;
}*/

/*.blog .blog-item .item-image,
.blog .blog-item .blog-item-text {
	display: table-cell;
	width: 50%;
}*/

.blog .blog-item .item-image {
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
}

/*.blog .blog-item.cat-member-news .item-image,
.blog .blog-item.cat-spotlight .item-image {
	background-size: 90%;
}*/


.blog .blog-item .item-image .item-image-spacer {
	display: block;
	height: 320px;
	width: 1px;
}

/*.blog .blog-item .blog-item-text {
	padding: 36px;
	vertical-align: middle;
}*/

.blog .blog-item .blog-item-text .tags {
	display: none;
}

.blog .blog-item .blog-item-text .published {
	display: none;
}

.blog .blog-item .readmore {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
}

.page-header {
	margin: 0;
	border-bottom: none;
}

.blog-item .category-name {
	position: absolute;
	top: 0;
	left: 0;
}

.contact-form-address .container .row .divider {
	display: none;
}

article .blog-page .page-header {
	margin-top: 45px;
}

article .item-image {
	position: relative;
	width: 100%;
	float: none !important;
	margin: 0 0 30px 0;
	text-align: center;
	/*background-color: #e5e5de;*/
}

article /*.blog-page*/ .item-image div.img_caption {
	width: 100%!important;
}

article /*.blog-page*/ .item-image p.img_caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.65);
	padding: 10px 15px;
	font-family: 'Glegoo', serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

article /*.blog-page*/ .full-image {
	position: relative;
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-page article .full-image img {
	width: 100%;
}

.published-date {
	display: none;
}

article .blog-page .full-image .published-date {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,.65);
	padding: 10px 15px;
	font-family: 'Glegoo', serif;
	font-weight: 400;
	color: #fff;
	z-index: 2;
}

article .blog-page .published-date-no-image {
	color: #a4a4a4;
	margin: -10px 0 10px 0;
}

article .blog-page .article-info-and-tags {
	width: 100%;
	overflow: auto;
	margin: 0 0 15px -5px;
}

.article-info {
	float: left;
	margin: 30px 0 0 0;
}

.blog-item-text .article-info {
	margin: 0;
}

.category-name {
	position: relative;
	top: auto;
	left: auto;
	float: left;
}

.tags-wrap ul.tags {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tags-wrap ul.tags li {
	display: block;
	float: left;
	margin-bottom: 5px;
}

.category-name a,
.tags-wrap ul.tags li a {
	display: block;
	background-color: #2c6cb8;
	color: #fff;
	font-size: 18px;
	padding: 4px 12px;
	border-radius: 0;
	line-height: 1.42857143;
	font-weight: 400;
	font-weight: 300;
}

.tags-wrap ul.tags li a {
	margin-left: 5px;
}

.tags-wrap ul.tags li a:hover {
	background-color: #77aff2;
}





.pagination {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 0 0;
	border-radius: 0;
}

/*.blog .pagination > p.pull-right {
	float: none!important;
	margin: 0 0 15px 0;
	padding: 0;
}*/

.pagination ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.pagination ul li {
	display: inline-block;
	padding-right: 5px;
}

.pagination ul li.pagination-end {
	padding-right: 0;
}




/* Cements Facts */

.fact-item .fact {
	position: relative;
	margin: 15px;
}

.fact-share {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.75);
	text-align: center;
	color: #fff
}

.fact-share.fact-share-on {
	display: block;
}

.fact-copy {
	color: #fff;
	z-index: 1;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;

}

.fact-share h4 {
	background-color: #fec92d;
	color: #000;
	margin: 3px 0 21px 0;
	padding: 4px 4px 3px 9px;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
}

.fact-share i.fa {
	color: #fff;
	font-size: 36px;
	padding: 5px;
}

.fact-share i.fa:hover {
	color: #fec92d;
}

.fact-share i.fa.fa-file-text {
	font-size: 32px;
}

.fact img {
	z-index: 1;
}

.fact-share {
	z-index: 2;
}

.fact button {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.fact button:before {
	content: "\f1e1";
	font-family: FontAwesome;
	color: #000;
	font-size: 23px;
	padding: 1px 3px 0 0;
	cursor: pointer;
}


/* Action plan */

div > p:last-of-type + blockquote {
	margin-top: 24px;
}

.climate_action_plan {
	background: url('../../../images/2018/10/globe-bg.jpg');
	background-size: 80%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.climate_action_plan h1 {
	border-bottom: none;
}

.climate_action_plan_step {
	padding-left: 300px;
	padding-top: 15px;
	/*border-top: 1px solid #005dbf;*/
	margin-top: 30px;
}

.climate_action_plan_step:nth-of-type(2n) {
	padding-left: 0;
	padding-right: 300px;
}

.climate_action_plan_step.step0,
.climate_action_plan_step.step1,
.climate_action_plan_step.step2,
.climate_action_plan_step.step3,
.climate_action_plan_step.step4,
.climate_action_plan_step.step5 {
	background-image: url('../../../images/2018/10/icon-step-0.png');
	background-repeat: repeat;
	background-position: -450px 18px;
	background-repeat: no-repeat;
}

.climate_action_plan_step.step1,
.climate_action_plan_step.step3,
.climate_action_plan_step.step5 {
	background-position: 840px 18px;
}

.climate_action_plan_step.step1 {
	background-image: url('../../../images/2018/10/icon-step-1.png');
}

.climate_action_plan_step.step2 {
	background-image: url('../../../images/2018/10/icon-step-2.png');
}

.climate_action_plan_step.step3 {
	background-image: url('../../../images/2018/10/icon-step-3.png');
}

.climate_action_plan_step.step4 {
	background-image: url('../../../images/2018/10/icon-step-4.png');
}

.climate_action_plan_step.step5 {
	background-image: url('../../../images/2018/10/icon-step-5.png');
}

/*.download-the-action-plan-link {
	position: fixed;
	top: 250px;
	right: 0;
	background: #0061ae;
	padding: 5px 5px 5px 14px;
	color: #fff;
	border-radius: 50px 0 0 50px;
}*/

.blue-lozenge {
	background: #0061ae;
	padding: 5px 15px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}

.blue-lozenge a {
	color: yellow;
	white-space: nowrap; 
}

.blue-lozenge a:hover {
	text-decoration: underline;
}


.download-the-action-plan-link:hover {
	color: yellow;
}



.moduletable.wcase-2-col h3 {
	border-bottom: none;
	margin-bottom: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* Login */

a[href="/login?view=registration"] {
	display: none;
}

.login-cta {
	position: relative;
	overflow: hidden;
	background-image: url('/images/hero/hero-login.jpg');
	background-size: cover;
	background-position: 10% 59%;
	color: #fff;
	padding: 30px 10px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.login-cta p {
	position: relative;
	z-index: 2;
}

.login-cta a {
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 4px #000;
	font-weight: bold;
}

.login .form-horizontal .control-label {
	text-align: left;
}

.login form fieldset > div:nth-of-type(4) {
	clear: both;
	padding-top: 15px;
}

.login .form-horizontal .control-group .btn {
	display: block;
	float: right;
}

ul.forgot-list,
ul.forgot-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.forgot-list li {
	display: inline-block;
	margin-right: 30px;
}



/* Events & Membership */

.osm-renew-options {
	display: none!important;
}

/*#osm_login_form {
	width: 100%;
	clear: both;
}*/

.faux-row {
	margin-right: 15px;
	margin-left: 15px;
}

.manage-members-button {
	position: absolute;
	right: 15px;
	margin-top: 10px;
	font-size: 16px;
	display: none;
}

/*.eb-container form,*/
.osm-container form {
	margin: 0 -15px;
}

#eb-invite-friend-page.eb-container form {
	margin: 0;
}

#eb-invite-friend-page.eb-container form .form-group {
	margin-bottom: 15px;
}

#eb-invite-friend-page.eb-container form .form-group input[type=text],
#eb-invite-friend-page.eb-container form .form-group textarea {
	width: 100%!important;
	padding: 3px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
}

#eb-invite-friend-page.eb-container form .form-actions {
	margin: 0;
}

#cboxClose {
	right: -4px;
}

.eb-message,
.osm-message {
	margin: 15px 0;
}

.control-group {
	padding: 0 15px;
}

input[type="text"],
input[type="password"],
.eb-container input[type="text"] {
	border: 1px solid #bfbfbf;
	padding: 3px;
	width: 100%;
	box-sizing: border-box!important;
}

#eb-login-form:after,
.login-spacer:after {
	content: "";
	display: block;
	clear: both;
	width: calc(100% - 30px);
	margin: 0 15px 30px 15px;
	border-bottom: 2px solid #7a95b1;
}

.login-spacer:after {
	/*padding-top: 30px;*/
	display: block;
}

#eb-login-form > div:nth-of-type(1),
#eb-login-form > div:nth-of-type(2),
#eb-login-form > div:nth-of-type(3),
.login form fieldset > div:nth-of-type(1),
.login form fieldset > div:nth-of-type(2),
.login form fieldset > div:nth-of-type(3),
#osm-singup-page > div:nth-of-type(1),
#osm-singup-page > div:nth-of-type(2),
#osm-singup-page > div:nth-of-type(3) {
	float: left;
}

#eb-login-form > div:nth-of-type(1),
#eb-login-form > div:nth-of-type(2),
.login form fieldset > div:nth-of-type(1),
.login form fieldset > div:nth-of-type(2),
#osm_login_form > div:nth-of-type(1),
#osm_login_form > div:nth-of-type(2) {
	width: 44%;
}

#eb-login-form > div:nth-of-type(3),
.login form fieldset > div:nth-of-type(3),
#osm_login_form > div:nth-of-type(3) {
	width: 12%;
}

#adminForm .control-group,
#osm-singup-page .control-group,
#os_form .control-group,
#osm_form .control-group {
	width: 50%;
	float: left;
}

#field_username.control-group {
	width: 100%;
	float: none;
}

#field_before_you_apply {
	clear: left;
}

#os_form #field_password.control-group,
#os_form #field_password2.control-group,
#os_form .control-group.new-user {
	width: 25%;
}

#os_form #field_address.control-group {
	clear: left;
}


#eb-forgot-username-password,
#osm-forgot-username-passowrd {
	width: 100%;
	clear: both;
}

#eb-forgot-username-password li,
#osm-forgot-username-passowrd li {
	float: left;
}

/*.eb-container form#eb-login-form  .control-group label,
.eb-container form#adminForm .control-group label,
.eb-container form#adminForm .control-group label.control-label,
.login .control-group .control-label label,
#osm-singup-page.osm-container form#osm_login_form.form .control-group .control-label label,
.osm-container form#os_form .control-group label,
form#os_form .control-group label,
form#os_form .control-group,
form#os_form .control-group .control-label,
#osm_form .control-group .comtrol-label label,*/
form .control-group,
form .control-label label,
form .control-group .control-label,
form .control-group .comtrol-label label {
	font-weight: normal;
	color: #959595;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 23px;
	font-weight: 400!important;
}

#eb-login-form > div:nth-of-type(3) .controls input.btn,
#osm_login_form > div:nth-of-type(3) .controls input.btn {
	padding: 2px 14px;
	line-height: 26px;
	width: 100%;
}

#eb-login-form > div:nth-of-type(3) .controls:before,
#osm_login_form > div:nth-of-type(3) .controls:before  {
	content: "";
	display: block;
	height: 23px;
}

/*.eb-container form#adminForm .control-group,
#osm-singup-page.osm-container form#os_form .control-group,
#os_form .control-group,
#osm_form .control-group*/
body .control-group {
	margin-bottom: 15px;
}

select {
	color: #959595;
}

h2.osm-heading,
h3.osm-heading {
	display: block;
	width: 100%;
	clear: both;
	padding: 0 15px;
	padding-top: 15px;
	font-size: 30px;
	font-weight: 300;
	color: #005dba;
	border-bottom: 0;
}

/*.article-inner-wrap .eb-container #adminForm h3.eb-heading,
.article-inner-wrap #osm-singup-page.osm-container form#osm_login_form.form h2.osm-heading,
.article-inner-wrap #osm-singup-page.osm-container form#os_form.form h3.osm-heading,
.article-inner-wrap #osm-singup-page.osm-container form#osm_login_form.form h2.eb-heading,
.article-inner-wrap #osm-singup-page.osm-container form#osm_login_form.form h3.osm-heading,
.article-inner-wrap #osm-singup-page.osm-container h3.eb-heading,
.article-inner-wrap #osm-singup-page.osm-container form#os_form h3.osm-heading.payment-information {
	display: block;
	width: 100%;
	clear: both;
	padding: 0 15px;
	font-size: 30px;
	font-weight: 300;
	color: #005dba;
	border-bottom: 0;
}*/

.article-inner-wrap #osm-singup-page.osm-container form#os_form h3.osm-heading.payment-information {
	padding-top: 30px!important;
}

#adminForm .control-group#payment_method_container,
.form-actions {
	display: block;
	width: 100%;
	clear: both;
}

.form-actions {
	margin: 0 15px;
}

.input-prepend span.add-on {
	display: block;
	float: left;
	width: 12px;
	padding: 6px 0;
}

input#amount,
input#tax_amount,
input#gross_amount,
input#total_amount {
	display: block;
	float: left;
	width: calc(100% - 12px);
}

#payment_method_container.control-group.payment_information {
	width: 100%;
	float: none;
}

.osm-privacy-policy,
#osm-singup-page #payment_method_container.control-group {
	clear: left;
}

.osm-privacy-policy input {
	float: left;
	margin-right: 3px;
}

.osm-terms-and-conditins-container {
	display: none;
}

#osm-singup-page .form-actions {
	width: 100%;
	clear: both;
}


.required.g-recaptcha {
	padding: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 7px;
}

.osm-privacy-policy-message {
	margin-top: 0;
}

.osm-privacy-policy input[type="checkbox"], .osm-terms-and-conditins-container input[type="checkbox"] {
	margin-top: 4px;
}

#os_form select,
#adminForm select {
	width: 100%;
}

#os_form .control-group {
	min-height: 54px;
}

#field_alt_address,
#field_annual_turnover,
#field_vat_number,
#field_wca_id,
#field_The_Nominated_Representative_will_be,
#field_Nominated_Representative_first_Name,
#field_Alternate_Representative_first_name {
	clear: left;
}

#os_form #field_The_Nominated_Representative_will_be.control-group,
#os_form #field_Please_provide_an_Alternate_Representative.control-group {
	min-height: 0;
	margin-top: 0;
	margin-bottom: 0;
}


#field_vat_number {
	position: relative;
}

#field_vat_number .controls .input-prepend {
	display: block;
	float: left;
	width: 40px;
	padding-top: 3px;
}

#field_vat_number .controls input#vat_number {
	width: calc(100% - 40px);
}

.controls #vat_country_code {
	display: block;
}

#vat_country_code {
	display: none;
}

#field_member_rules .controls label.checkbox,
#field_refund_policy .controls label.checkbox {
	padding-left: 19px;
}

#field_member_rules .control-label label,
#field_refund_policy .control-label label {
	color: #005dba;
	margin-top: 30px;
}

#field_member_rules .controls label,
#field_refund_policy .controls label {
	font-weight: 400;
}

/*h3#field_details_for_deligates,
h3#field_details_of_organisation,
h3#field_organisation_size {
	clear: both;
	width: 100%;
	padding: 15px 0 0 0;
	margin-left: 15px;
	font-size: 25px;
}*/

/*.article-inner-wrap #osm-singup-page.osm-container form#os_form.form h3.osm-heading {
	padding-left: 0!important;
}*/

#os_form .control-group#field_invoice_address_if_different{
	width: 100%;
}

#field_alternate_invoice_address .controls,
#I_am_the_Nominated_Representative_for_this_organisation {
	padding-left: 19px;
}





#osm_form + #osm_form_renew {
	margin-top: 30px;
}

#osm_form_renew h2.osm-form-heading {
	margin: 15px;
}

#osm_form_renew .osm-renew-options {
	padding: 0;
	margin-left: 15px;
}

#osm_form_renew ul.osm-renew-options li,
#osm_form_renew ul.osm-renew-options li:last-of-type {
	clear: both;
}

#payment_method_container .control-label label {
	color: #005dba;
	font-weight: bold!important;
}

#payment_method_container .controls {
	color: #000;
}

#osm-payment-method-list .osm-payment-method-item.os_worldpay {
	margin-bottom: 15px;
}

/*body.page-associate-corporate-membership #osm-payment-method-list .osm-payment-method-item.os_worldpay:before {
	content: "If your total fee is greater than £20,000, please choose the 'Offline Payment' method.";
	color: #666;
}*/

.osm-payment-method-item.os_worldpay:before {
	content: "Please note, If your  total membership subscription cost is greater than £20,000, please select the offline method of payment";
	color: red;
	font-weight: bold;
	margin: 5px 0;
}

.osm-payment-method-item.os_offline:before {
	content: "If you select the offline payment option, WCA will send an invoice to you, using your registered email address or alternate invoice email.";
	color: #666;
}










table.os_table {
	width: 100%;
	border: 1px solid #666;
}

table.os_table td {
	border: 1px solid #666;
	padding: 3px;
}

table.os_table td h3 {
	margin-bottom: 0;
}


table.os_table tr:nth-child(even) {
	background: #efefef
}

table.os_table tr:nth-child(odd) {
	background: #FFF
}




.event-menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-menu ul li {
	display: inline-block;
	margin-bottom: 0;
}

.event-menu ul li a {
	display: block;
	background-color: #fdc92b;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

.event-menu ul li a:hover {
	background-color: #7a95b1;
}

body.the-event .event-menu ul li.the-event a,
body.the-speakers .event-menu ul li.the-speakers a,
body.the-gallery .event-menu ul li.the-gallery a,
body.the-presentations .event-menu ul li.the-presentations a,
body.the-media-clips .event-menu ul li.the-media-clips a,
body.the-agenda .event-menu ul li.the-agenda a,
body.the-sponsors .event-menu ul li.the-sponsors a {
	background-color: #005dba;
}



.shanghai-presentations-table,
.presentations-table {
	border-collapse: collapse;
	border: 1px solid #007ee1;
}

.shanghai-presentations-table th,
.presentations-table th,
.shanghai-presentations-table td,
.presentations-table td {
	border: 1px solid #007ee1;
	padding: 3px;
}

.shanghai-presentations-table th,
.presentations-table th {
	background-color: #97bddb;
	color: #fff;
}

.shanghai-2019-wrap h2 {
	margin-top: 30px;
	border-bottom: none;
}

.shanghai-2019-wrap h2 + .speaker-row > div h3.talk-title {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.speaker-row h3 {
}

.speaker-row + .speaker-row {
	padding-top: 20px;
}

.speaker-row + .book-now-button {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #005dbb;
}

.speaker-row h3.talk-title {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	color: #000;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #005dbb;
}


/* Gallery */

.gallery-modal .ba-modal-header .ba-modal-title {
	width: calc(100% - 50px)!important;
	background-color: #000;
}

.gallery-modal .ba-modal-header .ba-center-icons {
	display: none!important;
}

.gallery-modal .ba-modal-header .ba-right-icons {
	width: 50px !important;
}

.the-gallery .ba-modal-header .modal-title {
	white-space: pre-wrap !important;
	line-height: 25px !important;
}



/* Tag results */

/*.tag-category .row {
	display: table;
}*/

.tag-category ul.category {
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: table-row;*/
}

/*.tag-category ul.category li {
	display: table-cell;
	float: none;
}*/

.tag-category ul.category li {
	margin-bottom: 30px;
}

.tag-category ul.category li:nth-of-type(3n+1) {
	clear: left;
}

.tag-category .tag-blog {
	background-color: #fff;
	padding: 15px;
}

.tag-category .tag-blog .blog-item-intro-image-wrapper {
	margin: -15px -15px 20px -15px;
}

.tag-category .tag-blog .tag-body img {
	display: none!important;
}

.folder-password input {
	width: 200px;
	margin-right: 15px;
	padding: 10px 10px 14px 10px;
}

.folder-password .pdf-download-link {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

/*.folder-password .pdf-download-button {
	display: inline-block;
	background-color: #fdc92b;
	color: #fff;
	padding: 5px;
}*/


/* Events booking */

#rsep_twitter iframe {
	margin: 3px 0 0 2px;
}

.eb .eb-heading {
	clear: both!important;
	width: 100%!important;
	margin: 13px!important;
}

.eb .control-group {
	min-height: 54px;
}

.eb .control-group .controls {
	width: calc(100% - 8px);
}

.eb #eb-amount-container.control-group .controls {
	width: 100%;
}

.eb input#total_amount {
	width: calc(100% - 20px);
}


.eb-register-buttons-bottom ul li:last-child,
.eb-register-buttons-bottom ul li:nth-last-child(2),
.eb-register-buttons-bottom ul li:nth-last-child(3) {
	display: none;
}

.eb-event-container {
	margin-bottom: -5px;
}

.eb-event-information {
	overflow: auto;
}

.eb-event-date {
	height: 70px;
	width: 70px;
	background-color: #5c7085;
}

.eb-event-date-day {
	padding-top: 5px;
	font-size: 18px;
	line-height: 18px;
}

.btn-primary {
	color: #fff;
    background-color: #7a95b1;
    border-color: transparent;
}

.eb-even-title-container a {
	color: #005dba;
}


.eb-even-title-container a:hover {
	text-decoration: none;
}

.eb-event-price-container,
.eb-event-price-container:hover {
	background-color: #eee;
	color: #333;
}

.eb-event-price-container .eb-individual-price {
	color: #333;
}

.eb-events-timeline .eb-taskbar {
	border-bottom: none;
}

.eb-description-details-image,
.eb-description-details-info {
	overflow: auto;
	margin-bottom: 30px;
}

#eb-individual-registration-page h3.eb-heading,
#eb-group-registration-form h3.eb-heading {
	display: block;
	clear: both;
	margin: 15px!important;
}

#field_GalaDinner {
	clear: both;
}

#field_GalaDinner .controls label {
	margin-left: 20px;
}

#eb-individual-registration-page #field_state,
#eb-group-registration-form #field_state {
	clear: both;

}

#eb-individual-registration-page #field_phone,
#eb-group-registration-form #field_phone {
	clear: both;

}













/* Download Selector */

.fsd-download-selector {
	margin-top: 15px;
}

.download-table {
	width: 100%;
}

.download-table,
.download-table td {
	border: 1px solid #7797b2;
	padding: 7px 10px;
}

.download-table .fsd-download-selector-divider {
	background: #7797b2;
	color: #fff;
}

.download-table .fsd-download-selector-divider .fsd-download-selector-note {
	font-weight: bold;
}

.fsd-download-selector-link .fa-cloud-download {
	margin-right: 10px;
}





/* Past Parnter Events */

.past-partner-events .row {
	margin-top: 20px;
}

.past-partner-events .row + .row {
	margin-top: 30px;
}




@media screen and (max-width: 1200px) {
	.climate_action_plan_step.step1,
	.climate_action_plan_step.step3,
	.climate_action_plan_step.step5 {
		background-position: 660px 20px;
	}
}

@media screen and (max-width: 996px) {
	.climate_action_plan_step.step0,
	.climate_action_plan_step.step1,
	.climate_action_plan_step.step2,
	.climate_action_plan_step.step3,
	.climate_action_plan_step.step4,
	.climate_action_plan_step.step5 {
		background-image: none;
		padding-left: 0;
		padding-right: 0;
	}

	.itemid-1499 blockquote {
		margin: 20px 5%;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0;	
	}

	img.cap-page-gccf-logo {
		float: none;
		width: auto;
		margin: 0 auto 20px auto;
	}


}

/* END Action plan */






/* Number lists */

ol { 
	counter-reset: item;
}

ol li { 
	display: block;
}

ol li:before { 
	content: counters(item, ".") " ";
	counter-increment: item;
	font-weight: bold;
	color: #005dba;
}

ol > li > ol > li {
	margin-bottom: 15px;
}

ol > li > ol > li ol > li {
	margin-bottom: 7px;
}


/* Text typography */

.h1, .h2, .h3, h1, h2, h3 {
	margin: 0;
	margin: 0;
}

h1,
h2,
.moduletable h3 {
	color: #005dba;
	border-bottom: 2px solid #005dba;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

.video-grid .video h3 {
	border-bottom: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.video-grid .video a .text {
	padding: 15px;
}

.video-grid .video a .text .intro {
	color: #444;
}

.video-grid .video a:hover {
	text-decoration: none!important;
}

.video-grid .video a:hover h3 {
	text-decoration: underline;
}

h1 {
	font-size: 56px;
	font-weight: 300;
}

h1.cement-new-title {
	position: relative;
}

h2{
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 12px;
}

h3 {
	font-size: 30px;
	font-weight: 300;
	color: #005dba;
	margin-bottom: 12px;
}

.read-all-blogs {
	position: absolute;
	right: 0;
	bottom: 4px;
	font-size: 16px;
	font-weight: 400;
}

.moduletable.cement-facts h1 {
	font-weight: 300;
	margin-top: 0;
	color: #fff;
	border-bottom: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}

blockquote {
	color: #b4c4da;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700i;
	font-style: italic;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	border-left: 0;
}

blockquote p {
	font-size: 50px;
	line-height: 60px;
}

.well {
	padding: 12px 4px;
}

.bullet-list,
.member-levels-selector ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bullet-list li,
.member-levels-selector li {
	list-style: none;
	position: relative;
	margin: 0 0 15px 20px;
}

.bullet-list li:last-of-type,
.member-levels-selector  li:last-of-type {
	margin-bottom: 0
}

.bullet-list li:before,
.member-levels-selector li:before {
	position: absolute;
	top: 2px;
	left: -19px;
	content: "\f18e";
	font-family: FontAwesome;
	color: #005dba;
}

.member-levels-selector li:before {
	color: #fff;
}

aside .moduletable.professional-committees h3 {
	margin-bottom: 40px;
}

.professional-committees div a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	border-radius: 5px;
	margin: 0 0 35px 8px;
}

.professional-committees div a:before {
	position: absolute;
	top: -10px;
	left: -12px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}

.professional-committees div a span {
	padding-left: 65px;
}

.professional-committees div a.cat-safety-health:before {
	content: url(../../../images/template/icon-health-safety.png);
	background-color: #7a5ca8;
}

.professional-committees div a.cat-climate:before {
	content: url(../../../images/template/icon-climate.png);
	background-color: #5f969b;
}

.professional-committees div a.cat-new-technology:before {
	content: url(../../../images/template/icon-new-technology.png);
	background-color: #9e6a9b;
}

.professional-committees div a.cat-marketing:before {
	content: url(../../../images/template/icon-marketing.png);
	background-color: #cc7067;
}

/* Hover */
.professional-committees div a:hover,
.professional-committees div a.cat-safety-health:hover:before,
.professional-committees div a.cat-climate:hover:before,
.professional-committees div a.cat-new-technology:hover:before,
.professional-committees div a.cat-marketing:hover:before {
	background-color: #005dba;
	text-decoration: none;
}

h3.professional-committee {
	margin: 30px 0 7px 0;
}

h3.professional-committee img.icon {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-top: -9px;
}

h3.professional-committee.tech {
	color: #9e6a9b;
}
h3.professional-committee.tech img.icon {
	background-color: #af7593;
}

h3.professional-committee.climate {
	color: #5f969b;
}
h3.professional-committee.climate img.icon {
	background-color: #5f969b;
}

h3.professional-committee.health {
	color: #f49898;
}
h3.professional-committee.health img.icon {
	background-color: #82c65c;
}

h3.professional-committee.marketing {
	color: #cc7067;
}
h3.professional-committee.marketing img.icon {
	background-color: #cc7067;
}

article ul {
	width: 100%;
}

article ul li:last-of-type {
	clear: right;
	padding-bottom: 15px;
}

article #eb-calendarwrap ul li:last-of-type {
	clear: none;
	padding-bottom: 5px;
}

article ul + p,
article p + ul {
	margin-top: 15px!important;
	clear: both;
}

article ul.two-col li {
	width: calc(50% - 20px);
	float: left;
	padding-right: 30px;
}

article .member-levels-selector ul li {
	width: calc(100% - 20px);
	float: none;
	padding-right: 0;
}


/*.member-levels-selector .row > div {
	margin-bottom: 30px;
}*/

/*.member-levels-selector .row > div:nth-of-type(2n+3) {
	clear: left;
}*/

.member-levels-selector .row .level-item {
	position: relative;
	/*background-color: #7a95b1*/;
	padding: 15px;
	color: #fff;
	padding-bottom: 4em;
}





.user-two-col {
	margin-bottom: 15px;
}







/* EB Events calendar */

.eb-topmenu-calendar ul.eb-menu-calendar {
	float: right;
	margin-right: 15px;
}

.event-description {
	margin: 15px 0;
}

#eb-form-group-members .eb-radio-container {
	margin-left: 20px; 
}






/* Membersip pro user profile */

.alert {
	background: #fff1c5;
}

#profile-page {
	margin: 0 -15px;
}

#osm-profileTabs {
	width: calc( 100% - 30px);
	margin: 15px;
}

#osm-profileTabs.nav-tabs {
	border-bottom: 1px solid #005bb9;
}

#osm-profileTabs li {
	margin-bottom: 0; 
	padding-bottom: 0;
	border: none;
	color: #fff;
	font-weight: 400;
	margin-right: 10px;
}

#osm-profileTabs li a {
	background-color: #fdc829;
	color: #fff;
	border-radius: 0;
	border: none;
	outline: 0;
}

#osm-profileTabs li.active a {
	background-color: #005bb9;
}

.table-wrap {
	width: 100%;
	height: auto;
	overflow-x: scroll;
}

/*.page-manage-group fieldset.filters {
	display: none;
}*/

.page-manage-group #os_form table.table,
#osm-profileContent {
	margin: 0 15px;
	width: calc(100% - 30px);
}


.form-horizontal .control-label {
	text-align: left;
}

.osm-add-group-member_link a {
	display: block;
	clear: both;
}

#osm-profile-page #field_first_name.control-group,
#osm-profile-page #field_country.control-group,
#osm-profile-page #field_member_rules.control-group {
	clear: left;
}




body.annual-report .item-page table {
	border: 1px solid #5c7085;
}

body.annual-report .item-page table td {
	padding: 5px;
	border: 1px solid #5c7085;
}

body.annual-report .item-page table td a:before {
    content: "\f0ed";
    font-family: FontAwesome;
    color: #005dba;
    font-size: 17px;
    padding: 1px 3px 0 0;
}


.table-alternating-syle {
	border: 2px solid #7a95b1;
}

.table-alternating-syle th,
.table-alternating-syle td {
    vertical-align: top;
    padding: 3px;
    border: 1px solid #7a95b1;
}

.table-alternating-syle tr > th:nth-of-type(2),
.table-alternating-syle tr > th:nth-of-type(4) {
	min-width: 165px;
}

.table-alternating-syle tr:nth-of-type(2n) td {
	background-color: #dde8f2;
}

.table-alternating-syle td p {
	margin-bottom: 0;
}


.video-grid .video a {
	display: block;
}

.video-grid .video img {
	margin-bottom: 10px;
}



/* PEGASUS */

.pegasus-news-flash .item {
	position: relative;
	background-color: #ebebeb;
	margin-bottom: 15px;
	padding: 15px;
	overflow: auto;
}

.pegasus-news-flash .item h3 {
	border-bottom: none;
	margin-bottom: 15px;
}

.pegasus-news-flash .item a.readmore {
	position: relative;
	margin-top: 20px;
	float: right;
	right: 0;
}




/* Member Grid */

.pannel.gray-pannel-under-content {
    background-color: #eceaeb;
}


.padding-top-15 {
	padding-top: 15px;
}

.padding-top-30 {
	padding-top: 30px;
}


.staff-profile .name-wrap {
    min-height: 56px;
}

.staff-profile .name-wrap h3 {
    border-bottom: none;
    font-size: 24px;
    margin-bottom: 0;
    min-height: auto;
}













/* MD less than 1200 */
@media only screen and (max-width: 1199px) {
	.blip {
		background-color: orange;
	}

	.main-nav {
		display: none;
	}

	.banner.home-banner {
		text-align: center;
		text-shadow: 0 0 5px #000;
		font-size: 43px;
		line-height: 50px;
	}

	.footer-c1 {
		padding-bottom: 30px;
		border-bottom: 1px solid #c6c6c6;
	}

	.footer-c2,
	.footer-c3 {
		padding-top: 60px;
		text-align: center;
	}

	.banner.home-banner {
		padding: 60px 0;
	}

	.address-address,
	.address-email,
	.address-phone {
		padding-left: 0;
	}

	.address-address:before,
	.address-email:before,
	.address-phone:before {
		display: none;
	}

	.slider-arrow-nav-container {
		display: none!important;
	}

	/*.professional-committees div {
		display: block;
		width: calc(50% - 45px);
		float: left;
	}

	.professional-committees div:nth-of-type(2n) {
		margin-left: 60px;
	}*/

	.leading-0 .blog-item-intro-image {
		height: 30vw;
	}

	.page-blog .hero,
	.page-cement-fact .hero,
	.page-cement-fact .hero,
	.page-events .hero,
	.page-media .hero {
		background-attachment: initial;
		min-height: 50px;
		padding: 0;
		background-color: #7a95b1;
		background-image: none;
	}

	.narrow-page .article-inner-wrap,
	.page-members .article-inner-wrap {
		margin: 0;
	}

	.page-members .blog-item-text {
		padding-bottom: 20px;
	}

	.staff-profile h3 {
		min-height: 66px;
	}

	.narrow-page .article-inner-wrap,
	.page-blog .item-page,
	.page-events .item-page {
		margin: 0px;
	}

	.video {
		margin-bottom: 30px;
	}
}


/* SM less than 992 */
@media only screen and (max-width: 991px) {
	.blip {
		background-color: green;
	}

	.banner.home-banner {
		padding: 60px 0;
		font-size: 36px;
		line-height: 48px;
	}

	footer .nav .divider {
		height: 10px;
	}

	/*.display-table {
		display: block;
	}*/

	/*.display-table [class*='col-'] {
		float: left;
		display: block;
		margin-bottom: 30px;
	}*/

	.owl-item .item {
		max-width: 90%;
	}

	.moduletable h3 {
		margin-top: 30px;
	}

	.moduletable .video h3 {
		margin-top: 0;
	}

	/*.blog-item.cat-member-news .blog-item-intro-image,
	.blog-item.cat-spotlight .blog-item-intro-image {
		background-size: contain;
		background-position: 50% 50%;
		margin: 0 200px;
	}*/

	blockquote {
		margin: 15px 0;
	}

	.display-table [class*='col-'],
	.cols-3 [class*='col-'],
	.member-levels-selector .display-table [class*='col-'] {
		display: block;
	}

	.blog-item .intro-text, .blog-item-text {
		padding-bottom: 55px;
	}

	.items-row,
	.member-levels-selector .row {
		margin-bottom: 0;
	}

	.hero {
		background-size: cover;
		background-position: 50% 50%;
		background-attachment: initial;
		padding: 120px 0;
	}

	.intro-module {
		margin-top: 15px;
	}

	#eb-login-form > div:nth-of-type(1),
	#eb-login-form > div:nth-of-type(2),
	.login form fieldset > div:nth-of-type(1),
	.login form fieldset > div:nth-of-type(2),
	#osm_login_form > div:nth-of-type(1),
	#osm_login_form > div:nth-of-type(2) {
		width: 42%;
	}

	#eb-login-form > div:nth-of-type(3),
	.login form fieldset > div:nth-of-type(3),
	#osm_login_form > div:nth-of-type(3) {
		width: 16%;
	}

	.blog-item-intro-image {
		height: 320px;
	}

	.fact-share h4 {
		margin-bottom: 5px;
	}

	.fact-share i.fa {
		font-size: 26px;
	}

	.fact-share i.fa.fa-file-text {
		font-size: 22px;
	}

	.fact-copy {
		font-size: 14px;
	}

	.level-item {
		margin-bottom: 30px;
	}

	article ul.two-col li {
		width: 100%;
	}

	.two-column-layout .row + .row div.col-sm-12 + div.col-sm-12 {
		margin-top: 15px;
	}
}

/* XS less than 768 */
@media only screen and (max-width: 767px) {
	.blip {
		background-color: yellow;
	}

	.profile-link,
	.logout-link {
		display: block;
		padding-top: 15px;
		line-height: 5px;
		float: left;
	}

	.top-bar {
		text-align: left;
	}

	.main-nav-bar {
		text-align: center;
	}

	.main-nav-bar a {
		display: inline-block;
	}

	.banner.home-banner {
		padding: 40px 0;
		font-size: 30px;
		line-height: 40px;
	}

	/*.blog-item.cat-member-news .blog-item-intro-image,
	.blog-item.cat-spotlight .blog-item-intro-image {
		margin: 0 20%;
		background-position: 50% 50%;
	}*/

	h1 {
		font-size: 42px;
		font-weight: 300;
	}

	.main-content,
	.pannel {
		margin: 30px 0;
	}

	.pannel.pannel-grey {
		padding: 30px 0;
	}

	.people .display-table,
	.info-graphics .display-table {
		display: block;
	}

	.people .display-table [class*="col-"],
	.cement-facts-selector .display-table [class*="col-"],
	.company-profiles [class*="col-"],
	.info-graphics .display-table [class*="col-"] {
		display: block;
		float: none;
		margin-bottom: 0;
	}

	.info-graphics .display-table {
		margin-bottom: 0;
	}

	.info-graphics .display-table [class*="col-"] {
		margin-bottom: 30px;
	}

	.fact button::before {
		font-size: 6vw;
	}

	.leading-0 .blog-item-intro-image {
		height: 220px;
	}

	.ig-thumb {
		cursor: default;
	}

	.ig_fixed_wrap {
		display: none!important;
	}

	#adminForm .control-group,
	#osm-singup-page .control-group {
		width: 100%;
		float: none;
		overflow: auto;
	}

	#adminForm .eb-privacy-policy-message,
	#osm-singup-page .osm-privacy-policy-message {
		margin-bottom: 0;
	}

	#eb-login-form > div:nth-of-type(1),
	#eb-login-form > div:nth-of-type(2),
	.login form fieldset > div:nth-of-type(1),
	.login form fieldset > div:nth-of-type(2),
	#osm_login_form > div:nth-of-type(1),
	#osm_login_form > div:nth-of-type(2) {
		width: 100%;
	}

	#eb-login-form > div:nth-of-type(3),
	.login form fieldset > div:nth-of-type(3),
	#osm_login_form > div:nth-of-type(3) {
		width: auto;
	}

	#os_form #field_password.control-group,
	#os_form #field_password2.control-group,
	#os_form .new-user.control-group {
		width: 50%;
		float: left;
	}

	.manage-members-button {
		position: relative;
		right: auto;
		margin-top: 0;
		font-size: 16px;
	}

	img.image-spacer {
		min-height: 440px;
	}

	.fact-share a {
		display: inline-block;
		margin: 10px;
	}

	.fact-share i.fa {
		font-size: 36px;
	}

	.fact-share i.fa.fa-file-text {
		font-size: 32px;
	}

	.fact-share h4 {
		min-height: 55px;
	}

}

@media only screen and (max-width: 600px) {
	.blip {
		background-color: pink;
	}

	.top-bar span.login-out {
    	margin-left: 0;
	}

	.top-bar span.login-out .member-area-btn {
		margin-left: 10px;
	}

	.top-bar span.email,
	.top-bar span.phone {
		display: none;
	}

	.blog .blog-item,
	.blog .blog-item-intro-image-wrapper,
	.blog .blog-item .blog-item-text {
		display: block;
		width: 100%;
	}

	.blog .blog-item .item-image {
		position: relative;
		display: block;
		width: 100%;
	}

	.blog .blog-item .item-image .item-image-spacer {
		height: 220px;
	}

	/*.blog .blog-item.cat-member-news .item-image, .blog .blog-item.cat-spotlight .item-image {
		background-size: 60%;
	}*/

	.read-all-blogs {
		display: none;
	}

	ul.breadcrumb {
		position: relative;
		background-color: rgba(0, 0, 1, 0.75);
	}

	/*.page-blog ul.breadcrumb,
	.page-cement-fact ul.breadcrumb,
	.page-cement-fact ul.breadcrumb,
	.page-events ul.breadcrumb,
	.page-media ul.breadcrumb {
		position: absolute;
	}*/

	#os_form #field_password.control-group,
	#os_form #field_password2.control-group {
		width: 100%;
		float: none;
	}

	h1 {
		font-size: 32px;
	}

	.member-levels-selector .row .level-item {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.reg-buttons {
		position: relative;
		width: 100%;
		left: auto;
		bottom: auto;
		padding: 15px;
	}

	.reg-buttons a {
		width: 100%;
		float: none;
		margin: 0 0 10px 0; 
	}

	.reg-buttons a:last-of-type {
		margin-bottom: 0;
	}

	.member-levels-selector .row .col-xs-12 {
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 480px) {
	.people.staff .col-xs-6 {
		width: 100%;
	}

	.staff-profile h3,
	.staff-profile h4 {
		min-height: auto;
	}
}