@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Grid.css
A responsive grid by jjgrainger
http://jjgrainger.co.uk/grid
 */
.row,
.column {
  box-sizing: border-box;
}

.row {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  width: 100%;
}

.row--wide {
  max-width: 1600px;
}

.row .row {
  margin: 0 -0.75em -1.5em;
}

.column {
  float: left;
  padding: 0 0.75em 1.5em;
}

/* whole */
.column.one-whole {
  width: 100%;
}

/* halves */
.column.one-half {
  width: 50%;
}

/* thirds */
.column.one-third {
  width: 33.333%;
}

.column.two-thirds {
  width: 66.666%;
}

/* fourths */
.column.one-fourth {
  width: 25%;
}

.column.three-fourths {
  width: 75%;
}

/* fifths */
.column.one-fifth {
  width: 20%;
}

.column.two-fifths {
  width: 40%;
}

.column.three-fifths {
  width: 60%;
}

.column.four-fifths {
  width: 80%;
}

/* sixths */
.column.one-sixth {
  width: 16.666666667%;
}

.column.five-sixths {
  width: 83.333333335%;
}

/* twelfths */
.column.one-twelfth {
  width: 8.3333333%;
}

.column.five-twelfths {
  width: 41.6666667%;
}

.column.seven-twelfths {
  width: 58.3333333%;
}

.column.eleven-twelfths {
  width: 91.666666667%;
}

/* push */
.push-twelfth {
  margin-left: 8.3333333%;
}

.push-sixth {
  margin-left: 16.666666667%;
}

.push-third {
  margin-left: 33.33333%;
}

.push-fourth {
  margin-left: 25%;
}

.push-half {
  margin-left: 50%;
}

/* float right */
.flow-reverse {
  float: right;
}

/*
Cleafix
Micro Clearfix by Nicolas Gallagher
http://nicolasgallagher.com/micro-clearfix-hack/
 */
.cf {
  overflow: visible !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: block;
}

.cf:after {
  clear: both;
}

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

html,
body {
  font-family: "albert-regular", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
p,
ol,
dl,
figure,
address,
table,
pre code,
pre,
img {
  margin-bottom: 1.5rem;
}

.standfirst {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h1,
.alpha {
  font-size: 3.0517578125rem;
  line-height: 4.5rem;
}

h2,
.beta {
  font-size: 2.44140625rem;
  line-height: 3rem;
}

h3,
.gamma,
.category_description p,
.product-description p {
  font-size: 1.953125rem;
  line-height: 3rem;
}

h4,
.delta,
a.button--large,
.button--large {
  font-size: 1.5625rem;
  line-height: 3rem;
}

h5,
.epsilon {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h6,
.zeta {
  font-size: 1rem;
  line-height: 1.5rem;
}

.italic, dd, var,
cite,
em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
}

mark {
  background-color: yellow;
}

s,
del {
  text-decoration: line-through;
}

ins,
u {
  text-decoration: underline;
}

code,
samp,
kbd {
  display: inline-block;
  font-family: monospace;
  letter-spacing: 0;
}

pre code {
  background-color: #eee;
  display: block;
  padding: 0.75rem;
  overflow-x: scroll;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.baseline {
  background-image: linear-gradient(to bottom, #0ff 0, rgba(255, 255, 255, 0) 1px), linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 1.5rem, 100% 0.5rem;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.l-show {
  display: none;
}

@media (max-width: 1280px) {
  body, html {
    font-size: 16px;
  }
}
/* xxl */
@media (max-width: 1024px) {
  .row {
    max-width: 960px;
  }
  .column.xxl-one-half {
    width: 50%;
  }
}
/* xl */
@media (max-width: 960px) {
  .row {
    max-width: 800px;
  }
  .column.xl-one-whole {
    width: 100%;
  }
  .column.xl-one-whole.push-twelfth {
    margin-left: 0;
  }
  .column.xl-one-half {
    width: 50%;
  }
  .column.xl-one-third {
    width: 33.333%;
  }
}
/* l */
@media (max-width: 800px) {
  .row {
    max-width: 90%;
  }
  .row .row {
    max-width: none;
  }
  .l-hide {
    display: none;
  }
  .l-show {
    display: block;
  }
  .column.l-one-whole {
    margin: 0;
    width: 100%;
  }
  .column.l-one-half {
    width: 50%;
  }
  .column.l-one-third {
    width: 33.333%;
  }
  .column.l-two-thirds {
    width: 66.666%;
  }
  .l-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/* m */
@media (max-width: 600px) {
  html,
  body {
    font-size: 14px;
  }
  .column.m-one-whole {
    margin: 0;
    width: 100%;
  }
  .column.m-one-half {
    width: 50%;
  }
  .m-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/* s */
@media (max-width: 480px) {
  html,
  body {
    font-size: 12px;
  }
  .s-hide {
    display: none;
  }
  .column.s-one-whole {
    margin: 0;
    width: 100%;
  }
}
/* xs */
/**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */
.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE;
}

.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.dragdealer .disabled {
  background: #898989;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/content/themes/sos/assets/dist/fonts/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 25, 2016 */
@font-face {
  font-family: "albert-bold";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-bold-webfont.woff2?3773ea1268e13a948346fb319a171638) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-bold-webfont.woff?a5a13bc085604e73858944af1f6d07be) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fs_albertbold_italic";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-bolditalic-webfont.woff2?0c91b20c9c5c184c6c584bf2f8fd4127) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-bolditalic-webfont.woff?a6b1320f6c5043d4327d06ac52d34fdf) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albert-extrabold";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-extrabold-webfont.woff2?48939f04ec797dcaf7d64bd576ab0bc2) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-extrabold-webfont.woff?6ca3aebafcf3f71b3ba24496237116e4) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fs_albertitalic";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-italic-webfont.woff2?9170cde4e85d51822a7a7f6c506d6ac3) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-italic-webfont.woff?a16fb2e60e5350e144bb99ed2770a62f) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albert-light";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-light-webfont.woff2?bddc68196d6e3c7a46c402d7d85443c2) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-light-webfont.woff?b0452144004f6242ac297d91b76f28c0) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fs_albertlight_italic";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-lightitalic-webfont.woff2?3ec084f73a70c6fc6f017c674390e8eb) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-lightitalic-webfont.woff?314a6ef8db21d70f2d70a0b518c95298) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fs_albertthin";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-thin-webfont.woff2?bd168016f09b68cd14c2dd4cafaaf3a4) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-thin-webfont.woff?71ea2a0d2819dcd821f86d735822625a) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fs_albertthin_italic";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-thinitalic-webfont.woff2?911fd930ea116773aa311d8adf0e9624) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-thinitalic-webfont.woff?4db6bf2f16503f4d644f2db359d5d307) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albert-regular";
  src: url(/content/themes/sos/assets/dist/fonts/fs_albert-webfont.woff2?fa948db439d8e6d40c8c806b344e27f0) format("woff2"), url(/content/themes/sos/assets/dist/fonts/fs_albert-webfont.woff?ff773641cfe3e752962e4bbec6745c09) format("woff");
  font-weight: normal;
  font-style: normal;
}
.logo {
  display: inline-block;
  margin-bottom: 0;
}

.logo-med {
  width: 10rem;
  height: auto;
}

.icon {
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
}

.icon-letter {
  width: 2rem;
  height: 2rem;
  display: inline;
  position: absolute;
  left: 0.5rem;
  top: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  background-color: #f9f8f8;
  color: #000;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.white,
p.white {
  color: #fff;
}

.black {
  color: #000;
}

.orange {
  color: #f67f00;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.bg-orange {
  background-color: #f67f00;
}
.bg-orange .orange {
  color: #fff;
}
.bg-orange .underline--orange::after, .bg-orange #donate h2::after, #donate .bg-orange h2::after {
  background-image: url(/content/themes/sos/assets/dist/img/black-underline.png?09a3cd6a574c31b3750632643e8fec5f);
}
.bg-orange .black,
.bg-orange .title,
.bg-orange #donate h2,
#donate .bg-orange h2 {
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.bg-orange a.button {
  color: #000;
}

.bg-yellow {
  background-color: #ffc839;
}
.bg-yellow .orange {
  color: #000;
}

.bg--yellow {
  background-color: #ffc839;
}

.bg-light-green {
  background-color: #59c149;
}

.bg-dark-green {
  background-color: #366351;
}

.bg-cream {
  background-color: #ffecd0;
}

.bg-tan {
  background-color: #eed5bf;
}

.bg-white {
  background-color: #fff;
}
.bg-white .white {
  color: #000;
}

.colour-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.overlay--orange {
  background-color: rgba(246, 127, 0, 0.6);
}

.overlay--green {
  background-color: rgba(89, 193, 73, 0.2);
}

.overlay-sibling {
  position: relative;
  z-index: 99;
}

.image-test {
  max-height: 23.625rem;
}

h1,
.alpha {
  font-size: 3.0517578125rem;
  line-height: 4.5rem;
  line-height: 3.375rem;
}

h1 {
  margin-bottom: 2.25rem;
}

h2,
.beta {
  font-size: 2.44140625rem;
  line-height: 3rem;
}

h3,
.gamma,
.category_description p,
.product-description p {
  font-size: 1.953125rem;
  line-height: 3rem;
  line-height: 2.625rem;
}

h4,
.delta,
a.button--large,
.button--large {
  font-size: 1.5625rem;
  line-height: 3rem;
  line-height: 2.25rem;
}

h5,
.epsilon {
  font-size: 1.25rem;
  line-height: 1.5rem;
  line-height: 1.875rem;
}

h6,
.zeta,
.zeta a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.micro,
.micro a {
  font-size: 0.825rem;
  line-height: 1rem;
}

.font-light,
.font-light p {
  font-family: "albert-light";
}

.medium {
  font-family: "albert-bold";
}

.bold, b,
strong, dt {
  font-family: "albert-extrabold";
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.link {
  color: inherit;
}

.link--underline {
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #000;
}
.link--underline:hover {
  color: #f67f00;
  border-bottom: 1px solid #f67f00;
  transition: all 0.3s ease-out;
}

.grey {
  color: #f9f8f8;
}

.dark-gray {
  color: #999;
}

.content {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .content {
    width: 65%;
  }
}
@media (max-width: 800px) {
  .content {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .content {
    width: 100%;
  }
}

.content a {
  color: #f67f00;
  transition: all 0.3s ease-out;
}
.content a:hover {
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-out;
}

.link--dark {
  color: #552f35;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-out;
}
.link--dark:hover {
  border-bottom: 1px solid #552f35;
  transition: all 0.3s ease-out;
}

.content ul,
.content ol {
  margin-bottom: 1.5rem;
  font-family: "albert-light";
  margin-left: 1rem;
}

.content .standfirst {
  margin-bottom: 1.5rem;
  display: block;
}

.content p {
  font-family: "albert-light";
}

.content img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  float: left;
  margin-right: 3rem;
  max-width: 50%;
}
@media (max-width: 600px) {
  .alignleft,
  img.alignleft {
    max-width: 100%;
    width: 100%;
  }
}

.right {
  float: right;
  margin-left: 1.5rem;
}

.caption {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}

.bg-image-caption {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  max-width: calc(100% - 1rem);
}

.content .wp-caption {
  max-width: 100%;
  position: relative;
}

.wp-caption-text {
  font-family: "albert-bold" !important;
}

.wp-caption-text {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 9998;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 3px 3px 10px #000;
}

.body-font {
  font-family: "albert-regular", "Helvetica", sans-serif;
}

/* xl */
/* l */
@media (max-width: 800px) {
  .l-alpha {
    font-size: 3.0517578125rem;
    line-height: 4.5rem;
    line-height: 3.375rem;
  }
  .l-beta {
    font-size: 2.44140625rem;
    line-height: 3rem;
  }
  .l-gamma {
    font-size: 1.953125rem;
    line-height: 3rem;
    line-height: 2.625rem;
    margin-bottom: 0.75rem;
  }
  .l-delta {
    font-size: 1.5625rem;
    line-height: 3rem;
    line-height: 2.25rem;
  }
  .l-epsilon {
    font-size: 1.25rem;
    line-height: 1.5rem;
    line-height: 1.875rem;
  }
  .l-zeta {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .l-center {
    text-align: center;
  }
}
/* m */
@media (max-width: 600px) {
  .m-alpha {
    font-size: 3.0517578125rem;
    line-height: 4.5rem;
    line-height: 3.375rem;
  }
  .m-beta {
    font-size: 2.44140625rem;
    line-height: 3rem;
  }
  .m-gamma {
    font-size: 1.953125rem;
    line-height: 3rem;
    line-height: 2.625rem;
  }
  .m-delta {
    font-size: 1.5625rem;
    line-height: 3rem;
    line-height: 2.25rem;
  }
  .m-epsilon {
    font-size: 1.25rem;
    line-height: 1.5rem;
    line-height: 1.875rem;
  }
  .m-zeta {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* s */
@media (max-width: 480px) {
  .s-alpha {
    font-size: 3.0517578125rem;
    line-height: 4.5rem;
    line-height: 3.375rem;
  }
  .s-beta {
    font-size: 2.44140625rem;
    line-height: 3rem;
  }
  .s-gamma {
    font-size: 1.953125rem;
    line-height: 3rem;
    line-height: 2.625rem;
  }
  .s-delta {
    font-size: 1.5625rem;
    line-height: 3rem;
    line-height: 2.25rem;
  }
  .s-epsilon {
    font-size: 1.25rem;
    line-height: 1.5rem;
    line-height: 1.875rem;
  }
  .s-zeta {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* xs */
.form a {
  color: #f67f00;
  border-bottom: 1px solid transparent;
}
.form a:focus, .form a:hover {
  border-bottom: 1px solid #f67f00;
  transition: all 0.3s ease-out;
}
.form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.form label {
  font-weight: bold;
}
.form input[type=email],
.form input[type=text] {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid gainsboro;
  border-bottom: none;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.form input[type=email].focus, .form input[type=email][focus-within],
.form input[type=text].focus,
.form input[type=text][focus-within] {
  box-shadow: 0 4px 0 #366351;
  outline: 0;
}
.form input[type=email].focus, .form input[type=email]:focus-within,
.form input[type=text].focus,
.form input[type=text]:focus-within {
  box-shadow: 0 4px 0 #366351;
  outline: 0;
}
.form input[type=email].error,
.form input[type=text].error {
  box-shadow: 0 4px 0 red;
}
.form input[type=email].success,
.form input[type=text].success {
  box-shadow: 0 4px 0 #59c149;
}
.form textarea {
  width: 100%;
  border: 3px solid gainsboro;
}
.form textarea.focus, .form textarea[focus-within] {
  outline: 0;
  border-color: #366351;
}
.form textarea.focus, .form textarea:focus-within {
  outline: 0;
  border-color: #366351;
}
.form textarea.error {
  border-color: red;
}
.form textarea.success {
  border-color: #59c149;
}
.form input[type=submit],
.form .submit {
  font-size: 1rem;
  line-height: 1.5rem;
}
.form input[type=submit]:hover,
.form .submit:hover {
  box-shadow: 0 4px 0 #f67f00;
}
.form input[type=submit].bg-orange,
.form .submit.bg-orange {
  color: #fff;
}
.form input[type=submit].bg-orange:hover,
.form .submit.bg-orange:hover {
  box-shadow: 0 4px 0 #366351;
}
.form input[type=submit].focus, .form input[type=submit][focus-within],
.form .submit.focus,
.form .submit[focus-within] {
  box-shadow: 0 4px 0 #366351;
  outline: 0;
}
.form input[type=submit].focus, .form input[type=submit]:focus-within,
.form .submit.focus,
.form .submit:focus-within {
  box-shadow: 0 4px 0 #366351;
  outline: 0;
}
.form input[type=submit].error,
.form .submit.error {
  box-shadow: 0 4px 0 red;
}
.form input[type=submit].success,
.form .submit.success {
  box-shadow: 0 4px 0 #59c149;
}

.form .select {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid gainsboro;
  border-bottom: none;
}
.form .select:after {
  content: ">";
  font-size: 1.5em;
  font-weight: 400;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.form .select.focus, .form .select[focus-within] {
  box-shadow: 0 4px 0 #366351;
  outline: 0;
}
.form .select.focus, .form .select:focus-within {
  box-shadow: 0 4px 0 #366351;
  outline: 0;
}
.form .select.error {
  box-shadow: 0 4px 0 red;
}
.form .select.success {
  box-shadow: 0 4px 0 #59c149;
}
.form .select select {
  padding: 0.75rem 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid gainsboro;
  width: 100%;
  background-color: transparent;
  padding-right: 2rem;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.form select::-ms-expand {
  display: none;
}

.form .check {
  display: flex;
  margin-bottom: 0.75rem;
}
.form .check-box {
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border-radius: 3px;
  margin-right: 0.75rem;
  position: relative;
  border: 2px solid gainsboro;
}
.form .check-box.focus, .form .check-box[focus-within] {
  outline: 0;
  border-color: #366351;
}
.form .check-box.focus, .form .check-box:focus-within {
  outline: 0;
  border-color: #366351;
}
.form .check-box.error {
  border-color: red;
}
.form .check-box.success {
  border-color: #59c149;
}
.form .check-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.8);
}
.form .check-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form .check-hidden:checked ~ .check-box .check-icon {
  background-color: #59c149;
  background-image: url(/content/themes/sos/assets/dist/img/tick.svg?ec4460c824ad8466d4af18055e2f53eb);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.form .radio-input label::before {
  border: 2px solid gainsboro;
}
.form .radio-input.focus label::before, .form .radio-input[focus-within] label::before {
  border-color: #366351;
}
.form .radio-input.focus label::before, .form .radio-input:focus-within label::before {
  border-color: #366351;
}
.form .radio-input.error label::before {
  border-color: red;
}
.form .radio-input.success label::before {
  border-color: #59c149;
}
.form .radio-input label::after {
  left: calc(0.25rem + 2px) !important;
}

.section {
  padding: 6rem 0;
}

.section--small {
  padding: 3rem 0;
}

.section--content {
  padding: 3rem 0 0 0;
}

.inner {
  padding: 3rem 4.5rem;
}

.hamburger {
  background-color: #ffc839;
  color: #000;
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  z-index: 99999;
  padding-bottom: 3px;
  transition: all 0.3s ease-out;
}
.hamburger.is-fixed {
  height: 2.7rem;
  position: fixed;
  top: 0;
  left: 0;
}

.hamburger.active .bars {
  background-color: transparent;
}

.hamburger.active .bars::before {
  transform: rotate(45deg);
  top: 0;
}

.hamburger.active .bars::after {
  transform: rotate(-45deg);
  top: 0;
}

.bars {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bars,
.bars::before,
.bars::after {
  display: block;
  cursor: pointer;
  height: 3px;
  width: 1.4rem;
  border-radius: 1rem;
  background-color: #000;
  position: absolute;
  color: transparent;
  transition: all 0.3s ease;
}

.bars::before {
  content: "";
  top: 5px;
}

.bars::after {
  content: "";
  top: -5px;
}

.header--main {
  background-color: #f9f8f8;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 5rem;
  margin-bottom: -3px;
}

.flex-item {
  padding: 0 0rem;
}

.flex-item--menu {
  order: 1;
  width: 5rem;
  height: 5rem;
}

.flex-item--logo {
  order: 2;
}

.flex-item--nav {
  order: 3;
  align-self: center;
}
@media (max-width: 1000px) {
  .flex-item--nav {
    display: none;
  }
}

.flex-item--signup {
  order: 4;
  margin-right: 9rem;
}
@media (max-width: 800px) {
  .flex-item--signup {
    margin-right: 0;
  }
}

.flex-item--donate {
  order: 5;
  z-index: 100;
}
@media (max-width: 700px) {
  .flex-item--donate {
    text-align: right;
  }
}

.n-header-donate,
.n-header-shop {
  width: 9rem;
  height: 5rem;
  background-color: #f67f00;
  position: fixed;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  top: 0;
  right: 0;
}
.n-header-donate.is-fixed,
.n-header-shop.is-fixed {
  width: 9rem;
  height: 2.6rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  font-size: 1rem;
}
@media (max-width: 800px) {
  .n-header-donate,
  .n-header-shop {
    display: none;
  }
}
.n-header-donate:hover,
.n-header-shop:hover {
  background-color: #ffc839;
}

.header-donate-text,
.header-shop-text {
  color: #fff;
  font-family: "albert-bold", "Helvetica", sans-serif;
}

.header-shop-text {
  color: #f67f00;
}

.n-header-shop {
  width: 9rem;
  height: 3rem;
  top: 4.7rem;
  background-color: #f9f8f8;
}
.n-header-shop:hover {
  background-color: #f67f00;
}
.n-header-shop:hover .header-shop-text {
  color: #fff;
}
.n-header-shop.is-fixed {
  top: 2.6rem;
}

.mobile-donate,
.mobile-shop {
  background-color: #f67f00;
  position: fixed;
  border-radius: 0 0 3px 3px;
  z-index: 99;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3rem;
  color: #fff;
  width: 81%;
}

.mobile-shop {
  background-color: #fff;
  width: 20%;
  right: 0;
  left: auto;
}

@media (min-width: 800px) {
  .mobile-donate,
  .mobile-shop {
    display: none;
  }
}
@media (max-width: 640px) {
  .mobile-shop {
    display: none;
  }
  .mobile-donate {
    width: 100%;
  }
}
.footer--main {
  background-color: #552f35;
  color: #fff;
  padding: 3rem 0;
}
@media (max-width: 800px) {
  .footer--main {
    padding-bottom: 2rem;
  }
}

.footer-menu > li {
  display: inline-block;
  width: 14%;
  float: left;
}
@media (max-width: 800px) {
  .footer-menu > li {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
  }
}

.footer-menu > li > a {
  border-bottom: 1px solid;
  color: rgba(255, 255, 255, 0.9);
}

.footer-menu .sub-menu {
  float: left;
  display: block;
  margin: 0 1.5rem 0 0;
}
@media (max-width: 800px) {
  .footer-menu .sub-menu {
    width: 100%;
    padding-left: 2rem;
  }
}

.footer-menu .sub-menu li {
  display: block;
  float: left;
  width: 100%;
}

.footer-menu .sub-menu li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
}

.footer-menu .sub-menu li:last-of-type a {
  border-bottom: 0;
}

.footer-logo {
  height: auto;
  margin-bottom: 0;
}

.nav {
  position: relative;
}

.nav a {
  color: inherit;
}

.nav ul {
  list-style: none;
  padding-left: 0;
}

.nav ul ul {
  display: none;
}

.nav li {
  display: block;
}

.main-menu li a, #menu-header-menu li a {
  color: #000;
  font-weight: 900;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 1;
  border-bottom: 3px solid;
}
.main-menu li a:hover, #menu-header-menu li a:hover {
  color: #f67f00;
}

.main-menu li, #menu-header-menu li {
  display: inline;
}
.main-menu li.current-page-ancestor a, #menu-header-menu li.current-page-ancestor a {
  color: #f67f00;
}

#menu-header-menu .current_page_item a {
  color: #f67f00;
}

.side-menu.main {
  position: fixed;
  top: 5rem;
  left: 0;
  height: 100%;
  width: 27rem;
  background-color: #ffc839;
  z-index: 9998;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  overflow: auto;
  margin-top: -3px;
}

.side-menu.is-scrolling {
  top: 2.2rem;
}

.side-menu.is-open {
  left: 0;
  transform: translateX(0);
}

.side-menu > ul {
  padding: 1.5rem;
}

.side-menu > ul > li {
  position: relative;
  font-family: "albert-bold", "Helvetica", sans-serif;
}

.side-menu > ul > li > a {
  text-decoration: underline;
  display: inline-block;
}

.side-menu .sub-menu {
  padding: 0 0 1.5rem;
}

.side-menu a {
  display: block;
  padding: 0.5625rem 1.5rem;
  color: inherit;
}

.side-menu .sub-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "albert-regular", "Helvetica", sans-serif;
}

.side-menu .sub-menu li:last-of-type {
  border-bottom: 0;
}

.side-menu .sub-menu li a {
  display: inline-block;
}

.menu-arrow {
  position: absolute;
  top: 0.4rem;
  right: 0.75rem;
  transition: transform 0.3s ease;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.menu-item-has-children {
  position: relative;
}

.is-open ~ .menu-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.sub-menu .sub-menu {
  padding-left: 1.5rem;
}

#breadcrumbs {
  padding-left: 0.65625rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sibling-navigation {
  padding-bottom: 4px;
}
.sibling-navigation.is-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  padding-left: 5rem;
}

.sibling-menu {
  padding-top: 0.75rem;
  padding-left: 2.25rem;
}

.sibling-menu li {
  padding: 0.75rem 1.5rem;
  float: left;
}

.sibling-menu li a {
  font-weight: bold;
  padding: 0.25rem 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-out;
}
.sibling-menu li a:hover {
  border-bottom: 3px solid #000;
  transition: all 0.3s ease-out;
}

.sibling-menu .current-page a,
.sibling-menu .current-page span,
.sibling-menu .current_page_item a,
.sibling-menu .current_page_item span {
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #000;
  transition: all 0.3s ease-out;
}

.sibling-menu .parent a, .parent {
  font-weight: normal;
}

.button,
a.button {
  background-color: #fff;
  color: #000;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  display: inline-block;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
  font-family: "albert-bold", "Helvetica", sans-serif;
  color: #000;
}
.button:hover,
a.button:hover {
  border: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #f67f00;
}

a.button[disabled],
.button[disabled] {
  opacity: 0.5;
}

a.button--large,
.button--large {
  padding: 0.75rem 2.5rem;
}

.button-gray,
a.button--gray {
  background-color: #f9f8f8;
}

.button--orange,
a.button--orange {
  background-color: #f67f00;
  color: #fff;
}
.button--orange:hover,
a.button--orange:hover {
  background-color: #f9f8f8;
}

.button-signup {
  position: relative;
  font-family: "albert-bold", "Helvetica", sans-serif;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 0.5rem 0.75rem 0.5rem 3.5rem;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s ease-out;
  color: #000;
}
.button-signup img {
  height: 2.5rem;
}

input[type=submit],
.submit {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 2rem;
  border-radius: 2px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: 0;
  font-family: "albert-regular", "Helvetica", sans-serif;
}

.resp-sharing-button {
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  padding: 0em 1rem;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}

.resp-sharing-button__icon svg path {
  transition: all 0.3s ease;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.bg-white .resp-sharing-button__icon--solid,
.bg-white .resp-sharing-button__icon--solidcircle {
  fill: #000;
  stroke: none;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
}

.resp-sharing-button--large .resp-sharing-button__icon svg,
.resp-sharing-button--medium .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}

.resp-sharing-button__wrapper {
  display: inline-block;
}

.resp-sharing-button--facebook {
  background-color: none;
  border: 0;
}

.resp-sharing-button--facebook:hover svg path,
.resp-sharing-button--facebook:active svg path {
  fill: #3b5998;
  transition: all 0.3s ease;
}

.resp-sharing-button--twitter {
  background-color: none;
  border: 0;
}

.resp-sharing-button--twitter:hover svg path,
.resp-sharing-button--twitter:active svg path {
  fill: #2795e9;
  transition: all 0.3s ease;
}

.resp-sharing-button--instagram {
  background-color: none;
  border: 0;
}

.resp-sharing-button--instagram:hover svg path,
.resp-sharing-button--instagram:active svg path {
  fill: #c13584;
  transition: all 0.3s ease;
}

.title, #donate h2 {
  display: block;
  font-family: "albert-bold", "Helvetica", sans-serif;
  text-shadow: 1px 1px 5px rgba(249, 248, 248, 0.4);
}

.title.white, #donate h2.white {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.title--underline, #donate h2 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.title--underline::after, #donate h2::after {
  content: "";
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  bottom: 0.75rem;
  z-index: -1;
  display: block;
}

.title--underline.delta::after, #donate h2.delta::after,
.title--underline.button--large::after,
#donate h2.button--large::after {
  bottom: 0rem;
  height: 0.75rem;
}

.underline--orange::after, #donate h2::after {
  background-image: url(/content/themes/sos/assets/dist/img/orange-underline.png?b877a3696894cbecdfae70f9f076171c);
}

.underline--black::after {
  background-image: url(/content/themes/sos/assets/dist/img/black-underline.png?09a3cd6a574c31b3750632643e8fec5f);
}

.title--yellow {
  color: #ffc839;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.slides-home .slide {
  padding: 0 3rem;
  min-height: 35rem;
  width: 100%;
}

.slides-home .slide-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.5rem;
  position: relative;
}

.slides-home .slide-subtitle {
  width: 66%;
}
@media (max-width: 500px) {
  .slides-home .slide-subtitle {
    width: 90%;
  }
}

.slides-home .pager {
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 9998;
  padding: 1.5rem 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.slides-home .pager-item {
  cursor: pointer;
  color: #000;
  display: inline-block;
  padding: 0.75rem 0;
  margin: 0 4.5rem;
  font-size: 1rem;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-out;
}
.slides-home .pager-item:hover {
  border-bottom: 3px solid #000;
  transition: all 0.3s ease-out;
}
@media (max-width: 800px) {
  .slides-home .pager-item {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

.slides-home .pager-item.cycle-pager-active {
  border-bottom: 3px solid #000;
}

.slides-home .slide-next,
.slides-home .slide-prev {
  display: none;
}

@media (max-width: 800px) {
  .slides-home .pager {
    background-color: #ffc839;
    border-radius: 5px;
    position: relative;
    padding: 0.75rem 0;
  }
  .slides-home .pager-text {
    display: none;
  }
  .slides-home .pager-item {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 100%;
    padding: 0;
    margin: 0 1rem;
    cursor: pointer;
  }
  .slides-home .pager-item.cycle-pager-active {
    background-color: #000;
  }
  .slides-home .slide-next,
  .slides-home .slide-prev {
    display: inline-block;
    position: absolute;
    font-size: 1.5rem;
    bottom: 0;
    cursor: pointer;
    z-index: 9998;
    padding: 0 1.5rem 0.375rem;
  }
  .slides-home .slide-next {
    right: 1.5rem;
  }
  .slides-home .slide-prev {
    left: 1.5rem;
  }
}
.slides-home .slide .image--bg {
  width: 100%;
  height: 100%;
}

.slideshow-title {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 800px) {
  .slideshow-title {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .slideshow-title {
    width: 100%;
  }
}

.slides-page .slide-next,
.slides-page .slide-prev {
  display: inline-block;
  position: absolute;
  font-size: 2.3rem;
  line-height: 0;
  bottom: 0;
  cursor: pointer;
}

.slides-page .slide-next {
  right: 1.5rem;
}

.slides-page .slide-prev {
  left: 1.5rem;
}

.slide-counter {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 0.75rem 2.5rem;
}

.slides-page .slide {
  width: 100%;
  padding-top: 6rem;
}

.slide img {
  width: 100%;
  height: auto;
}

.slide .video {
  margin-bottom: 1.5rem;
}

.imagewrap {
  width: 100%;
}

.slideshow-navigation {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  z-index: 9998;
  margin: 1.5rem auto 0;
}
@media (max-width: 800px) {
  .slideshow-navigation {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}

.slide-image {
  width: 100%;
}
@media (max-width: 800px) {
  .slide-image {
    width: 100%;
  }
}

.image-placeholder-wrap {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: block;
}

.video-placeholder-wrap {
  position: relative;
  display: block;
}

.video-placeholder-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-placeholder {
  width: 900px;
  height: 600px;
  max-width: 100%;
}
@media (max-width: 800px) {
  .image-placeholder {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .image-placeholder {
    height: 250px;
  }
}

.slide-copy {
  width: 33%;
  height: 100%;
  padding-left: 1.5rem;
}

.card {
  margin-top: 1.5rem;
  position: relative;
  padding-bottom: 2.25rem;
}
.card:hover a.button {
  background: #f67f00;
  color: #fff;
}

.card.grid {
  padding-bottom: 0;
}

.card-content {
  z-index: 1;
}

.card.post {
  padding-bottom: 0;
}

.card.bg-white .card-title,
.card.bg-none .card-title {
  color: #000;
}

.card.bg-white .card-icon {
  color: #000;
  border-right-color: #000;
}

.card-hover:hover .card-img {
  transition: all 0.3s ease;
  transform: scale(0.85);
}

.card-title {
  font-family: "albert-bold", "Helvetica", sans-serif;
  color: #fff;
  margin-bottom: 0.75rem;
}

.card-button {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.card-img {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.card-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: flux 2s infinite ease-out;
  background-color: #f67f00;
  opacity: 0.1;
  z-index: -1;
}

.card-img.hide-loader::after,
.image-parent-loaded::after {
  display: none;
}

.bg-orange .card-img:after {
  background-color: #ffc839;
}

@keyframes flux {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
.card-content {
  padding: 1.5rem;
}

.card-footer {
  text-align: right;
}

.card-icon {
  font-size: 1.5rem;
  margin-bottom: 0;
  display: inline-block;
  border-right: 1px solid #fff;
  color: #fff;
}
.card-icon:last-of-type {
  border-right: 0;
}

.card-external-link {
  border-bottom: 1px solid #000;
}

.card-more {
  display: none;
}

.cardExpanded a {
  border-bottom: 1px solid #000;
  font-family: "albert-bold";
  color: inherit;
}

.cardExpanded blockquote {
  margin-left: 1.5rem;
  color: #f67f00;
}

/**
 * Active
 */
.js-grid.active .card::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.75rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
  background-color: #366351;
}

.js-grid.active .card {
  background-color: #366351;
}

.js-grid.active .card-title,
.js-grid.active .fa {
  color: #fff;
}

.js-grid.active .card-content {
  background-color: #366351;
}

/**
 * Expanded
 */
.cardExpanded {
  display: none;
}

.island {
  padding: 1.5rem;
  background-color: #fff;
}

.card-more-image .image-bg {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

.card-more-inner p {
  font-family: "albert-light";
}

.card-full {
  padding: 6rem 1.5rem 7.5rem;
  text-align: center;
  position: relative;
}

.card-full-title {
  color: #fff;
  position: relative;
}

.card-full-excerpt {
  font-family: "albert-bold";
  color: #fff;
}

.card-full-excerpt::after {
  content: "";
  height: 3rem;
  display: block;
}

.card-full-button {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.invisible {
  visibility: hidden;
}

.card.product {
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.card .product-img {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  transition: all 0.3s ease;
  margin-bottom: 3rem;
}

.card .product-content {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}

.card .product-title,
.card .product-price {
  margin-bottom: 0;
}

.card .product-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.125rem;
}

.card.product:hover .expand.product-content {
  bottom: 40%;
}

.card.product .product-title {
  font-family: "albert-regular", "Helvetica", sans-serif;
  padding-right: 1.5rem;
}

.card.product .variations {
  padding: 0 1.125rem;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 15rem;
}

.card.product .variations p {
  margin-bottom: 0;
}

.var-colour {
  height: 0.75rem;
  width: 0.75rem;
  margin: 0 0.25rem;
  line-height: 1;
  border-radius: 100%;
  display: inline-block;
}

.var:last-of-type::after {
  content: " ";
}

.var-size:after {
  content: "|";
  color: rgba(0, 0, 0, 0.3);
}

.var-white {
  border: 1px solid #000;
}

.var-leafgreen {
  background-color: green;
}

.var-darkheatherindigo {
  background-color: indigo;
}

.var-peacockgreen {
  background-color: darkgreen;
}

.var-frenchblue {
  background-color: blue;
}

.signup-form {
  width: auto;
  text-align: center;
  margin: 3rem 0;
}

.signup-form .input-container {
  padding: 0 1.5rem;
}

.contact-form .input-container {
  width: 100%;
}

.input-container {
  width: 40%;
  display: block;
  margin: 0 auto;
  float: left;
}
@media (max-width: 960px) {
  .input-container {
    width: 100%;
    margin: 1.5rem 0;
  }
}

.sos-form .label,
.sos-form .input,
.sos-form .textarea {
  float: left;
  background-color: transparent;
  display: inline-block;
  font-family: "albert-regular", "Helvetica", sans-serif;
  font-size: 1rem;
  border: 2px solid #fff;
  padding: 0.75rem;
  color: #fff;
  line-height: 1.1;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.sos-form .label {
  width: 25%;
  border-right: 0;
  background-color: #fff;
  color: #000;
  line-height: 1.3;
}

.sos-form .input {
  width: 75%;
  border-left: 0;
}

.signup-submit {
  float: left;
  font-size: 1rem;
  margin: 1px 1.5rem 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .signup-submit {
    margin: 1.5rem;
  }
}

.signup-copy {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.signup-title-divide {
  padding-right: 1.5rem;
  margin-right: 0.75rem;
  border-right: 1px solid #fff;
  position: relative;
  bottom: 0.25rem;
}
@media (max-width: 750px) {
  .signup-title-divide {
    border-right: 0;
    padding-right: 0;
  }
}

.signup-social-icons {
  display: inline-block;
}
.signup-social-icons .fa {
  padding: 0 1.5rem;
}

.content--social {
  padding: 1.5rem;
}

.content--social .title, .content--social #donate h2, #donate .content--social h2 {
  margin-bottom: 0;
}

.gfield {
  width: 100%;
  display: block;
  float: left;
  margin: 0.75rem auto;
}

.gfield_label,
.ginput_container input,
.ginput_container_textarea textarea {
  float: left;
  display: inline-block;
  font-family: "albert-regular", "Helvetica", sans-serif;
  font-size: 1rem;
  border: 2px solid #000;
  padding: 0.75rem;
  line-height: 1.4;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.ginput_container_select {
  float: left;
  display: inline-block;
  width: 66%;
}

.gfield_select {
  float: left;
  display: inline-block;
  font-family: "albert-regular", "Helvetica", sans-serif;
  font-size: 1rem;
  border: 2px solid #000;
  padding: 0.6rem;
  line-height: 1;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #000;
  color: #000;
  background-color: transparent;
  background-image: url(/content/themes/sos/assets/dist/img/down-arrow--black.png?397f2ab2dae9db75a4ee018972f5d8f6);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 1rem;
  border-left: 0;
  width: 100%;
}

.ginput_full {
  background-color: pink;
  width: 25%;
  float: left;
}

.gfield_label {
  width: 25%;
  background-color: transparent;
  color: #000;
  border-color: #000;
  border-right: 1px solid #000;
}

.ginput_container input {
  border-color: #000;
  color: #000;
  background-color: #ffc120;
  border-left: 0;
  width: 75%;
}

#gform_2 .ginput_container input {
  background-color: transparent;
  width: 66%;
}

#gform_2 label {
  background-color: #fff;
  border-color: #000;
  width: 33%;
}

@media (max-width: 760px) {
  #gform_2 .ginput_container input,
  .ginput_container_select {
    border-left: 2px solid;
    width: 100%;
    border-top: 0;
  }
  #gform_2 label {
    background-color: #fff;
    border-color: #000;
    width: 100%;
    border-right: 2px solid;
    border-bottom: 0;
    box-shadow: none;
  }
}
#field_1_5 .gfield_label {
  display: none;
}

.ginput_container_textarea textarea {
  background-color: transparent;
  width: 100%;
  border-color: #000;
  color: #000;
}

.gform_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 2rem;
  border-radius: 2px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  border: 0;
  font-family: "albert-regular", "Helvetica", sans-serif;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.form-address {
  margin: 0.375rem 0;
}

.gforms_confirmation_message {
  padding: 1.5rem;
  text-align: center;
  color: #f67f00;
  font-size: 2rem;
}

.gform_validation_container {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.mosaic {
  display: table;
  table-layout: fixed;
}
@media (max-width: 800px) {
  .mosaic {
    display: block;
  }
}

.mosaic-tile {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 800px) {
  .mosaic-tile {
    width: 100%;
    display: block;
    min-height: 30rem;
    height: auto;
    height: initial;
  }
}

.mosaic-tile--inner {
  padding: 7.5rem 6rem;
  margin: 0 auto;
  position: relative;
  z-index: 999999;
}
@media (max-width: 960px) {
  .mosaic-tile--inner {
    padding: 4rem 2rem;
  }
}

.mosac-mobile-fix {
  position: relative;
}

@media (max-width: 800px) {
  .mosaic-tile--inner:not(.mosaic-mobile-fix) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
  }
}
.mosaic-tile--smallest {
  width: 40%;
}
@media (max-width: 1200px) {
  .mosaic-tile--smallest {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .mosaic-tile--smallest {
    width: 100%;
  }
}

.mosaic-tile--small {
  width: 45%;
}
@media (max-width: 1200px) {
  .mosaic-tile--small {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .mosaic-tile--small {
    width: 100%;
  }
}

.mosaic-tile--large {
  width: 55%;
}
@media (max-width: 1200px) {
  .mosaic-tile--large {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .mosaic-tile--large {
    width: 100%;
  }
}

.moasic-tile--half {
  width: 50%;
}
@media (max-width: 800px) {
  .moasic-tile--half {
    width: 100%;
  }
}

.cd-image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cd-image-container img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.cd-before-image,
.cd-after-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.cd-before-image {
  width: 0;
}

/**
 * Dragging
 */
.cd-dragdealer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background: transparent;
}

.cd-handle {
  position: absolute;
  height: 44px;
  width: 88px;
  margin-left: 0px;
  border-radius: 15px;
  background: #fff url(/content/themes/sos/assets/dist/img/cd-arrows.svg?6d5116a6682fbdb7f47f64b01acd2bf8) no-repeat center center;
  cursor: move;
  transform: translate3d(0, 0, 0) scale(0);
}
@media (max-width: 600px) {
  .cd-handle {
    height: 22px;
    width: 44px;
  }
}

.cd-dragdealer.active .cd-handle {
  background-color: #ffc839;
}

/**
 * Before/After labels
 */
.before,
.after {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  color: white;
}

.before {
  top: 2rem;
  left: 2rem;
}

.after {
  top: 2rem;
  right: 2rem;
}

/**
 * Tooltip
 */
.tool-tip {
  position: absolute;
  height: 44px;
  width: 88px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -44px;
  margin-top: -90px;
  border-radius: 15px;
  display: inline-block;
  background-color: #f67f00;
  text-align: center;
  color: #fff;
  padding: 8px 0;
}
.tool-tip::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 35%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f67f00;
}

.quote {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.quote-image,
.quote-copy {
  display: table-cell;
  vertical-align: middle;
}

.quote-image {
  width: 33%;
}

.quote-image img {
  max-width: 100%;
  height: auto;
  padding-right: 3rem;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .quote-image,
  .quote-copy {
    display: block;
    width: 100%;
    text-align: center;
  }
  .quote-image {
    margin-bottom: 1.5rem;
  }
  .quote-image img {
    padding-right: 0;
  }
}
.acf-map {
  min-height: 450px !important;
}
.acf-map {
  width: 100%;
  margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.marker {
  width: 100%;
}

.marker-wrap {
  padding-top: 0.5rem;
}
.marker-wrap p {
  display: block;
  width: 40%;
  min-width: 200px;
  float: left;
}

.marker-content {
  background-color: #f67f00;
}

.marker-image {
  width: 50%;
}

.marker-copy {
  float: left;
  width: 50%;
}

.marker-title {
  margin-bottom: 0;
  padding-top: 0.5rem;
  display: block;
  float: left;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
}

.marker-address {
  font-family: "albert-regular", "Helvetica", sans-serif;
}

.product-categories .menu-arrow {
  top: 0;
}

.product-categories li {
  display: block;
}

.product-categories a {
  padding: 0.375rem;
  display: block;
  transition: all 0.3s ease-out;
}
.product-categories a:hover {
  color: #f67f00;
}

.product-categories > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.widget {
  padding-bottom: 1.875rem;
  clear: both;
  width: 100%;
}

.widget-title {
  font-family: "albert-bold";
  margin-bottom: 0.75rem;
}

.cat-parent {
  position: relative;
}

.children {
  display: none;
  margin-left: 1.5rem;
}

.archive-title {
  margin-bottom: 0.75rem;
}

@media (max-width: 800px) {
  .shop-content-wrap {
    padding: 0;
  }
}

.shop-header {
  width: 66.666%;
}
@media (max-width: 800px) {
  .shop-header {
    width: 100%;
  }
}

.shop-title-icon {
  position: absolute;
  left: -4rem;
  top: 1rem;
  margin-bottom: 0;
}

.shop-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  .shop-container {
    flex-direction: column;
  }
}

.shop-sidebar {
  flex: 0 0 33%;
  padding: 3rem;
}
@media (max-width: 800px) {
  .shop-sidebar {
    order: 9;
  }
}

.sidebar {
  margin: 0 auto;
}

.shop-content {
  padding: 3rem 3rem 3rem 4.5rem;
  width: 100%;
}
@media (max-width: 800px) {
  .shop-content {
    padding: 3rem;
  }
}

.price {
  color: #f67f00 !important;
}

.price {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.pounds {
  font-size: 200%;
  position: relative;
  top: -0.5rem;
}

.input-text {
  background-color: #fff;
  color: #000;
  font-size: 1.1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0.5rem 0.75rem;
}

.product-header {
  width: 100%;
  padding: 0 0 1.5rem 0;
}

.product_title {
  margin-bottom: 0.75rem;
}

.product-description {
  width: 66%;
}
@media (max-width: 800px) {
  .product-description {
    width: 100%;
  }
}

.product-description p {
  color: #f67f00;
  font-family: "albert-bold";
}

.wc-tabs {
  display: none;
}

.pagination li {
  border: 0;
}

.pagination .nav-links span,
.pagination .nav-links a {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  text-align: center;
  color: #000;
}

.pagination span.current,
.pagination a:hover {
  background-color: #f67f00;
  color: #fff;
}

.screen-reader-text {
  opacity: 0;
  position: absolute;
}

.loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  background: rgba(246, 127, 0, 0.5);
  background-image: url(/content/themes/sos/assets/dist/img/loader.gif?08b30b95fe3f74b2b1f8d02f94a030ee);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loader.enabled {
  display: block;
}
.loader.loading {
  visibility: visible;
  opacity: 1;
}

.error-page a {
  color: orange;
}

.radio-input {
  margin: 0.5rem 0;
}
.radio-input input[type=radio] {
  opacity: 0;
  position: absolute;
  left: -100%;
}
.radio-input input[type=radio] ~ label::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #59c149;
}
.radio-input label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.radio-input label::before {
  content: "";
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.radio-input input[type=radio]:checked ~ label::after {
  opacity: 1;
}

/*
    <div class="radio--input">
        <input type="radio" id="id" name="name" value="0" />
        <label for="id">
            Value
        </label>
    </div>
*/
.mosaic-tile--donate {
  margin: 0 auto;
  padding: 1.5rem 2.25rem;
  overflow: hidden;
}

.donate-shortcode .mosaic-tile--donate {
  padding: 0rem 2.25rem;
}

.donate .input-container {
  width: 100%;
  border-left: 1px solid #fff;
  margin: 0;
  flex: 1;
}

.donate .input {
  background-color: #fff;
  color: #000;
  font-size: 0.8rem;
  border-right: 0;
}

.toggle-checkbox {
  display: none;
}

.toggle {
  display: inline-block;
  width: 54px;
  height: 32px;
  margin: 0 1rem 0 0;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  background-color: #f67f00;
  position: relative;
  cursor: pointer;
  top: 0.25rem;
}

/* The toggle */
.toggle-button {
  height: 28px;
  width: 28px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  display: inline-block;
  border-radius: 100px;
  margin-top: 2px;
  margin-left: 2px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.toggle:hover > .toggle-button {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

.toggle-checkbox:checked + .toggle > .toggle-button {
  margin-left: 24px;
  background-image: url(/content/themes/sos/assets/dist/img/tick.svg?ec4460c824ad8466d4af18055e2f53eb);
}

.toggle:active {
  background-color: #59c149;
}

.toggle:active > .toggle-button {
  width: 34px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.toggle-checkbox:checked + .toggle:active > .toggle-button {
  margin-left: 18px;
}

.toggle-checkbox:checked + .toggle {
  background-color: #59c149;
}

.donate-option {
  display: block;
}

.donate-giftaid-smallprint {
  font-size: 0.7rem;
  line-height: 1.3;
  margin-bottom: 0;
  float: left;
  width: 90%;
  margin-left: 1rem;
}

.donate-submit {
  font-size: 1rem;
  margin-top: 8px;
  background-color: #f67f00;
  color: #fff;
}

.currency-switcher {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.7rem;
  background-color: white;
  background-image: url(/content/themes/sos/assets/dist/img/chevron-down.svg?b2094165c22c79d3fad70a42d08feba5);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 0.75rem;
  padding-right: 1.5rem;
}

.sos-donate__amount-wrapper .currency-switcher {
  margin: 0 0.5rem;
  text-align: center;
}

.slider-container {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.dragdealer-donate {
  background: transparent;
}

.slider-bar-total,
.slider-bar {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.slider-bar-total {
  background: #f67f00;
  width: 0;
}

.dragdealer-donate .handle-num,
.dragdealer-donate .handle {
  background: #f67f00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
}

.dragdealer-donate .handle {
  z-index: 99999;
  transition: width ease 0.3s, height ease 0.3s;
  width: 30px;
  height: 30px;
}

.dragdealer-donate .handle-num {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: -5px 0 0 -5px;
  transition: all ease 0.3s;
}

.dragdealer-donate .handle-num:after {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 10px;
  height: 10px;
  background: #f67f00;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: bottom ease 0.3s;
}

.dragdealer-donate.active .handle .handle-num,
.dragdealer-donate .handle:hover .handle-num {
  transform: translateY(-100%);
}
.dragdealer-donate.active .handle .handle-num:after,
.dragdealer-donate .handle:hover .handle-num:after {
  content: "";
  opacity: 1;
  visibility: visible;
  bottom: -3px;
}

#sos-donate {
  /* background-color:#f3f3f3; */
  /* padding:2rem; */
  display: block;
  /* margin:2rem auto; */
  border-radius: 4px;
}

.sos-donate__amount-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  position: relative;
}

.sos-donate__amount-wrapper label {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.sos-donate__amount {
  flex: 0 0 3rem;
  /* margin-right:1rem; */
}

#sos-amount {
  width: 100%;
}

#sos-currency {
  flex: 0 0 6rem;
}

#sos-amount-explanation {
  flex: 1 0 100%;
  margin: 0.375rem 0 0 1rem;
  align-self: center;
}

.sos-donate__names-wrapper {
  display: flex;
  margin: 0 -0.5rem 1rem;
}

.sos-donate__recur-wrapper {
  margin: 1rem 0 1rem;
  width: 50%;
}

.sos-donate__giftaid-wrapper {
  width: 100%;
  margin: 1rem 0 1.5rem;
  display: block;
  float: left;
}

.sos-donate__options-wrapper {
  display: flex;
}

@media screen and (max-width: 1100px) and (min-width: 800px) {
  .sos-donate__options-wrapper {
    flex-direction: column;
  }
  .sos-donate__giftaid-wrapper,
  .sos-donate__recur-wrapper {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .sos-donate__options-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 550px) {
  .sos-donate__options-wrapper {
    flex-direction: column;
  }
  .sos-donate__giftaid-wrapper,
  .sos-donate__recur-wrapper {
    width: 100%;
  }
}
.donate-submit[disabled] {
  opacity: 0.5;
}

#sos-form-error {
  display: inline;
  padding: 0.75rem;
  color: red;
}

.checkbox {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.checkbox .check {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.75);
}

.check--uk ~ .checkbox {
  top: 0;
  margin-right: 1rem;
}

.check--dinner-seat ~ .checkbox {
  top: 0;
  margin-right: 1rem;
}

.check--dinner ~ .checkbox {
  top: 0;
  margin-right: 1rem;
}

.check--giftaid ~ .checkbox {
  top: 0.25rem;
}

.check--hidden {
  opacity: 0;
  position: absolute;
  left: -100%;
}

.check--hidden:checked ~ .checkbox .check,
.check--giftaid:checked ~ .checkbox .check {
  background-color: #59c149;
  background-image: url(/content/themes/sos/assets/dist/img/tick.svg?ec4460c824ad8466d4af18055e2f53eb);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.sos-donate-check-wrapper {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.donate-select {
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f67f00;
  color: #fff;
  margin: 0 0.75rem;
  padding-right: 10%;
  background-image: url(/content/themes/sos/assets/dist/img/down-arrow.png?b78d75fe169e8820e1b961a47ff0fd32);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 1rem;
}

.mosaic--appeal-donate .mosaic-tile--donate,
.mosaic--land-donate .mosaic-tile--donate {
  padding: 1.5rem 2.25rem;
}
@media (max-width: 800px) {
  .mosaic--appeal-donate .mosaic-tile--donate,
  .mosaic--land-donate .mosaic-tile--donate {
    padding: 1.5rem 0rem;
  }
}

.layout--donate {
  position: relative;
  overflow: hidden;
}
.layout--donate .inlaypay {
  position: relative;
  z-index: 99;
  padding: 1.5rem 0;
}
@media (min-width: 800px) {
  .layout--donate .mosaic-tile--donate {
    max-width: 66%;
    max-width: 800px;
  }
}

.layout--donate {
  min-height: 66vh;
}

@media (min-width: 800px) {
  .donate-shortcode .mosaic-tile .image--bg {
    min-height: 1000px;
  }
}

.donate--land {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 960px) {
  .donate--land {
    flex-direction: column;
  }
}

.donate--land-section {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.donate--land-section .checkbox {
  margin-right: 1rem;
}

.donate--land .donate-giftaid-smallprint {
  margin-left: 0;
  float: none;
  display: block;
  padding-left: 2.5rem;
}

.donate--land .sos-form,
.donate--land-thanks,
.donate--land .recent-donors {
  padding: 2.25rem;
}

.donate--land-group {
  flex: 1;
}

.donate--land .sos-form {
  display: flex;
  flex-direction: column;
}

.donate--land .hr {
  width: 100%;
  border: 0;
  margin: 0;
}
.donate--land .hr:after {
  content: "";
  height: 1px;
  background-color: #000;
  width: 100%;
  display: block;
}

.donate-gift-aid {
  margin: 0.75rem 0;
}

.sos-donate-comment label {
  margin-bottom: 0.75rem;
  display: block;
}

.donate-confirm .orange {
  color: #f67f00 !important;
}

.recent-donors {
  text-align: center;
}

li.recent-donor__item {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0rem;
  border-bottom: 1px solid #000;
}
li.recent-donor__item:first-of-type {
  padding-top: 0.75rem;
}
li.recent-donor__item:last-of-type {
  border-bottom: 0;
}

.recent-donor__name {
  flex: 1 1 auto;
  font-weight: bold;
  text-align: left;
}

.recent-donor__amount {
  flex: 0 0 auto;
  font-weight: bold;
}

.recent-donor__comment {
  flex: 0 0 100%;
  padding-top: 0.75rem;
  text-align: left;
}

#sos-donate-comment {
  width: 100%;
}

.donate-options {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.donate-option {
  background-color: #ffc839;
  color: #000;
  border: 3px solid #000;
  border-radius: 50%;
  text-align: center;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.donate-option.is-selected,
.donate-option:hover {
  background-color: #f67f00;
  transition: all 0.3s ease;
  color: #fff;
}

.donate-options-bar {
  height: 3px;
  width: 95%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.donate-options-text {
  margin: 0 auto;
  padding: 1.5rem 0 0.75rem;
  transition: opacity 0.3s ease;
  width: 66%;
}
@media (max-width: 600px) {
  .donate-options-text {
    width: 100%;
  }
}

.totaliser {
  height: 3rem;
  background-color: #f67f00;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.totaliser-amount {
  height: 100%;
  background-color: #fff;
  width: 100%;
  transition: all 1.5s ease-in-out;
  transform: translateX(0%);
  position: relative;
}

.totaliser-amount-percent {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sharing {
  border-top: 1px solid #000;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.sharing-title {
  margin-bottom: 0;
}

.sharing .fa {
  color: #000;
  font-size: 1.5rem;
  padding: 0 0.75rem;
  transition: all 0.3s ease;
}
.sharing .fa:hover {
  color: #f67f00;
  transition: all 0.3s ease;
}

.donate--land-thanks .sharing {
  background-color: #fff;
  border-top: none;
  padding: 1.5rem 3rem;
  border-radius: 5px;
  margin: 0rem auto 1.5rem;
  display: inline-block;
  justify-content: center;
  box-shadow: 0px 0px 5px #968585;
}

.donate--land-thanks .sharing .icons {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.sharing-facebook {
  background-color: #3b5998;
  margin-right: 0.75rem;
}
.sharing-facebook:hover {
  background-color: #2d4373;
}

.sharing-twitter {
  background-color: #55acee;
}
.sharing-twitter:hover {
  background-color: #2795e9;
}

.sharing-icon {
  border-radius: 5px;
  padding: 0.5em 0.75em;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sharing-icon .fa {
  color: #fff;
  padding-left: 0;
}
.sharing-icon .fa:hover {
  color: #fff;
}

.sharing-icon-label {
  margin-bottom: 0;
  color: #fff;
}

/* <!-- Sharingbutton Facebook --> */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.77 7.46H14.5v-1.9c0-.9.6-1.1 1-1.1h3V.5h-4.33C10.24.5 9.5 3.44 9.5 5.32v2.15h-3v4h3v12h5v-12h3.85l.42-4z"/></svg> */
/* <!-- Sharingbutton Twitter --> */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.44 4.83c-.8.37-1.5.38-2.22.02.93-.56.98-.96 1.32-2.02-.88.52-1.86.9-2.9 1.1-.82-.88-2-1.43-3.3-1.43-2.5 0-4.55 2.04-4.55 4.54 0 .36.03.7.1 1.04-3.77-.2-7.12-2-9.36-4.75-.4.67-.6 1.45-.6 2.3 0 1.56.8 2.95 2 3.77-.74-.03-1.44-.23-2.05-.57v.06c0 2.2 1.56 4.03 3.64 4.44-.67.2-1.37.2-2.06.08.58 1.8 2.26 3.12 4.25 3.16C5.78 18.1 3.37 18.74 1 18.46c2 1.3 4.4 2.04 6.97 2.04 8.35 0 12.92-6.92 12.92-12.93 0-.2 0-.4-.02-.6.9-.63 1.96-1.22 2.56-2.14z"/></svg> */
.appeal {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 960px) {
  .appeal {
    flex-direction: column;
  }
}

.appeal-section {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.appeal-section .checkbox {
  margin-right: 1rem;
}

.appeal .donate-giftaid-smallprint {
  margin-left: 0;
  float: none;
  display: block;
  padding-left: 2.5rem;
}

.appeal .sos-form,
.appeal-thanks,
.appeal .recent-donors {
  padding: 2.25rem;
}

.appeal--group {
  flex: 1;
}

.appeal .sos-form {
  display: flex;
  flex-direction: column;
}

.appeal .hr {
  width: 100%;
  border: 0;
  margin: 0;
}
.appeal .hr:after {
  content: "";
  height: 1px;
  background-color: #000;
  width: 100%;
  display: block;
}

.appeal-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
}
.appeal-section .checkbox {
  margin-right: 1rem;
}

.appeal-field-group {
  display: flex;
  margin-bottom: 1.5rem;
}
.appeal-field-group .input {
  font-size: 1rem;
  line-height: 1.5rem;
}

.appeal-summary {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.appeal-error {
  background-color: white;
  color: red;
  margin-bottom: 0.5rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
.appeal-error:before {
  content: url(/content/themes/sos/assets/dist/img/alert.svg?79047af669ab8fde861369deb9ac9aaa);
  position: absolute;
  left: 0.5rem;
  top: 1rem;
}

#sos-donate-card-element {
  background-color: #fff;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.lazy {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lazy.loaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.image--bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.image--bg-fallback {
  display: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-object-fit .image--bg {
  display: none;
}

.no-object-fit .image--bg.image--bg-fallback {
  display: block;
}

.lazy-video {
  display: none;
}

.image-inline-fix img,
.image-inline-fix .image--bg-fallback {
  position: relative;
  margin-bottom: 1.5rem;
}

.image-inline-fix .image--bg-fallback {
  padding-bottom: 100%;
}

.image-card-fix .image--bg {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
}

.image-card-fix .image--bg-fallback {
  padding: 1rem;
  background-size: 90%;
}

.layout--signup {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: space-between;
}
@media (max-width: 960px) {
  .layout--signup {
    flex-flow: column wrap;
  }
}

.layout--signup.signup--center {
  flex-direction: column;
  width: 66%;
  margin-left: 16.66666%;
}
@media (max-width: 800px) {
  .layout--signup.signup--center {
    width: 100%;
    margin-left: 0;
  }
}
.layout--signup.signup--center .signup-image img {
  width: 100%;
  height: auto;
}

.layout--signup.signup--right {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .layout--signup.signup--right {
    flex-direction: column;
  }
}

.signup-image {
  flex-basis: 33%;
  position: relative;
  overflow: hidden;
}
.signup-image img {
  margin-bottom: 0;
}

.signup-content {
  flex-basis: 66%;
  padding: 1.5rem 2.25rem;
}

.signup--left .object-fit,
.signup--right .object-fit {
  padding-bottom: 0 !important;
}

.signup--left .object-fit,
.signup--right .object-fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 960px) {
  .signup--left .object-fit,
  .signup--right .object-fit {
    position: relative;
    display: block;
  }
}
.signup--left .object-fit img,
.signup--right .object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.signup-image .title, .signup-image #donate h2, #donate .signup-image h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.sos-signup .signup-form {
  display: flex;
  flex-flow: row wrap;
  margin: 1.5rem 0;
}
@media (max-width: 600px) {
  .sos-signup .signup-form {
    flex-direction: column;
    margin: 0 0 1.5rem 0;
  }
}
.sos-signup .input-containter {
  flex: 1 1 50%;
  padding-right: 0.75rem;
  width: 50%;
}
@media (max-width: 600px) {
  .sos-signup .input-containter {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.sos-signup .input-containter input {
  color: #000;
  transition: 0.3s all ease;
  border-left: 2px solid #fff;
}
.sos-signup .input-containter input:focus {
  background: #fff;
  color: #000;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease;
}
.sos-signup .submit-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sos-signup .submit-wrap .signup-submit {
  margin: 0.75rem 0 0 0;
  background-color: #f67f00;
  color: #fff;
  border-left-color: #f67f00;
}
.sos-signup .submit-wrap .signup-submit:active {
  transform: translateY(2px);
}
.sos-signup .input--gdpr {
  width: 100%;
  flex-basis: 100%;
  text-align: left;
  margin-top: 0.75rem;
  line-height: 1.2;
}
.sos-signup .checkbox {
  float: none;
}
.sos-signup .smallprint {
  font-size: 0.75rem;
  margin-left: 0.75rem;
}
.sos-signup .smallprint a {
  color: #f67f00;
}
.sos-signup .smallprint a:hover {
  text-decoration: underline;
}

.signup-social-icons--small {
  margin-left: 1.5rem;
}
@media (max-width: 350px) {
  .signup-social-icons--small {
    margin-left: 0;
  }
}

.signup-social-icons--small .fa {
  padding: 0 0.75rem;
}

.sos-signup .invalid input {
  border: solid 2px red;
  background-color: #fff;
}

.sos-signup__validation-error {
  padding: 0.75rem 0 0rem;
  color: red;
  text-align: left;
}

div.sos-signup__validation-message:before {
  content: "\f06a";
  display: inline;
  padding-right: 0.5em;
  font-family: "FontAwesome";
}

.hero {
  position: relative;
  margin: 0 auto;
  background-color: #f67f00;
}

.hero--tall {
  padding-bottom: 45%;
}
@media (max-width: 800px) {
  .hero--tall {
    padding-bottom: 60%;
  }
}

.hero--short {
  padding-bottom: 35%;
}
@media (max-width: 520px) {
  .hero--short {
    padding-bottom: 45%;
  }
}
@media (max-width: 320px) {
  .hero--short {
    padding-bottom: 55%;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;
}

.hero-cta {
  display: inline-block;
}

.hero-title {
  font-weight: bold;
  z-index: 99;
  font-family: "albert-bold", "Helvetica", sans-serif;
  font-size: 4vw;
  line-height: 4vw;
}
@media (max-width: 800px) {
  .hero-title {
    font-size: 1.953125rem;
    line-height: 3rem;
    width: 75%;
    margin: 0 auto;
  }
  .hero-title .title--underline::after, .hero-title #donate h2::after, #donate .hero-title h2::after {
    display: none;
  }
}

.hero-title span::after {
  bottom: 0.75rem;
}

.hero-video {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-video video {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.video-wrap {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
}

.video-wrap .video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media (max-width: 800px) {
  .video-wrap .video {
    height: 100%;
    width: auto;
  }
}

.hero-form {
  position: relative;
  padding: 0.75rem;
  flex: 1;
  z-index: 99;
}
.hero-form .sos-signup__email-wrapper {
  padding-right: 0 !important;
}
.hero-form .input-containter input {
  border-left: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.hero-form .input-containter input {
  background-color: #fff;
}
.hero-form .input-containter input:focus {
  border-color: #f67f00 !important;
}
.hero-form .invalid input {
  border-left: 2px solid red !important;
}
.hero-form .submit-wrap .signup-submit {
  margin-top: 1.5rem;
}
.hero-form .sos-signup__validation-error {
  background-color: #fff;
  padding: 0.75rem;
  margin-top: 0.75rem;
  width: 100%;
}
.hero-form .input--gdpr {
  color: white;
  padding: 0.75rem;
}
.hero-form .submit-wrap .signup-submit {
  font-family: "albert-bold", "Helvetica", sans-serif;
}
.hero-form .submit-wrap .signup-submit.button--white {
  background-color: #fff;
  color: #000;
}
.hero-form .submit-wrap .signup-submit.button--white:focus, .hero-form .submit-wrap .signup-submit.button--white:hover {
  background-color: #f9f8f8;
  color: #f67f00;
}
.hero-form .submit-wrap .signup-submit.button--green {
  background-color: #59c149;
  color: #fff;
}
.hero-form .submit-wrap .signup-submit.button--green:focus, .hero-form .submit-wrap .signup-submit.button--green:hover {
  background-color: #f9f8f8;
  color: #f67f00;
}
.hero-form .submit-wrap .signup-submit.button--yellow {
  background-color: #ffc839;
  color: #000;
}
.hero-form .submit-wrap .signup-submit.button--yellow:focus, .hero-form .submit-wrap .signup-submit.button--yellow:hover {
  background-color: #f9f8f8;
  color: #000;
}
.hero-form .submit-wrap .signup-submit.button--orange {
  background-color: #f67f00;
  color: #fff;
}
.hero-form .submit-wrap .signup-submit.button--orange:focus, .hero-form .submit-wrap .signup-submit.button--orange:hover {
  background-color: #f9f8f8;
  color: #f67f00;
}
@media (max-width: 960px) {
  .hero-form {
    flex: 2;
  }
}
@media (max-width: 800px) {
  .hero-form .sos-signup__name-wrapper {
    padding-right: 0;
  }
}

.hero-spacer {
  flex: 1;
}

.hero--autoheight {
  padding: 4.5rem 1.5rem;
  display: flex;
}
.hero--autoheight .title, .hero--autoheight #donate h2, #donate .hero--autoheight h2 {
  margin-bottom: 0.75rem;
}
.hero--autoheight.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .hero--autoheight.reverse {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .hero--autoheight {
    flex-direction: column;
  }
}
.hero--autoheight .object-fit {
  padding-bottom: 0 !important;
}
.hero--autoheight .object-fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero--autoheight .object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.signup_cta {
  background-color: #ffc839;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "albert-bold", "Helvetica", sans-serif;
  text-align: center;
  z-index: 999999;
  padding: 0.75rem;
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}
@media (max-width: 800px) {
  .signup_cta {
    margin-bottom: 3rem;
    box-shadow: none;
  }
}
@media (max-width: 640px) {
  .signup_cta {
    display: none;
  }
}

.signup_cta p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.signup_cta p img {
  position: absolute;
  top: -1.875rem;
  right: 100%;
  height: 3.75rem;
  transform: scaleX(-1);
  margin-right: 3rem;
}

.signup_cta a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #f67f00;
}
.signup_cta a:hover, .signup_cta a:focus {
  color: #f67f00;
}

#lush-languages {
  padding: 0.75rem;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
#lush-languages .select {
  padding: 0.375rem;
  border: none;
  border-left: 2px solid gainsboro;
}
#lush-languages label {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 0.375rem 1.5rem;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
#lush-languages input[type=submit] {
  background-color: #fff;
}

.flag-icon {
  height: 1rem;
  width: auto;
  margin-bottom: 0;
  margin-right: 0.375rem;
}

.language-button {
  display: flex;
  background-color: #fff;
  border: 0;
  padding: 0.375rem 0.75rem;
  padding-right: 3rem;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.language-button:after {
  content: ">";
  font-size: 1.5em;
  font-weight: 400;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.languages {
  position: relative;
  width: 10rem;
}
.languages > .language {
  background-image: url(/content/themes/sos/assets/dist/img/chevron-down.svg?b2094165c22c79d3fad70a42d08feba5);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 0.5rem;
  position: relative;
  z-index: 999999999;
}

.language {
  color: black !important;
}

.language {
  display: flex;
  align-items: center;
  background: white;
  width: 100%;
  border: 0;
  padding: 0;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  cursor: pointer;
}
.language:active, .language:hover {
  border-bottom-color: white !important;
}
.language:active, .language:hover {
  background-color: #f8f8f8;
}
.language[aria-selected] {
  background-color: #f8f8f8;
}
.language .language-icon {
  flex: 1 1 25%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.375rem;
  border-right: 2px solid gainsboro;
  height: 100%;
}
.language .language-language {
  flex: 1 1 75%;
  padding-left: 0.375rem;
  padding: 0.375rem;
  font-size: 1rem;
}
.language .language-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.languages .dropdown {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  list-style: none;
}
.languages .dropdown.is-active {
  opacity: 1;
  z-index: 999999999;
}

.language-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  z-index: 9999999;
  opacity: 0.2;
}
.language-overlay.is-active {
  display: block;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding-bottom,
.section.no-padding-bottom,
.column.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-top,
.section.no-padding-top,
.column.no-padding-top {
  padding-top: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0;
}

.padded {
  padding: 1.5rem;
}

.extra-padding-left {
  padding-left: 4.5rem;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.pr {
  position: relative;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.m0a {
  margin: 0 auto;
}

.mva {
  margin-left: auto;
  margin-right: auto;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: 33.33333%;
}

.w-50 {
  width: 50%;
}

.w-66 {
  width: 66.66666%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.table {
  display: table;
}
@media (max-width: 800px) {
  .table {
    display: block;
  }
}

.table-fixed {
  table-layout: fixed;
}

.table-cell {
  display: table-cell;
}

.cell-center {
  vertical-align: middle;
}

.rhythm-top-1 {
  margin-top: 1.5rem;
}

.rhythm-top-2 {
  margin-top: 3rem;
}

.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hide {
  display: none;
}

.object-fit > img {
  width: 100%;
  height: auto;
}

.fx-justify-center {
  display: flex;
  justify-content: center;
}

.stat {
  font-size: 6rem;
  line-height: 1;
}

.stat::after {
  bottom: 0rem;
}

.page-id-748 #breadcrumbs,
.page-id-1879 #breadcrumbs {
  display: none;
}

.content-wrap.no-scroll {
  overflow-y: hidden;
}

body.no-scroll {
  overflow-y: hidden;
}

.content-overlay {
  z-index: 1;
  transition: all 0.3s ease;
}

.content-overlay.is-active {
  background-color: rgba(246, 127, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  overflow-y: hidden;
  display: block;
  transition: all 0.3s ease;
}

.di {
  display: inline;
}

.contact-social-icon .resp-sharing-button {
  padding: 0 0 0 1.125rem;
}

.contact-social-icon svg path {
  fill: black;
}

.gift-aid-image-before::before {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 1.5rem;
  background-image: url(/content/themes/sos/assets/dist/img/gift-aid.png?79a1645c98671519e6742020b326605e);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0.5rem;
  margin: 0 -1.25rem;
}

.gift-aid-image-after::after {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 1.5rem;
  background-image: url(/content/themes/sos/assets/dist/img/gift-aid.png?79a1645c98671519e6742020b326605e);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 0.5rem;
  margin: 0 -1.25rem;
}

.cc-window {
  z-index: 1000000 !important;
}

.cc-window {
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}

.woocommerce a {
  color: inherit;
}

.woocommerce .button {
  background-color: #f67f00 !important;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

.woocommerce .button {
  font-family: "albert-regular", "Helvetica", sans-serif;
}

.woocommerce a.button, .currency_switcher li a {
  transition: all 0.3s ease-out;
}
.woocommerce a.button:hover, .currency_switcher li a:hover {
  background-color: #552f35 !important;
}
.woocommerce a.button:hover, .currency_switcher li a:hover {
  color: #fff;
}

.woocommerce .button.checkout,
.woocommerce .button.single_add_to_cart_button {
  margin-left: 1.5rem;
}
@media (max-width: 920px) {
  .woocommerce .button.checkout,
  .woocommerce .button.single_add_to_cart_button {
    margin-left: 0.75rem;
  }
}

.woocommerce .product .summary .price {
  font-size: 200%;
  font-family: "albert-bold";
}

.woocommerce-variation-price {
  margin-bottom: 1.5rem;
}

.variations td {
  padding-bottom: 0.75rem;
}

.woocommerce ul.cart_list dl.variation dt {
  font-weight: 600;
  font-family: "albert-bold";
}

.woocommerce ul.cart_list dl.variation dd {
  margin-bottom: 0;
}

.mini_cart_item .attachment-shop_thumbnail {
  display: none;
}

.woocommerce .shop-container .label {
  background-color: transparent !important;
  width: 100% !important;
}

.woocommerce .shop-container .label {
  box-shadow: none;
  display: block;
  padding: 0;
}

.woocommerce .value select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-size: 1rem;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.value {
  position: relative;
}

.value::after {
  content: "\f078";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 1rem;
}

.woocommerce-Price-amount {
  color: #f67f00;
}

.woocommerce a.remove {
  display: inline-block !important;
}

.woocommerce a.remove {
  line-height: 0.8;
}
.woocommerce a.remove:hover {
  background-color: #552f35;
}

.single-product .remove {
  float: right;
}

.posted_in a {
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  margin-right: 5px;
}
.posted_in a:hover {
  background-color: #f67f00;
  color: #fff;
}

.woocommerce .currency_switcher li a {
  background-color: #fff;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  margin-right: 0.75rem;
}
.woocommerce .currency_switcher li a.active {
  background-color: #f67f00;
  color: #fff;
}

.woocommerce .woocommerce-message {
  background-color: #fff;
  border-bottom: 3px solid;
  border-top-color: #366351;
  border-bottom-color: #366351;
}

.woocommerce .woocommerce-info {
  background-color: #fff;
  border-bottom: 3px solid;
  border-top-color: #f67f00;
  border-bottom-color: #f67f00;
}

.woocommerce .woocommerce-error {
  background-color: #fff;
  border-bottom: 3px solid;
  border-top-color: #552f35;
  border-bottom-color: #552f35;
}

.woocommerce .woocommerce-checkout #payment {
  background-color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  background-color: #fff;
  color: #000;
  font-size: 1.1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  line-height: 1.3;
  padding: 0.5rem 0.75rem;
}

.product-thumbnail img {
  margin-bottom: 0;
}

h3#ship-to-different-address {
  font-size: 1.5rem;
  line-height: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.95rem;
  width: 100%;
}
h3#ship-to-different-address input {
  width: auto;
  margin-top: 0.25rem;
  display: block;
}
h3#ship-to-different-address label {
  position: absolute;
  width: 100%;
  background-color: transparent;
  text-indent: 1.25rem;
}

ul.cart_list li dl {
  border: 0px !important;
  padding-left: 0 !important;
}

.widget_shopping_cart_content .remove {
  float: left;
  margin-left: -2rem;
}
@media (max-width: 1000px) {
  .widget_shopping_cart_content a.button, .widget_shopping_cart_content .button.checkout {
    display: block;
    margin-left: 0;
    margin-right: 1rem;
    margin-top: 0.5rem;
    clear: both;
  }
}

.admin-bar .hamburger.is-fixed {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .hamburger.is-fixed {
    top: 42px;
  }
}
@media (max-width: 600px) {
  .admin-bar .hamburger.is-fixed {
    top: 0;
  }
}

.admin-bar .n-header-donate.is-fixed {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .n-header-donate.is-fixed {
    top: 42px;
  }
}
@media (max-width: 600px) {
  .admin-bar .n-header-donate.is-fixed.is-fixed {
    top: 0;
  }
}

.admin-bar .hamburger {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .hamburger {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .hamburger.is-fixed {
    top: 0;
  }
}

.admin-bar .n-header-donate {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .n-header-donate {
    top: 42px;
  }
}
@media (max-width: 600px) {
  .admin-bar .n-header-donate.is-fixed {
    top: 0;
  }
}

.admin-bar .n-header-shop {
  top: 6.7rem;
}
.admin-bar .n-header-shop.is-fixed {
  top: 4.4rem;
}

.admin-bar .side-menu {
  margin-top: 29px;
}
@media (max-width: 782px) {
  .admin-bar .side-menu {
    margin-top: 39px;
  }
}

.admin-bar .side-menu.is-scrolling {
  margin-top: 41px;
}

.admin-bar .sibling-navigation.is-fixed {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .sibling-navigation.is-fixed {
    top: 42px;
  }
}
@media (max-width: 600px) {
  .admin-bar .sibling-navigation.is-fixed {
    top: 0;
  }
}

.pos-top {
  top: 0;
  background-color: #fff;
}

.admin-bar .pos-top {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .pos-top {
    top: 42px;
  }
}
@media (max-width: 600px) {
  .admin-bar .pos-top {
    top: 0;
  }
}

/*# sourceMappingURL=app.css.map*/