/*
original theme: MME Pop - Black Pink Green
author: Timo Wirth & Rebecca Heinen, Aperto AG

*/

/* Import fonts
--------------- */
@import "font-Lato.css";

/* CSS imports 
--------------- */
@import "font-awesome.css";
@import "animate.css";
@import "bootstrap.css";
@import "bootstrap-overwrite.css";
@import "audioPlayer.css";
@import "jquery.bxslider.css";


* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Lato', sans-serif;
    font-size:14px;
    color:#353535;
}


/* LINKS
--------------- */
a {
	color: #E00820;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
a img {
	width: 150px;
}
a:visited {
	color: #85855a;
}
a:hover img,
a:active img
a:focus img {
}

em.more a {
	padding-left: 15px;
	background: transparent url(../img/icons/sprites.png) no-repeat scroll 0 2px;
	font-style: normal;
}
em.more-comments a {
	font-style: normal;
	padding: 7px;
}
em.more-comments:before {
	content: "|";
}
p.back a {
	clear: both;
	display: block;
	background: url(../img/icons/sprites.png) 0 -67px no-repeat;
	margin: 25px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: none !important;
	padding: 5px 0 0 17px;
	font-style: normal;
	font-weight: bold;
}
p.back a:hover,
p.back a:focus,
p.back a:active {
	text-decoration: underline !important;
}
.all a {
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	border-top: 1px solid #b3b3b3;
	padding: 5px 0 0 17px;
	background: transparent url(../img/icons/sprites.png) no-repeat scroll 0 5px;
}

/* hidden & skip link 
--------------- */
.step-by-step li em,
.showbox h1.showbox-title,
.aural,
.skip a,
#search-box label,
#search-results .new-search label,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {
	display: block;
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}

#nav-global {
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
}

.skip a:active,
.skip a:focus {
    position: absolute;
	background: #fff;
	outline: none;
    z-index: 1000;
	left: 200px;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 5px 15px 10px 15px;
    font-weight: bold;
}

/* clear 
--------------- */
.step-by-step ol:after,
.opener:after,
.teaser:after,
#page-intro:after,
.form-wrapper div:after,
#stage div.teaser-wrapper:after,
.text-box-tabs .text-box-section:after,
#extras .toc-box .text-box-section:after,
#main .vcard:after {
	content: " ";
    display: block;
    clear: both;
}



/* GRID / LAYOUT
--------------------- */
#home #wrapper {
	
}
#wrapper {	
	position: relative;
}
#branding {
	position: relative;
	width: 1170px;
	padding-top: 10px;
	margin: 0 auto;
}
#section-header {
	margin: 30px auto 20px auto;
	width: 1170px;	
}
#stage {
	position: relative;
	overflow: hidden;
	width: 1170px;
	margin: 0 auto;
}
#wrapper-2 {
	background: #fff;
	overflow: hidden;
	margin: 0 auto 20px;
	width: 100%;
}
#stage .homepage_whatson p {
    margin: 0;
    padding: 10px 0 0 0;
}
.homepage {
    color: #fff;
    display: inline-block;
    margin: auto -1.5px;
    padding: 10px;
    vertical-align: top;
    width: 33%;
}
#nav {
	float: left;
	margin: 0 20px 0 0;
	width: 100%;
}
#wrapper-3 {
	margin: 0 auto;
	width: 1170px!important;
}
#map {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 700px;
}
#main {
	float: left;
	margin: 0 20px 0 0;
	width: 100%;
}
#wrapper-3 > #main {
	overflow: visible;
}
#extras {
	float: left;
    width: 23%;
}
#promos {
	overflow: hidden;
	clear: both;
	padding: 20px 0 20px 0;
}
#site-info {
	clear: both;
	overflow: hidden;
}

/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
	width: 100%;
}
.col-subcol #main {
	width: 700px;
}
.col-subcol #main {
	width: 1170px;
}
.col-subcol #extras {
	width: 330px;
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
	width: 100%;
}
#map {
	margin-top: 37px;
}

/* 2 column layout: two equal columns: main column | sidebar */
.col-subcol-equal #wrapper-3 {
	width: 100%;
}
.col-subcol-equal #main,
.col-subcol-equal #extras {
	width: 460px;
}

/* 2 column layout: nav vertical and big main column with 2 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main {
	width: 700px;
}

/* 3 column layout: no nav vertical | main | sidebar | sidebar */
.col-subcol-subcol #wrapper-3 {
	width: 100%;
}
.col-subcol-subcol #main,
.col-subcol-subcol #extras {
	width: 460px;
}
.col-subcol-subcol #extras-1,
.col-subcol-subcol #extras-2 {
	width: 220px;
	float: left;
}
.col-subcol-subcol #extras-2 {
	float: right;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
	width: 100%;
}
.col-float3 #wrapper-3,
.col-float3 #main {
	width: 100%;
}

/* 3 column layout: no nav vertical, 1 big column with 2 floating teasers and a sidebar:  main column | sidebar  */
.col-float2-subcol #wrapper-3 {
	width: 100%;
}
.col-float2-subcol #main {
	width: 700px;
}
.col-float2-subcol #wrapper-3 {
	float: none;
}


/* FONTS 
--------------- */

p,
li,
dd,
dt,
table,
label,
input,
textarea {
}
#stage p,
p.intro {
	font-size: 160%;
}
h1 {
	font-size: 240%;
}
h1 em,
h1 em { /* kicker */
	display: block;
	font-size: 62.5%;
	font-style: normal;
}
h2 {
	font-size: 180%;
}
.teaser h2 em { /* kicker */
	display: block;
	font-size: 66.66%; /* 12px */
	font-style: normal;
}
h3 {
	font-size: 140%;
}
.latest h3 em { /* kicker */
	display: block;
	font-style: normal;
	font-size: 68.75%; /* 11px */
}
.links h2,
.links h3 { /* linklist in teaser */
	font-size: 130%;
	font-weight: bold;
}
.latest h3 {
	font-size: 160%;
}
h4,
h5 {
	font-size: 130%;
}
.teaser-group h5 {
	font-size: 160%;
}
.teaserlist li {
	font-size: 160%;
	font-weight: bold;
}
.links li {
	font-size: 120%;
	font-weight: normal;
}
#main .links em {
	font-size: 85%; /* 11px */
	font-style: normal;
}


/* sidebar 
--------------- */
#extras h2,
#extras h3 {
	font-size: 160%;
	font-weight: bold;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
	display: block;
	font-size: 68.75%; /* 11px */
	font-style: normal;
}


/* BRANDING / HEAD
------------------ */
#branding {
}
#branding-box p.skip {
	margin: 0;
	padding: 0;
}
#branding-box{
	width: 1170px;
	display: table-cell;
}
#branding-box-left {
	display: inline-block;
	float: left;
}
#branding-box-right {
	display: inline-block;
	float: right;	
}
#logo {
	overflow: hidden;
	position: relative;
	height: 100px;
}
#logo span {
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	height: 100px;
	width: 113px;
}
#right-logo,
#nav-meta,
#branding-media {
	text-align: right;
}
#right-logo a img {	
    border: none;
    width: auto;
}
#right-logo a:hover img {
    border: none;
}
/* BRANDING / MEDIA
------------------ */
#branding-media ul li {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid rgba(0,0,0,0.2)
}
#branding-media ul li:last-child {
    padding-right: 0px;
    border-right: none;
}
#branding-media a {
    color:#353535;
    line-height: 20px;
    font-weight:400;
	text-decoration: none;
}
#branding-media a:hover,
#branding-media a:active,
#branding-media a:focus {
	color: #E00820;
}
#branding-media i {
    padding-right:3px;
    font-size:1.29em;
}

#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #000;
	font-size: 200%;
}
#logo em {
	position: absolute;
	z-index: 11;
	left: 120px;
	bottom: 0;
	height: 100px;
	top: 30px;
	color: #ec1549;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
}
#logo a {
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}
#logo a:hover {
	text-decoration: none;
}
#logo a img {
}

/* SEARCH BAR
--------------- */
.searchbar .form-control {
    height: 50px;
    border-radius: 0px;
    border: 1px solid #dfdfdf;
    border-top: none;
    border-bottom: none; 
    box-shadow: none;
}
.searchbar .btn {
    border-radius: 0px;
    padding: 15px 18px;
    border: 1px solid #dfdfdf;
    border-top: none;
    box-shadow: none;
}
.searchbar .pull-right {
    width: 20%;
}
.navbar-form {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}
.navbar-form {
    background-color: transparent;
}

/* Meta Navigation
--------------- */
#nav-meta ul li a {
	color: #353535;
	line-height: 24px;
	font-weight: 600;
	font-size: 0.86em;
	text-decoration: none;
}


/* NAVIGATION 
--------------- */

.collapse.in {
    display: block!important;
}
.navbar {
	margin: 0 auto;
	width: 1170px;
    background-color: #FFF;
    height: 40px;    
    border: none;
    position: static;
}
.navbar>ul {
    text-align: justify;
}
.navbar ul:after {
    content: '';
    display: inline-block;
    width: 400px;
}

/* NAVBAR MOBILE */
.navbar-mobile {
	display: none;
}

/* GLOBAL NAV LEVEL 1
--------------- */

#global-nav {
	min-height: 81px;
	position: relative;
	top: -25px;
	width: 960px;
}
#nav-auth-box {
	display: table;
	width: 100%;
}
ul.global-nav-lv1 {
	z-index: 150;
	float: left;
	list-style: none;
	margin-bottom: 0;
	width: 80%;
	padding: 0 5px 0 0;
	max-height: 40px;
}
ul.global-nav-lv1.in {
	overflow-y: auto;
}
li.global-nav-lv1 {
	float: none;
	display: inline-block;
	margin: 0;
	color: #2d2f42;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
li.global-nav-lv1 span {
	width: auto;
}
li.global-nav-lv1 a {
	color: #2d2f42;
	text-decoration: none;
}
li.global-nav-lv1 span,
li.global-nav-lv1 a span {
	color: #2d2f42;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px; /*fixing this as navigation font should remain the same font (unaffected by the font inc and dec function), following cpf*/
}
li.global-nav-lv1 a span:hover {
}
/* hover 
--------------- */
li.global-nav-lv1:hover,
li.global-nav-lv1:active,
li.global-nav-lv1:focus {
}
.global-nav-lv1 > .open > a, 
.global-nav-lv1 > .open > a:hover, 
.global-nav-lv1 > .open > a:focus {
    background-image: url(../img/corp/pointer.png);
    background-position:bottom center;
    background-repeat: no-repeat;
    font-weight:600;
    background-color: transparent;
    padding: 0 0 10px 0;
}
.global-nav-lv1 > .open > a span , 
.global-nav-lv1 > .open > a:hover span, 
.global-nav-lv1 > .open > a:focus span {	
    color:#e00820;
}


/* GLOBAL NAV LEVEL 2
--------------- */
ul.global-nav-lv2 {
	position: absolute;
	z-index: 1000;
	float: none;
    background: #fff5f5;
	display: none;
 	left: 0 !important;
    right: 0 !important;
	padding: 0 0 10px 0;
    margin: 0 auto;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.08);
    border-top:3px solid #e00820;
    border-bottom:1px solid #e7e7e7;
    border-radius: 0px;
}
.open > ul.global-nav-lv2 {
	display: block;
}
li.global-nav-lv1:hover ul {
	left: 0;
}
li.global-nav-lv2 {
	float: none;
	color: #2d2f42;
	list-style: none;
}
li.global-nav-lv2 a {
}
div.global-nav-lv2 {
	width: 1170px;
	margin: 0 auto;
}
.global-nav-lv2 .title {
	margin: 0.5em 1em;
	padding: 0.25em;
	color: #2d2f42;
	font: 14px helveticaNeue, helvetica CY, helvetica, arial;
	display: block;
	border-bottom: 1px solid #2d2f42;
	text-align: left;
	vertical-align: top;
}
.global-nav-lv2 .content {
	padding: 0;
	margin: 0;
}
.global-nav-lv2 .column {
	margin: 0;
	padding: 0;
}
.global-nav-lv2 .column .item-group-long,
.global-nav-lv2 .column .item-group-short {
	display: inline-block;
	float: left;	
}
.global-nav-lv2 .column .item-group-long {
	min-width: 25%;
}
.global-nav-lv2 .column .item-group-short {
	width: 25%;
}
.global-nav-lv2 .column .item,
.global-nav-lv2 .column .item2 {
	display: inline-block;
	color: #8e8e8e;
	text-align: left;
	min-width: 25%;
	float: left;
}
.global-nav-lv2 .column .item:nth-child(4n+1),
.global-nav-lv2 .column .item2:nth-child(4n+1) {
   /* clear:left;*/
}
.global-nav-lv2 .column .item a,
.global-nav-lv2 .column .item2 a {
	padding: 0.75em 1.25em;
	display: block;
}
.global-nav-lv2 .column .description {
	padding: 0 0 0.75em 1.25em;
	line-height: 1em;
	font-weight: 300;
}
.global-nav-lv2 .column .item2 {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 5px;
	display: inline-block;
	width: 100%;
}
.global-nav-lv2 .column .item2child {
	display: inline-block;
	vertical-align: top;
	width: 24.8%;
}
.global-nav-lv2 .column .item a:hover,
.global-nav-lv2 .column .item2 a:hover {
	color: #ff0000;
}
.global-nav-lv2 .column .item .subtitle {
    color: #000;
    display: block;
    padding: 1.5em 1.25em 0.75em 1em;
    text-transform: uppercase;
    font-size: 1.2em;    
    font-weight: bold;
	width: 1170px;
}
/* SECTION-HEADER
----------------- */
#section-header {
	background: #0d8ccc;
	border-radius: 5px;
	overflow: hidden;
	color: #fff;
}
#section-header h5 {
	float: right;
	width: 30%;
	padding: 10px;
	font-size: 180%;
	text-align: right;
}
#section-header p {
	float: left;
	width: 65%;
	padding: 13px 10px 13px 10px;
}

/* STAGE
-------------------------- */
#stage {
	border-radius: 5px;
	z-index: 5;
}
#stage h1 {
	margin: 0 0 10px 0;
}
#stage img {
	display: block;
	line-height: 1;
}
#stage a img {
	border: none;
	width: 1170px;
}
#stage-box {
	position: absolute;
	top: 53px;
	left: 20px;
	padding: 10px;
	background: #0D0D0D;
	border-radius: 8px;
}
#stage h1 {
	float: left;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
}
#stage p {
	clear: left;
	float: left;
	width: 300px;
	padding: 10px 10px;
	line-height: 1.3em;
	color: #000;
}

#stage .subtitle_emphasize {
	letter-spacing: 1.1pt;
}


/* MAIN
------------ */

/* Breadcrumb */
#breadcrumb {
	margin: 0 auto;
	width: 1170px;
	overflow:hidden;
}
#breadcrumb h4,
#breadcrumb h5 {
	margin: 0;
}
#breadcrumb h5 {
	display: inline;
	margin-right: 5px;
	font-weight: normal;
	font-size: 14px;/*fixing this as navigation font should remain the same font (unaffected by the font inc and dec function), following cpf*/
	vertical-align: top;
}
#breadcrumb ol {
	list-style: none;
	margin: 0;
	font-size: 14px;/*fixing this as navigation font should remain the same font (unaffected by the font inc and dec function), following cpf*/
	line-height: 13pt;
}
#breadcrumb li {
	background: url(../img/icons/sprites.png) 0 -1008px no-repeat;
	border: none;
	margin: 0 6px 0 0;
	padding: 0 0 0 7px;
	font-weight: normal;	
	display: inline;
	vertical-align: top;
}
#breadcrumb li:first-child {
	background: none;
}
#breadcrumb li a {
	display: inline-block;
	vertical-align: top;
}
#breadcrumb li span {
	color: #353535;
}
.breadcrumb_block{
	width: 1050px;
	display: table-cell;
}
.breadcrumb_block .breadcrumb_title {
	width: 8%;
}
.breadcrumb_block .breadcrumb_content {
	width: 90%
}
.breadcrumb_block .breadcrumb_title,
.breadcrumb_block .breadcrumb_content {
	display: inline-block;
	vertical-align: top;
}

/* Breadcrumb moved outside main: special for this design theme */
#wrapper-2 {
	/*position: relative;*/
	z-index: 1;
}
.col-subcol-equal #main {
	position: relative;
	overflow: visible;
}
#wrapper-2 #breadcrumbBG {
	background: #F5F5F5 none repeat scroll 0% 0%;
	padding: 10px 0;
}
.col-subcol-equal #wrapper-2 #breadcrumb {
}
#nav,
#extras,
#main,
#platform,
#home #nav,
#home #extras,
#home #main {
	margin-top: 0;
}

/* Font options inside breadcrumb div*/
#breadcrumb ul.font-nav{
	float:right;
}
#breadcrumb ul.font-nav li{
	display:block; float:right; padding:0; margin:0;
}


#breadcrumb ul.font-nav li{
	background:transparent none;
}

#breadcrumb ul.font-nav li,  #breadcrumb ul.font-nav li a{
	display:block; float:left; padding:0; margin:0;
}

#breadcrumb ul.font-nav li a{
	width:30px; height:30px;
	background: transparent url(../img/corp/font_icons.png) no-repeat 0 0;
	margin:0 0 0 10px;
	text-decoration:none;
}

#breadcrumb ul.font-nav li a.font-nav-small{
	background-position:0 0;
}

#breadcrumb ul.font-nav li a.font-nav-regular{
	background-position:-35px 0;
}

#breadcrumb ul.font-nav li a.font-nav-large{
	background-position:-71px 0;
}

	#breadcrumb ul.font-nav li a.font-nav-small:hover{
		background-position:0 -43px;
	}
	
	#breadcrumb ul.font-nav li a.font-nav-regular:hover{
		background-position:-35px -43px;
	}
	
	#breadcrumb ul.font-nav li a.font-nav-large:hover{
		background-position:-71px -43px;
	}


/* Page Intro */
#page-intro {
	margin: 0 0 25px 0;
}
#page-intro h1 {
	clear: both;
	margin: 0 0 10px 0;
	border-top: 1px solid #b3b3b3;
	padding-top: 3px;
}


/* OPENER & TEASERS
-------------------- */
.opener {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
}
#main .opener h1 {
	margin: 0 0 5px 0;
}
#main .opener h1 em { /* kicker */
	margin: 2px 0 -3px 0; /* 15px */
	padding: 0;
}
#main .opener h1 a em {
	color: #555;
}
.opener img {
	float: none;
	display: block;
	width: 458px;
	height: 213px;
	margin: 0 0 10px 0;
}
/* Opener in other layouts */
.col-float2-subcol .opener {
	float: left;
	clear: none;
	width: 340px;
	margin: 0 20px 10px 0;
}
/* img opener in other layouts */
.col-float2-subcol .opener img {
	width: 338px;
}
.col-subcol .opener img {
	width: 588px;
	height: 250px;
}
.col-subcol .opener img {
	width: 588px;
	height: 250px;
}
/* Opener in .nav-col */
.nav-col .opener img {
	float: left;
	width: 340px;
	margin: 0 10px 0 0;
}

/* teaser */
.teaser {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #b3b3b3;
}
#main .teaser h2 {
	width: 310px;
	float: right;
	margin: 1px 0;
}
#main .teaser h2 em { /* kicker */
	display: block;
	margin: 0 0 -2px 0;
}
#main .teaser h2 a em { /* kicker */
	color: #555;
}
#main .no-img .links { /* teaser with link list */
	margin-top: 10px;
}
.teaser img {
	float: left;
	width: 138px;
	margin: 5px 10px 5px 0;
}

/* something special */
.teaser.highlight {
	padding: 10px;
	background: #0D8CCC;
	border: none;
}
#main .teaser.highlight h2 {
	width: 290px;
}
.teaser.highlight a {
	color: #fff;
}
/* teaser h2 in other layouts */
.col-subcol-subcol #main .teaser h2,
#main .teaser-group .teaser h2 {
	width: 230px;
}
.col-subcol-subcol #main .highlight h2,
#main .teaser-group .highlight h2 {
	width: 216px;
}
.col-subcol #main .teaser h2 {
	width: 590px;
}
.col-float2-subcol #main .teaser h2,
.nav-col-float2 #main .teaser h2 {
	width: 190px;
}
#main .no-img h2,
.col-float3 #main .teaser h2,
#main .teaser-group .no-img h2 {
	width: auto;
	float: none;
	margin-top: 0;
}
/* img teasers in other layouts */
.col-float2-subcol .teaser img,
.nav-col-float2 .teaser img {
	width: 138px;
}


/* openers & teasers in other layouts */
/* 3 columns: 1 big main column with 3 floating teasers | main */
.col-float3 .opener,
.col-float3 .teaser {
	clear: none;
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
}
.col-float3 #main .highlight {
	width: 286px;
}
.col-float3 #teaser-3,
.col-float3 #teaser-6,
.col-float3 #teaser-9,
.col-float3 #teaser-12 {
	margin-right: 0;
}
.col-float3 #teaser-4,
.col-float3 #teaser-7,
.col-float3 #teaser-10 {
	clear: left;
}
.col-float3 .opener img,
.col-float3 .teaser img {
	display: block;
	float: none;
	width: 298px;
}
.col-float3 .highlight img {
	width: 284px;
}
.col-float3 .opener {
	background: #e5e57f;
}
.col-float3 #main .opener h1 {
	border: none;
}
.col-float3 .opener img {
	height: 150px;
}
.col-float3 .teaser {
	border: none;
}
.col-float3 #main .opener h1,
.col-float3 #main .opener p {
	margin-left: 10px;
	margin-right: 10px;
}

/* 2 colums: 1 big main column with 2 floating teasers | main
   3 columns: nav vertical and 1 big main column with 2 floating teasers | nav | main */
.col-float2 .opener,
.col-float2 .teaser {
	float: left;
	width: 460px;
	margin-right: 20px;
}
.col-float2-subcol .opener,
.col-float2-subcol .teaser,
.nav-col-float2 .teaser,
.nav-col-float2 .opener {
	float: left;
	width: 340px;
	margin-right: 20px;
	overflow: hidden;
}
.col-float2-subcol #main .highlight,
.nav-col-float2 #main .highlight {
	width: 326px;
}
.col-float2-subcol #main .highlight h2,
.nav-col-float2 #main .highlight h2 {
	width: 176px;
}
.col-float2 #teaser-2,
.col-float2 #teaser-4,
.col-float2 #teaser-6,
.col-float2 #teaser-8,
.nav-col-float2 #teaser-2,
.nav-col-float2 #teaser-4,
.nav-col-float2 #teaser-6,
.col-float2-subcol #teaser-2,
.col-float2-subcol #teaser-4,
.col-float2-subcol #teaser-6,
.col-float2-subcol #teaser-8 {
	margin-right: 0;
}
.col-float2 #teaser-3,
.col-float2 #teaser-5,
.nav-col-float2 #teaser-3,
.nav-col-float2 #teaser-5 {
	clear: left;
}
/* 2 columns: nav | 1 big main column */
.nav-col #main .teaser h2 {
	width: 550px;
}
.nav-col #main .teaser-group .teaser h2 {
	width: 470px;
}

/* Teaser Group */
.teaser-group {
	clear: both;
	border-top: 4px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	margin: 0 0 20px 0;
}
.teaser-group h5 {
	margin: 5px 0;
	color: #333;
}
.teaser-group .teaser {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	float: none;
	border: none;
	margin: 0 0 5px 0;
	padding: 10px 0;
}
.teaser-group .teaser img {
	width: 218px;
}

/* teaser with newslists */
.latest {
	border-top: 4px solid #b3b3b3;
	border-bottom: none;
}
#main .latest h2 {
	float: none;
	margin: 5px 0 5px 0;
}
#main .latest h3 {
	float: right;
	width: 310px;
	margin: 5px 0 5px 0;
}
#main .no-img h3 {
	width: 100% !important;
}
#main .latest h3 em { /* kicker */
	display: block;
	margin: 0;
}
#main .latest h3 a em {
	color: #555;
	margin: 0 0 5px 0;
}
#main .latest ul {
	position: relative;
	overflow: hidden;
	height: 1%;
}
#main .latest li {
	clear: left;
	float: left;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	overflow: hidden;
	width: 100%;
	font-size: 100%;
}
.latest li p em {
	color: #555;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
}
/* other layouts */
.col-subcol-subcol #main .latest h3 {
	width: 310px;
}
.nav-col-float2 #main .latest h3 {
	width: 190px;
}
.nav-col #main .latest h3 {
	width: 550px;
}
.col-subcol #main .latest h3 {
	width: 440px;
}
.col-float2 #main .latest h3 {
	width: 188px;
}
.col-float2 #main .latest h3 {
	width: 310px;
}
.col-float3 #main .latest h3 {
    width: 150px;
}
.col-float3 .latest img {
    float: left;
    width: 138px;
}

/* teaser with just a link list */
#main .teaserlist li {
	font-weight: bold;
}
#main .teaserlist li em {
	font-weight: normal;
}


/* LINK LISTS
-------------------- */
/* anywhere in main, texts, teasers etc. */

#main .links {
	margin: 20px 0 20px 0;
}
#main .teaser .links {
	margin-bottom: 0;
}
#main .links ul {
	list-style: none;
	margin: 0;
}
#main .links h2,
#main .links h3 {
	margin: 5px 0 1px 0;
	padding: 3px 0 5px 0;
	color: #000;
}
#main .links li {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	padding: 5px;
}
#main .links li a {
	background: url(../img/icons/sprites.png) 0 2px no-repeat;
	display: block;
	padding: 0 0 0 17px;
}
#main .links .download a,
#main .links .download li a {
	background: url(../img/icons/sprites.png) 0 -145px no-repeat;
}
#main .links .external a,
#main .links .external li a {
	background: url(../img/icons/sprites.png) 0 -289px no-repeat;
}
#main .links em {
	color: #555;
	font-style: normal;
}
/* top 10 one-two-three */
#main .one-two-three {
	float: left;
	width: 460px;
}
#main .one-two-three li {
	float: left;
	position: relative;
	width: 420px;
	height: 3em;
	margin: 0;
	padding: 5px 0 5px 35px;
	list-style: none;
}
#main .one-two-three li a {
	display: block;
}
#main .one-two-three li a:hover em {
	text-decoration: none;
}
#main > .one-two-three li {
	height: auto;
	min-height: 3em;
}
#main .one-two-three .text-box-section ul { /* in tab-box*/
	border-top: 1px solid #ccc;
	margin: 10px 0;
}
#main .text-box .text-box-section li { /* in tab-box*/
	width: 405px;
	border-bottom: 1px solid #ccc;
}
#main .one-two-three li em { /* the number */
	position: absolute;
	background: url(../img/bgs/one-two-three.png) 0 0 no-repeat;
	top: 5px;
	left: 0;
	padding: 6px 10px 8px 9px;
	font-size: 140%;
	font-style: normal;
	color: #fff;
}
#main .one-two-three li.no-10 em {
	padding-left: 2px
}
#main .one-two-three li img {
	float: right;
	width: 88px;
	margin: 2px 0 0 5px;
}


/* EVENTS
-------------------------- */
#main .event-list {
	position: relative;
	margin-bottom: 20px;
	border-top: 4px solid #b3b3b3;
	border-bottom: none;
}
#main .event-list ul {
	margin: 0 0 10px 0;
}
#main .event-list li {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	list-style: none;
	width: 100%;
}
#main .event-list h2 {	/* event-list headline */
	float: none;
	margin: 5px 0;
	padding: 0;
	color: #333;
}
#main .event-list li h3 { /* event headline */
	margin: 0 0 0 3.6em;
	font-size: 123%; /* 16px li=13px */
}
#main ul.event-data {
	margin: 5px 0 0 4.5em;
	clear: both;
	border: none;
}
#main .event-data li {
	display: block;
	background: none;
	border: none;
	margin: 0 10px 0 0;
	padding: 0;
	color: #555;
	font-weight: normal;
	font-size: 100%;
}
#main .event-data li.organizer {
	clear: both;
}
.event-list li a {
	padding: 0;
}
.events-banner {
	padding-bottom: 30px;
}
.event-gpa-table {
	border-top: none;
}
.event-gpa-table tr:nth-child(odd) td {
	background-color: #fbfbfb;
}
.event-gpa-table tr:nth-child(even) td {
	background-color: #fff1f3;
}
.event-gpa-table td:first-child {
	width: 40%;
}

/* date sheet */
div.date {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 5px 0 0;
	background: #afaf00;
	width: 4em;
}
.date .month {
	display: block;
	padding: 5px 0 0 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
}
.date abbr {
	border: none;
	cursor: help;
}
.date .day,
.date .year {
	display: block;
	padding: 0 0 5px 0;
	color: #fff;
	font-size: 240%;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
}
.date .year  {
	display: none;
	font-size: 110%;
	padding: 5px 0 0 0;
}
.date .till {
	display: block;
	height: 13px;
	text-indent: -9999px;
	background: url(../img/bgs/till.gif) 50% 0 no-repeat;
}
.date .d-end {
	background: #d9d940;
	padding-top: 0;
}
/* date sheet in event-list */

.event-list div.date {
	width: 3.6em;
	top: 10px;
}
.event-list .date .month {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 123%; /* 16px */
}
.event-list .date .day {
	font-size: 184.62%; /* 24px */
}
/* Event Detail */
.vevent {
	position: relative;
	clear: both;
	margin: 0 0 10px 0;
	border-top: 1px solid #fff;
	padding: 5px 5px 15px 5em;
	background: #f0f0f0 url(../img/bgs/microformat.png) no-repeat scroll 99% 5px;
	z-index: 1;
}
#wrapper-2 .vevent h2 {
	padding: 0 2em 5px 0;
}
.vevent div.date {
	left: -50px;
}
.vevent > div.date {
	left: 0;
}
.vevent li {
	list-style: none;
}
#main .vevent p {
	display: block;
	margin: 0 0 10px 0;
	font-size: 120%;
}
#wrapper-2 .vevent dl {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	line-height: 1.5em;
}
#wrapper-2 .vevent dt {
	float: left;
	width: 80px;
	font-weight: bold;
}
#wrapper-2 .vevent dd a.url {
	background: url(../img/icons/sprites.png) 0 -291px no-repeat;
	padding-left: 17px;
	color: #dd0e40;
}
.vevent span {
	display: none;
}

/* calender */
#extras .calendar {
	position: relative;
	border-top: 4px solid #b3b3b3;
	margin: 0 0 20px 0;
}
#extras .calendar h2 {
	float: left;
	margin: 3px 0 6px 0;
}
#extras .calendar table {
	width: 100%;
	line-height: 1.2em;
}
#extras .calendar div.pager {
	clear: none;
	float: right;
	width: 30px;
	margin: 7px 0 0 0;
}
#extras .calendar div.next {
	float: right;
}
#extras .calendar div.pager a img {
	border: 1px solid #fff;
	width: 13px;
	margin: 0;
}
#extras .calendar div.pager a:hover img,
#extras .calendar div.pager a:focus img,
#extras .calendar div.pager a:active img {
	border: 1px solid #E00820;
}
#extras .calendar table {
	clear: both;
	border-top: 1px solid #ccc;
	border-spacing: 0;
	empty-cells: show;
}
#extras .calendar thead th {
	padding: 4px 0;
}
#extras .calendar thead th abbr {
	border: none;
}
#extras .calendar tbody tr {
	background: url(../img/bgs/dotted-line.png) 100% 0 repeat-x;
}
#extras .calendar tbody td {
	width: 25px;
	padding: 4px 0;
	text-align: center;
}
#extras .calendar tbody td.on  {
	margin: 2px 0;
	font-weight: bold;
}
#extras .calendar tbody td a {
	display: block;
}
#extras .calendar tbody td.on a {
	color: #dd0e40;
}

/* Event-Pager */
.event-list #event-pager {
	position: absolute;
	top: 0;
	right: 0;
}
.event-list #event-pager li {
	float: left;
	width: auto;
	background: none;
	margin: 0 0 0 10px;
}
.event-list #event-pager li a {
	font-size: 120%;
}
.event-list #event-pager li.prev a {
	background: url(../img/icons/sprites.png) 0 -71px no-repeat;
	padding-left: 16px;
}
.event-list #event-pager li.next a {
	background: url(../img/icons/sprites.png) 125% 3px no-repeat;
	padding-right: 18px;
}


/* SIDEBAR left / NAVIGATION sub
-------------------------------- */
#nav {
	background: #F5F5F5 none repeat scroll 0% 0%;
}
#nav-box {
	background: #F5F5F5 none repeat scroll 0% 0%;
	padding: 10px 0 0 0;
	width: 1170px;
	margin: 0 auto;
}
#page-nav {
	display: block;
}
#nav-box ul {
	background: #F5F5F5 none repeat scroll 0% 0%;
	margin: 0 10px 0 0;
	display: inline-block;
}
#nav-box li {
	padding: 0;
	list-style: none;
}
#nav-box li a {
	display: block;
	height: 1%;
	padding: 5px;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}
#nav-box li.open a {
	font-weight: bold;
}

/* hover and marked */
#nav-box li.on strong,
#nav-box a:hover,
#nav-box a:active,
#nav-box a:focus,
#nav-box li.on a:hover,
#nav-box li.on a:active,
#nav-box li.on a:focus,
#nav-box li strong,
#nav-box li.on a {
	color: #E00820;
	border-bottom: 0.3em solid #000;
	text-decoration: none;
	box-sizing: border-box;
}
#nav-box li strong {
	display: block;
	padding: 5px;
	font-weight: bold;
}

/* 2nd level */
#nav-box ul ul {
	margin: 5px 0 5px 10px;
	border-radius: 5px 0 0 5px;
	padding: 0;
	background: #F5F5F5 none repeat scroll 0% 0%;
}
#nav-box li li {
	font-size: 100%;
}
#nav-box li.on li,
#nav-box li.open li a {
	font-weight: normal;
}
#nav-box li.on li a {
	background: transparent;
	color: #000;
}
#nav-box li li.on a {
	color: #fff;
	font-weight: bold;
}
#nav-box h2 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px auto;
	font-size: 250%;
	letter-spacing: 1;
}
#nav-box p {
	font-style: italic;
	margin: 20px 0 50px;
	font-size: 1.2em;
}


/* 3rd level */
#nav-box ul ul ul {
	background: #f0f0d9;
	border-left: 10px solid #eeeeac;
	margin: 5px 0 5px 10px;
	border: 1px solid #fff;
	border-radius: 5px 0 0 5px;
}
#nav-box li li.open li a {
	font-weight: normal;
	color: #000;
}
#nav-box li li.open li a:hover,
#nav-box li li.open li a:active,
#nav-box li li.open li a:focus,
#nav-box li li.open li.on a {
	color: #fff;
}
#nav-box li li li.on a {
	font-weight: bold;
}
#nav-box .pageHeader { 
    display: inline-block;
}
#nav-box .actions {
	color: #fff;
    display: inline-block;
    margin-left: 15px;
    margin-top: 5%;
    padding: 1%;
    text-align: center;
    vertical-align: top;
    width: 23%;
}
#nav-box .actions.on {
    background-color: #14905c;
    cursor: pointer;
}
#nav-box .actions.off {
    background-color: #afafaf;
}

/* SIDEBAR right: #EXTRAS
------------------------- */
.box {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	border-top: 4px solid #b3b3b3;
}
#extras h2,
#extras h3 {
	margin: 5px 0 5px 0;
	color: #333;
}
#extras p {
	line-height: 1.3em;
}
#extras img {
	float: left;
	width: 88px;
	margin: 0 10px 3px 0;
}
#extras ul {
	clear: both;
	margin: 5px 0 0 0;
	padding: 2px 0 0 0;
	list-style: none;
}
#extras li {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	margin: 5px 0;
}
#extras li a {
	display: block;
	background: url(../img/icons/sprites.png) 0 7px no-repeat;
	padding: 5px 0 0 17px;
}
#extras .download li a,
#extras li.download a {
	background: url(../img/icons/sprites.png) 0 -139px no-repeat;
}
#extras .external li a,
#extras li.external a {
	background: url(../img/icons/sprites.png) 0 -285px no-repeat;
}
#extras li a em {
	color: #555;
	font-size: 90%;
	font-style: normal;
}
/* latest */
#extras .latest ul,
#extras .latest ul li {
	margin: 0;
	border: none;
	padding: 0;
}
#extras .latest ul li {
	margin: 5px 0;
	padding: 5px 0;
	font-size: 100%;
}
#extras h3 a em {
	color: #555;
}
#extras .latest h3 {
	margin: 0 0 5px 0;
}
#extras .latest h3 a {
	background: none;
	font-weight: bold;
	padding: 0;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
	position: relative;
	margin: 0 0 3px 0;
}
#extras h3 a em,
#extras .box h2 a em {
	color: #555;
}
#extras li .more a {
	display: inline;
}
/* box-groups */
#extras .box-group h5 {
	margin: 0 -3px 5px 0;
	border-top: 4px solid #B3B3B3;
	padding: 5px 0;
	font-size: 160%;
	color: #333;
}
#extras .box-group .box {
	border-top: 1px solid #B3B3B3;
}

/* something special */
#extras .highlight {
	background: #f7f8d9;
	width: 206px;
	border-top: 4px solid #cdcc00;
	margin-bottom: 20px;
	padding: 0 7px 10px 7px;
}

/* Latest Comments in Sidebar */
#extras .latest-comments li {
	padding: 5px 0 0 0;
}
#extras .latest-comments a {
	display: block;
	background: none;
	height: 1%;
	padding: 0;
	font-weight: bold;
}
#extras .latest-comments a em {
	font-weight: normal;
}


/* 1. 2. 3. list */
#extras .one-two-three {
	float: left;
}
#extras .one-two-three li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	min-height: 30px;
	padding: 5px 0 5px 35px;
}
#extras .one-two-three ul > li {
	height: auto;
}
#extras .one-two-three .toc-box-toc li { /* dom tabs */
	width: auto;
	height: auto;
	min-height: 0;
	padding: 0;
}
#extras .one-two-three ul li { /* one-two-three in dom tabs */
	width: 170px;
}
#extras .one-two-three li em {
	position: absolute;
	background: url(../img/bgs/one-two-three.png) 0 0 no-repeat;
	top: 5px;
	left: 0;
	padding: 5px 10px 9px 9px;
	font-size: 140%;
	font-style: normal;
	text-align: center;
	color: #fff;
}
#extras .one-two-three li.no-10 em {
	padding-left: 2px
}
#extras .one-two-three li img {
	float: right;
	margin: 2px 0 0 5px;
}
#extras .one-two-three ul li a {
	padding-left: 0;
	background: transparent;
}

/* events */
#extras .event-list {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#extras .event-list h2 {
	position: static;
	width: auto;
	height: auto;
	border-bottom: none;
	margin: 5px 0 0 0;
	padding: 0;
	color: #333;
}
#extras .event-list ul {
	position: static;
	overflow: hidden;
	margin: -5px 0 10px 0;
	border: none;
	padding: 0;
}
#extras .event-list li {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
	border: none;
	padding: 10px 0 0 0;
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	width: 100%;
	font-size: 100%;
}
#extras div.date {
	position: absolute;
	background: #AFAF00;
	top: 10px;
	left: 0;
	width: 3.4em;
	margin-right: 10px;
}
#extras .date .month {
	display: block;
	padding: 4px 0 1px 0;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 140%;
}
#extras .date abbr {
	border: none;
	cursor: help;
}
#extras .date .day {
	display: block;
	padding: 4px 0 5px 0;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}
#extras .event-list li h3 {
	float: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 3em;
	font-size: 140%;
}
#extras .event-list .event-data {
	border: none;
	margin: 0;
	padding: 0 0 0 4.3em;
}
#extras .event-list .event-data li {
	display: block;
	background: none;
	margin: 0 10px 0 0;
	border: none;
	padding: 0;
	float: none;
	clear: both;
	height: auto;
	width: auto;
	color: #555;
	font-weight: normal;
	font-size: 130%;
}
#extras .event-list li a {
	background: none;
	padding: 0;
}

/* contact */
#extras .vcard {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 30px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 5px 0;
	background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
}
#extras .vcard h3 {
	background: url(../img/bgs/microformat.png) 100% 0 no-repeat;
	padding-right: 30px;
}
#extras .vcard div {
	overflow: hidden;
	margin: 3px 0;
}
#extras .vcard p {
	display: block;
	font-weight: normal;
}
#extras .vcard .organization-name {
	margin-bottom: 5px;
	padding: 2px 0 3px 0;
	font-weight: bold;
}
#extras .vcard div.adr p.locality,
#extras .vcard div.adr p.postal-code {
	float: left;
}
#extras .vcard div.adr p.locality {
	margin-left: .3em;
}
#extras .vcard .given-name,
#extras .vcard .family-name {
	margin-right: 5px;
}
#extras .vcard div dl {
	margin: 5px 0 0 0;
}
#extras .vcard div dt {
	float: left;
	clear: both;
	width: 5em;
	font-weight: bold
}
#extras .vcard div dd  {
	float: left;
}
#extras .vcard .media {
	background-color: #ececec;
	width: 90px;
	border-radius: 0 0 5px 5px;
}
#extras .vcard .media img {
	width: 88px;
}
#extras .vcard .media dd {
	display: block;
	font-size: 110%;
}
#extras .vcard .media dt img {
	float: none;
	margin: 0;
}
#extras .vcard div dl.tel span.type {
	display: none;
}


/* dom tabs */
#extras .toc-box {
	background-color: #f2f2f2;
	overflow: hidden;
	width: 220px;
	border: none;
	float: left;
	margin: 0 0 20px 0;
}
#extras .toc-box h2 {
	margin: 0;
	padding: 5px 5px 0 5px;
	color: #fff;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#252525,#333); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#252525,#333); /* FF3.6 */
	background-image:         linear-gradient(bottom,#252525,#333);
	border-radius: 5px 5px 0 0;
}
#extras ol.toc-box-toc {
	width: 218px;
	overflow: hidden;
	padding: 10px 0 0 2px;
	list-style: none;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#000000,#252525); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#000000,#252525); /* FF3.6 */
	background-image:         linear-gradient(bottom,#000000,#252525);
}
#extras .toc-box-toc li {
	float: left;
	border: none;
	margin: 0 2px 0 0;
	background: none transparent;
}
#extras .toc-box-toc li a {
	background: none #121212;
	float: left;
	display: block;
	padding: 0;
	color: #d0d0d0;
	text-decoration: underline;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}
#extras .toc-box-toc li a.ui-disabled {
	cursor: default;
}
#extras .toc-box-toc li a.js-selected,
#extras .toc-box-toc li a.a11y-focus,
#extras .toc-box-toc li a:hover,
#extras .toc-box-toc li a:active,
#extras .toc-box-toc li a:focus {
	background: none #f2f2f2;
	color: #000;
	text-decoration: none;
}
#extras .toc-box-toc li span {
	display: block;
	margin-right: 4px;
	padding: 5px 6px 5px 10px;
}
#extras .toc-box .toc-box-section {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 8px 16px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #f2f2f2;
	border-radius: 0 0 5px 5px;
}
#extras .toc-box .toc-box-section h3 {
	background: none;
	padding: 0 0 5px 0;
	color: #000;
}

/* 2 Sidebars: tabs module extended extras-1 and #extras-2 */
#module {
	width: 100%;
	float: right;
	margin: 0 0 20px 0;
}
#module p {
	line-height: 1.3em;
}
#module img {
	float: left;
	margin: 0 10px 5px 0;
}
#extras #module .toc-box {
	background: none #f2f2f2;
	width: 460px;
	margin: 0;
}
#extras #module .toc-box h2 {
	margin: 0;
	padding: 5px 5px 0 5px;
	color: #fff;
	font-size: 200%;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#252525,#333); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#252525,#333); /* FF3.6 */
	background-image:         linear-gradient(bottom,#252525,#333);
}
#extras #module ol.toc-box-toc {
	width: 460px;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#000000,#252525); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#000000,#252525); /* FF3.6 */
	background-image:         linear-gradient(bottom,#000000,#252525);
}
#module ol.toc-box-toc li {
	display: inline;
}
#extras #module .toc-box .toc-box-section {
	background: none #f2f2f2;
	width: 440px;
}
#extras #module .toc-box .toc-box-section h3 {
	background: none;
	padding: 0 0 5px 0;
	color: #000;
	font-size: 160%;
}


/* PROMOS
------------ */
.promo {
	position: relative;
	overflow: hidden;
	float: left;
	background: #000;
	width: 220px;
	margin: 0 20px 0 0;
}
#promo-4 {
	margin-right: 0;
}
.promo-text {
	position: absolute;
	bottom: 1px;
	left: 1px;
	padding: 5px 5px 10px 5px;
	background: transparent url(../img/bgs/transparent.png) 0 0 repeat;
	width: 208px;
	color: #fff;
}
.promo h3 {
	margin: 0 0 5px 0;
}
.promo h3 a {
	color: #ff3062;
}
#wrapper-2 .promo p {
	color: #fff;
}
.promo img {
	display: block;
	width: 218px;
}
.promo a img {
	border: 1px solid #fff;
}
.promo a:hover img,
.promo a:active img,
.promo a:focus img {
	border: 1px solid #E00820;
}
.promo a:visited {
	color: #fff;
}


/* FOOTER
----------------- */
#site-info {
	border-top: 1px solid rgba(0,0,0,0.1);
	position: relative;
	padding: 20px;
}
div#site-info {
	padding: 0;
	min-width: 1170px;
}
div#site-info div#site-info-container {
	margin: 0 auto;
	width: 1170px;
	position: relative;
	padding: 10px 0;
}
#site-info #footerComponents,
#site-info #lastUpdated {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
div#site-info div#site-info-container div#site-info-box {
	width: 100%;
}
p#copyright {
	text-align: right;
	float: right;
	font-weight: 300;
	font-size: 0.90em;
	margin: 1em 0;
}
p#copyright-magnolia {
	text-align: center;
	color: #ebebeb;
	padding: 2px;
}
div > p#copyright-magnolia a {
	padding: 0 0 0 18px;
	background: url(../img/icons/sprites.png) 0 -939px no-repeat;
}
p#copyright-magnolia span {
	display: none;
}
#site-info-box div {
	float: left;
}
#site-info div div {
	float: left;
	width: auto;
	margin: 0 0 0 0;
}
#site-info ul,
#nav-meta ul {
	list-style: none;
	padding: 5px 0 0 0;
}
#nav-meta li {
	padding-left: 15px;	
}
#site-info li {
	padding-right: 10px;	
}
#site-info li,
#nav-meta li {
	margin: 0 0 5px 0;
	display: inline;
}
#site-info li a,
#nav-meta li a  {
	color: #353535;
	line-height: 40px;
	font-weight: 400;
}
#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus,
#nav-meta li a:hover,
#nav-meta li a:active,
#nav-meta li a:focus {
	color: #E00820;
	text-decoration: none;
}
#site-info li.external a {
}
#site-info li.rss a {
	background: url(../img/icons/sprites.png) 0 -1162px no-repeat;
	padding-left: 18px;
}
#site-info li img {
	margin: 5px 0 0 0;
}
#site-info li a img {
	border: 0;
}
#site-info div #about .media {
	width: 65px;
	height: auto;
	margin: 3px 10px 0 0;
}
#site-info div #about .mod {
	margin: 3px 0 0 10px;
}
#site-info div #about .mod-2 {
	width: 300px;
	height: auto;
	margin: 0 0 5px 0;
}
#site-info li:last-child::after,
#nav-meta li:last-child::after  {
	margin: 0;	
}
#nav-meta li::after,
#site-info li::after {
	margin: 0 0 0 10px;	
}
#nav-meta li:after,
#site-info li:after {
	margin: 0 0 0 10px;
}
#nav-meta li:first-child+li+li+li:after {/* for IE8 */
	content: "";
	margin: 0;	
}
#site-info li::after,
#nav-meta li::after {
	content: " . ";
	font-weight: 400;
	line-height: 4px;
	font-size: 2.14em;
}
#site-info li:after,
#nav-meta li:after {/* for IE8, single colon CSS2 syntax must be used */
	content: " . ";
	font-weight: 400;
	line-height: 4px;
	font-size: 2.14em;
}
#site-info li:last-child::after,
#nav-meta li:last-child::after {
	content: "";
}
#site-info li:first-child+li+li+li:after {/* for IE8 */
	content: "";
}
/* footer */
#lastUpdated {
	font-style: italic;
	font-weight: bold;
	padding: 15px 10px;
}

/* TEXT / ARTICLE
----------------- */
#main .text,
#main .text-section {
	clear: both;
	overflow: hidden;
	color: #333;
}
.text p, .text ul, .text ol, .text td, .text .pageAbstract_text {
	font-size: 1.15em;
}
.text td p, .text td ul, .text td ol,
.text ul p, .text ol p, .text .pageAbstract_text p {
	font-size: 1em;
}
.text h1 {
	clear: both;
	margin: 0 0 25px 0;
	border-top: 1px solid #b3b3b3;
	padding-top: 20px;
	text-transform: uppercase;
}
h1.notUppercase {
    text-transform: none;
    border-top: medium none;
}
#main .text h1 em { /* kicker on article pages */
	display: block;
	margin: 2px 0 0 0;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .7px;
	color: #555;
}
#main .text p.intro {
	color: #333;
}
#main .text p {
	margin: 0;
}
#main .text p a {
}
#main .text p a:hover,
#main .text p a:active,
#main .text p a:focus {
	text-decoration: none;
	border-bottom: 1px solid #E00820;
}
.text ul,
.text ol {
	margin: 0 0 10px 15px;
}
.text ol {
	margin-left: 25px;
}
.text ul ul,
.text ol ol {
	margin: 2px 0 2px 20px;
}
.text ul ul {
	font-size: 1em;
}
.text li {
	line-height: 1.3em;
}
.text li li {
	font-size: 100%;
}
.text .highlight {
	background: #ff0;
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	font-style: normal;
}

/* text section
*/
#stage .text-section p {
    color: #000;
    width: 100%;
}
.text-section p, .text-section ul, .text-section ol, .text-section td, .text-section .pageAbstract_text {
	font-size: 1.15em;
}
.text-section td p, .text-section td ul, .text-section td ol,
.text-section ul p, .text-section ol p, .text-section .pageAbstract_text p {
	font-size: 1em;
}
.text-section ul {
	margin-left: 1em;
}
.text-section a {
	color: red;
}
.text-section a img {
    width: auto;
}
.text-section img {
	max-width: 100%;
}
#stage p, p.intro {
    font-size: 1.15em;
}

/* table of contents */
#main #toc {
	clear: both;
}
#main #toc h2 {
	margin: 5px 0 1px 0;
	border-top: 1px solid #ccc;
	padding: 3px 0 5px 0;
	color: #000;
	font-weight: bold;
}
#main #toc ul {
	margin: 0 0 15px 0;
	list-style: none;
}
#main #toc li {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
}
#main #toc a {
	display: block;
	background: url(../img/icons/sprites.png) 0 -139px no-repeat;
	padding: 5px 0 5px 18px
}
/* table */
table {
	margin: 10px 0 20px 0;
	padding: 0 0 5px 0;
	empty-cells: show;
	border-collapse: collapse;
}
th,
td {
	background: #fff;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
th {
	background: #FFE6E7;
	border-bottom: 1px solid #b3b3b3;
	padding-right: 20px;
}
tbody td {
	background: #fff;
	border-bottom: 1px solid #b3b3b3;
}
td ul,
td ol,
td p {
	margin-bottom: 0;
}
td li,
td p {
	font-size: 100%;
}
/* blockquote */
.text blockquote {
	position: relative;
	background: #f7f8d9 url(../img/bgs/quote.png) 0 0 no-repeat;
	padding: 15px 50px 5px 50px;
}
.text blockquote cite {
	background: url(../img/bgs/dash.png) 0 8px no-repeat;
	padding-left: 10px;
	font-size: 85%;
}

/* text-meta: author, date, tags */
.text-meta {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
ul.text-data {
	overflow: hidden;
	float: left;
	width: 70%;
	margin: 0;
}
.text-data li {
	float: left;
	margin: 0 15px 0 0;
	padding: 3px 0;
	list-style: none;
	font-size: 120%;
	color: #333;
}
/* Tags in at the beginning of the text */
.text-meta dl {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #dedede;
	padding: 3px 0;
	font-size: 92%;
}
.text-meta dt {
	float: left;
	padding: 0 5px 0 0;
}
.text-meta dd {
	float: left;
	padding: 0 10px 0 0;
}
/* text-features */
#text-features {
	position: relative;
	float: right;
	margin: 0;
}
#text-features li {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 0;
	list-style: none;
	font-size: 120%;
	text-align: right;
}
#text-features li a {
	color: #555;
}
#text-features li.print a {
	background: url(../img/icons/sprites.png) 0 -578px no-repeat;
	padding-left: 16px;
}
#text-features li.social-b a {
	background: transparent url(../img/icons/bookmarks.png) 0 -458px no-repeat;
	padding-left: 18px;
}
#text-features li a:hover,
#text-features li a:focus,
#text-features li a:active {
	color: #E00820;
	text-decoration: underline;
}
/* Social Bookmarks */
#text-features #bookmarks {
	background: #fff;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 22px;
	width: 140px;
	border: 1px solid #dedede;
}
#text-features #bookmarks ul {
	display: block;
	border: none;
	margin: 5px 5px 0 5px;
}
#text-features #bookmarks ul li {
	float: none;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: right;
}
#text-features #bookmarks li a {
	background: transparent url(../img/icons/bookmarks.png) 100% -577px no-repeat;
	padding: 1px 18px 1px 0;
}
#text-features #bookmarks li.delicious a {
	background-position: 100% 0;
}
#text-features #bookmarks li.google a {
	background-position: 100% -51px;
}
#text-features #bookmarks li.wong a {
	background-position: 100% -101px;
}
#text-features #bookmarks li.webnews a {
	background-position: 100% -151px;
}
#text-features #bookmarks li.yigg a {
	background-position: 100% -201px;
}
#text-features #bookmarks li.stumble a {
	background-position: 100% -254px;
}
#text-features #bookmarks li.oneview a {
	background-position: 100% -387px;
}
#text-features #bookmarks li.linkarena a {
	background-position: 100% -319px;
}
/* Flash Content */
.flash {
	margin: 20px 0;
}

/* text boxes */
.text-box {
	clear: both;
	margin: 20px 0 30px 0;
	padding: 0 0 10px 150px;
	background: #0d8ccc;
	width: auto;
	min-height: 125px;
	border-radius: 10px;
}
.facts {
	background: #0d8ccc url(../img/bgs/textbox-facts.png) 0 -1px no-repeat;
}
.question {
	background: #0d8ccc url(../img/bgs/textbox-question.png) 0 -1px no-repeat;
}
.misc {
	background: #0d8ccc url(../img/bgs/textbox-misc.png) 0 -1px no-repeat;
}
.text-box h2 {
	clear: both;
	float: none;
	margin: 0 20px 10px 0;
	padding: 10px 0 0 0;
	background: transparent;
	color: #fff;
}
.text-box h3 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #fff;
}
.text-box p {
	margin: 0 20px 10px 0;
	color: #fff
}
.text-box ul {
	margin: 20px 20px 20px 0;
	border: none;
	color: #fff;
}
.text-box .links li {
	margin: 0 20px 0 0;
	border: none;
}
.text-box li a,
.text-box .links .download a em {
	color: #fff;
	font-weight: bold;
}

/* text-box-cols - text in two columns */
.text-box-cols {
	clear: both;
	overflow: hidden;
	margin: 20px 0 30px 0;
	border-top: 1px solid #E5E5E5;
	padding: 10px 0 0 0;
}
.text-box-cols h2 {
	margin: 0;
	padding: 4px 0 16px;
	font-weight: bold;
	color: #343730;
}
.text-box-cols .text-col-1,
.text-box-cols .text-col-2 {
	width: 47%;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
.text-box-cols .text-col-2 {
	float: right;
	background: none;
	margin: 0;
	padding: 0;
}
.text-box-cols .text-col-intro p,
.text-box-cols .text-col-intro h3 {
	background: none;
	font-size: 160%;
	padding: 0;
}
.text-box-cols h3 {
	background: url(../img/icons/sprites.png) 0 -1081px no-repeat;
	padding: 3px 0 7px 30px;
}
.text-box-cols p {
	margin-bottom: 20px;
}

/* text-box compact - for JobOffer and Profiles */
.text-box-compact {
	clear: both;
	background: #f0f0f0;
	margin: 0 0 20px 0;
	border-top: 1px solid #fff;
	padding: 10px;
}
#main .text-box-compact dl {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	line-height: 1.5em;
}
#main .text-box-compact dt {
	float: left;
	width: 150px;
	font-weight: bold;
	font-size: 120%;
}
#main .text-box-compact dd {
	font-size: 120%;
	padding-left: 150px;
}

/* article navigation */
#nav-content {
	clear: both;
	background: #f7f8d9;
	margin: 0 0 20px 0;
	border: 1px solid #d3c595;
	padding: 5px;
}
#nav-content em {
	font-style: normal;
}
#main #nav-content h3 {
	margin: 5px 0;
	font-size: 180%;
}
#main #nav-content ul {
	margin: 0;
}
#main #nav-content li {
	margin: 2px 0;
	list-style: none;
}
#main #nav-content li a {
	background: transparent url(../img/icons/sprites.png) 0 2px no-repeat;
	padding-left: 20px;
}
#main #nav-content strong {
	padding: 0 0 0 20px;
}

/* Comments */
#comments {
	margin: 20px 0 30px 0;
}
#comments h2 {
	margin: 0 0 10px 0;
	border-top: 4px solid #B3B3B3;
	padding-top: 3px;
	font-size: 240%;
}
#comments h2 em {
	font-style: normal;
}
#comments ul {
}
#comments li {
	font-size: 100%;
	position: relative;
	list-style: none;
	margin: 0 0 20px 0;
}
.comment-count {
	position: absolute;
	font-size: 500%;
	left: -70px;
	top: -5px;
	font-weight: bold;
	color: #C2C2C2;
	text-align: right;
	width: 60px;
	height: 50px;
	line-height: 1;
}
#comments blockquote {
	background: #fff url(../img/bgs/comment.png) 90% 85% no-repeat;
}
#comments blockquote p {
	font-size: 130%;
	background: #eaeaea;
	padding: 0 10px 10px 10px;
}
#comments blockquote span.comment-anonymous {
	color: #666;
	font-style: italic;
	font-size: 80%;
}
#main #comments h3 {
	padding: 10px;
	background: #eaeaea;
	font-size: 160%;
}
#comments p.comment-meta {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
}
#comments cite {
	display: block;
	margin: 10px 0 0 0;
	font-size: 130%;
	font-style: normal;
}
#comments cite span {
	margin: 0 3px 0 0;
}
#comments cite span:after {
	content: ",";
}
#comments cite span:last-child:after {
	content: "";
}


/* PAGES
================= */

/* PROFILE
------------------- */
/* vCard  addresses / microformats  */
.vcard {
	clear: both;
	background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
	width: 100%;
	margin: 0 0 30px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 5px 0;
}
.vcard div {
	overflow: hidden;
	margin: 3px 0;
}
#main .vcard .organization-name {
	background: url(../img/bgs/microformat.png) 0 3px no-repeat;
	margin-bottom: 5px;
	padding: 1px 0 1px 35px;
	font-weight: bold;
	font-size: 160%;
}
#main .vcard p {
	display: block;
}
.vcard div.adr p.locality,
.vcard div.adr p.postal-code {
	float: left;
}
.vcard div.adr p.locality {
	margin-left: .3em;
}
.vcard div dl {
	margin: 5px 0 0 0;
}
.vcard div dt {
	float: left;
	clear: both;
	width: 6em;
	font-weight: bold
}
.vcard div dd  {
	float: left;
}
.vcard .media {
	width: 140px;
	background-color: #ececec;
	border-radius: 0 0 5px 5px;
}
.vcard .media img {
	width: 138px;
}
.vcard .media dd {
	display: block;
}
.vcard .media img.media { /* microformat class for export */
	margin: 0;
	padding: 0;
}
.vcard div dl.tel span.type {
	display: none;
}


/* SEARCH RESULTS
------------------------------- */
#search-results #main h1 {
	padding-top: 10px;
}
#search-results #main h1 em {
	display: inline;
	font-size: 166%;
	padding: 0 0 0 0;
	color: #000;
}
#search-results #main .text ol {
	margin: 20px 0 0 0;
}
#search-results #main .text h1 em {
	display: inline;
	font-size: 100%;
	color: #000;
}
#search-results .text ol li {
	background: transparent url(../img/bgs/dotted-line.png) repeat-x scroll 0 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 100%;
}
#search-results #main ol h2 {
	border: none;
	margin: 15px 0 5px 0;
}
#search-results #main li p {
	clear: both;
	margin: 0;
}
#search-results #main li p.category {
	margin: 2px 0 0 0;
	color: #555;
	font-size: 110%;
}
#search-results #main ol ul {
	margin: 0;
}
#search-results #main li ul.text-data li {
	background: none;
	float: left;
	margin: 2px 10px 4px 0;
	padding: 0;
	font-size: 130%;
	color: #555;
}
#search-results #main .text-data {
	border: none;
}
#search-results #main a, #search-results #main a:visited {
	color: #105cb6;
	text-decoration: none;
	font-weight: bold;
}
#search-results #main .search-results h1 em {
	color: #000;
    display: inline;
    font-size: 100%;
}
.search-results .highlight {
    background: none repeat scroll 0 0 #ff0;
    border: 0 none;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: auto;
}
.search-results h1 {
	font-weight: bold;
    text-transform: uppercase;
}
.search-results .date {
    font-size: 1.2em;
    font-weight: bold;
}
#search-results #main .pager li a:hover,
#search-results #main .pager li a:active,
#search-results #main .pager li a:focus {
	background: #a4e2f1;
}
#search-results #main .pager li.next a {
	background: url(../img/icons/sprites.png) 143% 4px no-repeat;
}
#search-results #main .pager li.previous a {
	background: url("../img/icons/sprites.png") no-repeat scroll 0 -68px rgba(0, 0, 0, 0)
}
.search-title {
	width: 75%;
}

/* Paging */
.pager {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
}
.pager ul {
	clear: both;
    float: right;
    max-width: 70%;
}
.pager li {
	float: left;
	margin: 0 3px 0 0;
	list-style: none;
	text-align: center;
}
.pager li a,
.pager li strong,
.pager li span {
	display: block;
	border: 1px solid #ec1549;
	border: 1px solid #ccc;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
}
.pager li span { /* ... */
	border: none;
	padding: 3px 1px;
}
.pager li strong { /* you are here */
	border: 1px solid #ccc;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
	background: #E00820;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
}
.pager li.previous a,
.pager li.next a {
	border: 1px solid #fff;
}
.pager li.previous a {
	background: url(../img/icons/sprites.png) 0 -68px no-repeat;
	padding-left: 15px;
}
.pager li.next a {
	background: url(../img/icons/sprites.png) 143% 4px no-repeat;
	padding-right: 18px;
}
.pager li.next a:hover,
.pager li.next a:active,
.pager li.next a:focus,
.pager li.previous a:hover,
.pager li.previous a:active,
.pager li.previous a:focus {
	color: #E00820;
	text-decoration: underline;
}


/* Pager Latest News */
#main .latest .pager {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
#main .latest .pager ul {
	clear: both;
	float: right;
}
#main .latest .pager li {
	background: none;
	clear: none;
	float: left;
	width: auto;
	margin: 0 3px 0 0;
	list-style: none;
	text-align: center;
	font-size: 130%;
}
#main .latest .pager li a,
#main .latest .pager li strong,
#main .latest .pager li span {
	display: block;
	border: 1px solid #ec1549;
	border: 1px solid #ccc;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
}
#main .latest .pager li span { /* ... */
	border: none;
	padding: 3px 1px;
}
#main .latest .pager li strong { /* you are here */
	border: 1px solid #ccc;
}
#main .latest .pager li a:hover,
#main .latest .pager li a:active,
#main .latest .pager li a:focus {
	background: #E00820;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
}
#main .latest .pager li.previous a,
#main .latest .pager li.next a {
	border: 1px solid #fff;
}
#main .latest .pager li.previous a {
	background: url(../img/icons/sprites.png) 0 -68px no-repeat;
	padding-left: 15px;
	color: #E00820;
}
#main .latest .pager li.next a {
	background: url(../img/icons/sprites.png) 143% 4px no-repeat;
	padding-right: 18px;
	color: #E00820;
}
#main .latest .pager li.next a:hover,
#main .latest .pager li.next a:active,
#main .latest .pager li.next a:focus,
#main .latest .pager li.previous a:hover,
#main .latest .pager li.previous a:active,
#main .latest .pager li.previous a:focus {
	color: #E00820;
	text-decoration: underline;
}
/* Pager Events */
#main .event-list .pager {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
}
#main .event-list .pager ul {
	clear: both;
	float: right;
}
#main .event-list .pager li {
	background: none;
	clear: none;
	float: left;
	width: auto;
	margin: 0 3px 0 0;
	list-style: none;
	text-align: center;
	font-size: 130%;
}
#main .event-list .pager li a,
#main .event-list .pager li strong,
#main .event-list .pager li span {
	display: block;
	border: 1px solid #ec1549;
	border: 1px solid #ccc;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
}
#main .event-list .pager li span { /* ... */
	border: none;
	padding: 3px 1px;
}
#main .event-list .pager li strong { /* you are here */
	border: 1px solid #ccc;
}
#main .event-list .pager li a:hover,
#main .event-list .pager li a:active,
#main .event-list .pager li a:focus {
	background: #E00820;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
}
#main .event-list .pager li.previous a,
#main .event-list .pager li.next a {
	border: 1px solid #fff;
}
#main .event-list .pager li.previous a {
	background: url(../img/icons/sprites.png) 0 -68px no-repeat;
	padding-left: 15px;
}
#main .event-list .pager li.next a {
	background: url(../img/icons/sprites.png) 143% 4px no-repeat;
	padding-right: 18px;
}
#main .event-list .pager li.next a:hover,
#main .event-list .pager li.next a:active,
#main .event-list .pager li.next a:focus,
#main .event-list .pager li.previous a:hover,
#main .event-list .pager li.previous a:active,
#main .event-list .pager li.previous a:focus {
	color: #E00820;
	text-decoration: underline;
}


/* FORMS
-------------------- */
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
select {
	box-shadow: none;
}
.validity-alert {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}
textarea {
	font-family: arial, helvetica, sans-serif;
}
.form-wrapper {
	clear: both;
}
.step-by-step {
	margin: 20px 0;
	padding: 4px 10px;
	border-radius: 5px;
	background: #0d8ccc;
}
.step-by-step ol {
	zoom: 1;
	list-style-position: inside;
	color: #fff;
}
.step-by-step li  {
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
	border-radius: 5px;
	list-style-position: inside;
}
.step-by-step li.do  {
	background: #EC1549;
}
div.step-by-step li.do button {
	color: #fff;
}
.step-by-step li button {
	display: inline-block;
	padding: 3px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	cursor: pointer;
}
.step-by-step li button:hover,
.step-by-step li button:focus,
.step-by-step li button:active {
	text-decoration: underline;
}
.step-by-step li button[disabled] {
	cursor: default;
	color: #ccc;
	text-decoration: none;
}

.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset h2 {
	margin: 0 0 1px 0;
	border-top: 4px solid #cccc00;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	color: #333;
}
.form-wrapper p.required {
	text-align: right;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
}
.form-row {
	clear: both;
	zoom: 1;
	border-bottom: 1px dotted #b3b3b3;
	padding: 10px 0 15px 0;
}
.form-row div {
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-row .form-item {
	margin: 0;
	clear: none;
}
.form-wrapper label {
	position: relative;
	display: block;
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	background: #ebebeb;
	width: 300px;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 3px 3px 4px 3px;
}
.form-wrapper input[type="submit"] {
	display: inline;
}
.step-controls {
	position: relative;
	top: 2px;
}
.input-datetime-local .step-controls {
	top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #000;
	background: #fff;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;
}
.form-wrapper textarea {
	height: 150px;
	width: 300px;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span {
	display: block;
	padding: 5px 0 0 0;
	color: #555;
	font-size: 110%;
}
.form-wrapper div span.input-datetime-local {
	font-size: 100%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-row label span {
	display: inline;
}
.form-row label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-row span.help a {
	background: url(../img/icons/sprites.png) 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}
.form-row .form-item-m {
	width: 161px;
	padding: 0;
}
.form-row .form-item-l {
	width: 363px;
}
.form-row .form-item-s input {
	width: 70px;
}
.form-wrapper .form-row .form-item-m input {
	width: 139px;
}
.form-row .form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 10px;
	width: auto;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
	border: none;
	background: #EC1549;
}
.input-date-datepicker-control td.ui-datepicker-today a {
	color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
	border: none;
	background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
	right: auto;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 2px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
}
.new-search .button {  /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
	background: #333;
	color: #fff;
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
/* link-Button */
a.button {
	background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}
/* New Search */
#search-results .form-wrapper div {
	background: #f2f2bf;
	float: left;
	width: 100%;
	padding: 10px 0;
}
#search-results .form-wrapper input {
	float: left;
	margin: 3px 0 0 10px;
}
#search-results .form-wrapper input.submit {
	width: auto;
	background: #cc0;
	padding: 2px 10px;
	cursor: pointer;
}

/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}
#main .error h1 {
	background: url(../img/bgs/error.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
#main div.error {
	margin: 20px 0;
	font-weight: bold;
}
#main div.error ul {
	margin: 0 0 0 45px;
}
#main div.error li {
	color: #ec1549;
}
#main div.error li a,
#main div.error label span {
	color: #ec1549;
}
#main .form-wrapper div.error {
	margin: 0;
}
.form-ui-invalid {
	border-color: #ec1549;
}
.form-wrapper div.error input,
.form-wrapper div.error select,
.form-wrapper div.error textarea,
.form-wrapper div input.form-ui-invalid,
.form-wrapper div textarea.form-ui-invalid,
.form-wrapper div select.form-ui-invalid {
	border: 1px solid #ec1549;
}

#mgnlhp {
    display: none;
}

/* success messages */
#main .success {
	margin: 10px 0;
}
#main .success h1 {
	background: url(../img/bgs/confirmed.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #afaf00;
}


/* SITEMAP
--------------------- */
#sitemap .links {
	margin: 0;
}
#sitemap .links h2 {
	margin: 0;
	padding: 5px 0 5px 0;
}
#sitemap .links h2 a {
	display: block;
	color: #555;
}
#sitemap .links h2 a:hover,
#sitemap .links h2 a:active,
#sitemap .links h2 a:focus {
	color: #E00820;
}
#sitemap .links li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
#sitemap .links li a,
#sitemap .links li li a, 
#sitemap .links li li li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    padding: 0;
}
#sitemap .links.childPages {
    border-top: none;
    padding-left: 5%;
    margin: 0px;
}
#sitemap #main i {
    padding-right: 0.5em;
    font-size: 1.5rem;
    cursor: pointer;
}
#sitemap #main a, #sitemap #main a:visited {
    color: #105cb6;
    font-size: 1.5rem;
}
#sitemap .tree,
#sitemap .tree ul {
  list-style: none;
  color: #105cb6;
  position: relative;
}
#sitemap #wrapper-3 .links .tree ul,
#sitemap #main > .tree > .links > ul {
    margin-left:.3em
}
#sitemap .tree:before,
#sitemap .tree ul:before {
  content: "";
  position: absolute;
  top:0;
  bottom:0;
  border-left:1px dotted;
}
#sitemap .tree li {
  padding: 0 1.5em;
  line-height: 2em;
  position: relative;
}
#sitemap .tree li:before {
  content: "";
  width: 10px;
  border-top: 1px dotted;
  position: absolute;
  top: 1em;
  left: 0;
}
#sitemap .tree li:last-child:before {
  background: #fff;
  bottom: 0;
}
#sitemap #wrapper-3 .links li ul {
	margin: 0;
	padding: 0;
}
#sitemap .links li li {
	font-size: 100%;
}
#sitemap #main #page-intro h1 {
	border-top: medium none;
}

/* ACCORDION/FAQ
--------------------- */
.list-box { /* don't use height, border, margin or padding here - accessibility */

}
#main .super-list div div {
	background: #f7f8d9;
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	padding: 10px 10px 10px 25px;
}
#main .super-list h3,
#main .super-list p,
#main .super-list li li {
	font-size: 100%;
}
#main .super-list p {
	margin-bottom: 10px;
}
.super-list ul {
    margin-left: 0;
}
#main .super-list li {
	float: left;
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	width: 100%;
	list-style-type: none;
}
#main .super-list li li {
	background: #fff;
	float: none;
	border: none;
	list-style-type: disc;
}
#main .super-list li p {
	margin: 0;
}
#main .super-list li h3 a {
	display: block;
	background: transparent url(../img/icons/sprites.png) no-repeat scroll 5px 7px;
	padding: 5px 0 5px 25px;
	font-weight: bold;
	cursor: pointer;
}
#main .super-list li h3 a.a11y-focus {
	text-decoration: underline;
}
#main .super-list li h3 a.js-selected {
	background-color: #f2f2bf;
	background-position: 5px -139px;
}
#main .super-list li ul,
#main .super-list li ol {
	margin: 0 0 10px 25px;
}

#main .super-list ol li {
	list-style-type: decimal;
}
#main .super-list .media,
#main .super-list dt img {
	margin-bottom: 0;
}
#main .super-list dl {
	overflow: hidden;
}
#main .super-list dd {
	font-size: 85%; /* 11px */
	line-height: 1.3em;
}
#main .super-list dd.copyright {
	font-size: 85%;
}


/* GLOSSARY
--------------------- */
#glossary-index {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
}
#glossary-index ul {
	margin: 10px 0 0 0;
}
#glossary-index li {
	list-style: none;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 160%;
}
#glossary-index li a,
#glossary-index li span {
	display: block;
	border: 1px solid #ccc;
	padding: 2px 7px 2px 8px;
	min-width: 12px;
	text-align: center;
	font-weight: bold;
}
#glossary-index li span {
	color: #555;
}
#glossary-index li a:hover,
#glossary-index li a:active,
#glossary-index li a:focus {
	background: #E00820;
	border: 1px solid #333;
	color: #fff;
	text-decoration: none;
}
.glossary-box {
	float: left;
	width: 200px;
	height: 20em;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	padding: 10px;
}
#main .glossary-box li.all {
	background: none;
}
#main .glossary-box p.all a {
	margin-top: -1px;
}
#main .glossary-box h2 {
	float: left;
	background: #fff;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 600%;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
}
#main .glossary-box ul {
	list-style: none;
	margin: 0;
}
#main .glossary-box ul li {
	background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
	margin: 0;
	line-height: 1.2em;
}
html > body #main .glossary-box ul li {
	height: auto;
}
#main .glossary-box li a {
	display: block;
	padding: 5px 0 5px 0;
}
/* Glossary Details */
.glossary-details {
	height: auto;
	width: 688px;
	padding: 10px 0 20px 10px;
}
#main .glossary-details h2 {
	display: block;
	float: none;
}
#main .glossary-details ul li {
	width: 47%;
	float: left;
	margin-right: 19px;
}


/*
PHOTOS
---------------------- *
/* photos / images */
.media audio {
	height: 30px;
}

.media { /* for dl and without it */
	float: left;
	display: inline-block;
	width: 220px;
	margin: 3px 10px 0 0;
}
dl.media {
	background: none #ececec;
	padding: 0 0 5px 0;
	border-radius: 0 0 5px 5px;
}
.media audio,
.media video,
.media img {
	display: block;
	width: 218px;
}
.media audio,
.media video {
	border: none;
}
.media video {
	height: 120px;
}
dl.large { /* big */
	clear: both;
	background-color: #ececec;
	float: none;
	width: 460px;
}
.media.large video,
.media.large audio {
	width: 460px;
}
.media.large video {
	height: 300px;
}
dl.large img {
	width: 458px;
}
img.large {
	clear: both;
	display: block;
	width: 100%;
}
.media dd {
	background: #ececec;
	display: block;
	padding: 5px 5px 0 5px;
}
.media dd.zoom {
	float: right;
}
.media dd.zoom a {
	display: block;
	background: url(../img/icons/sprites.png) 0 -508px no-repeat;
	width: 12px;
	overflow: hidden;
	text-indent: -999px;
}
#wrapper-2 .media dd.copyright {
	font-style: italic;
	font-size: 120%;
}
.media dd.longdesc {
	display: none;
}
.media.pos-2 {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}


/* PHOTO GALLERY
--------------------- */
.photo-index .media {
	float: none;
	width: 210px;
	border:  2px solid lime;
	padding: 8px 8px 16px 8px;
	background: #fff;
	border:  1px solid #B3B3B3;
	box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
* + html .photo-index .media { /* IE7 */
	display: inline;
}
.no-csstransforms .photo-index .media {
	margin-right: 5px;
}
.photo-index .media:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border:  1px solid #888;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	position: relative;
	z-index:  100;
}
.photo-index dl {
	margin-right: 0px;
}
.photo-index .media dt {
	min-height: 125px;
	height: auto;
	margin: 0 0 10px 0;
}
.photo-index .media dt img {
	width: 210px;
}
.photo-index .media dd {
	background:  transparent;
}

/* lightbox*/
.mask {
	background-color: #000;
	width: 100%;
	z-index: 110;
}
.loading-mask {
	background: #000 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	overflow: hidden;
	z-index: 120;
	top: 0;
	left: 0;
	margin: 40px 0 0;
	padding: 0 0 20px 0;
	width: 995px;
	background-color: #b3b3b3;
}
.showbox .overlay-control {
	display: none;
}
.showbox-head {
	overflow: hidden;
	height: 1%;
	margin: 0 0 30px;
	padding: 5px;
	font-size: 120%;
	text-align: center;
	background-color: #555;
	color: #fff;
}
.showbox-toolbar {
	float: left;
	clear: both;
}

.showbox-head a {
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}
.showbox-head a.ui-disabled {
	cursor: default;
	color: #aaa;
	text-decoration: none;
}
.showbox-toolbar .prev {
	background: url(../img/icons/sprites.png) 0 -73px no-repeat;
	padding-left: 17px;
}
.showbox-toolbar .next {
	background: url(../img/icons/sprites.png) 190% 1px no-repeat;
	padding-right: 17px;
}

.showbox .close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px 0 17px;
	cursor: pointer;
	color: #fff;
	font-size: 120%;
	background: url(../img/icons/sprites.png) 0 -218px no-repeat;
}
.showbox .content-box {
	background-color: #999;
	margin: 0 auto;
}
.showbox.loading {
	background: #999 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
	overflow: hidden;
}
.showbox .text-content {
	background: #ececec;
	padding: 5px;
}
.showbox h2 {
	margin: 5px 0;
	font-size: 130%;
}
.showbox p {
	margin-bottom: 10px;
	font-size: 120%;
}
.showbox ul {
	margin: 10px 0 10px 0;
}
.showbox li {
	list-style: none;
	color: #555;
	font-size: 110%;
}


/*
SPECIAL MODULES
==================== */

/* TAGCLOUD
---------------- */
.tagcloud {
	float: left;
	clear: both;
	width: 100%;
	border-top: 4px solid #b3b3b3;
	margin: 0 0 20px 0;
}
#main .tagcloud h3,
#wrapper-2 .tagcloud-wide h3 {
	margin: 5px 0;
	border-bottom: 1px solid #dedede;
	padding: 0 0 5px 0;
	font-size: 180%;
}
.tagcloud li {
	display: inline;
	height: 22px;
	margin: 0 10px 0 0;
	list-style: none;
	vertical-align: middle;
}
.tagcloud li a {
	font-size: 100%;
	line-height: 1.2em;
}
.tagcloud li.level-2 a {
	font-size: 120%;
}
.tagcloud li.level-3 a {
	font-size: 130%;
	font-weight: bold;
}
.tagcloud li.level-4 a {
	font-size: 140%;
	font-weight: normal;
}
.tagcloud li.level-5 a {
	font-size: 150%;
	font-weight: normal;
}
.tagcloud li em {
	font-style: normal;
}
/* in sidebar */
#extras .tagcloud {
	margin-top: 0;
}
#extras .tagcloud ul {
	border: none;
	margin: 0;
	padding: 5px 0 0 0;
}
#extras .tagcloud li {
	background: none;
	border: none;
	margin: 0 10px 5px 0;
	line-height: 1.6em;
}
#extras .tagcloud li a {
	display: inline;
	background: none;
	padding: 0;
}


/* JAVASCRIPT MODULES IN MAIN
----------------------------- */
/* Dom Tabs */
.text-box-tabs {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
#main .text-box-tabs h2 {
	padding: 5px 5px 0 6px;
	color: #fff;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#252525,#333); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#252525,#333); /* FF3.6 */
	background-image:         linear-gradient(bottom,#252525,#333);
	border-radius: 5px 5px 0 0;
}
ol.text-box-toc {
	float: left;
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	height: auto;
	width: 100%;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#000000,#252525); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#000000,#252525); /* FF3.6 */
	background-image:         linear-gradient(bottom,#000000,#252525);
}
#main .text-box-toc li { /* dom tabs + one two three */
	float: left;
	position: relative;
	list-style: none;
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0 0px 0 2px;
	padding: 0;
	color: #000;
	line-height: 1.25em;
}
.text-box-toc li a {
	background: #121212;
	color: #d0d0d0;
	float: left;
	display: block;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}
.text-box-toc li a.ui-disabled {
	cursor: default;
}
.text-box-toc li a.js-selected,
.text-box-toc li a.a11y-focus,
.text-box-toc li a:hover,
.text-box-toc li a:active,
.text-box-toc li a:focus {
	background: none #f2f2f2;
	color: #000;
	text-decoration: none;
}
.text-box-toc li span {
	display: block;
	margin-right: 4px;
	padding: 5px 6px 5px 10px;
}
.text-box-tabs .text-box-section {
	float: left;
	width: 440px;
	margin: 0;
	padding: 10px 8px 16px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: none #f2f2f2;
	border-radius: 0 0 5px 5px;
}
#main .text-box-tabs .text-box-section h2 {
	clear: both;
	background: none;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	font-size: 160%;
	color: #000;
}
#main .text-box-tabs .text-box-section h2 em {
	display: block;
	margin: 0 0 -3px 0;
	font-size: 68.75%;
	font-style: normal;
	padding: 0;
}
#main .text-box-tabs .text-box-section h2 a em {
	color: #555;
}
#main .text-box-tabs h2 a,
#main .text-box-tabs p a {
	color: #dd0e40;
}
.text-box-tabs img {
	float: left;
	width: 218px;
	margin: 0 10px 10px 0;
}
/* teaser link list modified for tab */
#main .text-box-tabs .links {
	clear: both;
	margin: 10px 0 0 0;
}
#main .text-box-tabs .links h3 {
	font-size: 130%;
	margin: 0 0pt 5px 0;
}
#main .text-box-tabs .links li {
	border: none;
}

/* alternative layouts */
.col-float2 .text-box-tabs {
	width: 460px;
	float: left;
	clear: none;
}
.col-float3 .text-box-tabs {
	width: 100%;
	float: left;
	clear: none;
}
/* different images for .col-subcol */
.col-subcol #main .text-box-tabs h2 {
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#252525,#333); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#252525,#333); /* FF3.6 */
	background-image:         linear-gradient(bottom,#252525,#333);
}
ol.text-box-toc {
	margin: 0 !important;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#000000,#252525); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#000000,#252525); /* FF3.6 */
	background-image:         linear-gradient(bottom,#000000,#252525);
}
.col-subcol .text-box-tabs {
	background: none #f2f2f2;
	width: 590px;
}
.col-subcol #text-box-toc {
	background: none #000;
}
.col-subcol .text-box-tabs .text-box-section {
	background: none #f2f2f2;
	width: 570px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 0 0 5px 5px;
}
.col-subcol #main .text-box-tabs .text-box-section h2 {
	background: none;
}
.col-subcol #main > .text-box-tabs .text-box-section {
	margin-right: 0;
}
/* Different images for .nav-col */
.nav-col #main .text-box-tabs {
	background: none #f2f2f2;
	width: 700px;
}
.nav-col .text-box-tabs .text-box-section {
	width: 680px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: none #f2f2f2;
	border-radius: 0 0 5px 5px;
}
.nav-col #main .text-box-tabs h2 {
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#252525,#333); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#252525,#333); /* FF3.6 */
	background-image:         linear-gradient(bottom,#252525,#333);
	border-radius: 5px 5px 0 0;
}
.nav-col ol.text-box-toc {
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom,#000000,#252525); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(bottom,#000000,#252525); /* FF3.6 */
	background-image:         linear-gradient(bottom,#000000,#252525);
}
.nav-col #main .text-box-tabs .text-box-section h2 {
	background: none;
}


/* Finger-Tabs - superpromo */
div.superpromos {
	clear: both;
	position: relative;
	width: 260px;
	height: auto;
	min-height: 333px;
	margin: 20px 0;
	border: 1px solid #ccc;
	padding-right: 200px;
}
.nav-col div.superpromos {
	width: 498px; /* plus 200px padding nav */
}
.js div.superpromos {
	height: 33em;
	overflow: hidden;
}
/* tabs */
ol.superpromos-toc {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 195px;
	margin: 0;
	padding: 0;
}
#wrapper ol.superpromos-toc li {
	float: none;
	background: #ebebeb;
	font-size: 110%;
	color: #fff;
	list-style: none;
}
ol.superpromos-toc a {
	display: block;
	background: #ebebeb url(../img/bgs/superpromo-off.gif) 0 50% no-repeat;
	height: 1%;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 12px 10px 8px 20px;
	font-size: 150%;
	font-weight: bold;
	cursor: pointer;
}
ol.superpromos-toc a.on,
ol.superpromos-toc a.a11y-focus,
ol.superpromos-toc a:hover,
ol.superpromos-toc a:active,
ol.superpromos-toc a:focus {
	background: #e5e57f url(../img/bgs/superpromo-on.gif) 0 50% no-repeat;
	color: #000;
	text-decoration: none;
}
div.superpromos .superpromo-section {
	margin: 0px;
}
div.superpromos .superpromo-section h2 {
	margin: 10px 5px 5px 10px;
	padding: 0;
	font-size: 320%;
}
div.superpromos .superpromo-section img {
	display: block;
	width: 250px;
	height: 150px;
	border: none;
	margin: 0 0 10px 10px;
	padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
	width: 485px;
	height: 200px;
}
div.superpromos .superpromo-section p {
	margin: 0 0 1em 10px;
	line-height: 1.3em;
	font-size: 130%;
}
div.superpromos .superpromo-section em.more {
	display: block;
}
div.superpromos .superpromo-section em.more a {
	display: block;
	background: url(../img/icons/sprites.png) 0 7px no-repeat;
	padding: 5px 10px 5px 18px;
	font-weight: bold;
}


/* Styleswitcher */
ul.styleswitcher li {
	padding: 6px 0 0 0;
}
ul.styleswitcher li {
	padding: 6px 0 0 0;
}
ul.styleswitcher label {
	background: url(../img/icons/sprites.png) 0 2px no-repeat;
	padding-left: 17px;
	color: #ec1549;
}
ul.styleswitcher label:hover,
ul.styleswitcher label:active,
ul.styleswitcher label:focus {
	text-decoration: underline;
}


/* CAROUSELS
----------------------------- */

/* ###   TW-SWITCHER ### */
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-switcher {
	position: relative;
	background: #fff;
	border: 0;
	float: left;
	clear: both;
	height: auto;
	width: 698px;
	margin: 35px 0 0 0;
	padding: 0;
}
#wrapper-2 #wrapper-3 div.tw-switcher h3 {
	margin: 10px 0 5px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 2px 0;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-switcher .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .pager {
	display: block;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev,
#wrapper-2 #wrapper-3 div.tw-switcher .next {
	position: absolute;
	bottom: 0;
	width: 17px;
	height: 180px;
	background-color: #c9c9c9;
	background-image: -webkit-linear-gradient(left,#b1b1b1,#c9c9c9); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#b1b1b1,#c9c9c9); /* FF3.6 */
	background-image:         linear-gradient(left,#b1b1b1,#c9c9c9);
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev {
	left: 0;
	right: auto;
	border-right: 1px solid #fff;
	border-radius: 5px 0 0 5px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next {
	left: auto;
	right: 0;
	border-left: 1px solid #fff;
	border-radius: 0 5px 5px 0;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span,
#wrapper-2 #wrapper-3 div.tw-switcher .prev span {
	display: block;
	width: 17px;
	height: 180px;
	background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
	text-indent: -9999px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next.show span,
#wrapper-2 #wrapper-3 div.tw-switcher .prev.show span {
	display: block;
	cursor: pointer
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev.show:hover,
#wrapper-2 #wrapper-3 div.tw-switcher .prev.show.over,
#wrapper-2 #wrapper-3 div.tw-switcher .next.show:hover,
#wrapper-2 #wrapper-3 div.tw-switcher .next.show.over {
	background-image: -webkit-linear-gradient(left,#ddd,#c0c0c0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#ddd,#c0c0c0); /* FF3.6 */
	background-image:         linear-gradient(left,#ddd,#c0c0c0);
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev span { /* Prev inactive */
	background-position: 50% -314px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span { /* Next inactive */
	background-position: 70% -514px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev.show span { /* Prev active */
	background-position: 50% 86px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .next.show span { /* Next active */
	background-position: 70% -114px;
}

#wrapper-2 #wrapper-3 div.tw-switcher .rack {
	width: 1170px;
	margin: 0;
	padding-left: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack {
	display: inline;
	overflow: hidden;
	height: 180px;
	margin-left: 19px;
	padding-left: 15px;
	width: 645px;
	background: #f2f2f2;
}
.js.hcm #wrapper-2 #wrapper-3 div.tw-switcher .rack {
	height: 210px;
	overflow: auto !important;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
	overflow: hidden;
	float: left;
	width: 340px;
	height: 170px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
	background-image: none;
	width: 385px;
	border-right: none;
	margin: 0;
	padding: 10px 10px 0 0px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
	margin: 0;
	width: 190px;
	float: right;
	font-size: 180%;
	font-weight: normal;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
	width: 235px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .no-img h2,
.js #wrapper-2 #wrapper-3 div.tw-switcher .no-img h2 {
	width: 100%;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser img {
	display: block;
	float: left;
	width: auto;
	width: 140px;
	height: 150px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
	width: 190px;
	float: left;
	padding: 10px 0 0 0;
	font-size: 130%;
	color: #555;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
	width: 200px;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em a {
	padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-switcher {
	margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher {
	width: 1170px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher .rack {
	width: 895px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-switcher {
	position: relative;
	background: #fff;
	border: 0;
	float: left;
	clear: both;
	height: auto;
	width: 458px;
	margin: 0 0 20px 0;
	padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher h3 {
	margin: 10px 0 5px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 2px 0;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
	display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
	position: absolute;
	bottom: 0;
	width: 17px;
	height: 180px;
	background-color: #c9c9c9;
	background-image: -webkit-linear-gradient(left,#b1b1b1,#c9c9c9); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#b1b1b1,#c9c9c9); /* FF3.6 */
	background-image:         linear-gradient(left,#b1b1b1,#c9c9c9);
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
	left: 0;
	right: auto;
	border-right: 1px solid #fff;
	border-radius: 5px 0 0 5px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next {
	left: auto;
	right: 0;
	border-left: 1px solid #fff;
	border-radius: 0 5px 5px 0;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span {
	display: block;
	width: 17px;
	height: 180px;
	background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
	text-indent: -9999px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next.show span,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev.show span {
	display: block;
	cursor: pointer;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev.show.over,
#wrapper-2 #wrapper-3 #main div.tw-switcher .next.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-switcher .next.show.over {
	background-image: -webkit-linear-gradient(left,#ddd,#c0c0c0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#ddd,#c0c0c0); /* FF3.6 */
	background-image:         linear-gradient(left,#ddd,#c0c0c0);
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span { /* Prev inactive */
	background-position: 50% -314px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span { /* Next inactive */
	background-position: 70% -514px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev.show span { /* Prev active */
	background-position: 50% 86px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next.show span { /* Next active */
	background-position: 70% -114px;
}

#wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
	width: 405px;
	margin: 0;
	padding-left: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
	overflow: hidden;
	height: 180px;
	background: #f2f2f2;
	margin-left: 19px;
	padding-left: 15px;
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
	height: 205px;
	overflow: auto !important;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
	overflow: hidden;
	float: left;
	width: 340px;
	height: 170px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
	background-image: none;
	width: 400px;
	border-right: none;
	margin: 0;
	padding: 10px 20px 0 0px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser h2 {
	margin: 0;
	width: 100%;
	float: none;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .no-img h2 {
	width: 100%;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser img {
	display: block;
	float: left;
	width: auto;
	width: 140px;
	height: 130px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
	width: 190px;
	float: left;
	padding: 10px 0 0 0;
	font-size: 130%;
	color: #555;
}
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
	width: 250px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em a {
	padding-left: 17px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
	width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
	width: 410px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
	width: 400px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher {
	width: 1170px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
	width: 895px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
	width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
	width: 540px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher {
	width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
	width: 647px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-switcher {
	position: relative;
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	float: left;
	clear: both;
	height: auto;
	width: 938px;
	margin: 0 0 20px 0;
	padding: 0;
}
#wrapper-2 div.tw-switcher h3 {
	padding: 4px 10px 5px 10px;
	color: #fff;
	font-size: 200%;
}
#wrapper-2 div.tw-switcher .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js #wrapper-2 div.tw-switcher .pager {
	display: block;
}
#wrapper-2 div.tw-switcher .next,
#wrapper-2 div.tw-switcher .prev {
	position: absolute;
	bottom: 0;
	width: 18px;
	height: 223px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: none #242424;
}
#wrapper-2 div.tw-switcher .prev {
	left: 0;
	right: auto;
	border-left: 1px solid #fff;
	border-radius: 5px 0 0 5px;
}
#wrapper-2 div.tw-switcher .next {
	left: auto;
	right: 0;
	border-right: 1px solid #fff;
	border-radius: 0 5px 5px 0;
}
#wrapper-2 div.tw-switcher .next span,
#wrapper-2 div.tw-switcher .prev span {
	display: block;
	width: 18px;
	height: 223px;
	background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
	text-indent: -9999px;
}
#wrapper-2 div.tw-switcher .next.show span,
#wrapper-2 div.tw-switcher .prev.show span {
	display: block;
	cursor: pointer;
}
#wrapper-2 div.tw-switcher .prev.show:hover,
#wrapper-2 div.tw-switcher .prev.show.over,
#wrapper-2 div.tw-switcher .next.show:hover,
#wrapper-2 div.tw-switcher .next.show.over {
	background-image: -webkit-linear-gradient(left,#525252,#7b7b7b); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#525252,#7b7b7b); /* FF3.6 */
	background-image:         linear-gradient(left,#525252,#7b7b7b);
}
#wrapper-2 div.tw-switcher .prev span { /* Prev inactive */
	background-position: 50% -292px;
}
#wrapper-2 div.tw-switcher .next span { /* Next inactive */
	background-position: 70% -492px;
}
#wrapper-2 div.tw-switcher .prev.show span { /* Prev inactive */
	background-position: 50% 108px;
}
#wrapper-2 div.tw-switcher .next.show span { /* Next inactive */
	background-position: 70% -92px;
}

#wrapper-2 div.tw-switcher .rack {
	background: #fff;
	float: left;
	width: 923px;
	margin: 0;
	padding-left: 15px;
}
.js #wrapper-2 div.tw-switcher .rack {
	overflow: hidden;
	height: 225px;
	background: #f2f2f2;
	display: inline;
	width: 885px;
	margin-left: 19px;
}
.hcm #wrapper-2 div.tw-switcher .rack {
	height: 250px;
	overflow: auto !important;
}
#wrapper-2 div.tw-switcher .rack-teaser {
	overflow: hidden;
	float: left;
	width: 375px;
	height: 225px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 div.tw-switcher .rack-teaser {
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 0 20px 0 0px;
}
#wrapper-2 div.tw-switcher .rack-teaser h2 {
	margin: 8px 0 0 0;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 div.tw-switcher .rack-teaser img {
	display: block;
	float: left;
	height: 100px;
	width: 380px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 div.tw-switcher .rack-teaser p {
	width: 375px;
	padding: 10px 0 0 0;
	font-size: 130%;
	color: #555;
}
#wrapper-2 div.tw-switcher .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 div.tw-switcher .rack-teaser em a {
	padding-left: 17px;
}

/* ###   TW-IMAGES ### */
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-images {
	position: relative;
	background: #fff;
	border: 0;
	float: left;
	clear: both;
	height: auto;
	width: 698px;
	margin: 35px 0 0 0;
	padding: 0;
}
#wrapper-2 #wrapper-3 div.tw-images h3 {
	margin: 10px 0 5px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 2px 0;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-images .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-images .pager {
	display: block;
}
#wrapper-2 #wrapper-3 div.tw-images .next,
#wrapper-2 #wrapper-3 div.tw-images .prev {
	position: absolute;
	bottom: 0;
	width: 17px;
	height: 180px;
	background-color: #c9c9c9;
	background-image: -webkit-linear-gradient(left,#b1b1b1,#c9c9c9); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#b1b1b1,#c9c9c9); /* FF3.6 */
	background-image:         linear-gradient(left,#b1b1b1,#c9c9c9);
}
#wrapper-2 #wrapper-3 div.tw-images .prev {
	left: 0;
	right: auto;
	border-right: 1px solid #fff;
	border-radius: 5px 0 0 5px;
}
#wrapper-2 #wrapper-3 div.tw-images .next {
	left: auto;
	right: 0;
	border-left: 1px solid #fff;
	border-radius: 0 5px 5px 0;
}
#wrapper-2 #wrapper-3 div.tw-images .next span,
#wrapper-2 #wrapper-3 div.tw-images .prev span {
	display: block;
	width: 17px;
	height: 180px;
	background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
	text-indent: -9999px;
}
#wrapper-2 #wrapper-3 div.tw-images .next.show span,
#wrapper-2 #wrapper-3 div.tw-images .prev.show span {
	display: block;
	cursor: pointer
}
#wrapper-2 #wrapper-3 div.tw-images .prev.show:hover,
#wrapper-2 #wrapper-3 div.tw-images .prev.show.over,
#wrapper-2 #wrapper-3 div.tw-images .next.show:hover,
#wrapper-2 #wrapper-3 div.tw-images .next.show.over {
	background-image: -webkit-linear-gradient(left,#ddd,#c0c0c0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#ddd,#c0c0c0); /* FF3.6 */
	background-image:         linear-gradient(left,#ddd,#c0c0c0);
}
#wrapper-2 #wrapper-3 div.tw-images .prev span { /* Prev inactive */
	background-position: 50% -314px;
}
#wrapper-2 #wrapper-3 div.tw-images .next span { /* Next inactive */
	background-position: 70% -514px;
}
#wrapper-2 #wrapper-3 div.tw-images .prev.show span { /* Prev active */
	background-position: 50% 86px;
}
#wrapper-2 #wrapper-3 div.tw-images .next.show span { /* Next active */
	background-position: 70% -114px;
}

#wrapper-2 #wrapper-3 div.tw-images .rack {
	width: 1170px;
	margin: 0;
	padding: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-images .rack {
	background: #fff;
	overflow: hidden;
	margin-left: 19px;
	width: 660px;
	height: 180px;
}
.js.hcm #wrapper-2 #wrapper-3 div.tw-images .rack {
	height: 210px;
}
#wrapper-2 #wrapper-3 div.tw-images .rack-teaser {
	overflow: hidden;
	float: left;
	width: 340px;
	height: 180px;
	border: none;
	margin: 0;
	padding: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-images .rack-teaser {
	background-image: none;
	width: auto;
	border-right: none;
}
#wrapper-2 #wrapper-3 div.tw-images .rack-teaser img {
	display: block;
	float: left;
	width: auto;
	height: 179px;
	margin: 0 1px 0 0;
	border: none;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-images {
	margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-images {
	width: 1170px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-images .rack {
	width: 925px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-images {
	position: relative;
	background: #fff;
	border: 0;
	float: left;
	clear: both;
	height: auto;
	width: 458px;
	margin: 0 0 20px 0;
	padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-images h3 {
	margin: 10px 0 5px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 2px 0;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-images .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-images .pager {
	display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next,
#wrapper-2 #wrapper-3 #main div.tw-images .prev {
	position: absolute;
	bottom: 0;
	width: 17px;
	height: 113px;
	background-color: #c9c9c9;
	background-image: -webkit-linear-gradient(left,#b1b1b1,#c9c9c9); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#b1b1b1,#c9c9c9); /* FF3.6 */
	background-image:         linear-gradient(left,#b1b1b1,#c9c9c9);
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev {
	left: 0;
	right: auto;
	border-right: 1px solid #fff;
	border-radius: 5px 0 0 5px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next {
	left: auto;
	right: 0;
	border-left: 1px solid #fff;
	border-radius: 0 5px 5px 0;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next span,
#wrapper-2 #wrapper-3 #main div.tw-images .prev span {
	display: block;
	width: 18px;
	height: 113px;
	background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
	text-indent: -9999px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next.show span,
#wrapper-2 #wrapper-3 #main div.tw-images .prev.show span {
	display: block;
	cursor: pointer;
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-images .prev.show.over,
#wrapper-2 #wrapper-3 #main div.tw-images .next.show:hover,
#wrapper-2 #wrapper-3 #main div.tw-images .next.show.over {
	background-image: -webkit-linear-gradient(left,#ddd,#c0c0c0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#ddd,#c0c0c0); /* FF3.6 */
	background-image:         linear-gradient(left,#ddd,#c0c0c0);
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev span { /* Prev inactive */
	background-position: 50% -348px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next span { /* Next inactive */
	background-position: 70% -548px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev.show span { /* Prev active */
	background-position: 50% 52px;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next.show span { /* Next active */
	background-position: 70% -148px;
}

#wrapper-2 #wrapper-3 #main div.tw-images .rack {
	width: 420px;
	margin: 0;
	padding-left: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-images .rack {
	overflow: hidden;
	height: 113px;
	background: #f2f2f2;
	margin-left: 19px;
	padding-left: 0;
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-images .rack {
	height: 138px;
	overflow: auto !important;
}
#wrapper-2 #wrapper-3 #main div.tw-images .rack-teaser {
	overflow: hidden;
	float: left;
	width: auto;
	height: 113px;
	border: none;
	margin: 0 1px 0 0;
	padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-images .rack-teaser img {
	display: block;
	float: left;
	width: auto;
	width: auto;
	height: 112px;
	margin: 0;
	border: none;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-images {
	width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-images .rack {
	width: 440px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-images {
	width: 1170px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-images .rack {
	width: 905px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-images {
	width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-images .rack {
	width: 552px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-images {
	width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-images .rack {
	width: 662px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-images {
	position: relative;
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 938px;
	margin: 0 0 20px 0;
	padding: 0;
}
#wrapper-2 div.tw-images h3 {
	padding: 4px 10px 5px 10px;
	color: #fff;
	font-size: 200%;
}
#wrapper-2 div.tw-images .pager {
	display: none;
	width: auto;
	margin: 0;
}
.js #wrapper-2 div.tw-images .pager {
	display: block;
}
#wrapper-2 div.tw-images .next,
#wrapper-2 div.tw-images .prev {
	position: absolute;
	bottom: 0;
	width: 17px;
	height: 223px;
	border: 1px solid #fff;
	background: none #242424;
}
#wrapper-2 div.tw-images .prev {
	left: 0;
	right: auto;
	border-radius: 5px 0 0 5px;
}
#wrapper-2 div.tw-images .next {
	left: auto;
	right: 0;
	border-radius: 0 5px 5px 0;
}
#wrapper-2 div.tw-images .next span,
#wrapper-2 div.tw-images .prev span {
	display: block;
	width: 17px;
	height: 223px;
	background: url(../img/bgs/prev-next.png) no-repeat 50% -292px transparent;
	text-indent: -9999px;
}
#wrapper-2 div.tw-images .next.show span,
#wrapper-2 div.tw-images .prev.show span {
	display: block;
	cursor: pointer;
}
#wrapper-2 div.tw-images .prev.show:hover,
#wrapper-2 div.tw-images .prev.show.over,
#wrapper-2 div.tw-images .next.show:hover,
#wrapper-2 div.tw-images .next.show.over {
	background-image: -webkit-linear-gradient(left,#525252,#7b7b7b); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(left,#525252,#7b7b7b); /* FF3.6 */
	background-image:         linear-gradient(left,#525252,#7b7b7b);
}
#wrapper-2 div.tw-images .prev span { /* Prev inactive */
	background-position: 50% -292px;
}
#wrapper-2 div.tw-images .next span { /* Next inactive */
	background-position: 70% -492px;
}
#wrapper-2 div.tw-images .prev.show span { /* Prev active */
	background-position: 50% 108px;
}
#wrapper-2 div.tw-images .next.show span { /* Next active */
	background-position: 70% -92px;
}


#wrapper-2 div.tw-images .rack {
	float: none;
	width: 1170px;
	margin: 0;
	padding: 0;
}
.js #wrapper-2 div.tw-images .rack {
	overflow: hidden;
	width: 900px;
	height: 223px;
	margin-left: 19px;
}
.hcm #wrapper-2 div.tw-images .rack {
	height: 250px;
	overflow: auto !important;
}
#wrapper-2 div.tw-images .rack-teaser {
	overflow: hidden;
	float: left;
	width: auto;
	height: 225px;
	border: none;
	margin: 0 1px 0 0;
	padding: 0;
}
#wrapper-2 div.tw-images .rack-teaser img {
	display: block;
	float: left;
	height: 223px;
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}




/* ###   TW-PAGING ### */
/* Inside #Stage */
#stage div.tw-paging {
	position: relative;
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 937px;
	margin: 0;
	padding: 0;
}
.js #stage div.tw-paging {
	padding: 0 0 50px 0;
}
#stage div.tw-paging h3 {
	border: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 200%;
}
#stage div.tw-paging .pagination {
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 30px;
}
#stage div.tw-paging .pagination ul {
	float: none;
}
#stage div.tw-paging .pagination li {
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
#stage div.tw-paging .pagination  li button {
	display: block;
	background: url(../img/bgs/teaser-paging.png) 0 0 no-repeat;
	opacity: .5;
	margin-left: 1px;
	padding: 2px 14px 7px 8px;
	color: #000;
	font-size: 180%;
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}
#stage div.tw-paging .pagination li button:hover,
#stage div.tw-paging .pagination li button:active,
#stage div.tw-paging .pagination li button:focus {
	color: #ec1549;
	text-decoration: none;
}
#stage div.tw-paging .rack {
	float: left;
	width: 922px;
	margin: 0;
	padding-left: 0;
}
.js #stage div.tw-paging .rack {
	display: inline;
	overflow: hidden;
	position: relative;
	height: 320px;
	width: 1170px;
	margin: 3px 0 0 3px;
}
#stage div.tw-paging .rack-teaser {
	overflow: hidden;
	float: left;
	width: 1170px;
	height: 320px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #stage div.tw-paging .rack-teaser {
	position: relative;
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 0 20px 0 0px;
}
#stage div.tw-paging .rack-teaser h2 {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 350px;
	z-index: 10;
	margin: 0;
	font-size: 200%;
	font-weight: normal;
}
#stage div.tw-paging .rack-teaser p {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 5;
	background: #000;
	border: 1px solid #000;
	border-radius: 8px;
	width: 350px;
	padding: 50px 10px 20px 10px;
	font-size: 160%;
	color: #fff;
}
#stage div.tw-paging .no-img p {
	width: 100%;
}
#stage div.tw-paging .rack-teaser img {
	display: inline;
	width: 932px;
	height: 317px;
	float: left;
	margin: 4px 10px 0 0;
	border: none;
}
#stage div.tw-paging .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#stage div.tw-paging .rack-teaser em a {
	padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-paging {
	position: relative;
	background: #fff;
	border: 0;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 698px;
	margin: 37px 0 0 0;
	padding: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-paging {
	padding: 0 0 45px 0;
}
#wrapper-2 #wrapper-3 div.tw-paging h3 {
	margin: 10px 0 5px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 2px 0;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination {
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 10px;
	height: 30px;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination ul {
	float: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li {
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button {
	display: block;
	float: left;
	background: url(../img/bgs/teaser-paging-main.png) 0 0 no-repeat;
	opacity: .5;
	margin-left: 1px;
	padding: 5px 13px 9px 9px;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	border: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button:hover,
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button:active,
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button:focus {
	color: #ec1549;
	text-decoration: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	float: left;
	width: 927px;
	margin: 0;
	padding-left: 10px;
}
.js #wrapper-2 #wrapper-3 div.tw-paging .rack {
	width: 680px;
	overflow: hidden;
	height: 205px;
	margin: 3px 0 0 3px;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
	overflow: hidden;
	float: left;
	width: 670px;
	height: 185px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 10px 20px 0 0px;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser h2 {
	margin: 0 0 5px 0;
	width: 670px;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser img {
	display: inline;
	float: left;
	height: 155px;
	width: 380px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser p {
	clear: none;
	float: left;
	width: 280px;
	padding: 0 0 0 0;
	font-size: 130%;
	color: #555;
}
#wrapper-2 #wrapper-3 div.tw-paging .no-img p {
	width: 100%;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser em a {
	padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-paging {
	margin: 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging {
	width: 938px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack {
	width: 925px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
	width: 925px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser h2 {
	width: 100%;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser p {
	width: 520px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-paging {
	position: relative;
	background: #fff;
	border: 0;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 460px;
	margin: 0 0 20px 0;
	padding: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-paging {
	padding: 0 0 50px 0;
}
#wrapper-2 #wrapper-3 #main div.tw-paging h3 {
	margin: 10px 0 5px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 2px 0;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination {
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 10px;
	height: 30px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination ul {
	float: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li {
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button {
	display: block;
	float: left;
	background: url(../img/bgs/teaser-paging-main.png) 0 0 no-repeat;
	opacity: .5;
	margin-left: 1px;
	padding: 5px 14px 9px 9px;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button:hover,
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button:active,
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button:focus {
	color: #ec1549;
	text-decoration: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	float: left;
	width: 440px;
	margin: 0;
	padding-left: 15px;
}
.js #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
	overflow: hidden;
	height: 205px;
	margin: 3px 0 0 3px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
	overflow: hidden;
	float: left;
	width: 440px;
	height: 195px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 10px 20px 0 0px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
	margin: 0 0 5px 0;
	width: 440px;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
	display: inline;
	float: left;
	height: 155px;
	width: 210px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
	clear: none;
	float: left;
	width: 220px;
	padding: 0 0 0 0;
	font-size: 130%;
	color: #555;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
	width: 100%;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser em a {
	padding-left: 17px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging {
	width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
	width: 440px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
	width: 440px;
	height: auto;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
	width: 440px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
	height: 140px;
	width: 180px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
	width: 240px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
	width: 100%;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging {
	width: 1170px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
	width: 920px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
	width: 930px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
	width: 100%;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
	width: 510px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
	width: 98%;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging {
	width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
	width: 570px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
	width: 550px;
	height: auto;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
	width: 100%;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
	height: 140px;
	width: 180px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
	width: 350px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
	width: 98%;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging {
	width: 700px;
}
.js .nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack,
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
	width: 680px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
	width: 660px;
	height: auto;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
	width: 100%;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
	width: 440px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
	width: 98%;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-paging {
	position: relative;
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 937px;
	margin: 0 0 20px 0;
	padding: 0;
}
.js #wrapper-2 div.tw-paging {
	padding: 0 0 50px 0;
}
#wrapper-2 div.tw-paging h3 {
	border: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 200%;
}
#wrapper-2 div.tw-paging .pagination {
	position: absolute;
	top:  auto;
	bottom: 10px;
	left: 10px;
	height: 30px;
}
#wrapper-2 div.tw-paging .pagination ul {
	float: none;
}
#wrapper-2 div.tw-paging .pagination li {
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
#wrapper-2 div.tw-paging .pagination li button {
	display: block;
	float: left;
	background: url(../img/bgs/teaser-paging.png) 0 0 no-repeat;
	opacity: .5;
	margin-left: 1px;
	padding: 5px 14px 9px 9px;
	color: #000;
	font-size: 140%;
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}
#wrapper-2 div.tw-paging .pagination li button:hover,
#wrapper-2 div.tw-paging .pagination li button:active,
#wrapper-2 div.tw-paging .pagination li button:focus {
	color: #ec1549;
	text-decoration: none;
}
#wrapper-2 div.tw-paging .rack {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	float: left;
	width: 922px;
	margin: 0;
	padding-left: 15px;
}
.js #wrapper-2 div.tw-paging .rack {
	overflow: hidden;
	height: 205px;
	display: inline;
	width: 915px;
	margin: 3px 0 0 3px;
}
#wrapper-2 div.tw-paging .rack-teaser {
	overflow: hidden;
	float: left;
	width: 900px;
	height: 195px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 div.tw-paging .rack-teaser {
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 10px 20px 0 0px;
}
#wrapper-2 div.tw-paging .rack-teaser h2 {
	float: right;
	width: 510px;
	margin: 0 0 5px 0;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 div.tw-paging .no-img h2 {
	width: 100%;
}
#wrapper-2 div.tw-paging .rack-teaser img {
	display: inline;
	float: left;
	height: 155px;
	width: 380px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 div.tw-paging .rack-teaser p {
	clear: none;
	float: left;
	width: 500px;
	padding: 0 0 0 0;
	font-size: 130%;
	color: #555;
}
#wrapper-2 div.tw-paging .no-img p {
	width: 100%;
}
#wrapper-2 div.tw-paging .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 div.tw-paging .rack-teaser em a {
	padding-left: 17px;
}




/* ###   TW-SLIDER ### */
.slider-bar span {
	display: block;
	position: absolute;
	bottom: 2px;
	height: 23px;
	width: 105px;
	text-indent: -9999em;
	cursor: pointer;
}
.slider-bar span.show {
	cursor: pointer;
}
.slider-bar span.next {
	right: 2px;

}
.slider-bar span.prev {
	left: 2px;

}

/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-slider {
	position: relative;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 698px;
	margin: 37px 0 0 0;
	padding: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-slider {
	padding-bottom: 35px;
}
#wrapper-2 #wrapper-3 div.tw-slider h3 {
	border: 0;
	padding: 5px 10px 0 5px;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	width: 680px;
	margin: 10px 0 0 0;
	padding-left: 15px;
}
.js #wrapper-2 #wrapper-3 div.tw-slider .rack {
	width: 658px;
	overflow: hidden;
	height: 193px;
	display: inline;
	margin-left: 12px;
}
.js.hcm #wrapper-2 #wrapper-3 div.tw-slider .rack {
	height: 225px;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser {
	overflow: hidden;
	float: left;
	width: 375px;
	height: 193px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 div.tw-slider .rack-teaser {
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 0 20px 0 0px;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser h2 {
	margin: 8px 0 0 0;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser img {
	display: inline;
	float: left;
	height: 80px;
	width: 160px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser p {
	clear: none;
	float: none;
	width: auto;
	padding: 2px 0 0 0;
	font-size: 130%;
	color: #555;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser em a {
	padding-left: 17px;
}
#wrapper-2 #wrapper-3 div.tw-slider .slider-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f2f2f2 url(../img/bgs/scrollbar-main-small.png) 0 0 no-repeat;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 0 106px;
	width: 487px;
	height: 23px;
}
#wrapper-2 #wrapper-3 div.tw-slider .ui-slider {
	display: none;
	position: relative;
	height: 23px;
}
#wrapper-2 #wrapper-3 div.tw-slider .ui-slider .ui-slider-handle {
	position: absolute;
	background: url(../img/bgs/scroller-main.png) 0 0 no-repeat;
	z-index: 4;
	top: 0;
	left: 0;
	margin: 0 0 0 -109px;
	width: 211px;
	height: 19px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-slider {
	margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider {
	width: 938px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider .rack {
	width: 900px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider .ui-slider {
	background: #f2f2f2 url(../img/bgs/scrollbar-main.png) 0 0 no-repeat;
	width: 938px;
}

/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-slider {
	position: relative;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 458px;
	margin: 0 0 20px 0;
	padding: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-slider {
	padding: 0 0 35px 0;
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-slider {
	padding-bottom: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-slider h3 {
	border: 0;
	padding: 5px 10px 0 5px;
	color: #000;
	font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	float: left;
	width: 418px;
	margin: 10px 0 0 0;
	padding-left: 15px;
}
.js #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
	overflow: hidden;
	height: 193px;
	margin-left: 12px;
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
	height: 220px;
	overflow: auto !important;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
	overflow: hidden;
	float: left;
	width: 400px;
	height: 183px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 10px 20px 0 0px;
}
.js #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
	background-image: none;
	border-right: none;
	margin: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser h2 {
	float: right;
	width: 230px;
	margin: 0;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .no-img h2 {
	width: 100%;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser img {
	display: inline;
	float: left;
	height: 80px;
	width: 160px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser p {
	clear: none;
	float: none;
	width: auto;
	padding: 2px 0 0 0;
	font-size: 130%;
	color: #555;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser em a {
	padding-left: 17px;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f2f2f2 url(../img/bgs/scrollbar-main-460.png) 0 0 no-repeat;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 0 105px;
	width: 247px;
	height: 23px;

}
.hcm #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
	display: none;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider {
	display: none;
	height: 23px;
	position: relative;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider .ui-slider-handle {
	position: absolute;
	background: url(../img/bgs/scroller-main.png) 0 0 no-repeat;
	z-index: 1;
	top: 0;
	left: 0;
	width: 211px;
	height: 19px;
	margin: 0 0 0 -105px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider {
	width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
	width: 420px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
	width: 400px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser h2 {
	width: 225px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .no-img h2 {
	width: 100%;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
	background: #f2f2f2 url(../img/bgs/scrollbar-main-460.png) 0 0 no-repeat;
	width: 242px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider {
	width: 1170px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
	width: 905px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
	background: #f2f2f2 url(../img/bgs/scrollbar-main.png) 0 0 no-repeat;
	width: 726px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider {
	width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
	width: 550px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider {
	background: #f2f2f2 url(../img/bgs/scrollbar-main-590.png) 0 0 no-repeat;
	width: 588px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider {
	width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
	width: 660px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
	background: #f2f2f2 url(../img/bgs/scrollbar-main-small.png) 0 0 no-repeat;
	width: 485px;
}

/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-slider {
	position: relative;
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 937px;
	margin: 0 0 20px 0;
	padding: 0;
}
.js #wrapper-2 div.tw-slider {
	padding: 0 0 35px 0;
}
.hcm #wrapper-2 div.tw-slider {
	padding-bottom: 0;
}
#wrapper-2 div.tw-slider h3 {
	border: 0;
	padding: 5px 10px 0 5px;
	color: #fff;
	font-size: 200%;
}
#wrapper-2 div.tw-slider .rack {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	float: left;
	width: 922px;
	margin: 10px 0 0 0;
	padding-left: 15px;
}
.js #wrapper-2 div.tw-slider .rack {
	overflow: hidden;
	height: 193px;
	display: inline;
	width: 897px;
	margin-left: 12px;
}
.js.hcm #wrapper-2 div.tw-slider .rack {
	height: 220px;
	overflow: auto !important;
}
#wrapper-2 div.tw-slider .rack-teaser {
	overflow: hidden;
	float: left;
	width: 375px;
	height: 193px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js #wrapper-2 div.tw-slider .rack-teaser {
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 0 20px 0 0px;
}
#wrapper-2 div.tw-slider .rack-teaser h2 {
	margin: 8px 0 0 0;
	font-size: 180%;
	font-weight: normal;
}
#wrapper-2 div.tw-slider .rack-teaser img {
	display: inline;
	float: left;
	height: 80px;
	width: 160px;
	margin: 4px 10px 0 0;
	border: none;
}
#wrapper-2 div.tw-slider .rack-teaser p {
	clear: none;
	float: none;
	width: auto;
	padding: 2px 0 0 0;
	font-size: 130%;
	color: #555;
}
#wrapper-2 div.tw-slider .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#wrapper-2 div.tw-slider .rack-teaser em a {
	padding-left: 17px;
}
#wrapper-2 div.tw-slider .slider-bar {
	position: absolute;
	left: -2px;
	bottom: 0;
	background: #000 url(../img/bgs/scrollbar.png) 0 0 no-repeat;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0 106px;
	width: 727px;
	height: 23px;
}
.hcm #wrapper-2 div.tw-slider .slider-bar {
	display: none;
}
#wrapper-2 div.tw-slider .ui-slider {
	display: none;
	position: relative;
	height: 23px;
}
#wrapper-2 div.tw-slider .ui-slider .ui-slider-handle {
	position: absolute;
	background: url(../img/bgs/scroller.png) 0 0 no-repeat;
	z-index: 1;
	top: 0;
	left: 0;
	width: 211px;
	height: 19px;
	margin: 0 0 0 -108px;
}

-js-on .youtube-player-wrapper,
.youtube-player {
	height: 400px;
}
.youtube-player-wrapper {
	margin: 0 0 20px 0;
}
.youtube-widget {
	margin: 0 0 20px 0;
}
#main .youtube-widget ul {
	margin: 0;
	list-style: none;
}
.youtube-widget li {
	overflow: hidden;
	height: 1%;
	margin: 5px 0;
	padding: 5px 0;
	font-size: 100%;
	background: url(../img/bgs/dotted-line.png) repeat-x 0 0;
}
.youtube-widget li h3 {
	margin: 5px 0;
}
.youtube-widget li img {
	float: left;
	margin: 3px 10px 5px 0;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser {
	width: 120px;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser img {
	margin: 0 0 5px 0;
	width: 120px;
	height: 90px;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser h2 {
	font-size: 140%;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser p,
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher h3 {
	position: absolute;
	left: -9999em;
	overflow: hidden;
	width: 1px;
}

/* Banner
*/
#stage #corp-banner {
	max-width: 100%;
}
#stage #corp-banner div {
	font-weight: normal;
   	letter-spacing: 0.4em;
   	text-align: center;
   	margin: 10px auto;
   	text-transform: uppercase;
}
#stage #corp-banner #title {
	font-size: 1.8em;
    font-weight:200;
}
#stage #corp-banner img {
   	height: auto;
   	max-width: 100%;
   	width:100%;
}

/* MULTI COLUMN
 */
.multi-column {
	display: table;
	width: 100%;
	table-layout: fixed;
}


.multi-column-item {
	display: table-cell;
	vertical-align: top;
	padding: 1em;
	float: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item-for-2-columns-2_3 {
	width: 66%;
}
.item-for-2-columns-1_3 {
	width: 33%;
}
.item-for-2-columns-1_5 {
	width: 13%;
}
.item-for-2-columns-4_5 {
	width: 86%;
}
.item-for-2-columns-1_4 {
    padding-left: 0;
    padding-right: 2%;
    width: 25%;
}
.item-for-2-columns-3_4 {
	padding-left: 0;
    width: 75%;
}
.multicolumn_topHorizontalLine {
    border-top: 1px solid #e9e9e9;   
}
.multicolumn_bottomHorizontalLine {
    border-bottom: 1px solid #e9e9e9;   
}

/* YouTube Embedder
*/
iframe {
	width: 100%;
}					
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;/* 16x9 Aspect Ratio */
  /* padding-bottom: 75%; 4x3 Aspect Ratio */
}			
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}

/** Image rotator
*/
#rotator a img {
	border: none;
	width: 940px;
}
.rotatorImage {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.rotatorImage .title {
	color: #333;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em 0;
}
.rotatorImage .text-content {
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	clear: both;
}
.rotatorImage .image {
	display: block;
	text-align: center;
	margin: 0 auto;
}
#rotator .bx-pager-link {
    background: none repeat scroll 0 0 #a3a3a3;
}
#rotator .bx-pager-link.active {
    background: none repeat scroll 0 0 #fff;
    height: 1em;
    width: 1em;
}
#rotator .carousel {
	height: 0px;
	top: calc(50% - 25px);
}
#rotator .carousel-control {
	width: 50px;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
#rotator .bx-controls {
	height: 0px;
}
.colourPodLink:hover {
    text-decoration : none;
}
.rotatorImage .title-overlay-text,
.rotatorImage .subtitle-overlay-text {
	background: rgb(0, 0, 0);
	display: inline-block;
}
.rotatorImage .title-overlay-text p { 
	color: white; 
	font-size: xx-large;
	margin: 5px;
    width: 100%;
	padding: 5px 15px 5px 5px;
	font-weight:bolder;
	letter-spacing: 1.8pt;
}
.rotatorImage .title-overlay-text {
	font-size: 2em;
}
.rotatorImage .subtitle-overlay-text {
	font-style: italic;
}
.rotatorImage .subtitle-overlay-text p { 
	color: white;
	font-family: "Georgia";
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 5px;
	padding: 2px 12px 2px 2px;
	width: 100%;
	letter-spacing: 0.6pt;
}
.lower-overlay-text,
.upper-overlay-text {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
}
.center-overlay-text,
.top-overlay-text,
.bottom-overlay-text {
	text-align:center;
	width: 100%; 
}
.overlay-text {
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	margin-bottom: 2px;
	padding: 5px; 
}
.overlay-text span { 
	color: white; 
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 5px;
}
.overlay-text span.spacer {
	padding:0 5px;
}
.overlay-text a,
.overlay-text p a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#rotator .overlay-text p {
	clear: none;
	float: none;
	width: 100%;
	padding: 0;
	line-height: 1em;
	color: white;
}
.overlay-text table {
	margin: 0;
}
.overlay-text table tbody th,
.overlay-text table tbody tr {
	text-align: left;
}
#rotator .rotator-header {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 10px auto;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
}
#rotator .rotator-header#rotator-title {
	font-size: 3em;
	font-weight: bold;
}
#rotator a img.rotator-image {
	width: 100%
}
#rotator ul {
	list-style: outside none none;
}
.div-overlay-text {
    position: absolute; 
    bottom: 0px; 
    height: 100%;
}
.div-overlay-text-top,
.div-overlay-text-center,
.div-overlay-text-bottom {
    height: 24%; 
    
}
.absolute-position-bottom {
    position: absolute; 
    bottom: 0px;
}
.maximum-width {
    width: 100%;
}
.colourPodsMargin {
    margin: 0px;
}
.colourPodTitle {
    color: white;
}
.colourPodsGrid:nth-child(3n+1) {
    background-color: #8B0345;
}
.colourPodsGrid:nth-child(3n+2) {
    background-color: #DE3A31;
}
.colourPodsGrid:nth-child(3n+0) {
    background-color: #159A59;
}
.colourPods {
    margin: auto;
    width: 80%;
}

.colourPodsArea .text-section {
    padding-left: 5px;
    padding-right: 5px;
}

.colourPodsArea h3 {
    margin: 0;
    letter-spacing: 1pt;
}

#stage .colourPodSummary p {
    color: white;
    float: none;
    padding: 10px 0;
    font-size: 1em;
}
.rotatorImage .colourPodLinkTarget {
    border-style: solid; 
    border-width: 1px; 
    border-color: white; 
    padding: 2px !important;
    text-align: center;
}
.colourPodLink:hover {
    text-decoration : none;
}
.colourPodLink-wrapper {
	bottom: 1%;
    position: absolute;
    width: 88%;
}
.colourPodSummary {
    margin-bottom: 8%;
}
.colourPod-wrapper {
    bottom: 0;
    position: absolute;
    width: 80%;
}
/* end IMAGE ROTATOR */

.news strong {
    color: #EC1549;
}

.corpTextImageTitle {
	font-weight: bold;
}

.arrow-right {
	border-bottom: 8px solid transparent;
    border-left: 8px solid white;
    border-top: 8px solid transparent;
    display: inline-block;
    height: 0;
    margin-left: 6px;
    width: 0;
}
.black-on-blue {
    background: none repeat scroll 0 0 #e2f2f1;
}
.black-on-blue a {
    color: #2d2f42;
    display: block;
    text-decoration: none;
}
.download-link {
    display: table;
    width: 100%;
    padding: 1em;
    text-decoration: none;
}
.download-link i,
.download-link .link-block {
    display: inline-block;	
}
.download-link i {
	width: 8%;
	margin: 5px 0;
	vertical-align: top;
}
.download-link div {
    font-weight: bold;
}
#download {
	padding: 0 0 30px;
}
#download h2 {
    text-transform: uppercase;
}
.download-item {
    padding-top: 10px;
}

.link-block {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;    
	width: 90%;
}
.pageAction {
    border: 0px !important;
}

.center-aligned {
    border: 5px solid black;
    color: red;
    display: table;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

/* Inter Link with Icons (used on Grant article - Extras area)
*/
#internalLinkWithIcon {
	background-color: #f4f4f4;
    margin: 10px 0 25px 0;
    display: inline-block;
    min-width: 260px;
}
#internalLinkWithIcon i,
#internalLinkWithIcon h2 {
	display: inline-block;
	
}
#internalLinkWithIcon h2 {
	width: 90%;
	font-size: 160%;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}
#internalLinkWithIcon i {
	width: 8%;
	margin: 10px 0;
	vertical-align: top;
}
#internalLinkWithIcon a {
	color: black;
	text-decoration: none;
    padding: 1em;
    display: table;
    width: 100%;
}

/* Media resources 
*/
.yearFilter {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
}
.yearFilter select {
    padding:3px;
    margin: 0;
    border-radius:4px;
    background: #fff;
    color:#888;
    outline:none;
    display: inline-block;
    appearance:none;
    cursor:pointer;
    width: 100%;
}
#mediaTitle {
    position: relative;
}
.mediaResources a {
    color: #000;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    vertical-align:top;
}
/*
.showAll.mediaResource {
	font-size: 0.8em;
}
*/
.pageNavigator i {
    cursor: pointer;
}
.pageNavigator {
	text-align: right;
	max-width: 70%
}
.media.pageNavigator {
    float: none;
    max-width: 100%;
    width: 100%;
}
.readAllMedia {
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding-bottom: 15%;
}

#customRotatorZone {
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 75%;
}

.sliderNavigator, .bx-wrapper .bx-pager {
    margin: auto;
    bottom: 2px;
    padding-right: 5px;
    padding-top: 0px;
}

.mediaDate {
    border-top: 1px solid red;
    display: inline-block;
    font-size: 2.14em;
    text-align: center;
    vertical-align: top;
    width: 10%;
}
.mediaDate span:nth-child(2) {
    color: #f17782;
    font-size: 0.84em;
    display: block;
    margin-bottom: -15px;
    max-width: 100%;
    font-weight: bold;
}
.mediaDate span {
    color: #f17782;
    font-size: 0.6em;
    font-weight: bold;
}
.mediaResources .content {
    display: inline-block;
    padding-left: 5%;
    width: 80%;
}
.mediaResources .content .location {
    padding-bottom: 5px;
	text-transform: capitalize;
	font-size: 1.15em;
}
.mediaResources label {
    cursor: pointer;
}
.mediaResources .content span {
	font-size: 1.15em;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.mediaDate div {
	margin-bottom: -10px;
}

.annualReportItem,
.events-overview-item {
    display: inline-flex;
    height: 100%;
    position: relative;
    cursor: pointer;
    padding: 0;
}
.annualReportItem.edit {
    display: inherit;
    height: auto;
    cursor: default;
    width: 50%;
}
.annualReportItem.edit .annualImg, 
.annualReportItem.edit .annualText {
    width: 49%;
}
.annualReportItem.edit .annualText {
    height: 300px;
}

@media only screen and (max-width: 420px) {
	/* For mobile phones: */
	.annualReportItem {
		height: 90%;
	}
}

.annualText,
.events-overview-text {
    background-color: #4e4f51;
    color: #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: center;
    width: 50%;
}
.annualText div,
.events-overview-text div {
    padding: 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.annualText div {
	font-size: 1.15em;
}
.annualText span,
.events-overview-text span {
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.events-overview-text span {
	font-size: 1.43em;
}
.events-overview-text p {
	width: 70%;
	margin: auto !important;
}
.annualImg,
.events-overview-img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height:100%;
}
#annualReport {
	padding-bottom: 10%;
}
#annualReport .row:nth-child(even) a div,
#annualReport .row:nth-child(odd) a img,
#events-overview .row:nth-child(even) a div,
#events-overview .row:nth-child(odd) a img {
    right: 0;
}
#events-overview .row {
	margin: 0;
}
.annualReportItem:nth-child(even) a div,
.annualReportItem:nth-child(odd) a img,
.events-overview-item:nth-child(even) a div,
.events-overview-item:nth-child(odd) a img {
    right: 0;
}
.annualReportItem img, 
.annualReportItem:hover,
.annualReportItem:hover img,
.annualImg:hover,
.events-overview-img:hover {
    border: 0 none;
    text-decoration: none;
}
.annualReportItem > *,
.events-overview-item > * {
    position: absolute;
}
.annualReportItem.edit > *{
    position: relative;
}
#annualReport h2,
#mediaTitle h2 {
	text-transform: uppercase;
}
.subtitle_emphasize {
    font-weight: bold;
    margin-top: 0;
}
.subtitle_attention {
    font-weight: bold;
    color: #EC1549;
}
.subtitle_super_bold {
	font-size: 180%;
    font-weight: 900;
}

/* CAREERS
*/
.careerJobOpen {
    margin: 1px;
}
.careerJobOpen p:first-child {
    background-color: pink;
    padding: 10px;
}
.careerJobOpen p, .careerJobOpen ul, .careerJobOpen ol {
    padding-left: 20px;
}
.toggle {
    margin-top: 1px;
    margin-bottom: 1px;
}
.toggleTitleJobOpen {
    background-color: #FFE6E7;  
    font-weight: bold;
    padding: 13px;
}
.toggleArea {
    display: block;
}
.toggleAreaPadding {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.toggleAreaExtraPadding {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.toggleItem {
    margin:20px 0;
}
.textPosition {
    background-color: #fff;
    opacity: 0.9;
    padding: 2%;
    position: absolute;
}
.textPosition.defaultVertical {
    position: relative;
    transform: translateY(0px);
    background-color: transparent;
}
.textPosition.defaultHorizontal {
    width: 100%;
    padding: 0;
}
.textPosition.centerVertical {
    top: 50%;
    transform: translateY(-50%);
}
.textPosition.centerHorizontal {
    left: 0;
    margin: auto;
    right: 0;
    width: 42%;
}
.textPosition.upper {
    top: 20%;
    transform: translateY(-50%);
}
.textPosition.bottom {
    top: 75%;
    transform: translateY(-50%);
}
.textPosition.right {
    right: 5%;
    width: 42%;
}
.textPosition.left {
    left: 5%;
    width: 42%;
}
.textPosition.defaultVertical.right {
    right: -50%;
}
.textPosition.defaultVertical.left {
    left: 0;
}
.advocating4ArtsText ol {
    margin-left: 20px;
}
.advocating4ArtsText ol li {
    padding-left: 25px;
}
.advocating4ArtsText ul {
    margin-left: 40px;
}
.advocating4ArtsText ul li {
    margin-left: 25px;
}

/* ----------------------------------------------- */
.centerImage {
	display: block;
	margin: auto;
}
.borderRight {
	border-right: 1px solid;
}

.firstRowTitle p:first-child {
	font-size: 180%;
	font-weight: bold;
}

/* PHILANTHROPY
*/
.philanthrophy-overview {
	background-color: #e1f7f5;
	padding: 20px;
}
.philanthrophy-overview img {
    width: 100%;
}

/* RECAPTCHA
*/
#recaptcha_area img {
	width: auto;
}
.submit-reCaptcha {
	border: 1px solid;
	display: inline-block;
	border-color: transparent;
	margin-top: 10px !important;
}
.submit-reCaptcha.error {
	border-color: #ec1549;
}

/* FORM
*/
.corpForm select {
	background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    color: #888;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: medium none;
    padding: 3px;
}
.corpForm .submitButton {
	background: none repeat scroll 0 0 #494949;
    border: medium none !important;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
}

/*NONE-TABLE
*/
.none-table, 
.none-table tbody td,
.none-table tr:nth-child(2n+1) td {
    border: 0px none;
}
.none-table.twoColumnEqual tr td {
    width: 50%;
}
.none-table tr:nth-child(2n+1) td {
    background-color: #fff;
}
.none-table ul {
	margin: 0 0 -5px 15px;
}

.blackOnGrey {
    color: #000;
    background-color: #dddddd;
}
.toggle .blackOnGrey {
    font-size: 120%;
    padding: 10px;
    cursor: pointer;
}
.toggle .blackOnGrey strong {
    text-transform: uppercase;
}
.blackOnGrey .fa-none.toggleBeforeChar {
	width: 20px;
}

/* GRANTS
*/
.grantsResult .grant-content {
	font-size: 1.15em;
}
.grantsResult .row {
	border-top: 1px solid #e4e4e4;
	padding: 5% 0;
}
.grantDetail a, .grantStatus a {
	color: #000;
}
.grantDetail a:hover {
	color: #E00820;
	text-decoration: none;
}
.grantStatus {
    float: right;
    text-align: right;
}
.grantStatus .action {
	float: right;
    text-transform: uppercase;
    width: 100%;
}
.grantStatus .action h5 {
    float: right;
    font-weight: bold;
    width: 50%;
    padding: 5%;
}
.grantStatus .action.off h5 {
	background-color: #afafaf;
	color: #fff;
}
.grantStatus .action.on h5 {
	background-color: #B0111F;
	color: #fff;
}
.grantStatus .application p {
	margin: 0;
}
.grants-table tbody td {
    background-color: #fff;
}
.grants-table thead th {
    background-color: #ffe6e7;
    text-transform: uppercase;
}
.grants-table {
	border-top: 0 none;
}

/* NAC TABLE
*/
.nac-table tr:nth-child(odd) td {
  background-color: #FFF1F3;
}
.nac-table tbody td {
    background-color: #fff;
    width: 30%;
}
.nac-table thead th {
    background-color: #ffe6e7;
    text-transform: uppercase;
}
.nac-table {
	border-top: 0 none;
}

.numberedBulletedText ol {
    margin-left: 30px;
}
.numberedBulletedText ol li {
    padding-left: 25px;
}
.numberedBulletedText ul {
    margin-left: 40px;
}
.numberedBulletedText ul li {
    margin-left: 25px;
}

.toggleAfterChar {
    width: 25px;
    float: right;
}

.pageAbstract_border {
    border: 1px solid #e9e9e9;
    /* height: 100%;*/
}
.pageAbstract_image{
    margin-bottom: 10px;    
}
.pageAbstract_text {
    margin-bottom: 30%;
}
.pageAbstract_content_box {
    height: 11em;
}

.artsforscene_banner {
    margin-bottom: 10px;
}
.padding-bottom-10 {
    margin-bottom: 10px;
}
.padding-bottom-30 {
    margin-bottom: 30px;
}

/* ADVOCACY/MAKING OUR CASE
*/
#makingourcase {
    border-top: none;
}
#makingourcase tr:nth-child(6n+1) td {
    background-color: #888888;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 4px 10px 4px;
}
#makingourcase tr:nth-child(6n+3) td {
    background-color: #ffffff;
}
#makingourcase tr:nth-child(6n+4) td {
    background-color: #ffbcbd;
}
.anchorDropdown {
    margin-bottom: 10px;
}
.artsforall {
    padding-top: 20px;   
}
.artsforall strong {
	font-size: 1.3em;
    font-weight: 800;
    line-height: 1.2em;
}
.artsforallSubText strong{
	font-size: 1em;
}
.findOutMoreButton {
    margin-top: 10px;
}
/* ARTREACH/WE CARE ARTS FUND*/
#wecareartsfund {
    border-top: none;
}
#wecareartsfund tr:nth-child(even) td {
    background-color: #ffffff;
}
#wecareartsfund tr:nth-child(odd) td {
    background-color: #fff1f3;
}
img.centralizeImage {
    display: block;
    margin: 0 auto;
}
.busking-table tbody td {
    background-color: #fff;
    padding-left: 15px;    
}
.busking-table thead th {
    background-color: #ffe6e7;
    text-transform: uppercase;
    padding-left: 15px;    
}
.busking-table {
	border-top: 0 none;
}
.corpTextSocialLinks {
    border-top: 1px solid rgb(240, 240, 240); 
    padding-top: 5px;
}

.corpTextMoreUpdate {
    font-weight: bold; 
    padding-bottom: 10px;
}
.bannerOverlayText {
    font-size: 1.2em;
}
.newsMedium strong {
    color: #EC1549;
    font-size: 1.1em;
}
.titleMedium strong {
    font-size: 1.1em;
}

/*Whatson*/
.container-whatson {
	width: 100% !important;
}
.container .whatson {
	float: left;
	width: 100%;
}

/* Inter-links */
#inter-links li {
    padding: 5px 0 0;
}
#inter-links .inter-links-contents {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #D1D1D1;
}
#inter-links .back-to-top,
.anchor-item .back-to-top {
	position: fixed;
	bottom: 6em;
	right: 4em;
	width: 62px;
	height: 62px;
	transition: all 0.3s ease 0s;
	display: inline;	
	background: url("../img/corp/up_arrow.png") no-repeat;
	opacity: 0.5;
}
#inter-links .space-10 {
	width: 100%;
	clear: both;
	height: 10px;
}

/* CONTENT styles */
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}

/* Programmes in Capability Development/ ORGANISATIONAL CAPABILITIES*/
.programme-table tbody td {
    background-color: #fff;
    padding-left: 16px;
}
.programme-table {
	border-top: 0 none;
}

.programme-table li {
    line-height: 1.42857
}

.programme-table thead th:nth-child(2n+1) {
    background-color: #eaeaea;
    border-right: 1px solid white;
    text-transform: uppercase;
    padding-left: 15px;    
}
.programme-table thead th:nth-child(2n) {
    background-color: #eaeaea;
    border-left: 1px solid white;
    text-transform: uppercase;
    padding-left: 15px;        
}

.padding-top-15 {
	padding-top: 15px;
}
.padding-bottom-15 {
	padding-bottom: 15px;
}

.smalltext {
    font-size: 0.8em;
}

/*Used in page writer-in-the-gardens */
.greybackground {
    background: #fbfbfb none repeat scroll 0 0;
}



/*  Research page   */
.research_images {
    margin-left: 40px;
    margin-bottom: 20px;
}

.image_horizontal_center {
	display: block;
    margin-left: auto;
    margin-right: auto
}

/* Singapore Writers Directory */
.writer-profile {
	padding-bottom: 20px;
}
.writer-profile a, #writers-display a, #writer-listing a {
	color: #353535;
	text-decoration: none;
}
.writer-profile a:hover,
.writer-profile a:active,
.writer-profile a:focus,
#writers-display a:hover, #writers-display a:focus,
#writer-listing a:hover, #writer-listing a:focus,
#writer-listing .pagination>li>span:hover, #writer-listing .pagination>li>span:focus {
	color: #E00820;
}
.writer-profile i {
	font-size: 1.71em;
}
.writer-profile img {
	height: auto;
	max-width: 100%;
}
.writer-profile .profile-value {
	font-weight: 600;
}
.clearfix {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
#writers-display {
	padding: 0 0 0 0;
	margin-top: 20px;
	border-style: double;
	border-color: rgba(0,0,0,0.1);
	border-top: none;
	border-left: none;
	border-right: none;
}
#writers-display h3 {
	margin-top: 0;
	font-size: 1.71em;
	font-weight: 600;
}
#writers-display a, #writer-listing #writer-list a {
	font-weight: 600;
}
#writers-display a:hover, #writers-display a:focus {
}
#writers-display h4 {
	font-size: 1.29em;
	font-weight: 600;
}
#writer-search {
	width: 100%;
	padding: 35px 0px 0px 0px;
}
#writer-search .keyword-search,
#gtmEvent-search .keyword-search {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 1em;
	line-height: 1.42857143;
	color: #353535;
	background-color: #fff;
	background-image: none;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 0px;
}
#writer-search .btn-normal {
	font-size: 1.14em;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 0px;
	line-height: 26px;
	border: none;
}
#writer-search .btn-normal:hover, #writer-search .btn-normal:focus {
	color: #353535;
}
#writer-listing .pagination>li>a, #writer-listing .pagination>li>span {
	font-weight: 400;
	border: 1px solid rgba(0,0,0,0.5);
	cursor: pointer;
}
#writer-listing .pagination>li>a:hover, #writer-listing .pagination>li>span:hover,
#writer-listing .pagination>li>a:focus, #writer-listing .pagination>li>span:focus {
	border: 1px solid rgba(0,0,0,0.5);
	background-color: #ffe6e6;
}
.pagination>li>a.disabled,
.btn-previousWeek.disabled,
.btn-nextWeek.disabled {
	pointer-events: none;
	cursor: default;
}
#writer-listing .pagination>.active>a, #writer-listing .pagination>.active>span,
#writer-listing .pagination>.active>a:hover, #writer-listing .pagination>.active>span:hover,
#writer-listing .pagination>.active>a:focus, #writer-listing .pagination>.active>span:focus {
	color: #fff;
	background-color: #b0111f;
	border: 1px solid rgba(0,0,0,0.5);
}
#writer-listing #writer-list,
#writer-listing #empty-writer-list {
	border-style: double;
	border-color: rgba(0,0,0,0.1);
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#writer-listing #writer-list {
	padding: 0px;
	margin: 0px;
}
#writer-listing #empty-writer-list {
	margin: 20px 0 0;
	padding: 20px 0 20px;
	font-size: 1.29em;
	font-weight: 600;
}
#writer-listing #writer-list img {
	height: auto;
	max-width: 100%;
}
#writer-listing #writer-list>li {
	padding:30px 0px;
	margin:0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	list-style: none;
}
#writer-listing #writer-list h4 {
	font-size: 1.29em;
	font-weight: 600;
	letter-spacing: 1px;
}
#writer-listing #writer-list .writer-details {
	font-weight: 400;
}
#writer-listing #writer-list .writer-details p {
	margin: 10px 0px;
	line-height: 18px;
}

/* Anchor Navigation Component */
.anchor-navigation-area {
	padding-top: 10px;
}
.anchor-navigation-area .affix {
	position: fixed;
	top: 0;
	z-index: 999;
}
.anchor-navigation-area .navbar {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.anchor-navigation-area .navbar .navbar-nav {
	width: 100%;
	height: 50px;
	font-size: 1em;
}
.anchor-navigation-area .navbar .navbar-nav>li>a {
	color: #353535;
	font-weight: 600;
}
.anchor-navigation-area .navbar .navbar-nav>li>a:hover,
.anchor-navigation-area .navbar .navbar-nav>li>a:focus {
	color: #e00820;
	background-color: transparent;
}
.anchor-navigation-section {
	padding-top: 50px;
}
.anchor-navigation-section .section-title {
	font-size: 1.71em;
	font-weight: 600;
}
.anchor-navigation-section .section-content p {
	margin: 0 0 10px !important;
	font-size: 1em;
}
.anchor-navigation-section .render-readmore[aria-expanded=false]:after {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	height: 50px;
	background: #FFF;
	background: linear-gradient(transparent,rgba(255,255,255,.96) 90%) bottom no-repeat;
}
.anchor-navigation-section .render-readmore[data-readmore],
.anchor-navigation-section .render-readmore + [data-readmore-toggle] {
	padding: 14px 0 0 0;
	display: block;
	width: 100%;
}
.anchor-navigation-section .render-readmore + a[data-readmore-toggle] {
	color: #353535;
	font-weight: 600;
}
.anchor-navigation-section .render-readmore + a[data-readmore-toggle]:hover,
.anchor-navigation-section .render-readmore + a[data-readmore-toggle]:focus {
	text-decoration: none;
	outline: none;
	color: #e00820;
}

.col-md-2 {
	position: inherit;	
}

#initial_select_chosen.chosen-container,
#genre_select_chosen.chosen-container,
#language_select_chosen.chosen-container {
	position: inherit;
	width: 85% !important;
}

@media (max-width: 991px) {
	#initial_select_chosen.chosen-container,
	#genre_select_chosen.chosen-container,
	#language_select_chosen.chosen-container {
		position: inherit;
		width: 100% !important;
	}
}

#initial_select_chosen.chosen-container .chosen-drop,
#genre_select_chosen.chosen-container .chosen-drop,
#language_select_chosen.chosen-container .chosen-drop {
	display: none;
    left: auto;
    top: auto;
    width: 145px;
}

#initial_select_chosen.chosen-container.chosen-with-drop .chosen-drop,
#genre_select_chosen.chosen-container.chosen-with-drop .chosen-drop,
#language_select_chosen.chosen-container.chosen-with-drop .chosen-drop {
	display: block;
}

/*   writer landing page  */

.alphabetList li {
    display: inline-block;
    width: 3.2%;
    font-size: 2em;
    font-weight: 800;
    padding: 0 0 15px;
}

.nac-red {
    background-color: #B0111F;
}
.btn-normal {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0px;
    line-height: 26px;
    border: none;
}

.pull-right {
    float: right!important;
}

ul.alphabetList a.active,
ul.alphabetList a:hover,
ul.alphabetList a:focus {
    text-decoration: underline;
    outline: none;
    color: #e00820;
    cursor: pointer;
}

ul.alphabetList a {
    color: #353535;
    font-weight: 600;
}

.alphabetList li:last-child {
    width: 9%;
    padding: 0px;
    margin-bottom: -10px;
}
.displayLine {
    background-color: #b6b6b6;
    height: 2px;
    margin-left: 1%;
    display: none;
    width: 96%;
}

.displayLetter {
    bottom: 0;
    color: gray;
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
}

body.writer-landing #writer-listing #writer-list,
body.writer-landing #writer-listing #empty-writer-list {
	border: none;
}

body.writer-landing div#writers-display {
    border: none;
}

body.writer-landing .hyperlinks {
    margin: 0 0 10px;
}

body.writer-landing .hyperlinks .external,
body.writer-landing .hyperlinks .internal {
	list-style-type: none;
	font-weight: bold;
}

ul.alphabetList a.nac-red {
	color: white;
}

ul.alphabetList a.nac-red:hover {
	color: black;
	text-decoration: none;
}

.fa-question-circle {
	cursor: help;
	width: 7%;
	margin-left: 1%;
	display: inline-block;
}

/*---------------------------------------
GTM Event listing
---------------------*/
#timeImage,
div .gtm-events-grid-item .datetime {
	background: url("../img/corp/time.jpg") no-repeat;
}
#locationImage,
div .gtm-events-grid-item .venue {
	background: url("../img/corp/location.jpg") no-repeat;
}
#ticketImage,
div .gtm-events-grid-item .eventType {
	background: url("../img/corp/tickettype.jpg") no-repeat;
}

/*---------------------------------------
GTM Event details
---------------------*/
#eventDetails {
	position: relative;
}
img.eventImage {
	max-width: 100%; 
	max-height: 100%;
	margin: auto;
	display: block;
	border: 1px solid #eeeeee;
}
#eventDetails h4 {
	font-weight: 600;
}
#eventDetails .rightAlign {
	float: right;
    right: 16px;
    position: absolute;
    top: 15px;
}
#eventDetails .leftColumn {
	width: 33%;
	margin-left: -15px;
}
#eventDetails .leftColumn,
#eventDetails .rightColumn {
	display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 15px;
	vertical-align: top;
	margin-right: 0px;
}
#eventDetails .rightColumn {
	width: 68%;
	padding-top: 55px;
}
#eventDetails .detailedInfoColumn {
	width: 32%;
}
#eventDetails .portfolioImg {
    border: 1px solid #eeeeee;
}
#detailedEventInfo,
#relatedEventList {
	position: relative;
	clear: both;
	margin-left: -15px;
	background: #fff no-repeat scroll 99% 5px;
	z-index: 1;
	height: 100%;
    overflow: auto;
	display: table;
	width: 100%;
	padding: 15px 0 0 0;
}
#detailedEventInfo .eventType {
	text-transform: uppercase;
}
#eventDetails .detailedInfoColumn,
#relatedEventList .displayColumn {
	display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 15px;
	vertical-align: top;
	margin-right: 0px;
}
#relatedEventList {
    padding: 15px 0 0 0;
    margin-left: 0;
}
#relatedEventList .displayColumn {   
	margin-left: -15px;
 	width: 240px;
}
.textWhiteColor {
	color: #FFFFFF;
}
.topBorder {
	border-top: 1px solid #E2E2E2;		
}
/* Ticket Events [eg $15|Get Ticket] */
.static-ticketEvent {
	float: left; 
	height: 25px; 
	margin: 0; 
	color: #FFFFFF;
	font-size: 16px; 
   	text-align: center;
	font-weight: bold; 
	background-color: #FF6666; 
}			
.static-ticketEvent .Price, .Link {
	float: left; 
	height: inherit;
	padding: 3px 0 0 0;
}	
.static-ticketEvent .Price {
	width: 65px; 
}			
.static-ticketEvent .dottedBorder{
	border-left: 2px dotted white;
}			
.static-ticketEvent .Link {
	padding: 3px 0 0 0;
	width: 95px;
}

/*PortFolio*/
.portfolioImg {
	border: 1px solid #eeeeee;
}
.portfolio-thumbnail-gray,
.portfolio-thumbnail-gray svg.portfolioSvg,
.portfolio-thumbnail-gray img.portfolioImg {
	width: 100%;
	height: auto;
   	border: 0px solid #eeeeee;
}		
.portfolio-thumbnail-gray a.portfolioLink {
}
.portfolio-thumbnail-gray img.portfolioImg {
   	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");   	
	-webkit-filter: grayscale(100%); /*for chrome*/
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
   	filter: gray;
}
.portfolio-thumbnail-gray img.portfolioImg:hover {
   filter: none;
	-webkit-filter: none; /*for chrome*/
	-moz-filter: none;
	-ms-filter: none;
}
.portfolio-thumbnail-gray img.portfolioImg {
  		display: block;
}			
.portfolio-thumbnail-gray img.portfolioImg,
.portfolio-thumbnail-gray svg image {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
}
.portfolio-thumbnail-gray div.svgDiv {
	display: none;
}			
.portfolio-thumbnail-gray svg image:hover {
    filter: none;
}		
.portfolio-sec {
   	background-color: #ffffff;
   	border: 0 solid #eeeeee;
   	color: #000000;
   	position: relative;
}			
.portfolio-desc {
   	padding: 0;
}			
h4.portfolio-post-title {
   	font-size: 15px;
   	font-weight: 700;
   	letter-spacing: 0;
   	line-height: 15px;
   	margin-bottom: 2px;
   	margin-top: 5px;
}			
.portfolio-post-cat {
   	color: #444444;
   	display: block;
   	font-size: 13px;
   	font-weight: 400;
   	letter-spacing: 0;
}	
#timeImage,
#locationImage,
#ticketImage {
	height: auto;
    padding-left: 20px;
    margin: 0 0 10px;
}
.url:hover, .url:focus, .url:active{
   	text-decoration: underline;
}			
.url:active{
   	background-color: transparent;
}

/**
 * SOCIAL SHARE
 */
.rightAlign {
	float: right;
}	
.social-share {
	height: 40px;
	line-height:100%;
	display:block;
}
.social-share div {
	float: left;
	font-weight:bold;
	line-height: 40px;
	margin-right: 1em;
	font-size: 1.5em;
}
.social-share a {
	display: inline-block;
	width: 40px;
	height: 100%;
	background-position: center;
}
.social-share .facebook {
	background: url("../img/corp/facebook-dark.png") no-repeat;
}

.gtm-button2:active {
	position:relative;
	top:1px;
}
.gtm-button2:visited {
	color: black;
}

.btn-search {
    float: right;
    padding: 5px 10px;
    margin: 30px 0 10px;
}

.btn-normal {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0px;
    line-height: 26px;
    border: none;
}

/* gtm event listing page */
#gtm-listing {
	min-height: 275px;
}
#gtm-listing .pagination > li > a {
    color: #000;
    cursor: pointer;
}
#gtm-listing .pagination > li > a.selected,
#gtm-listing .pagination > li > a:hover {
    color: #fff;
	background-color: #b0111f;
}
#gtm-listing .pagination {
    margin-bottom: 0px;
}
.gtm-events-filter {
	padding: 30px 0;
}
.gtm-events-filter .events-filter-group {
	min-width: 10em;
	display: inline-block;
	vertical-align: top;
	font-size: 0.9em;
	width: 19%;
    box-sizing: border-box;
    padding-left:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.gtm-events-filter .events-filter-group-button {
	text-align: right;
	vertical-align: bottom;
}
.gtm-events-filter .hr {
	width: 2em;
	background-color: transparent;
	height: .3em;
}
.gtm-events-filter h2 {
	margin: 20px 15px;
	text-transform: uppercase;
}
.gtm-events-filter h3 {
	font-size:1em;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}
.gtm-events-filter .events-filter-item {
	margin-bottom: 0.2em;
}
.gtm-events-filter .events-filter-dates {
   	text-align: center;
	border-bottom: 2px solid black;
	margin-top: 25px;
}
.gtm-events-filter #filter-dates-mobile {
	display: none;
}
.gtm-events-filter .filter-date-container {
	background-color: #eeeeee;
	display: inline-block;
	margin: 0 1px;
	padding: 1px 10px 0px 5px;
}
.gtm-events-filter .filter-date-container div {
	vertical-align: middle;
	min-width: 1em;
	display: inline-block;
}
.gtm-events-filter .filter-date-left {
	color: #ea6060;
	font-size: 2.3em;
	text-align: center;
	font-weight: bold;
}
.gtm-events-filter .filter-date-link .filter-date-left {
	width: 1.4em;
}
.gtm-events-filter .filter-date-right {
	color: #646464;
	text-transform: uppercase;
}
.gtm-events-filter .filter-date-right div {
	display: table-row;
}
.gtm-events-filter #filter-month {
	font-size: 0.9em;
}
.gtm-events-filter #filter-day {
	font-weight: bold;
	font-size: 0.85em;
}
.gtm-events-filter .date-selected {
	background-color: #000;
}
.gtm-events-filter .date-selected .filter-date-right {
	color: white;
}
.gtm-events-filter .date-disabled {
	background-color: #FFF;
	border: 1px solid #AAA;
}
.gtm-events-filter .date-disabled .filter-date-left {
	color: #646464;
}
.gtm-events-filter .date-disabled a {
    pointer-events: none;
    cursor: default;
}
.gtm-events-filter #view-changer {
	text-align: center;
	margin: 1em 0;
}
.gtm-events-filter #view-changer a {
	padding-left: 3.5em;
	background-repeat: no-repeat;
	background-position: 0.5em 0.1em;
}
.gtm-events-filter #view-changer a:hover,
.gtm-events-filter #view-changer a:focus,
.gtm-events-filter #view-changer a:active {
	text-decoration: none;
}
.gtm-events-filter #view-as-timetable {
	background-image: url("../img/corp/viewastimetable.png");
}
.gtm-events-filter #view-as-grid {
	background-image: url("../img/corp/viewasgrid.png");
}
.gtm-events-filter #view-changer #view-as-print {
	background-image: url("../img/corp/print.png");
	background-position: 0.5em 0.3em;
	float: right;
}
.gtm-events-filter .all-dates {
	background-color: #EEE;
	display: inline-block;
	width: 80px;
	padding: 0.2em 0;
	vertical-align: bottom;
	font-weight: bold;
	margin: 0px 1px;
}
.gtm-events-filter .all-dates a:hover,
.gtm-events-filter .all-dates a:focus,
.gtm-events-filter .all-dates a:active {
	text-decoration: none;
	color: #EA6060;
}
.gtm-events-filter .all-dates {
	font-size: 0.9em;
}
.gtm-events-filter .all-dates-selected {
    background-color: #000;
}
.gtm-events-filter .date-dropdown {
	background-color: #EEE;
	min-width: 5em;
	vertical-align: middle;
	font-size: 2.3em;
	border-radius: 0;
	font-weight: bold;
	color: #ea6060;
	padding: 0 15px;
	border: 0;
}
.gtm-events-filter .date-selected .date-dropdown {
    background-color: #000;
}
.gtm-events-filter  .date-dropdown-menu {
	background-color: #EEE;
	top: 100%;
	position: absolute;
	left:0;
	x-index: 1000;
	display: none;
	float: left;
	min-width: 122px;
	font-size: 14px;
}
.gtm-events-filter  .date-dropdown.open .date-dropdown-menu {
	display: block;
}
.gtm-events-filter .events-filter-dates .dropdown-menu {
   	border-radius: 0;
	font-size: 1.5em;
	text-align: center;
	width: 100%;
}
.gtm-events-filter .date-group {
	display: inline-block;
	margin-left: 40px;
}
.gtm-events-filter .date-text {
    text-transform: uppercase;
}
.gtm-events-filter #genre_select_chosen.chosen-container {
    width: 100% !important;
}
.date-group-mobile {
	display: none !important;
}

/* gtm event item*/ 
.gtm-events-grid-item {
    width: 24.7%;
    padding: 0px 15px 15px 15px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 15px;
}
.gtm-events-grid-item .price-tag {
    float: left;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
.gtm-events-grid-item div {
    padding-left: 20px;
    margin-left: 0px;
}
.backgroundRedColor {
    background-color: #FF6666;
}
.gtm-events-grid-item .price-tag > div, .gtm-events-grid-item .price-tag > a {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 0px 0.5em;
    color: white;
}
.gtm-events-grid-item .price-tag .tag {
    border: none;
    border-left: 2px dotted white;
}
.gtm-events-grid-item img {
	width: 100%;
    border: 1px solid #eeeeee;
}
.gtm-events-grid-item div.eventType-name {
    padding-left: 0px;
}
div .eventTitle {
    padding: 15px 0px 10px 0px;
    font-weight: 800;
    font-size: 1.6em;
    text-transform: uppercase;
}
.gtm-events-grid-item div.eventItemData {
	padding-left: 0;
}
.dateContainer {
	display: inline-block;
	margin: 0 10px;
}
.btn-nextWeek,
.btn-previousWeek {
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.btn-nextWeek:after, .btn-nextWeek:before {
	left: 50%;
	top: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
}
.btn-nextWeek:after {
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.btn-nextWeek:before {
	border-left-color: #ea6060;
	border-width: 9px;
	margin-top: -9px;
}
.btn-nextWeek.disabled:before {
	border-left-color: #eee;
}
.btn-previousWeek:after, .btn-previousWeek:before {
	right: 50%;
	bottom: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
}
.btn-previousWeek:after {
	border-right-color: #fff;
	border-width: 5px;
	margin-bottom: -5px;
}
.btn-previousWeek:before {
	border-right-color: #ea6060;
	border-width: 9px;
	margin-bottom: -9px;
}
.btn-previousWeek.disabled:before {
	border-right-color: #eee;
}

/** Social Media Feed
*/
.social-media-feeds .fa-facebook {
    font-size: 1.2em;
    color: #3b5998;
    display: inline;
}
.social-media-feeds .fa-instagram {
    font-size: 1.2em;
    color: #E00820;
    display: inline;
}
.social-media-feeds > .nav-tabs > li > a > span {
	margin-left: 6px;
    font-size: 1.2em;
}
.social-media-feeds > .nav-tabs > li > a {
    color: #555;
    text-overflow: ellipsis;
	overflow: hidden;
}
.social-media-feeds .fb-page blockquote, .social-media-feeds div.instagramLoading {
	display: block;
	height: 100px;
	background: url('../img/corp/bx_slider/bx_loader.gif') no-repeat;
    background-position: center;
    overflow: hidden;
    border: 1px solid #eee;
}
.instagram {
	border: 1px solid #E9EAED;
	display: inline-block;
}
.instagram .post {	
	position: relative;
	width: 100%;
	max-width: 500px;
}
.instagram .instaProfilePhoto {
	width: 25%;
}
.instagram .instaProfileId {
	width: 75%;
}
.instagram .instaProfileId a {
	font-weight: bold;
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
}
.instagram .instaPosts {
	clear: both;
	overflow-y: auto;
	background-color: #f6f7f9;
    padding: 0px 8px 0px 8px;
    overflow-x: hidden;
}
.instagram .instaPost {
    background-color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}
.instagram div.instaPost:first-child {
    margin-top: 8px;
}
.instagram div.instaPost:last-child {
    margin-bottom: 8px;
}
.instagram .instaPosts .postHeader {
	padding: 5px;
}
.instagram .instaPosts .postHeader .post{
	padding: 5px;
}
.instagram .instaPosts .postHeader a,
.instagram .instaPosts .postHeader a:focus,
.instagram .instaPosts .postHeader a:hover,
.instagram .instaPosts .postHeader a:active,
.instagram .instaPosts .postHeader a:focus,
.instagram .instaPosts .postHeader a:focus img,
.instagram .instaProfilePhoto a:focus img {
	color: #000;
	text-decoration: none;
	border: none;
}
.instagram .instaPosts .postHeader p {
	padding: 0px;
	font-size: 14px!important;
	padding: 0px!important;
	float: none!important;
	color: #000!important;
	width: 100% !important;
	line-height: 1.38 !important;
	font-family: Helvetica, Arial, sans-serif !important;
	margin-bottom: 11px;
	margin-top: 11px;
}
.instagram .instaPosts .postHeader .post img,
.instagram .instaPosts .postHeader .post video {
	width: 100%!important;
	display: inline!important;
}
.instagram .instagramLogo {
	padding: 10px;
	border-bottom: 1px solid #E9EAED;
	display: table;
	box-sizing: border-box;
	width: 100%;
}
.instagram .instagramLogo a {
	background: url("../img/corp/instagram-logo.png") no-repeat;
  	background-position:center;
  	display: inline-block;
	height: 50px;
	width: 50px;
}
.instagram .instaHeader {
	width: 100%;
	background-color: #F5F5F5;
	border: 1px solid #E9EAED;
	box-sizing: border-box;
}
.instagram .logoImage,
.instagram .postNo,
.instagram .followers,
.instagram .following {
	display: table-cell;
	vertical-align: middle;
}
.instagram .postNo,
.instagram .followers,
.instagram .following {
	text-align: center;
	width: 30%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.instagram .countName {
	font-weight: bold;
	font-size: 0.9em;
}
.instagram .instaProfilePhoto,
.instagram .instaProfileId {
	display: inline-block;
	padding: 5px 5px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}
.instagram .instaProfilePhoto {
	width: 75px;
}
.instagram .instaProfilePhoto img {
	border-radius: 50%;
	width: auto!important;
}
.instagram .instaProfilePhoto img {
	max-width: 65px;	
}
.instagram .instaProfileId {
	width: calc(100% - 80px);
}
.instagram .error,
#twitterError,
#fbError {
	margin: 0!important;
}
.instaFollowDiv {
    clear: both;
    display: block;
}
.instaFollowButton {
  -webkit-appearance: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 22px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #3897f0;
  border-color: #3897f0;
  color: #fff !important;
  padding: 0 8px;
  display: block;
  width: 60px;
  text-align: center;
  cursor: pointer;
}

.read-more-button {
    font-size: 15px;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 2px 13px;
    display: block;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    width: 140px;
    bottom: 100%;
    z-index: 1001;
    text-align: center;
}
.read-more-button-left {
	float: left;
	margin-left: 10px;
}
.read-more-button-right {
	float: right;
	margin-right: 10px;
}
.read-more-button-center {
	margin: auto;
}
.read-more-button-panel {
    width: 100%;
    display: block;
    position: absolute;
    margin: auto;
    -webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
   	-ms-transform: translateY(-100%);
   	-o-transform: translateY(-100%);
   	transform: translateY(-100%);
    z-index: 1000;
    margin-top: -20px;
}

/*World Without Arts*/
#wwa #nav {
	margin-bottom: 20px;
}
#wwa #stage {
  border-radius: 0 !important;
}
#wwa #wrapper-3 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  clear: both;
}
#wwa #main {
  margin-bottom: 30px !important;
}
.wwa-slider .carousel-control.disabled {
	display: none !important;
}
.wwa-slider .glyphicon {
  color: #b0232a;
}
.wwa-slider .glyphicon.glyphicon-chevron-left {
  margin-left: -60px;
}
.wwa-slider .glyphicon.glyphicon-chevron-right {
  margin-right: -60px;
}
.wwa-slider .wwa-progress-bar {
	clear: both;
	padding: 10px 36px !important;
}
.wwa-slider .wwa-progress-bar .progress-bar {
  width: 99%;
  background-color: #bcbec0;
  margin-top:15px;
  position:relative;	
}
.wwa-slider .wwa-progress-bar .bar-percent {
  width: 0%;
  height: 10px;
  background-color: red;
  background: linear-gradient(to top, #920512, red);
  text-align: center;
  line-height: 10px;
  color: white;
}
.wwa-slider .wwa-progress-bar .progress-percent {
	color: #b0232a;
	font-weight: bold;
	text-align: center;
	padding-top: 45px;
}
.wwa-slider .wwa-progress-bar .bar-step {
    position:absolute;
    margin-top:-20px;
	z-index:1;
    font-size:12px;
}
.wwa-slider .wwa-progress-bar .label-line {
    float: right;
    background: #bcbec0;
    height:50px;
	width:2px;
}
.wwa-slider .wwa-progress-bar .label-line-small {
    float: right;
    background: #bcbec0;
    height:30px;
	width:1px;
	margin-top:10px;
}
.btn-give-now {
  	width: 150px;
    background-color: #b0232a;
    color: white;
    float: left;
    margin-top: 10px;
}
.btn-give-now a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.wwa-slider .btn-give-now-pnl {
	display: none;
}
.wwa-slider .wwa-progress-bar .progress-bar-amount {
	display: none;
}
.wwa-slider .progress-bar-amount-pnl {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-align: center;
  width: 200px;
}
.wwa-slider .progress-bar-details {
  display: inline-block;
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 355px);
}
.wwa-slider .wwa-progress-bar .progress-bar-info {
  background-color: white !important;
  padding: 10px;
}
.wwa-slider .progress-bar-amount-pnl .progress-bar-amount {
  font-weight: 900;
  font-size: 20px;
  display: block;
}
.wwa-slider .progress-bar-amount-lable {
  font-size: 14px;
  display: block;
  background-color: #b0232a;
  color: white;
  padding: 0 20px 0 20px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.wwa-slider .progress-bar-details-label {
  color: #b0232a;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
.wwa-slider .progress-bar-details-description {
  font-size: 15px;
  font-weight: 500;
}
.wwa-slider .about-campaign{
	background-color: #b0232a;
	color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) inset, 0 6px 20px 0 rgba(0, 0, 0, 0.19) inset;
}
.wwa-slider .about-title{
	padding-top: 40px;
	text-align: center;
	font-size: 25px;
    font-weight: 900;
}
.wwa-slider .about-image{
	margin-top: 25px;
	text-align: center;
}
.wwa-slider .about-image img {
    margin-left: auto;
    margin-right: auto;
}
.wwa-slider .about-desc{
	font-size: 14px;
	margin: 0px 0px;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 25px;
	clear: both;
}
.wwa-slider .about-desc p {
  position: relative;
  display: block;
  padding: 0 !important;
  width: 100% !important;
  color: #fff !important;
  clear: both !important;
}
.wwa-slider .about-desc a {
  color: #fff !important;
}
.wwa-slider .about-arrow-pnl {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  float: none;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  margin-top: -50px;
}
.wwa-slider .about-arrow::before {
  font-size: 20px;
}
.wwa-slider .gifs {
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.wwa-slider .gifs .gif {
  display: inline-block;
  height: 100%;
  width: calc(90% / 8);
  padding: 2px;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.wwa-slider .gifs .gif.gif-large {
  background-size: 80%;
  width: calc(90% / 4);
}
.wwa-slider .gifs .gif.gif-small {
  background-size: 130%;
  width: calc(98% / 8);
}
.wwa-slider .gifs :first-child {
    background-position-x: 56px;
}
.wwa-slider .bx-pager.bx-default-pager {
	z-index: 1000 !important;
}
.wwa-footer-intro {
  display: block;
  padding: 10px 20px 10px 20px;
}
.wwa-footer-intro-btn {
	padding-left: 20px;
}
.wwa-footer-intro-btn .btn-give-now {
  display: block !important;
  float: left !important;
}
.wwa-footer-intro-text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  padding: 10px 20px 10px 20px;
}
.wwa-footer-intro-text p{
  padding: 0px !important;
}
.wwa-footer-intro-title {
    display: block;
    height: 2em;
    font-weight: 900;
    width: 100%;
    text-align: left;
    padding: 10px 20px 10px 20px;
    font-size: 1.2em;
}

/*carousel */
.wwa-programme-carousel-list .truncate {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wwa-programme-carousel-list {
    display:block;
    width:100%;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}
.wwa-programme-carousel-list .main-carousel {
    display: block;
}
.wwa-programme-carousel-list .main-carousel-mobile {
    display: none;
}
.wwa-programme-carousel-list .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.wwa-programme-carousel-list .card{
	text-align: center;
	padding-top: 0px;
	position: absolute;
}
.wwa-programme-carousel-list .card .author{
	padding: 0px !important;
	margin-bottom: 5px !important;
	width: 100% !important;
	font-size: 0.7em !important;
  	color: #AAA !important;
  	height: 1.3em !important;
	line-height: 1.1em;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wwa-programme-carousel-list .card .desc{
	padding-top: 0px !important;
	width: 100% !important;
	text-align: left;
	font-size: 1em !important;
	height: 6.1em !important;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.wwa-programme-carousel-list .card .donation{
    padding: 5px 10px;
    position: absolute;
    color: white;
    display: block;
    float: none;
    font-weight: bold;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.wwa-programme-carousel-list .card .donation-bottom{
    font-size: 12px !important;
}
.wwa-programme-carousel-list .card .amount{
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}
.wwa-programme-carousel-list .card .subtext{
	clear: both;
	display: block;
	font-size: 11px !important;
	font-weight: bold !important;
}
.wwa-programme-carousel-list .card .days {
	display: inline-block;
	padding-top: 0px !important;
	float: right;
}
.wwa-programme-carousel-list .card .count{
	font-weight: bold;
}
.wwa-programme-carousel-list .progress{
	height: 3px;
	margin: 5px 0px;
}
.wwa-programme-carousel-list .card .note {
	float: left;
  	display: inline-block;
}
.wwa-programme-carousel-list .card .gradient-image:after {
  	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 74%;
	display: inline-block;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.7) 100%);
}
.wwa-programme-carousel-list .card .gradient-image {
  height: auto;
}
.wwa-programme-carousel-list .card .card-header {
  position: relative;
  display: block;
}
/* On mouse-over, add a deeper shadow */
.wwa-programme-carousel-list .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/* Add some padding inside the card container */
.wwa-programme-carousel-list .card-container {
    padding: 10px 16px;
    display: block;
	clear: both;
	position: relative;
	text-align: left;
}
.wwa-programme-carousel-list .card .card-link {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   cursor: pointer;
   z-index: 2;
}
.wwa-programme-carousel-list .card .card-container h4 {
    font-weight: bold;
    height: 2.3em !important;
	line-height: 1.1em;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wwa-programme-carousel-list .carousel-cell {
  width:calc(33% - 12px);
  margin-right: 20px;
  border-radius: 5px;
  
}
.wwa-programme-carousel-list .carousel-cell {
	visibility: hidden;
}
.wwa-programme-carousel-list .carousel-cell.is-selected {
  	visibility: visible !important;
}

.wwa-programme-carousel-list .flickity-prev-next-button .arrow {
	fill: #b0232a;
}
.wwa-programme-carousel-list .flickity-prev-next-button.previous {
    left: -44px !important;
}
.wwa-programme-carousel-list .flickity-prev-next-button.next {
    right: -44px !important;
}
.wwa-programme-carousel-list .flickity-viewport {
	min-height: 400px !important;
}
.flickity-slider {
    width: calc(100% - 5px) !important;
    left: 5px !important;
}
/*Hide the card donation section for now*/
.wwa-programme-carousel-list .card .donation {
	display: none !important;
}