@media(min-width:768px){
	.nav-primary{
		float:none;
	}

	#ste_container_ciMobileToggle{
		display:none;	
	}

	.RadMenu.RadMenu ul.rmHorizontal{
		display: flex;
		justify-content: center;
	}

	.header-top-container .header-container{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}

	.header-top-container .header-container:after{
		display:none;
	}

	.header-search .search-field {
	    background: #fff url(images/search.svg) no-repeat;
	    background-position: 0px 0px;
	    padding-left: 0px !important;
	    border:0px;
	    height: 35px;
	    width: 35px;
		color:transparent;
		-webkit-transition: width 0.5s 0s ease;
		-moz-transition: width 0.5s 0s ease;
		-o-transition: width 0.5s 0s ease;
		transition: width 0.5s 0s ease;
	}
	
	.header-search .search-field:focus,
	.header-search .search-field:hover{
		width:150px;
		padding-left:45px!important;
		color: #000;
	}

}


.navbar-header .WTZone{
	display:
	flex;
	justify-content: center;
	align-items: center;
	gap: 0px 10px;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: underline;
    background-color: #f5f5f5;
}

.socialIcons{
	display:flex;
	gap:0px 10px;
}

.socialIcons a,
.socialIcons a:visited{
	display:block;
	width:35px;
	height:35px;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	-o-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

.socialIcons a:hover,
.socialIcons a:focus{
	margin-top:-5px;
	padding-bottom:5px;
}

.socialIcons #tw{
	fill:#2aa9e0;
}

.socialIcons #li{
	fill:#006699;
}

@media(max-width:767px){
	.navbar-header {
	    float: none;
		position:absolute;
		top:0;right:0;left:0;
		background-color:#00aee9;
		padding:5px 0px;
	}

	.nav-auxiliary a, 
	.nav-auxiliary a:visited {
	    color: #fff;
	    text-decoration: none;
	}
	
	.header-logo-container {
	    float: none;
		margin:0px auto;
		text-align:center;
	}

	.header-logo-container img{
		margin: 50px auto 0px;
	}

	.socialIcons #tw,
	.socialIcons #li{
		fill:#00aee9;
	}

	.navbar-header .UtilityNavigationToggle,
	.navbar-header .searchbar-collapse{
		display:none;
	}

	.obo-toggle {
	    background-position: 0px -105px;
	}

	.mobileToggle{
		text-align:	center;
		margin-bottom: 10px;
	}

	.header-bottom-container {
	    background-color: transparent;
	}
	
	.navbar-toggle .icon-search {
	    display: inline-block;
	    float: left;
	    background: url(images/search.svg) no-repeat center top;
	    width: 35px;
	    height: 35px;
	    margin: -1px 0;
	}

	.navbar-toggle{
		width:35px;
		height:35px;
	}
	
	.header-search .search-field {
	    background-image:none;
	    background-position: 0px 0px;
		padding-left:15px!important;
		border-radius:3px;
		border:0;
	}
	
	.navbar-toggle .icon-bar{
		display:none;
	}

	.menu-toggle{
		background-image:url(images/menu.svg);
	}

	.RadMenu.RadMenu_Toronto .rmLink {
	    color: #000;
	}

	.RadMenu.RadMenu_Toronto .rmToggle .rmIcon, 
	.RadMenu.RadMenu_Toronto .rmRootGroup .rmRootLink .rmToggle .rmIcon {
	  font: 0/0 a;
	  color: transparent;
	  text-shadow: none;
	  background-color: transparent;
	  border: 0;
	  display: block;
	  width: 18px;
	  height: 10px;
	  background-image: url("images/caret-down-black.svg");
	  background-size:18px 10px;
	  background-position:center;
	  background-repeat: no-repeat;
	  margin-top: 15px;
	  margin-bottom: 15px;
	  margin-right: 15px;
	  margin-left: 15px;
	}

	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink{
		display:
		flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.RadMenu.RadMenu_Toronto .rmRootGroup > .rmItem > .rmLink:after{
		display:none;
	}

	.RadMenu.RadMenu_Toronto  .rmToggle{
		-webkit-transition: all 0.4s 0s ease;
		-moz-transition: all 0.4s 0s ease;
		-o-transition: all 0.4s 0s ease;
		transition: all 0.4s 0s ease;
	}
	
	.RadMenu.RadMenu_Toronto .rmExpanded .rmToggle{
		transform:rotate(180deg);
	}

	.RadMenu.RadMenu_Toronto .rmVertical .rmItem .rmText {
	    padding: 8px 15px;
	}
}

.HomePageFullWidthArea .panel-body, 
.HomePageFullWidthArea .PanelBody {
    padding: 0px;
}

.HomePageFullWidthArea .panel, 
.HomePageFullWidthArea .StandardPanel {
    border: 0px;
}



.WhiteButton,
.WhiteButton:visited{
	background-color:#fff;
	color:#000;
}

.WhiteButton:hover,
.WhiteButton:focus{
	background-color:#455a67;
	color:#fff;
}

.footer a.WhiteButton{
	color:#000;
}

.footer a.WhiteButton:hover,
.footer a.WhiteButton:focus{
	color:#fff;
}

#ft h6{color:#fff;margin-bottom: 5px;}

.footer-content ul{
	list-style:none;
}

.footer-content ul a,
.footer-content ul a:visited{
	text-decoration:none;
}

.footer-content ul a:hover,
.footer-content ul a:focus{
	text-decoration:underline;
}

.footer-content ul li{
	position:relative;
}

.footer-content ul li:before{
	content:'';
	width: 16px;
	height: 2px;
	background-image:url(images/dash.svg);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	position: absolute;
	left: -25px;
	top: 12px;
}

.socialList a{
	display:block;
	text-decoration:none;
	margin-bottom:10px;
}

.socialList a img{
	margin-right:10px;
}

.socialList a:hover,
.socialList a:focus{
	text-decoration:underline;
}

.footer-nav-copyright{
	font-size:14px;
	line-height:18px;
	font-weight:300;
}

.footer-nav-copyright .logo{
	display:flex;
	gap:0px 25px;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-nav-copyright .copyright{
	display:flex;
	gap: 0px 25px;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.footer-nav-copyright ul{
	list-style:	none;
	padding:0;
	display:flex;
	margin: 0;
}

.footer-nav-copyright ul li a,
.footer-nav-copyright ul li a:visited{
	text-decoration:none;
}

.footer-nav-copyright ul li a:hover,
.footer-nav-copyright ul li a:focus{
	text-decoration:underline;
}

.footer-nav-copyright ul li:after{
	content:'|';
	margin:0px 5px;
}

.footer-nav-copyright ul li:last-child:after{
	display:none;
}

@media(max-width:768px){
	.footer-content h2{
		margin-top:30px;
	}

	.footer-nav-copyright .logo{
		display:block;
		margin-bottom: 30px;
	}

	.footer-nav-copyright .logo img{
		margin-bottom:30px;
	}
	
	.footer-nav-copyright .copyright{
		display:block;
	}

	.footer-nav-copyright ul{
		display:block;
		margin-top:15px;
	}

	.footer-nav-copyright ul li:after{
		display:none;
	}
	
}

.Wrapper-FullWidth #masterContentArea{
	max-width:100%;
	margin:0;
	padding:0;
}

.Wrapper-FullWidth #masterContentArea .row{
	margin:0px auto;
	max-width:1200px;
}

.Wrapper-FullWidth .iMIS-WebPart > .ContentItemContainer, 
.Wrapper-FullWidth .WebPartZone > .ContentItemContainer {
    margin-bottom:0px;
}

.rowWrapper .row{
	padding:0;
	margin:0;
}

.Wrapper-FullWidth #masterContentArea .row.full{
	max-width:100%;
}

.Wrapper-FullWidth #masterContentArea .row.full > *{
	padding:0;	
}

.row.full .panel-body, .row.full .PanelBody {
    padding: 0px;
}

.row.full .panel,.row.full .StandardPanel {
    border: 0px;
}

.padding40{
	padding-top:40px;
	padding-bottom:40px;
}

.padding60{
	padding-top:60px;
	padding-bottom:60px;
}

.padding80{
	padding-top:80px;
	padding-bottom:80px;
}

@media(max-width:767px){
	.padding40,
	.padding60,
	.padding80{
		padding-top:20px;
		padding-bottom:20px;
	}
	
}

.carousel-control.right,
.carousel-control.left{
	background-image:none;
	width: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.carousel-control .icon-next,
.carousel-control .icon-prev{
	margin:0;
	width: 20px;
	height: 41px;
	top: auto;
	right: auto;
	left: auto;
	background-image:url(images/slider-right.svg);
	background-size: 20px 41px;
}

.carousel-control .icon-prev{
	background-image:url(images/slider-left.svg);
}

.carousel-control .sr-only{
display:none;	
}

.carousel-control .icon-next:before,
.carousel-control .icon-prev:before{
    display:none;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 30px;
    text-align: left;
    text-shadow: none;
	top:50%;
	transform:translateY(-50%);
	border-radius:2px;
	text-align:center;
	width:40%;
	margin:auto;
}

.carousel-caption h1{
	font-size: 52px;
}

.carousel-caption h2{
	font-size: 30px;
	font-weight:500;
	line-height: 1.1;
	background: transparent;
	color: #fff;
}

.carousel-inner.bg-img > .item:after{
	position:absolute;
	display:block;
	background-color:rgba(0,0,0,0.3);
	top:0;right:0;bottom:0;left:0;
	content:'';
}

.carousel-indicators li,
.carousel-indicators .active{
	width:15px;
	height:15px;
	border:1px solid #fff;
	margin:0px 3px;
	border-radius:15px;
}

.carousel-indicators {
    bottom: 0;
}



.largeCaption .carousel-inner.bg-img > .item{
	background-image: none!important;
	height: auto!important;
	display: none;
	justify-content: flex-end;
}

.largeCaption .carousel-inner.bg-img > .item.active{
	display:flex;
}

.largeCaption.left .carousel-inner.bg-img > .item{
	justify-content: flex-start;
}

.largeCaption .img{
	display:block;
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	background-position:center;
	background-size:cover;
}

.largeCaption .carousel-inner > .item .carousel-link {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
}

.largeCaption .carousel-caption{
	right:0;
	left: auto;
	top:0;
	bottom:0;
	transform:
	none;
	display: block;
	position: relative;
	width: 50%;
	padding: 50px;
	text-align: left;
	margin: 0;
	background-color:rgba(69,90,103,0.8);
}

.largeCaption .carousel-control,
.largeCaption .carousel-indicators{
	display:none;
}


.blue .carousel-caption{
	background-color:rgba(0,174,233,0.8);
}

.orange .carousel-caption{
	background-color:rgba(248,173,15,0.8);
}

.green .carousel-caption{
	background-color:rgba(154,195,49,0.8);
}

.pink .carousel-caption{
	background-color:rgba(229,12,124,0.8);
}

.purple .carousel-caption{
	background-color:rgba(155,30,128,0.8);
}

.white .carousel-caption{
	background-color:rgba(255,255,255,0.8);
	color:#000;
}

.white .carousel-caption h1,
.white .carousel-caption h2,
.white .carousel-caption h3,
.white .carousel-caption h4,
.white .carousel-caption h5,
.white .carousel-caption h6{
	color:#000;
}

@media(min-width:768px) and (max-width:1100px){
	.largeCaption .carousel-caption{
		transform:none;
		align-items: center;
		position: relative;
		width: 70%;
		padding: 50px;
	}
}

.largeCaption .carousel-inner.bg-img > .item:after{
	display:none;
}

@media(max-width:767px){
	.carousel-caption {
	    left: 5%;
	    right: 5%;
	    bottom: auto;
		top:auto;
		transform:none;
	}

	.largeCaption .carousel-inner.bg-img > .item.active{
		display:block;
	}
	
	.largeCaption .img {
	    display: block;
	    position: relative;
		height:300px;
	}
	
	.largeCaption .carousel-inner > .item .carousel-link {
	    display: block;
	    width: 100%;
	    height: 100%;
	    text-decoration: none;
	}

	.largeCaption .carousel-caption{
		right:0;
		left:0;
		top:0;
		bottom:0;
		position: relative;
		width: 100%;
		padding: 20px;
		background-color:rgba(69,90,103,1);
	}

	.purple .carousel-caption{
		background-color:rgba(155,30,128,1);
	}
	
	.blue .carousel-caption{
		background-color:rgba(0,174,233,1);
	}
	
	.orange .carousel-caption{
		background-color:rgba(248,173,15,1);
	}
	
	.green .carousel-caption{
		background-color:rgba(154,195,49,1);
	}
	
	.pink .carousel-caption{
		background-color:rgba(229,12,124,1);
	}

	.white .carousel-caption{
		background-color:rgba(255,255,255,1);
		
	}
	
	.carousel-caption h1 {
	    font-size: 36px;
	}
		
	.carousel-caption {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: auto;
	    padding: 30px;
	    text-align: left;
	    text-shadow: none;
		top:50%;
		transform:translateY(-50%);
		border-radius:2px;
		text-align:center;
		width:90%;
		margin:auto;
	}

	
	.carousel-caption h2{
		font-size: 24px;
		font-weight:500;
		line-height: 1.1;
	}
	
	.carousel-control.right,
	.carousel-control.left{
		background-image:
		none;
		width: 5%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		opacity: 1;
		margin:10px;
	}

	.carousel-indicators {
	    bottom: 5px;
	}
}


.whiteText,
.whiteText h1, .whiteText h2, .whiteText h3,
.whiteText h4, .whiteText h5, .whiteText h6{
	color:#fff;
}

.overlay{
	position:relative;
}

.overlay:before{
	position:absolute;
	display:block;
	content:'';
	top:0;left:0;right:0;bottom:0;
	background:rgba(0,0,0,0.8);
}

.overlay >div{
	position:relative;
	padding:40px;
}

.overlay.purple:before{
	background:rgba(155,30,128,0.8);
}

.overlay.blue:before{
	background:rgba(0,174,233,0.8);
}

.overlay.green:before{
	background:rgba(154,195,49,0.8);
}

.overlay.orange:before{
	background:rgba(248,173,15,0.8);
}

.overlay.pink:before{
	background:rgba(229,12,124,0.8);
}

.CTA a,
.CTA a:visited{
	display:flex;
	width:100%;
	background-color:#ffffff;
	height:315px;
	position:relative;
	border-radius:10px;
	transform:scale(0.95);
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	-o-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
	padding:30px;
	justify-content: center;
	align-items: center;
	flex-shrink: 1;
}

.CTA a img{
	display:block;
	width:100%;
	max-width:270px;
}

.CTA.orange a{
	background-color:#f8ad0f;
}

.CTA.green a{
	background-color:#9ac331;
}

.CTA.blue a{
	background-color:#00aee9;
}

.CTA.purple a{
	background-color:#9b1e80;
}

.CTA.pink a{
	background-color:#e50c7c;
}

.CTA.grey a{
	background-color:#455a67;
}

.CTA a:hover,
.CTA a:focus{
	transform:scale(1.025);
}

@media(max-width:767px){
	.CTA a{
		max-width:350px;
		margin:0px auto;
	}

}

.homeEvents .card{
	border:0;
	display: block;
}

.homeEvents .imgWrapper{
	display:block;
	width:100%;
	height:240px;
	overflow:hidden;
	border-radius:3px;
}

.homeEvents .image{
	display:block;
	width:100%;
	height:240px;
	background-size:cover;
	background-position:center;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	-o-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}

.homeEvents .imgWrapper:hover .image{
	transform:scale(1.1);
}

.homeEvents .content{
	display:block;
	padding:20px;
}

.homeEvents h6 a,
.homeEvents h6 a:visited,
.homeEvents h6 a:hover,
.homeEvents h6 a:focus{
	color:#000;
	text-decoration:none;
}

.homeEvents .dates{
	margin:10px 0px;
	display:block;
}

.homeEvents .desc{
	font-weight:300;
	display:block;
}

.homeEvents .btn{
	display:inline-block;
	margin-top:15px;
}

@media(max-width:767px){
	.homeEvents .simplePaginateList{
		display:block;	
	}

	.homeEvents .simplePaginateList .card{
		max-width:400px;
		margin:0px auto 30px auto;
	}

	.homeEvents .desc,
	.homeEvents .btn{
		display:none;
	}

}

.contentTaggedListImageThumbnailR{
	display:none;
}

.homeNewsList .TaggedListPanel{
	display:
	flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homeNewsList .TaggedListPanel div:last-child{
	display:none;
}

.homeNews{
	border:0;
	flex-basis:31.33333%;
}

.homeNews .imgWrapper{
	display:block;
	width:100%;
	height:240px;
	overflow:hidden;
	border-radius:3px;
}

.homeNews .newsImage{
	display:block;
	width:100%;
	height:240px;
	background-size:cover;
	background-position:center;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	-o-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	font-size:0;
}

.homeNews .imgWrapper:hover .newsImage{
	transform:scale(1.1);
}

.homeNews .content{
	display:block;
	padding:20px;
}

.homeNews h6 a,
.homeNews h6 a:visited,
.homeNews h6 a:hover,
.homeNews h6 a:focus{
	text-decoration:none;
	color:#000;
}

.homeNews .date{
	margin:10px 0px;
	display:block;
}

.homeNews .desc{
	font-weight:300;
	display:block;
}

.homeNews .btn{
	display:inline-block;
	margin-top:15px;
}

@media(min-width:768px) and (max-width:991px){
	.homeNewsList .TaggedListPanel{
		flex-wrap:wrap;
	}

	.homeNews{
		flex-basis:47%;
	}
}

@media(max-width:767px){
	.homeNewsList .TaggedListPanel{
		display:block;	
	}

	.homeNews{
		max-width:400px;
		margin:0px auto 30px auto;
	}


	.homeNews .desc,
	.homeNews .btn{
		display:none;
	}
	
}