:root{
	--blue:#0054a0;
	--dark-blue:#002e51;
	--green:#009e49;
	--dark-green:#004f22;
	--light-grey:#f5f5f5;
	--max-width:1200px;
}


#masterLogoArea a img{
	width: 90px;
	margin: 10px 0px;
}

.UtilityNavigation .account-menu > li > a, .UtilityNavigation .account-menu > li > a:hover, .UtilityNavigation .account-menu > li > a:visited, .UtilityNavigation .account-menu > li > a:active {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu > li > a, .dropdown-menu > li > div {
	 color:#000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:var(--blue);
    background-color: #fff;
}


.account-toggle .nav-text{
	font-weight:300;
}

.header-search .search-field {
    background: transparent url(images/search-white.svg) no-repeat;
    background-position: 5px center;
    background-size: 17px 17px;
    padding-left: 30px !important;
    color: #fff;
    border:0;
    width:100px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-search .search-field:hover,
.header-search .search-field:focus,
.header-search .search-field:active{
	width:150px;
}

.menu-toggle{
	background-image:url(images/menu.svg);
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center;
}

@media(min-width:992px){
	.auxBar{
		background-color:var(--dark-blue);
		display: block;
		text-align: right;
	}

	.ste-toggle {
	    background-position: -35px -105px;
	}
	
	.obo-toggle {
	    background-position: 0px -105px;
	}
}


@media(max-width:991px){
	.auxBar{
		background-color:transparent;
		display: block;
		text-align: right;
		position:absolute;
		right:0;
		top: 25px;
	}

	.UtilityNavigationList{
		display:none;
	}

	#masterLogoArea a img {
	    width: 80px;
	    margin: 10px 0px;
	}
	
	.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
	  text-transform: none;
	  font-size: 17px;
	  font-weight: 300;
	  letter-spacing: 0;
	}
}

.HomePageFullWidthArea .panel-body,.HomePageFullWidthArea .PanelBody {
    padding: 0px;
}

.HomePageFullWidthArea .panel,.HomePageFullWidthArea .StandardPanel {
    border: 0px;
}

#ft h3{
	color:#fff;
	margin-bottom:15px;
}

.socials{
	display:flex;
	gap:0px 10px;
	margin-bottom:30px;
}

.socials a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.socials a:hover{
	margin-top:-5px;
	margin-bottom:5px;
}

.linkStack ul,
.copyright ul{
	margin:0;
	padding:0;
	list-style:none;
}

.linkStack ul li{
	margin:5px 0px
}

.linkStack ul a,
.copyright ul a,
.linkStack ul a:visited,
.copyright ul a:visited{
	text-decoration:none;
	color:#fff;
	font-weight:300;
	font-size:16px;
}

.linkStack ul a:hover,
.copyright ul a:hover,
.linkStack ul a:focus,
.copyright ul a:focus{
	text-decoration:underline;
}

.copyright ul li{
	display:inline-block;
}

.copyright ul li:after{
	content:'|';
	margin:0px 5px;
}

.copyright ul li:last-child:after{
	display:none;
}

.copyright{
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
}

@media(max-width:500px){
	.copyright ul li:after{
		display:none;
	}

	.copyright ul li{
		display:block;
	}
}


.btn.WhiteButton,
.btn.WhiteButton:visited{
	background:#fff;
	color: #000!important;
	border-color:#fff;
}

.btn.WhiteButton:hover,
.btn.WhiteButton:focus,
.btn.WhiteButton:active{
	background:transparent;
	color:#fff!important;
	border-color:#fff;
}

.btn.GreenButton,
.btn.GreenButton:visited{
	background:#fff;
	color: var(--dark-green)!important;
	border-color:var(--dark-green);
}

.btn.GreenButton:hover,
.btn.GreenButton:focus,
.btn.GreenButton:active{
	background:var(--dark-green);
	color:#fff!important;
	border-color:var(--dark-green);
}

a.readmore{
	text-decoration:none;
}


a.readmore:after{
	display:inline-block;
	content:'';
	background-image:url(images/caret-right-blue.svg);
	width:15px;
	height: 12px;
	background-repeat:no-repeat;
	background-size: 8px 8px;
	background-position:center;
	vertical-align:middle;
}

a.readmore:hover:after,
a.readmore:focus:after{
	margin-left:5px;
	background-image: url(images/caret-right-dark-blue.svg);
}


.HomePageFullWidthArea .carousel-caption {
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: auto;
    text-shadow: none;
    font-size: 24px;
    line-height: 1.2;
    top:50%;
    transform:translateY(-50%);
}

.HomePageFullWidthArea .carousel-caption p{
	margin:30px 0px;
}

.HomePageFullWidthArea .carousel-inner.bg-img > .item:before{
	display:block;
	position:absolute;
	content:'';
	top:0;right:0;bottom:0;left:0;
	background-color:rgba(0,0,0,0.3);
}

.HomePageFullWidthArea .carousel-control{
	display:none;
}

.carousel-indicators {
    bottom: 10px;
}


.carousel-indicators li{
	min-width:60px;
	height:8px;
	border:0;
	background-color:rgba(255,255,255,0.7);
	margin: 0px 5px;
}

.carousel-indicators .active{
	min-width:60px;
	height:8px;
	border:0;
	background-color:rgba(255,255,255,1);
	margin: 0px 5px;
}


/*Homepage events*/

.homeEvents{
	margin-top:30px;
}

.homeEvents .QueryTemplateSet {
	/* gap:0px 20px; */
	justify-content: space-between;
	flex-wrap: nowrap;
}

.homeEvents .mb-3{
	padding:0;
	width: 31%;
}

.homeEvents .card-body {
    flex: 1 1 auto;
    padding: 0px;
}

.homeEvents .card{
	border:0;
}

.homeEvents .image{
	width:100%;
	height:250px;
	display:block;
	background-position:center;
	background-size:cover;
	position:relative;
	border-radius:6px;
}

.homeEvents .date{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	text-align:center;
	border-radius:0px 3px 0px 0px;
	width: 55px;
	height: 55px;
	padding: 0px;
}

.homeEvents .day{
	display:block;
	line-height:0;
	font-size:26px;
	margin: 20px 0px 6px 0px;
}

.homeEvents .mon{
	text-transform:uppercase;
	font-weight:600;
	line-height:0;
}

.homeEvents .content{
	padding:20px;
	display:block;
}

.homeEvents h4{
	font-weight:600;
	font-size:18px;
}

.homeEvents p{
	margin:20px 0px;
}


@media(max-width:767px){
	.homeEvents .QueryTemplateSet{
		display:block;
	}

	.homeEvents .mb-3 {
	    max-width: 360px;
	    margin:0px auto;
	    width: 100%;
	}
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	display:block;
	font-size:16px;
	font-weight:300;
	text-decoration:none;
	line-height:0;
	margin-top:8px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus{
	text-decoration:underline;
}

.whiteOverlay .col-sm-6{
	padding:100px;
	background-color:rgba(255,255,255,0.95);
}

@media(max-width:767px){
	.whiteOverlay .col-sm-6{
		padding:60px;
		background-color: var(--light-grey);
	}

	.whiteOverlay{
		padding-top:400px;
		background-position:top center;
		background-size: 933px 400px;
		background-repeat:no-repeat;
	}
}

.homeNews{
	position:relative;
}

.homeNews .TaggedListPanel{
	display:flex;
	justify-content: space-between;
	margin-top:30px;
}

.homeNews .BlockTLItem{
	max-width:48%;
	position: relative;
	background: var(--light-grey);
	padding:30px 20px;
	border-radius:6px;
	border:0;
}

.homeNews .BlockTLItem:hover,
.homeNews .BlockTLItem:focus{
	background:var(--dark-blue);
	color:#fff;
}

.homeNews .BlockTLItem:hover .title,
.homeNews .BlockTLItem:focus .title{
	border-color:#fff;
}

.homeNews .title{
	display:block;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	margin-bottom:8px;
	font-weight:700;
}

.homeNews .date{
	font-weight:300;
	margin-right:10px;
}

.homeNews a,
.homeNews a:visited{
	display:block;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	font-size:0;
}

.homeNews p{
	margin:0;
}



@media(min-width:768px) and (max-width:1000px){
	.homeNews .date{
		display:block;
		margin-right:0px;
	}
}

@media(max-width:767px){
	.homeNews .TaggedListPanel{
		display:block;
		justify-content: space-between;
		margin-top:30px;
	}

	.homeNews .BlockTLItem{
		max-width:100%;
		margin-bottom:30px;
	}

	
	.homeNews .date{
		display:block;
		margin-right:0px;
	}
}