a {
	-webkit-transition: .2s color ease-in-out;
		 -moz-transition: .2s color ease-in-out;
			-ms-transition: .2s color ease-in-out;
			 -o-transition: .2s color ease-in-out;
					transition: .2s color ease-in-out;
}

html { background: #000 url(../i/background.jpg) top center no-repeat; }
html.hockey { background-image: url(../i/hockey_background.jpg); }
body { background: transparent url(../i/accountNav.png) 0 0 repeat-x; }

/* STRUCTURAL STYLES */

.siteContainer { width: 960px; }
#pageContentContainer { box-shadow: 0 -20px 25px rgba(0,0,0,.8); }
#panelOne { width: 185px; }
#panelTwo { width: 730px; }
#siteContainer2.one_panel #yieldContent { padding: 0; }

/* ACCOUNT NAV */

#accountNav { position: absolute; right: 0; z-index: 200; }
#accountNav li a, #accountNav .secondary a { color: #fff; font: small-caps 700 12px/30px "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: lowercase; }
#accountNav li a:hover { background-color: transparent; color: #b11c06; }
#accountNav #login { background: transparent url(../i/diagonalAccent.png) right 12px no-repeat; padding-right: 8px; }
#accountNav .currentSite a { border: none; display: none; }
#accountNav .currentSite a#edit_membership { border: none; display: block; font-size: 12px; }

/* SITE HEADER */

#siteHeader { height: 110px; }
#siteHeader { background: none; }
#siteHeader h1 a { background: transparent url(../i/selectsLogo.png) 0 0 no-repeat; display: block; width: 303px; height: 53px; position: absolute; bottom: 10px; }
#siteHeader .adminToggle { right: auto; left: 325px; }
#siteHeader #adminNav { right: auto; left: 405px; }
#siteHeader .warrior { position: absolute; top: 40px; right: 120px; z-index: 200; }

#siteHeader label { color: #fff; font: 700 30px/1 "proxima-nova", sans-serif; position: absolute; top: 40px; right: 15px; z-index: 200; text-shadow: 0 0 2px rgba(0,0,0,.5); }

#siteHeader #socialLinks { position: absolute; bottom: -38px; right: 15px; z-index: 300; }
#siteHeader #socialLinks li { display: block; float: left; list-style-type: none; }
#siteHeader #socialLinks li a { background: transparent url(../i/socialLinks.png) 0 0 no-repeat; display: block; height: 26px; width: 26px; margin-right: 10px; text-indent: -999em; }
#siteHeader #socialLinks li .facebook { background-position: -1px -1px; }
#siteHeader #socialLinks li .youTube { background-position: -33px -1px; }
#siteHeader #socialLinks li .twitter { background-position: -66px -1px; }
#siteHeader #socialLinks li .facebook:hover { background-position: -1px -34px; }
#siteHeader #socialLinks li .youTube:hover { background-position: -33px -34px; }
#siteHeader #socialLinks li .twitter:hover { background-position: -66px -34px; }
#siteHeader #socialLinks li .registerBtn, #siteHeader #socialLinks li .chatBtn {
	background: #C71432 url(../i/customBtn.png) center center repeat-x; border-radius: 4px; box-shadow: 0 0 10px rgba(0,0,0,.5); color: #fff; font: 700 14px/25px "adelle", sans-serif; margin: 0; padding: 0 20px; text-indent: 0; width: auto;
	-webkit-transition: .2s background ease-in-out;
		 -moz-transition: .2s background ease-in-out;
			-ms-transition: .2s background ease-in-out;
			 -o-transition: .2s background ease-in-out;
					transition: .2s background ease-in-out;
}
#siteHeader #socialLinks li .registerBtn:hover, #siteHeader #socialLinks li .chatBtn:hover { background: #b2001e url(../i/customBtn.png) center center repeat-x; }
#siteHeader #socialLinks li .chatBtn { background-color: #0699f9; margin-right: 10px; }
#siteHeader #socialLinks li .chatBtn:hover { background-color: #048ce4; }

/* GOOGLE SEARCH */

.googleSearch { display: block; width: 218px; position: absolute; bottom: 10px; right: 15px; z-index: 200; }
.googleSearch input.gsc-search-button { background: #0699f9 url(../i/searchIcon.png) 10px center no-repeat; border: none; border-radius: 0 5px 5px 0; text-indent: -999em; min-width: 0; width: 35px; height: 25px; }
.googleSearch .cse .gsc-control-cse, .googleSearch .gsc-control-cse { background: transparent none; border: none; padding: 0; }
.googleSearch .cse form.gsc-search-box, .googleSearch form.gsc-search-box { margin: 0; padding: 0; }
.googleSearch .cse table.gsc-search-box { margin: 0; }
.googleSearch .gsc-clear-button { display: none; }
.googleSearch .cse table.gsc-search-box td.gsc-input, .googleSearch table.gsc-search-box td.gsc-input { padding: 0; }
.googleSearch .cse input.gsc-input, .googleSearch input.gsc-input { background: rgba(0,0,0,.7) none !important; border: none; border-radius: 5px 0 0 5px; box-shadow: inset 0 0 1px rgba(0,0,0,.8); color: #fff; font: 700 13px/25px "proxima-nova", sans-serif; height: 26px; padding: 0 5px; width: 171px; }
#searchResults .cse .gsc-control-cse, #searchResults .gsc-control-cse { padding: 0; }

/* ADMIN NAV */

body > #adminNav { position: fixed; top: 100px; right: 0; z-index: 1000; }
body > #adminNav a { background: transparent url(../i/editUser.png) 0 0 no-repeat; display: block; width: 65px; height: 70px}
body.edit_mode > #adminNav a { background-position: 0 -70px; }
body > #adminNav a img { display: none; }
body > .adminToggle { position: fixed; top: 0; right: 0; z-index: 1000; }

/* TOP NAVIGATION */

#topNav { background: #1e1e1e url(../i/topNav.png) 0 0 repeat-x; border-bottom: 3px solid #c51130; border-radius: 5px 5px 0 0; height: 50px; position: relative; z-index: 200; }
#topNav table { max-width: 850px; width: auto; }
#topNav table tr td { display: block; float: left; }
#topNav table tr td a {
	box-shadow: inset 0 0 10px rgba(0,0,0,.01); color: #fff; display: block; font: 700 16px/50px "adelle", sans-serif; padding: 0 20px;
	-webkit-transition: .1s all ease-in-out;
		 -moz-transition: .1s all ease-in-out;
			-ms-transition: .1s all ease-in-out;
			 -o-transition: .1s all ease-in-out;
					transition: .1s all ease-in-out;
}
#topNav table tr td.firstNavElement, #topNav table tr td.firstNavElement > a { border-radius: 5px 0 0 0 !important; }
#topNav table tr td.home > a, #topNav table tr td.home:hover > a { position: relative; text-indent: -999em; width: 24px; }
#topNav table tr td.home > a span { background: transparent url(../i/homeIcon.png) 0 0 no-repeat; display: block; width: 22px; height: 24px; margin: -12px 0 0 -11px; position: absolute; top: 50%; left: 50%; }
#topNav table tr td:hover > a {
	background: #434343; /* Old browsers */
	background: -moz-linear-gradient(top,  #434343 0%, #696969 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#696969)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #434343 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #434343 0%,#696969 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #434343 0%,#696969 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #434343 0%,#696969 100%); /* W3C */
	box-shadow: inset 0 0 10px rgba(0,0,0,.6);
}
#topNav table tr td.selected a { background: #c3102f url(../i/topNav.png) 0 -50px repeat-x; }
#topNav table tr td.selected a { box-shadow: none; color: #fff; }

#topNav table tr td#top_nav_node_page_node_605927 { display: none; }

#topNav table tr td#top_nav_node_page_node_713985 { display: none; } /* Hide Google Search Results */

/* DROPDOWN NAVIGATION */

#topNav tr td { position: relative; }
#topNav tr td ul { background: #3e3d3e none; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,.6); top: 45px; left: 50%; margin-left: -90px; padding: 10px 0; position: absolute; width: 180px; }
#topNav tr td ul.dropdown {
	-webkit-animation: slideDown 150ms ease-in-out 1;
		 -moz-animation: slideDown 150ms ease-in-out 1;
			-ms-animation: slideDown 150ms ease-in-out 1;
					animation: slideDown 150ms ease-in-out 1; }
	@-webkit-keyframes slideDown {
		0% {top: 42px; opacity: 0;}
		100% {top: 45px; opacity: 1;}
	}
	@-moz-keyframes slideDown {
		0% {top: 42px; opacity: 0;}
		100% {top: 45px; opacity: 1;}
	}
	@-ms-keyframes slideDown {
		0% {top: 42px; opacity: 0;}
		100% {top: 45px; opacity: 1;}
	}
	@keyframes slideDown {
		0% {top: 42px; opacity: 0;}
		100% {top: 45px; opacity: 1;}
	}
#topNav tr td > ul::before { background: transparent url(../i/dropdownAccent.png) 0 0 no-repeat; content: ''; display: block; width: 14px; height: 8px; margin-left: -7px; position: absolute; top: -8px; left: 50%; }
#topNav tr td ul li { background: transparent none; border: none; margin: 0; }
#topNav td ul li:hover, #topNav td ul li.hover { background: transparent none; }
#topNav tr td ul li ul {
	background: #202020 none; border: none; top: -10px; left: 98%; margin-left: 0;
	-webkit-animation: slideOver 150ms ease-in-out 1;
		 -moz-animation: slideOver 150ms ease-in-out 1;
			-ms-animation: slideOver 150ms ease-in-out 1;
					animation: slideOver 150ms ease-in-out 1; }
	@-webkit-keyframes slideOver {
		0% {left: 90%; opacity: 0;}
		100% {left: 98%; opacity: 1;}
	}
	@-moz-keyframes slideOver {
		0% {left: 90%; opacity: 0;}
		100% {left: 98%; opacity: 1;}
	}
	@-ms-keyframes slideOver {
		0% {left: 90%; opacity: 0;}
		100% {left: 98%; opacity: 1;}
	}
	@keyframes slideOver {
		0% {left: 90%; opacity: 0;}
		100% {left: 98%; opacity: 1;}
}
#topNav tr td ul li ul::before { background: transparent url(../i/dropdownAccent.png) left -34px no-repeat; content: ''; display: block; width: 4px; height: 8px; position: absolute; left: -4px; top: 21px; z-index: 250; }
#topNav tr td ul li a, #topNav tr td.selected ul li a {
	background: transparent none; border: none; border-top: 1px solid #4d4d4d; box-shadow: 0 -1px 0 #2b2b2b; color: #fff; font-size: 12px; line-height: 10px; margin: 0 10px; opacity: 1; padding: 10px 0; text-transform: capitalize; width: 160px;
	-webkit-transition: .2s color ease-in-out;
		 -moz-transition: .2s color ease-in-out;
			-ms-transition: .2s color ease-in-out;
			 -o-transition: .2s color ease-in-out;
					transition: .2s color ease-in-out;
}
#topNav tr td ul li > a:hover { color: #ccc; }
#topNav tr td ul li ul li a, #topNav tr td ul li ul li a:hover { border-top: 1px solid #292929; box-shadow: 0 -1px 0 #000000; }
#topNav tr td ul li ul li:first-child a, #topNav tr td ul li ul li:first-child a:hover { border: none; box-shadow: none; }
#topNav tr td ul li a .dropdown-disclosure, #topNav ul li:hover a .dropdown-disclosure, #topNav ul li.hover a .dropdown-disclosure { background: transparent url(../i/dropdownAccent.png) bottom left no-repeat; }
#topNav tr td ul li:hover > a, #topNav tr td ul li.hover > a { background: transparent none; border: none; border-top: 1px solid #4d4d4d; box-shadow: 0 -1px 0 #2b2b2b; }
#topNav tr td ul li ul li a, #topNav tr td ul li.hover ul li a, #topNav tr td ul li:hover ul li a { border-top: 1px solid #282828; box-shadow: 0 -1px 0 #000; }
#topNav tr td ul li ul li:first-child a { border: none !important; box-shadow: none !important; }

#topNav tr td ul li a:hover { color: #fff; }
#topNav td ul li a.disabled { background: transparent none; color: #999; }

#topNav tr td ul > li:first-child > a { border-top: none; box-shadow: none; }

#topNav table tr td#top_nav_node_page_node_653260 { margin-top: -14px; position: absolute; top: 50%; right: 15px; }
#topNav table tr td#top_nav_node_page_node_653260 > a { background: #c71432 none; border-top: 1px solid #d33a54; border-radius: 3px; box-shadow: 0 1px 2px #000; font-size: 12px; line-height: 24px; padding: 0 15px; }
#topNav table tr td#top_nav_node_page_node_653260 > a:hover { background: #b00824 none; border-top: 1px solid #b71f39; }
#topNav table tr td#top_nav_node_page_node_653260 > ul.right { top: 35px; right: auto; left: 50%; }
#topNav table tr td#top_nav_node_page_node_653260 > ul { margin-left: -70px; width: 140px; }
#topNav table tr td#top_nav_node_page_node_653260 > ul a { width: 130px; }

/* SUB NAVIGATION */

.subNavContainer {
	background: #363636; /* Old browsers */
	background: -moz-linear-gradient(top,  #363636 0%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #363636 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #363636 0%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #363636 0%,#252525 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #363636 0%,#252525 100%); /* W3C */
	border-radius: 5px; overflow: hidden; margin-bottom: 10px; padding: 20px 0;
}
.subNav ul li, .relatedSections ul li { margin: 0; }
.subNav h4, .relatedSections h4 { border-bottom: 1px solid #252525; box-shadow: 0 1px 0 #515151; color: #fff; font: 700 24px/1 "adelle", sans-serif; margin: 0 15px 5px; padding-bottom: 5px; }
.subNav ul li a, .relatedSections ul li a {
	color: #fff; display: block; font: 400 12px/16px "proxima-nova", Arial, sans-serif; padding: 4px 15px;
	-webkit-transition: .2s all ease-in-out;
		 -moz-transition: .2s all ease-in-out;
			-ms-transition: .2s all ease-in-out;
			 -o-transition: .2s all ease-in-out;
					transition: .2s all ease-in-out;
}
.subNav ul.parents li.selected a { background: #c71432 none; border-top: 1px solid #e3506a; color: #fff }
.subNav .children { background: #111 url(../i/subNav.jpg) bottom center no-repeat; border-bottom: 4px solid #c71432; box-shadow: inset 0 0 5px #000; padding: 4px 0; position: relative; }
.subNav .children::before { background: transparent url(../i/subNavAccent.png) bottom left no-repeat; content: ''; display: block; width: 7px; height: 8px; position: absolute; top: -17px; right: 15px; z-index: 0; }
.subNav .children li a, .relatedSections .siblings li a {
	background: transparent url(../i/subNavAccent.png) 15px 9px no-repeat; padding: 4px 15px 4px 30px;
	-webkit-transition: .2s all ease-in-out;
		 -moz-transition: .2s all ease-in-out;
			-ms-transition: .2s all ease-in-out;
			 -o-transition: .2s all ease-in-out;
					transition: .2s all ease-in-out;
}
.subNav .children li a:hover, .relatedSections .siblings li a:hover { background-position: 25px 9px; padding-left: 35px; }
.relatedSections { margin-bottom: 0; }
.relatedSections .siblings .selected { display: none; }

/* CLIENT GRAPHICS */

#leftHandGraphics .clientGraphic { margin-bottom: 10px; }
#leftHandGraphics .image { margin: 0 auto; width: 150px; }
#leftHandGraphics .text { background: #fff url(../i/diagAccentLight.png) 0 0 repeat; text-align: center; }
#leftHandGraphics .text div { background: transparent url(../i/selectsMark.png) center 10px no-repeat; border: 1px solid #ddd; border-radius: 5px; padding-top: 100px; }
#leftHandGraphics .text h4 { background: #c71432 none; color: #fff; font: 700 16px/20px "adelle", sans-serif; padding: 5px 0; }
#leftHandGraphics .text p { background: #333 url(../i/diagAccentDark.png) 0 0 repeat; border-radius: 0 0 5px 5px; color: #fff; font: 700 12px/18px "proxima-nova", Arial, sans-serif; padding: 10px; }

/* EXTENDED FOOTER */

#extendedFooter * { font-family: "proxima-nova", Arial, sans-serif; font-weight: 700; }
#extendedFooter { border-top: 6px solid #c71432; margin: 0 0 20px; overflow: hidden; padding-top: 15px; position: relative; }
#extendedFooter .infoColumn { float: left; display: block; margin-left: 20px; width: 125px; }
#extendedFooter .infoColumn h4, #extendedFooter .infoColumn h4 a { color: #fff; text-transform: uppercase; }
#extendedFooter .infoColumn ul { padding: 0; }
#extendedFooter .infoColumn ul li { background: transparent url(../i/plusAccentLight.png) 0 6px no-repeat; display: block; line-height: 20px; padding-left: 10px; }
#extendedFooter .infoColumn ul li a { color: #9e9e9e; font-weight: 400; text-decoration: none; }
#extendedFooter .infoColumn ul li a:hover { color: #fff; }
#extendedFooter .footerLogo { margin-top: -15px; position: absolute; top: 50%; left: 40px; }

/* QUICK LINKS */

/*#extendedFooter .quickLinks { background: #c71432 url(../i/quickLinksBG.png) 0 0 repeat-x; border-bottom: 3px solid #c71432; height: 74px; margin-bottom: 25px; padding-left: 180px; position: relative; }
#extendedFooter .quickLinks > a { position: absolute; top: 7px; left: 50px; z-index: 225; }
#extendedFooter .quickLinks .linkColumn { float: left; width: 255px; }
#extendedFooter .quickLinks .linkColumn h4 { background: transparent url(../i/quickLinksSelector.png) center center no-repeat; color: #fff; display: block; font-variant: small-caps; line-height: 23px; text-align: center; text-transform: lowercase; }
#extendedFooter .quickLinks .linkColumn ul { margin: 0; padding: 0; width: 256px; }
#extendedFooter .quickLinks .linkColumn ul li { background: transparent none; border-left: 1px solid #9a051c; border-right: 1px solid #db3d5b; display: block; width: 62px; height: 49px; float: left; padding: 0; }
#extendedFooter .quickLinks .linkColumn ul li:hover { background: #343434 url(../i/quickLinksHover.png) 0 0 repeat-x; border-left: 1px solid: #000; border-right: 1px solid #333; }
#extendedFooter .quickLinks .linkColumn ul li a { background: transparent url(../i/quickLinks.png) 0 0 no-repeat;color: #fff; display: block; width: 62px; line-height: 49px; text-indent: -999em; }

#extendedFooter .quickLinks .linkColumn ul li.link1 a { background-position: 12px 0; }
#extendedFooter .quickLinks .linkColumn ul li.link2 a { background-position: -140px 0; }
#extendedFooter .quickLinks .linkColumn ul li.link3 a { background-position: -294px 0; }
#extendedFooter .quickLinks .linkColumn ul li.link4 a { background-position: -448px 0; }*/

/* LEGACY PANEL */

#extendedFooter .legacyPanel { background: transparent url(../i/white5.png) 0 0 repeat; background: rgba(255,255,255,.05) none; display: block; width: 300px; padding: 15px; position: absolute; right: 0; top: 15px; z-index: 250; }
#extendedFooter .legacyPanel h3 { position: relative; left: -27px; }
#extendedFooter .legacyPanel ul { padding-left: 10px; width: auto; }
#extendedFooter .legacyPanel ul li { color: #797979; display: block; line-height: 16px; }

/* SITE FOOTER */

#siteFooter { background: #1b1b1b url(../i/siteFooter.png) bottom left repeat-x; border-radius: 0 0 5px 5px; margin: 0 auto 15px; padding: 0 0 10px; width: 960px; }
#siteFooter > ul { background: rgba(255,255,255,.1) none; clear: both; padding: 10px 15px; width: 930px; }
#siteFooter > ul li, #siteFooter > ul li a { color: #666; }
#siteFooter > ul li a { text-decoration: underline; }
#siteFooter > ul li a:hover { color: #666; text-decoration: none; }
#siteFooter #poweredByNGIN a {
	background: transparent url(../i/sportNginLogo.png) 0 0 no-repeat; display: block; width: 125px; height: 25px; margin-top: -3px; opacity: .6;
	-webkit-transition: .2s opacity ease-in-out;
		 -moz-transition: .2s opacity ease-in-out;
			-ms-transition: .2s opacity ease-in-out;
			 -o-transition: .2s opacity ease-in-out;
					transition: .2s opacity ease-in-out;
}
#siteFooter #poweredByNGIN a:hover { opacity: .8; }
#siteFooter #poweredByNGIN a img { display: none; }

/* HOMEPAGE STYLES */

#homePage #pageContentContainer { padding: 0; }
#homePage .heroSlideshow { margin-right: 0; margin-bottom: 10px; }
#homePage .heroSlideshow .newsSlideShow { margin: 0; position: relative; }
#homePage .heroSlideshow .newsSlideShow-controls {
	display: none; opacity: 0; height: 100%;
	-webkit-transition: .2s opacity ease-in-out;
		 -moz-transition: .2s opacity ease-in-out;
			-ms-transition: .2s opacity ease-in-out;
			 -o-transition: .2s opacity ease-in-out;
					transition: .2s opacity ease-in-out;
}
#homePage .heroSlideshow:hover .newsSlideShow-controls { opacity: .8; }
#homePage .heroSlideshow .newsSlideShow-controls .newsSlideShow-stop, #homePage .heroSlideshow .newsSlideShow-controls .newsSlideShow-play { display: none !important; }
#homePage .heroSlideshow .newsSlideShow-controls .newsSlideShow-prev, #homePage .heroSlideshow .newsSlideShow-controls .newsSlideShow-next {
	background: #333 url(../i/heroSlideshowAccents.png) left center no-repeat; border: none; border-radius: 5px; display: block; width: 40px; height: 70px; margin-top: -35px; position: absolute; top: 50%; left: -20px; text-indent: -999em;
	-webkit-transition: .2s all ease-in-out;
		 -moz-transition: .2s all ease-in-out;
			-ms-transition: .2s all ease-in-out;
			 -o-transition: .2s all ease-in-out;
					transition: .2s all ease-in-out;
}
#homePage .heroSlideshow .newsSlideShow-controls .newsSlideShow-next { background-position: right center; right: -20px; left: auto; }
#homePage .heroSlideshow .newsSlideShow-controls .newsSlideShow-prev:hover { background-color: #444; left: -25px; }
#homePage .heroSlideshow .newsSlideShow-controls .newsSlideShow-next:hover { background-color: #444; right: -25px; }

#homePage .heroSlideshow .newsSlideShow::after { background: transparent url(../i/heroSlideshowShadow.png) bottom center no-repeat; content: ''; display: block; width: 960px; height: 34px; position: absolute; bottom: 0; left: 0; z-index: 150; }
#homePage .heroSlideshow .newsSlideShow .newsSlideShow-headline { display: none !important; }

#homePage .heroSlideshow .newsSlideShow .newsSlideShow-container { background: #fff none; box-shadow: none; }
#homePage .heroSlideshow .newsSlideShow .newsSlideShow-thumbnails { bottom: 0; text-align: center; width: 100%; z-index: 175; }
#homePage .heroSlideshow .newsSlideShow .newsSlideShow-thumbnails li { background: rgba(0,0,0,.1) none; border-radius: 15px; box-shadow: inset 0 0 3px rgba(0,0,0,.5); display: inline-block; margin: 2px; padding: 5px; width: auto; }
#homePage .heroSlideshow .newsSlideShow .newsSlideShow-thumbnails li a { background: #fff none; border: none; border-radius: 5px; box-shadow: 0 0 3px rgba(0,0,0,.5); margin: 0; opacity: 1; padding: 0; width: 7px; height: 7px; }
#homePage .heroSlideshow .newsSlideShow .newsSlideShow-thumbnails li a.current { background: #0699F9 none; }

#homePage .sectionSelect { background: transparent url(../i/sectionSelect.png) 0 0 repeat-x; margin-right: 0; padding: 0 80px; }
#homePage .sectionSelect .pageElement { margin: 0 5px 10px !important; padding: 0; }
#homePage .sectionSelect .textBlockElement { margin: 0 20px; padding: 0; }

.sectionSelect .textBlockElement h3 { color: #fff; font: 700 20px/1 "adelle", sans-serif; margin: 3px 0; }
.sectionSelect .textBlockElement .text p { color: #fff; margin-bottom: 0; }
.sectionSelect .textBlockElement .text a {
	background: #282828 url(../i/customBtn.png) center center repeat-x; border-radius: 7px; box-shadow: 0 0 3px #000; color: #fff; display: inline-block; font: 700 14px/35px "adelle", sans-serif; margin: 10px 0 0; padding: 0 50px; position: relative; top: 3px; text-decoration: none;
	-webkit-transition: .2s top ease-in-out;
		 -moz-transition: .2s top ease-in-out;
			-ms-transition: .2s top ease-in-out;
			 -o-transition: .2s top ease-in-out;
					transition: .2s top ease-in-out;
}
.sectionSelect .textBlockElement .text a:hover { top: 6px; }

#homePage.edit_mode .sectionSelect { position: static; }

/* HERO CONTENT */

#homePage.user_mode .layoutContainer { margin: 0 0 0 15px; }
#homePage.user_mode .heroContent, #homePage.user_mode .heroSlideshow { margin: 0; }
#homePage.user_mode .heroContent .pageElement, #homePage.user_mode .heroSlideshow .pageElement { margin: 0 0 15px 0; }

/* MAIL ELEMENT*/
.pageEl .pageElement.mailSubscribeElement { padding: 10px; }
.pageEl .mailSubscribeElement h3 { font: 600 18px/22px helvetica; margin-bottom: 10px; }
.pageEl .mailSubscribeElement td { padding: 10px 0; }
.pageEl .mailSubscribeElement th { color: #363636; text-align: left; }
.pageEl .mailSubscribeElement .odd, .pageEl .mailSubscribeElement .even { background: transparent none; }


.mailSubscribeElement .large { width: 100%; }
.mailSubscribeElement .buttonLink { background: #c71432 none; border: none; color: #fff; display: block; font: 600 12px/14px helvetica; text-align: center; padding: 8px; }
.mailSubscribeElement .buttonLink:hover { background: #A50A24; }

/* EDIT MODE */

.edit_mode .subNav ul li, .edit_mode .relatedSections ul li { margin-bottom: 1px; }
.edit_mode .subNav .parents, .edit_mode .subNav .children { margin: 0 15px; }
.edit_mode .subNav .parents .selected a { background: transparent none; border: none; }
.edit_mode .subNav .children { border: none; padding: 0; }
.edit_mode .subNav .children::before { display: none; }
.edit_mode .subNav .children li a { background: transparent none; }
.edit_mode .relatedSections ul.siblings li { background-color: transparent; }
.edit_mode .rapidTabsConstruction { height: 25px; }
