/* HEADER */
.header-right { text-align: right; }
.header-right > .region { display: inline-block; }

/* STICKY HEADER */
body.header-sticky { padding-top: 80px !important; }
body.header-sticky .header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000010;
	-moz-box-shadow: 0px 3px 6px #00000010;
	-webkit-box-shadow: 0px 3px 6px #00000010;
}
@media only screen and (min-width: 1200px) {
	body.header-sticky .region-branding .site-logo { padding: 4.5px 0; }
	body.header-sticky header ul.menu li a { padding: 28px 0; }
	body.header-sticky header ul.menu li > span { padding: 28px 0; }
}
@media only screen and (max-width: 1199px) {
	body.header-sticky { padding-top: 100px !important; }
}
@media only screen and (max-width: 991px) {
	body.header-sticky { padding-top: 80px !important; }
}
@media only screen and (max-width: 767px) {
	body.header-sticky { padding-top: 120px !important; }
}

/* LOGO */
.region-branding .site-logo {
	display: block;
	padding: 24.5px 0;
}
.region-branding .site-logo img {
	height: 71px;
	width: auto;
}
.region-branding .site-name { display: none; }
@media only screen and (max-width: 1199px) {
	.region-branding .site-logo { padding: 25px 0; }
	.region-branding .site-logo img { height: 50px; }
}
@media only screen and (max-width: 991px) {
	.region-branding .site-logo { padding: 20px 0; }
	.region-branding .site-logo img { height: 40px; }
}
@media only screen and (max-width: 767px) {
	.region-branding .site-logo {
		padding: 10px 0;
		text-align: center;
	}
}

/* MENU */
ul.menu { margin: 0; }
.menu-item--expanded { list-style: none; }
ul.menu a.is-active { color: #B72E3A; }

/* MAIN MENU */
#mobileMainMenu { display: none; }
header ul.menu li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	margin-right: -0.25em;
}
header ul.menu li:first-child { padding-left: 0; }
header ul.menu li a {
	color: #777777;
	padding: 48px 0;
	display: block;
}
header ul.menu li > span {
	color: #777777;
	padding: 48px 0;
	display: block;
}
header ul.menu li a:hover,
header ul.menu li a:focus {
	color: #B72E3A;
	text-decoration: none;
}
header ul.menu a.is-active { color: #B72E3A; }
/* level 2 */
header ul.menu li ul.menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 1;
	background-color: #FFFFFF;
}
header ul.menu li:hover ul.menu { display: block; }
header ul.menu li ul.menu li {
	display: block;
	padding: 0 20px;
	min-width: 204px;
	border-bottom: 1px solid #E5E5E5;
	margin-right: 0;
}
header ul.menu li ul.menu li:last-child { border-bottom: none; }
header ul.menu li ul.menu li a {
	color: #919191;
	padding: 8px 0;
	white-space: nowrap;
}
header ul.menu li ul.menu li a:hover,
header ul.menu li ul.menu li a:focus {
	color: #B72E3A;
}
@media only screen and (max-width: 1199px) {
	header ul.menu li { padding: 0 10px; }
	header ul.menu li a { padding: 38px 0; }
	header ul.menu li > span { padding: 38px 0; }
	header ul.menu li ul.menu li { padding: 0 10px; }
}
@media only screen and (max-width: 991px) {
	#mobileMainMenu { display: block; }
	header ul.menu li a { padding: 28px 0; }
	header ul.menu li > span { padding: 28px 0; }
	#mainMenu {
		display: none;
		position: fixed;
		top: 80px;
		z-index: 100;
		background-color: #FFF;
		width: 100%;
		left: 0;
		border-top: 1px solid #E5E5E5;
		text-align: center;
	}
	header ul.menu#mainMenu li { padding: 0 15px; }
}
@media only screen and (max-width: 767px) {
	header ul.menu li a { padding: 18px 0; }
	header ul.menu li > span { padding: 18px 0; }
	#mainMenu {
		top: 60px;
		max-height: calc(100vh - 120px);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	header ul.menu li { display: block; }
	header ul.menu#mainMenu li:first-child { padding-top: 10px; }
	header ul.menu#mainMenu li:last-child { padding-bottom: 10px; }
	header ul.menu#mainMenu li a { padding: 10px 0; }
	header ul.menu#mainMenu li > span { padding: 10px 0; }
	header ul.menu li ul.menu {
		position: relative;
		text-align: center;
		background-color: #F1F1F1;
	}
}

/* HEADER SEARCH */
.region-search { margin-left: 20px; }
.region-search h2 { display: none; }
.region-search form { position: relative; }
.region-search input[type="search"] {
	color: #777777;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	padding-right: 45px;
	border-color: #818181;
}
.region-search .form-submit {
	min-width: unset;
	background-color: transparent;
	color: #777;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 10px;
	padding: 10px;
}
@media only screen and (max-width: 1199px) {
	.region-search { margin-left: 10px; }
}
@media only screen and (max-width: 479px) {
	.region-search input[type="search"] {
		padding: 10px 30px 10px 10px;
		width: 120px;
	}
	.region-search .form-submit { right: 0; }
}
@media only screen and (max-width: 374px) {
	.region-search input[type="search"] { width: 90px; }
}

/* FOOTER */
footer {
	background-color: #2B2B2B;
	color: #FFFFFF;
	margin-top: 40px;
}
footer h2 {
	font-size: 20px;
	font-weight: 900;
	line-height: 22px;
	margin-bottom: 20px;
}
/* top */
.footer--top {
	padding-top: 77px;
	padding-bottom: 61px;
}
.footer--top .columns { margin: 0 -15px; }
.footer--top .column {
	float: left;
	width: 30%;
	padding: 0 15px;
}
.footer--top .column:last-child { width: 40%; }
.footer--top .column h2 { margin-bottom: 15px; }
@media only screen and (max-width: 767px) {
	.footer--top .region-footer-first { margin-bottom: 30px; }
}
/* menu */
footer .menu-item {
	padding: 0;
	line-height: 18px;
	margin-bottom: 10px;
}
footer .menu-item:last-child { margin-bottom: 0; }
footer .menu-item a { color: #ADADAD; }
footer .menu-item a:hover,
footer .menu-item a:focus {
	text-decoration: none;
	color: #B72E3A;
}
footer .block-menu + .block-menu { margin-top: 30px; }
/* form */
footer .block-webform {
	width: 100%;
	max-width: 410px;
}
footer .webform-submission-form input[type="text"],
footer .webform-submission-form input[type="email"],
footer .webform-submission-form input[type="tel"],
footer .webform-submission-form input[type="password"],
footer .webform-submission-form input[type="search"] {
	border: none;
	padding: 11px 17px;
	color: #B9B9B9;
}
footer ::-webkit-input-placeholder { color: #B9B9B9; }
footer :-ms-input-placeholder { color: #B9B9B9; }
footer input::placeholder { color: #B9B9B9; }
footer .webform-submission-form .form-actions { margin-bottom: 0; }
/* bottom */
.footer--bottom {
	background-color: #212121;
	color: #ADADAD;
	text-align: center;
	padding: 19.5px 15px;
	font-size: 14px;
}
.footer--bottom p { margin-bottom: 0; }
/* socials */
.footer--top .column .block-footer-socials h2 { margin-bottom: 22px; }
.block-footer-socials .social-links a {
	color: #FFFFFF;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: calc(10px - 0.25em);
}
.block-footer-socials .social-links a:last-child { margin-right: 0; }
.block-footer-socials .social-links a.linkedin { background-color: #206292; }
.block-footer-socials .social-links a.facebook { background-color: #3977F1; }
.block-footer-socials .social-links a.youtube { background-color: #F02A3B; }
.block-footer-socials .social-links a.twitter { background-color: #1da1f2 }
.block-footer-socials .social-links a:hover,
.block-footer-socials .social-links a:focus {
	text-decoration: none;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.footer--top { padding: 30px 0; }
	.footer--top .column { width: 50%; }
	.footer--top .column:last-child {
		width: 100%;
		margin-top: 30px;
	}
}

/* SLIDSHOW WITH TEXT NAVIGATION */
.block-slideshow-with-text-navigation {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	margin-bottom: 40px;
}
.slide-contents {
	padding: 0;
	margin: 0;
}
.slide-contents li {
	display: none;
	position: relative;
}
.slide-contents li.current { display: block; }
.slide-contents li img {
	width: 100%;
	opacity: 0.7;
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.slide-contents li.active img { opacity: 1; }
.slide-contents li .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 930px;
	padding: 0 15px;
	line-height: 20px;
	transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.slide-contents li.active .text { margin-top: -68.5px; }
.slide-contents li .text h2 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 2px 2px 4px #000000;
}
.slide-contents li .text .description { text-shadow: 2px 2px 4px #000000; }
.slide-contents li .text p { margin-bottom: 26px; }
.slide-navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	height: 137px;
}
.slide-navigation li {
	cursor: pointer;
	display: inline-block;
	margin-right: -0.25em;
	background-color: rgba(46, 46, 46, 0.7);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-right: 1px solid #7B7B7B;
	width: 280px;
	height: 137px;
	position: relative;
}
.slide-navigation li:last-child { border-right: none; }
.slide-navigation li:hover { background-color: rgba(183, 46, 58, 0.7); }
.slide-navigation li.current { background-color: rgba(183, 46, 58, 0.7); }
.slide-navigation li .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 22px;
}
.slide-navigation h5 {
	font-weight: 300;
	line-height: 18px;
	font-size: 15px;
	margin-bottom: 7px;
}
.slide-navigation h4 {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 24px;
	font-weight: 500;
}
@media only screen and (max-width: 1199px) {
	.block-slideshow-with-text-navigation { margin-bottom: 20px; }
	.slide-navigation { height: 110px; }
	.slide-navigation li {
		width: 200px;
		height: 110px;
	}
	.slide-navigation h5 {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 5px;
	}
	.slide-navigation h4 {
		font-size: 15px;
		line-height: 1.2em;
	}
	.slide-contents li.active .text { margin-top: -55px; }
	.slide-contents li .text h2 {
		font-size: 40px;
		line-height: 1.2em;
		margin-bottom: 15px;
	}
	.slide-contents li .text p {
		margin-bottom: 15px;
		line-height: 1.2em;
	}
}
@media only screen and (max-width: 991px) {
	.slide-navigation { height: 95px; }
	.slide-navigation li {
		width: 160px;
		height: 95px;
	}
	.slide-navigation h4 { font-size: 14px; }
	.slide-navigation li .text { padding: 0 10px; }
	.slide-contents li.active .text { margin-top: -47.5px; }
	.slide-contents li .text h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.slide-contents li .text p {
		font-size: 13px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.slide-contents li.active .text { margin-top: -10px; }
	.slide-contents li .text h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.slide-contents li .text p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.slide-navigation { height: 20px; }
	.slide-navigation li {
		width: 60px;
		height: 20px;
	}
	.slide-navigation li .text { display: none; }
}
@media only screen and (max-width: 479px) {
	.slide-contents li .text h2 { margin-bottom: 15px; }
	.slide-contents li .text p { display: none; }
}

/* HOME BANNERS */
.block-home-banners { padding: 40px 0 20px; }
.block-home-banners h2.heading { margin-bottom: 40px; }
.block-home-banners .banner { margin-bottom: 20px; }
.block-home-banners .banner img { width: 100%; }
.block-home-banners .banner .text {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	font-size: 20px;
	line-height: 24px;
	color: #434343;
	font-weight: 900;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 48px;
}
.block-home-banners .banner .text a { color: #434343; }
.block-home-banners .banner:hover .text a { color: #0089D0; }
.block-home-banners .banner .text a:hover,
.block-home-banners .banner .text a:focus {
	text-decoration: none;
	color: #0089D0;
}
.block-home-banners .banner:hover .text {
	box-shadow: 0px 3px 6px #00000010;
	-moz-box-shadow: 0px 3px 6px #00000010;
	-webkit-box-shadow: 0px 3px 6px #00000010;
}
.block-home-banners .three-home-banners .banner .text {
	font-size: 30px;
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
	line-height: 37px;
}
@media only screen and (max-width: 1199px) {
	.block-home-banners { padding: 20px 0 0; }
	.block-home-banners h2.heading { margin-bottom: 30px; }
}
/* entrusted-banner */
.block-home-banners .entrusted-banner .banner { margin-bottom: 13px; }

/* BLOCK TYPE - ONLY TEXT */
.block-only-text { padding: 40px 0; }
.block-only-text .what-we-do {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
}
.block-only-text .text-dark .wwd-content { color: #434343; }
.block-only-text .text-dark .wwd-content .top-title { color: #919191; }
.block-only-text .text-dark .wwd-content .sub-title { color: #434343; }
.block-only-text .video-list {
	clear: both;
	position: relative;
	z-index: 1;
}
.block-only-text .video-list .embed-video { margin-bottom: 20px; }
.block-only-text .video-list .embed-video p { margin-bottom: 0; }
.block-only-text .video-list .embed-video .embed-code { height: 275px; }
.block-only-text .video-list .embed-video .embed-code iframe {
	width: 100%;
	height: 275px;
}
.block-only-text .video-list .embed-video .video-title {
	background-color: #FFFFFF;
	padding: 12px 100px 12px 20px;
	font-weight: 700;
	color: #434343;
	line-height: 18px;
	box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	min-height: 78px;
}
@media only screen and (max-width: 991px) {
	.block-only-text .video-list .embed-video .video-title { min-height: 0; }
}

/* ONLY TEXT - MATTERS */
.path-frontpage .block-only-text { padding: 40px 0; }
.block-only-text .stewardship-matters .only-text-content {
	position: relative;
	padding-top: 69px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.block-only-text .stewardship-matters .only-text-content:before {
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	width: 66.6667%;
	position: absolute;
	background-image: linear-gradient(to right, #FFFFFF00, #FFFFFFBE, #FFFFFF 50%);
}
.block-only-text .stewardship-matters .only-text-content:after {
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	width: 66.6667%;
	position: absolute;
	background-image: url('../images/gradient.png');
	background-size: 100% auto;
}
.block-only-text .stewardship-matters .wwd-content {
	text-align: left;
	width: 613px;
	padding-right: 31px;
	float: right;
	position: relative;
	z-index: 1;
	padding-bottom: 71px;
}
.block-only-text .stewardship-matters .wwd-content .top-title {
	text-align: left;
	line-height: 18px;
	margin-bottom: 15px;
}
.block-only-text .stewardship-matters .wwd-content .sub-title {
	text-align: left;
	max-width: 100%;
	padding-bottom: 18px;
	margin-bottom: 23px;
}
.block-only-text .stewardship-matters .wwd-content .sub-title:after {
	left: 0;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.block-only-text .stewardship-matters .wwd-content p { margin-bottom: 27px; }
@media only screen and (max-width: 1199px) {
	.path-frontpage .block-only-text { padding: 20px 0; }
	.block-only-text .stewardship-matters .what-we-do {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.block-only-text .stewardship-matters .only-text-content {
		padding-top: 35px;
		padding-bottom: 15px;
	}
	.block-only-text .stewardship-matters .wwd-content {
		padding-right: 0;
		width: 490px;
		padding-bottom: 35px;
	}
}
@media only screen and (max-width: 991px) {
	.block-only-text .stewardship-matters .only-text-content::before { display: none; }
	.block-only-text .stewardship-matters .only-text-content::after {  display: none; }
	.block-only-text .stewardship-matters .wwd-content { width: 100%; }
	.block-only-text .text-dark.stewardship-matters .wwd-content {
		color: #FFFFFF;
		text-shadow: 2px 2px 4px #000000;
	}
	.block-only-text .text-dark.stewardship-matters .wwd-content .top-title { color: #FFFFFF; }
	.block-only-text .text-dark.stewardship-matters .wwd-content .sub-title { color: #FFFFFF; }
}

/* BREADCRUMB */
.breadcrumb-content {
	padding: 70px 15px;
	text-align: center;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-size: cover;
}
.breadcrumb-content.has-background-image { color: #FFFFFF; }
.breadcrumb-content.has-background-image a { color: #E8E8E8; }
.breadcrumb-content.has-background-image a:hover,
.breadcrumb-content.has-background-image a:focus {
	color: #E8E8E8;
}
.breadcrumb-content.hide-text { text-indent: -9999px; }
.breadcrumb-content h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 2px;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	margin-bottom: 0;
	line-height: 18px;
}
.breadcrumb li:before { content: "-"; }
.block-layout-builder.block-field-blocknodepagefield-breadcrumb-image { display: none; }
.block-field-blocknodepagefield-show-navigation-text { display: none; }
@media only screen and (max-width: 1199px) {
	.breadcrumb-content h1 {
		line-height: 1.5em;
		font-size: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.breadcrumb-content h1 { font-size: 26px; }
}
@media only screen and (max-width: 639px) {
	.breadcrumb-content h1 {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 479px) {
	.breadcrumb-content { padding: 35px 15px; }
}

/* BLOCK INSIGHT - HOME PAGE */
.block-insights-home-page { padding: 40px 0 20px; }
.block-insights-home-page h2.heading { margin-bottom: 40px; }
.block-insights-home-page .item { margin-bottom: 20px; }
.block-insights-home-page .item img { width: 100%; }
.block-insights-home-page .item .content {
	padding: 19px 20px 22px;
	color: #919191;
	line-height: 22px;
	border: 1px solid #EAEAEA;
}
.block-insights-home-page .item .content a { color: #919191; }
.block-insights-home-page .item .content a:hover,
.block-insights-home-page .item .content a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.block-insights-home-page .item .content h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	margin-bottom: 15px;
}
.block-insights-home-page .item .content h2 a { color: #434343; }
.block-insights-home-page .item .content h2 a:hover,
.block-insights-home-page .item .content h2 a:focus {
	color: #0089D0;
}
.block-insights-home-page .item .content .summary { margin-bottom: 14px; }
.block-insights-home-page .item .content a .fa { margin-left: 10px; }
.block-insights-home-page .item:hover a { color: #B72E3A; }
.block-insights-home-page .item:hover h2 a { color: #0089D0; }
@media only screen and (max-width: 1199px) {
	.block-insights-home-page { padding: 20px 0 0; }
	.block-insights-home-page h2.heading { margin-bottom: 30px; }
}

/* PUBLICATIONS */
.publication-block-publications {
	padding-top: 70px;
	padding-bottom: 10px;
}
.publication-block-publications .before-content { padding: 0 40px 12px; }
table.tbl-publications tr { border-bottom: 1px solid #E5E5E5; }
table.tbl-publications tr.inactive { border-bottom: none; }
table.tbl-publications td .content { padding: 48px 15px; }
table.tbl-publications tr:first-child td .content { padding-top: 0; }
table.tbl-publications td:first-child .content { padding-left: 0; }
table.tbl-publications td:last-child .content { padding-right: 0; }
table.tbl-publications td.item-thumbnail { width: 24.25%; }
table.tbl-publications td.item-thumbnail img {
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
table.tbl-publications tr:hover td.item-thumbnail img {
	transform: scale(1.1);
	 -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
table.tbl-publications h2.heading::after { margin-top: 17px; }
table.tbl-publications h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}
table.tbl-publications td.item-content a { color: #434343; }
table.tbl-publications td.item-content a:hover,
table.tbl-publications td.item-content a:focus {
	color: #B72E3A;
	text-decoration: none;
}
table.tbl-publications .summary {  line-height: 23px; }
@media only screen and (max-width: 991px) {
	.publication-block-publications { padding-top: 40px; }
	table.tbl-publications td.item-thumbnail { width: 35%; }
}
@media only screen and (max-width: 767px) {
	table.tbl-publications td {
		display: block;
		width: 100%;
		text-align: center;
	}
	table.tbl-publications td .content { padding: 25px 0; }
	table.tbl-publications tr:first-child td .content { padding-top: 25px; }
	table.tbl-publications td.item-thumbnail { width: 100%; }
	table.tbl-publications td.item-thumbnail .content { padding-bottom: 0; }
	table.tbl-publications td.item-thumbnail img {
		width: auto;
		max-width: 100%;
	}
	table.tbl-publications td .content h2.heading::after { margin: 20px auto 0; }
}
@media only screen and (max-width: 479px) {
	.publication-block-publications { padding-bottom: 10px; }
}
/* featured */
table.tbl-publications.tbl-featured-publications tr:last-child { border-bottom: none; }
/* publications */
table.tbl-publications.tbl-search-publications td .content { padding: 38px 15px; }
table.tbl-publications.tbl-search-publications tr:first-child td .content { padding-top: 35px; }
table.tbl-publications.tbl-search-publications td.item-thumbnail { width: 14%; }
table.tbl-publications.tbl-search-publications h2.heading {
	font-size: 20px;
	line-height: 32px;
}
table.tbl-publications.tbl-search-publications tr.featured-item h2 { display: none; }
table.tbl-publications.tbl-search-publications tr.featured-item h4 {
	font-size: 20px;
	font-weight: 900;
	line-height: 32px;
	margin-bottom: 20px;
}
table.tbl-publications.tbl-search-publications tr.featured-item h4::after {
	content: "";
	display: block;
	background-color: #B72E3A;
	height: 3px;
	width: 40px;
	margin-top: 17px;
}
@media only screen and (max-width: 1199px) {
	table.tbl-publications.tbl-search-publications td.item-thumbnail { width: 20%; }
}
@media only screen and (max-width: 991px) {
	table.tbl-publications.tbl-search-publications td.item-thumbnail { width: 30%; }
}
@media only screen and (max-width: 767px) {
	table.tbl-publications.tbl-search-publications h2.heading { line-height: 1.2em; }
	table.tbl-publications.tbl-search-publications tr.featured-item h4 { line-height: 1.2em; }
	table.tbl-publications.tbl-search-publications tr.featured-item h4::after { margin: 17px auto 0; }
}
/* search form */
.publication-exposed-form { margin-bottom: 60px; }
.publication-exposed-form.form--inline .form-item {
	margin: 0 0 30px;
	padding-left: 30px;
	width: 43%;
}
.publication-exposed-form.form--inline .form-item:first-child {
	padding-left: 0;
	width: 57%;
}
.publication-exposed-form.form--inline .form-item input,
.publication-exposed-form.form--inline .form-item select {
	width: 100%;
}
.publication-exposed-form.form--inline .form-item.form-type-select { position: relative; }
.publication-exposed-form.form--inline .form-item select {
	background-color: #F8F8F8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.publication-exposed-form.form--inline .form-item.form-type-select:after {
	content: "\f107";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7.5px;
	line-height: 15px;
	color: #919191;
}
.publication-exposed-form #edit-actions { display: none; }
.publication-exposed-form .form-actions {
	text-align: center;
	margin: 0;
}
.publication-exposed-form .form-actions button { margin-right: calc(30px - 0.25em); }
.publication-exposed-form .form-actions button:first-child {
	min-width: 174px;
	max-width: 100%;
}
.publication-exposed-form .form-actions button:last-child { margin-right: 0; }
@media only screen and (max-width: 991px) {
	.publication-exposed-form { margin-bottom: 35px; }
}
@media only screen and (max-width: 767px) {
	table.tbl-publications.tbl-search-publications td .content { padding: 25px 0; }
	table.tbl-publications.tbl-search-publications td.item-thumbnail { width: 100%; }
	table.tbl-publications.tbl-search-publications td.item-thumbnail .content { padding-bottom: 0; }
	.publication-exposed-form.form--inline .form-item {
		margin: 0 0 20px;
		width: 50%;
		padding-left: 5px;
	}
	.publication-exposed-form.form--inline .form-item:first-child {
		width: 50%;
		padding-right: 5px;
	}
	.publication-exposed-form .form-actions button { margin-right: calc(10px - 0.25em); }
}
@media only screen and (max-width: 479px) {
	.publication-exposed-form.form--inline .form-item {
		margin: 0 0 10px;
		width: 100%;
		padding-left: 0;
	}
	.publication-exposed-form.form--inline .form-item:first-child {
		width: 100%;
		padding-right: 0;
	}
	.publication-exposed-form .form-actions button {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.publication-exposed-form .form-actions button:last-child {
		float: right;
		margin-bottom: 0;
	}
}
/* filter */
.publication-taxonomy-filter {
	display: none;
	margin-bottom: 25px;
}
.publication-taxonomy-filter:after {
	content: "";
	display:  block;
	clear: both;
}
.publication-taxonomy-filter.ready { display: block; }
.publication-taxonomy-filter .item {
	float: left;
	background-color: #F8F8F8;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	cursor: pointer;
	color: #919191;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	font-size: 20px;
	line-height: 40px;
	padding: 15px 0;
}
.publication-taxonomy-filter .item:first-child { border-left: none; }
.publication-taxonomy-filter .item:last-child { border-right: none; }
.publication-taxonomy-filter .item:hover {
	background-color: #0089D0;
	color: #FFFFFF;
}
.publication-taxonomy-filter .icons {
	display: inline-block;
	height: 40px;
	margin-right: calc(15px - 0.25em);
}
.publication-taxonomy-filter .item img {
	height: 40px;
	width: auto;
}
.publication-taxonomy-filter .item img.icon-hover { display: none; }
.publication-taxonomy-filter .item:hover img.icon { display: none; }
.publication-taxonomy-filter .item:hover img.icon-hover { display: inline-block; }
.publication-taxonomy-filter .name { display: inline-block; }
@media only screen and (max-width: 1199px) {
	.publication-taxonomy-filter .item {
		line-height: 30px;
		font-size: 18px;
	}
	.publication-taxonomy-filter .icons {
		height: 30px;
		margin-right: calc(10px - 0.25em);
	}
	.publication-taxonomy-filter .item img { height: 30px; }
}
@media only screen and (max-width: 991px) {
	.publication-taxonomy-filter { margin-bottom: 0; }
	.publication-taxonomy-filter .item {
		line-height: 20px;
		font-size: 15px;
	}
	.publication-taxonomy-filter .icons {
		height: 20px;
		margin-right: calc(5px - 0.25em);
	}
	.publication-taxonomy-filter .item img { height: 20px; }
}
@media only screen and (max-width: 767px) {
	.publication-taxonomy-filter .item {
		width: 100% !important;
		border-bottom: 1px solid #E5E5E5;
		line-height: 30px;
		font-size: 18px;
	}
	.publication-taxonomy-filter .item:last-child { border-bottom: none; }
	.publication-taxonomy-filter .icons {
		height: 30px;
		margin-right: calc(10px - 0.25em);
	}
	.publication-taxonomy-filter .item img { height: 30px; }
}

/* BLOCK TEXT & VIDEO */
.block-text-video .block-content { padding: 60px 0; }
.block-text-video:last-child .block-content { padding-bottom: 20px; }
.block-text-video .content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-text-video .content .video {
	width: 50%;
	padding-right: 15px;
}
.block-text-video .content .text {
	width: 50%;
	padding-left: 15px;
}
.block-text-video .content.video-right .video {
	padding-left: 15px;
	padding-right: 0;
}
.block-text-video .content.video-right .text {
	padding-left: 0;
	padding-right: 15px;
}
.block-text-video .content p { margin-bottom: 22px; }
.block-text-video .content p:last-child { margin-bottom: 0; }
.block-text-video .content iframe { display: block; }
.block-text-video .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}
.block-text-video .content ul li {
	margin-bottom: 10px;
	padding-left: 16px;
	position: relative;
}
.block-text-video .content ul li:last-child { margin-bottom: 0; }
.block-text-video .content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #B72E3A;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
@media only screen and (max-width: 1199px) {
	.block-text-video .block-content { padding: 40px 0; }
	.block-text-video:last-child .block-content { padding-bottom: 0; }
}
@media only screen and (max-width: 767px) {
	.block-text-video .content { display: block; }
	.block-text-video .content .video {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.block-text-video .content .text {
		width: 100%;
		padding: 0;
	}
	.block-text-video .content.video-right .video { margin-bottom: 0; }
	.block-text-video .content.video-right .text { margin-bottom: 20px; }
}
/* principles-for-family-text-video-1 */
.block-text-video .principles-for-family-text-video-1 .content.video-right .text { padding-right: 35px; }
.block-text-video .principles-for-family-text-video-1 .content.video-right .video { padding-left: 18px; }
@media only screen and (max-width: 1199px) {
	.block-text-video .principles-for-family-text-video-1 .content.video-right .text { padding-right: 15px; }
	.block-text-video .principles-for-family-text-video-1 .content.video-right .video { padding-left: 15px; }
}
@media only screen and (max-width: 767px) {
	.block-text-video .principles-for-family-text-video-1 .content.video-right .text { padding-right: 0; }
	.block-text-video .principles-for-family-text-video-1 .content.video-right .video { padding-left: 0; }
}

/* BLOCK PRINCIPLES */
.block-principles .block-content {
	padding: 53px 0 18px;
	border-bottom: 1px solid #E5E5E5;
}
.block-principles .content {
	text-align: center;
	margin-bottom: 45px;
}
.block-principles .field--name-body p:last-child { margin-bottom: 0; }
.block-principles .field--name-body + a.btn {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 234px;
}
.block-principles .principle {
	text-align: center;
	padding-bottom: 42px;
}
.block-principles .principle img {
	height: 74px;
	width: auto;
	max-width: 100%;
	margin-bottom: 11px;
}
.block-principles .principle .type {
	color: #CB9968;
	margin-bottom: 10px;
	line-height: 18px;
}
.block-principles .principle h4.title {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	height: 52px;
	overflow: hidden;
}
@media only screen and (min-width: 992px) {
	.block-principles .block-content.seven-principles-base .principle-list .row > div:nth-child(5),
	.block-principles .block-content.seven-principles-base .principle-list .row > div:nth-child(6),
	.block-principles .block-content.seven-principles-base .principle-list .row > div:nth-child(7) {
		width: 33.3333%
	}
}
@media only screen and (max-width: 1199px) {
	.block-principles .block-content { padding: 40px 0 20px; }
	.block-principles .content { margin-bottom: 20px; }
	.block-principles .content p { margin-bottom: 20px; }
	.block-principles .principle { padding-bottom: 20px; }
}
@media only screen and (max-width: 767px) {
	.block-principles .principle img { margin-bottom: 5px; }
	.block-principles .principle .type { margin-bottom: 5px; }
	.block-principles .principle h4.title {
		font-size: 18px;
		line-height: 22px;
		height: 44px;
	}
}
/* seven-principles-investors */
.block-principles .block-content.seven-principles-investors {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 62px;
}
.block-principles .block-content.seven-principles-investors .content { margin-bottom: 40px; }
.block-principles .block-content.seven-principles-investors .principle { padding-bottom: 60px; }
.block-principles .block-content.seven-principles-investors .principle img {
	margin-bottom: 23px;
	height: 63px;
}
.block-principles .block-content.seven-principles-investors .principle .type {
	font-size: 20px;
	font-weight: 700;
	color: #434343;
	margin-bottom: 15px;
	height: 48px;
	overflow: hidden;
}
.block-principles .block-content.seven-principles-investors .principle h4.title {
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	height: 66px;
}
@media only screen and (min-width: 992px) {
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(1),
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(2),
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(3) {
		width: 33.3333%;
	}
}
@media only screen and (min-width: 1400px) {
	.block-principles .block-content.seven-principles-investors .field--name-body { padding: 0 50px; }
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(1) .principle .type,
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(2) .principle .type,
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(3) .principle .type	{
		height: 24px;
	}
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(5) .principle .type,
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(6) .principle .type,
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(7) .principle .type	{
		padding: 0 75px;
	}
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(1) .principle h4.title { padding: 0 25px; }
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(2) .principle h4.title { padding: 0 40px; }
	.block-principles .block-content.seven-principles-investors .row > div:nth-child(3) .principle h4.title { padding: 0 50px; }
}
@media only screen and (max-width: 767px) {
	.block-principles .block-content.seven-principles-investors .principle { padding-bottom: 40px; }
}

/* CONTENT BODY */
.field-node-body-page { padding: 55px 0; }
.field-node-body-page:last-child { padding-bottom: 20px; }
.field-node-body-page p:last-child { margin-bottom: 0; }
@media only screen and (max-width: 991px) {
	.field-node-body-page { padding: 40px 0; }
	.field-node-body-page:last-child { padding-bottom: 0; }
}
/* page-stewardship-conversations */
.page-stewardship-conversations .field-node-body-page {
	padding-bottom: 50px;
	padding-left: 45px;
	padding-right: 45px;
}
@media only screen and (max-width: 991px) {
	.page-stewardship-conversations .field-node-body-page { padding: 40px 0; }
}

/* BLOCK IMAGE AND TEXT */
.block-image-and-text .block-content {
	padding-top: 60px;
	padding-bottom: 50px;
}
.block-image-and-text .image {
	margin-bottom: 26px;
	text-align: center;
}
.block-image-and-text .image img { max-width: 100%; }
.block-image-and-text .text h2.heading:after { margin-top: 17px; }
.block-image-and-text .text p:last-child { margin-bottom: 0; }
.block-image-and-text .button-holder { margin-top: 27px; }
.block-image-and-text .image.image-bottom {
	margin-top: 40px;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.block-image-and-text .block-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 479px) {
    .block-image-and-text .button-holder a {
        display: block;
        margin-bottom: 10px;
    }
    .block-image-and-text .button-holder a:last-child { margin-bottom: 0; }
}
/* stewardship-live */
.block-image-and-text .block-content.stewardship-live {
	padding-top: 53px;
	padding-bottom: 53px;
}
.block-image-and-text .block-content.stewardship-live h2.heading { margin-bottom: 25px; }
.block-image-and-text .block-content.stewardship-live h2.heading:after { margin-top: 17px; }
.block-image-and-text .block-content.stewardship-live .image { margin-bottom: 40px; }
@media only screen and (max-width: 767px) {
	.block-image-and-text .block-content.stewardship-live {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
/* enable training */
.block-image-and-text .block-content.enable-training {
	padding-bottom: 60px;
	padding-top: 52px;
}
@media only screen and (max-width: 767px) {
	.block-image-and-text .block-content.enable-training {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.block-image-and-text .block-content.enable-training .text { text-align: center; }
	.block-image-and-text .block-content.enable-training .text h2.heading {
		font-size: 24px;
		line-height: 1.2em;
	}
	.block-image-and-text .block-content.enable-training .text h2.heading:after { margin: 17px auto 0; }
}
/* ssp-vertical */
.block-image-and-text .block-content.ssp-vertical {
	background-color: #F8F8F8;
	padding-bottom: 0;
	margin-bottom: 222px;
}
.block-image-and-text .block-content.ssp-vertical .image.image-bottom {
	position: relative;
	bottom: -222px;
	margin-top: -168px;
}
.block-image-and-text .block-content.ssp-vertical .text p { margin-bottom: 24px; }
.block-image-and-text .block-content.ssp-vertical .text p:last-child { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
	.block-image-and-text .block-content.ssp-vertical {
		margin-bottom: 0;
		padding-bottom: 40px;
	}
	.block-image-and-text .block-content.ssp-vertical .image.image-bottom {
		position: static;
		margin-top: 25px;
	}
}

/* BLOCK PHILOSOPHIES */
.block-philosophies {
	background-color: #F8F8F8;
	padding-top: 53px;
	padding-bottom: 32px;
	text-align: center;
	margin-bottom: 60px;
}
.block-philosophies h2.heading:after { margin-top: 17px; }
.block-philosophies .philosophies { margin-top: 7px; }
.block-philosophies .philosophies .item { margin-bottom: 20px; }
.block-philosophies .philosophies img { margin-bottom: 26px; }
@media only screen and (max-width: 767px) {
	.block-philosophies { margin-bottom: 40px; }
}

/* BLOCK TEXT BUTTON */
.block-text-button .block-content {
	padding-top: 64px;
	padding-bottom: 60px;
	background-color: #F5F5F5;
}
.block-text-button .block-content.has-background-image {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.block-text-button .text-button {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-text-button .text-button .text {
	width: 65%;
	padding-right: 15px;
}
.block-text-button .text-button .text p:last-child { margin-bottom: 0; }
.block-text-button .text-button .button-holder {
	width: 35%;
	text-align: right;
	padding-left: 15px;
}
@media only screen and (max-width: 639px) {
	.block-text-button .text-button { display: block; }
	.block-text-button .text-button .text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.block-text-button .text-button .text h2.heading:after { margin: 17px auto 0; }
	.block-text-button .text-button .button-holder {
		text-align: center;
		width: 100%;
		padding-left: 0;
	}
}

/* BLOCK PARTNERS */
.block-partners { padding-top: 53px; }
.block-partners h2.heading { margin-bottom: 40px; }
.block-partners h2.heading:after { margin-top: 17px; }
.block-partners .partners .item {
	border: 1px solid #E1E1E1;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	overflow: hidden;
}
.block-partners .partners .item a {
	padding: 27px 5px;
	display: block;
}
.block-partners .partners .item img {
	height: 46px;
	max-width: 100%;
	width: auto;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.block-partners .partners .item:hover {
	box-shadow: 0px 3px 6px #00000010;
	-moz-box-shadow: 0px 3px 6px #00000010;
	-webkit-box-shadow: 0px 3px 6px #00000010;
}
.block-partners .modal-header {
	border: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
}
.block-partners .modal-header .close {
	color: #B72E3A;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 15px;
	opacity: 1;
}
.block-partners .modal.fade .modal-dialog .modal-body {
	padding-top: 0;
	text-align: justify;
}
.block-partners .modal-body .image {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.block-partners .modal-body .text p:last-child { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
	.block-partners h2.heading { margin-bottom: 25px; }
	.block-partners .modal-header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-partners .modal.fade .modal-dialog .modal-body {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* BLOCK EVENTS - PREVIOUS MEETING EVENT */
.block-events-previous-meeting-event {
	padding-top: 25px;
	padding-bottom: 20px;
}
.block-events-previous-meeting-event h2.heading { margin-bottom: 38px; }
.block-events-previous-meeting-event h2.heading:after { margin-top: 17px; }
.block-events-previous-meeting-event .view-content { position: relative; }
.block-events-previous-meeting-event .item { margin-bottom: 30px; }
.block-events-previous-meeting-event .views-row:last-child .item { margin-bottom: 0; }
.block-events-previous-meeting-event .item .image {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	padding-left: 15px;
	display: none;
}
.block-events-previous-meeting-event .views-row.active .item .image { display: block; }
.block-events-previous-meeting-event .item .image img { width: 100%; }
.block-events-previous-meeting-event .item .content {
	width: 50%;
	padding-right: 15px;
}
.block-events-previous-meeting-event .item h2 {
	padding: 18px 20px;
	background-color: #434343;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 900;
}
.block-events-previous-meeting-event .views-row.active .item h2 { background-color: #B72E3A; }
.block-events-previous-meeting-event .item.active h2 { background-color: #B72E3A; }
.block-events-previous-meeting-event .item h2:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -12px;
	font-weight: 900;
}
.block-events-previous-meeting-event .views-row.active .item h2:after { content: "-"; }
.block-events-previous-meeting-event .item.active h2:after { content: "-"; }
.block-events-previous-meeting-event .item .text {
	padding-top: 27px;
	display: none;
}
.block-events-previous-meeting-event .views-row.active .item .text { display: block; }
.block-events-previous-meeting-event .item .socials { margin-top: 27px; }
.block-events-previous-meeting-event .item .socials a {
	line-height: 40px;
	border: 1px  solid #434343;
	width: 40px;
	text-align: center;
	color: #434343;
	margin-right: calc(10px - 0.25em);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	display: inline-block;
}
.block-events-previous-meeting-event .item .socials a:last-child { margin-right: 0; }
.block-events-previous-meeting-event .item .socials a:hover,
.block-events-previous-meeting-event .item .socials a:focus {
	color: #FFFFFF;
	border-color: #0089D0;
	background-color: #0089D0;
}
@media only screen and (max-width: 767px) {
	.block-events-previous-meeting-event .item .image {
		width: 100%;
		position: static;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.block-events-previous-meeting-event .item .content {
		width: 100%;
		padding-right: 0;
	}
}

/* BLOCK EVENTS - HIGHLIGHTS */
.block-events-event-highlights {
	padding-top: 52px;
	padding-bottom: 60px;
	background-color: #F8F8F8;
}
.block-events-event-highlights:last-child { margin-bottom: -40px; }
.block-events-event-highlights h2.heading:after { margin-top: 17px; }
.block-events-event-highlights .view-header { margin-bottom: 40px; }
.block-events-event-highlights .view-header p:last-child { margin-bottom: 0; }
.block-events-event-highlights .view-content {
	position: relative;
	min-height: 350px;
}
.block-events-event-highlights .item {
	text-align: right;
	margin-bottom: 30px;
}
.block-events-event-highlights .views-row:last-child .item { margin-bottom: 0; }
.block-events-event-highlights .item .video {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	padding-right: 15px;
}
.block-events-event-highlights .item .video p { margin-bottom: 0; }
.block-events-event-highlights .item .video iframe {
	width: 100%;
	display: block;
}
.block-events-event-highlights .item .content {
	width: calc(50% - 15px);
	display: inline-block;
	text-align: left;
	box-shadow: 0px 3px 6px #0000000D;
	-moz-box-shadow: 0px 3px 6px #0000000D;
	-webkit-box-shadow: 0px 3px 6px #0000000D;
	padding: 39px 30px 40px;
	cursor: pointer;
}
.block-events-event-highlights .item .content h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 900;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.block-events-event-highlights .item .content:hover h2,
.block-events-event-highlights .item .content:focus h2 {
	color: #B72E3A;
}
.block-events-event-highlights .item .content .text { line-height: 18px; }
.block-events-event-highlights .view-footer { margin-top: 50px; }
.block-events-event-highlights .view-footer .btn-primary {
	background-color: transparent;
	border: 1px solid #B72E3A;
	color: #B72E3A;
	text-shadow: none;
}
.block-events-event-highlights .view-footer .btn-primary:hover {
	background-color: #B72E3A;
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.block-events-event-highlights .item .content { padding: 27px 15px 28px; }
}
@media only screen and (max-width: 767px) {
	.block-events-event-highlights {
		padding-top: 25px;
		padding-bottom: 35px;
	}
	.block-events-event-highlights .view-footer { margin-top: 25px; }
	.block-events-event-highlights .item .video {
		position: static;
		width: 100%;
		padding-right: 0;
		display: block !important;
	}
	.block-events-event-highlights .item .content {
		width: 100%;
		display: block;
	}
}

/* BLOCK TEXT IMAGE */
.block-text-image .block-content { padding: 60px 0; }
.block-text-image:last-child .block-content { padding-bottom: 20px; }
.block-text-image .content .text .text-body p:last-child { margin-bottom: 0; }
.block-text-image .content .text .button-holder { margin-top: 10px; }
.block-text-image .text-image {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-text-image .text-image .text {
	width: 50%;
	padding-right: 15px;
}
.block-text-image .block-content.has-background-image .text-image .text {
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000;
}
.block-text-image .text-image .image {
	width: 50%;
	padding-left: 15px;
}
.block-text-image .block-content.image-left .text-image .image {
	padding-right: 15px;
	padding-left: 0;
}
.block-text-image .block-content .text-image .text {
	padding-right: 0;
	padding-left: 15px;
}
.block-text-image .block-content .text-image .text h2.heading a { color: #434343; }
.block-text-image .block-content .text-image .text h2.heading a:hover,
.block-text-image .block-content .text-image .text h2.heading a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.block-text-image .text-image .image img { width: 100%; }
.block-text-image .text-image .image.multiple {
	text-align: center;
	padding-top: 37px;
}
.block-text-image .text-image .image.multiple img {
	width: auto;
	height: 47px;
	margin-bottom: 37px;
	max-width: 100%;
}
@media only screen and (max-width: 991px) {
	.block-text-image .block-content { padding: 40px 0; }
	.block-text-image .text-image { display: block; }
	.block-text-image .text-image .text {
		padding: 0;
		margin-bottom: 25px;
		width: 100%;
		text-align: center;
	}
	.block-text-image .text-image .text h2.heading:after { margin: 17px auto 0; }
	.block-text-image .text-image .image {
		padding: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.block-text-image .text-image .text h2.heading {
		font-size: 24px;
		line-height: 1.2em;
	}
}
/* border-top */
.block-text-image .block-content.border-top {
	border-top: 1px solid #E5E5E5;
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.block-text-image .block-content.border-top { margin-top: 40px; }
}
/* enable-training-new */
.block-text-image .block-content.image-left.enable-training-new .text-image .image { padding-right: 90px; }
.block-text-image .block-content.image-left.enable-training-new .text-image .text { padding-left: 40px; }
@media only screen and (max-width: 1199px) {
	.block-text-image .block-content.image-left.enable-training-new .text-image .image { padding-right: 15px; }
	.block-text-image .block-content.image-left.enable-training-new .text-image .text { padding-left: 15px; }
}
@media only screen and (max-width: 991px) {
	.block-text-image .block-content.image-left .text-image .text { margin-bottom: 0; }
	.block-text-image .block-content.image-left .text-image .image { margin-bottom: 25px; }
	.block-text-image .block-content.image-left.enable-training-new .text-image .image { padding-right: 0; }
	.block-text-image .block-content.image-left.enable-training-new .text-image .text { padding-left: 0; }
}
/* driven-performance-framework */
.block-text-image .block-content.driven-performance-framework .content .text .button-holder { margin-top: 22px; }
/* driven-performance-framework-new */
.block-text-image .block-content.driven-performance-framework-new .text-image .image {
	padding-left: 0;
	padding-right: 100px;
	z-index: 1;
}
.block-text-image .block-content.driven-performance-framework-new .text-image .text { padding-right: 85px; }
.block-text-image .block-content.driven-performance-framework-new { position: relative; }
.block-text-image .block-content.driven-performance-framework-new:after {
	content: "";
	display: block;
	width: 29%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(183, 46, 58, .7);
	z-index: 0;
}
@media only screen and (min-width: 1401px) {
	.block-text-image .block-content.driven-performance-framework-new:after { width: 34%; }
}
@media only screen and (max-width: 1199px) {
	.block-text-image .block-content.driven-performance-framework-new .text-image .text { padding-right: 15px; }
}
@media only screen and (max-width: 991px) {
	.block-text-image .block-content.driven-performance-framework-new { padding: 25px 0; }
	.block-text-image .block-content.driven-performance-framework-new:after { display: none; }
	.block-text-image .block-content.driven-performance-framework-new .text-image .text { padding: 0; }
	.block-text-image .block-content.driven-performance-framework-new .text-image .image { padding: 0; }
}
/* principles-for-family-businesses */
.block-text-image .block-content.principles-for-family-businesses .text-image .text {
	width: 56.2%;
	padding-right: 70px;
}
.block-text-image .block-content.principles-for-family-businesses .text-image .image { width: 43.8%; }
@media only screen and (max-width: 1199px) {
	.block-text-image .block-content.principles-for-family-businesses .text-image .text {
		width: 50%;
		padding-right: 15px;
	}
	.block-text-image .block-content.principles-for-family-businesses .text-image .image { width: 50%; }
}
@media only screen and (max-width: 991px) {
	.block-text-image .block-content.principles-for-family-businesses .text-image .text {
		width: 100%;
		padding-right: 0;
	}
	.block-text-image .block-content.principles-for-family-businesses .text-image .image { width: 100%; }
}
/* fullwidth */
.block-text-image .block-content.layout-fullwidth {
	background-color: #F2F2F2;
	position: relative;
	padding: 0;
}
.block-text-image .block-content.layout-fullwidth.image-right { text-align: right; }
.block-text-image .block-content.layout-fullwidth .image {
	width: 50%;
	display: inline-block;
}
.block-text-image .block-content.layout-fullwidth .image img { width: 100%; }
.block-text-image .block-content.layout-fullwidth .content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: inline-block;
}
.block-text-image .block-content.layout-fullwidth .content .text {
	width: calc(50% - 55px);
	display: inline-block;
	text-align: left;
}
.block-text-image .block-content.layout-fullwidth.image-left .content { text-align: right; }
.block-text-image .block-content.layout-fullwidth.image-right .content { text-align: left; }
.block-text-image .block-content.layout-fullwidth.has-background-image {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-shadow: 2px 2px 4px #000;
}
@media only screen and (max-width: 1199px) {
	.block-text-image .block-content.layout-fullwidth .content .text .text-body {
		height: 72px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 991px) {
	.block-text-image .block-content.layout-fullwidth .image { width: 100%; }
	.block-text-image .block-content.layout-fullwidth .content .text {
		width: 100%;
		color: #FFFFFF;
		text-align: center;
	}
	.block-text-image .block-content.layout-fullwidth .content .text h2.heading:after { margin: 17px auto 0; }
	.block-text-image .block-content.layout-fullwidth .content .text .text-body { height: auto; }
}
@media only screen and (max-width: 767px) {
	.block-text-image .block-content.layout-fullwidth .content {
		position: static;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		padding: 25px 0;
	}
	.block-text-image .block-content.layout-fullwidth .content .text { color: #434343; }
	.block-text-image .block-content.layout-fullwidth .content .text h2.heading {
		font-size: 24px;
		line-height: 1.2em;
	}
	.block-text-image .block-content.layout-fullwidth.has-background-image .content .text { color: #FFFFFF }
}
/* investor-stewardship */
.block-text-image .block-content.investor-stewardship .text-image { display: block; }
.block-text-image .block-content.investor-stewardship .text-image .image {
	float: right;
	width: auto;
	padding-right: 0;
	padding-left: 30px;
}
.block-text-image .block-content.investor-stewardship .text-image .text {
	width: auto;
	padding-left: 0;
}
.block-text-image .block-content.investor-stewardship .text-image .text h2.heading { line-height: 1em; }
@media only screen and (max-width: 991px) {
	.block-text-image .block-content.investor-stewardship .text-image .image {
		float: none;
		width: 100%;
		padding: 0;
	}
}
/* singapore-stewardship-principles */
.block-text-image .block-content.layout-fullwidth.singapore-stewardship-principles .image { width: 36.5%; }
.block-text-image .block-content.layout-fullwidth.singapore-stewardship-principles .content .text { width: calc(58.5% - 15px); }
@media only screen and (max-width: 1199px) {
	.block-text-image .block-content.layout-fullwidth.singapore-stewardship-principles .image { width: 45%; }
	.block-text-image .block-content.layout-fullwidth.singapore-stewardship-principles .content .text { width: calc(55% - 30px); }
}
@media only screen and (max-width: 991px) {
	.block-text-image .block-content.layout-fullwidth.singapore-stewardship-principles .image { width: 100%; }
	.block-text-image .block-content.layout-fullwidth.singapore-stewardship-principles .content .text { width: 100%; }
}
/* ssp-steering-committee */
.block-text-image .block-content.ssp-steering-committee {
	padding-bottom: 39px;
	padding-top: 50px;
	background-color: #F8F8F8;
}
@media only screen and (max-width: 991px) {
	.block-text-image .block-content.ssp-steering-committee {
		padding-bottom: 12px;
		padding-top: 40px;
	}
	.block-text-image .block-content.ssp-steering-committee h2.heading { text-align: center; }
	.block-text-image .block-content.ssp-steering-committee h2.heading:after { margin: 20px auto 0; }
}
@media only screen and (max-width: 767px) {
	.block-text-image .block-content.ssp-steering-committee {
		padding-bottom: 3px;
		padding-top: 40px;
	}
}

/* BLOCK EVENTS - PREVIOUS EVENT */
.block-events-previous-event { padding-bottom: 60px; }
.block-events-previous-event .block-title {
	font-size: 30px;
	font-weight: 900;
	line-height: 37px;
	color: #434343;
	margin-bottom: 54px;
}
.block-events-previous-event article {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.block-events-previous-event article .images {
	width: 40.6%;
	padding-right: 22.5px;
}
.block-events-previous-event article .images.multiple {
	padding-right: 79.5px;
	padding-bottom: 110px;
	position: relative;
}
.block-events-previous-event article .images img { width: 100%; }
.block-events-previous-event article .images.multiple img.secondary-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 59.8%;
	border-top: 15px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
	margin-right: 22.5px;
}
.block-events-previous-event article .text {
	width: 59.4%;
	padding-left: 22.5px;
}
.block-events-previous-event h2.heading { margin-bottom: 22px; }
.block-events-previous-event h2.heading:after { margin-top: 17px; }
.block-events-previous-event h2.heading a { color: #434343; }
.block-events-previous-event h2.heading a:hover,
.block-events-previous-event h2.heading a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.block-events-previous-event article .text p { margin-bottom: 24px; }
.block-events-previous-event article .text p:last-child { margin-bottom: 0; }
@media only screen and (max-width: 991px) {
	.block-events-previous-event { padding-bottom: 40px; }
	.block-events-previous-event .block-title { margin-bottom: 25px; }
	.block-events-previous-event article { display: block; }
	.block-events-previous-event article .images {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	.block-events-previous-event article .images.multiple img.secondary-image { margin-right: 0; }
	.block-events-previous-event article .text {
		width: 100%;
		padding: 0;
	}
}

/* BLOCK TEXT IMAGES */
.block-text-images {
	padding-bottom: 200px;
	text-align: center;
}
.block-text-images .block-content.has-background-image {
	padding-top: 52px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.block-text-images .block-content h2.heading:after { margin: 17px auto 0; }
.block-text-images .block-content.has-background-image h2.heading:after { background-color: #FFFFFF; }
.block-text-images .block-content .field--name-body {
	padding: 0 15px;
	margin-bottom: 27px;
}
.block-text-images .block-content .field--name-body p:last-child { margin-bottom: 0; }
.block-text-images .block-content .images {
	position: relative;
	bottom: -200px;
	margin-top: -200px;
}
.block-text-images .block-content .images img { width: 100%; }
@media only screen and (max-width: 991px) {
	.block-text-images { padding-bottom: 0; }
	.block-text-images .block-content.has-background-image {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.block-text-images .block-content .images {
		bottom: 0;
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.block-text-images .block-content.has-background-image { padding-bottom: 15px; }
	.block-text-images .block-content .images img { margin-bottom: 25px; }
}

/* NODE STYLE */
.block-field-blocknodepagefield-custom-class { display: none; }
.main.node-style .field-node-body-page h2 {
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 20px;
	font-weight: 900;
	position: relative;
	padding-bottom: 20px;
}
.main.node-style .field-node-body-page p { margin-bottom: 24px; }
.main.node-style .field-node-body-page h2:after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0;
	margin-top: 17px;
	position: absolute;
	background-color: #B72E3A;
}
.main.node-style .field-node-body-page h4 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: 400;
}

/* BLOCK BASIC */
.block-basic .block-content { padding: 60px 0; }
.block-basic:last-child .block-content { padding-bottom: 20px; }
.block-basic .field--name-body p:last-child { margin-bottom: 0; }
/* footer--bottom */
.footer--bottom .block-basic .block-content { padding: 0; }
@media only screen and (max-width: 767px) {
	.block-basic .block-content { padding: 40px 0; }
	.block-basic:last-child .block-content { padding-bottom: 0; }
}

/* BLOCK VIEWS - SSP NETWORKING SERIES */
.block-views-ssp-network-series { padding: 52px 0 0; }
.block-views-ssp-network-series .block-content {
	padding-bottom: 27px;
	border-bottom: 1px solid #EAEAEA;
}
.block-views-ssp-network-series h2.heading { margin-bottom: 40px; }
.block-views-ssp-network-series .item { margin-bottom: 25px; }
.block-views-ssp-network-series .image img { width: 100%; }
.block-views-ssp-network-series .text {
	color: #919191;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 52px;
	padding-bottom: 18px;
	line-height: 22px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.block-views-ssp-network-series .text p:last-child { margin-bottom: 0; }
.block-views-ssp-network-series .item:hover .text {
	box-shadow: 0px 3px 6px #00000010;
	-moz-box-shadow: 0px 3px 6px #00000010;
	-webkit-box-shadow: 0px 3px 6px #00000010;
}
.block-views-ssp-network-series .text h3 {
	font-weight: 900;
	font-size: 20px;
	color: #434343;
	margin-bottom: 12px;
}
.block-views-ssp-network-series .text h3 a { color: #434343; }
.block-views-ssp-network-series .item:hover .text h3 a { color: #B72E3A; }
.block-views-ssp-network-series .text h3 a:hover,
.block-views-ssp-network-series .text h3 a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.block-views-ssp-network-series .text .created-date {
	color: #B72E3A;
	margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
	.block-views-ssp-network-series .image {
		max-height: 250px;
		overflow: hidden;
	}
}

/* BLOCK FAQS */
.block-faqs {
	padding-top: 52px;
	padding-bottom: 60px;
}
.block-faqs h2.heading { margin-bottom: 45px; }
.block-faqs .faq-category { margin-bottom: 40px; }
.block-faqs .faq-category:last-child { margin-bottom: 0; }
.block-faqs .faq-category p { margin-bottom: 24px; }
.block-faqs .faq-category p:last-child { margin-bottom: 0; }
.block-faqs .faq-category h3 {
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #B72E3A;
}
.block-faqs .faq { margin-bottom: 20px; }
.block-faqs .faq:last-child { margin-bottom: 0; }
.block-faqs .faq .question {
	font-size: 20px;
	line-height: 24px;
	padding: 18px 50px 18px 25px;
	background-color: #F8F8F8;
	color: #434343;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.block-faqs .faq .question:after {
	content: "+";
	font-weight: 900;
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -12px;
	line-height: 24px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.block-faqs .faq.active .question {
	background-color: #0089D0;
	color: #FFFFFF;
}
.block-faqs .faq.active .question:after {
	color: #FFFFFF;
	content: "-";
}
.block-faqs .faq .answer {
	padding: 35px 26px 30px;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	line-height: 22px;
	display: none;
}
@media only screen and (max-width: 767px) {
	.block-faqs { padding: 40px 0; }
	.block-faqs .faq .question {
		padding: 15px 45px 15px 15px;
		font-size: 18px;
		line-height: 1.1em;
	}
	.block-faqs .faq .answer { padding: 15px; }
}
@media only screen and (max-width: 479px) {
	.block-faqs .faq-category h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.block-faqs .faq .question { padding: 12px 45px 12px 15px; }
	.block-faqs .faq .answer { padding: 12px 15px; }
}

/* BLOCK TEXT TEXT HORIZONTAL */
.block-text-text-horizontal .block-content { padding: 60px 0; }
.block-text-text-horizontal .block-content.has-background-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px #000000;
}
.block-text-text-horizontal:last-child .block-content.has-background-image { margin-bottom: -40px; }
.block-text-text-horizontal .text-text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 22px;
}
.block-text-text-horizontal .text-text h2 {
	font-weight: 900;
	line-height: 37px;
	margin-bottom: 21px;
}
.block-text-text-horizontal .text-text p { margin-bottom: 25px; }
.block-text-text-horizontal .text-text p:last-child { margin-bottom: 0; }
.block-text-text-horizontal .text-text a { text-decoration: underline; }
.block-text-text-horizontal .block-content.has-background-image .text-text a { color: #FFFFFF; }
.block-text-text-horizontal .block-content.has-background-image .text-text a:hover,
.block-text-text-horizontal .block-content.has-background-image .text-text a:focus {
	color: #B72E3A;
}
.block-text-text-horizontal .block-content.has-background-image .text-text a.btn:hover,
.block-text-text-horizontal .block-content.has-background-image .text-text a.btn:focus {
	color: #FFFFFF;
}
.block-text-text-horizontal .text-text a.btn { text-decoration: none; }
.block-text-text-horizontal .text-text .primary-text {
	width: 50%;
	padding-right: 15px;
}
.block-text-text-horizontal .text-text .secondary-text {
	width: 50%;
	padding-left: 15px;
}
.block-text-text-horizontal .block-content.has-background-image .text-text .secondary-text .box {
	padding: 41px 45px;
	background-color: rgba(255,255,255,.8);
	color: #434343;
	text-shadow: none;
}
@media only screen and (max-width: 991px) {
	.block-text-text-horizontal .block-content.has-background-image .text-text .secondary-text .box { padding: 20px 15px; }
}
@media only screen and (max-width: 767px) {
	.block-text-text-horizontal .block-content { padding: 40px 0; }
	.block-text-text-horizontal .text-text { display: block; }
	.block-text-text-horizontal .text-text .primary-text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
	.block-text-text-horizontal .text-text .secondary-text {
		width: 100%;
		padding-left: 0;
	}
}
/* support-the-ssp */
.block-text-text-horizontal .block-content.support-the-ssp .text-text .primary-text {
	padding-left: 72px;
	padding-right: 95px;
}
.block-text-text-horizontal .block-content.support-the-ssp .text-text .secondary-text {
	text-align: center;
	padding-right: 72px;
	padding-left: 18px;
}
.block-text-text-horizontal .block-content.support-the-ssp .text-text .secondary-text p:nth-child(2) { margin-bottom: 17px; }
@media only screen and (max-width: 1399px) {
	.block-text-text-horizontal .block-content.support-the-ssp .text-text .primary-text {
		padding-right: 15px;
		padding-left: 0;
	}
	.block-text-text-horizontal .block-content.support-the-ssp .text-text .secondary-text {
		padding-left: 15px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.block-text-text-horizontal .block-content.support-the-ssp .text-text .primary-text { padding-right: 0 }
	.block-text-text-horizontal .block-content.support-the-ssp .text-text .secondary-text { padding-left: 0; }
}

/* BLOCK PLATFORMS */
.block-platforms {
	padding-bottom: 16px;
	padding-top: 20px;
}
.block-platforms + .block-platforms { padding-top: 0; }
.block-platforms:last-child { padding-bottom: 40px; }
.block-platforms h2.heading { margin-bottom: 30px; }
.block-platforms h2.heading:after { margin-top: 17px; }
.block-platforms .platform {
	margin-bottom: 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.block-platforms .platform .image { margin-bottom: 15px; }
.block-platforms .platform .image img { width: 100%; }
.block-platforms .platform .text h2.heading {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
}
.block-platforms .platform .text h2.heading:after { margin-top: 11px; }
.block-platforms .fullwidth-item .platform .text h2.heading:after { margin-top: 20px; }
.block-platforms .platform .text h2.heading a { color: #434343; }
.block-platforms .platform .text h2.heading a:hover,
.block-platforms .platform .text h2.heading a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.block-platforms .platform:hover .text h2.heading a { color: #B72E3A; }
.block-platforms .fullwidth-item .platform {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0px 3px 6px #0000001A;
	-moz-box-shadow: 0px 3px 6px #0000001A;
	-webkit-box-shadow: 0px 3px 6px #0000001A;
}
.block-platforms .fullwidth-item + .fullwidth-item .platform { margin-top: -8px; }
.block-platforms .fullwidth-item:last-child .platform { margin-bottom: 0; }
.block-platforms .fullwidth-item .platform h2.heading {
	font-size: 30px;
	line-height: 37px;
}
.block-platforms .fullwidth-item .platform .image {
	width: 36.5%;
	padding-right: 15px;
	margin-bottom: 0;
}
.block-platforms .fullwidth-item .platform .text {
	width: 63.5%;
	padding-left: 15px;
}
@media only screen and (min-width: 1400px) {
	.block-platforms .platform .text h2.heading { letter-spacing: -0.1px; }
}
@media only screen and (max-width: 991px) {
	.block-platforms:last-child { padding-bottom: 20px; }
	.block-platforms .fullwidth-item .platform h2.heading {
		font-size: 20px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.block-platforms .fullwidth-item .platform {
		display: block;
		margin-bottom: 25px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.block-platforms .fullwidth-item .platform .image {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.block-platforms .fullwidth-item .platform .text {
		width: 100%;
		padding-left: 0;
	}
	.block-platforms .fullwidth-item + .fullwidth-item .platform { margin-top: 0; }
}

/* BLOCK VIEWS - GALLERY PHOTOS */
.block-gallery-photos .block-content {
	padding-top: 54px;
	padding-bottom: 54px;
	border-bottom: 1px solid #E5E5E5;
}
.block-gallery-photos .view-header {
	margin-bottom: 40px;
	color: #919191;
}
.block-gallery-photos .gallery-taxonomy-filter {
	margin-top: 40px;
	position: relative;
	display: inline-block;
}
.block-gallery-photos .gallery-taxonomy-filter:after {
	content:"\f107";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7.5px;
	line-height: 15px;
	color: #919191;
}
.block-gallery-photos .gallery-taxonomy-filter select {
	width: 100%;
	background-color: #F8F8F8;
	color: #919191;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	cursor: pointer;
	padding-right: 40px;
}
.block-gallery-photos .item .image { position: relative; }
.block-gallery-photos .item .image:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	background-color: rgba(0,0,0,.6);
	top: 0;
	left: 0;
}
.block-gallery-photos .item:hover .image:after { display: block; }
.block-gallery-photos .item .image img { width: 100%; }
.block-gallery-photos .item .image .btn-view-album {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-top: -20px;
	display: none;
	z-index: 1;
}
.block-gallery-photos .item:hover .image .btn-view-album { display: block; }
.block-gallery-photos .item .content {
	box-shadow: 0px 3px 6px #0000000D;
	-moz-box-shadow: 0px 3px 6px #0000000D;
	-webkit-box-shadow: 0px 3px 6px #0000000D;
	padding: 20px 16px 16px;
	color: #919191;
	line-height: 22px;
}
.block-gallery-photos .item .content .created-at {
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 14px;
	color: #434343;
}
.block-gallery-photos .item .content .created-at .fa { margin-right: 5px; }
.block-gallery-photos .item .content h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 7px;
	overflow: hidden;
}
.block-gallery-photos .item .content h4 a { color: #434343; }
.block-gallery-photos .item .content h4 a:hover,
.block-gallery-photos .item .content h4 a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.block-gallery-photos .item:hover .content h4 a { color: #B72E3A; }
.block-gallery-photos .tbl-videos thead { display: none; }
.block-gallery-photos table.dataTable.no-footer { border: none; }
.block-gallery-photos table.dataTable.display tbody tr.odd { background-color: transparent; }
.block-gallery-photos table.dataTable tbody td { padding: 0; }
.block-gallery-photos table.dataTable.display tbody tr.odd > .sorting_1 { background-color: transparent; }
.block-gallery-photos .dataTables_wrapper .dataTables_paginate {
	padding-top: 0;
	margin-top: 35px;
	float: none;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.block-gallery-photos .block-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* BLOCK VIDEOS */
.block-videos {
	padding-top: 56px;
	padding-bottom: 60px;
}
.block-videos:last-child { padding-bottom: 20px; }
.block-videos .field--name-body {
	text-align: center;
	margin-bottom: 40px;
}
.block-videos .field--name-body p:last-child { margin-bottom: 0; }
.block-videos .tbl-videos thead { display: none; }
.block-videos table.dataTable.no-footer { border: none; }
.block-videos table.dataTable.display tbody tr.odd { background-color: transparent; }
.block-videos table.dataTable tbody td { padding: 0; }
.block-videos table.dataTable.display tbody tr.odd > .sorting_1 { background-color: transparent; }
.block-videos .dataTables_wrapper .dataTables_paginate {
	padding-top: 0;
	margin-top: 35px;
	float: none;
	text-align: center;
}
.block-videos .video-content { margin-bottom: 25px; }
.block-videos .video-content .video p:last-child { margin-bottom: 0; }
.block-videos .video-content .video iframe { display: block; }
.block-videos .video-content .text {
	padding: 12px 20px;
	font-weight: 700;
	line-height: 18px;
	box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	min-height: 60px;
}
@media only screen and (max-width: 767px) {
	.block-videos {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.block-videos:last-child { padding-bottom: 0; }
.block-videos .dataTables_wrapper .dataTables_paginate { margin-top: 15px; }
}

/* NODE GALLERY */
.node-gallery {
	padding-top: 54px;
	margin-bottom: -10px;
}
.node-gallery h2.heading { margin-bottom: 30px; }
.node-gallery .photo { margin-bottom: 30px; }
.node-gallery .photo img { width: 100%; }
.node-gallery .modal.fade .modal-dialog {
	margin: 30px auto;
	top: 0;
	transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	width: calc(100% - 30px);
}
.node-gallery .modal.fade .modal-dialog .modal-body { padding: 0; }
.node-gallery .modal-header {
	position: absolute;
	top: 26px;
	right: 36px;
	border: none;
	padding: 10px 13px;
	z-index: 1;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	-moz-box-shadow: 0px 3px 6px #00000029;
	-webkit-box-shadow: 0px 3px 6px #00000029;
}
.node-gallery .modal-header .close {
	color: #B72E3A;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	text-shadow: none;
	text-transform: uppercase;
	margin: 0;
	opacity: 1;
}
.node-gallery .modal-header .close .text-x { font-weight: 800; }
.node-gallery .modal-content {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.node-gallery .text {
	padding-top: 30px;
	padding-bottom: 23px;
	padding-left: 110px;
	padding-right: 110px;
	text-align: center;
}
.node-gallery .text p:last-child { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
	.node-gallery { padding-top: 40px; }
	.node-gallery .text { padding: 30px 15px; }
}

/* PUBLICATION BLOCK - SEARCH */
.publication-block-search {
	padding-top: 57px;
	padding-bottom: 20px;
}
.publication-block-search .view-header {
	margin-bottom: 37px;
	line-height: 18px;
}
.publication-block-search .view-header p:last-child { margin-bottom: 0; }
.publication-block-search .view-header span.fa { margin-right: calc(8px - 0.25em); }
.publication-block-search .view-header a { color: #434343; }
.publication-block-search .view-header a:hover,
.publication-block-search .view-header a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.publication-block-search .view-filters { margin-bottom: 60px; }
.publication-block-search .view-filters .form--inline .form-item {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 30px;
	width: 40.5%;
}
.publication-block-search .view-filters .form--inline .form-item input,
.publication-block-search .view-filters .form--inline .form-item select {
	width: 100%;
}
.publication-block-search .view-filters .form--inline .form-item.form-type-select { position: relative; }
.publication-block-search .view-filters .form--inline .form-item.form-type-select:after {
	content:"\f107";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7.5px;
	line-height: 15px;
	color: #919191;
}
.publication-block-search .view-filters .form--inline .form-item select {
	background-color: #F8F8F8;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.publication-block-search .view-filters .form--inline .form-item:first-child {
	margin-left: 0;
	width: calc(59.5% - 30px);
}
.publication-block-search .view-filters .form-actions {
	padding-top: 30px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}
.publication-block-search .view-filters .form-actions .button { margin-left: calc(30px - 0.25em); }
.publication-block-search .view-filters .form-actions .button:first-child { margin-left: 0; }
.publication-block-search .view-filters .form-actions .button#edit-reset {
	background-color: #0089D0;
	margin-right: 0;
	min-width: 174px;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.publication-block-search .view-filters .form-actions .button#edit-reset:hover,
.publication-block-search .view-filters .form-actions .button#edit-reset:focus {
	background-color: #434343;
}
.publication-block-search .publications { margin-bottom: 50px; }
.publication-block-search .publications .last-rows {
	padding-top: 30px;
	display: none;
}
.publication-block-search .publications .item {
	margin-bottom: 30px;
	background-color: #F8F8F8;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.publication-block-search .publications .item:last-child { margin-bottom: 0; }
.publication-block-search .publications .item .image {
	width: 21.3%;
	padding-right: 22px;
}
.publication-block-search .publications .item .image img { width: 100%; }
.publication-block-search .publications .item .text {
	width: 78.7%;
	padding-left: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 100px;
}
.publication-block-search .publications .item .text h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	margin-bottom: 20px;
}
.publication-block-search .publications .item .text h2 a { color: #434343; }
.publication-block-search .publications .item .text h2 a:hover,
.publication-block-search .publications .item .text h2 a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.publication-block-search .publications .item .text .content { margin-bottom: 20px; }
.publication-block-search .publications .item .text .content p:last-child { margin-bottom: 0; }
.publication-block-search .publications .item .text .learn-more a { color: #B72E3A; }
.publication-block-search .summary { margin-bottom: 40px; }
.publication-block-search .summary h3 {
	font-size: 60px;
	line-height: 68px;
	margin-bottom: 0;
	font-weight: 400;
}
.publication-block-search .summary h5 {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1.2px;
	margin-bottom: 0;
	font-weight: 400;
}
.publication-block-search h2.heading { margin-bottom: 30px; }
@media only screen and (max-width: 1399px) {
	.publication-block-search .publications .item .image { width: 25%; }
	.publication-block-search .publications .item .text {
		width: 75%;
		padding-right: 22px;
	}
}
@media only screen and (max-width: 1199px) {
	.publication-block-search .view-header { margin-bottom: 25px; }
	.publication-block-search .view-filters { margin-bottom: 25px; }
	.publication-block-search .view-filters .form-actions { padding-top: 25px; }
	.publication-block-search .summary { margin-bottom: 25px; }
	.publication-block-search .publications { margin-bottom: 30px; }
}
@media only screen and (max-width: 991px) {
	.publication-block-search .publications .item { display: block; }
	.publication-block-search .publications .item .image {
		width: 100%;
		margin-bottom: 25px;
		padding-right: 0;
	}
	.publication-block-search .publications .item .image img {
		width: auto;
		max-width: 100%;
	}
	.publication-block-search .publications .item .text {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.publication-block-search {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.publication-block-search .view-filters { margin-bottom: 30px; }
	.publication-block-search .view-filters .form--inline .form-item {
		width: 100%;
		margin-left: 0;
	}
	.publication-block-search .view-filters .form--inline .form-item:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
	.publication-block-search .view-filters .form-actions { padding-top: 10px; }
	.publication-block-search .view-filters .form-actions .button { width: 100%; }
	.publication-block-search .view-filters .form-actions .button#edit-reset {
		margin-left: 0;
		margin-top: 10px;
	}
	.publication-block-search .publications { margin-bottom: 30px; }
}
@media only screen and (max-width: 479px) {
	.publication-block-search .publications .item .image img { width: 100%; }
}

/* SEARCH PAGE */
body.path-search .block-system-main-block {
	padding: 0 15px;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}
body.path-search #edit-basic { margin-bottom: 25px; }
body.path-search #edit-basic .form-item {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}
body.path-search #edit-basic label { display: none;}
body.path-search #edit-basic #edit-submit { margin: 0; }
body.path-search #edit-help-link { display: none; }
body.path-search .block-system-main-block h2 { margin-bottom: 25px; }
body.path-search .block-system-main-block .item-list ol {
	padding: 0;
	margin-bottom: 0;
}
body.path-search .block-system-main-block .item-list li {
	margin-left: 15px;
	margin-bottom: 25px;
}
body.path-search .block-system-main-block .item-list .title a { color: #434343; }
body.path-search .block-system-main-block .item-list .title a:hover,
body.path-search .block-system-main-block .item-list .title a:focus {
	color: #B72E3A;
	text-decoration: none;
}
body.path-search .block-system-main-block .item-list .search-snippet-info p { margin-bottom: 10px; }
body.path-search #edit-advanced { display: none; }

/* NODE EVENT */
.node-event {
	padding-top: 60px;
	padding-bottom: 20px;
}
.node-event .images {
	text-align: center;
	margin-bottom: 25px;
}
.node-event .images img {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}
.node-event .images img:last-child { margin-bottom: 0; }
.node-event .content p:last-child { margin-bottom: 0; }
.node-event .video { margin-top: 25px; }
.node-event .socials {
	margin-top: 25px;
	text-align: center;
}
.node-event .socials a {
	width: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
	display: inline-block;
}
.node-event .socials a:last-child { margin-right: 0; }
.node-event .socials a:hover,
.node-event .socials a:focus {
	border-color: #0089D0;
	background-color: #0089D0;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.node-event {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

/* NODE PUBLICATION */
.node-publication {
	padding-top: 60px;
	padding-bottom: 20px;
}
.node-publication .images {
	margin-bottom: 25px;
	text-align: center;
}
.node-publication .images img {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}
.node-publication .images img:last-child { margin-bottom: 0; }
.node-publication .content p:last-child { margin-bottom: 0; }
.node-publication .publication-files {
	margin-bottom: 25px;
	line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
	.node-publication {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

/* NODE SSP NETWORKING */
.node-ssp-networking {
	padding-top: 60px;
	padding-bottom: 20px;
}
.node-ssp-networking .images {
	margin-bottom: 25px;
	text-align: center;
}
.node-ssp-networking .images img {
	display: block;
	margin: 0 auto 10px;
	max-width: 100%;
}
.node-ssp-networking .images img:last-child { margin-bottom: 0; }
.node-ssp-networking .content p:last-child { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
	.node-ssp-networking {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

/* NODE BOARD */
.node-board {
	padding-top: 60px;
	padding-bottom: 20px;
}
.node-board .image { margin-bottom: 10px; }
.node-board .image img { max-width: 100%; }
.node-board h5 {
	font-weight: 400;
	color: #CB9968;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
}
.node-board h3 {
	font-weight: 500;
	color: ##0089cf;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 24px;
}
.node-board .summary { margin-bottom: 30px; }
.node-board .summary p:last-child { margin-bottom: 0; }
.node-board .content p:last-child { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
	.node-board {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

/* OUR BOARD */
.main-content-custom .board-item-content .bdt-image img { height: auto; }
.modal.fade .modal-dialog .modal-body .board-detail { text-align: justify; }
.modal.fade .modal-dialog .modal-body .board-detail .bode-top .bdt-image img { height: auto; }
@media only screen and (max-width: 991px) {
	.modal.fade .modal-dialog .modal-body .board-detail .bode-top .bdt-image { width: auto !important; }
}

/* ON GOING RESEARCH */
.media-text .mr-hascontainer .media-cola img { height: auto; }
@media only screen and (max-width: 767px) {
	.media-text .mr-hascontainer .media-cola img { width: auto; }
}

/* ROUND TABLE */
.content-media-text .media-custom-center .media-cola img { height: auto; }

/* LOGIN PAGE */
.block > .user-login-form {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
.block > .profile {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

/* EDIT LAYOUT SECTION */
#block-stewardship-help {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
#node-page-layout-builder-form #edit-actions {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

/* CONTACT FORM */
form.form-contact .form-select { position: relative; }
form.form-contact .form-select:after {
	content: "\f107";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7.5px;
	line-height: 15px;
	color: #919191;
}
form.form-contact select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* NEWS CATEGGORY */
.block-news-category { padding: 30px 0; }
.block-news-category h2.heading { margin-bottom: 30px; }
.block-news-category .item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
.block-news-category .item:after {
	content: "";
	display: block;
	clear: both;
}
.block-news-category .views-row:last-child .item {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: none;
}
.block-news-category .item .image {
	float: left;
	padding-right: 15px;
	width: 25%;
}
.block-news-category .item .image img { width: 100%; }
.block-news-category .item .text {
	float: right;
	padding-left: 15px;
	width: 75%;
}
.block-news-category .item .text h2.heading {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}
.block-news-category .item .text h2.heading a { color: #434343; }
.block-news-category .item .text h2.heading a:hover,
.block-news-category .item .text h2.heading a:focus {
	color: #B72E3A;
	text-decoration: none;
}
.block-news-category .item .text p:last-child { margin-bottom: 0; }
.block-news-category .item .text .created_at { margin-bottom: 10px; }
.block-news-category .item .text .source {
	font-size: 12px;
	margin-top: 10px;
	color: #919191;
}
@media only screen and (max-width: 1199px) {
	.block-news-category .item .image { width: 30%; }
	.block-news-category .item .text { width: 70%; }
}
@media only screen and (max-width: 991px) {
	.block-news-category .item .image { width: 40%; }
	.block-news-category .item .text { width: 60%; }
}
@media only screen and (max-width: 767px) {
	.block-news-category .item .image {
		width: 100%;
		margin-bottom: 15px;
	}
	.block-news-category .item .text { width: 100%; }
}

/* NODE GALLERY */
#photoList { margin: 0 -15px; }
#photoList .item {
	width: 33.3333%;
	padding: 0 15px;
}
@media only screen and (max-width: 767px) {
	#photoList .item { width: 50%; }
}

/* UI AUTOCOMPLETE */
.ui-menu.ui-autocomplete .ui-menu-item {
	list-style: none;
	padding: 5px 20px;
}
.ui-menu.ui-autocomplete .ui-menu-item:first-child { padding-top: 10px; }
.ui-menu.ui-autocomplete .ui-menu-item:last-child { padding-bottom: 10px; }
.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
	padding: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	border: none;
	font-weight: inherit;
	background: none;
	color: #B72E3A;
	display: block;
	margin: 0;
	text-decoration: none;
}

/* NODE ROUNDTABLE */
@media only screen and (max-width: 767px) {
	.roundtab-detail .post-content .button-actions a {
		margin-bottom: 10px;
		width: 100%;
	}
	.roundtab-detail .post-content .button-actions a:last-child { margin-bottom: 0; }
}

/* BLOCK TEXT IMAGE: 2 IMAGES */
.block-text-image .block-content .text-image .image.multiple-2 {
	padding-right: 79.5px;
	padding-bottom: 110px;
	position: relative;
}
.block-text-image .block-content .text-image .image.multiple-2 img:last-child {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 59.8%;
	border-top: 15px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
	margin-right: 22.5px;
}

/* Block: Stewardship Commons Breakfast Conversation */
.block-text-image .block-content.engage-conversations-previous-events {
	padding-top: 0;
	margin-top: -55px;
}
@media only screen and (min-width: 992px) {
	.block-text-image .block-content.engage-conversations-previous-events .text-image .image { width: 40.6%; }
	.block-text-image .block-content.engage-conversations-previous-events .text-image .text { width: 59.4%; }
}

/* NODE PUBLICATION - FULLWIDTH */
.node-publication .layout-fullwidth .images img { margin: 0; }

/* VIEWS BLOCK: SAC EVENTS - PAST EVENTS */
.block-views-sac-past-events .item { margin-bottom: 30px; }
.block-views-sac-past-events .item .post-details {
	padding: 20px 24px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.block-views-sac-past-events .item .post-details .title-post {
	margin-bottom: 12px;
	display: block;
}
.block-views-sac-past-events .item .post-details .date-create {
	font-size: 15px;
	color: #B72E3A;
}
.block-views-sac-past-events .item .post-details .short-description {
	margin-top: 20px;
	margin-bottom: 0;
	color: #919191;
}

/* CHANGE REQUESTS - 2021-02-15 */
.text-left .wwd-content { text-align: left; }
.text-left .wwd-content .top-title { text-align: left; }
.text-left .wwd-content .sub-title {
	text-align: left;
	max-width: 100%;
}
.text-left .wwd-content .sub-title:after {
	left: 0;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.text-right .wwd-content { text-align: right; }
.text-right .wwd-content .top-title { text-align: right; }
.text-right .wwd-content .sub-title {
	text-align: right;
	max-width: 100%;
}
.text-right .wwd-content .sub-title:after {
	left: unset;
	right: 0;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.block-text-text-horizontal .text-text.text-vertical-align-top {
    -webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}
.block-text-text-horizontal .text-text.text-vertical-align-bottom {
    -webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}
.block-custom .block-wwa-image.image-right { float: right; }
.block-custom .block-wwa-image.image-right .field__item:last-child { padding-right: 0; }
.block-custom .block-wwa-image.image-right + .block-wwa-content {
    padding-left: 0;
    padding-right: 72px;
}
@media only screen and (min-width: 1199px) {
    .block-custom .block-wwa-image.image-right + .block-wwa-content { padding-right: 30px; }
}
h2.heading a { color: #434343; }
h2.heading a:hover,
h2.heading a:focus {
    color: #434343;
    text-decoration: none;
}

/* BLOCK: Key Benefits */
.block-text-image .block-content.key-benefits-section .text-body { font-size: 13px; }
.block-text-image .block-content.key-benefits-section .text-body p { margin-bottom: 10px; }
@media only screen and (max-width: 1399px) {
    .block-text-image .block-content.key-benefits-section .text-body { line-height: 1.3em; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .block-text-image .block-content.layout-fullwidth.key-benefits-section .content .text .text-body { height: auto; }
    .block-text-image .block-content.key-benefits-section .text-body { font-size: 12px; }
    .block-text-image .block-content.key-benefits-section h2.heading {
        font-size: 25px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .block-text-image .block-content.key-benefits-section h2.heading:after { margin-top: 10px; }
    .block-text-image .block-content.key-benefits-section .content .text .button-holder { margin-top: 0; }
}

/* VIEWS: Our Board - SE Faculty */
.main-content-custom .our-board-custom.se-faculty .board-item-content .bdtr-position { height: 100px; }