/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/*****************************************************************

_base.scss

Description: This file includes variables that are used universally

*****************************************************************/
/*COMPASS*/
/*COLORS*/
/*FONTS*/
/*LINE */
/*Imports*/
/*****************************************************************

_custom.scss

Description: This file includes custom mixins used across various scss files.

*****************************************************************/
/*Transitions*/
/* line 11, ../sass/_custom.scss */
a.btn:link:hover, a.btn:visited:hover, a.btn:active:hover, .tabs ul.primary a:hover, #block-menu-block-10 .content li a:hover, #block-menu-block-10 .content li.menu-12 a:hover, #user-login .form-submit:hover, #user-login-form .form-submit:hover, #user-register-form .form-submit:hover, #user-pass .form-submit:hover {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* line 14, ../sass/_custom.scss */
#block-menu-block-10 .content li.menu-mlid-1245 a:hover,
#block-menu-block-10 .content li.menu-mlid-1246 a:hover {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/*Shadows*/
/* line 20, ../sass/_custom.scss */
a.btn:link:hover, a.btn:visited:hover, a.btn:active:hover {
  -webkit-box-shadow: white 2px 2px 10px;
  -moz-box-shadow: white 2px 2px 10px;
  box-shadow: white 2px 2px 10px;
}

/* line 24, ../sass/_custom.scss */
a.btn-white:link:hover, a.btn-white:visited:hover, a.btn-white:active:hover {
  -webkit-box-shadow: #282828 2px 2px 10px;
  -moz-box-shadow: #282828 2px 2px 10px;
  box-shadow: #282828 2px 2px 10px;
}

/*Semi Transparent mixins*/
/* Mixins from park theme for Landing Page styles */
/*****************************************************************
COPPORATE
_navigation.scss

Description: This file contains all navigation

*****************************************************************/
/* -------------------------------------------------------------------------*
 * CSS Buttons
 * -------------------------------------------------------------------------*/
/* line 15, ../sass/_navigation.scss */
#region-menu {
  float: right;
  margin: 0px;
}

/*Global button attributes*/
/* line 18, ../sass/_navigation.scss */
a.btn:link, a.btn:visited, a.btn:active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*No border will show if rgba not supported*/
  margin: 0.25em;
  padding: 0.65em 2.2em 0.30em;
  background-color: #E64E4B;
  cursor: pointer;
  color: #f3f3f3;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
}
/* line 28, ../sass/_navigation.scss */
a.btn:link:hover, a.btn:visited:hover, a.btn:active:hover {
  text-decoration: none;
}

/*RED*/
/* line 38, ../sass/_navigation.scss */
a.btn-red:link, a.btn-red:visited, a.btn-red:active {
  color: #f3f3f3;
  background: #dc291e;
}
/* line 41, ../sass/_navigation.scss */
a.btn-red:link:hover, a.btn-red:visited:hover, a.btn-red:active:hover {
  background: #aa1a16;
}

/*BLUE*/
/* line 52, ../sass/_navigation.scss */
a.btn-blue:link, a.btn-blue:visited, a.btn-blue:active {
  color: #f3f3f3;
  background: #34b6e4;
}
/* line 55, ../sass/_navigation.scss */
a.btn-blue:link:hover, a.btn-blue:visited:hover, a.btn-blue:active:hover {
  background: #00a0df;
}

/*ORANGE*/
/* line 64, ../sass/_navigation.scss */
a.btn-orange:link, a.btn-orange:visited, a.btn-orange:active {
  color: #f3f3f3;
  background: #ff7900;
}
/* line 67, ../sass/_navigation.scss */
a.btn-orange:link:hover, a.btn-orange:visited:hover, a.btn-orange:active:hover {
  background: #e57200;
}

/*YELLOW*/
/* line 75, ../sass/_navigation.scss */
a.btn-yellow:link, a.btn-yellow:visited, a.btn-yellow:active {
  color: #9d800f;
  background: #ffcb00;
}
/* line 78, ../sass/_navigation.scss */
a.btn-yellow:link:hover, a.btn-yellow:visited:hover, a.btn-yellow:active:hover {
  background: #efc10a;
}

/*WHITE*/
/* line 86, ../sass/_navigation.scss */
a.btn-white:link, a.btn-white:visited, a.btn-white:active {
  color: #2a271f;
  background: #f3f3f3;
}
/* line 89, ../sass/_navigation.scss */
a.btn-white:link:hover, a.btn-white:visited:hover, a.btn-white:active:hover {
  background: #cccccc;
}

/* -------------------------------------------------------------------------*
 * Drupal Admin Tabs
 * -------------------------------------------------------------------------*/
/* line 101, ../sass/_navigation.scss */
.tabs ul.primary {
  background: #2a271f;
  border: none;
  overflow: hidden;
  list-style: none;
  margin: 20px 0;
  padding: 15px;
  white-space: nowrap;
}
/* line 109, ../sass/_navigation.scss */
.tabs ul.primary li {
  float: left;
  border-bottom: 0;
}
/* line 113, ../sass/_navigation.scss */
.tabs ul.primary a {
  border: none;
  display: block;
  text-decoration: none;
}
/* line 119, ../sass/_navigation.scss */
.tabs ul.primary a:link,
.tabs ul.primary a:visited {
  display: block;
  color: #333;
  margin-right: 5px;
  background-color: #ffcb00;
  letter-spacing: 1px;
  padding: 7px 25px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  border: none;
}
/* line 131, ../sass/_navigation.scss */
.tabs ul.primary a:hover {
  background-color: #666666;
  color: #f3f3f3;
}
/* line 136, ../sass/_navigation.scss */
.tabs ul.primary .active a {
  background-color: #f3f3f3;
  color: #2a271f;
  cursor: default;
  margin-bottom: -1px;
}

/* -------------------------------------------------------------------------*
 * Primary Menu
 * -------------------------------------------------------------------------*/
/* line 151, ../sass/_navigation.scss */
#block-menu-block-10 .content {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  /*Season & Ticket page*/
  /*Plug in ticket and season buttons when they are created*/
}
/* line 156, ../sass/_navigation.scss */
#block-menu-block-10 .content ul {
  float: right;
  margin: 0;
  padding: 0;
  height: 100px;
  overflow: hidden;
}
/* line 163, ../sass/_navigation.scss */
#block-menu-block-10 .content li {
  float: left;
  border-left: 1px solid #740400;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 170, ../sass/_navigation.scss */
#block-menu-block-10 .content li a:link, #block-menu-block-10 .content li a:visited {
  color: #f3f3f3;
  text-decoration: none;
  display: block;
  padding: 40px 16px;
  background: url(../images/backgrounds/bg-flag.png) 0% 200% no-repeat;
  -webkit-transition: background-position .3s ease-in;
  -moz-transition: background-position .3s ease-in;
  -o-transition: background-position .3s ease-in;
  transition: background-position .3s ease-in;
  -webkit-transition-duration: .3s, .3s;
  transition: padding .1s ease-in;
}
/* line 183, ../sass/_navigation.scss */
#block-menu-block-10 .content li a:hover {
  background: #740400 url(../images/backgrounds/bg-flag.png) 0% 90% no-repeat;
  color: #ffcb00;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 197, ../sass/_navigation.scss */
#block-menu-block-10 .content li.menu-mlid-1245,
#block-menu-block-10 .content li.menu-mlid-1246 {
  font-weight: 600;
  padding: 0;
  background: #e99103;
}
/* line 202, ../sass/_navigation.scss */
#block-menu-block-10 .content li.menu-mlid-1245 a:link, #block-menu-block-10 .content li.menu-mlid-1245 a:visited,
#block-menu-block-10 .content li.menu-mlid-1246 a:link,
#block-menu-block-10 .content li.menu-mlid-1246 a:visited {
  color: #715c0c;
  background: #ffcb00;
  /*fallback for browsers that don't support gradients*/
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcb00), color-stop(100%, #ffae00));
  background: -webkit-linear-gradient(top, #ffcb00, #ffae00);
  background: -moz-linear-gradient(top, #ffcb00, #ffae00);
  background: -o-linear-gradient(top, #ffcb00, #ffae00);
  background: linear-gradient(top, #ffcb00, #ffae00);
}
/* line 207, ../sass/_navigation.scss */
#block-menu-block-10 .content li.menu-mlid-1245 a:hover,
#block-menu-block-10 .content li.menu-mlid-1246 a:hover {
  background: #f1a601;
  /*fallback for browsers that don't support gradients*/
  background-image: none;
  /*For IE*/
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcb00), color-stop(100%, #ff9e00));
  background: -webkit-linear-gradient(top, #ffcb00, #ff9e00);
  background: -moz-linear-gradient(top, #ffcb00, #ff9e00);
  background: -o-linear-gradient(top, #ffcb00, #ff9e00);
  background: linear-gradient(top, #ffcb00, #ff9e00);
  padding: 40px 16px;
}
/* line 216, ../sass/_navigation.scss */
#block-menu-block-10 .content li.menu-mlid-1246 {
  border-left: 1px solid #e5b000;
}
/* line 222, ../sass/_navigation.scss */
#block-menu-block-10 .content li.menu-mlid-1245 a.active,
#block-menu-block-10 .content li.menu-mlid-1246 a.active {
  background: #740400;
  color: #ffcb00;
  /*@include background(linear-gradient(top, $sf-red, $sf-maroon));*/
}
/* line 230, ../sass/_navigation.scss */
#block-menu-block-10 .content li.first {
  border: none;
}
/* line 233, ../sass/_navigation.scss */
#block-menu-block-10 .content ul li {
  padding: 0;
}
/* line 236, ../sass/_navigation.scss */
#block-menu-block-10 .content ul li.leaf {
  list-style-image: none;
}
/* line 241, ../sass/_navigation.scss */
#block-menu-block-10 .content li.menu-12 a {
  color: #855206;
  font-weight: 600;
  margin: 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcb00), color-stop(100%, #ffae00));
  background: -webkit-linear-gradient(top, #ffcb00, #ffae00);
  background: -moz-linear-gradient(top, #ffcb00, #ffae00);
  background: -o-linear-gradient(top, #ffcb00, #ffae00);
  background: linear-gradient(top, #ffcb00, #ffae00);
}
/* line 246, ../sass/_navigation.scss */
#block-menu-block-10 .content li.menu-12 a:hover {
  background: #ffb000;
}

/*end#zone-menu-wrapper*/
/* -------------------------------------------------------------------------*
 * Corporate Footer Menu
 * -------------------------------------------------------------------------*/
/*Global*/
/* line 259, ../sass/_navigation.scss */
.menu-name-menu-corporate-footer {
  padding: 10px 0;
}
/* line 261, ../sass/_navigation.scss */
.menu-name-menu-corporate-footer ul {
  text-align: center;
}
/* line 264, ../sass/_navigation.scss */
.menu-name-menu-corporate-footer li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  list-style-type: none !important;
  list-style-image: none !important;
  margin-left: 10px;
}
/* line 271, ../sass/_navigation.scss */
.menu-name-menu-corporate-footer a:link, .menu-name-menu-corporate-footer a:visited, .menu-name-menu-corporate-footer a:active {
  color: #ffcb00;
  text-decoration: none;
}
/* line 275, ../sass/_navigation.scss */
.menu-name-menu-corporate-footer a:hover {
  color: #f3f3f3;
}

/*Sub Pages*/
/* line 282, ../sass/_navigation.scss */
.not-front #region-footer-second {
  text-align: right;
}

/* Front page */
/* line 287, ../sass/_navigation.scss */
.front .menu-name-menu-corporate-footer {
  padding: 2px 0 0px 0;
}
/* line 289, ../sass/_navigation.scss */
.front .menu-name-menu-corporate-footer li {
  margin-left: 3px;
}
/* line 292, ../sass/_navigation.scss */
.front .menu-name-menu-corporate-footer a {
  font-size: 11px;
}
/* line 294, ../sass/_navigation.scss */
.front .menu-name-menu-corporate-footer a:link, .front .menu-name-menu-corporate-footer a:visited {
  color: #ccc;
  text-decoration: none;
  line-height: 1.1em;
}
/* line 299, ../sass/_navigation.scss */
.front .menu-name-menu-corporate-footer a:hover {
  color: #ffcb00;
}

/* -------------------------------------------------------------------------*
 * Sidebar Menu
 * -------------------------------------------------------------------------*/
/* line 311, ../sass/_navigation.scss */
.pane-all-attractions-in-cat-panel-pane-1 .pane-title {
  color: #aa1a16;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 316, ../sass/_navigation.scss */
.pane-all-attractions-in-cat-panel-pane-1 .views-row {
  margin: 0 0 10px 10px;
}
/* line 319, ../sass/_navigation.scss */
.pane-all-attractions-in-cat-panel-pane-1 a {
  display: block;
  line-height: 1em;
  color: #666666;
  font-size: 14px;
}

/* line 326, ../sass/_navigation.scss */
.pane-all-attractions-in-cat-panel-pane-2 {
  margin-top: 10px;
}
/* line 328, ../sass/_navigation.scss */
.pane-all-attractions-in-cat-panel-pane-2 .views-row {
  margin: 0 0 15px 0;
}
/* line 331, ../sass/_navigation.scss */
.pane-all-attractions-in-cat-panel-pane-2 a {
  display: block;
  line-height: 1em;
  color: #aa1a16;
  font-size: 17px;
}

/* line 340, ../sass/_navigation.scss */
.panel-pane .menu-name-menu-groups-menu li {
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 344, ../sass/_navigation.scss */
.panel-pane .menu-name-menu-groups-menu a {
  display: block;
  line-height: 1em;
  color: #aa1a16;
  font-size: 17px;
}

/* Event categories menu*/
/* line 355, ../sass/_navigation.scss */
.view-display-id-event_cat_listing.view-display-id-event_cat_listing .views-row {
  margin: 0 0 15px 0;
}
/* line 358, ../sass/_navigation.scss */
.view-display-id-event_cat_listing.view-display-id-event_cat_listing .views-row a {
  color: #aa1a16;
}

/*Event month menu*/
/* line 366, ../sass/_navigation.scss */
#event-month-block .event-month {
  margin: 0 0 15px 0;
}
/* line 368, ../sass/_navigation.scss */
#event-month-block .event-month a {
  color: #aa1a16;
}

/* -------------------------------------------------------------------------*
 * Choose Your Park page
 * -------------------------------------------------------------------------*/
/* line 381, ../sass/_navigation.scss */
.not-front #zone-content .choose-your-park {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 389, ../sass/_navigation.scss */
.not-front #zone-content .choose-your-park li {
  list-style: none;
}
/* line 393, ../sass/_navigation.scss */
.not-front #zone-content .choose-your-park a {
  color: #282828;
}
/* line 396, ../sass/_navigation.scss */
.not-front #zone-content .choose-your-park .sectHead {
  font-family: 'Open Sans', sans-serif;
  padding: 20px 0 0px;
  color: #dc291e;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.8em;
  border-bottom: 1px solid #cccccc;
}
/* line 404, ../sass/_navigation.scss */
.not-front #zone-content .choose-your-park .sectHead:hover {
  background: #cccccc;
  background: #ffcb00;
  color: #740400;
}
/* line 410, ../sass/_navigation.scss */
.not-front #zone-content .choose-your-park ul li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

/*end.choose-your-park*/
/*Not Front positioning for dropdown menu*/
/* line 426, ../sass/_navigation.scss */
.not-front #choose-park-menu.tickets.tickets, .not-front #choose-park-menu.tickets.season-pass,
.not-front #choose-park-menu.season-pass.tickets,
.not-front #choose-park-menu.season-pass.season-pass {
  position: absolute;
  top: -100px;
  right: 0px;
}

/*****************************************************************

_homepage.scss

Description: This file contains all things related to the corporate homepage

*****************************************************************/
/* -------------------------------------------------------------------------*
 * Global
 * -------------------------------------------------------------------------*/
/* line 12, ../sass/_homepage.scss */

.front {
  background: #A91A16;
  overflow: hidden;
  width: 100%;
  /*This will activate the mute button that has been styled already*/
  /* It only seems to work in Chrome and needs to be debugged for other browsers*/
  /*.flowplayer {
      .fp-controls  {
        background: transparent;
        position: fixed;
        bottom:120px;
        left:18px;
        width: 20px;
        height: 20px;
        z-index: 5000;
      }
      .fp-volume .fp-mute {
        width: 20px;
        height: 20px;
        display: block;
        padding: 8px;
        background: $sf-yellow url(../images/icons/icon-volume-on.png) 50% 50% no-repeat;
      }
      .fp-timeline,
      .fp-volumeslider
       {
        display: none;
      }
  }

.nationalhomepagecontent {
	display: none;
	visibility: hidden;
}  
  
  .flowplayer.is-ready.is-muted .fp-mute {
    background: $sf-yellow url(../images/icons/icon-volume-mute.png) 50% 50% no-repeat;
    opacity: .8;
  }
  
  .flowplayer.is-ready .fp-mute {
    background: $sf-yellow url(../images/icons/icon-volume-on.png) 50% 50% no-repeat;
    opacity: .8;
  }*/
}
/* line 17, ../sass/_homepage.scss */
.front #zone-content #page-title {
  display: none;
}
/* line 22, ../sass/_homepage.scss */
.front .feed-icon {
  display: none;
}
/* line 23, ../sass/_homepage.scss */
.front #section-footer {
  padding: 1px 0 3px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.15);
  color: #999;
  height: auto;
  z-index: 50;
  font-size: 12px;
}
/* line 35, ../sass/_homepage.scss */
.front #section-footer p {
  font-size: 11px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
/* line 43, ../sass/_homepage.scss */
.front .block-sixflags-blocks-homepage-video {
  overflow-y: hidden;
}
/* line 44, ../sass/_homepage.scss */
.front .block-sixflags-blocks-homepage-video .flowplayer-top-border {
  height: 14px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  z-index: 500;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: rgba(32, 32, 32, 0.2) 0px 0px 150px 12px;
  -moz-box-shadow: rgba(32, 32, 32, 0.2) 0px 0px 150px 12px;
  box-shadow: rgba(32, 32, 32, 0.2) 0px 0px 150px 12px;
}
/* line 54, ../sass/_homepage.scss */
.front .block-sixflags-blocks-homepage-video .fp-time, .front .block-sixflags-blocks-homepage-video .fp-controls, .front .block-sixflags-blocks-homepage-video .fp-message {
  display: none;
}

/*end.front*/
/* line 102, ../sass/_homepage.scss */
.front, .not-front {
  /* -------------------------------------------------------------------------*
   ****************************************************************************
   * Choose Park
   ****************************************************************************
   * -------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------*
   * Global stuff for front sub menus
   * -------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------*
   * Choose Park float box
   * -------------------------------------------------------------------------*/
  /*end.block-sixflags-blocks-choose-park*/
  /*end#choose-park-wrapper*/
  /* -------------------------------------------------------------------------*
   * Choose Park Menu
   * -------------------------------------------------------------------------*/
  /*end#choose-park-menu*/
}
/* line 117, ../sass/_homepage.scss */
.front .block-sixflags-blocks-choose-park,
.front .block-sixflags-blocks-choose-sub, .not-front .block-sixflags-blocks-choose-park,
.not-front .block-sixflags-blocks-choose-sub {
  z-index: 999;
  position: absolute;
  right: 0px;
  top: 200px;
  width: 245px;
}
/* line 128, ../sass/_homepage.scss */
.front #block-sixflags-blocks-sixflags-blocks-choose-park, .not-front #block-sixflags-blocks-sixflags-blocks-choose-park {
  position: fixed;
  top: 250px;
  border-top: 10px solid #f3f3f3;
  /*Fallback*/
  border-left: 10px solid #f3f3f3;
  /*Fallback*/
  border-bottom: 10px solid #f3f3f3;
  /*Fallback*/
  border-top: 10px solid rgba(255, 255, 255, 0.1);
  border-left: 10px solid rgba(255, 255, 255, 0.1);
  border-bottom: 10px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 3px;
}
/* line 140, ../sass/_homepage.scss */
.front #choose-park-red-arrow, .not-front #choose-park-red-arrow {
  position: absolute;
  top: 18px;
  left: 0px;
  width: 47px;
  height: 53px;
  background: url(../images/blocks/sf-bg-choose-park-red-arrow.png) top right no-repeat;
}
/* line 150, ../sass/_homepage.scss */
.front #choose-park-wrapper, .not-front #choose-park-wrapper {
  /*Choose Park Top*/
  /*end#choose-park-top*/
  /*Choose Park Middle (Map Thumbnail)*/
  /*end#choose-park-middle*/
}
/* line 152, ../sass/_homepage.scss */
.front #choose-park-wrapper #choose-park-top, .not-front #choose-park-wrapper #choose-park-top {
  height: 120px;
  background: #ffcb00;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcb00), color-stop(66%, #ffaf00), color-stop(67%, #ffbd00), color-stop(100%, #ffab00));
  background: -webkit-linear-gradient(#ffcb00, #ffaf00 66%, #ffbd00 67%, #ffab00);
  background: -moz-linear-gradient(#ffcb00, #ffaf00 66%, #ffbd00 67%, #ffab00);
  background: -o-linear-gradient(#ffcb00, #ffaf00 66%, #ffbd00 67%, #ffab00);
  background: linear-gradient(#ffcb00, #ffaf00 66%, #ffbd00 67%, #ffab00);
}
/* line 156, ../sass/_homepage.scss */
.front #choose-park-wrapper #choose-park-top h1, .not-front #choose-park-wrapper #choose-park-top h1 {
  padding-top: 20px;
  padding-left: 60px;
  color: #740400;
  font-size: 28px;
  font-weight: 700;
  width: 115px;
  line-height: 0.7em;
  margin-bottom: 8px;
}
/* line 164, ../sass/_homepage.scss */
.front #choose-park-wrapper #choose-park-top h1 span, .not-front #choose-park-wrapper #choose-park-top h1 span {
  font-size: 21px;
  font-weight: 600;
}
/* line 170, ../sass/_homepage.scss */
.front #choose-park-wrapper #choose-park-top #choose-park-link, .not-front #choose-park-wrapper #choose-park-top #choose-park-link {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 150px;
  padding: 6px 6px 6px 12px;
  background: #eeeeee url(../images/blocks/sf-bg-choose-park-menu-arrows.png) no-repeat 150px 5px;
  display: block;
  color: #808080;
  text-decoration: none;
  font-size: 11px;
  margin-left: 60px;
  margin-top: 3px;
}
/* line 187, ../sass/_homepage.scss */
.front #choose-park-wrapper #choose-park-middle, .not-front #choose-park-wrapper #choose-park-middle {
  background: url(../images/blocks/sf-bg-choose-park-bottom.png);
  position: relative;
  z-index: 0;
}
/* line 208, ../sass/_homepage.scss */
.front #choose-park-menu, .not-front #choose-park-menu {
  border: 10px solid #740400;
  border-bottom-width: 15px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 3px;
  width: 500px;
  height: 245px;
  position: relative;
  z-index: 10;
  /*end#choose-park-menu-header*/
  /*Choose Park Drop Down*/
  /*end#choose-park-menu-body*/
}
/* line 219, ../sass/_homepage.scss */
.front #choose-park-menu.tickets, .front #choose-park-menu.season-pass, .not-front #choose-park-menu.tickets, .not-front #choose-park-menu.season-pass {
  position: absolute;
  top: -160px;
  right: 0px;
}
/* line 225, ../sass/_homepage.scss */
.front #choose-park-menu.choose-park, .not-front #choose-park-menu.choose-park {
  position: absolute;
  top: 98px;
  right: 16px;
}
/* line 233, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-header, .not-front #choose-park-menu #choose-park-menu-header {
  position: fixed;
  background: #740400;
  color: #f3f3f3;
  height: 45px;
  width: 500px;
  display: block;
  /*end form*/
}
/* line 240, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-header .left, .not-front #choose-park-menu #choose-park-menu-header .left {
  float: left;
  margin-left: 0px;
  margin-top: 4px;
  font-size: 22px;
  font-weight: 500;
}
/* line 247, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-header form, .not-front #choose-park-menu #choose-park-menu-header form {
  display: inline-block;
  position: absolute;
  z-index: 900;
  right: 0;
  margin-right: 0px;
  margin-top: 6px;
  /*end input*/
}
/* line 254, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-header form input[type="text"], .not-front #choose-park-menu #choose-park-menu-header form input[type="text"] {
  background: #dfe4e7;
}
/* line 257, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-header form input[type="submit"], .not-front #choose-park-menu #choose-park-menu-header form input[type="submit"] {
  background: #f7d118;
  border: none;
  border-radius: 0px;
  border: 1px solid #ce8910;
  margin-left: -5px;
  color: #886b03;
}
/* line 275, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body, .not-front #choose-park-menu #choose-park-menu-body {
  overflow: auto;
  height: 195px;
  margin-top: 45px;
  background: #fff;
  /*end.sectHead*/
  /*end ul */
}
/* line 280, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body h2, .not-front #choose-park-menu #choose-park-menu-body h2 {
  margin: 0;
  padding: 10px 10px 3px;
  line-height: 1.0em;
}
/* line 285, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body li.sectHead, .not-front #choose-park-menu #choose-park-menu-body li.sectHead {
  margin: 0;
  padding: 0;
  background: #ffcb00;
  list-style-image: none;
  list-style: none;
  color: #5c0905;
  font-size: 16px;
  font-weight: 600;
}
/* line 294, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body li.sectHead:hover, .not-front #choose-park-menu #choose-park-menu-body li.sectHead:hover {
  background: #ffcb00;
}
/* line 298, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body ul, .not-front #choose-park-menu #choose-park-menu-body ul {
  margin: 0px;
  margin-top: 0px;
  font-weight: 400;
  font-size: 13px;
  list-style-type: none;
  /*end li */
}
/* line 304, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body ul li, .not-front #choose-park-menu #choose-park-menu-body ul li {
  /*end a */
}
/* line 305, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body ul li a, .not-front #choose-park-menu #choose-park-menu-body ul li a {
  background: #fff;
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  color: #5f490f;
  text-decoration: none;
  /* background: url('../images/icons/sf-list-red-double-arrow.png') center left no-repeat;*/
}
/* line 313, ../sass/_homepage.scss */
.front #choose-park-menu #choose-park-menu-body ul li a:hover, .not-front #choose-park-menu #choose-park-menu-body ul li a:hover {
  text-decoration: none;
  color: #de2717;
  background: #efefef;
}

/*end.front*/
/* -------------------------------------------------------------------------*
 ****************************************************************************
 * GLOBAL
 ****************************************************************************
 * -------------------------------------------------------------------------*/
/* line 11, ../sass/global.scss */
body {
  font: 16px/1.5 Helvetica, Arial, sans-serif;
  background: #202020;
  color: #666666;
}

/* line 18, ../sass/global.scss */
h1 {
  font-size: 38px;
  font-weight: 600;
}

/* line 19, ../sass/global.scss */
h2 {
  font-size: 20px;
  font-weight: 700;
}

/* line 20, ../sass/global.scss */
h3 {
  font-size: 18px;
  font-weight: 600;
}

/* line 21, ../sass/global.scss */
h4 {
  font-size: 16px;
  font-weight: 400;
}

/* line 22, ../sass/global.scss */
h5 {
  font-size: 14px;
  font-weight: 400;
}

/* line 23, ../sass/global.scss */
h6 {
  font-size: 14px;
  font-weight: 400;
}

/* line 25, ../sass/global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}
/* line 28, ../sass/global.scss */
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
  color: #2a271f;
}

/* line 36, ../sass/global.scss */
a:link, a:visited {
  text-decoration: none;
}
/* line 39, ../sass/global.scss */
a:hover {
  text-decoration: underline;
}

/* line 44, ../sass/global.scss */
ul, ol {
  margin-left: 25px;
}
/* line 46, ../sass/global.scss */
ul li.collapsed, ul li.leaf, ol li.collapsed, ol li.leaf {
  list-style-image: none;
  list-style-type: none;
}

/* line 53, ../sass/global.scss */
img.left {
  float: left;
  margin: 0 15px 15px 0;
}
/* line 57, ../sass/global.scss */
img.right {
  float: right;
  margin: 0 0 15px 15px;
}
/* line 61, ../sass/global.scss */
img.border {
  border: 1px solid #cccccc;
}

/*Front stuff*/
/* line 68, ../sass/global.scss */
body.front .container-12, body.front .grid-12 {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 73, ../sass/global.scss */
body.front #region-branding {
  margin-left: 10px;
}

/* -------------------------------------------------------------------------*
 ****************************************************************************
 * TABLES
 ****************************************************************************
 * -------------------------------------------------------------------------*/
/* line 84, ../sass/global.scss */
.field table td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

/* Views Tables - General styles for all views tables */
/* line 96, ../sass/global.scss */
.views-table tr.even {
  background: #efefef;
}
/* line 98, ../sass/global.scss */
.views-table tr.even .active {
  background: #efefef;
}
/* line 102, ../sass/global.scss */
.views-table tr.odd {
  background: #e0e0e0;
}
/* line 104, ../sass/global.scss */
.views-table tr.odd .active {
  background: #e0e0e0;
}
/* line 108, ../sass/global.scss */
.views-table tr th {
  background: #666666;
  color: #f3f3f3;
  padding: 10px 15px;
  font-size: 18px;
}
/* line 113, ../sass/global.scss */
.views-table tr th a {
  color: #f3f3f3;
}
/* line 117, ../sass/global.scss */
.views-table tr td {
  padding: 5px 15px;
}

/* -------------------------------------------------------------------------*
 ****************************************************************************
 * HEADER
 ****************************************************************************
 * -------------------------------------------------------------------------*/
/* line 129, ../sass/global.scss */
#zone-branding-wrapper {
  xoverflow-x: hidden;
  position: relative;
  height: 100px;
  background: #a91a16 url(../images/backgrounds/sf-bg-park-header.jpg) -180px no-repeat;
}
/* line 134, ../sass/global.scss */
#zone-branding-wrapper .site-name {
  display: none;
}
/* line 137, ../sass/global.scss */
#zone-branding-wrapper .logo-img {
  position: absolute;
  top: 8px;
  left: 40px;
}

/* -------------------------------------------------------------------------*
 ****************************************************************************
 * SUBS
 ****************************************************************************
 * -------------------------------------------------------------------------*/
/* line 154, ../sass/global.scss */
.not-front {
  font: 16px/1.5 Helvetica, Arial, sans-serif;
  background: #a91a16;
  color: #666666;
  /*Zone Branding*/
  /*Zone-Content*/
  /*Zone-Postscript*/
  /*end#zone-footer-wrapper*/
}
/* line 160, ../sass/global.scss */
.not-front #zone-branding-wrapper {
  border-bottom: 10px solid #ba2f19;
}
/* line 162, ../sass/global.scss */
.not-front #zone-branding-wrapper #zone-branding {
  width: 100%;
}
/* line 171, ../sass/global.scss */
.not-front #zone-content-wrapper {
  background: #a91a16 url(../images/backgrounds/sf-bg-body.jpg) bottom center no-repeat;
}
/* line 175, ../sass/global.scss */
.not-front #zone-content {
  position: relative;
  background: #f3f3f3;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 35px;
  z-index: 300;
  min-height: 500px;
}
/* line 188, ../sass/global.scss */
.not-front #zone-postscript-wrapper {
  background: #e2e0d9;
  padding: 30px 0px;
}
/* line 191, ../sass/global.scss */
.not-front #zone-postscript-wrapper h2, .not-front #zone-postscript-wrapper h3 {
  color: #4c4a47;
  margin-bottom: 0px;
  line-height: 1em;
}
/* line 196, ../sass/global.scss */
.not-front #zone-postscript-wrapper h2 {
  font-size: 26px;
}
/* line 200, ../sass/global.scss */
.not-front #zone-postscript-wrapper #sixflags-blocks-signup-form .label {
  float: left;
  width: 250px;
}
/* line 204, ../sass/global.scss */
.not-front #zone-postscript-wrapper #sixflags-blocks-signup-form .form-item {
  margin: -2px 0 0 0;
}
/* line 207, ../sass/global.scss */
.not-front #zone-postscript-wrapper #sixflags-blocks-signup-form .form-text {
  font-size: 18px;
  height: 42px;
  padding-left: 35px;
  float: left;
  width: 470px;
  background: white url(../images/icons/icon-email.png) no-repeat 10px center;
}
/* line 216, ../sass/global.scss */
.not-front #zone-postscript-wrapper #sixflags-blocks-signup-form .form-submit {
  margin-left: 20px;
  color: white;
  background: black;
  border: none;
  border-radius: 0px;
  text-shadow: none;
  height: 42px;
  width: 168px;
  font-size: 20px;
  font-weight: 500;
}
/* line 231, ../sass/global.scss */
.not-front #zone-footer-wrapper {
  border-bottom: solid 12px #d5dbdb;
  background: #ac1e16;
  font-size: 14px;
  line-height: 22px;
  padding-top: 30px;
  padding-bottom: 5px;
  /*Region - Footer First*/
  /*end.region-footer-first*/
  /*Region - Footer Second*/
  /*end.region-footer-second*/
}
/* line 239, ../sass/global.scss */
.not-front #zone-footer-wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 3px;
}
/* line 243, ../sass/global.scss */
.not-front #zone-footer-wrapper h2 a {
  color: white;
}
/* line 249, ../sass/global.scss */
.not-front #zone-footer-wrapper .region-footer-first .block-menu-block {
  width: 188px;
  float: left;
}
/* line 257, ../sass/global.scss */
.not-front #zone-footer-wrapper .region-footer-second {
  float: right;
  color: #f6b9b5;
}
/* line 260, ../sass/global.scss */
.not-front #zone-footer-wrapper .region-footer-second .block {
  float: right;
  font-size: 0.9em;
}
/* line 264, ../sass/global.scss */
.not-front #zone-footer-wrapper .region-footer-second .block-menu {
  font-size: inherit;
}
/* line 267, ../sass/global.scss */
.not-front #zone-footer-wrapper .region-footer-second .block-title {
  display: none;
}
/* line 275, ../sass/global.scss */
.not-front .pane-node-field-global-opt-html-sidebar-1,
.not-front .pane-node-field-global-opt-html-sidebar-2 {
  margin-top: 25px;
  background: #e0e0e0;
  padding: 20px;
}

/*end.not-front*/
/* -------------------------------------------------------------------------*
 * New In
 * -------------------------------------------------------------------------*/
/* line 317, ../sass/global.scss */
.node-type-new-in .pane-media-gallery {
  float: left;
}
/* line 320, ../sass/global.scss */
.node-type-new-in .pane-node-body {
  float: left;
  width: 330px;
  margin-left: 20px;
}
/* line 325, ../sass/global.scss */
.node-type-new-in .pane-node-field-global-optional-textarea {
  clear: left;
}
/* line 328, ../sass/global.scss */
.node-type-new-in .pane-node-field-global-optional-textarea {
  float: left;
  margin-top: 40px;
}
/* line 332, ../sass/global.scss */
.node-type-new-in .pane-node-field-new-in-item {
  float: left;
  margin-top: 40px;
}

/* -------------------------------------------------------------------------*
 * Field Collections
 * -------------------------------------------------------------------------*/
/* New in Field Collection */
/* line 344, ../sass/global.scss */
.field-name-field-new-in-item > .field-items > .field-item {
  position: relative;
  width: 300px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0px 24px 40px 0px;
  height: 320px;
}
/* line 350, ../sass/global.scss */
.field-name-field-new-in-item > .field-items > .field-item.item-third {
  margin-right: 0;
}
/* line 353, ../sass/global.scss */
.field-name-field-new-in-item > .field-items > .field-item img {
  border: 1px solid #cccccc;
}
/* line 358, ../sass/global.scss */
.field-name-field-new-in-item .field-name-field-new-in-title {
  margin-top: 10px;
}
/* line 49, ../sass/_custom.scss */
.field-name-field-new-in-item .field-name-field-new-in-title h3 {
  color: #2a271f;
  margin: 0 0 1px 0px;
  padding: 0;
  line-height: 1.2em;
}
/* line 55, ../sass/_custom.scss */
.field-name-field-new-in-item .field-name-field-new-in-title a {
  color: #2a271f;
}
/* line 57, ../sass/_custom.scss */
.field-name-field-new-in-item .field-name-field-new-in-title a:hover {
  color: #34b6e4;
}
/* line 362, ../sass/global.scss */
.field-name-field-new-in-item .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*end New In Field Collection */
/* Media Gallery */
/* line 372, ../sass/global.scss */
.view-media-gallery .views-slideshow-cycle-main-frame {
  xheight: 304px;
}
/* line 375, ../sass/global.scss */
.view-media-gallery .field-name-field-mg-caption {
  background: #ffcb00;
  padding: 10px;
  font-weight: 600;
  width: 520px;
}
/* line 381, ../sass/global.scss */
.view-media-gallery .views_slideshow_pager_field {
  background: black;
}
/* line 384, ../sass/global.scss */
.view-media-gallery .views_slideshow_pager_field_item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 20px 5px 20px 0px;
  cursor: pointer;
}
/* line 388, ../sass/global.scss */
.view-media-gallery .views_slideshow_pager_field_item img {
  border: 1px solid #666666;
}
/* line 391, ../sass/global.scss */
.view-media-gallery .views_slideshow_pager_field_item a {
  color: #ffcb00;
  font-size: 13px;
  height: 0px;
  display: block;
  padding: 7px 0px 5px 0px;
}
/* line 399, ../sass/global.scss */
.view-media-gallery .views_slideshow_pager_field_item.active img {
  border: 3px solid #ff7900;
  width: 112px;
}
/* line 403, ../sass/global.scss */
.view-media-gallery .views_slideshow_pager_field_item.active a {
  color: #ff7900;
}
/* line 409, ../sass/global.scss */
.view-media-gallery #views_slideshow_pager_field_item_bottom_media_gallery-block_0,
.view-media-gallery #views_slideshow_pager_field_item_bottom_media_gallery-block_1_0 {
  margin-left: 15px;
}
/* line 414, ../sass/global.scss */
.view-media-gallery.view-display-id-block_1 .field-name-field-mg-caption {
  width: auto;
}
/* line 417, ../sass/global.scss */
.view-media-gallery.view-display-id-block_1 .views_slideshow_pager_field_item {
  margin-right: 16px;
}
/* line 419, ../sass/global.scss */
.view-media-gallery.view-display-id-block_1 .views_slideshow_pager_field_item.active img {
  width: 142px;
}

/* -------------------------------------------------------------------------*
 * Newsroom (Corporate Landing Page)
 * -------------------------------------------------------------------------*/
/* line 430, ../sass/global.scss */
.view-style-1 .views-row {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  min-height: 141px;
  padding: 20px 0;
}
/* line 433, ../sass/global.scss */
.view-style-1 .views-row.views-row-last {
  border-bottom: 0px;
}
/* line 436, ../sass/global.scss */
.view-style-1 .views-field {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 300px;
  margin-left: 20px;
  font-size: 15px;
}
/* line 440, ../sass/global.scss */
.view-style-1 .views-field-field-secondary-landing-image,
.view-style-1 .views-field-field-global-primary-lp-image {
  float: left;
  margin-left: 0px;
  width: 218px;
  min-height: 123px;
}
/* line 43, ../sass/_custom.scss */
.view-style-1 .views-field-field-secondary-landing-image img,
.view-style-1 .views-field-field-global-primary-lp-image img {
  border: 1px solid #cccccc;
}
/* line 49, ../sass/_custom.scss */
.view-style-1 .views-field-title h3 {
  color: #2a271f;
  margin: 0 0 1px 0px;
  padding: 0;
  line-height: 1.2em;
}
/* line 55, ../sass/_custom.scss */
.view-style-1 .views-field-title a {
  color: #2a271f;
}
/* line 57, ../sass/_custom.scss */
.view-style-1 .views-field-title a:hover {
  color: #34b6e4;
}
/* line 447, ../sass/global.scss */
.view-style-1 .views-field-field-attraction-min-height {
  color: #dc291e;
  font-style: italic;
}
/* line 451, ../sass/global.scss */
.view-style-1 .views-field-field-global-med-summary {
  color: #666666;
}
/* line 453, ../sass/global.scss */
.view-style-1 .views-field-field-global-med-summary p {
  margin: 0;
}
/* line 457, ../sass/global.scss */
.view-style-1 .btn {
  float: left;
}
/* line 460, ../sass/global.scss */
.view-style-1 .views-field-nothing p {
  margin-bottom: 2px;
}
/* line 463, ../sass/global.scss */
.view-style-1 .date-time {
  color: #ffcb00;
  font-style: italic;
}

/*end.view-style-1*/
/* line 470, ../sass/global.scss */
.view-newsroom-landing-pages .views-field-title {
  width: 690px;
}
/* line 473, ../sass/global.scss */
.view-newsroom-landing-pages .views-field-nothing {
  width: 690px;
}

/* -------------------------------------------------------------------------*
 * LOGIN FORM
 * -------------------------------------------------------------------------*/
/* line 483, ../sass/global.scss */
.not-logged-in.page-user-login,
.not-logged-in.page-user {
  overflow-x: hidden;
}
/* line 485, ../sass/global.scss */
.not-logged-in.page-user-login #zone-content-wrapper,
.not-logged-in.page-user #zone-content-wrapper {
  background: none;
}
/* line 488, ../sass/global.scss */
.not-logged-in.page-user-login #zone-content,
.not-logged-in.page-user #zone-content {
  background: none;
}
/* line 496, ../sass/global.scss */
.not-logged-in.page-user-login .tabs,
.not-logged-in.page-user-login h1,
.not-logged-in.page-user-login #section-header,
.not-logged-in.page-user-login footer,
.not-logged-in.page-user-login .login-register,
.not-logged-in.page-user .tabs,
.not-logged-in.page-user h1,
.not-logged-in.page-user #section-header,
.not-logged-in.page-user footer,
.not-logged-in.page-user .login-register {
  display: none;
}

/*end.not-logged-in.page-user-login*/
/* line 501, ../sass/global.scss */
.tooltip-login {
  width: 400px;
  margin: 0 auto;
}

/*FORMS*/
/* line 517, ../sass/global.scss */
#user-login, #user-login-form, #user-register-form, #user-pass {
  position: relative;
  background: #ffcb00 url("../images/sf-logo.png") top center no-repeat;
  border-top: 20px solid #ffcb00;
  padding: 90px 10px 10px 10px;
  top: 100px;
  margin-bottom: 15px;
  text-align: center;
}
/* line 527, ../sass/global.scss */
#user-login a, #user-login-form a, #user-register-form a, #user-pass a {
  text-decoration: none;
  color: #282828;
}
/* line 530, ../sass/global.scss */
#user-login a:visited, #user-login a:link, #user-login-form a:visited, #user-login-form a:link, #user-register-form a:visited, #user-register-form a:link, #user-pass a:visited, #user-pass a:link {
  color: #282828;
}
/* line 533, ../sass/global.scss */
#user-login a:hover, #user-login-form a:hover, #user-register-form a:hover, #user-pass a:hover {
  text-decoration: underline;
}
/* line 537, ../sass/global.scss */
#user-login .description, #user-login-form .description, #user-register-form .description, #user-pass .description {
  padding-top: 0px;
}
/* line 540, ../sass/global.scss */
#user-login .fieldset-legend, #user-login-form .fieldset-legend, #user-register-form .fieldset-legend, #user-pass .fieldset-legend {
  display: none;
}
/* line 543, ../sass/global.scss */
#user-login input, #user-login-form input, #user-register-form input, #user-pass input {
  color: #666;
  border: 1px solid #fff;
  height: 2.2em;
  font-size: 16px;
  padding-left: 10px;
}
/* line 550, ../sass/global.scss */
#user-login label, #user-login-form label, #user-register-form label, #user-pass label {
  display: inline-block;
  text-indent: -999em;
  width: 0;
}
/* line 554, ../sass/global.scss */
#user-login label.option, #user-login-form label.option, #user-register-form label.option, #user-pass label.option {
  text-indent: 0;
  width: auto;
  display: inline;
}

/*Form Overrides in */
/* line 566, ../sass/global.scss */
#user-login .form-item, #user-login-form .form-item, #user-register-form .form-item, #user-pass .form-item {
  position: relative;
}
/* line 569, ../sass/global.scss */
#user-login .description, #user-login-form .description, #user-register-form .description, #user-pass .description {
  background: #233A72;
  color: white;
  width: 290px;
  height: 0;
  font-size: 1.0em;
  text-align: center;
  margin: 0 auto;
  display: none;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  -webkit-box-shadow: black 0px 0px 3px;
  -moz-box-shadow: black 0px 0px 3px;
  box-shadow: black 0px 0px 3px;
}
/* line 580, ../sass/global.scss */
#user-login .description:after, #user-login-form .description:after, #user-register-form .description:after, #user-pass .description:after {
  position: absolute;
  display: block;
  content: "";
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-box-shadow: #666666 -1px -1px 2px;
  -moz-box-shadow: #666666 -1px -1px 2px;
  box-shadow: #666666 -1px -1px 2px;
  height: 0px;
  width: 0px;
  background-color: #233A72;
  position: absolute;
  top: 40px;
  left: 380px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 599, ../sass/global.scss */
#user-login input:focus, #user-login-form input:focus, #user-register-form input:focus, #user-pass input:focus {
  background: #efefef;
  box-shadow: none;
  border-color: #efefef;
}
/* line 604, ../sass/global.scss */
#user-login .form-submit, #user-login-form .form-submit, #user-register-form .form-submit, #user-pass .form-submit {
  background: #dc291e;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*No border will show if rgba not supported*/
  margin: 5px;
  display: block;
  padding: 10px 60px 7px;
  cursor: pointer;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  text-shadow: none;
}
/* line 619, ../sass/global.scss */
#user-login .form-submit:hover, #user-login-form .form-submit:hover, #user-register-form .form-submit:hover, #user-pass .form-submit:hover {
  text-decoration: none;
  background: #740400;
}

/* -------------------------------------------------------------------------*
 * Styles from Park Theme
 * -------------------------------------------------------------------------*/
/* line 636, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 {
  padding: 0px;
  margin-top: 30px;
}
/* line 639, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-title,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-title {
  font-size: 22px;
  margin-bottom: 0px;
}
/* line 643, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content {
  border-top: 5px solid #ff7900;
  background: #e0e0e0;
  padding: 10px 10px 1px 10px;
  margin-bottom: 20px;
}
/* line 648, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content .views-row,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content .views-row {
  margin: 0;
  padding: 10px 0;
  min-height: 58px;
  border-bottom: 1px solid #cccccc;
}
/* line 654, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content .views-row-first,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content .views-row-first {
  padding-top: 0;
}
/* line 657, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content .views-row-last,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content .views-row-last {
  border-bottom: none;
}
/* line 661, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content a,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content a {
  display: block;
  color: #2a271f;
  font-weight: 600;
  font-size: 14px;
  background: #e0e0e0;
  line-height: 1em;
  vertical-align: top;
}
/* line 670, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content img,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content img {
  float: left;
  margin-right: 10px;
}

/* line 681, ../sass/global.scss */
.omega-12-twocol-9-3 .grid-3 .pane-sixflags-blocks-sixflags-blocks-ad-sidebar,
.omega-12-threecol-2-7-3 .grid-3 .pane-sixflags-blocks-sixflags-blocks-ad-sidebar {
  background: #e0e0e0;
  margin-top: 25px;
  padding: 20px 30px;
}

/* line 691, ../sass/global.scss */
.grid-7 .panel-separator,
.grid-9 .panel-separator {
  height: 40px;
}
/* line 695, ../sass/global.scss */
.grid-7 .panel-pane .pane-title,
.grid-9 .panel-pane .pane-title {
  margin-bottom: 5px;
}

/* line 703, ../sass/global.scss */
.pane-sixflags-facebook-sixflags-facebook .pane-content {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
}

/* -------------------------------------------------------------------------*
 * Newsroom Page
 * -------------------------------------------------------------------------*/
/* line 714, ../sass/global.scss */
.node-type-newsroom .field-name-field-newsroom-subtitle {
  margin-bottom: -30px;
}

/* line 718, ../sass/global.scss */
.pane-sharethis-sharethis-block {
  margin-bottom: 40px;
}

/* -------------------------------------------------------------------------*
 * Slideshow
 * -------------------------------------------------------------------------*/
/* line 729, ../sass/global.scss */
.page {
  overflow-x: hidden;
}

/* line 733, ../sass/global.scss */
#zone-header-wrapper {
  position: relative;
  background-color: #1d1d1d;
  width: 100%;
  height: 250px;
}

/*Highlight Slideshow*/
/* line 741, ../sass/global.scss */
.view-highlight-banner-slideshow {
  position: absolute;
  left: 50%;
  width: 1500px;
  margin-left: -750px;
  /* Half the width */
}
/* line 746, ../sass/global.scss */
.view-highlight-banner-slideshow .view-content {
  position: absolute;
  z-index: 200;
}

/* line 752, ../sass/global.scss */
.view-footer {
  background: url(../images/sf-ribbons.png) bottom center no-repeat;
  position: absolute;
  width: 1800px;
  height: 520px;
  left: 50%;
  margin-left: -900px;
  /* Half the width */
  top: 100px;
  z-index: 300;
}

/*Highlight Teaser*/
/* line 766, ../sass/global.scss */
#zone-park-highlight.container-12 {
  width: 215px;
  padding: 0;
}

/* line 771, ../sass/global.scss */
#zone-park-highlight-wrapper {
  position: absolute;
  top: 150px;
  right: 0;
  background: #282828;
  /* Fallback */
  filter: alpha(opacity=96);
  /* IE8 and earlier */
  background: rgba(40, 40, 40, 0.96);
  padding: 15px 30px;
  z-index: 999;
  color: #f3f3f3;
  height: 175px;
  width: 215px;
}
/* line 783, ../sass/global.scss */
#zone-park-highlight-wrapper .views-field-field-global-highlight-text {
  width: 215px;
}

/* line 790, ../sass/global.scss */
body.node-type-park #zone-park-highlight.container-12 {
  width: 253px;
  padding: 0;
}

/* line 796, ../sass/global.scss */
.vig-left,
.vig-right {
  width: 250px;
  height: 450px;
  position: absolute;
}

/* line 801, ../sass/global.scss */
.vig-left {
  background: url(../images/backgrounds/vig-left.png) top left no-repeat;
  top: 0;
  left: 0;
}

/* line 807, ../sass/global.scss */
.vig-right {
  background: url(../images/backgrounds/vig-right.png) top right no-repeat;
  top: 0;
  right: 0;
}

/* line 813, ../sass/global.scss */
body.node-type-park #zone-park-highlight-wrapper {
  background: none;
  padding: 0px;
  width: 253px;
  height: auto;
}

/* line 821, ../sass/global.scss */
#zone-header-wrapper .container-12 .region-header-first {
  width: 940px;
}

/* line 832, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7, .grid-9 {
  /*end.view-style-1*/
}
/* line 834, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-row, .grid-9 .view-style-1 .views-row {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  min-height: 141px;
  padding: 20px 0;
}
/* line 837, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-row.views-row-last, .grid-9 .view-style-1 .views-row.views-row-last {
  border-bottom: 0px;
}
/* line 840, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field, .grid-9 .view-style-1 .views-field {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 300px;
  margin-left: 20px;
  font-size: 15px;
}
/* line 844, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-field-secondary-landing-image,
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-field-global-primary-lp-image, .grid-9 .view-style-1 .views-field-field-secondary-landing-image,
.grid-9 .view-style-1 .views-field-field-global-primary-lp-image {
  float: left;
  margin-left: 0px;
  width: 218px;
  min-height: 123px;
}
/* line 43, ../sass/_custom.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-field-secondary-landing-image img,
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-field-global-primary-lp-image img, .grid-9 .view-style-1 .views-field-field-secondary-landing-image img,
.grid-9 .view-style-1 .views-field-field-global-primary-lp-image img {
  border: 1px solid #cccccc;
}
/* line 49, ../sass/_custom.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-title h3, .grid-9 .view-style-1 .views-field-title h3 {
  color: #2a271f;
  margin: 0 0 1px 0px;
  padding: 0;
  line-height: 1.2em;
}
/* line 55, ../sass/_custom.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-title a, .grid-9 .view-style-1 .views-field-title a {
  color: #2a271f;
}
/* line 57, ../sass/_custom.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-title a:hover, .grid-9 .view-style-1 .views-field-title a:hover {
  color: #34b6e4;
}
/* line 851, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-field-attraction-min-height, .grid-9 .view-style-1 .views-field-field-attraction-min-height {
  color: #dc291e;
  font-style: italic;
}
/* line 855, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-field-global-med-summary, .grid-9 .view-style-1 .views-field-field-global-med-summary {
  color: #666666;
}
/* line 857, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-field-global-med-summary p, .grid-9 .view-style-1 .views-field-field-global-med-summary p {
  margin: 0;
}
/* line 861, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .btn, .grid-9 .view-style-1 .btn {
  float: left;
}
/* line 864, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .views-field-nothing p, .grid-9 .view-style-1 .views-field-nothing p {
  margin-bottom: 2px;
}
/* line 867, ../sass/global.scss */
****************************************************************************
* VIEWS ROWS
.grid-7 .view-style-1 .date-time, .grid-9 .view-style-1 .date-time {
  color: #999999;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2em;
}

/*end.grid-7,.grid-9*/
/*Grid 9 Custom Views Styles*/
/* line 880, ../sass/global.scss */
.grid-9 .view-initial-landing-page-category-listing .views-field-nothing,
.grid-9 .view-initial-landing-page-category-listing .views-field-title {
  width: 455px;
}

/*end.grid-9*/
/* line 888, ../sass/global.scss */
body.node-type-special-offer .panel-separator {
  height: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  clear: both;
}
/* line 894, ../sass/global.scss */
body.node-type-special-offer .panel-separator:nth-child(2) {
  border-bottom: 0;
  height: 0px;
}
/* line 898, ../sass/global.scss */
body.node-type-special-offer h2 {
  color: #aa1a16;
  margin-bottom: 5px;
  line-height: 1.2em;
}
/* line 905, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_1 .views-row {
  min-height: 200px;
  margin-bottom: 20px;
}
/* line 909, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_1 .views-row-last {
  margin-bottom: 0;
}
/* line 912, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_1 .views-field-field-special-offers-lp-image {
  float: left;
  margin-right: 20px;
}
/* line 918, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_2 .views-row {
  min-height: 195px;
  margin-bottom: 20px;
}
/* line 922, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_2 .views-row-last {
  margin-bottom: 0;
}
/* line 925, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_2 .views-field-field-special-offers-lp-image {
  float: right;
  margin-left: 20px;
}
/* line 931, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_3 .views-row {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 218px;
  margin: 0px 18px 20px 0px;
}
/* line 935, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_3 .views-row.views-row-last {
  margin-right: 0px;
}
/* line 939, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_3 .views-field-field-global-summary {
  height: 80px;
}

/* -------------------------------------------------------------------------*
 * Styles from Park Theme
 * -------------------------------------------------------------------------*/
/* line 953, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 {
  padding: 0px;
  margin-top: 30px;
}
/* line 956, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-title,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-title {
  font-size: 22px;
  margin-bottom: 0px;
}
/* line 960, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content {
  border-top: 5px solid #ff7900;
  background: #e0e0e0;
  padding: 10px 10px 1px 10px;
  margin-bottom: 20px;
}
/* line 965, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content .views-row,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content .views-row {
  margin: 0;
  padding: 10px 0;
  min-height: 58px;
  border-bottom: 1px solid #cccccc;
}
/* line 971, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content .views-row-first,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content .views-row-first {
  padding-top: 0;
}
/* line 974, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content .views-row-last,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content .views-row-last {
  border-bottom: none;
}
/* line 978, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content a,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content a {
  display: block;
  color: #2a271f;
  font-weight: 600;
  font-size: 14px;
  background: #e0e0e0;
  line-height: 1em;
  vertical-align: top;
}
/* line 987, ../sass/global.scss */
.panel-display .panel-panel .pane-downloads-panel-pane-1 .pane-content img,
.panel-display .panel-panel .pane-newsroom-panel-pane-2 .pane-content img {
  float: left;
  margin-right: 10px;
}

/* line 998, ../sass/global.scss */
.omega-12-twocol-9-3 .grid-3 .pane-sixflags-blocks-sixflags-blocks-ad-sidebar,
.omega-12-threecol-2-7-3 .grid-3 .pane-sixflags-blocks-sixflags-blocks-ad-sidebar {
  background: #e0e0e0;
  margin-top: 25px;
  padding: 20px 30px;
}

/* line 1007, ../sass/global.scss */
.omega-12-twocol-9-3 .grid-3 .pane-internal-promotion,
.omega-12-threecol-2-7-3 .grid-3 .pane-internal-promotion {
  margin-top: 25px;
  padding: 0;
}

/* line 1016, ../sass/global.scss */
.grid-7 .panel-separator,
.grid-9 .panel-separator {
  height: 40px;
}
/* line 1020, ../sass/global.scss */
.grid-7 .panel-pane .pane-title,
.grid-9 .panel-pane .pane-title {
  margin-bottom: 5px;
}

/* line 1028, ../sass/global.scss */
.pane-sixflags-facebook-sixflags-facebook .pane-content {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
}

/* line 1036, ../sass/global.scss */
.pane-sharethis-sharethis-block {
  margin-bottom: 40px;
}

/* line 1042, ../sass/global.scss */
.node-type-primary-landing-page-newsroom .pane-sharethis-sharethis-block,
.node-type-newsroom .pane-sharethis-sharethis-block {
  margin-bottom: 0px;
}

/* line 1048, ../sass/global.scss */
.node-type-newsroom .field-name-field-newsroom-subtitle {
  margin-bottom: -30px;
}

/* line 1054, ../sass/global.scss */
.page {
  overflow-x: hidden;
}

/* line 1058, ../sass/global.scss */
#zone-header-wrapper {
  position: relative;
  background-color: #1d1d1d;
  width: 100%;
  height: 250px;
}

/* line 1066, ../sass/global.scss */
.view-highlight-banner-slideshow {
  position: absolute;
  left: 50%;
  width: 1500px;
  margin-left: -750px;
  /* Half the width */
}
/* line 1071, ../sass/global.scss */
.view-highlight-banner-slideshow .view-content {
  position: absolute;
  z-index: 200;
}

/* line 1077, ../sass/global.scss */
.view-footer {
  background: url(../images/sf-ribbons.png) bottom center no-repeat;
  position: absolute;
  width: 1800px;
  height: 520px;
  left: 50%;
  margin-left: -900px;
  /* Half the width */
  top: 100px;
  z-index: 300;
}

/* line 1090, ../sass/global.scss */
#zone-park-highlight.container-12 {
  width: 215px;
  padding: 0;
}

/* line 1095, ../sass/global.scss */
#zone-park-highlight-wrapper {
  position: absolute;
  top: 150px;
  right: 0;
  background: rgba(40, 40, 40, 0.96);
  padding: 15px 30px;
  z-index: 999;
  color: #f3f3f3;
  height: 175px;
  width: 215px;
}
/* line 1105, ../sass/global.scss */
#zone-park-highlight-wrapper .views-field-field-global-highlight-text {
  width: 215px;
}

/* line 1112, ../sass/global.scss */
.vig-left,
.vig-right {
  width: 250px;
  height: 450px;
  position: absolute;
}

/* line 1117, ../sass/global.scss */
.vig-left {
  background: url(../images/backgrounds/vig-left.png) top left no-repeat;
  top: 0;
  left: 0;
}

/* line 1123, ../sass/global.scss */
.vig-right {
  background: url(../images/backgrounds/vig-right.png) top right no-repeat;
  top: 0;
  right: 0;
}

/* line 1130, ../sass/global.scss */
#zone-header-wrapper .container-12 .region-header-first {
  width: 940px;
}

/****************************************************************************
* VIEWS ROWS
/* Image left with title/text,button on the right
/* Add .view-style-1 directly to view
/* Field collections are also included because they mimic views
****************************************************************************
*-------------------------------------------------------------------------*/
/* line 1141, ../sass/global.scss */
.grid-7, .grid-9 {
  /*end.view-style-1*/
}
/* line 1143, ../sass/global.scss */
.grid-7 .view-style-1 .views-row, .grid-9 .view-style-1 .views-row {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  min-height: 141px;
  padding: 20px 0;
}
/* line 1146, ../sass/global.scss */
.grid-7 .view-style-1 .views-row.views-row-last, .grid-9 .view-style-1 .views-row.views-row-last {
  border-bottom: 0px;
}
/* line 1149, ../sass/global.scss */
.grid-7 .view-style-1 .views-field, .grid-9 .view-style-1 .views-field {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 300px;
  margin-left: 20px;
  font-size: 15px;
}
/* line 1153, ../sass/global.scss */
.grid-7 .view-style-1 .views-field-field-secondary-landing-image,
.grid-7 .view-style-1 .views-field-field-global-primary-lp-image, .grid-9 .view-style-1 .views-field-field-secondary-landing-image,
.grid-9 .view-style-1 .views-field-field-global-primary-lp-image {
  float: left;
  margin-left: 0px;
  width: 218px;
  min-height: 123px;
}
/* line 43, ../sass/_custom.scss */
.grid-7 .view-style-1 .views-field-field-secondary-landing-image img,
.grid-7 .view-style-1 .views-field-field-global-primary-lp-image img, .grid-9 .view-style-1 .views-field-field-secondary-landing-image img,
.grid-9 .view-style-1 .views-field-field-global-primary-lp-image img {
  border: 1px solid #cccccc;
}
/* line 49, ../sass/_custom.scss */
.grid-7 .view-style-1 .views-field-title h3, .grid-9 .view-style-1 .views-field-title h3 {
  color: #2a271f;
  margin: 0 0 1px 0px;
  padding: 0;
  line-height: 1.2em;
}
/* line 55, ../sass/_custom.scss */
.grid-7 .view-style-1 .views-field-title a, .grid-9 .view-style-1 .views-field-title a {
  color: #2a271f;
}
/* line 57, ../sass/_custom.scss */
.grid-7 .view-style-1 .views-field-title a:hover, .grid-9 .view-style-1 .views-field-title a:hover {
  color: #34b6e4;
}
/* line 1160, ../sass/global.scss */
.grid-7 .view-style-1 .views-field-field-attraction-min-height, .grid-9 .view-style-1 .views-field-field-attraction-min-height {
  color: #dc291e;
  font-style: italic;
}
/* line 1164, ../sass/global.scss */
.grid-7 .view-style-1 .views-field-field-global-med-summary, .grid-9 .view-style-1 .views-field-field-global-med-summary {
  color: #666666;
}
/* line 1166, ../sass/global.scss */
.grid-7 .view-style-1 .views-field-field-global-med-summary p, .grid-9 .view-style-1 .views-field-field-global-med-summary p {
  margin: 0;
}
/* line 1170, ../sass/global.scss */
.grid-7 .view-style-1 .btn, .grid-9 .view-style-1 .btn {
  float: left;
}
/* line 1173, ../sass/global.scss */
.grid-7 .view-style-1 .views-field-nothing p, .grid-9 .view-style-1 .views-field-nothing p {
  margin-bottom: 2px;
}
/* line 1176, ../sass/global.scss */
.grid-7 .view-style-1 .date-time, .grid-9 .view-style-1 .date-time {
  color: #999999;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2em;
}

/*end.grid-7,.grid-9*/
/* line 1189, ../sass/global.scss */
.grid-9 .view-initial-landing-page-category-listing .views-field-nothing,
.grid-9 .view-initial-landing-page-category-listing .views-field-title {
  width: 455px;
}

/*end.grid-9*/
/* line 1197, ../sass/global.scss */
body.node-type-special-offer .panel-separator {
  height: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  clear: both;
}
/* line 1203, ../sass/global.scss */
body.node-type-special-offer .panel-separator:nth-child(2) {
  border-bottom: 0;
  height: 0px;
}
/* line 1207, ../sass/global.scss */
body.node-type-special-offer h2 {
  color: #aa1a16;
}
/* line 1212, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_1 .views-row {
  min-height: 200px;
}
/* line 1215, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_1 .views-field-field-special-offers-lp-image {
  float: left;
  margin-right: 20px;
}
/* line 1221, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_2 .views-row {
  min-height: 195px;
}
/* line 1224, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_2 .views-field-field-special-offers-lp-image {
  float: right;
  margin-left: 20px;
}
/* line 1230, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_3 .views-row {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 218px;
  margin: 0px 18px 20px 0px;
}
/* line 1234, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_3 .views-row.views-row-last {
  margin-right: 0px;
}
/* line 1239, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_3 .views-field-field-special-offers-lp-image img {
  border: 2px solid #ccc;
}
/* line 1243, ../sass/global.scss */
body.node-type-special-offer .view-special-offers-landing-page.view-display-id-panel_pane_3 .views-field-field-global-summary {
  height: 80px;
}

/* -------------------------------------------------------------------------*
 * // END Styles from Park Theme
 * -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*
 * IE7 styles
 * -------------------------------------------------------------------------*/
/* line 1257, ../sass/global.scss */
html.ie7 {
  /* New in Field Collection */
}
/* line 1259, ../sass/global.scss */
html.ie7 .omega-12-threecol-4-4-4 .grid-4 {
  width: 293px;
}
/* line 1264, ../sass/global.scss */
html.ie7 .omega-12-twocol-9-3 .grid-9 {
  margin-left: 0px;
  margin-right: 10px;
}
/* line 1268, ../sass/global.scss */
html.ie7 .omega-12-twocol-9-3 .grid-3 {
  margin-left: 10px;
  margin-right: 0px;
}
/* line 1274, ../sass/global.scss */
html.ie7 .omega-12-threecol-2-7-3 .grid-2 {
  margin-left: 0px;
}
/* line 1277, ../sass/global.scss */
html.ie7 .omega-12-threecol-2-7-3 .grid-3 {
  margin-right: 0px;
}
/* line 1282, ../sass/global.scss */
html.ie7 .omega-12-twocol-6-6-stacked .grid-6.alpha {
  margin-left: 0px;
}
/* line 1285, ../sass/global.scss */
html.ie7 .omega-12-twocol-6-6-stacked .grid-6.omega {
  margin-right: 0px;
}
/* line 1289, ../sass/global.scss */
html.ie7 .not-front #zone-content {
  position: static;
  z-index: 0;
}
/* line 1293, ../sass/global.scss */
html.ie7 #zone-footer-wrapper .region-footer-second {
  clear: right;
  width: 960px;
}
/* line 1296, ../sass/global.scss */
html.ie7 #zone-footer-wrapper .region-footer-second .block {
  clear: right;
  width: 960px;
}
/* line 1302, ../sass/global.scss */
html.ie7 .field-name-field-new-in-item > .field-items > .field-item {
  margin: 0px 6px 40px 6px;
}
/* line 1305, ../sass/global.scss */
html.ie7 .node-type-new-in .view-media-gallery .views_slideshow_pager_field {
  width: 540px;
}
/* line 1308, ../sass/global.scss */
html.ie7 #section-footer {
  background: url(../images/backgrounds/footer-bg-ie.png);
}

/* line 1314, ../sass/global.scss */
html.ie8 #section-footer {
  background: url(../images/backgrounds/footer-bg-ie.png);
}
