/**********************
	Loading snippets
**********************/
/* line 4, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text h1,
.text h2,
.text h3,
.text_synced h1,
.text_synced h2,
.text_synced h3 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
@media only screen and (max-width: 599px) {
  /* line 13, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
  .text img,
  .text_synced img {
    max-width: 100%;
  }
}
/* line 19, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text p.last-child,
.text p:only-child,
.text_synced p.last-child,
.text_synced p:only-child {
  margin-bottom: 0;
}
/* line 26, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text ul li,
.text ol li,
.text_synced ul li,
.text_synced ol li {
  padding-bottom: 5px;
}
/* line 30, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text ul.last-child,
.text ol.last-child,
.text_synced ul.last-child,
.text_synced ol.last-child {
  margin-bottom: 0;
}
/* line 35, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text p,
.text h1,
.text h2,
.text h3,
.text ol,
.text ul,
.text blockquote,
.text_synced p,
.text_synced h1,
.text_synced h2,
.text_synced h3,
.text_synced ol,
.text_synced ul,
.text_synced blockquote {
  max-width: 730px;
}
/* line 46, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text .sf_image ~ h1,
.text .sf_image ~ h2,
.text .sf_image ~ h3,
.text .sf_image ~ ol,
.text .sf_image ~ ul,
.text .sf_image ~ p,
.text .sf_image ~ blockquote,
.text_synced .sf_image ~ h1,
.text_synced .sf_image ~ h2,
.text_synced .sf_image ~ h3,
.text_synced .sf_image ~ ol,
.text_synced .sf_image ~ ul,
.text_synced .sf_image ~ p,
.text_synced .sf_image ~ blockquote {
  max-width: 100%;
}
/* line 57, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text .sf_image_top ~ p,
.text_synced .sf_image_top ~ p {
  max-width: 730px;
}

/* line 62, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
blockquote {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #dddddd;
  padding: 0 15px;
  font-style: italic;
  margin: 0;
}
/* line 72, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
blockquote strong {
  font-style: normal;
}
/* line 76, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
blockquote p {
  margin-bottom: 1em;
}

/* line 82, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
p + blockquote {
  margin: 25px 0 0 0;
}

/* line 85, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
blockquote + p {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 768px) {
  /* line 90, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
  .snippet_area_main > .columns .sf_image {
    margin-bottom: 15px;
  }
}
/* line 94, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.snippet_area_main > .columns .sf_image:only-child {
  margin-bottom: 0;
}

/* --- Removes border bottom from linked image --- */
/* line 103, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text a.sf_image,
.text_synced a.sf_image {
  border: 0;
}

@media screen and (min-width: 768px) {
  /* line 109, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
  .sf_image_left {
    float: left;
  }

  /* line 113, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
  .sf_image_right {
    float: right;
  }

  /* line 118, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
  .snippet_area_main > .columns .sf_image_left {
    margin: 0 40px 20px 0;
  }

  /* line 122, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
  .snippet_area_main > .columns .sf_image_right {
    margin: 0 0 20px 40px;
  }
}
/* line 127, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.sf_image_top {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

/* line 134, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
a.sf_image_top {
  text-align: center;
}

/* line 138, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
a.sf_image {
  border: 0;
}

/* line 145, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text a,
.text_synced a,
p a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  color: inherit;
}
/* line 151, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.text a:hover,
.text_synced a:hover,
p a:hover {
  text-decoration: none;
}

/* line 157, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.sf-link {
  border-bottom: 1px solid;
  text-decoration: none;
  color: inherit;
}
/* line 162, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.sf-link:hover {
  text-decoration: none;
}

/* line 170, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.one_text > .text p,
.one_text > .text h1,
.one_text > .text h2,
.one_text > .text h3,
.one_text > .text ol,
.one_text > .text ul,
.one_text > .text blockquote,
.one > .text p,
.one > .text h1,
.one > .text h2,
.one > .text h3,
.one > .text ol,
.one > .text ul,
.one > .text blockquote,
.one > .text_synced p,
.one > .text_synced h1,
.one > .text_synced h2,
.one > .text_synced h3,
.one > .text_synced ol,
.one > .text_synced ul,
.one > .text_synced blockquote {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
/* line 182, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.one_text > .text blockquote p,
.one > .text blockquote p,
.one > .text_synced blockquote p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 189, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.one_text > .text .sf_image ~ h1,
.one_text > .text .sf_image ~ h2,
.one_text > .text .sf_image ~ h3,
.one_text > .text .sf_image ~ ol,
.one_text > .text .sf_image ~ ul,
.one_text > .text .sf_image ~ p,
.one_text > .text .sf_image ~ blockquote,
.one > .text .sf_image ~ h1,
.one > .text .sf_image ~ h2,
.one > .text .sf_image ~ h3,
.one > .text .sf_image ~ ol,
.one > .text .sf_image ~ ul,
.one > .text .sf_image ~ p,
.one > .text .sf_image ~ blockquote,
.one > .text_synced .sf_image ~ h1,
.one > .text_synced .sf_image ~ h2,
.one > .text_synced .sf_image ~ h3,
.one > .text_synced .sf_image ~ ol,
.one > .text_synced .sf_image ~ ul,
.one > .text_synced .sf_image ~ p,
.one > .text_synced .sf_image ~ blockquote {
  max-width: 100%;
}
/* line 202, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.one_text > .text .sf_image_top ~ h1,
.one_text > .text .sf_image_top ~ h2,
.one_text > .text .sf_image_top ~ h3,
.one_text > .text .sf_image_top ~ ol,
.one_text > .text .sf_image_top ~ ul,
.one_text > .text .sf_image_top ~ p,
.one_text > .text .sf_image_top ~ blockquote,
.one > .text .sf_image_top ~ h1,
.one > .text .sf_image_top ~ h2,
.one > .text .sf_image_top ~ h3,
.one > .text .sf_image_top ~ ol,
.one > .text .sf_image_top ~ ul,
.one > .text .sf_image_top ~ p,
.one > .text .sf_image_top ~ blockquote,
.one > .text_synced .sf_image_top ~ h1,
.one > .text_synced .sf_image_top ~ h2,
.one > .text_synced .sf_image_top ~ h3,
.one > .text_synced .sf_image_top ~ ol,
.one > .text_synced .sf_image_top ~ ul,
.one > .text_synced .sf_image_top ~ p,
.one > .text_synced .sf_image_top ~ blockquote {
  max-width: 730px;
}

/* line 214, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.snippet_area_footer .one.columns .column.text,
.snippet_area_footer .one.columns .column.text_synced {
  text-align: center;
}
/* line 218, ../../../../../../themes/inspire/public/styles/scss/snippets/_text.scss */
.snippet_area_footer .one.columns .column.text p,
.snippet_area_footer .one.columns .column.text h1,
.snippet_area_footer .one.columns .column.text h2,
.snippet_area_footer .one.columns .column.text h3,
.snippet_area_footer .one.columns .column.text ol,
.snippet_area_footer .one.columns .column.text ul,
.snippet_area_footer .one.columns .column.text blockquote,
.snippet_area_footer .one.columns .column.text_synced p,
.snippet_area_footer .one.columns .column.text_synced h1,
.snippet_area_footer .one.columns .column.text_synced h2,
.snippet_area_footer .one.columns .column.text_synced h3,
.snippet_area_footer .one.columns .column.text_synced ol,
.snippet_area_footer .one.columns .column.text_synced ul,
.snippet_area_footer .one.columns .column.text_synced blockquote {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.column.form {
  max-width: 1170px;
}

/* line 5, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.sf-form {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.sf-form .submitBtnArea {
  text-align: left;
  margin-top: 40px;
}
/* line 16, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.sf-form dd {
  margin-bottom: 20px;
}
/* line 20, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.sf-form .form_error p {
  color: #ee5665;
}

/* line 26, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.one .sf-form h2 {
  text-align: center;
}
/* line 30, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.one .sf-form .submitBtnArea {
  text-align: center;
}

/* line 35, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
input,
textarea,
select {
  height: 45px;
  margin-bottom: 0px;
  background: #f5f5f5;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  letter-spacing: 1px;
  padding: 0 16px;
  color: #2a2a2a;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 300;
}

/* line 53, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
textarea {
  padding: 15px;
  height: 100px;
}

/* line 58, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 14px;
}

/* line 64, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
input[type="file"] {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 3px;
  display: block;
}

/* line 74, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.fieldtype_7_first,
.fieldtype_7_last {
  width: 49%;
}

/* line 79, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.fieldtype_7_last {
  float: right;
}

/* line 83, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
input,
textarea,
select {
  outline: none;
}

/* line 89, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
form button {
  letter-spacing: 0.08em;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  padding: 12px 20px;
  font-weight: 400;
  text-align: center;
  display: block;
  border: 1px solid;
  background: none;
  transition: all 0.2s ease;
  max-width: 350px;
}

/* line 105, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.columns.form,
.columns > .column.form {
  overflow: visible;
}

/* line 110, ../../../../../../themes/inspire/public/styles/scss/snippets/_form.scss */
.columns.form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 3, ../../../../../../themes/inspire/public/styles/scss/snippets/_image_text.scss */
.columns.image_text img {
  margin-bottom: 33px;
}
/* line 7, ../../../../../../themes/inspire/public/styles/scss/snippets/_image_text.scss */
.columns.image_text h1 {
  margin-bottom: 0.7em;
}
/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_image_text.scss */
.columns.image_text h2 {
  margin-bottom: 0.6em;
}
/* line 15, ../../../../../../themes/inspire/public/styles/scss/snippets/_image_text.scss */
.columns.image_text h3 {
  margin-bottom: 0.5em;
}
/* line 19, ../../../../../../themes/inspire/public/styles/scss/snippets/_image_text.scss */
.columns.image_text p.last-child {
  margin-bottom: 0;
}

/* line 5, ../../../../../../themes/inspire/public/styles/scss/snippets/_image.scss */
.column.image2 a,
.column.image2_synced a,
.column.image a {
  border: 0;
}
@media only screen and (max-width: 599px) {
  /* line 1, ../../../../../../themes/inspire/public/styles/scss/snippets/_image.scss */
  .column.image2,
  .column.image2_synced,
  .column.image {
    text-align: center;
  }
  /* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_image.scss */
  .column.image2 img,
  .column.image2_synced img,
  .column.image img {
    width: 100%;
  }
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
.map,
.map_synced {
  position: relative;
}
/* line 5, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
.map iframe,
.map_synced iframe {
  width: 100%;
  height: 350px;
}
/* line 10, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
.map .map-overlay,
.map_synced .map-overlay {
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* ----- Map: 100% width in snippet ----- */
/* ----- Admin: map 100% width ----- */
/* line 28, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
.column.map a div {
  background-size: cover !important;
  background-position: center !important;
}

/* ----- Change how snippets relate to other elements ----- */
/* line 36, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
.top-menu-wrapper + .snippet_area_main > .columns.map:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 36, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.map:first-child {
    margin-top: -30px;
  }
}

/* line 46, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
.top-menu-wrapper + .map {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 46, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
  .top-menu-wrapper + .map {
    margin-top: -30px;
  }
}

/* line 55, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
.map + .color_block,
.map + .wide_image_with_text2,
.map + .wide_image_tall_with_text,
.map + .wide_image {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 55, ../../../../../../themes/inspire/public/styles/scss/snippets/_map.scss */
  .map + .color_block,
  .map + .wide_image_with_text2,
  .map + .wide_image_tall_with_text,
  .map + .wide_image {
    margin-top: -30px;
  }
}

/* line 4, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook p,
.column.facebook_synced p {
  margin: 0;
}
/* line 10, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed a,
.column.facebook_synced .type_feed a {
  border-bottom: 0 !important;
}
/* line 13, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed a:hover,
.column.facebook_synced .type_feed a:hover {
  text-decoration: underline;
}
/* line 18, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions,
.column.facebook_synced .type_feed .actions {
  color: #949494;
}
/* line 22, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions a,
.column.facebook_synced .type_feed .actions a {
  color: #949494;
}
/* line 26, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions .interaction,
.column.facebook_synced .type_feed .actions .interaction {
  font-size: 14px;
  margin: 5px 0 0px 0;
}
/* line 31, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .actions .author,
.column.facebook_synced .type_feed .actions .author {
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}
/* line 39, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .status,
.column.facebook_synced .type_feed .status {
  margin-bottom: 50px;
}
/* line 43, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook.scss */
.column.facebook .type_feed .status.photo img,
.column.facebook_synced .type_feed .status.photo img {
  margin-bottom: 10px;
}

/* line 5, ../../../../../../themes/inspire/public/styles/scss/snippets/_quote.scss */
.quote img,
.quote_synced img {
  background-color: transparent;
  margin-left: 19px;
  margin-right: 16px;
  float: left;
  border-radius: 50px;
}
/* line 13, ../../../../../../themes/inspire/public/styles/scss/snippets/_quote.scss */
.quote blockquote,
.quote_synced blockquote {
  border-left-width: 0px;
  padding-top: 0;
  margin-bottom: 0;
}
/* line 18, ../../../../../../themes/inspire/public/styles/scss/snippets/_quote.scss */
.quote blockquote p,
.quote_synced blockquote p {
  font-style: italic;
}
/* line 21, ../../../../../../themes/inspire/public/styles/scss/snippets/_quote.scss */
.quote blockquote p.author,
.quote_synced blockquote p.author {
  font-style: none;
  font-weight: bold;
}
/* line 26, ../../../../../../themes/inspire/public/styles/scss/snippets/_quote.scss */
.quote blockquote p.last-child,
.quote_synced blockquote p.last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 33, ../../../../../../themes/inspire/public/styles/scss/snippets/_quote.scss */
.quote p.author,
.quote_synced p.author {
  margin-top: 10px;
  margin-left: 88px;
}

/* line 3, ../../../../../../themes/inspire/public/styles/scss/snippets/_facebook_comments.scss */
.column.facebook_comments iframe {
  max-width: 650px !important;
  background-color: #fff;
}

/* line 6, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
.two.columns .column.sociallinks_synced ul.sociallink,
.two.columns .column.sociallinks ul.sociallink {
  text-align: left;
}

/* line 12, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink {
  padding: 0 0 0 17px;
  text-align: center;
}
/* line 16, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li {
  list-style-type: none;
  display: inline-block;
  float: none;
}
/* line 21, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li a {
  font-size: 25px;
  margin-right: 40px;
  transition: all 0.2s ease-in-out;
  border-bottom: 0;
}
/* line 29, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .facebook:before {
  content: '\f082';
  font-family: 'FontAwesome';
}
/* line 34, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .facebook:hover {
  color: #3b5998;
}
/* line 40, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .twitter:before {
  content: '\f081';
  font-family: 'FontAwesome';
}
/* line 45, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .twitter:hover {
  color: #00aced;
}
/* line 51, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .instagram:before {
  content: '\f16d';
  font-family: 'FontAwesome';
}
/* line 56, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .instagram:hover {
  color: #125688;
}
/* line 62, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .youtube:before {
  content: '\f166';
  font-family: 'FontAwesome';
}
/* line 67, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .youtube:hover {
  color: #bb0000;
}
/* line 73, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .linkedin:before {
  content: '\f08c';
  font-family: 'FontAwesome';
}
/* line 78, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .linkedin:hover {
  color: #007bb5;
}
/* line 84, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .google:before {
  content: '\f0d4';
  font-family: 'FontAwesome';
}
/* line 89, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
ul.sociallink li .google:hover {
  color: #dd4b39;
}
@media only screen and (max-width: 940px) {
  /* line 12, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
  ul.sociallink {
    text-align: center;
    margin-top: 20px;
  }
  /* line 99, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
  ul.sociallink li {
    display: inline;
    float: none;
    text-align: center;
  }
}

/* line 112, ../../../../../../themes/inspire/public/styles/scss/snippets/_sociallinks.scss */
.snippet_area_footer ul.sociallinks,
.snippet_area_footer ul.sociallinks_synced,
.snippet_area_sidebar ul.sociallinks,
.snippet_area_sidebar ul.sociallinks_synced,
.act_as_snippet_area_main ul.sociallinks,
.act_as_snippet_area_main ul.sociallinks_synced,
.snippet_area_main ul.sociallinks,
.snippet_area_main ul.sociallinks_synced {
  padding-left: 0px;
}

@media screen and (max-width: 600px) {
  /* line 4, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
  .columns.product .column.product,
  .columns.product .column.product_synced,
  .columns.product_synced .column.product,
  .columns.product_synced .column.product_synced {
    margin-bottom: 5%;
  }
}

/* line 13, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product {
  max-width: 395px;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  max-height: 500px;
  position: relative;
  padding-bottom: 15px;
}
/* line 23, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product .actions {
  padding-top: 60%;
}
/* line 27, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product .image {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 530px) {
  /* line 27, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
  .sf-product .image {
    height: auto;
  }
}
/* line 38, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product .name {
  display: block;
  text-align: center;
  margin: 33px 10px 0;
  height: 45px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  color: #505559;
}
@media (max-width: 530px) {
  /* line 38, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
  .sf-product .name {
    height: auto;
    overflow: visible;
    margin: 15px;
  }
}
/* line 55, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product .price {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #505559;
}
@media (max-width: 530px) {
  /* line 55, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
  .sf-product .price {
    padding-bottom: 15px;
  }
}
/* line 66, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product .overlay,
.sf-product .actions {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 87, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product .actions {
  text-align: center;
  padding-top: 260px;
}
/* line 91, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product .actions a {
  pointer-events: auto;
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 24px;
  border-radius: 5px;
}
/* line 101, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product:hover .overlay {
  opacity: 0.74;
}
/* line 105, ../../../../../../themes/inspire/public/styles/scss/snippets/_product.scss */
.sf-product:hover .actions {
  opacity: 1;
}

/* line 4, ../../../../../../themes/inspire/public/styles/scss/snippets/_latest_posts.scss */
.latest_posts ul,
.latest_posts_synced ul {
  margin-top: 15px;
  padding: 0;
}
/* line 8, ../../../../../../themes/inspire/public/styles/scss/snippets/_latest_posts.scss */
.latest_posts ul li,
.latest_posts_synced ul li {
  list-style-type: none;
}
/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_latest_posts.scss */
.latest_posts ul li a,
.latest_posts_synced ul li a {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  padding: 15px;
  letter-spacing: 0.9px;
  display: block;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}
/* line 20, ../../../../../../themes/inspire/public/styles/scss/snippets/_latest_posts.scss */
.latest_posts ul li a:hover,
.latest_posts_synced ul li a:hover {
  background-color: #dddddd;
  color: #fff;
  text-decoration: none;
}
/* line 27, ../../../../../../themes/inspire/public/styles/scss/snippets/_latest_posts.scss */
.latest_posts ul li:first-child a,
.latest_posts_synced ul li:first-child a {
  border-top: 1px solid #dddddd;
}

/* ---- SNIPPET: BUTTON ---- */
/* line 4, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.cta_button,
.cta_button_synced {
  text-align: center;
}

/* line 9, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
a.sf-button,
button.sf-button {
  color: #fff;
  letter-spacing: 0.8px;
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 28px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}
/* line 26, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
a.sf-button:hover,
button.sf-button:hover {
  color: #fff;
}

/* line 31, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.sf-button a {
  color: #fff;
  letter-spacing: 0.8px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
  padding: 15px 28px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
/* line 47, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.sf-button a:hover {
  color: #fff;
  transform: scale(1.03);
}
/* line 52, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.sf-button a a {
  color: #fff;
  letter-spacing: 0.8px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
  padding: 15px 28px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
/* line 68, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.sf-button a a:hover {
  color: #fff;
  transform: scale(1.03);
}

/* line 77, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
button.sf-button:hover,
.sf-button:hover {
  transform: scale(1.03);
}

/* line 82, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
input[type='submit'] {
  transition: all 0.2s ease-in-out;
}
/* line 84, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
input[type='submit']:hover {
  transform: scale(1.03);
}

/* line 90, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.snippet_area .sf-button a,
.snippet_area a.sf-button {
  border-bottom: 0;
}
/* line 94, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.snippet_area .sf-button a:hover,
.snippet_area a.sf-button:hover {
  color: #fff;
}

/* line 99, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.columns.cta_button {
  margin-top: -20px;
}

/* line 104, ../../../../../../themes/inspire/public/styles/scss/snippets/legacy/_button.scss */
.sf-button {
  pointer-events: auto;
}

/* ---- SNIPPET: BUTTON ---- */
/* line 6, ../../../../../../themes/inspire/public/styles/scss/snippets/_sf-btn.scss */
.sf_btn,
.sf_btn_synced {
  text-align: center;
}

/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_sf-btn.scss */
.sf-btn {
  letter-spacing: 0.8px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
  padding: 15px 28px;
  font-weight: 300;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  width: auto;
  display: none;
}
/* line 27, ../../../../../../themes/inspire/public/styles/scss/snippets/_sf-btn.scss */
.sf-btn:hover, .sf-btn:focus {
  color: #fff;
  transform: scale(1.03);
}
/* line 33, ../../../../../../themes/inspire/public/styles/scss/snippets/_sf-btn.scss */
.sf-btn.show-btn {
  display: inline-block;
}

/* line 38, ../../../../../../themes/inspire/public/styles/scss/snippets/_sf-btn.scss */
input[type='submit'] {
  letter-spacing: 0.8px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  width: auto;
  border: 0;
}
/* line 53, ../../../../../../themes/inspire/public/styles/scss/snippets/_sf-btn.scss */
input[type='submit']:hover {
  color: #fff;
  transform: scale(1.03);
}

/* line 60, ../../../../../../themes/inspire/public/styles/scss/snippets/_sf-btn.scss */
.sf-button {
  pointer-events: auto;
}

/* ------------------------- */
/* ---- SNIPPET: VIDEO ----- */
/* ------------------------- */
/* line 13, ../../../../../../themes/inspire/public/styles/scss/snippets/_video.scss */
.responsive-video {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

/* line 24, ../../../../../../themes/inspire/public/styles/scss/snippets/_video.scss */
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* line 3, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.columns.wide_image_with_text2,
.columns.wide_image_with_text3 {
  max-width: 100%;
  padding: 0;
}

/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2,
.wide_image_with_text3 {
  position: relative;
}
/* line 15, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .content,
.wide_image_with_text3 .content {
  position: absolute;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  height: 100%;
}
/* line 22, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .content .intro,
.wide_image_with_text3 .content .intro {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 34, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .content .intro .title,
.wide_image_with_text3 .content .intro .title {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  font-size: 36px;
  pointer-events: auto;
  padding: 0 10px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  /* line 34, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
  .wide_image_with_text2 .content .intro .title,
  .wide_image_with_text3 .content .intro .title {
    font-size: 70px;
    line-height: 80px;
  }
}
/* line 51, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .content .intro .title + .sf-button,
.wide_image_with_text3 .content .intro .title + .sf-button {
  margin-top: 40px;
  display: block;
}
/* line 57, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .content .intro .subtext,
.wide_image_with_text2 .content .intro p,
.wide_image_with_text3 .content .intro .subtext,
.wide_image_with_text3 .content .intro p {
  font-size: 18px;
  font-weight: 400;
  pointer-events: auto;
  margin-bottom: 40px;
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  /* line 57, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
  .wide_image_with_text2 .content .intro .subtext,
  .wide_image_with_text2 .content .intro p,
  .wide_image_with_text3 .content .intro .subtext,
  .wide_image_with_text3 .content .intro p {
    font-size: 15px;
  }
}
/* line 74, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .content .intro a,
.wide_image_with_text3 .content .intro a {
  pointer-events: auto;
  position: relative;
}
/* line 79, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .content .intro .button:hover,
.wide_image_with_text3 .content .intro .button:hover {
  background: transparent;
  color: #fff;
}
/* line 87, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .wide_image div,
.wide_image_with_text3 .wide_image div {
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-device-width: 1024px) {
  /* line 87, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
  .wide_image_with_text2 .wide_image div,
  .wide_image_with_text3 .wide_image div {
    background-attachment: scroll;
  }
}
/* line 98, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 .overlay,
.wide_image_with_text3 .overlay {
  position: absolute;
  width: 100%;
  opacity: 0.6;
  height: 100%;
}

/* line 107, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.columns.two_wide_image_with_text2 {
  height: 410px;
}

/* line 112, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.snippet_area > .columns.wide_image_with_text,
.snippet_area > .columns.wide_image_with_text2 {
  overflow: visible;
}

/* ----- Change how snippet relate to other elements ----- */
/* line 120, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.top-menu-wrapper + .snippet_area_main > .columns.wide_image_with_text2:first-child,
.top-menu-wrapper + .snippet_area_main > .columns.wide_image_with_text3:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 120, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.wide_image_with_text2:first-child,
  .top-menu-wrapper + .snippet_area_main > .columns.wide_image_with_text3:first-child {
    margin-top: -30px;
  }
}

/* line 131, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.top-menu-wrapper + .wide_image_with_text2,
.top-menu-wrapper + .wide_image_with_text3 {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 131, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
  .top-menu-wrapper + .wide_image_with_text2,
  .top-menu-wrapper + .wide_image_with_text3 {
    margin-top: -30px;
  }
}

/* line 141, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.wide_image_with_text2 + .color_block,
.wide_image_with_text3 + .color_block,
.wide_image_with_text2 + .wide_image,
.wide_image_with_text3 + .wide_image,
.wide_image_with_text2 + .wide_image_tall_with_text,
.wide_image_with_text3 + .wide_image_tall_with_text,
.wide_image_with_text2 + .one.wide_map,
.wide_image_with_text3 + .one.wide_map {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 141, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
  .wide_image_with_text2 + .color_block,
  .wide_image_with_text3 + .color_block,
  .wide_image_with_text2 + .wide_image,
  .wide_image_with_text3 + .wide_image,
  .wide_image_with_text2 + .wide_image_tall_with_text,
  .wide_image_with_text3 + .wide_image_tall_with_text,
  .wide_image_with_text2 + .one.wide_map,
  .wide_image_with_text3 + .one.wide_map {
    margin-top: -30px;
  }
}

/* line 156, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_with_text.scss */
.snippet_area > .wide_image_with_text3.last-snippet {
  margin-bottom: 0;
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.columns.wide_image_tall_with_text {
  max-width: 100%;
  padding: 0;
}

/* line 6, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text {
  position: relative;
  height: 600px;
}
/* line 10, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .content {
  position: absolute;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  height: 100%;
}
/* line 17, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .content .intro {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 29, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .content .intro .title {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  font-size: 36px;
  pointer-events: auto;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  /* line 29, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .wide_image_tall_with_text .content .intro .title {
    font-size: 70px;
    line-height: 80px;
  }
}
/* line 45, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .content .intro .title + .sf-button {
  margin-top: 40px;
  display: block;
}
/* line 51, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .content .intro .subtext,
.wide_image_tall_with_text .content .intro p {
  font-size: 18px;
  font-weight: 400;
  pointer-events: auto;
  margin-bottom: 40px;
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  /* line 51, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .wide_image_tall_with_text .content .intro .subtext,
  .wide_image_tall_with_text .content .intro p {
    font-size: 15px;
  }
}
/* line 68, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .content .intro a {
  pointer-events: auto;
  position: relative;
}
/* line 73, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .content .intro .button:hover {
  background: transparent;
  color: #fff;
}
/* line 80, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .wide_image {
  height: 100%;
}
/* line 83, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .wide_image div {
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}
@media only screen and (max-device-width: 1024px) {
  /* line 83, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .wide_image_tall_with_text .wide_image div {
    background-attachment: scroll;
  }
}
/* line 95, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text .overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0.6;
}

/* line 111, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.snippet_area > .columns.wide_image_tall_with_text {
  overflow: visible;
}

/* ----- If more than one snippet, auto height on mobile ------ */
@media screen and (max-width: 600px) {
  /* line 119, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .two_wide_image_tall_with_text {
    height: auto !important;
  }
  /* line 122, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .two_wide_image_tall_with_text .wide_image_tall_with_text {
    height: auto;
  }

  /* line 127, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .three_wide_image_tall_with_text {
    height: auto !important;
  }
  /* line 130, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .three_wide_image_tall_with_text .wide_image_tall_with_text {
    height: auto;
  }
}
/* ----- END: If more than one snippet, auto height on mobile ------ */
/* ----- Change how snippet relate to other elements ----- */
/* line 142, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.top-menu-wrapper + .snippet_area_main > .columns.wide_image_tall_with_text:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 142, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.wide_image_tall_with_text:first-child {
    margin-top: -30px;
  }
}

/* line 152, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.top-menu-wrapper + .wide_image_tall_with_text {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 152, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .top-menu-wrapper + .wide_image_tall_with_text {
    margin-top: -30px;
  }
}

/* line 161, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.wide_image_tall_with_text + .color_block,
.wide_image_tall_with_text + .wide_image,
.wide_image_tall_with_text + .wide_image_with_text2,
.wide_image_tall_with_text + .wide_image_with_text3,
.wide_image_tall_with_text + .one.wide_map {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 161, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
  .wide_image_tall_with_text + .color_block,
  .wide_image_tall_with_text + .wide_image,
  .wide_image_tall_with_text + .wide_image_with_text2,
  .wide_image_tall_with_text + .wide_image_with_text3,
  .wide_image_tall_with_text + .one.wide_map {
    margin-top: -30px;
  }
}

/* line 173, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_tall_with_text.scss */
.snippet_area > .wide_image_tall_with_text.last-snippet {
  margin-bottom: 0;
}

/* line 2, ../../../../../../themes/inspire/public/styles/scss/snippets/_statement.scss */
.statement .statement-content {
  padding: 40px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_statement.scss */
.statement .statement-content em {
  font-size: 33px;
  font-weight: 100;
  font-style: italic;
  line-height: 1.5em;
}

/* line 3, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.columns.top_heading {
  max-width: 100%;
}

/* line 10, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.top_heading .content .intro {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
/* line 17, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.top_heading .content .intro h1 {
  margin: 0;
}
/* line 21, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.top_heading .content .intro p {
  font-size: 16px;
  opacity: 0.75;
  font-weight: 400;
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 30, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.top_heading .content .intro p:last-child {
  margin-bottom: 0;
}

/* line 39, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.snippet_area > .columns.top_heading {
  overflow: visible;
}

/* ----- Change how snippets relate to other elements ----- */
/* line 46, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.top-menu-wrapper + .snippet_area_main > .columns.top_heading:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 46, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.top_heading:first-child {
    margin-top: -30px;
  }
}

/* line 56, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
.top-menu-wrapper + .top_heading {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 56, ../../../../../../themes/inspire/public/styles/scss/snippets/_top_heading.scss */
  .top-menu-wrapper + .top_heading {
    margin-top: -30px;
  }
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.columns.color_block {
  max-width: 100%;
}
/* line 4, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.columns.color_block:after {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}

/* line 13, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.color_block .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 13, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .color_block .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 22, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.color_block .content p {
  width: 100%;
}
/* line 25, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.color_block .content p:last-child {
  margin-bottom: 0;
}
/* line 30, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.color_block .content:after {
  content: '';
  clear: both;
  display: table;
}

@media screen and (min-width: 768px) {
  /* line 39, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.one.color_block .column {
    max-width: 1120px;
    margin: 0 auto;
  }
}
/* ----- If two color_blocks in a row ----- */
@media screen and (min-width: 768px) {
  /* line 48, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.two.color_block {
    padding: 0;
  }
  /* line 51, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.two.color_block .column0.color_block .content,
  .columns.two.color_block .column.color_block:first-child .content {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 25px;
  }
  /* line 60, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.two.color_block .column1.color_block .content,
  .columns.two.color_block .column.color_block:nth-child(2) .content {
    max-width: 560px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-right: 25px;
  }
}
/* ----- END: If two color_blocks in a row ----- */
/* ----- If three color_blocks in a row ----- */
@media screen and (min-width: 1170px) {
  /* line 79, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block {
    padding: 0;
  }
  /* line 82, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block .column0.color_block,
  .columns.three.color_block .column.color_block:nth-child(1) {
    width: calc(50% - 220px);
  }
  /* line 87, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block .column.color_block:first-child .content {
    max-width: 365px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 25px;
  }
  /* line 95, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block .column1.color_block,
  .columns.three.color_block .column.color_block:nth-child(2) {
    max-width: 340px;
    margin: 0 50px;
  }
  /* line 101, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block .column.color_block:nth-child(2) .content {
    max-width: 340px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 108, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block .column2.color_block,
  .columns.three.color_block .column.color_block:nth-child(3) {
    width: calc(50% - 220px);
    margin: 0;
  }
  /* line 114, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block .column.color_block:nth-child(3) .content {
    max-width: 365px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  /* line 126, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.three.color_block .column.color_block {
    width: calc(33.33% - 33.33px);
  }
}
/* ----- END: If three color_blocks in a row ----- */
/* ----- If four color_blocks in a row ----- */
@media screen and (min-width: 1170px) {
  /* line 138, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block {
    padding: 0;
  }
  /* line 142, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column0.color_block,
  .columns.four.color_block .column.color_block:nth-child(1) {
    width: calc(50% - 317.5px);
  }
  /* line 147, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column.color_block:first-child .content {
    max-width: 267.5px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 25px;
  }
  /* line 156, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column1.color_block,
  .columns.four.color_block .column.color_block:nth-child(2) {
    max-width: 242.5px;
    margin-left: 50px;
  }
  /* line 162, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column.color_block:nth-child(2) .content {
    max-width: 242.5px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 170, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column2.color_block,
  .columns.four.color_block .column.color_block:nth-child(3) {
    max-width: 242.5px;
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 177, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column.color_block:nth-child(3) .content {
    max-width: 242.5px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  /* line 185, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column3.color_block,
  .columns.four.color_block .column.color_block:nth-child(4) {
    width: calc(50% - 317.5px);
    margin: 0;
  }
  /* line 191, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column.color_block:nth-child(4) .content {
    max-width: 267.5px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  /* line 203, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.four.color_block .column.color_block {
    width: calc(25% - 38px);
  }
}
/* ----- END: If four color_blocks in a row ----- */
/* ----- If five color_blocks in a row ----- */
@media screen and (min-width: 1170px) {
  /* line 215, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block {
    padding: 0;
  }
  /* line 219, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column0.color_block,
  .columns.five.color_block .column.color_block:nth-child(1) {
    width: calc(50% - 376px);
  }
  /* line 224, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column.color_block:first-child .content {
    max-width: 209px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 25px;
  }
  /* line 233, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column1.color_block,
  .columns.five.color_block .column.color_block:nth-child(2) {
    max-width: 184px;
    margin-left: 50px;
  }
  /* line 239, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column.color_block:nth-child(2) .content {
    max-width: 184px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 247, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column2.color_block,
  .columns.five.color_block .column.color_block:nth-child(3) {
    max-width: 184px;
    margin-left: 50px;
  }
  /* line 253, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column.color_block:nth-child(3) .content {
    max-width: 184px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  /* line 261, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column3.color_block,
  .columns.five.color_block .column.color_block:nth-child(4) {
    max-width: 184px;
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 268, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column.color_block:nth-child(4) .content {
    max-width: 184px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  /* line 276, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column4.color_block,
  .columns.five.color_block .column.color_block:nth-child(5) {
    width: calc(50% - 376px);
    margin: 0;
  }
  /* line 282, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column.color_block:nth-child(5) .content {
    max-width: 209px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  /* line 294, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column.color_block {
    width: calc(20% - 40px);
  }
}
/* ----- END: If five color_blocks in a row ----- */
/* ----- If six color_blocks in a row ----- */
@media screen and (min-width: 1170px) {
  /* line 306, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block {
    padding: 0;
  }
  /* line 310, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column0.color_block,
  .columns.six.color_block .column.color_block:nth-child(1) {
    width: calc(50% - 416px);
  }
  /* line 315, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column.color_block:first-child .content {
    max-width: 170px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 25px;
  }
  /* line 324, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column1.color_block,
  .columns.six.color_block .column.color_block:nth-child(2) {
    max-width: 145px;
    margin-left: 50px;
  }
  /* line 330, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column.color_block:nth-child(2) .content {
    max-width: 145px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 338, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column2.color_block,
  .columns.six.color_block .column.color_block:nth-child(3) {
    max-width: 145px;
    margin-left: 50px;
  }
  /* line 344, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column.color_block:nth-child(3) .content {
    max-width: 145px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  /* line 352, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column3.color_block,
  .columns.six.color_block .column.color_block:nth-child(4) {
    max-width: 145px;
    margin-left: 50px;
  }
  /* line 358, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column.color_block:nth-child(4) .content {
    max-width: 145px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  /* line 366, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column4.color_block,
  .columns.six.color_block .column.color_block:nth-child(5) {
    max-width: 145px;
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 373, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column.color_block:nth-child(5) .content {
    max-width: 145px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
  }
  /* line 381, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column5.color_block,
  .columns.six.color_block .column.color_block:nth-child(6) {
    width: calc(50% - 416px);
    margin: 0;
  }
  /* line 387, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.six.color_block .column.color_block:nth-child(6) .content {
    max-width: 170px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  /* line 399, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .columns.five.color_block .column.color_block {
    width: calc(20% - 40px);
  }
}
/* ----- END: If six color_blocks in a row ----- */
/* line 409, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.columns.two.color_block .column.color_block:first-child {
  margin-bottom: 0;
}

/* line 414, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.columns.color_block + .columns.color_block {
  margin-top: -60px;
}

/* line 419, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.snippet_area > .columns.color_block {
  overflow: visible;
}

/* ----- Change how snippets relate to other elements ----- */
/* line 426, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.top-menu-wrapper + .snippet_area_main > .columns.color_block:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 426, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.color_block:first-child {
    margin-top: -30px;
  }
}

/* line 436, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.top-menu-wrapper + .color_block {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 436, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .top-menu-wrapper + .color_block {
    margin-top: -30px;
  }
}

/* line 445, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.color_block + .wide_image,
.color_block + .wide_image_with_text2,
.color_block + .wide_image_with_text3,
.color_block + .wide_image_tall_with_text,
.color_block + .one.wide_map {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 445, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
  .color_block + .wide_image,
  .color_block + .wide_image_with_text2,
  .color_block + .wide_image_with_text3,
  .color_block + .wide_image_tall_with_text,
  .color_block + .one.wide_map {
    margin-top: -30px;
  }
}

/* line 457, ../../../../../../themes/inspire/public/styles/scss/snippets/_color_block.scss */
.snippet_area > .color_block.last-snippet {
  margin-bottom: 0;
}

/* line 2, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
.columns.wide_image,
#blog .columns.wide_image,
.columns.wide_image_synced {
  max-width: 100%;
  padding: 0;
}

/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
.wide_image div,
.wide_image_synced div {
  background-position: 50% 50%;
  background-size: cover;
}

/* ----- Change how snippets relate to other elements ----- */
/* line 21, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
.top-menu-wrapper + .snippet_area_main > .columns.wide_image:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 21, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.wide_image:first-child {
    margin-top: -30px;
  }
}

/* line 31, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
.top-menu-wrapper + .wide_image {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 31, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
  .top-menu-wrapper + .wide_image {
    margin-top: -30px;
  }
}

/* line 40, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
.wide_image + .color_block,
.wide_image + .wide_image_with_text2,
.wide_image + .wide_image_with_text3,
.wide_image + .wide_image_tall_with_text,
.wide_image + .one.wide_map {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 40, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
  .wide_image + .color_block,
  .wide_image + .wide_image_with_text2,
  .wide_image + .wide_image_with_text3,
  .wide_image + .wide_image_tall_with_text,
  .wide_image + .one.wide_map {
    margin-top: -30px;
  }
}

/* line 52, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image.scss */
.snippet_area > .wide_image.last-snippet {
  margin-bottom: 0;
}

/* line 2, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
.columns.wide_image_fixed,
#blog .columns.wide_image_fixed,
.columns.wide_image_fixed_synced {
  max-width: 100%;
  padding: 0;
}

/* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
.wide_image_fixed div,
.wide_image_fixed_synced div {
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-device-width: 1024px) {
  /* line 11, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
  .wide_image_fixed div,
  .wide_image_fixed_synced div {
    background-attachment: fixed;
  }
}

/* ----- Change how snippets relate to other elements ----- */
/* line 25, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
.top-menu-wrapper + .snippet_area_main > .columns.wide_image_fixed:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 25, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.wide_image_fixed:first-child {
    margin-top: -30px;
  }
}

/* line 35, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
.top-menu-wrapper + .wide_image_fixed {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 35, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
  .top-menu-wrapper + .wide_image_fixed {
    margin-top: -30px;
  }
}

/* line 44, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
.wide_image_fixed + .color_block,
.wide_image_fixed + .wide_image_with_text2,
.wide_image_fixed + .wide_image_with_text3,
.wide_image_fixed + .wide_image_tall_with_text,
.wide_image_fixed + .one.wide_map {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 44, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
  .wide_image_fixed + .color_block,
  .wide_image_fixed + .wide_image_with_text2,
  .wide_image_fixed + .wide_image_with_text3,
  .wide_image_fixed + .wide_image_tall_with_text,
  .wide_image_fixed + .one.wide_map {
    margin-top: -30px;
  }
}

/* line 56, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_image_fixed.scss */
.snippet_area > .wide_image_fixed.last-snippet {
  margin-bottom: 0;
}

/* line 3, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.columns.product-collection {
  max-width: 1170px;
}

/* line 8, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.product-collection .image img {
  width: 100%;
}
/* line 12, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.product-collection article {
  margin-bottom: 33px;
  position: relative;
  border: 1px solid #dddddd;
}
/* line 17, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.product-collection article .product-content {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: 0px;
  width: 100%;
  padding: 12px;
}
@media screen and (min-width: 900px) {
  /* line 17, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
  .product-collection article .product-content {
    width: 100%;
  }
}
/* line 32, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.product-collection article .product-content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a;
}
/* line 42, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.product-collection article .price,
.product-collection article .name {
  text-align: center;
}
/* line 47, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.product-collection article .price {
  opacity: 0;
  height: 0;
  animation-name: slide-down;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
/* line 60, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.product-collection article:hover .price {
  opacity: 0;
  animation-name: slide-up;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

/* line 73, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
.snippet_area .product-collection a .price {
  color: #2a2a2a;
}

@media screen and (min-width: 768px) {
  /* line 79, ../../../../../../themes/inspire/public/styles/scss/snippets/_product-collection.scss */
  .collection-product-lg.margin-top {
    margin-top: -52.5%;
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    height: 30px;
  }
}
@keyframes slide-down {
  from {
    opacity: 1;
    height: 30px;
  }
  to {
    opacity: 0;
    height: 0;
  }
}
/* line 1, ../../../../../../themes/inspire/public/styles/scss/snippets/_image-collection.scss */
.columns.image_collection {
  max-width: 1170px;
}

/* line 7, ../../../../../../themes/inspire/public/styles/scss/snippets/_image-collection.scss */
.image-collection-wrapper .image-wrapper {
  margin-bottom: 33px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 1200px) {
  /* line 12, ../../../../../../themes/inspire/public/styles/scss/snippets/_image-collection.scss */
  .image-collection-wrapper .image-wrapper.small {
    min-height: 250px;
  }
  /* line 16, ../../../../../../themes/inspire/public/styles/scss/snippets/_image-collection.scss */
  .image-collection-wrapper .image-wrapper.large {
    min-height: 550px;
  }
}
/* line 21, ../../../../../../themes/inspire/public/styles/scss/snippets/_image-collection.scss */
.image-collection-wrapper .image-wrapper img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 29, ../../../../../../themes/inspire/public/styles/scss/snippets/_image-collection.scss */
  .collection-image-lg.margin-top {
    margin-top: -24.9%;
  }
}
/* line 2, ../../../../../../themes/inspire/public/styles/scss/snippets/_popup-image-gallery.scss */
.popup-image-gallery a {
  border-bottom: none;
}
/* line 4, ../../../../../../themes/inspire/public/styles/scss/snippets/_popup-image-gallery.scss */
.popup-image-gallery a:hover {
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  /* line 9, ../../../../../../themes/inspire/public/styles/scss/snippets/_popup-image-gallery.scss */
  .popup-image-gallery a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  /* line 9, ../../../../../../themes/inspire/public/styles/scss/snippets/_popup-image-gallery.scss */
  .popup-image-gallery a img {
    width: 100%;
  }
}

/* line 20, ../../../../../../themes/inspire/public/styles/scss/snippets/_popup-image-gallery.scss */
.columns.popup-image-gallery + .columns.popup-image-gallery {
  margin-top: -35px;
}

/* line 25, ../../../../../../themes/inspire/public/styles/scss/snippets/_popup-image-gallery.scss */
.snippet_area_main > .two_popup-image-gallery .column.popup-image-gallery {
  width: 48.5%;
  margin-left: 3%;
}
/* line 29, ../../../../../../themes/inspire/public/styles/scss/snippets/_popup-image-gallery.scss */
.snippet_area_main > .two_popup-image-gallery .column:first-child.popup-image-gallery {
  margin-left: 0;
}

/* line 2, ../../../../../../themes/inspire/public/styles/scss/snippets/_go-back.scss */
.go-back-link {
  text-align: center;
}
/* line 5, ../../../../../../themes/inspire/public/styles/scss/snippets/_go-back.scss */
.go-back-link a {
  text-transform: uppercase;
  color: #505559;
  font-size: 12px;
  letter-spacing: 1.1px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  line-height: 19px;
}
/* line 16, ../../../../../../themes/inspire/public/styles/scss/snippets/_go-back.scss */
.go-back-link a:before {
  content: '\f104';
  font-family: 'FontAwesome';
  width: 21px;
  height: 21px;
  color: #505559;
  border: 1px solid #505559;
  border-radius: 20px;
  display: block;
  transition: all .25s ease-in-out;
  position: absolute;
  left: 0;
  top: -1px;
}
/* line 31, ../../../../../../themes/inspire/public/styles/scss/snippets/_go-back.scss */
.go-back-link a:hover {
  cursor: pointer;
  color: #505559;
}
/* line 35, ../../../../../../themes/inspire/public/styles/scss/snippets/_go-back.scss */
.go-back-link a:hover:before {
  background-color: #505559;
  color: #fff;
}

/* line 43, ../../../../../../themes/inspire/public/styles/scss/snippets/_go-back.scss */
.column .go-back a:hover {
  color: #505559;
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.wide_map,
.wide_map_synced {
  position: relative;
}
/* line 5, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.wide_map iframe,
.wide_map_synced iframe {
  width: 100%;
}
/* line 9, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.wide_map .map-overlay,
.wide_map_synced .map-overlay {
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* line 17, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.wide_map .map-overlay.clickable,
.wide_map_synced .map-overlay.clickable {
  pointer-events: none;
}

/* line 26, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.one.wide_map iframe,
.one.wide_map_synced iframe {
  width: 100%;
  height: 350px;
}

/* ----- Map: 100% width in snippet ----- */
/* line 34, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.one.columns.wide_map,
.one.columns.wide_map_synced {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: 350px;
}

/* ----- Admin: map 100% width ----- */
/* line 43, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.column.wide_map a div {
  background-size: cover !important;
  background-position: center !important;
}

/* ----- Change how snippets relate to other elements ----- */
/* line 60, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.top-menu-wrapper + .snippet_area_main > .columns.one.wide_map:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 60, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
  .top-menu-wrapper + .snippet_area_main > .columns.one.wide_map:first-child {
    margin-top: -30px;
  }
}

/* line 70, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.top-menu-wrapper + .one.wide_map {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 70, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
  .top-menu-wrapper + .one.wide_map {
    margin-top: -30px;
  }
}

/* line 79, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.one.wide_map + .color_block,
.one.wide_map + .wide_image_with_text2,
.one.wide_map + .wide_image_with_text3,
.one.wide_map + .wide_image_tall_with_text,
.one.wide_map + .wide_image {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 79, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
  .one.wide_map + .color_block,
  .one.wide_map + .wide_image_with_text2,
  .one.wide_map + .wide_image_with_text3,
  .one.wide_map + .wide_image_tall_with_text,
  .one.wide_map + .wide_image {
    margin-top: -30px;
  }
}

/* line 91, ../../../../../../themes/inspire/public/styles/scss/snippets/_wide_map.scss */
.snippet_area > .one.wide_map.last-snippet {
  margin-bottom: 0;
}

/**********************
	Snowfire UI mod
**********************/
/* line 36, ../../../../../../themes/inspire/public/styles/scss/_snippets.scss */
#shop_wrapper .sf_create_new {
  margin-left: 50px !important;
}

/* line 40, ../../../../../../themes/inspire/public/styles/scss/_snippets.scss */
.snippet_area_main .sf_add_snippet,
.act_as_snippet_area_main .sf_add_snippet {
  margin-left: 35px;
  margin-bottom: 35px;
}

/* line 46, ../../../../../../themes/inspire/public/styles/scss/_snippets.scss */
.column .sf_drag_handle {
  right: 10px !important;
}

/* line 47, ../../../../../../themes/inspire/public/styles/scss/_snippets.scss */
.column .sf_remove_snippet {
  right: 70px !important;
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
h1,
h2,
h3 {
  margin: 0 0 15px 0;
}

/* line 7, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
h5 {
  font-weight: 400;
  font-size: 9px;
  color: #505559;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

/* line 16, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
.dot-divider:before {
  content: '\00b7';
  color: #505559;
  padding: 0 3px;
}

/* line 22, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
p {
  font-weight: 300;
  line-height: 1.82em;
  font-size: 16px;
  margin-bottom: 25px;
}

/* line 29, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
a {
  color: #2a2a2a;
}
/* line 32, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 38, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
ul,
ol {
  margin-bottom: 25px;
  list-style-position: outside;
  padding-left: 17px;
}
/* line 44, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
ul.last-child,
ol.last-child {
  margin-bottom: 0;
}

/* line 49, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
body .label-style,
div label,
.sf-form label {
  text-transform: uppercase;
  font-size: 12px;
  color: #505559;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  /* line 61, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
  h1 {
    font-size: 32px;
  }

  /* line 65, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
  h2 {
    font-size: 23px;
  }
}
/* ---- Share icons ---- */
/* line 72, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
.share-icon {
  color: #888888;
}

/* line 76, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
.share-icon-fb:hover {
  color: #3A5998;
}

/* line 80, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
.share-icon-twitter:hover {
  color: #54ACEE;
}

/* line 84, ../../../../../../themes/inspire/public/styles/scss/_typography.scss */
.share-icon-linkedin:hover {
  color: #007BB6;
}

/* ---- END: Share icons ---- */
/* line 1, ../../../../../../themes/inspire/public/styles/scss/_page_footer.scss */
footer {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  /* line 1, ../../../../../../themes/inspire/public/styles/scss/_page_footer.scss */
  footer {
    margin-top: 30px;
  }
}
/* line 9, ../../../../../../themes/inspire/public/styles/scss/_page_footer.scss */
footer #powered_by a {
  float: right;
}

/* line 2, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 2, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image {
    height: 300px;
    margin-bottom: 30px;
  }
}
/* line 11, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .image div {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  /* line 11, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image .image div {
    height: 300px;
  }
}
/* line 22, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .bg-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: url("/themes/inspire/public/images/fade.png") repeat-x bottom center;
  opacity: 0.8;
}
/* line 33, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .overlay {
  background-color: rgba(66, 66, 66, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 500px;
}
@media screen and (max-width: 768px) {
  /* line 33, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image .overlay {
    height: 300px;
  }
}
/* line 46, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .inner {
  position: absolute;
  bottom: 80px;
}
@media screen and (max-width: 992px) {
  /* line 46, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image .inner {
    bottom: 40px;
  }
}
/* line 55, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image a,
.wide-blog-image h1 {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 55, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image a,
  .wide-blog-image h1 {
    font-size: 30px;
  }
}
/* line 66, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .avatar {
  float: left;
  margin-right: 25px;
}
/* line 70, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .avatar img,
.wide-blog-image .avatar .avatar-img {
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 70, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image .avatar img,
  .wide-blog-image .avatar .avatar-img {
    width: 35px;
    height: 35px;
  }
}
/* line 85, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .edit-mode {
  width: 55px;
  height: 55px;
}
/* line 90, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .text {
  float: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  /* line 90, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image .text {
    margin-top: 1px;
  }
}
/* line 98, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .text .date,
.wide-blog-image .text .author {
  display: block;
  color: #fff;
}
/* line 106, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image.next-article {
  margin-bottom: 0;
}
/* line 110, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.wide-blog-image .tag {
  display: block;
  position: absolute;
  bottom: 439px;
  color: #fff;
  font-weight: 400;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  /* line 110, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .wide-blog-image .tag {
    bottom: 239px;
  }
}

/* line 127, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.blog-post-intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 127, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .blog-post-intro {
    margin-bottom: 30px;
  }
}

/* line 137, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.blog .snippet_area {
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}

/* line 147, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
#pagination .pages {
  margin-top: 50px;
  width: 100%;
  font-size: 17px;
  letter-spacing: 0.09em;
  font-weight: 200;
  text-transform: uppercase;
  padding: 10px;
}
/* line 156, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
#pagination .pages a {
  text-decoration: underline;
}

/* ----- Change how snippets relate to other elements ----- */
/* line 165, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
.top-menu-wrapper + .blog > .wide-blog-image:first-child {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 165, ../../../../../../themes/inspire/public/styles/scss/layouts/_blog.scss */
  .top-menu-wrapper + .blog > .wide-blog-image:first-child {
    margin-top: -30px;
  }
}

/* line 3, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 3, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  #simple-blog article {
    margin-bottom: 30px;
  }
}
/* line 14, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  /* line 14, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  #simple-blog article:first-child {
    margin-top: 20px;
  }
}
/* line 22, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article p {
  position: relative;
}
/* line 26, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article h2 {
  margin-bottom: 0;
}
/* line 30, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article small {
  margin-bottom: 15px;
  margin-top: -3px;
  display: block;
}
/* line 35, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article small h5 {
  display: inline-block;
}
/* line 40, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article .main_image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 40, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  #simple-blog article .main_image {
    margin-bottom: 30px;
  }
}
/* line 48, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article .left-fig {
  float: left;
  margin-left: 0%;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 48, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  #simple-blog article .left-fig {
    float: left;
    margin-left: -20%;
    padding-right: 10px;
  }
}
/* line 60, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog article figcaption {
  font-size: 13px;
  padding-top: 5px;
}
/* line 67, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog .snippet_area {
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}
/* line 73, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog.one-post article {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 73, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  #simple-blog.one-post article {
    margin-top: -20px;
  }
}
/* line 82, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog .post:after {
  height: 4px;
  width: 40px;
  content: '';
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 100px;
  display: block;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  /* line 82, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  #simple-blog .post:after {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
/* line 102, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog .post.last:after {
  display: none;
}
/* line 108, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog #pagination {
  margin-top: -1.6em;
  margin-bottom: 2em;
}
/* line 112, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog #pagination .pages {
  text-align: center;
}
/* line 116, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog #pagination .pages a:hover {
  text-decoration: underline;
}
/* line 121, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog #pagination .pages a, #simple-blog #pagination .pages span {
  display: inline-block;
  padding: 5px 10px;
}
/* line 126, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
#simple-blog #pagination .pages span {
  font-weight: bold;
}

/* line 135, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
.top-menu-wrapper + .appear_as_top_heading_block {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 135, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  .top-menu-wrapper + .appear_as_top_heading_block {
    margin-top: -30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 145, ../../../../../../themes/inspire/public/styles/scss/layouts/_simple-blog.scss */
  .blog-posts + footer {
    margin-top: 15px;
  }
}
/* line 3, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-wrapper {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 3, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-blog-wrapper {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 17, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-blog-wrapper .col-md-4:nth-child(3n) .vivid-entry {
    float: right;
  }
  /* line 21, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-blog-wrapper .col-md-4:nth-child(3n+2) .vivid-entry {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 992px) {
  /* line 30, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-post:nth-child(2n+3) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  /* line 36, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-post:nth-child(3n+4) {
    clear: both;
  }
}
/* line 41, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-post-wrapper {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 41, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-blog-post-wrapper {
    padding-top: 50px;
  }
}

/* line 52, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry {
  background: #fff;
  margin-bottom: 50px;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  /* line 59, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-entry .message-entry {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  /* line 52, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-entry {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  /* line 52, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-entry {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 52, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-entry {
    width: 100%;
  }
}
/* line 78, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry:hover h3 {
  text-decoration: underline;
}
/* line 83, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry:nth-child(3n+1) {
  clear: both;
}

/* line 88, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry-img div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 170px;
}

/* line 95, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry-info {
  padding: 25px 30px;
  min-height: 210px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 95, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-entry-info {
    padding: 25px;
    min-height: auto;
  }
}
/* line 105, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry-info h3 {
  margin-bottom: 9px;
  line-height: inherit;
  font-size: 19px;
  line-height: 25px;
}
/* line 112, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry-info p {
  font-size: 13px;
  line-height: 22px;
  color: #2a2a2a;
}
/* line 118, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-entry-info .date {
  position: absolute;
  bottom: 25px;
  right: 35px;
}

/* line 126, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-wrapper + footer,
.vivid-blog-post-wrapper + footer {
  margin-top: 0;
}

/* line 132, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.top-menu-wrapper + .vivid-blog-wrapper,
.top-menu-wrapper + .vivid-blog-post-wrapper {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 132, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .top-menu-wrapper + .vivid-blog-wrapper,
  .top-menu-wrapper + .vivid-blog-post-wrapper {
    margin-top: -30px;
  }
}

/* line 144, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-post {
  max-width: 830px;
}
@media screen and (min-width: 768px) {
  /* line 144, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-blog-post {
    padding-bottom: 60px;
  }
}

/* line 153, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-top h2 {
  margin-bottom: 0;
}
/* line 157, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-top small {
  margin-bottom: 15px;
  margin-top: -3px;
  display: block;
}
/* line 162, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-top small h5 {
  display: inline-block;
}
/* line 167, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-top .author:after {
  content: '\00b7';
  color: #505559;
  padding: 0 3px;
}
/* line 173, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-top .share-icon {
  font-size: 12px;
  padding-right: 6px;
}

/* line 179, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-content {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 179, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-blog-content {
    margin-bottom: 30px;
  }
}
/* line 187, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-content .main_image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  /* line 187, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-blog-content .main_image {
    margin-bottom: 30px;
  }
}
/* line 195, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-content p,
.vivid-blog-content li {
  color: #2a2a2a;
}
/* line 200, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-blog-content ul li,
.vivid-blog-content ol li {
  padding-bottom: 5px;
}

/* line 207, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-tags ul {
  list-style-type: none;
}
/* line 211, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-tags li {
  display: inline-block;
}
/* line 215, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-tags a {
  padding: 7px 13px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  /* line 223, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-post-share {
    text-align: right;
  }
}

/* line 229, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-share .share-icon {
  font-size: 16px;
  padding-left: 10px;
}

/* line 234, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.share-title {
  display: inline-block;
}

/* line 239, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  /* line 239, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-sidemenu {
    margin-top: 0;
  }
}
/* line 246, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu p {
  margin-bottom: 10px;
}
/* line 250, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu ul {
  list-style-type: none;
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 24px;
}
/* line 259, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu a {
  padding: 7px 0;
  display: block;
  opacity: 0.7;
  font-size: 13px;
  line-height: 20px;
}
/* line 266, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu a:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 273, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu li.active a {
  font-weight: 500;
  opacity: 1;
}
/* line 278, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu li:first-child a {
  padding-top: 0;
}
/* line 282, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu li:last-child a {
  padding-bottom: 0;
}

/* line 289, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  /* line 289, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
  .vivid-sidemenu-latest-posts {
    margin-top: 0;
  }
}
/* line 296, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts p {
  margin-bottom: 10px;
}
/* line 300, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts ul {
  list-style-type: none;
}
/* line 304, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts .latest-posts {
  border-left: 1px solid #dddddd;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 24px;
}
/* line 311, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts li a {
  padding: 5px 0;
  display: block;
  opacity: 0.7;
  font-size: 13px;
  line-height: 20px;
}
/* line 318, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts li a:hover {
  opacity: 1;
  cursor: pointer;
  color: inherit;
}
/* line 325, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts h3 {
  border-bottom: 1px solid transparent;
  display: inline-block;
  font-size: 18px;
}
/* line 330, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts h3:hover {
  border-bottom: 1px solid;
  opacity: 1;
}
/* line 337, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts .active h3 {
  border-bottom: 1px solid;
  display: inline-block;
  opacity: 1;
}
/* line 343, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-sidemenu-latest-posts .active a {
  color: inherit;
}

/* line 349, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-navigate {
  background-color: #fff;
  padding: 50px 0;
}
/* line 353, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-navigate .icon {
  color: #505559;
  font-size: 20px;
  vertical-align: middle;
}
/* line 359, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-navigate .next-arrow {
  padding-left: 10px;
}
/* line 363, ../../../../../../themes/inspire/public/styles/scss/layouts/_vivid-blog.scss */
.vivid-post-navigate .prev-arrow {
  padding-right: 10px;
}

/* line 7, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout {
  margin-top: 68px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  /* line 7, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
  .sf-checkout {
    margin-left: 10px;
  }
}
/* line 19, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #product_images {
  float: left;
  width: 60%;
}
/* line 23, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #product_images img {
  max-width: 125px;
  max-height: 125px;
}
/* line 29, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #cart {
  float: left;
  width: 40%;
}
/* line 34, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout .column {
  width: 50%;
  float: left;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  /* line 34, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
  .sf-checkout .column {
    width: 100%;
    float: none;
  }
}
/* line 47, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 52, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout label {
  display: block;
  margin-bottom: 17px;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
/* line 61, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout label span {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}
/* line 68, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout label.radio {
  display: inline-block;
  margin: 0px 0 0 3px;
  font-weight: normal;
  font-size: 14px;
}
/* line 76, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #person label {
  float: left;
  width: 50%;
}
/* line 81, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #person #first_name {
  width: 50%;
}
/* line 85, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #person #last_name {
  width: 50%;
}
/* line 90, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout .billing_checkbox {
  margin-top: 17px;
  padding-bottom: 50px;
}
/* line 94, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout .billing_checkbox label {
  display: inline;
  font-size: 11px !important;
  color: #707070;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin-bottom: 0;
}
/* line 106, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #billing_address label {
  width: 80%;
}
/* line 110, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #billing_address #zip {
  float: left;
  width: 20%;
}
/* line 115, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #billing_address #city {
  float: left;
  width: 60%;
}
/* line 120, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #billing_address div {
  padding-right: 10px;
}
/* line 125, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout input,
.sf-checkout select,
.sf-checkout textarea {
  border: 1px solid #eee;
  background-color: #fff;
}
/* line 132, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout input[type="radio"] {
  margin: -2px 0 0 0;
}
/* line 136, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout input[type="text"],
.sf-checkout input[type="email"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 144, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #discount_code_wrap {
  background: #fff;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 50px;
  border-radius: 0px 0px 3px 3px;
}
@media only screen and (max-width: 800px) {
  /* line 144, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
  .sf-checkout #discount_code_wrap {
    margin-right: 10px;
  }
}
/* line 155, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #discount_code_wrap a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  margin: 0;
  text-transform: none;
}
/* line 162, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #discount_code_wrap p {
  display: inline;
  font-size: 11px !important;
  color: #707070;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin-bottom: 0;
}
/* line 171, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #discount_code_wrap #discount_code_area label {
  margin: 0 0px;
  padding: 8px 0;
  font-size: 11px !important;
  color: #707070;
  text-transform: uppercase;
  font-weight: 400 !important;
}
/* line 180, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #discount_code_wrap #discount_code_input {
  float: left;
  width: 30%;
  margin-bottom: 15px;
  font-size: 14px;
  height: auto;
  padding: 5px 10px;
  border-radius: 0;
}
/* line 189, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #discount_code_wrap .button {
  float: left;
  height: 32px;
  padding: 6px 12px;
  background: #e4e4e4;
  line-height: 23px;
}
/* line 198, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #purchase_extra {
  max-width: 860px;
}
/* line 202, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #purchase_extra #message {
  float: left;
  width: 50%;
}
/* line 207, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #purchase_extra #message #message_area textarea {
  width: 100%;
  padding: 4px 6px;
  min-height: 55px;
  min-width: 560px;
  border-radius: 3px;
  margin-bottom: 50px;
  padding: 10px 16px;
}
/* line 222, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #shipping h3,
.sf-checkout #payment h3 {
  margin-bottom: 5px;
}
/* line 226, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #shipping div,
.sf-checkout #payment div {
  margin-bottom: 5px;
  min-height: 46px;
  background: none;
  display: table;
  width: 100%;
  padding: 5px 10px;
  line-height: 46px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 240, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #shipping div label,
.sf-checkout #payment div label {
  cursor: pointer;
}
/* line 244, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #shipping div input,
.sf-checkout #payment div input {
  margin-right: 15px;
}
/* line 250, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment {
  margin: 15px 0 25px 0;
}
/* line 253, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment p {
  color: #8A8A8A;
  font-size: 12px;
  margin: 12px 0 0 42px;
}
/* line 259, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment div {
  height: 50px;
  line-height: 1em;
}
/* line 263, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment div input {
  position: absolute;
  margin-top: 18px;
}
/* line 268, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment div label {
  margin-left: 30px;
}
/* line 271, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment div label.text_only {
  line-height: 50px;
}
/* line 278, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment_button {
  margin: 20px 0 40px 0;
  text-align: center;
  color: #fff;
}
/* line 283, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment_button .green_button {
  float: none;
  letter-spacing: 0.8px;
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 28px;
  font-weight: 400;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  border: 0;
}
/* line 298, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment_button .green_button:hover {
  transform: scale(1.03);
}
/* line 302, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout #payment_button .green_button.disabled {
  background: #CBCBCB;
  border-color: #C0C0C0;
}
/* line 310, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout .shop_thanks h2 {
  text-align: center;
}
/* line 314, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_checkout.scss */
.sf-checkout .shop_thanks p {
  text-align: center;
}

/* Cart */
@media screen and (max-width: 600px) {
  /* line 3, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
  .sf_cart_wrapper {
    display: none;
  }
}
/* line 8, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper,
.sf_cart_wrapper_eventbooking {
  position: fixed;
  top: 155px;
  right: 0px;
  z-index: 9999;
}
/* line 15, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper.sf-cart-animate,
.sf_cart_wrapper_eventbooking.sf-cart-animate {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 23, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper:after,
.sf_cart_wrapper_eventbooking:after {
  content: '';
  display: block;
  clear: both;
}
/* line 29, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart_button,
.sf_cart_wrapper #sf_eventbooking_cart_button,
.sf_cart_wrapper_eventbooking #sf_cart_button,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart_button {
  position: absolute;
  left: -48px;
}
/* line 34, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart_button a,
.sf_cart_wrapper #sf_eventbooking_cart_button a,
.sf_cart_wrapper_eventbooking #sf_cart_button a,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart_button a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  line-height: 23px;
  text-align: center;
  background: #2a2a2a;
}
/* line 44, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart_button a:focus,
.sf_cart_wrapper #sf_eventbooking_cart_button a:focus,
.sf_cart_wrapper_eventbooking #sf_cart_button a:focus,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart_button a:focus {
  outline: none;
}
/* line 50, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart_button.cart_visible,
.sf_cart_wrapper_eventbooking #sf_cart_button.cart_visible {
  border-bottom: 0;
}
/* line 54, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart,
.sf_cart_wrapper #sf_eventbooking_cart,
.sf_cart_wrapper_eventbooking #sf_cart,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart {
  background-color: #e2e2e2;
  box-shadow: 0px 7px 42px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-left: 0;
}
/* line 61, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart .sf-cart-inner,
.sf_cart_wrapper #sf_eventbooking_cart .sf-cart-inner,
.sf_cart_wrapper_eventbooking #sf_cart .sf-cart-inner,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart .sf-cart-inner {
  max-height: 400px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 68, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart h4,
.sf_cart_wrapper #sf_eventbooking_cart h4,
.sf_cart_wrapper_eventbooking #sf_cart h4,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart h4 {
  display: none;
}
/* line 71, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart h4.eb-title,
.sf_cart_wrapper #sf_eventbooking_cart h4.eb-title,
.sf_cart_wrapper_eventbooking #sf_cart h4.eb-title,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart h4.eb-title {
  display: block;
  margin-top: 18px;
  margin-left: 19px;
  margin-bottom: 0px;
}
/* line 79, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart hr,
.sf_cart_wrapper #sf_eventbooking_cart hr,
.sf_cart_wrapper_eventbooking #sf_cart hr,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart hr {
  margin: 7px 0 7px;
  border: 0;
  border-width: 1px 0 0;
  clear: both;
  margin: 26px;
  height: 0;
}
/* line 88, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart table,
.sf_cart_wrapper #sf_eventbooking_cart table,
.sf_cart_wrapper_eventbooking #sf_cart table,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart table {
  width: 100%;
  border: none;
  background: transparent;
  margin: 10px;
  color: #2a2a2a;
}
/* line 95, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart table tr,
.sf_cart_wrapper #sf_eventbooking_cart table tr,
.sf_cart_wrapper_eventbooking #sf_cart table tr,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart table tr {
  line-height: 2em;
}
/* line 98, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart table tr:nth-of-type(even),
.sf_cart_wrapper #sf_eventbooking_cart table tr:nth-of-type(even),
.sf_cart_wrapper_eventbooking #sf_cart table tr:nth-of-type(even),
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart table tr:nth-of-type(even) {
  background: none;
}
/* line 102, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart table tr td,
.sf_cart_wrapper #sf_eventbooking_cart table tr td,
.sf_cart_wrapper_eventbooking #sf_cart table tr td,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart table tr td {
  padding: 10px;
}
/* line 106, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart table tr strong,
.sf_cart_wrapper #sf_eventbooking_cart table tr strong,
.sf_cart_wrapper_eventbooking #sf_cart table tr strong,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart table tr strong {
  font-weight: 500;
}
/* line 111, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart table .quantity,
.sf_cart_wrapper #sf_eventbooking_cart table .quantity,
.sf_cart_wrapper_eventbooking #sf_cart table .quantity,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart table .quantity {
  height: 33px;
  padding: 0;
  width: 60px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
}
/* line 124, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart table .summary,
.sf_cart_wrapper #sf_eventbooking_cart table .summary,
.sf_cart_wrapper_eventbooking #sf_cart table .summary,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart table .summary {
  display: none;
}
/* line 129, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart form,
.sf_cart_wrapper #sf_eventbooking_cart form,
.sf_cart_wrapper_eventbooking #sf_cart form,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart form {
  margin: 0;
}
/* line 133, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart .blue_button,
.sf_cart_wrapper #sf_eventbooking_cart .blue_button,
.sf_cart_wrapper_eventbooking #sf_cart .blue_button,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart .blue_button {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  color: #fff;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  letter-spacing: 0.8px;
}
/* line 146, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart #closeCart,
.sf_cart_wrapper #sf_eventbooking_cart #closeCart,
.sf_cart_wrapper_eventbooking #sf_cart #closeCart,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart #closeCart {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 0;
  border: 0;
  background-color: transparent;
  max-width: 100%;
  width: auto;
  margin: 0;
  box-shadow: none;
  color: #000;
  text-shadow: none;
}
/* line 160, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart #closeCart:hover,
.sf_cart_wrapper #sf_eventbooking_cart #closeCart:hover,
.sf_cart_wrapper_eventbooking #sf_cart #closeCart:hover,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart #closeCart:hover {
  color: #000 !important;
}
/* line 164, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart #closeCart:focus,
.sf_cart_wrapper #sf_eventbooking_cart #closeCart:focus,
.sf_cart_wrapper_eventbooking #sf_cart #closeCart:focus,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart #closeCart:focus {
  outline: none;
}
/* line 169, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart #closeEventbookingCart,
.sf_cart_wrapper #sf_eventbooking_cart #closeEventbookingCart,
.sf_cart_wrapper_eventbooking #sf_cart #closeEventbookingCart,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart #closeEventbookingCart {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 0;
  border: 0;
  background-color: transparent;
  max-width: 100%;
  width: auto;
  margin: 0;
  box-shadow: none;
  color: #000;
  text-shadow: none;
}
/* line 183, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart #closeEventbookingCart:hover,
.sf_cart_wrapper #sf_eventbooking_cart #closeEventbookingCart:hover,
.sf_cart_wrapper_eventbooking #sf_cart #closeEventbookingCart:hover,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart #closeEventbookingCart:hover {
  color: #000 !important;
}
/* line 187, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_wrapper #sf_cart #closeEventbookingCart:focus,
.sf_cart_wrapper #sf_eventbooking_cart #closeEventbookingCart:focus,
.sf_cart_wrapper_eventbooking #sf_cart #closeEventbookingCart:focus,
.sf_cart_wrapper_eventbooking #sf_eventbooking_cart #closeEventbookingCart:focus {
  outline: none;
}

/* inline cart */
/* line 195, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline {
  max-width: 855px;
}
@media only screen and (max-width: 600px) {
  /* line 195, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
  .sf_cart_inline {
    max-width: 100%;
  }
}

/* Pos abs + inline cart on checkout page */
/* line 205, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline {
  background-color: #fff;
  border-radius: 2px;
  padding: 15px 15px 2px 15px;
  color: #5d5d5e;
}
/* line 212, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline h4 {
  display: none;
}
/* line 216, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline hr {
  display: none;
  margin: 7px 0 7px;
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 7px 0 7px;
  height: 0;
}
/* line 226, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline table {
  width: 100%;
  margin: 0 0 0px 0;
  border: none;
  background: transparent;
}
/* line 233, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline table th,
.sf_cart_inline table tr {
  font-weight: normal;
  background: transparent;
  margin: 0;
  padding: 0;
}
/* line 240, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline table tr:first-child th,
.sf_cart_inline table tr:first-child td {
  font-weight: 500;
}
/* line 244, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline table tr th,
.sf_cart_inline table tr td {
  border-bottom: 1px solid #eee;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  vertical-align: middle;
  background: transparent;
}
/* line 254, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline table .summary td,
.sf_cart_inline table .summary th {
  line-height: 2em;
}
/* line 259, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline table .summary th {
  text-align: right;
}
/* line 262, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline .quantity {
  min-height: 30px;
  width: 45px;
  margin: 0;
}
/* line 268, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline .product_total_price {
  text-align: right;
}
/* line 272, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_cart.scss */
.sf_cart_inline .sum {
  width: 90px;
  text-align: right;
}

@media screen and (min-width: 630px) and (max-width: 992px) {
  /* line 20, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
  .sf-single-product .images,
  .sf-single-product .details,
  .sf-breadcrumbs {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Single order view */
/* line 2, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product {
  *zoom: 1;
}
/* line 5, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product:before, .sf-single-product:after {
  content: "";
  display: table;
}
/* line 10, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product:after {
  clear: both;
}
/* line 34, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
/* line 40, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .images img {
  width: 100%;
}
/* line 45, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .images .thumbnails img {
  margin-top: 12px;
  margin-right: 12px;
  max-width: 98px;
}
@media screen and (min-width: 1200px) {
  /* line 52, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
  .sf-single-product .images .thumbnails a:nth-child(5n+5) img {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 58, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
  .sf-single-product .images .thumbnails img {
    max-width: 69px;
  }
}
/* line 65, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .details {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  /* line 65, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
  .sf-single-product .details {
    width: 100%;
    float: left;
    padding-left: 30px;
  }
}
/* line 76, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .details .options {
  display: block;
  min-width: 100px;
  width: auto;
  height: 40px;
}
/* line 84, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product h1 {
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 37px;
  color: #000;
}
/* line 91, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .intro p,
.sf-single-product .intro ul,
.sf-single-product .intro ol {
  line-height: 29px;
  font-size: 18px;
  color: #000;
}
/* line 99, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product p {
  color: #505559;
}
/* line 109, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .product .price {
  color: #606060;
  font-size: 23px;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 30px;
}
/* line 117, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .green_button,
.sf-single-product .blue_button {
  margin: 10px 0 0 0;
  width: 100%;
  float: left;
  border: 0;
}
@media only screen and (min-width: 992px) {
  /* line 117, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
  .sf-single-product .green_button,
  .sf-single-product .blue_button {
    max-width: 250px;
  }
}
/* line 129, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .blue_button {
  display: none;
  border: 1px solid #2a2a2a;
}
/* line 134, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_product.scss */
.sf-single-product .green_button.sf-button {
  margin-top: 50px;
}

/* line 107, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper {
  background: #f5f5f5;
  padding-bottom: 200px;
  clear: both;
  overflow: hidden;
  padding-top: 0;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 107, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper {
    margin-top: -30px;
  }
}
/* line 119, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .text-center {
  text-align: center;
}
/* line 123, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper + footer {
  margin-top: 0;
}
/* line 127, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav {
  background: #fff;
  border-top: 2px solid #efefef;
  padding: 0 60px;
  overflow: hidden;
}
@media (max-width: 530px) {
  /* line 127, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper nav.shop_nav {
    padding-left: 7%;
    padding-right: 7%;
    background-position: 7% center;
  }
}
/* line 139, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav section.search {
  float: left;
  width: 100%;
}
@media (max-width: 530px) {
  /* line 139, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper nav.shop_nav section.search {
    float: none;
  }
}
/* line 147, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav section.search form {
  margin: 0;
}
/* line 151, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav section.search input {
  background: url(/themes/original/public/images/ui/search.png) no-repeat left center;
  height: 50px;
  border: none;
  width: 100%;
  padding: 15px;
  padding-left: 35px;
}
/* line 166, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav .breadcrumbs {
  float: right;
  background: none;
  border: none;
  margin: 0;
  padding: 6px 0 0;
}
@media (max-width: 700px) {
  /* line 166, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper nav.shop_nav .breadcrumbs {
    padding-top: 10px;
  }
}
@media (max-width: 530px) {
  /* line 166, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper nav.shop_nav .breadcrumbs {
    float: none;
    padding: 15px 0 10px;
  }
}
/* line 182, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav .breadcrumbs *:before {
  display: none;
}
/* line 186, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav .breadcrumbs a {
  float: none;
  display: inline-block;
  font-size: 14px;
  color: #413c3c;
  border: 1px solid #898989;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  min-width: 150px;
  text-transform: none;
  text-align: center;
  margin-left: 20px;
}
/* line 199, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper nav.shop_nav .breadcrumbs a:first-child {
  margin-left: 0;
}
@media (max-width: 700px) {
  /* line 186, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper nav.shop_nav .breadcrumbs a {
    padding: 7px;
    min-width: 0;
  }
}
/* line 213, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-categories {
  border-bottom: 1px solid #e5e5e5;
  background: #f4f4f4;
  text-align: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media screen and (max-width: 900px) {
  /* line 213, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper .sf-categories {
    white-space: nowrap;
  }
}
/* line 228, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-categories ul {
  margin: 0;
  padding: 0;
}
/* line 233, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-categories .sf-category {
  display: inline-block;
}
/* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-categories .sf-category a {
  padding: 10px 30px;
  display: inline-block;
  color: #7f7f7f;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
}
/* line 251, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-subcategories {
  text-align: center;
}
/* line 257, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-subcategories ul {
  margin: 0;
  padding: 0;
}
/* line 262, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-subcategories .sf-subcategory {
  display: inline-block;
}
/* line 266, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-subcategories .sf-subcategory a {
  padding: 5px 15px;
  display: inline-block;
  color: #7f7f7f;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/* line 281, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-subcategory-active a,
.shop_wrapper .sf-category-active a {
  color: #000 !important;
}
/* line 286, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-category-description {
  text-align: center;
  margin-top: 45px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
/* line 294, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-category-description h1 {
  color: #000;
}
/* line 302, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-breadcrumbs ul {
  margin: 0;
  padding-top: 10px;
}
/* line 307, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-breadcrumbs li {
  display: inline-block;
  color: #aba9ab;
}
/* line 311, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-breadcrumbs li a {
  display: inline-block;
  border: 0;
  color: #aba9ab;
}
/* line 317, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-breadcrumbs li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #aba9ab;
}
/* line 324, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper .sf-breadcrumbs li:last-child::after {
  content: '';
}
/* line 330, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.product {
  margin: 60px 0 0;
}
@media screen and (max-width: 900px) {
  /* line 330, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.product {
    margin-top: 30px;
  }
}
/* line 338, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products {
  overflow: hidden;
  margin: 68px 0 0;
  text-align: center;
}
@media (max-width: 530px) {
  /* line 338, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.products {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 7%;
  }
}
/* line 349, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin: 0 33px 66px 33px;
  background: #fff;
  max-width: 395px;
}
@media screen and (min-width: 768px) {
  /* line 349, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.products .product {
    width: 41%;
  }
}
@media screen and (min-width: 1080px) {
  /* line 349, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.products .product {
    width: 27%;
  }
}
@media only screen and (max-width: 530px) {
  /* line 349, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.products .product {
    margin: 0 0 66px 0;
  }
}
/* line 30, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product .image {
  display: block;
  max-width: 100%;
}
/* line 35, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product .name {
  display: block;
  text-align: center;
  margin: 30px 10px 0;
  height: 44px;
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 530px) {
  /* line 35, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.products .product .name {
    height: auto;
    overflow: visible;
  }
}
/* line 53, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product .price {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 65, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product .overlay,
.shop_wrapper section.products .product .actions {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 79, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product .actions {
  text-align: center;
  padding-top: 220px;
}
@media screen and (min-width: 1281px) {
  /* line 79, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.products .product .actions {
    padding-top: 260px;
  }
}
/* line 87, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product .actions a {
  pointer-events: auto;
  color: #fff;
  border: 2px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 24px;
}
/* line 97, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product:hover .overlay {
  opacity: 0.74;
}
/* line 101, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.products .product:hover .actions {
  opacity: 1;
}
/* line 355, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.pagination {
  text-align: center;
  padding: 0 60px 60px;
  font-size: 26px;
}
@media (max-width: 530px) {
  /* line 355, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
  .shop_wrapper section.pagination {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 7%;
  }
}
/* line 366, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.pagination .page {
  padding: 0px 5px;
}
/* line 371, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.pagination .current {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.05);
}
/* line 377, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-base.scss */
.shop_wrapper section.pagination .disabled {
  opacity: 0.2;
}

/* line 84, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper {
  clear: both;
  background: #343739;
  overflow: hidden;
}
/* line 89, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav {
  background: #fff;
  border-top: 2px solid #343739;
  padding: 0 60px;
  overflow: hidden;
}
@media (max-width: 530px) {
  /* line 89, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper nav.shop_nav {
    padding-left: 7%;
    padding-right: 7%;
    background-position: 7% center;
  }
}
/* line 101, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav section.search {
  float: left;
}
@media (max-width: 530px) {
  /* line 101, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper nav.shop_nav section.search {
    float: none;
  }
}
/* line 108, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav section.search form {
  margin: 0;
}
/* line 112, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav section.search input {
  background: url(/themes/original/public/images/ui/search.png) no-repeat left center;
  height: 50px;
  border: none;
  width: 100%;
  padding: 15px;
  padding-left: 35px;
}
/* line 122, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav .breadcrumbs {
  float: right;
  background: none;
  border: none;
  margin: 0;
  padding: 6px 0 0;
}
@media (max-width: 700px) {
  /* line 122, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper nav.shop_nav .breadcrumbs {
    padding-top: 10px;
  }
}
@media (max-width: 530px) {
  /* line 122, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper nav.shop_nav .breadcrumbs {
    float: none;
    padding: 15px 0 10px;
  }
}
/* line 138, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav .breadcrumbs *:before {
  display: none;
}
/* line 142, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav .breadcrumbs a {
  float: none;
  display: inline-block;
  font-size: 14px;
  color: #413c3c;
  border: 1px solid #898989;
  padding: 10px;
  min-width: 150px;
  text-transform: none;
  text-align: center;
  margin-left: 20px;
}
/* line 154, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper nav.shop_nav .breadcrumbs a:first-child {
  margin-left: 0;
}
@media (max-width: 700px) {
  /* line 142, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper nav.shop_nav .breadcrumbs a {
    padding: 7px;
    min-width: 0;
  }
}
/* line 167, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.category {
  margin: 60px 60px 0 60px;
}
@media (max-width: 530px) {
  /* line 167, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.category {
    margin: 7%;
  }
}
/* line 175, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.categories {
  overflow: hidden;
  margin: 60px 60px 15px;
}
@media (max-width: 530px) {
  /* line 175, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.categories {
    margin-top: 7%;
    margin-left: 7%;
    margin-right: 7%;
  }
}
/* line 185, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.categories .category {
  float: left;
  margin: 0 50px 50px 0;
  background: #fff;
}
@media (max-width: 530px) {
  /* line 185, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.categories .category {
    float: none;
    margin: 0 0 7%;
  }
}
/* line 195, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.categories .category > a {
  display: block;
  width: 260px;
  height: 140px;
}
/* line 200, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.categories .category > a .samples {
  display: block;
  width: 260px;
  height: 85px;
  overflow: hidden;
  opacity: 0.5;
}
/* line 207, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.categories .category > a .samples .sample {
  float: left;
}
/* line 212, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.categories .category > a .name {
  display: block;
  text-align: center;
  padding-top: 16px;
  font-size: 16px;
  color: #4b4949;
}
/* line 223, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper + footer {
  margin-top: 0;
}
/* line 227, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products {
  overflow: hidden;
  margin: 68px 60px 0;
}
@media (max-width: 530px) {
  /* line 227, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 7%;
  }
}
/* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product {
  float: left;
  margin: 0 67px 67px 0;
  background: #fff;
  display: block;
  width: 100%;
  max-width: 395px;
  max-height: 500px;
  position: relative;
  padding-bottom: 15px;
}
/* line 9, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product .image {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 530px) {
  /* line 9, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product .image {
    height: auto;
  }
}
/* line 20, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product .name {
  display: block;
  text-align: center;
  margin: 33px 10px 0;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 530px) {
  /* line 20, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product .name {
    height: auto;
    overflow: visible;
    margin: 5px;
    margin-top: 30px;
  }
}
/* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product .price {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  /* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product .price {
    padding-bottom: 15px;
  }
}
/* line 50, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product .overlay,
#shop-dark-wrapper section.products .sf-product .actions {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
}
/* line 61, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product .actions {
  text-align: center;
  padding-top: 160px;
}
/* line 65, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product .actions a {
  pointer-events: auto;
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 24px;
}
/* line 74, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product:hover .overlay {
  opacity: 0.74;
}
/* line 78, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product:hover .actions {
  opacity: 1;
}
@media (max-width: 1918px) {
  /* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product {
    height: auto;
  }
  /* line 246, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product .image {
    height: 100%;
  }
  /* line 250, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product .name {
    margin-bottom: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1400px) {
  /* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product {
    width: 21.2%;
    margin: 0 5% 5% 0;
  }
  /* line 259, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) and (max-width: 2000px) {
  /* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product {
    width: 16%;
    margin: 0 5% 5% 0;
  }
  /* line 268, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product:nth-child(4n) {
    margin-right: 5%;
  }
  /* line 272, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product:nth-child(5n) {
    margin-right: 0;
  }
}
@media (min-width: 530px) and (max-width: 992px) {
  /* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product {
    width: 47%;
    margin: 0 5% 5% 0;
  }
  /* line 281, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 293, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products.count-1 .sf-product {
  width: 395px;
}
/* line 297, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product, #shop-dark-wrapper section.products.count-1 .sf-product {
  /* 530px = image begins to shrink vertically */
}
/* line 299, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.products .sf-product:last-child, #shop-dark-wrapper section.products.count-1 .sf-product:last-child {
  margin-right: 0;
}
@media (max-width: 530px) {
  /* line 297, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product, #shop-dark-wrapper section.products.count-1 .sf-product {
    height: auto;
    margin-right: 7%;
    margin-bottom: 7%;
  }
}
@media (max-width: 530px) {
  /* line 297, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.products .sf-product, #shop-dark-wrapper section.products.count-1 .sf-product {
    margin-right: 0;
    width: 100%;
  }
}
/* line 317, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.pagination {
  text-align: center;
  padding: 0 60px 60px;
  font-size: 26px;
}
@media (max-width: 530px) {
  /* line 317, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper section.pagination {
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 7%;
  }
}
/* line 328, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.pagination .page {
  padding: 0px 5px;
}
/* line 332, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.pagination .current {
  background: rgba(0, 0, 0, 0.05);
}
/* line 336, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper section.pagination .disabled {
  opacity: 0.2;
}

/* line 342, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product {
  display: block;
  width: 100%;
  max-width: 395px;
  max-height: 500px;
  position: relative;
  padding-bottom: 15px;
}
/* line 9, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product .image {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 530px) {
  /* line 9, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  .snippet_area .column.sf-product article.sf-product .image {
    height: auto;
  }
}
/* line 20, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product .name {
  display: block;
  text-align: center;
  margin: 33px 10px 0;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 530px) {
  /* line 20, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  .snippet_area .column.sf-product article.sf-product .name {
    height: auto;
    overflow: visible;
    margin: 5px;
    margin-top: 30px;
  }
}
/* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product .price {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  /* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  .snippet_area .column.sf-product article.sf-product .price {
    padding-bottom: 15px;
  }
}
/* line 50, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product .overlay,
.snippet_area .column.sf-product article.sf-product .actions {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
}
/* line 61, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product .actions {
  text-align: center;
  padding-top: 160px;
}
/* line 65, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product .actions a {
  pointer-events: auto;
  color: #fff;
  border: 2px solid #fff;
  padding: 7px 24px;
}
/* line 74, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product:hover .overlay {
  opacity: 0.74;
}
/* line 78, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .column.sf-product article.sf-product:hover .actions {
  opacity: 1;
}

/* line 345, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .columns.seven .column.product article.product,
.snippet_area .columns.six .column.product article.product,
.snippet_area .columns.five .column.product article.product,
.snippet_area .columns.four .column.product article.product {
  width: auto;
  height: auto;
}
/* line 352, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .columns.seven .column.product article.product .actions,
.snippet_area .columns.six .column.product article.product .actions,
.snippet_area .columns.five .column.product article.product .actions,
.snippet_area .columns.four .column.product article.product .actions {
  padding-top: 80px;
}

/* line 358, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.snippet_area .columns.five .column.product article.product .actions,
.snippet_area .columns.four .column.product article.product .actions {
  padding-top: 130px;
}

/* ----- Single product view ----- */
/* line 365, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper {
  background-color: #343739;
}
@media screen and (max-width: 600px) {
  /* line 369, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper .container {
    padding: 0;
  }
}
/* line 374, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper .shop-dark-inner-wrapper {
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  /* line 374, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper .shop-dark-inner-wrapper {
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
/* line 390, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper .shop-dark-inner-wrapper .single_product .images {
  max-width: 100%;
  width: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 1000px) {
  /* line 390, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper .shop-dark-inner-wrapper .single_product .images {
    padding-right: 0;
  }
  /* line 398, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper .shop-dark-inner-wrapper .single_product .images .primary {
    text-align: center;
  }
}
/* line 403, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details {
  position: relative;
}
@media screen and (min-width: 640px) {
  /* line 403, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details {
    width: 100%;
    float: left;
  }
}
/* line 411, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 411, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
  #shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details h1 {
    margin-bottom: 10px;
  }
}
/* line 419, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details .price {
  max-width: 100%;
}
/* line 423, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details form {
  text-align: center;
}
/* line 426, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
#shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details form .sf-button,
#shop-dark-wrapper .shop-dark-inner-wrapper .single_product .details form .blue_button {
  float: none;
}

/* ----- END: Single product view ----- */
/* line 439, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.top-menu-wrapper + #shop-dark-wrapper {
  margin-top: -40px;
}

/* line 445, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-dark.scss */
.top-menu-wrapper + .shop-dark-wrapper {
  margin-top: -40px;
}

/* line 4, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout h1 {
  margin-bottom: 50px;
  text-align: center;
  color: #000;
}
/* line 10, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout h3 {
  color: #000;
  font-weight: bold;
}
/* line 16, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout .column {
  width: 100%;
  float: none;
  margin-bottom: 50px;
}
/* line 21, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout .column:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 400px) {
  /* line 26, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
  .sf-checkout #person #first_name,
  .sf-checkout #person #last_name,
  .sf-checkout #person label {
    width: 100%;
  }
}
/* line 35, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #person h3 {
  display: none;
}
/* line 40, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #payment {
  clear: both;
}
/* line 43, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #payment h3 {
  padding-top: 30px;
  margin-bottom: 15px;
}
/* line 48, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #payment div {
  border-bottom: 1px solid #d6d6d6;
}
/* line 54, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #shipping div {
  border-bottom: 1px solid #d6d6d6;
}
/* line 59, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #billing_address {
  margin-bottom: -50px;
}
/* line 63, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #billing_area {
  margin-bottom: 50px;
}
/* line 71, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #billing_area label,
.sf-checkout #billing_address label {
  width: 100%;
}
/* line 75, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #billing_area #zip,
.sf-checkout #billing_address #zip {
  width: 40%;
  margin-bottom: 25px;
}
/* line 80, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #billing_area #city,
.sf-checkout #billing_address #city {
  width: 60%;
  margin-bottom: 25px;
}
/* line 86, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout .sf_cart_inline table tr:last-child th, .sf-checkout .sf_cart_inline table tr:last-child td {
  border-bottom: none;
}
/* line 90, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #purchase_extra {
  margin-top: 0px !important;
  max-width: 570px;
}
/* line 95, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #discount_code_wrap {
  background-color: transparent !important;
}
/* line 99, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #discount_code_wrap {
  text-align: right;
}
/* line 102, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #discount_code_wrap .button,
.sf-checkout #discount_code_wrap #discount_code_input {
  float: right;
}
/* line 108, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #add_message_button {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px !important;
  margin: 0;
  text-transform: none;
}
/* line 116, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #purchase_summary {
  max-width: 800px;
  border-radius: 3px 3px 0 0;
}
@media screen and (max-width: 800px) {
  /* line 116, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
  .sf-checkout #purchase_summary {
    margin-right: 10px;
  }
}
/* line 124, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #purchase_summary .quantity {
  padding: 4px;
  text-align: center;
  height: auto;
  width: 65px;
  font-size: 13px;
}
/* line 133, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #payment_button {
  margin: 0 auto;
}
/* line 136, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout #payment_button .green_button {
  text-align: center;
  margin: 30px auto;
}
/* line 146, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout label span {
  font-size: 11px !important;
  color: #707070;
  text-transform: uppercase;
  font-weight: 400 !important;
  margin-bottom: 0;
}
/* line 154, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.sf-checkout select {
  max-width: 560px;
  /* to align with input fields */
}

/* ----- Eventbooking checkout ----- */
/* line 162, ../../../../../../themes/inspire/public/styles/scss/layouts/shop/_shop-single-column-checkout.scss */
.eventbooking_checkout .sf_cart_inline {
  clear: both;
}

/* ----- END: Eventbooking checkout ----- */
/* line 2, ../../../../../../themes/inspire/public/styles/scss/layouts/resources/resource.scss */
.resource p {
  max-width: 830px;
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper {
    padding-bottom: 150px;
  }
}
/* line 12, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .messages-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 12, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .messages-intro {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
/* line 22, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .post:nth-child(3n+4) {
  clear: both;
}
@media screen and (min-width: 1200px) {
  /* line 28, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .col-md-4:nth-child(3n) .message-entry {
    float: right;
  }
  /* line 32, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .col-md-4:nth-child(3n+2) .message-entry {
    margin-right: auto;
    margin-left: auto;
  }
}
/* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .message-entry {
  background: #fff;
  margin-bottom: 50px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  /* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .message-entry {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  /* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .message-entry {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .message-entry {
    width: calc(100% - 15px);
  }
}
/* line 59, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .message-entry:hover h3 {
  text-decoration: underline;
}
/* line 64, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .message-entry .message-entry-img div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 235px;
}
/* line 71, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .message-entry .message-entry-info {
  padding: 35px;
  min-height: 280px;
  position: relative;
}
@media screen and (max-width: 720px) {
  /* line 71, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .message-entry .message-entry-info {
    padding: 25px;
    min-height: 200px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 71, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .messages-entry-wrapper .message-entry .message-entry-info {
    min-width: 310px;
  }
}
/* line 85, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .message-entry .message-entry-info h3 {
  margin-bottom: 14px;
  line-height: 34px;
  font-size: 23px;
}
/* line 91, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .message-entry .message-entry-info .date {
  position: absolute;
  bottom: 35px;
  right: 35px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #505559;
  font-weight: 500;
}
/* line 104, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper .message-entry:nth-child(3n+1) {
  clear: both;
}

/* line 110, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.messages-entry-wrapper + footer {
  margin-top: 0;
}

/* ----- Pagination style ------ */
/* ----- Same as shop ----- */
/* line 118, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination {
  margin-top: 40px;
}
/* line 121, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination > li > a {
  background: transparent;
  border: 0;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 400;
  margin: 0 7px;
  margin-bottom: 20px;
  padding: 6px 14px;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  padding-bottom: 8px;
  border: 2px solid #dddddd;
}
/* line 137, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination > li:first-child > .direction-arrow {
  padding-top: 12px;
  padding-bottom: 11px;
}
/* line 142, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > a:focus {
  border-color: #dddddd;
  text-decoration: none;
  background: #dddddd;
  color: #fff;
  cursor: pointer;
}
/* line 155, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 2px;
}
/* line 162, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination > li:last-child > .direction-arrow:before {
  ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 169, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination .direction-arrow {
  padding-top: 10px;
  padding-bottom: 11px;
}
/* line 173, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination .direction-arrow:before {
  content: '';
  background-image: url("/themes/inspire/public/images/arrow-left-grey.png");
  display: block;
  background-size: 6px;
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
}
/* line 183, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.pagination .direction-arrow:hover:before, .pagination .direction-arrow:active:before, .pagination .direction-arrow:focus:before {
  background-image: url("/themes/inspire/public/images/arrow-left-white.png");
}

/* line 193, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
.top-menu-wrapper + .messages-entry-wrapper {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  /* line 193, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_events.scss */
  .top-menu-wrapper + .messages-entry-wrapper {
    margin-top: -30px;
  }
}

/* line 3, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
.event-primary-image div {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 990px) {
  /* line 3, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
  .event-primary-image div {
    height: 500px;
  }
}

/* line 16, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
.event-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  /* line 16, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
  .event-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 970px) {
  /* line 26, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
  .event-wrapper .col-md-8 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  /* line 31, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
  .event-wrapper .event-details {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* line 31, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
  .event-wrapper .event-details {
    padding-top: 54px;
  }
}
/* line 41, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
.event-wrapper .event-details .bold {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 4px;
}
/* line 50, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
.event-wrapper .event-details .result {
  margin-bottom: 10px;
}
/* line 78, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
.event-wrapper .event-details .sf-button a {
  width: 73%;
}
@media screen and (max-width: 992px) {
  /* line 78, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
  .event-wrapper .event-details .sf-button a {
    width: 100%;
  }
}

/* ----- Change how snippet relate to other elements ----- */
/* line 91, ../../../../../../themes/inspire/public/styles/scss/layouts/event/_event.scss */
.top-menu-wrapper + .messages-wrapper {
  margin-top: -40px;
}

/* line 1, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member {
  font-size: 16px;
  color: #505559;
  margin-bottom: 100px;
}

/* line 8, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-title {
  font-size: 27px;
  color: #2a2a2a;
  padding-bottom: 30px;
}

/* line 13, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 20px;
}
/* line 18, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-subtitle a {
  color: #2a2a2a;
}

/* line 24, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-base-list {
  list-style-type: none;
  clear: both;
  margin-bottom: 5px;
}
/* line 29, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-base-list li {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0;
}
/* line 33, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-base-list li:after {
  content: "";
  display: block;
  clear: both;
}
/* line 39, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-base-list li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
/* line 43, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-base-list li.sf-member-header {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
}

/* line 54, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-list .sf-member-description {
  float: left;
  width: 20%;
  min-height: 1px;
}
/* line 60, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-list .sf-member-content {
  float: left;
  width: 50%;
  min-height: 1px;
}
/* line 66, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-list .sf-member-actions {
  float: left;
  width: 30%;
  min-height: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 73, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
  .sf-member-list .sf-member-content,
  .sf-member-list .sf-member-description,
  .sf-member-list .sf-member-actions {
    float: none;
    width: 100%;
  }
}
/* line 82, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-list .sf-member-description {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
}
/* line 93, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-list .sf-member-actions .sf-member-btn {
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 93, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
  .sf-member-list .sf-member-actions .sf-member-btn {
    float: left;
    margin: 5px 5px 10px 0;
  }
}

/* line 105, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-logout,
.sf-member-cancel {
  text-align: right;
}
/* line 109, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-logout a,
.sf-member-cancel a {
  font-size: 11px;
  color: #505559;
  text-transform: uppercase;
}

/* line 116, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-logout {
  float: left;
}

/* line 123, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-subscription {
  float: left;
  width: 10%;
  min-height: 1px;
}
/* line 129, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-description {
  float: left;
  width: 50%;
  min-height: 1px;
}
/* line 135, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-price {
  float: left;
  width: 20%;
  min-height: 1px;
}
/* line 141, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-actions {
  float: left;
  width: 20%;
  min-height: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 148, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
  .sf-plan-list .sf-plan-subscription,
  .sf-plan-list .sf-plan-description,
  .sf-plan-list .sf-plan-price,
  .sf-plan-list .sf-plan-actions {
    float: none;
    width: 100%;
  }
}
/* line 158, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-subscription {
  font-size: 18px;
  font-weight: bold;
  color: #505559;
}
/* line 164, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-description {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
}
/* line 170, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-price {
  font-size: 16px;
  color: #505559;
  text-align: center;
}
/* line 178, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-plan-list .sf-plan-actions .sf-member-btn {
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 178, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
  .sf-plan-list .sf-plan-actions .sf-member-btn {
    float: left;
    margin: 5px 5px 10px 0;
  }
}

/* line 193, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-receipt-list .sf-receipt-date {
  float: left;
  width: 10%;
  min-height: 1px;
}
/* line 199, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-receipt-list .sf-receipt-description {
  float: left;
  width: 30%;
  min-height: 1px;
}
/* line 205, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-receipt-list .sf-receipt-period {
  float: left;
  width: 30%;
  min-height: 1px;
}
/* line 211, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-receipt-list .sf-receipt-total {
  float: left;
  width: 20%;
  min-height: 1px;
}
/* line 217, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-receipt-list .sf-receipt-actions {
  float: left;
  width: 10%;
  min-height: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 224, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
  .sf-receipt-list .sf-receipt-date,
  .sf-receipt-list .sf-receipt-description,
  .sf-receipt-list .sf-receipt-period,
  .sf-receipt-list .sf-receipt-amount,
  .sf-receipt-list .sf-receipt-actions {
    float: none;
    width: 100%;
  }
}
/* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-receipt-list .sf-receipt-actions .sf-member-btn {
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 237, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
  .sf-receipt-list .sf-receipt-actions .sf-member-btn {
    float: left;
    margin: 5px 5px 10px 0;
  }
}

/* line 251, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-btn {
  display: inline-block;
  border: 1px solid #ededed;
  text-transform: uppercase;
  color: #505559;
  border-radius: 30px;
  padding: 2px 25px;
  font-size: 11px;
  margin: 0 5px;
}
/* line 261, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-btn:hover {
  border-color: #a1a1a1;
  color: #000;
}

/* line 267, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-btn-primary {
  border-color: #028c02;
  color: #028c02;
}
/* line 271, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-btn-primary:hover {
  border-color: #015a01;
  color: #015a01;
}

/* line 278, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-group-inline input {
  display: inline-block;
  border: 1px solid #ededed;
  border-right-color: transparent;
  text-transform: uppercase;
  color: #505559;
  border-radius: 30px 0 0 30px;
  padding: 2px 25px;
  font-size: 11px;
  margin: 0;
  background: #fff;
  height: 36px;
  width: 80%;
  float: left;
}
/* line 294, ../../../../../../themes/inspire/public/styles/scss/layouts/_member.scss */
.sf-member-group-inline .sf-member-btn-inline {
  display: inline-block;
  border-radius: 0 30px 30px 0;
  margin-left: 0;
}
