.spacer {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.floatleft {
  float: left;
}
.italic {
  font-style: italic;
}
.m300 {
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-weight: normal;
}
.m500 {
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-weight: normal;
}
.m700 {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
}
.m900 {
  font-family: "MuseoSans-900", Helvetica, Arial;
  font-weight: normal;
}
.mm300 {
  font-family: "Museo-300", Helvetica, Arial;
  font-weight: normal;
}
.mm500 {
  font-family: "Museo-500", Helvetica, Arial;
  font-weight: normal;
}
.mm700 {
  font-family: "Museo-700", Helvetica, Arial;
  font-weight: normal;
}
.mm900 {
  font-family: "Museo-900", Helvetica, Arial;
  font-weight: normal;
}
.cardo {
  font-family: Cardo, Georgia;
}
.iblock {
  display: inline-block;
}
.trall {
  transition: all 0.5s ease;
}
.tralllinear {
  transition: all 0.5s linear;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.normal,
.normalfont {
  letter-spacing: 0px;
  font-style: normal;
  font-weight: normal;
}
.up {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.clearleft {
  clear: left;
}
.reset {
  padding: 0px;
  margin: 0px;
}
.mobpad,
.mobilepad {
  padding-right: 2%;
  padding-left: 2%;
}
.alist {
  padding-left: 5%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px !important;
  line-height: 16px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  background-image: url('/m/mobile/go.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50px 50px;
}
.alist:hover {
  text-decoration: none;
}
.listitem {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
  cursor: pointer;
  margin: 0px !important;
}
.listitem > a > img {
  float: left;
  display: block;
  width: 115px;
  height: 115px;
  margin: 0px;
  margin-bottom: 10px;
}
.listitem > p,
.listitem > h5,
.listitem > h6 {
  margin-left: 135px !important;
  margin-bottom: 0px;
}
.listitem > a {
  text-decoration: none;
}
.listitem > a > .date,
.listitem > a > .title,
.listitem > a > .excerpt,
.listitem > a > .button {
  margin-left: 135px !important;
  margin-bottom: 0px;
}
.listitem .zeta a,
.listitem p {
  font-size: 12px;
  line-height: 16px;
}
.mobileinput {
  font-size: 17px !important;
  line-height: 19px !important;
  font-style: normal;
  width: 100%;
  padding: 8px 0px 7px 10px !important;
  border-radius: 2px;
  border: 2px solid #CCC;
  height: auto;
  font-weight: normal;
}
.mobileradio input[type="radio"] {
  width: 25px;
  height: 25px;
  margin-right: 0px;
  padding: 0px;
  border: 0px;
  clear: none;
  vertical-align: middle;
}
.museofont {
  font-family: "MuseoSans-700", Helvetica, Arial;
}
.museotitle {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
}
.museotitle em {
  color: #49c3f6;
  font-style: normal;
}
.museosmall {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
}
.museosmall em {
  color: #49c3f6;
  font-style: normal;
}
.mobilecheckbox input[type=checkbox] {
  outline: none;
  width: 58px;
  height: 23px;
  font-size: 11px;
  line-height: 2;
  display: block;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #B9B9B9;
  -webkit-appearance: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(0.5, #e8e8e8), color-stop(0.5, #fdfdfd), color-stop(1, #fdfdfd));
  box-shadow: 0px 1px 2px #AFAFAF inset;
  color: #7F7F7F;
}
.mobilecheckbox input[type=checkbox]:checked {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #367ef8), color-stop(0.5, #367ef8), color-stop(0.5, #66a3f8), color-stop(1, #66a3f8));
  box-shadow: 0px 1px 2px #1449A3 inset;
  color: #fff;
  border: 1px solid #99B9E8;
}
.mobilecheckbox input[type=checkbox]:before {
  font-family: "MuseoSans-700", Helvetica, Arial;
  content: 'NO';
  font-weight: normal;
  font-style: normal;
  border-radius: 3px;
  border-top: 1px solid #F7F7F7;
  border-right: 1px solid #999999;
  border-bottom: 1px solid: #BABABA;
  border-left: 1px solid #BDBDBD;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8d8d8), color-stop(1, #fbfbfb));
  height: 20px;
  width: 22px;
  display: inline-block;
  text-indent: 27px;
}
.mobilecheckbox input[type=checkbox]:checked:before {
  content: 'YES';
  text-indent: -25px;
  margin-left: 33px;
}
.lgreytogrey {
  background: #fdfefd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfefd), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfefd 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfefd', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}
.back1 {
  color: #ffffff;
  opacity: .9;
  background: -moz-linear-gradient(top, #1a293f 0%, #NaNNaNNaN);
  background: -webkit-gradient(linear, left top, left bottom, from(#1a293f), to(#NaNNaNNaN));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.back2 {
  background: #cd2b3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd2b3a), color-stop(50%, #dd6973), color-stop(51%, #ce2d3c), color-stop(100%, #ce2f3c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd2b3a', endColorstr='#ce2f3c', GradientType=0);
  /* IE6-9 */
}
.nhfont {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 22px;
}
.back3 {
  background: #24364f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #24364f 1%, #24364f 51%, #203049 51%, #24364f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #24364f), color-stop(51%, #24364f), color-stop(51%, #203049), color-stop(100%, #24364f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #24364f 1%, #24364f 51%, #203049 51%, #24364f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #24364f 1%, #24364f 51%, #203049 51%, #24364f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #24364f 1%, #24364f 51%, #203049 51%, #24364f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #24364f 1%, #24364f 51%, #203049 51%, #24364f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24364f', endColorstr='#24364f', GradientType=0);
  /* IE6-9 */
}
.back4 {
  background: #37455c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #37455c 1%, #505f78 49%, #37455c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #37455c), color-stop(49%, #505f78), color-stop(100%, #37455c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #37455c 1%, #505f78 49%, #37455c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #37455c 1%, #505f78 49%, #37455c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #37455c 1%, #505f78 49%, #37455c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #37455c 1%, #505f78 49%, #37455c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37455c', endColorstr='#37455c', GradientType=0);
  /* IE6-9 */
}
.back5 {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.tabbar {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 10%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fafafa), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 10%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 10%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 10%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 10%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}
.fadewhitedown {
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.mbackfade {
  background: #edeced;
  /* Old browsers */
  background: -moz-linear-gradient(top, #edeced 0%, #fbfbfb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeced), color-stop(100%, #fbfbfb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #edeced 0%, #fbfbfb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #edeced 0%, #fbfbfb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #edeced 0%, #fbfbfb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #edeced 0%, #fbfbfb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeced', endColorstr='#fbfbfb', GradientType=0);
  /* IE6-9 */
}
.mbackfadei {
  background: #edeced !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #edeced 0%, #fbfbfb 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeced), color-stop(100%, #fbfbfb)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #edeced 0%, #fbfbfb 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #edeced 0%, #fbfbfb 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #edeced 0%, #fbfbfb 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #edeced 0%, #fbfbfb 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edeced', endColorstr='#fbfbfb', GradientType=0) !important;
  /* IE6-9 */
}
.mbackfadeup {
  background: #edeced;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #edeced 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #edeced));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #edeced 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #edeced 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #edeced 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #edeced 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#edeced', GradientType=0);
  /* IE6-9 */
}
.newsback {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
}
.pageback {
  background: #e6e2d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e2d7), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e2d7 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e2d7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.greyimg {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ssnote {
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 6px 0px;
}
.fixshortpage #content-bg {
  background: #e6e2d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e2d7), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e2d7 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e2d7 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e2d7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.fixshortpage #content-wrap {
  margin-bottom: 0px;
}
@media screen {
  .dw,
  .dwo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .dw {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 12px;
    text-shadow: none;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -webkit-user-select: none;
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    box-sizing: border-box;
    user-select: none;
    touch-action: none;
  }
  .dwi {
    position: static;
    display: inline-block;
  }
  .dwwr {
    padding: 0 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    min-width: 170px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
  }
  .dw-top .dw,
  .dw-bottom .dw {
    width: 100%;
  }
  .dw-top .dwwr,
  .dw-bottom .dwwr {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .dw-persp,
  .dwo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dw-persp {
    z-index: 99998;
  }
  .dwo {
    z-index: 1;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=70);
  }
  .dw-inline .dw-persp {
    position: static;
  }
  .dw-bubble .dw {
    margin: 20px 0;
  }
  .dw-bubble .dw-arrw {
    position: absolute;
    left: 0;
    width: 100%;
  }
  .dw-bubble-top .dw-arrw {
    bottom: -36px;
  }
  .dw-bubble-bottom .dw-arrw {
    top: -36px;
  }
  .dw-bubble .dw-arrw-i {
    margin: 0 30px;
    position: relative;
    height: 36px;
  }
  .dw-bubble .dw-arr {
    display: block;
  }
  .dw-arr {
    display: none;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-width: 18px 18px;
    border-style: solid;
    margin-left: -18px;
  }
  .dw-bubble-bottom .dw-arr {
    top: 0;
    border-color: transparent transparent #ffffff transparent;
  }
  .dw-bubble-top .dw-arr {
    bottom: 0;
    border-color: #ffffff transparent transparent transparent;
  }
  .dwc {
    vertical-align: middle;
    padding: 26px 2px 4px 2px;
    display: inline-block;
  }
  .dwl {
    left: 0;
    text-align: center;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -30px;
    width: 100%;
  }
  .dwv {
    padding: 7px 0;
    margin: 0 -2px;
    font-size: 14px;
  }
  .dwi .dwv {
    margin: 0 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .dw-hidden,
  .dw .dwwr .dw-hidden {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
  }
  .dwrc {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .dwwc {
    margin: 0;
    padding: 0 2px;
    position: relative;
    background: #000;
    zoom: 1;
  }
  .dwwl {
    margin: 4px 2px;
    padding: 0 2px;
    position: relative;
    z-index: 5;
  }
  .dwww {
    position: relative;
    padding: 1px;
  }
  .dww {
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .dw-moz .dww {
    opacity: 0.99;
  }
  .dwsc .dwwl {
    background: #888;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(0.35, #333333), color-stop(0.5, #888888), color-stop(0.65, #333333), to(#000000));
    background: -webkit-linear-gradient(#000000 0, #333333 35%, #888888 50%, #333333 65%, #000000 100%);
    background: -moz-linear-gradient(#000000 0, #333333 35%, #888888 50%, #333333 65%, #000000 100%);
    background: linear-gradient(#000000 0, #333333 35%, #888888 50%, #333333 65%, #000000 100%);
  }
  .dwsc .dww {
    color: #fff;
    background: #444;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(0.45, #444444), color-stop(0.55, #444444), to(#000000));
    background: -webkit-linear-gradient(#000000 0, #444444 45%, #444444 55%, #000000 100%);
    background: -moz-linear-gradient(#000000 0, #444444 45%, #444444 55%, #000000 100%);
    background: linear-gradient(#000000 0, #444444 45%, #444444 55%, #000000 100%);
  }
  .dw-bf {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }
  .dw-ul {
    position: relative;
    z-index: 2;
  }
  .dw-li {
    padding: 0 5px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    white-space: nowrap;
    text-shadow: 0 1px 1px #000;
    vertical-align: bottom;
    opacity: .3;
    filter: alpha(opacity=30);
  }
  .dw-li.dw-hl {
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
  }
  .dw-li.dw-v {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .dw-li.dw-h {
    visibility: hidden;
  }
  .dw-i {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dwwb {
    position: absolute;
    z-index: 4;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 40px;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity 0.2s linear;
  }
  .dwa .dwwb {
    opacity: 0;
  }
  .dwpm .dwwbp {
    top: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 40px;
  }
  .dwpm .dwwbm {
    bottom: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-size: 32px;
    font-weight: bold;
  }
  .dwpm .dwwl {
    padding: 0;
  }
  .dwpm .dw-li {
    text-shadow: none;
  }
  .dwpm .dwwol {
    display: none;
  }
  .dwwo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(0.52, rgba(44, 44, 44, 0)), color-stop(0.48, rgba(44, 44, 44, 0)), to(#000000));
    background: -webkit-linear-gradient(#000000 0, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000000 100%);
    background: -moz-linear-gradient(#000000 0, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000000 100%);
    background: linear-gradient(#000000 0, rgba(44, 44, 44, 0) 52%, rgba(44, 44, 44, 0) 48%, #000000 100%);
    pointer-events: none;
  }
  .dwwol {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: -1px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #555;
    pointer-events: none;
  }
  .dwbg .dwb {
    cursor: pointer;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px 1px #000000;
    color: #fff;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #000000), color-stop(0.5, #6e6e6e));
    background: -webkit-linear-gradient(#6e6e6e 50%, #000000 50%);
    background: -moz-linear-gradient(#6e6e6e 50%, #000000 50%);
    background: linear-gradient(#6e6e6e 50%, #000000 50%);
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  .dwbc {
    display: table;
    width: 100%;
    padding-bottom: 4px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dwbw {
    display: table-cell;
    position: relative;
    z-index: 5;
  }
  .dwhl {
    padding-top: 4px;
  }
  .dwhl .dwl {
    display: none;
  }
  .dwms .dwwms .dw-li {
    padding: 0 40px;
    position: relative;
  }
  .dw-hsel {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .dwms .dw-msel:after {
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    content: '\2714';
  }
  .dwbg .dwwr {
    background: #fff;
    color: #000;
    font-family: arial, verdana, sans-serif;
  }
  .dwbg .dwv {
    background-color: #dfdfdf;
  }
  .dwbg .dwpm .dwwl {
    background: #ffffff;
  }
  .dwbg .dwpm .dww {
    color: #000;
    background: #fff;
    -webkit-border-radius: 3px;
  }
  .dwbg .dwwb {
    background: #ccc;
    color: #888;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px 1px #333333;
    box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333333;
  }
  .dwbg .dwwbp {
    background: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), to(#f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7, #bdbdbd);
    background: -moz-linear-gradient(#f7f7f7, #bdbdbd);
    background: linear-gradient(#f7f7f7, #bdbdbd);
  }
  .dwbg .dwwbm {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#bdbdbd));
    background: -webkit-linear-gradient(#bdbdbd, #f7f7f7);
    background: -moz-linear-gradient(#bdbdbd, #f7f7f7);
    background: linear-gradient(#bdbdbd, #f7f7f7);
  }
  .dwbg .dwbc {
    font-size: 0;
  }
  .dwbg .dwb-a {
    background: #3c7500;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3c7500), color-stop(0.5, #94c840));
    background: -webkit-linear-gradient(#94c840 50%, #3c7500 50%);
    background: -moz-linear-gradient(#94c840 50%, #3c7500 50%);
    background: linear-gradient(#94c840 50%, #3c7500 50%);
  }
  .dwbg .dwwl .dwb-a {
    background: #3c7500;
    background: -webkit-gradient(linear, left bottom, left top, from(#3c7500), to(#94c840));
    background: -webkit-linear-gradient(#94c840, #3c7500);
    background: -moz-linear-gradient(#94c840, #3c7500);
    background: linear-gradient(#94c840, #3c7500);
  }
  .ios7 .dwo {
    background: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=20);
  }
  .ios7 .dw {
    background: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .ios7 .dwwr,
  .ios7 .dww {
    background: #f7f7f7;
  }
  .ios7 .dwwc,
  .ios7 .dw .dwwl {
    background: 0;
  }
  .ios7 .dwwr,
  .ios7 .dwc,
  .ios7 .dwwc,
  .ios7 .dwwl {
    margin: 0;
    padding: 0;
  }
  .ios7 .dwl {
    text-align: left;
    text-indent: 5px;
    color: #ababab;
  }
  .ios7 .dwwc {
    padding: 30px 10px 10px 10px;
  }
  .ios7 .dwhl .dwwc {
    padding-top: 10px;
  }
  .ios7 .dw .dwwr {
    position: relative;
    padding-top: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .ios7 .dwwo {
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(0.52, rgba(245, 245, 245, 0)), color-stop(0.48, rgba(245, 245, 245, 0)), to(#f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7 100%);
    background: -moz-linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7 100%);
    background: linear-gradient(#f7f7f7 0, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7 100%);
  }
  .ios7 .dwwol {
    padding: 0 10px;
    height: 34px;
    margin: -18px 0 0 -10px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  .ios7 .dw-li {
    color: #9d9d9d;
    font-size: 22px;
    text-align: left;
    text-shadow: none;
  }
  .ios7 .dw-hl {
    background: rgba(0, 122, 255, 0.2);
  }
  .ios7 .dw-sel {
    color: #000000;
  }
  .ios7 .dwv {
    margin: 0;
    padding: 0;
    background: 0;
    color: #9d9d9d;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #acacac;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .ios7 .dw .dwbc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #acacac;
  }
  .ios7 .dwb {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    color: #007aff;
    text-shadow: none;
    font-size: 17px;
    font-weight: normal;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .ios7 .dwb-a {
    opacity: 0.5;
  }
  .ios7 .dwbw {
    display: block;
    float: right;
  }
  .ios7 .dwb-c {
    float: left;
  }
  .ios7 .dwb-s .dwb {
    font-weight: bold;
  }
  .ios7 .dwpm .dwwl {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ios7 .dwpm .dww {
    background: 0;
  }
  .ios7 .dwpm .dw-li {
    text-align: center;
  }
  .ios7 .dwpm .dwwol {
    display: block;
  }
  .ios7 .dwwb,
  .ios7 .dwwb:hover {
    background: #f7f7f7;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ios7 .dwwb.dwb-a {
    background: #f7f7f7;
  }
  .ios7 .dwwbp {
    bottom: 0;
    top: auto;
  }
  .ios7 .dwwbm {
    top: 0;
    bottom: auto;
  }
  .ios7 .dwwb span {
    display: none;
  }
  .ios7 .dwwb:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    left: 50%;
    margin-top: -7px;
  }
  .ios7 .dwwbp:after {
    border-left: 2px solid #007aff;
    border-bottom: 2px solid #007aff;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -moz-transform: rotate(-45deg);
    transform-origin: bottom left;
    transform: rotate(-45deg);
  }
  .ios7 .dwwbm:after {
    border-left: 2px solid #007aff;
    border-top: 2px solid #007aff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: top left;
    transform: rotate(45deg);
    transform-origin: top left;
  }
  .ios7 .dw-bubble-bottom .dw-arr {
    top: 0;
    border-color: transparent transparent #f7f7f7 transparent;
  }
  .ios7 .dw-bubble-top .dw-arr {
    bottom: 0;
    border-color: #f7f7f7 transparent transparent transparent;
  }
  .ios7.dw-bubble .dwwr {
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .ios7.dw-inline .dw {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .ios7.dw-nobtn .dwwr,
  .ios7.dw-inline .dwwr {
    padding-top: 0;
  }
  .ios7.dw-select .dwwo {
    display: none;
  }
  .ios7 .dwwms .dwwol {
    display: none;
  }
  .ios7 .dwwms .dw-li {
    padding-left: 5px;
    padding-right: 40px;
    color: #000000;
  }
  .ios7 .dwwms .dw-msel:after {
    left: auto;
    right: 0;
    color: #007aff;
  }
  .dw-trans .dw-persp {
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .dw-trans .dwwb,
  .dw-trans .dwwo {
    -webkit-backface-visibility: hidden;
  }
  .dw-in,
  .dw-out {
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
    animation-duration: 350ms;
  }
  .dw-in {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  .dw-out {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .dw-flip,
  .dw-swing,
  .dw-slidehorizontal,
  .dw-slidevertical,
  .dw-slidedown,
  .dw-slideup,
  .dw-fade {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0);
    -moz-backface-visibility: hidden;
    -moz-transform: translateX(0);
    backface-visibility: hidden;
    transform: translateX(0);
  }
  .dw-swing,
  .dw-slidehorizontal,
  .dw-slidevertical,
  .dw-slidedown,
  .dw-slideup,
  .dw-fade {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .dw-flip,
  .dw-pop {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .dw-pop.dw-in {
    opacity: 1;
    -webkit-animation-name: dw-p-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-p-in;
    -moz-transform: scale(1);
    transform: scale(1);
    animation-name: dw-p-in;
  }
  .dw-pop.dw-out {
    opacity: 0;
    -webkit-animation-name: dw-p-out;
    -moz-animation-name: dw-p-out;
    animation-name: dw-p-out;
  }
  .dw-flip.dw-in {
    opacity: 1;
    -webkit-animation-name: dw-fl-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-fl-in;
    -moz-transform: scale(1);
    animation-name: dw-fl-in;
    transform: scale(1);
  }
  .dw-flip.dw-out {
    opacity: 0;
    animation-name: dw-fl-out;
    -webkit-animation-name: dw-fl-out;
    -moz-animation-name: dw-fl-out;
  }
  .dw-swing.dw-in {
    opacity: 1;
    -webkit-animation-name: dw-sw-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-sw-in;
    -moz-transform: scale(1);
    transform: scale(1);
    animation-name: dw-sw-in;
  }
  .dw-swing.dw-out {
    opacity: 0;
    -webkit-animation-name: dw-sw-out;
    -moz-animation-name: dw-sw-out;
    animation-name: dw-sw-out;
  }
  .dw-slidehorizontal.dw-in {
    opacity: 1;
    -webkit-animation-name: dw-sh-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-sh-in;
    -moz-transform: scale(1);
    transform: scale(1);
    animation-name: dw-sh-in;
  }
  .dw-slidehorizontal.dw-out {
    opacity: 0;
    -webkit-animation-name: dw-sh-out;
    -moz-animation-name: dw-sh-out;
    animation-name: dw-sh-out;
  }
  .dw-slidevertical.dw-in {
    opacity: 1;
    -webkit-animation-name: dw-dw-sv-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-dw-sv-in;
    -moz-transform: scale(1);
    animation-name: dw-dw-sv-in;
    transform: scale(1);
  }
  .dw-slidevertical.dw-out {
    opacity: 0;
    -webkit-animation-name: dw-sv-out;
    -moz-animation-name: dw-sv-out;
    animation-name: dw-sv-out;
  }
  .dw-slidedown.dw-in {
    -webkit-animation-name: dw-sd-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-sd-in;
    -moz-transform: scale(1);
    animation-name: dw-sd-in;
    transform: scale(1);
  }
  .dw-slidedown.dw-out {
    animation-name: dw-sd-out;
    -webkit-animation-name: dw-sd-out;
    -webkit-transform: translateY(-100%);
    -moz-animation-name: dw-sd-out;
    -moz-transform: translateY(-100%);
  }
  .dw-slideup.dw-in {
    -webkit-animation-name: dw-su-in;
    -webkit-transform: scale(1);
    -moz-animation-name: dw-su-in;
    -moz-transform: scale(1);
    transform: scale(1);
    animation-name: dw-su-in;
  }
  .dw-slideup.dw-out {
    animation-name: dw-su-out;
    -webkit-animation-name: dw-su-out;
    -webkit-transform: translateY(100%);
    -moz-animation-name: dw-su-out;
    -moz-transform: translateY(100%);
  }
  .dw-fade.dw-in {
    opacity: 1;
    -webkit-animation-name: dw-f-in;
    -moz-animation-name: dw-f-in;
    animation-name: dw-f-in;
  }
  .dw-fade.dw-out {
    opacity: 0;
    -webkit-animation-name: dw-f-out;
    -moz-animation-name: dw-f-out;
    animation-name: dw-f-out;
  }
  @keyframes dw-f-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes dw-f-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes dw-f-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes dw-f-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @-webkit-keyframes dw-f-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @-moz-keyframes dw-f-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes dw-p-in {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @-webkit-keyframes dw-p-in {
    from {
      opacity: 0;
      -webkit-transform: scale(0.8);
    }
    to {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes dw-p-in {
    from {
      opacity: 0;
      -moz-transform: scale(0.8);
    }
    to {
      opacity: 1;
      -moz-transform: scale(1);
    }
  }
  @keyframes dw-p-out {
    from {
      opacity: 1;
      transform: scale(1);
    }
    to {
      opacity: 0;
      transform: scale(0.8);
    }
  }
  @-webkit-keyframes dw-p-out {
    from {
      opacity: 1;
      -webkit-transform: scale(1);
    }
    to {
      opacity: 0;
      -webkit-transform: scale(0.8);
    }
  }
  @-moz-keyframes dw-p-out {
    from {
      opacity: 1;
      -moz-transform: scale(1);
    }
    to {
      opacity: 0;
      -moz-transform: scale(0.8);
    }
  }
  @keyframes dw-fl-in {
    from {
      opacity: 0;
      transform: rotateY(90deg);
    }
    to {
      opacity: 1;
      transform: rotateY(0);
    }
  }
  @-webkit-keyframes dw-fl-in {
    from {
      opacity: 0;
      -webkit-transform: rotateY(90deg);
    }
    to {
      opacity: 1;
      -webkit-transform: rotateY(0);
    }
  }
  @-moz-keyframes dw-fl-in {
    from {
      opacity: 0;
      -moz-transform: rotateY(90deg);
    }
    to {
      opacity: 1;
      -moz-transform: rotateY(0);
    }
  }
  @keyframes dw-fl-out {
    from {
      opacity: 1;
      transform: rotateY(0deg);
    }
    to {
      opacity: 0;
      transform: rotateY(-90deg);
    }
  }
  @-webkit-keyframes dw-fl-out {
    from {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
    }
    to {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
    }
  }
  @-moz-keyframes dw-fl-out {
    from {
      opacity: 1;
      -moz-transform: rotateY(0deg);
    }
    to {
      opacity: 0;
      -moz-transform: rotateY(-90deg);
    }
  }
  @keyframes dw-sw-in {
    from {
      opacity: 0;
      transform: rotateY(-90deg);
    }
    to {
      opacity: 1;
      transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes dw-sw-in {
    from {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
    }
    to {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
    }
  }
  @-moz-keyframes dw-sw-in {
    from {
      opacity: 0;
      -moz-transform: rotateY(-90deg);
    }
    to {
      opacity: 1;
      -moz-transform: rotateY(0deg);
    }
  }
  @keyframes dw-sw-out {
    from {
      opacity: 1;
      transform: rotateY(0deg);
    }
    to {
      opacity: 0;
      transform: rotateY(-90deg);
    }
  }
  @-webkit-keyframes dw-sw-out {
    from {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
    }
    to {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
    }
  }
  @-moz-keyframes dw-sw-out {
    from {
      opacity: 1;
      -moz-transform: rotateY(0deg);
    }
    to {
      opacity: 0;
      -moz-transform: rotateY(-90deg);
    }
  }
  @keyframes dw-sh-in {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @-webkit-keyframes dw-sh-in {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes dw-sh-in {
    from {
      opacity: 0;
      -moz-transform: translateX(-100%);
    }
    to {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }
  @keyframes dw-sh-out {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  @-webkit-keyframes dw-sh-out {
    from {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
  }
  @-moz-keyframes dw-sh-out {
    from {
      opacity: 1;
      -moz-transform: translateX(0);
    }
    to {
      opacity: 0;
      -moz-transform: translateX(100%);
    }
  }
  @keyframes dw-dw-sv-in {
    from {
      opacity: 0;
      transform: translateY(-100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @-webkit-keyframes dw-dw-sv-in {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes dw-dw-sv-in {
    from {
      opacity: 0;
      -moz-transform: translateY(-100%);
    }
    to {
      opacity: 1;
      -moz-transform: translateY(0);
    }
  }
  @keyframes dw-sv-out {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(100%);
    }
  }
  @-webkit-keyframes dw-sv-out {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(100%);
    }
  }
  @-moz-keyframes dw-sv-out {
    from {
      opacity: 1;
      -moz-transform: translateY(0);
    }
    to {
      opacity: 0;
      -moz-transform: translateY(100%);
    }
  }
  @keyframes dw-sd-in {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes dw-sd-in {
    from {
      opacity: 1;
      -webkit-transform: translateY(-100%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes dw-sd-in {
    from {
      -moz-transform: translateY(-100%);
    }
    to {
      -moz-transform: translateY(0);
    }
  }
  @keyframes dw-sd-out {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-100%);
    }
  }
  @-webkit-keyframes dw-sd-out {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(-100%);
    }
  }
  @-moz-keyframes dw-sd-out {
    from {
      -moz-transform: translateY(0);
    }
    to {
      -moz-transform: translateY(-100%);
    }
  }
  @keyframes dw-su-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes dw-su-in {
    from {
      opacity: 1;
      -webkit-transform: translateY(100%);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes dw-su-in {
    from {
      -moz-transform: translateY(100%);
    }
    to {
      -moz-transform: translateY(0);
    }
  }
  @keyframes dw-su-out {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  @-webkit-keyframes dw-su-out {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(100%);
    }
  }
  @-moz-keyframes dw-su-out {
    from {
      -moz-transform: translateY(0);
    }
    to {
      -moz-transform: translateY(100%);
    }
  }
}
@media screen {
  /*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
  /* ===============================================================
Basic Swiper Styles 
================================================================*/
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    float: left;
  }
  /* IE10 Windows Phone 8 Fixes */
  .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
  }
  .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
  }
  /* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
  .swiper-container {
    /* Specify Swiper's Size: */
    /*width:200px;
	height: 100px;*/
  }
  .swiper-slide {
    /* Specify Slides's Size: */
    /*width: 100%;
	height: 100%;*/
  }
  .swiper-slide-active {
    /* Specific active slide styling: */
  }
  .swiper-slide-visible {
    /* Specific visible slide styling: */
  }
  /* ===============================================================
Pagination Styles
================================================================*/
  .swiper-pagination-switch {
    /* Stylize pagination button: */
  }
  .swiper-active-switch {
    /* Specific active button style: */
  }
  .swiper-visible-switch {
    /* Specific visible button style: */
  }
}
@media screen {
  /*-------------------------------------------
    Colorbox
-------------------------------------------*/
  /*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
  .ir {
    display: block;
    text-indent: -9999px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft,
  #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #cboxPrevious,
  #cboxNext,
  #cboxClose,
  #cboxSlideshow {
    cursor: pointer;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  #colorbox,
  #cboxContent,
  #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }
  /*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
  #cboxOverlay {
    background: #000;
  }
  #colorbox {
    outline: 0;
  }
  #cboxContent {
    margin-top: 20px;
    background: #FFF;
    /* padding: 25px 55px 35px; */
  }
  .cboxIframe {
    background: #fff;
  }
  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }
  #cboxLoadedContent {
    margin: 25px 55px 35px;
  }
  #cboxTitle {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #333333;
    /* height: 35px; */
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    font-family: arial, sans-serif;
    background: #FFF;
    padding: 10px 0;
  }
  #cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
  }
  #cboxLoadingGraphic {
    background: url(/m/neighborhoods/colorbox/loading.gif) no-repeat center center;
  }
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  #cboxPrevious,
  #cboxNext,
  #cboxSlideshow,
  #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
  }
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
  #cboxPrevious:active,
  #cboxNext:active,
  #cboxSlideshow:active,
  #cboxClose:active {
    outline: 0;
  }
  #cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
  }
  #cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(/m/neighborhoods/colorbox/cbox-left-arrow.png) no-repeat top left;
    width: 35px;
    height: 79px;
    text-indent: -9999px;
  }
  #cboxPrevious:hover {
    background-position: bottom left;
    left: 0;
  }
  #cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(/m/neighborhoods/colorbox/cbox-right-arrow.png) no-repeat top right;
    width: 35px;
    height: 79px;
    text-indent: -9999px;
  }
  #cboxNext:hover {
    background-position: bottom right;
    right: 0px;
  }
  #cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(/m/neighborhoods/colorbox/cbox-close.png) no-repeat top center;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
  }
  #cboxClose:hover {
    background-position: bottom center;
  }
  .selector-box #cboxClose {
    width: 33px;
    height: 33px;
    background: url("/m/neighborhoods/neighborhood-select-close-button.png") 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 43px;
    top: 30px;
    cursor: pointer;
  }
  .selector-box #cboxClose {
    background-position: bottom center;
  }
  .selector-box #cboxLoadedContent {
    margin: 5px 5px 5px;
  }
  .standardbox#colorbox #cboxContent #cboxLoadedContent {
    margin: 15px;
    overflow: hidden;
  }
  .standardbox#colorbox #cboxContent #cboxClose {
    width: 36px;
    height: 34px;
    background: url(/m/neighborhoods/close.png?1) no-repeat;
    top: 15px;
    right: 15px;
  }
  .standardbox#colorbox #cboxContent #cboxClose:hover {
    background-position-y: -34px;
  }
  .standardbox#colorbox #cboxContent #cboxLoadingGraphic {
    background: url(/m/towns/loading.gif) no-repeat center center;
  }
}
@media screen {
  .twentytwenty-handle:before,
  .twentytwenty-handle:after {
    content: " ";
    display: block;
    width: 3px;
    background: white;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  }
  .twentytwenty-before-label,
  .twentytwenty-after-label,
  .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .twentytwenty-before-label,
  .twentytwenty-after-label,
  .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .twentytwenty-before-label,
  .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
  }
  .twentytwenty-before-label:before,
  .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .twentytwenty-before-label:before,
  .twentytwenty-after-label:before {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    margin-top: -19px;
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .twentytwenty-left-arrow,
  .twentytwenty-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  .twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
  }
  .twentytwenty-container img {
    position: absolute;
    top: 0;
    display: block;
  }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
  }
  .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
  .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
  .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
  }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .twentytwenty-before-label {
    opacity: 0;
  }
  .twentytwenty-before-label:before {
    content: "Before";
    left: 10px;
  }
  .twentytwenty-after-label {
    opacity: 0;
  }
  .twentytwenty-after-label:before {
    content: "After";
    right: 10px;
  }
  .twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
  }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
  }
  .twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
  }
  .twentytwenty-before {
    z-index: 20;
  }
  .twentytwenty-after {
    z-index: 10;
  }
  .twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
  }
  .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  }
  .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 #ffffff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  }
  .twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  .twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
  .twentytwenty-before-label,
  .twentytwenty-after-label {
    display: none;
  }
  .imageslider {
    margin: 0 auto;
    margin-bottom: 1.6em;
  }
}
/**************************************************

visitphilly.com
General Screen Styles

Created by the friendly folks at Happy Cog
http://www.happycog.com/

#cd2b3a		//red
#49c3f6		//teal


*************************************************
*/
/*
@museo: #4D926F;
@museotitle:
*/
body {
  background: #1e2e47;
}
.jserror .echeck {
  background: #FF0000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-weight: normal;
  font-size: 20px;
  line-height: 21px;
  color: #FFF;
  content: "JS ERROR";
  z-index: 999999;
}
.pageitin .details-pad .nlabel {
  display: none;
}
.nomargin {
  margin: 0px;
}
.moredots {
  display: none;
}
.noem {
  font-style: normal;
}
body.home .gptadsection .spontext {
  position: absolute;
  left: 590px;
  top: 41px;
}
.htab0 .split-alt .node {
  margin-top: -10px;
}
.htab0 .split-alt .node.first {
  margin-top: 0px;
}
.uex {
  margin-left: 129px;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
button {
  border: 0px;
}
.museotitle {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
}
.buttoncenter {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.nob {
  font-weight: normal;
}
.noi {
  font-style: normal;
}
.hide {
  display: none;
}
INPUT.date-pick.modal {
  background: #49c3f6 !important;
  color: #FFF;
}
.ios7 .dwwbp:after,
.ios7 .dwwbm:after {
  border-color: #49c3f6 !important;
}
.ios7 .dwb {
  color: #49c3f6 !important;
}
.ios7 .dwo {
  background: rgba(0, 0, 0, 0.4);
}
.ios7 .dwb-c .dwb {
  color: #999 !important;
}
.mobile {
  display: none;
}
.sidr {
  display: none;
}
.nicescroll-rails {
  z-index: 101 !important;
}
.ajaxload {
  width: 20px;
  height: 20px;
  background-image: url('/m/mobile/ajax1.gif?1');
  background-size: cover;
}
.related-box {
  display: none;
}
.uwishhome li {
  clear: both;
  padding-top: 10px;
}
.uwishhome a {
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 1.6em;
  color: #666;
}
.uwishhome a img {
  float: left;
  margin: 0 19px 12px 0;
  border: 3px solid #ccc;
  width: 150px;
  margin-bottom: 40px;
}
.uwishhome a .date {
  font-style: italic;
  color: #828282;
  font-style: normal;
}
.uwishhome a .title {
  font-size: 15px;
  color: #cc3333;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 5px;
}
.uwishhome a .button {
  float: right;
}
.uwishhome a:hover {
  text-decoration: none;
}
.uwishhome a:hover .title {
  text-decoration: underline;
}
.uwishhome a:hover .excerpt {
  color: #666;
}
.uwishunutab.split-alt .node {
  clear: both;
  width: 100%;
}
.uwishunutab.split-alt .node.first a img {
  float: left;
  width: 150px;
  height: auto;
  margin: 0 19px 12px 0;
  border: 3px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*-------------------------------------------
    General Selectors
-------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
body {
  color: #333;
  font: normal 62.5% Georgia, 'Times New Roman', serif;
  background-color: #fff;
}
.inline {
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
p.caption {
  display: none;
}
/* BEGIN NETWORK HEADER */
.nethead {
  background: url(/m/nethead/nethead.png);
  height: 24px;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}
.nethead .nhtag {
  float: left;
  color: #999;
  text-transform: uppercase;
  margin: 3px 0 0 13px;
}
.nethead .nhtag b {
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
  margin-right: 2px;
}
.nethead,
.nethead a {
  font-family: 'Arial', sans-serif !important;
}
.nethead UL,
.nethead LI {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.nethead .nhb {
  width: 983px;
  margin: 0 auto;
}
.nethead UL {
  float: right;
  margin-right: 10px;
}
.nethead LI {
  float: left;
  background: url(/m/nethead/netheadsep.png) 0px 6px no-repeat;
}
.nethead LI.first {
  background: none;
}
.nethead a {
  text-transform: uppercase;
  color: #999999;
  text-decoration: none;
  font-size: 10px;
  margin: 0 2px 0 3px;
  padding: 4px 13px 4px 13px;
  display: block;
}
.nethead a:hover {
  text-decoration: none;
  background: none;
  color: #eee;
}
.nethead .currentsite {
  color: #eeeeee;
}
.nethead LI.sociallink {
  background: none;
}
.nethead .sociallink a {
  display: block;
  background: url(/m/nethead/social.png) no-repeat;
  width: 24px;
  height: 22px;
  float: right;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  margin-right: 2px;
}
.sociallink a.fb {
  margin-left: 10px;
}
.sociallink a.tw {
  margin-right: 5px;
}
.sociallink a.tw {
  background-position: -24px 0px;
}
.sociallink a.tw:hover {
  background-position: -24px -22px;
}
.sociallink a.fb:hover {
  background-position: 0 -22px;
}
/* block level */
h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 0.4em;
}
h2 {
  color: #37455c;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Georgia, 'Times New Roman', serif;
}
h3 {
  color: #727272;
  font-size: 20px;
  margin: 0 0 1em;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  margin: 0 0 0.4em;
}
h5 {
  font-size: 16px;
  margin: 0 0 0.4em;
}
h6 {
  font-size: 14px;
  margin: 0 0 0.4em;
}
h3.gamma a,
h3.gamma a br {
  line-height: 1.3;
}
/* For h2.beta headers that were changed to h5.  Should match .beta style */
div.description-wrap h5 {
  color: #37455c;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Georgia, 'Times New Roman', serif;
}
/* For h2.beta headers that were changed to h3.  Should match .beta style */
div.description-wrap h3 {
  color: #37455c;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Georgia, 'Times New Roman', serif;
}
.spacer {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.alpha {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 10px !important;
}
.alpha,
.alpha br {
  color: #3a3a3a;
  font-size: 40px;
  line-height: 46px;
  font-weight: normal;
}
.alpha strong {
  color: #49c3f6;
  line-height: 1;
  font-weight: normal;
}
.heading-wrap .alpha,
.map-wrap .alpha {
  margin-bottom: 0.2em;
  padding: 0;
  border: none;
}
.beta {
  color: #37455c;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Georgia, 'Times New Roman', serif;
}
.special .beta {
  font-size: 12px;
}
.special .beta a {
  display: block;
  line-height: 1.2;
  margin-bottom: 2px;
}
.heading-wrap .beta {
  color: #333;
}
.heading-wrap .beta strong {
  color: #35b2e7;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}
.gamma {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.delta {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.sub .delta {
  clear: left;
}
.tab-container .delta {
  display: block;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.6em;
}
.tab-container .delta a {
  line-height: 1.1;
}
.epsilon {
  font-size: 15px;
  font-weight: normal;
}
.epsilon a {
  color: #666 !important;
}
.zeta {
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 0.2em;
}
.home .zeta {
  margin-bottom: 0.4em;
}
.book-online .zeta {
  color: #fff;
  font-size: 12px;
  margin-bottom: 1em;
}
.zeta a {
  color: #c33;
  line-height: 1.1;
}
.eta {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}
.theta {
  color: #6ca9c1;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.split .node .theta {
  margin-top: 19px;
}
.share-div .theta {
  display: block;
  color: #333;
  border: none;
  margin-bottom: 0.6em;
}
.iota {
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
}
.kappa {
  color: #999;
  font-size: 10px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 1em;
}
.lambda {
  color: #3a3a3a;
  font-size: 11px;
  text-transform: uppercase;
}
strong.lambda {
  display: block;
  margin: 0 0 5px;
}
p,
ul,
dl,
ol {
  font-size: 13px;
  margin: 0 0 1.6em;
}
.main ol,
.sub ol {
  margin-left: 25px;
}
.main ul,
.sub ul {
  margin-left: 15px;
}
blockquote {
  margin: 0 0 1.2em;
}
.fullsize.pageunit .description-wrap,
.fullsize.pageunit .description-wrap p,
.fullsize.pageunit .description-wrap li {
  font-size: 15px;
}
table {
  border-collapse: collapse;
  color: #3c3c3c;
  font-family: Arial, sans-serif;
  margin: 0 0 1em;
  font-size: 13px;
}
.find table {
  font-size: 11px;
}
thead tr {
  border-bottom: 1px solid #c8c8c8;
}
tbody tr {
  border-bottom: 1px dashed #c8c8c8;
}
th {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #f1f1f1;
  text-align: left;
}
th.on {
  color: #15a6e2;
}
th,
td {
  padding: 12px;
}
td {
  vertical-align: top;
}
table p,
table strong {
  font-family: Georgia, serif;
}
table p {
  margin-bottom: 0.2em;
}
table p.details {
  margin-top: 0.9em;
}
table strong {
  font-size: 13px;
  font-weight: normal;
}
.taglist span {
  display: none;
}
/* inline */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a {
  color: #cd2b3a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7f000c;
  text-decoration: underline;
}
@media screen {
  img {
    display: block;
    margin: 0 0 20px 0;
  }
  img.ad {
    border: 1px solid #d8d8d8;
  }
  .description-wrap img {
    float: left;
    margin: 0 15px 15px 0;
  }
}
a img {
  border: none;
}
input,
textarea {
  color: #666666;
  font: italic 12px Georgia, 'Times New Roman', serif;
}
.book-direct input,
.book-direct textarea {
  font-style: normal;
}
input:focus,
textarea:focus {
  color: #3d3d3d;
}
label {
  display: block;
}
form .inline label {
  display: inline !important;
  vertical-align: middle;
}
form .full {
  width: 100%;
}
sub,
sup {
  line-height: 0.5;
}
abbr {
  border: none;
}
input[type='submit'] {
  cursor: pointer;
}
/*-------------------------------------------
    Global combinations
-------------------------------------------*/
.logo a,
#main-nav .nav-things-to-do,
#main-nav .nav-plan-your-trip,
#main-nav .nav-philly-now,
.sponsors li a,
.submit-search,
.submit-find-hotels,
.submit-go,
.submit-go-alt,
.submit-find-a-flight,
.submit-find-a-rental-car,
.submit-find-event-tix,
.controls .next,
.controls .previous,
.get-directions,
.view-on-map,
.map-locations,
.ir-book-your-stay-now,
.ir-make-a-reservation,
.social-wrap a {
  display: block;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/*\*/
.logo a,
#main-nav .nav-things-to-do,
#main-nav .nav-plan-your-trip,
#main-nav .nav-philly-now,
.header-controls .direction a,
.controls .next,
.controls .previous,
.directions a *,
.map-locations,
.social li a,
.sponsors li a,
.ir-uwishunu-mini,
.ir-book-your-stay-now,
.ir-make-a-reservation,
.social-wrap a {
  overflow: hidden;
}
/**/
#header:after,
#content:after,
.header-caption p:after,
.header-controls:after,
.breadcrumbs:after,
.map-wrap:after,
.adjunct:after,
.local-search:after,
.newsletter:after,
.split:after,
.feature:after,
.split-alt:after,
.actions:after,
.split-third:after,
.slideshow:after,
.controls:after,
.controls ul:after,
.honors:after,
.summary-alt li:after,
.coda:after,
.coda ul:after,
.social div:after,
#footer:after,
#footer ul:after,
.social-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.move {
  position: absolute;
  left: -9999px;
}
.hide,
.to-print {
  display: none;
}
@media screen {
  /*-------------------------------------------
		    Structure
		-------------------------------------------*/
  .neighborhood.newland #content-bg,
  .towns #content-bg {
    background: #ffffff url(/m/screen/bg-content.gif) repeat-x 0 top;
  }
  #content-wrap {
    min-width: 959px;
    max-width: 983px;
    margin: 0 auto 45px;
    background: #fff;
  }
  .no-coda #content-wrap {
    min-height: 450px;
    margin-bottom: 0;
  }
  #content {
    width: 958px;
    margin: 0 auto;
    padding: 8px 0 0;
    background: #fff;
  }
  /*-------------------------------------------
		    Header
		-------------------------------------------*/
  #header-image {
    min-height: 550px;
    background: #1b2940;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #header-wrap {
    background: #37455c url(/m/screen/bg-header-wrap.gif) repeat-x 0 bottom;
    padding: 10px 0 10px;
  }
  #header-image #header-wrap {
    background: transparent url(/m/screen/bg-header-image-wrap.png) repeat 0 0;
    padding-bottom: 0;
  }
  #header,
  #header-message {
    position: relative;
    width: 958px;
    margin: 0 auto;
  }
}
.map-wrap,
.heading-wrap {
  border-bottom: 1px solid #c8c8c8;
}
.landing .heading-wrap {
  padding: 0 130px 0 130px;
}
.map-wrap {
  margin-bottom: 2.5em;
}
.heading-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.landing-alt .heading-wrap {
  margin-bottom: 20px;
}
.search-results .heading-wrap {
  text-align: left;
  margin-bottom: 25px;
  padding: 0;
}
.secondary {
  float: left;
  width: 184px;
  margin: 0 50px 0 0;
}
.main {
  float: left;
  width: 724px;
}
.landing .main {
  width: 587px;
}
.main-full,
.landing .main-full {
  width: 958px;
}
.landing .sub {
  float: right;
  position: relative;
  top: -30px;
  width: 356px;
}
.landing-alt .sub {
  top: 0;
}
.article .sub {
  top: 0;
}
.search-results .sub {
  top: 2.8em;
}
.split,
.split-alt,
.split-third {
  clear: both;
  margin: 0 0 1.5em;
}
.node {
  width: 48%;
  float: right;
}
.split-alt .node {
  width: 174px;
}
.split div.first,
.split-alt div.first {
  float: left;
}
.split-alt div.first {
  width: 530px;
}
.split-third .node {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.split-third .first {
  margin-left: 0;
}
form .split {
  background: transparent url(/m/screen/bg-travelocity-split.gif) repeat-y 48% 0;
  margin: 0 0 1.5em;
}
form .split p {
  float: left;
  width: 48% !important;
  margin: 0 0 5px 4%;
}
form .split p.first {
  margin-left: 0;
}
form .split p select {
  width: 80%;
}
.coda-wrap {
  clear: both;
  background: #ffffff url(/m/screen/bg-coda.gif) repeat-x 0 bottom;
  padding: 0 0 41px;
}
.coda {
  position: relative;
  width: 958px;
  background: #fff;
  margin: 0 auto;
  padding: 10px 0 0;
  border-top: 1px solid #c8c8c8;
}
.logo {
  float: left;
  margin: 2px 0 0 1px;
}
.logo a {
  width: 409px;
  height: 74px;
  background-image: url(/m/home-visit-philadelphia2.png);
  background-size: 440px 220px;
  margin-left: -57px;
}
.home .logo a {
  color: #fff;
}
.logo a:hover,
.logo a:focus {
  background-position: 0 -110px;
}
/* logo counties
.logo a.counties { height:21px; background-position: 0 -79px; width:212px;}
.logo a.counties:hover { height:21px; background-position: 0 -179px;}
 */
.header-caption {
  text-align: right;
  width: 400px;
  margin: 0 auto;
  padding-left: 558px;
  position: relative;
  top: 50px;
}
.header-caption p {
  margin-bottom: 10px;
  float: right;
  clear: right;
}
.header-caption p.pictured {
  margin-bottom: 0;
}
.header-caption span {
  clear: both;
  float: right;
  color: #333;
  font-size: 40px;
  background: transparent url(/m/screen/bg-carousel-text.png) repeat 0 0;
  padding: 4px 13px 7px;
  line-height: 1;
}
.header-caption a.primary {
  display: block;
  clear: both;
  float: right;
  position: relative;
  font-size: 60px;
  line-height: 1;
  background: transparent url(/m/screen/bg-carousel-text.png) repeat 0 0;
  padding: 0 13px 10px;
}
.header-caption strong,
.link-through strong {
  clear: both;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #333;
  padding: 9px 16px;
}
.header-caption strong a,
.link-through strong a {
  font-size: 16px;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0;
}
div.link-through {
  position: absolute;
  left: 50%;
  bottom: 68px;
  width: 960px;
  height: 24px;
  margin-left: -480px;
  text-align: right;
}
.link-through strong {
  background: #c33;
}
.link-through strong a {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #fff;
}
.link-through strong:before {
  content: "\00BB";
  margin-right: 3px;
  font-size: 20px;
  font-weight: normal;
}
#county-nav a,
.survey,
.survey a {
  color: #ccc;
  font-family: MuseoSans-100, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.survey a {
  font-size: 10px;
}
#county-nav a:hover,
#county-nav a:focus,
.survey a:hover,
.survey a:focus {
  color: #49beef;
  text-decoration: none;
}
#county-nav,
#main-nav ul {
  margin-bottom: 0;
}
#county-nav li,
#main-nav li {
  list-style-type: none;
  float: left;
}
/* //////////////////////// */
#county-nav {
  margin: 2px 0 4px 1px;
}
#county-nav a {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
}
.survey {
  color: #48bdee;
  font-size: 10px;
  float: right;
  text-align: right;
  width: 345px;
  margin: 0;
  letter-spacing: 1px;
}
#search {
  float: right;
  width: 345px;
  margin: 3px 0 0;
}
.home #search {
  margin-top: 7px;
}
#search p {
  float: right;
  background: #051733;
  margin: 0;
  padding: 9px 13px;
}
#searchtext {
  float: left;
  width: 200px;
  min-height: 16px;
}
.submit-search {
  float: right;
  width: 73px;
  height: 24px;
  background-image: url(/m/widgets/search.gif);
  margin-left: 5px;
  border: none;
}
.submit-search:hover,
.submit-search:focus {
  background-position: 0 -24px;
  cursor: pointer;
}
.nav-wrap {
  clear: both;
}
#county-nav {
  clear: left;
  float: left;
}
#county-nav li {
  background: transparent url(/m/screen/marker-county-nav.gif) no-repeat 0 center;
  margin-left: 8px;
  padding-left: 12px;
}
#county-nav li.first {
  background: none;
  margin: 0;
  padding: 0;
}
#main-nav {
  float: right;
  width: 583px;
  margin: -5px 0 0;
}
#main-nav .header-nav {
  display: none;
}
#main-nav .nav-things-to-do,
#main-nav .nav-plan-your-trip,
#main-nav .nav-philly-now {
  color: #fff;
  height: 35px;
  background-color: transparent;
  background-image: url(/m/titles/nav/main-nav.png);
  background-repeat: no-repeat;
}
#main-nav .nav-things-to-do {
  width: 189px;
}
#main-nav .nav-things-to-do:hover,
#main-nav .nav-things-to-do:focus {
  background-position: 0 -35px;
}
#main-nav .on .nav-things-to-do {
  background-position: 0 -70px !important;
}
#main-nav .nav-plan-your-trip {
  width: 218px;
  background-position: -189px 0;
}
#main-nav .nav-plan-your-trip:hover,
#main-nav .nav-plan-your-trip:focus {
  background-position: -189px -35px;
}
#main-nav .on .nav-plan-your-trip {
  background-position: -189px -70px !important;
}
#main-nav .nav-philly-now {
  width: 176px;
  background-position: -407px 0;
}
#main-nav .nav-philly-now:hover,
#main-nav .nav-philly-now:focus {
  background-position: -407px -35px;
}
#main-nav .on .nav-philly-now {
  width: 176px;
  background-position: -407px -70px !important;
}
#header-message-wrap {
  color: #fff;
  text-align: center;
  background: #be2c2c url(/m/screen/bg-header-message.gif) repeat-x 0 bottom;
}
#header-message {
  padding: 20px 0 24px;
}
#header-message p {
  font-size: 15px;
  margin-bottom: 6px;
}
p.welcome {
  text-transform: uppercase;
  letter-spacing: 1px;
}
p.welcome strong {
  text-transform: none;
}
p.welcome em {
  font-weight: bold;
  font-style: normal;
}
p.message-cta {
  display: inline;
  background: #c33;
  padding: 6px 9px;
}
p.message-cta a {
  color: #fff;
  font-style: italic;
  text-decoration: none;
}
p.message-cta a:hover,
p.message-cta a:focus {
  text-decoration: underline;
}
a.hide-message {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background: transparent url(/m/screen/icon-hide-message.gif) no-repeat 0 center;
  margin: 0 0 0 34px;
  padding: 0 0 0 18px;
}
/*-------------------------------------------
    Secondary
-------------------------------------------*/
.nav {
  font-size: 15px;
  margin: 0 0 1em;
  padding-bottom: 1px;
  border-bottom: 2px solid #c8c8c8;
}
.nav li {
  list-style-type: none;
  padding: 1px 0;
  border-bottom: 1px solid #c8c8c8;
}
.nav li a {
  display: block;
  background: #ffffff url(/m/screen/marker-nav.gif) no-repeat 168px center;
  padding: 4px 22px 4px 16px;
}
.nav li li a {
  border: none;
}
.nav li.on a {
  background: #dbf3fd url(/m/screen/marker-nav-on.gif) no-repeat 168px center;
}
.nav li.on li a {
  background: #ffffff url(/m/screen/marker-nav-ul.gif) no-repeat left center;
  padding: 0 0 0 14px;
}
.nav li.on li li a {
  background: #ffffff url(/m/screen/marker-nav-ul-ul.gif) no-repeat left center;
  padding-left: 11px;
}
.nav li.on ul {
  margin: 1px 0 0;
  padding: 8px 22px 8px 31px;
  border-top: 1px solid #c8c8c8;
}
.nav li.on li {
  font-size: 15px;
  font-style: italic;
  border: none;
}
.nav li.on li ul {
  padding: 4px 0 4px 22px;
  border: none;
}
.nav li.on li ul li {
  font-size: 13px;
  font-style: normal;
}
.nav-uwishunu {
  width: 168px;
  margin: 0 0 3em 8px;
  border-bottom: 1px solid #99e5ff;
}
.nav-uwishunu .eta {
  margin-bottom: 0.6em;
  padding-top: 4px;
  border-top: 1px solid #99e5ff;
}
.nav-uwishunu li {
  list-style-type: none;
  line-height: 1.3;
  margin: 0 0 15px;
}
.nav-uwishunu a {
  color: #f58c65 !important;
  font-family: Arial, sans-serif;
  line-height: 1.2;
}
.nav-uwishunu .more {
  color: #666;
  background: none;
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 0;
}
.nav-uwishunu .more a {
  background: none;
  padding-left: 0;
}
/*-------------------------------------------
    Global
-------------------------------------------*/
.breadcrumbs {
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background: transparent url(/m/screen/bg-breadcrumb.gif) 0 bottom repeat-x;
  margin: 0 0 0.5em;
  padding: 0 0 12px;
}
.landing .breadcrumbs {
  min-width: 959px;
  max-width: 983px;
  background: transparent url(/m/screen/bg-landing-main-top.png) no-repeat center bottom;
  margin: 0 auto;
  padding: 5px 0 25px;
}
.landing #content .breadcrumbs {
  background: transparent url(/m/screen/bg-breadcrumb.gif) 0 bottom repeat-x;
  margin-bottom: 0.5em;
  padding: 0 0 12px;
}
.breadcrumbs li {
  float: left;
  list-style-type: none;
  background: transparent url(/m/screen/marker-breadcrumb.gif) no-repeat left center;
  margin: 0 0 0 8px;
  padding: 0 0 0 10px;
}
.breadcrumbs li.first {
  background: none;
  margin: 0;
  padding: 0;
}
.landing .breadcrumbs li.first {
  margin-left: 12px;
}
.article .breadcrumbs li.first {
  margin-left: 0;
}
.breadcrumbs a {
  font-weight: bold;
}
.lead {
  margin-bottom: 15px;
}
.lead p {
  font-size: 14px;
  line-height: 1.7;
}
.section {
  padding: 5px 0 0;
  border-top: 1px solid #dedede;
}
.search-input,
#searchtext {
  background: #ffffff url(/m/widgets/search-icon.gif) no-repeat 3px center;
  padding: 3px 0 3px 24px;
  border: 1px solid #ccc7c7;
}
#searchtext {
  padding-left: 30px;
}
.local-search {
  background: #e3e3e3;
  margin: 0 0 1.8em;
  padding: 10px 11px;
}
.main .local-search {
  background: #b8ecfd;
  padding: 12px 11px 15px;
}
.main .local-search p {
  margin: 0;
}
.local-search label {
  display: block;
  color: #999;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.main .local-search label {
  color: #49c3f6;
  font-size: 11px;
}
.local-search .search-input {
  width: 100px;
  min-height: 17px;
  margin: 0 3px 0 0;
}
.main .local-search .search-input {
  width: 507px;
  padding-left: 32px;
}
.local-search .search-input,
.local-search .submit-go {
  float: left;
}
.newsletter {
  background: #b8ecfd;
  padding: 15px 8px 10px;
  border: 1px solid #c8c8c8;
}
.newsletter label {
  display: block;
  color: #49c3f6;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 10px;
}
#newsletter-email {
  width: 114px;
  min-height: 18px;
  margin-right: 3px;
}
#newsletter-email,
.newsletter .submit-go-alt {
  float: left;
}
.book-online {
  clear: both;
  width: 201px;
  margin: 0 0 1.5em;
  padding: 16px 4px 10px;
  border: 1px solid #dedede;
}
.article .book-online {
  border: none;
}
.book-online-alt {
  width: 337px;
  padding: 0;
  border-left: none;
  border-right: none;
}
.landing .book-online-alt {
  border-top: none;
  width: 346px;
}
.search-results .book-online-alt {
  border-top: 1px solid #dedede;
}
.book-online fieldset {
  background: #727272 url(/m/screen/bg-travelocity.gif) repeat-x 0 0;
  margin: 0 0 4px;
  padding: 20px 16px;
  border: none;
}
.book-online-alt fieldset {
  padding: 15px 10px;
}
.book-online legend.move {
  font-size: 0;
  visibility: hidden;
}
.book-online h3 {
  clear: both;
  color: #fff;
  background: #1f9acd;
  margin-bottom: 0;
  padding: 2px 5px;
}
.book-online p {
  margin-bottom: 0.7em !important;
}
.book-online-alt p {
  float: left;
  width: 48%;
  margin-right: 2% !important;
}
.book-online-alt form .split {
  background: none;
}
.book-online-alt form .split p {
  width: 25% !important;
  margin-left: 0 !important;
}
.book-online label {
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.book-online-alt label {
  text-align: left;
}
.book-online .split label,
.book-online .inline label {
  text-transform: none;
  text-align: left;
}
.book-online fieldset p strong {
  display: block;
  background: #656565;
  padding: 4px 5px 0;
}
.book-online .submit {
  clear: both;
  padding-bottom: 4px;
}
.book-online .submit input {
  border: 4px solid #656565;
}
.book-online-alt .submit,
.book-online-alt p.full,
.book-online form p.inline {
  width: 100%;
}
.book-online fieldset input,
.book-online select {
  margin-bottom: 5px;
}
.book-online fieldset p strong input {
  width: 95%;
}
.book-online .submit input {
  margin: 0 auto;
}
.book-online-alt .submit input {
  margin: 0;
  float: right;
}
.book-online input {
  color: #999;
  font-family: Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.submit-find-hotels,
.submit-go,
.submit-go-alt,
.submit-find-a-flight,
.submit-find-a-rental-car,
.submit-find-event-tix {
  border: none;
}
.submit-find-hotels {
  width: 113px;
  height: 34px;
  background-image: url(/m/widgets/find-hotels.gif);
}
.submit-find-hotels:hover,
.submit-find-hotels:focus {
  background-position: 0 -26px;
  cursor: pointer;
}
.submit-find-a-flight {
  width: 118px;
  height: 34px;
  background-image: url(/m/widgets/find-a-flight.gif);
}
.submit-find-a-flight:hover,
.submit-find-a-flight:focus {
  background-position: 0 -26px;
  cursor: pointer;
}
.submit-find-a-rental-car {
  width: 151px;
  height: 34px;
  background-image: url(/m/widgets/find-a-rental-car.gif);
}
.submit-find-a-rental-car:hover,
.submit-find-a-rental-car:focus {
  background-position: 0 -26px;
  cursor: pointer;
}
.submit-find-event-tix {
  width: 125px;
  height: 34px;
  background-image: url(/m/widgets/find-event-tix.gif);
}
.submit-find-event-tix:hover,
.submit-find-event-tix:focus {
  background-position: 0 -26px;
  cursor: pointer;
}
.submit-go {
  width: 33px;
  height: 24px;
  background-image: url(/m/widgets/go.gif);
}
.submit-go:hover,
.submit-go:focus {
  background-position: 0 -24px;
  cursor: pointer;
}
.submit-go-alt {
  width: 33px;
  height: 24px;
  background-image: url(/m/widgets/go-alt.gif);
}
.submit-go-alt:hover,
.submit-go-alt:focus {
  background-position: 0 -24px;
  cursor: pointer;
}
.ir-book-your-stay-now,
.ir-make-a-reservation {
  width: 188px;
  height: 34px;
}
.ir-book-your-stay-now {
  background-image: url(/m/widgets/book-your-stay-now.gif);
}
.ir-make-a-reservation {
  background-image: url(/m/widgets/make-a-reservation.gif);
}
.ir-book-your-stay-now:hover,
.ir-book-your-stay-now:focus,
.ir-make-a-reservation:hover,
.ir-make-a-reservation:focus {
  background-position: 0 -34px;
}
ul.roster {
  background: #fff;
  margin-left: 0;
  border: 1px solid #c8c8c8;
  border-top: 0;
}
ul.filter {
  border: none;
}
.ir-in-the-neighborhood + ul.roster {
  margin-top: -8px;
}
.roster li {
  list-style-type: none;
  border-top: 3px solid #c8c8c8;
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffffff url(/m/screen/bg-roster-open.gif) repeat-x 0 bottom;
}
.find .roster li {
  background: #fff;
}
.filter li {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 15px;
  border: 1px solid #c8c8c8;
  border-top: 3px solid #c8c8c8;
}
.roster .iota,
.filter .iota {
  padding: 6px 15px 6px 15px;
}
.roster ul {
  margin: 0;
  padding: 0 10px;
}
.roster li > ul {
  margin-top: .6em;
}
.roster ul li {
  background: transparent;
  padding: 6px;
  border-top: 1px dashed #e5e5e5;
}
.filter ul li {
  margin-bottom: 0;
  padding: 3px 6px;
  border: none;
  border-top: 1px dashed #e5e5e5;
}
.roster ul li.first {
  border-top: none;
  padding-top: 0;
}
.roster ul li.featured {
  padding-bottom: 0;
}
.roster img {
  margin-bottom: 7px;
}
.roster li.featured img {
  position: relative;
  left: -10px;
  border: 3px solid #ccc;
}
.roster ul li a {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.roster .gamma a {
  font-size: 18px;
  font-family: Georgia, serif;
}
.filter .on a {
  color: #ccc;
}
.accordian li {
  background: #ffffff url(/m/screen/bg-accordian-open.gif) repeat-x 0 0;
}
.accordian .iota {
  padding: 10px 9px 5px;
}
.accordian ul {
  padding: 0 7px 7px;
}
.accordian ul li {
  padding: 5px 3px;
  border-top: none;
  border-bottom: 1px dashed #e5e5e5;
}
.accordian ul li.more {
  border: none;
}
.accordian li h3 a {
  display: block;
}
.controls {
  position: relative;
  margin-bottom: 10px;
}
.coda .controls {
  position: static;
  margin-bottom: 0;
}
.slideshow .controls {
  width: 340px;
  float: right;
}
.controls ul {
  margin: 0;
  padding: 0 19px 0 22px;
}
.controls li {
  list-style-type: none;
  float: left;
}
.controls li a img {
  border: 2px solid #fff;
}
.slideshow-alt .controls li a img {
  border: 2px solid #000;
}
.controls li.on a img,
.controls li a:hover img,
.controls li a:focus img {
  border: 2px solid #49c3f6;
}
.controls .next,
.controls .previous {
  position: absolute;
  top: 0;
  width: 19px;
  height: 70px;
}
.slideshow .controls .next,
.slideshow .controls .previous {
  top: 2px;
}
.slideshow-alt .controls .next,
.slideshow-alt .controls .previous {
  height: 75px;
  top: 10px;
}
.controls .next:hover,
.controls .previous:hover,
.controls .next:focus,
.controls .previous:focus {
  background-position: 100% 0;
}
.slideshow .controls .next {
  right: 0;
  background-image: url(/m/widgets/arrow-right.gif);
}
.slideshow-alt .controls .next {
  right: 6px;
  background-image: url(/m/widgets/arrow-right-alt.gif);
}
.slideshow .controls .previous {
  left: 0;
  background-image: url(/m/widgets/arrow-left.gif);
}
.slideshow-alt .controls .previous {
  left: 6px;
  background-image: url(/m/widgets/arrow-left-alt.gif);
}
.slideshow {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e3e3e3;
}
.slideshow-alt {
  margin-bottom: 1.8em;
}
.slideshow-alt img {
  margin: 0;
}
.slideshow img {
  margin-bottom: 8px;
}
.slideshow-alt .controls {
  background: #1a1a1a;
  padding: 8px 6px;
}
.caption {
  font-family: Arial, sans-serif;
  font-size: 11px;
}
.slideshow-alt p.caption {
  margin-bottom: 0;
}
.caption span {
  color: #636363;
  font-weight: bold;
}
.caption strong {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.slideshow-alt .caption strong,
.home p.caption strong {
  display: block;
}
.caption a {
  font-size: 10px;
  text-transform: uppercase;
}
.directions {
  float: right;
  width: 150px;
  margin: 0 0 15px 15px;
}
.get-directions,
.view-on-map {
  width: 150px;
  height: 27px;
}
.get-directions {
  background: transparent url(/m/widgets/get-directions.gif?1) no-repeat 0 0;
}
.view-on-map {
  background: transparent url(/m/widgets/view-on-map.gif?1) no-repeat 0 0;
}
.directions a:hover .get-directions,
.directions a:focus .get-directions,
.directions a:hover .view-on-map,
.directions a:focus .view-on-map {
  background-position: 0 -27px;
  cursor: pointer;
}
.directions img {
  margin: 0;
  border: 2px solid #c8c8c8;
  border-bottom: none;
}
#content .honors {
  margin: 0;
  padding: 13px 0 5px;
  border-top: 1px solid #e3e3e3;
}
.honors li {
  list-style-type: none;
  float: left;
  margin: 0 0 0 9px;
}
.honors li a img {
  margin-bottom: 0;
}
.top-family-friendly-location a {
  background-image: url(/m/titles/top-family-friendly-location.gif);
}
.top-picnic-spots a {
  background-image: url(/m/titles/top-picnic-spots.gif);
}
#content .summary {
  margin-left: 0;
}
.summary li {
  clear: both;
  list-style-type: none;
  margin: 0 0 2em;
}
.summary img,
.feature img {
  float: left;
  margin: 0 19px 12px 0;
  border: 3px solid #ccc;
}
#content .summary-alt {
  margin-left: 0;
}
.summary-alt {
  background: transparent url(/m/screen/bg-summary-alt.gif) repeat-x 0 0;
  padding: 5px 0 5px;
  border-bottom: 1px solid #ccc;
}
.summary-alt li {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 15px 0 0 14px;
  border-top: 1px solid #ccc;
}
.summary-alt li.first {
  border-top: none;
}
.summary-alt img {
  float: left;
  margin: 0 14px 15px 0;
}
#header ul.actions {
  margin-bottom: 0.5em;
}
#content ul.actions {
  float: left;
  margin-left: 0;
}
.actions li {
  float: left;
  list-style-type: none;
  margin: 0 0 0 8px;
  padding: 0 0 0 7px;
  border-left: 1px solid #e3e3e3;
}
.actions li a {
  font-family: Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}
.actions li.first {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
li.share a {
  display: block;
  background: transparent url(/m/screen/share.gif) no-repeat 0 center;
  padding: 0 0 0 16px;
}
li.favorite a {
  display: block;
  background: transparent url(/m/screen/favorite.gif) no-repeat 0 center;
  padding: 0 0 0 18px;
}
.pagination {
  text-align: right;
  margin-top: -10px;
}
.search-results .pagination {
  margin: 0 0 1.5em;
  padding: 6px 0;
  border-top: 1px solid #e3e3e3;
}
.search-results .pagination-first {
  border-bottom: 1px solid #e3e3e3;
  border-top: none;
}
.pagination .details {
  margin-right: 15px;
}
.pagination * {
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.pagination a {
  margin-left: 2px;
}
.pagination p {
  margin-top: 8px;
}
ol.results {
  margin-left: 0;
}
ol.results li {
  list-style-type: none;
  font-size: 18px;
}
ol.results .gamma {
  margin-bottom: 0.1em;
}
ol.results p + p.details {
  margin-top: -1.5em;
}
.count {
  color: #333;
}
.roll {
  border-top: 1px solid #cecece;
}
.roll > li {
  list-style-type: none;
  background: #e6e6e6 url(/m/screen/bg-roll.gif) repeat-x 0 center;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #dedede;
}
.roll > li.on {
  background: #fff;
  border-right: none;
  border-top: 3px solid #c33;
}
.roll > li > a.navlink {
  display: block;
  line-height: 1.1;
  background: transparent url(/m/screen/marker-roll.gif) no-repeat 125px;
  padding: 12px 25px 10px 12px;
}
.roll > li > a.navlink:hover,
.roll > li > a.navlink:focus {
  background-image: url(/m/screen/marker-roll-hover.gif);
}
.roll > li.on > a.navlink {
  color: #333;
  background: transparent url(/m/screen/marker-roll-on.gif) no-repeat 125px center !important;
  text-decoration: none;
}
.search-feature {
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 1px 0;
}
.search-feature p {
  background: #eef9fe;
  margin: 0;
}
.sub ul.concise {
  margin-left: 0;
  border-top: 2px solid #ccc;
  padding-top: 6px;
}
ol.concise li {
  list-style-position: inside;
}
ul.concise li,
ul.concise-alt li {
  list-style-type: none;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
}
ul.concise-alt li {
  margin-bottom: 3px;
}
ul.concise li {
  font-weight: bold;
  margin: 0 0 6px;
  padding: 0 0 6px;
  border-bottom: 1px dashed #ccc;
}
.concise li a,
.concise li strong {
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
}
.concise-alt li a {
  line-height: 1.1;
}
.concise .nested {
  border-bottom: 2px solid #e3e3e3;
}
.concise li.nested strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: #e3e3e3;
  margin-bottom: 5px;
  padding: 2px 7px 3px;
}
ul.concise li ul {
  padding-left: 14px;
}
ul.concise li li {
  background: transparent url(/m/screen/marker-concise.gif) no-repeat 0 center;
  margin-bottom: 0;
  padding-left: 10px !important;
  border: none;
}
.timeline li {
  list-style-type: none;
  margin-bottom: 2px;
}
.timeline li * {
  vertical-align: top;
  line-height: 1.2;
}
.timeline li strong {
  color: #333;
  font-size: 11px;
  font-weight: normal;
  padding-right: 4px;
  border-right: 2px solid #b4b4b4;
}
.split-third img {
  border: 2px solid #c8c8c8;
}
.special {
  clear: both;
  background: #efefef;
  padding: 5px;
}
.special-alt {
  background: #eef9fe;
  padding: 8px;
}
.special img {
  float: left;
  margin: 0 10px 10px 0;
}
ul.thumbs li {
  float: left !important;
  margin: 0 4px 4px 0;
}
.thumbs li img {
  margin-bottom: 0;
}
p.weather {
  min-height: 45px;
  min-width: 40px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 3px 0 0 40px;
}
p.chance_of_rain {
  background-image: url(/m/screen/weather/chance-of-rain.jpg);
}
p.chance_of_snow {
  background-image: url(/m/screen/weather/chance-of-snow.jpg);
}
p.chance_of_storm {
  background-image: url(/m/screen/weather/chance-of-storm.jpg);
}
p.chance_of_tstorm {
  background-image: url(/m/screen/weather/chance-of-tstorm.jpg);
}
p.cloudy,
.wy26 {
  background-image: url(/m/screen/weather/cloudy.jpg);
}
p.dust,
.wy19 {
  background-image: url(/m/screen/weather/dust.jpg);
}
p.flurries,
.wy13,
.wy14 {
  background-image: url(/m/screen/weather/flurries.jpg);
}
p.fog,
.wy20 {
  background-image: url(/m/screen/weather/fog.jpg);
}
p.haze,
.wy21 {
  background-image: url(/m/screen/weather/haze.jpg);
}
p.icy {
  background-image: url(/m/screen/weather/icy.jpg);
}
p.mist,
.wy23 {
  background-image: url(/m/screen/weather/mist.jpg);
}
p.mostly_cloudy,
.wy27,
.wy28 {
  background-image: url(/m/screen/weather/mostly-cloudy.jpg);
}
p.mostly_sunny {
  background-image: url(/m/screen/weather/mostly-sunny.jpg);
}
p.partly_cloudy,
.wy29,
.wy44,
.wy30 {
  background-image: url(/m/screen/weather/partly-cloudy.jpg);
}
p.rain,
.wy11,
.wy12,
.wy6,
.wy7,
.wy8,
.wy9,
.wy10,
.wy40,
.wy35 {
  background-image: url(/m/screen/weather/rain.jpg);
}
p.smoke,
.wy22 {
  background-image: url(/m/screen/weather/smoke.jpg);
}
p.snow,
.wy16,
.wy41,
.wy43,
.wy42,
.wy46,
.wy5,
.wy15,
.wy17,
.wy18 {
  background-image: url(/m/screen/weather/snow.jpg);
}
p.storm,
.wy4,
.wy1,
.wy2,
.wy0,
.wy3 {
  background-image: url(/m/screen/weather/storm.jpg);
}
p.sunny,
.wy32,
.wy31,
.wy25,
.wy24,
.wy36,
.wy33,
.wy34,
.wy3200 {
  background-image: url(/m/screen/weather/sunny.jpg);
}
p.thunderstorm,
.wy45,
.wy37,
.wy38,
.wy39,
.wy47 {
  background-image: url(/m/screen/weather/thunderstorm.jpg);
}
/*http://developer.yahoo.com/weather/#image*/
span.high {
  display: block;
  color: #34c1ef;
  font-size: 20px;
  font-family: Arial, sans-serif;
  line-height: 1;
}
span.low {
  display: block;
  color: #727272;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: 1;
}
.social-wrap {
  background: transparent url(/m/screen/bg-social.gif) no-repeat center bottom;
  margin-bottom: 25px;
  padding-bottom: 8px;
}
.social-wrap a {
  float: left;
  width: 37px;
  height: 38px;
}
.social-fb {
  background-image: url(/m/widgets/icon-facebook.gif);
  margin: 0 8px 5px 51px;
}
.social-twitter {
  background-image: url(/m/widgets/icon-twitter.gif);
}
.social-wrap a:hover,
.social-wrap a:focus {
  background-position: 0 -38px;
}
.step-day {
  font-weight: normal;
}
/*-------------------------------------------
    General
-------------------------------------------*/
.subhead {
  display: block;
  font-size: 13px;
  color: #35b2e7;
  font-style: italic;
  margin-bottom: 1em;
}
.heading-wrap .subhead {
  font-size: 16px;
}
span.subhead {
  margin-bottom: 0.2em;
}
p.subhead {
  margin-top: -0.6em;
}
.delta + p.subhead {
  margin-top: 0;
}
.map-wrap .alpha {
  float: left;
}
.map-locations {
  float: right;
  width: 246px;
  height: 44px;
  background-image: url(/m/titles/map-all-locations.jpg?1);
  margin: 0 0 8px;
}
.map-locations:hover,
.map-locations:focus {
  background-position: 0 -44px;
}
.more a {
  background: transparent url(/m/screen/marker-more.gif) no-repeat 0 center;
  padding: 0 0 0 11px;
}
a.more {
  display: block;
  background: none;
}
a.more:after {
  content: "\2026";
}
.more,
.more a {
  font-family: Arial, sans-serif;
  font-size: 10px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
p.more {
  clear: both;
}
p + p.more,
ul + p.more {
  margin: -1em 0 3em;
}
.more a,
a.more {
  color: #c33;
}
.whole {
  text-align: right;
}
.details {
  clear: left;
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.details strong {
  display: block;
}
.details a {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.results .details a {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.adjunct {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #c8c8c8;
}
.adjunct .alpha {
  float: left;
  margin: 0;
  border: none;
}
.adjunct .pairing {
  float: right;
  margin-top: 10px;
}
form.pairing label {
  display: inline;
}
form.pairing * {
  vertical-align: middle;
}
form.pairing select {
  color: #cd2b3a;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.augment,
.roll strong {
  color: #454545;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.date {
  display: block;
  font-size: 13px;
  font-family: Georgia, serif;
  font-weight: normal;
}
.concise-alt .date {
  color: #4a4949;
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
ul.brief li {
  list-style-type: disc !important;
  font-size: 10px;
  font-family: Arial, sans-serif;
}
ul.brief * {
  line-height: 1;
}
.tags a {
  text-transform: uppercase;
  font-size: 10px;
  font-family: Arial, sans-serif;
  display: inline-block;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  padding: 2px 5px;
  margin: 0 2px 5px 0;
}
.tags a:hover,
.tags a:focus {
  text-decoration: none;
}
/*-------------------------------------------
    Coda
-------------------------------------------*/
.coda .featured {
  padding: 14px 20px 12px;
  border: 1px solid #c8c8c8;
  margin-bottom: 0;
}
.coda .featured li {
  float: left;
  list-style-type: none;
  width: 168px;
  margin: 0 0 0 19px;
}
.coda .featured li.first {
  margin-left: 0;
}
.coda .featured .concise-alt li {
  margin: 0 0 5px;
}
.coda .featured a {
  display: block;
}
.coda .featured a.ir-uwishunu-mini {
  margin: -6px 0 5px;
}
.coda .featured img {
  margin: 0 0 8px;
  border: 3px solid #ccc;
}
.coda h2 {
  margin: 0 0 3px;
  padding: 0 20px 5px;
  border-bottom: 3px solid #ccc;
}
.social {
  float: left;
  width: 549px;
  background: #fff;
}
.social h3 {
  margin: 10px 0 0;
}
.social div {
  padding: 12px 18px 8px;
  border: 1px solid #dedede;
}
.social .avatar {
  float: left;
  margin: 0 10px 10px 0;
}
.social p {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.social strong {
  display: block;
  font-family: Georgia, serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.social p.more {
  margin-bottom: 0;
}
.social ul {
  position: relative;
  left: -10px;
}
.social li {
  list-style-type: none;
  float: left;
  font-size: 11px;
  line-height: 1.1;
  width: 75px;
  margin: 0 0 0 10px;
}
.social li a {
  line-height: 1.2;
}
.social li img {
  margin-bottom: 3px;
  border: 2px solid #ccc;
}
.coda .ad {
  float: left;
  margin: 12px 0 0 42px;
  border: 2px solid #d8d8d8;
}
/*-------------------------------------------
    Title Backgrounds (alphabetical)
-------------------------------------------*/
.ir-facebook-like {
  background: transparent url(/m/screen/icon-facebok-like.gif) no-repeat right 0 !important;
  padding: 33px 95px 2px 0;
}
.ir-featured-attraction,
.ir-dont-miss-these-hot-spots {
  background: transparent url(/m/screen/icon-location.gif) no-repeat right 0;
  padding: 33px 95px 0 0;
}
.ir-featured-event,
.ir-upcoming-events {
  background: transparent url(/m/screen/icon-event.gif) no-repeat right 0;
  padding: 33px 95px 0 0;
}
.sub .ir-upcoming-events {
  padding-top: 40px;
  background-position: right 10px;
  margin-bottom: 10px;
}
.ir-itineraries {
  background: transparent url(/m/screen/icon-itineraries.gif) no-repeat right 0;
  padding: 33px 115px 0 0;
}
.ir-listing,
.ir-details {
  background: transparent url(/m/screen/icon-listing-alt.gif) no-repeat right 0;
  padding: 33px 95px 0 0;
}
.ir-in-the-neighborhood {
  background: transparent url(/m/screen/icon-neighborhood.gif) no-repeat right 0;
  margin: 0;
  padding: 33px 95px 15px 0;
}
.ir-reviews {
  background: transparent url(/m/screen/icon-reviews.gif) no-repeat right 0;
  padding: 33px 95px 0 0;
}
.ir-related-tags {
  background: transparent url(/m/screen/icon-tags.gif) no-repeat right 0;
  padding: 33px 95px 2px 0;
}
.align {
  margin-top: -19px;
}
.narrow {
  background-position: -742px 0;
}
.sub .narrow {
  background-position: -599px 0;
}
/*-------------------------------------------
    Titles (alphabetical)
-------------------------------------------*/
.ir-book-online,
.ir-description,
.ir-details span,
.ir-dont-miss-these-hot-spots span,
.ir-facebook,
.ir-favorite-attractions,
.ir-featured-attraction span,
.ir-featured-event span,
.ir-featured-philly,
.ir-flickr,
.ir-follow-visitphilly-on,
.ir-foursquare,
.ir-in-the-neighborhood span,
.ir-instagram,
.ir-itineraries span,
.ir-latest-events,
.ir-newsletter-signup,
.ir-powered-by-travelocity,
.ir-related-tags span,
.ir-stay-on-top-of-visitphilly,
.ir-twitter,
.ir-whats-new,
.ir-upcoming-events span,
.ir-uwishunu,
.ir-uwishunu-alt,
.ir-uwishunu-mini,
.ir-youtube,
.ir-enews,
.ir-facebook-like,
.ir-facebook-like span {
  display: block;
  text-indent: -9999px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ir-book-online {
  min-width: 132px;
  height: 20px;
  background-image: url(/m/titles/book-online.gif);
  background-position: center 0;
  margin-bottom: 5px;
}
.book-online-alt .ir-book-online {
  float: left;
  margin: 8px 10px 15px 0;
  width: 132px;
  background-position: 0 0;
}
.ir-description {
  width: 118px;
  height: 20px;
  background-image: url(/m/titles/description.gif);
}
.ir-details span {
  width: 72px;
  height: 20px;
  background-image: url(/m/titles/details.gif);
}
.ir-dont-miss-these-hot-spots span {
  width: 149px;
  height: 35px;
  background-image: url(/m/titles/dont-miss-these-hot-spots.gif);
}
.ir-facebook {
  width: 69px;
  height: 26px;
  background-image: url(/m/titles/facebook.gif);
}
.ir-favorite-attractions {
  min-width: 163px;
  height: 69px;
  background-image: url(/m/titles/favorite-attractions.gif);
  background-position: center 0;
}
.ir-featured-attraction span {
  width: 196px;
  height: 20px;
  background-image: url(/m/titles/featured-attraction.gif);
}
.ir-featured-event span {
  width: 151px;
  height: 20px;
  background-image: url(/m/titles/featured-event.gif);
}
.ir-featured-philly {
  height: 20px;
  background-image: url(/m/titles/featured-philly.gif);
  background-position: 20px 0;
}
.ir-flickr {
  width: 57px;
  height: 22px;
  background-image: url(/m/titles/flickr.gif);
}
.ir-follow-visitphilly-on {
  width: 184px;
  height: 35px;
  margin-bottom: 10px;
  background-image: url(/m/titles/follow-visitphilly-on.gif?1);
  background-position: center 0;
}
.ir-foursquare {
  width: 68px;
  height: 34px;
  background-image: url(/m/titles/foursquare.gif);
}
.ir-in-the-neighborhood span {
  width: 200px;
  height: 20px;
  background-image: url(/m/titles/in-the-neighborhood.gif);
}
.ir-instagram {
  width: 57px;
  height: 34px;
  background-image: url(/m/titles/instagram.png);
}
.ir-itineraries span {
  width: 110px;
  height: 20px;
  background-image: url(/m/titles/itineraries.gif);
}
.ir-latest-events {
  min-width: 160px;
  height: 74px;
  background-image: url(/m/titles/latest-events.gif);
  background-position: center 0;
  margin-bottom: 10px;
}
.ir-newsletter-signup {
  width: 154px;
  height: 28px;
  background-image: url(/m/titles/newsletter-signup.gif?1);
  margin: 0 0 12px;
}
.ir-powered-by-travelocity {
  min-width: 178px;
  height: 28px;
  background-image: url(/m/titles/powered-by-travelocity.gif);
  background-position: center;
  margin: 0 0 5px;
}
.book-online-alt .ir-powered-by-travelocity {
  float: left;
  width: 178px;
}
.ir-related-tags span {
  width: 124px;
  height: 18px;
  background-image: url(/m/titles/related-tags.gif);
}
.ir-facebook-like span {
  width: 210px;
  height: 18px;
  background-image: url(/m/titles/facebooktitle.gif);
}
.ir-stay-on-top-of-visitphilly {
  width: 295px;
  height: 20px;
  background-image: url(/m/titles/stay-on-top-of-visitphilly.gif);
}
.ir-twitter {
  width: 74px;
  height: 30px;
  background-image: url(/m/titles/twitter.gif);
}
.ir-upcoming-events span {
  width: 173px;
  height: 20px;
  background-image: url(/m/titles/upcoming-events.gif);
}
.sub .ir-upcoming-events span {
  /* background-position: 0 10px; */
}
.ir-uwishunu {
  min-width: 143px;
  height: 94px;
  background-image: url(/m/titles/uwishunu.gif);
  background-position: center 0;
  margin: 0 0 12px;
}
.ir-uwishunu-alt {
  min-width: 174px;
  height: 133px;
  background-image: url(/m/titles/uwishunu-alt.gif);
  background-position: center 0;
  margin: 0 0 8px;
}
.ir-uwishunu-mini {
  width: 108px;
  height: 40px;
  background-image: url(/m/titles/uwishunu-mini.gif);
}
.ir-whats-new {
  width: 132px;
  height: 20px;
  background-image: url(/m/titles/whats-new.gif);
}
.ir-youtube {
  width: 68px;
  height: 34px;
  background-image: url(/m/titles/youtube.gif);
}
.ir-enews {
  width: 68px;
  height: 34px;
  background-image: url(/m/titles/blueenvelope.gif);
}
#aaaForm {
  margin: 0 auto 15px auto;
  border: 1px solid #C8C8C8;
  padding: 3px 3px 6px 3px;
  text-align: center;
  width: 80%;
  background: url(/m/screen/fade.gif);
}
#aaaForm H2.beta {
  color: #ce303f;
}
#aaaForm #zip {
  font-style: normal;
  font-size: 15px;
  padding: 3px 4px;
  width: 100px;
}
#aaaForm #go {
  border: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 4px;
}
#aaaForm #go {
  background-image: url(/m/widgets/general.gif);
  margin-left: 5px;
  border: none;
}
#aaaForm #go:hover,
#aaaForm #go:focus {
  background-position: 0 -24px;
  cursor: pointer;
}
.likebox {
  margin: 10px 0 60px 0;
}
.heading-wrap H1.alpha {
  width: auto;
}
.heading-wrap P.subhead {
  width: auto;
}
.uwishunu-feed IMG {
  margin: 0px;
  padding: 0px;
}
.logoimage {
  margin-right: 10px;
  margin-left: 15px;
}
.logoimage img {
  width: 70px;
}
.uwishunu-feed .upath {
  display: none;
}
UL.uwishunu-feed,
.uwishunu-feed LI {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.uwishunu-feed {
  border: 1px  solid #CCC;
  margin: 25px 0 10px 0;
}
.uwishunu-feed LI.utitle {
  border: 0px;
  background: #efefef;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin: 0px;
  padding: 0px !important;
  height: 80px;
}
.uwishunu-feed LI.vall {
  border: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.uwishunu-feed LI.utitle h5 {
  line-height: 19px;
  margin: 0px !important;
  padding: 0px;
}
.uwishunu-feed LI.utitle i {
  display: block;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}
.uwishunu-feed LI.utitle h5,
.uwishunu-feed LI.utitle i {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
  line-height: 22px;
}
.uwishunu-feed LI.utitle h5 em,
.uwishunu-feed LI.utitle i em {
  color: #49c3f6;
  font-style: normal;
}
.uwishunu-feed LI.utitle h5 {
  position: absolute;
  left: 98px;
  top: 14px;
}
.uwishunu-feed LI {
  padding: 10px 0 10px 0;
  margin: 0 10px 0 10px;
}
.uwishunu-feed LI.item {
  float: none;
  border-bottom: 1px dashed #CCC;
  clear: both;
  font-size: 12px;
  line-height: 15px;
}
.uwishunu-feed a {
  text-decoration: none;
}
.uwishunu-feed .date {
  font-style: italic;
  color: #333;
}
.uwishunu-feed LI.item IMG {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 10px;
  border: 2px solid #CCC;
}
.uwishunu-feed p.more {
  margin-bottom: 5px;
}
.ufeed {
  clear: both;
  margin-top: 40px;
  padding-top: 20px;
}
.uwishunu-feed LI.vtext {
  padding: 0px 0px 10px 0;
  font-size: 11px;
  line-height: 14px;
}
/* begin miles ad styles */
.ssbox {
  text-align: center;
  border: 1px solid #ccc;
  background: #ddd;
  padding-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
}
.ssholder {
  float: right;
  margin-left: 20px;
}
.button,
.btn-mobile {
  margin-bottom: 10px;
  padding: 3px !important;
  background: #eee;
  display: block;
  cursor: pointer;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: none !important;
  text-decoration: none !important;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.button SPAN,
.btn-mobile SPAN {
  padding: 0px !important;
  display: block !important;
  border-radius: 2px;
  color: #FFF !important;
}
.button SPAN B,
.btn-mobile SPAN B {
  display: block !important;
  padding: 6px 20px 0px 10px;
  font-weight: normal;
  background: url('/m/btn/btna.png') right top no-repeat;
}
.button SPAN b,
.btn-mobile SPAN b,
.button SPAN i,
.btn-mobile SPAN i,
.button SPAN em,
.btn-mobile SPAN em {
  font-weight: normal;
  font-style: none;
  line-height: 13px;
  font-size: 12px;
}
.button.right,
.btn-mobile.right {
  float: right;
}
.button.left,
.btn-mobile.left {
  float: left;
}
.button SPAN {
  background-image: url('/m/btn/btn.png') !important;
  background-repeat: repeat-x !important;
  background-position-y: 0px !important;
  text-decoration: none;
  height: 26px;
}
.button.aleft SPAN B {
  background: url('/m/btn/btnaleft.png') left top no-repeat;
  padding: 6px 10px 0px 20px;
}
.button b i {
  font-style: none;
}
.button.btnsmall SPAN {
  background-image: url('/m/btn/btngrey.png') !important;
}
.button.btnsmall SPAN B {
  width: 25px;
  font-size: 11px;
  padding-right: 16px;
  background-position-x: 38px;
}
.button.btnsmall.aleft SPAN B {
  padding-left: 15px;
  background-position-x: -4px;
  padding-right: 11px;
}
h1 .map-locations {
  margin-right: 160px;
  margin-left: 20px;
}
.map-wrap h1.alpha {
  float: none;
}
.noshare h1 .map-locations {
  margin-right: 0px;
}
.map-wrap {
  position: relative;
}
.button:hover {
  background: #ddd;
}
.button:hover SPAN {
  background-position-y: -26px !important;
  text-decoration: none;
}
.button:active SPAN B {
  padding-top: 7px;
  background-position-y: 0px !important;
}
.button:active {
  background: #fff;
}
.fullnode {
  width: 710px !important;
}
.button.inactive SPAN,
.button.inactive:hover SPAN,
.button.inactive:active SPAN {
  background-position-y: -60px !important;
  color: #eee !important;
}
.button.inactive,
.button.inactive:hover,
.button.inactive:active {
  background: #eee;
}
.ssbox image1 {
  padding: 0px;
  margin-bottom: 20px;
}
.ssboximage1 img {
  padding: 0px;
  margin: 0px 0px;
  width: 300px;
  height: 250px;
}
.home .ssbox {
  margin-bottom: 40px !important;
}
.btn-large SPAN,
button.btn-large SPAN {
  height: 40px;
  background-image: url('/m/btn/lbtn.png') !important;
}
.btn-large SPAN B,
button.btn-large SPAN B {
  padding: 12px 20px 0px 10px;
  font-size: 13px;
  line-height: 16px;
  background: url('/m/btn/lbtna.png') right top no-repeat;
}
button.btn-large:hover SPAN,
.button.btn-large:hover SPAN {
  background-position-y: -40px !important;
  text-decoration: none;
}
button.btn-large:active SPAN B,
.button.btn-large:active SPAN B {
  padding-top: 13px;
  background-position-y: 0px !important;
}
.mobile.button {
  font-family: "MuseoSans-700", Helvetica, Arial;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
.mobile.button em {
  color: #49c3f6;
  font-style: normal;
}
.button.btn-large SPAN {
  height: 40px;
  background-image: url('/m/btn/lbtn.png') !important;
}
.button.btn-large SPAN B {
  padding: 12px 20px 0px 10px;
  font-size: 13px;
  line-height: 16px;
  background: url('/m/btn/lbtna.png') right top no-repeat;
}
.button.btn-large:hover SPAN {
  background-position-y: -40px !important;
  text-decoration: none;
}
.button.btn-large:active SPAN B {
  padding-top: 13px;
  background-position-y: 0px !important;
}
.button.btn-large SPAN {
  height: 40px;
  background-image: url('/m/btn/lbtn.png') !important;
}
.button.btn-large SPAN B {
  padding: 12px 20px 0px 10px;
  font-size: 13px;
  line-height: 16px;
  background: url('/m/btn/lbtna.png') right top no-repeat;
}
.button.btn-large:hover SPAN {
  background-position-y: -40px !important;
  text-decoration: none;
}
.button.btn-large:active SPAN B {
  padding-top: 13px;
  background-position-y: 0px !important;
}
.button.btn-xl {
  display: inline-block;
}
.button.btn-xl SPAN {
  height: 48px;
  background-image: url('/m/btn/lbtn.png') !important;
  background-size: 1000px 144px;
}
.button.btn-xl SPAN B {
  padding: 15px 28px 0px 18px;
  font-size: 15px;
  line-height: 16px;
  background: url('/m/btn/lbtna.png') right 4px no-repeat;
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
}
.button.btn-xl:hover SPAN {
  background-position-y: -48px !important;
  text-decoration: none;
  letter-spacing: 0px;
}
.button.btn-xl:active SPAN B {
  padding-top: 16px;
  background-position-y: 5px !important;
}
.button.btn-xl.singleline span b {
  padding-top: 16px;
}
.mobile .button.btn-xl span {
  height: 48px !important;
}
.mobile .button.btn-xl span b {
  padding: 9px 28px 15px 18px;
}
.mobile .button.btn-xl.singleline span b {
  padding-top: 16px;
}
.widgethotel ul.travelocity-nav {
  background-image: url(/m/screen/hback.gif);
  width: 100%;
}
.widgethotel ul.travelocity-nav li a {
  width: 62px;
  margin: 0 auto;
}
.widgethotel ul.travelocity-nav li {
  margin: 0 auto;
  float: none;
}
.book-online.leftcol {
  width: auto;
}
.book-online.leftcol .hrooms {
  margin-top: 18px;
  width: 58px !important;
  margin-left: 15px;
}
.book-online.leftcol .split SELECT {
  width: 50px;
}
/* BEGIN PAGEINATION */
.pagination {
  margin-top: 20px;
}
.pagination .details,
.pagination strong,
.pagination a {
  padding: 6px 10px;
}
.pagination a,
.pagination strong {
  font-size: 11px;
  background: #ddd;
  -moz-border-radius: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #888;
}
.pagination a:hover {
  text-decoration: none;
  background: #999;
  color: #FFF;
}
.pagination strong {
  background: #dbf3fd;
  color: #666;
}
/* END PAGINATION*/
.sub .subcondensed {
  margin-left: 28px;
}
.sub.subcondensed,
.subcondensed {
  width: 320px;
}
.subcondensed .ssbox {
  width: 300px;
}
.subcondensed .book-online-alt {
  width: 300px;
}
.subcondensed .book-online-alt form .split p {
  width: 100px !important;
}
.subcondensed .ir-powered-by-travelocity {
  float: none;
  margin-left: 135px;
}
.subcondensed .ir-powered-by-travelocity {
  background-image: url(/m/titles/powered-by-travelocity2.gif);
}
.submargin {
  margin-top: 40px;
}
.nhlink {
  padding-top: 1px;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.nonh .nhlink {
  padding-left: 0px;
}
.nhcat a {
  background: url(/m/homegrown/nh2.png) right 3px no-repeat;
  padding-right: 24px;
  padding-top: 2px;
}
/* FOR TESTING // NH PREVIEW MTU */
.nhcat.nhlinktemp a {
  background: none;
}
h4.zeta .nhlink,
h4.zeta .nhlink a,
h4.zeta span,
.intheneighborhood .nhlink,
.intheneighborhood .nhlink a,
.intheneighborhood span {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  font: normal;
  display: inline;
}
.nhdetails,
.nhdetails strong {
  margin-bottom: 0px;
}
.intheneighborhood .nhlink a {
  white-space: nowrap;
}
.intheneighborhood span {
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.intheneighborhood .nhlisting span {
  display: none;
}
.unittemplateMicro .intheneighborhood a {
  display: inline;
}
.unittemplateMicro .ufeed {
  margin-top: 90px;
}
/* TESTING
*/
.adfeatures {
  border-bottom: 0px;
}
.adfeatures LI {
  padding: 0px;
}
.adfeatures LI .adpad {
  padding: 10px 0px 0px 14px;
  background: #eef9fe;
  margin: 3px 0px;
}
.adfeatures LI .adpad .subhead {
  color: #2ba2d4;
}
.adfeatures LI .adpad .button {
  background: #FFF;
}
.adfeatures LI .adpad .button SPAN,
.button.btn-med SPAN {
  min-height: 30px;
  background-image: url('/m/btn/mbtn.png') !important;
}
.adfeatures LI .adpad .button SPAN B,
.button.btn-med SPAN B {
  padding: 8px 20px 0px 15px;
  font-size: 12px;
  line-height: 13px;
  background: url('/m/btn/mbtna.png') right top no-repeat;
}
.adfeatures LI .adpad .button:hover SPAN,
.button.btn-med:hover SPAN {
  background-position-y: -30px !important;
  text-decoration: none;
}
.adfeatures LI .adpad .button:active SPAN B,
.button.btn-med:active SPAN B {
  padding-top: 9px;
  background-position-y: 0px !important;
}
.btn-mobile SPAN {
  height: auto;
  background: #cd2b3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd2b3a), color-stop(50%, #dd6973), color-stop(51%, #ce2d3c), color-stop(100%, #ce2f3c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cd2b3a 0%, #dd6973 50%, #ce2d3c 51%, #ce2f3c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd2b3a', endColorstr='#ce2f3c', GradientType=0);
  /* IE6-9 */
}
.btn-mobile SPAN B {
  padding: 8px 20px 8px 15px;
  font-size: 12px;
  line-height: 13px;
  background: url('/m/btn/mbtna.png') right top no-repeat;
}
.dsep {
  display: none;
}
.sectionheading {
  padding: 15px 0px 1px 0px;
  margin: 10px 0 10px 0px;
}
.sectionheading.shfeat {
  background: url(/m/screen/icon-location.gif) top right no-repeat;
}
.sectionheading.shspon {
  background: url(/m/screen/icon-listing-alt.gif) top right no-repeat;
}
.sectionheading h2 {
  font-weight: bold;
  margin: 0px;
  padding: 0px 0 2px 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
  color: #6ca9c4;
  text-transform: uppercase;
  border: 0px;
}
img.adtitle1 {
  margin-bottom: 0px;
}
.adtitlenoback {
  background: transparent url(/m/screen/icon-location.gif) no-repeat 0 0;
}
.adpage .summary-alt .button {
  margin-right: 15px;
}
.spontext,
.ssnotice {
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 6px 0px;
}
.ssnotice {
  margin-bottom: 6px;
}
.summary .spontext {
  margin: 0 0 10px 0px;
}
.sidead .spontext {
  margin-top: 10px;
}
.adhead,
ul.adfeatures {
  display: none;
}
.nodays h3.theta {
  border: 0px;
}
.nodays h3.gamma {
  margin-top: -5px;
  padding-top: 15px;
}
.stepaddress {
  clear: none;
  float: none;
}
.stepmore {
  border-left: 1px solid #CCC;
  padding: 10px 145px 2px 30px;
  float: right;
}
.steptextindent {
  margin-left: 129px;
}
.stepimage {
  float: left;
}
.stepstop.first {
  margin-top: 5px;
}
.step.first h3.gamma {
  border: 0px;
  margin-top: 10px;
}
.nodays .stepstop.first {
  border: 0px;
  margin-top: 0px;
}
.step.nodays {
  border-top: 1px solid #CCC;
}
.step.nodays.first {
  border: 0px;
}
.stopdesc {
  font-size: 13px;
}
.morebox.stepmore {
  padding: 10px 10px 2px 30px;
}
/*.page-itin-new .ssnotice,.page-itin-new .ssimages, .page-itin-new .ssa1 { display:none; } */
.mapbubble {
  width: 450px;
}
.mapbubble .stepmore {
  padding: 10px 5px 2px 10px;
}
BODY .mapbubble h3,
.gm-style .gm-style-iw .mapbubble h3 {
  margin-bottom: 3px;
}
BODY .mapbubble h3 a,
.gm-style .gm-style-iw .mapbubble h3 a,
BODY .mapbubble h3 a br,
.gm-style .gm-style-iw .mapbubble h3 a br {
  font-size: 18px;
  line-height: 19px;
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-weight: normal;
  color: #cd2b3a;
}
BODY .mapbubble .subhead,
.gm-style .gm-style-iw .mapbubble .subhead {
  letter-spacing: 0px;
  font-style: normal;
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  color: #828282;
  margin: 0px 0px 9px 0px;
}
BODY .mapbubble > div > p,
.gm-style .gm-style-iw .mapbubble > div > p,
BODY .mapbubble > div > p br,
.gm-style .gm-style-iw .mapbubble > div > p br {
  font-size: 15px;
  line-height: 16px;
  line-height: 21px;
}
BODY .mapbubble .steptext,
.gm-style .gm-style-iw .mapbubble .steptext,
BODY .mapbubble .steptextindent,
.gm-style .gm-style-iw .mapbubble .steptextindent {
  margin-top: -2px;
}
BODY .mapbubble .stepaddress,
.gm-style .gm-style-iw .mapbubble .stepaddress,
BODY .mapbubble .stepaddress br,
.gm-style .gm-style-iw .mapbubble .stepaddress br,
BODY .mapbubble .stepaddress div,
.gm-style .gm-style-iw .mapbubble .stepaddress div {
  font-size: 12px;
  line-height: 13px;
  line-height: 14px;
}
.mapbubble .noindent .stepmore {
  padding: 10px 115px 2px 40px;
}
.mapbubble div p {
  font-family: georgia;
  font-size: 12px;
  line-height: 1.4;
}
.gptside {
  float: right;
  margin-left: 20px;
}
.gpthorz .gptad {
  float: left;
}
.gpthorz .gptad1 {
  float: left;
  margin-right: 10px;
}
.gpt170 .gptad iframe {
  width: 170px;
  height: 295px;
  margin-bottom: 15px;
}
.gpt300 .gptad iframe {
  width: 300px;
  height: 250px;
}
.gpt710 .gptad {
  width: 710px;
  height: 200px;
}
.gpt345 .gptad {
  width: 345px;
  margin-bottom: 15px;
}
.gptadalt {
  display: none;
}
/* override height to accomodate padding */
.gpt345 .gptad iframe {
  height: 144px !important;
}
.gpt300 .gptad {
  margin-bottom: 30px;
}
.prenotice .gptad:before {
  content: "Advertisement:";
  text-align: left;
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0 6px 0px;
}
.gptadunit {
  margin: 35px 0 20px 0;
}
.landing .main.fullmain {
  width: 700px;
}
.landing .main.fullmainauto {
  width: auto;
  padding: 0px;
}
.nhlisting span {
  display: none;
}
.landing .nhlisting {
  display: block;
}
.landing .nhlisting span {
  display: none;
}
.landing .nhlisting .nonh {
  display: block;
}
.landing .nhlisting .nonh span {
  display: none;
}
.landing .nhlisting .nhlink {
  display: block;
}
.nhlinktemp,
.landing .nhlisting .nhlinktemp {
  display: none;
}
.itinclassic {
  display: none;
}
/* .neighborhood .secondary { margin-right:45px; } */
.adfeatures li {
  margin-bottom: 3px;
}
/*EB Museo/Sans Substitutions */
#main-nav {
  width: 560px;
}
#main-nav .nav-things-to-do,
#main-nav .nav-plan-your-trip,
#main-nav .nav-philly-now {
  background-image: none;
  text-indent: 0px;
  font-size: 17px;
  font-family: MuseoSans-700;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 4px;
  letter-spacing: 0px;
}
#main-nav .nav-things-to-do:before,
#main-nav .nav-plan-your-trip:before,
#main-nav .nav-philly-now:before {
  content: url('http://photos.visitphilly.com/nav-red-triangle.png');
  color: #ff0000;
  padding-right: 5px;
  padding-left: 5px;
}
#main-nav .nav-things-to-do:hover,
#main-nav .nav-plan-your-trip:hover,
#main-nav .nav-philly-now:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
#main-nav .nav-plan-your-trip {
  width: 190px;
}
#main-nav .nav-things-to-do {
  width: 190px;
}
#main-nav .nav-philly-now {
  width: 180px;
}
.ir-favorite-attractions {
  background-image: url(/m/titles/favorite-attractions.png?1);
}
.ir-details,
.ir-whats-new,
.ir-description,
.ir-featured-philly,
.ir-stay-on-top-of-visitphilly,
.ir-book-online {
  text-indent: 0 !important;
  background-image: none !important;
  font-family: "MuseoSans-700", Helvetica, Arial;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #727272;
  margin-bottom: 5px;
  width: 100%;
  margin-left: -1px;
}
.ir-details em,
.ir-whats-new em,
.ir-description em,
.ir-featured-philly em,
.ir-stay-on-top-of-visitphilly em,
.ir-book-online em {
  color: #49c3f6;
  font-style: normal;
}
.ir-homegrown-videos,
.ir-homegrown-itineraries {
  text-indent: 0 !important;
  background-image: none !important;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  color: #000;
}
.ir-details span,
.ir-related-tags span,
.ir-in-the-neighborhood span,
.ir-facebook-like span,
.ir-upcoming-events span,
.ir-dont-miss-these-hot-spots span {
  text-indent: 0 !important;
  background-image: none !important;
  font-family: "MuseoSans-700", Helvetica, Arial;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #727272;
  margin-bottom: 5px;
  width: 100%;
}
.ir-details span em,
.ir-related-tags span em,
.ir-in-the-neighborhood span em,
.ir-facebook-like span em,
.ir-upcoming-events span em,
.ir-dont-miss-these-hot-spots span em {
  color: #49c3f6;
  font-style: normal;
}
.ir-dont-miss-these-hot-spots span {
  width: 149px;
}
.ir-whats-new {
  font-size: 16px;
}
.coda-wrap .coda h2 {
  padding-left: 0px;
  padding-bottom: 10px;
}
.irtitle em,
.ir-title em {
  font-style: normal;
  color: #49beef;
  line-height: 18px;
}
.topm {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  color: #727272;
  margin: 20px 0 9px 0;
}
.topm em {
  color: #49c3f6;
  font-style: normal;
}
.topm em {
  font-style: normal;
  color: #49beef;
  line-height: 18px;
}
.headf {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  color: #727272;
  padding-left: 5px;
}
.headf em {
  color: #49c3f6;
  font-style: normal;
}
.headf em {
  font-style: normal;
  color: #49beef;
  line-height: 18px;
}
.home-tw > div > div {
  background: url('/m/titles/follow-us-twitter.png?1') !important;
}
.home-fb > div > div {
  background: url('/m/titles/like-us-fb.png?1') !important;
}
.home-nl > div > form > div {
  background: url('/m/titles/subscribe-enews3.png?1') !important;
}
li.on > a[class*='nav-'] {
  color: #000 !important;
  background-color: #fff !important;
}
.linkbox {
  position: absolute;
  top: -270px;
  left: 0px;
  width: 100%;
  height: 250px;
}
#footer p a {
  color: #FFF;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: normal;
}
.hashtag {
  display: none;
}
.hashtag span {
  font-size: 22px;
}
.hashtag {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-family: georgia;
  font-size: 17px;
  font-style: italic;
}
.hastag a,
.hastag a:visited {
  color: #aaa !important;
}
.hastag a:hover {
  color: #999;
  text-decoration: none !important;
}
@media all and (min-width: 1201px) {
  .hashtag {
    display: block;
  }
}
.ir-details {
  background-position: -200px 0px !important;
}
.map-wrap {
  padding: 15px 0px !important;
}
.map-locations {
  margin-right: 195px;
}
.sharebuttons {
  position: absolute;
  top: 3px;
  right: 0px;
}
.map-wrap .sharebuttons {
  top: 10px;
}
.sharebump .sharebuttons {
  top: 10px;
}
.hideshare {
  display: none;
}
.heading-wrap {
  position: relative;
}
#campaignland .sharebuttons {
  top: 15px;
  right: 5px;
}
.divtwit {
  float: right;
}
.divface {
  float: right;
  margin-right: 0px;
  margin-top: 1px;
}
.sharebump h1 {
  min-height: 65px;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  z-index: 1000000 !important;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #EEE;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.foottime {
  bottom: 24px;
  left: 0;
  position: fixed;
  z-index: 999999;
  width: 220px;
}
.foottime .foottimeholder {
  position: relative;
}
.foottime .cachebust,
.foottime .adminlink,
.foottime .foottimetext {
  display: inline-block;
  font-family: "MuseoSans-700", Helvetica, Arial;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 12px;
  color: #fff;
  padding: 10px;
}
.foottime .cachebust i,
.foottime .adminlink i,
.foottime .foottimetext i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.foottime .foottimetext {
  background-color: #000;
  color: #fff;
  font-family: georgia;
  color: #CCC;
  text-transform: none;
}
.foottime .cachebust,
.foottime .adminlink {
  margin: 2px 2px 0px 0px;
  padding: 9px 8px 7px 8px;
  background: #bbb;
  color: #FFF;
}
.foottime .cachebust:hover,
.foottime .adminlink:hover {
  color: #CCC;
  background: #cc3333;
  text-decoration: none;
}
.foottime .cachebust:active,
.foottime .adminlink:active {
  color: #999;
  background: #333;
  text-decoration: none;
}
.searchbyname {
  position: relative;
  border-bottom: 2px solid #CCC;
  margin-bottom: -2px;
  background: #FFF;
  margin: 0 auto;
  text-align: center;
  padding-left: 15px;
  font-family: "MuseoSans-700", Helvetica, Arial;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  color: #49c3f6;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.searchbyname em {
  color: #49c3f6;
  font-style: normal;
}
.searchbyname b {
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
}
.searchbyname INPUT {
  width: 36%;
  display: inline-block;
  max-width: 250px;
  font-family: arial;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  background: url(/m/hotel/searchback.gif) #ffffff 2px 2px no-repeat;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding-left: 25px;
}
.search-results .heading-wrap {
  margin-bottom: 0px;
}
.search-results #content {
  min-height: 900px;
}
.ajaxloading {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
}
.searchbyname.loading .ajaxloading {
  display: block;
  background: #ffffff url('/m/mobile/ajax1.gif') no-repeat top right;
  background-size: 100%;
}
.searchbyname.loading input {
  background-color: #fafafa;
  color: #888;
}
.noresults {
  letter-spacing: 1px;
  font-family: arial;
  background: #EEE;
  padding: 10px;
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.letterloaded .gamma a em,
.searchthis em {
  display: inline-block;
  background: #dbf3fe;
  color: #1a293f;
  background: #fffeb1;
  color: #666;
  font-style: normal;
}
.gotopholder {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 205;
  display: none;
}
.gotopholder .gotophold {
  position: relative;
  bottom: 0px;
  width: 950px;
  margin: 0 auto;
}
.gotopholder .gotop {
  background: #666;
  color: #fff;
  line-height: 34px;
  font-size: 35px;
  width: 80px;
  height: 48px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  opacity: .85;
  bottom: 0px;
  right: 0px;
  position: absolute;
  border-bottom: 0px;
}
.gotopholder .gotop:hover {
  opacity: .9;
}
.gotopholder .gotop:active {
  opacity: 1.0;
}
.gotopholder .gotop .gotext {
  color: #ddd;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  font-family: MuseoSans-700;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -3px;
}
.gsc-control-cse .gsc-above-wrapper-area {
  border: 0px;
  padding: 0px;
}
.gsc-control-cse .gsc-result-info-container {
  padding: 0px;
}
.gsc-control-cse .gsc-resultsHeader {
  display: none;
}
.gsc-control-cse .gsc-webResult.gsc-result,
.gsc-control-cse .gsc-webResult.gsc-result,
.gsc-control-cse .gsc-imageResult-column,
.gsc-control-cse .gsc-imageResult-classic {
  margin-bottom: 0px !important;
}
.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl,
.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  margin-top: 2px;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}
.gsc-table-result td {
  padding: 0px;
}
.gsc-table-result {
  margin: 0px;
}
#content .gsc-results .gsc-cursor-box {
  margin-top: 15px;
  text-align: center;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  margin-top: 10px;
  font-size: 11px;
  background: #ddd;
  -moz-border-radius: 3px;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  color: #888;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
  text-decoration: none;
  background: #999;
  color: #FFF;
}
#content .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
  background: #dbf3fd;
  color: #666;
}
.findamore {
  clear: both;
  text-align: right;
}
.findamore .button {
  white-space: nowrap;
}
.showmoredata {
  display: none;
  text-align: center;
}
.showmoredata .button {
  display: inline-block;
}
.moretable tr:nth-child(n+41) {
  display: none;
}
.moretable .showmoredata {
  display: block;
}
ul.featureditems,
ul.summary-alt.featureditems {
  border-bottom: 0px;
}
ul.summary-alt.featureditems.topfeatures {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
ul.summary-alt.toppicks {
  background: none;
  padding-top: 0px;
  border-top: 1px solid #ccc;
}
a.nhlinkempty {
  display: none;
}
.jumplinks {
  margin: 0 15px;
}
.jumplinks h2 {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}
.jumplinks .nhlinks {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 40px;
}
.jumplinks .nhlinks .col {
  width: 33%;
}
.jumplinks .nhlinks a {
  padding: 10px;
  margin: 1px;
  background: #EEE;
}
.jumplinks .nhlinks a p {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  text-transform: none;
  color: #666;
  font-weight: normal !important;
  font-size: 15px;
}
.jumplinks .nhlinks a p em {
  color: #49c3f6;
  font-style: normal;
}
.jumplinks .nhlinks a:hover {
  background: #cc3333;
  color: #FFF;
  text-decoration: none;
}
.jumplinks .nhlinks a:hover p {
  color: #FFF;
}
.jumplinks .nhlinks a.nhlinkempty {
  cursor: default;
  display: block;
}
.jumplinks .nhlinks a.nhlinkempty:hover {
  background: #EEE;
}
.viewback,
.goback {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  color: #1a293f;
  text-decoration: none;
  padding-left: 2%;
  padding-top: 10px;
  padding-bottom: 5px;
  display: inline-block;
}
.viewback em,
.goback em {
  color: #49c3f6;
  font-style: normal;
}
.viewback .fa,
.goback .fa {
  font-size: 9px;
}
.goback {
  position: absolute;
  left: 0px;
  top: 65px;
  font-weight: normal;
}
.faout {
  position: absolute;
  right: 11px;
  top: 11px;
}
@media all and (max-width: 1070px) {
  .logo a {
    background-image: url('/m/home-visit-philadelphia3.png');
    width: 445px;
  }
  #main-nav {
    width: 480px;
  }
  #main-nav a.nav-things-to-do,
  #main-nav a.nav-plan-your-trip,
  #main-nav a.nav-philly-now {
    font-size: 15px !important;
  }
  #main-nav .nav-plan-your-trip,
  #main-nav .nav-things-to-do {
    width: 160px !important;
  }
  #main-nav a.nav-philly-now {
    width: 130px !important;
  }
}
.landing .breadcrumbs.cleanbread {
  background: none;
  padding-bottom: 10px;
}
#footer-wrap {
  clear: both;
  background: #1e2e47 url(/m/screen/bg-footer.gif) repeat-x 0 0;
}
/*-------------------------------------------
    Footer
-------------------------------------------*/
#footer-top {
  background: #ddd;
}
#footer-top #footer-top-holder {
  max-width: 957px;
  margin: 0 auto;
  padding: 20px 0 35px 0;
}
#footer-top h3,
#footer-top .subtext {
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-weight: normal;
  color: #17263b;
}
#footer-top h3 {
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}
#footer-top .subtext {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 15px;
  margin-top: 8px;
}
#footer-top .socialicons .na-foodspotting {
  background: transparent url(/m/foodspot.png) no-repeat top center;
  background-size: 100%;
  width: 29px;
  height: 36px;
}
#footer-top .socialicons i {
  display: inline-block;
  font-size: 36px;
  color: #17263b;
  margin: 0 10px 0 0;
  vertical-align: top;
}
#footer-top .socialicons a:hover i {
  color: #FFF;
}
#footer-top .socialicons a:hover .na-foodspotting {
  background-position-y: -36px;
}
#footer-top .signupholder input {
  border: 0px;
  font-family: Arial, sans-serif;
  background: #17263b;
  background: #666;
  color: #ddd;
  font-size: 13px;
  line-height: 14px;
  padding: 10px;
  font-style: normal;
}
#footer-top .signupholder #signup {
  margin-right: 8px;
  width: 60%;
  max-width: 250px;
}
#footer-top .signupholder #signupbutton {
  text-transform: uppercase;
  font-weight: bold;
}
#footer-top .signupholder #signupbutton:hover {
  color: #17263b;
  background: #FFF;
}
.left50 {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px;
}
.right50 {
  float: left;
  width: 50%;
  margin: 0px;
  padding: 0px;
}
#footer {
  max-width: 957px;
  min-height: 235px;
  margin: 0 auto;
  padding: 26px 0 10px;
  padding-bottom: 65px;
}
#footer * {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
#footer ul,
#footer ul li {
  list-style: none;
}
#footer ul {
  clear: both;
  width: 960px;
}
#footer .dossier {
  border-bottom: 1px solid #333e4e;
  margin-bottom: 20px;
}
#footer .dossier strong,
#footer .dossier a {
  font-size: 11px;
  text-transform: uppercase;
}
#footer .dossier strong {
  letter-spacing: 0.3px;
}
#footer .dossier p {
  clear: both;
}
#footer .dossier ul {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#footer .dossier ul li {
  float: left;
  list-style-type: none;
  background: transparent url(/m/screen/marker-dossier.gif) no-repeat right center;
  padding: 0px;
  margin: 0px;
  margin: 0 16px 0 0;
  padding: 0 16px 0 0 ;
  display: inline-block;
}
#footer .dossier ul li.last {
  background: none;
  padding-right: 0;
  margin-right: 0;
}
#footer .dossier ul a {
  letter-spacing: 0px;
  white-space: nowrap;
  color: #bbb;
  font-family: "MuseoSans-900", Helvetica, Arial;
  font-weight: normal;
  display: block;
  padding: 5px 5px;
}
#footer .dossier ul a:hover {
  color: #FFF;
}
#footer .sponsors strong,
#footer .sponsors a {
  font-size: 11px;
  text-transform: uppercase;
}
#footer .sponsors strong {
  letter-spacing: 1px;
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}
#footer .sponsors li {
  position: relative;
  margin: 0 73px 0 0;
  float: left;
}
#footer .sponsors li.logo-dusa {
  margin: 0px;
}
#footer .sponsors .logo-gptmc a {
  width: 170px;
  height: 57px;
  margin-top: 20px;
  margin-left: 0px;
  background-size: 170px;
  background-size: 100%;
  background-image: url(/m/titles/sponsors/visit-philadelphia-logo-white.png);
}
#footer .sponsors .logo-dusa a {
  width: 150px;
  height: 85px;
  background-size: 100%;
  background-image: url(/m/titles/sponsors/discover-usa-white.png);
}
#footer .sponsors .logo-uwishunu a {
  top: 14px;
  width: 159px;
  height: 82px;
  margin-top: 10px;
  margin-left: 5px;
  background-size: 100%;
  background-image: url(/m/titles/sponsors/UWISHUNU-logo-white.png);
}
#footer .sponsors .logo-visit-pa a {
  margin-top: 15px;
  width: 66px;
  height: 85px;
  background-size: 66px;
  background-size: 100%;
  background-image: url(/m/titles/sponsors/PA-logo-white.png);
}
#footer .sponsors .logo-city a {
  margin-top: 3px;
  width: 90px;
  height: 102px;
  margin-right: 15px;
  margin-left: 8px;
  background-size: 90px;
  background-size: 100%;
  background-image: url(/m/titles/sponsors/city-logo-white.png);
}
#footer .sponsors p {
  margin-bottom: 10px;
}
#footer .copytext {
  clear: both;
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}
#footer .copytext .copylink {
  text-decoration: underline;
  margin: 0 5px;
}
.mobile .left50 {
  float: none;
  width: auto;
  margin: 0px;
  padding: 0px;
}
.mobile .left50 .pad {
  padding-right: 2%;
  padding-left: 2%;
}
.mobile .right50 {
  float: none;
  width: auto;
  margin: 0px;
  padding: 0px;
}
.mobile .right50 .pad {
  padding-right: 2%;
  padding-left: 2%;
  margin-top: 30px;
}
.mobile #footer-top .socialicons i {
  margin: 5px;
}
.mobile #footer {
  padding-top: 18px;
}
.mobile #footer ul {
  width: auto;
}
.mobile #footer .dossier {
  padding-right: 2%;
  padding-left: 2%;
  text-align: left;
}
.mobile #footer .dossier ul {
  text-align: center;
  width: auto;
}
.mobile #footer .dossier li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  padding-right: 4px;
}
.mobile #footer .dossier li a {
  font-size: 13px;
  line-height: 14px;
  padding: 7px 6px 7px 1px;
}
.mobile #footer .sponsors p strong {
  font-size: 14px;
  line-height: 15px;
}
.mobile #footer .sponsors ul li {
  width: 20%;
  padding: 0px;
  margin: 0px;
  height: auto;
  height: 80px;
}
.mobile #footer .sponsors ul li a {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  height: 100px;
}
.mobile #footer .copytext,
.mobile #footer .copytext * {
  font-size: 14px;
  line-height: 15px;
  line-height: 20px;
}
.mobile #footer .copylinks {
  display: block;
  margin-top: 5px;
}
.mobile #footer .copylinks a {
  padding: 5px;
}
.coda-wrap {
  background-image: url(/m/screen/bg-coda1.gif);
}
.mobheader img {
  margin-bottom: 0px;
}
.home .neighborhoods-tab {
  margin-bottom: 20px;
}
.home .neighborhoods-tab .nhlinks .col {
  width: 19%;
  float: left;
}
.home .neighborhoods-tab .nhlinks .col a {
  display: block;
  background-color: #eee;
  width: 100%;
  margin-bottom: 2px;
}
.home .neighborhoods-tab .nhlinks .col a p {
  letter-spacing: 0px;
  font-style: normal;
  font-family: "MuseoSans-700", Helvetica, Arial;
  font-weight: normal;
  padding: 6px 4px;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #666;
  margin-bottom: 2px;
}
.home .neighborhoods-tab .nhlinks .col a p {
  height: 34px;
  display: table-cell;
  padding: 0 3px;
  vertical-align: middle;
  text-align: center;
}
.home .neighborhoods-tab .nhlinks .col a p {
  width: 19%;
}
.home .neighborhoods-tab .nhlinks a:hover {
  background: #cc3333;
}
.home .neighborhoods-tab .nhlinks a:hover p {
  color: #FFF;
}
.homepage-tab .twtimg {
  margin-bottom: 10px;
}
.homepage-tab h3 {
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-weight: normal;
  font-size: 29px;
  line-height: 30px;
  color: black;
  margin-bottom: 5px;
}
.homepage-tab p.tabtext {
  font-size: 14px;
  line-height: 15px;
  line-height: 17px;
}
.homepage-tab .nhlinks a:hover p {
  color: #FFF;
  background: #cd2b3a;
  text-decoration: none;
}
.homepage-tab .nhlinks,
.homepage-tab .nhlinks a,
.homepage-tab .nhlinks a:active,
.homepage-tab .nhlinks a:hover,
.homepage-tab .nhlinks a:visited,
.homepage-tab .nhlinks p,
.homepage-tab .nhlinks a p,
.homepage-tab .nhlinks a:active p,
.homepage-tab .nhlinks a:hover p,
.homepage-tab .nhlinks a:visited p {
  text-decoration: none;
}
.mobile .btn-longtext span b {
  padding-top: 5px !important;
}
.mobile .homepage-tab {
  padding-bottom: 20px;
}
.mobile .homepage-tab h3,
.mobile .homepage-tab p.tabtext,
.mobile .homepage-tab .buttonholder {
  padding-left: 2%;
  padding-right: 2%;
}
.mobile .homepage-tab h3 {
  font-size: 22px;
  line-height: 23px;
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-weight: normal;
}
.mobile .homepage-tab .twtimg {
  width: 100%;
}
.home .nhlinks .col {
  width: 32%;
  float: left;
  padding-right: 2px;
}
.home .nhlinks .col p {
  background-color: #eee;
  margin-bottom: 2px;
}
.home .nhlinks .col p {
  font-family: MuseoSans-700;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #666;
}
.nhlinks {
  margin-bottom: 20px;
}
.loadingmap {
  position: absolute;
  top: 100px;
  width: 955px;
  z-index: 20;
  display: none;
}
.loadingmap div {
  background: #FFF;
  border: 3px solid #CCC;
  width: 220px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.newsletterbox#colorbox {
  overflow: visible;
}
.newsletterbox#colorbox #cboxWrapper {
  overflow: visible;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent {
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #eee;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
  border: 12px solid #ddd;
  background: #fdfefd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfefd), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfefd 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfefd 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfefd', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}
.newsletterbox#colorbox #cboxWrapper #cboxContent .cboxIframe {
  background: transparent;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  margin: 15px;
  overflow: visible;
  margin-top: 10px;
  background: none !important;
  background-color: none !important;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxClose {
  text-align: center;
  display: block;
  overflow: hidden;
  border: 5px solid #ddd;
  width: 46px;
  height: 46px;
  background: #cc3333;
  border-radius: 50%;
  top: -23px;
  right: -23px;
  text-indent: 0px;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxClose:hover {
  background-position-y: -34px;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxClose:before {
  content: "\f00d";
  font-family: FontAwesome;
  padding-right: 5px;
  text-decoration: none !important;
  font-size: 23px;
  line-height: 24px;
  line-height: 23px;
  text-align: center;
  margin-left: 5px;
  color: #ddd;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxClose:hover {
  background: #a32929;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxClose:hover:before {
  color: #FFF;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  background: url(/m/towns/loading.gif) no-repeat center center;
}
.newsletterbox#colorbox #cboxWrapper #cboxContent #cboxTitle {
  display: none !important;
}
.mobile .foottime,
.mobile .foottimeholder,
.mobile .foottimetext,
.mobile .cachebust,
.mobile .adminlink {
  display: none;
}
.logwindow {
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  text-align: center;
}
.logwindow .displaywindow {
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-weight: normal;
  width: 550px;
  padding: 20px;
  margin: 100px auto;
  background: #000;
  color: #b0e0f4;
  border: 5px solid #666;
  text-align: left;
}
.logwindow .displaywindow b {
  display: block;
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
}
.logwindow .displaywindow i {
  font-size: 13px;
  line-height: 14px;
}
.logwindow .displaywindow .contentarea {
  font-size: 16px;
  line-height: 17px;
  line-height: 20px;
}
img.expand {
  max-width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
}
.expandimg {
  margin: 0 auto;
}
.fullsize .expandimg {
  max-width: 100%;
}
.mobile .expandimg {
  position: relative;
}
.expandClick {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  clear: both;
  padding-top: 10px;
  font-family: "georgia";
  font-style: italic;
  font-weight: normal;
}
.expandClick span {
  display: inline-block;
  padding: 3px 8px;
  background: #828282;
  color: #FFF;
  position: relative;
  border-radius: 5px;
}
.expandClick span:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #828282;
  border-width: 5px;
  margin-left: -5px;
}
.divexpand:hover .expandClick span {
  background: #cd2b3a;
}
.divexpand:hover .expandClick span:after {
  border-bottom-color: #cd2b3a;
}
.instagram {
  text-align: center;
  margin-bottom: 70px;
}
.instagram > * {
  display: inline-block;
}
.instagram.gramnocaption {
  margin-bottom: 45px;
}
.instagram iframe.instagram-media {
  margin: 0 auto !important;
  /*center on page*/
}
.instagramcaption {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  margin-top: -50px;
  padding: 0 70px;
  margin-bottom: 32px;
}
.mobile .instagramcaption {
  padding: 0px;
}
.tagtitlelink {
  color: #49c3f6;
}
.tagtitlelink:hover {
  color: #0983b6;
}
.viewtaglink {
  clear: left;
  float: left;
  margin-top: 10px;
  font-size: 17px;
  font-style: italic;
}
.viewtaglink a {
  display: block;
  color: #828282;
}
.viewtaglink a span {
  text-transform: capitalize;
  text-decoration: underline;
  color: #49c3f6;
}
.viewtaglink em {
  color: #49c3f6;
}
.viewtaglink a:hover,
.viewtaglink a:active {
  text-decoration: none;
}
.viewtaglink a:hover span,
.viewtaglink a:active span {
  color: #0983b6;
  text-decoration: underline;
}
.viewtaglink a:active span {
  color: #054f6e;
}
.fullsize .tagtitlecol {
  min-width: 185px;
}
body.pagenotfound.landing .heading-wrap {
  border-color: rgba(240, 240, 240, 0.5);
}
body.pagenotfound.landing #content {
  background: none;
}
body.pagenotfound.landing #content-wrap {
  margin-top: -10px;
  background: #ffffff url('/m/screen/pagenotfound.jpg') no-repeat;
  background-size: cover;
}
body.pagenotfound.landing .breadcrumbs {
  position: relative;
  background-image: url(/m/screen/bg-landing-main-top2.png);
}
body.pagenotfound.landing.mobile #content-wrap {
  background: none;
}
.resultbody {
  text-align: center;
  margin-top: 20px;
}
.resultbody p {
  margin: 4px;
  font-size: 16px;
  line-height: 18px;
}
.search-results .heading-wrap {
  border-bottom: 0px;
}
.search-results h1.alpha {
  text-align: center;
  border-bottom: 0px;
}
.search-results p.subhead {
  text-align: center;
  margin-bottom: 0px;
}
.search-results .resultsnote {
  text-align: center;
  color: #676767;
  font-family: "MuseoSans-300", Helvetica, Arial;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.gsc-control-wrapper-cse * {
  line-height: inherit;
}
.gsc-results-wrapper-visible {
  margin-top: 10px;
}
.gsc-results-wrapper-visible .gcsc-branding,
.gsc-results-wrapper-visible .gcsc-branding-text {
  display: none;
}
.gsc-results-wrapper-visible .gsc-thumbnail-inside,
.gsc-results-wrapper-visible .gsc-url-top {
  padding-left: 0px;
}
.gsc-results-wrapper-visible .gs-webResult.gs-result * {
  border: 0px;
}
.gsc-results-wrapper-visible .gsc-webResult.gsc-result {
  border-bottom: 1px dashed #ccc !important;
}
.gsc-results-wrapper-visible .gsc-table-result {
  border: 0px;
}
.gsc-results-wrapper-visible .gsc-result-info-container {
  font-family: georgia;
  font-style: italic;
}
.gsc-results-wrapper-visible .gsc-above-wrapper-area {
  border-top: 1px solid #CCC;
  border-bottom: none;
}
.gsc-results-wrapper-visible .gsc-above-wrapper-area .gsc-result-info-container {
  margin-top: 10px;
  display: block;
}
.gsc-results-wrapper-visible .gsc-tabsArea {
  border: 0px;
  margin-top: 0px;
  height: 43px;
}
.gsc-results-wrapper-visible .gsc-tabsArea > div {
  height: 44px;
  overflow: hidden;
  text-align: center;
}
.gsc-results-wrapper-visible .gsc-tabsArea .gsc-tabHeader {
  transition: all 0.5s ease;
  display: inline-block;
  height: 44px;
  font-family: "MuseoSans-500", Helvetica, Arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 14px;
  padding-right: 14px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}
.gsc-results-wrapper-visible .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive {
  border-top: 3px solid #37455c;
  color: #37455c;
  background: #FFF;
  top: 2px;
}
.gsc-results-wrapper-visible .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive {
  background: #eee;
  color: #828282;
  height: 39px;
}
.gsc-results-wrapper-visible .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:active,
.gsc-results-wrapper-visible .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:hover {
  border-top: 3px solid #ed3023;
  background: #FFF;
  color: #ed3023;
}
.gsc-results-wrapper-visible .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:active {
  background: #ccc;
}
