﻿/* Template Styles */
body{
	font-family: "Nunito", verdana;
	font-size: 15px;
	color:black;
}
p{
	margin: 0;
	font-size:15px;
}
a{
	color:#1F4F82;
}


button.close {
	opacity: 1 !important;
}

a:active, 
a:focus, 
button:active, 
button:focus, 
input[type=button]:active, 
input[type=button]:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus{
	outline: 3px solid rgb(255, 251, 0) !important;
	border: 3px solid #000 !important;
	text-decoration: underline solid black 2px;
	color: black;
	font-weight: bold;
}

.nav-link:active,
.nav-link:focus,
.list-group-item:active,
.list-group-item:focus,
#SideBarNavMenu-Button:active,
#SideBarNavMenu-Button:focus {
	outline-offset: -3px;
	/*changes here*/
	outline: 3px solid rgb(255, 251, 0) !important;
	border: 3px solid #000 !important;
	text-decoration: underline solid black 2px;
	color: black;
	font-weight: bold;
}
.list-group-item-active{
	background-color: #edf2f8;
}
.list-group-item-standby{
	background-color: #fafafa;
}
hr{
    clear: both;
    color: #CCCCCC;
}
div#Main-Content-Container p > a {
    text-decoration:underline;
}

#Main-Content-Container img{
	max-width:100%;
	height:auto;
}

#atMap img{
	max-width: inherit;
}

.Desktop-spacer{
	display: block;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    background-color: #edf2f8;
    padding-bottom: 5px;
}

div#DynamicLeftMainMenu a {
    text-decoration: none;
	font-size:15px;
}

label{
	font-weight: bold;
	font-size: 15px;
}

h1 {
	color: #005B94 !important;
	font-size: 1.8rem;
}
h2 {
	color: #006622!important;
	font-size: 1.3rem!important;
}

.sys_contentboxinner h3, h3{
	font-size: 1.2rem!important;
	color: #0e6d9d;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
}

.sys_column_1-2 {
	margin: 0 4% 0.5em 0;
	width: 48%;
	float: left;
}
.sys_column_1-3 {
	margin: 0 4% 0.5em 0;
	width: 30.66%;
	float: left;
}
.sys_column_1-4 {
	float: left;
	margin: 0 2.6% 0.5em 0;
	width: 23%;
}
.sys_column_3-4 {
	float: left;
	margin: 0 2.6% 0.5em 0;
	width: 74%;
}
.sys_column_2-3 {
	margin: 0 4% 0.5em 0;
	width: 65.33%;
	float: left;
}
.sys_column_last {
	margin: 0 0 0.5em;
}

h3 a, h2 a{
    text-decoration: underline;
}

h4{
	font-size: 1.1rem!important
}

#Alert-Container{
	display: none !important;
}

.alert-warning{
	color: #000000;
    background-color: #F0B800;
    border-color: #ffeeba;
}

.alert-success{
	color: #FFFFFF;
    background-color: #006622;
    border-color: #006622;
	margin-bottom: 2px !important;
}

.alert-orange{
	color: black;
    background-color: #FD9241;
    border-color: #FD9241;
}

.alert-warning .alert-link {
    color: black;
}

.alert-success .alert-link{
	color: #FFFFFF;
}

.alert-orange .alert-link{
	color: black;
}

li a {
    text-decoration: underline;
}

.form-control{
	border-radius:0;
}
/*changes here */
.form-control:focus {
	outline: 5px solid #000000 !important;
	color: black;
	font-weight: bold;
}

/*.btn-primary,*/
.SmallRoundedButton, 
.SmallRoundedButton-FullWidth, 
.MediumRoundedButton, 
.MediumRoundedButton-FullWidth, 
.LargeRoundedButton, 
.MyValeButton, 
.LargeRoundedButton-ArtsConnect, 
.QuickMapSubmitPlugin,
.btn-success,
.btn-primary{ 
	background-color: #006622 !important;
	border-color: #006622 !important;
	/* background-color: #28a745 !important;
	border-color: #28a745 !important; */
	border: 1px solid transparent;
	border-radius: 0;
	color: #ffffff !important;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 5px;
	-moz-user-select: none;
	-ms-user-select: none;
	padding: .375rem .75rem;
	text-align: center;
	text-decoration: none !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	user-select: none;
	vertical-align: middle;
	-webkit-user-select: none;
	/*white-space: nowrap;*/
}

.btn-vale, .btn-primary{
	background: #005D8F !important;
	border-color: #005D8F !important;
	font-size: 15px;
}

.btn-danger {
	border-radius:0;
}

.btn:hover{
	text-decoration: underline;
	color: white;
}

.btn:focus {
	text-decoration: underline;
	color: white;
}


.btn-infowindow{
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	padding: 5px !important;
	font-size: 15px !important;
	line-height: 1 !important;
	width:100%;
	text-decoration:none !important;
}
.btn-infowindow:hover{
	color: #fff;
	text-decoration:underline !important;
}

.SmallRoundedButton-FullWidth,.MediumRoundedButton-FullWidth{
	width: 100%;
    margin-top: 5px;
}

.SmallRoundedButton:hover, .SmallRoundedButton-FullWidth:hover, .MediumRoundedButton:hover, .LargeRoundedButton:hover, .MediumRoundedButton-FullWidth:hover {
	background: none repeat scroll 0 0 #ACACAC;
	border-bottom: 1px solid #909090;
	color: #FFFFFF;
	/*text-decoration: none;*/
}

.nav-link {
    text-align: center;
}

.nav-link:focus {
    outline: 2px solid #000 !important;
	text-decoration: underline solid black 2px;
	color: black;
	font-weight: bold;

}

.navbar-light .navbar-nav .nav-link {
    color: #595959 !important;
}

#menu-bar{
	background-color: #edf2f8;
    padding-top: 5px;
    padding-bottom: 5px;
}

blockquote {
	border-left: 3px solid #e8e8e8;
	color: #333333;
	line-height: 20px;
	margin: 20px 0 20px 15px;
	padding-left: 20px;
}
.input-group-text {
	display:block;
	white-space:pre-line;
}

.skip-main{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	text-decoration: underline;
}
.skip-main:focus{
	position:static;
	width:auto;
	height:auto;
}

/* Mobile Top Navigation */
.mobile-menu-title{
	outline:0 !important;
	border:0;
	color: #595959 !important;
}
.mobile-menu-list{
	list-style: inside;
	color: #6c757d;
}
.mobile-menu-list li {
    background: white;
    border-bottom: 1px solid #dadada;
}
.mobile-menu-list > li > a {
	display: inline-block;
	font-weight: 500;
	color:#808080;
}
.mobile-menu-list li div{
    padding-top:0;
	border:0;
}
.mobile-menu-list li div a {
	border-bottom: 1px solid #dedede;
	padding: 10px 0 5px 5px;
	word-wrap: normal;
	display: inline-block;
}
.mobile-menu-language{
	margin-bottom: 5px;
	color: #595959 !important
}
.collapse.show{
	display:inline-table;
}
#MobileNavMenu > button {
	border-radius: 0;
	color: #dadada;
	background:white;
}
#MobileNavMenu > button > a{
	color: #808080;
	font-size: 18px;
}
.nav-pills .nav-link {
    background: white;
    border-radius: 0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
	margin-left: 1px;
	margin-right: 1px;
}


#MobileNavMenu .nav li button{
    display: block;
    text-align: left;
    width: 100%;
    background: inherit;
    border: white;
    padding: 0;
}
/* END Mobile Top Navigation  */


/* Desktop Top Navigation Menu */
.desktop-menu-list li a{
	display:inline-block;
	font-weight: 500;
	color:#808080 !important;
}

desktop-menu-list li:focus {
	outline: 3px solid rgb(255, 251, 0) !important;
	border: 3px solid #000 !important;
}
.desktop-menu-list li{
	border-right: 1px solid #c3c3c3;
}

#Desktop-Navigation-Menu {
	margin-bottom: 2px;
}
#Desktop-Navigation-Menu > div > ul > li > a:hover{
	background: #f8f9fa;
	text-decoration: underline;
	
}


#LanguageSwitch__Desktop > img{
	vertical-align: sub;
}
/* END Desktop Top Navigation Menu */

/* Header */
.header-container{
	background:#006996;
	padding: 2rem 1rem;
	margin-bottom:0;
	border-radius:0;
}
/* Desktop Header Container */

.desktop-header-logo{
	text-align:right;
}
.desktop-header-logo img {
	border-radius:0px;
}
.desktop-header-title{
	/* text-decoration:none;*/
	color: #fff!important;
}
.desktop-header-title h1, .desktop-header-title span {
	/* text-decoration:none;*/
	color:white!important;
	align-self: center;
	font-size: 1.7rem;
	line-height: 1;
}
/* END Desktop Header Container */

/* Mobile Header Container */
#Mobile-Header-Container div {
	display:flex;
}
.mobile-header-logo img{
	text-align:right;
	border-radius:4px;
	padding:2px;
	margin-right:15px;
}
.mobile-header-title h1, .mobile-header-title span{
	/* text-decoration: none;*/
	color:white!important;
	font-size: 30px;
	line-height: 1;
}
a.mobile-header-logo{
	margin:auto 0;
}
/* END Mobile Header Container */

/* Search button */
.search-btn{
	border-radius: 0;
	background-color:#006622;
	border-color: #006622;
	border-left:0;
}
.search-btn:hover{
	background-color:#175E28;
	border-color: #006622
}
#SiteSearch_txt_Desktop{
	border-radius:0;
	background-clip: inherit;
}
/* END Search button */


/* Alert Message */
#Alert-Container{
    margin: 0 -15px;
}
#Alert-Container div{
	border-radius: 0
}
/* END Alert Message */

/* Top Tasks*/
.top-task-heading a{
	color:#005B94;
	text-decoration: underline!important;
}
.top-task-heading{
	color:#005B94 !important;
	margin-bottom:15px;
}
.top-task-item{
	border-right: 1px solid #d0d0d0;
    margin: 10px 0;
}
.top-task-last{
	border:none;
}
.top-task-link{
	text-decoration:underline;
	display:block;
	color:black;
	padding:10px 4px 10px 4px;
	border-bottom: 1px solid #d0d0d0;
}
.top-task-link:hover{
	color:black;
	background: #f8f9fa;
}

/* END Top Tasks*/

/* Check / Update Items */
.CheckUpdate-item > div{
	background: #f8f9fa;
	padding: 10px;
	border-radius: 0;
	height: 100%;
	border: 1px solid rgba(0,0,0, .125);
}
.checkupdate-btn{
	border-radius: 0;
    border-color: #dadee2;
	border-left:0;
	background-color:#006622;
	background-clip: inherit;
}
.checkupdate-btn:hover{
	background-color:#006622;
	border-color: #006622;
}
.checkupdate-input{
	border-radius: 0;
}
/* END Check / Update Items */


/* News Items */
.NewsItem > div{
	border-radius:0;
	background: #f8f9fa;
	border: 1px solid rgba(0,0,0,.125);
}
.NewsItem {
	border:0;
}
/* END News Items */


.card-text{
	color:#212529;
}
.card-title{
	color: #005B94;
}
/* 
.card-body a{
	text-decoration: none;
}
.card-title:hover{
	 text-decoration: underline;
}*/

/* Twitter */
.timeline .stream , ol.h-feed { 
	min-height:100% !important;
}
/* END Twitter */

/* Bottom Tasks */
.bottom-tasks-btn{
	white-space:normal;
	text-align:left;
	height:100%;
	border-radius:0;
}
.bottom-tasks-btn:focus {
	color: #fff;
}
#BottomTasks-Container div a{
	background-color: #006996;
}
#BottomTasks-Container div a:hover{
	background-color: #005C8C;
	text-decoration: underline;
}
/* END Bottom Tasks */

/* Footer */
#footer {
  background-color: #282829 !important;
}
.footer-item{
	padding:20px;
	color:white;
}
.footer-item a{
	white-space: normal;
}
.btn-facebook{
	background:#3b579d !important;
	border-color:#3b579d !important;
}
.btn-facebook:hover{
	background:#254581 !important;
	border-color:#254581 !important;
}
.btn-twitter{
	background:#1B95E0 !important;
	border-color:#1B95E0 !important;
}
.btn-twitter:hover{
	background:#0C7ABF !important;
	border-color:#0C7ABF !important;
}
.FooterImagesFloat {
    float: right;
}
/* END Footer */


/* Advertisement */
.can-leader-advert{
	display: block;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	background-color: #edf2f8;
  	padding-bottom: 5px;
}
#can-why {
    padding-bottom: 5px;
}
.can-skyscraper-home-advert{
	position: absolute;
	display:block;
	top:0px;
	left:-175px;
}
.vog-advertisement-leader{
	background-color:grey;
	color:white;
	height: 90px; 
	max-width: 728px;
	text-align: center;
}
.can_gdpr_banner_text{
	font-size:16px;
}
.can_gdpr_banner_buttons{
	font-size:15px;
}
@media only screen and (max-width: 1280px) and (min-width: 1199px) {	
	.desktop-header-title h1, .desktop-header-title span{
    	font-size: 1.8rem !important;
	}
}
@media screen and (max-width: 750px) {
	.can-leader-advert{display:block;}
}
@media screen and (max-width: 767px) {
	.can_gdpr_banner_text{font-size:12px !important;}
}
/* END Advertisement */

/* under lg */
@media only screen and (max-width: 1199px){	
	#TopTasks-Apply{
		border-right:0;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
	.desktop-header-title h1, 
	#SiteSearch_txt_Desktop,
	.desktop-header-title span {
		font-size: 19px !important;
	}
	.desktop-header-logo img{
		width:60px;
		height:60px;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 768px) {	
  #BottomTasks-Container > div {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
  }
}

@media only screen and (max-width: 992px){
	.checkupdate-btn{
		border-radius: 0;
		border-top:0;
		border-left: 1px solid;
	}
	.checkupdate-input{
		border-radius: 0;
	}
}

/* under md */
@media only screen and (max-width: 768px){
	.mobile-header-title h1, .mobile-header-title span{
		font-size: 1.8rem !important;
		margin: auto 0;
	}	

	.sys_contentboximage {
    	float: left!important; 
	}
	.sys_contentboximagetext{
		width:100%;
	}
	#Twitter-Container{
		height: 400px;
	}
	#SearchBar-Container{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1;
	}	
}

/* under sm */
@media only screen and (max-width: 576px){
	.card-title{
		font-size:1.2rem;
		color: #005B94;
	}
	.mobile-header-title h1, .mobile-header-title span{
		font-size: 20px !important;
		margin: auto 0;
	}	
	.top-task-item{
		border-right: 0;
	}
	.vog-header-logo{
		text-align:left;
	}	
	.NewsItem > div{
		background:white;
		border-top:0;
		border-left: 0;
		border-right: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.mobile-header-logo img{
		height: 65px;
		width: 65px;
	}
	#SiteSearch_txt_Mobile, #SiteSearch_btn_Mobile {
		font-size: 17px;
	}
	.bottom-tasks-btn{
		padding:13px!important;
	}
}
 
/* Accordion */
.accordion > .card > .collapsed::before{
  content: "+" !important;
  background: #acacac !important;
  padding: 0px 6px 3px 6px !important;
}
.accordion > .card > .card-header::before{
  content: "-";
  background: #0081d0;
  color: white;
  padding: 0px 9px 3px 9px;
  font-weight: bold;
  margin-right: 5px;
}
.accordion > .card > .card-header {
	cursor:pointer;
}
ul.accordion {
    padding-left: 0px;
    margin-left: 0px;
    list-style: inside;
	display: inline;
	visibility: hidden;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
#editor ul.accordion {
	visibility: visible;
}
ul.accordion>li {
	float: left;
	width: 100%;
	padding: 0;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	list-style: none;
	margin-left: 0px;
}
ul.accordion .accordion-switch {
	float: left;
	width: 100%;
	background: #FFF;
	margin-bottom: 0px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
	font-size: 12px;
	color: #0069a9;
	line-height: 23px;
	padding: 12px 0 0px 0;
}
ul.accordion li.accordion-item.selected .accordion-switch {
	background: #FFF
}
ul.accordion .accordion-switch:hover {
	background: #f8f8f8
}
ul.accordion li.accordion-item .accordion-switch {
	float: left;
	font-size: 15px;
    color: #0e6d9d;
    font-weight: normal;
}
ul.accordion li.accordion-item .togglegfx {
	float: left;
	height: 22px;
	width: 22px;
	background: #acacac url('/SiteElements/Images/accordion-toggle.png') no-repeat left top;
	border-bottom: 1px solid #909090;
	padding-right: 0px;
	margin-bottom: 11px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1px;
}
ul.accordion li.accordion-item p {
	display: table-row;
	display: flex-root;
}
ul.accordion li.accordion-item .accordion-content {
	padding: 0px 20px 15px 15px;
	margin-top: 5px;
	/* float: left; */
	/*  width:665px; */
}
#editor ul.accordion li.accordion-item .accordion-content {
	width: 730px;
}
.accordion-switch H2 {
	line-height: 24px;
	margin: 0;
	padding: 0;
}
ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
	background: url("/SiteElements/Images/accordion-toggle.png") no-repeat scroll left bottom #0081d0;
}
/* End Accordion */

/* CarouselFred Styles */
.sys_SliderContainer {
	border: 1px solid #d2cfe2;
	position: relative;
	line-height: 0px;
}
.sys_SliderContainerNoBorder {
	border: 0px solid #ffffff;
}
.sys_SliderContainer .sys_onedayribbon {
	left: -6px;
	top: -6px;
}
.sys_SliderContainer .featuredH2Background {
	background-color: #ffffff;
	bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 1;
	position: absolute;
	width: 100%;
	z-index: 8;
}
.sys_SliderContainerText {
	background-color: #0081d0;
	border-radius: 2px;
	bottom: 5px;
	line-height: 25px;
	padding: 8px 10px 9px 5px;
	position: absolute;
	right: 5px;
	z-index: 999;
}
.sys_SliderContainerText h1 {
	color: #ffffff !important;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px !important;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
}
.sys_SliderContainerFeaturedOverlay {
	background-image: url("/Images/Adult-Courses/adult-courses-link.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8;
	height: 100%;
	background-color: #ffffff;
}
.sys_SliderContainerText>p {
	color: #f3dcab;
	line-height: 18px;
	text-align: right;
}
.caroufredsel_wrapper ul li img {
	width: 100%;
}
.sys_SliderContainer .jcarousel-next {
	right: 10px;
}
.sys_SliderContainer .jcarousel-prev {
	right: 35px;
}
.sys_SliderContainer .jcarousel-next, .sys_SliderContainer .jcarousel-prev {
	top: 10px;
}
.sys_SliderContainer.sys_MoveControlsUp .jcarousel-next, .sys_SliderContainer.sys_MoveControlsUp .jcarousel-prev {
	top: -47px;
}
.sys_SliderContainerArticleContainer {
	visibility: hidden;
}
/* End CarouselFred Styles */

/* Start Carousel Featured News */

#jcarousel a:hover, #jcarousel a:link, #jcarousel a:visited {
	text-decoration: none;
	cursor: pointer;
}
.sys_carousel-outer-container {
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 0;
	width: 966px;
	/* width:335px; */
}
.sys_carousel-container {
	background: url("/SiteElements/Images/TemplatesImages/loading.gif") no-repeat scroll center 30px rgba(0, 0, 0, 0);
	float: left;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	width: 966px;
	/* width:335px;*/
}
.sys_carousel-item-container {
	opacity: 0;
	visibility: hidden;
}
.sys_carousel-item {
	border: 0 none;
	float: left;
	border-right: 2px solid #fff;
}
.sys_carousel-item-text {
	color: #FFFFFF;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	text-shadow: 0 1px 0 black;
	padding: 10px 10px 12px 10px;
	display: block;
}
.sys_carousel-item-inner {
	display: block;
}
.sys_carousel-overlay {
	background-image: url("/SiteElements/Images/TemplatesImages/over.png");
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	z-index: 9999;
	display: none;
	width: 100%;
}
.sys_carousel-h2-background {
	background-color: #057934;
	opacity: 1;
	width: 100%;
	display: block;
	float: left;
}
img.sys_scale-with-grid-carousel {
	height: auto !important;
	max-width: 100% !important;
	border: none;
	position: relative;
	z-index: 9998;
	float: left;
}
#jcprev {
	display: none;
}
.sys_jcarousel ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.sys_jcarousel ul li {
	border: 0 solid #CECECE;
	float: left;
	list-style: none outside none;
	margin-bottom: 0;
	margin-right: 0px;
	opacity: 1;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	margin-left: 0px;
}
.sys_jcarousel ul.jcarousel-three-column li {
	margin-right: 20px;
}
.sys_slider-nextNav {
	background-position: -30px 0;
	right: 15px;
	position: absolute;
	top: 45%;
	z-index: 99999;
	cursor: pointer;
}
.sys_slider-prevNav {
	left: 15px;
	position: absolute;
	top: 45%;
	z-index: 99999;
	cursor: pointer;
	display: none;
}
/* End Carousel Featured News */


/* Left side navigation box END */ 
#SiteNavigationContainer {
    padding-bottom: 15px;
}
.leftsidebarheader {
    background-color: #0069a0;
    color: #ffffff;
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    font-family: 'Open Sans', verdana, arial, sans-serif;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.MainSiteNavigation {
    border-left: 1px dotted #DCDCDC;
    border-right: 1px dotted #DCDCDC;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.MainSiteNavigation ul {
    z-index: 1000;
}
.MainSiteNavigation ul ul {
    margin: 0;
    padding: 0;
}
.MainSiteNavigation ul {
    margin: 0;
    position: relative;
    z-index: 1000;
    width: 100%;
    padding: 0;
    background-color: #fafafa;
}
.MainSiteNavigation ul a {
    display: block;
    border-bottom: 1px dotted #dcdcdc;
    text-align: left;
    color: #333;
    padding: 8px 12px 8px 8px;
    text-decoration: none;
    -moz-transition: height .25s, line-height .25s, background .25s, visibility .25s;
    -ms-transition: height .25s, line-height .25s, background .25s, visibility .25s;
    -o-transition: height .25s, line-height .25s, background .25s, visibility .25s;
    -webkit-transition: height .25s, line-height .25s, background .25s, visibility .25s;
    transition: height .25s, line-height .25s, background .25s, visibility .25s;
}
.MainSiteNavigation ul, .MainSiteNavigation li {
    list-style: none;
    margin: 0;
}
.sys_selected {
    background-color: #edf2f8;
}
/* Left side navigation box END */


/* Vertical List box START */
.sys_vertical-link-list-boxes ul {
    display: block;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}
.sys_vertical-link-list-boxes ul li {
    margin-left: 0px;
    width: 100%;
}
.sys_vertical-link-list-boxes li a {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin: 2px 2px 2px 1px;
    padding: 6px 11px;
    text-align: left;
    text-decoration: none;
}
.sys_vertical-link-list-boxes li a:hover{
	background: #f8f9fa;
}
.sys_vertical-link-list-boxes li {
    float: left;
}
#editor .sys_vertical-link-list-boxes ul {
	display: block;
	list-style-type: disc;
	margin: 5px 0;
	padding: 0;
}
#editor .sys_vertical-link-list-boxes ul li {
	margin-left: 25px;
}
#editor .sys_vertical-link-list-boxes li {
	float: none;
}
#editor .sys_vertical-link-list-boxes li a {
	background-color: transparent;
	border: 0px solid red;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
#editor .sys_vertical-link-list-boxes li a:hover {
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
/* Vertical List box END*/


/* Horizontal List box Start*/
.sys_horizontal-link-list-boxes ul {
    display: block;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    /* overflow: auto; */
}
.sys_horizontal-link-list-boxes ul li {
    margin-left: 0px;
}
.sys_horizontal-link-list-boxes li {
    float: left;
}
.sys_horizontal-link-list-boxes li a {
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 2px 2px 2px 1px;
    padding: 6px 11px;
    text-align: center;
    text-decoration: none;
    /* white-space: nowrap; */
}
#editor .sys_horizontal-link-list-boxes ul {
	display: block;
	list-style-type: disc;
	margin: 5px 0;
	padding: 0;
}
#editor .sys_horizontal-link-list-boxes ul li {
	margin-left: 25px;
}
#editor .sys_horizontal-link-list-boxes li {
	float: none;
}
#editor .sys_horizontal-link-list-boxes li a {
	background-color: transparent;
	border: 0px solid red;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
#editor .sys_horizontal-link-list-boxes li a:hover {
	background-color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
/* horizontal list box end */

/* Icons */
ul.sys_Contact-icons {
	list-style: disc none inside;
	padding: 0;
	margin: 0 !important;
}
.sys_Contact-icons li {
	padding: 7px 15px 7px 35px;
	margin: 0px !important;
	list-style: none !important;
	line-height: 1em;
	float: left;
	word-break: break-all;
}
.sys_Contact-icons .sys_Contact-icons-telephone {
	background: url("/SiteElements/Images/TemplatesImages/phone-icon-green.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-email {
	background: url("/SiteElements/Images/TemplatesImages/mail-icon-green.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-online {
	background: url("/SiteElements/Images/TemplatesImages/online.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-clock {
	background: url("/SiteElements/Images/TemplatesImages/clock-icon-green.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-facebook {
	background: url("/SiteElements/Images/TemplatesImages/facebook.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-twitter {
	background: url("/SiteElements/Images/TemplatesImages/twitter.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-bigfill {
	background: url("/SiteElements/Images/TemplatesImages/bigfillicon.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-googleplus {
	background: url("/SiteElements/Images/TemplatesImages/gicon.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-clock {
	background: url("/SiteElements/Images/TemplatesImages/clock-icon-green.png") no-repeat left center;
}
.sys_Contact-icons .sys_Contact-icons-clock-grey {
	background: url("/SiteElements/Images/TemplatesImages/clock-icon-grey.png") no-repeat left center;
}

.sys_Contact-icons-clock span {
	word-break: break-word;
}

ul.sys_tourism-icons {
	list-style: disc none inside;
	padding: 0;
	margin: 0 !important;
}
.sys_tourism-icons li {
	line-height: 1.3em;
	list-style: outside none none !important;
	margin: 0 0 9px !important;
	padding: 7px 15px 7px 35px;
}
.sys_tourism-icons .sys_tourism-icons-accommodation {
	background: url("/Images/Icons/tourism-accommodation.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-binoculars {
	background: url("/Images/Icons/tourism-binoculars.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-bird {
	background: url("/Images/Icons/tourism-bird.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-bus {
	background: url("/Images/Icons/tourism-bus.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-cafe {
	background: url("/Images/Icons/tourism-cafe.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-camping {
	background: url("/Images/Icons/tourism-camping.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-camping-alt {
	background: url("/Images/Icons/tourism-camping-alt.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-caravan {
	background: url("/Images/Icons/tourism-caravan.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-castle {
	background: url("/Images/Icons/tourism-castle.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-church {
	background: url("/Images/Icons/tourism-church.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-crab {
	background: url("/Images/Icons/tourism-crab.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-cross {
	background: url("/Images/Icons/tourism-cross.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-cutlery {
	background: url("/Images/Icons/tourism-cutlery.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-cycle {
	background: url("/Images/Icons/tourism-cycle.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-cycle-alt {
	background: url("/Images/Icons/tourism-cycle-alt.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-daylight {
	background: url("/Images/Icons/tourism-daylight.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-dogs {
	background: url("/Images/Icons/tourism-dogs.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-golf {
	background: url("/Images/Icons/tourism-golf.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-grapes {
	background: url("/Images/Icons/tourism-grapes.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-handbag {
	background: url("/Images/Icons/tourism-handbag.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-health {
	background: url("/Images/Icons/tourism-health.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-horseshoe {
	background: url("/Images/Icons/tourism-horseshoe.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-horseshoe-alt {
	background: url("/Images/Icons/tourism-horseshoe-alt.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-info {
	background: url("/Images/Icons/tourism-info.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-landmark {
	background: url("/Images/Icons/tourism-landmark.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-lighthouse {
	background: url("/Images/Icons/tourism-lighthouse.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-parking {
	background: url("/Images/Icons/tourism-parking.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-pig {
	background: url("/Images/Icons/tourism-pig.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-plane {
	background: url("/Images/Icons/tourism-plane.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-plant {
	background: url("/Images/Icons/tourism-plant.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-plant-alt {
	background: url("/Images/Icons/tourism-plant-alt.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-public-house {
	background: url("/Images/Icons/tourism-public-house.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-shark {
	background: url("/Images/Icons/tourism-shark.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-shark-alt {
	background: url("/Images/Icons/tourism-shark-alt.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-shopping {
	background: url("/Images/Icons/tourism-shopping.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-spade {
	background: url("/Images/Icons/tourism-spade.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-sssi {
	background: url("/Images/Icons/tourism-sssi.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-strawberry {
	background: url("/Images/Icons/tourism-strawberry.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-surf {
	background: url("/Images/Icons/tourism-surf.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-swimming {
	background: url("/Images/Icons/tourism-swimming.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-toilets {
	background: url("/Images/Icons/tourism-toilets.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-tracks {
	background: url("/Images/Icons/tourism-tracks.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-tree {
	background: url("/Images/Icons/tourism-tree.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-walking {
	background: url("/Images/Icons/tourism-walking.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-walking-alt {
	background: url("/Images/Icons/tourism-walking-alt.png") no-repeat left center;
}
.sys_tourism-icons .sys_tourism-icons-wheelchair {
	background: url("/Images/Icons/tourism-wheelchair.png") no-repeat left center;
}
.vog-icon{
	padding: 16px;
    background-size: contain !important;
    margin-right: 8px;	
}
.vog-icon-consultations{background:url(/SiteElements/Images/Redesign/vog-icons/vog-consultations.png) center right no-repeat;}
.vog-icon-comment{background:url(/SiteElements/Images/Redesign/vog-icons/vog-comment.png) center right no-repeat;}
.vog-icon-council-building-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-council-building-white.png) center right no-repeat;}
.vog-icon-document-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-document-white.png) center right no-repeat;}
.vog-icon-envelope{background:url(/SiteElements/Images/Redesign/vog-icons/vog-envelope.png) center right no-repeat;}
.vog-icon-heart-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-heart-white.png) center right no-repeat;}
.vog-icon-map{background:url(/SiteElements/Images/Redesign/vog-icons/vog-map.png) center right no-repeat;}
.vog-icon-magnifying-glass-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-magnifying-glass-white.png) center right no-repeat;}
.vog-icon-meeting-hammer-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-meeting-hammer-white.png) center right no-repeat;}
.vog-icon-newspaper{background:url(/SiteElements/Images/Redesign/vog-icons/vog-newspaper.png) center right no-repeat;}
.vog-icon-pencil{background:url(/SiteElements/Images/Redesign/vog-icons/vog-pencil.png) center right no-repeat;}
.vog-icon-plans-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-plans-white.png) center right no-repeat;}
.vog-icon-recycling-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-recycling-white.png) center right no-repeat;}
.vog-icon-speaker{background:url(/SiteElements/Images/Redesign/vog-icons/vog-speaker.png) center right no-repeat;}
.vog-icon-trees-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-trees-white.png) center right no-repeat;}
.vog-icon-house-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-house-white.png) center right no-repeat;}
.vog-icon-book-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-book-white.png) center right no-repeat;}
.vog-icon-pay{background:url(/SiteElements/Images/Redesign/vog-icons/vog-pay.png) center right no-repeat;}
.vog-icon-chalkboard-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-chalkboard-white.png) center right no-repeat;}
.vog-icon-form-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-form-white.png) center right no-repeat;}
.vog-icon-parking-white{background:url(/SiteElements/Images/Redesign/vog-icons/vog-parking-white.png) center right no-repeat;}
.vog-icon-roadworks{background:url(/SiteElements/Images/Redesign/vog-icons/vog-roadworks.png) center right no-repeat;}
/* Vog Icons END */


/* Content Boxes */
.sys_contentbox {
	background-color: #FAFAFA;
	border: 1px solid #D2CFE2;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.sys_contentbox_no_border .sys_contentbox {
	background-color: #ffffff;
	border: none;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
.sys_contentbox_no_border .sys_contentboxinner {
	border: none;
	padding: 0px;
	overflow: hidden;
}
.sys_contentboxinner {
	border: 1px solid #FFFFFF;
	padding: 13px;
	overflow: hidden;
}
.sys_contentboxinner H1 {
	color: #10769E;
	font-size: 190%;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	padding: 5px 0;
}
.sys_contentboxinner H2 {
	color: #009933;
	font-size: 140%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
}
.sys_contentboxinner h3 {
	color: #0e6d9d;
	font-size: 125%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
}
.sys_contentboxinner h4 {
	color: #4C4C4C;
	font-size: 125%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
}
.sys_contentboxinner h5 {
	color: #1689B7;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}
.sys_contentboximage img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.sys_contentboximage {
	float: left;
	padding: 0 10px 0 0;
	width: 20%;
}
.sys_contentboximagetext {
	width: 78%;
	float: left;
}
.sys_column_1-2 .sys_contentboximagetext {
	float: left;
	width: 56%;
}
.sys_column_1-2 .sys_contentboximage {
	float: left;
	padding: 0 10px 0 0;
	width: 40%;
}

#editor .sys_contentboximagetext {
	float: left;
	width: 580px;
}
/* sys content box end */


/* tick box list start */
ul.single-project-list {
    margin: 10px 0;
}
.single-project-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
ul.single-project-list li {
    list-style: outside none none;
    margin-left: 0;
    padding: 3px 0;
    display: flex;
}
/* ul.single-project-list p {
	display: inline !important;
} */
ul.single-project-list li span {
    background: #006622 url(/SiteElements/Images/TemplatesImages/check.png) no-repeat scroll center center;
    min-width: 15px;
    margin-top: 2px;
}
ul.single-project-list li span {
    border-radius: 100px;
    display: inline-block;
    height: 15px;
    margin-bottom: -2px;
    margin-right: 10px;
    width: 15px;
}
/* ul.single-project-list > li > ul {
    width: 100%;
}
ul.single-project-list > li > ul > li {
    list-style: disc;
	display:revert;
	flex-wrap: wrap;
} */
/*END Tick box list*/


/* alignments */
.alignright {
	float: right;
	padding: 0px 0px 10px 10px;
}
.alignright_border {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
}
.alignright_border_nobottompad {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
}
.alignright_nobottompad {
	float: right;
	padding: 0px 0px 0px 10px;
}
.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;
}
.alignleft_nobottompad {
	float: left;
	padding: 0px 10px 0px 0px;
}
.alignleft_border {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
}
.alignleft_border_nobottompad {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
}
.noalign_border_nobottompad {
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
}
.noalign_border_bottompad {
	padding: 3px 3px 3px 3px;
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
}
.noalign_noborder_bottompad {
	margin: 0px 0px 10px 0px;
}
/* alignment end */

/* breadcrumb start */ 
#bread {
    color: #344D52;
    text-align: left;
}
.cleardivbread {
    clear: both;
    height: 15px;
}
/* breadcrumb end */ 

/* News listing Styles */
.NewsListingHeader {
	color: #0e6d9d;
	font-size: 125%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
}
.NewsListingSearch {
	border: 1px solid #D2CFE2;
	float: left;
	background-color: #FAFAFA;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}
.NewsListingRadio {
	float: left;
	margin-bottom: 8px;
}
.NewsListingRadio label {
	border: solid 1px #cbd9e8;
	float: left;
	clear: none;
	padding: 8px 4px;
	margin: 1px;
	cursor: pointer;
	background: #edf2f8;
}
.DisabledRadio {
	background: #ddd;
	color: #999;
	cursor: not-allowed !important;
}
.NewsListingRadio input[type="checkbox"]:checked+label {
	background: #bcd4f1;
}
.NewsListingRadio input[type="radio"]:checked+label {
	background: #bcd4f1;
}
.NewsListingRadio>input {
	visibility: hidden;
	position: absolute;
}
/* End News Listing styles */

/* Team Photos Razor styles */
.MemberContainer {
	overflow: hidden;
	max-height: 305px;
	white-space: nowrap;
	font-size: 0;
	width: 684px;
	margin: 0 auto;
}
.MemberItem {
	max-width: 220px;
	border: 2px solid #e5eaea;
	display: inline-block;
	margin: 0 2px;
}
.MemberImageContainer {
	height: 165.6px;
	width: 220px;
	background: #D2DFE8;
}
.MemberImage {
	height: 100%;
	overflow: hidden;
}
.MemberImage img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
}
.MemberDetails {
	text-align: center;
	padding: 15px 5px 15px 5px;
	background: #FFF;
	border-radius: 0px 0px 1px 1px;
	height:84px;
}
.MemberDetails p {
	font-style: italic;
	font-size: 12px;
	white-space:normal;
	min-height: 34px;
}
.MemberDetails a {
	color: #636363;
	font-size: 13px;
}
.arrow {
	border-right: 4px solid #dbdbdb;
	border-bottom: 4px solid #dbdbdb;
	width: 15px;
	height: 15px;
	margin-top: 95px;
	position: absolute !important;
}
.arrow:active {
	border-right: 4px solid #EBEBEB;
	border-bottom: 4px solid #EBEBEB;
}
@media screen and (max-width: 1120px) and (min-width: 992px) {
	.MemberContainer {
		width: 684px;
	}
}
@media screen and (max-width: 992px) and (min-width: 740px) {
	.MemberContainer {
		width: 456px;
	}
}
@media screen and (max-width: 740px) {
	.MemberContainer {
		width: 228px;
	}
}
/* End Team Photos Razor Styles */


/** Adult Learning Specific Styles **/
.AdultLearningSearchContainerCheckBoxes label {
	display: block;
	margin: 0 0 5px;
}
.AdultLearningSearchContainerCheckBoxes input {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align: -2px;
}
.box_style_1 {
	background-color: #FCFDFF;
	border: 5px solid #F4F4F4;
	box-shadow: 0 0 0 1px #E0E5E9 inset;
	line-height: 20px;
	margin-bottom: 15px;
	overflow: auto;
	padding: 7px 15px 15px 15px;
}
.box_style_1 h4 {
	border-bottom: 1px solid #EAEFF3;
	color: #000000;
	padding-bottom: 10px;	
	margin-bottom: 15px;
	margin-top:10px;
}
.sys_AdultLearningSearch_column_1-2 {
	float: left;
	margin: 0 4% 0 0;
	width: 48%;
}
.sys_AdultLearningSearch_column_last {
	margin: 0 0 0 0;
}
.sys_AdultLearningDetails_column_left {
	float: left;
	margin: 0 4% 0 0;
	width: 290px;
}
.sys_AdultLearningDetails_column_right {
	float: left;
	margin: 0 0 0 0;
	width: 290px;
}
.sys_AdultLearningSearch_box_style {
	background-color: #FCFDFF;
	border: 5px solid #F4F4F4;
	line-height: 20px;
	margin-bottom: 15px;
	overflow: auto;
	padding: 7px 15px 15px 15px;
	/* height:200px;*/
}
.sys_AdultLearningSearch_box_style h2 {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 16px;
}
.VenueBlue {
	color: #0081d0;
}
#AdultLearningCourseContainer h1 {
	font-size: 1.6em;
	margin-bottom: 15px;
}
.bordered-image {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.bordered-image img {
	border-width: 0 !important;
	display: block;
	height: auto;
	width: 100%;
}
.sys_AdultCoursesCarousel ul#projects-carousel li {
	width: 226px;
}
.sys_AdultCoursesCarousel .jcarousel-next, .sys_AdultCoursesCarousel .jcarousel-prev {
	top: -47px;
}
.sys_RelatedCoursesDetails {
	text-align: left;
	padding: 7px 7px 0px 7px;
	font-size: 12px;
	line-height: 23px;
}
.sys_CouncillorSearchParty {
	text-align: center;
	padding: 7px 7px 0px 7px;
	font-size: 12px;
}
.sys_nomargin {
	padding: 0px;
}
#AdultLearningCourseContainer .galleria-container {
	border: none;
	background: none;
}
.sys_tutor-h3 {
	font-size: 1.15em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 8px 0;
	color: #0081D0;
}
.sys_column_bottom_margin {
	margin-bottom: 25px;
}
.sys_adult-courses-fees ul {
	display: block;
	list-style-type: none;
	margin: 5px 0;
	overflow: auto;
	padding: 0;
}
.sys_adult-courses-fees ul li {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 2px 2px 12px 1px;
	padding: 6px 11px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.sys_adult-courses-loader-container {
	position: fixed;
	top: 0px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	background-image: url("/SiteElements/Images/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e4e4e6;
	z-index: 1500 !important;
	opacity: 0.8;
	overflow: hidden;
}
.sys_adult-courses-loader {
	position: relative;
}
.search-form {
	border: 1px solid red;
}
.search-title {
	background-color: #0081d0;
}
.search-title h3 {
	color: #fff;
	font-size: 17px;
	line-height: 43px;
	padding: 0 0 0 15px;
}
.search-form {
	background-color: #fff;
	border: 1px solid #d2cfe2;
	padding: 15px 15px 20px;
}
select.sys_AdultCoursesStyledDrop {
	background: none repeat scroll 0 0 #ffffff;
	background-color: #ffffff;
	font-size: 110%;
	height: 40px;
	color: #000000;
}
.sys_AdultCoursesStyledReplace {
	background: url('/Images/Adult-Courses/ddarrow.png') 100% 50% no-repeat;
}
.select-replace-cover {
	margin-bottom: 15px !important;
}
.select-replace-cover, .search-box input, .search-box select {
	background-color: #f7f7f7;
	border: 1px solid #d6dce1;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	color: #333333;
	cursor: pointer;
	display: block !important;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	margin: auto;
	padding: 0 15px;
	width: 100% !important;
	overflow: hidden;
}
.search-box .search-submit {
	background-color: #8cbb41;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	height: 35px;
	line-height: 35px !important;
	margin: 15px 0 0;
	transition: opacity 0.3s ease-in-out 0s;
	width: 95px !important;
}
.search-box .sys_CouncillorSearchContainer .search-submit {
	color: #fff;
	height: 44px;
	line-height: 40px !important;
	margin: 0;
	width: auto !important;
}
#AdultLearningCourseContainer strong {
	font-weight: 800;
	line-height: 25px;
}
.one-third {
	width: 213px;
	margin-right: 20px;
}
.sys_adult-courses-item-image span {
	background: url("/Images/Adult-Courses/adult-courses-link.png") no-repeat center center;
}
.sys_adult-courses-item-image a:hover span {
	/*  display: block;*/
	opacity: 0.6;
	filter: alpha(opacity=60);
	/* For IE8 and earlier */
}
.sys_adult-courses-item-image span {
	/*display:none*/
	width: 100%;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	/* For IE8 and earlier */
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
}
.sys_adultlearningimgbox {
	padding: 15px;
	position: relative;
}
.sys_adultlearningimgbox img {
	width: 100%;
}
.sys_adult-courses-item-image {
	position: relative;
}
.sys_onedayribbon {
	z-index: 1 !important;
}
.sys_onedayribbon {
	position: absolute;
	top: -5px;
	left: -5px;
	width: auto!important;
	max-width: 100%;
	z-index: 9999;
}
.sys_homepagebannercontainer {
	background-color: #e4e4e4;
	margin-top: 20px;
	overflow: auto;
	position: relative;
	padding: 10px;
}
.sys_homepagebannercontainer img {
	float: left;
	width: 150px;
}
.sys_homepagebannercontent {
	width: 100%;
}
.sys_homepagebannertitle {
	float: left;
	width: 359px;
	margin-top: 3px;
}
.sys_adultlearningstrapline {
	background-color: #30b7be;
	color: #ffffff;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.sys_homepagebannertitle h1 {
	font-family: "Open Sans", arial, sans-serif;
}
.sys_adultlearningtitleline1 {
	background-color: transparent;
	color: #59595b;
	font-weight: 600;
	font-size: 34px;
	text-align: center;
}
.sys_adultlearningtitleline2 {
	text-transform: uppercase;
	color: #59595b;
	font-size: 36px;
	text-align: center;
}
.sys_adultlearningformoreinfo {
	border: 1px solid #59595b;
	float: right;
	height: 97px;
	line-height: 30px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	color: #59595b;
	margin-left: 10px;
}
.sys_adultlearningformoreinfoline1 {
	font-size: 14px;
}
.sys_adultlearningformoreinfoline2 {
	font-size: 20px;
	font-weight: bold;
}
.sys_adultlearningformoreinfoline3 {
	color: #30b7be;
	font-size: 22px;
	font-weight: bold;
}

/*PORTFOLIO*/

.portfolio-item {
	background: #FFF;
	border-radius: 4px 4px 0px 0px;
	width: 100%;
	float: left;
}
.portfolio-item img {
	border-radius: 4px 4px 0px 0px;
}
.portfolio-item img {
	max-width: 100%;
	height: auto;
}
.portfolio-item-link {
	display: block;
	position: relative;
}
.portfolio-item.round img {
	border-radius: 4px
}
a.portfolio-item-link {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.portfolio-item-link span.portfolio-item-hover {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 8 */
	filter: alpha(opacity=0);
	top: 0;
	left: 0;
	border-radius: 4px 4px 0px 0px;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.portfolio-item-link span.portfolio-item-hover:hover {
	background-position: center center;
}
.portfolio-item-title {
	text-align: center;
	padding: 15px 5px 15px 5px;
	background: #FFF;
	border: 1px solid #dbdbdb;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
}
.portfolio-item-title-no-image {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	margin-top: 10px;
	padding: 15px 5px;
	text-align: center;
}
.portfolio-item-title a {
	font-size: 16px;
	font-family: "Open Sans", Arial, Verdana;
	color: #000000;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-decoration: none;
	display: block;
	line-height: 23px;
	text-align:left;
	padding-left:7px;
	font-weight:600;
}
.portfolio-item-title a:hover {
	text-decoration: underline;
}
.portfolio-item-title p {
	font-style: italic;
	font-size: 12px;
}
.portfolio-item-link span.portfolio-item-hover {
	background: url("/SiteElements/Images/portfolio-hover.png") no-repeat scroll center 120% rgba(146, 201, 36, 0.85);
}
#portfolio-container {
	float: left;
	width: 761px;
	margin-right: -20px;
	margin-bottom: -20px;
}
#portfolio-container .portfolio-item {
	margin-bottom: 30px;
}
#filterable {
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	width: 100%;
}
#filterable li {
	float: left;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 6px;
}
#filterable li:first-child {
	margin-left: 0;
}
#filterable li a {
	cursor: pointer;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: auto;
	padding: 5px 15px;
	font-size: 11px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	background: #acacac;
	border-bottom: 1px solid #909090;
	border-radius: 2px;
}
#filterable li a:hover {
	color: #FFF;
}
#filterable li a.active {
	color: #FFF;
}
#filterable li a:hover, #filterable li a.active {
	background: none repeat scroll 0 0 #4e822d;
}
/*
/** END Adult Learning Specific Styles **/

/* Image Selection Gallery RAZOR start */
.galleryGridContainer {
	height: auto;
	width: 761px;
	margin: 0 auto;
	text-align: center;
}
.galleryGridItem {
	cursor: pointer;
	width: 168px;
	height: 170px;
	display: inline-block;
	margin: 5px;
	border: 1px solid #D2CFE2;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	align-items: center;
	justify-content: center;
	background-color: #FAFAFA;
}
.galleryGridItem img {
	max-width: 100%;
	max-height: 130px;
	transition: 0.3s;
}
.galleryGridItem img:hover {
	opacity: 0.7;
}
.galleryGridImageTitle {
	margin: 8px;
	font-size: 16px;
	line-height: 20px;
}
.galleryGridImageTitle a {
	height: 25px;
	text-decoration: none;
}
.galleryGridImageBox {
	height: 112px;
	text-align: center;
	background: #d1dee7;
}
@media only screen and (max-width: 1200px) {
	.galleryGridContainer {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {
	.galleryGridContainer {
		width: 98%;
	}
}
/* END Image Selection Gallery RAZOR start */

/* Yes-No-List */
.YesNoList .YesNoListHeader .YesNoIcon {
	max-width: 30px;
	width: 30px;
	margin-right: 5px;
	vertical-align: middle;
}
.YesNoList .YesNoListHeader span {
	color: #4C4C4C;
	font-size: 125%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	display: inline;
	vertical-align: middle;
}
.YesNoList .YesNoListBody ul {
	color: #000000;
	line-height: 120%;
}
.YesNoList .YesNoListBody ul li {
	list-style-type: disc;
	color: #8BC63E;
}
.YesNoList .YesNoListBody ul li span {
	color: #000;
	font-size: 16px;
	vertical-align: middle;
	margin: auto 0;
}
.YesNoList .YesNoListBody .YesList li {
	list-style-type: disc;
	color: #8BC63E;
	margin-left: 0;
	font-size: 160%;
	line-height: 16pt;
}
.YesNoList .YesNoListBody .NoList li {
	list-style-type: disc;
	color: #d51c24;
	margin-left: 0;
	font-size: 160%;
	line-height: 16pt;
}
.sys_theme-simple div.sys_noresults {
	background: #fff!important;
}
/* Yes-No-List End */

/* Tables */

/* Immediacy Styles Brought Over */

.ImmTextAlign_Right {
	text-align: right;
}
.ImmTextAlign_Left {
	text-align: left;
}
.ImmTextAlign_Right {
	text-align: right;
}
.ImmTextAlign_Center {
	text-align: center;
}
table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td {
	border: 1px solid black;
}
table.ImmTS_Default {
	background-color: #FFFFFF;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
table.ImmTS_Default tr {
	vertical-align: top;
}
table.ImmTS_Default th {
	background-color: white;
	color: black;
}
table.ImmTS_Default th, table.ImmTS_Default td {
	margin: 2px;
	padding: 2px;
}
table.TableStyle_Activities {
	background-color: #FFFFFF;
	border: 1px solid #D2CFE2;
	border-collapse: collapse;
	border-spacing: 0;
}
table.TableStyle_Activities th {
	background-color: #0069A0;
	border: 1px solid #cccccc;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 4px;
}
table.TableStyle_Activities td {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 9px;
}
table.TableStyle_GreyBorders {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 0px;
	margin-top: 5px;
}
table.TableStyle_GreyBorders th {
	border: 1px solid #cccccc;
	color: #0e6d9d;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 4px;
}
table.TableStyle_GreyBorders td {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
table.simple-table {
	width: 100%;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
	background-color: #ffffff;
}
table.simple-table th {
	border: 1px solid #c1c1c1;
	border-right: none;
	text-align: left;
	padding: 10px 15px;
	color: #464646;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}
table.simple-table th {
	background: none repeat scroll 0 0 #f5f5f5;
}
table.simple-table td {
	padding: 10px 15px;
	border: 1px solid #c1c1c1;
	border-top: none;
	border-right: none;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	vertical-align: top;
}
table.simple-table tr:hover td {
	background-color: #f5f5f5
}
.HideTableCaption {
	display: none;
}
/* END Tables */


/* Printing */
@media print {
.header-container, 
.nav, 
.navbar, 
.can-leader-advert,
.btn-print,
.single-project-list li span{
	display: none!important;
}

#SiteNavigationContainer, 
#footer, 
#bread, 
#Desktop-Header-Container, 
#Desktop-Navigation-Menu,
#Mobile-SearchBar-Container,
#advertisement-column{
    display:none!important;
}
th{
	color:black !important;
}
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' stroke='black' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' stroke='black' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

/* Cookie bar */
#vog-cookie-title{
	font-weight: 500;
    line-height: 1.2;
	font-size: 1.25rem;
	margin-top: 0;
}
#vog-cookie-bar{
    background:#f8f9fa;
    border-bottom: 2px solid #d0d0d0;
    top: 0;
    z-index: 1002;
    border-radius:0;
}
#vog-allow-necessary{
    background: grey !important;
    border-color: grey !important;
}
#vog-cookie-bar a {
	text-decoration: underline;
}

.cookie-necessary-label{
	color:#4E565A;
}

/* Building Closures */
.building-closures-mobile > tbody > tr > td {
    padding-left: 0px;
    padding-right: 0px;
}
.cell-status-1, cell-status-3, cell-status-4 { 
   background-color: #28a745;
   color: white;
}
.cell-status-2 {
    background-color: #dc3545;
    color: white;
}
.cell-status-5, .cell-status-6{
   background-color: #ffc107;
}

.mobile-status-1, mobile-status-3, mobile-status-4 { 
   color: #28a745;
}
.mobile-status-2 {
    color: #dc3545;
}
.mobile-status-5, .mobile-status-6{
   color: #ffc107;
}

/* Divider Line */
.divider {
	width: 100%;
}
.divider-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
}
.divider-color {
	clear: both;
	display: block;
	height: 1px;
	margin: -11px auto 11px;
	overflow: hidden;
	position: relative;
	width: 20%;
	background-color: #83bf29;
}
/* End Divider Line */

.journey-planner-form{
	background: #D7334B !important;
}


/* Notice Banner */

/* Alex changes start */

#banner-title {
	font-weight: bold;
	font-size: 1.5rem;
}


@media (max-width: 576px) {

#notice-banner-home {
	align-content: center;
	text-align: center;
}
#first-item-icon {
	display: none !important;
}

#second-item-icon {
	display: none !important;
}

}
/* Alex Changes End */

#notice-banner-col1 {
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}

#notice-banner-col3 {
	display: none;
}

#notice-banner-image {
	display: none;
}


@media (min-width: 576px) {



	#notice-banner-col1 {
		display: block;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	#notice-banner-image {
		display: block;
	}

	#notice-banner-col3 {
		display: none;
	}
}

@media (min-width: 768px) {
	#notice-banner-col1 {
		display: block;
	}

	#notice-banner-image {
		display: block;
	}

	#notice-banner-col3 {
		display: flex;
	}
}

@media (max-width: 576px) {
	#footer-glam-network {
		margin-bottom: 30px;
	}

	#footer-SocialMedia {
		text-align: center;
	}

	#footer-Links {
		text-align: center;
	}
}