/* Reset based on Eric Meyer's reset and Monkey Do's HTML5 Reset */
/* line 9, ../sass/library/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 19, ../sass/library/_reset.scss */
body {
  line-height: 1;
}

/* line 24, ../sass/library/_reset.scss */
nav ol,
nav ul,
.nav ol,
.nav ul {
  list-style: none;
}

/* line 29, ../sass/library/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 34, ../sass/library/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 43, ../sass/library/_reset.scss */
button,
input,
label,
select,
textarea {
  vertical-align: middle;
}

/* line 45, ../sass/library/_reset.scss */
a img {
  border: 0;
}

/* line 48, ../sass/library/_reset.scss */
:focus {
  outline: 0;
}

/* line 51, ../sass/library/_reset.scss */
ins {
  text-decoration: none;
}

/* line 52, ../sass/library/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 55, ../sass/library/_reset.scss */
address, caption, cite, code,
dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 61, ../sass/library/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 66, ../sass/library/_reset.scss */
caption,
th {
  text-align: left;
}

/* line 72, ../sass/library/_reset.scss */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 80, ../sass/library/_reset.scss */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* line 89, ../sass/library/_reset.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 95, ../sass/library/_reset.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 107, ../sass/library/_reset.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 117, ../sass/library/_reset.scss */
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Utility Functions
   ========================================================================== */
/* Unit Calculations */
/* Colors */
/* ==========================================================================
   Utility Mixins
   ========================================================================== */
/* Set image path if not previously defined */
/* ==========================================================================
   Responsive Mixins
   ========================================================================== */
/* Responsive Breakpoint Magic (breakpoint labels, base font size) */
/* Media Queries */
/* ==========================================================================
   Included by Mat B
   ========================================================================== */
/* 
Requires Bourbon 
Center the image-replace absolutley 
*/
/* line 10, ../sass/screen.scss */
body {
  background-color: #f5f4ec;
  color: #252525;
  font: 16px/1.6em "Raleway", Helvetica, Arial, sans-serif;
}
/* line 15, ../sass/screen.scss */
.lt-ie9 body {
  width: 1000px;
}

/* line 20, ../sass/screen.scss */
a {
  color: #e95108;
  text-decoration: none;
}
/* line 24, ../sass/screen.scss */
a:hover {
  text-decoration: underline;
}

/* line 29, ../sass/screen.scss */
.wrapper {
  margin: 0 auto;
  max-width: 980px;
  width: 980px;
  position: relative;
}

/* line 38, ../sass/screen.scss */
.header {
  background: #e95108 url("../img/diagonal_lines_light.png") repeat;
}
/* line 41, ../sass/screen.scss */
.header .wrapper {
  *zoom: 1;
  z-index: 10;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
.header .wrapper:before, .header .wrapper:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.header .wrapper:after {
  clear: both;
}
/* line 46, ../sass/screen.scss */
.header .logo {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('../img/logo-header.png?1366123911');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 124px;
  height: 123px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  bottom: -61.5px;
}
/* line 49, ../sass/screen.scss */
.header .logo:hover {
  background-image: url(../img/logo-header_hover.png);
}
/* line 53, ../sass/screen.scss */
.header .logo img {
  visibility: hidden;
}
@media print {
  /* line 53, ../sass/screen.scss */
  .header .logo img {
    visibility: visible;
  }
}
/* line 62, ../sass/screen.scss */
.header .nav-main {
  margin: 0;
  padding: 45px 0 1px;
}
/* line 66, ../sass/screen.scss */
.header .nav-main li {
  display: inline;
  margin-left: 60px;
}
/* line 71, ../sass/screen.scss */
.header .nav-main li:first-child {
  margin-left: 0;
}
/* line 75, ../sass/screen.scss */
.header .nav-main.menu-left {
  float: left;
}
/* line 79, ../sass/screen.scss */
.header .nav-main.menu-right {
  float: right;
  text-align: right;
}
/* line 84, ../sass/screen.scss */
.header .nav-main a {
  color: #ebeade;
  font-size: 1.0625em;
  text-transform: uppercase;
}
/* line 89, ../sass/screen.scss */
.header .nav-main a:hover {
  color: #fcc3a8;
  text-decoration: none;
}
@media print {
  /* line 62, ../sass/screen.scss */
  .header .nav-main {
    visibility: hidden;
  }
}
@media print {
  /* line 38, ../sass/screen.scss */
  .header {
    border-bottom: 1px solid #767676;
  }
}

/* line 107, ../sass/screen.scss */
.footer {
  background: #3e4952 url(../img/diagonal_lines_dark.png) repeat;
  position: relative;
}
/* line 111, ../sass/screen.scss */
.footer .wrapper {
  padding: 50px 0;
}
@media print {
  /* line 111, ../sass/screen.scss */
  .footer .wrapper {
    padding: 1px 0;
  }
}
/* line 119, ../sass/screen.scss */
.footer .logo {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('../img/logo_91x91.png?1366123911');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 93px;
  height: 93px;
  position: absolute;
  left: 50%;
  margin-left: -46.5px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  top: 25px;
}
@media print {
  /* line 119, ../sass/screen.scss */
  .footer .logo {
    display: none !important;
  }
}
/* line 129, ../sass/screen.scss */
.footer .supporters {
  border-top: 1px solid #2c343b;
  display: block;
  list-style: none;
  margin-top: 65px;
  padding: 20px 0 0;
  *zoom: 1;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
.footer .supporters:before, .footer .supporters:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.footer .supporters:after {
  clear: both;
}
@media print {
  /* line 129, ../sass/screen.scss */
  .footer .supporters {
    margin: 0;
  }
}
/* line 141, ../sass/screen.scss */
.footer .supporters li {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  border-left: 1px solid #2c343b;
  float: left;
  height: 52px;
  line-height: 52px;
  padding-left: 38px;
  margin-left: 37px;
  text-align: center;
}
/* line 151, ../sass/screen.scss */
.footer .supporters li:first-child {
  border-left: 0px;
  padding-left: 0;
  margin-left: 0;
}
/* line 158, ../sass/screen.scss */
.footer .supporters img {
  vertical-align: middle;
}

/* line 164, ../sass/screen.scss */
.nav-footer {
  *zoom: 1;
  color: #a6aaa6;
  font-size: 14px;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
.nav-footer:before, .nav-footer:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.nav-footer:after {
  clear: both;
}
@media print {
  /* line 164, ../sass/screen.scss */
  .nav-footer {
    display: none !important;
  }
}
/* line 173, ../sass/screen.scss */
.nav-footer .menu-left {
  float: left;
}
/* line 177, ../sass/screen.scss */
.nav-footer .menu-right {
  float: right;
}
/* line 181, ../sass/screen.scss */
.nav-footer .twitter {
  border-left: 1px solid #595e59;
  float: right;
  margin-left: -15px;
  padding-left: 20px;
  text-align: center;
  width: 75px;
}
/* line 189, ../sass/screen.scss */
.nav-footer .twitter a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background: url(../img/twitter.png) no-repeat 0 top;
  display: block;
  height: 44px;
  margin: 10px auto;
  width: 44px;
}
/* line 197, ../sass/screen.scss */
.nav-footer .twitter a:hover {
  background-position: 0 bottom;
}
/* line 203, ../sass/screen.scss */
.nav-footer a {
  color: #a6aaa6;
}
/* line 207, ../sass/screen.scss */
.nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 213, ../sass/screen.scss */
.nav-footer li {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
  width: 140px;
}
/* line 221, ../sass/screen.scss */
.nav-footer li li {
  float: none;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}

/* line 232, ../sass/screen.scss */
.strata {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font: 21px/1.4em "Raleway", Helvetica, Arial, sans-serif;
  overflow: hidden;
  padding: 45px 0 30px;
  position: relative;
  text-align: center;
}
/* line 242, ../sass/screen.scss */
.lt-ie9 .strata {
  background-image: none !important;
}
/* line 246, ../sass/screen.scss */
.strata .wrapper {
  z-index: 1;
}
/* line 250, ../sass/screen.scss */
.strata .background {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/* line 259, ../sass/screen.scss */
.lt-ie9 .strata .background {
  display: inline;
}
/* line 264, ../sass/screen.scss */
.strata h1, .strata h2 {
  font: 700 48px/1.2em "Raleway", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 271, ../sass/screen.scss */
.home .strata p {
  font-size: 21px;
}
/* line 275, ../sass/screen.scss */
.home .strata h1, .home .strata h2, .home .strata p {
  padding: 0 30px;
}

/* line 282, ../sass/screen.scss */
.action-button,
.strata a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-color: #e95108;
  border: none;
  border-bottom: 5px solid #b84006;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ebeade;
  font: 16px/1em "Raleway", Helvetica, Arial, sans-serif;
  margin-top: 30px;
  padding: 17px 65px;
  text-transform: uppercase;
  vertical-align: top;
}
@media print {
  /* line 282, ../sass/screen.scss */
  .action-button,
  .strata a {
    display: none !important;
  }
}
/* line 301, ../sass/screen.scss */
.action-button:hover,
.strata a:hover {
  background-color: #df4e08;
}
/* line 305, ../sass/screen.scss */
.action-button:active,
.strata a:active {
  background-color: #d54a07;
  border-bottom: 3px solid #b84006;
  border-top: 2px solid transparent;
}

/* line 313, ../sass/screen.scss */
.intro-promo {
  color: #ebeade;
  background-color: #252525;
  background-image: url(../img/strata-intro.jpg);
  padding-top: 90px;
}
/* line 319, ../sass/screen.scss */
.intro-promo h1 {
  color: #ba953d;
}

/* line 325, ../sass/screen.scss */
.stay-informed {
  color: #fff;
  background: #3e4952 url(../img/strata-stay-informed.jpg) repeat;
  height: 126px;
  position: relative;
  text-transform: uppercase;
}
@media print {
  /* line 325, ../sass/screen.scss */
  .stay-informed {
    display: none !important;
  }
}
/* line 336, ../sass/screen.scss */
.stay-informed .shadow {
  background: url(../img/strata-shadow.png) repeat-x;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/* line 346, ../sass/screen.scss */
.stay-informed .shim {
  background-color: #455866;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 0;
}
/* line 357, ../sass/screen.scss */
.stay-informed .learn-more {
  background-color: #455866;
  float: left;
  height: 100%;
  position: relative;
  text-align: right;
  width: 490px;
}
/* line 365, ../sass/screen.scss */
.stay-informed .learn-more a {
  color: #ebeade;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 126px;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
/* line 372, ../sass/screen.scss */
.stay-informed .learn-more a:hover {
  color: #ba953d;
}
/* line 378, ../sass/screen.scss */
.stay-informed .call-to-action {
  background: url("../img/pointer.png") no-repeat;
  float: left;
  height: 46px;
  padding: 40px 0;
  padding-left: 70px;
  width: 420px;
}
/* line 386, ../sass/screen.scss */
.stay-informed .call-to-action a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: url("../img/arrow_red.png") no-repeat center right;
  color: #f86e2c;
  font-size: 1.125em;
  padding-right: 40px;
  line-height: 23px;
}

/* line 398, ../sass/screen.scss */
.triptych {
  margin: 0;
  padding: 40px 0;
}
/* line 402, ../sass/screen.scss */
.triptych ul {
  *zoom: 1;
  list-style: none;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
.triptych ul:before, .triptych ul:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.triptych ul:after {
  clear: both;
}
/* line 407, ../sass/screen.scss */
.triptych li {
  float: left;
  margin-left: 4%;
  width: 30%;
}
/* line 412, ../sass/screen.scss */
.triptych li:first-child {
  margin-left: 0;
}
/* line 417, ../sass/screen.scss */
.triptych a {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 423, ../sass/screen.scss */
.triptych a .cover {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.18s ease-in;
  -moz-transition: opacity 0.18s ease-in;
  transition: opacity 0.18s ease-in;
}
/* line 433, ../sass/screen.scss */
.lt-ie9 .triptych a .cover {
  display: none;
  background-image: url(../img/ie_media_hover.png);
}
/* line 439, ../sass/screen.scss */
.triptych a:hover .cover {
  opacity: 1;
}
/* line 442, ../sass/screen.scss */
.lt-ie9 .triptych a:hover .cover {
  display: block;
}
/* line 447, ../sass/screen.scss */
.triptych a:hover {
  text-decoration: none;
}
/* line 451, ../sass/screen.scss */
.triptych a .icon {
  top: 50%;
  margin-top: -63px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-image: url('../img/../img/cover_icon.png?1366123911');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 126px;
  height: 126px;
  position: absolute;
  left: 50%;
  margin-left: -63px;
}
/* line 457, ../sass/screen.scss */
.triptych a h3 {
  color: #ba953d;
  font-size: 1.75em;
  font-family: "Hoefler Text", "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 20px 0;
}
/* line 467, ../sass/screen.scss */
.triptych a p {
  color: #252525;
  font-size: 0.875em;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 15px;
}

/* line 478, ../sass/screen.scss */
.action-promo {
  background-color: #ebeade;
  background-image: url(../img/strata-take-action.png);
}
/* line 482, ../sass/screen.scss */
.action-promo h2 {
  color: #e95108;
}

/* line 488, ../sass/screen.scss */
.affiliate-promo {
  background-color: #e95108;
  background-image: url(../img/strata-affiliate.jpg);
  color: #fff;
}
/* line 493, ../sass/screen.scss */
.affiliate-promo h2 {
  color: #ebeade;
}
/* line 497, ../sass/screen.scss */
.affiliate-promo a {
  background-color: #0e3b5d;
  border-bottom: 5px solid #071f31;
}
/* line 501, ../sass/screen.scss */
.affiliate-promo a:hover {
  background-color: #0d3554;
}
/* line 505, ../sass/screen.scss */
.affiliate-promo a:active {
  background-color: #0b304b;
  border-bottom: 3px solid #071f31;
}

@media print {
  /* line 516, ../sass/screen.scss */
  .intro-promo,
  .triptych,
  .affiliate-promo {
    border-bottom: 1px solid #767676;
  }
}
/* line 524, ../sass/screen.scss */
.section-header {
  background-color: #ebeade;
  height: 142px;
  padding: 0;
}
@media print {
  /* line 524, ../sass/screen.scss */
  .section-header {
    display: none !important;
  }
}

/* line 534, ../sass/screen.scss */
.main {
  *zoom: 1;
  padding: 65px 0;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
.main:before, .main:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.main:after {
  clear: both;
}
/* line 538, ../sass/screen.scss */
.main .section {
  float: left;
  margin-right: 45px;
  min-height: 10px;
  padding-top: 78px;
  position: relative;
  text-align: right;
  width: 215px;
}
@media print {
  /* line 538, ../sass/screen.scss */
  .main .section {
    display: none !important;
  }
}
/* line 551, ../sass/screen.scss */
.main .section .section-home {
  display: block;
  font: italic 30px/1.5em "Hoefler Text", "Times New Roman", serif;
  left: 0;
  padding-top: 24px;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 561, ../sass/screen.scss */
.main .section .section-rule {
  background: url(../img/subnav.png) repeat;
  border: none;
  display: block;
  height: 9px;
  margin: 0;
  padding: 0;
}
/* line 570, ../sass/screen.scss */
.main .section form {
  padding: 15px 0 0;
}
/* line 574, ../sass/screen.scss */
.main .section label {
  color: #555555;
  display: block;
  font: 11px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 14px;
  text-transform: uppercase;
}
/* line 582, ../sass/screen.scss */
.main .section select {
  background-color: #ebeade;
  border: 1px solid #bfbfbf;
  color: #e95108;
  font: 14px/30px "Raleway", Helvetica, Arial, sans-serif;
  height: 30px;
  padding: 0.3em 4px;
  width: 170px;
}
/* line 592, ../sass/screen.scss */
.main .section input[type='submit'] {
  background-color: #e95108;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  color: #ebeade;
  font: 12px/30px "Raleway", Helvetica, Arial, sans-serif;
  height: 30px;
  padding: 0;
  width: 25px;
}
/* line 603, ../sass/screen.scss */
.main .section ul {
  list-style: none;
  padding: 0;
}
/* line 608, ../sass/screen.scss */
.main .section li {
  border-bottom: 1px dotted #bfbfbf;
  font-size: 0.875em;
  padding: 5px 0;
}
/* line 614, ../sass/screen.scss */
.main .section li a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: url(../img/nav-local-link.png) no-repeat right center;
  margin-right: 6px;
  padding-right: 20px;
}
/* line 621, ../sass/screen.scss */
.main .section .current_page_item a {
  background-image: url(../img/nav-local-current.png);
  color: #555555;
}
/* line 626, ../sass/screen.scss */
.main .section .current_page_item a:hover {
  text-decoration: none;
}
/* line 631, ../sass/screen.scss */
.main .content {
  float: left;
  width: 640px;
}
@media print {
  /* line 631, ../sass/screen.scss */
  .main .content {
    width: auto !important;
  }
  /* line 638, ../sass/screen.scss */
  .main .content .vvqbox {
    display: none;
  }
}
/* line 645, ../sass/screen.scss */
.main.map .content {
  width: 720px;
}

/* line 652, ../sass/screen.scss */
#map-options {
  *zoom: 1;
  border: 1px dotted #bfbfbf;
  border-left: none;
  border-right: none;
  list-style: none;
  margin: 0;
  padding: 3px 0;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
#map-options:before, #map-options:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
#map-options:after {
  clear: both;
}
@media print {
  /* line 652, ../sass/screen.scss */
  #map-options {
    border-top: none;
    margin-top: 50px;
  }
}
/* line 666, ../sass/screen.scss */
#map-options li {
  border-left: 1px solid #d9d9d9;
  float: left;
  padding: 0 3px;
}
/* line 671, ../sass/screen.scss */
#map-options li:first-child {
  border: none;
}
@media print {
  /* line 666, ../sass/screen.scss */
  #map-options li {
    border: none;
  }
}
/* line 680, ../sass/screen.scss */
#map-options a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-size: 13px;
  padding: 8px;
}
@media print {
  /* line 680, ../sass/screen.scss */
  #map-options a {
    display: none;
  }
}
/* line 690, ../sass/screen.scss */
#map-options .active {
  background-color: #e7e6d8;
  color: #767676;
}
/* line 694, ../sass/screen.scss */
#map-options .active:hover {
  text-decoration: none;
}
@media print {
  /* line 690, ../sass/screen.scss */
  #map-options .active {
    color: #252525;
    display: block !important;
    font-weight: bold;
  }
}

/* line 706, ../sass/screen.scss */
#map-view {
  background: url(../img/map-bg.png) no-repeat;
  height: 452px;
  margin: 30px 0 50px;
  width: 720px;
}
@media print {
  /* line 706, ../sass/screen.scss */
  #map-view {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* line 718, ../sass/screen.scss */
#map-legend {
  border: 6px solid #e7e6d8;
  display: none;
  list-style: none;
  margin: 50px 0;
  padding: 0;
}
/* line 725, ../sass/screen.scss */
#map-legend li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #555555;
  display: inline-table;
  font: 11px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 18px;
  padding: 15px 0;
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  width: 190px;
}
/* line 739, ../sass/screen.scss */
#map-legend .swatch {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  border: 7px solid transparent;
  height: 0;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  width: 0;
}

/* line 753, ../sass/screen.scss */
.map-tooltip {
  background-color: #000;
  border-radius: 4px;
  color: #ebeade;
  padding: 3px 6px;
  position: absolute;
}

/* line 761, ../sass/screen.scss */
.map-header {
  margin-top: 30px;
}
@media print {
  /* line 761, ../sass/screen.scss */
  .map-header {
    display: none;
  }
}

/* line 771, ../sass/screen.scss */
.quick-guide {
  background: #e9e8db url(../img/quick-guide.png) no-repeat left top;
  color: #455866;
  margin: 25px 0 35px;
  padding: 20px 40px;
}
/* line 777, ../sass/screen.scss */
.quick-guide h3 {
  border-bottom: 3px solid #f5f4ee;
  margin: 0 0 15px;
  padding-bottom: 15px;
}
/* line 783, ../sass/screen.scss */
.quick-guide ul {
  list-style: none;
  padding: 0;
}
/* line 788, ../sass/screen.scss */
.quick-guide li {
  background: url(../img/list-bullet.png) no-repeat 0 17px;
  border-top: 1px dotted #bfbfbf;
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  padding: 10px 0;
  padding-left: 20px;
}
/* line 798, ../sass/screen.scss */
.quick-guide li:first-child {
  border: none;
}

/* line 808, ../sass/screen.scss */
.scheduling-form fieldset {
  margin: 0 0 35px;
}
/* line 812, ../sass/screen.scss */
.scheduling-form p {
  margin: 10px 0;
}
/* line 816, ../sass/screen.scss */
.scheduling-form ul {
  list-style: none;
  padding: 0;
}
/* line 822, ../sass/screen.scss */
.scheduling-form li,
.scheduling-form #required {
  color: #555555;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
/* line 830, ../sass/screen.scss */
.scheduling-form input[type="text"],
.scheduling-form textarea {
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  font: 16px/1em "Raleway", Helvetica, Arial, sans-serif;
  padding: 6px 10px;
  width: 400px;
}
/* line 838, ../sass/screen.scss */
.scheduling-form textarea {
  height: 100px;
}
/* line 842, ../sass/screen.scss */
.scheduling-form input[type="radio"] {
  margin-right: 8px;
  vertical-align: middle;
}
/* line 847, ../sass/screen.scss */
.scheduling-form .two-col {
  *zoom: 1;
  width: 422px;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
.scheduling-form .two-col:before, .scheduling-form .two-col:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
.scheduling-form .two-col:after {
  clear: both;
}
/* line 851, ../sass/screen.scss */
.scheduling-form .two-col li {
  float: right;
  height: auto;
}
/* line 856, ../sass/screen.scss */
.scheduling-form .two-col li:first-child {
  float: left;
}
/* line 860, ../sass/screen.scss */
.scheduling-form .two-col label {
  color: #555555;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 867, ../sass/screen.scss */
.scheduling-form .two-col input {
  width: 180px;
}
/* line 872, ../sass/screen.scss */
.scheduling-form .action-button {
  font-size: 14px;
  margin: 0;
  padding: 11px 20px 9px;
}
/* line 877, ../sass/screen.scss */
.lt-ie9 .scheduling-form .action-button {
  width: 300px;
}
/* line 882, ../sass/screen.scss */
.scheduling-form .error {
  color: #e95108;
}
