/* HTML5 elements */
article, aside, nav, section, hgroup, header, footer, figure {
	display: block;
}

/* Elements */
a {
	color: #1c89d5;
	text-decoration: none;
}

body {
	color: #323232;
	background: url(../images/highlights-bg.jpg) fixed no-repeat center top;
}

body#page-404 {
	background: none;
}

p {
	margin-bottom: 1em;
}

h1 {
	color: #5b5b5b;
	font: 3em Arial, sans-serif;
	margin: 0.45em 0;
}

h2 {
	font: 1.4em Arial, sans-serif;
	margin: 1.5em 0 0.25em;
}

h2.section-start {
	font-size: 1.3em;
}

h3 {
	font: bold 1em Arial, sans-serif;
	margin: 1em 0 0.25em;
}

h3.section-start {
	font-size: 1.3em;
}

h4 {
	font: bold 1em Arial, sans-serif;
	font-style: italic;
	margin: 1em 0 0.25em;
}

hr {
	color: #ededed;
	background: #ededed;
	height: 1px;
	border: 0;
	margin: 10px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


/* Structure */
.skip-links {
	position: absolute;
	left: -9999px;
}

.page {
	padding-bottom: 2em;
}

#page-404 .head {
	border-bottom: 2px solid #002748;
	margin-bottom: 2px;
}

.complementary {
	width: 320px;
}

/* .complementary-nav {
	width: 296px;
	padding: 12px 12px 44px;
} */

.complementary-nav.wide {
    padding: 12px 12px 44px;
	width: 296px;
}

.complementary-content {
	background: #fff;
}

.complementary-content h3 {
	color: #037aab;
	font: 1.5em Arial, sans-serif;
	margin: 0;
	padding: 10px 20px;
}

.complementary-content li.selected {
	border-top: 1px solid #bdbdbd;
}

.complementary-content li a {
	display: block;
	min-height: 17px;
	color: #323232;
	padding: 8px 15px 8px 30px;
}

body .complementary-content li a:hover {
	background-color: #dde2e4;
}

/* Start page */
.visitor-info {
	height: 358px;
}

.visitor-info ul {
	width: 295px;
	font-size: 0.9em;
	margin: 12px;
	padding-bottom: 25px;
}

.visitor-info li {
	padding: 0 10px;
}

.visitor-info li:hover {
	background-color: #f5f5f5;
}

.visitor-info div {
	display: block;
	color: #000;
	border-bottom: 1px solid #ededed;
	padding: 14px 0px 14px 62px;
}

.visitor-info li.last div {
	border-bottom: none;
	padding-bottom: 0;
}

.visitor-info a {
	color: #000;
	border-bottom: 1px solid #f6d692;
}

.visitor-info h4 a {
	color: #5b5b5b;
}

.visitor-info a:hover {
	color: #1c89d5;
}

.open,
.prices,
.find,
.highlights {
	background-repeat: no-repeat;
	background-position: 5px 11px;
}

.visitor-info h4 {
	font: normal 1.5em Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em;
}

.page-main-image-container {
	position: relative;
}

.main-image-nav {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 100;
}

.main-image-nav a,
.main-image-nav-pause,
.main-image-nav-play {
	float: left;
	text-align: center;
	width: 19px;
	height: 19px;
	font-weight: bold;
	line-height: 19px;
	color: #fff;
	background: #000;
	margin-right: 1px;
}

.main-image-nav-pause,
.main-image-nav-play {
	display: none;
	text-indent: -9999px;
	cursor: pointer;
}

.js-enabled .main-image-nav-pause {
	display: inline;
}

.page-main-image {
	position: relative;
	width: 615px;
	height: 358px;
	overflow: hidden;
}

.page-main-image.grey-plate {
	height:auto;
}

.page-main-image img {
	width: 615px;
	height: 358px;
}

.page-main-image.grey-plate img {
	height: auto;
}

.page-main-image-wide {
	width: 960px;
	height: 373px;
	margin-top: 10px;
}

.page-main-image-wide img {
	width: 960px;
	height: 373px;
}

.page-main-image h2,
.page-main-image p {
	position: absolute;
	left: 0;
	width: 594px;
	color: #fff;
	margin: 0;
	overflow: hidden;
}

.page-main-image h2 {
	bottom: 67px;
	height: 41px;
	font-size: 2.5em;
	font-weight: bold;
	padding: 0 23px;
}

.page-main-image p {
	bottom: 8px;
	font-size: 1.2em;
	height: 47px;
	padding: 8px 23px 0;
}

.page-main-image-wide h2,
.page-main-image-wide p {
	width: 914px;
}


/* Site nav bar */
.site-nav-bar {
	color: #2e2e2e;
	font-size: 0.9em;
	min-height: 18px;
	padding: 7px 0 5px;
	
	width: 1000px;
	margin: 0 auto;
}

.site-links a {
	color: #2e2e2e;
	margin-right: 8px;
	padding-left: 17px;
}

.site-nav-bar-inner {
	width: 960px;
	margin: 0 auto;
}

.choose-language {
	position: relative;
	display: inline-block;
	z-index: 1000;
}

.choose-language-opener {
	padding-right: 16px;
}

body.js-enabled .choose-language-opener {
	cursor: pointer;
}

.available-languages {
	position: absolute;
	right: 0;
	top: 1.3em;
	width: 110px;
	border: 1px solid #ccc;
	background: #fff;
}

body.js-enabled .available-languages {
	display: none;
}

body.js-enabled .available-languages li {
	border-top: 1px solid #dedede;
}

body.js-enabled .available-languages li:first-child {
	border-top: none;
}

body.js-enabled .available-languages li:hover {
	background: #eee;
}

body.js-enabled .available-languages a {
	display: block;
	padding: 5px 10px;
}

.search-site {
	float: right;
	background: #efefef;
}

.search-site input[type=search] {
	width: 170px;
	margin-right: 2px;
}


/* Head */
.logo {
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

#easy-to-read .logo,
#stand-alone-language .logo {
	border-bottom: 5px solid #037aab;
}

.logo a {
	display: block;
	height: 95px;
	text-indent: -99999px;
}


/* Site navigation */
.navigation {
	border-bottom: 2px solid #002748;
}

ul.site-nav li {
	float: left;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #fff;
}

.site-nav li:first-child {
	width: 114px;
	margin-left: 0;
	border-left: 0;
}

.site-nav li.selected,
.site-nav li:hover {
	border-bottom-color: #002748;
	background: #002848;
}

.site-nav li a {
	display: block;
	height: 58px;
	color: #fff;
	font: 1.4em "Gill Sans", Arial, sans-serif;
	border-bottom: 1px solid #fff;
	padding: 8px 52px 0 25px;
}

/* Bread crumbs */
.breadcrumbs {
	border-bottom: 1px solid #9f9f9f;
	margin-top: 3px;
	padding: 5px 10px;
}

.breadcrumbs a {
	padding-right: 14px;
}


/* RSS */
.rss span {
	position: relative;
	padding-right: 35px;
}

.rss a {
	position: absolute;
	right: 0;
	top: 7px;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
}


/* Lists */
.horizontal-list {
	display: inline-block;
}

.horizontal-list-additional {
	float: right;
}

.horizontal-list li {
	display: inline-block;
	margin-right: 5px;
}

.centered {
	text-align: center;
	margin: 0 auto;
}

/* Alignments */
.centered-text {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.box-left {
	float: left;
}

.box-right {
	float: right;
}


/* Texts */
.shaded-text {
	color: #5b5b5b;
}

.black-text {
	color: #000;
}

.black-text {
	color: #000;
}

.black-text-links a {
	color: #000;
}

.upper-case {
	text-transform: uppercase;
}

.link-color {
	color: #1c89d5;
}

.bold {
	font-weight: bold;
}

.disabled {
	color: #eee;
}

.no-text-decoration,
.no-text-decoration a {
	text-decoration: none;
}

.section-header {
	border-bottom: 1px solid #dde2e4;
	margin: 2em 0 1em;
	padding-bottom: 0.3em;
}

.site-section-type {
	font-size: 1.6em;
	font-weight: bold;
	background: #dde2e4;
	margin-right: -25px;
	padding: 10px 15px;
}

.section-bar {
	font-weight: bold;
	background: #dde2e4;
	margin-bottom: 0.8em;
	padding: 5px 10px;
}

.complementary .section-bar {
	font-size: 1.2em;
	margin-bottom: 1px;
}

.site-section-type a:hover {
	color: #1c89d5;
}

.link-listing {
	font-size: 1.2em;
	font-weight: bold;
}

.link-listing li {
	margin: 0.5em 0;
}

.image-caption {
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
}

.centered-nav {
	border-top: 1px solid #ededed;
	margin: 2em 0;
	padding-top: 7px;
}

.centered-nav .previous {
	margin-right: 10px;
	padding-left: 30px;
}

.centered-nav a.next {
	margin-left: 10px;
	padding-right: 30px;
}


/* Backgrounds */
.medium-gray {
	background: #efefef;
}

.light-blue {
	background-color: #dbeaf1;
}

.standard-bg-plate {
	background: #dde2e4;
}

body .white {
	background: #fff;
}

/* Inline content */
.inline {
	display: inline;
}

.main-block {
	display: block;
	width: 615px;
}

/* Info box */
.info-box {
	font-size: 1.1em;
	width: 195px;
	padding-top: 19px;
}

.info-box-content {
	padding: 0 16px 19px;
}

.box {
	padding: 10px;
}

.large-box {
	padding: 20px;
}

.large-box h2 {
	margin-top: 10px;
}

/* Tables */
table {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}

table caption {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 5px 8px 5px 0;
}

table th,
table td {
	border: 1px solid #fff;
	border-width: 0 0 1px 1px;
	padding: 5px 8px;
}

table th {
	font-weight: bold;
	background: #dde2e4;
}

table th:first-child,
table td:first-child {
	border-left: none;
	width: 60%;
}

table tr.odd {
	background: #dbeaf1;
}

table.imginfolist tbody td
{
    min-width: 130px;
    background: #f7f7f7;
    border: 0 none;
    padding: 0;
    width: auto;
}
table.imginfolist tbody tr 
{
    background: none repeat scroll 0 0 #DBEAF1;  
}

table.imginfolist {
    display: block;
    margin: 0;
}

table.imginfolistheader tbody td
{
    width:130px;
    background: #f7f7f7;
    border-width: 0px;
    font-weight: bold;
    padding: 0;
}

table.imginfolistheader 
{
    margin: 0;
    margin-left: 14px;
    display: none;
    border: 0 none;
    padding: 0;
    width: auto;
    background: #f7f7f7;
}

table.imginfolist tbody td.infowidthsmall
{
    width:130px;
}

table.imginfolist tbody td.infowidthlarge
{
    width:390px;
}

/* Main content */
.body {
	padding-top: 6px;
}

#serp .body {
	padding-top: 26px;
}

#page-404 .body {
	height: 597px;
	background: url(../images/404.jpg) no-repeat;
}

.main {
	padding-right: 25px;
}

.main ul {
	margin: 0 0 1em 3em;
}

.main ul li {
	list-style: disc;
	margin-bottom: 0.5em;
}

#full-width .main {
	padding-right: 0;
}

#start-page .main {
	padding-right: 0;
}

.page-introduction {
	margin-bottom: 1em;
}

.published-date {
    color: #5b5b5b;
    margin-bottom: -0.6em;
    margin-top: 12px;
}

.vevent .page-introduction h1 {
	/*margin-bottom: 0;*/
}

.vevent .page-introduction h2 {
	margin: 0 0 1em;
}

.page-introduction p {
	font-weight: bold;
	margin-top: 1em;
}

.main h5 {
	font: bold 1em Arial, sans-serif;
}

.main-footer {
	border: 1px solid #dde2e4;
	border-width: 1px 0;
	margin: 3em 0 4em;
	padding: 0.5em 0;
}

.main-footer ul {
	margin-bottom: 0;
}

.content-indent {
	padding-left: 10px;
}

.categories strong {
	margin-right: 10px;
}

.categories a {
	margin-right: 15px;
}

.unit-indent {
	padding-left: 20px;
}

.unit-indent-additional {
	padding-right: 20px;
}

.divider-start {
	border: 1px solid #f6d692;
	border-width: 1px 0;
	padding: 7px 0;
}

.read-more {
	font-weight: bold;
}



/* Tag cloud */
.complementary ul.tag-cloud {
	font-size: 1.15em;
	padding: 20px;
}

.complementary .tag-cloud li,
.complementary .tag-cloud li a {
	display: inline;
	padding: 0 1px;
}

.complementary .tag-cloud li:first-child a {
	padding-left: 0;
}

.complementary .tag-cloud li small {
	font-size: 0.8em;
}

.complementary .tag-cloud li strong {
	font-size: 1.1em;
}


/* Show all/additional content */
.complementary ul.additional-content {
	display: none;
	position: relative;
}

.complementary h4,
.complementary .show-all {
	padding: 8px 15px 8px 20px;
}

.complementary p.show-all {
	margin: 10px 0 0;
	padding: 0 20px 30px;
}

.show-all a {
	color: #005195;
}

.show-all a.hide {
	display: none;
}

.show-all.expanded a.show {
	display: none;
}

.show-all.expanded a.hide {
	display: inline;
}


/* Listing */
.listing.separated {
	margin-top: 3em;
}

.border-divider .line {
	border-bottom: 1px solid #dde2e4;
}

.listing .line {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.listing .listing-image {
	float: left;
	margin: 0 10px 10px 0;
		float: left;
	width: 100px;
	overflow: hidden;
	margin: 0 15px 15px 0;
	cursor: pointer;	
}

.listing h2 {
	margin: 0 0 1.5em;
}

.listing h3 {
	font-size: 1.2em;
	margin-top: 0;
}

.listing .time {
	font-weight: bold;
}

.condensed-listing {
	margin-bottom: 1em;
}

.condensed-listing .unit {
	width: 86%;
}

.condensed-listing .line.even .unit {
	background: #dbeaf1;
}

.condensed-listing .unit:first-child {
	width: 14%;
}

.condensed-listing .time,
.condensed-listing a {
	display: block;
	padding: 3px 0 3px 3px;
}

.condensed-listing .time {
	text-align: center;
	border-right: 2px solid #fff;
}

.condensed-listing a {
	color: #006aa9;
	padding-left: 10px;
}

.box-listing {
	margin-top: 20px;
}

.box-listing .unit {
	margin: 0 27px 20px 0;
}



.tag {
	float: left;
	background: #e9e9e9;
	margin-right: 2px;
	padding: 3px 5px;
}

/* Push objects */
.push {
	float: left;
	position: relative;
	overflow: hidden;
	width: 187px;
	margin-left: 26px;
}

.push > a {
	color: #323232;
}

.push-list .line {
	margin-bottom: 15px;
}

.push-list-medium {
	margin: 15px 0;
}

.push-list-wide {
	margin: 37px 0;
}

.push-list-small .push {
	width: 192px;
	margin-left: 15px;
}

.push-list-small h3 {
	margin-top: 0;
}

.push-list-medium .push {
	width: 220px;
}

.push-list-wide .push {
	width: 307px;
	margin-left: 19px;
}

.push:first-child,
.push.first-child {
	margin-left: 0;
	margin-right: 1px;
}

.push-list-medium .push:first-child {
	margin-left: 0;
	margin-right: 2px;
}

.push-init,
.push-end {
	position: absolute;
	left: 0;
	width: 307px;
	height: 8px;
	z-index: 2;
}

.push-list-medium .push-init,
.push-list-medium .push-end {
	width: 220px;
	height: 7px;
}

.push-end {
	bottom: 0;
}

.push-list-medium .push-end {
	bottom: 0;
}

.push-list-small h3 {
	min-height: 2.4em;
}


.push img {
	float: left;
}

.push-content {
	clear: both;
	background: #edf3f7;
	padding: 10px;
}

.push-content h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em;
}

/* Datepicker */
.date-picker-form {
	padding: 15px;
}

.js-enabled .date-picker-form {
	display: none;
}

.date-picker {
	border-bottom: 2px solid #dde2e4;
	margin: 10px auto;
	padding: 0 17px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	width: 23px;
	height: 24px;
	text-indent: -9999px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	float: left;
}

.ui-datepicker-next {
	float: right;
}

.ui-datepicker-title {
	font-weight: bold;
	text-align: center;
	margin: 0 20px;
	padding-top: 3px;
}

.ui-datepicker-calendar {
	border-top: 2px solid #dde2e4;
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 5px;
}

table.ui-datepicker-calendar th:first-child, 
table.ui-datepicker-calendar td:first-child {
	width: auto;
	padding: 1px;
}

.ui-datepicker-calendar th {
	background: #fff;
}

table.ui-datepicker-calendar td {
	text-align: center;
	/*border: 5px solid #fff;
		border-width: 0 5px 5px 0;
		background: #e4e4e4;*/
	/*background: #fff;*/
	padding: 0;
}

table.ui-datepicker-calendar td {
	border: 1px solid #e4e4e4;
}

.ui-datepicker-calendar td.has-event,
.ui-datepicker-calendar td.has-event a {
	background: #e4e4e4;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
	background: #fff;
}

.ui-datepicker-calendar td.ui-datepicker-today {
	/*background: #e4e4e4;*/
	border-color: #ffae00;
}

.ui-datepicker-calendar td.chosen-date {
	border: none;
}

.ui-datepicker-calendar td.chosen-date a {
	color: #fff;
	background: none;
}

.ui-datepicker-calendar td a {
	display: block;
	color: #5b5b5b;
	font-weight: bold;
	padding: 5px;
}


/* jQuery Tools */
.carousel-container,
.carousel-container-small {
	position: relative;
}

.carousel-container {
	background: #efefef;
}

.carousel-container.grey-plate {
	width: 615px;
}

.carousel-container.grey-plate .scrollable {
	width: 615px;
}

.scrollable,
.scrollable-small {
	position: relative;
	overflow: hidden;
}

.scrollable {
	width: 898px;
	height: 317px;
	background: #e8e8e8;
	border: 1px solid #fff;
	border-width: 0 1px;
	margin: 1em auto;
}

.scrollable-small {
	width: 262px;
	height: 200px;
	margin: 0 auto;
}

.scrollable-highlights {
	width: 960px;
	height: 508px;
}

.scrollable .items,
.scrollable-small .items {
	margin-left:0px;
	position: absolute;
	width: 20000em;
	clear: both;
}

.scrollable li {
	position: relative;
	float: left;
	width: 224px;
	height: 317px;
	border-right: 1px solid #fff;
}

.scrollable-small li {
	position: relative;
	float: left;
	width: 262px;
	height: 200px;
}

.scrollable-small ul li {
	list-style:none outside none;
}

.scrollable-highlights li {
	width: 960px;
	height: 507px;
}

.scrollable .item-info {
	position: absolute;
	bottom: 87px;
	left: 90px;
	right: 90px;
	color: #fff;
	font-size: 1.1em;
	padding: 10px;
}

.show-highlight-information .scrollable .item-info {
	display: none;
}

.scrollable .item-info img {
	float: left;
	margin: 0 10px 10px 0;
}

.scrollable .item-info h3 {
	font-weight: bold;
	color: #fff;
	background: none;
	margin-bottom: 5px;
	padding: 0;
}

.scrollable .item-info a {
	color: #41adf8;
}

.video {
	position: absolute;
	left: 107px;
	top: 50px;
	width: 47px;
	height: 48px;
	z-index: 2;
}

.scrollable-small li img {
	display: block;
	margin: 0 auto 10px;
}

.scrollable li h3 {
	font-size: 1.4em;
	color: #d6d6d6;
	background: #4b4b4b;
	margin: 0 0 0.5em;
	padding: 11px 14px;
}

.scrollable li h3 .date {
	color: #fff;
}

.scrollable li h4 {
	font-size: 1.23em;
	text-transform: uppercase;
	font-style: normal;
	color: #545454;
	margin: 0 0 1em;
	padding: 11px 14px;
}


.scrollable img {
	position: absolute;
	bottom: 0;
}

.scrollable-highlights img {
	position: static;
}

.carousel-container .navi,
.carousel-container-small .navi {
	height: 10px;
	text-align: center;
}

.carousel-container .navi {
	position: absolute;
	width: 100%;
	top: -25px;
}

.carousel-container-small .navi {
	padding: 10px 0;
}

.navi a {
	cursor: pointer;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 3px;
}

.carousel-container .scrollable-nav-bar {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 46px;
}

.carousel-container .nextPage,
.carousel-container .prevPage,
.carousel-container-small .nextPage,
.carousel-container-small .prevPage {
	display: none;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	z-index: 3;	
}

.js-enabled .carousel-container .nextPage,
.js-enabled .carousel-container .prevPage,
.js-enabled .carousel-container-small .nextPage,
.js-enabled .carousel-container-small .prevPage {
	display: block;
}

.carousel-container .nextPage,
.carousel-container .prevPage {
	top: 0;
	width: 29px;
	height: 317px;
}

.carousel-container-small .nextPage,
.carousel-container-small .prevPage {
	top: 30px;
	width: 29px;
	height: 122px;
}

.carousel-container .nextPage:hover,
.carousel-container .prevPage:hover {
	background-color: #ddd;
}

.carousel-container .nextPage,
.carousel-container-small .nextPage {
	right: 0;
}

.carousel-container .prevPage,
.carousel-container-small .prevPage {
	left: 0px;
}

.carousel-container.scrollable-highlights-container .nextPage,
.carousel-container.scrollable-highlights-container .prevPage {
	top: 0;
	width: auto;
	height: 33px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-indent: 0;
	padding: 13px 0 0 35px;
}

.carousel-container.scrollable-highlights-container .nextPage:hover,
.carousel-container.scrollable-highlights-container .prevPage:hover {
	background-color: transparent;
}

.carousel-container.scrollable-highlights-container .prevPage {
	left: 10px;
}

.carousel-container.scrollable-highlights-container .nextPage {
	right: 10px;
	background-position: right center;
	padding-right: 35px;
}

.show-highlight-info {
	display: none;
}

.js-enabled .show-highlight-info {
	display: block;
	text-align: center;
}

.show-highlight-info a {
	cursor: pointer;
	display: inline-block;
	height: 33px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 13px 30px 0 0;
}

.highlight-info-on {
	display: none;
}

.show-highlight-information .highlight-info-off {
	display: none;
}

.show-highlight-information .highlight-info-on {
	display: inline-block;
}



/* Highlights */
.highlights-nav {
	padding: 15px 0;
}

.highlights-nav li {
		display: inline-block;
		width: 161px;
		margin: 0 0 10px 34px;
		padding-left: 0;
		vertical-align: top;
		text-align: center;
		cursor: pointer;
}

.highlights-nav li.first-of-line {
	margin-left: 0;
}

.highlights-nav li.current img {
	opacity: 0.6;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.highlights-nav li.current a {
	color: #000;
}

.highlights-nav li img {
	display: block;
	margin-bottom: 0.5em;
}

.highlights-nav li a {
	font-weight: bold;
	font-size: 1.2em;
}

/* Map container */
.map-container{
	width: 100%;
	height: 500px;
	margin-top: 20px;
}


/* 404 styles */
body#page-404 .main {
	padding: 30px;
}

body#page-404 .page-introduction h1 {
	color: #fff;
	font: 8em/1.3 Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

body#page-404 .page-introduction h2 {
	color: #fff;
	font: 3em/1 Arial, sans-serif;
	margin: 0 0 2em;
}

body#page-404 .page-content {
	color: #373737;
	width: 567px;
	background: url(../images/404-bg.png) repeat-y;
	padding: 10px;
}

body#page-404 .page-content .content-plate {
	padding: 30px;
	background: #dde2e4;
}


/* Page footer */
.foot {
	font-size: 0.9em;
	height: 286px;
}

.foot-content {
	width: 935px;
	margin: 0 auto;
	padding: 10px 5px 20px 20px;
}

.foot-content a:hover {
	text-decoration: underline;
}

.foot-content .inline {
	display: inline-block;
	padding-top: 24px;
}

.foot-content .centered-text {
	padding-top: 20px;
}

/* Affiliate logos */
.affiliate-logos li {
	margin-left: 10px;
}

.align-left {
	float: left;
	margin: 0 20px 20px 0;
}

#press-release .align-left {
	max-width: 50%;
}


/* Video */
.lightbox-video-container {
	/*width: 600px;
		height: 600px;*/
	padding: 10px;
}

.lightbox-video-container-description {
	width: 800px;
	margin-top: 15px;
}

/* Alpha backgrounds */
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa or filter */
	background: rgb(0, 0, 0);
	/* Hack for IE browsers */
	background: transparent\9;
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}

.alpha70 {
	/* Fallback for web browsers that doesn't support RGBa or filter */
	background: rgb(0, 0, 0);
	/* Hack for IE browsers */
	background: transparent\9;
	background: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000)";
}


/* Tab nav */
.tab-nav,
.main .tab-nav {
	border-bottom: 1px solid #f2f2f2;
	list-style: none;
	margin: 0 0 2em 0;
}

.tab-nav-container .tab-nav {
	margin-bottom: 1em;
}

.tab-nav li,
.main .tab-nav li {
	float: left;
	background: #f2f2f2;
	list-style: none;
	margin: 0 1px 0 0;
	padding: 5px 15px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.tab-nav li.selected {
	background: #ffba00;
}

.tab-nav li a {
	color: #0090d4;
	font-weight: bold;
}

.tab-nav li.selected a {
	color: #fff;
}

.tab-nav-container .tab-nav-content h2 {
	margin-top: 0.5em;
}

.tab-nav-container .toggle-content {
	display: none;
}

.js-enabled .tab-nav-container .toggle-content {
	display: block;
	margin-top: 2em;
}

.tab-nav-container .toggle-content .hide-details {
	display: none;
}

.tab-nav-container .toggle-content.expanded .hide-details {
	display: block;
}

.tab-nav-container .toggle-content.expanded .show-details {
	display: none;
}


.js-enabled .tab-nav-container .tab-nav-content {
	display: none;
}


/* Pagination */
.pagination {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

.pagination a {
	color: #0090d4;
	background: #f1f1f1;
	padding: 3px;
}

.pagination a.disabled {
	color: #414141;
}

.pagination a.selected {
	color: #414141;
	font-weight: bold;
}

.pagination ol {
	display: inline;
	list-style: none;
}

.pagination ol li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}




/* Share page */
.print {
	display: none;
}

.js-enabled .print {
	display: inline;
}

#atffc {
	display: none;
}

body div.addthis_toolbox.addthis_default_style a {
	float: none;
}

body div.addthis_toolbox.addthis_default_style span {
	background: none;
	/*display: none;*/
	position: absolute;
}


/* Forms */
.form-container {
	overflow: hidden;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	padding: 10px;
}

.form-container h3 {
	margin-left: 5px;
}

.form-container table {
	border-collapse: separate;
	border-spacing: 10px;
}

.form-container table th,
.form-container table td {
	border: none;
}

.form-container label {
	font-weight: bold;
}

.form-container hr {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
}

.form-container select,
.form-container textarea,
.form-container input[type=text],
.form-container input[type=email] {
	display: block;
	margin-top: 3px;
}

.form-container textarea,
.form-container input[type=text],
.form-container input[type=email] {
	border: 1px solid #a5a5a5;
	padding: 3px;
}

.form-container input[type=radio],
.form-container input[type=checkbox] {
	margin: 3px 5px 0 0;
}

.form-container select {
	min-width: 200px;
}

.form-container textarea {
	min-width: 352px;
	height: 123px;
}

.form-container textarea:focus,
.form-container input[type=text]:focus,
.form-container input[type=email]:focus,
.form-container input[type=radio]:focus,
.form-container input[type=checkbox]:focus {
	position: relative;
	border-color: #008194;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	top: -1px;
}

.form-container input[type=submit]:focus {
	position: relative;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	top: -1px;
}

.form-container .form-row {
	margin-bottom: 10px;
}

.form-container .form-part {
	display: inline-block;
	width: 168px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid transparent;
}

.form-container .form-part:first-child {
	margin-left: 0;
}

.form-container .form-part input[type=text] {
	width: 160px;
}

.form-container .form-part input[type=radio],
.form-container .form-part input[type=checkbox] {
	margin: 0 5px 0 10px;
	padding: 0;
}

.form-container .form-part input[type=radio]:first-child,
.form-container .form-part input[type=checkbox]:first-child {
	margin-left: 0;
}

.form-container .form-part.invalid {
	background: #fff0f0;
	border-color: #ffb2b2;
}

.form-container .form-part.invalid input {
	border-color: #d22a2a;
}

.button-container {
	float: right;
	background: #e6e6e6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 4px 3px;
}

.button-container-line-end {
	margin: -3.3em 20px 0 0;
}



/* Live search suggestions */
.ac_results {
	font-size: 1.1em;
	
	/* Fallback for web browsers that doesn't support RGBa or filter */
	background: #fff;
	/* Hack for IE browsers */
	background: transparent\9;
	background: rgba(255, 255, 255, 0.95);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF,endColorstr=#F2FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF,endColorstr=#F2FFFFFF)";
	
	border: 1px solid #ededed;
	z-index: 20000;
	-moz-box-shadow: 3px 10px 10px #555;
	-webkit-box-shadow: 3px 10px 10px #555;
	box-shadow: 3px 10px 10px #555;
}

.ac_results li {
	border-bottom: 1px solid #ededed;
	padding: 5px 10px;
}

.ac_results li:hover,
.ac_results .ac_over {
	background: #ededed;
}

.ac_results li span {
	float: right;
	font-size: 0.9em;
}


/* Print CSS */
@media print {
	body,
	body .foot {
		background: none;
	}
	
	#site-nav-bar,
	.navigation,
	.breadcrumbs,
	.complementary,
	.foot .horizontal-list {
		display: none;
	}
}



/* ColorBox */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{overflow:visible;}
#cboxLoadedContent{overflow:hidden !important;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}
#colorbox{font-size: 1.2em;}
    #cboxContent{
		color: #fff;
		/* Fallback for web browsers that doesn't support RGBa or filter */
		background: rgb(0, 0, 0);
		/* Hack for IE browsers */
		background: transparent\9;
		background: rgba(0, 0, 0, .6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	}	
        #cboxLoadedContent{margin:41px 15px 6px;}
        #cboxTitle{
			/* IE trickery to show overflowing content */
			position: relative;
			overflow: auto;
			padding: 5px 15px 10px; font-size: 0.9em;
			/* Fallback for web browsers that doesn't support RGBa or filter */
			background: rgb(0, 0, 0);
			/* Hack for IE browsers */
			background: transparent\9;
			background: rgba(0, 0, 0, .6);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		}
        #cboxTitle a{
			display: block;
			margin-top: 1em;
		}
        #cboxCurrent{position:absolute; top:15px; left:155px; font-size: 0.8em;}
        #cboxSlideshow{position:absolute; top:15px; left:20px; font-size: 0.8em;}
		#cboxSlideshow:hover{text-decoration: underline;}
        #cboxPrevious{position:absolute; top:10px; left:120px; width:23px; height:24px; text-indent:-99999px;}
        #cboxNext{position:absolute; top:10px; left:224px; width:23px; height:24px; text-indent:-99999px;}
        #cboxClose{position:absolute; top:10px; right:10px; width:23px; height:24px; text-indent:-99999px;}




/* Article media */
.article-media {
	width: 271px;
	margin: -15px 0 0 20px;
	padding: 27px 0 0;
}

.article-media .scrollable-small li {
    float: left;
    min-height: 200px;
    height:auto;
    position: relative;
    width: 214px;
}

.article-media.box-left {
	width: 271px;
	margin: -15px 20px 20px 0;
	padding: 27px 0;
}

.article-media-content {
	padding: 2px 20px;
}

.article-media-content h3 {
	margin: 0 0 0.5em;
}

.media-item {
	margin-top: 20px;
	padding: 15px 15px 1px;
}

.media-item:first-child {
	margin-top: 0;
	padding-top: 0;
}

.main ul.media-list {
	margin: 0 0 1em;
}

.main ul.media-list li {
	list-style: none;
	margin-bottom: 10px;
}

.thumbnail {
	float: left;
	margin-right: 10px;
}

.media-list h4 {
	font: normal 1em/1.3 Arial, Helvetica, sans-serif;
}

.main ul.media-list a p {
	color: #313131;
}


.article-media-footer {
	height: 27px;
}

.article-media-content .last-child p,
.article-media-content .last-child ul {
	margin: 0;
}

.article-media-content .last-child ul li {
	margin: 0;
	padding-bottom: 1em;
}

.search-paragraph {
    display: block;
    float: left;
    width: 480px;
}
