/**************************************************************************/
/***      Australian Centre for Grief and Bereavement STYLE SHEET       ***/
/**************************************************************************/
/**
  *
  *
  * The Australian Centre for Grief and Bereavement MasterPage styles for iMIS.
  * 
  * Author: David Haworth - david@idahodesign.com
  * Author: Courtney Lindsay - courtney@idahodesign.com
  * Author: Alicia Whetton - alicia@idahodesign.com
  * Version: 1 - 21-September-2015
  * 
  *
  * TABLE OF CONTENTS:
  * Constant Section
  * Typography Section
  * Logo
  * Main Menu
  * Nav-auxiliary Section
  * Secondary NavSection
  * Footer Section 
  * Home page
  * Slider
  * Pagination 
  * Buttons
  * Adaptive layout rules 
  * 
  *
**/
/*************************************************************************************************** Constant Elements  */
body {
	background-color: #F5F5F5;
	font-size: 14px;
	/*font-family: 'Avenir 55 Roman', Arial, sans-serif;*/
	font-family: 'AvenirLTStd55Roman', Arial, sans-serif;
	color: #444444;
}
#masterContentArea {
	margin-top: 0px;
}
.ContentBlockPrimary {
	background-color: transparent;
	padding: 0;
}
.ContentBlockPrimary .Quote {
	background-color: transparent;
}
span#ctl01_BreadCrumb {
	font-size: 85%;
}
.panel, .StandardPanel {
	border: 0;
	background-color: #FFFFFF;
	padding: 0px;
}
.hide {
	display: none !important;
}
img.pull-right, img.pull-left, .pull-right > img, .pull-left > img, .col-primary iframe {
	box-shadow: #999 0 0 6px 0;
}
/*************************************************************************************************** Typography Section  */
a {
	text-decoration: none;
}
p {
	/*font-family: 'Avenir 55 Roman', Arial, sans-serif!important;*/
	font-family: 'AvenirLTStd55Roman', Arial, sans-serif;
}
strong {
	/*font-family: 'Avenir 85 Heavy';*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
}
h1, .h1, .PageTitle, .PanelTitle {
	color: #E25A34;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	border-bottom: none;
	font-size: 180%;
}
h2, .h2, h2 a, .h2 a {
	color: #304963;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	border-bottom: none;
	font-size: 150%;
}
div#WebPartZone1_Page1 h2.PanelTitle {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #304963;
	font-size: 200%;
}
.ContentWizardDisplay h2.PanelTitle {
	text-transform: initial !important;
}
div.directory-search h2.PanelTitle {
	color: #E25A34;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 170%;
	text-transform: capitalize;
}
h3 {
	/*font-family: 'Avenir 85 Heavy', Arial, sans-serif;*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	color: #604963;
	font-size: 130%;
}
h3.tagline {
	color: #3A4963;
	font-size: 125%;
}
.BlockTLItem h4 a, .BlockList h4 a {
	text-decoration: none;
	color: #599DBD;
	font-size: 110%;
}
h4 {
	color: #599DBD !important;
	margin-top: 20px;
	/*font-family: 'Avenir 85 Heavy', Arial, sans-serif;*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
}
h5 {
	/*font-family: 'Avenir 85 Heavy', Arial, sans-serif;*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
}
.BreadCrumbCurrent {
	color: #304963;
}
.CenterText {
	text-align: center !important;
}
.NoPaddingTitleLeft div.TitleBarTitle {
	padding-left: 0;
}
.BiggerTableFont table th, .BiggerTableFont table td {
	font-size: 110% !important;
}
.List_Alpha {
	list-style-type: lower-alpha;
}
img {
	height: initial !important;
}
@media screen and (max-width: 400px) {
	.PublishDate {
		display: block;
		margin-bottom: 5px;
		font-size: 100% !important;
	}
}
/*************************************************************************************************** Header Section  */
.header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
}
#masterHeaderBackground, .header {
	border-bottom: 0;
}
div.BarContainer {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}
.Blue {
	background-color: #5A9CBC;
}
.Blue a {
	color: #FFFFFF;
	text-decoration: none;
}
.header-container {
	padding-top: 15px;
	height: 52px;
}
@media screen and (min-width: 1081px) {
	.search-container-sm, .auth-link-container-sm {
		display: inline-block !important;
	}
}
@media screen and (max-width: 1080px) {
	.header-container {
		height: auto;
		padding: 0;
	}
	.header-logo-container {
		margin: 15px 0 15px 15px;
	}
	.navbar-header {
		float: none;
		width: 100%;
		text-align: right;
		clear: both;
		background-color: #416D89;
	}
	div.BarContainer.nav-auxiliary {
		margin-right: 70px;
	}
	.nav-auxiliary .TextButton, .nav-auxiliary .navbar-toggle {
		margin: 2px 15px 2px 0;
		display: inline-block;
	}
	.search-container-sm {
		display: none;
	}
	.header-search {
		padding: 10px 24px;
		background-color: #D5D5D5;
	}
	.header-search .search-field {
		width: 100%;
	}
}
img.Header-Logo {
	maximum-height:73px;
	margin-bottom: 12px;
}
.SocialSprite {
	background-image: url("images/SocialSprite-orange.png");
	text-indent: -10000px;
}
.SocialSprite.LargeButtons {
	width: 25px;
	height: 22px;
}
.nav-auxiliary a.SocialSprite.LargeButtons {
	padding: 0;
}
.SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:hover, a:hover .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:focus, a:focus .SocialSprite.FacebookIcon, .SocialSprite.FacebookIcon:active, a:active .SocialSprite.FacebookIcon {
	background-color: transparent;
}
.SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:hover, a:hover .SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:focus, a:focus .SocialSprite.FacebookIcon.LargeButtons, .SocialSprite.FacebookIcon.LargeButtons:active, a:active .SocialSprite.FacebookIcon.LargeButtons {
	background-position: -12px -89px;
	width: 12px;
}
.nav-auxiliary a.SocialSprite {
	padding: 3px 13px !important;
}
.SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:hover, a:hover .SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:focus, a:focus .SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon:active, a:active .SocialSprite.TwitterIcon {
	background-color: transparent;
}
.SocialSprite.TwitterIcon, .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:hover, a:hover .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:focus, a:focus .SocialSprite.TwitterIcon.LargeButtons, .SocialSprite.TwitterIcon.LargeButtons:active, a:active .SocialSprite.TwitterIcon.LargeButtons {
	background-position: -45px -85px;
}
.SocialSprite.HealthshareIcon, .SocialSprite.HealthshareIcon:hover, a:hover .SocialSprite.HealthshareIcon, .SocialSprite.HealthshareIcon:focus, a:focus .SocialSprite.HealthshareIcon, .SocialSprite.HealthshareIcon:active, a:active .SocialSprite.HealthshareIcon {
	background-color: transparent;
}
.SocialSprite.HealthshareIcon, .SocialSprite.HealthshareIcon.LargeButtons, .SocialSprite.HealthshareIcon.LargeButtons:hover, a:hover .SocialSprite.HealthshareIcon.LargeButtons, .SocialSprite.HealthshareIcon.LargeButtons:focus, a:focus .SocialSprite.HealthshareIcon.LargeButtons, .SocialSprite.HealthshareIcon.LargeButtons:active, a:active .SocialSprite.HealthshareIcon.LargeButtons {
	background-position: -46px -130px;
}
.nav-auxiliary a.SurfEdit {
	padding: 3px 12px !important;
}
.HomeIcon {
	background-image: url("images/Home-Button.png");
	background-position: 0 0;
}
.RadSocialShare.MediumButtons .sshCustomIcon {
	background-image: url("images/SocialSprite-orange.png");
}
.sshCustomMailTo {
	background-position: -240px 2px !important;
}
.sshCustomShareOnTwitter {
	background-position: -40px 2px !important;
}
.sshCustomCompactButton {
	background-position: -280px 2px !important;
}
.RadSocialShare.SmallButtons .sshCustomIcon {
	background-image: url("images/social-small.png");
}
.sshCustomShareOnFacebook {
	background-position: 2px 1px !important;
}
/*************************************************************************************************** Logo  */
/*************************************************************************************************** Main Menu  */
div#navbar-collapse.collapse.navbar-collapse.nav-primary {
	/*width:100%;*/
}
.nav-primary {
	float: none;
}
@media screen and (max-width: 1080px) {
	.nav-primary {
		margin-top: 0;
	}
}
.navbar-collapse.nav-primary, .ACGB_mainmenu {
	background-color: #416D89;
	border-bottom: 1px solid #FFFFFF;
	padding: 0;
	min-height: 46px !important;
}
@media screen and (min-width: 1081px) {
	.navbar-collapse.nav-primary, .ACGB_mainmenu {
		height: 81px !important;
	}
}
@media screen and (max-width: 1080px) {
	.navbar-collapse.nav-primary, .ACGB_mainmenu {
		background-color: transparent;
		min-height: 0 !important;
	}
}
.RadMenu.rmResponsive {
	z-index: 1000 !important;
	position: relative;
	display: block;
	max-width: 1170px;
	margin: 0 auto;
}
.RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink {
	color: #FFFFFF;
}
.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
	/*font-family: 'Avenir 85 Heavy';*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	font-size: 100%;
	max-width: 155px;
	height: 80px;
	text-align: center;
}
.RadMenu.rmResponsive .rmLink {
	padding: 20px 0;
}
.RadMenu.rmResponsive .rmSelected > .rmRootLink, .RadMenu.rmResponsive .rmFocused > .rmRootLink {
	background: #C65331 !important;
	/* Old browsers */
	background: -moz-linear-gradient(top, #C65331 0%, #E25A34 100%) !important;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c65331), color-stop(100%,#e25a34)) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C65331 0%, #E25A34 100%) !important;
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C65331 0%, #E25A34 100%) !important;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #C65331 0%, #E25A34 100%) !important;
	/* IE10+ */
	background: linear-gradient(to bottom, #C65331 0%, #E25A34 100%) !important;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65331', endColorstr='#e25a34',GradientType=0 ) !important;
	/* IE6-9 */
}
.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink {
	background-color: transparent;
	background-image: url("images/menu-arrow.png") !important;
	background-position: 50% 100% !important;
	background-repeat: no-repeat !important;
	background: rgba(0, 0, 0, 0.05);
}
.RadMenu.rmResponsive .rsmItem {
	padding: 3px 0 0 0;
}
.RadMenu.rmResponsive .rsmItem .rsmItem {
	margin-left: 0;
}
.RadMenu.rmResponsive rmRootGroup > .rmItem {
	width: 11%;
}
.RadMenu.rmResponsive .rmItem {
	white-space: normal;
	width: 11%;
}
.rmResponsive .rmSlide, .rmResponsive .rmSlide .rmItem {
	width: auto;
	max-width: 300px;
}
.rmResponsive .rmSlide .MegaDropDownMenu, .rmResponsive .rmSlide {
	/*background:rgba(255,255,255,0.9);*/
	border-top: 4px solid #304963;
}
.RadMenu.rmResponsive .rmSlide .rmLink {
	padding: 9px 35px 10px 15px;
}
.RadMenu.rmResponsive .rmSlide .rmLink:hover, .RadMenu.rmResponsive .rmSlide .rmLink:focus {
	background-color: #416D89;
	color: #FFFFFF;
}
.RadMenu.rmResponsive .rmSlide .rmGroup {
	font-size: 110%;
}
.RadMenu.rmResponsive .rmSlide .rmGroup .rmSlide {
	width: 200px !important;
}
.RadMenu.rmResponsive .rmSlide .rmGroup .rmSlide .rmItem {
	width: 200px !important;
}
.RadMenu.rmResponsive .rmSlide .rmGroup .rmSlide .rmLink {
	padding: 9px 15px;
}
.RadMenu.rmResponsive .rmSlide .rmGroup .rmSlide .rmGroup {
	font-size: 100%;
}
a.rmLink.rmExpand.rmExpandRight {
	white-space: initial !important;
}
a.rmLink {
	white-space: initial !important;
}
/*************************************************************************************************** Nav-auxiliary Section  */
.nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text {
	background-image: url("images/ResponsiveHeaderSprite-new.png");
}
.nav-auxiliary .nav-aux-account .nav-text {
	background-position: 0 -99px;
}
.nav-auxiliary a {
	padding: 3px 15px !important;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 105%;
}
.nav-auxiliary .nav-aux-button .NavigationLink {
	position: relative;
}
.nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text {
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	left: 5px;
	top: 3px;
}
@media screen and (min-width: 401px) {
	.nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text {
		position: static;
	}
}
.nav-auxiliary .NavigationListItem {
	margin-left: 0;
}
.nav-auxiliary li.nav-aux-cart a {
	background-color: #4E90B2;
}
.auth-link-container-sm a {
	background-color: #416D89;
	color: #FFFFFF;
}
.auth-link-container-sm a:hover {
	background-color: #4E90B2;
}
.IsLoggedIn .auth-link-container-sm {
	background-color: #E25A34;
}
.IsLoggedIn .auth-link-container-sm:hover {
	background-color: #E26A49;
}
.IsLoggedIn .auth-link-container-sm a {
	display: inline-block !important;
}
.nav-auxiliary .nav-aux-cart .cartFull {
	left: 20px;
	top: -10px;
}
.navbar-toggle.collapsed {
	background-color: #5A9CBC;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: #E25A34;
}
.navbar-toggle {
	margin-bottom: 6.5px;
	padding-bottom: 9px;
}
.auth-link-container {
	text-align: center;
	font-size: 20px;
	padding: 0;
}
.auth-link-container .auth-link {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'AvenirLTStd85Heavy';
	display: block;
	height: 46px;
	line-height: 46px;
	background-color: #5A9CBC;
}
.auth-link-container .auth-link:hover {
	background-color: #E25A34;
}
/*************************************************************************************************** Secondary NavSection  */
.nav-secondary {
	background-color: #FFFFFF;
	padding: 0;
	padding-bottom: 20px;
}
.nav-secondary .sub-nav-head {
	background-color: transparent;
	color: #E25A34;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 140%;
	padding: 12px 20px 0 20px;
	font-weight: bold;
}
.nav-secondary ul.rtUL {
	/*margin: 0 5px 1px 20px!important;*/
}
ul.rtUL {
	margin-left: 22px !important;
	margin-top: 12px !important;
}
.RadTreeView.RadTreeView_Austin .rtIn, .RadTreeView.RadTreeView_Austin .rtHover .rtIn, .RadTreeView.RadTreeView_Austin .rtSelected .rtIn {
	padding: 0;
}
.RadTreeView.RadTreeView_Austin a.rtIn, .RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn, .RadTreeView.RadTreeView_Austin .child-is-selected.rtIn {
	color: #666666;
	display: block;
	padding-left: 10px;
	border-left: 1px solid transparent;
	line-height: 1.3em;
	margin-bottom: 6px;
}
.RadTreeView.RadTreeView_Austin a.rtIn:hover, .RadTreeView.RadTreeView_Austin a.rtIn:active {
	color: #E25A34;
	border-left: 1px solid #E25A34;
	padding-left: 10px;
}
.RadTreeView.RadTreeView_Austin .rtIn {
	font-weight: normal !important;
}
.RadTreeView.RadTreeView_Austin a.rtIn {
	transition: none;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI {
	border-top: 0;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI .rtLI .rtIn {
	padding: 0;
	padding-left: 10px;
}
.RadTreeView.RadTreeView_Austin > .rtUL > .rtLI > .rtUL {
	margin-left: 0 !important;
}
/*************************************************************************************************** Footer Section  */
div.AGCB_footermenu {
	width: 100%;
	text-align: left;
	vertical-align: top;
}
div.AGCB_footermenu .Col_5 {
	width: 17%;
	display: inline-block;
	margin-right: 2%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	div.AGCB_footermenu .Col_5 {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	div.AGCB_footermenu .AGCB_footeraddress.Col_5 {
		margin-top: 20px;
	}
}
div.AGCB_footermenu h3 {
	/*font-family: 'Avenir 55 Roman', Arial, sans-serif;*/
	font-family: 'AvenirLTStd55Roman', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0.2em;
	font-size: 110%;
}
div.AGCB_footermenu p {
	margin-bottom: 0.1em;
}
@media screen and (max-width: 1080px) {
	div.AGCB_footermenu .Col_5 {
		width: 30%;
	}
}
@media screen and (max-width: 767px) {
	div.AGCB_footermenu p {
		display: none;
	}
	div.AGCB_footermenu .AGCB_footeraddress p {
		display: block;
	}
	div.AGCB_footermenu .Col_5 {
		width: 100%;
	}
}
.footer-content a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-content h3 a {
	color: #6CA2BC;
}
.footer-content a:hover {
	color: #C4C4C4;
}
div.AGCB_footeraddress {
	text-align: left;
}
a.footer-highlight {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 120%;
}
div.footer-nav-copyright {
	background-color: #5A9CBC;
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 0.7em;
}
/*************************************************************************************************** Home page  */
.BlockTLItem, .BlockList li {
	border-bottom: 1px solid #FFFFFF;
	padding: 15px 0 0 0;
}
.home .panel, .home .StandardPanel {
	background-color: transparent;
}
.home h4 {
	padding-left: 0;
	text-indent: 0;
}
@media screen and (min-width: 401px) {
	.home h4 {
		padding-left: 10px;
		text-indent: -10px;
	}
}
.home h4 a {
	color: #444444;
}
.home h4 a::before {
	content: '\2022';
	font-size: 70%;
	padding-right: 5px;
}
@media screen and (min-width: 401px) {
	.home p {
		padding-left: 10px;
	}
}
.home.left-column {
	font-size: 110%;
}
.PublishDate {
	margin-right: 20px;
}
.events thead {
	display: none;
}
@media screen and (max-width: 1080px) {
	#upcomingevents {
		padding-left: 0;
	}
}
/*************************************************************************************************** Content Section  */
.col-sm-12.home.Banner {
	padding: 0;
}
.col-sm-12.home.Banner .ContentItemContainer {
	margin: 0;
}
/*************************************************************************************************** Panels Section  */
heading.Distinguish, .PanelHead.Distinguish, .TitleBarCaption, .panel-group .panel-heading {
	padding: 6px 10px;
	border-bottom: none;
}
.PanelHead.Distinguish, .TitleBarCaption, div.PanelTitle, .panel-heading.Distinguish {
	min-height: 0px;
	border-bottom-style: none;
}
.panel-body, .PanelBody {
	padding-top: 0;
}
heading.Distinguish, .PanelHead.Distinguish, .TitleBarCaption, .panel-group .panel-heading {
	padding: 0 10px;
}
#ste_container_ciNews .BlockTLItem, .BlockList li {
	padding: 0;
}
/*************************************************************************************************** Home Page Side bar  */
div.events {
	background-color: #D8D8D8;
	margin-bottom: 24px;
}
div.TitleBarTitle {
	padding-left: 20px;
	padding-top: 10px;
}
table#ctl01_TemplateBody_WebPartManager1_gwpciNewQueryMenuCommon_ciNewQueryMenuCommon_ResultsGrid_Grid1_ctl00.rgMasterTable.CaptionTextInvisible {
	width: auto !important;
}
div.events .RadGrid_MetroTouch table {
	background-color: transparent;
	margin-left: 13px;
}
div.events .RadGrid_MetroTouch table a {
	text-decoration: none;
	color: #666666 !important;
}
div.events .RadGrid_MetroTouch table td, div.events .RadGrid_MetroTouch table thead th {
	vertical-align: top;
}
div.events .RadGrid_MetroTouch table a:hover {
	color: #E25A34 !important;
}
div.events .RadGrid_MetroTouch table thead a {
	/*font-family: 'Avenir 85 Heavy';*/
	font-family: 'AvenirLTStd85Heavy';
}
div.visited h3 {
	color: #E25A34;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	font-size: 170%;
	padding-left: 20px;
}
div.visited ul {
	margin-left: -18px;
	margin-top: 12px;
}
@media screen and (max-width: 1080px) {
	div.visited ul {
		margin-left: 0;
		margin-top: 12px;
		padding-left: 23px;
		padding-right: 12px;
	}
}
div.visited li {
	list-style-type: none;
}
div.visited li a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding-left: 10px;
	border-left: 1px solid transparent;
	line-height: 1.3em;
	margin-bottom: 6px;
}
div.visited li a:hover, div.visited li a:active {
	color: #E25A34;
	border-left: 1px solid #E25A34;
}
div.visited {
	background-color: #FFFFFF;
}
.col-secondary.NotPrinted {
	border-left: 1px solid #B7B7B7;
	padding-bottom: 100px;
}
/*************************************************************************************************** Slider  */
#ctl01_HomePageContent {
	display: none;
}
@media screen and (min-width: 401px) {
	#ctl01_HomePageContent {
		display: block;
		/*margin-bottom:30px;*/
		margin-top: -1px;
	}
}
.nivo-caption {
	height: 80%;
	width: 30%;
	right: 5%;
	left: initial;
	top: 10%;
	opacity: 1 !important;
	background-color: rgba(0, 0, 0, 0.7);
	/*font-family: 'Avenir 55 Roman', Arial, sans-serif;*/
	font-family: 'AvenirLTStd55Roman', Arial, sans-serif;
	padding: 1%;
	overflow: initial;
}
@media screen and (max-width: 767px) {
	.nivo-caption {
		width: 50%;
		height: 88%;
	}
}
.SliderCaption {
	letter-spacing: 0.05em;
	position: relative;
	height: 100%;
}
.SliderCaption h2 {
	color: #599DBD;
	font-size: 220%;
	margin: 0;
}
@media screen and (max-width: 1200px) {
	.SliderCaption h2 {
		font-size: 150%;
	}
}
@media screen and (max-width: 767px) {
	.SliderCaption h2 {
		font-size: 150%;
	}
}
.SliderCaption p {
	font-size: 120%;
}
@media screen and (max-width: 1200px) {
	.SliderCaption p {
		font-size: 100%;
		line-height: 1.1em;
	}
}
@media screen and (max-width: 767px) {
	.SliderCaption p {
		font-size: 100%;
		line-height: 1.1em;
	}
}
.nivo-caption p {
	padding: 0;
}
.SliderCaption a.More.Button {
	width: auto;
	padding: 5px 10px;
	background-color: #5A9CBC;
	position: absolute;
	right: -3.75%;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.SliderCaption a.More.Button {
		right: -3.75%;
		bottom: 10px;
		padding: 2px 10px;
	}
}
.SliderCaption a.More.Button:hover {
	background-color: #E25A34;
	color: #FFFFFF;
}
/************************************************************************************************** Pagination */
/************************************************************************************************** Buttons */
.Button {
	display: block;
	width: 100%;
	color: #FFFFFF;
	background-color: #5A9CBC;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0px 4px 0px;
}
.Button:hover {
	background-color: #E25A34;
}
a.Button {
	text-decoration: none;
}
a.Button.Sign_In, a.Button.Join, a.Button.Shop {
	background-position: 0 -20px;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	width: 100%;
}
a.Button.Sign_In {
	background-color: #E25A34;
	background-image: url("images/button-icon_sign-in.jpg");
}
a.Button.Sign_In:hover {
	background-color: #E26A49;
	color: #FFFFFF;
}
a.Button.Sign_In:visited {
	color: #FFFFFF;
}
a.Button.Join {
	background-color: #7D7D7D;
	background-image: url("images/button-icon_join.jpg");
}
a.Button.Join:hover {
	background-color: #898989;
	color: #FFFFFF;
}
a.Button.Join:visited {
	color: #FFFFFF;
}
.IsLoggedIn a.Button.Sign_In, .IsLoggedIn a.Button.Join {
	display: none;
}
a.Button.Shop {
	background-color: #5A9CBC;
	background-image: url("images/button-icon_shop.jpg");
	margin-bottom: 14px;
}
a.Button.Shop:hover {
	background-color: #6CA2BC;
	color: #FFFFFF;
}
a.Button.Shop:visited {
	background-color: #6CA2BC;
	color: #FFFFFF;
}
a.More.Button {
	margin-left: 60%;
	width: 40%;
	margin-bottom: -20px;
}
a.More.Button:visited {
	color: #FFFFFF;
}
a.conflink {
	transition: all 0.3s;
}
a.conflink:hover {
	opacity: 0.6;
}
.TextButton {
	/*display:block;*/
	display: inline-block;
	/*width:100%;*/
	color: #FFFFFF;
	background-color: #5A9CBC;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 25px;
	font-size: 98%;
	margin-bottom: 20px;
}
a#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_TaggedListRepeater_ctl03_ViewAllButton.ViewAll {
	margin-left: 0 !important;
	font-family: 'Arial Narrow', Arial, sans-serif;
	text-decoration: none;
	font-size: 110%;
	color: #304963;
	font-weight: bold;
	text-transform: lowercase;
}
/************************************************************************************************** Classes */
.PublishDate {
	font-family: 'Arial Narrow', Arial, sans-serif;
	color: #304963;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
}
.margin-bottom-none {
	margin-bottom: 0;
}
/************************************************************************************************** Form elements  */
.grey-fields .PanelBody .PanelField {
	background-color: #D8D8D8;
	margin-bottom: 7px;
}
.grey-fields .PanelBody .PanelField label, .grey-fields .PanelBody .PanelField .Label {
	width: auto;
	padding-top: 8px;
	color: #A3A3A3;
	/*font-family: 'Avenir 85 Heavy';*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	font-size: 120%;
}
.grey-fields .PanelBody .PanelField input[type="text"] {
	border: 0;
	background-color: transparent;
	box-shadow: none;
}
select#ctl01_TemplateBody_WebPartManager1_gwpciNewQueryMenuCommon_ciNewQueryMenuCommon_ResultsGrid_Sheet0_Input2_DropDown1, select#ctl01_TemplateBody_WebPartManager1_gwpciNewQueryMenuCommon_ciNewQueryMenuCommon_ResultsGrid_Sheet0_Input1_DropDown1, select#ctl01_TemplateBody_WebPartManager1_gwpciDirectory_ciDirectory_ResultsGrid_Sheet0_Input2_DropDown1 {
	background: transparent;
	width: 250px;
	margin-left: 10px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: none;
	background-image: url("images/drop-down_arrow.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}
.SearchField {
	background-color: #D8D8D8 !important;
	padding-left: 8px !important;
}
.SearchField .TextButton {
	margin-bottom: 0;
}
.SearchField label {
	width: auto;
	padding-top: 8px;
	padding-left: 8px;
	color: #A3A3A3;
	/*font-family: 'Avenir 85 Heavy';*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
	font-size: 120%;
	text-transform: uppercase;
	padding-right: 0.475em;
	font-size: 140%;
}
.SearchField input#ctl01_TemplateBody_WebPartManager1_gwpciNewSearchCommon_ciNewSearchCommon_ST_Text {
	border: 0;
	background-color: transparent;
	box-shadow: none;
	font-size: 120%;
}
label, .Label, .PanelFieldLabelFont {
	font-weight: normal;
	/*font-family: 'Avenir 85 Heavy';*/
	font-family: 'AvenirLTStd85Heavy';
}
input {
	width: 70%;
}
.header-search input {
	width: 12.25em;
}
.PanelFieldValue input, .PanelFieldValue select {
	width: 100%;
}
.PanelFieldValue span {
	/*width: 22em!important;*/
	/*-----------------------------------------  Causes issue with popup wysiwyg editor  ----------*/
	/*padding: 5px;*/
	/*-----------------------------------------  Causes issue with first line indenting  ----------*/
}
.PanelFieldValue input[type="radio"], .PanelFieldValue input[type="checkbox"] {
	width: auto;
	margin-right: 10px;
}
.LongLables .PanelField label, .LongLables .PanelField .Label {
	width: 20em;
}
/************************************************************************************************** RadAjaxPanel Panels  */
.rgNoRecords > .rgExpandCol {
	border: none !important;
	background: transparent !important;
}
/************************************************************************************************** Join Now  */
.Quote {
	border-left: none;
	margin: 0;
	text-indent: -3.3em;
	padding-left: 47px;
	background: transparent;
}
blockquote p {
	font-size: 15px;
	/*font-family: 'Avenir 45 Book Oblique'!important;*/
	font-family: 'AvenirLTStd45Book' !important;
	font-style: italic;
	line-height: 0.8em;
	color: #8D8C8C;
}
.Quote::before {
	color: #C95D34;
	margin-right: 0.1em;
	font-family: 'Arial';
	font-weight: bold;
}
.Quote::after {
	color: #C95D34;
	content: close-quote;
	font-size: 5em;
	line-height: 0.1em;
	vertical-align: -0.6em;
	margin-left: 0.1em;
	font-family: 'Arial';
	font-weight: bold;
}
#ste_container_ciMembershipQuote h3.tagline {
	/*font-family: 'Avenir 85 Heavy';*/
	font-family: 'AvenirLTStd85Heavy';
	font-weight: normal;
}
a#associateLink.btn.PrimaryButton.SmallButton, a#associateLink.btn.SmallButton {
	display: block;
	min-height: 82px;
	padding: 20px 10px 20px 50px;
	text-align: left;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 90%;
	background-image: url(images/square_right.png);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	background-size: 25px auto;
}
a#associateLink.btn.PrimaryButton.SmallButton:hover, a#associateLink.btn.SmallButton:hover {
	background: rgba(0, 0, 0, 0.25);
}
.Spotlight {
	position: relative;
	height: 585px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.Spotlight.IndividualMem h4, .Spotlight.OrganisationMem h4, .Spotlight.RetiredMem h4, .Spotlight.LowIncomeMem h4, .Spotlight.StudentMem h4, .Spotlight.InternatMem h4 {
	min-height: 52px;
	color: #FFFFFF !important;
	margin-top: 0;
	padding: 10px 35px 10px 10px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 95%;
	background-position: 98% 51%;
	background-repeat: no-repeat;
}
.Spotlight.IndividualMem h4 {
	min-height: 52px;
	background-color: #4A6A82;
	background-image: url("images/membership-icon_individual.png");
}
.Spotlight.OrganisationMem h4 {
	min-height: 52px;
	background-color: #A14B2C;
	background-image: url("images/membership-icon_organisation.png");
}
.Spotlight.RetiredMem h4 {
	min-height: 52px;
	background-color: #4D4D4D;
	background-image: url("images/membership-icon_retired.png");
}
.Spotlight.LowIncomeMem h4 {
	min-height: 52px;
	background-color: #9D9D9D;
	background-image: url("images/membership-icon_low-income.png");
}
.Spotlight.StudentMem h4 {
	min-height: 52px;
	background-color: #70B0CF;
	background-image: url("images/membership-icon_student.png");
}
.Spotlight.InternatMem h4 {
	min-height: 52px;
	background-color: #F58E42;
	background-image: url("images/membership-icon_international.png");
}
.Spotlight.IndividualMem p, .Spotlight.OrganisationMem p, .Spotlight.RetiredMem p, .Spotlight.LowIncomeMem p, .Spotlight.StudentMem p, .Spotlight.InternatMem p {
	color: #464646;
	padding: 10px;
	text-align: left;
}
p.join1year {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	min-height: auto !important;
	padding: 0;
	margin-bottom: 0;
}
p.join2years {
	padding: 0;
	margin-bottom: 0;
}
.Spotlight.IndividualMem p.join1year {
	background-color: #597C96;
	padding: 0;
}
.Spotlight.IndividualMem p.join2years {
	background-color: #6E9ABC;
	padding: 0;
}
.Spotlight.OrganisationMem p.join1year {
	background-color: #C95D34;
	padding: 0;
}
.Spotlight.OrganisationMem p.join2years {
	background-color: #DC6539;
	padding: 0;
}
.Spotlight.RetiredMem p.join1year {
	background-color: #646464;
	padding: 0;
}
.Spotlight.RetiredMem p.join2years {
	background-color: #7C7C7C;
	padding: 0;
}
.Spotlight.LowIncomeMem p.join1year {
	background-color: #ADADAD;
	padding: 0;
}
.Spotlight.LowIncomeMem p.join2years {
	background-color: #BABABA;
	padding: 0;
}
.Spotlight.StudentMem p.join1year {
	background-color: #7ABFE1;
	padding: 0;
}
.Spotlight.StudentMem p.join2years {
	background-color: #84CEF3;
	padding: 0;
}
.Spotlight.InternatMem p.join1year {
	background-color: #F5A468;
	padding: 0;
}
.Spotlight.InternatMem p.join2years {
	background-color: #F5B382;
	padding: 0;
}
.RadSocialShare_Default {
	background-color: transparent !important;
	border: 0;
	margin-left: ;
}
span#ctl01_TemplateBody_WebPartManager1_gwpciNewSocialShareCommon_ciNewSocialShareCommon_LegendLabel {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
}
div#ste_container_ciNewSocialShareCommon .panel {
	background-color: transparent;
	padding: 0;
}
.FilterPanel {
	background-color: transparent;
}
.panel-body, .PanelBody, heading.Distinguish, .PanelHead.Distinguish, .TitleBarCaption, .panel-group .panel-heading {
	padding: 0;
}
/************************************************************************************************** Member Benefits  */
div#mem-benefits div.col-4 {
	padding-right: 2% !important;
	width: 31.3% !important;
	float: left;
}
div#mem-benefits article.row.icon-block {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/************************************************************************************************** Patrons, Board and Staff  */
.patrons img, .board-directors img {
	float: left;
	max-width: 127px;
	padding: 0 15px 15px 0;
}
/************************************************************************************************** Member Access  */
.SecondaryColumn h2, .SecondaryColumn .PanelTitle, .SecondaryColumn .panel-title {
	font-family: inherit;
	font-weight: normal;
	font-size: 100%;
	color: #304963;
	text-transform: none;
}
.RadGrid_MetroTouch {
	background-color: transparent !important;
}
.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch th.rgResizeCol, .RadGrid_MetroTouch .rgHeaderWrapper, .RadGrid_MetroTouch .rgMultiHeaderRow th.rgHeader, .RadGrid_MetroTouch .rgMultiHeaderRow th.rgResizeCol {
	border-bottom: 0 !important;
	border-left: 0 !important;
	background-color: transparent !important;
}
div#ctl01_TemplateBody_WebPartManager1_gwpste_container_Breadcrumb_ste_container_Breadcrumb {
	margin-bottom: 20px !important;
}
div.TitleBarTitle {
	padding-left: 18px;
}
@media screen and (min-width: 401px) {
	div.TitleBarTitle {
		padding-left: 0px;
	}
}
/*************************** LH Side menu  */
.SecondaryColumn-mem_access h2.PanelTitle {
	text-transform: capitalize !important;
	font-size: 100% !important;
	font-family: Helvetica, Arial, sans-serif !important;
}
.SecondaryColumn-mem_access .iMIS-WebPart > .ContentItemContainer, .WebPartZone > .ContentItemContainer {
	margin-bottom: 0;
}
.SecondaryColumn-mem_access a {
	margin-left: 20px;
	text-decoration: none;
	color: #7D7D7D;
}
/*************************** Side menu  */
div#ctl01_SideBarPlaceHolder_ctl00_CommunitySideBarPanel_Body.PanelBody {
	background-color: #FFFFFF;
	padding: 20px;
}
div#ctl01_SideBarPlaceHolder_ctl00_CommunityLinksBlock.CommunityLinksBlock {
	margin-left: 20px;
}
.CommunityLinksBlock a:first-child {
	border-top: 0;
}
.CommunityLinksBlock a {
	border-bottom: 0;
	padding-left: 10px;
	border-left: 1px solid transparent;
	line-height: inherit;
	margin-left: 0;
	margin-right: 0;
}
.CommunityLinksBlock a:hover, .CommunityLinksBlock a:active {
	color: #E25A34;
	border-left: 1px solid #E25A34;
	padding-left: 10px;
	background-color: transparent;
}
.CommunityLinksBlock a.CommunityLinksSelected, .CommunityLinksBlock a.CommunityLinksSelected:hover {
	background-color: transparent;
	color: #E25A34;
	font-weight: normal;
	border-left: 1px solid #E25A34;
}
a#ctl01_SideBarPlaceHolder_ctl00_SubscribeLink1_lnkSubscribe.NotPrinted, a#ctl01_SideBarPlaceHolder_ctl00_EditLink1_lnkEdit.NotPrinted, a#ctl01_SideBarPlaceHolder_ctl00_NewEntryControl.NotPrinted {
	color: #E25A34;
	text-decoration: none;
	padding-left: 30px;
	background-image: url("images/subsribe-edit-add_icon.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
a#ctl01_SideBarPlaceHolder_ctl00_SubscribeLink1_lnkSubscribe.NotPrinted {
	background-position: 0 0;
}
a#ctl01_SideBarPlaceHolder_ctl00_EditLink1_lnkEdit.NotPrinted {
	background-position: 2px -37px;
}
a#ctl01_SideBarPlaceHolder_ctl00_NewEntryControl.NotPrinted {
	background-position: 3px -75px;
}
.CommunityReplyForm {
	border-left: 0;
	margin-left: 0;
	padding: 10px 20px 20px 20px;
}
/*************************** Security  */
.RadGrid_MetroTouch {
	padding-left: 0 !important;
}
.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
	background-color: transparent !important;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsUL {
	padding: 0 !important;
}
.RadTabStrip_Metro .rtsLevel1 .rtsLink {
	background-color: #5A9CBC;
	padding: 5px 20px;
	font-family: 'Arial Narrow', Arial, sans-serif;
}
.RadTabStrip_Metro .rtsLevel1 .rtsSelected {
	color: #304963;
}
div#ctl01_TemplateBody_WebPartManager1_gwpste_container_Security_ciSecurity_MultiPage1.multiPageTab {
	background-color: #FFFFFF;
	padding: 20px;
}
.RadGrid_MetroTouch table {
	background-color: #D8D8D8;
}
.RadGrid_MetroTouch td {
	padding: 10px 3px;
}
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_MetroTouch th.rgSorted a, .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_Metro .rgSelectedRow a, .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_Metro th.rgSorted a {
	color: #304963 !important;
}
.RadGrid_MetroTouch .rgHeader .rgSortAsc {
	background-color: #B7B7B7;
	background-position: -115px -15px !important;
}
.RadGrid_MetroTouch .rgHeader .rgSortDesc {
	background-color: #B7B7B7;
	background-position: -115px -65px !important;
}
.RadGrid_MetroTouch .rgHeader .rgSortAsc, .RadGrid_MetroTouch .rgHeader .rgSortDesc {
	height: 20px !important;
	margin: 0 8px 0 0 !important;
}
.CommandBar {
	background-color: transparent;
}
.CommandBar input, .CommandBar button {
	margin-left: 0;
}
.CommandBar .TextButton {
	display: inline-block;
	margin-left: 8px;
}
/*************************** Profile  */
div#ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_Page_1 {
	background-color: #FFFFFF;
}
.panel-heading.Distinguish, .PanelHead.Distinguish, .TitleBarCaption, .panel-group .panel-heading {
	padding: 0;
}
@media screen and (min-width: 401px) {
	.panel-heading.Distinguish, .PanelHead.Distinguish, .TitleBarCaption, .panel-group .panel-heading {
		padding: 6px;
	}
}
.ContentWizardDisplay {
	border-width: 0;
}
.StandardPanel {
	border: 0;
}
.CalloutPart2 .panel-body {
	background-color: #D8D8D8;
	padding: 8px;
}
h4, .SectionLabel, h5 {
	color: #304963;
}
div#ctl01_TemplateBody_WebPartManager1_gwpciRenewalButton_ciRenewalButton_ContentPanel {
	margin: 20px 0;
	background-color: #FFFFFF;
	padding: 8px;
}
.CheckBoxList {
	display: inline-block;
	height: auto !important;
	width: auto !important;
	overflow: auto;
	border: none !important;
}
/*************************** Forum  */
.CommunitySummaryBlock {
	border: 0;
	background-color: #FFFFFF;
}
/*************************************************************************************** Search results (workshops, bookshop)  */
div.workshops li h3 {
	margin: 9px 0;
}
h2#ctl01_TemplateBody_WebPartManager1_gwpciNewQueryMenuCommon_ciNewQueryMenuCommon_ResultsGrid_DataSourcePanel_TextLabel.PanelTitle, h2#ctl01_TemplateBody_WebPartManager1_gwpciDirectory_ciDirectory_ResultsGrid_DataSourcePanel_TextLabel.PanelTitle {
	color: #E25A34 !important;
	text-transform: none !important;
}
.SearchResultSummary .ListItemTitle a {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	color: #304963 !important;
	font-size: 170%;
}
.SearchField, .SearchResultSummary .ListItemTitle a {
	background-color: transparent;
	padding: 8px 4px;
	margin: -4px 0 0;
}
.SearchResultSummary .ListItemTitle a:hover {
	background-color: #5A9CBC;
	color: #FFFFFF !important;
	text-decoration: none;
}
.RadGrid_MetroTouch {
	color: #444444;
	border: 0 !important;
	padding: 8px;
}
.RadGrid_MetroTouch table {
	background-color: #FFFFFF;
}
.RadGrid_MetroTouch .rgAltRow {
	background: transparent !important;
}
.RadGrid_MetroTouch .rgRow td, .RadGrid_MetroTouch .rgAltRow td {
	border: 0 !important;
	border-bottom: 1px solid #D8D8D8 !important;
}
.SearchResultSummary .ImageSection {
	width: 282px;
	max-height: 212px;
	overflow: hidden;
}
div.books .SearchResultSummary .ImageSection {
	width: 150px;
}
.SearchResultSummary .ImageSection img {
	max-width: 100%;
}
.SearchResultSummary .Description {
	margin-left: 295px;
	font-size: 110%;
}
div.books .SearchResultSummary .Description {
	margin-left: 165px;
}
/*************************** header row  */
.RadGrid_MetroTouch td.rgPagerCell {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 110%;
	border-width: 0 0 1px 0 !important;
}
div.rgWrap.rgInfoPart {
	font-weight: bold;
}
div.rgWrap.rgInfoPart strong {
	color: #E25A34;
	font-weight: bold;
}
.RadGrid_MetroTouch .rgPagePrev, .RadGrid_MetroTouch .rgPageNext, .RadGrid_MetroTouch .rgPageFirst, .RadGrid_MetroTouch .rgPageLast {
	border-radius: 0 !important;
	width: 18px !important;
	height: 20px !important;
	border: 0 !important;
	background-color: transparent !important;
	margin-top: 5px !important;
}
.RadGrid_MetroTouch .rgPageFirst {
	background-position: -15px -716px !important;
}
.RadGrid_MetroTouch .rgPagePrev {
	background-position: -15px -115px !important;
}
.RadGrid_MetroTouch .rgPageNext {
	background-position: -15px -165px !important;
}
.RadGrid_MetroTouch .rgPageLast {
	background-position: -15px -766px !important;
}
a.LabelLink {
	margin-top: 10px;
}
div.RelatedItemsHorizontalEffect .panel {
	min-height: 320px;
}
.RelatedItemsHorizontalEffect li:hover {
	-webkit-transform: scale(1.2);
	background: transparent;
}
/************************************************************************************************** Webinars  */
table.webinars {
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}
table.webinars tr {
	border-bottom: 1px solid #D8D8D8;
}
table.webinars td {
	padding: 10px;
}
table.webinars td h2 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	color: #304963 !important;
	font-size: 170%;
}
table.webinars img {
	margin-right: 10px;
}
.WebinarSearch img {
	max-width: 12em !important;
}
.WebinarSearch .PublishDate {
	margin-right: 0 !important;
}
/************************************************************************************************** Bereavement Support  */
table.fees {
	margin-bottom: 10px;
}
table.fees td {
	border: 1px solid #000000;
	padding: 3px;
}
/************************************************************************************************** Brochures & Annual Reports  */
div#service-brochures, div#annual-reports, div#brochures {
	background-color: #FFFFFF;
	padding: 16px;
	min-height: 294px;
}
div#annual-reports {
	min-height: 180px;
}
div#brochures {
	min-height: 100px;
}
div.brochure, div.ann-rep, div.broch {
	display: inline-block;
	margin-right: 20px;
}
div.brochure-text, div.ann-rep-text, div.broch-text {
	display: inline-block;
	vertical-align: middle;
}
div.broch-text {
	width: 70%;
}
a.download {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: normal;
	color: #304963 !important;
	font-size: 170%;
	text-decoration: none;
	vertical-align:center;
}
/************************************************************************************************** Products  */
.Horizontal .ProductDisplay .ProductLabel {
	width: 14em;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNewGeneralProductDisplayCommon_ciNewGeneralProductDisplayCommon_DynamicProductDisplay_ProductSetDetailsPanel_Head {
	display: none;
}
/************************************************************************************************** Animation rules  */
a.collapselist__title, .btn--more, .btn--more--mobile, #nav__brand, #nav__brand__strapline, #nav__menu, .nav__menu__item > a, .nav__dropdown, .nav__dropdown--wide, #nav__toggle__icon:before, #nav__toggle__icon:after, #nav__menu--bg, #sidemenu .mobileheader:after, #sidefilter .mobileheader:after {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
/************************************************************************************************** Mobile Menu rules  */
html {
	overflow-x: hidden;
}
#nav__menu, #navbar-collapse {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
@media only screen and (max-width: 1080px) {
	#search-collapse.navbar-collapse.collapse {
		height: 0 !important;
	}
	#search-collapse.navbar-collapse.collapse.in {
		height: auto !important;
	}
}
@media only screen and (max-width: 1080px) {
	#nav__menu, #navbar-collapse {
		position: absolute;
		top: 0px;
		right: 0;
		height: 100vh;
		max-height: 100vh !important;
		width: 320px;
		padding: 90px 0px 0px;
		background-color: #DDDDDD;
		box-shadow: #000 0 0 10px 0;
		overflow: scroll;
		-ms-overflow-x: hidden;
		overflow-x: hidden;
		border: 0 !important;
		-webkit-transform: translateX(330px);
		-ms-transform: translateX(330px);
		transform: translateX(330px);
		z-index: 10;
	}
	#nav__menu.in, #navbar-collapse.in {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.nav__menu__item, .RadMenu.rmResponsive .rmRootGroup > .rmItem {
		padding: 0;
		font-size: 20px;
		line-height: 40px !important;
	}
	.RadMenu.rmResponsive .rmRootGroup > .rmItem {
		float: none;
	}
	.RadMenu.rmResponsive .rmRootGroup > .rmItem:focus .rmSlide, .RadMenu.rmResponsive .rmRootGroup > .rmItem:Click .rmSlide, .RadMenu.rmResponsive .rmRootGroup > .rmItem:hover .rmSlide {
		display: block;
		visibility: visible;
		width: 240px;
		height: auto;
		left: 0px;
		z-index: 9;
		overflow: visible;
	}
	.nav__dropdown, .nav__dropdown--wide {
		height: 0;
		overflow: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.nav__dropdown.expanded, .expanded.nav__dropdown--wide {
		height: auto;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.nav__dropdown__item, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink {
		font-size: 14px;
		padding-left: 20px;
		position: relative;
	}
	.nav__dropdown__item:before, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:before {
		display: block;
		position: absolute;
		right: 100%;
		top: 0;
		content: "-";
	}
	.nav__menu__item > a, a.nav__dropdown__item, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > a.rsmLink, .RadMenu.rmResponsive .rmLink, .icn-home:before, .icn-search:before, .nav__dropdown__item, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:hover, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem.rsmDisabled > .rsmLink:focus, .RadMenu.rmResponsive .rmLink, .RadMenu.rmResponsive .rsmLink {
		color: rgba(255, 255, 255, 0.7) !important;
	}
	.nav__menu__item > a.active, .nav__menu__item > a:hover, .nav__menu__item > a:active, a.nav__dropdown__item.active, a.nav__dropdown__item:hover, a.nav__dropdown__item:active, .RadMenu.rmResponsive .rmLink:hover, .RadMenu.rmResponsive .rsmLink:active, .icn-home:hover:before, .icn-search:hover:before, .icn-home:active:before, .icn-search:active:before, .rmResponsive .rmSlide .rmLink:hover, .rmResponsive .rmSlide .rmLink:focus, .rmResponsive .rmSlide .rsmLink:hover, .rmResponsive .rmSlide .rsmLink:focus, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:hover, .rmResponsive .rmSlide .rsmTwoLevels > .rsmItem > .rsmLink:focus {
		color: #FFF !important;
	}
	.icn-home:before, .icn-search:before {
		bottom: 0;
	}
	.RadMenu.rmResponsive .rmRootGroup > .rmItem.icn-search > .rmLink, .RadMenu.rmResponsive .rmRootGroup > .rmItem.icn-home > .rmLink {
		height: auto;
		line-height: initial;
	}
	.RadMenu.rmResponsive .rmRootGroup > .rmItem.icn-search > .rmLink {
		margin-top: 20px;
	}
	.rmResponsive .rmSlide {
		top: 0 !important;
		left: 0 !important;
		position: relative;
	}
	.RadMenu.rmResponsive .rmToggle {
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.RadMenu.rmResponsive .rmToggle .rmIcon {
		font: 0 / 0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		display: block;
		width: 23px;
		height: 15px;
		background-image: url("images/responsivenav.png");
		background-repeat: no-repeat;
		margin-top: 8.5px;
		margin-bottom: 8.5px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.RadMenu.rmResponsive .rmToggle {
		display: inline-block !important;
	}
	.RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
		height: auto;
		max-width: none;
		text-align: left;
		padding: 10px;
		color: #424242 !important;
		width: 100%;
		position: relative;
		font-size: 70%;
	}
	.RadMenu.rmResponsive .rmRootGroup > .rmItem {
		line-height: initial !important;
	}
	.RadMenu.rmResponsive .rmRootLink:hover, .RadMenu.rmResponsive .rmRootLink:focus, .RadMenu.rmResponsive .rmExpanded > .rmRootLink {
		background: transparent !important;
		background: rgba(0, 0, 0, 0.05) !important;
	}
	.RadMenu.rmResponsive .rmGroup {
		background: rgba(0, 0, 0, 0.05) !important;
	}
	span.rmText {
		width: 200px;
		display: block;
	}
	.RadMenu.rmResponsive .rmSlide .rmGroup {
		font-size: 70%;
	}
	.RadMenu.rmResponsive rmRootGroup > .rmItem {
		width: 100%;
	}
	.RadMenu.rmResponsive .rmItem {
		width: 100%;
	}
	.rmResponsive .rmSlide {
		border: none;
		background: rgba(0, 0, 0, 0.05);
	}
	.rmResponsive .rmSlide, .rmResponsive .rmSlide .rmItem {
		max-width: none;
	}
	.RadMenu.rmResponsive .rmLink {
		color: #424242 !important;
	}
	.RadMenu.rmResponsive .rmSlide .rmExpandRight {
		background: transparent;
	}
	.RadMenu.rmResponsive .rmSlide .rmExpandRight + div.rmSlide {
		left: 0 !important;
		width: 100% !important;
	}
	.RadMenu.rmResponsive .rmSlide .rmGroup .rmSlide .rmItem {
		width: 100% !important;
	}
}
#nav__toggle {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 999;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	border-radius: 0;
	background-color: transparent;
	display: block;
}
@media only screen and (min-width: 1081px) {
	#nav__toggle {
		display: none !important;
	}
}
#nav__toggle__icon {
	position: relative;
	margin: 38px 26px;
	width: 28px;
	height: 4px;
	background-color: #416D89;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border-radius: 2px;
}
#nav__toggle__icon:before, #nav__toggle__icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 4px;
	border-radius: 2px;
	background-color: #416D89;
}
#nav__toggle__icon:before {
	margin-top: -10px;
}
#nav__toggle__icon:after {
	margin-top: 6px;
}
#nav__toggle:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
#nav__toggle:not(.collapsed) {
	background-color: rgba(0, 0, 0, 0.2);
}
#nav__toggle:not(.collapsed) #nav__toggle__icon {
	background-color: transparent !important;
}
#nav__toggle:not(.collapsed) #nav__toggle__icon:before, #nav__toggle:not(.collapsed) #nav__toggle__icon:after {
	margin-top: -2px;
}
#nav__toggle:not(.collapsed) #nav__toggle__icon:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#nav__toggle:not(.collapsed) #nav__toggle__icon:after {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
#nav__toggle:not(.collapsed):not(:hover) #nav__toggle--icon:before, #nav__toggle:not(.collapsed):not(:hover) #nav__toggle--icon:after {
	background-color: #CCC;
}
.nav--open #nav__toggle__icon:before, .nav--open #nav__toggle__icon:after {
	background-color: #888;
}
#nav__menu--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.nav--open #nav__menu--bg {
	visibility: visible;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/**************************************************************************** Pseudocode ************************/
.nav-auxiliary .nav-aux-cart .cartFull {
	/*top: 0px;*/
}
div.BarContainer.nav-auxiliary {
	position: relative;
}
div.BarContainer.nav-auxiliary div.search-container-sm {
	position: absolute;
	right: 15px;
	top: 80px;
}
.header-search input {
	width: 14.25em;
	border-radius: 2px;
}
#slider {
	margin-bottom: 30px;
	border-bottom: solid 40px #416D89;
}
.nivo-caption {
	background-color: rgba(255, 255, 255, 0.8);
}
.nivo-caption p {
	color: #999999;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle {
	margin: 0;
	padding: 0;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Head {
	margin: 0;
	padding: 0;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Head h2 {
	display: block;
	padding: 10px 10px 10px 50px;
	background-color: #E25A34;
	color: #FFFFFF !important;
	background-image: url(images/icon_news.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	font-size: 16px !important;
	text-transform: uppercase !important;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel {
	padding: 0 10px;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel h4 {
	color: #E25A34;
	font-family: 'Arial Narrow', Arial, sans-serif;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel h4 span {
	color: #E25A34;
	font-family: 'Arial Narrow', Arial, sans-serif;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel h4 span.PublishDate span {
	color: #304963 !important;
	font-size: 14px;
	font-weight: normal;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel p {
	padding: 0 0 15px;
	border-bottom: dotted 1px;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel p:last-child {
	border-bottom: none;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel p span.ReadMore {
	display: block;
	text-align: right;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel p span.ReadMore a {
	display: inline-block;
	padding: 5px 10px 3px;
	background-color: #1A5573;
	color: #FFFFFF;
	border-radius: 2px;
	font-size: 12px;
	transition: all 0.3s;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel p span.ReadMore a:hover {
	background-color: #E25A34;
}
div.UpcomingEvents {
	background-color: #FFFFFF;
}
div.UpcomingEvents .TitleBarCaption {
	display: block;
	margin: 0 0 0px;
	padding: 0;
}
div.UpcomingEvents .TitleBarTitle {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.UpcomingEvents .InLineOption {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.UpcomingEvents h2 {
	display: block;
	padding: 10px 10px 10px 50px;
	background-color: #2883B2;
	color: #FFFFFF;
	background-image: url(images/icon_calendar.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	font-size: 16px;
	text-transform: uppercase;
}
#upcomingevents {
	margin: 0;
	padding: 0;
}
div.UpcomingEvents th {
	display: none;
}
div.UpcomingEvents td {
	padding: 0 !important;
	border-bottom: none;
}
div.UpcomingEvents .RadGrid_MetroTouch {
	padding: 0 !important;
	border-bottom: none;
}
#upcomingevents li {
	display: block;
	margin: 0;
	padding: 0;
}
#upcomingevents a {
	display: block;
	margin: 0 0 0px;
	padding: 10px 10px;
	background-color: #FFFFFF;
	color: #333333;
	border-bottom: solid 1px #DDDDDD;
	text-decoration: none;
	transition: all 0.3s;
}
#upcomingevents a span.date {
	display: block;
	margin: 0;
	color: #999999;
	font-size: 11px;
}
#upcomingevents a:last-child {
	border-bottom: none;
}
#upcomingevents a:hover {
	background-color: #E25A34;
	color: #FFFFFF !important;
}
#upcomingevents a:hover span.date {
	color: #FFFFFF !important;
}
#ste_container_ciEventsMoreLink {
	margin: -14px 0 40px;
}
#ste_container_ciEventsMoreLink a {
	padding: 5px;
	background-color: #1A5573;
	color: #FFFFFF;
	border-radius: 0 0 2px 2px;
	font-size: 11px;
	transition: all 0.3s;
}
#ste_container_ciEventsMoreLink a:hover {
	background-color: #E25A34;
	color: #FFFFFF !important;
}
#ste_container_ciFrequentlyVisited_b0f2960d14d7406c9942cdfc33280896 {
	background-color: #FFFFFF;
}
h3.Freqvisit {
	display: block;
	padding: 10px 10px 10px 50px;
	background-color: #2883B2;
	color: #FFFFFF;
	background-image: url(images/icon_star.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
ul.Freqvisit {
	margin: 0;
	padding: 0;
	list-style: none;
}
li.Freqvisit {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.Freqvisit a {
	display: block;
	margin: 0 0 1px;
	padding: 10px 10px 10px 50px;
	background-color: #5A9CBC;
	color: #FFFFFF;
	background-image: url(images/arrow_right.png);
	background-position: 10px 8px;
	background-repeat: no-repeat;
	background-size: 25px auto;
	transition: all 0.3s;
}
ul.Freqvisit a:hover {
	background-color: #E25A34;
	color: #FFFFFF !important;
}
.twitter-timeline {
	border-radius: 2px !important;
	box-shadow: none !important;
}
.col-secondary.NotPrinted {
	border: none;
}
.nav-secondary {
	background-color: transparent;
}
.nav-secondary .sub-nav-head {
	margin: 0;
	padding: 0;
}
.nav-secondary .rtUL {
	margin: 0 !important;
	padding: 0;
}
/* 557 commented out for this */
.nav-secondary .rtUL a.rtIn {
	padding: 5px 10px;
	background-color: #EEEEEE;
	color: #333333;
	border-left: none;
	border-bottom: solid 1px #DDDDDD !important;
	text-decoration: none;
	transition: all 0.3s;
}
.nav-secondary .rtUL a.rtIn:hover {
	padding: 5px 10px;
	background-color: #E25A34;
	color: #FFFFFF !important;
	border-left: none;
	border-bottom: solid 1px #E25A34 !important;
}
.RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn, .RadTreeView.RadTreeView_Austin .child-is-selected.rtIn {
	padding: 5px 10px;
	background-color: #E25A34;
	color: #FFFFFF !important;
	border-left: none;
	border-bottom: solid 1px #E25A34 !important;
}
.RadTreeView.RadTreeView_Austin .rtSelected > a.rtIn:hover, .RadTreeView.RadTreeView_Austin .child-is-selected.rtIn:hover {
	padding: 5px 10px;
	background-color: #E25A34;
	color: #FFFFFF !important;
	border-left: none;
	border-bottom: solid 1px #E25A34 !important;
}
@media (max-width: 768px) {
	#ctl01_TemplateBody_WebPartManager1_gwpciNews_ciNews_ListTitle_Body .TaggedListPanel {
		padding: 0 0px 10px 0px;
	}
}
/* employment opportunities */
h3.jobtitle {
	font-family: arial;
	font-weight: normal;
}
h3.jobtitle a {
	position: relative;
	display: block;
	min-height: 63px;
	padding: 10px 80px 10px 10px;
	background-color: #E25A34;
	color: #FFFFFF;
	font-size: 22px;
	text-decoration: none;
	transition: all 0.5s;
}
h3.jobtitle a span {
	display: block;
	font-size: 14px;
}
h3.jobtitle a:hover {
	background-color: #B74924;
}
h3.jobtitle a:after {
	content: '+';
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 63px;
	height: 63px;
	padding-top: 10px;
	background-color: #B74924;
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}
h3.jobtitle a.open:after {
	content: '-';
}
div.jobpane {
	display: block;
	margin: -10px 0 30px;
	padding: 15px 30px;
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
}
div.jobpane.hideforload {
	display: none;
}
a.pdflink {
	display: inline-block;
	padding: 13px 30px 10px 60px;
	color: #333333;
	background: #DDDDDD url(images/icon_pdf.png) left 10px center no-repeat;
	background-size: auto 30px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.5s;
}
a.pdflink:hover {
	background-color: #FFFFFF;
	color: #2883B2;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
p.closingdate {
	font-size: 18px;
	text-align: center;
}
h2, .h2, div.PanelTitle {
	border-bottom: 1px solid #DDDDDD !important;
	margin: 0.2em 0 !important;
}
h2.PanelTitle {
	border-bottom: none !important;
	margin: 0 !important;
	display: inline;
}
.StandardPanel fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
/* Hide the legend because we use our own custom header */
.StandardPanel fieldset legend {
	display: none;
}
h2.PanelTitle {
	/* border-bottom: none; */
	/* margin: 0; */
	/* display: inline; */
}


h3.Freqvisit {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 401px) {
.panel-heading.Distinguish {
padding: 0px !important;
}
}
div.UpcomingEvents h2 {
    margin-top: 0px !important;
}
h2.panel-title {
    margin-top: 0px !important;
}
.SliderCaption h2 {
    border-bottom: 1px solid #dddddd00 !important;
    margin: 0 !important;
}
div .GridTitlePanel {
    display: none;
}
div#ctl01_TemplateBody_WebPartManager1_gwpciUpcomingEvents_ciUpcomingEvents_ResultsGrid_BottomButtonPanel {
    display: none;
}
a.More.Button {
    float: right;
    margin-top: -13px;
    margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
.col-sm-6.ACGB_HomeLeft {
    margin-top: 15px;
}
}
.ACGB_HomeLeft .TaggedListPanel {
    padding: 0 10px !important;
}


a.ViewAll {
    display: block;
    width: 141px;
    color: #FFFFFF;
    background-color: #5A9CBC;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0px 4px 0px;
    float: right;
    margin-top: -13px;
    margin-bottom: 11px;
}
.TaggedListPanel div a {
    display: none;
}
a.ViewAll:hover {
    background-color: #E25A34;
}

#masterLogoArea div div.ContentItemButtonPanel a {
    position: absolute;
}