.auxiliary-bar{
	padding:10px 0px;
	background-color:#450f49;
}

.auxiliary-bar > .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.auxiliary-bar > .container:after{
	display:none;
}

.auxiliary-bar .links a{
	padding:0;
}

.auxiliary-bar .links li{
	margin:0;
}

.auxiliary-bar .links li:after{
	content:'|';
	margin:0px 5px;
	color:#fff;
	display: inline-block;
}

.auxiliary-bar .links li:last-child:after{
	display:none;
}

.functions > div{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.ste-toggle {
    background-position: -35px -105px;
}

.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;
	font-weight:600;
    padding: 0;
}

.obo-toggle {
    background-position: 0px -105px;
}



.functions .UtilitySection.UtilityNavigationList .NavigationUnorderedList{
	display:flex;
	gap:0px 10px;
}

.functions .nav-auxiliary .UtilitySection.UtilityNavigationList .NavigationListItem,
.functions .nav-auxiliary .UtilitySection.UtilityNavigationList a{
	display:block!important;
}

.account-menu, 
.account-menu > li {
    list-style: none;
    display: block;
    float: left;
}

.account-menu .profile-picture-wrapper {
    margin-left: 6px;
}

.sign-in-link{
	font-size:0;
	width:30px;
	height:30px;
	background-image:
	url(images/login.svg);
	background-size: 18px;
	background-position:center;
	background-repeat: no-repeat;
	display: block;
}

#ste_container_ciUtilityNavigation .nav-auxiliary{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 10px;
}

@media(min-width:768px){
	.navbar-toggle {
	    display: block;
	}

	.menu-toggle{
		display:none;
	}
	
}

.obo-toggle-wrapper{
	margin-left:10px
}

@media(max-width:767px){
	.menu-toggle{
		background-image:url(images/menu.svg);
		background-repeat:no-repeat;
		background-position:center;
		background-size:20px;
	}

	.auxiliary-bar > .container{
		display: block;
		text-align:
		center;
		padding: 0;
	}

	.functions > div{
		display: block;
	}

	.auxiliary-bar {
	    padding: 0px 0px;
	    padding-top: 100px;
	}

	.links{
		padding-top:10px;
	}

	#ste_container_ciSocialIcons{
		margin-top:10px;
		margin-bottom:10px;
	}

	#ste_container_ciSocialIcons .row{
		margin:0px;
	}
	
	#ste_container_ciSocialIcons .col-sm-12{
		padding:0px;
	}

	#ste_container_ciUtilityNavigation .nav-auxiliary{
		padding-bottom:10px;
		padding-top: 10px;
		background-color:#fff;
		border: 0;
		position: relative;
	}

	.navbar-toggle .icon-search {
	    background: url(images/search-purple.svg) no-repeat center top;
	}

	.nav-auxiliary .nav-aux-cart .nav-text{
		background-image: url(images/cart-purple.svg);
	}

	.obo-toggle {
	    background-position: 0px -70px;
	}

	.header-container {
	    display: block!important;
	    padding: 0!important;
	}

	.header-logo-container {
	    float: none;
	    position: absolute;
	    top: 0px;
	    text-align: center;
	    left: 0;
	    right: 0;
	    margin: auto;
	    background: #fff;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
	    font-size: 16px;
	}

	.sign-in-link{
		background-image:url(images/lock-purple.svg);
	}

	.functions .nav-auxiliary a, 
	.functions .nav-auxiliary a:visited {
	    color: #450f49;
	}
}

.UtilitySection.UtilitySearch{
	display:none;
}

.header-search input[type="text"]{
	width: 220px;
	height: 45px;
	border-color: #450f49;
	color: #450f49;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	background-image: url(images/search-purple.svg);
	background-size: 20px;
	background-position: 10px center;
	padding-left: 40px!important;
	border-radius: 3px;
}

.header-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.logo img{
	max-width: 150px;
	display: block;
	margin: 0px auto;
}

#ste_container_ciSocialIcons{
	position:
	relative;
	padding-right: 15px;
}

#ste_container_ciSocialIcons:after{
	content:'|';
	color:#fff;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}

.socialIcons {
	display: flex;
	gap: 0px 5px;
	align-items: center;
	justify-content:center;
}

.socialIcons a{
	display:flex;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	align-items:center;
	justify-content: center;
}

.socialIcons a svg{
	fill:#fff;
	-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.fb:hover svg,
.socialIcons a.fb:focus svg{
	fill:#3c5a99;
}

.socialIcons a.tw:hover svg,
.socialIcons a.tw:focus svg{
	fill:#2aa9e0;
}

.socialIcons a.li:hover svg,
.socialIcons a.li:focus svg{
	fill:#006699;
}

.socialIcons a.in:hover svg,
.socialIcons a.in:focus svg{
	fill:#d22a7b;
}

.socialIcons a.yt:hover svg,
.socialIcons a.yt:focus svg{
	fill:#ff0000;
}

.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink.PrimaryButton{
	margin:0px 5px;
}

.RadMenu .rmHorizontal .rmLink.PrimaryButton .rmText{
	padding: 9px 25px;
	text-transform: uppercase;
	color:#fff;
}

.RadMenu.RadMenu_Austin .rmRootLink.PrimaryButton:hover, 
.RadMenu.RadMenu_Austin .rmRootLink.PrimaryButton.rmFocused{
	background:#da2500;
}

@media(max-width:767px){
	.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink.PrimaryButton{
		display:inline-block;
	}

	#ste_container_ciSocialIcons:after{
		display:none;
	}
}

.HomePageFullWidthArea .panel-body, 
.HomePageFullWidthArea .PanelBody {
    padding: 0px;
}

.HomePageFullWidthArea .panel, 
.HomePageFullWidthArea .StandardPanel {
    border: 0px;
}

.footer-content ul{
	list-style:none;
	padding:0;
}

.footer-content ul li{
	display:block;
	margin:15px 0px;
}

.footer-content ul a,
.footer-content ul a:visited{
	color:#000;
	text-decoration:none;
}

.footer-content ul a:hover,
.footer-content ul a:focus{
	text-decoration:underline;
}

.footer-content .logos{
	text-align:right;
}

.footer-content .logos img{
	max-width:100px;
	margin: 20px;
}

.footer-nav-copyright{
	font-size:14px;
}

.copyright{
	display:flex;
	justify-content: space-between;
}

.copyright ul{
	list-style:	none;
	padding:0;
	margin: 0;
}

.copyright ul li{
	display: block;
	margin:0;
	float: left;
}

.copyright ul li a,
.copyright ul li a:visited{
	text-decoration:none;
}

.copyright ul li a:hover,
.copyright ul li a:focus{
	text-decoration:underline;
}

.copyright ul li:after{
	content:'|';
	margin:0px 5px;
}

.copyright ul li:last-child:after{
	display:none;
}

@media(max-width:767px){
	.footer-content .logos{
		text-align:left;
	}

	.copyright {
	    display: block;
	    justify-content: space-between;
	}

	.copyright ul{
		margin-top:20px;
	}
	
	.copyright ul li{
		display:block;
		float:none;
	}
	
	.copyright ul li:after{
		display:none;
	}
}

.carousel-caption{
	top:50%;
	transform:	translateY(-50%);
	bottom: auto;
	left: 25%;
	right: 25%;
	text-shadow:none;
}

.HomePageFullWidthArea .carousel-caption{
	font-size:18px;
	text-align:left;
}

.HomePageFullWidthArea .carousel-caption h1{
	font-size:72px;
}

.carousel-control.right,
.carousel-control.left{
	background-image:none;
	opacity:1;
}

.carousel-control .icon-next,
.carousel-control .icon-prev{
	background-image:
	url(images/caret-left-white.svg);
	background-repeat:
	no-repeat;
	background-size:15px;
	background-position:
	center;
	width: 30px;
	height: 30px;
}

.carousel-control .icon-next{
	background-image:url(images/caret-right-white.svg);
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before{
	display:none;
}

.carousel-indicators li,
.carousel-indicators .active{
	width:15px;
	height:15px;
	border-radius:15px;
	margin: 0px 3px;
	border:2px solid #fff;
}

.carousel-inner.bg-img > .item:after{
	display:block;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	background-color:rgba(0,0,0,0.2);
	content:'';
}

@media(max-width:767px){
	.HomePageFullWidthArea .carousel-caption h1{
		font-size:36px;
	}
	
	.HomePageFullWidthArea .carousel-caption{
		font-size:14px;
		text-align:left;
	}

	.carousel-caption{
		top:auto;
		transform:	none;
		bottom: 50px;
		left: 10%;
		right: 10%;
		text-shadow:none;
	}

	.carousel-control.right,
	.carousel-control.left{
		background-position:center 98%;
	}

	.carousel-control .icon-next,
	.carousel-control .icon-prev{
		bottom: 17px;
		top: auto;
	}
	
}

.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:40px;
		padding-bottom:40px;
	}

}

.ad-banner a{
	display:
	block;
	margin:0px auto;
	text-align: center;
}

.ad-banner a:nth-child(1){
	max-width:1170px;
	display:block;
}





.ad-sidebar a{
	display:block;
	max-width:250px;
}

@media(min-width:768px){
	.ad-banner a:nth-child(2){
		display:none;
	}

	.ad-banner.small a:nth-child(1){
		max-width:570px;
		display:block;
	}
}

@media(max-width:767px){
	.ad-banner a:nth-child(1){
		display:none;
	}

	.ad-banner a:nth-child(2){
		max-width:370px;
		display:block;
	}
}

.purple{
	background-color:#7d3080;
}

.orange{
	background-color:#ff4f00;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p{
	color:#fff;
}

.Wrapper-FullWidth #masterContentArea{
	max-width:100%;
	padding-left: 0;
	padding-right: 0;
}

.Wrapper-FullWidth #masterContentArea .row{
	max-width:1200px;
	margin:0px auto;
}

.Wrapper-FullWidth #masterContentArea .row.full{
	max-width:100%;
}

.Wrapper-FullWidth .col-primary{
	width:100%;
	margin:0;
}

.Wrapper-FullWidth .col-secondary{
	display:none;
}

.v-align > *{
	padding: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 400px;
}

.v-align .ContentItemContainer{
	max-width: 500px;
}

.v-align.reverse > *{
	justify-content: flex-end;
}

.row,
.row > *{
	background-position:center;
	background-size:cover;
}

@media(max-width:767px){
	.v-align.reverse{
		flex-direction: column-reverse;
	}

	.v-align > *{
		padding: 30px;
		justify-content: center;
	}

	.v-align.reverse > * {
	    justify-content: center;
	}

}

.WhiteButton,
.WhiteButton:visited{
	background:#fff;
	color:#7d3080;
	border:1px solid #fff;
}

.WhiteButton:hover,
.WhiteButton:focus{
	background:transparent;
	color:#fff;
	border:1px solid #fff;
}

a.readmore,
a.readmore:visited{
	text-decoration:none;
	font-weight:500;
	position:relative;
}

a.readmore:after{
	display:block;
	content:'';
	width:10px;
	height:13px;
	background-image:url(images/arrow-right-orange-line.svg);
	background-size:10px;
	background-repeat:no-repeat;
	position:absolute;
	right:-18px;
	top:50%;
	transform:translateY(-50%);
	margin-top:1px;
	-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;
}

a.readmore:hover,
a.readmore:focus{
	color: #ff4f00;
}

a.readmore:hover:after,
a.readmore:focus:after{
	background-image:url(images/arrow-right-orange-solid.svg);
	right:-22px;
}

.newsList .BlockTLItem, 
.newsList .BlockList li {
    border-bottom: 0px;
    flex-basis: 33%;
    position: relative;
    justify-content: space-between;
    padding: 0px 30px;
    margin-bottom: 65px;
}

.newsList .BlockTLItem:before{
	display:block;
	width:1px;
	height: 80px;
	border-right: 1px solid #333;
	content:'';
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}


.newsList .BlockTLItem:nth-child(3n+1):before{
	display:none;
}

.newsList .TaggedListPanel{
	display: flex;
	flex-wrap: wrap;
}

.newsList h3{
	margin:0px;
}

.newsList .newsDesc{
	display:block;
	margin:20px 0px;
}

@media(min-width:1200px){
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(4),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(5),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(6){
		display:block;
		margin-bottom:30px;
	}
}

@media(min-width:768px) and (max-width:1200px){
	.newsList .BlockTLItem, 
	.newsList .BlockList li {
	    border-bottom: 0px;
	    flex-basis: 50%;
	    position: relative;
	    justify-content: space-between;
	    padding: 0px 30px;
	    margin-bottom: 65px;
	}

	.newsList .BlockTLItem:nth-child(3n+1):before{
		display:block;
	}

	.newsList .BlockTLItem:nth-child(2n+1):before{
		display:none;
	}
}

@media(max-width:767px){
	.newsList .TaggedListPanel{
		display: block;
		flex-wrap: wrap;
	}

	.newsList .BlockTLItem:before{
		display:none;
	}

		
	.newsList .BlockTLItem, 
	.newsList .BlockList li {
	    padding: 0px 15px;
		display:none;
		max-width:400px;
		margin:0px auto 40px auto;
	}
	
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(1),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(2),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(3){
		display:block;
	}
}

.homeEvents .imageWrapper{
	display:block;
	height:210px;
	border-radius: 5px;
	overflow:hidden;
}


.homeEvents .image{
	display:block;
	height:210px;
	background-position:center;
	background-size:cover;
	border-radius: 5px;
	-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 .imageWrapper:hover .image,
.homeEvents .imageWrapper:focus .image{
	transform:scale(1.2);
}


.homeEvents .card{
	border:0;
	border-radius:0px;
}

.homeEvents .content{
	display:block;
	padding:15px;
}

.homeEvents h3{
	margon-top:0;
}

.homeEvents .date{
	display:block;
	margin:15px 0px;
}

.homeEvents .desc{
	display:block;
	margin-bottom:15px;
}

@media(max-width:767px){
	.homeEvents .simplePaginateList{
		display:block;
	}

	.homeEvents .col{
		margin-bottom: 40px!important;
		display:
		block;
		max-width: 400px;
		margin: 0px auto;
	}
}









.auxiliary-bar{
	padding:10px 0px;
	background-color:#450f49;
}

.auxiliary-bar > .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.auxiliary-bar > .container:after{
	display:none;
}

.auxiliary-bar .links a{
	padding:0;
}

.auxiliary-bar .links li{
	margin:0;
}

.auxiliary-bar .links li:after{
	content:'|';
	margin:0px 5px;
	color:#fff;
	display: inline-block;
}

.auxiliary-bar .links li:last-child:after{
	display:none;
}

.functions > div{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.ste-toggle {
    background-position: -35px -105px;
}

.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;
	font-weight:600;
    padding: 0;
}

.obo-toggle {
    background-position: 0px -105px;
}



.functions .UtilitySection.UtilityNavigationList .NavigationUnorderedList{
	display:flex;
	gap:0px 10px;
}

.functions .nav-auxiliary .UtilitySection.UtilityNavigationList .NavigationListItem,
.functions .nav-auxiliary .UtilitySection.UtilityNavigationList a{
	display:block!important;
}

.account-menu, 
.account-menu > li {
    list-style: none;
    display: block;
    float: left;
}

.account-menu .profile-picture-wrapper {
    margin-left: 6px;
}

.sign-in-link{
	font-size:0;
	width:30px;
	height:30px;
	background-image:
	url(images/login.svg);
	background-size: 18px;
	background-position:center;
	background-repeat: no-repeat;
	display: block;
}

#ste_container_ciUtilityNavigation .nav-auxiliary{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 10px;
}

@media(min-width:768px){
	.navbar-toggle {
	    display: block;
	}

	.menu-toggle{
		display:none;
	}
	
}

.obo-toggle-wrapper{
	margin-left:10px
}

@media(max-width:767px){
	.menu-toggle{
		background-image:url(images/menu.svg);
		background-repeat:no-repeat;
		background-position:center;
		background-size:20px;
	}

	.auxiliary-bar > .container{
		display: block;
		text-align:
		center;
		padding: 0;
	}

	.functions > div{
		display: block;
	}

	.auxiliary-bar {
	    padding: 0px 0px;
	    padding-top: 100px;
	}

	.links{
		padding-top:10px;
	}

	#ste_container_ciSocialIcons{
		margin-top:10px;
		margin-bottom:10px;
	}

	#ste_container_ciSocialIcons .row{
		margin:0px;
	}
	
	#ste_container_ciSocialIcons .col-sm-12{
		padding:0px;
	}

	#ste_container_ciUtilityNavigation .nav-auxiliary{
		padding-bottom:10px;
		padding-top: 10px;
		background-color:#fff;
		border: 0;
		position: relative;
	}

	.navbar-toggle .icon-search {
	    background: url(images/search-purple.svg) no-repeat center top;
	}

	.nav-auxiliary .nav-aux-cart .nav-text{
		background-image: url(images/cart-purple.svg);
	}

	.obo-toggle {
	    background-position: 0px -70px;
	}

	.header-container {
	    display: block!important;
	    padding: 0!important;
	}

	.header-logo-container {
	    float: none;
	    position: absolute;
	    top: 0px;
	    text-align: center;
	    left: 0;
	    right: 0;
	    margin: auto;
	    background: #fff;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink {
	    font-size: 16px;
	}

	.sign-in-link{
		background-image:url(images/lock-purple.svg);
	}

	.functions .nav-auxiliary a, 
	.functions .nav-auxiliary a:visited {
	    color: #450f49;
	}
}

.UtilitySection.UtilitySearch{
	display:none;
}

.header-search input[type="text"]{
	width: 220px;
	height: 45px;
	border-color: #450f49;
	color: #450f49;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	background-image: url(images/search-purple.svg);
	background-size: 20px;
	background-position: 10px center;
	padding-left: 40px!important;
	border-radius: 3px;
}

.header-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

a.logo img{
	max-width: 150px;
	display: block;
	margin: 0px auto;
}

#ste_container_ciSocialIcons{
	position:
	relative;
	padding-right: 15px;
}

#ste_container_ciSocialIcons:after{
	content:'|';
	color:#fff;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}

.socialIcons {
	display: flex;
	gap: 0px 5px;
	align-items: center;
	justify-content:center;
}

.socialIcons a{
	display:flex;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	align-items:center;
	justify-content: center;
}

.socialIcons a svg{
	fill:#fff;
	-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.fb:hover svg,
.socialIcons a.fb:focus svg{
	fill:#3c5a99;
}

.socialIcons a.tw:hover svg,
.socialIcons a.tw:focus svg{
	fill:#2aa9e0;
}

.socialIcons a.li:hover svg,
.socialIcons a.li:focus svg{
	fill:#006699;
}

.socialIcons a.in:hover svg,
.socialIcons a.in:focus svg{
	fill:#d22a7b;
}

.socialIcons a.yt:hover svg,
.socialIcons a.yt:focus svg{
	fill:#ff0000;
}

.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink.PrimaryButton{
	margin:0px 5px;
}

.RadMenu .rmHorizontal .rmLink.PrimaryButton .rmText{
	padding: 9px 25px;
	text-transform: uppercase;
	color:#fff;
}

.RadMenu.RadMenu_Austin .rmRootLink.PrimaryButton:hover, 
.RadMenu.RadMenu_Austin .rmRootLink.PrimaryButton.rmFocused{
	background:#da2500;
}

@media(max-width:767px){
	.RadMenu.RadMenu_Austin .rmRootGroup > .rmItem > .rmLink.PrimaryButton{
		display:inline-block;
	}

	#ste_container_ciSocialIcons:after{
		display:none;
	}
}

.HomePageFullWidthArea .panel-body, 
.HomePageFullWidthArea .PanelBody {
    padding: 0px;
}

.HomePageFullWidthArea .panel, 
.HomePageFullWidthArea .StandardPanel {
    border: 0px;
}

.footer-content ul{
	list-style:none;
	padding:0;
}

.footer-content ul li{
	display:block;
	margin:15px 0px;
}

.footer-content ul a,
.footer-content ul a:visited{
	color:#000;
	text-decoration:none;
}

.footer-content ul a:hover,
.footer-content ul a:focus{
	text-decoration:underline;
}

.footer-content .logos{
	text-align:right;
}

.footer-content .logos img{
	max-width:100px;
	margin: 20px;
}

.footer-nav-copyright{
	font-size:14px;
}

.copyright{
	display:flex;
	justify-content: space-between;
}

.copyright ul{
	list-style:	none;
	padding:0;
	margin: 0;
}

.copyright ul li{
	display: block;
	margin:0;
	float: left;
}

.copyright ul li a,
.copyright ul li a:visited{
	text-decoration:none;
}

.copyright ul li a:hover,
.copyright ul li a:focus{
	text-decoration:underline;
}

.copyright ul li:after{
	content:'|';
	margin:0px 5px;
}

.copyright ul li:last-child:after{
	display:none;
}

@media(max-width:767px){
	.footer-content .logos{
		text-align:left;
	}

	.copyright {
	    display: block;
	    justify-content: space-between;
	}

	.copyright ul{
		margin-top:20px;
	}
	
	.copyright ul li{
		display:block;
		float:none;
	}
	
	.copyright ul li:after{
		display:none;
	}
}

.carousel-caption{
	top:50%;
	transform:	translateY(-50%);
	bottom: auto;
	left: 25%;
	right: 25%;
	text-shadow:none;
}

.HomePageFullWidthArea .carousel-caption{
	font-size:18px;
	text-align:left;
}

.HomePageFullWidthArea .carousel-caption h1{
	font-size:72px;
}

.carousel-control.right,
.carousel-control.left{
	background-image:none;
	opacity:1;
}

.carousel-control .icon-next,
.carousel-control .icon-prev{
	background-image:
	url(images/caret-left-white.svg);
	background-repeat:
	no-repeat;
	background-size:15px;
	background-position:
	center;
	width: 30px;
	height: 30px;
}

.carousel-control .icon-next{
	background-image:url(images/caret-right-white.svg);
}

.carousel-control .icon-prev:before,
.carousel-control .icon-next:before{
	display:none;
}

.carousel-indicators li,
.carousel-indicators .active{
	width:15px;
	height:15px;
	border-radius:15px;
	margin: 0px 3px;
	border:2px solid #fff;
}

.carousel-inner.bg-img > .item:after{
	display:block;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	background-color:rgba(0,0,0,0.2);
	content:'';
}

@media(max-width:767px){
	.HomePageFullWidthArea .carousel-caption h1{
		font-size:36px;
	}
	
	.HomePageFullWidthArea .carousel-caption{
		font-size:14px;
		text-align:left;
	}

	.carousel-caption{
		top:auto;
		transform:	none;
		bottom: 50px;
		left: 10%;
		right: 10%;
		text-shadow:none;
	}

	.carousel-control.right,
	.carousel-control.left{
		background-position:center 98%;
	}

	.carousel-control .icon-next,
	.carousel-control .icon-prev{
		bottom: 17px;
		top: auto;
	}
	
}

.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:40px;
		padding-bottom:40px;
	}

}

.ad-banner a{
	display:
	block;
	margin:0px auto;
	text-align: center;
}

.ad-banner a:nth-child(1){
	max-width:1170px;
	display:block;
}





.ad-sidebar a{
	display:block;
	max-width:250px;
}

@media(min-width:768px){
	.ad-banner a:nth-child(2){
		display:none;
	}

	.ad-banner.small a:nth-child(1){
		max-width:570px;
		display:block;
	}
}

@media(max-width:767px){
	.ad-banner a:nth-child(1){
		display:none;
	}

	.ad-banner a:nth-child(2){
		max-width:370px;
		display:block;
	}
}

.purple{
	background-color:#7d3080;
}

.orange{
	background-color:#ff4f00;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p{
	color:#fff;
}

.Wrapper-FullWidth #masterContentArea{
	max-width:100%;
	padding-left: 0;
	padding-right: 0;
}

.Wrapper-FullWidth #masterContentArea .row{
	max-width:1200px;
	margin:0px auto;
}

.Wrapper-FullWidth #masterContentArea .row.full{
	max-width:100%;
}

.Wrapper-FullWidth .col-primary{
	width:100%;
	margin:0;
}

.Wrapper-FullWidth .col-secondary{
	display:none;
}

.v-align > *{
	padding: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 400px;
}

.v-align .ContentItemContainer{
	max-width: 500px;
}

.v-align.reverse > *{
	justify-content: flex-end;
}

.row,
.row > *{
	background-position:center;
	background-size:cover;
}

@media(max-width:767px){
	.v-align.reverse{
		flex-direction: column-reverse;
	}

	.v-align > *{
		padding: 30px;
		justify-content: center;
	}

	.v-align.reverse > * {
	    justify-content: center;
	}

}

.WhiteButton,
.WhiteButton:visited{
	background:#fff;
	color:#7d3080;
	border:1px solid #fff;
}

.WhiteButton:hover,
.WhiteButton:focus{
	background:transparent;
	color:#fff;
	border:1px solid #fff;
}

a.readmore,
a.readmore:visited{
	text-decoration:none;
	font-weight:500;
	position:relative;
}

a.readmore:after{
	display:block;
	content:'';
	width:10px;
	height:13px;
	background-image:url(images/arrow-right-orange-line.svg);
	background-size:10px;
	background-repeat:no-repeat;
	position:absolute;
	right:-18px;
	top:50%;
	transform:translateY(-50%);
	margin-top:1px;
	-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;
}

a.readmore:hover,
a.readmore:focus{
	color: #ff4f00;
}

a.readmore:hover:after,
a.readmore:focus:after{
	background-image:url(images/arrow-right-orange-solid.svg);
	right:-22px;
}

.newsList .BlockTLItem, 
.newsList .BlockList li {
    border-bottom: 0px;
    flex-basis: 33%;
    position: relative;
    justify-content: space-between;
    padding: 0px 30px;
    margin-bottom: 65px;
}

.newsList .BlockTLItem:before{
	display:block;
	width:1px;
	height: 80px;
	border-right: 1px solid #333;
	content:'';
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}


.newsList .BlockTLItem:nth-child(3n+1):before{
	display:none;
}

.newsList .TaggedListPanel{
	display: flex;
	flex-wrap: wrap;
}

.newsList h3{
	margin:0px;
}

.newsList .newsDesc{
	display:block;
	margin:20px 0px;
}

@media(min-width:1200px){
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(4),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(5),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(6){
		display:block;
		margin-bottom:30px;
	}
}

@media(min-width:768px) and (max-width:1200px){
	.newsList .BlockTLItem, 
	.newsList .BlockList li {
	    border-bottom: 0px;
	    flex-basis: 50%;
	    position: relative;
	    justify-content: space-between;
	    padding: 0px 30px;
	    margin-bottom: 65px;
	}

	.newsList .BlockTLItem:nth-child(3n+1):before{
		display:block;
	}

	.newsList .BlockTLItem:nth-child(2n+1):before{
		display:none;
	}
}

@media(max-width:767px){
	.newsList .TaggedListPanel{
		display: block;
		flex-wrap: wrap;
	}

	.newsList .BlockTLItem:before{
		display:none;
	}

		
	.newsList .BlockTLItem, 
	.newsList .BlockList li {
	    padding: 0px 15px;
		display:none;
		max-width:400px;
		margin:0px auto 40px auto;
	}
	
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(1),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(2),
	.Wrapper-HomePage .newsList .BlockTLItem:nth-child(3){
		display:block;
	}
}

.homeEvents .imageWrapper{
	display:block;
	height:210px;
	border-radius: 5px;
	overflow:hidden;
}


.homeEvents .image{
	display:block;
	height:210px;
	background-position:center;
	background-size:cover;
	border-radius: 5px;
	-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 .imageWrapper:hover .image,
.homeEvents .imageWrapper:focus .image{
	transform:scale(1.2);
}


.homeEvents .card{
	border:0;
	border-radius:0px;
}

.homeEvents .content{
	display:block;
	padding:15px;
}

.homeEvents h3{
	margon-top:0;
}

.homeEvents .date{
	display:block;
	margin:15px 0px;
}

.homeEvents .desc{
	display:block;
	margin-bottom:15px;
}

@media(max-width:767px){
	.homeEvents .simplePaginateList{
		display:block;
	}

	.homeEvents .col{
		margin-bottom: 40px!important;
		display:
		block;
		max-width: 400px;
		margin: 0px auto;
	}
}


.artSearch .panel-title{
	color:#fff;
	padding:10px 15px;
	background-color:#450f49;
}

.artSearch .panel-heading.Distinguish{
	padding:0;
}

.artSearch .listing{
	display:flex;
	font-weight:500;
	padding: 13px 15px;
	margin:20px 0px;
	align-items:center;
	justify-content: space-between;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.artSearch .listing.spotlight{
	background:#ffccb5;
	border-radius:3px;
	border-color:#ffccb5;
	position:relative;
	padding-left:55px;
}

.artSearch .spotlight .title{
	width: 210px;
	padding-right: 20px;
}

.artSearch .listing.spotlight:before{
	content:'';
	display:block;
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	width:30px;
	height:30px;
	background-color:#ff4f00;
	-webkit-mask-image:url(images/star-regular.svg);
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-position:center;
}

.artSearch .content{
	display:flex;
	max-width: 600px;
	align-items: center;
}

.artSearch .title{
	flex-shrink: 0;
	width:250px;
}

.artSearch .org{
	width:100%;
}

.artSearch .readmore{
	min-width:70px;
	position: relative;
	margin-right:20px;
}

.artSearch .RadGrid.RadGrid .rgRow a, 
.artSearch .RadGrid.RadGrid .rgAltRow a{
	text-decoration:none;
}

.artSearch .FilterPanel{
	padding:15px;	
	background-color:#f5f5f5;
}

.artSearch .RadGrid.RadGrid_MetroTouch .rgSelectedRow a.readmore{
	color:#ff4f00!important;
}

.jobCounts{
	font-size:20px;
	font-weight:500;
	border-left:20px solid #ff4f00;
	padding-left:5px;
}

.jobCounts .count{
	display:block;
	font-weight:700;
	font-size:40px;
	line-height:1;
}

.jobCounts .iMIS-WebPart > .ContentItemContainer, 
.jobCounts .WebPartZone > .ContentItemContainer{
	margin:0;	
}

@media(max-width:991px){
	.artSearch .content,
	.artSearch .listing{
		display:block;
		max-width: 100%;
	}

	.artSearch .listing{
		margin:10px 0px;
	}
	
	.artSearch .title,
	.artSearch .org,
	.artSearch .spotlight .title{
		display:block;
		width:100%;
		max-width:100%;
		margin-bottom:20px;
		padding-right: 0px;
	}

	.artSearch .listing.spotlight{
		padding-left:15px;
	}

	.artSearch .listing.spotlight:before{
		transform:none;
		top:0;
		z-index: 2;
	}
}