/*
	Theme Name: LMB
	Description: LMB
	Version: 1.0.0
	Author: Matthew Niedzielski
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

h1 {
  font-weight: 900;
  line-height: 1.333em;
  margin: 15px 0;
  letter-spacing: 1px; }
  h1 a {
    color: #006196; }

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.136em;
  letter-spacing: 1px; }

h3 {
  font-size: 24px;
  line-height: 1.389em;
  letter-spacing: 1px;
  font-weight: 600; }

h4 {
  font-size: 20px;
  line-height: 1.167em;
  letter-spacing: 1px; }

h5 {
  font-weight: 200;
  font-size: 22px;
  line-height: 1.167em;
  letter-spacing: 1px; }

h3 + h4 {
  margin-top: 0; }

p {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.15px; }

p.callout {
  font-weight: bold;
  font-size: 22px; }
  @media (min-width: 768px) {
    p.callout {
      font-size: 24px; } }
  @media (min-width: 930px) {
    p.callout {
      font-size: 26px; } }

a {
  color: #006196;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

.button, .site-header .site-menu-control {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
  background-color: transparent;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 10px 8px;
  color: #fff;
  border: 3px solid #fff;
  transition: 300ms; }
  .button:hover, .site-header .site-menu-control:hover, .button:focus, .site-header .site-menu-control:focus {
    background-color: #006196;
    text-decoration: none; }

.button-solid {
  text-align: center;
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1em;
  background-color: #52C4E8;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px 10px;
  color: #fff;
  transition: 300ms;
  font-family: "Montserrat", sans-serif; }
  .button-solid.blue {
    background-color: #006196; }
    .button-solid.blue:hover, .button-solid.blue:focus {
      background-color: #52C4E8;
      text-decoration: none; }

.button-blog {
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-style: italic;
  line-height: 1em;
  background-color: #006196;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px 10px;
  color: #fff;
  transition: 300ms; }

strong {
  font-weight: bold; }

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.167em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #10628F;
  height: 100%; }

.wrapper {
  position: relative; }

.content-container {
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.group:after, .awards-list .award:after, .microgrant-list .microgrant:after, #event-form .field-split-description:after, .blog-page-header .search-form-wrapper:after, .event-pagination:after, .page-header.event:after, .location-container:after {
  content: "";
  display: table;
  clear: both; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 11px 11px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

#dimensions-container {
  text-align: right;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  color: #fff; }

.site-header-wrapper {
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

.site-header {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
  position: relative;
  z-index: 10;
  flex-wrap: wrap; }
  @media (min-width: 710px) {
    .site-header {
      align-items: flex-start; } }
  .site-header .logo {
    padding-top: 15px;
    padding-left: 15px;
    width: 20%;
    max-width: 175px;
    height: 100%; }
    .site-header .logo a {
      display: block; }
      @media (min-width: 0) and (max-width: 709px) {
        .site-header .logo a {
          width: 100px; } }
      @media (min-width: 710px) {
        .site-header .logo a {
          margin-bottom: -45%; } }
    .site-header .logo img {
      width: 100%;
      height: auto;
      display: block; }
  .site-header .site-menu-control {
    background-color: #006196;
    padding: 0;
    line-height: 20px;
    margin-right: 10px; }
    @media (min-width: 710px) {
      .site-header .site-menu-control {
        display: none; } }
  .site-header .navigation-section {
    width: 80%;
    display: none; }
    @media (min-width: 0) and (max-width: 709px) {
      .site-header .navigation-section.toggled {
        display: flex;
        width: 100%;
        margin-top: 10px; } }
    @media (min-width: 710px) {
      .site-header .navigation-section {
        display: block; } }
  .site-header .util-nav {
    width: 100%;
    display: none;
    align-items: baseline;
    justify-content: flex-end; }
    @media (min-width: 710px) {
      .site-header .util-nav {
        display: flex; } }
    .site-header .util-nav .util-list {
      list-style: none;
      margin: 0 0 0 15px;
      padding: 30px 0 0; }
      .site-header .util-nav .util-list li {
        display: inline-block;
        padding: 10px;
        vertical-align: text-top; }
        .site-header .util-nav .util-list li:last-child {
          padding-right: 0; }
      .site-header .util-nav .util-list a {
        color: #979797;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Montserrat", sans-serif; }
      @media (min-width: 710px) {
        .site-header .util-nav .util-list .donate-button a {
          background-color: #C93727;
          color: #fff;
          text-transform: uppercase;
          padding: 50px 20px 10px;
          font-size: 14px;
          font-family: "Montserrat", sans-serif; } }
  .site-header nav {
    font-family: "Montserrat", sans-serif;
    margin-top: 15px; }
  @media (min-width: 0) and (max-width: 709px) {
    .site-header .site-navigation-bar {
      background-color: #F3F3F3;
      flex-direction: column-reverse;
      padding: 30px 0 10px; }
    .site-header nav,
    .site-header .util-nav {
      max-width: 400px;
      margin: 0 auto; }
    .site-header .util-nav {
      display: block;
      margin-top: 30px; }
      .site-header .util-nav .util-list {
        margin: 20px 0;
        padding: 0;
        text-align: center; }
    .site-header .social-media-list {
      text-align: center; } }

.site-header .nav {
  width: 100%; }

.amazon-smile-container {
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #F3F3F3;
  padding: 60px 20px;
  text-align: center; }
  .amazon-smile-container p {
    max-width: 600px;
    margin: 15px auto; }
  .amazon-smile-container .button, .amazon-smile-container .site-header .site-menu-control, .site-header .amazon-smile-container .site-menu-control {
    color: #F09915;
    border-color: #F09915; }
    .amazon-smile-container .button:hover, .amazon-smile-container .site-header .site-menu-control:hover, .site-header .amazon-smile-container .site-menu-control:hover, .amazon-smile-container .button:focus, .amazon-smile-container .site-header .site-menu-control:focus, .site-header .amazon-smile-container .site-menu-control:focus {
      background-color: #979797;
      color: #fff; }
  .amazon-smile-container .ad-bar {
    margin-top: 25px; }

.site-footer-wrapper {
  background-color: #3E3E3E; }

.site-footer {
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px 50px;
  color: #fff;
  background-color: #0085B6; }
  .site-footer .content-columns {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .site-footer .content-columns > div {
      padding: 10px; }
  .site-footer .about h4 {
    margin-top: 0; }
  .site-footer .about a {
    color: #fff; }
  .site-footer .social ul {
    margin-bottom: 30px; }
  .site-footer h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal; }

.social-media ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-media ul li {
    margin: 0 10px; }
  .social-media ul a {
    display: block;
    width: 49px;
    height: 46px;
    border: 2px solid #fff;
    background-position: center;
    background-repeat: no-repeat; }
    .social-media ul a[href*=facebook] {
      background-image: url("./img/facebook-logo.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media ul a[href*=facebook] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/facebook-logo@2x.png");
          background-size: 13px 24px; } }
    .social-media ul a[href*=tripadvisor] {
      background-image: url("./img/tripadvisor-logo.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media ul a[href*=tripadvisor] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/tripadvisor-logo@2x.png");
          background-size: 33px 19px; } }
    .social-media ul a[href*=instagram] {
      background-image: url("./img/instagram-logo.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media ul a[href*=instagram] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/instagram-logo@2x.png");
          background-size: 24px 24px; } }
    .social-media ul a[href*=youtube] {
      background-image: url("./img/YouTube-logo.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media ul a[href*=youtube] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/YouTube-logo@2x.png");
          background-size: 36px 15px; } }

.social-media-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-media-list li {
    display: inline-block;
    margin: 0 5px; }
  .social-media-list a {
    display: block;
    border-radius: 17.5px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    text-indent: -999em;
    border: 2px solid #979797;
    transition: .3s; }
    .social-media-list a[href*="facebook"] {
      background-image: url("./img/icons/icn_facebook_gray.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media-list a[href*="facebook"] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/icons/icn_facebook_gray@2x.png");
          background-size: 7px 13px; } }
    .social-media-list a[href*="instagram"] {
      background-image: url("./img/icons/icn_instagram_gray.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media-list a[href*="instagram"] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/icons/icn_instagram_gray@2x.png");
          background-size: 14px 14px; } }
    .social-media-list a[href*="twitter"] {
      background-image: url("./img/icons/icn_twitter_gray.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media-list a[href*="twitter"] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/icons/icn_twitter_gray@2x.png");
          background-size: 12px 10px; } }
    .social-media-list a:hover, .social-media-list a:focus {
      background-color: #006196; }
  .social-media-list.white a {
    border-color: #fff; }
    .social-media-list.white a[href*="facebook"] {
      background-image: url("./img/icons/icn_facebook.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media-list.white a[href*="facebook"] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/icons/icn_facebook@2x.png");
          background-size: 7px 13px; } }
    .social-media-list.white a[href*="instagram"] {
      background-image: url("./img/icons/icn_instagram.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media-list.white a[href*="instagram"] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/icons/icn_instagram@2x.png");
          background-size: 14px 14px; } }
    .social-media-list.white a[href*="twitter"] {
      background-image: url("./img/icons/icn_twitter.png"); }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .social-media-list.white a[href*="twitter"] {
          /* on retina, use image that's scaled by 2 */
          background-image: url("./img/icons/icn_twitter@2x.png");
          background-size: 12px 10px; } }

.map-list-wrapper {
  background-color: #fff;
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 2%; }
  @media (min-width: 1100px) {
    .map-list-wrapper {
      padding: 3% 7%; } }

.map-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .map-list .map {
    margin-bottom: 50px; }
    .map-list .map img {
      max-width: 100%; }
    @media (min-width: 450px) {
      .map-list .map {
        width: 49%; } }
    @media (min-width: 760px) {
      .map-list .map {
        width: 32%; } }

.awards-list-wrapper {
  background-color: #fff;
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 7%; }

.awards-list .award {
  margin-bottom: 50px; }
  @media (min-width: 500px) {
    .awards-list .award .image {
      float: right;
      width: 42%;
      margin-left: 45px;
      margin-bottom: 45px; } }
  .awards-list .award h3 {
    margin: 0 0 10px; }
  .awards-list .award h4 {
    margin: 0; }
  .awards-list .award img {
    display: block;
    max-width: 100%; }

.microgrant-list-wrapper {
  background-color: #fff;
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 7%; }

.microgrant-list {
  display: flex;
  flex-wrap: wrap; }
  .microgrant-list .microgrant {
    margin: 0 1% 50px;
    margin-bottom: 50px; }
    .microgrant-list .microgrant img {
      width: 100%; }
    @media (min-width: 400px) {
      .microgrant-list .microgrant {
        width: 48%; } }
    @media (min-width: 600px) {
      .microgrant-list .microgrant {
        width: 31%; } }
    @media (min-width: 1000px) {
      .microgrant-list .microgrant {
        width: 23%; } }

.issues-list-wrapper {
  background-color: #BA3E31; }
  .issues-list-wrapper .issues-list-container {
    max-width: 1440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1% 2%; }
    @media (min-width: 1100px) {
      .issues-list-wrapper .issues-list-container {
        padding: 3% 7%; } }
  .issues-list-wrapper h2 {
    color: #fff;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    color: #fff; }
  .issues-list-wrapper h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #C93727; }
  .issues-list-wrapper .button-solid {
    background-color: #C93727; }
  .issues-list-wrapper .issue {
    background-color: #fff; }
  .issues-list-wrapper.take-action {
    background-color: #BA3E31; }
    .issues-list-wrapper.take-action .issues-list-container {
      background-color: #C93727; }
  .issues-list-wrapper.on-watch {
    background-color: #B3B6B8; }
    .issues-list-wrapper.on-watch .issues-list-container {
      background-color: #C1C4C7; }
  .issues-list-wrapper.victories {
    background-color: #E8E8E8; }
    .issues-list-wrapper.victories .issues-list-container {
      background-color: #fff; }
    .issues-list-wrapper.victories .issue {
      background-color: #F3F3F3; }
    .issues-list-wrapper.victories h2 {
      color: #006196; }
    .issues-list-wrapper.victories h5 {
      color: #006196; }
    .issues-list-wrapper.victories .button-solid {
      background-color: #006196; }

.issues-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0; }
  .issues-list .issue {
    color: #3E3E3E;
    padding: 3% 4%;
    font-family: "Open Sans", sans-serif;
    margin: 0 1% 25px; }
    @media (min-width: 550px) {
      .issues-list .issue {
        width: 48%; } }
    @media (min-width: 860px) {
      .issues-list .issue {
        width: 31%; } }
  .issues-list h5 {
    margin: 0;
    font-family: "Montserrat", sans-serif; }
  .issues-list .center {
    margin-top: 25px;
    text-align: center; }

.latest_news {
  padding: 3% 7%;
  background-color: #fff;
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .latest_news .news-list {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto; }
    .latest_news .news-list .item {
      width: 48%;
      margin: 0 1% 15px; }
      @media (min-width: 860px) {
        .latest_news .news-list .item {
          width: 23%; } }
      .latest_news .news-list .item img {
        max-width: 100%; }
      .latest_news .news-list .item h3 {
        margin: 8px 0; }

.staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .staff-list .staff {
    display: flex;
    margin-bottom: 50px; }
    @media (min-width: 740px) {
      .staff-list .staff {
        width: 48%; } }
    .staff-list .staff .image {
      width: 45%;
      max-width: 226px; }
      .staff-list .staff .image img {
        display: block;
        width: 100%; }
    .staff-list .staff .text {
      padding: 0 0 0 10px;
      width: 55%; }
    .staff-list .staff h4 {
      margin-top: 10px;
      margin-bottom: 5px;
      color: #006196; }
      @media (min-width: 0) and (max-width: 739px) {
        .staff-list .staff h4 {
          font-size: 22px; } }
    .staff-list .staff h5 {
      margin: 0;
      font-size: 18px; }
      @media (min-width: 740px) {
        .staff-list .staff h5 {
          font-size: 20px; } }
    .staff-list .staff a {
      color: #3E3E3E; }
      .staff-list .staff a:hover, .staff-list .staff a:focus {
        color: #006196; }

input[type=email],
input[type=text],
input[type=tel],
input[type=password],
input[type=number] {
  border: 2px solid #006196;
  font-size: 18px;
  line-height: 1.3em;
  padding: 5px; }

label {
  font-weight: bold; }

input[type=submit] {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  display: inline-block;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1em;
  background-color: transparent;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 10px 8px;
  color: #3E3E3E;
  border: 3px solid #006196;
  transition: 300ms; }
  input[type=submit]:hover, input[type=submit]:focus {
    background-color: #52C4E8;
    color: #fff;
    text-decoration: none; }

#em-location-data table.em-location-data select {
  width: auto; }

.event-attributes,
#em-location-data {
  margin: 15px 0; }
  .event-attributes label,
  #em-location-data label {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 8px;
    vertical-align: middle; }
  .event-attributes .maxlength,
  #em-location-data .maxlength {
    padding-left: 160px;
    font-weight: bold;
    font-size: 14px; }
  .event-attributes .field-description,
  #em-location-data .field-description {
    padding-left: 160px; }
    .event-attributes .field-description.no-padding,
    #em-location-data .field-description.no-padding {
      padding: 0; }

.em-location-data-region {
  display: none; }

div.time-picker li {
  height: 20px; }

#event-form h3 {
  margin-bottom: 10px; }

#event-form input {
  font-size: 15px; }

#event-form .field-description {
  margin: 5px 0 10px;
  font-size: 15px;
  line-height: 1.2em; }

#event-form .field-split-description .type-description {
  padding-left: 120px;
  display: flex;
  flex-wrap: wrap; }
  #event-form .field-split-description .type-description .type {
    width: 50%;
    padding-right: 10px; }
  #event-form .field-split-description .type-description h4 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0; }
  #event-form .field-split-description .type-description p {
    font-size: 15px;
    margin-top: 0px; }

.tml {
  max-width: 400px; }

.tml-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .tml-links li {
    margin: 5px 0; }
  .tml-links a {
    font-weight: bold;
    color: #006196; }

.tml-register .tml-field-wrap {
  margin-bottom: 25px; }

.tml-register .tml-lmb_address_zip-wrap {
  margin-bottom: 80px; }

.tml-register .tml-last_name-wrap {
  margin-bottom: 50px; }

.magazine-issues {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  .magazine-issues .mag-issue {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px; }
    @media (min-width: 550px) {
      .magazine-issues .mag-issue {
        width: 33%; } }
    @media (min-width: 750px) {
      .magazine-issues .mag-issue {
        width: 25%; } }
    .magazine-issues .mag-issue img {
      width: 100%;
      height: auto;
      border: 2px solid #fff;
      display: block; }
    .magazine-issues .mag-issue h3 {
      font-size: 20px;
      margin: 0 0 5px;
      text-align: center;
      letter-spacing: 0; }
    .magazine-issues .mag-issue a:hover,
    .magazine-issues .mag-issue a:focus {
      text-decoration: none; }
      .magazine-issues .mag-issue a:hover img,
      .magazine-issues .mag-issue a:focus img {
        border-color: #006196; }

.toolkit-categories {
  display: flex;
  flex-wrap: wrap; }
  .toolkit-categories .category {
    width: 45%;
    margin: 2.5%;
    background-image: url("./img/bkg_stripe.png");
    background-color: rgba(0, 62, 81, 0.38);
    padding: 1% 2%; }
  .toolkit-categories h2 {
    font-size: 30px;
    margin: .5em 0; }
  .toolkit-categories h3 {
    font-size: 20px; }
    .toolkit-categories h3 a {
      color: #fff; }
      .toolkit-categories h3 a:focus, .toolkit-categories h3 a:hover {
        text-decoration: underline; }

.home-hero-slider {
  background-color: #818994; }
  .home-hero-slider img {
    mix-blend-mode: multiply;
    display: block;
    display: none; }
  .home-hero-slider .slide {
    overflow: hidden;
    background-color: #818994;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
    box-sizing: border-box;
    position: relative; }
    .home-hero-slider .slide:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      z-index: 1;
      opacity: .5; }
    @supports (background-blend-mode: multiply) {
      .home-hero-slider .slide {
        background-blend-mode: multiply; }
        .home-hero-slider .slide:after {
          display: none; } }

.hero {
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #0d5b86;
  position: relative; }
  .hero img {
    max-width: 100%;
    display: block; }
  .hero .text {
    color: #fff;
    padding: 25px; }
    @media (min-width: 700px) {
      .hero .text {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 3%;
        margin: 0;
        transform: translateY(-50%); } }
    @media (min-width: 900px) {
      .hero .text {
        left: 7%; } }
    .hero .text b {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 22px;
      text-shadow: 4px 4px 4px rgba(50, 50, 50, 0.5); }
  .hero h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    text-shadow: 4px 4px 4px rgba(50, 50, 50, 0.5);
    font-size: 30px; }
    @media (min-width: 400px) {
      .hero h1 {
        font-size: 40px; } }
    @media (min-width: 500px) {
      .hero h1 {
        font-size: 50px; } }
    @media (min-width: 768px) {
      .hero h1 {
        font-size: 70px; } }
    @media (min-width: 1000px) {
      .hero h1 {
        font-size: 80px; } }
    @media (min-width: 1090px) {
      .hero h1 {
        font-size: 90px; } }
  .home .hero .swiper-pagination {
    bottom: 5px; }
    @media (min-width: 1290px) {
      .home .hero .swiper-pagination {
        bottom: 150px !important; } }
  .hero .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: .7; }
    .hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: 1; }

.donate-flyout {
  background-color: #C93727;
  padding: 10px;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  color: #fff;
  max-width: 330px;
  display: flex;
  z-index: 1000; }
  @media (min-width: 700px) {
    .donate-flyout {
      padding: 20px; } }
  @media (min-width: 700px) {
    .donate-flyout {
      top: 50%;
      transform: translateY(-50%); } }
  @media (min-width: 1000px) {
    .donate-flyout {
      padding: 30px;
      max-width: 380px; } }
  .donate-flyout b {
    margin-right: 20px;
    font-style: italic;
    font-weight: bold;
    max-width: 230px;
    display: none; }
    @media (min-width: 870px) {
      .donate-flyout b {
        display: block; } }
    @media (min-width: 1000px) {
      .donate-flyout b {
        margin-right: 30px; } }
  .donate-flyout a {
    width: 118px; }

.manage-events-flyout {
  background-color: #C93727;
  padding: 10px;
  color: #fff;
  z-index: 1000;
  text-align: center;
  width: 100%; }
  @media (min-width: 700px) {
    .manage-events-flyout {
      padding: 20px;
      position: absolute;
      right: 0;
      max-width: 330px;
      transform: translateY(-50%); } }
  @media (min-width: 700px) {
    .manage-events-flyout {
      top: 90%; } }
  @media (min-width: 1000px) {
    .manage-events-flyout {
      padding: 20px;
      max-width: 320px; } }
  .manage-events-flyout b {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    display: block; }
  .manage-events-flyout a {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 0; }

.swiper-container {
  width: 100%;
  height: 100%; }
  .swiper-container .slide {
    position: relative; }
  .home .swiper-container .swiper-button-prev,
  .home .swiper-container .swiper-button-next {
    top: 10%; }
  .ride-calendar .swiper-container .swiper-button-prev,
  .ride-calendar .swiper-container .swiper-button-next {
    top: 20%; }
    @media (min-width: 700px) {
      .ride-calendar .swiper-container .swiper-button-prev,
      .ride-calendar .swiper-container .swiper-button-next {
        top: 50%; } }

.ride-cal-highlight {
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1290px;
  z-index: 100;
  padding: 3% 2%; }
  @media (min-width: 1290px) {
    .ride-cal-highlight {
      position: absolute;
      left: 0;
      right: 0;
      margin-top: -140px;
      padding: 3% 4%; } }
  .ride-cal-highlight > .title {
    width: 100%; }
    @media (min-width: 930px) {
      .ride-cal-highlight > .title {
        width: 14%;
        padding: 10px; } }
    .ride-cal-highlight > .title h3 {
      color: #006196;
      font-weight: bold;
      display: inline-block;
      text-transform: uppercase;
      font-size: 22px; }
      @media (min-width: 930px) {
        .ride-cal-highlight > .title h3 {
          display: block; } }
    .ride-cal-highlight > .title a {
      color: #006196;
      font-weight: bold;
      font-style: italic;
      display: inline-block;
      float: right;
      margin-top: 35px; }
      @media (min-width: 930px) {
        .ride-cal-highlight > .title a {
          float: none;
          margin: 0; } }
  .ride-cal-highlight .events {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 930px) {
      .ride-cal-highlight .events {
        width: 84%; } }
  .ride-cal-highlight .event {
    margin-bottom: 15px;
    width: 100%; }
    @media (min-width: 500px) {
      .ride-cal-highlight .event {
        width: 48%;
        margin-bottom: 25px; } }
    @media (min-width: 640px) {
      .ride-cal-highlight .event {
        width: 23%; } }
    .ride-cal-highlight .event a {
      color: #3E3E3E;
      font-weight: bold; }
      .ride-cal-highlight .event a:hover, .ride-cal-highlight .event a:focus {
        color: #006196; }
      .ride-cal-highlight .event a .date {
        display: inline-block;
        margin-right: 10px; }
        @media (min-width: 500px) {
          .ride-cal-highlight .event a .date {
            margin-right: 0px;
            display: block; } }
      .ride-cal-highlight .event a .title {
        display: inline-block;
        margin-top: 10px; }
        @media (min-width: 500px) {
          .ride-cal-highlight .event a .title {
            display: block; } }
    .ride-cal-highlight .event p {
      display: none;
      font-size: 16px;
      margin-bottom: 0; }
      @media (min-width: 500px) {
        .ride-cal-highlight .event p {
          display: block; } }

.our-mission-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  background: #00699D;
  padding: 10px;
  background-image: url("./img/bkg_mission_statement.jpg");
  background-size: cover; }
  @media (min-width: 1290px) {
    .our-mission-container {
      padding-top: 319px; } }
  .our-mission-container .content {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    display: flex;
    justify-content: space-around;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    flex-direction: column;
    padding: 3%; }
    @media (min-width: 840px) {
      .our-mission-container .content {
        padding: 0;
        flex-direction: row-reverse; } }
  @media (min-width: 840px) {
    .our-mission-container .left,
    .our-mission-container .right {
      width: 45%; } }
  .our-mission-container .intro {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 60px; }
  .our-mission-container .button, .our-mission-container .site-header .site-menu-control, .site-header .our-mission-container .site-menu-control {
    background-color: #52C4E8;
    border: none;
    font-size: 19px; }
    .our-mission-container .button:hover, .our-mission-container .site-header .site-menu-control:hover, .site-header .our-mission-container .site-menu-control:hover, .our-mission-container .button:focus, .our-mission-container .site-header .site-menu-control:focus, .site-header .our-mission-container .site-menu-control:focus {
      background-color: #006196; }
  .our-mission-container .news-desc {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    max-width: 50%; }
  .our-mission-container h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-align: center; }
    @media (min-width: 500px) {
      .our-mission-container h2 {
        font-size: 50px;
        margin: 0; } }
    @media (min-width: 840px) {
      .our-mission-container h2 {
        font-size: 60px;
        text-align: left; } }
    @media (min-width: 880px) {
      .our-mission-container h2 {
        margin: 80px 0 -45px;
        font-size: 75px; } }
    @media (min-width: 1100px) {
      .our-mission-container h2 {
        font-size: 90px; } }

.main-section-boxes {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  background: #0d5b86;
  padding: 3% 0; }
  @media (min-width: 1100px) {
    .main-section-boxes {
      padding: 3% 7%; } }

.section-boxes,
.main-section-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .section-boxes .section-box,
  .main-section-boxes .section-box {
    margin: 20px 10px;
    background-image: url("./img/bkg_stripe.png");
    background-color: rgba(0, 62, 81, 0.38);
    padding: 4%;
    color: #fff;
    position: relative; }
    .section-boxes .section-box::before,
    .main-section-boxes .section-box::before {
      position: absolute;
      top: 0;
      left: 8%;
      height: 5px;
      content: '';
      display: block;
      width: 0%;
      background-color: #fff;
      transition: .5s; }
    @media (min-width: 768px) {
      .section-boxes .section-box,
      .main-section-boxes .section-box {
        width: 44%; } }
    .section-boxes .section-box h2,
    .main-section-boxes .section-box h2 {
      margin-top: 0;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      margin-bottom: .5em;
      text-transform: uppercase;
      line-height: 1em;
      font-size: 25px; }
      @media (min-width: 1000px) {
        .section-boxes .section-box h2,
        .main-section-boxes .section-box h2 {
          font-size: 35px; } }
      @media (min-width: 1280px) {
        .section-boxes .section-box h2,
        .main-section-boxes .section-box h2 {
          font-size: 45px; } }
    .section-boxes .section-box b,
    .main-section-boxes .section-box b {
      font-weight: bold;
      font-size: 20px;
      color: #fff; }
    .section-boxes .section-box p,
    .main-section-boxes .section-box p {
      color: #fff;
      margin-bottom: 0; }
    .section-boxes .section-box:hover::before, .section-boxes .section-box:focus::before,
    .main-section-boxes .section-box:hover::before,
    .main-section-boxes .section-box:focus::before {
      width: 84%; }
    .section-boxes .section-box a:hover,
    .section-boxes .section-box a:focus,
    .main-section-boxes .section-box a:hover,
    .main-section-boxes .section-box a:focus {
      text-decoration: none; }
  .section-boxes .section-box-empty,
  .main-section-boxes .section-box-empty {
    margin: 20px 10px;
    padding: 3%; }
    @media (min-width: 768px) {
      .section-boxes .section-box-empty,
      .main-section-boxes .section-box-empty {
        width: 44%; } }
    .section-boxes .section-box-empty .quote-text,
    .main-section-boxes .section-box-empty .quote-text {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 40px;
      line-height: 1.2em; }

.get-involved-section-wrapper {
  background-color: #7D8689; }

.get-involved-section {
  background-color: #9E9E9E;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }
  .get-involved-section header {
    background-image: url("./img/bkg_get_involved.jpg");
    min-height: 415px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 1px 2%; }
    @media (min-width: 1100px) {
      .get-involved-section header {
        padding: 1px 6%; } }
    .get-involved-section header h2 {
      font-size: 50px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
      @media (min-width: 700px) {
        .get-involved-section header h2 {
          font-size: 70px;
          margin: 0 0 -45px;
          bottom: 0;
          position: absolute;
          max-width: 300px; } }
      @media (min-width: 780px) {
        .get-involved-section header h2 {
          font-size: 90px; } }
    .get-involved-section header .links {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      @media (min-width: 700px) {
        .get-involved-section header .links {
          width: 60%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          padding: 20px 0 90px; } }
      @media (min-width: 980px) {
        .get-involved-section header .links {
          padding: 60px 0;
          width: 50%; } }
      .get-involved-section header .links a {
        display: block;
        font-size: 35px;
        line-height: 1.2em;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 20px; }
        @media (min-width: 780px) {
          .get-involved-section header .links a {
            font-size: 45px; } }
        .get-involved-section header .links a span {
          position: relative; }
          .get-involved-section header .links a span::after {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 5px;
            content: '';
            display: block;
            width: 0%;
            background-color: #fff;
            transition: .5s; }
        .get-involved-section header .links a:hover, .get-involved-section header .links a:focus {
          text-decoration: none; }
          .get-involved-section header .links a:hover span::after, .get-involved-section header .links a:focus span::after {
            width: 100%; }
  .get-involved-section .content {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    padding: 3% 2%; }
    @media (min-width: 1100px) {
      .get-involved-section .content {
        padding: 3% 7%; } }
  .get-involved-section .issues-list {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0; }
    .get-involved-section .issues-list .issue {
      width: 100%;
      background-color: #E3E2E2;
      color: #3E3E3E;
      padding: 3% 3%;
      font-family: "Open Sans", sans-serif;
      text-align: center; }
      @media (min-width: 750px) {
        .get-involved-section .issues-list .issue {
          width: 31%;
          text-align: left; } }
    .get-involved-section .issues-list h5 {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      color: #006196; }
      @media (min-width: 900px) {
        .get-involved-section .issues-list h5 {
          font-size: 22px; } }
    .get-involved-section .issues-list p {
      display: none;
      font-size: 16px; }
      @media (min-width: 750px) {
        .get-involved-section .issues-list p {
          display: block; } }
    .get-involved-section .issues-list .center {
      margin-top: 25px;
      text-align: center; }
  .get-involved-section .viewall {
    text-align: center;
    margin-top: 50px; }
    .get-involved-section .viewall a {
      color: #fff;
      font-weight: bold;
      font-style: italic; }

.latest-news-section-wrapper {
  background-color: #7D8689; }

.latest-news-section {
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 3% 2%;
  display: flex;
  flex-direction: column; }
  @media (min-width: 930px) {
    .latest-news-section {
      flex-direction: row; } }
  @media (min-width: 1100px) {
    .latest-news-section {
      padding: 3% 7%; } }
  .latest-news-section .title {
    width: 100%; }
    @media (min-width: 930px) {
      .latest-news-section .title {
        width: 20%;
        padding-right: 10px; } }
    .latest-news-section .title h3 {
      color: #006196;
      font-weight: bold;
      display: inline-block;
      text-transform: uppercase; }
      @media (min-width: 930px) {
        .latest-news-section .title h3 {
          display: block; } }
    .latest-news-section .title a {
      color: #006196;
      font-weight: bold;
      font-style: italic;
      display: inline-block;
      float: right;
      margin-top: 35px; }
      @media (min-width: 930px) {
        .latest-news-section .title a {
          float: none;
          margin: 0; } }
  .latest-news-section .news-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 930px) {
      .latest-news-section .news-items {
        width: 80%; } }
  .latest-news-section .item {
    width: 100%;
    margin-bottom: 35px; }
    @media (min-width: 750px) {
      .latest-news-section .item {
        width: 31%; } }
    .latest-news-section .item .image {
      text-align: center; }
    .latest-news-section .item p {
      margin-bottom: 5px; }
    .latest-news-section .item img {
      max-width: 100%; }
    .latest-news-section .item a {
      color: #006196; }

.page-header {
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 130px;
  position: relative; }
  .page-header.blog {
    height: 170px;
    overflow: hidden;
    background-color: #003E51; }
    .page-header.blog img {
      display: none; }
  .page-header.event {
    height: 260px;
    overflow: hidden;
    background-color: #003E51; }
    @media (min-width: 600px) {
      .page-header.event {
        height: 360px; } }
  .page-header img {
    max-width: 100%;
    display: block;
    opacity: .7;
    height: auto; }
  .page-header h1 {
    position: absolute;
    top: 50%;
    left: 2%;
    margin: 0;
    transform: translateY(-50%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: 90%;
    line-height: 1.1em;
    text-shadow: 4px 4px 4px rgba(50, 50, 50, 0.5);
    font-size: 22px; }
    @media (min-width: 321px) {
      .page-header h1 {
        font-size: 27px; } }
    @media (min-width: 420px) {
      .page-header h1 {
        font-size: 30px; } }
    @media (min-width: 550px) {
      .page-header h1 {
        font-size: 35px; } }
    @media (min-width: 700px) {
      .page-header h1 {
        font-size: 40px; } }
    @media (min-width: 900px) {
      .page-header h1 {
        font-size: 58px; } }
    @media (min-width: 1000px) {
      .page-header h1 {
        font-size: 68px; } }
    @media (min-width: 1100px) {
      .page-header h1 {
        left: 5%; } }
    @media (min-width: 1400px) {
      .page-header h1 {
        left: 10%; } }

.page-intro {
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  background-color: #0d5b86; }
  .page-intro .intro {
    color: #fff;
    padding: 1% 2%; }
    .page-intro .intro.full {
      width: 100%; }
    @media (min-width: 700px) {
      .page-intro .intro {
        width: 70%; } }
    @media (min-width: 1100px) {
      .page-intro .intro {
        padding: 3% 7%; } }
  .page-intro .sidebar {
    width: 100%;
    background-color: #0C73A5;
    padding: 3% 7%; }
    .page-intro .sidebar.dollarperrider {
      text-align: center; }
    @media (min-width: 700px) {
      .page-intro .sidebar {
        width: 30%; }
        .page-intro .sidebar.dollarperrider {
          display: block;
          padding: 0 20px 3%;
          text-align: center; } }
    .page-intro .sidebar img {
      display: inline-block;
      position: relative;
      z-index: 50;
      width: 100%;
      max-width: 150px;
      margin-bottom: 10px; }
      @media (min-width: 560px) {
        .page-intro .sidebar img {
          float: right; } }
      @media (min-width: 700px) {
        .page-intro .sidebar img {
          float: none;
          margin: -50% auto 50px;
          max-width: 285px; } }
  .page-intro .year-list {
    border-top: 7px solid #fff; }
    .page-intro .year-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .page-intro .year-list ul li {
        display: inline-block;
        width: 49%;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center; }
      .page-intro .year-list ul a {
        font-weight: bold;
        color: #fff; }
  .page-intro .button.red, .page-intro .site-header .red.site-menu-control, .site-header .page-intro .red.site-menu-control {
    background-color: #C93727; }
    .page-intro .button.red:hover, .page-intro .site-header .red.site-menu-control:hover, .site-header .page-intro .red.site-menu-control:hover, .page-intro .button.red:focus, .page-intro .site-header .red.site-menu-control:focus, .site-header .page-intro .red.site-menu-control:focus {
      border-color: #b43123; }

.social-share {
  float: right; }
  .social-share .twitter-share-button[style] {
    vertical-align: text-bottom !important; }

main .page {
  background: #0d5b86; }

.main-page-content-wrapper .main-page-content {
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #0d5b86;
  color: #fff;
  padding: 2% 2%; }
  .main-page-content-wrapper .main-page-content img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 1100px) {
    .main-page-content-wrapper .main-page-content {
      padding: 3% 7%; } }

.main-page-content-wrapper.white {
  background-color: #E8E8E8; }
  .main-page-content-wrapper.white h2 {
    color: #006196; }
  .main-page-content-wrapper.white .main-page-content {
    background-color: #fff;
    color: #3E3E3E; }

.page-intro + .main-page-content-wrapper .main-page-content {
  padding-top: 1px; }

.content-split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .content-split .left {
    width: 100%;
    max-width: 650px; }
    @media (min-width: 768px) {
      .content-split .left {
        width: 65%; } }
  .content-split .right {
    width: 100%; }
    @media (min-width: 768px) {
      .content-split .right {
        width: 30%; } }

.about-tours-section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 10px 20px 60px;
  background-image: url("./img/bkg_about_tour.jpg");
  background-size: cover; }
  .about-tours-section .content {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    display: flex;
    justify-content: space-around;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    flex-wrap: wrap; }
  .about-tours-section h4 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px; }
    @media (min-width: 800px) {
      .about-tours-section h4 {
        margin-top: 145px; } }
  .about-tours-section p {
    font-size: 24px;
    font-weight: bold;
    margin-top: 60px; }
    @media (min-width: 0) and (max-width: 799px) {
      .about-tours-section p {
        margin-bottom: 20px; } }
  @media (min-width: 800px) {
    .about-tours-section .left,
    .about-tours-section .right {
      width: 45%; } }
  .about-tours-section a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 50px; }
    @media (min-width: 800px) {
      .about-tours-section a {
        font-size: 60px; } }
    @media (min-width: 1000px) {
      .about-tours-section a {
        font-size: 70px; } }
    @media (min-width: 1200px) {
      .about-tours-section a {
        font-size: 90px; } }
  @media (min-width: 800px) {
    .about-tours-section .join {
      margin-top: -65px; } }

.join-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .join-container .join-box {
      width: 48%; } }

.blog-page-header-wrapper {
  background-color: #F3F3F3;
  max-width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 0; }

.blog-page-header {
  max-width: 1220px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .blog-page-header form {
    margin-bottom: 30px;
    float: right;
    border: 3px solid #006196; }
    .blog-page-header form input {
      line-height: 27px;
      margin: 0;
      display: inline-block;
      width: 280px;
      padding-left: 5px; }
    .blog-page-header form button {
      background-color: #006196;
      color: #fff;
      border: 0px;
      line-height: 30px;
      display: inline-block;
      float: right; }

.featured-post {
  position: relative; }
  .featured-post img {
    max-width: 100%; }
  .featured-post .title-text {
    top: 20px;
    left: 20px;
    position: absolute; }
    @media (min-width: 800px) {
      .featured-post .title-text {
        top: 60px;
        left: 60px; } }
  .featured-post h3 {
    font-size: 25px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
    text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.34); }
    @media (min-width: 600px) {
      .featured-post h3 {
        font-size: 35px; } }
    @media (min-width: 800px) {
      .featured-post h3 {
        font-size: 50px; } }
  .featured-post p {
    font-size: 20px; }
  .featured-post .text {
    padding: 0 2%; }

.two-columns-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff; }
  .two-columns-wrapper .two-columns {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 3% 0;
    flex-wrap: wrap; }
  .two-columns-wrapper .category-title {
    width: 100%;
    padding: 0 2%; }
    @media (min-width: 700px) {
      .two-columns-wrapper .category-title {
        padding: 0 0 0 2%; } }
  .two-columns-wrapper .main-page-content-wrapper {
    background-color: #fff;
    width: 100%; }
    @media (min-width: 700px) {
      .two-columns-wrapper .main-page-content-wrapper {
        width: 75%; } }
    @media (min-width: 1000px) {
      .two-columns-wrapper .main-page-content-wrapper {
        width: 80%; } }
    .two-columns-wrapper .main-page-content-wrapper .main-page-content {
      padding: 0 2%; }
      @media (min-width: 700px) {
        .two-columns-wrapper .main-page-content-wrapper .main-page-content {
          padding: 0 0 0 2%; } }
  .two-columns-wrapper .sidebar {
    padding: 0;
    width: 100%;
    padding: 0 2%; }
    @media (min-width: 700px) {
      .two-columns-wrapper .sidebar {
        padding: 0 1% 0 0;
        width: 22%; } }
    @media (min-width: 1000px) {
      .two-columns-wrapper .sidebar {
        width: 18%; } }
    .two-columns-wrapper .sidebar h3 {
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 18px; }
      @media (min-width: 1000px) {
        .two-columns-wrapper .sidebar h3 {
          font-size: 20px; } }
    .two-columns-wrapper .sidebar .sidebar-widget > div {
      margin-bottom: 40px; }
    .two-columns-wrapper .sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .two-columns-wrapper .sidebar ul li {
        margin: 10px 0; }
      .two-columns-wrapper .sidebar ul a {
        color: #000;
        font-size: 16px; }
        @media (min-width: 1000px) {
          .two-columns-wrapper .sidebar ul a {
            font-size: 19px; } }
        .two-columns-wrapper .sidebar ul a:hover, .two-columns-wrapper .sidebar ul a:focus {
          font-weight: bold; }
  .two-columns-wrapper article {
    margin-bottom: 80px; }
    .two-columns-wrapper article h2 {
      margin-bottom: 5px; }
      .two-columns-wrapper article h2 a {
        color: #006196; }
        .two-columns-wrapper article h2 a:hover, .two-columns-wrapper article h2 a:focus {
          text-decoration: underline; }
    .two-columns-wrapper article .date {
      font-weight: bold; }

.events-listing-wrapper h2 {
  margin-top: 50px;
  margin-bottom: 0; }

.events-listing-wrapper .month {
  display: flex;
  flex-wrap: wrap; }

.events-listing-wrapper .event {
  width: 100%;
  padding: 1.5% 1.5% 1.5%;
  margin: 5px .5%;
  color: #3E3E3E;
  background-image: url("./img/bkg_stripe_10.png");
  background-color: rgba(193, 196, 199, 0.1); }
  @media (min-width: 600px) {
    .events-listing-wrapper .event {
      margin: 10px .5%;
      width: 24%;
      max-width: 75%; } }
  .events-listing-wrapper .event:hover, .events-listing-wrapper .event:focus {
    text-decoration: none; }
    .events-listing-wrapper .event:hover .title, .events-listing-wrapper .event:focus .title {
      color: #006196; }
  .events-listing-wrapper .event .description {
    display: none;
    font-size: 14px; }
  .events-listing-wrapper .event .category {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    position: relative;
    padding: 0 0 5px;
    margin-bottom: 10px; }
    .events-listing-wrapper .event .category:after {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40%;
      height: 2px;
      background-color: #006196;
      display: block;
      content: ''; }
  .events-listing-wrapper .event .date {
    font-family: "Montserrat", sans-serif;
    color: #006196;
    font-size: 18px; }
  .events-listing-wrapper .event .title {
    font-family: "Montserrat", sans-serif;
    color: #3E3E3E;
    font-size: 16px;
    margin: 10px 0; }
  .events-listing-wrapper .event .location {
    margin: 10px 0 0;
    font-size: 14px; }
  .events-listing-wrapper .event.dollar-per-rider, .events-listing-wrapper .event.lmb-event {
    flex-grow: 0;
    transition: .3s; }
    .events-listing-wrapper .event.dollar-per-rider .category,
    .events-listing-wrapper .event.dollar-per-rider .description, .events-listing-wrapper .event.lmb-event .category,
    .events-listing-wrapper .event.lmb-event .description {
      display: block; }
    .events-listing-wrapper .event.dollar-per-rider .category, .events-listing-wrapper .event.lmb-event .category {
      display: block; }
    .events-listing-wrapper .event.dollar-per-rider:hover .description, .events-listing-wrapper .event.dollar-per-rider:focus .description, .events-listing-wrapper .event.lmb-event:hover .description, .events-listing-wrapper .event.lmb-event:focus .description {
      display: block; }
  .events-listing-wrapper .event.lmb-event {
    background-image: url("./img/bkg_stripe_10.png");
    background-color: #52C4E8;
    color: #fff; }
    .events-listing-wrapper .event.lmb-event .category {
      color: #003E51; }
      .events-listing-wrapper .event.lmb-event .category:after {
        background-color: #003E51; }
    .events-listing-wrapper .event.lmb-event .date,
    .events-listing-wrapper .event.lmb-event .title {
      color: #fff; }
    .events-listing-wrapper .event.lmb-event:hover .title, .events-listing-wrapper .event.lmb-event:focus .title {
      color: #006196; }
  .events-listing-wrapper .event.dollar-per-rider {
    background-image: url("./img/bkg_stripe.png");
    background-color: #003E51;
    color: #fff; }
    .events-listing-wrapper .event.dollar-per-rider .category {
      color: #52C4E8; }
      .events-listing-wrapper .event.dollar-per-rider .category:after {
        background-color: #52C4E8; }
    .events-listing-wrapper .event.dollar-per-rider .date,
    .events-listing-wrapper .event.dollar-per-rider .title {
      color: #fff; }
    .events-listing-wrapper .event.dollar-per-rider:hover .title, .events-listing-wrapper .event.dollar-per-rider:focus .title {
      color: #52C4E8; }

.event-pagination {
  margin-top: 50px;
  margin-bottom: -30px;
  background-image: url("./img/bkg_stripe_10.png");
  padding: 10px;
  border: 2px solid #C1C4C7;
  text-align: right; }
  .event-pagination .prev {
    margin-right: 10px; }
  .event-pagination .today {
    float: left; }
  .event-pagination a {
    font-size: 15px;
    letter-spacing: 0;
    padding: 7px 10px; }
  .event-pagination .active {
    background-color: #003E51; }
  .event-pagination.filters {
    text-align: left; }
    .event-pagination.filters a {
      margin-right: 10px; }

.sidebar.ads {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start; }
  .sidebar.ads img {
    max-width: 100%;
    height: auto; }
  .sidebar.ads .advertisment {
    margin: 10px 0;
    width: 50%;
    text-align: center; }
    @media (min-width: 700px) {
      .sidebar.ads .advertisment {
        width: 100%; } }
  @media (min-width: 700px) {
    .sidebar.ads {
      flex-direction: column; } }

.page-header.event {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: auto; }
  .page-header.event img {
    opacity: 1; }
  @media (min-width: 500px) {
    .page-header.event {
      background-position: right center; } }
  .page-header.event .text-content {
    width: 80%;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    padding: 5%; }
  .page-header.event h1 {
    position: relative;
    transform: none;
    left: auto;
    top: auto; }
  .page-header.event .category {
    color: #52C4E8;
    font-size: 26px; }
  .page-header.event.dollar-per-rider {
    display: flex;
    align-items: center; }
    .page-header.event.dollar-per-rider .text-content {
      width: 75%; }
  .page-header.event .dollar-per-rider-logo {
    width: 25%;
    padding-right: 5%;
    margin: 30px auto; }

.single-event .two-columns {
  padding: 0px 0;
  max-width: 100%; }
  .single-event .two-columns .main-page-content-wrapper {
    width: 100%; }
    @media (min-width: 767px) {
      .single-event .two-columns .main-page-content-wrapper {
        width: 70%; } }
    .single-event .two-columns .main-page-content-wrapper a {
      text-decoration: underline; }
  .single-event .two-columns .sidebar {
    width: 100%; }
    @media (min-width: 767px) {
      .single-event .two-columns .sidebar {
        width: 30%; } }

.single-event .main-page-content-wrapper {
  padding: 1% 3.5%; }
  @media (min-width: 1400px) {
    .single-event .main-page-content-wrapper {
      padding-left: 5%;
      padding-right: 5%; } }

.single-event .sidebar {
  padding: 2% 5%;
  color: #fff; }
  .single-event .sidebar h3 {
    margin-top: 30px;
    margin-bottom: 5px; }
  .single-event .sidebar a {
    color: #fff;
    text-decoration: underline; }
    .single-event .sidebar a.button, .single-event .sidebar .site-header a.site-menu-control, .site-header .single-event .sidebar a.site-menu-control {
      text-decoration: none; }

.single-event .divider {
  background-color: #fff;
  width: 100%;
  height: 4px;
  margin-top: 30px; }

.single-event .website-link {
  margin-top: 30px; }

.event-details {
  background-color: #0C77A8; }

#ytplayer-container {
  margin-top: 50px; }

@media (min-width: 800px) {
  .location-container .text-container {
    float: left;
    width: 35%; } }

.location-container .em-location-map-container {
  width: 100% !important; }
  @media (min-width: 800px) {
    .location-container .em-location-map-container {
      float: right;
      width: 60% !important; } }

.events-table {
  width: 100%; }
  .events-table td {
    padding: 5px 5px 5px 0; }
  .events-table strong .trash {
    padding-left: 10px; }

.logout {
  float: right;
  margin-top: -35px; }

.event-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .event-list li {
    margin: 10px 0;
    width: 50%;
    padding-right: 10px; }
  .event-list .link {
    display: block; }
    .event-list .link a {
      font-size: 18px;
      font-weight: bold;
      color: #006196; }
  .event-list .event-dates {
    font-weight: bold;
    font-size: 15px; }
  .event-list .event-times {
    display: block; }

.fb_iframe_widget {
  vertical-align: top; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !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) ")"; }
  .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; }
  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; } }
