/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
/*
 * Using variation specific font names from the start to avoid IE8 issues
 * http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles
 */
/*
 * HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
 * Don't edit
 */
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* user defined base styles */
html, body {
  background-color: #fff;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-n3", "museo", serif;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 0.9375em 0; }

h1 {
  font-size: 3.75em;
  margin-bottom: 0.13889em;
  line-height: 1; }
  @media (max-width: 759px) {
    h1 {
      font-size: 30px; } }

.footnotes {
  font-size: 12px; }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.button {
  background: #df7c45;
  padding: 1em 2em;
  color: #ffffff;
  text-decoration: none;
  font-family: "museo-n7", "museo", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  display: inline-block;
  margin: 0 0.5em;
  border: 1px solid #cc6830; }
  .button:hover {
    text-decoration: none;
    color: #ffffff;
    background: #e98a56; }

.fb-share {
  display: inline; }
  .fb-share .button {
    background: #3b5999;
    border: none;
    font-size: 14px;
    padding: 0.57143em 1.07143em; }

.twitter-share {
  display: inline; }
  .twitter-share .button {
    background: #2aa9e0;
    font-size: 14px;
    border: none;
    padding: 0.57143em 1.07143em; }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #004990;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #004990;
  text-decoration: underline; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .scrollable {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .scrollable:focus {
  outline: thin dotted; }

.nano > .scrollable::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .scrollable::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 2px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

/* module or section specific styles */
.twitter-feed iframe,
.facebook-feed iframe {
  width: 100% !important; }

.fb_iframe_widget {
  width: 100% !important; }
  .fb_iframe_widget span {
    width: 100% !important; }
    .fb_iframe_widget span iframe {
      width: 100% !important; }

.map-page {
  padding: 0 !important; }
  .map-page .content {
    display: none; }

.page-section--about {
  text-align: center; }
  .page-section--about h2 {
    margin-bottom: 0; }
  .page-section--about p {
    margin: 0 0 1.875em 0;
    padding: 0 20%; }
    @media (max-width: 500px) {
      .page-section--about p {
        padding: 0 1em; } }

.iconsbig {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.41667em 0 0.41667em 1.66667em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-family: "museo-n7", "museo", serif;
  font-style: normal;
  font-weight: 700; }

.action-item {
  background: #f9f8f3;
  border: 1px solid #e8e5da;
  padding: 1.25em;
  height: 11.875em; }
  @media (max-width: 500px) {
    .action-item {
      height: auto;
      float: none; } }
  .action-item p {
    margin-top: 0; }

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 800px; }

.page-section--form .section-content {
  margin-top: 0;
  padding-top: 0; }

.section-content {
  width: 75em;
  margin: 0 auto;
  padding: 2.5em 0; }
  @media (max-width: 77.5em) {
    .section-content {
      width: 60em; } }
  .section-content .content {
    width: 70%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 2.5em; }
    @media (max-width: 47.9375em) {
      .section-content .content {
        width: 100%;
        float: none;
        padding: 1.25em 0 0 0 !important; } }
    .section-content .content .share-this-block {
      margin-bottom: 0.9375em; }
    .section-content .content.fullwidth {
      width: 100%;
      float: none; }
    .section-content .content .fluid-width-video-wrapper {
      margin-bottom: 0.9375em; }
  .section-content .sidebar {
    width: 30%;
    float: right;
    margin-bottom: 1.25em; }
    @media (max-width: 47.9375em) {
      .section-content .sidebar {
        width: 100%;
        float: none; } }
    .section-content .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .section-content .sidebar ul.subnav {
        border-top: 1px solid #e8e5da; }
      .section-content .sidebar ul li:first-child {
        border-top: 1px solid #e8e5da; }
      .section-content .sidebar ul li a {
        background: #f9f8f3;
        color: #2089c7;
        display: block;
        padding: 0.9375em;
        border-right: 1px solid #e8e5da;
        border-left: 1px solid #e8e5da;
        border-bottom: 1px solid #e8e5da; }
    .section-content .sidebar ul .selected > a {
      background: #5d9732;
      color: #ffffff;
      border-color: #5d9732; }
  .section-content .twitter-embed {
    margin-top: 1.5625em;
    width: 30%;
    float: right; }
    @media (max-width: 47.9375em) {
      .section-content .twitter-embed {
        width: 100%;
        float: none; } }

.col-2 {
  width: 48%;
  margin: 1%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 47.4375em) {
    .col-2 {
      width: 98%;
      margin: 1% 1% 8% 1%; } }

.col-3 {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .col-3:nth-child(3n) {
    margin-right: 0; }
  @media (max-width: 59.9375em) {
    .col-3 {
      width: 46%;
      margin: 1% 2% 2% 2%; }
      .col-3:nth-child(odd) {
        margin-right: 0;
        clear: left; }
      .col-3.news-listing {
        width: 96%; } }
  @media (max-width: 37.5em) {
    .col-3 {
      width: 98%;
      margin: 1% 1% 8% 1%; } }

.page-section--signup .section-content {
  padding: 0; }

@media (max-width: 1200px) {
  .section-content {
    font-size: 15px; } }

@media (max-width: 960px) {
  .section-content {
    font-size: 14px;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-section--signup .section-content {
    padding-left: 1em;
    padding-right: 1em; } }

@media (max-width: 760px) {
  .section-content {
    font-size: 13px;
    width: 100%;
    padding: 1.25em 1.875em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .section-content .content,
    .section-content .sidebar {
      width: 100%; } }

.section-content--page-title + .section-content--page-content,
.section-content--page-content + .section-content--action-list {
  margin-top: -2.5em;
  padding-top: 0; }

.section-content--page-title {
  width: 70%;
  margin: 0;
  padding: 0;
  display: inline-block; }

.section-content--full-width {
  width: 100%;
  padding: 0; }
  .section-content--full-width .content {
    padding: 0; }

.single-actions .section-content--page-content {
  padding-bottom: 0; }

.page-section--header {
  background: url(../images/texture.jpg) center center repeat; }
  @media (max-width: 60em) {
    .page-section--header .section-content {
      padding-bottom: 1.25em; } }

.page-section--footer {
  background: #404040;
  color: #ffffff;
  clear: both; }
  .page-section--footer .footer-logo {
    float: left;
    margin-right: 1.25em; }
    .page-section--footer .footer-logo img {
      width: auto;
      max-height: 3.125em; }
  .page-section--footer .novolex {
    float: left; }
    @media (max-width: 47.5em) {
      .page-section--footer .novolex {
        float: none;
        display: block;
        text-align: center; } }
    .page-section--footer .novolex a {
      color: #ffffff; }
  .page-section--footer .copyright {
    float: right; }
    .page-section--footer .copyright a {
      color: #ffffff; }
    @media (max-width: 60em) {
      .page-section--footer .copyright {
        float: none; } }
  @media (max-width: 60em) {
    .page-section--footer p {
      float: none !important;
      text-align: center !important; }
    .page-section--footer img {
      float: none !important;
      display: block;
      margin: 0 auto; } }

.site-logo a {
  text-indent: -9999px;
  display: block;
  background: url(../images/Logo.png) center center no-repeat;
  width: 12.5em;
  height: 6.875em;
  float: left; }

.site-nav {
  float: right;
  font-size: 1em;
  text-transform: uppercase; }
  .site-nav ul {
    margin: 0;
    padding: 0; }
    .site-nav ul li {
      margin: 0 1.25em;
      display: inline-block; }
      .site-nav ul li a {
        margin: 0;
        display: block;
        color: #004990;
        padding: 3.125em 0 1.25em 0;
        font-family: "museo-sans-n7", "museo-sans", sans-serif;
        font-style: normal;
        font-weight: 700; }
  @media (max-width: 77.5em) {
    .site-nav {
      clear: right;
      font-size: 0.9375em; }
      .site-nav ul li:last-child {
        margin-right: 0; }
      .site-nav ul li a {
        padding-top: 1.66667em; } }
  @media (max-width: 60em) {
    .site-nav {
      clear: right;
      font-size: 0.8125em; }
      .site-nav ul li:last-child {
        margin-right: 0; }
      .site-nav ul li a {
        padding-top: 1.92308em; } }

.social-nav {
  float: right;
  margin: 2.6875em 0 0 0;
  padding: 0; }
  @media (max-width: 77.5em) {
    .social-nav {
      margin-top: 0.625em; } }
  @media (max-width: 60em) {
    .social-nav {
      margin-top: 0.625em; } }
  .social-nav li {
    margin: 0 0.1875em;
    display: inline-block; }
    .social-nav li a {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      color: #f3eae2;
      background: #004990;
      display: inline-block;
      text-align: center;
      line-height: 30px;
      font-size: 16px; }

.toggle-panel {
  display: none;
  color: #004990; }

.scotch-panel {
  background: #f8f8f8;
  -webkit-box-shadow: inset 3px -5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 3px -5px 10px rgba(0, 0, 0, 0.1);
  display: none; }
  .scotch-panel .site-logo {
    display: block;
    width: 100%;
    background: url(../images/texture.jpg) center center repeat;
    padding: 1.25em 0;
    text-align: center; }
    .scotch-panel .site-logo img {
      max-width: 100%; }
  .scotch-panel ul {
    padding: 0;
    margin: 0;
    clear: both; }
    .scotch-panel ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block; }
      .scotch-panel ul li.selected a {
        background: #004990;
        color: #ffffff; }
        .scotch-panel ul li.selected a:hover {
          background: #004990; }
      .scotch-panel ul li a {
        padding: 2.5em 1.875em;
        display: block;
        color: #454545;
        text-transform: uppercase;
        font-size: 14px; }
        .scotch-panel ul li a:hover {
          background: #ffffff; }

@media only screen and (min-width: 760px) {
  /* Closes the Panel on window resize from small to large. */
  /* Important tags aren't always bad otherwise you can close with JS on resize. */
  .scotch-panel-canvas {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important; } }

@media only screen and (max-width: 760px) {
  .toggle-panel {
    display: block;
    font-size: 36px;
    padding: 0.22222em;
    margin-top: 0.69444em; }
  .site-nav ul, .social-nav {
    display: none; }
  .scotch-panel {
    display: block; } }

@media only screen and (max-width: 500px) {
  .toggle-panel {
    padding: 8px; } }

.page-section--hero {
  text-align: center;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .page-section--hero:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.4+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
    /* IE6-8 */ }
  .page-section--hero .section-content {
    padding: 7.5em 0;
    position: relative;
    z-index: 1; }
    .page-section--hero .section-content p {
      display: inline-block; }
      @media (max-width: 40em) {
        .page-section--hero .section-content p {
          margin-bottom: 0.9375em; } }
  .page-section--hero h1 {
    color: #ffffff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-family: "museo-n7", "museo", serif;
    font-style: normal;
    font-weight: 700;
    line-height: .9;
    padding: 0 0.69444em;
    margin-bottom: 0.625em; }
    @media (max-width: 31.25em) {
      .page-section--hero h1 {
        padding: 0 0.22222em; } }

.promo {
  text-align: center; }
  .promo img {
    width: 100%;
    height: auto;
    max-width: 43.75em; }
  .promo h2, .promo h3 {
    font-size: 1.875em;
    font-family: "museo-n7", "museo", serif;
    font-style: normal;
    font-weight: 700; }
  .promo p {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 45em; }
  .promo .col-2 {
    text-align: left; }
  .promo .col-2 + .col-2 {
    padding-left: 3.125em; }
    .promo .col-2 + .col-2 .button {
      margin: 0; }
    @media (max-width: 47.4375em) {
      .promo .col-2 + .col-2 {
        padding-left: 0; } }

.promo--lightBlue {
  background: #0079c2; }
  .promo--lightBlue h2, .promo--lightBlue h3 {
    color: #8ccbf9; }

.promo--green {
  background: url(../images/green-texture.jpg) center center repeat; }
  .promo--green h2, .promo--green h3 {
    color: #fff; }

.promo--white p {
  color: #454545; }

.mx-form {
  max-width: 9999px !important; }

.mx-form {
  color: #505050;
  font: 500 18px/27px "museo-sans-1", "museo-sans-2", sans-serif; }
  .mx-form legend {
    display: none; }
  .mx-form input {
    background: #f9f8f3;
    border: 1px solid #e8e5da;
    padding: 0.625em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mx-form .mx-form-info,
  .mx-form .mx-form-disclaimer {
    color: #9d9d9d;
    font-size: 11px;
    margin: 0; }
  .mx-form .mx-form-disclaimer {
    margin-top: 15px;
    text-align: center; }
  .mx-form .mx-req {
    color: #9d9d9d; }
  .mx-form .mx-field-wrapper {
    margin: 10px 0; }
  .mx-form label {
    color: #9d9d9d;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    margin-bottom: 2px;
    text-transform: uppercase; }
  .mx-form .mx-input-text,
  .mx-form select,
  .mx-form textarea {
    border: 1px solid #d0d0cf;
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mx-form select {
    width: 99%; }
  .mx-form textarea#mx-field-Contact-MailingStreet {
    height: 50px; }
  .mx-form .mx-buttons-wrapper {
    margin-top: 20px; }
    .mx-form .mx-buttons-wrapper input {
      background: #274a8a; }

.mx-petition {
  background: url(../images/btb_bg_striped.png);
  margin-bottom: 20px;
  max-width: none;
  overflow: hidden;
  padding: 20px;
  zoom: 1; }
  .mx-petition .mx-content-block {
    background: #fff;
    float: right;
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    padding: 20px;
    width: 45%; }
    @media (max-width: 42.5em) {
      .mx-petition .mx-content-block {
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 1.25em; } }
  .mx-petition .mx-field-wrapper {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 42.5em) {
      .mx-petition .mx-field-wrapper {
        width: 100%; } }

.mx-lobby-letter {
  background: url(../images/btb_bg_striped.png);
  margin-bottom: 20px;
  max-width: none;
  overflow: hidden;
  padding: 20px;
  position: relative;
  zoom: 1; }
  .mx-lobby-letter .mx-contactInfo {
    float: left;
    padding-bottom: 10px;
    width: 48%; }
  .mx-lobby-letter .mx-field-wrapper {
    width: auto; }
  .mx-lobby-letter .mx-letter,
  .mx-lobby-letter #targets {
    background: #fff;
    padding: 20px;
    width: 45%; }
    .mx-lobby-letter .mx-letter textarea,
    .mx-lobby-letter #targets textarea {
      height: 375px; }
  .mx-lobby-letter #mx-field-message[readonly],
  .mx-lobby-letter #mx-field-message[disabled] {
    border: 0; }
    .mx-lobby-letter #mx-field-message[readonly]:focus,
    .mx-lobby-letter #mx-field-message[disabled]:focus {
      outline: 0; }
  .mx-lobby-letter #mx-field-message {
    padding: 0.625em; }
  .mx-lobby-letter #mx-advocacy-targets {
    bottom: 20px;
    left: 21px;
    position: absolute;
    width: 45%; }

#registration {
  margin-bottom: 20px;
  width: 48%; }

#lobbyLetter,
.primaryContent .petition {
  background: #fff;
  float: right;
  padding: 20px;
  width: 45%; }
  @media (max-width: 759px) {
    #lobbyLetter,
    .primaryContent .petition {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

#lobbyForm {
  float: left;
  width: 48%; }
  @media (max-width: 759px) {
    #lobbyForm {
      width: 100%; } }

#lobbyLetter,
.primaryContent .petition {
  background: #fff;
  float: right;
  padding: 20px;
  width: 45%; }
  @media (max-width: 759px) {
    #lobbyLetter,
    .primaryContent .petition {
      width: 100%; } }

#lobbyLetter {
  padding-top: 10px; }

#lobbyLetter p,
.primaryContent .petition p {
  font-size: 15px;
  line-height: 20px; }

.primaryContent .petition p {
  font-style: italic; }

.primaryContent .petition p:last-child {
  margin-bottom: 0; }

#lobbyLetter .grFormDefaultText {
  display: block; }

.grFormITLetter {
  color: #505050;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  padding-top: 10px;
  text-transform: none; }

.grFormITLetter p {
  margin: 10px 0 0 0; }

.grFormITLetter p:first-child {
  margin: 0; }

#lobbyLetter input[type="text"] {
  margin: 3px 0 15px 0; }

#lobbyLetter textarea {
  color: #505050;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.targetsListPreamble,
#formIssueTargets h3 {
  color: #0079c1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 14px;
  margin: 20px 0 10px 0;
  text-transform: uppercase; }

#formIssueTargets p {
  font-size: 15px;
  line-height: 17px; }

#formIssueTargets {
  margin-bottom: 10px;
  width: 100%; }

#formIssueTargets th,
#formIssueTargets td,
#formIssueTargets .issueTargetLabelList {
  color: #717073;
  font-size: 11px;
  font-weight: 900;
  line-height: 13px;
  padding: 5px 0;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top; }

#formIssueTargets td input {
  margin: 0; }

#formIssueTargets td {
  font-size: 10px;
  font-weight: 500;
  text-transform: none; }

.mx-form-wrapper--vv_lobby_letter .contentWrapper .mx-lobby-letter {
  text-align: center; }

.mx-lobby-letter {
  text-align: center; }
  .mx-lobby-letter .mx-letter {
    width: 55%;
    float: none;
    display: inline-block; }
    @media (max-width: 759px) {
      .mx-lobby-letter .mx-letter {
        width: 100%; } }
  .mx-lobby-letter .mx-contactInfo {
    float: none !important;
    width: 55%;
    display: inline-block; }
    @media (max-width: 759px) {
      .mx-lobby-letter .mx-contactInfo {
        width: 100%; } }
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-salutation {
      width: 23%;
      margin-right: 2%;
      float: left; }
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-Contact-FirstName {
      width: 33%;
      margin-right: 2%;
      float: left; }
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-Contact-LastName {
      width: 40%;
      float: left; }
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-Contact-MailingCity {
      width: 38%;
      margin-right: 2%;
      float: left; }
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-Contact-Email,
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-Contact-Phone {
      clear: both; }
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-Contact-MailingState {
      width: 38%;
      margin-right: 2%;
      float: left; }
    .mx-lobby-letter .mx-contactInfo #mx-field-wrapper-Contact-MailingPostalCode {
      width: 20%;
      float: left; }
    .mx-lobby-letter .mx-contactInfo label {
      text-align: left; }
    .mx-lobby-letter .mx-contactInfo .mx-input-text,
    .mx-lobby-letter .mx-contactInfo select,
    .mx-lobby-letter .mx-contactInfo textarea {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box; }

#targets {
  width: 55%;
  clear: both;
  float: none;
  display: inline-block; }
  @media (max-width: 759px) {
    #targets {
      width: 100%; } }
  #targets ul li {
    text-align: left; }

#messagesubmitbutton {
  background: #df7c45;
  padding: 1em 2em;
  color: #ffffff;
  text-decoration: none;
  font-family: "museo-n7", "museo", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  display: inline-block;
  margin: 0 0.5em;
  border: 1px solid #cc6830; }
  #messagesubmitbutton:hover {
    text-decoration: none;
    color: #ffffff;
    background: #e98a56; }

#verifybutton {
  background: #0079c2;
  border: none;
  color: #ffffff;
  padding: 0.9375em; }

@media (max-width: 759px) {
  .page-section--signup .stay-updated #mx-field-wrapper-Contact-Email,
  .page-section--signup .stay-updated .mx-button-wrapper {
    width: 100% !important;
    margin: 0 !important; }
  .page-section--signup .stay-updated #mx-field-wrapper-Contact-LastName,
  .page-section--signup .stay-updated #mx-field-wrapper-Contact-FirstName,
  .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingCity,
  .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingState {
    width: 100% !important;
    margin: 0 !important; }
  .page-section--signup.subpage .mx-field-wrapper {
    margin: 3% 0 !important; }
  .mx-buttons-wrapper {
    clear: both; } }

.mx-form-wrapper iframe {
  min-height: 440px !important; }

.mx-form-wrapper p {
  margin: 0; }

.page-section--recent-news h2 {
  text-align: center;
  color: #004990;
  font-size: 2.25em;
  font-family: "museo-n7", "museo", serif;
  font-style: normal;
  font-weight: 700; }

.news-listing h3 {
  color: #0079c2;
  font-size: 1.875em;
  font-family: "museo-n7", "museo", serif;
  font-style: normal;
  font-weight: 700; }

.news-listing h4 {
  font-size: 1.375em;
  font-family: "museo-n7", "museo", serif;
  font-style: normal;
  font-weight: 700;
  color: #004990; }

.news-listing .entry {
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #d3d3d3; }
  .news-listing .entry:last-child {
    border: none; }
  .news-listing .entry p {
    display: inline; }
  .news-listing .entry .read-more {
    display: inline-block;
    color: #df7c45;
    margin-left: 5px; }

.page-section--news-updates h1 {
  margin-bottom: 0.5em; }

.page-section--news-updates .update-item {
  margin-bottom: 1.5625em;
  padding-bottom: 1.5625em;
  border-bottom: 1px solid #d3d3d3; }

.page-section--news-updates h3 {
  font-size: 1.875em;
  margin-bottom: 0.33333em; }

.page-section--news-updates p {
  display: inline; }

.pagination ul {
  list-style: none;
  text-align: center; }
  .pagination ul li {
    display: inline;
    margin: 0 1.25em; }

.page-section--signup {
  clear: both;
  background: url(../images/blue-texture.jpg) center center #004486;
  overflow: hidden; }
  .page-section--signup h3 {
    color: #8ccbf9;
    font-size: 1.875em;
    font-family: "museo-n7", "museo", serif;
    font-style: normal;
    font-weight: 700; }
  .page-section--signup form {
    margin: 0 -1%; }
  .page-section--signup input {
    border: none;
    width: 100%;
    height: 3.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 0.5em; }
    .page-section--signup input.small {
      width: 48%;
      margin: 1%;
      float: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .page-section--signup input[type='submit'] {
      color: #ffffff;
      font-family: "museo-n7", "museo", serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.25em;
      background: #df7c45;
      padding: 0;
      height: 3em; }
  .page-section--signup.subpage {
    padding: 2.5em 0; }
    .page-section--signup.subpage iframe {
      height: 120px !important;
      min-height: auto !important; }
      @media (max-width: 810px) {
        .page-section--signup.subpage iframe {
          height: 190px !important; } }
    .page-section--signup.subpage form {
      margin-bottom: 1.25em; }
      @media (max-width: 759px) {
        .page-section--signup.subpage form {
          padding: 0 1em; } }
    .page-section--signup.subpage h3 {
      text-align: center; }
    .page-section--signup.subpage .mx-field-wrapper {
      width: 20%;
      margin: 0 1%;
      vertical-align: top;
      float: left; }
      @media (max-width: 759px) {
        .page-section--signup.subpage .mx-field-wrapper {
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; } }
      .page-section--signup.subpage .mx-field-wrapper label {
        color: #ffffff; }
    .page-section--signup.subpage legend {
      display: none; }
    .page-section--signup.subpage .mx-form .mx-buttons-wrapper {
      padding-top: 17px;
      margin-top: 0; }
    .page-section--signup.subpage #mx-field-wrapper-Contact-Email {
      width: 40%;
      margin: 0 1%;
      vertical-align: top; }
      @media (max-width: 759px) {
        .page-section--signup.subpage #mx-field-wrapper-Contact-Email {
          width: 100%; } }
    .page-section--signup.subpage input {
      width: 100%; }
    .page-section--signup.subpage input.small {
      width: 20%;
      margin: 0 1%; }
      @media (max-width: 759px) {
        .page-section--signup.subpage input.small {
          width: 100%; } }
    .page-section--signup.subpage input[type="submit"] {
      width: 11.5%; }
      @media (max-width: 759px) {
        .page-section--signup.subpage input[type="submit"] {
          width: 100%; } }
  .page-section--signup .stay-updated {
    width: 55%;
    float: left;
    padding: 2.5em 3.75em 2.5em 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 60em) {
      .page-section--signup .stay-updated {
        width: 100%;
        float: none;
        padding: 2.5em 1em 2.5em 1em; } }
    .page-section--signup .stay-updated legend {
      display: none; }
    .page-section--signup .stay-updated label {
      color: #ffffff; }
    .page-section--signup .stay-updated select {
      width: 100%;
      display: block;
      border: 1px solid #d0d0cf;
      border-radius: 0;
      height: 3.6em; }
    .page-section--signup .stay-updated #mx-field-wrapper-Contact-LastName,
    .page-section--signup .stay-updated #mx-field-wrapper-Contact-FirstName,
    .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingCity,
    .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingState {
      float: left;
      width: 48%;
      margin: 0 1%;
      vertical-align: top; }
      @media (max-width: 759px) {
        .page-section--signup .stay-updated #mx-field-wrapper-Contact-LastName,
        .page-section--signup .stay-updated #mx-field-wrapper-Contact-FirstName,
        .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingCity,
        .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingState {
          width: 100%; } }
      .page-section--signup .stay-updated #mx-field-wrapper-Contact-LastName input,
      .page-section--signup .stay-updated #mx-field-wrapper-Contact-FirstName input,
      .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingCity input,
      .page-section--signup .stay-updated #mx-field-wrapper-Contact-MailingState input {
        width: 100%; }
    .page-section--signup .stay-updated #mx-field-wrapper-Contact-Email,
    .page-section--signup .stay-updated .mx-button-wrapper {
      width: 98%;
      margin: 0 1%; }
    .page-section--signup .stay-updated .mx-field-wrapper {
      padding: 0 0 0.9375em 0; }
  .page-section--signup .spread-word {
    padding: 2.5em 0 2.5em 3.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 45%;
    float: left;
    background: #00305f;
    position: relative;
    z-index: 2; }
    @media (max-width: 60em) {
      .page-section--signup .spread-word {
        width: 100%;
        float: none;
        margin: 0;
        padding: 3.125em 1em 5em 1em; } }
    .page-section--signup .spread-word:after {
      content: "";
      background: url(../images/blue-texture2.jpg) center center #00305f;
      position: absolute;
      width: 9999px;
      height: 1000px;
      left: 0;
      top: 0;
      z-index: -1; }
      @media (max-width: 60em) {
        .page-section--signup .spread-word:after {
          left: -50px; } }
    .page-section--signup .spread-word p {
      color: #ffffff; }
  .page-section--signup .thank-you {
    display: none;
    color: #ffffff; }
    .page-section--signup .thank-you h4 {
      font-size: 1.5em; }
    .page-section--signup .thank-you a {
      color: #ffffff;
      text-decoration: underline; }

.success .form-container {
  display: none; }

.success .thank-you {
  display: block; }

.page-section--learn-the-facts h2 {
  text-align: center;
  color: #004990;
  font-size: 2.25em;
  font-family: "museo-n7", "museo", serif;
  font-style: normal;
  font-weight: 700; }

.page-section--learn-the-facts .fact-block img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover; }

.page-section--learn-the-facts .fact-content {
  background: #f9f8f3;
  border: 1px solid #e8e5da;
  border-top: none;
  position: relative;
  padding: 1.25em 1.25em 1.875em 1.25em;
  height: 10.625em; }
  @media (max-width: 59.9375em) {
    .page-section--learn-the-facts .fact-content {
      height: auto;
      padding-right: 3.125em; } }
  @media (max-width: 47.4375em) {
    .page-section--learn-the-facts .fact-content {
      height: auto; } }
  .page-section--learn-the-facts .fact-content h3 {
    font-family: "museo-n7", "museo", serif;
    font-style: normal;
    font-weight: 700;
    color: #004990;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.20833em; }
  .page-section--learn-the-facts .fact-content p {
    margin: 0; }

.page-section--learn-the-facts .learn-more {
  text-indent: -9999px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/arrow-right.png) center center #0079c2 no-repeat;
  background-size: 9px;
  position: absolute;
  bottom: 0;
  right: 0; }

.primary-content--leg-map {
  height: 50em; }
  @media (max-width: 775px) {
    .primary-content--leg-map {
      height: 54.25em; } }
  .primary-content--leg-map iframe {
    height: 100%;
    width: 100%;
    border: none; }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
