/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  background: #0070b6;
  font: normal 14px/20px 'Open Sans', arial, sans-serif;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 300;
  color: #0070b6;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
}
h1 {
  position: relative;
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #404040;
  text-transform: uppercase;
}
h1 a.side_link {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
h1 a.side_link.dark {
  color: #404040;
}
h1 a.side_link img {
  margin: 0 0 0 10px;
}
h1 .button.side {
  position: absolute;
  bottom: 7px;
  right: 0;
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-size: 16px;
  line-height: 22px;
}
h6 {
  font-size: 16px;
  line-height: 22px;
}
h2.title {
  position: relative;
  padding: 20px 0 0 95px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
h2.title span {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  display: block;
}
h2.title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 84px;
  background: #008bd3 url(../img/icons_block.png) -400px 0 no-repeat;
}
h2.title.profile:before {
  background: #008bd3 url(../img/icons_profile.png) 0 0 no-repeat;
}
h2.title.green:before {
  background-color: #7ebf44;
}
h2.title.orange:before {
  background-color: #f0a53e;
}
h2.title.gray:before {
  background-color: #9a9a9a;
}
h2.title.bus:before {
  background-position: 0 0;
}
h2.title.pin:before {
  background-position: -80px 0;
}
h2.title.news:before {
  background-position: -160px 0;
}
h2.title.events:before {
  background-position: -240px 0;
}
h2.title.info:before {
  background-position: -320px 0;
}
h2.title.magnify:before {
  background-position: -480px 0;
}
h2.title.cart:before {
  background-position: -560px 0;
}
h2.title.bus2:before {
  background-position: -640px 0;
}
h2.title .cart_count {
  position: absolute;
  top: 10px;
  left: 50px;
  height: 22px;
  min-width: 22px;
  padding: 5px 0 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  background: #f0a53e;
}
h2 > label {
  margin-left: 15px !important;
  vertical-align: middle;
}
.required {
  color: #ea4343;
}
.star {
  position: relative;
  z-index: 1040;
  display: inline-block;
  margin: 0 0 -6px 0;
  width: 20px;
  min-height: 25px;
  background: url(../img/star.png) 0 0 no-repeat;
}
.star:before {
  content: "";
  width: 20px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: url(../img/star.png) -20px 0 no-repeat;
}
.star .popup {
  display: none;
  position: absolute;
  z-index: 3000;
  /*top: 32px;*/
  left: 50%;
  margin-top: 30px;
  margin-left: -136px;
  width: 273px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  background: #0189df;
}
.star .popup:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #0189df;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.star .popup input[type=text] {
  display: block;
  float: left;
  height: 31px;
  width: 174px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  background: #0070b6;
}
.star .popup input[type=text]:focus {
  background: #fff;
  color: #404040;
}
.star .popup input[type=submit] {
  display: block;
  float: right;
  height: 31px;
  width: 79px;
  padding: 8px;
  margin: 5px 0 0 0;
}
.star.hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.star.hover .popup {
  display: block;
}
.no-js .star:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-js .star:hover .popup {
  display: block;
}
.alert {
  padding: 20px 20px 20px 80px;
  margin: 0 0 20px 0;
  min-height: 100px;
  background-color: #fff;
}
.alert.high {
  background: #ffffff url(../img/icon-alert-high.png) 20px 27px no-repeat;
}
.alert.med {
  background: #ffffff url(../img/icon-alert-med.png) 20px 27px no-repeat;
}
.alert.low {
  background: #ffffff url(../img/icon-alert-low.png) 20px 27px no-repeat;
}
.alert.snow {
  background: #ffffff url(../img/icon-alert-snow.png) 20px 27px no-repeat;
}
.subhead {
  display: inline-block;
  margin-left: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-transform: none;
}
.subhead.light {
  font-weight: 300;
}
.dark {
  color: #404040;
}
.inline_headline {
  font-weight: 700;
  color: #0070b6;
}
.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icons_social.png) 0 0 no-repeat;
}
.social-icon.facebook {
  background-position: 0 -30px;
}
.social-icon.facebook-color {
  background-position: 0 0;
}
.social-icon.twitter {
  background-position: -30px -30px;
}
.social-icon.twitter-color {
  background-position: -30px 0;
}
.social-icon.share {
  background-position: -60px 0;
}
.social-icon.googleplus {
  background-position: -60px -30px;
}
.social-icon.print {
  background-position: -90px -30px;
}
.tooltip_container {
  position: relative;
  width: 197px;
  min-height: 50px;
  max-height: 200px;
  overflow: hidden;
  background: #fff;
  /*&:after{
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -5px;
		content: "";
		width:10px; 
		height:0; 
		border-top:10px solid #fff;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
	}*/
}
.tooltip_container .tooltip_title {
  display: block;
  padding: 5px 20px 5px 10px;
  background: #404040;
  color: #fff;
  font: 600 12px/15px 'Open Sans', arial, sans-serif;
}
.tooltip_container .tooltip_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
}
.tooltip_container .tooltip_text {
  padding: 10px;
  font: normal 12px/15px 'Open Sans', arial, sans-serif;
}
.tooltip_container .tooltip_text b,
.tooltip_container .tooltip_text strong {
  font-weight: 600;
}
img {
  max-width: 100%;
}
a {
  color: #0070b6;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a img {
  border: 0;
}
a:hover {
  text-decoration: underline;
}
.green a {
  color: #7ebf44;
}
.orange a {
  color: #f0a53e;
}
p {
  margin: 0 0 30px 0;
}
ol,
ul,
dd {
  margin: 5px 0 5px 20px;
}
hr {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  height: 0px;
  margin: 30px 0;
  padding: 0;
  width: 100%;
}
pre,
code,
blockquote {
  padding: 40px;
}
.semibold {
  font-weight: 600;
}
.inline {
  display: inline-block;
}
.lowlite {
  color: #222222;
}
/*used for js placeholder fix for ie*/
.print-only {
  display: none;
}
.pac-container {
  z-index: 1000000;
}
.rtecontent {
  margin: 0 0 20px 0;
}
.rtecontent img {
  display: block;
  max-width: 100%;
  margin: 5px 30px;
}
.rtecontent img.rte_image_left {
  display: block;
  float: left;
  margin-left: 0;
}
.rtecontent img.rte_image_right {
  display: block;
  float: right;
  margin-right: 0;
}
.rtecontent img.rte_image_full {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.rtecontent figure {
  border-top: 5px solid #7ebf44;
  background: #fff;
  margin: 5px 30px;
  max-width: 100% !important;
}
.rtecontent figure img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.rtecontent figure.rte_image_left {
  display: block;
  float: left;
  margin-left: 0;
}
.rtecontent figure.rte_image_right {
  display: block;
  float: right;
  margin-right: 0;
}
.rtecontent figure.rte_image_full {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.rtecontent figure figcaption {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-style: italic;
}
.rtecontent table {
  margin: 0 0 15px 0;
}
.rtecontent table th {
  padding: 10px 15px;
  background: #6c6c6c;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  border-left: 1px solid #fff;
}
.rtecontent table th:first-child {
  border-left: 0;
}
.rtecontent table td {
  padding: 10px 15px;
  background: #fff;
  vertical-align: top;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.rtecontent table td:first-child {
  border-left: 0;
}
.rtecontent table tr:last-child td {
  border-bottom: 0;
}
.rtecontent .rtecolumns:before,
.rtecontent .rtecolumns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rtecontent .rtecolumns:after {
  clear: both;
}
.rtecontent .rtecolumns:before,
.rtecontent .rtecolumns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rtecontent .rtecolumns:after {
  clear: both;
}
.rtecontent .rtecolumns .rtecol50 {
  width: 50%;
  float: left;
  padding: 0 0 0 15px;
}
.rtecontent .rtecolumns .rtecol50:first-child {
  padding: 0 15px 0 0;
}
.font-small .sizer {
  font-size: 12px;
  line-height: 18px;
}
.font-large .sizer {
  font-size: 18px;
  line-height: 24px;
}
.editing .sctabs {
  display: block;
}
.no_margin {
  margin: 0;
}
.no_padding {
  padding: 0 !important;
}
.clearfix:before,
.rtecontent:before,
.clearfix:after,
.rtecontent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.rtecontent:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centered {
  text-align: center;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.no_display {
  display: none !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.tiny {
  font-size: 10px;
  line-height: 14px;
}
.form_cell_link {
  display: inline-block;
  margin-top: 35px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row .col {
  float: left;
  padding: 0 0 0 5px;
}
.row .col:first-child {
  padding: 0 5px 0 0;
}
.row .col.large_space {
  padding: 0 0 0 12px;
}
.row .col.large_space:first-child {
  padding: 0 12px 0 0;
}
.row .half,
.row .col50 {
  width: 50%;
  float: left;
  padding: 0 0 0 5px;
}
.row .half:first-child,
.row .col50:first-child {
  padding: 0 5px 0 0;
}
.row .half img,
.row .col50 img {
  max-width: 100%;
}
.row .col40 {
  width: 40%;
}
.row .col60 {
  width: 60%;
}
.row .col30 {
  width: 30%;
}
.row .col70 {
  width: 70%;
}
.tabs ul.tablist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 58px;
  width: 100%;
  display: table;
  overflow: hidden;
}
.tabs ul.tablist > li {
  display: table-cell;
  width: 33.33%;
  border-left: 1px solid #fff;
}
.tabs ul.tablist > li a {
  display: block;
  height: 58px;
  padding: 22px 15px;
  text-align: center;
  color: #fff;
  background: #0070b6;
  font-weight: 600;
  text-transform: uppercase;
}
.tabs ul.tablist > li a:hover {
  text-decoration: none;
}
.tabs ul.tablist > li:first-child {
  border-left: 0;
}
.tabs ul.tablist > li.active a {
  background: #fff;
  color: #0070b6;
}
.tabs .tabpane {
  padding: 25px;
  display: none;
  background: #fff;
}
.tabs .tabpane ol,
.tabs .tabpane ul {
  margin: 10px 20px;
}
.tabs .tabpane.active {
  display: block;
}
.table {
  margin: 0 0 15px 0;
}
.table th {
  padding: 10px 15px;
  background: #6c6c6c;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  border-left: 1px solid #fff;
}
.table th:first-child {
  border-left: 0;
}
.table td {
  padding: 10px 15px;
  background: #fff;
  vertical-align: top;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.table td:first-child {
  border-left: 0;
}
.table tr:last-child td {
  border-bottom: 0;
}
.event_ico {
  padding: 0 0 0 25px;
  margin: 0 0 10px 0;
  line-height: 20px;
}
.event_ico.time {
  background: url(../img/icon_time.png) 0 2px no-repeat;
}
.event_ico.date {
  background: url(../img/icon_cal.png) 0 2px no-repeat;
}
.event_ico.loc {
  background: url(../img/icon_loc.png) 0 2px no-repeat;
}
.event_ico.from {
  background: url(../img/icon_loc_green.png) 0 0 no-repeat;
  line-height: 23px;
}
.event_ico.to {
  background: url(../img/icon_loc_red.png) 0 0 no-repeat;
  line-height: 23px;
}
.event_ico.phone {
  background: url(../img/icon_phone.png) 0 2px no-repeat;
}
.event_ico.web {
  background: url(../img/icon_web.png) 0 2px no-repeat;
}
.event_ico.tall {
  line-height: 23px;
}
.ad_block {
  display: block;
  position: relative;
  width: 240px;
  height: 246px;
  padding: 20px;
  margin: 30px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
}
.ad_block .button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ad_block:hover {
  text-decoration: none;
}
.ad_block:hover .button {
  background: #00609d;
}
.ad_block:hover .button.green {
  background: #71ae3c;
}
.ad_block:hover .button.orange {
  background: #ee9a26;
}
span.aligned {
  padding: 10px;
  display: inline-block;
}
div.messages {
  position: relative;
  margin: 0 0 20px 0;
  padding: 10px 10px 10px 76px;
  background: #ededed;
}
div.messages:before {
  content: "";
  width: 56px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #cfcfcf;
}
div.messages.error {
  background: #fc9b9b;
}
div.messages.error:before {
  background: #ea4343 url(../img/icon_alert_white.png) center center no-repeat;
}
div.messages.success {
  background: #96d55e;
}
div.messages.success:before {
  background: #7ebf44 url(../img/icon_success_message.png) center center no-repeat;
}
div.messages.warning {
  background: #fff799;
}
div.messages.warning:before {
  background: #fbee54 url(../img/icon_alert_black.png) center center no-repeat;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider ul.slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
.modal-popup {
  position: relative;
  background: #404040;
  padding: 30px;
  width: auto;
  max-width: 830px;
  margin: 20px auto;
}
.modal-popup .pop_title {
  color: #fff;
  font-size: 52px;
  line-height: 54px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.modal-popup.small {
  max-width: 550px;
  padding: 45px 20px 30px 135px;
}
.modal-popup.small button.mfp-close {
  display: none !important;
}
.modal-popup.small .pop_title {
  font-size: 40px;
  line-height: 44px;
  text-align: left;
}
.modal-popup.small:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 30px;
  width: 80px;
  height: 84px;
  background: #7ebf44 url(../img/icon_block_check.png) center center no-repeat;
}
.modal-popup.small .added_item {
  color: #fff;
  font-weight: 600;
  padding: 0 0 30px 0;
}
.modal-popup.small .added_item:before,
.modal-popup.small .added_item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-popup.small .added_item:after {
  clear: both;
}
.modal-popup.small .added_item:before,
.modal-popup.small .added_item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-popup.small .added_item:after {
  clear: both;
}
.modal-popup.small .added_item img {
  display: block;
  width: 95px;
  float: left;
  margin: 0 25px 0 0;
}
.modal-popup.small .button {
  width: 180px;
  text-align: center;
}
.modal-popup.small .button.green {
  margin-left: 10px;
}
.modal-popup.small.error {
  overflow: hidden;
}
.modal-popup.small.error:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 30px;
  width: 80px;
  height: 84px;
  background: #d13131 url(../img/icon_block_error.png) center center no-repeat;
}
.modal-popup.small.error .text {
  color: #fff;
  margin-bottom: 20px;
}
.modal-popup.small.error .button {
  float: right;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**** DATE PICKER ***/
/**events input field calendar**/
#ui-datepicker-div {
  background: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 900001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 2px;
  margin: 0;
  background: #0070b6;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 10px;
  height: 22px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  left: 10px;
  background-image: url(../img/arrow_popcal_left.png);
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
  right: 10px;
  background-image: url(../img/arrow_popcal_right.png);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  background: #0070b6;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0 auto;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  font-size: 10px;
  line-height: 26px;
  background: #ededed;
}
#ui-datepicker-div .ui-datepicker-calendar th.ui-datepicker-week-end {
  padding-right: 7px;
}
#ui-datepicker-div .ui-datepicker-calendar th:first-child {
  padding-right: 0;
  padding-left: 7px;
}
#ui-datepicker-div .ui-datepicker-calendar td a,
#ui-datepicker-div .ui-datepicker-calendar td span {
  display: block;
  padding: 7px 5px;
  font-size: 13px;
  line-height: 13px;
  color: #404040;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-week-end {
  padding-right: 7px;
}
#ui-datepicker-div .ui-datepicker-calendar td:first-child {
  padding-right: 0px;
  padding-left: 7px;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable a,
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: #cfcfcf;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #7ebf44;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  background: #7ebf44;
  color: #fff;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
input[type=text],
input[type=password],
textarea,
.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 41px;
  padding: 8px 11px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 300;
  color: #222222;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
.form-control:focus {
  border-color: #222222;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #222222;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #222222;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #222222;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #222222;
  padding-top: 3px;
}
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled],
.form-control[disabled],
input[type=text][readonly],
input[type=password][readonly],
textarea[readonly],
.form-control[readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] textarea,
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e2e2e2;
}
input[type=text].date,
input[type=password].date,
textarea.date,
.form-control.date {
  background-image: url(../img/input_date.png);
  background-position: right center;
  background-repeat: no-repeat;
}
input[type=text].time,
input[type=password].time,
textarea.time,
.form-control.time {
  background-image: url(../img/input_time.png);
  background-position: right center;
  background-repeat: no-repeat;
}
::-moz-placeholder,
:-moz-placeholder {
  color: #222222 !important;
}
.file_upload {
  position: relative;
  width: 100%;
  height: 41px;
  margin-bottom: 10px;
  background: #fff;
}
.file_upload input {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  float: right;
  cursor: pointer;
  width: 100%;
  height: 41px;
  z-index: 3000;
}
.file_upload input:hover + span.action {
  background: #71ae3c;
}
.file_upload span.filename {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 41px;
  padding: 11px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 300;
  color: #222222;
  vertical-align: middle;
  background-color: #ffffff;
}
.file_upload span.action {
  width: 100px;
  height: 41px;
  margin: 0;
  padding: 13px 10px 13px 10px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  background: #7ebf44;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
textarea {
  height: 150px;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  display: block;
  margin: 0 0 18px 0;
  padding: 0 0 0 27px !important;
  font-weight: normal;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../img/checkbox.png) 0 -17px no-repeat;
}
input[type=checkbox] + label.inline,
input[type=radio] + label.inline {
  display: inline-block;
  margin: 0;
}
input[type=checkbox] + label.small,
input[type=radio] + label.small {
  font-size: 12px;
  line-height: 17px;
  text-transform: none;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-position: 0 0;
}
.lt-ie9 input[type=checkbox],
.lt-ie9 input[type=radio] {
  position: relative;
  left: auto;
  opacity: 1;
}
.lt-ie9 input[type=checkbox] + label,
.lt-ie9 input[type=radio] + label {
  padding: 0;
}
.lt-ie9 input[type=checkbox] + label:before,
.lt-ie9 input[type=radio] + label:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio_toggle input[type=radio] + label {
  display: block !important;
  background: #656565;
  height: 41px;
  padding: 11px 11px 11px 32px !important;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 19px;
  text-transform: none;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}
.radio_toggle input[type=radio] + label:before {
  display: none;
}
.radio_toggle input[type=radio]:checked + label {
  background: #ffffff url(../img/checkmark.png) 8px center no-repeat;
  color: #222222;
}
.option_toggle {
  display: inline-block;
  height: 37px;
  padding: 4px 4px 4px 10px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  background: #c0c0c0;
  vertical-align: middle;
}
.option_toggle span {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}
.option_toggle input[type=checkbox] + label {
  display: inline-block;
  margin: 0;
  width: 71px;
  height: 29px;
  padding: 2px !important;
  margin-left: 5px;
  background: #fff;
  color: #0070b6;
}
.option_toggle input[type=checkbox] + label span {
  display: block;
  width: 50%;
  line-height: 25px;
  margin: 0;
  float: left;
  text-align: center;
  cursor: pointer;
}
.option_toggle input[type=checkbox] + label:before {
  background: #0070b6;
  width: 33px;
  height: 25px;
  top: 2px;
  right: 2px;
  left: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.option_toggle input[type=checkbox]:checked + label:before {
  right: 36px;
}
.select2-container {
  margin: 0 0 10px 0;
  width: 100%;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background: #ffffff;
}
.select2-container .select2-choice {
  display: block;
  height: 41px;
  padding: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  color: #222222;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-choice abbr {
  display: none;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/select_arrow.png) right center no-repeat;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  display: block;
  height: 41px;
  padding: 11px;
}
.select2-container.orange .select2-choice .select2-arrow b {
  background: url(../img/select_arrow2.png) right center no-repeat;
}
.select2-container.blue .select2-choice .select2-arrow b {
  background: url(../img/select_arrow3.png) right center no-repeat;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9999998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999999;
  top: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  color: #222222;
  font-weight: 300;
  font-size: 18px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
}
.select2-drop.int_route {
  width: 240px !important;
}
.select2-drop.home {
  width: 295px !important;
}
.select2-search {
  display: none;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-results {
  max-height: 200px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results .select2-result-label {
  padding: 5px 11px;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #7ebf44;
  color: #fff;
}
.select2-drop.orange .select2-results .select2-highlighted {
  background: #f0a53e;
}
.select2-drop.blue .select2-results .select2-highlighted {
  background: #0070b6;
}
input[type="submit"],
input[type="button"],
.btn_plain {
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 8px 20px;
  height: 31px;
  background: #0070b6;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.btn_plain:hover {
  background: #00609d;
  text-decoration: none;
}
input[type="submit"].green,
input[type="button"].green,
.btn_plain.green {
  background: #7ebf44;
}
input[type="submit"].green:hover,
input[type="button"].green:hover,
.btn_plain.green:hover {
  background: #71ae3c;
}
input[type="submit"].orange,
input[type="button"].orange,
.btn_plain.orange {
  background: #f0a53e;
}
input[type="submit"].orange:hover,
input[type="button"].orange:hover,
.btn_plain.orange:hover {
  background: #ee9a26;
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 41px;
  background: #0070b6;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button.full {
  width: 100%;
  text-align: center;
}
.button input[type="submit"] {
  background: transparent;
  width: 100%;
  height: 41px;
  padding: 13px 49px 15px 20px;
  margin: 0;
}
.button input[type="submit"]:focus {
  border-color: #222222;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button span {
  display: block;
  padding: 13px 49px 13px 20px;
  vertical-align: top;
  text-align: center;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 34px;
  height: 41px;
  background: #0189df url(../img/arrows.png) 0 -3px no-repeat;
}
.button.down:after {
  background-position: 0 -46px;
}
.button.add:after {
  background-image: url(../img/plus.png);
  background-position: 0 0;
}
.button:hover {
  background: #00609d;
  text-decoration: none;
}
.button.green {
  background: #7ebf44;
}
.button.green:after {
  background-color: #96d55e;
}
.button.green:hover {
  background: #71ae3c;
}
.button.orange {
  background: #f0a53e;
}
.button.orange:after {
  background-color: #f3b661;
}
.button.orange:hover {
  background: #ee9a26;
}
.form_container {
  background: #cfcfcf;
  padding: 9px;
  margin-bottom: 5px;
}
.form_container table.col3 {
  width: 100%;
}
.form_container table.col3 td {
  width: 33%;
  vertical-align: top;
  padding-bottom: 10px;
}
.form_container table.col3 td h2,
.form_container table.col3 td label {
  margin: 0;
}
.form_container .inner {
  padding: 20px;
}
.form_container .inner h1,
.form_container .inner h2,
.form_container .inner h3,
.form_container .inner h4,
.form_container .inner h5,
.form_container .inner h6 {
  color: #303030;
}
.form_container .inner .row .half {
  padding: 0 0 0 15px;
}
.form_container .inner .row .half:first-child {
  padding: 0 15px 0 0;
}
.form_container .inner .row .half .availability {
  display: block;
  height: 41px;
  margin-top: 25px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.form_container .inner .row .half .availability.available {
  background: url(../img/icon_block_check_greenbg.png) left bottom no-repeat;
  background-size: 41px 41px;
  padding-left: 51px;
}
.form_container .inner .row .half .availability.unavailable {
  background: url(../img/icon_block_x_redbg.png) left bottom no-repeat;
  background-size: 41px 41px;
  padding-left: 51px;
}
.form_container .inner .row .half .availability > span {
  display: block;
  padding-top: 11px;
}
.form_container .inner .row.last input[type=text],
.form_container .inner .row.last input[type=password],
.form_container .inner .row.last textarea,
.form_container .inner .row.last .form-control {
  margin-bottom: 0;
}
.form_container .inner .col .half {
  padding: 0 0 0 10px;
}
.form_container .inner .col .half:first-child {
  padding: 0 10px 0 0;
}
.form_container .messages + .inner {
  padding-top: 0;
}
.form_container input[type=text],
.form_container input[type=password],
.form_container textarea,
.form_container .form-control {
  margin-bottom: 23px;
}
.form_container .white_block {
  background: #fff;
  padding: 15px;
  margin: 5px 0 0 0;
}
.form_container .button {
  min-width: 175px;
}
* {
  text-shadow: none !important;
  color: #000 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: arial, sans-serif !important;
  -webkit-transition: none;
  transition: none;
}
a,
a:visited {
  text-decoration: underline;
  -webkit-transition: none;
  transition: none;
}
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr,
img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}
h2,
h3 {
  page-break-after: avoid;
}
h2.title {
  padding: 0 0 10px 0;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}
h2.title:before {
  display: none;
}
div.messages {
  display: none;
}
.event_ico {
  background: none !important;
  padding: 0;
}
select {
  background: #fff !important;
}
header {
  margin: 0;
}
header .upper {
  display: none;
}
header #logo {
  display: block;
  width: 140px;
  height: 94px;
  -webkit-transition: none;
  transition: none;
}
header #logo span {
  display: none;
}
header #logo .print-only {
  display: block !important;
}
header nav {
  display: none;
}
header .icons {
  display: none;
}
#home section.top {
  display: none;
}
#home section.main .right_col {
  display: none;
}
#home section.callouts {
  display: none;
}
ul.block_rows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  margin-bottom: 15px;
}
ul.block_rows > li {
  width: 31%;
  height: 214px;
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: top;
  page-break-inside: avoid;
}
ul.block_rows > li > a {
  border-top: 5px solid #0189df;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  display: block;
  width: 100%;
  height: 214px;
  padding: 15px 20px;
  color: #404040;
  text-decoration: none !important;
  line-height: 18px;
  background: #fff;
}
ul.block_rows > li > a h4 {
  color: #404040;
  line-height: 22px;
  font-weight: 400;
}
ul.block_rows > li > a .bottom {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
ul.block_rows > li .expander {
  position: absolute;
  left: 0;
  top: auto;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
ul.block_rows > li .expander .inner {
  border: 1px solid #eee;
  padding: 20px;
}
ul.block_rows > li .expander .inner .row {
  padding-bottom: 25px;
}
ul.block_rows > li .expander .inner .half {
  padding: 0 0 0 38px;
}
ul.block_rows > li .expander .inner .half:first-child {
  padding: 0 12px 0 0;
}
ul.block_rows > li .expander .inner .half.load {
  background: url(../img/ajax-loader.gif) center center no-repeat;
}
ul.block_rows > li .expander .inner .half img,
ul.block_rows > li .expander .inner .half iframe {
  display: block;
  width: 318px !important;
  height: 244px !important;
}
ul.block_rows > li .expander .inner .half h4 {
  font-weight: 400;
  margin: 0 0 10px 0;
}
ul.block_rows > li .expander span.exp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 32px;
  cursor: pointer;
  background: #000000 url(../img/icon_close.png) 0 0 no-repeat;
}
ul.block_rows > li.expanded > a {
  border-top-color: #7ebf44;
}
#interior .right_col,
#blog .right_col {
  display: none;
}
#interior #breadcrumbs,
#blog #breadcrumbs {
  margin: 0 0 15px 0;
  text-align: right;
  color: #0070b6;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
#interior #breadcrumbs a,
#blog #breadcrumbs a {
  display: inline-block;
  margin: 0 5px;
  color: #303030;
  text-decoration: none;
}
#interior #breadcrumbs a.active,
#blog #breadcrumbs a.active {
  color: #0070b6;
}
#interior .content img.feature_img,
#blog .content img.feature_img {
  display: block;
  margin: 0 0 25px 0;
  border-top: 5px solid #7ebf44;
  max-width: 100%;
}
#interior .content .callout,
#blog .content .callout {
  border: 1px solid #303030;
  padding: 15px 25px;
}
#interior .content .gallery,
#blog .content .gallery {
  position: relative;
  margin: 25px 0;
}
#interior .content .gallery .slides > li img,
#blog .content .gallery .slides > li img {
  border-bottom: 5px solid #7ebf44;
}
#interior .content .gallery .slides > li .caption,
#blog .content .gallery .slides > li .caption {
  page-break-inside: avoid;
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
#interior .content .gallery .slides > li .caption span,
#blog .content .gallery .slides > li .caption span {
  display: block;
  height: 30px;
  overflow: hidden;
}
#interior .content .gallery .slides > li .caption span.count,
#blog .content .gallery .slides > li .caption span.count {
  display: none;
}
#interior .content .gallery .flex-direction-nav,
#blog .content .gallery .flex-direction-nav {
  display: none;
}
#interior .content .filter_row,
#blog .content .filter_row {
  display: none;
}
.article_list article {
  margin: 0 0 15px 0;
  page-break-inside: avoid;
}
.article_list article:before,
.article_list article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article_list article:after {
  clear: both;
}
.article_list article:before,
.article_list article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article_list article:after {
  clear: both;
}
.article_list article img.feat_img {
  width: 121px;
  float: left;
  border-top: 5px solid #7ebf44;
}
.article_list article img.feat_img + .text {
  margin-left: 145px;
}
.article_list article .text {
  padding-right: 30px;
}
.article_list article h2.article_title {
  margin: 0;
}
.article_list article .semibold {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.article_list article.feature {
  border-top: 5px solid #7ebf44;
  background: #fff;
  max-height: 291px;
  overflow: hidden;
}
.article_list article.feature .text {
  padding: 25px;
}
.article_list article.feature .text .semibold {
  text-transform: none;
}
.article_list article.feature .text .button {
  margin-top: 20px;
}
.article_list article.feature img.feat_img {
  display: block;
  float: left;
  width: 268px;
  height: 286px;
  border-top: 0;
}
.article_list article.feature img.feat_img + .text {
  margin-left: 268px;
}
.article_list article.details {
  page-break-inside: auto;
  margin: 0;
}
.article_list article.details img.feat_img {
  display: block;
  float: left;
  width: 301px;
  height: 259px;
  border-top: 5px solid #7ebf44;
  margin-right: 25px;
}
#blog article {
  page-break-inside: avoid;
  margin-top: 15px;
}
#blog article:before,
#blog article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#blog article:after {
  clear: both;
}
#blog article:before,
#blog article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#blog article:after {
  clear: both;
}
#blog article:first-child {
  margin-top: 0;
}
#blog article .img {
  position: relative;
  width: 258px;
  float: left;
}
#blog article .img img {
  display: block;
  width: 100%;
  border-top: 5px solid #7ebf44;
}
#blog article .date {
  border: 1px solid #303030;
  padding: 10px 0 0 0;
  width: 64px;
  height: 64px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}
#blog article .date span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}
#blog article .content {
  margin: 10px 0 0 278px;
}
#blog article .content .info {
  margin: 15px 0 0 0;
}
#blog article h2.headline {
  margin: 0 0 10px 0;
}
#blog article .header {
  position: relative;
  padding: 0 0 0 90px;
  margin: 0 0 25px 0;
  min-height: 64px;
}
#blog article .header .date {
  position: absolute;
  top: 0;
  left: 0;
}
#blog article img.article_img {
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
  border-top: 5px solid #7ebf44;
}
#blog article.details {
  page-break-inside: auto;
}
#blog .form_container {
  display: none;
}
#blog .comment {
  margin: 15px 0 0 0;
}
#blog .comment .text {
  padding: 25px;
  border: 1px solid #ededed;
}
#blog .comment .author {
  position: relative;
  padding: 5px 0 0 43px;
  font-weight: 600;
}
#map {
  position: relative;
  padding: 5px;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}
#map img.sysmap {
  display: block;
  width: 100%;
}
#map > span {
  display: none;
}
#map.interactive {
  height: 505px;
}
#map.interactive > span {
  display: block;
}
#map .link {
  position: absolute;
  top: -45px;
  right: 5px;
}
.route_selections {
  padding-top: 10px;
}
.route_selections input[type="checkbox"] + label {
  width: 32.5%;
  vertical-align: top;
  display: inline-block;
  padding-left: 10px !important;
  text-transform: none;
  font-weight: 600;
}
.route_selections input[type="checkbox"] + label span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 4px;
}
.alert {
  padding: 20px;
  margin: 0 0 20px 0;
  min-height: 0;
  background-color: #fff;
  page-break-inside: avoid;
}
.alert.high {
  border: 1px solid #ea4343;
}
.alert.med {
  border: 1px solid #f0a53e;
}
ul.alert_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.alert_list li {
  padding: 20px 20px 20px 80px;
  min-height: 100px;
  padding: 20px;
  margin: 0 0 20px 0;
  min-height: 0;
  background-color: #fff;
  page-break-inside: avoid;
  margin: 0 0 6px 0;
}
ul.alert_list li.high {
  background: #ffffff url(../img/icon-alert-high.png) 20px 27px no-repeat;
}
ul.alert_list li.med {
  background: #ffffff url(../img/icon-alert-med.png) 20px 27px no-repeat;
}
ul.alert_list li.low {
  background: #ffffff url(../img/icon-alert-low.png) 20px 27px no-repeat;
}
ul.alert_list li.snow {
  background: #ffffff url(../img/icon-alert-snow.png) 20px 27px no-repeat;
}
ul.alert_list li.high {
  border: 1px solid #ea4343;
}
ul.alert_list li.med {
  border: 1px solid #f0a53e;
}
.route .map_container {
  page-break-inside: avoid;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #c0c0c0;
}
.route .map_container .link {
  display: none;
}
.route .map_container .options {
  display: none;
  height: 37px;
  position: absolute;
  bottom: -43px;
  left: 0;
}
.route .map_container .options .option {
  display: inline-block;
  height: 37px;
  padding: 4px 4px 4px 10px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  background: #c0c0c0;
  vertical-align: middle;
}
.route .map_container .options .option span {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}
.route .map_container .options .option input[type=checkbox] + label {
  display: inline-block;
  margin: 0;
  width: 71px;
  height: 29px;
  padding: 2px !important;
  margin-left: 5px;
  background: #fff;
  color: #0070b6;
}
.route .map_container .options .option input[type=checkbox] + label span {
  display: block;
  width: 50%;
  line-height: 25px;
  margin: 0;
  float: left;
  text-align: center;
  cursor: pointer;
}
.route .map_container .options .option input[type=checkbox] + label:before {
  background: #0070b6;
  width: 33px;
  height: 25px;
  top: 2px;
  right: 2px;
  left: auto;
}
.route .map_container .options .option input[type=checkbox]:checked + label:before {
  right: 36px;
}
.route .route_container {
  position: relative;
  min-height: 347px;
  padding: 0 0 40px 0;
}
.route .route_container:before,
.route .route_container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.route .route_container:after {
  clear: both;
}
.route .route_container:before,
.route .route_container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.route .route_container:after {
  clear: both;
}
.route .route_container .text {
  width: 345px;
  padding-right: 30px;
  float: left;
}
.route .route_container .map_container {
  width: 355px;
  height: 307px;
}
.route .route_container .map_container.expanded {
  width: 100%;
  height: 507px;
  margin-bottom: 43px;
}
.route .table_links {
  margin: 0 0 20px 0;
}
.route .table_links a {
  display: block;
}
.route .table_links a.active {
  font-weight: 600;
  color: #404040;
  cursor: default;
}
.route .table_links a.active:hover {
  text-decoration: none;
}
.route .note {
  font-size: 12px;
  margin-bottom: 20px;
}
.route .route_info .tabs {
  display: none;
}
.route .route_info .tabs.active {
  display: block;
}
.route .route_info .tabs .tabpane {
  padding: 8px;
}
.route .route_info .tabs .tabpane .tab_content {
  padding: 20px 15px;
}
.route .route_info .tabs .tabpane .tab_content .stops {
  display: none;
}
.route .route_info .tabs .tabpane .tab_content .stops a {
  cursor: pointer;
}
.route .route_info .tabs .tabpane .footnote {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
.route .route_info table.data_table {
  width: 684px;
  margin: 0;
}
.route .route_info table.data_table tr.bg {
  background: #ededed;
}
.route .route_info table.data_table th {
  border: 1px solid #c0c0c0;
  padding: 10px 15px;
  background: #d5d5d5;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.route .route_info table.data_table th:first-child {
  border-left: 0;
}
.route .route_info table.data_table th:hover {
  background-image: url(../img/icon_table_x.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.route .route_info table.data_table td {
  border: 1px solid #c0c0c0;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
}
.route .route_info .floatingHeader {
  display: none;
}
.route .trip_container {
  margin-top: 20px;
  margin-bottom: 45px;
  padding: 0 265px 0 0;
  position: relative;
  min-height: 230px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.route .trip_container .selection_grid .header {
  display: table;
  width: 100%;
  background: #6c6c6c;
  height: 44px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 5px solid transparent;
}
.route .trip_container .selection_grid a.selection {
  display: table;
  width: 100%;
  margin-top: 6px;
  height: 56px;
  background: #fff;
  color: #404040;
  cursor: pointer;
  border-left: 5px solid transparent;
}
.route .trip_container .selection_grid a.selection.active,
.route .trip_container .selection_grid a.selection:hover {
  color: #0070b6;
  border-left-color: #0070b6;
  text-decoration: none;
}
.route .trip_container .selection_grid span.cell {
  display: table-cell;
  vertical-align: middle;
}
.route .trip_container .selection_grid span.cell.count {
  width: 45px;
  padding: 0 10px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.route .trip_container .selection_grid span.cell.dur {
  width: 115px;
}
.route .trip_container .selection_grid span.cell.time {
  width: 140px;
}
.route .trip_container .map_container {
  width: 265px;
  height: 100%;
  position: absolute;
}
.route .trip_container .map_container.expanded {
  width: 100%;
  height: 507px;
}
footer {
  padding: 20px 0 0 0;
}
footer .left_col {
  display: none;
}
footer .nl_form {
  display: none;
}
footer a.btn_plain {
  display: none;
}
footer span.title {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
}
footer .row {
  display: none;
}
.button {
  display: none;
}
input,
textarea {
  border: 1px solid #eee !important;
}
#p2p h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: 300;
}
#p2p h1,
#p2p h2,
#p2p h3,
#p2p h4,
#p2p h5,
#p2p h6 {
  color: #404040;
}
#p2p .header {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
#p2p .header a.logo {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: none;
  transition: none;
}
#p2p .header nav {
  display: none;
}
#p2p .hero {
  display: none;
}
#p2p .content .home_3col .feature {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
#p2p .content .home_3col .feature h1 {
  color: #008bd3;
}
#p2p .content .home_3col .col {
  display: none;
}
#p2p .content .main_col .grid:before,
#p2p .content .main_col .grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#p2p .content .main_col .grid:after {
  clear: both;
}
#p2p .content .main_col .grid:before,
#p2p .content .main_col .grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#p2p .content .main_col .grid:after {
  clear: both;
}
#p2p .content .main_col .grid .block {
  page-break-inside: avoid;
  width: 335px;
  height: 321px;
  margin: 0 10px 10px 0;
  float: left;
  border-top: 5px solid #7ebf44;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#p2p .content .main_col .grid .block img {
  display: block;
  width: 335px;
  height: 105px;
}
#p2p .content .main_col .grid .block h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 4px 0;
  color: #0070b6;
}
#p2p .content .main_col .grid .block .text {
  margin: 15px 18px;
  height: 181px;
  overflow: hidden;
}
#p2p .content .main_col .feature {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
#p2p .content .main_col .feature h1 {
  color: #008bd3;
}
#p2p .content .main_col .feature_img {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
#p2p .content aside {
  display: none;
}
