@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  color: #0c399e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

/* General styles */
body {
  background: #135dcd;
  color: #000;
  font-family: Helvetica, Verdana, Arial, Sans-serif;
  font-size: 12px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.container {
  background: url("../images/bg-home.jpg");
  height: 720px;
  margin: 100px auto;
  position: relative;
  width: 1200px;
}

.subpage {
  background: url("../images/bg-subpage.jpg");
}

.subpagephoto {
  background: url("../images/bg-subpagephotos.jpg");
}

.subpagefaq {
  background: url("../images/bg-subpagefaq.jpg");
}

.bottombarinfo {
  bottom: 40px;
  position: absolute;
  right: -1px;
}

.eventinfo {
  background: url("../images/banner-railroad.png");
  display: inline-block;
  width: 527px;
  height: 115px;
  padding: 18px 5px 12px 25px;
  text-align: center;
  vertical-align: top;
}

.eventinfo-small {
  position: absolute;
  bottom: 75px;
}

.buyinfo {
  background: url("../images/banner-buytickets.png");
  display: inline-block;
  width: 349px;
  height: 115px;
  padding: 25px 5px 5px 25px;
  text-align: center;
  vertical-align: top;
}

.buyinfo p {
  color: #fff;
  line-height: 15px;
  margin-top: 5px;
}

header {
  display: inline-block;
  padding: 15px 25px;
  width: 300px;
}

header.subpage {
  background: none;
  width: 255px;
}

menu {
  display: inline-block;
  width: 410px;
  vertical-align: top;
  position: absolute;
  right: 110px;
}

.subpagephoto menu, .subpagefaq menu {
  width: 770px;
}

.subpagephoto menu li, .subpagefaq menu li {
  display: inline-block;
  vertical-align: top;
}

.menucopy {
  color: #123983;
  font-size: 9px;
  line-height: 11px;
  margin: 12px 10px 0;
}

.button {
  display: inline-block;
  text-indent: -9999px;
}

.button a, .button-small a {
  cursor: pointer;
  display: block;
}

.button-small {
  text-indent: -9999px;
}

.photoalbum {
  bottom: 160px;
}

.photoalbum a {
  background: transparent url("../images/nav-photogallery.png") center bottom;
  height: 63px;
  width: 202px;
}

.photoalbum-on {
  background: transparent url("../images/nav-photogallery.png") center top;
  height: 63px;
  width: 202px;
}

a.ticketbuy {
  background: transparent url("../images/button-buyticket.png") center bottom;
  height: 48px;
  width: 258px;
}

a.ticketbuy-small {
  background: transparent url("../images/button-buyticket-small.png") center bottom;
  height: 39px;
  margin-top: 10px;
  width: 198px;
}

.faq a {
  background: transparent url("../images/nav-faq.png") center bottom;
  height: 63px;
  width: 202px;
}

.faq-on {
  background: transparent url("../images/nav-faq.png") center top;
  height: 63px;
  width: 202px;
}

.photoalbum a:hover, .faq a:hover, .ticketbuy:hover, .ticketbuy-small:hover {
  background-position: center top;
}

.faq {
  bottom: 160px;
  right: 6px;
}

.dates-small {
  position: absolute;
  top: 230px;
  text-transform: uppercase;
  width: 330px;
  text-align: center;
}

.subpage menu ul li {
  margin-bottom: 8px;
}

.content {
  display: inline-block;
  width: 725px;
  vertical-align: top;
  position: absolute;
  top: 85px;
  left: 285px;
}

.contentbox {
  display: inline-block;
  font-size: 13px;
  width: 605px;
  height: 420px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 60px;
  overflow-y: scroll;
  vertical-align: top;
  text-align: center;
}

.photobox {
  height: 460px;
}

.subpage-title {
  display: block;
  margin: 0 0 8px 30px;
}

.faqanchors {
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  background-color: #fff;
  width: 600px;
  padding: 20px 0;
}

.faqsection {
  height: 490px;
  padding: 0 60px 30px 60px;
  text-align: left;
}

.faqanchors a {
  margin: 0 10px;
}

.photos {
  margin-top: 25px;
  text-align: center;
}

.photos li {
  display: inline-block;
  width: 185px;
  margin: 0 10px 0 0;
}

a.anchor {
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden;
}

footer {
  position: absolute;
  bottom: 0;
  width: 1200px;
  height: 44px;
}

.fisherprice, .railroad {
  display: inline-block;
  padding: 8px 0;
  width: 120px;
  text-align: center;
  vertical-align: top;
}

.copyright {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  padding: 10px 0;
  vertical-align: top;
  width: 950px;
}

.photos li.clear, .clear {
  margin: 0;
  padding: 0;
}

/* Text styles */
h1 {
  background: url("../images/title-teamup.png");
  height: 65px;
  text-indent: -9999px;
  position: absolute;
  top: 19px;
  left: 340px;
}

h2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 auto 2px;
}

.subpage h2 {
  color: #123983;
  font-size: 22px;
  line-height: 24px;
}

h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  text-transform: uppercase;
  margin: 0 auto;
  overflow: hidden;
}

.subpage h3 {
  color: #123983;
  font-size: 16px;
  line-height: 18px;
}

h4 {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 auto;
}

.subpage h4 {
  color: #123983;
  font-size: 13px;
  line-height: 18px;
}

h4.date {
  width: 344px;
}

h5 {
  color: #214096;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

h5::before {
  content: "• ";
}

h5.faqtop {
  margin-top: 60px;
}

.faqsection strong {
  color: #00aeef;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px;
  display: block;
}

.dowt-18 {
  background-color: #fff;
  font-family: verdana,Arial;
  /* Track */
  /* Handle */
}

.dowt-18 header {
  padding: 2px 7px;
}

.dowt-18 .content .dowt-menus ul {
  text-align: center;
}

.dowt-18 .content .dowt-menus ul li {
  text-indent: inherit;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
}

.dowt-18 .content .dowt-menus ul li a {
  text-decoration: none;
  width: auto;
  background: #113883;
  height: auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  width: 120px;
  height: 35px;
}

.dowt-18 .content .dowt-des {
  margin-top: 1em;
  text-align: left;
  color: #113883;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}

.dowt-18 .content .dowt-des span {
  font-size: 28px;
}

.dowt-18 .content .event-link {
  position: relative;
}

.dowt-18 .content .event-link a {
  background: none;
  text-indent: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: verdana;
  font-size: 36px;
  display: block;
  font-weight: bold;
  line-height: 1;
  height: auto;
  text-decoration: none;
}

.dowt-18 .content .event-link:before {
  background: url("../img/dowt18//ticket_icon.png");
  content: "";
  position: absolute;
  left: -61px;
  width: 79px;
  height: 55px;
  top: 4px;
}

.dowt-18 .content .event-copy {
  color: #113883;
  font-size: 11.9px;
  max-width: 249px;
  line-height: normal;
  margin-top: 3px;
  font-family: Arial;
}

.dowt-18 .content .event-info {
  margin-top: 2em;
  font-family: verdana;
}

.dowt-18 .content .event-info h2 {
  font-size: 31.5px;
}

.dowt-18 .content .event-info h2 span {
  font-size: 20px;
}

.dowt-18 footer {
  background: #cfedfc;
  font-family: Arial;
}

.dowt-18 footer .railroad {
  padding: 2px 0;
  vertical-align: middle;
  max-width: 70px;
}

.dowt-18 footer .copyright {
  font-size: 9.4px;
  font-family: verdana,Arial;
  width: 1005px;
}

.dowt-18:not(.landing-page) header {
  position: relative;
  z-index: 1;
  margin: 20px;
}

.dowt-18:not(.landing-page) header img {
  max-width: 284px;
}

.dowt-18:not(.landing-page) .content {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 44px;
}

.dowt-18:not(.landing-page) .content .side-bar {
  width: 351px;
  max-width: none;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
}

.dowt-18:not(.landing-page) .content .side-bar .event-info {
  position: absolute;
  bottom: 12.5px;
  text-align: center;
  width: 100%;
}

.dowt-18:not(.landing-page) .content .side-bar .event-info h2 {
  font-size: 23.38px;
  line-height: normal;
  margin-bottom: 5px;
}

.dowt-18:not(.landing-page) .content .side-bar .event-info h3 {
  font-size: 17.81px;
  line-height: normal;
}

.dowt-18:not(.landing-page) .content .side-bar .event-info h4 {
  font-size: 13.92px;
  line-height: normal;
}

.dowt-18:not(.landing-page) .content .main-content {
  width: 834px;
  max-width: none;
  float: right;
  background-color: #54bceb;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dowt-18:not(.landing-page) .content .main-content .dowt-menus {
  width: 100%;
}

.dowt-18:not(.landing-page) .content .main-content .dowt-menus li {
  width: 49.55%;
  float: left;
}

.dowt-18:not(.landing-page) .content .main-content .dowt-menus li a {
  background-color: #113883;
  width: 415px;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 20px;
  max-width: 100%;
}

.dowt-18:not(.landing-page) .content .main-content .dowt-menus li.active a {
  background-color: #ee3124;
}

.dowt-18:not(.landing-page) .content .main-content .dowt-menus li:first-child {
  margin-right: .85%;
}

.dowt-18:not(.landing-page) .content .main-content .dowt-menus li:last-child {
  float: right;
}

.dowt-18:not(.landing-page) .content .main-content .event-link {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}

.dowt-18:not(.landing-page) .content .main-content .event-link a {
  width: auto;
  margin-top: 1px;
}

.dowt-18:not(.landing-page) .content .main-content .event-copy {
  float: right;
  clear: both;
  margin-right: 10px;
  max-width: none;
  width: 296px;
  font-family: Arial;
  margin-bottom: 0;
  margin-top: 1px;
}

.dowt-18:not(.landing-page) .content .main-content .subpage-title {
  float: left;
  margin-left: 55px;
  margin-top: -17px;
  margin-bottom: 2px;
}

.dowt-18:not(.landing-page) .content .main-content .scroll-container {
  height: 460px;
  position: relative;
  margin: 0 55px 30px 55px;
  display: inline-block;
}

.dowt-18:not(.landing-page) .content .main-content .scroll-container > div:first-child {
  float: left;
  padding: 0 25px 15px 25px;
  background-color: #fff;
  overflow-y: scroll;
  min-width: 674px;
  height: 100%;
}

.dowt-18:not(.landing-page) .content .main-content .scroll-container > div:first-child > p {
  font-family: Arial;
  font-size: 12.5px;
}

.dowt-18:not(.landing-page) .content .main-content .scroll-container > div:first-child .photos {
  padding-bottom: 2.5em;
  margin-top: 129px;
}

.dowt-18:not(.landing-page) .content .main-content .scroll-container > div:last-child {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -15px;
  height: 40px;
  background-color: #fff;
  max-width: 692px;
  margin: auto;
  right: 0;
}

.dowt-18 ::-webkit-scrollbar {
  width: 8px;
}

.dowt-18 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.dowt-18 ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: silver;
  /* background: rgba(255,0,0,0.8); */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.dowt-18 ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(192, 192, 192, 0.3);
}

div.fancybox-overlay {
  background: url("../img//lightbox/fancybox_overlay.png");
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../img/lightbox/fancybox_sprite.png);
}

.landing-page {
  background: url("../img/dowt18//thomas_landing_01.jpg") no-repeat;
}

.landing-page .content {
  top: auto;
  left: auto;
  right: 0;
  top: 430px;
  color: #fff;
  width: 1009px;
}

.landing-page .content > div {
  max-width: 50%;
  display: inline-block;
}

.landing-page .content .main-content .event-link a {
  margin-top: 16px;
  margin-left: 3px;
}

.landing-page .content .main-content .event-link:before {
  background: url("../img/dowt18//ticket_icon_lg.png") no-repeat;
  width: 114px;
  height: 81px;
  top: -81px;
  left: -46px;
}

.landing-page .content .main-content .event-copy {
  margin-left: 3px;
}

.landing-page .content .main-content .event-info {
  margin-top: 27px;
  margin-left: 3px;
}

.landing-page .content .main-content .event-info h2 {
  line-height: 35.5px;
}

.landing-page .content .side-bar {
  float: right;
  max-width: 263px;
  width: 50%;
  margin-top: 6px;
}

.landing-page .content .side-bar .dowt-menus li:first-child {
  margin-right: 3px;
}

.gallery-page .content .side-bar {
  background: url("../img/dowt18//gallery_sidebar.jpg") no-repeat;
}

.gallery-page .content .main-content .scroll-container {
  height: 460px;
  position: relative;
  margin: 0 55px 30px 55px;
  display: inline-block;
}

.gallery-page .content .main-content .scroll-container > div:first-child > p {
  position: absolute;
  left: -7px;
  right: 0;
  background: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  max-width: 595px;
  margin: auto;
  width: 100%;
}

.dowt-18.faq-page .content .side-bar {
  background: url("../img/dowt18//faq_sidebar.jpg") no-repeat;
}

.dowt-18.faq-page .content .main-content .event-copy {
  margin-bottom: 10px;
  font-size: 11px;
}

.dowt-18.faq-page .content .main-content .subpage-title {
  position: absolute;
  top: 68px;
  margin-top: -7px;
}

.dowt-18.faq-page .content .main-content .scroll-container > div {
  padding-top: 0;
  position: static;
}

.dowt-18.faq-page .content .main-content .scroll-container > div .faqanchors {
  font-weight: bold;
  width: 665px;
  padding: 16px;
  right: 20px;
  font-size: 13px;
}

.dowt-18.faq-page .content .main-content .scroll-container > div .faqanchors > a {
  font-size: 11px;
  margin: 0 5px;
}

.dowt-18.faq-page .content .main-content .scroll-container > div .faqanchors span {
  color: #0c399e;
}

.dowt-18.faq-page .content .main-content .scroll-container > div > h5 {
  font-size: 20.83px;
  font-family: Arial;
}

.dowt-18.faq-page .content .main-content .scroll-container > div > h5:before {
  font-size: 37.5px;
  vertical-align: middle;
}

.dowt-18.faq-page .content .main-content .scroll-container > div > strong {
  color: #00aeef;
  font-size: 12.5px;
  margin: 5px 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: Arial;
}

.dowt-18.faq-page .content .main-content .scroll-container > div > p {
  text-align: left;
  max-width: none;
  margin-bottom: 15px;
}

.dowt-18.faq-page .content .main-content .scroll-container > div > p + strong {
  margin-top: 0;
}

.dowt-18.faq-page .content .main-content .scroll-container > div > p:last-child {
  padding-bottom: 30px;
}
.container.dowt-18.landing-page .content .main-content .event-info h6 {
	font-size: 1.4em;
}
