/* Uses Foundation 4 to keep IE 7 & 8 support with respond.min.js
 * adapted to use Foundation 5 grid and block-grid files so can use more than 1 break point 6/26/2014
 */
meta.foundation-mq-small {
  font-family: "only screen and (min-width:40.6875em)";
  width: "only screen and (min-width:40.6875em)"; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:40.6875em)";
  width: "only screen and (min-width:40.6875em)"; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:56.3125em)";
  width: "only screen and (min-width:56.3125em)"; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  /*font-size: $base-font-size;*/ }

body {
  padding: 0;
  margin: 0;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
embed {
  max-width: 100%;
  height: auto; }

/*object,*/
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

/* @if (index($modules, $name) == false) { */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    width: 8.3333333333%; }

  .small-2 {
    width: 16.6666666667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.3333333333%; }

  .small-5 {
    width: 41.6666666667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.3333333333%; }

  .small-8 {
    width: 66.6666666667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.3333333333%; }

  .small-11 {
    width: 91.6666666667%; }

  .small-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.3333333333% !important; }

  .small-offset-2 {
    margin-left: 16.6666666667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.3333333333% !important; }

  .small-offset-5 {
    margin-left: 41.6666666667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.3333333333% !important; }

  .small-offset-8 {
    margin-left: 66.6666666667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.3333333333% !important; }

  .small-offset-11 {
    margin-left: 91.6666666667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.6875em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.3333333333%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }

  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }

  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }

  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }

  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }
@media only screen and (min-width: 56.3125em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    width: 8.3333333333%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.3333333333% !important; }

  .large-offset-2 {
    margin-left: 16.6666666667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.3333333333% !important; }

  .large-offset-5 {
    margin-left: 41.6666666667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.3333333333% !important; }

  .large-offset-8 {
    margin-left: 66.6666666667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.3333333333% !important; }

  .large-offset-11 {
    margin-left: 91.6666666667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }
/* @if (index($modules, $name) == false) { */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625em;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.6875em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 56.3125em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/********* Bridget's additions  - also uncomment h1 below ******/
/* make videos full width */
/*embed, iframe, object, video{
	margin: em-calc(20 0);
	max-width: 100%;
	width: 100%;
	height: 100%;
}*/
/* Add padding around mp3 player */
.mejs-container {
  margin: 1.25em 0; }

input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  /*** safair mobile, remove rounded corners and shadows in input fields **/
  outline: 0;
  /* fixes blue outline in Chrome */ }

select {
  -webkit-appearance: menu-item;
  -moz-appearance: menu-item;
  -webkit-border-radius: 0px;
  /*** safair mobile, remove rounded corners and shadows in input fields **/
  border-radius: 0;
  height: 36px; }

a {
  outline: 0;
  /* so anchors don't get borders (on tabs usually) */ }

ol, ul, h1, h2, h3, h4, h5, h6, div, p {
  padding: 0;
  margin: 0; }

#maincontent ol, #maincontent ul {
  /* fix so bullets next to floated image don't overlap */
  overflow: hidden;
  /* ul and ol's need padding-left (not margin-left) to push bullets over to work */ }

.read-more {
  white-space: nowrap; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  clear: both;
  /** this fixes any floated images so heading will not be affected by them. **/ }

/*@mixin clearafter{
	&:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

}*/
.clear {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 1px;
  visibility: hidden;
  overflow: hidden; }

img.alignleft, div.alignleft {
  float: left;
  margin: 0 1.25em 0.375em 0; }
  @media only screen and (max-width: 40.625em) {
    img.alignleft, div.alignleft {
      float: none;
      margin: 0 auto 10px;
      display: block; } }

img.alignright, div.alignright {
  float: right;
  margin: 0 0 0.375em 1.25em; }
  @media only screen and (max-width: 40.625em) {
    img.alignright, div.alignright {
      float: none;
      margin: 0 auto 10px;
      display: block; } }

img.aligncenter, div.aligncenter {
  display: block;
  margin: 4px auto; }

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/************* Flexbox Prefixes **************/
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/family-backpack/_icon-fonts/icomoon.eot?ip182n");
  src: url("/wp-content/themes/family-backpack/_icon-fonts/icomoon.eot?ip182n#iefix") format("embedded-opentype"), url("/wp-content/themes/family-backpack/_icon-fonts/icomoon.woff2?ip182n") format("woff2"), url("/wp-content/themes/family-backpack/_icon-fonts/icomoon.ttf?ip182n") format("truetype"), url("/wp-content/themes/family-backpack/_icon-fonts/icomoon.woff?ip182n") format("woff"), url("/wp-content/themes/family-backpack/_icon-fonts/icomoon.svg?ip182n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e919"; }

.icon-keyboard_arrow_right:before {
  content: "\e900"; }

.icon-keyboard_arrow_left:before {
  content: "\e901"; }

.icon-menu:before {
  content: "\e914"; }

.icon-radio-off:before {
  content: "\e918"; }

.icon-radio-on:before {
  content: "\e917"; }

.icon-facebook-share:before {
  content: "\e911"; }

.icon-google-share:before {
  content: "\e912"; }

.icon-linkedin-share:before {
  content: "\e913"; }

.icon-pinterest-share:before {
  content: "\e915"; }

.icon-twitter-share:before {
  content: "\e916"; }

.icon-instagram-button:before {
  content: "\e910"; }

.icon-down-arrow:before {
  content: "\e90f"; }

.icon-backpack:before {
  content: "\e902"; }

.icon-bike:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-heart-outline:before {
  content: "\e905"; }

.icon-home:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-heart-solid:before {
  content: "\e908"; }

.icon-pinterest:before {
  content: "\e909"; }

.icon-search:before {
  content: "\e90a"; }

.icon-twitter:before {
  content: "\e90b"; }

.icon-up-arrow:before {
  content: "\e90c"; }

.icon-woman:before {
  content: "\e90d"; }

.icon-youtube:before {
  content: "\e90e"; }

/****************************** Forms *********************************/
.gform_wrapper {
  padding: 0 2.75em; }
  @media only screen and (max-width: 40.625em) {
    .gform_wrapper {
      padding: 0; } }
  .gform_wrapper p {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    padding-bottom: 1.1111111111em; }

.gform_body ul {
  list-style: none;
  padding: 0; }
  .gform_body ul li {
    padding: 1.0625em 0; }
    .gform_body ul li.gfield_html {
      padding: 1.25em 0 0 0; }
.gform_body .gfield_label {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  padding-bottom: 1.0714285714em;
  text-transform: uppercase;
  font-weight: 600;
  display: block; }
  .gform_body .gfield_label .gfield_required {
    color: #ee1b52;
    padding-left: 0.25em; }
.gform_body .ginput_complex label {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  padding-bottom: 1.0714285714em;
  text-transform: uppercase;
  display: block; }
.gform_body .ginput_complex span {
  display: block;
  padding-bottom: 2.125em; }
  .gform_body .ginput_complex span:last-of-type {
    padding-bottom: 0; }
.gform_body .gfield_checkbox input[type=checkbox], .gform_body .gfield_checkbox input[type=radio], .gform_body .gfield_radio input[type=checkbox], .gform_body .gfield_radio input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin: 0.125em 0.5em 0 0; }
.gform_body .gfield_checkbox label, .gform_body .gfield_radio label {
  /*display: inline-block;*/
  vertical-align: middle; }
.gform_body .gfield_checkbox li, .gform_body .gfield_radio li {
  padding: 0.1666666667em 0; }
.gform_body .gfield_radio {
  *zoom: 1; }
  .gform_body .gfield_radio li {
    float: left;
    padding-right: 1.1111111111em; }
  .gform_body .gfield_radio:before, .gform_body .gfield_radio:after {
    content: " ";
    display: table; }
  .gform_body .gfield_radio:after {
    clear: both; }
.gform_body input[type=text], .gform_body input[type=tel], .gform_body input[type=email], .gform_body input[type=url], .gform_body input[type=password], .gform_body textarea, .gform_body select {
  width: 100%;
  font-size: 1.5em;
  line-height: 1.25em;
  color: #797c80;
  padding: 0.4583333333em 1em;
  border: 3px solid #d1d1d1; }
  .gform_body input[type=text]:focus, .gform_body input[type=tel]:focus, .gform_body input[type=email]:focus, .gform_body input[type=url]:focus, .gform_body input[type=password]:focus, .gform_body textarea:focus, .gform_body select:focus {
    border: 3px solid #98bced; }
.gform_body textarea {
  height: 7.2083333333em; }

.login-info {
  padding: 0 2.75em; }

#loginform {
  padding: 0 2.75em; }
  #loginform p {
    padding: 1.0625em 0; }
  #loginform label, #loginform input[type=text], #loginform input[type=tel], #loginform input[type=email], #loginform input[type=password], #loginform textarea, #loginform select {
    display: block; }
  #loginform label {
    font-size: 0.875em;
    line-height: 1.2857142857em;
    padding-bottom: 1.0714285714em;
    text-transform: uppercase;
    font-weight: 600;
    display: block; }
  #loginform input[type=text], #loginform input[type=tel], #loginform input[type=email], #loginform input[type=password], #loginform textarea, #loginform select {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.25em;
    color: #797c80;
    padding: 0.4583333333em 1em;
    border: 3px solid #d1d1d1; }
    #loginform input[type=text]:focus, #loginform input[type=tel]:focus, #loginform input[type=email]:focus, #loginform input[type=password]:focus, #loginform textarea:focus, #loginform select:focus {
      border: 3px solid #98bced; }

.gf_right_half, .gf_left_half, .gf_left_third, .gf_middle_third, .gf_right_third, .gf_mid_left_quarter, .gf_mid_right_quarter, .gf_right_quarter, .gf_left_quarter {
  display: inline-block; }

.gf_right_half, .gf_left_half, .gf_left_half_last {
  width: 50%; }
  @media only screen and (max-width: 40.625em) {
    .gf_right_half, .gf_left_half, .gf_left_half_last {
      width: 100%; } }

.gf_left_half, .gf_left_half_last {
  padding-right: 0.625em; }
  @media only screen and (max-width: 40.625em) {
    .gf_left_half, .gf_left_half_last {
      padding-right: 0; } }

.gf_left_half_last, .gf_middle_third_last, .gf_left_third_last {
  clear: right !important; }

.gf_right_half {
  padding-left: 0.625em;
  clear: right !important; }
  @media only screen and (max-width: 40.625em) {
    .gf_right_half {
      padding: 0; } }

.gf_left_third, .gf_left_third_last, .gf_middle_third, .gf_right_third, .gf_middle_third_last {
  width: 33.33%; }
  @media only screen and (max-width: 40.625em) {
    .gf_left_third, .gf_left_third_last, .gf_middle_third, .gf_right_third, .gf_middle_third_last {
      width: 100%; } }

.gf_left_third, .gf_left_third_last {
  padding-right: 0.625em; }
  @media only screen and (max-width: 40.625em) {
    .gf_left_third, .gf_left_third_last {
      padding-right: 0; } }

.gf_middle_third, .gf_middle_third_last {
  padding: 0.625em; }
  @media only screen and (max-width: 40.625em) {
    .gf_middle_third, .gf_middle_third_last {
      padding: 0; } }

.gf_right_third {
  padding-left: 0.625em;
  clear: right !important; }
  @media only screen and (max-width: 40.625em) {
    .gf_right_third {
      padding: 0; } }

.gf_mid_left_quarter, .gf_mid_right_quarter, .gf_right_quarter, .gf_left_quarter {
  width: 25%; }
  @media only screen and (max-width: 40.625em) {
    .gf_mid_left_quarter, .gf_mid_right_quarter, .gf_right_quarter, .gf_left_quarter {
      width: 100%; } }

.gf_left_quarter {
  padding-right: 0.625em; }
  @media only screen and (max-width: 40.625em) {
    .gf_left_quarter {
      padding: 0; } }

.gf_right_quarter {
  padding-left: 0.625em;
  clear: right !important; }
  @media only screen and (max-width: 40.625em) {
    .gf_right_quarter {
      padding: 0; } }

.gf_mid_left_quarter, .gf_mid_right_quarter {
  padding: 0 0.625em; }
  @media only screen and (max-width: 40.625em) {
    .gf_mid_left_quarter, .gf_mid_right_quarter {
      padding: 0; } }

.gform_validation_container {
  display: none; }

.gform_button {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* also 300-light, 600-semi-bold */
  font-feature-settings: "ss01" 1;
  font-weight: 600;
  background: #3171dc;
  padding: 1.0625em 1.625em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0 none;
  color: white;
  min-width: 10.75em;
  text-align: center; }
  .gform_button:hover, .gform_button:focus {
    background: #5489e2;
    color: white;
    text-decoration: none; }
  .gform_button i {
    font-size: 1.4285714286em;
    padding-right: 0.5714285714em;
    vertical-align: text-top; }

.gform_page_footer, .gform_footer {
  padding: 1.25em 0;
  *zoom: 1; }
  .gform_page_footer:before, .gform_page_footer:after, .gform_footer:before, .gform_footer:after {
    content: " ";
    display: table; }
  .gform_page_footer:after, .gform_footer:after {
    clear: both; }

.validation_error, .confirmation_copy {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  padding: 1.1111111111em;
  background-color: #ffd2d6;
  border: 1px solid #ee1b52;
  color: #ee1b52;
  margin-bottom: 1.375em; }
  .validation_error a, .confirmation_copy a {
    color: #c70f3f; }

.gfield_description {
  font-style: italic; }

.validation_message {
  font-size: 1.125em;
  line-height: 1.3888888889em;
  color: #ee1b52;
  font-style: italic; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border: 3px solid #ee1b52 !important; }

/***************************** End Forms *****************************/
body {
  background-color: #e1e1e1;
  color: #585858;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* also 300-light, 600-semi-bold */ }
  @media screen and (max-width: 57.8125em) {
    body {
      padding-top: 5em; } }
  @media only screen and (max-width: 40.625em) {
    body {
      padding-top: 6.5625em; } }

#maincontent, header#top {
  background-color: white; }

#maincontent.extra-bottom-padding {
  padding-bottom: 5em; }

strong, b {
  font-weight: 600; }

hr {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 0 none; }

.svg-inline, .svg-block {
  display: none; }

.svg .svg-inline {
  display: inline; }
.svg .svg-block {
  display: block; }
.svg .not-svg-item {
  display: none; }

::selection {
  background-color: #ee1b52;
  color: black; }

::-moz-selection {
  background-color: #ee1b52;
  /* WebKit/Blink Browsers */
  color: black; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

a {
  color: #3171dc;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #1c4fa5; }

h1 {
  font-weight: 300;
  font-size: 3.75em;
  line-height: 1.2em;
  padding: 0.7em 0 0.2333333333em; }
  @media only screen and (max-width: 40.625em) {
    h1 {
      font-size: 2.5em; } }

a.skip-link {
  background: #3171dc;
  padding: 0.25em;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: -999px;
  color: white;
  display: block; }
  a.skip-link:focus {
    top: 0;
    left: 0;
    z-index: 100000;
    color: white; }

.flexbox-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex; }

.flexbox-vert-center {
  -webkit-align-items: center;
  align-items: center;
  /* for vertical alignment */ }

.button {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* also 300-light, 600-semi-bold */
  font-feature-settings: "ss01" 1;
  font-weight: 600;
  background: #3171dc;
  padding: 1.0625em 1.625em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0 none;
  color: white;
  min-width: 10.75em;
  text-align: center; }
  .button:hover, .button:focus {
    background: #5489e2;
    color: white;
    text-decoration: none; }
  .button i {
    font-size: 1.4285714286em;
    padding-right: 0.5714285714em;
    vertical-align: text-top; }
  .button.small {
    font-size: 0.875em;
    padding: 1.2142857143em 1.8571428571em; }
  .button.big {
    padding: 1.5em 3.75em; }

a.button {
  display: inline-block; }

.read-more, .wysiwyg .read-more {
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 2.1428571429em;
  font-weight: 600;
  border-bottom: 0 none;
  box-shadow: none; }

.wysiwyg a {
  border-bottom: 2px solid #98bced;
  box-shadow: inset 0 -5px 0 #98bced;
  text-decoration: none; }
  .wysiwyg a:hover, .wysiwyg a:focus {
    background-color: #98bced; }
.wysiwyg p, .wysiwyg li {
  font-size: 1.125em;
  line-height: 1.6666666667em; }
.wysiwyg p {
  padding-bottom: 1em; }
.wysiwyg ul, .wysiwyg ol {
  padding-left: 2.5em;
  padding-bottom: 1em; }
.wysiwyg h2 {
  font-family: RainierNorth500;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "liga", "calt";
  font-size: 3.75em;
  line-height: 1.0666666667em;
  text-transform: uppercase;
  padding-bottom: 0.5333333333em; }
.wysiwyg h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
  padding-bottom: 0.4166666667em; }
.wysiwyg .wp-caption {
  padding: 0.875em 0 0.9375em; }
.wysiwyg .alignnone {
  padding: 1.0625em 0 1.0625em; }
.wysiwyg .wp-caption-text {
  font-size: 1em;
  line-height: 1.5em;
  font-style: italic;
  color: #858585;
  padding: 0.625em 0 0; }
.wysiwyg blockquote {
  font-family: RainierNorth500;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "liga", "calt";
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #3171dc;
  padding: 1.875em 2.5em;
  margin: 1.125em 0 1.5625em; }
  .wysiwyg blockquote p {
    font-size: 3em;
    line-height: 1em;
    padding: 0; }
  .wysiwyg blockquote cite, .wysiwyg blockquote strong {
    display: block;
    font-style: normal; }
    .wysiwyg blockquote cite:before, .wysiwyg blockquote strong:before {
      content: "\2013"; }

/****************************** Header ********************************/
.header-tag-line {
  font-family: RainierNorth300;
  font-weight: normal;
  font-style: normal;
  font-size: 2.125em;
  line-height: 1.1764705882em;
  color: #585858; }

.search-form-404, .search-results-search {
  padding-top: 0.8125em;
  float: right; }
  .search-form-404 .search-inputs, .search-results-search .search-inputs {
    position: relative; }
  .search-form-404 .search-input, .search-results-search .search-input {
    font-size: 0.9375em;
    line-height: 1em;
    font-style: italic;
    border: 3px solid #d1d1d1;
    padding: 0.6666666667em 2.5333333333em 0.6666666667em 0.6666666667em;
    width: 19.6666666667em; }
    .search-form-404 .search-input:focus, .search-results-search .search-input:focus {
      border: 3px solid #98bced; }
    .search-form-404 .search-input.error, .search-results-search .search-input.error {
      border: 3px solid #ee1b52; }
  .search-form-404 .search-submit, .search-results-search .search-submit {
    border: 0 none;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    background-color: transparent; }
    .search-form-404 .search-submit i, .search-results-search .search-submit i {
      color: #585858;
      font-size: 1.5625em; }

.search-form-404 {
  float: none; }
  .search-form-404 .search-inputs {
    display: inline-block; }

.search-results-search {
  padding: 0; }
  .search-results-search form {
    margin: 0; }
  @media only screen and (max-width: 40.625em) {
    .search-results-search {
      float: none; }
      .search-results-search .search-input {
        width: 100%; } }

.user-menu {
  float: right; }
  .user-menu li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 1.25em 0 1em;
    list-style: none; }
    .user-menu li.border-after {
      border-right: 1px solid #3171dc; }
    .user-menu li.login-message {
      font-size: 0.8125em;
      line-height: 1.1538461538em;
      font-weight: 600;
      padding: 0; }
      .user-menu li.login-message a {
        font-size: 1.0833333333em; }
    .user-menu li a {
      font-size: 0.75em;
      line-height: 1em;
      text-transform: uppercase;
      font-weight: 600; }
      .user-menu li a:hover, .user-menu li a:focus {
        text-decoration: none;
        color: #585858; }
  .user-menu i {
    display: block;
    font-size: 2.25em;
    font-weight: normal; }

#mobile-header-container {
  display: none; }

#desktop-header-container {
  border-top: 0.875em solid #3171dc;
  padding-top: 1.25em; }

#header-main-menu {
  border-top: 4px solid #cbddf6;
  padding: 1.1875em 0;
  margin: 0.8125em 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  /* for horizontal alignment */ }
  #header-main-menu > li {
    display: inline-block;
    position: relative; }
    #header-main-menu > li.active-parent > a, #header-main-menu > li.active > a {
      color: #3171dc; }
    #header-main-menu > li > a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      /* also 300-light, 600-semi-bold */
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600;
      line-height: 120%;
      color: #585858;
      padding: 0.625em 0.625em 1.875em; }
    #header-main-menu > li:hover > a, #header-main-menu > li:focus > a {
      color: #3171dc;
      text-decoration: none; }
    #header-main-menu > li:hover ul, #header-main-menu > li:focus ul {
      display: block; }
    #header-main-menu > li ul {
      margin-top: 1.1875em;
      display: none;
      position: absolute;
      background-color: #3171dc;
      padding: 2.125em;
      z-index: 5;
      width: 17.5em;
      left: 50%;
      margin-left: -8.75em; }
      #header-main-menu > li ul:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 11px solid white;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -11px; }
      #header-main-menu > li ul li {
        border-bottom: 1px solid white;
        list-style: none;
        text-align: center; }
        #header-main-menu > li ul li:last-child {
          border-bottom: 0 none; }
        #header-main-menu > li ul li.active a {
          font-weight: 800; }
      #header-main-menu > li ul a {
        font-size: 0.875em;
        line-height: 120%;
        font-weight: 600;
        padding: 1.0714285714em 0;
        color: white;
        display: inline-block;
        text-transform: uppercase; }
        #header-main-menu > li ul a:hover, #header-main-menu > li ul a:focus {
          font-weight: 800;
          text-decoration: none; }
    #header-main-menu > li:first-child ul {
      left: 0;
      margin-left: -1.875em; }
    #header-main-menu > li:last-child ul {
      left: auto;
      right: 0;
      margin-right: -1.875em; }

/****************************** END: Header *********************************/
/*************************** Search Overlay ****************************/
.search-overlay-cover {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s, visibility 0s 1s; }

#search-overlay-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.875em; }
  #search-overlay-close i {
    color: #585858;
    font-size: 1.875em; }
  #search-overlay-close:hover {
    cursor: pointer; }

.search-overlay-form {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .search-overlay-form .search-input {
    border: 0 none;
    border-bottom: 1px solid #585858;
    width: 60%;
    background-color: transparent;
    font-size: 1.875em;
    font-weight: 600;
    padding: 0.6666666667em 0;
    vertical-align: middle; }
    .search-overlay-form .search-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.5); }
    .search-overlay-form .search-input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.5); }
    .search-overlay-form .search-input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.5); }
    .search-overlay-form .search-input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.5); }
  .search-overlay-form .search-submit {
    border: 0 none;
    background-color: transparent;
    vertical-align: middle; }
    .search-overlay-form .search-submit i {
      font-size: 4.8125em;
      color: #3171dc; }
    .search-overlay-form .search-submit:hover i, .search-overlay-form .search-submit:focus i {
      color: #585858; }

.body-search-overlay-open {
  overflow: hidden; }
  .body-search-overlay-open .search-overlay-cover {
    opacity: 1;
    visibility: visible; }

/*************************** END: Search Overlay *************************/
/***************************** Homepage **********************************/
.home-hero {
  position: relative;
  margin-bottom: 3.125em; }
  @media only screen and (max-width: 40.625em) {
    .home-hero {
      margin-bottom: 0; } }

.home-hero-copy {
  font-size: 3.8125em;
  line-height: 1.0655737705em;
  padding: 0 0.3278688525em;
  position: absolute;
  width: 100%;
  bottom: 1.6393442623em;
  text-align: center;
  color: white;
  font-family: RainierNorth500;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
  -moz-font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
  -ms-font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
  font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #333; }
  @media only screen and (min-width: 40.6875em) and (max-width: 56.25em) {
    .home-hero-copy {
      font-size: 2.5625em;
      line-height: 1.0487804878em;
      bottom: 1.2195121951em; } }
  @media only screen and (max-width: 40.625em) {
    .home-hero-copy {
      display: none; } }

.mobile-home-hero-footer {
  display: none;
  margin-bottom: 1.5625em;
  padding: 1.25em;
  background-color: #3171dc;
  color: white;
  text-align: center; }
  @media only screen and (max-width: 40.625em) {
    .mobile-home-hero-footer {
      display: block; } }
  .mobile-home-hero-footer h2 {
    font-size: 2em;
    line-height: 1.0625em;
    font-family: RainierNorth500;
    font-weight: normal;
    font-style: normal;
    -webkit-font-feature-settings: "liga", "calt", "dlig", "ss01";
    -moz-font-feature-settings: "liga", "calt", "dlig", "ss01";
    -ms-font-feature-settings: "liga", "calt", "dlig", "ss01";
    font-feature-settings: "liga", "calt", "dlig", "ss01";
    /* liga standard ligatures - on by default */
    /* calt contextual alternates */
    /* dlig discretionary ligatures */
    color: white;
    text-transform: uppercase; }
  .mobile-home-hero-footer .button {
    background-color: white;
    color: #3171dc;
    padding: 0.75em 1.625em;
    margin-top: 0.9375em;
    border: 1px solid white; }
    .mobile-home-hero-footer .button:hover, .mobile-home-hero-footer .button:focus {
      background: #5d8fe3;
      color: white; }

.home-destinations {
  margin: 1.5625em 0; }
  @media only screen and (max-width: 40.625em) {
    .home-destinations {
      margin: 0; } }

.home-destinations--header {
  padding-top: 1.5625em;
  border-bottom: 5px solid #d1d1d1;
  margin-bottom: 1.25em;
  position: relative; }
  @media only screen and (max-width: 40.625em) {
    .home-destinations--header {
      border-bottom: 0 none; } }
  .home-destinations--header .home-destinations--header-helper {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }
  .home-destinations--header h2 {
    font-size: 5em;
    line-height: 0.625em;
    display: inline-block;
    padding: 0 0.375em;
    background-color: white;
    font-family: RainierNorth500;
    font-weight: normal;
    font-style: normal;
    -webkit-font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
    -moz-font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
    -ms-font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
    font-feature-settings: "liga", "calt", "dlig", "swsh", "cswh";
    color: #3171dc;
    text-transform: uppercase; }
    @media only screen and (max-width: 40.625em) {
      .home-destinations--header h2 {
        font-size: 3.25em;
        line-height: 0.9615384615em; } }

.home-destination--flexbox {
  padding-top: 1.875em;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  /* for horizontal alignment */ }
  @media only screen and (max-width: 40.625em) {
    .home-destination--flexbox {
      padding-top: 1.25em;
      margin: 0 1.875em;
      -webkit-flex-direction: column;
      flex-direction: column; } }

.home-destination--loc-cat {
  display: block;
  margin: 0.9375em;
  position: relative;
  max-width: 23.125em; }
  .home-destination--loc-cat img {
    filter: brightness(0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .home-destination--loc-cat:hover img, .home-destination--loc-cat:focus img {
    filter: brightness(1); }
  @media only screen and (max-width: 40.625em) {
    .home-destination--loc-cat {
      max-width: 100%;
      padding: 1.25em 0;
      margin: 0;
      border-top: 1px solid #d1d1d1; }
      .home-destination--loc-cat img {
        display: none; } }

.home-destination--name {
  color: white;
  font-size: 4.375em;
  line-height: 0.9285714286em;
  font-family: RainierNorth300;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "swsh", "cswh";
  -moz-font-feature-settings: "swsh", "cswh";
  -ms-font-feature-settings: "swsh", "cswh";
  font-feature-settings: "swsh", "cswh";
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  @media only screen and (max-width: 40.625em) {
    .home-destination--name {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      /* also 300-light, 600-semi-bold */
      font-feature-settings: "ss01" 1;
      font-size: 1em;
      line-height: 1.25em;
      text-transform: none;
      color: #3171dc;
      position: relative;
      top: auto;
      transform: none; } }

.home-favorite-posts {
  margin: 3.125em 0 0; }
  @media only screen and (max-width: 40.625em) {
    .home-favorite-posts {
      margin: 0; } }
  .home-favorite-posts h2 {
    font-family: RainierNorth500;
    font-weight: normal;
    font-style: normal;
    font-size: 3.75em;
    line-height: 0.6666666667em;
    text-align: center;
    padding: 0 0 0.8166666667em;
    color: #3171dc; }
    @media only screen and (max-width: 40.625em) {
      .home-favorite-posts h2 {
        font-size: 2.5em;
        line-height: 1.2em;
        padding: 0 0 0; } }

.blue-quote-box {
  margin: 1.5625em 0;
  background-color: #3171dc;
  color: white;
  text-align: center;
  padding: 1.3125em 5.9375em 2.5625em; }
  @media only screen and (max-width: 40.625em) {
    .blue-quote-box {
      margin: 1.5625em 0; } }
  @media only screen and (max-width: 40.625em) {
    .blue-quote-box {
      padding: 0.9375em 0.9375em 1.25em; } }
  .blue-quote-box blockquote {
    font-family: RainierNorth300;
    font-weight: normal;
    font-style: normal;
    font-size: 3.125em;
    line-height: 120%;
    margin: 0;
    padding: 0.2em 0 1.1em;
    border-bottom: 1px solid #98bced; }
    @media only screen and (max-width: 40.625em) {
      .blue-quote-box blockquote {
        font-size: 1.875em;
        padding: 0.3333333333em 0 0.6666666667em; } }
    .blue-quote-box blockquote cite {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      /* also 300-light, 600-semi-bold */
      font-size: 0.32em;
      line-height: 120%;
      display: block;
      padding-top: 1.125em; }
      @media only screen and (max-width: 40.625em) {
        .blue-quote-box blockquote cite {
          font-size: 0.4666666667em; } }

.blue-quote--bike {
  padding-top: 2.25em;
  border-bottom: 1px solid #98bced;
  margin-bottom: 1.75em;
  position: relative; }
  .blue-quote--bike i {
    font-size: 4.1875em;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.0895522388em;
    padding: 0 0.5970149254em;
    text-align: center;
    background-color: #3171dc; }
    @media only screen and (max-width: 40.625em) {
      .blue-quote--bike i {
        font-size: 3.5625em; } }

.advertisements {
  background-color: #e1e1e1;
  padding: 2.75em 0 4.5em;
  margin: 1.5625em 0; }
  @media only screen and (max-width: 40.625em) {
    .advertisements {
      margin: 1.875em 0;
      padding: 2.125em 0 2.625em; } }
  .advertisements .header {
    text-align: center;
    font-size: 3em;
    line-height: 1.25em;
    font-weight: 400;
    padding-bottom: 0.7916666667em; }
    @media only screen and (max-width: 40.625em) {
      .advertisements .header {
        font-size: 1.875em;
        line-height: 1.1666666667em; } }
  .advertisements .ad {
    max-width: 16.875em;
    display: block;
    margin: 0.9375em auto 0.9375em;
    color: black;
    font-size: 1em;
    line-height: 1.25em; }
    .advertisements .ad img {
      margin-bottom: 1.4375em; }
    .advertisements .ad .ad-website-name {
      font-weight: 600; }

.home-instagram {
  padding: 1.5625em 0; }
  @media only screen and (max-width: 40.625em) {
    .home-instagram {
      padding: 1.5625em 0; } }
  @media only screen and (max-width: 40.625em) {
    .home-instagram .sbi_item {
      width: 33.33% !important; } }

.home-instagram--color {
  padding: 6em 0 3.5em;
  background-color: #e1e1e1;
  text-align: center; }
  @media only screen and (max-width: 40.625em) {
    .home-instagram--color {
      padding: 2.875em 0 2.25em; } }
  .home-instagram--color .button {
    margin-top: 3.1428571429em; }

/***************************** End Homepage *******************************/
/****************************** Regular Pages ***************************/
.mobile-only {
  display: none;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 0 0 0.8333333333em 1.6666666667em;
  font-weight: 600; }
  @media only screen and (max-width: 40.625em) {
    .mobile-only {
      display: block; } }

.sidebar-menu {
  text-align: center;
  padding-bottom: 1.875em; }
  @media only screen and (max-width: 40.625em) {
    .sidebar-menu {
      text-align: left; } }
  @media only screen and (max-width: 40.625em) {
    .sidebar-menu {
      padding-bottom: 0.625em; } }
  .sidebar-menu li {
    font-size: 1.375em;
    line-height: 1.6363636364em;
    font-weight: 600;
    padding: 0 0 0 0.9090909091em;
    display: inline-block; }
    @media only screen and (max-width: 40.625em) {
      .sidebar-menu li {
        font-size: 1.25em;
        display: block; } }
    .sidebar-menu li a {
      padding-right: 0.7727272727em; }
      .sidebar-menu li a:hover, .sidebar-menu li a:focus {
        color: #585858;
        text-decoration: none; }
    .sidebar-menu li:after {
      content: " | ";
      font-weight: 300; }
      @media only screen and (max-width: 40.625em) {
        .sidebar-menu li:after {
          content: ""; } }
    .sidebar-menu li:last-child:after {
      content: ""; }
    @media only screen and (max-width: 40.625em) {
      .sidebar-menu li.active {
        background-color: #e1e1e1; } }
    .sidebar-menu li.active a {
      color: #585858; }

.hero-container {
  position: relative;
  margin-bottom: 1.25em; }
  .hero-container h1, .hero-container .headline {
    font-family: RainierNorth500;
    font-weight: normal;
    font-style: normal;
    -webkit-font-feature-settings: "liga", "calt", "swsh", "cswh";
    -moz-font-feature-settings: "liga", "calt", "swsh", "cswh";
    -ms-font-feature-settings: "liga", "calt", "swsh", "cswh";
    font-feature-settings: "liga", "calt", "swsh", "cswh";
    font-size: 6.375em;
    line-height: 120%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0; }
    @media only screen and (min-width: 40.6875em) and (max-width: 56.25em) {
      .hero-container h1, .hero-container .headline {
        font-size: 3.125em;
        line-height: 1em; } }
    @media only screen and (max-width: 40.625em) {
      .hero-container h1, .hero-container .headline {
        font-size: 2.5em;
        line-height: 1em; } }

.hero-background {
  background-color: #797c80; }
  .hero-background.no-image {
    min-height: 18.75em;
    color: #d1d1d1; }
    @media only screen and (max-width: 40.625em) {
      .hero-background.no-image {
        min-height: 9.375em; } }
    .hero-background.no-image h1 {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      /* also 300-light, 600-semi-bold */
      font-size: 4.5em;
      line-height: 0.6666666667em;
      font-weight: 300; }
      @media only screen and (max-width: 40.625em) {
        .hero-background.no-image h1 {
          font-size: 3.125em; } }
  .hero-background.has-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-top: 25.641025641%;
    filter: brightness(0.9); }

.wysiwyg.feature-copy {
  padding: 1.375em 0 0.3125em; }
  .wysiwyg.feature-copy p, .wysiwyg.feature-copy li {
    font-size: 1.375em;
    line-height: 1.6363636364em;
    font-weight: 600;
    text-align: center; }
    @media only screen and (max-width: 40.625em) {
      .wysiwyg.feature-copy p, .wysiwyg.feature-copy li {
        font-size: 1.125em; } }

.backpack-line {
  padding: 2em 0 0 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 4em; }
  @media only screen and (max-width: 40.625em) {
    .backpack-line {
      padding-top: 1.25em;
      margin-bottom: 2.5em; } }
  .backpack-line:before {
    color: #3171dc;
    font-size: 3.9375em;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e902";
    top: 0;
    left: 50%;
    margin-left: -0.9841269841em;
    background-color: white;
    padding: 0 0.4920634921em; }
    @media only screen and (max-width: 40.625em) {
      .backpack-line:before {
        font-size: 2.5em;
        margin-left: -1em; } }

/****************************** End Regular Pages *********************/
/**************************** Search ********************/
.search-info {
  padding: 1.875em;
  background-color: #f8f8f8;
  *zoom: 1; }
  .search-info p {
    font-size: 1.125em;
    line-height: 1.6666666667em;
    float: left;
    padding: 0.3888888889em 0 0.3888888889em; }
    @media only screen and (max-width: 40.625em) {
      .search-info p {
        float: none; } }
  .search-info:before, .search-info:after {
    content: " ";
    display: table; }
  .search-info:after {
    clear: both; }

.search-results-pagenavi {
  padding-top: 2.5em; }

.search-result {
  /*border-bottom: 1px solid $line-gray;*/
  padding: 2.1875em 0; }
  .search-result img {
    padding-bottom: 1.25em; }
  .search-result h2 {
    font-size: 1.5em;
    line-height: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /* also 300-light, 600-semi-bold */
    font-feature-settings: "ss01" 1;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 0; }
    .search-result h2 a {
      text-decoration: none;
      border-bottom: 0 none;
      box-shadow: none; }
  .search-result p {
    font-style: italic;
    padding-bottom: 0; }
  .search-result .searchwp-highlight {
    color: #ee1b52; }

.search-results-extra-info {
  font-size: 0.875em;
  line-height: 1.4285714286em;
  font-weight: 600; }

/**************************** END: Search****************/
/**************************** Amazon Products **********************/
.amazon-product {
  *zoom: 1;
  padding: 2.5em 0; }
  .amazon-product:before, .amazon-product:after {
    content: " ";
    display: table; }
  .amazon-product:after {
    clear: both; }
  .amazon-product img {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 40.625em) {
      .amazon-product img {
        float: none;
        width: 100%; } }

.amazon-product--details {
  float: right;
  width: 50%;
  padding-top: 1.25em; }
  @media only screen and (max-width: 40.625em) {
    .amazon-product--details {
      padding-top: 1.875em;
      float: none;
      width: 100%; } }

.amazon-product--price {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 600;
  padding-top: 0.5416666667em;
  color: #585858;
  display: block; }

/*************************** List Posts ***************************/
.isotope {
  *zoom: 1; }
  .isotope:before, .isotope:after {
    content: " ";
    display: table; }
  .isotope:after {
    clear: both; }

.isotope-post-wrapper {
  max-width: 23.125em;
  width: 100%;
  display: inline-block; }

.isotope-post--info {
  text-align: left;
  font-size: 0.875em;
  line-height: 1.4285714286em;
  font-weight: 600; }

.term-list {
  padding-left: 0.2857142857em; }
  .term-list:before {
    content: "/";
    color: #858585;
    padding-right: 0.4285714286em; }
  .term-list a {
    color: #858585; }

.isotope-item {
  text-align: center;
  width: 33.33%;
  padding: 0.9375em 0.9375em 3em;
  /*time{
  	color: $link-header-blue();
  }*/ }
  @media only screen and (max-width: 40.625em) {
    .isotope-item {
      padding: 0.9375em 0.9375em 0.625em; } }
  @media only screen and (max-width: 56.25em) {
    .isotope-item {
      width: 50%; } }
  @media only screen and (max-width: 40.625em) {
    .isotope-item {
      width: 100%; } }
  .isotope-item img {
    margin-bottom: 0.625em; }
    @media only screen and (max-width: 40.625em) {
      .isotope-item img {
        padding: 0 3.75em; } }
  .isotope-item h3 {
    font-size: 1.2857142857em;
    line-height: 1.6666666667em;
    font-weight: 600;
    padding-top: 0.1111111111em;
    color: #3171dc; }

.isotope-item .extra-info, .search-results-extra-info .extra-info {
  padding-top: 1.4285714286em;
  margin-top: 1.4285714286em;
  border-top: 1px solid #d1d1d1; }
  .isotope-item .extra-info a, .search-results-extra-info .extra-info a {
    color: #858585; }

.isotope-bookmark-count a {
  display: inline-block; }
.isotope-bookmark-count i {
  color: #d1d1d1; }
  .isotope-bookmark-count i#bookmarked {
    color: #3171dc; }
.isotope-bookmark-count .bookmark_count_custom {
  padding-left: 0.5em;
  color: #858585; }

/********************** Bookmark Tooltips *******************/
.ui-tooltip {
  font-size: 0.875em;
  line-height: 1.4285714286em;
  background: #3171dc;
  padding: 0.3571428571em;
  border: 1px solid white;
  color: white;
  box-shadow: 0 0 7px #356aa0;
  max-width: 14.2857142857em;
  text-align: center; }

/********************** END: Bookmark Tooltips *******************/
/*************************** END: List Posts ************************/
/**************************** Category Page ***************************/
.category-filter {
  background-color: #e1e1e1;
  padding: 0.9375em 1.875em;
  margin-bottom: 0;
  *zoom: 1;
  /*select{
  	font-size: em-calc(14);
  	line-height: em-calc(18, 14);
  	margin-left: em-calc(10, 14);
  	border: 2px solid $line-blue;
  	min-width: em-calc(227, 14);
  	text-align: center;
  	text-transform: uppercase;
  	color: $link-header-blue();
  	font-weight: 600;
  	text-align-last: center;
  }*/
  /*option{
  	border: 2px solid $line-blue;
  }*/ }
  .category-filter:before, .category-filter:after {
    content: " ";
    display: table; }
  .category-filter:after {
    clear: both; }
  @media only screen and (max-width: 40.625em) {
    .category-filter {
      text-align: left; } }
  .category-filter label {
    font-size: 1.125em;
    line-height: 1.6666666667em;
    vertical-align: middle; }
    @media only screen and (max-width: 40.625em) {
      .category-filter label {
        display: block;
        padding-bottom: 0.625em; } }
  .category-filter .city_filter {
    float: left; }
  .category-filter #sort_form {
    margin: 0;
    float: right; }
    @media only screen and (max-width: 40.625em) {
      .category-filter #sort_form {
        float: none; } }

.category-filter-radios {
  background-color: #f1f6fe;
  padding: 0.9375em 1.875em;
  margin-bottom: 1.25em; }
  .category-filter-radios span, .category-filter-radios label {
    font-size: 0.75em;
    line-height: 1.1666666667em;
    text-transform: uppercase;
    font-weight: 600; }
  .category-filter-radios label {
    color: #3171dc; }
  .category-filter-radios ul {
    display: inline; }
  .category-filter-radios li {
    display: inline-block;
    margin: 0 0.625em; }

/**************** Checkboxes **************/
/* replace radio and checkboxes with images */
form:not(#foo) {
  /*#foo so this doesn't happen in IE 8 because not supported */ }
  form:not(#foo) li {
    position: relative; }
  form:not(#foo) input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
    		/*&:hover, &:focus{
    			cursor: pointer;
    
    			&:before{
    				content: "\e917"; 
    			}
    		}*/ }
  form:not(#foo) input[type=radio] + label {
    display: block;
    ine-height: 1em;
    padding-left: 1.25em;
    /*&:hover, &:focus{
    	&:before{
    		content: "\e917"; 
    	}
    }*/
    cursor: pointer;
    z-index: 2;
    font-weight: 400; }
    form:not(#foo) input[type=radio] + label:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e918";
      font-size: 1em;
      position: absolute;
      left: 0;
      top: 0.0625em;
      color: #c4c4c3; }
    form:not(#foo) input[type=radio] + label:hover {
      cursor: pointer; }
  form:not(#foo) input[type=radio]:active:checked + label, form:not(#foo) input[type=radio]:checked + label {
    color: #3171dc; }
    form:not(#foo) input[type=radio]:active:checked + label:before, form:not(#foo) input[type=radio]:checked + label:before {
      content: "\e917";
      color: #3171dc; }

/************* END: Checkboxes ************/
@media only screen and (max-width: 56.25em) {
  .tax-location_category .city_filter {
    float: none;
    padding-bottom: 1.25em; }
  .tax-location_category #sort_form {
    margin: 0;
    float: none; } }

#sort_by-button, #loc-lev-3-button {
  margin-left: 1.25em;
  font-size: 0.875em;
  background-color: white;
  padding: 0.7142857143em 2.1428571429em;
  width: 15em;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #3171dc;
  text-align: center;
  font-weight: 600;
  border: 2px solid #98bced; }
  @media only screen and (max-width: 40.625em) {
    #sort_by-button, #loc-lev-3-button {
      margin-left: 0; } }
  #sort_by-button .ui-selectmenu-icon, #loc-lev-3-button .ui-selectmenu-icon {
    color: #3171dc; }

#sort_by-menu, #loc-lev-3-menu {
  background-color: white;
  color: #3171dc;
  border: 2px solid #98bced; }
  #sort_by-menu li div, #loc-lev-3-menu li div {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.3571428571em 2.1428571429em;
    text-align: center; }
    #sort_by-menu li div.ui-state-active, #loc-lev-3-menu li div.ui-state-active {
      background-color: #b4cbf2;
      margin: 0; }

.wp-pagenavi {
  text-align: center;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 3.125em; }
  .wp-pagenavi a, .wp-pagenavi span.current {
    font-size: 1.25em;
    line-height: 1em;
    width: 2em;
    height: 2em;
    text-align: center;
    color: white;
    display: inline-block;
    margin: 0.1em 0.25em;
    padding: 0.5em 0; }
    .wp-pagenavi a:first-child, .wp-pagenavi span.current:first-child {
      margin-left: 0; }
  .wp-pagenavi a {
    background-color: #3171dc; }
    .wp-pagenavi a:hover, .wp-pagenavi a:focus {
      background-color: #5489e2;
      text-decoration: none; }
  .wp-pagenavi span.current {
    background-color: #858585; }
  .wp-pagenavi span.extend {
    vertical-align: bottom;
    margin: rem-calc(2 5); }

/**************************** END: Category Page ***************************/
/**************************** Location Taxonomy Page ******************************/
.ui-selectmenu-icon {
  text-indent: 0; }
  .ui-selectmenu-icon:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    font-size: 0.9375em; }

.ui-selectmenu-text {
  margin-right: 0; }

#loc-lev-2-button {
  background-color: #3171dc;
  color: white;
  padding: 0.9375em 1.875em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* also 300-light, 600-semi-bold */
  font-feature-settings: "ss01" 1;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 15.375em; }
  #loc-lev-2-button .ui-selectmenu-icon {
    color: white; }

#loc-lev-2-menu {
  background-color: #3171dc;
  color: white; }
  #loc-lev-2-menu li div {
    padding: 0.3125em 1.875em; }
    #loc-lev-2-menu li div.ui-state-active {
      background-color: #5d8fe3;
      margin: 0; }

.cat-2nd-level-name-filter {
  *zoom: 1;
  padding-top: 3.125em;
  	/*select{
  		background-color: $link-header-blue;
  		color: white;
  		padding: em-calc(0 20);
  		text-transform: uppercase;
  		font-weight: 600;
  		border: 0 none;
  		text-align-last: center;
  
  		option{
  			color: white;
  		}
  	}*/ }
  .cat-2nd-level-name-filter:before, .cat-2nd-level-name-filter:after {
    content: " ";
    display: table; }
  .cat-2nd-level-name-filter:after {
    clear: both; }
  @media only screen and (max-width: 56.25em) {
    .cat-2nd-level-name-filter {
      padding-top: 1.5625em; } }
  .cat-2nd-level-name-filter h1 {
    font-size: 2.25em;
    line-height: 0.8333333333em;
    font-weight: 400;
    float: left; }
    @media only screen and (max-width: 56.25em) {
      .cat-2nd-level-name-filter h1 {
        float: none; } }
  .cat-2nd-level-name-filter form {
    float: right; }
    @media only screen and (max-width: 56.25em) {
      .cat-2nd-level-name-filter form {
        float: none;
        padding-top: 1.25em; } }

.cat-2nd-level-desc {
  border-top: 1px solid #d1d1d1;
  padding: 1.25em 0;
  margin-top: 1.25em; }
  .cat-2nd-level-desc p, .cat-2nd-level-desc li {
    font-size: 1.125em;
    line-height: 1.6666666667em; }

/**************************** END: Location Taxonomy Page *****************/
/***************************** Single Post ***********************/
.wpb-bm-btn.secondary.thickbox {
  background: #3171dc !important;
  color: white !important;
  font-size: 0.875em !important;
  line-height: 1.2857142857em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border: 0 none !important;
  height: auto !important;
  width: auto !important;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* also 300-light, 600-semi-bold */
  font-feature-settings: "ss01" 1;
  padding: 1.2142857143em 1.8571428571em !important; }
  .wpb-bm-btn.secondary.thickbox.addedbookmark {
    background: #3171dc !important; }
  .wpb-bm-btn.secondary.thickbox i {
    padding-right: 0.2142857143em; }
  .wpb-bm-btn.secondary.thickbox:hover, .wpb-bm-btn.secondary.thickbox:focus {
    background: #5489e2 !important;
    box-shadow: none !important;
    text-decoration: none; }

.wysiwyg .wpb-bm-btn.secondary.thickbox {
  width: auto !important; }
  .wysiwyg .wpb-bm-btn.secondary.thickbox.addedbookmark {
    background: #3171dc !important; }

.post-featured-image {
  position: relative; }

.post-featured-image--caption {
  font-size: 0.875em;
  line-height: 1.2857142857em;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: 1.4285714286em;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.7142857143em 1.0714285714em;
  max-width: 50%; }
  @media only screen and (max-width: 40.625em) {
    .post-featured-image--caption {
      font-size: 0.75em;
      bottom: 0.8333333333em;
      max-width: 75%; } }

.breadcrumbs {
  background-color: #e1e1e1;
  padding: 0.9375em 1.75em; }
  .breadcrumbs li {
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
    padding: 0 0.25em; }
    .breadcrumbs li:after {
      content: " >";
      padding-left: 0.4375em; }
    .breadcrumbs li:last-child {
      padding-right: 0; }
      .breadcrumbs li:last-child:after {
        content: ""; }
    .breadcrumbs li:first-child {
      padding-left: 0; }

#maincontent .post-info {
  overflow: visible; }
  #maincontent .post-info li {
    font-size: 1em;
    line-height: 1.5em;
    display: block;
    border-bottom: 1px solid #d1d1d1;
    padding: 0.625em;
    text-align: right; }
    #maincontent .post-info li:last-child {
      border-bottom: 0 none; }
    #maincontent .post-info li.favorite-list-item {
      padding: 0.625em 0; }
      #maincontent .post-info li.favorite-list-item .wpb-bm-btn.secondary.thickbox {
        width: 100% !important;
        padding: 0.7142857143em 0.7142857143em !important; }
        #maincontent .post-info li.favorite-list-item .wpb-bm-btn.secondary.thickbox.addedbookmark {
          background: #3171dc !important; }
  #maincontent .post-info .author {
    font-style: italic; }

.share-links a {
  margin: 0 0.1875em;
  color: #cccccc; }
  .share-links a:hover, .share-links a:focus {
    color: #b1b1b1;
    text-decoration: none; }
  .share-links a:last-child {
    margin-right: 0; }
.share-links i {
  font-size: 1.3125em; }

.comments {
  padding: 1.875em 0; }

.wysiwyg #jp-relatedposts h3.jp-relatedposts-headline {
  margin: 0 !important;
  float: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /* also 300-light, 600-semi-bold */
  font-size: 1.875em !important;
  line-height: 1.1333333333em !important;
  padding-bottom: 0.3666666667em !important; }
  .wysiwyg #jp-relatedposts h3.jp-relatedposts-headline em {
    font-weight: 400; }
    .wysiwyg #jp-relatedposts h3.jp-relatedposts-headline em:before {
      border-top: 0 none !important;
      margin-bottom: 0 !important; }
.wysiwyg #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
  padding-bottom: 0.5em !important;
  margin: 0 !important; }
  .wysiwyg #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 1em !important;
    line-height: 1.5em !important;
    padding-top: 0.8125em !important;
    font-weight: 400 !important;
    border-bottom: 0 none;
    box-shadow: none; }
    .wysiwyg #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:after {
      content: " \00bb"; }
.wysiwyg #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, .wysiwyg #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
  font-size: 0.875em !important;
  line-height: 1.4285714286em !important;
  font-weight: 600 !important; }

/*.related-posts{
	padding: em-calc(42 0 20);
}

.related-posts--heading{
	@include opensans();
	font-size: em-calc(30);
	line-height: em-calc(34, 30);
	padding-bottom: em-calc(11, 30);
}


.related-post{
	width: em-calc(160);
	margin: em-calc(15);

	h3{
		font-size: em-calc(16);
		line-height: em-calc(24, 16);
		padding-top: em-calc(13);
		font-weight: 400;

		&:after{
			content: " \00bb";
		}
	}
}*/
.subscribe-container {
  padding: 1.5625em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  align-content: center; }
  @media only screen and (max-width: 56.25em) {
    .subscribe-container {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      /* for horizontal alignment */ } }

.subscribe-info-container {
  background-color: #3171dc;
  color: white;
  padding: 1.5625em;
  text-align: center;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* for vertical alignment */ }
  @media only screen and (max-width: 56.25em) {
    .subscribe-info-container {
      width: auto; } }
  .subscribe-info-container .subscribe-info {
    width: 100%; }
  .subscribe-info-container h2 {
    font-family: RainierNorth500;
    font-weight: normal;
    font-style: normal;
    -webkit-font-feature-settings: "liga", "calt", "dlig", "ss01";
    -moz-font-feature-settings: "liga", "calt", "dlig", "ss01";
    -ms-font-feature-settings: "liga", "calt", "dlig", "ss01";
    font-feature-settings: "liga", "calt", "dlig", "ss01";
    /* liga standard ligatures - on by default */
    /* calt contextual alternates */
    /* dlig discretionary ligatures */
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.0416666667em;
    padding-bottom: 0.2708333333em; }
    @media only screen and (max-width: 40.625em) {
      .subscribe-info-container h2 {
        font-size: 2.1875em; } }
  .subscribe-info-container p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 0.8125em;
    max-width: 28.125em; }
    @media only screen and (max-width: 56.25em) {
      .subscribe-info-container p {
        padding-bottom: 0; } }
  .subscribe-info-container .gfield_label {
    display: none; }
  .subscribe-info-container .gform_body input[type="text"],
  .subscribe-info-container .gform_body input[type="email"],
  .subscribe-info-container .gform_body input[type="tel"] {
    border: 0;
    border-bottom: 1px solid white;
    background-color: transparent;
    text-align: center;
    font-size: 0.875em;
    line-height: 1em;
    color: white;
    font-weight: 600; }
    .subscribe-info-container .gform_body input[type="text"]::-webkit-input-placeholder,
    .subscribe-info-container .gform_body input[type="email"]::-webkit-input-placeholder,
    .subscribe-info-container .gform_body input[type="tel"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5); }
    .subscribe-info-container .gform_body input[type="text"]::-moz-placeholder,
    .subscribe-info-container .gform_body input[type="email"]::-moz-placeholder,
    .subscribe-info-container .gform_body input[type="tel"]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5); }
    .subscribe-info-container .gform_body input[type="text"]:-ms-input-placeholder,
    .subscribe-info-container .gform_body input[type="email"]:-ms-input-placeholder,
    .subscribe-info-container .gform_body input[type="tel"]:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5); }
    .subscribe-info-container .gform_body input[type="text"]:-moz-placeholder,
    .subscribe-info-container .gform_body input[type="email"]:-moz-placeholder,
    .subscribe-info-container .gform_body input[type="tel"]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5); }
  .subscribe-info-container .button {
    margin: 0;
    background-color: white;
    color: #3171dc;
    border: 1px solid white;
    padding: 0.75em 1.625em; }
    .subscribe-info-container .button:hover, .subscribe-info-container .button:focus {
      background: #5d8fe3;
      color: white; }
  .subscribe-info-container .gform_footer {
    padding: 0.625em 0 0; }

.subscribe-container-full-width .subscribe-info-container {
  width: 100%; }
  .subscribe-container-full-width .subscribe-info-container p {
    max-width: 37.5em; }
  .subscribe-container-full-width .subscribe-info-container ul {
    padding: 0; }

.subscribe-image {
  width: 50%;
  min-height: 24.375em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 56.25em) {
    .subscribe-image {
      display: none; } }

/************************************* Bookmark/Favorites **************************/
.uci-thumb {
  display: none; }

.wpb-coll-item .uci-content {
  margin-left: 0 !important;
  padding: 0 0 1.25em 0; }

.wpb-coll {
  border-radius: 0 !important; }

.wpb-coll-body {
  background-color: white !important; }

.wpb-coll-item .uci-url {
  display: none; }

/************** popups **************/
#TB_ajaxContent .wpb-bm {
  left: auto !important;
  top: auto !important; }

/************************************* END: Bookmark/Favorites **************************/
/************************************** Footer ***********************************/
.footer-dark-section {
  background-color: #797c80;
  padding: 2.8125em 0 1.875em; }

.footer-logo {
  padding: 4.0625em 0 0 0;
  border-bottom: 1px solid white;
  margin-bottom: 5.625em; }
  @media only screen and (max-width: 40.625em) {
    .footer-logo {
      padding: 0;
      margin-bottom: 1.875em;
      border-bottom: 0 none;
      text-align: center; } }
  .footer-logo a {
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #797c80;
    padding: 0 7.1875em;
    margin-left: -12.625em; }
    @media only screen and (max-width: 40.625em) {
      .footer-logo a {
        position: relative;
        left: auto;
        top: auto;
        margin-left: auto;
        padding: 0 1.875em; }
        .footer-logo a img {
          max-width: 7.8125em; } }

.footer-tagline {
  text-align: center;
  position: relative; }
  .footer-tagline p {
    font-family: RainierNorth500;
    font-weight: normal;
    font-style: normal;
    -webkit-font-feature-settings: "liga", "calt", "dlig", "ss01";
    -moz-font-feature-settings: "liga", "calt", "dlig", "ss01";
    -ms-font-feature-settings: "liga", "calt", "dlig", "ss01";
    font-feature-settings: "liga", "calt", "dlig", "ss01";
    /* liga standard ligatures - on by default */
    /* calt contextual alternates */
    /* dlig discretionary ligatures */
    font-size: 1.75em;
    line-height: 1em;
    display: inline-block;
    border-top: 1px solid white;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 0.5714285714em 0 1em; }
    .footer-tagline p:before {
      font-size: 1em;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      content: "\e902";
      top: -0.5em;
      left: 50%;
      margin-left: -1.2142857143em;
      background-color: #797c80;
      padding: 0 0.7142857143em; }

.footer-nav {
  text-align: center; }

#menu-footer-menu {
  display: inline-block;
  padding: 1.1875em 3.125em;
  border: 1px solid white;
  margin-bottom: 1.25em; }
  @media only screen and (max-width: 40.625em) {
    #menu-footer-menu {
      padding: 0.625em 1.25em; } }
  #menu-footer-menu li {
    display: inline-block;
    list-style: none; }
    #menu-footer-menu li:last-child a {
      border-right: 0 none; }
  #menu-footer-menu a {
    font-size: 1em;
    line-height: 1em;
    color: white;
    padding: 0 0.9375em 0 0.9375em;
    border-right: 1px solid white;
    white-space: nowrap; }
    @media only screen and (max-width: 40.625em) {
      #menu-footer-menu a {
        font-size: 0.875em; } }

.footer-submit-idea {
  font-size: 1em;
  line-height: 1.875em;
  color: #d1d1d1;
  text-align: center;
  padding-bottom: 3.125em; }
  .footer-submit-idea a {
    color: white; }
  @media only screen and (max-width: 40.625em) {
    .footer-submit-idea {
      font-size: 0.875em;
      padding-bottom: 1.7857142857em; } }

.footer-social-icons {
  padding: 1.875em 0 0 0;
  border-bottom: 1px solid white;
  margin-bottom: 1.875em;
  position: relative; }
  @media only screen and (max-width: 40.625em) {
    .footer-social-icons {
      padding: 0 0 0 0;
      border-bottom: 0 none;
      margin-bottom: 0; } }

.footer-social-icons-ul-container {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%; }
  @media only screen and (max-width: 40.625em) {
    .footer-social-icons-ul-container {
      position: relative;
      top: auto; } }

.footer-social-icons-list {
  display: inline-block;
  text-align: center;
  background-color: #797c80;
  padding: 0 3.75em; }
  @media only screen and (max-width: 40.625em) {
    .footer-social-icons-list {
      padding: 0 1.25em; } }
  .footer-social-icons-list li {
    display: inline-block;
    padding: 0 1.25em 0.625em; }
    @media only screen and (max-width: 40.625em) {
      .footer-social-icons-list li {
        padding: 0 0.625em 0.625em; } }
  .footer-social-icons-list i {
    font-size: 3.75em;
    color: #d1d1d1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 40.625em) {
      .footer-social-icons-list i {
        font-size: 2.5em; } }
  .footer-social-icons-list a:hover, .footer-social-icons-list a:focus {
    text-decoration: none; }
    .footer-social-icons-list a:hover i, .footer-social-icons-list a:focus i {
      color: white; }

.footer-copyright {
  font-size: 0.875em;
  line-height: 2.1428571429em;
  text-align: center;
  padding: 1.25em 0; }
  .footer-copyright p {
    display: inline-block;
    padding-right: 0.3571428571em; }

#menu-footer-copyright-menu {
  display: inline-block; }
  #menu-footer-copyright-menu li {
    display: inline-block;
    padding: 0 0.5714285714em; }
  #menu-footer-copyright-menu a {
    color: #585858; }

/************************************ End Footer **************************/
/***************************** Mobile Header **************************/
.mobile-menu-active body {
  overflow: hidden !important; }

#mobile-header-container {
  height: 7.375em;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  background-color: white;
  z-index: 999; }
  @media screen and (max-width: 57.8125em) {
    #mobile-header-container {
      display: block; } }
  @media only screen and (max-width: 40.625em) {
    #mobile-header-container {
      height: 6.5625em; } }
  @media screen and (max-width: 57.8125em) {
    #mobile-header-container.mobile-nav-up {
      top: -7.375em; } }
  @media only screen and (max-width: 40.625em) {
    #mobile-header-container.mobile-nav-up {
      top: -6.5625em; } }

#mobile-header-item-container {
  padding: 0.5em 1.875em;
  position: relative;
  text-align: center; }

#mobile-header {
  position: relative; }

@media screen and (max-width: 57.8125em) {
  #desktop-header-container {
    display: none; } }

#mobile-menu-button, #mobile-header-favorites-trigger {
  position: absolute; }
  #mobile-menu-button:hover, #mobile-menu-button:focus, #mobile-header-favorites-trigger:hover, #mobile-header-favorites-trigger:focus {
    text-decoration: none; }

#mobile-menu-button {
  font-size: 3.125em;
  left: 0;
  top: 0.2em; }
  @media only screen and (max-width: 40.625em) {
    #mobile-menu-button {
      font-size: 1.6875em;
      top: 0.4444444444em; } }

#mobile-header-favorites-trigger {
  font-size: 1.5625em;
  right: 0;
  top: 0.8em; }
  #mobile-header-favorites-trigger.icon-close {
    font-size: 2.1875em;
    top: 0.4285714286em; }
  @media only screen and (max-width: 40.625em) {
    #mobile-header-favorites-trigger {
      font-size: 1.0625em;
      top: 1em; }
      #mobile-header-favorites-trigger.icon-close {
        font-size: 1.5625em;
        top: 0.4em; } }

#mobile-header-logo {
  padding: 0 2.5em; }
  #mobile-header-logo img {
    max-width: 6.25em; }
    @media only screen and (max-width: 40.625em) {
      #mobile-header-logo img {
        max-width: 5em; } }

#mobile-trigger-email-signup {
  background-color: #585858;
  height: 2.375em;
  padding: 0.625em;
  color: white;
  *zoom: 1; }
  #mobile-trigger-email-signup:before, #mobile-trigger-email-signup:after {
    content: " ";
    display: table; }
  #mobile-trigger-email-signup:after {
    clear: both; }
  #mobile-trigger-email-signup p {
    float: left;
    font-size: 0.875em;
    vertical-align: middle; }
  #mobile-trigger-email-signup a {
    float: right;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    vertical-align: middle;
    text-decoration: none; }
    #mobile-trigger-email-signup a:hover, #mobile-trigger-email-signup a:focus {
      text-decoration: none;
      color: #cbddf6; }
    #mobile-trigger-email-signup a i {
      vertical-align: middle;
      padding-left: 0.3571428571em; }

#mobile-email-signup-overlay, #mobile-favorites-overlay {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: auto !important;
  z-index: 999;
  text-align: center;
  padding: 1.5625em 0; }
  #mobile-email-signup-overlay p, #mobile-favorites-overlay p {
    font-size: 0.875em;
    line-height: 1.7142857143em;
    color: #585858;
    font-weight: 600;
    padding-bottom: 1.75em; }
  #mobile-email-signup-overlay .gform_body label, #mobile-favorites-overlay .gform_body label {
    display: none; }
  #mobile-email-signup-overlay .gform_body input, #mobile-favorites-overlay .gform_body input {
    font-size: 0.875em;
    border: 0 none;
    border-bottom: 1px solid #d1d1d1;
    text-align: center; }
  #mobile-email-signup-overlay .gform_confirmation_message, #mobile-favorites-overlay .gform_confirmation_message {
    font-size: 0.875em;
    line-height: 1.7142857143em;
    color: #ee1b52;
    font-weight: 600; }

.favorites-popup-bookmarks, .favorites-popup-login {
  padding: 1.25em; }

#mobile-email-signup-content {
  max-width: 17.3125em;
  margin: 0 auto; }

#mobile-favorites-overlay {
  background-color: #f6f6f6;
  /* favorites stuff */ }
  #mobile-favorites-overlay .wpb-coll-count {
    font-size: 16px !important;
    line-height: 20px !important; }
  #mobile-favorites-overlay .wpb-coll-count a.wpb-bm-btn.bookmarked {
    display: block !important;
    position: relative;
    margin: 10px auto 0;
    width: 13em !important; }

.favorites-popup-login #loginform label {
  display: none; }
.favorites-popup-login #loginform input.input {
  border: 0 none;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  background-color: transparent;
  font-size: 0.875em;
  font-weight: 400; }

#mobile-menu {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: auto !important;
  z-index: 999; }
  #mobile-menu .search-form {
    padding: 0.4375em 1.25em 0.6875em 2.5em;
    background-color: #f5f5f5; }
  #mobile-menu .search-inputs {
    position: relative; }
  #mobile-menu .search-input {
    border: 0 none;
    border-bottom: 1px solid #e1e1e1;
    background-color: transparent;
    width: 100%;
    padding: 0.3125em 2.5em 0 0; }
  #mobile-menu .search-submit {
    border: 0 none;
    background-color: transparent;
    color: #3171dc;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.375em;
    background-color: #f5f5f5;
    padding: 0 0.2272727273em;
    margin: 0; }

.drilldown-root li {
  position: relative;
  display: block;
  border-bottom: 1px solid #d1d1d1; }
  .drilldown-root li.active a {
    color: #3171dc; }
  .drilldown-root li.drilldown-back a {
    text-align: center;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 400;
    padding: 0.65em 1em;
    color: #585858;
    width: 100%;
    display: block; }
    .drilldown-root li.drilldown-back a:hover, .drilldown-root li.drilldown-back a:focus {
      text-decoration: none;
      color: #3171dc; }
  .drilldown-root li.drilldown-back i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    color: #3171dc;
    height: 100%;
    padding: 0.3666666667em 0.3333333333em; }
.drilldown-root a.menu-item {
  font-size: 1em;
  line-height: 1.25em;
  padding: 0.8125em 2.5em;
  color: #585858;
  font-weight: 600;
  width: 100%;
  display: block; }
  .drilldown-root a.menu-item:hover, .drilldown-root a.menu-item:focus {
    color: #3171dc;
    text-decoration: none; }
.drilldown-root .mobile-get-children-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0.25em 0.9375em;
  margin: 0;
  font-size: 1.875em;
  color: #3171dc; }
  .drilldown-root .mobile-get-children-arrow:hover, .drilldown-root .mobile-get-children-arrow:focus {
    color: #3171dc;
    text-decoration: none; }

.drilldown {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.drilldown-sub {
  display: none; }

/*************************** END: Mobile Header *********************/
