#content {
	background-color: #eaebec !important;
}

@media only screen and (min-width: 1360px) {
	.container {
		width: 1300px;
	}
}


#main-content #communityPortal_communityPortal h1.functionHeader {
	display: none;
}


.community_portal #bstrap-main {
	/* padding-left: 0; */
}


/*
Page title and boxed description/custom html at top of pages.
For tiled pages other than home, h1 and text drawn from database.
*/

.portal-page-title-panel, .projects-page-title-panel {
	margin: 0 10px 20px 10px;
}

@media only screen and (max-width: 767px) {
	.portal-page-title-panel, .projects-page-title-panel {
		margin: 0 0 20px 0;
	}
}

.portal-page-title-panel .portal-page-title-panel-text, .projects-page-title-panel .projects-page-title-panel-text {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.portal-page-title-panel .portal-page-title-panel-text > div, .projects-page-title-panel .projects-page-title-panel-text > div {
	margin: 0;
	padding: 2px 18px 10px 18px;
}


.portal-page-title-panel h1, .projects-page-title-panel h1 {
	color: #1D6C96;
	font-size: 28px;
    margin-bottom: 15px;
}

.portal-page-title-panel p, .projects-page-title-panel p {
	margin-bottom: 15px;
	line-height: 130%;
}


/*
The main parent tile element which resizes with the Bootstrap classes
like col-size-n.
Height of tiles is set here as well as bottom-margin spacing.
NOTE: This is an anchor (<a>) element and acts as the link for the whole tile.
*/
.portal-tile, .projects-tile {
	border: none;
	height: 215px;
	padding: 0;
	margin: 0 0 15px 0;
}

.accounts-tile {
	border: none;
	height: 70px;
	padding: 0;
	margin: 0 0 15px 0;
}

.portal-carousel-tile, .projects-carousel-tile {
    border: none;
    height: 240px;
    padding: 0 10px;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
	.portal-carousel-tile, .projects-carousel-tile {
		padding: 0;
	}
}

.portal-tile:hover, .projects-tile:hover, .accounts-tile:hover {
	z-index: 100;
}

/*
portal/projects-tile-inner is actually what is used for the visable perimeter &
shadow & background etc.  It's parent (.portal/projects-tile) acts as the
invisible frame.
tile-inner also sets the right-hand spacing/margin between the tiles.
*/
.portal-tile-inner, .projects-tile-inner {
	border: none;
	min-height: 215px;
	padding: 0;
	width: auto;
	margin: 0 10px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-size: auto 215px;
	background-position: center top;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.accounts-tile-inner {
	border: none;
	min-height: 70px;
	padding: 0;
	width: auto;
	margin: 0 10px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-size: auto 215px;
	background-position: center top;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.portal-carousel-inner, .projects-carousel-inner {
	border: none;
	min-height: 240px;
	padding: 0;
	width: auto;
	margin: 0 0 0 0;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-size: auto 240px;
	background-position: center top;
	border-radius: 5px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.carousel-control .glyphicon-triangle-left, .carousel-control .icon-prev {
	padding-top: 210px;
	float: left;
	margin-left: 5px;
}

.carousel-control .glyphicon-triangle-right, .carousel-control .icon-next {
	padding-top: 210px;
	float: right;
	margin-right: 5px;
}

/* Blue glow on hover for tiles. */
.portal-tile-panel:hover, .projects-tile-panel:hover, .accounts-tile-panel:hover {
	box-shadow: 0px 0px 20px rgba(0, 190, 210, 1);
	cursor: pointer;
}


/*
Dark tile text panel with 75% opacity black background.
Stays stuck to bottom of tile because of absolute position
and "bottom: 0px". Parent (portal/projects-tile-inner) must be set as
position: re4lative for this to work.
*/
.portal-tile-panel, .projects-tile-panel {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: #1D6C96;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px 15px;
	overflow: hidden;
}

.accounts-tile-panel {
	text-align: right;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	background-color: #1D6C96;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px 15px;
	overflow: hidden;
}

.portal-tile-panel.double, .projects-tile-panel.double, .accounts-tile-panel.double {
	height: 68px;
}
.portal-tile-panel.triple, .projects-tile-panel.triple, .accounts-tile-panel.triple {
	height: 88px;
}

/* All tile headings */
.portal-tile-panel h3, .projects-tile-panel h3, .accounts-tile-panel h3 {
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 17px;
	color: #63a3d2;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
	line-height: 115%;
	font-weight: 500;
}

/* All white para text in tiles */
.portal-tile-panel p, .projects-tile-panel p, .accounts-tile-panel p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 130%;
	position: relative;
}

.portal-tile-panel p a, .projects-tile-panel p a, .accounts-tile-panel p a {
	color: rgb(27,219,219);
	display: inline-block;
	left: 0px;
}

p.portal-tile-link-subscribe a, p.projects-tile-link-subscribe a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.portal-tile-inner:hover .portal-tile-panel .portal-tile-text, .projects-tile-inner:hover .projects-tile-panel .projects-tile-text,
.portal-tile-inner:hover .portal-tile-panel .portal-tile-link, .projects-tile-inner:hover .projects-tile-panel .projects-tile-link,
.portal-tile-inner:hover .portal-tile-panel .portal-tile-link-subscribe, .projects-tile-inner:hover .projects-tile-panel .projects-tile-link-subscribe,
.accounts-tile-inner:hover .accounts-tile-panel .accounts-tile-text,  .accounts-tile-inner:hover .accounts-tile-panel .accounts-tile-link {
	display: block;
}
.portal-carousel-inner:hover .carousel-caption .portal-tile-text, .projects-carousel-inner:hover .carousel-caption .projects-tile-text,
.portal-carousel-inner:hover .carousel-caption .portal-tile-link, .projects-carousel-inner:hover .carousel-caption .projects-tile-link,
.portal-carousel-inner:hover .carousel-caption .portal-tile-link-subscribe, .projects-carousel-inner:hover .carousel-caption .projects-tile-link-subscribe {
	display: block;
}



.portal-tile-text, .projects-tile-text, .accounts-tile_text {
	display: none;
	margin-top: 10px;
}

.portal-tile-text, .projects-tile-text, .accounts-tile-text,
.portal-tile-text *, .projects-tile-text *, .accounts-tile-text * {
	color: #FFFFFF;
	font-size: 13px;
}

.portal-tile-text p, .projects-tile-text p, .accounts-tile_text p
.portal-tile-text div, .projects-tile-text div, .accounts-tile_text div {
	color: #FFFFFF;
	font-size: 13px;
}

.portal-tile-text ul, .projects-tile-text ul, .accounts-tile-text ul,
.portal-tile-text ol, .projects-tile-text ol, .accounts-tile-text ol {
	padding-left: 16px;
	margin-top: 5px;
}

.portal-tile-text li, .projects-tile-text li, .accounts-tile-text li {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	line-height: 115%;
}

.portal-tile-text a, .projects-tile-text a, .accounts-tile-text a,
.portal-tile-text a:focus, .projects-tile-text a:focus, .accounts-tile-text a:focus,
.portal-tile-text a:active, .projects-tile-text a:active, .accounts-tile-text a:active,
.portal-tile-text a:hover, .projects-tile-text a:hover .accounts-tile-text a:hover{
	color: rgb(27,219,219);
	font-size: 13px;
}

.portal-tile-text b, .projects-tile-text b, .accounts-tile-text b,
.portal-tile-text strong, .projects-tile-text strong, .accounts-tile-text strong {
	color: #FFFFFF;
	font-size: 13px;
}

.portal-tile-text i, .projects-tile-text i, .accounts-tile-text i,
.portal-tile-text em, .projects-tile-text em, .accounts-tile-text em {
	color: #FFFFFF;
	font-size: 13px;
}

p.portal-tile-link, p.projects-tile-link, p.accounts-tile-link {
	display: none;
	margin-top: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px 10px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwIDEwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIGZpbGw9IiMyMkE2QUMiIGN4PSI1IiBjeT0iNSIgcj0iNSIvPg0KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI3LDUgNCwzIDQsNyAiLz4NCjwvc3ZnPg==');
}


p.portal-tile-link-subscribe, p.projects-tile-link-subscribe {
	display: none;
	margin-top: 13px;
	padding: 0;
	margin-left: -5px;
}

p.portal-tile-link-subscribe a, p.projects-tile-link-subscribe a {
	padding: 5px 16px 5px 28px;
	width: 50%;
	display: inline-block;
	border-radius: 30px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 17px 17px;
	line-height: 100%;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}


p.portal-tile-link-subscribe a.subscribeLink, p.projects-tile-link-subscribe a.subscribeLink {
	border: 1px solid rgba(255,255,255,0.1);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwIDEwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCAxMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIGZpbGw9IiMyMkE2QUMiIGN4PSI1IiBjeT0iNSIgcj0iNSIvPg0KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI3LDUgNCwzIDQsNyAiLz4NCjwvc3ZnPg==');
}

p.portal-tile-link-subscribe a.unsubscribeLink, p.projects-tile-link-subscribe a.unsubscribeLink {
	border: 1px solid rgba(255,255,255,1);
	color: #fff;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE3IDE3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNyAxNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIGZpbGw9IiM2Q0QzMzEiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPg0KPGc+DQoJPHBvbHlnb24gZmlsbD0iIzNBNjYxRCIgcG9pbnRzPSI4LjMsMTQgNSwxMC41IDYuMyw5LjEgOCwxMSAxMS4zLDQuNSAxMyw1LjMgCSIvPg0KPC9nPg0KPGc+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI3LjksMTMuNSA0LjYsMTAgNS45LDguNiA3LjYsMTAuNSAxMC45LDQgMTIuNSw0LjggCSIvPg0KPC9nPg0KPC9zdmc+');
}


p.portal-tile-link-subscribe a:hover, p.projects-tile-link-subscribe a:hover,
p.portal-tile-link-subscribe a:focus, p.projects-tile-link-subscribe a:focus,
p.portal-tile-link-subscribe a:active, p.projects-tile-link-subscribe a:active {
	text-decoration: none;
}

p.portal-tile-link-subscribe a:hover, p.projects-tile-link-subscribe a:hover {
	background-color: rgba(255,255,255,0.15);
}







/*
If we want a different colour background, like in the mockups,
we need to change both the <body> and id="bottom" elements to 
the different colour.
#bottom, body {*/
#bcpanel, #content {
	background-color: #ffffff;
	overflow: hidden;
}

#content {
	background-image: none;
}

#bottom, body {
	color: #626364;
	background-color: #171819;
}

#bottom {
	font-size: 12px;
}

#bottom a {
	color: #626364;
}

#bottom a:hover {
	color: #626364;
}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
}





.portal-tile-panel, .projects-tile-panel, .accounts-tile-panel {
	-webkit-transition: all 0.2s;
	transition: height all 0.2s;
	background-position: 70% 88%;
}


.portal-tile-inner:hover .portal-tile-panel, .projects-tile-inner:hover .projects-tile-panel {
	height: 215px;
	background-color: rgba(7,102,111,0.95);
	/*background-color: rgba(17,56,80,0.95);*/
	background-repeat: no-repeat; 
	background-size: 28px 28px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDExMiAxMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExMiAxMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTU2LDExMkMyNS4xLDExMiwwLDg2LjksMCw1NlMyNS4xLDAsNTYsMHM1NiwyNS4xLDU2LDU2Uzg2LjksMTEyLDU2LDExMnogTTU2LDlDMzAuMSw5LDksMzAuMSw5LDU2DQoJCXMyMS4xLDQ3LDQ3LDQ3czQ3LTIxLjEsNDctNDdTODEuOSw5LDU2LDl6Ii8+DQo8L2c+DQo8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjY2LjMsMzAuMSA2MS4xLDM1LjIgNzgsNTIgMjIsNTIgMjIsNTYuMyAyMiw2MCA3OCw2MCA2MS4xLDc3LjEgNjYuMyw4Mi41IDkyLjYsNTYuMyAiLz4NCjwvc3ZnPg0K');
	background-position: 92% 88%;
	background-blend-mode: soft-light;
	border-radius: 5px;
	bottom: 0px;
}

.accounts-tile-inner:hover .accounts-tile-panel{
	height: 70px;
	background-color: rgba(7,102,111,0.95);
	/*background-color: rgba(17,56,80,0.95);*/
	background-repeat: no-repeat; 
	background-size: 28px 28px;
	background-position: 92% 88%;
	background-blend-mode: soft-light;
	border-radius: 5px;
	bottom: 0px;
}

.tile_no_image {
	background-repeat: no-repeat !important; 
	background-size: 180px 180px !important;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBmaWxsPSIjQkExNTVEIiBjeD0iNzUiIGN5PSI3NSIgcj0iNzUiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMDYsMzV2MjJIOTN2LTlINjZ2MjBoMjh2MTNINjZ2MjNoMjdWOTRoMTN2MjNINDF2LTEwbDktMlY0N2wtOS0yVjM1SDEwNnoiLz4NCjwvc3ZnPg==') !important;
	background-position: center center !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
	margin-bottom: 60px;
}*/

.carousel-tile {
	border: none;
	height: 240px;
	padding: 0;
}

.carousel .image-container {
	position: relative;
	z-index: 9;
	padding: 0;
	right: 0;
	position: absolute;
	left: 0%;
	width: 70%;
	border-top-left-radius: 5px;
	/*border-top-right-radius: 5px;*/
	border-bottom-left-radius: 5px;
	/*border-bottom-right-radius: 5px;*/
	/*background-color: #1A8B96;
	background-image: url("../images/theme/bg_menu_header.png");*/
	height: 240px;
}
.carousel .container {
	position: relative;
	z-index: 9;
	padding: 0;
	right: 0;
	position: absolute;
	left: 70%;
	width: 30%;
	cursor: pointer;
	/* border-top-left-radius: 5px; */
	border-top-right-radius: 5px;
	/* border-bottom-left-radius: 5px; */
	border-bottom-right-radius: 5px;
	background-color: #1A8B96;
	background-image: url("../images/theme/bg_menu_header.png");
	height: 240px;
}

.carousel .container:after {
	height: 40px;
	width: 40px;
	background-repeat: no-repeat; 
	background-size: 40px 40px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDExMiAxMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExMiAxMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTU2LDExMkMyNS4xLDExMiwwLDg2LjksMCw1NlMyNS4xLDAsNTYsMHM1NiwyNS4xLDU2LDU2Uzg2LjksMTEyLDU2LDExMnogTTU2LDlDMzAuMSw5LDksMzAuMSw5LDU2DQoJCXMyMS4xLDQ3LDQ3LDQ3czQ3LTIxLjEsNDctNDdTODEuOSw5LDU2LDl6Ii8+DQo8L2c+DQo8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjY2LjMsMzAuMSA2MS4xLDM1LjIgNzgsNTIgMjIsNTIgMjIsNTYuMyAyMiw2MCA3OCw2MCA2MS4xLDc3LjEgNjYuMyw4Mi41IDkyLjYsNTYuMyAiLz4NCjwvc3ZnPg0K');
	background-position: center;
    right: 23px;
    position: absolute;
    bottom: 22px;
    opacity: 0.3;
}

/*.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}*/

.carousel-inner {
	border: none;
	min-height: 240px;
	padding: 0;
	width: auto;
	position: relative;
	border-radius: 5px;
	background-size: auto 270px;
	background-position: center top;
	border-radius: 5px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.carousel .item {
	height: 240px;
	border-radius: 5px;
}

.carousel-caption {
	background-color: transparent;
	position: static;
	width: auto;
	padding: 0 20px;
	margin-top: 10px;
	text-align: left;
}

.carousel-caption .lead {
	margin: 10px 0 0 0;
	line-height: 1.25;
	color: #fff;
	font-size: 17px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel-caption .lead,
.carousel-caption .lead * {
	color: #fff;
	font-size: 17px;
}

.carousel-caption .lead p,
.carousel-caption .lead div {
	color: #fff;
	font-size: 17px;
}

.carousel-caption .lead ul,
.carousel-caption .lead ol {
	padding-left: 16px;
	margin-top: 5px;
}

.carousel-caption .lead li {
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 115%;
}

.carousel-caption .lead a,
.carousel-caption .lead a:focus,
.carousel-caption .lead a:active,
.carousel-caption .lead a:hover {
	color: rgb(27,219,219);
	font-size: 17px;
}

.carousel-caption .lead b,
.carousel-caption .lead strong {
	color: #fff;
	font-size: 17px;
}

.carousel-caption .lead i, 
.carousel-caption .lead em {
	color: #fff;
	font-size: 17px;
}

.carousel-caption h1 {
	margin: 0;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	font-size: 22px;
	margin: 17px 0 0 0;
}

.carousel-caption .btn {
	position: absolute;
	top: 80%;
	padding: 6px 12%;
	background-color: #1A8B96;
	border-color: rgba(255,255,255,0.5);
}


@media only screen and (max-width: 1199px) {
	.carousel-caption h1 {
		font-size: 20px;
	}
	.carousel-caption .lead {
		margin: 7px 0 0 0;
		line-height: 1.25;
		font-size: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.carousel-caption h1 {
		font-size: 18px;
		margin: 16px 0 0 0;
	}
	.carousel-caption .lead {
		margin: 7px 0 0 0;
		line-height: 1.15;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.carousel-caption h1 {
		font-size: 20px;
		margin: 16px 0 0 0;
	}
	.carousel-caption .lead {
		margin: 8px 0 0 0;
		line-height: 1.25;
		font-size: 15px;
	}
}


.carousel .carousel-indicators {
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	z-index: 15;
	left: 0%;
	width: 70%;
	padding: 11px 0 7px 0;
	text-align: center;
	list-style: none;
	margin: 0;
	border-bottom-left-radius: 5px;
}

.carousel-indicators li {
	margin: 1px 4px 1px 4px;
}

.carousel-indicators .active {
	margin: 1px 4px 0px 4px;
}

/*
Handle left margin etc. for carousel
*/
.carousel-control.left {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 16;
	left: 0%;
	width: 20%;
}
	
/*
Handle right margin etc. for carousel
*/
.carousel-control.right {
	z-index: 16;
	left: 50%;
	width: 20%;
}

/*
When on smallest screen size (<=767) the tiles need a left-hand margin.
Also, if left unchanged, the bacjkground images repeat and look a bit weird.
So we set the images to be 100% the tile width and centered.
*/
@media only screen and (max-width: 767px) {
	.portal-tile-inner, .portal-carousel-inner, .projects-tile-inner, .projects-carousel-inner {
		margin: 0;
		background-size: 100% 100%;
		background-position: center;
	}

	.carousel .carousel-indicators {
		left: 0%;
		width: 55%;
	}

	.carousel .image-container {
		left: 0%;
		width: 55%;
	}
	.carousel .container {
		left: 55%;
		width: 45%;
	}

	/*
	Handle left margin etc. for carousel
	*/
	.carousel-control.left {
		left: 0%;
		width: 12.5%;
	}

	/*
	Handle right margin etc. for carousel
	*/
	.carousel-control.right {
		left: 42.5%;
		width: 12.5%;
	}
}









/* Left Menu Responsive Hide and Toggle */

#main-row {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}



#bstrap-leftnav {

}

@media screen and (max-width: 767px) {
	#main-row.activeLeft {
		left: 75%;
		height: 100%;
	}
	#main-row.activeLeft > #bstrap-leftnav {
		display: block;
	}
	#bstrap-leftnav {
		position: absolute;
		top: 0px;
		left: -70%;
		width: 70%;
		height: 100%;
	}
	#bstrap-leftnav-panel {
		width: 100%;
	}
		#bottom {
		padding: 30px 20px 30px 15px;
	}
	#bottom .footer-left,
	#bottom .footer-right {
		text-align: left;
		width: 100%;
		float: left;
	}
}





/* Various other aspects of the Portal */


/* All buttons a lighter blue */
.community_portal .btn-primary {
    background-color: #0294C1;
    border-color: #0294C1;
}

/* Info panel to stand out against the very light grey bg */
.community_portal .infopanel {
	background-color: #F5F5F5;
}






/*
PORTAL REGISTRATION FORM
This is an upgraded form with client-side validation,
password strength, tooltips etc.
*/

/*
Why don't check boxes & radio button have hand-pointer cursors?
Their text labels do, but they dont..
Anyway - making it so...
*/
input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}


/* For password strength */
.progress {
	margin: 10px 0 10px 0;
    border: 1px solid #ccc;
    width: 180px;
    float: left;
}

.password-verdict {
	font-size: 12px;
    float: left;
    margin: 12px 0 0 11px;
    font-weight: 500;
    font-style: italic;
}


/* Tooltips */
.tooltip-inner {
	background: rgba(0,0,0,0.8);
	padding: 10px 15px;
	text-align: left;
	max-width: 440px !important;
}
.tooltip-arrow {
	border-right-color: rgba(0,0,0,0.8) !important;
}


/* Bootstrap form validation elements */
.help-block {
	font-size: 13px;
}

.register-termsandcond .help-block {
    margin-left: 30px;
    margin-top: 5px;
    float: left;
    width: 100%;
}

.register-termsandcond .help-block ul li {
    font-weight: 600;
    font-style: italic;
}


/* Other form styling */
.form-section-divide {
	border-bottom: 1px solid #D1D1D1;
	border-top: 1px solid #FFFFFF;
	margin: 20px 0;
}

input.human-not-verified {
	visibility: visible;
}

div.checkbox label {
	margin-left: 30px;
}

.profile-content div.checkbox label {
    margin-left: 20px;
}

.profile-content .form-group {
	margin-bottom: 0;
}




/* Registration form Other Contacts Interface */

.othcontact-action-link {
	margin-left: 0;
	margin-top: 10px;
}

.add-icon-inline {
	background-size: 11px 11px;
	display: inline-block;
	background-position: 2px 4px;
	width: 15px;
	height: 15px;
	margin: 0 1px;
	background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4IDE4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBmaWxsPSIjMUQ2Qzk2IiBjeD0iOSIgY3k9IjkiIHI9IjkiLz48cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjE0LDggMTAsOCAxMCw0IDgsNCA4LDggNCw4IDQsMTAgOCwxMCA4LDE0IDEwLDE0IDEwLDEwIDE0LDEwICIvPjwvc3ZnPg==');
}

.form-register .other-contacts-panel .button-panel {
	text-align: right;
	width: 100%;
}

.form-register .other-contacts-panel .button-panel input[type=button] {
	margin: 10px 0;
}

.other-contacts-panel {
    clear: both;
    border: 1px solid #ccc;
    padding: 2px 20px 5px 20px;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #F0F0F0;
    float: left;
    width: 100%;
}

.form-register .other-contacts-panel .other-contacts {
	margin-top: 20px;
}

.form-register .other-contacts-panel .other-contacts .addContactButton {
	margin-top: 10px;
}

.form-register .data-results {
	float: left;
    width: 100%;
    margin-top: 15px;
}

.form-register .contactDetails {
	background-color: #FFFFFF;
	padding: 3px 0px 0 15px;
}

.form-register .contact-action-links {
    padding-right: 5px;
}

.duplicate-email {
	color: #a94442;
	font-size: 13px;
	display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}



/*
Form Validation Feedback ticks & crosses to right of fields
This is placement based on the width of the entry field
*/

.form-horizontal .has-feedback .text-mini + .form-control-feedback {
	left: 80px;
}

.form-horizontal .has-feedback .text-small + .form-control-feedback {
	left: 140px;
}

.form-horizontal .has-feedback .text-medium + .form-control-feedback {
	left: 200px;
}

.form-horizontal .has-feedback .text-large + .form-control-feedback {
	left: 270px;
}

.form-horizontal .has-feedback .text-xlarge + .form-control-feedback {
	left: 370px;
}

.form-horizontal .has-feedback .hasDatepicker + .form-control-feedback {
	left: 160px;
}


.form-horizontal .has-feedback .select-mini + .form-control-feedback {
	left: 80px;
}

.form-horizontal .has-feedback .select-small + .form-control-feedback {
	left: 140px;
}

.form-horizontal .has-feedback .select-medium + .form-control-feedback {
	left: 200px;
}

.form-horizontal .has-feedback .select-large + .form-control-feedback {
	left: 270px;
}

.form-horizontal .has-feedback .select-xlarge + .form-control-feedback {
	left: 370px;
}

#portal-reg-type-radios .form-control-feedback {
	left: 300px;
}

.register-termsandcond  .form-control-feedback {
	left: 370px !important;
}

.help-block {
	font-weight: 600;
	font-size: 12px;
}

.form-req-fields span.req {
    background-size: 9px 9px;
    width: 9px;
    height: 9px;
    top: 11px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNBOTQ0NDIiIHBvaW50cz0iNC41LDAgNS43LDMuMSA5LDMuMyA2LjQsNS40IDcuMyw4LjYgNC41LDYuNyAxLjcsOC42IDIuNiw1LjQgMCwzLjMgMy4zLDMuMSAiLz4NCjwvc3ZnPg==');
}

.form-req-fields .has-success  span.req {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMzQzc2M0QiIHBvaW50cz0iNC41LDAgNS43LDMuMSA5LDMuMyA2LjQsNS40IDcuMyw4LjYgNC41LDYuNyAxLjcsOC42IDIuNiw1LjQgMCwzLjMgMy4zLDMuMSAiLz4NCjwvc3ZnPg==') !important;
}

/*
Fix for IE select boxes - the drop-down arrow was appearing way to the left
*/
.has-feedback .form-control {
	padding-right: 8px;
}



/* Profile Pages .................... */

#userAccounts_userAccountProfile .infopanel {
	margin-bottom: 0;
}


#userAccounts_userAccountProfile #infopanel-header h4:before {
	background-size: 23px 24px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNiAxNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBpZD0iVXNlcl9JY29uXzJfIiBmaWxsPSIjQkExNTVEIiBkPSJNMTEsN2MwLjMtMC42LDAuMS0xLjMsMC0yYy0wLjEtMC41LTAuNi0wLjgtMS0xQzkuNCwzLjYsOC45LDMsOCwzQzcsMyw2LjYsMy4zLDYsNA0KCUM1LjcsNC4zLDUuMSw0LjYsNSw1QzQuOSw1LjQsNC42LDYuNSw1LDdjMC4yLDAuMywwLjEsMC42LDAsMUM0LjksOC41LDUuNSw5LjEsNS44LDkuNGMwLjEsMC4xLDAuMSwwLjQsMC4xLDAuNQ0KCUM2LDEwLjIsNiwxMC44LDYuNCwxMWMwLjEsMCwwLjEsMC43LDAsMC44YzAsMC42LTAuMiwwLjktMC45LDFjLTAuNCwwLjEtMC45LDAuMi0xLjMsMC40QzMuMywxMy41LDIuMiwxMy45LDIsMTVoMTINCgljLTAuMi0xLjEtMS4zLTEuNS0yLjMtMS44Yy0wLjQtMC4xLTAuOS0wLjMtMS4zLTAuNGMtMC42LTAuMS0wLjgtMC40LTAuOS0xYzAtMC4xLTAuMS0wLjgsMC0wLjhjMC40LTAuMiwwLjQtMC44LDAuNS0xLjENCgljMC0wLjEsMC0wLjQsMC4xLTAuNUMxMC41LDkuMSwxMS4xLDguNSwxMSw4QzExLDcuOCwxMC44LDcuNCwxMSw3eiIvPg0KPC9zdmc+');
	background-position: center;
    left: -22px;
    top: -18px;
    width: 51px;
    height: 50px;
}

.profile-para {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 15px;
}

.profile-content {
    border: 1px solid #ddd;
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
    background-color: #f4f4f4;
    margin-bottom: 15px;
}

.profile-data-row {
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.profile-label {
	font-weight: 600;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.profile-data {
	font-weight: 400;
	display: inline-block;
	width: 68%;
	vertical-align: top;
}

.text-unbroken {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.profile-para ul {
	margin-left: 15px;
	padding-left: 0;
}

.btn-nearme {
	padding: 3px 20px;
}

table tr.datatable-alternate-row td, table tr.datatable-alternate-row td * {
    background-color: #eeeef9;
}

.headerSortUp { padding-right: 15px; background: url('/authority/icons/orderDescendingSelected.png'); background-position-y: center; background-position-x: right; background-repeat: no-repeat;}
.headerSortDown { padding-right: 15px; background: url('/authority/icons/orderAscendingSelected.png'); background-position-y: center; background-position-x: right; background-repeat: no-repeat;}